html,
    body {
      overflow-x: hidden;
      width: 100%;
    }

    body {
      margin: 0;
      padding: 0;
  
      font-family: 'Poppins', sans-serif;
      background-color: white;

    }
    /* Floating Instagram Button */
.floating-instagram {
  position: fixed;
  bottom: 90px;   /* WhatsApp ke upar dikhayega */
  right: 20px;
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
  color: #fff;
  font-size: 30px;
  padding: 3px 12px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}

.floating-instagram:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}



    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      /* niche se gap */
      right: 20px;
      /* right side gap */
      z-index: 1000;
    }

    .whatsapp-float img {
      width: 50px;
      /* size change karna ho to */
      height: 50px;
    }
    /* Strip Background */
.top-strip {
  background: black; 
  color: white; 
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  padding: 8px 0;
}

/* Wrapper to hold duplicate text for seamless scroll */
.scroll-wrapper {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

/* Scrolling Text */
.scroll-text {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 50px; /* small space between repeats */
}

/* Animation Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ✅ Print/PDF Responsive CSS */
@media print {
  .top-strip {
    background: #000 !important;
    color: #fff !important;
    font-size: 14pt;
    text-align: center;
    padding: 10px;
  }

  /* Scroll remove ho jaye aur text ek line me dikh jaye */
  .scroll-wrapper {
    display: block !important;
    width: 100% !important;
    animation: none !important;
  }

  .scroll-text {
    white-space: normal !important;
    padding: 0 !important;
    font-weight: bold;
  }
}

  
    /* ===== Navbar ===== */
  

  /* Brand */
  .bills-brand {
    gap: 8px;
  }

  .bills-logo {
    width: 100px;
    height: 100px;
  }

  .bills-brand-text {
    color: #2654FE;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 50px;
    font-weight: bold;
  }

  .navbar-nav .nav-item .bills-link {
  color: grey;
  font-size: 20px; /* desired size */
  font-weight: bold;
  transition: 0.3s;
}

.navbar-nav .nav-item .bills-link:hover {
  color: #2654FE;
}


  /* Button */
  a.bills-btn.btn {
    background-color: #2654FE !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    padding: 6px 16px;
    transition: 0.3s;
  }

  a.bills-btn.btn:hover {
    background-color: #163bb8 !important;
  }


  /* ===== Responsive ===== */
  @media (max-width: 991.98px) {
    .bills-brand-text {
      font-size: 40px;
      /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
      font-family: 'Times New Roman', Times, serif;
    }

    .bills-nav {
      text-align: center;
    }

      .navbar-nav .nav-item .bills-link {
      display: block;
      padding: 8px 0;
    }

    .bills-btn {
      width: 100%;
      margin-top: 10px;
    }
  }

  @media (max-width: 575.98px) {
    .bills-brand-text {
      font-size: 30px;
            font-family: 'Times New Roman', Times, serif;
    }

    .bills-logo {
      width: 50px;
      height: 50px;
    }

      .navbar-nav .nav-item .bills-link{
      font-size: 16px;
    }
  }

  /* For larger screens (desktop) */
@media(min-width: 1201px) {
  .bills-navbar {
    
    background: #fff;
    box-shadow: none;
    border: none;
    max-width: 1300px;   /* ✅ laptop पर navbar की चौड़ाई limit */
    margin: 0 auto;      /* ✅ left-right gap equal */
    border-radius: 12px; /* optional: थोड़ा rounded look */
  }
 .bills-brand-text {
      font-size: 45px;
      /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
      
       font-family: "Comic Sans MS", cursive, sans-serif;
    }

    .bills-nav {
      text-align: center;
    }

      .navbar-nav .nav-item .bills-link {
      display: block;
      padding: 8px 0;
    }

    .bills-btn {
      width:20%;
      margin-top: 10px;
    } 
}
  /* ===== Print View ===== */
@media print {
  /* Navbar background thoda simple kar do */
  .bills-navbar {
    background: #fff !important;
    box-shadow: none !important;
    border: none !important;
    max-width: 100% !important; /* Full width in print */
    margin: 0 auto;
    border-radius: 0;
  }

  /* Logo & Brand Text thoda chhota kar do */
  .bills-logo {
    width: 40px !important;
    height: 40px !important;
  }

  .bills-brand-text {
    font-size: 20px !important;
  }

  /* Navbar links ko simple text format me dikhaye */
  .bills-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    padding: 0 !important;
  }

  .bills-link {
    font-size: 16px !important;
    color: black !important;
    font-weight: normal !important;
    text-decoration: none !important;
  }

  .bills-btn {
    display: none !important; /* Button hide in print */
  }

  /* Toggler icon hide in print */
  .navbar-toggler {
    display: none !important;
  }
}

/* Feature Card Hover Effect */
.gstPulse-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 340px;
  cursor: pointer;
  margin-left: -15px;
}
.gstPulse-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.gstPulse-card span {
  white-space: normal;     /* text को wrap करने देगा */
  word-wrap: break-word;   /* लंबे word को भी तोड़ेगा */
  overflow: visible;       /* text कटेगा नहीं */
  text-overflow: unset;    /* ... (ellipsis) हट जाएगा */
 
}

/* Default: Desktop me hide kar do */
.gstSpark-section {
  display: none;
}

/* Sirf phone & tab (max 991px tak) me show hoga */
@media (max-width: 991px) {
  .gstSpark-section {
    display: block;
  }

  .gstPulse-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 550px;
  cursor: pointer;
}
/* Hide GST Spark section only on tablets like Galaxy Tab A9+ */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .gstSpark-section {
    display: none !important;
  }
}
}

    
   /* .offline-btn {
      margin-top: 150px;
      margin-bottom: 30px;
      align-items: left;
      background-color: #d4fde3;
    
      color: black;
    
      border: 2px solid #22C55E;
  
      padding: 7px 17px;
     
      font-size: 0.9rem;
      
      font-weight: bold;
      border-radius: 35px;
      
      
      transition: all 0.3s ease;
   
      
    } */
    
 .left-btn {
  margin-top: 50px;
  margin-bottom: 30px;
  
  display: block;          /* ✅ block element banaya */
  margin-left: 0;          /* ✅ hamesha left se align */
  
  background-color: #d4fde3;
  color: black;
  border: 2px solid #22C55E;
  padding: 7px 17px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 35px;
  transition: all 0.3s ease;
}



/* ---------- Tablet View (768px - 991px) ---------- */
/* @media (max-width: 991px) {
  .hero-section {
    margin-top: 0;
    text-align: left;
    padding: 60px 15px 30px;
  }
.left-btn{
  margin-top: 30px; 
  font-size: 18px;
}
  .hero-section h1 {
    font-size: 50px;
    text-align: left;
    line-height: 1.3;
  }

  .hero-section p {
    text-align: left;
    font-size: 18px;
  }

  .hero-img {
    margin-top: -200px;
  width: 120%;
  height: auto;
    
  }
} */


@media ((min-width: 769px) and (max-width: 1024px)){
.hero-section {
    margin-top: 0px ; 
    text-align: center;
    padding: 70px 10px 10px 10px; /* thoda spacing upar niche */
  }
  

  .hero-section h1 {
    font-size: 40px; /* heading chhoti ho jaye */
    line-height: 1.4;
            text-align: left;
  }

  .hero-section p {
        text-align: left;

    font-size:24px;
  }
.hero-section img{
  margin-top: -180px;
  width: 100%;
 
  height: auto;
}
}
 @media ((min-width: 1025px) and (max-width: 1200px)){
  .hero-section {
    margin-top: 0px ; 
    text-align: center;
    padding: 70px 10px 10px 10px; /* thoda spacing upar niche */
  }
  

  .hero-section h1 {
    font-size: 35px; /* heading chhoti ho jaye */
    line-height: 1.4;
            text-align: left;
  }

  .hero-section p {
        text-align: left;

    font-size:30px;
  }
.hero-section img{
  margin-top: -100px;
  width: 100%;
  height: auto;
}
 }

