@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/googlesans/v67/4UaXrENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuTCajshE7g.woff2') format('woff2');
}

body {
  font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 100%;
    background:#f6f6f6;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: relative;   /* ✅ FIX */
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 20px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}


#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #2f6d48;
  border-color: #006f45;
  font-size: 1.5em;
  border: 1px solid #00000000;
  border-radius: 14px;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  width: 100%;
  padding-top: 0px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  position: relative; /* important */
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: Forum;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}









/* ===============================
   FINAL MULTI-LEVEL MENU (CLEAN)
=============================== */

/* MAIN DROPDOWN */
#menu .dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 220px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* REMOVE OPENCART COLUMN SYSTEM */
#menu .dropdown-inner {
    display: block !important;
}

#menu .dropdown-inner ul {
    width: 100% !important;
}

/* LEVEL 2 ITEM */
#menu .dropdown-menu > li {
    position: relative;
}

/* SUBMENU BASE */
.dropdown-submenu {
    position: relative;
}

/* 🔥 HIDE ALL SUBMENUS FIRST */
.dropdown-submenu > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    min-width: 220px;

    display: none !important;

    /* REMOVE CARD EFFECT */
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #fff;
    padding: 0 !important;
}

/* ✅ SHOW ONLY HOVERED ONE */
.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

/* 🔥 PREVENT MULTIPLE OPEN */
#menu .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
}

#menu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* REMOVE TRANSFORM ISSUE */
#menu .dropdown-menu,
.dropdown-submenu > .dropdown-menu {
    transform: none !important;
}

/* ITEM STYLE */
.dropdown-item {
    display: block;
    padding: 8px 15px;
    white-space: nowrap;
    background: transparent;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* REMOVE LAST BORDER */
.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

/* HOVER EFFECT */
#menu .dropdown-menu li:hover > a {
    background: #2e7d32;
    color: #fff;
}

/* ARROW ICON */
/* SHOW ARROW ONLY IF HAS SUBMENU */
.dropdown-submenu.has-submenu > a::after {
    content: "▶";
    float: right;
    font-size: 11px;
}

/* REMOVE ARROW FROM NORMAL ITEMS */
.dropdown-submenu:not(.has-submenu) > a::after {
    content: "";
}
/* KEEP ONLY FIRST DROPDOWN BOX */
#menu > .navbar-nav > li > .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}


/* ================= HEADER ================= */

/* TOP BAR */
.top-bar {
    background: #25583b;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.top-bar i {
    margin-right: 5px;
}

/* MAIN HEADER */
.main-header {
    background: #2f6d48;
    padding: 15px 0;
}

/* LOGO FIX */
.logo-area img {
    height: 50px;   /* 🔥 bigger for your logo */
    max-width: 100%;
}

/* ================= SEARCH RESPONSIVE ================= */

.search-area {
    width: 25%;
}

/* SEARCH BOX */
/* ================= SEARCH FIX ================= */

#search {
    position: relative;
    width: 100%;
}

/* INPUT */
#search input {
    width: 100%;
    border-radius: 30px;
    padding: 10px 50px 10px 15px; /* 🔥 space for button */
    border: none;
    outline: none;
}

/* BUTTON */
#search button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #1f4d2e;
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    z-index: 2; /* 🔥 IMPORTANT */
}

/* FIX FOCUS ISSUE */
#search input:focus {
    z-index: 1;
}

/* ================= MOBILE FIX ================= */

@media (max-width: 768px) {

    .main-header .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .logo-area img {
        height: 50px;
    }

    .search-area {
        width: 100%;
    }

    #search input {
        padding: 10px 45px 10px 15px;
    }
}








/* ================= MENU DESIGN ================= */

#menu {
    background: #fff !important;
    border: none;
    box-shadow: none;
    text-align: center;
}

#menu .navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* MENU ITEMS */
#menu .nav-link {
  font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000 !important;
    padding: 12px 10px;
    text-transform: uppercase;
}

/* HOVER */
#menu .nav-link:hover {
    color: #2e6b3f !important;
}

/* REMOVE BLUE BG */
#menu .navbar-nav > li > a:hover {
    background: none;
}


@media (max-width: 992px) {

    .dropdown-submenu > .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        display: none;
    }

    .dropdown-submenu.open > .dropdown-menu {
        display: block;
    }
}


@media (max-width: 992px) {

    /* hide all submenus */
    .dropdown-submenu > .dropdown-menu {
        display: none !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-left: 15px;
    }

    /* show only active */
    .dropdown-submenu.active > .dropdown-menu {
        display: block !important;
    }

}

/* ================= CUSTOM FOOTER ================= */

