/** Shopify CDN: Minification failed

Line 1202:21 Expected identifier but found whitespace
Line 1202:23 Unexpected "{"
Line 1202:32 Expected ":"
Line 1288:0 Expected "}" to go with "{"

**/
/* Tamoor Hero Grid - Layout Only */

.tamoor-hero-grid {
   background: conic-gradient(from 180deg at 50% 56.25%, #FFFFFF00 0deg,rgba(251, 221, 222, 0.25) 360deg);

  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.tamoor-hero-grid h2 {
  font-size: clamp(28px, 4vw, 40px);
}


/* Center Image */
.fan-container {
  width: 100%;
  z-index: 2;
  text-align: center;

}

.main-fan-overlay {

  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.15));


    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

/* Features */
.feature-item {
  font-weight: 500;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-row {
    padding: 40px 0;
  }

  .fan-container {
    width: 80%;
    text-align: center;
  }

  .features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {

  /* Fan image spacing when stacked */
  .fan-container {
    margin-top: 24px; /* adjust: 16px / 24px / 32px */
  }

}
/* ------------------------------------Choose the comfort that fits your lifestyle-------------------------------------------- */

/* ===============================
   Dynamic Banner Section
   Layout-only CSS
   =============================== */

.dynamic-banner {
  border-radius: 16px;
  min-height: 340px;
  margin: 20px 40px;
  display: flex;
  align-items: center;
}

/* Heading (desktop + responsive) */
.dynamic-banner h1 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0;
}

/* Tablet screens (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .dynamic-banner {
    min-height: 300px;
    margin: 20px;
  }

  .dynamic-banner h1 {
    font-size: 24px;
  }
 
}

/* Mobile screens (≤768px) */
@media (max-width: 768px) {
  .dynamic-banner {
    min-height: 260px;
    margin: 12px;
  }

  .dynamic-banner .row {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .dynamic-banner h1 {
    font-size: clamp(20px, 6vw, 28px);
  }
}
/* ---------------------------------------------------------------------------------------- */
/* -------------------CTA SECTION----------------------------- */
/* Container Layout */
.cta-banner-section {
  padding: 40px 0; /* Outer spacing from other sections */
}

.cta-banner-container {
  margin: 0 40px;
  border-radius: 24px; 
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  /* border: 1px solid rgba(0,0,0,0.05); Subtle border */
}

/* Typography */
.cta-title {
  font-size: clamp(22px, 3vw, 24px);
  margin-bottom: 8px;
  line-height: 1.2;
}

.cta-subheading {
  font-size: clamp(14px, 1.5vw, 16px);
  margin: 0;
  font-weight: 400;
  max-width: 600px;
}

/* Button Styling */
.cta-custom-button {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  white-space: nowrap; 
}

.cta-custom-button:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

/* --- Responsive Adjustments --- */

/* Tablet Fix (991px - 1199px) */
@media (max-width: 1199px) {
  .cta-banner-container {
    margin: 0 20px;
  }
}

/* Small Desktop & Tablet (768px - 991px) */
@media (max-width: 991px) {
  .cta-banner-container {
    padding: 10px;
  }
  .cta-title {
    font-size: 24px;
  }
 
}

/* Mobile Fix (Below 768px) */
@media (max-width: 767px) {
  .cta-banner-container {
    margin: 0 15px;
    text-align: center;
  }
  
  .cta-banner-container .row {
    flex-direction: column;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .cta-subheading {
    margin: 0 auto;
  }

  .cta-custom-button {
    margin-top: 20px;
    justify-content: center;
    border: 1px solid currentColor; 
    padding: 10px 20px;
    border-radius: 50px;

  }
}

/* -----------------------------------Lifestyle section------------------------------------------------- */

/* Section Title Styling */


.custom-lifestyle-relative-wrapper { position: relative; }

/* Navigation Buttons Overlay */
.custom-lifestyle-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
    padding: 0 10px;
}

.nav-btn-ls {
    pointer-events: auto;
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: pointer;
}

/* Card Styling */
.custom-lifestyle-card {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/6;
}

.custom-lifestyle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-lifestyle-info-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* White with 70% opacity for translucency */
    background: #F8F8F8; 
    /* Blur effect for that premium translucent look */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    padding: 18px 10px;
    text-align: center;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    z-index: 5;
    font-size: 14px;
}

.strip-heading { font-weight: 700; color: #000; }
.strip-sep { margin: 0 6px; color: #333; }
.strip-subheading { color: #333; font-weight: 400; }

/* Slider Grid & Responsiveness */
.custom-lifestyle-slider-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.custom-lifestyle-slider-wrapper::-webkit-scrollbar { display: none; }

/* Tablet: 2 Full Cards (833px Fix) */
@media (max-width: 991px) and (min-width: 768px) {
    .custom-lifestyle-col {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        scroll-snap-align: start;
    }
}

/* Mobile: 1 Full Card */
@media (max-width: 767px) {
    .custom-lifestyle-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 8px;
        scroll-snap-align: start;
    }
    .custom-lifestyle-header{
      padding: 0px 8px;
    }
    .custom-lifestyle-main-title{
      font-size:20px;
    }
}

/* Desktop: 3 Cards Grid */
@media (min-width: 992px) {
    .custom-lifestyle-slider-wrapper { flex-wrap: wrap; }
    .custom-lifestyle-col { flex: 0 0 33.333%; max-width: 33.333%; padding: 0 8px; }
}
/* ---------------------------------------------------swiper section----------------------------------- */

.certification-section {
  background: #FFFFFF
;
}
.certification-section .container {
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}
.certification-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0px 4px 8px 0px #11131414;
}
.certification-logo img {
  max-width: 100%;
  max-height: 100%;
}



/* Ensure swiper-slide centers content */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
.swiper-heading {
  font-size:20px;
}

}
/* ---------------------------------------------Airflow Section---------------------------------------------------------- */

/* Airflow Custom Section Styles */
.airflow-main-wrapper {
    width: 100%;
    padding: 60px 0;
    background-color: #fff; 
}





.airflow-img-fluid {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.airflow-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.airflow-placeholder {
    width: 100%;
    height: auto;
    background: #f4f4f4;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .airflow-left-col, 
    .airflow-center-col, 
    .airflow-right-col {
        text-align: center !important; 
        margin-bottom: 30px;
    }
    
    .airflow-heading {
        font-size: 20px;
    }
    
    .airflow-right-col {
        margin-bottom: 0;
    }
    .airflow-main-wrapper {
        padding: 60px 8px; 
    }
}

/* ----------------------------------------------section 3 cards------------------------------------------------------------- */

/* Section 3 - Cards Layout */
.section3-cards-wrapper {
    background-color: #ffffff;
    padding: 60px 0;
}

/* .section3-main-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
} */

.section3-main-subtext {
    font-size: 16px;
    color: #444;
}

.section3-card {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(17, 19, 20, 0.03) 100%);
    border-radius: 20px;
    padding: 45px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
}

/* .section3-card:hover {
    background-color: #f1f1f1;
    transform: translateY(-5px);
} */

.section3-card-icon {
    margin-bottom: 25px;
    width: 40px;
    height: 40px;
}

.section3-card-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section3-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.section3-card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    flex-grow: 1; /* Ensures buttons align even if text length varies */
}

