/* ===== MOBILE MENU - Hide duplicate dropdown arrow ===== */
/* JavaScript adds dd-icon-down class which creates a second arrow via ::after */
.m-menu li a.dd-icon-down::after,
.menu .mobile-menu-area .mobile-menu-area-inner ul li a.dd-icon-down::after,
.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu li a.dd-icon-down::after,
ul.m-menu li a.dd-icon-down::after,
a.dd-icon-down::after,
.dd-icon-down::after {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}

.parallax {
  position: absolute;
  width: 100%;
  height: 800px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.parallax div {
  transform: translateZ(0);
  transform: translateX(0);
  will-change: transform;
}
.layer {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
}
.source-layer1 {
  background-image: url(../assets/images/slider1/slider-leaf-1.png);
}
.source-layer2 {
  background-image: url(../assets/images/slider1/slider-leaf-2.png);
}
.source-layer3 {
  background-image: url(../assets/images/slider1/slider-leaf-3.png);
}
.source-layer4 {
  background-image: url(../assets/images/slider1/slider-main-1-shadow.png);
}
.source-slider2-layer1 {
  background-image: url(../assets/images/slider2/slider-leaf-1.png);
}
.source-slider2-layer2 {
  background-image: url(../assets/images/slider2/slider-leaf-2.png);
}
.source-slider2-layer3 {
  background-image: url(../assets/images/slider2/slider-leaf-3.png);
}
.source-slider2-layer4 {
  background-image: url(../assets/images/slider2/slider-main-1-shadow.png);
}
.source-slider3-layer1 {
  background-image: url(../assets/images/slider3/slider-leaf-1.png);
}
.source-slider3-layer2 {
  background-image: url(../assets/images/slider3/slider-leaf-2.png);
}
.source-slider3-layer3 {
  background-image: url(../assets/images/slider3/slider-leaf-3.png);
}
.source-slider3-layer4 {
  background-image: url(../assets/images/slider3/slider-main-1-shadow.png);
}
.source-slider4-layer1 {
  background-image: url(../assets/images/slider4/slider-leaf-1.png);
}
.source-slider4-layer2 {
  background-image: url(../assets/images/slider4/slider-leaf-2.png);
}
.source-slider4-layer3 {
  background-image: url(../assets/images/slider4/slider-leaf-3.png);
}
.source-slider4-layer4 {
  background-image: url(../assets/images/slider4/slider-main-1-shadow.png);
}
.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #2f3640;
  color: #f5f6fa;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  z-index: 1111;
  transition: 0.4s;
}
.cookie-container.active {
  bottom: 0;
  padding: 10px 20px 0 20px;
  text-align: center;
}
.cookie-container a {
  color: #fff;
  font-weight: 600;
}
.cookie-btn {
  background: #2f3640;
  border: 0;
  color: #fff;
  padding: 2px 20px;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #fff;
}
.cancel-btn {
  background: #2f3640;
  border: 0;
  color: #fff;
  padding: 2px 20px;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #fff;
}
.cookie-container p {
  color: #cacaca;
  margin: 0 0 0.1em;
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
}
.cc_dialog {
  padding: 8px 15px !important;
}
.cc_dialog.simple {
  max-width: 100% !important;
}
.dark.cc_dialog {
  background-color: #5a5a5a !important;
}
.cc_dialog .cc_dialog_headline {
  font-size: 18px !important;
}
.cc_dialog .cc_dialog_text {
  font-size: 14px !important;
}
.cc_css_reboot button {
  padding: 0.2rem 0.8rem !important;
}
.cc_b_cp {
  display: none !important;
}
.cc_css_reboot p {
  margin-bottom: 2px !important;
}
.no-display {
  display: none !important;
}
.tag_manager {
  display: none !important;
  visibility: hidden !important;
}
.ff_century {
  font-family: CenturyGothic-Bold !important;
  font-weight: 900 !important;
}
.color_w {
  color: #fff !important;
}
.color_ffda00 {
  color: #ffda00 !important;
}
.color_3f6c34 {
  color: #3f6c34 !important;
}
.color_646464 {
  color: #646464 !important;
}

.color_main {
  color: #87580f !important;
}
.color_green {
  color: #153d23 !important;
}

.color_web_brown {
  color: #855911 !important;
}

.color_brown {
  color: #533b39 !important;
}

.color_red {
  color: #a83e49 !important;
}


.color_sub {
  color: #333333 !important;
}