#custom-footer {
    background: #025938;
    color: #fff;
    font-family: 'Google Sans', sans-serif;
}

/* TOP SECTION */
.footer-top {
    padding: 20px 0 40px;
}

.footer-top h5 {
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 0.5px;
}

/* TEXT */
.footer-top p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

/* LIST */
.footer-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.footer-top ul li {
    margin-bottom: 10px;
}

/* LINKS */
.footer-top ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-top ul li a:hover {
    text-decoration: underline;
    padding-left: 5px;
}

/* ================= SOCIAL ICONS ================= */

.social-icons {
    margin-top: 18px;
}

.social-icons a {
    display: inline-block;
}

.social-icons i {
    width: 42px;
    height: 42px;
    background: #c4e7d2;
    color: #025938;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons i:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

/* ================= MAP ================= */

#custom-footer iframe {
    border-radius: 6px;
}

/* ================= BOTTOM BAR ================= */

.footer-bottom {
    background: #02452c;
    padding: 14px;
    font-size: 15px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: underline;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .footer-top {
        text-align: center;
        padding: 40px 15px;
    }

    .footer-top h5 {
        margin-top: 20px;
    }

    .social-icons i {
        margin: 5px;
    }
}

/* REMOVE OPENCART SEARCH DROPDOWN */
#search .dropdown-menu {
    display: none !important;
}




.title-area {
    margin-bottom: 15px;
}

.sub-title4 {
    font-size: 22px;
    font-weight: 600;
    color: #ff5e14;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 30px;
}

.sub-title4::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: #FFEAE1;
    z-index: -1;
  }










  /* PRODUCT CARD */
.single-product {
    margin-bottom: 30px;
    text-align: center;
}

/* PRODUCT IMAGE FIX */
.product-img {
  width: 100%;
  height: 300px; /* 🔥 fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;      /* ❌ remove 100% */
  height: auto;
  object-fit: contain; /* 🔥 keeps ratio */
}

.product-img img:hover {
    transform: scale(1.05);
}

/* TITLE */
.product-title a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #2a5f5d;
    text-decoration: none;
}

.product-title a:hover {
    color: #025938;
}



/* REMOVE GAP */
#product-category #content {
    padding-top: 0px !important;
}

/* REMOVE HR LINE */
#product-category hr {
    display: none;
}

#column-left a[href="#"] {
    cursor: default;
}




/* LAYOUT */
.product-image {
  text-align:center;
}

.product-image .main-img {
  width:100%;
  max-width:500px;
  height:auto;
}

/* TITLE */
.product-title {
  font-size:28px;
  font-weight:500;
  margin-top: 40px;
  margin-bottom:10px;
}

/* META */
.product-meta {
  list-style:none;
  padding:0;
  margin-bottom:15px;
}

.product-meta li {
  margin-bottom:5px;
  font-size:15px;
}

.product-meta a {
  color:#007bff;
  text-decoration:none;
}

/* DESCRIPTION */
.product-description {
  line-height:1.7;
  color:#333;
  font-size:16px;
}

/* REMOVE EXTRA SPACE */
#product,
.rating,
.nav-tabs,
.tab-content {
  display:none !important;
}


.zoom-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  cursor: zoom-in;
}

.zoom-container img {
  width: 100%;
  transition: transform 0.3s ease;
}

.zoom-container:hover {
  cursor: zoom-in;
}



#product-info > .row {
  margin-bottom: 30px;
}

#product-info {
  padding-bottom: 40px;
}


.product-image {
  background: #f8f8f8;
  padding: 15px;
  border: 1px solid #eee;
}

.product-image .main-img {
  background: #fff;   /* inner white feel */
  padding: 10px;
}


.container, .container-fluid {
  --bs-gutter-x: 1rem;
}



@media (max-width: 767px) {
  .product-image {
    margin-bottom: 20px;
  }

  .product-description {
    margin-bottom: 20px;
  }
}


#product-info .row {
  flex-wrap: wrap;
}

.product-description {
  margin-bottom: 40px;
}

.product-image {
  margin-bottom: 20px;
}

#content {
  display: block !important;
}




@media (max-width: 767px) {
  #product-info {
    padding: 8px;
  }

  #product-info .row {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
  }
}










/* FULL WIDTH BANNER WRAPPER */
.home-banner-wrapper {
  width: 100%;
  overflow: hidden;
}

/* Banner image */
.custom-home-banner .banner-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* Remove spacing */
.custom-home-banner .carousel-item {
  padding: 0;
}


@media (max-width: 991px) {
  .custom-home-banner .banner-img {
    height: 320px;
  }
}

@media (max-width: 576px) {
  .custom-home-banner .banner-img {
    height: 200px;
  }
}











