/*
Theme Name: Organic
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Organic is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** VARIABLES
--------------------------------------------------------------*/
body {
  --heading-font: "Inter", sans-serif;
  --bs-link-color: #333;
  --bs-link-hover-color: #333;

  --bs-link-color-rgb: 40, 40, 40;
  --bs-link-hover-color-rgb: 0, 0, 0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #747474;

  --bs-primary: #6BB252;
  --bs-primary-rgb: 107, 178, 82;

  --bs-secondary: #364127;
  --bs-secondary-rgb: 54, 65, 39;

  --bs-danger: #F95F09;
  --bs-danger-rgb: 249, 95, 9;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;

  --bs-primary-bg-subtle: #FFF9EB;
  --bs-success-bg-subtle: #eef5e5;

  --bs-border-color: #F7F7F7;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #EFEFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFEFEF;
  --bs-btn-hover-border-color: #EFEFEF;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFEFEF;
  --bs-btn-active-border-color: #EFEFEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFEFEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFEFEF;
  --bs-gradient: none;
}

.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #FCF7EB;
  --bs-btn-border-color: #FCF7EB;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #FFECBE;
  --bs-btn-hover-border-color: #FFECBE;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFECBE;
  --bs-btn-active-border-color: #FFECBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCF7EB;
  --bs-btn-disabled-border-color: #FCF7EB;
}

.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #EEF5E4;
  --bs-btn-border-color: #EEF5E4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #EEF5E4;
  --bs-btn-disabled-border-color: #EEF5E4;
}

.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #FFEADA;
  --bs-btn-border-color: #FFEADA;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #FFEADA;
  --bs-btn-disabled-border-color: #FFEADA;
}

body {
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bs-dark);
  font-weight: 700;
}

.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}

.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
/* .preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {

  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--bs-primary);
  }

  40% {
    box-shadow: 0 2em 0 0 var(--bs-primary);
  }
} */

/* 🔹 Wrapper covers full screen */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* 🔹 Hidden state — triggered by JS fadeOut or class removal */
.preloader-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
}

/* 🔹 The spinner itself */
.preloader {
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #79db66;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
  animation-delay: -0.16s;
}

/* 🔹 Spinner animation keyframes */
@keyframes animation {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/* *** Start editing below this line *** */
/* .container-fluid {
  max-width: 1600px;
}
*/
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1600px;
  }
}

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 300px);
  /* Set consistent height for rows */
  grid-gap: 2rem;
}

.banner-ad {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  /* 👈 Rounded corners */
  /* optional */
}

/* Grid Areas */
.block-1 {
  grid-area: 1 / 1 / 3 / 8;
}

.block-2 {
  grid-area: 1 / 8 / 2 / 13;
}

.block-3 {
  grid-area: 2 / 8 / 3 / 13;
}

/* Responsive layout */
@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 250px);
    /* adjust height for mobile */
  }

  .block-1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .block-2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .block-3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}

.swiper-prev:hover,
.swiper-next:hover {
  background: var(--bs-primary);
}

/* category carousel */
.category-carousel .category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}

.category-carousel .category-item:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}

.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}

.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}

.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}

.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;

  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}

.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--bs-primary);
}

/* products-carousel */
.products-carousel .swiper,
.products-carousel .swiper-container {
  overflow: visible;
}

/* product-grid */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.product-item .button-area .quantity {
  padding: 0.5rem;
}

.product-item .button-area {
  display: none;
  position: absolute;
  text-align: center;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: -55px;
  z-index: 1;
  box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.08);
  /* transition: box-shadow 0.3s ease-out; */
}

.product-item {
  position: relative;
  padding: 20px;
  background: #fafafa;
  border: 1px dotted rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  margin-bottom: 30px;
  box-shadow: none !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.product-item .product-item-figure {
  width: 160px;
  height: 160px;
  margin: 0 auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.product-item .product-item-figure :hover {

  transform: scale(1.1);
  /* Zoom in 10% on hover */

}

.product-item:hover .button-area {
  display: block;
}

.product-item:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);

}

.product-item:hover .product-item-figure img {
  transform: scale(1.1);
}

.product-item h3 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin: 0;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.product-item:hover h3 {
  color: #6BB252;
}