.visi_visible {
  visibility: visible !important;
}
.lightwidget_style {
  width: 100% !important;
  border: 0 !important;
  overflow: hidden !important;
}
.insta_title {
  animation-duration: 1s !important;
  animation-delay: 0.1s !important;
  animation-name: fadeInDown !important;
}
.text-center {
  text-align: center !important;
}
.brand_main {
  padding: 0 !important;
  position: relative !important;
}
.brand_title {
  position: relative !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.suc_video {
  visibility: visible !important;
  animation-duration: 1s !important;
  animation-delay: 0.1s !important;
  animation-name: fadeInUp !important;
}
.width_100 {
  width: 100% !important;
}
.pad_60 {
  padding-top: 60px !important;
}
.pt_5 {
  padding-top: 5px !important;
}
.add_s {
  padding: 40px 0 35px 0 !important;
}
.ql_s {
  margin-top: 3px !important;
  padding-right: 10px !important;
}
.cp_img {
  width: 30px !important;
  padding-left: 0px !important;
}

/* Footer layout helpers */
footer .footer-top .section-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

footer .footer-top .section-wrapper > [class*="col-"] {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  footer .footer-top .section-wrapper > [class*="col-"] {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (min-width: 992px) {
  footer .footer-top .section-wrapper {
    flex-wrap: nowrap;
  }

  footer .footer-top .section-wrapper > [class*="col-"] {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}


/* ---------- Ultra-wide layout support ---------- */
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1340px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }

  .header-section .header-top,
  .header-section .header-bottom,
  footer .footer-top,
  footer .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-section .main-menu > li {
    margin-left: 24px;
  }

  .header-section .main-menu > li > a {
    font-size: 17px;
  }

  footer .footer-top .section-wrapper {
    column-gap: 40px;
    row-gap: 32px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1720px;
  }

  .header-section .header-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-section .logo img {
    max-width: 110px;
  }

  .header-section .main-menu > li > a {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  footer .footer-top .post-item p,
  footer .footer-top .footer-location li,
  footer .footer-top .footer-location li a {
    font-size: 18px;
    line-height: 1.8;
  }

  footer .footer-bottom p {
    font-size: 16px;
  }
}

@media (min-width: 2200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1900px;
  }

  .header-section .header-bottom .menu-area > .row {
    align-items: center;
    column-gap: 60px;
  }

  .header-section .main-menu > li {
    margin-left: 30px;
  }

  footer .footer-top {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  footer .footer-top .post-item h3 {
    font-size: 30px;
  }
}

@media (min-width: 2400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 2100px;
  }

  .header-section .header-top,
  .header-section .header-bottom,
  footer .footer-top,
  footer .footer-bottom {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-section .main-menu > li > a {
    font-size: 19px;
    letter-spacing: 0.02em;
  }

  footer .footer-top .section-wrapper {
    column-gap: 80px;
  }

  footer .footer-bottom .section-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Override Bootstrap row gutters to remove negative margins */
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ========================================
   LARGE SCREEN RESPONSIVE FIXES
   For 1200px+ and 1400px+ screens
   ======================================== */

/* ===== 1200px+ SCREENS ===== */
@media (min-width: 1200px) {
  /* Container */
  .container {
    max-width: 1140px;
  }
  
  /* Hero Sections */
  .product-hero,
  .about-hero {
    padding: 110px 0 80px;
  }
  
  .hero-layout {
    gap: 50px;
  }
  
  .hero-copy h1 {
    font-size: 52px;
    line-height: 1.1;
  }
  
  .hero-lede {
    font-size: 18px;
    max-width: 540px;
  }
  
  .hero-chip {
    font-size: 13px;
    padding: 10px 20px;
  }
  
  .hero-card {
    max-width: 380px;
  }
  
  .hero-card img {
    max-width: 100%;
  }
  
  /* Product Grid */
  .product.padding-tb {
    padding: 90px 0;
  }
  
  .product .section-header {
    margin-bottom: 55px;
  }
  
  .product .section-header h2 {
    font-size: 42px;
  }
  
  .our-product .row .col-md-4 {
    padding: 15px;
  }
  
  .product-card {
    padding: 25px;
    border-radius: 20px;
  }
  
  .product-card h4 {
    font-size: 20px;
  }
  
  /* Why Choose Us */
  .why-choose-section {
    padding: 100px 0;
  }
  
  .why-choose-section .text-center h2 {
    font-size: 42px;
  }
  
  .why-choose-section .col-lg-4 > div {
    padding: 45px 35px;
  }
  
  .why-choose-section .col-lg-4 > div h3 {
    font-size: 24px;
  }
  
  /* Stats Section */
  section[style*="background: #a97c3c"],
  #about-stats-section {
    padding: 55px 0;
  }
  
  section[style*="background: #a97c3c"] .text-center > div:first-child,
  #about-stats-section .text-center > div:first-child {
    font-size: 46px;
  }
  
  /* FAQ Section */
  .faq-section {
    padding: 100px 0;
  }
  
  .faq-content-wrapper {
    gap: 70px;
  }
  
  .faq-left-content h2 {
    font-size: 50px;
  }
  
  .faq-question span {
    font-size: 18px;
  }
  
  /* Testimonials */
  .testimonials-section {
    padding: 100px 0;
  }
  
  .testimonials-section .section-header h2 {
    font-size: 50px;
  }
  
  .testimonial-card {
    padding: 45px;
  }
  
  .testimonial-text {
    font-size: 17px;
  }
  
  /* About Page */
  .about-section {
    padding: 110px 0;
  }
  
  .section-header-about h2 {
    font-size: 44px;
  }
  
  .story-content-card {
    padding: 65px;
  }
  
  .story-content-card h2 {
    font-size: 40px;
  }
  
  .vision-mission-grid {
    gap: 40px;
  }
  
  .vision-mission-card {
    padding: 55px 45px;
  }
  
  .vision-mission-card h4 {
    font-size: 30px;
  }
  
  .values-grid {
    gap: 35px;
  }
  
  .value-card {
    padding: 45px 35px;
  }
  
  .value-card h5 {
    font-size: 24px;
  }
  
  .commitment-section {
    padding: 100px 0;
  }
  
  .commitment-content h2 {
    font-size: 52px;
  }
  
  .commitment-features {
    gap: 35px;
  }
  
  .commitment-feature {
    padding: 45px 35px;
  }
  
  /* Contact Page */
  .contact-simple {
    padding: 90px 0;
  }
  
  .contact-simple__info h2 {
    font-size: 44px;
  }
  
  .contact-simple__form {
    padding: 50px;
  }
  
  .contact-simple__form h3 {
    font-size: 32px;
  }
  
  /* Blog Page */
  .blog-hero-banner {
    padding: 110px 0 70px;
  }
  
  .blog-hero-banner h1 {
    font-size: 50px;
  }
  
  .blog-modern-grid {
    padding: 70px 0 100px;
  }
  
  .modern-blog-card .card-info {
    padding: 28px;
  }
  
  .modern-blog-card h3 {
    font-size: 24px;
  }
  
  /* Product Detail Pages */
  .hairnova-story,
  .hairnova-formulation,
  .hairnova-mechanism,
  .hairnova-who,
  .hairnova-dosage,
  .hairnova-wellness,
  .oxyrevaa-story {
    padding: 100px 0;
  }
  
  .story-grid,
  .formulation-grid {
    gap: 70px;
  }
  
  .story-copy h2,
  .formulation-copy h2 {
    font-size: 46px;
  }
  
  .mechanism-head h2 {
    font-size: 52px;
  }
  
  .mechanism-layout {
    gap: 50px;
  }
  
  .mechanism-media img {
    max-width: 350px;
  }
  
  .who-head h2 {
    font-size: 46px;
  }
  
  .who-content {
    gap: 50px;
  }
  
  .dosage-copy h2 {
    font-size: 42px;
  }
  
  .hairnova-wellness h2 {
    font-size: 44px;
  }
  
  .ingredient-panel h3 {
    font-size: 40px;
  }
  
  .ingredient-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  
  /* Social Section */
  .social-connect .social h2 {
    font-size: 26px;
  }
  
  /* Benefits Section */
  .why-ayurveda-modern {
    padding: 120px 0 90px;
  }
  
  .why-ayurveda-modern__title {
    font-size: 2.8rem;
  }
  
  .benefit-modern-card {
    padding: 24px 40px 24px 30px;
    font-size: 1.15rem;
  }
}

/* ===== 1400px+ SCREENS ===== */
@media (min-width: 1400px) {
  /* Container */
  .container {
    max-width: 1320px;
  }
  
  /* Hero Sections */
  .product-hero,
  .about-hero {
    padding: 120px 0 90px;
  }
  
  .hero-layout {
    gap: 60px;
  }
  
  .hero-copy h1 {
    font-size: 56px;
  }
  
  .hero-lede {
    font-size: 19px;
    max-width: 580px;
  }
  
  .hero-chip {
    font-size: 14px;
    padding: 11px 22px;
  }
  
  .hero-btn {
    padding: 16px 36px;
    font-size: 16px;
  }
  
  .hero-card {
    max-width: 420px;
  }
  
  .hero-card-strip {
    padding: 18px 22px;
  }
  
  .hero-floating-pill {
    width: 90px;
    height: 90px;
  }
  
  .hero-floating-pill img {
    width: 60px;
  }
  
  /* Product Grid */
  .product.padding-tb {
    padding: 100px 0;
  }
  
  .product .section-header {
    margin-bottom: 60px;
  }
  
  .product .section-header h2 {
    font-size: 46px;
  }
  
  .product .section-header p {
    font-size: 18px;
  }
  
  .our-product {
    gap: 40px;
  }
  
  .our-product .row .col-md-4 {
    padding: 18px;
  }
  
  .product-card {
    padding: 28px;
  }
  
  .product-card h4 {
    font-size: 22px;
  }
  
  .product-card p {
    font-size: 15px;
  }
  
  /* Why Choose Us */
  .why-choose-section {
    padding: 110px 0;
  }
  
  .why-choose-section .text-center h2 {
    font-size: 46px;
  }
  
  .why-choose-section .text-center > p {
    font-size: 18px;
  }
  
  .why-choose-section .col-lg-4 > div {
    padding: 50px 40px;
    border-radius: 20px;
  }
  
  .why-choose-section .col-lg-4 > div h3 {
    font-size: 26px;
  }
  
  .why-choose-section .col-lg-4 > div p {
    font-size: 16px;
  }
  
  .why-choose-section .col-lg-4 > div > div:first-child {
    width: 90px;
    height: 90px;
  }
  
  .why-choose-section .col-lg-4 > div > div:first-child img {
    width: 70px;
    height: 70px;
  }
  
  /* Stats Section */
  section[style*="background: #a97c3c"],
  #about-stats-section {
    padding: 60px 0;
  }
  
  section[style*="background: #a97c3c"] .text-center > div:first-child,
  #about-stats-section .text-center > div:first-child {
    font-size: 50px;
  }
  
  section[style*="background: #a97c3c"] .text-center > div:last-child,
  #about-stats-section .text-center > div:last-child {
    font-size: 15px;
  }
  
  /* FAQ Section */
  .faq-section {
    padding: 110px 0;
  }
  
  .faq-content-wrapper {
    gap: 80px;
  }
  
  .faq-left-content h2 {
    font-size: 54px;
  }
  
  .faq-left-content p {
    font-size: 18px;
  }
  
  .faq-question {
    padding: 28px 32px;
  }
  
  .faq-question span {
    font-size: 19px;
  }
  
  .faq-answer p {
    font-size: 17px;
  }
  
  /* Testimonials */
  .testimonials-section {
    padding: 110px 0;
  }
  
  .testimonials-section .section-header {
    margin-bottom: 80px;
  }
  
  .testimonials-section .section-header h2 {
    font-size: 54px;
  }
  
  .testimonials-section .section-header p {
    font-size: 18px;
  }
  
  .testimonial-card {
    padding: 50px;
    border-radius: 22px;
  }
  
  .testimonial-text {
    font-size: 18px;
    margin-bottom: 35px;
  }
  
  .author-avatar {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
  
  .author-info h4 {
    font-size: 20px;
  }
  
  /* About Page */
  .about-section {
    padding: 120px 0;
  }
  
  .section-header-about {
    margin-bottom: 70px;
  }
  
  .section-header-about h2 {
    font-size: 48px;
  }
  
  .section-header-about .hero-lede {
    font-size: 18px;
  }
  
  .story-content-card {
    padding: 70px;
    border-radius: 35px;
  }
  
  .story-content-card h2 {
    font-size: 44px;
  }
  
  .story-content-card p {
    font-size: 18px;
  }
  
  .story-image-modern {
    min-height: 550px;
  }
  
  .vision-mission-grid {
    gap: 45px;
    margin-top: 60px;
  }
  
  .vision-mission-card {
    padding: 60px 50px;
    border-radius: 35px;
  }
  
  .vision-mission-card .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }
  
  .vision-mission-card .icon svg {
    width: 36px;
    height: 36px;
  }
  
  .vision-mission-card h4 {
    font-size: 32px;
  }
  
  .vision-mission-card p {
    font-size: 17px;
  }
  
  .values-grid {
    gap: 40px;
    margin-top: 60px;
  }
  
  .value-card {
    padding: 50px 40px;
    border-radius: 28px;
  }
  
  .value-card .value-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
  }
  
  .value-card .value-icon img {
    width: 55px;
    height: 55px;
  }
  
  .value-card h5 {
    font-size: 26px;
  }
  
  .value-card p {
    font-size: 16px;
  }
  
  .commitment-section {
    padding: 110px 0;
  }
  
  .commitment-content h2 {
    font-size: 56px;
  }
  
  .commitment-content .hero-lede {
    font-size: 19px;
  }
  
  .commitment-features {
    gap: 40px;
    margin-top: 70px;
  }
  
  .commitment-feature {
    padding: 50px 40px;
    border-radius: 28px;
  }
  
  .commitment-feature .feature-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
  }
  
  .commitment-feature h5 {
    font-size: 24px;
  }
  
  .commitment-feature p {
    font-size: 16px;
  }
  
  /* Contact Page */
  .contact-simple {
    padding: 100px 0;
  }
  
  .contact-simple__info {
    padding-right: 50px;
  }
  
  .contact-simple__info h2 {
    font-size: 48px;
  }
  
  .contact-simple__info > p {
    font-size: 18px;
  }
  
  .contact-simple__list li {
    padding: 24px 0;
  }
  
  .contact-simple__list li .icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
  
  .contact-simple__list li p,
  .contact-simple__list li a {
    font-size: 17px;
  }
  
  .contact-simple__form {
    padding: 55px;
    border-radius: 28px;
  }
  
  .contact-simple__form h3 {
    font-size: 34px;
  }
  
  .contact-simple__form > p {
    font-size: 17px;
  }
  
  .form-group input,
  .form-group textarea {
    padding: 16px 20px;
    font-size: 16px;
  }
  
  .contact-submit {
    padding: 18px 45px;
    font-size: 17px;
  }
  
  /* Blog Page */
  .blog-hero-banner {
    padding: 120px 0 80px;
  }
  
  .blog-hero-banner h1 {
    font-size: 54px;
  }
  
  .blog-hero-banner .lead {
    font-size: 19px;
    max-width: 800px;
  }
  
  .blog-modern-grid {
    padding: 80px 0 110px;
  }
  
  .modern-blog-card {
    border-radius: 22px;
  }
  
  .modern-blog-card .card-info {
    padding: 32px;
  }
  
  .modern-blog-card .tags {
    font-size: 13px;
  }
  
  .modern-blog-card h3 {
    font-size: 26px;
  }
  
  .modern-blog-card p {
    font-size: 16px;
  }
  
  .modern-blog-card .read-more {
    font-size: 16px;
  }
  
  /* Product Detail Pages */
  .hairnova-story,
  .hairnova-formulation,
  .hairnova-mechanism,
  .hairnova-who,
  .hairnova-dosage,
  .hairnova-wellness,
  .oxyrevaa-story {
    padding: 110px 0;
  }
  
  .hairnova-story .container,
  .hairnova-formulation .container,
  .hairnova-mechanism .container,
  .hairnova-who .container,
  .hairnova-dosage .container,
  .hairnova-wellness .container,
  .oxyrevaa-story .container {
    max-width: 1280px;
  }
  
  .story-grid,
  .formulation-grid {
    gap: 80px;
  }
  
  .story-copy h2,
  .formulation-copy h2 {
    font-size: 48px;
  }
  
  .story-copy p,
  .formulation-copy p {
    font-size: 17px;
  }
  
  .story-pill {
    font-size: 12px;
    padding: 10px 22px;
  }
  
  .story-list h4 {
    font-size: 17px;
  }
  
  .media-main {
    border-radius: 36px;
  }
  
  .quality-box {
    padding: 28px 35px;
    border-radius: 28px;
  }
  
  .quality-box ul {
    font-size: 15px;
    gap: 14px 30px;
  }
  
  .mechanism-head h2 {
    font-size: 54px;
  }
  
  .mechanism-head p {
    font-size: 17px;
  }
  
  .mechanism-layout {
    gap: 60px;
  }
  
  .mechanism-media img {
    max-width: 380px;
  }
  
  .mechanism-item {
    grid-template-columns: 70px 1fr;
    gap: 22px;
  }
  
  .mechanism-icon {
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
  
  .mechanism-item h4 {
    font-size: 18px;
  }
  
  .mechanism-item p {
    font-size: 15px;
  }
  
  .who-head h2 {
    font-size: 48px;
  }
  
  .who-content {
    gap: 60px;
  }
  
  .who-main {
    padding: 40px;
    border-radius: 28px;
  }
  
  .who-points {
    gap: 24px;
  }
  
  .who-points li strong {
    font-size: 18px;
  }
  
  .who-points li span {
    font-size: 15px;
  }
  
  .who-highlight {
    padding: 40px;
    border-radius: 32px;
  }
  
  .dosage-grid {
    gap: 60px;
  }
  
  .dosage-media img {
    max-width: 380px;
  }
  
  .dosage-copy h2 {
    font-size: 44px;
  }
  
  .dose-card {
    padding: 35px;
    border-radius: 28px;
    gap: 20px 35px;
  }
  
  .dose-card strong {
    font-size: 16px;
  }
  
  .dose-card p {
    font-size: 15px;
  }
  
  .hairnova-wellness h2 {
    font-size: 46px;
  }
  
  .wellness-grid {
    gap: 25px;
  }
  
  .wellness-card {
    padding: 28px;
    border-radius: 22px;
  }
  
  .wellness-card h4 {
    font-size: 17px;
  }
  
  .wellness-card p {
    font-size: 15px;
  }
  
  .ingredient-panel h3 {
    font-size: 42px;
  }
  
  .ingredient-panel .panel-sub {
    font-size: 17px;
    max-width: 700px;
  }
  
  .ingredient-grid {
    gap: 25px;
  }
  
  .ingredient-card {
    padding: 26px;
    border-radius: 26px;
  }
  
  .ingredient-card h4 {
    font-size: 17px;
  }
  
  .ingredient-card small {
    font-size: 11px;
  }
  
  .ingredient-card p {
    font-size: 14px;
  }
  
  /* Scrolling Title Bars */
  .hairnova-scroll-title,
  .oxyrevaa-scroll-title {
    padding: 12px 0;
  }
  
  .scrolling-track {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  
  /* Social Section */
  .social-connect .social {
    padding: 50px 30px;
  }
  
  .social-connect .social h2 {
    font-size: 28px;
  }
  
  /* Benefits Section */
  .why-ayurveda-modern {
    padding: 130px 0 100px;
  }
  
  .why-ayurveda-modern__title {
    font-size: 3rem;
  }
  
  .why-ayurveda-modern__subtitle {
    font-size: 1.4rem;
  }
  
  .benefit-modern-list {
    gap: 32px 5vw;
  }
  
  .benefit-modern-card {
    padding: 26px 42px 26px 32px;
    font-size: 1.18rem;
    border-radius: 26px;
  }
  
  .benefit-modern-dot {
    width: 45px;
    height: 45px;
    font-size: 2em;
  }
}

/* ===== 1600px+ SCREENS ===== */
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
  
  .hero-copy h1 {
    font-size: 60px;
  }
  
  .hero-lede {
    font-size: 20px;
    max-width: 620px;
  }
  
  .hero-card {
    max-width: 460px;
  }
  
  .product .section-header h2 {
    font-size: 50px;
  }
  
  .why-choose-section .text-center h2 {
    font-size: 50px;
  }
  
  .faq-left-content h2 {
    font-size: 58px;
  }
  
  .testimonials-section .section-header h2 {
    font-size: 58px;
  }
  
  .section-header-about h2 {
    font-size: 52px;
  }
  
  .commitment-content h2 {
    font-size: 60px;
  }
  
  .blog-hero-banner h1 {
    font-size: 58px;
  }
  
  .story-copy h2,
  .formulation-copy h2 {
    font-size: 52px;
  }
  
  .mechanism-head h2 {
    font-size: 58px;
  }
  
  .hairnova-story .container,
  .hairnova-formulation .container,
  .hairnova-mechanism .container,
  .hairnova-who .container,
  .hairnova-dosage .container,
  .hairnova-wellness .container,
  .oxyrevaa-story .container {
    max-width: 1400px;
  }
}

