
img {
    height: auto;
    max-width: 100%;
}

.about-section {
  padding:4rem 0;
  overflow:hidden;
}

.hambuuefer, .close-button {
    display: none;
}

p {
    font-size:16px;
}

.feature-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
}

.feature-list li::before{
    content: "\f149";
    font-family: "flaticon_normal-icon";
    position: absolute;
    left: 0;
    font-size: 16px;
    color: var(--primary-color); 
}

.small-img {
    margin-top: 14px;
}

/* Experience Card */
.experience-card {
  background:#4a7cd22e;
  border-radius: 15px;
  padding:30px;
  height: 100%;
}
.icon-circle img {
    filter: brightness(0) invert(1);
    width: 30px;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #4a7cd2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.experience-card h4 {
  font-weight: 700;
  font-size:20px;
  text-align: center;
}

/* Images */
.small-img img,
.big-img img {
  border-radius: 15px;
  object-fit: cover;
  height: 100%;
  width:100%;
}

.big-img {
     height: 99%;
}

/* Badge */
.who-badge {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
      width: fit-content;
}


/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.feature-list i {
  color: #4a7cd2;
  font-size: 16px;
}

/* Quote */
.quote-box{
    position: relative;
    padding-left: 70px;
    margin: 20px 0;
    border-left: 3px solid var(--primary-color);
}

.testimonial .swiper-backface-hidden .swiper-slide{
    align-items: stretch;
    height: auto;
}

.quote-box p{
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #555;
    font-weight: 500;
}

/* Tooth icon */
.quote-box::before{
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url("../images/svg/teeth.svg") no-repeat center;
    background-size: contain;

    filter: invert(53%) sepia(38%) saturate(4493%) hue-rotate(199deg) brightness(88%) contrast(84%);
}
/* Button */
.about-btn {
      background: #5ea88c;
    color: #fff;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 600;
    width: fit-content;
}

.about-btn:hover {
  background: #4c9077;
  color: #fff;
}
.tooth-icon {
    position: relative;
    padding-left: 50px; /* space for icon */
}
.treat-details:hover .icon-box img{
    background-color: #ff4da6;
    
}


.tooth-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url('../images/svg/teeth.svg') no-repeat center;
    background-size: contain;
     filter: invert(52%) sepia(73%) saturate(548%) hue-rotate(191deg) brightness(91%) contrast(88%);

    /* make icon green */
  
}

.quote-box {
    display: flex;                 /* d-flex */
    align-items: center;           /* align-items-center */
    gap: 1rem;                     /* gap-3 (approx 16px) */
    margin-top: 0.5rem;            /* my-4 */
    margin-bottom: 1.5rem;  
}

.tooth-sym{
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    border: 1px solid #d9d9d9;
    border-radius: 40px;
    font-weight: 600;
    color: #0b2239;
    background: #fff;
}

/* Tooth Icon */
.tooth-sym::before{
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url("../images/svg/teeth.svg") no-repeat center;
    background-size: contain;

    /* teal color like design */
    filter: invert(64%) sepia(29%) saturate(408%) hue-rotate(140deg) brightness(95%) contrast(92%);
}


.services-section {
  padding: 3rem 0;
}