.section3-card-link {
    text-decoration: none !important;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.section3-card-link:hover {
    color: #E31E26; /* Custom Red color */
}

.section3-arrow {
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.section3-card-link:hover .section3-arrow {
    transform: translateX(5px);
}

.section3-icon-placeholder {
    width: 40px;
    height: 40px;
    background: #e0e0e0;
    border-radius: 5px;
}



/* Responsive Fixes */
@media (max-width: 767px) {
    .section3-main-heading {
        font-size: 20px;
        text-align: center;
    }
    .section3-main-subtext {
        text-align: center;
        font-size: 15px;
    }
    .section3-card {
        padding: 35px 25px;
    }
    .section3-cards-wrapper {
    padding: 50px 8px;
}
}

/* --- Carousel Specific Logic (Mobile Only) --- */
@media (max-width: 767px) {
    .section3-carousel-parent {
        position: relative;
        overflow: hidden;
    }

    .section3-carousel-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0; /* Bootstrap gap handled by padding */
    }

    .section3-carousel-row::-webkit-scrollbar {
        display: none;
    }

    .section3-carousel-item {
        flex: 0 0 85% !important; 
        scroll-snap-align: start;
        padding-right: 15px; 
    }

   .section3-carousel-arrow {
        position: absolute;
        right: 10px;
        top: 65%; 
        transform: translateY(-50%); 
        
        background: #fff;
        color: #000;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        cursor: pointer;
        z-index: 2; 
    }
}

/* ---------------------------------------------------------section 4----------------------------------------------------- */

/* Section 4 - Popular Categories */
.section4-cat-wrapper {
    background-color: #ffffff;
}

.section4-main-heading {
    color: #000;
    margin-bottom: 20px;
}

.section4-card {
    display: block; 
    text-decoration: none; 
    background-color: #f6f6f6; 
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; 
}

.section4-card:hover {
    transform: translateY(-8px);
    color: inherit; 
}

.section4-img-container {
    width: 100%;
    aspect-ratio: 1 / 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none; 
}

.section4-img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.section4-content {
    padding: 20px 25px 30px;
    background-color: #f6f6f6;
    pointer-events: none; 
}

.section4-card-title {
    font-size: 24px;
    font-weight: 400;
    color: #111;
    margin: 0;
}

.section4-full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section4-placeholder {
    width: 100%;
    height: 100%;
    background: #eee;
}

.section4-carousel-wrapper {
  position: relative; /* parent relative */
}

.section4-carousel-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px #0000001a;
  cursor: pointer;
  z-index: 2;
}