/* ===== 1800px+ ULTRA-WIDE SCREENS ===== */
@media (min-width: 1800px) {
  .container {
    max-width: 1640px;
  }
  
  .hero-copy h1 {
    font-size: 64px;
  }
  
  .hero-layout {
    gap: 80px;
  }
  
  .hero-card {
    max-width: 500px;
  }
  
  .product.padding-tb {
    padding: 120px 0;
  }
  
  .product .section-header h2 {
    font-size: 54px;
  }
  
  .product-card {
    padding: 35px;
  }
  
  .product-card h4 {
    font-size: 24px;
  }
  
  .why-choose-section {
    padding: 130px 0;
  }
  
  .faq-section {
    padding: 130px 0;
  }
  
  .testimonials-section {
    padding: 130px 0;
  }
  
  .about-section {
    padding: 140px 0;
  }
  
  .hairnova-story .container,
  .hairnova-formulation .container,
  .hairnova-mechanism .container,
  .hairnova-who .container,
  .hairnova-dosage .container,
  .hairnova-wellness .container,
  .oxyrevaa-story .container {
    max-width: 1520px;
  }
  
  .story-grid,
  .formulation-grid {
    gap: 100px;
  }
  
  .mechanism-media img {
    max-width: 420px;
  }
  
  .dosage-media img {
    max-width: 420px;
  }
}

