@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*{
      font-family: "Work Sans", sans-serif;
}

/* Header */
.landing-header {
  background: #0e222d;
  border-bottom: 2px solid #e3af28;
  padding: 15px 0;
  transition: all 0.3s ease;
  z-index: 1050;
}

/* Shrink on scroll */
.landing-header.shrink {
  padding: 6px 0;
}

/* Logo */
.logo {
      height: 77px;
  transition: all 0.3s ease;
}

.landing-header.shrink .logo {
    height: 85px!important;
}

/* Gold Buttons */
.btn-gold {
  background-color: #e3af28;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 8px 18px;
}

.btn-outline-gold {
  border: 1px solid #e3af28;
  color: #e3af28;
  font-weight: 600;
}

.btn-outline-gold:hover {
  background: #e3af28;
  color: #000;
}

.btn-call {
  background: #e3af28;
  color: #000;
  font-weight: 600;
  padding: 6px 14px;
}

/* Body spacing */
body {
  padding-top: 90px;
}


.mobile-call-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1050;
}

.mobile-call-bar a,
.mobile-call-bar button {
  flex: 1;
  padding: 14px;
  font-weight: 600;
  border: none;
  text-align: center;
}

.mobile-call-bar a {
  background: #000;
  color: #e3af28;
}

.mobile-call-bar button {
  background: #e3af28;
  color: #000;
}
/* Banner Area */
.banner-area {
  padding: 15px 0;
  background: #f8f9fa;
}

/* Left Image */
.banner-image img {
  border-radius: 20px;
  max-width: 100%;
}

/* Consultation Box */
.consult-box {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  border-top: 4px solid #e3af28;
}

/* Location */
.location {
  font-weight: 700;
  margin-bottom: 15px;
}

.location span {
  color: #e3af28;
}

/* Rating */
.rating-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.rating-wrap img{
    width:200px;
    height: auto;
}

.google-logo {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(45deg,#4285F4,#EA4335,#FBBC05,#34A853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stars {
  color: #fbbc05;
  font-size: 22px;
  letter-spacing: 2px;
}

.rating-text {
  font-size: 18px;
  margin-bottom: 5px;
}

.sub-text
 {
  font-weight: 500;
  margin-bottom: 6px;
}
.emi-text {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background: #e17055;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 0.5px;
}

/* Creative Form */
.creative-form {
  margin-top: 25px;
}

/* Input Group */
.creative-form .input-group {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border: 1px solid #e3af28;
}

/* Icon */
.input-icon {
  background-color: #e3af28!important;
  padding: 0 16px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
}

/* Inputs */
.creative-form .form-control {
  border: none;
  padding: 14px;
  font-size: 15px;
}

.creative-form .form-control:focus {
  box-shadow: none;
  border-left: 3px solid #e3af28;
}

/* Button */
.btn-consult {
  margin-top: 10px;
  background-color: #e3af28!important;
  color: #000;
  font-weight: 700;
  padding: 14px;
  border-radius: 12px;
  border: none;
  letter-spacing: 0.5px;
}

.btn-consult:hover {
  background: #e3af28;
}

/* Note */
.form-note {
  margin-top: 10px;
  font-size: 13px;
  color: #6c757d;
  text-align: center;
}

/* Mobile Optimization */
@media (max-width: 767px) {
  .creative-form .form-control {
    padding: 12px;
    font-size: 14px;
  }
}

/* Mobile Optimization */
@media (max-width: 767px) {
  .banner-area {
    padding: 40px 0;
  }

  .banner-image {
    margin-bottom: 30px;
  }

  .consult-box {
    padding: 25px 20px;
  }

  .location {
    font-size: 18px;
  }

  .rating-text {
    font-size: 16px;
  }
}
/* Section */
.treatment-section {
  background: #f8f6f2; /* off-white */
}

/* Title */
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0f222d;
}

.title-divider {
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #e3af28, transparent);
  margin: 12px auto;
  border-radius: 6px;
}

.section-subtitle {
  max-width: 620px;
  margin: auto;
  color: #5f6b73;
}

/* Card */
.treatment-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

/* Image */
.image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 14px;
}

.image-wrap img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

/* Offer Badge */
.offer-badge-img {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0f222d;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 2;
}

/* Text */
.treatment-title {
  font-weight: 500;
  margin: 10px 0 8px;
  color: #0f222d;
}

.treatment-card p {
  font-size: 14.5px;
  color: #4e5a61;
  margin-bottom: 16px;
}