.product-item figure {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.product-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item .product-qty {
  width: 85px;
}

.product-item .btn-link {
  text-decoration: none;
}

.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}

@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}

/* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}

.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {

  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }

  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }

  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }

  .dropdown-menu a {
    padding-left: 0;
  }

  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}

@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}

@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 420px;
  }
}

@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 540px;
  }
}

@media screen and (min-width:1400px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

/* bootstrap extended */
.border-dashed {
  border-bottom: 1px dashed #d1d1d1;
}

.ls-1 {
  letter-spacing: -0.04em;
}

.button-area .btn-cart {
  text-wrap: nowrap;
  height: 3.3em;
  line-height: 2em;
  width: 100%;
}

.fs-7 {
  font-size: 0.8rem !important;
}

/* button */
.btn-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 2px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-light);
}

a.btn-link:before {
  background-color: rgba(var(--bs-light-rgb), 0.2);
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-light);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

/* ============ mobile view .end// ============ */


/* ✨ ENHANCED REVIEWS SECTION STYLES */

/* Overall Rating Badge */
.overall-rating-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #6BB252 0%, #5a9a44 100%);
  border-radius: 20px;
  color: white;
  box-shadow: 0 8px 20px rgba(107, 178, 82, 0.25);
}

.rating-value {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.rating-stars {
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  color: #ffd700;
}

.rating-count {
  font-size: 0.9rem;
  opacity: 0.95;
  white-space: nowrap;
}

/* Review Image Wrapper */
.review-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.review-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.review-image-wrapper:hover img {
  transform: scale(1.05);
}

/* Reviews Carousel Wrapper */
.reviews-carousel-wrapper {
  width: 100%;
}

/* Review Card Styling */
.review-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  border-color: #6BB252;
  box-shadow: 0 8px 25px rgba(107, 178, 82, 0.15);
}

/* Review Header */
.review-header {
  margin-bottom: 1.5rem;
}

/* Customer Profile */
.customer-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.customer-avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.customer-avatar svg {
  width: 100%;
  height: 100%;
  display: block;
}

.customer-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.customer-name {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

/* Review Rating */
.review-rating {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.stars {
  font-size: 0.95rem;
  color: #ffd700;
  letter-spacing: 0.15rem;
  font-weight: 600;
}

.rating-badge {
  display: inline-block;
  background: #f5f5f5;
  color: #6BB252;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid #e0e0e0;
}

/* Review Text */
.review-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  flex-grow: 1;
  font-style: italic;
}

/* Review Footer */
.review-footer {
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #6BB252;
  font-weight: 600;
}

/* Carousel Controls */
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border: 2px solid #6BB252;
  border-radius: 50%;
  background: white;
  color: #6BB252;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 1.2rem;
}

.carousel-btn:hover {
  background: #6BB252;
  color: white;
  box-shadow: 0 6px 16px rgba(107, 178, 82, 0.3);
}

.carousel-btn:active {
  transform: scale(0.95);
}

/* Carousel Indicators */
.carousel-indicators-reviews {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.carousel-indicators-reviews button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-indicators-reviews button.active {
  background: #6BB252;
  width: 32px;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .overall-rating-badge {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1.2rem 1.5rem;
  }

  .rating-value {
    font-size: 2rem;
  }

  .review-card {
    padding: 1.5rem;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .overall-rating-badge {
    width: 100%;
    margin-bottom: 1rem;
  }

  .review-card {
    padding: 1.25rem;
    min-height: auto;
  }

  .customer-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .customer-name {
    font-size: 0.95rem;
  }

  .review-text {
    font-size: 0.9rem;
  }

  .carousel-controls {
    gap: 1rem;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
  }

  .review-image-wrapper {
    margin-bottom: 2rem;
  }
}

/* Map REsponsive*/
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Tablet/Laptop (<=1024px) — apply mobile-like layout */
@media screen and (max-width:1024px) {

  /* Reduce horizontal gutters for tighter layout */
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.25rem;
  }

  /* Offcanvas and dropdown adjustments extended up to 1024px */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }

  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }

  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }

  .dropdown-menu a {
    padding-left: 0;
  }

  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }

  /* Ensure collapses are scrollable when header is fixed at this width */
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  /* Center product tabs for compact screens */
  .product-tabs .nav-tabs {
    justify-content: center;
  }

  /* Make product action bar always visible and remove hover shadows */
  .product-item .button-area {
    display: block;
    position: static;
    box-shadow: none;
  }

  .product-item:hover {
    box-shadow: none;
  }

  /* Soften image size a bit for this breakpoint */
  .product-item figure img {
    max-height: 180px;
  }

  /* Disable large negative margins for floating images */
  .image-float {
    margin: 0;
  }
}