/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES
   For all screen sizes, especially small screens
   ======================================== */

/* ===== GLOBAL MOBILE FIXES ===== */
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }
  
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  section {
    padding: 50px 0 !important;
  }
  
  /* Hide floating WhatsApp and Scroll to Top on mobile */
  .floating-whatsapp,
  .scrollToTop {
    display: none !important;
  }
  
  h1 { font-size: 28px !important; line-height: 1.2 !important; }
  h2 { font-size: 24px !important; line-height: 1.3 !important; }
  h3 { font-size: 20px !important; line-height: 1.3 !important; }
  h4 { font-size: 18px !important; line-height: 1.4 !important; }
  p { font-size: 15px !important; line-height: 1.6 !important; }
}

@media (max-width: 575px) {
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  section {
    padding: 40px 0 !important;
  }
  
  h1 { font-size: 24px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 18px !important; }
  h4 { font-size: 16px !important; }
  p { font-size: 14px !important; }
}

/* ===== HEADER & TOP PROMO BANNER FIXES ===== */
@media (max-width: 767px) {
  .top-promo-banner {
    padding: 6px 0 !important;
  }
  
  .promo-content-wrapper {
    flex-direction: column !important;
    gap: 5px !important;
  }
  
  .top-promo-banner .promo-link {
    font-size: 12px !important;
    padding: 4px 10px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center !important;
  }
  
  .promo-text-main,
  .promo-text-action {
    font-size: 11px !important;
  }
  
  .mobile-header.primary-menu {
    padding: 10px 15px !important;
  }
  
  .mobile-header .logo img {
    max-width: 65px !important;
  }
  
  .mobile-menu-area-inner {
    padding: 20px 15px !important;
  }
  
  .m-menu li a {
    font-size: 15px !important;
    padding: 12px 0 !important;
  }
  
  .m-submenu li a {
    font-size: 14px !important;
    padding: 10px 0 !important;
  }
  
  .m-submenu li a img {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 575px) {
  .top-promo-banner .promo-link {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }
  
  .promo-text-main {
    font-size: 10px !important;
  }
  
  .promo-text-action {
    font-size: 10px !important;
  }
  
  .promo-arrow {
    font-size: 12px !important;
  }
}

/* ===== HERO SECTION FIXES ===== */
@media (max-width: 767px) {
  .product-hero,
  .about-hero {
    padding: 80px 0 60px !important;
  }
  
  .hero-layout {
    flex-direction: column !important;
    text-align: center !important;
    gap: 30px !important;
  }
  
  .hero-copy {
    order: 2 !important;
  }
  
  .hero-visual {
    order: 1 !important;
    min-width: auto !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }
  
  .hero-copy h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
  }
  
  .hero-eyebrow {
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 10px !important;
  }
  
  .hero-lede {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 auto 20px !important;
    max-width: 100% !important;
  }
  
  .hero-chip-row {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
  }
  
  .hero-chip {
    font-size: 11px !important;
    padding: 6px 12px !important;
  }
  
  .hero-cta {
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    align-items: center !important;
  }
  
  .hero-btn {
    width: 100% !important;
    max-width: 280px !important;
    padding: 14px 24px !important;
    font-size: 14px !important;
  }
  
  .hero-card {
    max-width: 250px !important;
    min-width: auto !important;
  }
  
  .hero-card img {
    max-width: 100% !important;
  }
  
  .hero-card-strip {
    padding: 12px 15px !important;
  }
  
  .hero-card-strip p {
    font-size: 12px !important;
  }
  
  .hero-card-strip ul li {
    font-size: 11px !important;
  }
  
  .hero-scroll-cue {
    margin-top: 30px !important;
  }
  
  .hero-scroll-cue span {
    font-size: 11px !important;
    letter-spacing: 0.15em !important;
  }
  
  .scroll-arrow {
    width: 38px !important;
    height: 38px !important;
  }
  
  .scroll-arrow svg {
    width: 18px !important;
    height: 18px !important;
  }
  
  .hero-floating-pill {
    width: 60px !important;
    height: 60px !important;
  }
  
  .hero-floating-pill img {
    width: 40px !important;
  }
}