/* For small screens (phone) */
@media ((min-width: 481px) and (max-width: 768px)) {
  .hero-section {
    margin-top: 0px ; 
    text-align: center;
    padding: 70px 10px 10px 10px; /* thoda spacing upar niche */
  }
  

  .hero-section h1 {
    font-size: 35px; /* heading chhoti ho jaye */
    line-height: 1.4;
            text-align: left;
  }

  .hero-section p {
        text-align: left;

    font-size:22px;
  }
.hero-section img{
  margin-top: -110px;
  width: 100%;
  height: auto;
}

}

/* For larger screens (desktop) */
@media(min-width: 1201px)  {
  .hero-section {
    margin-top: 0px ; 
    text-align: center;
    padding: 70px 10px 10px 10px; /* thoda spacing upar niche */
  }
  
/* .offline-btn{
  margin-left: -100px;
  align-items: left;
} */
  .hero-section h1 {
    font-size: 40px; /* heading chhoti ho jaye */
    line-height: 1.4;
            text-align: left;
  }

  .hero-section p {
        text-align: left;

    font-size:22px;
  }
.hero-section img{
  margin-top: -100px;
  width: 100%;
  height: auto;
}

}
@media (max-width: 480px) {
  .hero-section {
    margin-top: 0px ; 
    text-align: center;
    padding: 70px 10px 10px 10px; /* thoda spacing upar niche */
  }
  
/* .offline-btn{
  margin-left: -100px;
  align-items: left;
} */
  .hero-section h1 {
    font-size: 26px; /* heading chhoti ho jaye */
    line-height: 1.4;
     text-align: left;
  }

  .hero-section p {
    font-size: 20px;
     text-align: left;
  }
.hero-section img{
  margin-top: -80px;
  width: 100%;
  height: auto;
}

}

@media print {
  /* Section spacing */
  .hero-section {
    margin-top: 0 !important;
    padding: 10px !important;
  }

  /* Left content adjustments */
  .hero-section .col-lg-6, 
  .hero-section .col-md-12 {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
   
    margin-bottom: 20px !important;
  }

  /* Headings and text */
  .hero-section h1 {
    font-size: 20pt !important;
    line-height: 1.3 !important;
  }

  .hero-section p {
    font-size: 12pt !important;
    line-height: 1.5 !important;
  }

  /* Buttons visible & clickable in PDF */
  .hero-section .btn {
    display: inline-block !important;
    background-color: #007bff !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    font-size: 12pt !important;
  }

  

  /* Hero stats */
  .hero-stats {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-top: 15px !important;
  }

  .hero-stats .stat {
    text-align: center !important;
    font-size: 10pt !important;
  }

  /* Images responsive */
  .hero-section img {
    display: none;
    /* width: 100% !important;
    height: auto !important;
    max-width: 300px !important; 
    margin-left: 40px; */
  
  }

  /* Remove any unnecessary spacing/margin */
  .d-flex.flex-column.flex-sm-row.gap-3.mt-3 {
    flex-direction: column !important;
    gap: 10px !important;
  }
}



    .slip-section {
      margin-top: 40px;
  background: linear-gradient(50deg, #b2ebf2, #ebf2f3, #ffffff);
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}


.slip-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: rgba(255, 2, 2, 0.15);
  border-radius: 50%;
  z-index: 0;
}

.slip-content h2 {
  font-size: 40px;
  color: black;
  margin-bottom: 18px;
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
  /* position: relative;
  display: inline-block; */
   white-space: nowrap;
  margin-left: 40px;
}
.premiumfeatures li{
  font-size: 22px;
   margin-left: 50px;
  line-height: 45px;
  color: rgb(46, 46, 46);
  font-weight: bold;
}
.slip-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffb84d);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}
/* Tablet View (768px - 1024px) */
@media (max-width: 1024px) {
  .slip-section{
    margin-top: -50px;
  }
  .slip-content h2 {
    font-size: 32px;
    
    margin-left: 20px;
    text-align: center;
    display: block;
   
  }

  .slip-content h2 span {
    display: block;   /* हर span अलग line पर */
  }

  .premiumfeatures li {
    font-size: 25px !important;   /* थोड़ा बड़ा text */
    line-height: 42px;
    margin-left: 30px;
  }
}

/* Mobile View (max-width: 767px) */
@media (max-width: 767px) {
  .slip-content h2 span {
  font-size: 42px !important;  /* bada kar diya aur override ensure kiya */
text-align: left;
margin-left: -15px;
   line-height: 12px;
   margin-top: 20px;
}


  .premiumfeatures li {
    font-size: 18px !important;   /* !important lagaya */
    line-height: 42px;
    margin-left: 10px;
  }
}


@media (max-width: 1201px) {
  .info-box {
  max-width: 1200px; /* yaha width apne design ke hisaab se kam-jyada kar sakte ho */
  background: #f9fcff;
  border: 3px dashed #4a90e2;
  overflow: hidden;
 margin-left: 120px;
} 
}

 .info-box {
  max-width: 1200px; /* yaha width apne design ke hisaab se kam-jyada kar sakte ho */
  background: #f9fcff;
  border: 3px dashed #4a90e2;
  overflow: hidden;
 margin-left: 80px;
}

/* Left content */
.left-content ul li {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
}


.whatsapp-demo {
  font-size: 24px;
  position: absolute;
  bottom: 10px;  /* parent ke bottom se distance */
  left:410px;
  transform: translateX(-20%); /* horizontally center */
  text-align: right;
}


/* Mobile View (max-width: 767px) */
@media (max-width: 480px){
.slip-section{
    margin-top: -50px;
  }
  .slip-content h2 {
    font-size: 32px;
    
    margin-left: 20px;
    text-align: center;
    display: block;
   
  }

  .slip-content h2 span {
    display: block;   /* हर span अलग line पर */
  }

  .premiumfeatures li {
    font-size: 17px !important;   /* थोड़ा बड़ा text */
    line-height: 40px;
    margin-left: 10px;
  }
}









@media print {
  /* Section padding */
  .slip-section {
    padding: 10px !important;
  }

  /* Columns full width for PDF */
  .slip-section .col-lg-6,
  .slip-section .col-md-12 {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
    text-align: left !important;
  }

  /* Images responsive */
  .slip-section img {
    width: 100% !important;
    height: auto !important;
    max-width: 500px !important; /* adjust as needed */
  }

  /* Headings */
  .slip-section h2 {
    font-size: 20pt !important;
    line-height: 1.3 !important;
    color: #000 !important;
  }

  .title-sub {
    font-size: 14pt !important;
    color: #333 !important;
  }

  /* List items */
  .premiumfeatures li {
    font-size: 12pt !important;
    margin-bottom: 10px !important;
  }

  .premiumfeatures i {
    font-size: 12pt !important;
    color: green !important;
  }

  /* Convert <button> inside list to anchor for PDF clickable */
  .premiumfeatures button {
    display: inline-block !important;
    background-color: #dc3545 !important;
    color: #fff !important;
    padding: 6px 10px !important;
    border-radius: 5px !important;
    border: none !important;
    font-size: 10pt !important;
    text-decoration: none !important;
  }

  /* Bottom Watch Demo Button */
  .get-start-btn {
    display: inline-block !important;
    background-color: #007bff !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    font-size: 12pt !important;
  }
}






      :root{
        --accent: #0d6efd;
      }
   
      .gst-section{ padding: 60px 0; }
       .gst-heading {
      font-size:42px;
      color: #163de9;
      margin-bottom: 18px;
      position: relative;
      display: inline-block;
      text-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
    }
     .gstsubtitle{
        font-size:42px;
      color: #111111;
      margin-bottom: 18px;
      position: relative;
      display: inline-block;
      text-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
     }
    .gst-heading::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, #ffd700, #ffb84d);
      box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
    }

      /* transparent/glass box */
      .transparent-box{
        background: rgba(255,255,255,0.55);
        border-radius: 12px;
        padding: 18px;
        font-size: 20px;
        box-shadow: 0 6px 18px rgba(22,22,22,0.06);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
      }

      .gst-points li{ margin-bottom:10px;  }

      
      /* image effects */
      .gst-image{ 
          width: 100% !important;
        max-width: 500px !important;
        height: auto !important;
        page-break-inside: avoid !important;
      
       }

      /* button */
      .get-start-btn{ padding: 12px 30px; font-size: 16px; border-radius: 10px; }

     /* ---------- Tablet View (768px - 991px) ---------- */