/* Mobile Responsive */
@media (max-width: 767px) {
    .section4-main-heading {
        font-size: 20px;
    }
    .section4-card-title {
        font-size: 18px;
        text-align: left;
    }
    .section4-cat-wrapper {
      padding: 0px 8px;
    }
    .section4-card:hover {
    transform: none;
}
}

/* Mobile / Tablet Carousel Behavior */
@media (max-width: 991px) {

  .section4-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .section4-row::-webkit-scrollbar {
    display: none;
  }

  .section4-col {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .section4-col {
    flex: 0 0 45%;
  }
}

/* ----------------------------------------------home appliance-------------------------------------------- */
/* Home Appliance Section Prefix: ha- */
/* ===============================

/* Section Padding */
.ha-section {
  padding: 60px 0;
  background-color: #ffffff;
}

/* Card Styling */
.ha-card {
  padding: 30px 15px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(17, 19, 20, 0.03) 100%);
  border-radius: 16px;
  transition: all 0.3s ease;
  margin-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Image Wrapper */
.ha-card-image {
  width: 100%;
  height: 120px; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 0 20px;
}

.ha-card-image img {
  max-height: 100%;
  width: auto;
  object-fit: contain; 
  transition: transform 0.4s ease;
}

@media (min-width: 992px) {
    .ha-card:hover {
        transform: translateY(-8px);
        background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(17, 19, 20, 0.06) 100%);
    }
    .ha-card:hover img {
        transform: scale(1.1);
    }
}

/* Hover Effect */
/* .ha-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(17, 19, 20, 0.06) 100%);
}

.ha-card:hover img {
  transform: scale(1.1);
} */

/* Text Styling */
.ha-card-text p {
  margin-top:10px;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.3px;
}

.ha-text h3 {
  margin-bottom: 8px;
}

/* ===============================
   Carousel (Mobile / Tablet)
================================ */

.ha-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y:hidden;
  scroll-snap-type: x mandatory;
  padding: 0px 5px;
  -webkit-overflow-scrolling: touch;
}

.ha-carousel::-webkit-scrollbar {
  display: none;
}

.ha-carousel-item {
  min-width: 75%; 
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .ha-carousel-item {
    min-width: 30%; 
  }
}

/* Arrow Icon Customization */
.ha-carousel-arrow {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 768px) {
  .ha-section {
  padding: 50px 8px;
}
.ha-heading{
  font-size:20px;
}
}
/* ---------------------------------------feature strip-------------------------------------------------- */
/* FS Feature Strip */
.fs-section {
  background: #fff;
  overflow: hidden;
}

.fs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 16px;
  padding: 10px 16px;
}

