@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

.number {
    margin-top: 15px;
}

.number li {
    margin: 0 20px !important;
    list-style: none;
}

.number li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: #005B9C;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);

}

.navbar {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.form-control.aa {
    margin: 10px 0;
}
.fromSubmit{
    padding: 10px;
    background: #ddd;
    border-radius: 5px;
}
.bookBtn {
    background: #111;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.rightContent h2 {
    color: #111 !important;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Domine', sans-serif;
}

.rightContent p {
   color: #005B9C !important;
    font-weight: 600;
}

.consultation-section h1{
    color: #005B9C !important;
    font-weight: 700;
    font-size: 35px;
    font-family: 'inter', sans-serif; 

}
.consultation-section h4{
    color: #005B9C !important;
    font-weight: 500;
    font-size: 27px; 
        font-family: 'inter', sans-serif; 
}
.image-container h3 {
    font-size: 22px;
    font-weight: 700;
   color: #005B9C !important;
}

.image-container ul {
    padding: 0 !important;
}

.image-container ul li {
    list-style: none;
    padding: 10px 0;
    color: #111;
    font-weight: 600;
    font-size: 16px;
}

.googleReview {
    padding: 20px 0;
}

.whyChooseTirupati {
    padding: 30px 0;
}

.tirupatiImage img {
    width: 500px;
}

.tirupatiContent h3 {
    font-size: 28px;
    color: #005B9C !important;
    font-weight: 700;
}

.tirupatiContent ul li {
    font-family:'inter', sans-serif;
    font-size: 14px;
}

.pointBox h4 {
    background: rgb(53, 119, 177);
    color: #fff;
    font-size: 15px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 -2px 5px rgba(9, 61, 106, 1);
}

.googleReview img {
    width: 700px;
}

.mohitaSEC {
    padding: 20px 0;
}
.mohitaSEC p{
    font-family: 'inter', sans-serif;
    font-size: 16px;
}
.mohitaSEC h2 {
    padding: 10px 0;
    font-size: 32px;
    color: #005B9C !important;
    font-weight: 700;
}

.mohitaSEC img {
    width: 450px;
}

.launchBTN {
    background: #005B9C !important;
    color: #fff !important;
    padding: 12px 38px !important;
    font-weight: 700 !important;
    font-size: 12px;
}

.tirupatiGuiding h3 {
    font-size: 32px;
    color: #005B9C !important;
    font-weight: 700;
}
.benefitBox{
    padding: 20px 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
.benefitBox img{
    width: 100px;
}
.benefitBox h6{
    padding-top: 15px;
}
.benefitBox p{
    font-size: 15px;
}
.benefitBox2{
    min-height: 150px !important;
    background:#005B9C !important;
    padding: 20px;
}
.benefitBox2 h4{
    padding-top: 15px;
    color: #fff !important;
}
.benefitBox2 p{
    font-size: 15px;
    color: #fff;
}
.symptoms {
    padding: 30px 0;
}

.symptoms h3 {
    font-size: 28px;
color: #005B9C !important;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: 'inter', sans-serif;
}
.symptoms h6{
    font-size: 18px;
color: #005B9C !important;
    font-weight: 700; 
}

.symptoms ul li {
    padding: 5px 0;
}


.faqSEC {
    padding: 30px 0;
}

.gallerySec {
    padding: 30px 0;
}

.gallerySec h3 {
    font-size: 28px;
   color: #005B9C !important;
    font-weight: 700;
}

.gallerySec img {
    margin-bottom: 20px;
}


.footerMap {
    background: #111;
    padding-top: 60px;
}

.footerMap h3 {
    color: #fff;
    font-size: 35px;
    padding: 10px 0;
}

.footerMap h5 {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
}

.footerMap h6 {
    color: #fff;
    font-size: 17px;
    padding: 20px 0;
}

.footerMap p {
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
}


.marquee-container {
    overflow: hidden;
    padding: 20px 0;
}

.marquee {
    display: flex;
    width: max-content;
}

.marquee-section h3 {
    font-size: 28px;
    color: #005B9C !important;
    font-weight: 700;
}

.marquee-content {
    display: flex;
    animation: scroll 25s linear infinite;
}

.marquee-content img {
    height: 100px;
    width: auto;
    margin: 0 15px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    flex-shrink: 0;
}

/* Pause on Hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .marquee-content img {
        height: 90px;
        margin: 0 10px;
    }
}

.counter-section {
    background-color: #d9f0fb;
    padding: 50px 15px;
    text-align: center;
}

.counter-box1 {
    background:
        linear-gradient(#2971A7, rgba(125, 125, 205, 0.6)),
        url(../images/doc-exp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 40px 20px;
    margin: 15px 0;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.counter-box2 {
background:
        linear-gradient(#2971A7, rgba(125, 125, 205, 0.6)),
        url(../images/eye-operation.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 40px 20px;
    margin: 15px 0;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.counter-box3 {
   background:
        linear-gradient(#2971A7, rgba(125, 125, 205, 0.6)),
        url(../images/happy-client.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 40px 20px;
    margin: 15px 0;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.counter-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-text {
    font-size: 1.25rem;
}






/* Parent wrapper ke liye body padding */
    /* body {
        padding-bottom: 80px;
    } */

    /* Parent Class - contact-section */
    .callNow{
        width: 50%;  
    }
    .callNow a{
         background:#005B9C;
color: #fff;
font-weight: 700;
        text-decoration: none;
                padding: 12px 18px;
                 border-radius: 5px;
                 font-size: 12px;
                 border: 1px solid #fff;

    }
    .contact-section {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }

    .contact-section__fixed-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #005B9c;
        padding: 5px 20px 10px 20px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
    }

    .contact-section__buttons {
        display: flex;
        /* gap: 15px; */
        max-width: 600px;
        margin: 0 auto;
    }

    .contact-section__btn {
        flex: 1;
        padding: 12px 20px;
        border: none;
        border-radius: 12px;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .contact-section__btn--call {
        background: #fff;
        color: #667eea;
    }

    .contact-section__btn--call:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    }

    .contact-section__btn--query {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border: 2px solid #fff;
    }

    .contact-section__btn--query:hover {
        background: #fff;
        color: #667eea;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    }

    .contact-section__popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1500;
        animation: contactFadeIn 0.3s ease;
    }

    .contact-section__popup-overlay.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-section__popup-content {
        background: #fff;
        padding: 30px;
        border-radius: 20px;
        max-width: 500px;
        width: 90%;
        max-height: 80vh;
        overflow-y: auto;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
        animation: contactSlideUp 0.3s ease;
    }

    .contact-section__popup-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .contact-section__popup-header h3 {
        margin: 0;
        color: #667eea;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .contact-section__close-btn {
        background: none;
        border: none;
        font-size: 24px;
        color: #999;
        cursor: pointer;
        transition: color 0.3s;
        line-height: 1;
    }

    .contact-section__close-btn:hover {
        color: #333;
    }

    .contact-section__form-group {
        margin-bottom: 20px;
    }

    .contact-section__form-group label {
        display: block;
        margin-bottom: 8px;
        color: #333;
        font-weight: 600;
        font-size: 14px;
    }

    .contact-section__form-control {
        width: 100%;
        padding: 12px;
        border: 2px solid #e0e0e0;
        border-radius: 10px;
        font-size: 14px;
        transition: border-color 0.3s;
        font-family: inherit;
        box-sizing: border-box;
    }

    .contact-section__form-control:focus {
        outline: none;
        border-color: #667eea;
    }

    .contact-section__submit-btn {
        width: 100%;
        padding: 14px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        border: none;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .contact-section__submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

    @keyframes contactFadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @keyframes contactSlideUp {
        from {
            opacity: 0;
            transform: translateY(50px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 576px) {
        /* .contact-section__buttons {
            flex-direction: column;
        } */
        
        .contact-section__popup-content {
            padding: 20px;
        }
    }



    @media (min-width: 992px) {
  .contact-section {
    display: none !important;
  }
}




@media screen and (max-width: 500px){
    .navbar{
        display: none;
    }
    body {
        padding-bottom: 65px;
    } 
    .image-container h3 {
    font-size: 21px;
    font-weight: 700;
    color: #005B9C !important;
}
.navbar-brand img{
    width: 150px;
}
.middleImg{
    width: 100%;
}
form input{
    width: 100%;
}
.rightContent p{
    font-size: 15px;
}
.googleReview img {
    width: 100%;
}
.tirupatiImage img {
    width: 100%;
}
.tirupatiContent h3 {
    font-size: 27px;
    color: #005B9C !important;
    font-weight: 700;
    padding-top: 10px;
    font-family: 'inter', sans-serif;
    text-align: center
}
.mohitaSEC img {
    width: 100%;
    margin-top: 20px;
}
.tirupatiGuiding h3 {
    font-size: 26px;
    color: #005B9C !important;
    font-weight: 700;
}
.gallerySec img{
    width: 100%;
}
    .marquee-content img {
        height: 45px;
    }
    .number{
        display: block !important;
    }
    .number li{
        margin-top: 20px !important;
    }


    .consultation-section h1{
    color: #005B9C !important;
    font-weight: 600;
    font-size: 27px; 

}
.consultation-section h4{
    font-size: 21px; 
        font-family: 'inter', sans-serif; 
        padding: 0 15px;
}
.rightContent h2{
    font-size: 18px;
}
.freeLasik{
    font-size: 27px !important;
}
.mohitaSEC h2 {
    font-size: 25px;
}
.marquee-section h3 {
    font-size: 22px;
    font-family: 'inter', sans-serif;
}
.symptoms h3 {
    font-size: 23px;
}
.symptoms p{
    font-size: 14px;
     font-family: 'inter', sans-serif;

}
.mohitaSEC p{
    font-size: 14px;
     font-family: 'inter', sans-serif;
}
}

.faqSEC h3{
    font-size: 23px;
     font-family: 'inter', sans-serif;
     color: #005B9C !important;
     font-weight: 700;
     padding-bottom: 10px;
}