
        body {
            font-family: 'Anek Latin', sans-serif;        
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        .section-heading{
            font-size: 48px;
            font-family: 'Lexend Deca', sans-serif;
        }
        .section-para{
            font-size: 18px;
            font-family: 'Anek Latin', sans-serif;        
        }
        .section-padding{
            padding: 5rem 0;
        }

        @media screen and (min-width: 769px) and (max-width: 1280px) { 
            .section-heading{
                font-size: 32px;  
            }
        }

        @media (max-width: 768px) {
            .section-heading{
                font-size: 30px;  
            }
            .section-padding{
                padding: 3rem 0;
            }
        }

.contact-form-block label.required::after {
    content: "*";
    color: #ff3b30;
    font-weight: 600;
    margin-left: 3px;
    position: relative;
    top: -1px;
}


/*banner*/
.about-banner-section{
    position: relative;
}
.about-banner-wrapper img{
    width: 100%;
    height: auto;
}

.about-banner-text{
    position: absolute;
    top: 30%;
    left: auto;
    width: 25%;
}
.captch-main{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.captcha-wrapper{
    width: 48%;
    padding-right: 30px;
}
.captcha.captcha-image-block{
    display: flex;
}
.wpcf7-form-control-wrap{
    width: 50%;
}
.about-banner-text h1{
    color: #1C204F;
}

.about-banner-text p{
    color: #000;
    line-height: 26px;
}

.mobile-banner{
    display: none;
    width: 100%;
}

/*banner css end*/

/* form section */
.quick-contact-section {
    padding: 80px 0;
}
.quick-contact-section .required::after {
    content: '*';
    color: red;
    margin-left: 2px;
}


.quick-contact-section .btn-submit {
    background-color: #06439C;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-contact-section .wpcf7-form-control-wrap textarea.form-control{
    height: 50px;
}

.quick-contact-section .form-control, .form-select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #626262;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    color: #626262;
    transition: border-bottom-color 0.3s;
    opacity: 0.8;
}

.quick-contact-section label {
    display: block;
    font-size: 18px;
    color: #626262;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 5px;
    font-family: 'Anek Latin', sans-serif;
}

.quick-contact-title {
    text-align: center;
    font-weight: 600;
    color: #1C204F;
    margin-bottom: 25px;
    font-family: 'Lexend Deca', sans-serif;
}

.contact-para{
    text-align: center;
    color: #626262;
    margin-bottom: 50px;
}

.form-card {
    max-width: 700px;
    margin: auto;
    padding: 50px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #fff;
}

/* ===== INPUT STYLE ===== */
.form-group {
    position: relative;
    margin-bottom: 35px;
}

.form-control::placeholder , select{
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    font-family: 'Anek Latin', sans-serif;        
}

.form-control:focus {
    border-color: #003da6;
    box-shadow: none;
}

.form-label {
    font-size: 18px;
    color: #626262;
    font-weight: 300;
    font-family: 'Anek Latin', sans-serif;        
}

textarea.form-control {
    resize: none;
}

.error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -18px;
}


/*location section*/
.locations-section {
    background: #eaf1ff;
}

.map-wrapper img {
    max-width: 100%;
    height: auto;
}

.locations-title {
    font-weight: 700;
    color: #1C204F;
    margin-bottom: 20px;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.location-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border: 2px solid #fff;
    color: #626262;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s ease;
    font-family: 'Anek Latin', sans-serif;        
}

.location-link:hover {
    background: #fff;
    color: #1b1f4a;
}

.location-link.active {
    background: #0276FD;
    color: #fff;
    border-color: #0276FD;
}



/*contact-details section*/
.contact-details-section {
    background: #E2EBFF;
}

.contact-details-section .contact-card-wrapper{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.contact-details-section .contact-title {
    text-align: center;
    font-weight: 600;
    color: #1C204F;
    margin-bottom: 50px;
}

.contact-details-section .contact-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px 28px;
    display: flex;
    align-items: center;
    gap: 25px;
    height: 100%;
}

.contact-details-section .contact-icon {
    width: 50px;
    height: 50px;
    background: #0276FD;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-details-section .contact-icon img {
    width: 100%;
}

.contact-details-section .contact-card h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    font-family: 'Lexend Deca', sans-serif;
}

.contact-details-section .contact-card p,
.contact-details-section .contact-card a {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 0;
    text-decoration: none;
     font-family: 'Anek Latin', sans-serif;        
}

.contact-details-section .contact-card a:hover {
    color: #0d6efd;
}




@media screen and (min-width: 992px) and (max-width: 1024px) {
    .india-google-map iframe{
        width: 950px;
    }
    .contact-details-section .contact-card{
        padding: 12px 20px;
    }
    .contact-details-section .contact-card p, .contact-details-section .contact-card a{
        font-size: 16px;
    }
    .contact-details-section .contact-card h5{
        font-size: 20px;
    }
    .contact-details-section .contact-icon{
        height: 40px;
        width: 40px;
    }
    .about-banner-text{
        width: 35%;
    }
    .locations-title br{
        display: none;
    }
    .map-bottom{
        width: 100%;
    }

} 
@media screen and (min-width: 768px) and (max-width: 991px) {
    .india-google-map iframe{
        width: 700px;
    }
    .contact-details-section .contact-card{
        width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    br{
        display: none;
    }
    .about-banner-text{
        width: 40%;
    }
    .map-wrapper img{
        max-width: 100%;
    }
    .form-card{
        padding: 30px;
    }
    .contact-details-section .contact-card-wrapper{
        flex-direction: column;
    }
    .contact-details-section .contact-card h5{
        font-size: 18px;
    }
    .contact-details-section .contact-card p, .contact-details-section .contact-card a{
        font-size: 16px;
    }
    /*.locations-title{
        text-align: center;
    }*/
}

@media (max-width: 767px) {
    .india-google-map iframe{
        width: 100%;
    }
    .map-container{
        width: 100%;
        display: inline-block !important;
    }
    .map-marker{
        width: 15px !important;
    }
    .mobile-banner{
        display: block;
    }
    .desktop-banner{
        display: none;
    }
    .about-banner-text{
        top: 4%;
        width: 90%;
    }
}
