@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.navbar__section{
    padding: 15px 0;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.navbar__section .flex__bx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar__section .flex__bx img{
    width: 280px;
}
.navbar__section .flex__bx .end__bx{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar__section .flex__bx .end__bx .call__bx{
    display: flex;
    gap: 0px;
    justify-content: center;
	font-family: "Questrial", sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: black;
    align-items: center;
}
.navbar__section .flex__bx .end__bx .call__bx dotlottie-wc{
    width: 100px;
}
.navbar__section .flex__bx .end__bx .call__bx .content{
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: -18px;
}
.navbar__section .flex__bx .end__bx .call__bx .content span{
    font-size: 16px;
	font-family: "Questrial", sans-serif;
}


.hero__section{
    background: url('../landing/kidney.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vh;
}

.hero__section.second{
    background: url('../landing/kidney-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vh;
}

.hero__section.acl__common{
    background: url('../landing/acl-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vh;
}
.hero__section h1{
    font-weight: 800;
	font-family: "Questrial", sans-serif;
    font-size: 40px;
}
.hero__section p{
	font-family: "Poppins", sans-serif;
    font-size: 17px;
}
.hero__section .h__100{
    min-height: 80vh;
}
.hero__section form{
    border: 1px solid #585858e3;
    padding: 22px 15px;
    border-radius: 8px;
}
.hero__section form input{
    width: 100%;
    padding: 9px 10px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #b5b5b5fa;
	font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    outline: none;
    background: #e2e2e2;
}
.hero__section form textarea{
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
	font-family: "Poppins", sans-serif;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #b5b5b5fa;
    outline: none;
    background: #e2e2e2;
    min-height: 100px;
}
.hero__section form button{
    background: #b6202e;
    color: white;
    padding: 10px ;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
	font-family: "Questrial", sans-serif;
}
.hero__section form .copy{
    text-align: center;
	font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 15px;
}



.benefits_section{
    padding: 50px 0px;
}
.benefits_section .price__card button{
    background: #2f609d;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
	font-family: "Questrial", sans-serif;
}
.benefits_section .price__card h4{
	font-family: "Questrial", sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.benefits_section .price__card p{
	font-family: "Poppins", sans-serif;
    font-size: 17px;
}
.benefits_section .price__card .pricing{
    font-size: 35px;
    padding: 8px 20px;
    width: fit-content;
    border-radius: 5px;
    border: 1px solid rgba(212, 212, 212, 0.438);
	font-family: "Questrial", sans-serif;
    font-weight: bold;
    color: white;
    background: #b6202e;
}
.benefits_section img{
    border-radius: 5px;
}
.benefits_section .benefit__section h6{
	font-family: "Questrial", sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.benefits_section .benefit__section ul{
    padding-left: 22px;
    list-style-type: square;
}
.benefits_section .benefit__section ul li{
	font-family: "Poppins", sans-serif;
    color: #011d3f;
    font-size: 18px;
    font-weight: 600;
}



.about___section{
    padding: 60px 0px;
    background: url('../../images/about.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.about___section::after{
    content: '';
    background-color: #000000c2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.about___section h3{
    color: white;
	font-family: "Questrial", sans-serif;
    font-size: 32px;
    font-weight: 600;
}
.about___section p{
    font-size: 17px;
	font-family: "Poppins", sans-serif;
    color: white;
}
.about___section ul{
    padding-left: 15px;
    list-style: square;
}
.about___section ul li{
    color: white;
    font-size: 17px;
	font-family: "Poppins", sans-serif;
}
.about___section button{
    background: #b6202e;
    color: white;
    padding: 10px 25px;
    width: fit-content;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
	font-family: "Questrial", sans-serif;
}



.doctor__section{
    padding: 50px 0px;
}
.doctor__section h3{
	font-family: "Questrial", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.doctor__section .doctor__box{
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}
.doctor__section .doctor__box img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    min-height: 380px;
}
.doctor__section .doctor__box .content{
    position: absolute;
    bottom: 0px;
    padding: 15px 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.664);
    left: 0;
}
.doctor__section .doctor__box .content h5{
    color: white;
    text-align: center;
    margin-bottom: 2px;
    font-size: 20px;
    font-family: "Questrial", sans-serif;
}
.doctor__section .doctor__box .content span{
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    color: white;
	font-family: "Poppins", sans-serif;
}


.how-why-section{
    background-color: #2f609d;
    padding: 40px 0px;
}
.how-why-section h3{
    color: white;
    font-size: 25px;
    font-weight: 600;
    font-family: "Questrial", sans-serif;
}
.how-why-section p{
    font-size: 17px;
	font-family: "Poppins", sans-serif;
    color: white;
}
.how-why-section ul{
    padding-left: 19px;
    list-style-type: square;
}
.how-why-section ul li{
    font-size: 17px;
	font-family: "Poppins", sans-serif;
    color: white;
}
.how-why-section .btn__cta{
    background: #b6202e;
    border: 1px solid #b6202e;
    color: white;
    padding: 13px 25px;
    width: fit-content;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
	font-family: "Questrial", sans-serif;
}




.testimonial-section {
    padding: 60px 0;
    background: #f9fafb;
}

.section-title {
	font-family: "Questrial", sans-serif;
    
   
    margin-bottom: 15px;
    text-align: center;
}

.testimonial-slider .testimonial-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    margin: 10px;
    min-height: 200px;
    text-align: left;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
	font-family: "Questrial", sans-serif;
    margin-bottom: 5px;
}

.stars {
    color: #fb9804;
    font-size: 22px;
    margin-bottom: 7px;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
	font-family: "Questrial", sans-serif;
    margin-bottom: 0px;
}





.cta-section {
    background: #2f609d;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}

.cta-section h2 {
    font-size: 32px;
	font-family: "Questrial", sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 25px;
	font-family: "Poppins", sans-serif;
    opacity: 0.9;
}

.cta-btn {
    background: #fff;
    color: #b6202e;
    padding: 14px 30px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
	font-family: "Questrial", sans-serif;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #e6e6e6;
}


.insurance__section{
    padding: 50px 0px;
}
.insurance__section img{
    margin-bottom: 20px;
    border-radius: 6px;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.footer__section{
    padding: 45px 0px;
    background-color: #2f609d;
	font-family: "Questrial", sans-serif;
    color: white;
    margin-bottom: 40px;
}
.footer__section img{
    width: 250px;
}
.footer__section h6{
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.footer__section p{
    margin-top: 25px;
    margin-bottom: 0px;
}
.footer__section iframe{
    width: 100%;
    border-radius: 10px;
    min-height: 200px;
}
.footer__section a{
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 18px;
}




.fixed___box{
    position: fixed;
    bottom: 0px;
    padding: 10px;
    background-color: #2f609d;
    width: 100%;
    z-index: 111;
    left: 0px;
}
.fixed___box .flex_____box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.fixed___box .flex_____box a{
    background: #b6202e;
    color: white;
    border: 1px solid white;
    padding: 10px 35px;
    width: fit-content;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
	font-family: "Questrial", sans-serif;
}










.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
	font-family: "Questrial", sans-serif;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    background: #f8f9fa;
    border: none;
	font-family: "Questrial", sans-serif;
    cursor: pointer;
    font-weight: 600;
}

.faq-answer {
    display: none;
    padding: 15px 20px;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
}

.faq-answer p, 
.faq-answer ul {
    margin: 0 0 10px 0;
}

.faq-question.active {
    background: #b6202e;
    color: #fff;
}







@media screen and (max-width: 500px) {


    .navbar__section{
        padding: 10px 0;
    }
    .navbar__section .flex__bx{
        flex-direction: column;
    }
    .navbar__section .flex__bx img{
        width: 200px;
    }
    .navbar__section .flex__bx .end__bx{
        display: none;
    }

    .hero__section{
        padding: 10px 0px;
        background: rgb(201, 201, 201);
    }
    .hero__section h1{
        font-size: 27px;
    }
    .hero__section p{
        font-size: 16px;
    }


    .benefits_section{
        padding: 30px 0px;
    }

    .benefits_section .price__card p{
        font-family: "Poppins", sans-serif;
        font-size: 16px;
    }
    .benefits_section .price__card .pricing{
        font-size: 28px;
    }
    .benefits_section img{
        margin-bottom: 20px;
    }

    


    .about___section h3{
        font-size: 25px;
    }
    .about___section p{
        font-size: 16px;
    }
    .about___section ul{
        padding-left: 20px;
    }
    .about___section ul li{
        font-size: 16px;
    }


    .doctor__section{
        padding: 30px 0px;
    }
    .doctor__section h3{
        font-size: 25px;
    }
    .doctor__section .doctor__box{
        margin-bottom: 15px;
    }
    .doctor__section .doctor__box img{
        min-height: 280px;
    }
    .doctor__section .doctor__box .content{
        padding: 10px 5px;
    }
    .doctor__section .doctor__box .content h5{
        font-size: 16px;
    }
    .doctor__section .doctor__box .content span{
        font-size: 11px;
    }


    .how-why-section .second___why{
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid white;
    }
    



    .testimonial-section {
        padding: 60px 0;
        background: #f9fafb;
    }

    .section-title {
        font-size: 25px;
    }

    

    .cta-section {
        padding: 40px 20px;
    }

    
    .insurance__section{
        padding: 30px 0px;
    }


    .footer__section{
        padding: 40px 0px;
    }

    .footer__section h6{
        margin-top: 20px;
    }
    .footer__section p{
        margin-bottom: 20px;
    }

    .footer__section a{
        margin-bottom: 7px;
    }




    .fixed___box{
        padding: 10px 5px;
    }
    .fixed___box .flex_____box{
        gap: 10px;
    }
    .fixed___box .flex_____box a{
        padding: 10px 10px;
        font-size: 15px;
    }
}


.Book__on_btn{
    background: #b6202e;
    color: white;
    border: 0px;
 
    padding: 10px 35px;
    width: fit-content;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    font-family: "Questrial", sans-serif;
}
.call_now{
        background: #2f609d;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Questrial", sans-serif;
}

.Surgica__Care{
    padding: 50px 0px;
}

.service_card {
  padding: 20px;
  background: #f3f7ff;
  border-radius: 16px;
  position: relative;
  transition: 0.3s ease;
  margin: 4px;
 min-height: -webkit-fill-available;
}


.icon_circle {
  width: 42px;
  height: 42px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  
}

.icon_circle img {
  width: 22px;
  height: 22px;
}

.service_card h3 {
  margin-top: 45px; /* space below icon */
  font-size: 18px;

  font-weight: 600;
     
   
   
    font-size: 16px;
   
   
    transition: 0.25s;
    font-size: 18px;
    font-weight: 700;
}

.service_card p {
  margin-top: 10px;
 
  line-height: 1.5;
  font-size: 14px;
}
.btn__book{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.actionable_setion{
    padding: 50px 0px;
}

.symptoms-section {
  padding: 60px 0;
}

.symptoms-title {
  font-size: 28px;
  color: #0e2a47;
  font-weight: 700;
  margin-bottom: 30px;
}

.symptoms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 30px;
}

.symptom_box {
  display: flex;
  align-items: center;
  background: #2f609d1c;
  padding: 14px 20px;
  border-radius: 14px;
 
  transition: 0.3s;
  margin-bottom: 10px;
  font-size: 18px;
}

.symptom_box:hover {
  background: #dfe9ff;
  transform: translateX(3px);
}

.sym_icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.sym_icon img {
  width: 20px;
  height: 20px;
}

.symptom_box p {
  margin: 0;
  font-size: 16px;
  
  font-weight: 500;
}

.Maxillofacial__Surgery{
    padding: 50px 0px;
}


.actionable_section {
    background: #f8fbff;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0a2d4f;
}

/* Symptom Box */
.symptom_box {
       background: #ffffff;
    padding: 14px 18px;
    margin-bottom: 16px;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid #2f609d;
    transition: 0.25s;
    font-size: 18px;
    font-weight: 700;
}

/* Circle Icon */
.symptom_box::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #2f609d;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Hover Effect */
.symptom_box:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.Maxillofacial__Surgery .benefit-item {
  margin-bottom: 20px;
}



.Maxillofacial__Surgery h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.Maxillofacial__Surgery p {
  margin: 0;
  
}

.Maxillofacial__Surgery img {
  border-radius: 12px;
}




.vertical-journey {
  background: #f4f8ff;
  padding: 50px 0;
  font-family: Arial, sans-serif;
}

.v-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.vj-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #0a2a43;
}

/* Layout */
.vj-layout {
  display: grid;
  grid-template-columns: 9px 1fr 700px;
  gap: 20px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .vj-layout {
    grid-template-columns: 30px 1fr;
  }
  .vj-illustration {
    display: none;
  }
}

/* Vertical Line */
.vj-line {
  height: 100%;
  position: relative;
}

.vj-line::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #c7d6ec;
}

/* Steps */
.vj-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vj-step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  position: relative;
}

.vj-node {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 5px solid #2f609d;
  border-radius: 50%;
  position: relative;
  left: -55px;
}

@media (max-width: 900px) {
  .vj-node {
    left: 0;
  }
}

.vj-step-label {
    font-size: 17px;
    font-weight: bold;
    color: #2f609d;
    margin-bottom: 5px;
}

.vj-step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.vj-step-desc {
  font-size: 14px;
  color: #5c6570;
}

/* Right-side image */
.vj-illustration img {
  width: 100%;
  border-radius: 10px;
}

/* CTA Button */
.vj-cta {
  text-align: center;
  margin-top: 30px;
}

.vj-btn {
  display: inline-block;
     background: #2f609d;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Questrial", sans-serif;
    text-decoration: none;
}
.text__white{
    color: white !important;
}

.main_section{
     background: url('../landing/oral_maxilofacial_banner.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 50vh !important;
        background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

}

.benefits_section {
    background: #f7fbff;
    border-radius: 12px;
}

.section-title {
    font-weight: 700;
    color: #212529;
    letter-spacing: .5px;
    font-family: "Questrial", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.benefits-img {
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

/* WHY CHOOSE US CARD */
.why-choose-us {
    padding: 20px 0;
}

.wc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3ecf5;
}

.wc-list li:last-child {
    border-bottom: none;
}

.wc-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
    background: #2f609d2b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-list strong {
    color: #063970;
    display: block;
    margin-bottom: 4px;
}

.wc-list div {
    line-height: 1.55;
    font-size: 15px;
    color: #333;
}
.cta__button{
        background: #fff;
    color: white;
    padding: 14px 30px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
    font-family: "Questrial", sans-serif;
    text-decoration: none;
    transition: 0.3s 
ease;
    background: #b6202e;

}
.padding_bottom{
    margin: 50px;
}




.service_card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    border-color: #d6d6d6;
}

/* Icon circle styling */


.service_card:hover .icon_circle {
    background: #e8edff;
    transform: scale(1.08);
}

/* Text smooth animation */
.service_card h3,
.service_card p {
    transition: all 0.3s ease;
}

.service_card:hover h3 {
    color: #01040f;
}

.service_card:hover p {
    color: #333;
}


.meet-surgeon {
    padding: 80px 0;
    text-align: center;
}

.surgeon-title {
    font-size: 38px;
    font-weight: 700;
    color: #1b1b1b;
}

.surgeon-subtitle {
    color: #0e0101;
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 500;
}

.surgeon-box {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 10px 35px rgba(0,0,0,0.10);
    gap: 40px;
}

.surgeon-img img {
    width: 330px;
    border-radius: 15px;
}

.surgeon-content {
    text-align: left;
}

.surgeon-content h3 {
    font-size: 28px;
    font-weight: 700;
}

.surgeon-content h4 {
    color: #2b6fff;
    margin-bottom: 25px;
    font-size: 18px;
}

.surgeon-list {
    padding: 0;
    list-style: none;
}

.surgeon-list li {
    margin-bottom: 20px;
}

.surgeon-list i {
    color: #2b6fff;
    margin-right: 10px;
    font-size: 18px;
}

.surgeon-list strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.surgeon-list span {
    color: #666;
    font-size: 14px;
}

.consult-btn {
    background: #e63946;
    color: #fff;
    padding: 12px 32px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    margin-top: 20px;
    transition: 0.3s;
}

.consult-btn:hover {
    background: #cf2a38;
}

.surgeon-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 10px 35px rgba(0,0,0,0.08);
    margin-top: 30px;
}

.surgeon-img img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}


.meet-surgeon {
    background: #fafcff;
}

.surgeon-img-wrap img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    background: #f3f6fa;
}

/* Card */
.surgeon-card {
   text-align: start;
}

.surgeon-name {
    font-size: 26px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 5px;
}

.surgeon-role {
    font-size: 15px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
}

.surgeon-details {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.surgeon-details li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

/* Icon circle */
.surgeon-details .icon {
    width: 42px;
    height: 42px;
    background: #e8f1ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e5d99;
    font-size: 20px;
}

.surgeon-details strong {
    font-size: 16px;
    color: #003366;
}

.surgeon-details p {
    margin: 3px 0 0;
    font-size: 16px;
    color: black;
}

/* Button */
.consult-btn {
    background: #829ec3;
    border: none;
    padding: 12px 26px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}

.consult-btn:hover {
    background: #2e5d99;
}
.text-box{
    text-align: start;
}
.doctor__background{
    
    background: #2f609d14;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* MOBILE VIEW ONLY */
@media (max-width: 600px) {
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    .padding_bottom{
        margin: 0px;
    }
    

    .cta-btn {
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
        padding: 14px 0;
        font-size: 16px;
    }
}

.sub__heading{
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 20px !important;
}
.botton_styling{
 background: #b6202e !important;
 border: none !important;
}
.call_btn{
    color: white !important;
    border: none !important;
    background: #2f609d !important;


}

.main__section{
    padding: 50px 0px;
}
.doctor_book{
    background: #2e5d99 !important;
border: none !important;
}

.doctor_name{
        font-size: 26px;
    font-weight: 700;
    color: #010a14;
    margin-bottom: 5px;
}
.main_section_sty{
    padding: 50px 0px;
}
.h2__styling{
    font-size: 22px !important;
}
.conadinal_style{
    color: white !important;
}
.tex__color{
    color: white !important;
    font-size: 22px !important;
}
/* MAIN SECTION */
.vsh-services-pro {
    background: #ffffff;
}

/* HEADINGS */
.vsh-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b2e4e;
    letter-spacing: -0.4px;
}

.vsh-sub {
    color: #6c7a8f;
    font-size: 15px;
}

/* LIST */
.vsh-service-list {
    max-width: 780px;
    margin: 0 auto;
}

/* EACH ROW */
.vsh-service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #e5eaf0;
    transition: 0.3s ease;
}

.vsh-service-item:hover {
    padding-left: 10px;
    background: #f9fbff;
}

.vsh-service-item h4 {
    font-size: 18px;
    margin: 0;
    color: #0d2d4c;
    font-weight: 600;
}

.vsh-service-item p {
    color: #6c7a8a;
    margin: 4px 0 0;
    font-size: 14px;
}

/* PERCENT BADGE */
.vsh-percent {
    background: linear-gradient(135deg, #006aff, #003fc5);
    color: #fff;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    min-width: 60px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 72, 255, 0.2);
}

/* CTA */
.vsh-btn {
    background: #0056ff;
    padding: 12px 32px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.vsh-btn:hover {
    background: #003ebd;
}
.book_apinmnt{
    font-weight: 500 !important;
    font-family: 'Questrial' !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 24px !important
}
.oral_maxli{
    background: url(../landing/maxillofacial_banner.jpg) !important; 
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.cta__section{
    margin-bottom: 50px !important;
}
/* ──────── ULTIMATE LUXURY DESIGN 2025 ──────── */
.ultra-premium-offer {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}
.ultra-premium-offer::before {
    content: ''; position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1557682250-33bd709cbe85?w=1600') center/cover;
    opacity: 0.08;
}

.luxury-card {
       /* background: #ffffff; */
    border-radius: 40px;
    overflow: hidden;
    /* box-shadow: 0 40px 120px rgb(8 1 1 / 25%); */
    /* max-width: 1350px; */
    /* margin: 0 auto; */
    position: relative;
    border: 0.1px solid black;
}

/* Luxury Ribbon */
.luxury-ribbon {
       position: absolute;
    top: 40px;
    right: -80px;
    background: linear-gradient(135deg, #b6202e, #b6202e);
    color: white;
    padding: 17px 70px;
    font-weight: 900;
    font-weight: 500;
    transform: rotate(45deg);
    z-index: 1;
    letter-spacing: 2px;
}

.fire-badge {
    background: linear-gradient(90deg, #2a558ce6, #941a25);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 17px;
   
}

.mega-title {
    font-size: 40px;
    font-weight: 500;
    
   
   
    line-height: 1.1;
}

/* Mega Price */
.price-mega { display: flex; align-items: end; gap: 20px; flex-wrap: wrap; }
.old-mrp { font-size: 20px; color: #888; text-decoration: line-through; font-weight: 500; }
.new-price {
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(90deg, #e63946, #f76b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.9;
}
.save-tag {
       background: #2f609d;
    color: white;
    padding: 3px 11px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
   
}

/* Premium Tests */
.tests-premium {
        list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.tests-premium li {
    font-size: 18px;
    font-weight: 600;
    color: #020c0f;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.tests-premium i {
    color: #2f609d;
    font-size: 32px;
    margin-right: 18px;
}

/* Stats */
.stat-box {
    
    padding: 5px 8px;
    border-radius: 28px;
    text-align: center;
   
}


.stat-box.success { border: 1px solid #03140c; }
.stat-box.urgent  { border: 1px solid #0e0203; }
.stat-num { font-size: 20px; font-weight: 500; line-height: 1; margin-bottom: 8px; }
.stat-box.success .stat-num { color: #01130a; }
.stat-box.urgent .stat-num  { color: #0f0203; }
.stat-text { font-weight: 700; color: #1a1a2e; font-size: 17px; }

/* Luxury Button */
.btn-luxury {
     background: #2e5f9b;
    color: white;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 500;
    /* box-shadow: 0 20px 50px rgba(13, 27, 42, 0.5); */
    transition: all 0.4s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.btn-luxury:hover {
    transform: translateY(-10px);
   
    color: white;
}

/* Trust Bar */
.trust-bar {
    background: linear-gradient(90deg, #f0f8ff, #e6f7ff);
    border-radius: 50px;
    padding: 18px 40px;
    font-weight: 700;
    color: #16213e;
    font-size: 17px;
}
.trust-bar i { margin-right: 10px; }

/* Image + Most Popular Tag */
.luxury-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 700px;
}
.most-popular-tag {
       position: absolute;
    /* bottom: 88%; */
    /* left: 50%; */
    transform: translateX(-50%);
    color: #b6202e;
    color: #ffffff;
    padding: 11px 13px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    /* box-shadow: 0 10px 30px rgb(255 255 255); */
    background: #2f609d;
    right: 21%;
    top: 6%;
    padding: 9px 12px;
}


/* Mobile */
@media (max-width: 992px) {
    .mega-title { font-size: 46px; }
    .new-price { font-size: 76px; }
    .luxury-ribbon { right: -100px; font-size: 22px; padding: 16px 100px; }
}
.main__rotine_halth{
    background: url('../landing/Routine_health_banner.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    min-height: 80vh;

}
.cta__routince{
    margin-bottom: 50px !important;
}