@media (max-width: 991dp) {
 .gst-section{
  display: none;
 } 
}

/* ---------- Mobile View (max-width: 767px) ---------- */
@media (max-width: 767px) {
 .gst-section{
  display: none;
 }
}

      /* ==== Tablet view (Samsung Galaxy Tab A9 ~800px) ====
@media (min-width: 768px) and (max-width: 1024px) {

  .gst-section .row {
    flex-direction: column !important;
  }

  
  .gst-section .col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important; 
  }

  .gst-heading {
    font-size: 34px !important;
    line-height: 42px !important;
    text-align: center !important;
  }

  .gstsubtitle {
    font-size: 26px !important;
    text-align: center !important;
  }

  .transparent-box {
    font-size: 18px !important;
    padding: 20px !important;
    margin: 0 auto !important;   
    max-width: 90% !important;
    text-align: left;            
  }

  .gst-points li {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 12px;
  }

  .gst-points li i {
    font-size: 22px !important;
    margin-right: 6px;
  }

  .gst-image {
    max-width: 320px !important;
    margin: 20px auto 0 auto !important;
    display: block;
  }

  .second-btn {
    margin: 20px auto 0 auto !important;
    display: block;
    max-width: 90% !important;
  }

  .d-flex.justify-content-center {
    flex-direction: column !important;
  }
} */
@media print {
  /* GST Section spacing */
  .gst-section {
    padding: 10px !important;
    page-break-inside: avoid !important; /* Section ek page me rahe */
  }

  /* Columns stacked for PDF */
  .gst-section .col-md-6 {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
    text-align: left !important;
    page-break-inside: avoid !important;
  }

  /* Headings */
  .gst-section .gst-heading {
    font-size: 20pt !important;
    line-height: 1.3 !important;
    color: #000 !important;
  }

  .gst-section .gstsubtitle {
    font-size: 14pt !important;
    color: #333 !important;
  }

  /* List items */
  .gst-points li {
    font-size: 12pt !important;
    margin-bottom: 8px !important;
  }

  .gst-points i {
    font-size: 12pt !important;
    color: green !important;
  }

  /* Transparent Box button */
  .second-btn {
    display: inline-block !important;
    background-color: #ff6b35 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    font-size: 12pt !important;
    width: 100% !important;
    max-width: 480px !important;
    text-decoration: none !important;
    border: none !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    page-break-inside: avoid !important;
  }

  /* Bottom Watch Demo Button */
  .get-start-btn {
    display: inline-block !important;
    background-color: #007bff !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    font-size: 12pt !important;
    text-decoration: none !important;
    page-break-inside: avoid !important;
  }

  /* Image responsive */
  .gst-section img {
    width: 100% !important;
    height: auto !important;
    max-width: 400px !important; /* adjust as needed */
    page-break-inside: avoid !important;
    page-break-before: auto !important;
    page-break-after: auto !important;
  }

  /* Reduce spacing */
  .row.mt-4 {
    margin-top: 10px !important;
  }
}
  /* ==== Responsive Heading ==== */
@media (max-width: 768px) {
  .ggt-section-title {
    font-size: 28px !important;      /* mobile font smaller */
    line-height: 46px !important;    /* better spacing */
    text-align: center !important;
  }

  .ggt-section-title span {
    font-size: 30px !important;
    background-color: palevioletred;
    padding: 2px 6px;
    display: inline-block;           /* ✅ inline hi rahe */
    vertical-align: middle;
  }

  .ggt img {
    width: 60px;                     /* ⭐ chhota ho gaya */
    height: 60px;
    margin-left: 6px;
    display: inline-block;           /* ✅ span ke sath line me */
   
  }
  
}

