* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: "Poppins", Sans-serif;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}
/* TOP BAR */
.top-bar {
  background: #6b214f;
  color: #fff;
  overflow: hidden;       /* hide overflowing text */
  white-space: nowrap;    /* prevent line breaks */
  padding: 3px 0;
  font-size: 14px;
}

.marquee {
  display: inline-block;
  padding-left: 100%;   /* start off-screen */
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.middle-header {
    background: #f3f3f3;
}

/* Middle header normal */
.middle-header {
    position: relative;
    width: 100%;
    z-index: 1;
    transition: all 0.4s ease;
    background: #f3f3f3;
}

/* Sticky state */
.middle-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.navbar-brand{
   font-size: 26px;
    color: #6b214f;
        font-weight: 700;
}
.navbar-brand:hover{
    color: #6b214f;
}

/* BUTTONS */
.call-btn,
.appoint-btn {
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
    cursor: pointer;
}

.call-btn {
    background: #6b214f;
}

.appoint-btn {
    background: #8b3a68;
}

.call-btn:hover,
.appoint-btn:hover {
    opacity: 0.85;
}

.navbar-toggler .toggle-btn {
  font-size: 28px;
    color: #6b214f;
}

/* DESKTOP NAVBAR */

.bottom-header {
    background: #6b214f;
    padding: 15px 0;
    position: relative; /* normal flow initially */
    width: 100%;
    transition: all 0.3s ease;
    z-index:1;
}

.bottom-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #6b214f; /* keep same background */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.nav-links {
    gap: 35px;
}

.nav-links li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
    font-weight: 600;
}
.nav-links li a:hover {
    color: #ffd6eb;
}

/* MOBILE LINKS */
.mobile-link {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #6b214f;
    font-weight: 600;
}
.offcanvas-title{
      font-size: 26px;
    color: #6b214f;
    font-weight: 700;
}


#hero-section img {
    width: 100%;
    height: auto;
    display: block;
}

#hero-section .hero-desktop {
    display: block;
}

#about {
  background: #f4f4f4;
  padding:50px 0;
  font-family: Arial, sans-serif;
}

#about .row{
  row-gap: 20px;
}

#about .about-img{
    position: sticky;
    top: 60px;
}

#about h2 {
  color: #6b214f;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

#about h3 {
  color: #6b214f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

#about p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

#about span {
  color: #0d6efd;
}

#about .about-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

#about .specialization {
  font-weight: 500;
}

#about .about-btn {
  display: inline-block;
  background: #6b214f;
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

#about .about-btn:hover {
  background: #8b3a68;
  color: #fff;
}



#treatments{
  background-color: #571F4D;
  padding:50px 0px;
}
#treatments .box{
  height: 210px;
}
#treatments .box img {
    width: 260px;
    height: auto;
    cursor: pointer;
}

#treatments .box{
  background-color: #fff;
  padding: 5px;
  border-radius: 20px;
}

#treatments .box h5{
  font-size: 20px;
  color: #571f4d;
  font-weight: 700;
  cursor: pointer;
  padding-top: 15px;
}
#treatments .services_read_more{padding-top: 0.4rem}
#treatments .services_read_more a 
{
  border-bottom: 2px solid #00000075;
  color: #571F4D;
  font-family: "Poppins", Sans-serif;
  cursor: pointer;
}
#treatments .services_read_more a:hover
{
  color: #000;
}

#treatments .title {
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    color: #571F4D;
    font-weight: 700;
}

#treatments p {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    line-height: 25px;
}

#about-dr {
    padding:50px 0;
}

#about-dr .row{
  row-gap: 20px;
}

#about-dr .about-content h2 {
    font-size:32px;
    color: #571F4D;
    font-weight: 700;
    position: relative;
}

#about-dr .about-content h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #64224f;
    position: absolute;
    left: 0;
    bottom: -8px;
}

#about-dr .about-desc {
    font-size: 15px;
    line-height: 25px;
    color: #555;
        margin-bottom: 16px;
}

#about-dr .about-desc a {
    color: #2a65f7;
    text-decoration: none;
    font-weight: 500;
}

#about-dr .about-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

#about-dr .about-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

#about-dr .about-list li {
    font-size: 15px;
    color: #333;
    position: relative;
        line-height: 2 !important;
    padding-left: 28px;
}

#about-dr .about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #64224f;
}

#about-dr .about-btn {
    display: inline-block;
    background: #64224f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
        cursor: pointer;

}

#about-dr .about-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#gallery-section {
    padding:50px 0;
    background: #f3f3f3;
}

#gallery-section .gallery-title {
    font-size: 36px;
    font-weight: 700;
    color: #64224f;
}

#gallery-section .gallery-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 50px;
}

#gallery-section .gallery-item {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    cursor: pointer;
        height: 200px;
    width: 100%;

}

#gallery-section .gallery-img {
    width: 100%;
    transition: 0.4s ease;
    object-fit: contain;
}

#gallery-section .gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

/* Lightbox */

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
}

#lightbox .close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
#testimonials-section {
  padding: 50px 0;
  text-align: center;
}

#testimonials-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2d1b5e;
  margin: 0px;
}

#testimonials-section .google-logo img {
  width: 200px;
  margin-bottom: 20px;
}