/* Button */
.btn-gold {
  background-color: #e3af28!important;
  color: #0f222d;
  font-weight: 700;
  padding: 12px;
  border-radius: 30px;
  border: none;
}

.btn-gold:hover {
  background: #c9981f;
  color: #0f222d;
}

/* Mobile & Tablet */
@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }
}
.successful-results-section {
  background: #f8f6f3;
  padding: 50px 0;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* Heading */
.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c2c2c;
}

.section-heading p {
  font-size: 16px;
  color: #666;
  max-width: 650px;
  margin: auto;
}

/* Image Card */
.result-item {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.result-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.result-item:hover img {
  transform: scale(1.04);
}

/* CTA */
.cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #b87d3b, #8f5e2d);
  color: #fff;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
}

/* ===================== */
/* Desktop View */
/* ===================== */
.results-desktop {
  display: block;
}

.results-mobile {
  display: none;
}

/* ===================== */
/* Mobile View */
/* ===================== */
@media (max-width: 768px) {

  .section-heading h2 {
    font-size: 28px;
  }

  .results-desktop {
    display: none;
  }

  .results-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  .results-mobile {
    grid-template-columns: 1fr;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.cta-section {
  padding: 60px 0;
  background: #ffffff;
}

.cta-btn {
  display: inline-block;
  background: #c9981f; /* olive / mustard tone */
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #c9981f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .cta-btn {
    font-size: 16px;
    padding: 14px 30px;
  }
  .treatment-card{
    padding:10px;
    text-align: center;
  }
  .treatment-section{
    padding-bottom: 10px!important;
  }
  .successful-results-section{
    padding:0 0!important;
  }
  .doctor-info-section {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f6f3, #ffffff);
}
}
.doctor-info-section {
  padding: 45px 0;
  background: linear-gradient(135deg, #f8f6f3, #ffffff);
}

.doctor-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.doctor-image img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-content {
  padding-left: 40px;
}

.doctor-tag {
  display: inline-block;
  background: #c9981f;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.doctor-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.doctor-content h4 {
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
}

.doctor-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.doctor-points {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.doctor-points li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.doctor-btn {
  display: inline-block;
  background: #c9981f;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.doctor-btn:hover {
  background: #c9981f;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 991px) {
  .doctor-content {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }

  .doctor-points li {
    justify-content: center;
  }
}
.why-choose-us {
  background: #0f222d;
  padding: 90px 0;
  color: #ffffff;
}

.why-choose-us .section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
}

.why-choose-us h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}

.icon-circle {
  width: 160px;
  height: 160px;
  background: #c9981f;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  transition: all 0.3s ease;
}

.icon-circle img {
  width: 70px;
  height: auto;
}

.icon-circle:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(201,152,31,0.35);
}

.why-btn {
  display: inline-block;
  background: #c9981f;
  color: #ffffff;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.why-btn:hover {
  background: #b58918;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 32px;
  }

  .icon-circle {
    width: 130px;
    height: 130px;
  }

  .icon-circle img {
    width: 55px;
  }

  .why-choose-us h4 {
    font-size: 18px;
  }
}
.hair-loss-reasons {
  background: #0f222d;
  padding: 50px 15px;
  color: #ffffff;
}

.hair-loss-reasons .container {
  max-width: 1200px;
  margin: auto;
}

.hair-loss-reasons .section-title {
  font-size: 28px;
  font-weight:500;
  margin-bottom: 50px;
  color: #ffffff;
}

.reasons-image {
  margin-bottom: 45px;
}

.reasons-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Button */
.hair-btn {
  display: inline-block;
  background: #c9981f;
  color: #ffffff;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hair-btn:hover {
  background: #c9981f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(201, 152, 31, 0.35);
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 991px) {
  .section-title {
    font-size: 34px;
  }

  .hair-btn {
    font-size: 16px;
    padding: 14px 36px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .hair-loss-reasons {
    padding: 60px 15px;
  }

  .section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 35px;
  }

  .reasons-image {
    margin-bottom: 35px;
  }

  .hair-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
  }
}
.about-us-section {
  background: #ffffff;
  padding: 25px 15px;
}

.about-us-section .container {
  max-width: 1100px;
  margin: auto;
}

/* Heading */
.about-heading {
  text-align: center;
  margin-bottom: 10px;
}

.about-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #c9981f; /* olive-gold tone */
}

.heading-line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #c9981f;
  border-radius: 4px;
}