/* ================================================
   ATTRACTIVE HEADER STYLING - SINGLE ROW FLEX
   ================================================ */

/* Header Container */
header {
  position: relative;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* Single Row Flex Wrapper */
.header-wrapper {
  position: relative;
}

.header-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #e0e0e0, transparent);
}

/* Logo Section */
.header-logo a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-logo a:hover {
  opacity: 0.85;
}

.header-logo img {
  transition: transform 0.3s ease;
}

.header-logo a:hover img {
  transform: scale(1.05);
}

/* Brand Name Styling */
.header-logo span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #364127;
  transition: color 0.3s ease;
}

.header-logo a:hover span {
  color: #6BB252;
}

/* Navigation Menu */
.header-nav {
  padding: 0 20px;
}

.header-nav .navbar-nav {
  gap: 2rem;
}

.header-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.header-nav .nav-link:hover,
.header-nav .nav-link.active {
  color: #6BB252;
  border-bottom-color: #6BB252;
}

/* Dropdown Menu */
.header-nav .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 8px;
}

.header-nav .dropdown-menu .nav-item {
  padding: 0;
}

.header-nav .dropdown-menu .nav-link {
  font-size: 13px;
  text-transform: none;
  padding: 10px 20px;
  border-bottom: none;
  border-left: 3px solid transparent;
  text-transform: capitalize;
}

.header-nav .dropdown-menu .nav-link:hover {
  background: #FFF9EB;
  color: #6BB252;
  border-left-color: #6BB252;
}

/* Header Actions (Button + Toggle) */
.header-actions {
  flex-shrink: 0;
}

/* ================================================
   ENQUIRY BUTTON - ATTRACTIVE STYLING
   ================================================ */

.btn.btn-primary {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transition: left 0.4s ease;
}

.btn.btn-primary:hover::before {
  left: 100%;
}

.btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(107, 178, 82, 0.35);
}

.btn.btn-primary:active {
  transform: translateY(0);
}

/* Enquiry Button - Header Specific */
header a.btn-primary {
  background: linear-gradient(135deg, #6BB252 0%, #5a9944 100%);
  border: 2px solid #6BB252;
  box-shadow: 0 4px 15px rgba(107, 178, 82, 0.25);
}

header a.btn-primary:hover {
  background: linear-gradient(135deg, #5a9944 0%, #4a8139 100%);
  border-color: #4a8139;
  box-shadow: 0 8px 25px rgba(107, 178, 82, 0.4);
}

/* Mobile Navigation Toggle */
header .navbar-toggler {
  border: none;
  padding: 6px 8px;
  transition: all 0.3s ease;
  background: none;
}

header .navbar-toggler:focus {
  box-shadow: none;
  background: #FFF9EB;
  border-radius: 8px;
  outline: none;
}

header .navbar-toggler svg {
  width: 24px;
  height: 24px;
  color: #333333;
  transition: color 0.3s ease;
}

header .navbar-toggler:hover svg {
  color: #6BB252;
}

/* Offcanvas Mobile Menu */
.offcanvas-header {
  border-bottom: 2px solid #FFF9EB;
  padding: 20px;
  background: #ffffff;
}

.offcanvas-header h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #364127;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.offcanvas-body {
  padding: 20px;
}

.offcanvas-body .navbar-nav {
  gap: 0;
}

.offcanvas-body .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #333333;
  padding: 12px 20px;
  margin: 4px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  border: none;
}

.offcanvas-body .navbar-nav .nav-link:hover {
  background: #FFF9EB;
  color: #6BB252;
  padding-left: 24px;
}

.offcanvas-body .navbar-nav .nav-link.active {
  background: #6BB252;
  color: white;
}