/* Card */
#testimonials-section .testimonial-card {
  background: #6b1f5e;
  border-radius: 16px;
  padding: 28px;
  margin: 10px 12px;
  text-align: left;
  height: 200px;        
  display: flex;
  flex-direction: column;
}

/* Scrollable Content */
#testimonials-section .testimonial-card p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-y: auto;  
  flex: 1;
  padding-right: 8px;
  margin-bottom: 15px;
}

/* Custom Scrollbar (Optional Stylish) */
#testimonials-section .testimonial-card p::-webkit-scrollbar {
  width: 5px;
}

#testimonials-section .testimonial-card p::-webkit-scrollbar-thumb {
  background: #ffffff70;
  border-radius: 10px;
}

/* Reviewer Name */
#testimonials-section .testimonial-card .reviewer-name {
  color: #fff;
  font-weight: 700;
  font-size:20px;
  margin-top: auto;
}


#testimonials-section .owl-dot span {
  background: #bbb !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin: 4px !important;
}

#testimonials-section .owl-dot.active span {
  background: #6b1f5e !important;
}

 #videos-section {
  padding:50px 0;
  text-align: center;
  background: #f3f3f3;
}

#videos-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #5b1fa0;
  margin-bottom: 36px;
}

#videos-section .video-card {
  margin: 10px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

#videos-section .video-card iframe {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  border: none;
}


#videos-section .owl-dot span {
  background: #bbb !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin: 4px !important;
}

#videos-section .owl-dot.active span {
  background: #5b1fa0 !important;
}
#contact-section{
  padding: 50px 0;
}
#contact-section .contact-wrapper {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

#contact-section .clinic-info {
  background: #e8c8f0;
  padding: 40px 36px;
}

#contact-section .clinic-block {
  margin-bottom: 36px;
}

#contact-section .clinic-block:last-child {
  margin-bottom: 0;
}

#contact-section .clinic-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

#contact-section .info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #3a1a5e;
  font-size: 0.88rem;
  line-height: 1.65;
}

#contact-section .info-row span {
  font-size: 15px;
  color: #000;
}

#contact-section .info-row .ico {
  margin-top: 2px;
  color: #3a1a5e;
  min-width: 18px;
}

#contact-section .contact-form {
  background: #111;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}

#contact-section .contact-form h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

#contact-section .contact-form input,
#contact-section .contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #444;
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border 0.2s;
  margin-bottom: 10px;
}

#contact-section .contact-form input::placeholder,
#contact-section .contact-form textarea::placeholder {
  color: #888;
}

#contact-section .contact-form input:focus,
#contact-section .contact-form textarea:focus {
  border-color: #9b5fd4;
}

#contact-section .contact-form textarea {
  resize: vertical;
  min-height: 130px;
  margin-bottom: 20px;
}

#contact-section .submit-btn {
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
}

#contact-section .submit-btn:hover {
  background: #9b5fd4;
  color: #fff;
}

@media (max-width: 768px) {
  #contact-section .contact-wrapper {
    flex-direction: column;
  }
}
    #map-section {
      padding-top: 60px;
    }

     footer {
      background:#6b214f;
      color: #f0e6f6;
      padding: 60px 40px 40px;
    }

    .footer-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.4fr 1fr 1.4fr 1.4fr;
      gap: 40px;
    }

    /* Column Headings */
    .footer-col h4 {
      font-size: 1.05rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 18px;
    }

    /* About Us */
    .footer-col p {
      font-size: 15px;
    line-height: 25px;
      color: #ddc8f0;
      margin-bottom: 20px;
    }

    .social-icons {
      display: flex;
      gap: 14px;
      align-items: center;
    }

    .social-icons a {
      color: #ddc8f0;
      font-size: 1.1rem;
      text-decoration: none;
      transition: color 0.2s;
    }

    .social-icons a:hover {
      color: #fff;
    }

    /* Useful Links & Services */
    .footer-col ul {
      list-style: none;
    }

    .footer-col ul li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
    line-height: 25px;
      color: #ddc8f0;
      margin-bottom: 10px;
    }

    .footer-col ul li i.fa-circle-check {
      color: #c084e8;
      font-size: 1rem;
      min-width: 16px;
    }

    .footer-col ul li a {
      color: #ddc8f0;
      text-decoration: none;
      transition: color 0.2s;
    }

    .footer-col ul li a:hover {
      color: #fff;
    }

    /* Get In Touch */
    .touch-row {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 16px;
      font-size: 0.875rem;
      color: #ddc8f0;
      line-height: 1.65;
    }

    .touch-row i {
      color: #c084e8;
      font-size: 1rem;
      margin-top: 3px;
      min-width: 16px;
    }

    /* BOTTOM BAR */
    .footer-bottom {
      background: #1a1a1a;
      text-align: center;
      padding: 16px 20px;
      font-size: 0.82rem;
      color: #aaa;
    }

    .footer-bottom span {
      font-weight: 700;
      color: #fff;
    }

    @media (max-width: 900px) {
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 560px) {
      .footer-grid {
        grid-template-columns: 1fr;
      }
      footer { padding: 40px 20px 30px; }
    }
    .footer-col .touch-row a{
  color: #ddc8f0;
    }
    .modal-title{
      color: #571f4d;
    font-weight: 600;
    }

      /* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index:102;
}

.modal{
     z-index: 999999; 
}