@media (max-width: 575px) {
  .product-hero,
  .about-hero {
    padding: 70px 0 50px !important;
  }
  
  .hero-copy h1 {
    font-size: 24px !important;
  }
  
  .hero-lede {
    font-size: 14px !important;
  }
  
  .hero-visual {
    max-width: 240px !important;
  }
  
  .hero-card {
    max-width: 220px !important;
  }
}

/* ===== PRODUCT CARDS & GRID FIXES ===== */
@media (max-width: 767px) {
  .product.padding-tb {
    padding: 50px 0 !important;
  }
  
  .product .section-header {
    margin-bottom: 30px !important;
  }
  
  .product .section-header h2 {
    font-size: 26px !important;
    padding-top: 15px !important;
  }
  
  .product .section-header p {
    font-size: 14px !important;
  }
  
  .our-product .row .col-md-4 {
    padding: 8px !important;
    margin-bottom: 15px !important;
  }
  
  .product-card,
  .post-item-inner.product-card {
    padding: 15px !important;
    margin-bottom: 10px !important;
    border-radius: 15px !important;
  }
  
  .product-card .post-thumb {
    border-radius: 12px !important;
  }
  
  .product-card h4 {
    font-size: 16px !important;
    margin-top: 12px !important;
  }
  
  .product-card p {
    font-size: 13px !important;
  }
  
  /* Disable floating animation on mobile for performance */
  .product-card:nth-child(odd),
  .product-card:nth-child(even) {
    animation: none !important;
  }
}

