@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Georama:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
/*
font-family: 'Inter', sans-serif;
font-family: "Libre Baskerville", serif;
font-family: "Georama", sans-serif;
font-family: "Taviraj", serif;
font-family: "Encode Sans", sans-serif;
font-family: "Rajdhani", sans-serif;
*/
*, *::before, *::after {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/*$blue2:rgb(250, 250, 250);*/
body {
  font-family: "Encode Sans", sans-serif;
  margin: 0;
  padding: 0;
  background-color: rgba(244, 246, 248, 0.5);
  color: #222;
  line-height: 1.6;
  background-size: cover;
  font-size: 15px;
  overflow-x: hidden !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 5px; }

a {
  color: #444;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    /*text-decoration: underline;*/ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.italic1 {
  font-family: "Cookie", serif !important; }

.italic2 {
  font-family: "Birthstone", serif !important; }

.italic3 {
  font-family: "Beau Rivage", serif !important; }

.italic4 {
  font-family: "Rouge Script", serif !important; }

.italic5 {
  font-family: "Qwigley", serif !important; }

.italic6 {
  font-family: "Style Script", serif !important; }

.italic7 {
  font-family: "Dynalight", serif !important; }

.top1 {
  background-color: #f4f6f8; }

/* ===============================
   Base Button Style
================================= */
.btn-custom, .btn-primary-custom, .btn-secondary-custom, .btn-accent-custom {
  display: inline-block;
  padding: 5px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600; }
  .btn-custom:hover, .btn-primary-custom:hover, .btn-secondary-custom:hover, .btn-accent-custom:hover {
    text-decoration: none;
    transform: translateY(-2px); }
  .btn-custom:focus, .btn-primary-custom:focus, .btn-secondary-custom:focus, .btn-accent-custom:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08); }