.service-card {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.service-card:hover {
  background-color: #0d6efd; /* Bootstrap primary blue */
  color: #fff;
}

.service-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.service-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.service-text {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.service-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background-color: #0d6efd;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.service-card:hover .service-btn {
  background-color: #fff;
  color: #0d6efd;
}

.treatments{
    padding: 5rem 0 0;
    background: #edf2fa;
}



.detail-id {
    line-height: 32px;
    margin: 20px 0 10px;
}
.treat-head{
border-bottom: 1px solid black;
    padding-bottom: 16px;
}
.feather {
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-arrow-right-circle:before {
    content: "\e911";
}
/* ===== TREAT CARD BASE ===== */
.treat-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    cursor: pointer;
     transition: all 0.2s ease;
}

/* ===== TOP SECTION (dark purple bg with mask) ===== */
.treat-top {
    padding: 28px 24px 24px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}


.treat-card:hover .treat-footer {
  background: var(--primary-color);   
}

.treat-card:hover .treat-footer {
  background: var(--primary-color);   
}

.icon-box img {
    width: 35px;
    height: 35px;
}

/* ===== HEADING ===== */
.treat-head{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
   
}
/* ===== PARAGRAPH ===== */
.treat-top p {
    color: #000;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* ===== IMAGE SECTION ===== */
.detail-img {
    width: 100%;
    height: 203px;
    overflow: hidden;
    flex-shrink: 0;
}

.detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.treat-card:hover .detail-img img {
    transform: scale(1.05);
}

.treatments {
    padding:4rem 0;
}
/* ===== FOOTER ===== */
.treat-footer {
    padding: 18px 24px;
    background: #fff;
    text-align: center;
}

.treat-footer button {
    color: #1e1b6e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    background: none;
    border: 0;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease, color 0.3s ease;
    flex-direction: row-reverse;
}

.treat-card:hover .treat-footer {
    background:var(--primary-color);
}


.small-img i{
    padding-left:5px;
}

.detail-id {
    padding: 20px;   /* Content spacing only */
}

.treat-card:hover{
    background:var(--primary-color);
  
}
.treat-card:hover h4 , .treat-card:hover p , .treat-card:hover .treat-footer .enquiry-btn {
  color:#fff;
}

/* Icon before text */
.enquiry-btn::before{
    content: "\f112";
    font-family: "flaticon_normal-icon" !important;
    font-size: 16px;
    line-height: 1;
}

.detail-img img {
    width: 100%;
    display: block;
}
.topic {
    padding-bottom:15px;
}
.treat-card:hover .icon-box img{
    filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(101%) contrast(104%);
}


.icon-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.hero-circle-img {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #f0f0f0;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.hero-circle-img .patient-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Denture badge top-left of circle */
.denture-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 2;
}

.denture-badge img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Pink ring decoration */
.ring-decoration {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 14px solid #ff6eb4;
  opacity: 0.5;
  z-index: 0;
}


.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  object-fit: cover;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.recover-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.recover-number {
  font-size: 15px;
  font-weight: 800;
  color: #ff6eb4;
}

.recover-label {
  font-size: 11px;
  color: #888;
  font-weight: 600;
}





/* Blob-shaped main image */
.hero-blob-img {
  position: relative;
  border-radius: 50% 50% 11% 10% / 34% 34% 11% 11%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  z-index: 2;
      width: 408px;
    height: auto;
}

.hero-blob-img .patient-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}


.denture-badge img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* Pink elliptical orbit ring */
.ring-orbit {
position: absolute;
    bottom: 45px;
    left: 31%;
    transform: translateX(-46%) rotate(355deg);
    width: 331px;
    height: 105px;
}
   
   
  

.hero-blob-img {
    position: relative;
    z-index: 2;
}

.ring-orbit {
    z-index: 3;
            filter: invert(52%) sepia(73%) saturate(548%) hue-rotate(191deg) brightness(91%) contrast(88%);
}


/* Patient recover badge */
.patient-recover-badge {
  position: absolute;
  bottom: 20px;
  left: 0px;
  background: #ffffff;
  border-radius: 40px;
  padding: 10px 20px 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
  z-index: 5;
  white-space: nowrap;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  object-fit: cover;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.recover-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.recover-number {
  font-size: 15px;
  font-weight: 800;
  color: #ff6eb4;
}

.recover-label {
  font-size: 11px;
  color: #888;
  font-weight: 600;
}

/* ===========================
   CENTER: HERO CONTENT
=========================== */
.hero-content {
  padding: 10px 0;
}



.hero-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.hero-rating .stars {
  display: flex;
  gap: 3px;
  color: #f5a623;
  font-size: 17px;
}

.hero-rating .rating-score {
  font-size: 15px;
  font-weight: 800;
  color: #333;
}

.hero-rating .rating-label {
  font-size: 13px;
  color: #777;
  font-weight: 600;
}



.video-services-card .about-list li:before{
    color:#fff;
}


/* Video + Services Card */
.video-services-card {
  background: var(--primary-color);
  border-radius: 16px;
     padding: 26px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.play-video-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.play-video-btn:hover {
  transform: scale(1.05);
}

.play-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.play-icon i {
  color: #3b2a7e;
  font-size: 18px;
  margin-left: 3px;
}

.play-video-btn span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.services-list li {
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.services-list li i {
  color: #4de8a0;
  font-size: 16px;
  flex-shrink: 0;
}

/* ===========================
   RIGHT: STATS COLUMN
=========================== */
.stats-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
 
}

.stat-card {
  width: 100%;
  max-width: 200px;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.stat-number {
  font-size: 42px;
  font-weight: 900;
  color: #1a1464;
  line-height: 1;
}

.stat-label {
  font-size: 18px;
  font-weight: 600;
}

.stat-pink {
    background:#FFF5F9; 
    
}
.stat-pink .stat-label { color: #ff6eb4; }

.stat-blue {
    background: linear-gradient(135deg, #eef6ff 0%, #ddeeff 100%); 
    margin-left: 4rem;
    
}
.stat-blue .stat-label { color: #4a90e2; }

.stat-yellow { background: linear-gradient(135deg, #fffbef 0%, #fff3cc 100%); }
.stat-yellow .stat-label { color: #f5a623; }


.hero-section {
    position: relative;
    padding: 4rem 0;
   
    overflow: hidden;
}
.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {

  .ring-orbit {
      position: absolute;
      bottom: 88px;
      left: 46%;
      transform: translateX(-46%) rotate(356deg);
      width: 495px;
      height: 114px;
  }

}

@media (min-width: 992px) and (max-width: 1280px) {

  .ring-orbit{
      width: 431px;
  }

}

.hero-content {
    padding: 20px 0;
}

.hero-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-desc {
    font-size: 16px;
    margin-bottom: 25px;
}
.video-services-card{
    color: #fff;
}
.video-services-card .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 40px;
    position: relative;
}

/* Vertical center line */
.video-services-card .feature-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #ddd;
    transform: translateX(-50%);
}

/* List item style */
.video-services-card .feature-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
}

/* Icon spacing */
.video-services-card .feature-list li i {
    margin-right: 8px;
    color: #ff5faa;
}

.faq-section{
    padding:5rem 0 0;
}
.faq-section .accordion-item {
    margin-bottom: 15px; /* adjust gap */
    border-radius: 8px;  /* optional rounded corners */
    overflow: hidden;    /* for rounded corners collapse effect */
    border: 1px solid #dee2e6; /* optional border */
}

/* Optional: remove default border between items */
.faq-section .accordion-item + .accordion-item {
    margin-top: 15px;
}
.text-white {
    font-size: 4rem;
}
.form-control{

    color: #fff;
    background-color: #ffffff0a;
    padding:15px;
}
.form-select{
    color: #fff;
    background-color: #ffffff0a;
    padding:15px;
}

.testimonial{
    padding:5rem 0;
}

.appointment-section{
   
    padding:0;
    position:relative;
    overflow:hidden;
}

/* Optional overlay background pattern */
.appointment-section::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    min-height: 420px;
    z-index: 0;
}
/* Make content above overlay */
.appointment-section .container{
    position:relative;
    z-index:1;
}

/* Heading */

.appointment-title{
    font-size:48px;
    font-weight:700;
    color:#fff;
    margin-bottom:40px;
}

.appointment-title span{
    color:#ffeb3b;
}

/* Form */

.appointment-form input,
.appointment-form select{
    width:100%;
    height:60px;
    border-radius:14px;
    border:1px solid #fff;
    background:transparent;
    color:#fff;
    padding:0 20px;
    outline:none;
}

.appointment-form input::placeholder{
    color:#d9d9d9;
}

.appointment-form select{
    color:#d9d9d9;
}


.appointment-btn i {
    font-size: 20px;
    position: relative;
    top: 5px;
}
   

.appointment-btn:hover i{
    transform:translateX(4px);
    transition:0.3s;
}

.appointment-form select option{
    color:#000;
}

/* Button */

.appointment-btn{
    width:100%;
    height:60px;
    border-radius:14px;
    border:none;
    background:#ffffff;
    font-weight:600;
    color:#3b2f7a;
    transition:0.3s;
}

.appointment-content .appointment-btn:hover{
    background: #fff;
}



.appointment-content .appointment-btn {
    background: #fff;
    color: #000;
    display: flex;
    gap: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* Image */

.appointment-image img{
    max-height:420px;
    width:auto;
}


.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
    margin-top: 10px;
}

/* ===== SWIPER CONTAINER ===== */

.gallery .row{
    row-gap:20px;
}

/* ===== TESTIMONIAL CARD ===== */
.testimonial-card {
    background: #eef2fb;
    border-radius: 20px;
    padding: 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    height: 100%;
}

/* ===== STARS ===== */
.testi-stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 22px;
}

.testi-stars span {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 1;
}

/* ===== REVIEW TEXT ===== */
.testi-text {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 28px;
    flex: 1;
}

/* ===== QUOTE ICON ===== */
.quote-icon {
    color: var(--primary-color);
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 14px;
    display: block;
    /* make it look like a real open-quote "❝" */
}

/* ===== AUTHOR ===== */
.testi-name {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.testi-role {
    font-size: 13px;
    color: #888;
}

/* ===== SWIPER PAGINATION DOTS ===== */
.testimonial .swiper-pagination-bullet {
    background: #c5cfe8;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all 0.3s;
}
.testimonial .swiper-pagination-bullet-active {
    background: #3366ff;
    width: 28px;
    border-radius: 5px;
}
.testimonial .swiper-pagination{
  position: relative;
  margin-top: 30px;
}

.testimonial .swiper-pagination-bullet{
  background:#999;
  opacity:1;
}

.testimonial .swiper-pagination-bullet-active{
  background:var(--primary-color);
}

/* FAQ Section */
.faq-section{
    padding:3rem 0;
}

/* Accordion Item Card */
.faq-section .accordion-item{
    border:none;
    background:#eef2fb;
    border-radius:12px;
    margin-bottom:20px;
    overflow:hidden;
}

/* Accordion Button */
.faq-section .accordion-button{
    background:#eef2fb;
    font-size:20px;
    font-weight:600;
    color:#1a1a1a;
    padding:22px 30px;
    box-shadow:none;
    border:none;
}

/* Remove bootstrap arrow */
.faq-section .accordion-button::after{
    display:none;
}

/* Custom + Icon */
.faq-section .accordion-button::before{
    content:"+";
    font-size:26px;
    font-weight:500;
    position:absolute;
    right:30px;
    transition:0.3s;
}

/* When open show - icon */
.faq-section .accordion-button:not(.collapsed)::before{
    content:"−";
}

/* Active open background */
.faq-section .accordion-button:not(.collapsed){
    background:#eef2fb;
    color:#000;
}

/* Body */
.faq-section .accordion-body{
    padding:0 30px 25px;
    font-size:16px;
    line-height:1.7;
    color:#6b7280;
}

/* Smooth animation */
.faq-section .accordion-collapse{
    transition:all 0.35s ease;
}

/* Card Container */
.why-choose-card{
    background:#eef2fb;
    padding:45px 35px;
    border-radius:40px;
    height:100%;
    transition:0.4s;
    position:relative;
    overflow:hidden;
    z-index:1;
}

/* Overlay background */
.why-choose-card:before{
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:var(--primary-color);
    transition:all 0.4s ease-in-out;
    z-index:-1;
}

/* Hover animation */
.why-choose-card:hover:before{
    top:0;
}

.why-choose-card:hover h4 , .why-choose-card:hover p {
    color:#fff;
}

.why-choose-card:hover img{
  filter: brightness(0) invert(1);
}

/* Icon */
.card-icon img{
    width:55px;
    margin-bottom:25px;
}

/* Title */
.card-title{
    font-size:20px;
    font-weight:700;
    color:#000;
    margin-bottom:18px;
}

/* Text */
.card-text{
    font-size:16px;
    line-height:1.6;
    color:#6b7b88;
    margin-bottom:30px;
}

.why-choose-home {
    padding:0 0 3rem;
}

/* POPUP BACKGROUND */
.enquiry-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:9999;
}

/* SHOW POPUP */
.enquiry-popup.active{
    opacity:1;
    visibility:visible;
}

/* POPUP BOX */
.popup-box{
    background:#fff;
    padding:40px;
    border-radius:15px;
    width:420px;
    max-width:90%;
    position:relative;
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

/* CLOSE BUTTON */
.popup-close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:28px;
    cursor:pointer;
}

/* TITLE */
.popup-box h3{
    margin-bottom:20px;
    font-size:24px;
    font-weight:600;
}

/* INPUTS */
.popup-box input,
.popup-box textarea{
    width:100%;
    padding:12px 14px;
    margin-bottom:12px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:14px;
}

/* TEXTAREA */
.popup-box textarea{
    height:100px;
    resize:none;
}

/* BUTTON */
.popup-box button{
    width:100%;
    background:var(--primary-color);
    color:#fff;
    border:none;
    padding:13px;
    border-radius:6px;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
}

.popup-box button:hover{
    background:var(--primary-color);
}

/* Center Tabs */
.gallery .nav-tabs{
    justify-content: center;
    border-bottom: none;
    gap: 15px;
    margin-bottom: 16px;
}

/* Tab Button Style */
.gallery .nav-tabs .nav-link{
    border: none;
    background: #f5f5f5;
    color: #333;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

/* Hover */
.gallery .nav-tabs .nav-link:hover{
    background: #3a63cc;
    color: #fff;
}

/* Active Tab */
.gallery .nav-tabs .nav-link.active{
    background: var(--primary-color);
    color: #fff;
}

/* Image Style */
.gallery img{
    border-radius: 10px;
    transition: transform 0.3s ease;
        width: 100%;
}


.gallery .topic{
    padding:0;
}
.treatments .row{
    row-gap:24px
}

.whatsappicon {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999;
}

.call-icons {
    display:none;
}

label.error{
    color:red;
    font-size:13px;
}