@media (max-width: 575px) {
  .product .section-header h2 {
    font-size: 22px !important;
  }
  
  .our-product .row .col-md-4 {
    padding: 5px !important;
  }
  
  .product-card {
    padding: 12px !important;
    border-radius: 12px !important;
  }
  
  .product-card h4 {
    font-size: 15px !important;
  }
}

/* ===== WHY CHOOSE US SECTION FIXES ===== */
@media (max-width: 767px) {
  .why-choose-section {
    padding: 50px 0 !important;
  }
  
  .why-choose-section .text-center h2 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
  }
  
  .why-choose-section .text-center p {
    font-size: 14px !important;
  }
  
  .why-choose-section .col-lg-4 > div {
    padding: 25px 20px !important;
    border-radius: 12px !important;
  }
  
  .why-choose-section .col-lg-4 > div h3 {
    font-size: 18px !important;
  }
  
  .why-choose-section .col-lg-4 > div p {
    font-size: 14px !important;
  }
  
  .why-choose-section .col-lg-4 > div span {
    font-size: 10px !important;
  }
  
  .why-choose-section .col-lg-4 > div > div:first-child {
    width: 60px !important;
    height: 60px !important;
  }
  
  .why-choose-section .col-lg-4 > div > div:first-child img {
    width: 50px !important;
    height: 50px !important;
  }
}

/* ===== STATS SECTION FIXES ===== */
@media (max-width: 767px) {
  section[style*="background: #a97c3c"],
  #about-stats-section {
    padding: 40px 0 !important;
  }
  
  section[style*="background: #a97c3c"] > .container > div,
  #about-stats-section > .container > div {
    flex-direction: column !important;
    gap: 25px !important;
  }
  
  section[style*="background: #a97c3c"] .text-center,
  #about-stats-section .text-center {
    min-width: auto !important;
  }
  
  section[style*="background: #a97c3c"] .text-center > div:first-child,
  #about-stats-section .text-center > div:first-child {
    font-size: 32px !important;
  }
  
  section[style*="background: #a97c3c"] .text-center > div:last-child,
  #about-stats-section .text-center > div:last-child {
    font-size: 12px !important;
  }
  
  /* Hide dividers on mobile */
  section[style*="background: #a97c3c"] [style*="width: 1px"][style*="height: 60px"],
  #about-stats-section .stats-divider {
    display: none !important;
  }
}