/* Content Card */
.about-content {
  background: #f9f9f9;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-content p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 22px;
}

/* Button */
.about-btn-wrap {
  margin-top: 35px;
}

.about-btn {
  display: inline-block;
  background: #c9981f;
  color: #ffffff;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: #c9981f;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(156, 147, 0, 0.35);
}

/* ================= Responsive ================= */

/* Tablet */
@media (max-width: 991px) {
  .about-heading h2 {
    font-size: 34px;
  }

  .about-content {
    padding: 40px 35px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .about-us-section {
    padding: 60px 15px;
  }

  .about-heading h2 {
    font-size: 28px;
  }

  .about-content {
    padding: 30px 22px;
  }

  .about-content p {
    font-size: 15.5px;
  }

  .about-btn {
    width: 100%;
    padding: 14px 20px;
  }
}
.testimonial-section {
  background: #f8f8f8;
  padding:30px 15px;
}

.testimonial-section .container {
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.testimonial-heading {
  text-align: center;
  margin-bottom: 55px;
}

.testimonial-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f222d;
  margin-bottom: 10px;
}

.testimonial-heading p {
  font-size: 16px;
  color: #666;
}

/* Card */
.testimonial-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

/* Text */
.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
  font-style: italic;
}

/* User */
.testimonial-user h5 {
  font-size: 18px;
  font-weight: 600;
  color: #c9981f;
  margin-bottom: 3px;
}

.testimonial-user span {
  font-size: 14px;
  color: #777;
}

/* ================= Responsive ================= */

@media (max-width: 991px) {
  .testimonial-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .testimonial-card {
    margin-bottom: 25px;
  }

  .testimonial-heading h2 {
    font-size: 28px;
  }
}
.footer-reach {
  background: #0f222d;
  color: #ffffff;
  padding: 70px 15px 30px;
}

.footer-reach .container {
  max-width: 1200px;
  margin: auto;
}

.footer-box {
  margin-bottom: 35px;
}

.footer-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #ffffff;
}

.footer-box p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #ffffff;
}

.footer-box a {
  color: #ffffff;
  text-decoration: none;
}

.footer-box a:hover {
  text-decoration: underline;
}

/* Map */
.footer-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 12px;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
  padding-top: 20px;
}

.footer-bottom p {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}

/* ================= Responsive ================= */

@media (max-width: 767px) {
  .footer-box h4 {
    font-size: 20px;
  }

  .footer-map iframe {
    height: 180px;
  }
}
@media (max-width: 467px) {
  .doctor-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 8px;
}
.doctor-content{
    text-align: left!important;
}
.why-choose-us {
    background: #0f222d;
    padding: 30px 0;
    color: #ffffff;
}
    .icon-circle img {
        width: 75px;
    }
.successful-results-section{
    padding:20px 0!important;
}
.hair-loss-reasons {
        padding: 20px 0px!important;
    }
.hair-loss-reasons .section-title{
    margin-bottom: 15px;
}
.hair-loss-reasons .reasons-image{
    margin-bottom: 20px;
}
.hair-loss-reasons .reasons-image img{
    width:100%!important;
}
    .about-us-section {
        padding: 28px 0px;
    }
.about-content {
        padding: 0px 0px;
    }
    .testimonial-section{
        padding:20px 0;
    }
    .testimonial-heading{
        margin-bottom: 20px;
    }
    .footer-reach {
    background: #0f222d;
    color: #ffffff;
    padding: 35px 5px 26px;
}
.treatment-section .section-title{
    margin-bottom: 15px;
}
.doctor-info-section {
    padding: 15px 0;
}
.doctor-points{
    margin-bottom: 15px;
}
.landing-header{
    display: none;
}
body{
    padding: 0 !important;;
}
.banner-area {
        padding: 18px 0;
    }
        .consult-box {
        padding: 10px 10px;
    }
}
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Common Button */
.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: 0.3s ease;
  white-space: nowrap;
}

/* Icon */
.float-btn i {
  font-size: 20px;
}

/* WhatsApp */
.whatsapp-btn {
  background: #25d366;
}

/* Expert */
.expert-btn {
  background: linear-gradient(135deg, #b87d3b, #8f5e2d);
}

/* 🔥 MOBILE FIX */
@media (max-width: 576px) {

  .float-btn {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }

  .float-btn .btn-text {
    display: none !important;
  }

  .float-btn i {
    font-size: 24px;
  }
}