@media (max-width: 480px){
.ggt-section-title {
    font-size: 29px !important;      /* mobile font smaller */
    line-height: 70px !important;    /* better spacing */
    text-align: center !important;
   
  }

  .ggt-section-title span {
    margin-top: 40px;
    font-size: 30px !important;
    background-color: palevioletred;
    padding: 2px 6px;
    display: inline-block;           /* ✅ inline hi rahe */
    vertical-align: middle;
   

  }

  .ggt img {
    width: 60px;                     /* ⭐ chhota ho gaya */
    height: 60px;
    margin-left: 6px;
    display: inline-block;           /* ✅ span ke sath line me */
   
  }
  
.showcase-heading span{
  font-size: 30px;
}
}
@media((min-width:481px) and (max-width:768px)){
.ggt-section-title {
    font-size: 40px !important;      /* mobile font smaller */
    line-height: 80px !important;    /* better spacing */
    text-align: center !important;
     
  }

  .ggt-section-title span {
    font-size: 20px !important;
    background-color: palevioletred;
    padding: 20px 6px;
    display: inline-block;           /* ✅ inline hi rahe */
    vertical-align: middle;
  }

  .ggt img {
    width: 60px;                     /* ⭐ chhota ho gaya */
    height: 60px;
    margin-left: 6px;
    display: inline-block;           /* ✅ span ke sath line me */
   
  }
}
@media((min-width:769px) and (max-width:1024px)){
.ggt-section-title {
    font-size: 50px !important;      /* mobile font smaller */
    line-height: 90px !important;    /* better spacing */
    text-align: center !important;
   
  }

  .ggt-section-title span {
    font-size: 20px !important;
    background-color: palevioletred;
    padding: 10px 6px;
    display: inline-block;           /* ✅ inline hi rahe */
    vertical-align: middle;
  }

  .ggt img {
    width: 60px;                     /* ⭐ chhota ho gaya */
    height: 60px;
    margin-left: 6px;
    display: inline-block;           /* ✅ span ke sath line me */
   
  }
}
@media((min-width:1025px) and (max-width:1200px)){
.ggt-section-title {
    font-size: 28px !important;      /* mobile font smaller */
    line-height: 46px !important;    /* better spacing */
    text-align: center !important;
  }

  .ggt-section-title span {
    font-size: 30px !important;
    background-color: palevioletred;
    padding: 2px 6px;
    display: inline-block;           /* ✅ inline hi rahe */
    vertical-align: middle;
  }

  .ggt img {
    width: 60px;                     /* ⭐ chhota ho gaya */
    height: 60px;
    margin-left: 6px;
    display: inline-block;           /* ✅ span ke sath line me */
   
  }
}

  :root{
    --accent:#e76ffffb;
    --text:#ffffff;
    --shadow: rgba(0,0,0,0.25);
  }

 

  .hero {
    display:flex;
    align-items:left;
    margin-left: -20px;
    gap:14px;
margin-top:-35px;
    justify-content:left;
    text-align:left;
  }

  .brand-wrap{
    display:flex;
    align-items:left;
  
    gap:12px;
    position:relative;
    padding:12px 18px;
    border-radius:18px;

    
  }

  /* Responsive font size: min 28px, ideal 8vw, max 80px */
  .brand {
    display:inline-flex;
    align-items:center;
    gap:10px;
    background-color: var(--accent);
    color: var(--text);
    padding:8px 14px;
    border-radius:10px;
    font-weight:700;
    line-height:1;
    /* responsive */
    font-size: clamp(28px, 8vw, 80px);
    box-shadow: 0 6px 18px rgba(44,74,187,0.18);
    position:relative;
    overflow:visible;
  }

  .brand img.star {
    height: clamp(28px, 5.5vw, 80px);
    width: auto;
    margin-left:6px;
    transform-origin:center;
    filter: drop-shadow(0 6px 12px rgba(44,74,187,0.25));
  }

  /* Vibrating emoji / icon */
  .emoji {
    display:inline-block;
    margin-left:8px;
    font-size: clamp(26px, 6vw, 60px);
    transform-origin:center;
    /* subtle float + vibrate on hover */
    animation: float 3s ease-in-out infinite;
    cursor:default;
    user-select:none;
  }

  .emoji.vibrate {
    animation: vibrate 0.45s linear infinite;
  }

  @keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-6px) rotate(-3deg); }
    100% { transform: translateY(0px) rotate(0deg); }
  }

  @keyframes vibrate {
    0%  { transform: translate(0,0) rotate(0deg); }
    20% { transform: translate(-1px,1px) rotate(-1deg); }
    40% { transform: translate(1px,-1px) rotate(1deg); }
    60% { transform: translate(-1px,-1px) rotate(-1deg); }
    80% { transform: translate(1px,1px) rotate(1deg); }
    100%{ transform: translate(0,0) rotate(0deg); }
  }

  /* little sparkle pseudo elements around brand */
  .brand::after,
  .brand::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius:50%;
    opacity:0.9;
    mix-blend-mode: screen;
  }
  .brand::after {
    width: 12px;
    height:12px;
    right: -6px;
    top: -10px;
    background: radial-gradient(circle at 30% 30%, #fff 0%, #ffd700 30%, transparent 60%);
    transform: rotate(12deg);
    animation: twinkle 1.6s linear infinite;
    filter: blur(0.6px);
  }
  .brand::before {
    width: 8px;
    height:8px;
    left: -6px;
    bottom: -10px;
    background: radial-gradient(circle at 20% 20%, #fff 0%, #ff6fb5 30%, transparent 60%);
    animation: twinkle 1.9s linear infinite;
    filter: blur(0.5px);
  }

  @keyframes twinkle {
    0% { transform: scale(0.6) rotate(0deg); opacity: 0.35; }
    50% { transform: scale(1.05) rotate(10deg); opacity: 1; }
    100% { transform: scale(0.6) rotate(0deg); opacity: 0.35; }
  }

  /* small helper text */
  .hint {
    font-size:14px;
    color:#334155;
    margin-top:6px;
    width:100%;
    text-align:center;
  }

  /* ensure star image wraps nicely on very small screens */
  @media (max-width:480px){
    .brand-wrap { padding:8px 10px; gap:8px; }
    .hero span{ font-size: 25px;}
    .brand img.star { display: none; }
  }
   @media((min-width:481px) and (max-width:768px)){
    .brand-wrap { padding:8px 10px; gap:8px; }
    .hero span{ font-size: 35px;}
    .brand img.star { height: clamp(22px, 9vw, 48px); }
   }
   @media((min-width:769px) and (max-width:1024px)){
        .brand-wrap { padding:8px 10px; gap:8px; }
    .hero span{ font-size: 50px;}
    .brand img.star { height: clamp(22px, 9vw, 48px); }
   }
    @media((min-width:1025px) and (max-width:1200px)){
        .brand-wrap { padding:8px 10px; gap:8px; }
    .hero span{ font-size: 45px;}
    .brand img.star { height: clamp(22px, 9vw, 48px); }
   }
  
 
  /* canvas covers whole viewport for confetti */
  #confetti-canvas {
    position: fixed;
    left:0; top:0;
    width:100vw; height:100vh;
    pointer-events:none;
    z-index:9999;
  }



 .feature-box-custom {
  text-align: center;
  max-width: 180px;
 margin-top: 50px;
 
}

.feature-box-custom i {
  font-size: 50px;
  color: #e60033;
  margin-bottom: 12px;
}

.feature-box-custom h3 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin: 5px 0;
}

.feature-box-custom h3 span {
  color: #e60033;
}

.feature-box-custom p {
  
  font-size: 16px;
  color: #555;
  margin: 0;
}






@media print {
  /* Section padding */
  .feature-container-custom {
    padding: 10px !important;
    page-break-inside: avoid !important;
    width: 100% !important;
  }

  /* Row setup: flex-wrap to manage multiple rows */
  .feature-container-custom .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important; /* Full width alignment */
    margin: 0 !important;
  }

  /* Columns: evenly spaced for PDF */
  .feature-container-custom .col-lg-2,
  .feature-container-custom .col-md-4,
  .feature-container-custom .col-6 {
    display: inline-block !important;
    width: 32% !important; /* 3 items per row */
    margin: 0 1% 15px 0 !important; /* spacing between items */
    text-align: center !important;
    vertical-align: top !important;
    page-break-inside: avoid !important;
  }

  /* Adjust last columns to prevent overflow */
  .feature-container-custom .col-lg-2:nth-child(3n),
  .feature-container-custom .col-md-4:nth-child(3n),
  .feature-container-custom .col-6:nth-child(3n) {
    margin-right: 0 !important;
  }

  /* Feature box styling */
  .feature-box-custom {
    text-align: center !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    page-break-inside: avoid !important;
    border: 1px solid #ccc !important; /* optional for PDF clarity */
    border-radius: 5px !important;
  }

  /* Icons & images */
  /* Icons & images */

.feature-box-custom img {
  font-size: 20pt !important;
  width: 80px !important;
  height: 80px !important;
  display: block !important;
  margin: 0 auto 2px auto !important; /* reduced bottom margin */
}

/* Optional: reduce padding inside feature box */
.feature-box-custom {
  padding: 5px 10px !important; /* smaller top-bottom padding */
}


  .feature-box-custom span {
    font-weight: bold !important;
  }

  /* Paragraph text */
  .feature-box-custom p {
    font-size: 12pt !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  /* Optional: force page break after every 6 items */
  .feature-container-custom .col-lg-2:nth-child(6n) {
    page-break-after: always !important;
  }
}

 /* Gallery Scroll Wrapper with visible scrollbar */

/* Make gallery scroll start from left edge */
.ggt-gallery-scroll-wrapper {
  position: relative;
  margin-left: calc(-40vw + 40%); /* offset container padding */
  width: 100vw; /* full viewport width */
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
  scrollbar-color: grey #1a0f1f;
  scrollbar-width: thin;
}


/* Webkit Browsers Scrollbar */
.ggt-gallery-scroll-wrapper::-webkit-scrollbar {
  height: 10px;
}
.ggt-gallery-scroll-wrapper::-webkit-scrollbar-track {
  background: #1a0f1f;
  border-radius: 10px;
}
.ggt-gallery-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ff3399;
  border-radius: 10px;
}
.ggt-gallery-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ff66b2;
}