/* ===============================
   FEATURE BAR (FINAL RESPONSIVE)
================================ */

.feature-bar-wrapper {
  position: relative;
  margin-top: -140px;
  margin-bottom: 40px;
  z-index: 10;
  display: flex;
  justify-content: center;
}

/* MAIN CARD */
.feature-bar {
  display: flex;
  width: 1300px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* ITEM */
.feature-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 35px 25px;
  transition: all 0.3s ease;
  perspective: 1000px;
}

/* ICON */
.feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 40px;
  display: inline-block;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

/* FLIP */
.feature-item:hover .feature-icon i {
  transform: rotateY(180deg);
}

/* TEXT */
.feature-content h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 800;
}

.feature-content p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

/* COLORS */
.feature-light {
  background: #f5f5f5;
}

.feature-orange {
  background: #f26522;
  color: #fff;
}

.feature-dark {
  background: #0b1d3a;
  color: #fff;
}

/* TEXT COLORS */
.feature-light .feature-content h5,
.feature-light .feature-content p {
  color: #000;
}

.feature-orange .feature-content h5,
.feature-orange .feature-content p,
.feature-dark .feature-content h5,
.feature-dark .feature-content p {
  color: #fff;
}

/* ===============================
   RESPONSIVE
================================ */

/* Large Laptop */
@media (max-width: 1200px) {
  .feature-bar {
    width: 95%;
  }

  .feature-content h5 {
    font-size: 18px;
  }

  .feature-content p {
    font-size: 14px;
  }

  .feature-icon i {
    font-size: 34px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .feature-bar {
    width: 95%;
  }

  .feature-item {
    padding: 25px 15px;
  }

  .feature-icon {
    width: 65px;
    height: 65px;
  }

  .feature-icon i {
    font-size: 30px;
  }

  .feature-content h5 {
    font-size: 16px;
  }

  .feature-content p {
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .feature-bar {
    flex-direction: column;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .feature-bar-wrapper {
    margin-top: 20px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-icon i {
    font-size: 26px;
  }

  .feature-content h5 {
    font-size: 15px;
  }

  .feature-content p {
    font-size: 13px;
  }
}





/* ===============================
   BANNER GRID SECTION
================================ */

.banner-box-section {
  padding: 40px 0;
}

/* Remove unwanted spacing */
.banner-box-section .row {
  margin: 0;
}

.banner-box-section [class*="col-"] {
  padding: 8px;
}

/* ===============================
   IMAGE WRAPPER
================================ */

.banner-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* anchor fix */
.banner-image a {
  display: block;
  position: relative;
}

/* image */
.banner-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* right column full height */
.full-height {
  height: 100%;
}

/* ===============================
   HOVER EFFECT (SHINE + ZOOM)
================================ */

/* 🔥 WHITE SHINE EFFECT */
.banner-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
}

/* animate shine */
.banner-image:hover a::before {
  animation: shine 0.8s ease;
}

/* keyframes */
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* zoom */
.banner-image:hover img {
  transform: scale(1.05);
}

/* ===============================
   RESPONSIVE
================================ */

/* Large screens */
@media (max-width: 1200px) {
  .banner-box-section {
    padding: 35px 0;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .banner-box-section {
    padding: 30px 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .banner-box-section [class*="col-"] {
    padding: 5px;
  }

  .banner-box-section {
    padding: 20px 0;
  }
}








/* ===============================
   ABOUT SECTION
================================ */

.about-section {
  padding: 60px 0;
}

/* CONTENT */
.about-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1c2b39;
}

.about-content p {
  line-height: 30px;
  margin-bottom: 15px;
  color: #333;
}

/* IMAGE */
.about-image {
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 991px) {
  .about-section {
    padding: 40px 0;
  }

  .about-content h2 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-content {
    text-align: center;
  }

  .about-image {
    margin-top: 20px;
  }

  .about-content h2 {
    font-size: 20px;
  }

  .about-content p {
    font-size: 14px;
  }
}







/* ===============================
   WHY SECTION (FINAL CARD STYLE)
================================ */

/* OUTER SECTION (WHITE AREA) */
.why-section {
  background: #fff;
  padding: 80px 0 0;
}

/* REMOVE FULL GREEN */
.why-top {
  background: transparent; /* 🔥 important */
}

/* CENTER CARD */
.why-box {
  max-width: 1000px;       /* 🔥 controls card size */
  margin: 0 auto;          /* 🔥 center */
  background: #25583b;
  border-radius: 6px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15); /* optional premium */
}

/* IMAGE */
.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.why-content {
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* TITLE */
.why-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

/* TEXT */
.why-content p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

/* ICONS */
.why-icons {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.why-item {
  text-align: center;
  flex: 1;
}

.why-item i {
  font-size: 42px;
  margin-bottom: 10px;
}

.why-item p {
  font-size: 14px;
}

/* HIGHLIGHT */
.why-content h4 {
  font-size: 22px;
  color: #ffd36b;
}

/* ===============================
   FULL WIDTH STATS (SEPARATE)
================================ */

.why-stats {
  background: #006f45;
  margin-top: -60px;  /* 🔥 pull up under card */
  padding: 80px 0 50px;
  color: #fff;
  margin-bottom: 40px;
}

/* STAT */
.stat-item i {
  font-size: 36px;
}

.stat-item h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

.stat-item p {
  font-size: 14px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .why-box {
    margin: 0 15px;
  }

  .why-content {
    padding: 25px;
  }
}

@media (max-width: 767px) {

  .why-content {
    text-align: center;
  }

  .why-icons {
    flex-direction: column;
    gap: 20px;
  }

  .why-content h2 {
    font-size: 24px;
  }

  .why-content h4 {
    font-size: 18px;
  }
}






/* ===============================
   FIX SIDE-BY-SIDE LAYOUT
================================ */

/* FORCE ROW TO FLEX */
.why-box .row {
  display: flex;
  flex-wrap: nowrap; /* 🔥 prevents breaking */
}

/* COLUMNS EQUAL HEIGHT */
.why-box .col-lg-4,
.why-box .col-lg-8 {
  display: flex;
}

/* IMAGE FULL HEIGHT */
.why-image {
  width: 100%;
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT CENTERED */
.why-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}

@media (max-width: 991px) {

  .why-box .row {
    flex-wrap: wrap; /* 🔥 allow stacking in mobile */
  }

  .why-box .col-lg-4,
  .why-box .col-lg-8 {
    width: 100%;
  }

}




/* ===============================
   FIX OVERLAP LAYER ISSUE
================================ */

/* MAKE BOX POSITIONED */
.why-box {
  position: relative;
  z-index: 1;
}

/* IMAGE COLUMN */
.why-image {
  position: relative;
  z-index: 3; /* 🔥 image on top */
}

/* CONTENT COLUMN */
.why-content {
  position: relative;
  z-index: 2; /* 🔥 content above background */
}

/* OPTIONAL: ADD BACKGROUND FIX */
.why-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2f6b44;
  z-index: 0;
  border-radius: 6px;
}














/* ===============================
   CONTACT PAGE DESIGN
================================ */

.contact-wrapper {
  max-width: 1170px;
  margin: auto;
  padding: 30px;
  background: #fff;
}

.contact-title {
  color: #f26522;
  margin-bottom: 20px;
}

.working-time {
  margin-bottom: 15px;
}

/* BOX */
.contact-box {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  background: #fafafa;
}

.contact-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-card p {
  margin: 5px 0;
}

/* BUTTON */
.btn-map {
  display: inline-block;
  background: #0b1d3a;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
}

/* FORM */
.contact-form-section h5 {
  margin-bottom: 15px;
}

.contact-form-section .form-control {
  margin-bottom: 12px;
  border-radius: 0;
}

.btn-submit {
  background: #f26522;
  color: #fff;
  padding: 10px 20px;
  border: none;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .contact-wrapper {
    padding: 15px;
  }

  .contact-card {
    margin-bottom: 20px;
  }
}






/* ===============================
   BRAND PAGE DESIGN
================================ */

.brand-title {
  color: #f26522;
  margin-bottom: 20px;
  font-weight: 600;
}

/* INDEX */
.brand-index {
  margin-bottom: 25px;
}

.brand-index a {
  margin: 0 6px;
  color: #2b5dab;
  text-decoration: none;
  font-weight: 500;
}

/* GROUP */
.brand-group {
  margin-bottom: 25px;
}

.brand-group h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* ITEMS */
.brand-item {
  margin-bottom: 8px;
}

.brand-item a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

.brand-item a:hover {
  color: #f26522;
}



/* ===============================
   CONTACT CARD DESIGN
================================ */

.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  margin: 30px auto;
  max-width: 1200px;
}


/* BODY */
.contact-body {
  font-size: 15px;
  line-height: 26px;
  color: #333;
}

/* BUTTON STYLE */
.contact-body a.btn,
.contact-body a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* OPTIONAL BUTTON STYLE (Google Map) */
.contact-body a {
  color: #fff;
  background: #0b1d3a;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
}

.contact-body a:hover {
  background: #f26522;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-card {
    padding: 20px;
  }

  .contact-title {
    font-size: 18px;
  }
}