.fs-icon, .fs-icon-img {
  color: red;
  font-size: 15px;
  line-height: 1;
  width: 24px;
  height: 24px;
}

.fs-icon-img {
  object-fit: contain;
}

.fs-text {
  color: #000;
  font-weight: 500;
  font-size:16px;
}

/* Mobile Slider */
.fs-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.fs-slider {
  display: flex;
  width: max-content;
  animation: fs-scroll 18s linear infinite;
}

@keyframes fs-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Tablet slower */
@media (max-width: 991px) {
  .fs-slider {
    animation-duration: 22s;
  }
}
/* ---------------------------------------trusted fan solution-------------------------------------------- */

  .trusted-fan-card-col { flex: 0 0 33.333%;  }
  .trusted-fan-card { background: #fff; border-radius: 16px; }
  .trusted-fan-img-container { background: linear-gradient(180deg, rgba(17, 19, 20, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px; padding: 32px 49px; text-align: center; min-height: 280px; display: flex; align-items: center; justify-content: center; }
  .trusted-fan-list li { margin-bottom: 12px; display: flex; align-items: center; font-size: 15px; }
  .trusted-fan-custom-icon { width: 20px; height: 20px; margin-right: 10px; object-fit: contain; }
  .trusted-fan-check { color: #000; margin-right: 10px; font-weight: bold; }
  .trusted-fan-btn { color: #000; border-bottom: 2px solid transparent; transition: 0.3s;font-size:16px; font-weight: 600; }
  .trusted-fan-btn:hover { color:#E31E26; }

  @media (max-width: 991px) {
    .trusted-fan-slider { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .trusted-fan-slider::-webkit-scrollbar { display: none; }
    .trusted-fan-card-col { flex: 0 0 90%; scroll-snap-align: center; }
    .trusted-fan-next-btn { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: #fff; border-radius: 50%; width: 45px; height: 45px; box-shadow: 0 4px 12px #0000001a;; border: 1px solid #eee; display: flex; align-items: center; justify-content: center; z-index: 2; }
  }

  @media (max-width: 767px) {
    .trusted-fan-section{
      padding: 50px 0px;
    }
    .trusted-fan-header{
     padding: 0px 8px;
    }
    .trusted-fan-main-title{
      font-size:20px;
    }
}

  /* ---------------------------------------------footer section--------------------------------------------------------------- */

  
/* --- Footer Custom Styling with Prefix --- */
.footer-custom-wrapper {
  padding: 50px 0;
  background-color: #F8F8F8;
}

/* Row Spacings */
.footer-row-1 { margin-bottom: 30px; }
.footer-row-2 { margin-bottom: 40px; } 

/* Basic Icon Box Style */
.footer-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #11131440;
  border-radius: 8px;
  background: #ffffff00;
  transition: 0.3s;
}

.footer-social-wrapper { gap: 10px; }
.footer-social-link { width: 40px; height: 40px; }
.footer-icon-img { width: 15px; height: 15px; }

/* Support Box */
.footer-support-container { display: flex; align-items: center; justify-content: flex-end; }
.footer-support-icon { width: 45px; height: 45px; margin-right: 12px; }
.footer-support-label { display: block; font-weight: 700; font-size: 12px; color: #111314; }
.footer-support-value { font-size: 12px; color: #111314b3; }

/* Typography */
.footer-logo-img { max-width: 140px; }
.footer-menu-list { display: flex; justify-content: center; gap: 20px; list-style: none; padding: 0; }

.footer-menu-link { text-decoration: none; color: #111314; font-weight: 500; font-size: 13px; }
.footer-menu-link:hover{
  
    text-decoration: underline;
    text-underline-offset: .3rem;

}
.footer-copyright-text, .footer-working-hours { font-size: 12px; color: #111314; margin: 0; }
.copyright-name { color: #E31E26 !important; font-weight: 600; }

/* Payments */
.footer-payment-wrapper { display: flex; justify-content: flex-end; gap: 15px; }
.footer-payment-img { height: 22px; width: auto; }

/* Responsive */
@media (max-width: 768px) {
  .footer-custom-wrapper {
    padding: 40px 0;
  }

  .footer-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }

  .footer-row-1,
  .footer-row-2,
  .footer-row-3 {
    text-align: center;
    margin-bottom: 0;
  }

  
  .footer-row-1 > [class*="col-"],
  .footer-row-2 > [class*="col-"],
  .footer-row-3 > [class*="col-"] {
    margin-bottom: 16px;
  }

  /* no extra margin */
  .footer-row-1 > [class*="col-"]:last-child,
  .footer-row-2 > [class*="col-"]:last-child,
  .footer-row-3 > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
.footer-social-wrapper,
.footer-payment-wrapper,
.footer-menu-list {
  margin-top: 0;
  justify-content: center !important;
}

.footer-support-container {
  margin-top: 0;
  margin-bottom: 16px;
  justify-content: center !important;
}

  .footer-col-left {
    margin-bottom: 0;
  }

  .footer-working-hours {
    margin-top: 0;
  }
}

/* --------------------------------------------still confused section------------------------------------------------------------------------- */

.st-cta-wrapper {
    padding: 80px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(17, 19, 20, 0.03) 100%);
    border-radius: 24px;

   }
  .st-cta-card {
    padding: 41px 115px;
    text-align: center;
    position: relative;
  }
  .st-cta-title {
    /* font-weight: 700; */
    color: #000;
    margin-bottom: 15px;
  }
  .st-cta-text {
    color: #666;
    max-width: 650px;
    margin: 0 auto 35px auto;
    font-size: 16px;
    line-height: 1.6;
  }
  .st-cta-button {
    background: #ffffff00;
    border: 1px solid #e0e0e0;
    padding: 14px 28px;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }
  .st-cta-button:hover {
    background: #fdfdfd;
    border-color: #ccc;
    color: #000;
    transform: translateY(-2px);
  }


  @media (max-width: 768px) {
    .st-cta-wrapper { padding: 40px 0; }
    .st-avatar-container { 
      margin-left: 0; 
      margin-top: 20px; 
      display: flex; 
      justify-content: center; 
    }
  }

  /* --------------------------------------order-tracking-card------------------------------------------------- */

  /* Tracking Section Styles */
.tmf-tracking-wrapper {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  background-color: #ffffff;
}

.tmf-tracking-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.tmf-tracking-card h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

.tmf-tracking-tabs-header {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}

.tmf-tracking-tab-btn {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #888;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.tmf-tracking-tab-btn.tmf-tracking-active {
  color: #000;
  border-bottom: 2px solid #000;
}

.tmf-tracking-form input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

.tmf-tracking-btn {
  width: 100%;
  padding: 15px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s;
}

.tmf-tracking-btn:hover { 
  background: #000; 
}

.tmf-tracking-hidden { 
  display: none; 
}

/* ------------------------------------our-history css-------------------------------------------------- */
  .history-section {
    padding: 60px 0;
    background-color: {{ section.settings.bg_color }};
  }
  .history-heading {
    margin-bottom: 25px;
    color: #000;
  }
  .history-text {
    font-size: 16px;
    line-height: 1.8;
    color: #4D4E45;
  }
  .history-bottom-text {
    margin-top: 20px; 
    font-size: 16px;
    line-height: 1.8;
    color: #4D4E45;
  }
  .history-badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .history-badge {
    max-width: 250px; 
    height: auto;
  }
  @media (max-width: 768px) {
   
    .history-section {
    padding: 30px 8px;
     .history-heading {
      font-size: 20px;
      margin-bottom: 8px;
  }
/* ------------------------------------export-markets css-------------------------------------------------- */


  .export-markets-section {
    padding: 80px 0;
  }
  .export-map-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .export-map-image {
    width: 100%;
    max-width: 100%; 
    height: auto;
    object-fit: contain;
  }
  .export-content {
    padding-left: 30px;
  }
  .export-heading {
    color: #000;
    margin-bottom: 25px;
  }
  .export-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #4D4E45;
    margin-bottom: 20px;
  }
  
  /* Responsive for Mobile */
  @media (max-width: 991px) {
    .export-content {
      padding-left: 0;
      margin-top: 40px;
      text-align: center;
    }
    .export-markets-section {
      padding: 50px 8px;
    }
  }
  @media (max-width: 768px) {
    .export-markets-section {
      padding: 50px 8px !important;
    }
  }