/* Scrollable Row */
.ggt-gallery-scroll {
  
  display: flex;
  flex-wrap: nowrap;
}

.ggt-template-section {
  margin-top: 40px;
 background: linear-gradient(135deg, #1a0f1f, #2c003e, #000);
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.ggt-section-title {
  font-weight: bold;
  color: #fff;
}

.ggt-intro-text {
  font-size: 25px;
  color: #ccc;
  line-height: 32px;
}

/* Gallery Cards */
.ggt-template-card {
  flex: 20 0 auto;
  max-width: 400px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}
.ggt-template-card img {
  width: 100%;
  height: 250px;
 
  object-fit: cover;
  transition: transform 0.4s;
}
.ggt-template-card h4 {
 font-size: 17px;
  padding: 10px;
  color: #222;
 margin-left: 20px;
  
}
.ggt-template-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
  border: 2px solid #ff3399;
}
.ggt-template-card:hover img {
  transform: scale(1.1);
}

/* Points Box */
.ggt-points-box {
  background: linear-gradient(135deg, rgba(255,51,153,0.2), rgba(255,77,109,0.15));
  padding: 25px;
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 5px 25px rgba(255, 51, 153, 0.4);
}
.ggt-points-list {
  list-style: none;
  display: flex;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
}
.ggt-points-list li {
  font-size: 20px;
  font-weight: 500;
  color: #ffccdd;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ggt-points-list i {
  font-size: 28px;
  color: #ff66b2;
  text-shadow: 0 0 8px rgba(255, 102, 178, 0.7);
  animation: ggt-pulse-glow 1.8s infinite;
}
@keyframes ggt-pulse-glow {
  0%, 100% { transform: scale(1); text-shadow: 0 0 8px rgba(255,102,178,0.7); }
  50% { transform: scale(1.2); text-shadow: 0 0 15px rgba(255,51,153,1); }
}

/* ==== PAN India Line ==== */
.ggt-pan-india {
  font-size: 25px;
  font-weight: bold;
  color: #ff3399;
  background: #FFEEF1;
  width: 500px;
  display: inline-block;
  padding: 10px 25px;
  margin-left: 400px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  text-align: center;
}

/* ✅ Tablet View (768px - 991px) */
@media (max-width: 991px) {
  .ggt-pan-india {
    width: 80%;              /* auto adjust */
    margin-left: auto;       /* center align */
    margin-right: auto;
    font-size: 22px;         /* little smaller */
  }
}

/* ✅ Mobile View (max 767px) */
@media (max-width: 767px) {
  .ggt-pan-india {
    width: 95%;              /* full width */
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;         /* smaller font for mobile */
    padding: 8px 15px;
  }
}

/* Modal */
.ggt-modal {
  display: none;
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  z-index: 9999;
}
.ggt-modal-overlay {
  position: absolute;
  width:100%; height:100%;
  background: rgba(0,0,0,0.7);
}
.ggt-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.ggt-modal-close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
.ggt-modal-body {
  display: flex;
  flex-wrap: wrap;
}
.ggt-modal-left {
  flex: 1 1 50%;
}
.ggt-modal-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ggt-modal-right {
  flex: 1 1 50%;
  padding: 30px;
}
.ggt-modal-right h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.ggt-modal-right ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 25px;
}
.ggt-buy-btn {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  
  /* ✨ Center horizontally in any parent */
  display: block;
  margin: 0 auto;
 
}
.ggt-buy-btn:hover {
  background: #128C7E;
}
/* ✅ Mobile & Tablet View: Image Top, Text Bottom */
@media (max-width: 991px) {
  .ggt-modal-body {
    flex-direction: column;  /* stack vertically */
  }
  .ggt-modal-left,
  .ggt-modal-right {
    flex: 1 1 100%;
    width: 100%;
  }
  .ggt-modal-left img {
    height: auto;            /* auto adjust height */
    max-height: 400px;       /* optional: limit image height */
    border-bottom: 2px solid #ddd; /* divider line */
  }
  .ggt-modal-right {
    padding: 20px;           /* smaller padding for mobile */
  }
}

@media print {
  /* PAN India Line */
  .ggt-pan-india {
    font-size: 12pt !important;
    line-height: 1.4 !important;
    margin-left: 20px;
  }

 
}

  .billing-guarantee {
  background-color: #F8F8F8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.billing-line {
  font-size: 2rem;
  margin: 15px 0;
  position: relative;
}

.billing-highlight {
  background-color: #ffd966;
  padding: 5px 10px;
  display: inline-block;
}

.blue-highlight {
  background-color: #d2f5f3;
  padding: 5px 10px;
  display: inline-block;
}

.billing-tilt-1 { transform: rotate(-2deg); }
.billing-tilt-2 { transform: rotate(1deg); }
.billing-tilt-3 { transform: rotate(-1deg); }

.billing-img {
 
  margin-left: -50px;
width: 450px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* Tablet (768px - 991px) पर पूरा section hide */
@media (min-width:768px) and (max-width:991px) {
  .billing-guarantee {
    display: none !important;
  }
}



@media (max-width: 767px) {
 .billing-guarantee {
    display: none !important;
  }
}


@media print {
  /* Section padding */
  .billing-guarantee {
    padding: 10px !important;
    page-break-inside: avoid !important; /* Section ek page me rahe */
  }

  /* Row flex setup for PDF */
  .billing-guarantee .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
  }

  /* Left Content */
  .billing-guarantee .col-lg-6:first-child,
  .billing-guarantee .col-md-12:first-child {
    width: 48% !important; /* left column */
    display: block !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    page-break-inside: avoid !important;
  }

  /* Right Image */
  .billing-guarantee .col-lg-6:last-child,
  .billing-guarantee .col-md-12:last-child {
    width: 48% !important; /* right column */
    display: block !important;
    text-align: center !important;
    page-break-inside: avoid !important;
  }

  /* Headings */
  .billing-guarantee h2 {
    font-size: 18pt !important;
    line-height: 1.2 !important;
    margin: 5px 0 !important;
  }

  .billing-guarantee span.billing-highlight {
    color: #007bff !important;
    font-weight: bold !important;
  }

  .billing-guarantee span.blue-highlight {
    color: #22C55E !important;
    font-weight: bold !important;
  }

  /* Images responsive */
  .billing-guarantee img {
    width: 100% !important;
    height: auto !important;
    max-width: 250px !important; /* adjust as needed */
    display: block !important;
    margin: 0 auto !important;
  }

  /* Reduce spacing */
  .billing-guarantee .row.g-4 {
    gap: 10px !important;
  }
}


    .why-section {
      margin-top: 40px;
      padding: 70px 20px;
      background: #b1d2f3;
      text-align: center;
    }

    .section-title {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
    }

    .why-box {
      
      background: #fff;
       padding: 20px ; 
      border-radius: 8px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .why-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .why-box img {
      width: 60px;
      margin-bottom: 12px;
    }

    .why-box h3 {
      font-size: 18px;
      color: #333;
    }

    @media (max-width: 480px) {
  .why-section {
    padding: 50px 10px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr); /* ✅ Two boxes per row */
    gap: 15px;
  }

  .why-box {
    padding: 15px;
  }

  .why-box img {
    width: 50px;
    margin-bottom: 10px;
  }

  .why-box h3 {
    font-size: 16px;
  }
}

     
      /* Section Background */
    .security-section {
      /* background: linear-gradient(135deg, #ffe6e6, #fff9f9); */
      padding: 70px 20px;
      font-family: 'Poppins', sans-serif;
    }

    /* Title */
    .security-section section-title {
      font-size: 36px;
      font-weight: 700;
     
     
    }

    /* Text with blur */
    .secure-text {
      font-size: 18px;
      margin-bottom: 15px;
      margin-left: 60px;
    }
    /* Right Side Icon Grid */
    .icon-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .icon-box {
      background: linear-gradient(to bottom right, #ffe4b5, #ffcccb);
      padding: 30px 20px;
      border-radius: 15px;
      text-align: center;
      color: #222;
      transition: transform 0.3s ease, box-shadow 0.3s;
      position: relative;
      animation: float 3s ease-in-out infinite;
    }

    .icon-box:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .icon-box i {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .icon-box p {
      margin: 0;
      font-weight: 600;
    }

    /* Animation */
    @keyframes float {
      0% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-10px);
      }

      100% {
        transform: translateY(0);
      }
    }
    @media (max-width: 480px){
       .security-section {
    padding: 40px 15px; /* Padding reduce for small screens */
  }

 .section-title {
    font-size: 1.8rem; /* slightly smaller than desktop */
    margin-left: 5px !important; /* reduce left margin for tablet */
    text-align: left; /* keep left aligned */
  }

  .secure-text {
    font-size: 18px;
    margin-left: 5px; /* Remove left margin */
    text-align: left; /* Center text */
    font-weight: 550;
    margin-bottom: 20px;
  }
.icon-box img{
  width: 40px; 
  height: 40px;
  margin-top: -10px;
}
.securityimage{
  width: 500px;
  height: 50px;
}
    }
  