/* Mobile Menu Enquiry Button */
.offcanvas-body .btn-primary {
  background: linear-gradient(135deg, #6BB252 0%, #5a9944 100%);
  border: 2px solid #6BB252;
}

.offcanvas-body .btn-primary:hover {
  background: linear-gradient(135deg, #5a9944 0%, #4a8139 100%);
  border-color: #4a8139;
}

/* ================================================
   PRODUCTS CAROUSEL - MODERN CLEAN UI
   ================================================ */

/* Products Carousel Container */
.products-carousel {
  width: 100%;
}

.products-carousel .swiper-wrapper {
  --swiper-transition-duration: 500ms;
}

/* ================================================
   PRODUCT CARD DESIGN - PORTRAIT CARD WITH DOTTED BORDER
   ================================================ */

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fafafa;
  border: 1px dotted rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  padding: 20px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Product Card Image Container - CIRCULAR DESIGN */
.product-card-image {
  width: 160px;
  height: 160px;
  margin: 0 auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.product-card-image .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-card-image .card-image {
  transform: scale(1.1);
}

/* Product Card Title */
.product-card-body {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 60px;
}

.product-card-title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin: 0;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.product-card:hover .product-card-title {
  color: #6BB252;
}

/* ================================================
   CAROUSEL NAVIGATION BUTTONS
   ================================================ */

.carousel-nav-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.carousel-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 2px solid #e0e0e0;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  font-size: 0;
}

.carousel-arrow:hover {
  background: #6BB252;
  border-color: #6BB252;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(107, 178, 82, 0.25);
}

.carousel-arrow:active {
  transform: scale(0.96);
}

.carousel-arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  transition: stroke 0.3s ease;
}

.carousel-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carousel-arrow:disabled:hover {
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #333333;
  transform: scale(1);
  box-shadow: none;
}

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

/* Desktop: 3 cards per view */
@media (min-width: 1200px) {
  .products-carousel {
    --swiper-slides-per-view: 3;
    --swiper-space-between: 24px;
  }
}

/* Tablet: 2 cards per view */
@media (min-width: 768px) and (max-width: 1199px) {
  .products-carousel {
    --swiper-slides-per-view: 2;
    --swiper-space-between: 20px;
  }

  .product-card {
    padding: 18px;
  }

  .product-card-image {
    width: 150px;
    height: 150px;
    margin-bottom: 14px;
  }

  .product-item .product-item-figure {
    width: 150px;
    height: 150px;
    margin-bottom: 14px;
  }

  .product-item {
    padding: 18px;
  }
}

/* Mobile: 1 card per view */
@media (max-width: 767px) {
  .products-carousel {
    --swiper-slides-per-view: 1;
    --swiper-space-between: 16px;
  }

  .product-card {
    padding: 16px;
  }

  .product-card-image {
    width: 140px;
    height: 140px;
    margin-bottom: 12px;
  }

  .product-item .product-item-figure {
    width: 140px;
    height: 140px;
    margin-bottom: 12px;
  }

  .product-item {
    padding: 16px;
  }

  .carousel-nav-buttons {
    gap: 8px;
  }

  .carousel-arrow {
    width: 36px;
    height: 36px;
  }

  .carousel-arrow svg {
    width: 18px;
    height: 18px;
  }
}

/* ================================================
   SWIPER CONFIGURATION FOR PRODUCT CAROUSEL
   ================================================ */

.products-carousel.swiper {
  overflow: visible;
}

.products-carousel .swiper-slide {
  height: auto;
  display: flex;
}

.products-carousel .swiper-slide > div {
  width: 100%;
}

/* Smooth scrolling behavior */
.products-carousel {
  --swiper-theme-color: #6BB252;
}

/* Optional: Add animation to carousel on load */
@keyframes carouselSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.products-carousel .swiper-slide {
  animation: carouselSlideIn 0.6s ease-out forwards;
}

.products-carousel .swiper-slide:nth-child(1) { animation-delay: 0.05s; }
.products-carousel .swiper-slide:nth-child(2) { animation-delay: 0.1s; }
.products-carousel .swiper-slide:nth-child(3) { animation-delay: 0.15s; }
.products-carousel .swiper-slide:nth-child(4) { animation-delay: 0.2s; }
.products-carousel .swiper-slide:nth-child(5) { animation-delay: 0.25s; }

/* ================================================
   SECTION HEADER STYLING
   ================================================ */

.section-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
}

.section-title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.5px;
  margin: 0;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .carousel-nav-buttons {
    align-self: flex-end;
  }
}