/* ===== FAQ SECTION FIXES ===== */
@media (max-width: 991px) {
  .faq-content-wrapper {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  .faq-left-content {
    position: static !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 50px 0 !important;
  }
  
  .faq-content-wrapper {
    gap: 30px !important;
  }
  
  .faq-left-content h6 {
    font-size: 11px !important;
    padding: 5px 12px !important;
  }
  
  .faq-left-content h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  
  .faq-left-content p {
    font-size: 14px !important;
  }
  
  .faq-item {
    border-radius: 10px !important;
  }
  
  .faq-question {
    padding: 16px 18px !important;
  }
  
  .faq-question span {
    font-size: 15px !important;
    padding-right: 12px !important;
  }
  
  .faq-question svg {
    width: 16px !important;
    height: 16px !important;
  }
  
  .faq-answer {
    padding: 0 18px !important;
  }
  
  .faq-item.active .faq-answer {
    padding: 0 18px 18px 18px !important;
  }
  
  .faq-answer p {
    font-size: 14px !important;
    padding-top: 12px !important;
  }
}

@media (max-width: 575px) {
  .faq-left-content h2 {
    font-size: 22px !important;
  }
  
  .faq-question {
    padding: 14px 15px !important;
  }
  
  .faq-question span {
    font-size: 14px !important;
  }
}

/* ===== TESTIMONIALS SECTION FIXES ===== */
@media (max-width: 767px) {
  .testimonials-section {
    padding: 50px 0 !important;
    overflow: hidden;
  }
  
  .testimonials-wrapper {
    overflow: hidden;
    padding: 0;
  }
  
  .testimonials-slider {
    overflow: hidden;
  }
  
  .testimonials-section .section-header h6 {
    font-size: 11px !important;
    padding: 5px 12px !important;
    margin-bottom: 18px !important;
  }
  
  .testimonials-section .section-header h2 {
    font-size: 28px !important;
    margin-bottom: 12px !important;
  }
  
  .testimonials-section .section-header p {
    font-size: 14px !important;
  }
  
  .testimonial-card {
    padding: 25px 20px !important;
    border-radius: 14px !important;
  }
  
  .quote-icon svg {
    width: 30px !important;
    height: 30px !important;
  }
  
  .testimonial-text {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
  
  .testimonial-author {
    gap: 12px !important;
  }
  
  .author-avatar {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
  }
  
  .author-info h4 {
    font-size: 15px !important;
  }
  
  .author-info p {
    font-size: 12px !important;
  }
}

/* ===== ABOUT PAGE FIXES ===== */
@media (max-width: 767px) {
  .about-section {
    padding: 50px 0 !important;
  }
  
  .section-header-about {
    margin-bottom: 40px !important;
  }
  
  .section-header-about h2 {
    font-size: 26px !important;
  }
  
  .section-header-about .hero-lede {
    font-size: 14px !important;
  }
  
  .story-content-card,
  .product-range-modern {
    padding: 25px 20px !important;
    border-radius: 20px !important;
  }
  
  .story-content-card h2 {
    font-size: 24px !important;
  }
  
  .story-image-modern {
    min-height: 280px !important;
  }
  
  .story-image-modern img {
    min-height: 280px !important;
  }
  
  .vision-mission-grid {
    gap: 20px !important;
    margin-top: 30px !important;
  }
  
  .vision-mission-card {
    padding: 30px 25px !important;
    border-radius: 20px !important;
  }
  
  .vision-mission-card .icon {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 18px !important;
  }
  
  .vision-mission-card .icon svg {
    width: 26px !important;
    height: 26px !important;
  }
  
  .vision-mission-card h4 {
    font-size: 22px !important;
  }
  
  .vision-mission-card p {
    font-size: 14px !important;
  }
  
  .values-grid {
    gap: 20px !important;
    margin-top: 30px !important;
  }
  
  .value-card {
    padding: 30px 20px !important;
    border-radius: 18px !important;
  }
  
  .value-card .value-icon {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 18px !important;
  }
  
  .value-card .value-icon img {
    width: 40px !important;
    height: 40px !important;
  }
  
  .value-card h5 {
    font-size: 18px !important;
  }
  
  .value-card p {
    font-size: 14px !important;
  }
  
  .commitment-section {
    padding: 50px 0 !important;
  }
  
  .commitment-content h2 {
    font-size: 26px !important;
  }
  
  .commitment-content .hero-lede {
    font-size: 14px !important;
  }
  
  .commitment-features {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 35px !important;
  }
  
  .commitment-feature {
    padding: 30px 25px !important;
    border-radius: 18px !important;
  }
  
  .commitment-feature .feature-icon {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 18px !important;
  }
  
  .commitment-feature h5 {
    font-size: 18px !important;
  }
  
  .commitment-feature p {
    font-size: 14px !important;
  }
}

/* ===== CONTACT PAGE FIXES ===== */
@media (max-width: 767px) {
  .contact-map-hero__map iframe {
    min-height: 300px !important;
    height: 300px !important;
  }
  
  .contact-simple {
    padding: 50px 0 !important;
  }
  
  .contact-simple__info {
    margin-bottom: 40px !important;
  }
  
  .contact-simple__info .eyebrow {
    font-size: 11px !important;
  }
  
  .contact-simple__info h2 {
    font-size: 26px !important;
    margin-bottom: 12px !important;
  }
  
  .contact-simple__info > p {
    font-size: 14px !important;
  }
  
  .contact-simple__list {
    margin-top: 25px !important;
  }
  
  .contact-simple__list li {
    padding: 15px 0 !important;
    gap: 15px !important;
  }
  
  .contact-simple__list li .icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
  
  .contact-simple__list li h6 {
    font-size: 14px !important;
  }
  
  .contact-simple__list li p,
  .contact-simple__list li a {
    font-size: 14px !important;
  }
  
  .contact-social-links {
    gap: 10px !important;
  }
  
  .contact-social {
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
  
  .contact-simple__form {
    padding: 25px 20px !important;
    border-radius: 18px !important;
  }
  
  .contact-simple__form h3 {
    font-size: 22px !important;
  }
  
  .contact-simple__form > p {
    font-size: 14px !important;
  }
  
  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .form-group label {
    font-size: 13px !important;
  }
  
  .form-group input,
  .form-group textarea {
    padding: 12px 15px !important;
    font-size: 14px !important;
  }
  
  .contact-submit {
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
  }
}

/* ===== BLOG PAGE FIXES ===== */
@media (max-width: 767px) {
  .blog-hero-banner {
    padding: 80px 0 50px !important;
  }
  
  .blog-hero-banner .eyebrow {
    font-size: 11px !important;
    letter-spacing: 0.2em !important;
  }
  
  .blog-hero-banner h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }
  
  .blog-hero-banner .lead {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }
  
  .blog-modern-grid {
    padding: 40px 0 60px !important;
  }
  
  .modern-blog-card {
    border-radius: 14px !important;
  }
  
  .modern-blog-card .card-info {
    padding: 18px !important;
  }
  
  .modern-blog-card .tags {
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .modern-blog-card h3 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
  
  .modern-blog-card p {
    font-size: 13px !important;
  }
  
  .modern-blog-card .read-more {
    font-size: 14px !important;
    margin-top: 14px !important;
  }
  
  .modern-blog-card .badge {
    top: 12px !important;
    left: 12px !important;
    padding: 4px 12px !important;
    font-size: 10px !important;
  }
}

/* ===== HAIRNOVA & PRODUCT DETAIL PAGES FIXES ===== */
@media (max-width: 767px) {
  .hairnova-scroll-title {
    padding: 6px 0 !important;
  }
  
  .scrolling-track {
    font-size: 12px !important;
    letter-spacing: 0.12em !important;
  }
  
  .hairnova-story,
  .hairnova-formulation,
  .hairnova-mechanism,
  .hairnova-who,
  .hairnova-dosage,
  .hairnova-wellness {
    padding: 50px 0 !important;
  }
  
  .story-grid,
  .formulation-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  .story-copy h2,
  .formulation-copy h2 {
    font-size: 26px !important;
    margin-bottom: 18px !important;
  }
  
  .story-copy p,
  .formulation-copy p {
    font-size: 14px !important;
  }
  
  .story-pill {
    font-size: 10px !important;
    padding: 6px 14px !important;
    margin-bottom: 18px !important;
  }
  
  .story-list > div {
    gap: 12px !important;
  }
  
  .story-list h4 {
    font-size: 14px !important;
  }
  
  .list-icon {
    width: 18px !important;
    height: 18px !important;
  }
  
  .list-icon::after {
    font-size: 9px !important;
  }
  
  .media-main {
    border-radius: 20px !important;
  }
  
  .quality-box {
    padding: 18px 20px !important;
    border-radius: 16px !important;
  }
  
  .quality-box ul {
    gap: 10px !important;
    font-size: 13px !important;
  }
  
  .ingredient-panel h3 {
    font-size: 24px !important;
  }
  
  .ingredient-panel .panel-sub {
    font-size: 14px !important;
    margin-bottom: 25px !important;
  }
  
  .ingredient-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
  }
  
  .ingredient-card {
    padding: 16px !important;
    border-radius: 16px !important;
  }
  
  .ingredient-card h4 {
    font-size: 14px !important;
    margin: 8px 0 3px !important;
  }
  
  .ingredient-card small {
    font-size: 9px !important;
  }
  
  .ingredient-card p {
    font-size: 12px !important;
    margin-top: 8px !important;
  }
  
  .mechanism-head h2 {
    font-size: 28px !important;
  }
  
  .mechanism-head p {
    font-size: 14px !important;
  }
  
  .mechanism-layout {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  .mechanism-media {
    order: -1 !important;
    text-align: center !important;
  }
  
  .mechanism-media img {
    max-width: 200px !important;
  }
  
  .mechanism-item {
    grid-template-columns: 45px 1fr !important;
    gap: 12px !important;
  }
  
  .mechanism-icon {
    width: 45px !important;
    height: 45px !important;
    font-size: 12px !important;
  }
  
  .mechanism-item h4 {
    font-size: 15px !important;
  }
  
  .mechanism-item p {
    font-size: 13px !important;
  }
  
  .who-head h2 {
    font-size: 26px !important;
  }
  
  .who-content {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  
  .who-main {
    padding: 25px 20px !important;
    border-radius: 18px !important;
  }
  
  .who-points {
    gap: 15px !important;
  }
  
  .who-points li {
    padding: 6px !important;
  }
  
  .point-icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
  }
  
  .who-points li strong {
    font-size: 15px !important;
  }
  
  .who-points li span {
    font-size: 13px !important;
  }
  
  .who-highlight {
    padding: 25px 20px !important;
    border-radius: 20px !important;
  }
  
  .highlight-badge {
    font-size: 12px !important;
    padding: 6px 14px !important;
  }
  
  .dosage-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  .dosage-media {
    order: -1 !important;
    text-align: center !important;
  }
  
  .dosage-media img {
    max-width: 200px !important;
  }
  
  .dosage-copy h2 {
    font-size: 26px !important;
  }
  
  .dose-card {
    grid-template-columns: 1fr !important;
    padding: 20px !important;
    gap: 15px !important;
    border-radius: 16px !important;
  }
  
  .dose-card strong {
    font-size: 14px !important;
  }
  
  .dose-card p {
    font-size: 13px !important;
  }
  
  .hairnova-wellness h2 {
    font-size: 26px !important;
    margin-bottom: 25px !important;
  }
  
  .wellness-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .wellness-card {
    padding: 18px !important;
    border-radius: 14px !important;
  }
  
  .wellness-card h4 {
    font-size: 15px !important;
  }
  
  .wellness-card p {
    font-size: 13px !important;
  }
}

@media (max-width: 575px) {
  .ingredient-grid {
    grid-template-columns: 1fr !important;
  }
  
  .mechanism-icon {
    width: 40px !important;
    height: 40px !important;
  }
  
  .mechanism-media img {
    max-width: 160px !important;
  }
  
  .dosage-media img {
    max-width: 160px !important;
  }
}

/* ===== FOOTER FIXES ===== */
@media (max-width: 767px) {
  footer .footer-top {
    padding: 40px 0 30px !important;
  }
  
  footer .footer-top .section-wrapper {
    flex-direction: column !important;
    gap: 30px !important;
  }
  
  footer .footer-top .section-wrapper > [class*="col-"] {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  
  footer .post-item .footer-logo img {
    max-width: 80px !important;
  }
  
  footer .post-item p {
    font-size: 14px !important;
  }
  
  footer .post-item .post-title h3 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  
  footer .footer-location li {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  
  footer .footer-location li a {
    font-size: 14px !important;
  }
  
  footer .social-media-icons ul {
    justify-content: center !important;
    gap: 12px !important;
  }
  
  footer .social-media-icons a {
    font-size: 18px !important;
  }
  
  footer .footer-bottom {
    padding: 15px 0 !important;
  }
  
  footer .footer-bottom p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  
  footer .footer-bottom .cp_img {
    width: 25px !important;
  }
  
  /* Mobile sticky footer adjustments */
  body {
    padding-bottom: 70px !important;
  }
  
  .mobile-sticky-footer {
    padding: 5px 0 !important;
  }
  
  .sticky-footer-content {
    height: 55px !important;
  }
  
  .sticky-btn i {
    font-size: 28px !important;
  }
}

/* ===== SOCIAL SECTION FIXES ===== */
@media (max-width: 767px) {
  .social-connect .social {
    padding: 30px 15px !important;
  }
  
  .social-connect .social h2 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  
  .social-connect .desk-social {
    display: none !important;
  }
  
  .social-connect .mob-social {
    display: block !important;
    width: 100% !important;
  }
  
  .social-connect .mob-social .social-link-list {
    justify-content: center !important;
    gap: 15px !important;
  }
  
  .social-connect .mob-social .social-link-list li a {
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
  }
}

/* ===== WELLNESS COLLECTIVE SECTION FIXES ===== */
@media (max-width: 767px) {
  .wellness-collective-section {
    padding: 50px 15px !important;
  }
  
  .wellness-collective-section h2 {
    font-size: 26px !important;
    margin-bottom: 18px !important;
  }
  
  .wellness-collective-section p {
    font-size: 14px !important;
  }
  
  .wellness-collective-section ul li span:last-child {
    font-size: 13px !important;
  }
  
  .wellness-watermark {
    display: none !important;
  }
}

/* ===== BENEFITS LIST FIXES ===== */
@media (max-width: 767px) {
  .why-ayurveda-modern {
    padding: 60px 0 50px !important;
  }
  
  .why-ayurveda-modern__title {
    font-size: 24px !important;
  }
  
  .why-ayurveda-modern__subtitle {
    font-size: 14px !important;
  }
  
  .benefit-modern-list {
    flex-direction: column !important;
    gap: 15px !important;
  }
  
  .benefit-modern-card {
    min-width: auto !important;
    padding: 15px 18px !important;
    font-size: 14px !important;
    border-radius: 16px !important;
  }
  
  .benefit-modern-dot {
    width: 35px !important;
    height: 35px !important;
    font-size: 1.3em !important;
  }
}

/* ===== SCROLLBAR/OVERFLOW FIXES ===== */
@media (max-width: 767px) {
  .scrollToTop {
    right: 15px !important;
    bottom: 80px !important;
    width: 40px !important;
    height: 40px !important;
  }
  
  .floating-whatsapp {
    right: 15px !important;
    bottom: 140px !important;
  }
  
  .floating-whatsapp__icon {
    width: 50px !important;
    height: 50px !important;
    font-size: 24px !important;
  }
}

/* ===== EXTRA SMALL SCREEN FIXES (< 375px) ===== */
@media (max-width: 375px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  h1 { font-size: 22px !important; }
  h2 { font-size: 20px !important; }
  h3 { font-size: 17px !important; }
  
  .hero-copy h1 {
    font-size: 22px !important;
  }
  
  .hero-chip {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  
  .hero-btn {
    font-size: 13px !important;
    padding: 12px 20px !important;
  }
  
  .product .section-header h2 {
    font-size: 20px !important;
  }
  
  .product-card h4 {
    font-size: 14px !important;
  }
  
  .faq-left-content h2 {
    font-size: 20px !important;
  }
  
  .faq-question span {
    font-size: 13px !important;
  }
  
  .testimonials-section .section-header h2 {
    font-size: 24px !important;
  }
  
  .blog-hero-banner h1 {
    font-size: 24px !important;
  }
  
  .modern-blog-card h3 {
    font-size: 16px !important;
  }
}

/* ===== FLOATING BUTTONS VERTICAL ALIGNMENT ===== */
/* Align WhatsApp and Scroll-to-top with Buy Now button */
.scrollToTop {
  right: 20px !important;
}

.floating-whatsapp {
  right: 20px !important;
}

@media (max-width: 768px) {
  .scrollToTop {
    right: 15px !important;
  }
  
  .floating-whatsapp {
    right: 15px !important;
  }
}

@media (max-width: 576px) {
  .scrollToTop {
    right: 12px !important;
  }
  
  .floating-whatsapp {
    right: 12px !important;
  }
}