/* Tablet: Galaxy Tab A9 SM-X210 (768px - 991px) */
@media (min-width: 481px) and (max-width: 768px) {
  
  /* Section title adjustments */
  .section-title {
    font-size: 2.4rem; /* slightly smaller than desktop */
    margin-left: 20px !important; /* reduce left margin for tablet */
    text-align: left; /* keep left aligned */
  }

  /* Secure text adjustments */
  .secure-text {
    font-size: 1.2rem; /* adjust text size for tablet readability */
    margin-left: 20px; /* consistent with title */
    line-height: 1.5;
    text-align: left; /* keep left aligned */
    font-weight: 600px;
  }
  
}
  
/* Tablet: Galaxy Tab A9 SM-X210 (768px - 991px) */
@media (min-width: 769px) and (max-width: 1024px) {
  
  /* Section title adjustments */
  .section-title {
    font-size: 2rem; /* slightly smaller than desktop */
    width: 100%;
    margin-left: 20px !important; /* reduce left margin for tablet */
    text-align: left; /* keep left aligned */
  }

  /* Secure text adjustments */
  .secure-text {
    width: 100%;
    font-size: 20px; /* adjust text size for tablet readability */
    margin-left: 20px; /* consistent with title */
    line-height: 1.5;
    text-align: left; /* keep left aligned */
    font-weight: 700px;
  }
  
}


/* .security-section {
  padding: 70px 20px;
  font-family: 'Poppins', sans-serif;

  border-radius: 20px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.icon-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-box i {
  font-size: 40px;
  color: #e60033;
  margin-bottom: 10px;
}

.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.secure-text {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
} */