/* ===============================
   Primary Button (Brand Red)
================================= */
.btn-primary-custom {
  background-color: #ec1c24;
  color: #ffffff; }
  .btn-primary-custom:hover {
    background-color: #c4161d;
    color: #ffffff; }

/* ===============================
   Secondary Button (Industrial Navy)
================================= */
.btn-secondary-custom {
  background-color: #1f2d3d;
  color: #ffffff; }
  .btn-secondary-custom:hover {
    background-color: #16202b;
    color: #ffffff; }

/* ===============================
   Accent Button (Green)
================================= */
.btn-accent-custom {
  background-color: #198754;
  color: #ffffff; }
  .btn-accent-custom:hover {
    background-color: #157347;
    color: #ffffff; }

/*=======================================================================*/
.main-header {
  background: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }

.site-logo {
  max-height: 200px; }

/*=======================================================================*/
.contact-info {
  font-size: 14px;
  font-weight: 500;
  color: #333; }
  .contact-info span {
    margin: 0 8px; }
  .contact-info i {
    color: #ec1c24;
    margin-right: 5px; }

.social-icons {
  margin-bottom: 20px; }

.social-icons a {
  display: inline-block;
  margin-left: 12px;
  font-size: 18px;
  color: #1f2d3d;
  transition: 0.3s ease; }
  .social-icons a:hover {
    color: #ec1c24; }

.contact-block {
  display: grid;
  grid-template-columns: 25px 55px 10px auto;
  row-gap: 2px;
  column-gap: 1px;
  align-items: center;
  font-size: 14px; }

.icon {
  color: #ec1c24;
  font-size: 14px;
  text-align: center; }

.label {
  font-weight: 500;
  color: #1f2d3d;
  text-align: left; }

.colon {
  text-align: center;
  font-weight: 600; }

.value {
  text-align: left;
  font-weight: 500; }

/*=======================================================================*/
.main-navbar {
  /*background: rgba(58, 63, 69, 0.85);*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.47);
  z-index: 10; }
  .main-navbar .nav-link {
    color: #000;
    padding: 15px 20px;
    font-weight: 500; }
    .main-navbar .nav-link:hover {
      color: #ec1c24;
      text-decoration: none !important; }
  .main-navbar .mega-menu {
    left: 0 !important;
    right: 0 !important;
    border: none;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); }
  .main-navbar .mega-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #1f2d3d; }
  .main-navbar .dropdown-item {
    padding: 6px 0;
    font-size: 14px;
    color: #333; }
    .main-navbar .dropdown-item:hover {
      text-decoration: none !important;
      background: transparent;
      color: #ec1c24; }

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    padding-left: 20px; } }
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding-left: 15px; }

  .navbar-nav .dropdown-menu {
    padding-left: 20px; }

  .navbar-nav .dropdown-item {
    padding-left: 25px; } }
/*=======================================================================*/
.hero-section {
  /*
   background: linear-gradient(135deg, #f4f6f8 0%, #eef1f4 100%);*/
  background: url(../../assets/images/bg1.webp) no-repeat center;
  padding: 100px 0;
  font-family: "Libre Baskerville", serif !important; }

.hero-badge {
  font-size: 13px;
  font-weight: 600;
  color: #ec1c24;
  margin-bottom: 15px;
  display: inline-block; }

.hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2d3d;
  margin-bottom: 20px; }

.text-red {
  color: #ec1c24; }

.hero-section p {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px; }

.hero-buttons a {
  margin-right: 12px; }

.hero-image {
  max-width: 100%; }

.hero-section {
  position: relative; }

.hero-section::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 400px;
  height: 400px;
  /*background: rgba(236, 28, 36, 0.05);*/
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%; }

/*=======================================================================*/
.trust-section {
  padding: 60px 0;
  background: #ffffff;
  margin-top: 0;
  position: relative;
  z-index: 20;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06); }

.trust-item i {
  font-size: 32px;
  color: #ec1c24;
  margin-bottom: 15px;
  display: block; }

.trust-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 5px; }

.trust-item p {
  font-size: 14px;
  color: #666; }

/*=======================================================================*/
.category-section {
  padding: 100px 0;
  background: #f4f6f8; }

.category-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: 0.4s ease;
  height: 100%; }

.category-content {
  padding: 25px; }

.category-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 10px; }

.category-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px; }

.category-link {
  color: #ec1c24;
  font-weight: 600;
  text-decoration: none; }

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }

.category-img img {
  padding: 30px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-bottom: .01em solid #CCC; }

/*=======================================================================*/
.why-section {
  padding: 100px 0;
  background: #ffffff; }

.why-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 15px; }

.why-intro {
  color: #666;
  margin-bottom: 30px; }

.why-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }

.why-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 20px; }

.why-feature i {
  font-size: 22px;
  color: #ec1c24;
  margin-top: 4px; }

.why-feature h5 {
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 5px; }

.why-feature p {
  font-size: 14px;
  color: #666; }

/*=======================================================================*/
.export-section {
  padding: 100px 0;
  background: #f4f6f8; }

.export-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 15px; }

.export-intro {
  color: #666;
  margin-bottom: 25px; }

.export-list {
  columns: 2;
  list-style: none;
  padding: 0; }

.export-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #444; }

.export-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ec1c24;
  font-weight: bold; }

.export-map {
  max-width: 100%;
  height: 420px;
  object-fit: contain; }

/*=======================================================================*/
.cta-section {
  padding: 100px 0;
  background: #1f2d3d;
  color: #ffffff; }

.cta-section h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px; }

.cta-section p {
  color: #d1d5db;
  margin-bottom: 30px; }

.cta-buttons a {
  margin: 0 10px; }

.btn-outline-light-custom {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease; }

.btn-outline-light-custom:hover {
  background: #ffffff;
  color: #1f2d3d; }

/*=======================================================================*/
.main-footer {
  background: #1f2d3d;
  color: #d1d5db;
  padding: 80px 0 0 0; }

.footer-col h5 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600; }

.footer-col p,
.footer-col li {
  font-size: 14px;
  margin-bottom: 10px; }

.footer-col ul {
  list-style: none;
  padding: 0; }

.footer-col a {
  color: #d1d5db;
  text-decoration: none;
  transition: 0.3s; }

.footer-col a:hover {
  color: #ec1c24; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding: 20px 0;
  font-size: 13px; }

.main-footer {
  border-top: 4px solid #ec1c24; }

/*=======================================================================*/
.breadcrumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 0.01em solid rgba(204, 204, 204, 0.2);
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; }
  .breadcrumb * {
    color: #0070bb; }
  .breadcrumb a {
    color: #0070bb; }

/*=======================================================================*/
.bodyText h1 {
  color: red; }
.bodyText h1 + h2 {
  font-size: 16px; }
.bodyText h2 {
  border-left: 3px solid red;
  padding-left: 10px; }
.bodyText h3 {
  color: #333333; }

/*=======================================================================*/
.product-thumbs img.thumb-img {
  width: 100%;
  max-width: 80px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  opacity: 0.8;
  transition: 0.2s ease; }

.product-thumbs img.thumb-img:hover,
.product-thumbs img.thumb-img.active {
  border-color: #0d6efd;
  opacity: 1; }

/*=======================================================================*/
.columnRight {
  border-left: .01em  dashed #CCC; }

/*=======================================================================*/
/*=======================================================================*/
.myTable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  /* First column left aligned & bold */
  /* Rest columns center aligned */ }
  .myTable th, .myTable td {
    border: 1px solid #e3e6ea;
    padding: 12px 14px;
    vertical-align: middle;
    font-size: 0.95rem; }
  .myTable thead th {
    background: linear-gradient(180deg, #f8f9fa, #eef1f4);
    font-weight: 600; }
  .myTable tbody tr:nth-child(even) {
    background: #fafbfc; }
  .myTable tbody tr:hover {
    background: #f1f5ff; }
  .myTable th:first-child,
  .myTable td:first-child {
    text-align: left;
    font-weight: 500;
    color: #222; }
  .myTable th:not(:first-child),
  .myTable td:not(:first-child) {
    text-align: center; }

/*=======================================================================*/

/*# sourceMappingURL=main.css.map */