/* ================================================
   RESPONSIVE ADJUSTMENTS - HEADER
   ================================================ */

@media (max-width: 1199px) {
  .header-nav {
    padding: 0 10px;
  }

  .header-nav .navbar-nav {
    gap: 1rem;
  }

  .header-nav .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .header-wrapper {
    padding: 10px 0;
  }

  .header-logo span {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .header-wrapper {
    padding: 8px 0;
  }

  .header-logo img {
    width: 50px !important;
    height: 50px !important;
  }

  .header-logo span {
    font-size: 12px;
  }

  header a.btn-primary {
    font-size: 11px;
    padding: 8px 16px !important;
    border-radius: 20px;
  }
}

/* ==================== Premium Full-Width Footer ==================== */
.footer-main {
  background-color: #1a1f2e;
  color: #ffffff;
  width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Row 1: Brand Section */
.footer-brand-section {
  background-color: #151a27;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0;
}

.footer-logo {
  transition: transform 0.3s ease;
}

.footer-brand-section:hover .footer-logo {
  transform: scale(1.05);
}

.footer-company-name {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.footer-company-tagline {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.3px;
}

/* Row 2: Content Section */
.footer-content-section {
  padding: 48px 0;
}

.footer-column {
  animation: fadeInUp 0.6s ease forwards;
  padding: 0 8px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-column-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #6BB252;
  display: inline-block;
  position: relative;
}

.footer-menu-list {
  margin: 0;
  padding: 0;
}

.footer-menu-list li {
  margin-bottom: 16px;
  list-style: none;
}

.footer-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #6BB252;
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: #6BB252;
  padding-left: 4px;
}

.footer-link:hover::after {
  width: 100%;
}

.footer-submenu-title {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.footer-sublink {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.footer-sublink::before {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.footer-sublink:hover {
  color: #6BB252;
  padding-left: 16px;
}

.footer-sublink:hover::before {
  background-color: #6BB252;
}

/* Contact items in Brand Section */
.footer-brand-section .footer-contact-item {
  margin: 0;
}

.footer-brand-section .contact-info-line {
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-brand-section .d-flex {
  width: 100%;
}

.footer-brand-section .contact-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.contact-text-small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.footer-link-inline {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-link-inline:hover {
  color: #6BB252;
}

.footer-whatsapp-btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.footer-whatsapp-btn-small:hover {
  background-color: #1ebd58;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.2);
  color: #ffffff;
}

.contact-info-line {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.footer-support-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.footer-support-text small {
  display: block;
  font-size: 11px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.footer-whatsapp-btn:hover {
  background-color: #1ebd58;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
  color: #ffffff;
}

/* Map Container */
.footer-map-container {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, rgba(107, 178, 82, 0.1), rgba(107, 178, 82, 0.05));
}

.footer-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Row 3: Copyright Bar */
.footer-bottom {
  background-color: #0f1419;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
}

.footer-social-icons {
  display: flex;
  gap: 14px;
}

.footer-social-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social-link:hover {
  color: #6BB252;
  border-color: #6BB252;
  background-color: rgba(107, 178, 82, 0.1);
  transform: translateY(-4px);
}

.footer-copyright-text {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.footer-copyright-text strong {
  color: #6BB252;
  font-weight: 600;
}

/* Contact items in regular footer sections */
.footer-contact-item {
  margin-bottom: 14px;
}

/* ==================== Responsive Footer ==================== */
@media (max-width: 1199px) {
  .footer-content-section {
    padding: 40px 0;
  }

  .footer-column-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-map-container {
    height: 300px;
  }
  
  .footer-brand-section .contact-info-line {
    font-size: 15px;
  }

  .footer-link {
    font-size: 17px;
  }

  .footer-sublink {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .footer-main {
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer-content-section {
    padding: 32px 0;
  }

  .footer-company-name {
    font-size: 24px;
  }

  .footer-company-tagline {
    font-size: 14px;
  }

  .footer-logo {
    width: 70px !important;
    height: 70px !important;
  }

  .footer-column-title {
    font-size: 19px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-sublink {
    font-size: 15px;
  }

  .footer-map-container {
    height: 280px;
  }
  
  .footer-brand-section .contact-info-line {
    font-size: 14px;
  }
  
  .footer-whatsapp-btn-small {
    padding: 6px 10px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .footer-main {
    margin-left: -12px;
    margin-right: -12px;
  }

  .footer-brand-section {
    padding: 12px 0;
  }

  .footer-content-section {
    padding: 24px 0;
  }

  .footer-logo {
    width: 60px !important;
    height: 60px !important;
  }

  .footer-company-name {
    font-size: 22px;
  }

  .footer-company-tagline {
    font-size: 13px;
  }

  .footer-column-title {
    font-size: 18px;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .footer-menu-list li {
    margin-bottom: 10px;
  }

  .footer-link,
  .footer-sublink {
    font-size: 15px;
  }

  .footer-map-container {
    height: 320px;
  }

  .footer-social-icons {
    justify-content: center;
    margin-bottom: 12px;
    gap: 10px;
  }

  .footer-social-link {
    width: 36px;
    height: 36px;
  }

  .footer-copyright-text {
    font-size: 14px;
  }
  
  .col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .footer-brand-section .d-flex {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .footer-brand-section .contact-info-line {
    font-size: 10px;
  }
  
  .contact-text-small {
    font-size: 10px;
  }
  
  .footer-link-inline {
    font-size: 10px;
  }
  
  .footer-whatsapp-btn-small {
    padding: 4px 8px;
    font-size: 9px;
    white-space: nowrap;
  }
}

/* Responsive 4-column footer layout */
@media (min-width: 992px) {
  .col-lg-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .footer-column {
    margin-bottom: 8px;
  }
  
  .footer-column-title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* Enquiry section - modern premium design */
.enquiry-section {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  overflow: visible;
}
.enquiry-section .enquiry-shapes {
  position: absolute;
  inset: -20% -10% auto auto;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28), rgba(255,255,255,0.04));
  transform: rotate(15deg);
  filter: blur(22px);
  pointer-events: none;
  border-radius: 50%;
}
.enquiry-content { padding: 8px 18px; }
.enquiry-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 6px 0;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeSlideUp 0.6s ease forwards 0.12s;
}
.enquiry-subtitle {
  color: rgba(17,24,39,0.85);
  margin: 0 0 12px 0;
  font-size: 16px;
}

.contact-list { display: flex; flex-direction: column; gap: 12px; max-width: 520px; }
.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 6px 18px rgba(15,23,42,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
  color: #0f172a;
  text-decoration: none;
}
.contact-pill .icon-wrap{ display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%; flex-shrink:0; }
.contact-pill .contact-text .line1{ font-weight:600; color:#0f172a; }
.contact-pill .contact-text .line2{ font-size:13px; color:rgba(15,23,42,0.65); }

.contact-pill.whatsapp { background: rgba(255,255,255,0.08); }
.contact-pill.whatsapp:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(37,211,102,0.12); background: rgba(255,255,255,0.12); }
.contact-pill.whatsapp .icon-green { background: rgba(37,211,102,0.12); }

.contact-pill.email { background: rgba(255,255,255,0.06); }
.contact-pill.email:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(55,65,81,0.10); background: rgba(255,255,255,0.12); }
.contact-pill.email .icon-dark { background: rgba(17,24,39,0.08); }

.contact-pill.support { background: rgba(255,255,255,0.9); }
.contact-pill.support .icon-soft { background: rgba(255,255,255,0.6); }
.contact-pill.support .line1{ color:#111827; }
.contact-pill.support .line2{ color:rgba(17,24,39,0.65); }
.contact-pill.support:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(15,23,42,0.08); }

.icon-green svg, .icon-dark svg, .icon-soft svg{ display:block; }

.enquiry-image-wrap { position: relative; display:flex; justify-content:center; align-items:center; }
.enquiry-image { max-width: 320px; transform: translateY(0); animation: floatUp 4s ease-in-out infinite;  border-radius: 18px; }

@keyframes floatUp {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes fadeSlideUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .enquiry-section { padding: 20px; }
  .enquiry-title { font-size: 28px; }
  .enquiry-image { max-width: 260px; }
}

@media (max-width: 575px) {
  .enquiry-section { padding: 18px; }
  .contact-list { gap: 10px; }
  .contact-pill { padding: 10px 12px; }
  .enquiry-image { max-width: 200px; }
}