.product-section {
  background: linear-gradient(135deg, #f3f8ff, #e9f2ff);
  color: #030407;
}
.product-section .section-title {
   font-size: 70px !important;
    line-height: 1.2 !important;
    text-align: center !important;
 }

/* Card Design */
.card {
  background: #fff;
  border-radius: 14px;
  width: 250px;
  flex: 0 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  text-align: center;
}
.card:hover { transform: translateY(-6px); }

/* Image box */
.img-box {
width: 100%;
  height: 250px;   /* 🔥 Fix height for all */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  padding: 10px;
}
/* .img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
} */





/* Card Body */
.card-body { padding: 12px; }
.card-title { font-size: 1.1em; margin-bottom: 5px; color: #2754FF; }
.card-text { font-size: 0.9em; color: #444; margin-bottom: 8px; }

/* Button */
.custom-btn {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.85rem;
  background-color: #00c6ff;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}
/* Make the card container scroll almost edge-to-edge */


.custom-btn:hover { background-color: #0077b6; }

/* Slim Scrollbar नीचे */
.card-container::-webkit-scrollbar { height: 5px; }
.card-container::-webkit-scrollbar-thumb { background: #bbb; border-radius: 5px; }
.card-container::-webkit-scrollbar-thumb:hover { background: #888; }
/* ==== MODAL CSS ==== */
.modal {
  display: none; position: fixed; z-index: 1000; left: 0; top: 0;
  width: 100%; height: 100%; background: rgba(0,0,0,0.6);
  justify-content: center; align-items: center;
}
.modal-content {
  background: #fff; padding: 20px; border-radius: 10px; 
  width: 90%; max-width: 500px; text-align: center; position: relative;
}
.modal-content img {
  max-width: 100%; height: 450px; border-radius: 6px; margin-bottom: 15px;
}
.close {
  position: absolute; top: 5px; right: 15px; font-size: 24px; cursor: pointer;
}

.whatsapp-btn {
  display: inline-block; margin-top: 12px; padding: 8px 16px;
  background: #25D366; color: #fff; border-radius: 6px; text-decoration: none;
  font-weight: bold;
}
.whatsapp-btn:hover { background: #128C7E; }



@media (min-width: 769px) and (max-width: 1024px){
 .product-section .section-title {
   font-size: 50px !important;
    line-height: 1.2 !important;
    text-align: center !important;
 }
}
.product-section .section-title {
   font-size: 50px !important;
    line-height: 1.2 !important;

 }
@media print {
  /* Container padding */
  .product-section {
    padding: 10px !important;
    page-break-inside: avoid !important;
    color: #000 !important; /* Ensure text visible in PDF */
  }

  /* Section headings */
  .product-section .section-title {
    font-size: 20pt !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .product-section h5 {
    font-size: 14pt !important;
    line-height: 1.3 !important;
  }

  /* Cards container stacked for PDF */
  .card-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  /* Each card styling */
  .card {
    width: 48% !important; /* 2 cards per row in PDF */
    margin-bottom: 15px !important;
    display: inline-block !important;
    page-break-inside: avoid !important;
    text-align: left !important;
  }

  /* Card image responsive */
  .card .img-box img {
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
  }

  /* Card body */
  .card-body h5 {
    font-size: 14pt !important;
    margin-top: 5px !important;
  }

  .card-body p {
    font-size: 12pt !important;
    line-height: 1.4 !important;
  }

  /* Buttons clickable in PDF */
  .custom-btn.learn-more {
    display: inline-block !important;
    background-color: #007bff !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    font-size: 12pt !important;
  }

  /* Adjust overflow issues for horizontal scroll */
  #autoScrollContainer {
    overflow: visible !important;
  }
}


.points {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.title{
  font-size:38px;
  font-weight: bold;
  color: #0d0e0d;
}
.point {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
 
}

.point:hover {
  transform: translateX(5px);
}

.point i {
  font-size: 20px;
  color: #ff9800;
  margin-right: 10px;
  min-width: 25px;
  text-align: center;
}

.point span {
  font-size: 20px;
  font-weight: bold;
  color: #494848;
}

.image-wrap img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* 📱 For Mobile Screens (≤ 480px) */
@media (max-width: 480px) {
  .points {
    gap: 10px;
  }

  .title {
    font-size: 26px;
    text-align: center;
  }

  .point {
    flex-direction: row;
    font-size: 16px;
    padding: 8px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }

  .point i {
    font-size: 18px;
    margin-right: 8px;
  }

  .point span {
    font-size: 20px;
  }

  .image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}


@media(min-width:481px)  and (max-width:768){
   .points {
    gap: 11px;
  }

  .title {
    font-size: 28px;
    text-align: center;
  }

  .point {
    flex-direction: row;
    font-size: 18px;
    padding: 8px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }

  .point i {
    font-size: 20px;
    margin-right: 8px;
  }

  .point span {
    font-size: 22px;
  }

  .image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  } 
}


@media(min-width:769px)  and (max-width:1024px){
   .points {
    gap: 13px;
  }

  .title {
    font-size: 40px;
    text-align: center;
  }

  .point {
    flex-direction: row;
    font-size: 20px;
    padding: 8px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }

  .point i {
    font-size: 22px;
    margin-right: 8px;
  }

  .point span {
    font-size: 24px;
  }

  .image-wrap img {
    width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  } 
}

@media(min-width:1025px)  and (max-width:1200px){
   .points {
    gap: 14px;
  }

  .title {
    font-size: 42px;
    text-align: center;
  }

  .point {
    flex-direction: row;
    font-size: 22px;
    padding: 8px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }

  .point i {
    font-size: 24px;
    margin-right: 8px;
  }

  .point span {
    font-size: 26px;
  }

  .image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  } 
}
.solution-heading {
  color: #2754FF;
  font-size: 60px;
  font-weight: bold;
}

/* .video-box {
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}  */
 .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill karega poora box */
  display: block;
  border-radius: 10px;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



 
/* Show on phone/tablet, hide on desktop */
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
 
  @media(max-width:480px){
    .billing-info h3 {
    font-size: 25px !important;
    line-height: 1.7;
  }
  .billing-info, .billing-image-box {
      text-align: center;
    }
    .billing-info ul li {
      text-align: left !important;
      font-size:18px;
    }
    .location-card {
      align-items: center;
    }
    .experience {
    font-size: 18px;
    text-align: center;
  }
  .experience .ms-3 {
    margin-left: 0 !important; /* remove indentation on phone */
  }  
  }
  @media (min-width: 481px) and (max-width:768) {
   .billing-info, .billing-image-box {
      text-align: center;
    }
    .billing-info ul li {
      text-align: left !important;
      font-size:50px !important;
    }
   
    .location-card {
      align-items: center;
    }
    .experience {
    font-size: 30px;
    text-align: center;
  }
  .experience .ms-3 {
    margin-left: 0 !important; /* remove indentation on phone */
  }  
  }
  /* Default (desktop/tablet) — your existing layout works fine */
/* Base styles - Desktop / Tablet */
a.d-flex.align-items-center.mt-2 {
  display: flex;
  align-items: center;
  gap: 10px; /* space between image & text */
  text-decoration: none;
}

a.d-flex.align-items-center.mt-2 img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

a.d-flex.align-items-center.mt-2 span {
  font-size: 20px;
  font-weight: bold;
  color: #0d6efd; /* text-primary color */
  line-height: 1.3;
}

/* Mobile - max width 480px */
@media (max-width: 480px) {
  a.d-flex.align-items-center.mt-2 {
    flex-direction: row; /* keep image left, text right */
    align-items: flex-start;
  }

  a.d-flex.align-items-center.mt-2 img {
    width: 25px;
    height: 25px;
  }

  a.d-flex.align-items-center.mt-2 span {
    font-size: 17px; /* smaller readable font */
    line-height: 1.2;
    text-align: left;
  }
}




/* ===== Testimonials Section ===== */
.testimonials-new {
  padding: 50px 20px;
  margin-top: 50px;
  background: linear-gradient(135deg, #FFB6C1, #afddfa, #D3D3D3);
  color: white;
  text-align: center;
}

.testimonials-new h2 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  color: brown;
}

/* ===== City Tags Wrapper ===== */
.city-tags-wrapper {
  width: 100%;
  overflow-x: auto;  /* horizontal scrollbar */
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0;
  scrollbar-color: grey #f1f1f1;
  scrollbar-width: thin;
}

.city-tags-wrapper::-webkit-scrollbar {
  height: 3px;
}
.city-tags-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.city-tags-wrapper::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 2px;
}

/* City tags grid */
.city-tags-row {
  display: grid;
  grid-template-rows: repeat(3, auto); /* 2 rows on mobile */
  grid-auto-flow: column;
  gap: 10px 15px;
  animation: scroll-left 40s linear infinite;
  min-width: 200%;
}

/* Continuous scroll animation */
@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.city-tag-box {
  background-color: #fff;
  padding: 6px 15px;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 600;
  color: black;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}
.city-tag-box:hover {
  transform: scale(1.1);
}

/* ===== Testimonials ===== */
.testimonial-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.testimonial-item {
  background: white;
  color: #333;
  max-width: 280px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}
.testimonial-item:hover {
  transform: translateY(-5px) scale(1.02);
}

.testimonial-item p {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
  position: relative;
}
.testimonial-item p::before {
  content: "“";
  font-size: 35px;
  color: grey;
  position: absolute;
  left: -10px;
  top: -15px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #FFD700;
}
.user-info h3 {
  font-size: 16px;
  margin-bottom: 3px;
}

/* ===== Mobile Media Queries ===== */
@media screen and (max-width: 768px) {
  .testimonials-new h2 {
    font-size: 28px;
  }
  .testimonials-new p {
    font-size: 18px;
  }
  .city-tags-row {
    grid-template-rows: repeat(2, auto); /* 2 rows for mobile */
    gap: 8px 10px;
  }
  .city-tag-box {
    font-size: 12px;
    padding: 5px 12px;
  }
  .testimonial-item {
    max-width: 90%;
    padding: 15px;
  }
  .testimonial-item p {
    font-size: 14px;
  }
  .user-info img {
    width: 50px;
    height: 50px;
  }
  .user-info h3 {
    font-size: 14px;
  }
}

   .faq-section {
      background: #fff;
      padding: 30px 10px;
      max-width: 1100px;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }

    .faq-title {
      text-align: center;
      font-size: 36px;
      color: black;
      margin-bottom: 30px;
      font-family: 'DM Sans', sans-serif;
      font-weight: bold;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      outline: none;
      text-align: left;
      padding: 15px;
      font-size: 20px;
      font-weight: bold;
      font-family: 'DM Sans', sans-serif;
      color: #030407;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    /* .faq-question:hover {
  color: #2754FF;
} */

    .icon {
      font-size: 24px;
      transition: transform 0.3s ease;
    }

    .faq-answer {
      display: none;
      padding: 0 15px 15px;
      font-size: 16px;
      color: #555;
      font-family: 'DM Sans', sans-serif;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    .faq-item.active .icon {
      transform: rotate(45deg);
      /* + se – ban jayega */
    }



/* Galaxy Tab A9 Portrait */
@media (max-width: 800px) {
  .exp-container {
    grid-template-columns: 1fr; /* stack left + center */
    gap: 30px;
    padding: 20px;
  }

  .exp-left-col {
    align-items: center;
    text-align: center;
  }

  .exp-left-title {
    font-size: 18px;
  }

  .exp-img-card,
  .exp-img-card.small {
    width: 180px;
    height: auto;
  }

  .exp-main-heading {
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
  }

  .exp-lead {
    font-size: 16px;
    text-align: center;
  }

  .exp-info-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .exp-info-block,
  .exp-info {
    max-width: 100%;
    text-align: center;
  }

  .footer {
    font-size: 22px;
    margin-left: 0;
    margin-top: 20px;
  }

  

  .footer-social-icons {
    justify-content: flex-end; /* icons भी right में */
    margin: 0;                 /* कोई extra margin नहीं */
    padding-right: 10px;       /* optional padding */
  }

  .footer-bottom {
    font-size: 16px;
    padding: 15px;
  }
}

/* Galaxy Tab A9 Landscape (~1200px width) */
@media (min-width: 801px) and (max-width: 1200px) {
  .exp-container {
    grid-template-columns: 200px 1fr;
    gap: 20px;
    padding: 20px;
  }

  .exp-left-col {
    align-items: flex-start;
    text-align: left;
  }

  .exp-main-heading {
    font-size: 48px;
    line-height: 1;
  }

  .exp-lead {
    font-size: 17px;
  }

  .footer {
    font-size: 24px;
    margin-left: 0;
    margin-top: 0;
  }

   

  .footer-social-icons {
    justify-content: flex-end;
    margin: 0;
    padding-right: 20px;
  }
}



    .experience-page {
  font-family: "Poppins", "Montserrat", sans-serif;
  background: linear-gradient(180deg, #0b2440 0%, #071730 100%);
  color: #d3dbe6;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.experience-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Gold & White */
.exp-gold { color: rgba(157, 250, 71, 0.438); }
.exp-white { color: #ffffff; }

/* Top Line */
.exp-top-line {
  height: 4px;
  background: #f4b43a;
  width: 100%;
}

/* Container */
.exp-container {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  
  align-items: start;
}

/* Left column */
.exp-left-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.exp-img-card {
  width: 220px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(2,6,23,0.45);
}

.exp-img-card.small { width: 220px; height: 140px; }
.exp-img-card img { display: block; width: 100%; height: auto; }

.exp-left-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

/* Center Column */
.exp-main-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 0.95;
}

.exp-lead {
  font-size: 18px;
  color: #cfdcea;
  max-width: 720px;
  margin-bottom: 18px;
}

/* Address */
.exp-address {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 26px;
  font-size: 16px;
  color: #e6eef8;
}
.exp-address .exp-pin {
  font-size: 20px;
  margin-top: 2px;
  color: #f4b43a;
}

/* Info Row */
.exp-info-row {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  margin-top: 8px;
}
.exp-info-block { max-width: 260px; }
.exp-info-block h4 {
  font-family: "Montserrat", sans-serif;
  color: rgba(157, 250, 71, 0.438);
  font-size: 22ngpx;
  margin-bottom: 10px;
}
.exp-info ,.exp-info h4
{
font-weight: bold;
}
.exp-info-block p { margin-bottom: 8px; color: #e6eef8; font-size: 20px; }
.small { color: #cbd8ea; font-size: 15px; }

/* Bullets */
.exp-bullets { list-style: disc; margin-left: 18px; margin-top: 6px; }
.exp-bullets li { margin-bottom: 12px; color: #ffbf00; font-size: 20px; }


/* Footer */
.exp-footer {
  max-width: 1200px;
  margin: 28px auto;
  text-align: center;
  color: #9fb0cf;
  font-size: 16px;
}
.slipbtn{
  border: #030407;
  margin-left: 20px;
  margin-top: 20px;
 
 border-radius: 31px;
  color: blue;
  font-weight:600;
}
 .footer-bottom {

      text-align: center;
     padding: 20px;
      border-top: 1px solid #333;
      font-size: 20px;
     margin-top: -20px;
      color: #999 ;
    }

    .footer-social-icons {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-top: 15px;
    }
    .footer{
      font-size: 25px;
      margin-left: 350px;
      color:rgba(157, 250, 71, 0.438);
      margin-top: -110px;
      margin-left: 300px;
     
    }

    .footer-social-icons .icon {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      color: #fff;
      font-size: 24px;
      transition: transform 0.3s ease;
      text-decoration: none;
    }

    .footer-social-icons .icon:hover {
      transform: scale(1.1);
    }

    .instagram { background: #E4405F; }
    .whatsapp  { background: #25D366; }
    .location  { background: #FF9800; }
    .phone     { background: #0d6efd; }
    .youtube   { background: #FF0000; }

/* Hover effect */
.exp-img-card img:hover {
  transform: scale(1.03);
  transition: transform 300ms ease;
}
/* 📱 Mobile view me footer hide ho jaye */
@media (max-width: 768px) {
  .experience-page {
    display: none;
  }
}
/* Hide GST Spark section only on tablets like Galaxy Tab A9+ */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .experience-page {
    display: none !important;
  }
}
/* Default: hide mobile footer */
.mobile-footer { display: none; }

/* 📱 Mobile view */
/* @media (max-width: 768px) {
  .experience-page { display: none; }  
  .mobile-footer {
    display: block;
    background: linear-gradient(180deg, #0b2440 0%, #071730 100%);
    color: #fff;
    padding: 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }

  .mf-heading {
    color: #f4b43a;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .mf-sub {
    color: #cfdcea;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .mf-block {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .mf-block img {
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
    margin: 10px 0;
  }

  .mf-block h3 {
    color: #f4b43a;
    margin: 10px 0;
    font-size: 25px;
  }

  .mf-block a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
  }

  .mf-buttons {
    margin: 20px 0;
  }

  .slipbtn {
    display: block;
    margin: 10px auto;
    background: linear-gradient(180deg, #09192b 0%, #071730 100%);
 
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
  }

  .footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
  }

  .footer-social-icons .icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
  }

  .instagram { background: #E4405F; }
  .whatsapp  { background: #25D366; }
  .location  { background: #FF9800; }
  .phone     { background: #0d6efd; }
  .youtube   { background: #FF0000; }

  .mf-copy {
    margin-top: 10px;
    font-size: 14px;
    color: #9fb0cf;
  }
} */
@media print {
  .experience-page {
    padding: 10px !important;
    color: #000 !important;
   background: linear-gradient(180deg, #0b2440 0%, #071730 100%);
  }

  /* Top row: left image + location, right main content */
  .exp-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px !important;
    width: 100%;
  }

  /* Left column: store image + location */
  .exp-left-col {
    display: flex !important;
    flex-direction: column !important;
    width: 40% !important;
    gap: 10px !important;
    margin-bottom: 0 !important;
    align-items: flex-start !important;
  }

  .exp-left-col .exp-img-card,
  .exp-left-col iframe {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    margin-bottom: 5px !important;
  }

  /* Right column: heading + info + buttons + social */
  .exp-center-col {
    display: flex !important;
    flex-direction: column !important;
    width: 60% !important;
    margin-top: 0 !important;
    gap: 10px !important;
  }

  .exp-main-heading {
    font-size: 20pt !important;
    line-height: 1.2 !important;
  }

  .exp-lead {
    font-size: 12pt !important;
    line-height: 1.3 !important;
  }

  /* Info rows stacked */
  .exp-info-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .exp-info-block,
  .exp-info {
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  /* Buttons fix: no overlap */
  .slipbtn {
    display: inline-block !important;
    background-color: #007bff !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    font-size: 12pt !important;
    margin-bottom: 5px !important;
  }

  /* Social icons */
  .footer-social-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  .footer-social-icons a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14pt !important;
    margin-bottom: 5px !important;
  }

  /* Footer bottom */
  .footer-bottom p {
    font-size: 10pt !important;
    text-align: center !important;
    margin-top: 5px !important;
  }
}


/* ✅ Hide only on desktop */
/* @media (min-width: 992px) {
 .secondfooter {
    display: none !important;
  }
} */
@media (min-width: 1201px) {
 .secondfooter {
    display: none !important;
  } 
}


.phone-link {
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background .12s, transform .06s;
}
.phone-link:hover { background: rgba(0,0,0,0.05); transform: translateY(-1px); }

.email-link {
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: left;
  gap: 6px;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background .12s, transform .06s;
}
.email-link:hover {
  background: rgba(0,0,0,0.05);
  transform: translateY(-1px);
}



