﻿body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}



:root {
    --swiper-theme-color: #FE0467;
}


.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}


.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
}

.main {
    padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
}

.header-mobile {
    display: none;
}

.leave-bottomBar {
    display: none;
}

.footer-ipad {
    display: none;
}



/* Base hidden state */
.animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease-out;
    will-change: transform;
}

/* Left */
.slide-left {
    transform: translateX(-70px);
}

/* Right */
.slide-right {
    transform: translateX(70px);
}
/* Slide from top */
.slide-top {
    transform: translateY(-70px);
}

/* Slide from bottom */
.slide-bottom {
    transform: translateY(70px);
}
/* When visible */
.animate.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}








/*------ FOR TEXT COME FROM IN TO OUT---------*/
.hidden {
    opacity: 0;
    /*transform: scale(0.6);*/ /* aur chhota start karega */
    /*transition: all 0.9s ease-out;*/ /* thoda slow bhi rakha */

    transform: scale(0.4); /* bahut chhota se start hoga */
    transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.show {
    opacity: 1;
    transform: scale(1); /* final normal size */
}




/*---------HEADER BLOCK--------*/
.header {
    background-color: white;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.header-inner {
    display: flex;
    width: 100%;
    max-width: 1140PX;
    margin: auto;
    padding: 15px 0px 10px 0px;
    justify-content: space-between;
}

.header-logo {
    width: 13%;
}

.header-nav {
    margin: auto;
    position: relative;
}

.header-nav-inner {
    margin: 0px 40px 0px 180px;
}

.nav-container {
    display: flex;
}

.nav-link {
    position: relative;
}

    .nav-link:hover .sub-navlink {
        display: block;
    }

    .nav-link a {
        font-family: "Roboto";
        font-weight: 500;
        font-size: 16px;
        padding: 20px 19px;
        color: #273171;
        display: block;
    }

        .nav-link a:hover {
            color: #FE0467;
        }
    /* underline base */
    .nav-link a {
        position: relative;
    }
 
.head-sub-navlink {
    position: absolute;
    margin: 3px;
    border-top: 2px solid #FE0467;
    border-bottom: 2px solid #FE0467;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
}

.sub-navlink {
    display: none;
    padding: 14px 5px;
    background-color: white;
    width: 17vw;
    font-size: 16px;
}

    .sub-navlink a {
        padding: 0px 10px;
    }

        .sub-navlink a:hover {
            color: #64D523;
        }

/* Dropdown arrow */
.arrow > a::after {
    content: "▼";
    font-size: 13px;
    margin-left: 5px;
}





/*-------- ENQUIRY BLOCK for Desktop----------*/

.for-enquiry-desktop {
    top: 525px;
    display: block;
    position: fixed;
    z-index: 2;
    padding: 16px 20px;
    background-color: #059862;
    right: -48px;
    transform: rotate(-90deg);
}

    .for-enquiry-desktop:hover {
        background-color: #131D3B;
    }

        .for-enquiry-desktop:hover a {
            color: white;
        }

.for-enquiry-container {
    font-size: 13px;
    font-family: Poppins;
}

.for-enquiry-desktop a {
    color: white;
}



/*---------FOOTER PAGE---------*/

.footer {
    position: relative;
    background-color: #F5F5F5;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0 0 50px 0;
    box-shadow: 0 1px 10px 2px rgb(0 0 0 / .5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.footer-container {
    display: grid;
    width: 100%;
    margin: auto;
    max-width: 1500px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 15px 10px 20px 10px;
}

.footer-logo {
    width: 75%;
    margin-top: 50px;
}

.footer-heading {
    font-family: 'montserrat';
    font-weight: 400;
    font-size: 32px;
    color: #191919;
}

    .footer-heading h5 {
        margin: 0;
    }

.separator {
    height: 2px;
    background-color: #D32323;
    margin-top: -20px;
}

.footer-p p {
    font-family: 'Noto Sans';
    font-weight: 500;
    margin: 15px 160px 15px 0;
    padding: 10px 0px 10px 10px;
    font-size: 16px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s) --e-transform-transition-duration is not defined;
    color: #000;
    border: 1px solid white;
    box-shadow: 0 4px 2px 0 rgba(129.99999999999997, 172.00000000000003, 204, .5);
}

    .footer-p p:hover .footer-p p {
        box-shadow: 0 4px 2px 0 rgba(129.00000000000003, 137.00000000000003, 140.00000000000003, .91);
    }

    .footer-p p:hover {
        color: #da1c4b;
    }

.footer-flex {
    display: flex;
    gap: 20px;
    margin: 15px 0 -10px 0;
}

.location-p p {
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #757575;
    transition: 0.9s ease all;
}

.footer-flex:hover {
    transform: scale(1.1);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.divider4, .divider5, .divider6 {
    width: 90%;
}

.location {
    width: 60px;
    height: 60px;
    border: 2px solid black;
    border-radius: 50%;
    transition: 0.5s ease all;
    margin: auto;
}

.email-img1 {
    width: 75px;
}

    .email-img1 img {
        background-color: #C40000;
        border-radius: 50%;
        padding: 10px;
    }

.email-img {
    width: 45px;
}

    .email-img img {
        background-color: #C40000;
        border-radius: 50%;
        padding: 10px;
    }






/*------- for Png Block Bottom to Top Click --------*/
.png {
    display: block;
    position: fixed;
    bottom: 35px;
    z-index: 5;
    right: 30px;
}

.png-iner {
    padding: 9px 12px;
    background-color: #fb2056;
    font-size: 20px;
    transition: 0.5s ease all;
    border-radius: 0px 0px 25px 25px;
}

.png :hover {
    background-color: #333132;
    transform: scale(1.1);
}

.png-inner :hover .btb {
    /* filter values for pure red */
    filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(7480%) hue-rotate(1deg) brightness(97%) contrast(107%);
}

#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}


    #backToTopBtn:hover {
        opacity: 1;
    }




/*---------Copyright-Block-----------*/
.copyright {
    width: 100%;
    background-color: #E03236;
}

.copyright-inner {
}

.copyright-inner-part {
    display: flex;
}

.left {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    text-align: center;
    font-family: 'Noto Sans';
    color: white;
    font-size: 16px;
}

.right {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    text-align: center;
    font-family: 'Noto Sans';
}

    .right a {
        color: white;
        font-size: 16px;
    }




.enquiry-section-mobile {
    display: none;
}

.leave-bottomBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #059862;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3px 0px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    z-index: 9999;
}

.leave-btn {
    text-decoration: none;
    */ color: white;
    display: flex;
    /* align-items: center; */
    gap: 8px;
    /* padding: 8px 20px; */
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    transition: opacity 0.3s ease;
}

    .leave-btn i {
        color: white;
        font-size: 15px;
    }

    .leave-btn:hover {
        opacity: 0.9;
    }

.leave-divider {
    width: 3px;
    height: 40px;
    background-color: white;
    margin: 0 10px;
}





.swiper-desktop {
    margin-top: 100px;
    display: block;
    width: 100%;
}

.swiper-mobile {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.first-section {
    width: 100%;
    padding: 140px 0 50px 0;
    background-color: #F5F5F5;
}

.first-section-container {
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 1300px;
    gap: 40px;
}

.first-section-img {
    width: 50%;
}

    .first-section-img img {
        border-radius: 20px;
    }

        .first-section-img img:hover {
            animation: floatY 1s ease-in-out infinite alternate;
        }

@keyframes floatY {
    from {
        transform: translateY(1);
    }

    to {
        transform: translateY(-20px);
        how much it moves up
    }
}

.first-section-content {
    width: 50%;
}

.divider1 {
    width: 30%;
}

.first-section-heading h2 {
    color: #191919;
    font-weight: 600;
    font-size: 34px;
}

.first-section-heading h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 0px 0;
}

.first-section-heading h6 {
    color: #191919;
    font-size: 16px;
    margin: 25px 0 25px 0;
}

.first-section-txt {
    font-family: 'Noto Sans';
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    color: #555555;
}

.png-content {
    display: flex;
    gap: 42px;
    margin: 60px 0 0 25px;
}

.png-inner:hover {
    box-shadow: 1px 1px 2px 2px rgb(0 0 0 / .5);
    transform: scale(1.1);
}

.png-inner {
    display: flex;
    gap: 19px;
    transition: 0.5s ease all;
}

.png-img {
    width: 57%;
    margin-top: 10px;
}

.png-txt {
    font-size: 9px;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat';
}

.read-more {
    display: flex;
    margin-top: 40px;
    transition: 0.5s ease all;
}

    .read-more:hover .read-btn {
        transform: scale(1.1);
    }

.read-btn {
    background-color: #E04C4C;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 6px;
}

    .read-btn:hover {
        background-color: #097981;
    }

.read-span {
    color: #fff;
    font-size: 14px;
    display: flex;
    gap: 8px;
    padding: 13px 40px;
    font-family: 'Noto Sans';
    font-weight: 500;
}

.arrow-img {
    width: 17px;
    height: 17px;
    filter: brightness(0) invert(1); /* make arrow white by default */
    transition: all 0.3s ease;
}






.second-section {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #F5F5F5;
}

.second-section-container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.service-heading {
    color: #191919;
    font-size: 22px;
    text-align: center;
}

    .service-heading:hover {
        color: #131D3B;
    }

.line-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s ease all;
}

    .line-with-icon:hover img {
        transform: scale(1.1);
        filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(2429%) hue-rotate(190deg) brightness(90%) contrast(105%);
    }

    .line-with-icon::before,
    .line-with-icon::after {
        content: "";
        flex: 1;
        border-bottom: 2px solid #D30000;
        margin: 0 10px;
    }

.icons {
    color: darkred;
    width: 3%; /* adjust icon size */
}

.second-section-content {
    margin-top: 50px;
    position: relative;
}

.second-section-content1 {
    border: 7px solid white;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / .5);
    border-radius: 100px 100px 100px 100px;
    margin: 3px 2px;
}

.second-section-img img {
    border: 8px solid white;
    border-radius: 100px 100px 100px 100px;
    transition: 0.5s ease all;
}

.swiper-img {
    transition: 0.5s ease all;
    border-radius: 50px;
}

    .swiper-img:hover {
        /* filter: brightness(1.2) contrast(1.3) saturate(1.5) hue-rotate(-5deg);*/
        filter: brightness(1.05) contrast(1.1) saturate(1.15) hue-rotate(-2deg);
        transform: scale(0.9);
        border: 8px solid white;
        box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
    }

.second-section-txt h3 {
    font-family: 'montserrat';
    font-weight: 600;
    font-size: 26px;
    color: #191919;
}

.second-section-txt p {
    font-family: 'Noto Sans';
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #555555;
}

.custom-swiper-prev::after,
.custom-button-next::after {
    display: none;
}


/* Custom navigation buttons */
.custom-swiper-next1,
.custom-swiper-prev1 {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

    .custom-swiper-prev1 img,
    .custom-swiper-next1 img {
        width: 50px;
        z-index: 1;
        object-fit: contain;
    }

/* Button positions */
.custom-swiper-prev1 {
    left: -70px;
}

.custom-swiper-next1 {
    right: -70px;
}

.learn-more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
    transition: 0.5s ease all;
}

    /* Fixed selector: added '.' before learn-btn */
    .learn-more:hover .learn-btn {
        transform: scale(1.1);
    }

.learn-btn {
    background-color: #DA1C4B;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: inline-block;
}

    .learn-btn:hover {
        background-image: linear-gradient(180deg, #B10707 0%, #151469 100%);
    }

.learn-span {
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    display: inline-flex; /* keeps text & image in one line */
    align-items: center;
    gap: 6px; /* small space between text and arrow */
    padding: 13px 45px;
    font-weight: 600;
}

.learn-img {
    width: 17% !important; /* smaller arrow */
    filter: brightness(0) invert(1); /* make arrow white */
    transition: all 0.3s ease;
}



.fourth-section {
    width: 100%;
    padding-top: 47px;
    background-color: #F5F5F5;
    padding-bottom: 1px;
}

.fourth-section-container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.fourth-section-heading {
    color: #191919;
    font-size: 23px;
    text-align: center;
}

.fourth-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
    gap: 40px;
}

.fourth-section-content1 {
}

.four {
    transition: 0.5s ease all;
    border-radius: 30px 10px 40px 10px;
    box-shadow: -3px 2px 7px -3px rgb(0 0 0 / .5);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

    .four:hover {
        transform: scale(1.1);
        box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
    }





.third-section {
    width: 100%;
    padding: 70px 0 30px 0;
    background-color: #F5F5F5;
}

.third-section-container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.third-section-heading {
    color: #191919;
    font-size: 23px;
    text-align: center;
}

.third-section-content {
    margin-top: 50px;
}

.custom-swiper-prev::after,
.custom-button-next::after {
    display: none;
}


/* Custom navigation buttons */
.custom-swiper-next,
.custom-swiper-prev {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

    .custom-swiper-prev img,
    .custom-swiper-next img {
        width: 30px;
        z-index: 1;
        object-fit: contain;
    }

/* Button positions */
.custom-swiper-prev {
    left: 0px;
}

.custom-swiper-next {
    right: 0px;
}





.fifth-section {
    position: relative;
}

.fifth-section-bg-overlay {
    position: absolute;
    background-image: url('../img/test.jpg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-color: #000;
    inset: 0;
    position: absolute;
}

.fifth-section-container {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 10px 0 40px 0;
}

.testimonial-heading {
    font-family: 'Montserrat';
    color: white;
    font-size: 22px;
    text-align: center;
}

.white-divider {
    height: 2px;
    background-color: white;
    width: 20%;
    margin: auto;
}

.fifth-section-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 45px;
}

.fifth-section-content1 {
    background-color: white;
    border-radius: 30px;
}

.fifth {
    padding: 10px 20px 0px 20px;
}

.fifth-section-content1 p {
    color: #292929;
    font-family: 'Noto Sans';
    font-size: 17px;
    line-height: 28px;
    font-style: oblique;
}

.for-star {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.star {
    width: 50%;
}

.star-img {
    display: inline-flex;
}

.star p {
    color: #272727;
    font-family: 'Noto Sans';
    font-size: 17px;
    margin-top: 0;
}

.quote-img {
    width: 33px;
    margin-top: 20px;
}

.view-more {
    justify-self: center;
    display: flex;
    margin-top: 40px;
    transition: 0.5s ease all;
}

.views {
    background-color: #FB2056;
    display: inline-block;
    margin: auto;
    border-radius: 30px;
}

    .views:hover {
        background-color: black;
    }

.reads {
    color: #fff;
    font-size: 14px;
    display: flex;
    gap: 8px;
    padding: 13px 200px;
    font-family: 'Noto Sans';
    font-weight: 600;
}

.view {
    width: 20px;
    height: 20px; /*
    transition: all 0.3s ease;*/
    border-radius: 50%; /*
    filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(3391%) hue-rotate(333deg) brightness(103%) contrast(97%);*/
}





/*----------ABOUT PAGE--------*/
.about-desktop-banner {
    margin-top: 100px;
    display: block;
}

.about-mobile-banner {
    display: none;
}




.about-section1 {
    width: 100%;
    position: relative;
    padding: 50px 0 50px 0;
    background-color: #F3EFEE;
}

.about-section1-containers {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1500px;
    box-shadow: -17px 1px 13px -23px rgb(0 0 0 / .36);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.about-section1-container {
    display: flex;
    gap: 60px;
    padding: 50px 40px 50px 40px;
}

.about-section1-img {
    width: 47%;
}

    .about-section1-img img {
        border-radius: 20px;
        border-style: groove;
    }

        .about-section1-img img:hover {
            animation: floatY 1s ease-in-out infinite alternate;
        }

@keyframes floatY {
    from {
        transform: translateY(1);
    }

    to {
        transform: translateY(-10px);
        how much it moves up
    }
}

.about-section1-contents {
    width: 50%;
}

.divider2 {
    width: 60%;
}

.about-section1-heading {
    color: #191919;
    font-size: 21px;
}

    .about-section1-heading h6 {
        color: #191919;
        font-size: 16px;
    }

.about-section1-txt {
    font-family: 'Noto Sans';
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    color: #292929;
}






.about-section2 {
    width: 100%;
    position: relative;
    padding: 50px 0 100px 0;
    background-color: #F5F5F5;
}

.about-section2-containers {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1500px;
    border-radius: 20px;
    box-shadow: -2px 1px 4px -2px rgb(0 0 0 / .36);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.about-section2-container {
    padding: 50px 50px 50px 50px;
}

.about-section2-heading {
    text-align: center;
    color: #000;
    font-size: 23px;
}

.png-content1 {
    display: flex;
    gap: 40px;
    margin: 50px 0 0 0;
}

.png-inner1 {
    display: flex;
    gap: 25px;
    transition: 0.4s ease all;
}

.png-inner1-content {
    display: flex;
    gap: 15px;
    transition: 0.5s ease all;
    padding: 10px 9px 10px 9px;
}

.png-inner1:hover .png-inner1-content {
    box-shadow: 1px 1px 2px 2px rgb(0 0 0 / .5);
    transform: scale(1.2);
}

.png-img1 {
    width: 40%;
    border-style: double;
    border-width: 3px 3px 3px 3px;
    border-color: #000;
}

.png-txt1 {
    font-size: 10px;
    color: #000;
    font-weight: 300;
}





.about-section3 {
    width: 100%;
    position: relative;
    padding: 50px 0 100px 0;
    background-color: #F5F5F5;
}

.about-section3-containers {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1500px;
    border-radius: 30px;
    box-shadow: -3px 3px 4px -2px rgb(0 0 0 / .36);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.about-section3-container {
    display: flex;
    gap: 30px;
    padding: 80px 50px 60px 45px;
}

.about-section3-content {
    width: 51%;
}

.about-section3-heading {
    width: 50%;
    color: #191919;
    font-size: 22px;
}

.about-section3-txt {
    padding: 50px 0 0px 0;
}

    .about-section3-txt p {
        color: #000;
        font-family: 'Noto Sans';
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 35px;
    }

.about-section3-img {
    width: 45%;
}

    .about-section3-img img {
        border-radius: 20px;
        border-style: groove;
        box-shadow: 64px 64px 160px -40px rgba(0, 0, 0, 0.24)
    }

        .about-section3-img img:hover {
            animation: floatY 1s ease-in-out infinite alternate;
        }

@keyframes floatY {
    from {
        transform: translateY(1);
    }

    to {
        transform: translateY(-10px);
        how much it moves up
    }
}





/*----------RESULT PAGE--------*/

.result-desktop {
    margin-top: 100px;
    display: block;
}

.result-mobile {
    display: none;
}

.result-section1-mobile {
    display: none;
}

.result-section1-desktop {
    display: block;
    width: 100%;
    padding: 85px 0 75px 0;
    background-color: #F5F5F5;
}

.result-section1-container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.separator1 {
    width: 100%;
    height: 2px;
    background: black;
}

.result-section1-content {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1380px;
    margin: auto;
    width: 100%;
}

.comparison-container {
    position: relative;
    width: 100%;
    height: 569px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
}

    .comparison-container img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.after-img {
    clip-path: inset(0 0 0 50%);
}





/* slider line  for pulse on hover on circle*/
/*.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: #7b3af5;
    cursor: ew-resize;
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
}*/

/* purple circle base (normal state) */
/*.slider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 55px;
        height: 55px;
        background-color: #7b3af5;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 12px rgba(123, 58, 245, 0.7);
        z-index: 2;
        transition: all 0.3s ease;
    }*/

/* only when hover → pulse starts */
/*.slider:hover::before {
        animation: pulse 2s infinite ease-in-out;
    }*/

/* pulse animation */
/*@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(123, 58, 245, 0.6);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        box-shadow: 0 0 30px rgba(123, 58, 245, 1);
    }
}*/

/* arrows inside circle */
/*.arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 3;
    transition: transform 0.3s ease, color 0.3s ease;
}*/

/* arrows hover zoom + glow */
/*.slider:hover .arrows {
    transform: translate(-50%, -50%) scale(1.2);
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}*/





/* slider line for pulse automatic */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: #7b3af5;
    cursor: ew-resize;
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
}

    /* purple circle */
    .slider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 55px;
        height: 55px;
        background-color: #7b3af5;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 15px rgba(123, 58, 245, 0.7);
        animation: pulse 2.2s infinite ease-in-out; /* 💜 pulse animation */
        z-index: 2;
        transition: all 0.3s ease;
    }

/* pulse keyframes */
@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(123, 58, 245, 0.6);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.15);
        box-shadow: 0 0 25px rgba(123, 58, 245, 1);
    }
}

/* arrows inside circle */
.arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 3;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* hover: stronger glow + arrow zoom */
.slider:hover::before {
    box-shadow: 0 0 35px rgba(123, 58, 245, 1);
    transform: translate(-50%, -50%) scale(1.2);
}

.slider:hover .arrows {
    transform: translate(-50%, -50%) scale(1.2);
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}



.labels {
    position: absolute;
    top: 20px;
    color: white;
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 38px;
}

    .labels.before {
        left: 20px;
    }

    .labels.after {
        right: 20px;
    }





/*----------TESTIIMONIAL PAGE---------*/
.testimonial-desktop {
    margin-top: 100px;
    display: block;
}

.testimonial-mobile {
    display: none;
}





.testimonial-section1 {
    width: 100%;
    position: relative;
}

.testimonial-bg-overlay {
    background-image: url('../img/2820105.png');
    width: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .7;
    background-color: #000;
    background-attachment: fixed;
    inset: 0;
}

.testimonial-section1-container {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 50px 0 40px 0;
}

.testimonial-section-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 45px;
}





/*----------CONTACT PAGE---------*/
.contact-mobile {
    display: none;
}

.contact-desktop {
    display: block;
    margin-top: 100px;
    width: 100%;
}




.contact-section1 {
    width: 100%;
    padding: 110px 0 50px 0;
    background-color: #F5F5F5;
}

.contact-section1-container {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 50px 60px 0;
    border-radius: 20px;
}

.contact-section1-part1 {
    width: 50%;
    background-color: #fff0;
    background-image: linear-gradient(180deg, #000058 15%, #880007 90%);
    box-shadow: 3px -2px 8px 1px rgb(0 0 0 / .5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 25px 25px 25px;
    border-radius: 28px;
}

.rush-heading {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat';
    text-align: center;
    margin-bottom: 55px;
}

.loc-icon, .call-icon, .mail-icon {
    width: 55px;
    justify-self: center;
    background-color: transparent;
}

.loc-txt p, .call-txt p, .mail-txt p {
    margin: 5px;
}

.contact-section1-inner3,
.contact-section1-inner1,
.contact-section1-inner2 {
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* Default icon */
.mail-icon img,
.loc-icon img,
.call-icon img {
    width: 55px;
    transition: filter 0.3s ease;
}


/* Hover on call section */
.contact-section1-inner1:hover .loc-icon img,
.contact-section1-inner3:hover .mail-icon img,
.contact-section1-inner2:hover .call-icon img {
    filter: invert(1);
}

.call-txt, .mail-txt, .loc-txt {
    font-size: 17px;
    color: white;
    font-family: 'Noto Sans';
    text-align: center;
    margin-bottom: 50px;
}

.contact-section1-part2 {
    width: 50%;
}

.contact-form {
    width: 100%;
}

.contact-form1 {
    width: 100%;
}

.appointment-heading {
    font-size: 21px;
    text-align: center;
    color: #191919;
}

.label {
    padding: 13px 40px 13px 80px;
}

.name {
    padding: 12px 15px 12px 15px;
    font-size: 16px;
    font-family: 'Noto Sans';
    color: black;
    width: 90%;
    border: 1px solid grey;
}

.textform {
    padding: 12px 15px 45px 15px;
    font-size: 16px;
    font-family: 'Noto Sans';
    color: black;
    width: 90%;
    border: 1px solid grey;
}

.button {
    margin-top: 20px;
    padding: 0px 0px 0px 80px;
}

.submit {
    background-color: #FB2056;
    color: white;
    padding: 7px 35px 7px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans';
    border: 1px solid #FB2056;
    border-radius: 20px;
    width: 80%;
}

    .submit:hover {
        background-color: #b43041;
        color: white;
    }

.custom-select {
    width: 90%; /* apni requirement ke hisaab se set karein */
    font-family: 'Noto Sans';
    padding: 12px 12px;
    font-size: 16px;
    color: #555;
    appearance: none; /* default arrow remove */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 30px;
    cursor: pointer;
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}




.contact-section2 {
    width: 100%;
    background-color: #F5F5F5;
}

.contact-section2-containers {
    width: 100%;
    margin: auto;
    max-width: 1500px;
    padding: 25px 20px 70px 20px;
}

.divider3 {
    width: 15%;
    margin: auto;
}

.consult-heading {
    font-size: 22px;
    text-align: center;
    color: #191919;
}

.contact-section2-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding-top: 35px;
}

.contact-section2-container1 {
    box-shadow: -1px 0 3px 2px rgb(0 0 0 / .5);
    overflow: hidden;
    border-radius: 15px;
    padding: 20px 20px 45px 20px;
}

.contact-section2-container1-map {
    box-shadow: -1px 0 3px 2px rgb(0 0 0 / .5);
    overflow: hidden;
    border-radius: 15px;
}

.heading {
    font-size: 20px;
}

    .heading:hover {
        color: #C40000;
    }

.contact-section21 {
    display: flex;
    gap: 15px;
}

.contact-section21-img {
    margin-top: 13px;
}

.contact-section21:hover img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(93%) saturate(5040%) hue-rotate(230deg) brightness(50%) contrast(130%);
}

.ppl-img {
    width: 34px;
}

.contact-section21-txt {
    font-family: 'Noto sans';
    font-size: 17px;
    color: #555555;
}

.map {
    width: 100%;
    height: 100%;
}

    .map iframe {
        width: 100%;
        height: 100%;
    }






/*--------GENERAL ORTHOPAEDICS PAGE--------*/
.general-mobile {
    display: none;
}

.general-banner {
    margin-top: 100px;
    display: block;
    width: 100%;
}




.general-section {
    width: 100%;
}

.general-section-container {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    gap: 40px;
    padding: 80px 0 50px 0;
}

.general-section-img {
    width: 45%;
}

    .general-section-img img {
        height: 100%;
        border-radius: 30px;
        border: 8px solid white;
        transition: 0.5s ease all;
    }

        .general-section-img img:hover {
            transform: scale(0.9);
            box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
        }

.general-section-content {
    width: 50%;
}

.general-heading {
    font-size: 22px;
    color: #191919;
}

.general-content {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #CA0000;
}

.general-img {
    margin-top: 15px;
    width: 28px;
}

.general-txt {
    font-size: 17px;
    font-family: 'Noto Sans';
    color: #404040;
}





/*--------INJECTION THERAPY PAGE-------*/
.injection-desktop {
    margin-top: 100px;
    display: block;
}

.injection-mobile {
    display: none;
}



.injection-section1 {
    width: 100%;
    background-color: #F5F5F5;
}

.injection-section1-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 35px 15px 50px 15px;
}

.injection-heading {
    font-size: 23px;
    text-align: center;
    color: #000;
}

.injection-section-content {
    display: flex;
    margin-top: 40px;
}

.injection-img {
    width: 33%;
}

    .injection-img img {
        border-radius: 260px;
        border: 8px solid white;
        transition: 0.5s ease all;
    }

        .injection-img img:hover {
            transform: scale(0.9);
            box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
        }

.injection-txt {
    width: 63%;
    margin: auto;
}

.cortisone-heading {
    font-family: 'Montserrat';
    font-size: 22px;
    color: #191919;
}

.injection-txt p {
    font-size: 16px;
    font-family: 'Noto Sans';
    line-height: 30px;
    color: #404040;
}




.injection-section2 {
    width: 100%;
    background-color: #F5F5F5;
    padding: 50px 0 50px 0;
}

.injection-section2-container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 0 10px 0 10px;
}

.injection-section-heading {
    color: #191919;
    font-size: 22px;
    font-family: 'Noto Sans';
    text-align: center;
}

.injection-section2-content {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 60px
}

.injection-section2-content1 {
    width: 100%;
}

.injection-section2-img {
    width: 80%;
    transition: 0.5s ease all;
}

    .injection-section2-img :hover {
        transition: 0.5s ease all;
        transform: scale(1.1);
        box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
    }

    .injection-section2-img img {
        border-radius: 260px;
        border: 4px solid white;
        margin-left: 35px;
    }

.injection-section2-txt {
    color: #191919;
    font-size: 16px;
    font-family: 'Noto Sans';
    text-align: center;
}





.injection-section3 {
    width: 100%;
    background-color: #F5F5F5;
}

.injection-section3-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 40px 15px 50px 15px;
}






.injection-section4 {
    width: 100%;
    background-color: #F5F5F5;
}

.injection-section4-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 60px 15px;
}





/*---------JOINT PRESESRVATION PAGE--------*/

.joint-desktop {
    display: block;
    margin-top: 100px;
}

.joint-mobile {
    display: none;
}




.joint-section1 {
    width: 100%;
    background-color: #F5F5F5;
}

.joint-section1-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 40px 15px 50px 15px;
}

.joint-heading {
    font-size: 23px;
    text-align: center;
}

.joint-section-content {
    display: flex;
    margin-top: 40px;
}

.joint-img {
    width: 33%;
}

    .joint-img img {
        border-radius: 260px;
        border: 8px solid white;
        transition: 0.5s ease all;
    }

        .joint-img img:hover {
            transform: scale(0.9);
            box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
        }

.joint-txt {
    width: 63%;
    margin: auto;
}

.cortisone-heading {
    font-family: 'Montserrat';
    font-size: 22px;
}

.joint-txt p {
    font-size: 17px;
    font-family: 'Noto Sans';
    line-height: 30px;
    color: #404040;
}




.joint-section2 {
    width: 100%;
    background-color: #F5F5F5;
}

.joint-section2-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 20px 15px;
}




.joint-section3 {
    width: 100%;
    background-color: #F5F5F5;
}

.joint-section3-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 60px 15px;
}




/*---------MINIMALLY INVASIVE PAGE--------*/

.minimally-desktop {
    display: block;
    margin-top: 100px;
}

.minimally-mobile {
    display: none;
}




.minimally-section1 {
    width: 100%;
    background-color: #F5F5F5;
}

.minimally-section1-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 40px 15px 50px 15px;
}

.minimally-heading {
    font-family: 'Montserrat';
    font-size: 23px;
    text-align: center;
}

.minimally-section-content {
    display: flex;
    margin-top: 40px;
}

.minimally-img {
    width: 33%;
}

    .minimally-img img {
        border-radius: 260px;
        border: 8px solid white;
        transition: 0.5s ease all;
    }

        .minimally-img img:hover {
            transform: scale(0.9);
            box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
        }

.minimally-txt {
    width: 63%;
    margin: auto;
}

    .minimally-txt p {
        font-size: 16px;
        font-family: 'Noto Sans';
        line-height: 30px;
        color: #404040;
    }





.minimally-section2 {
    width: 100%;
    background-color: #F5F5F5;
}

.minimally-section2-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 20px 15px;
}




.minimally-section3 {
    width: 100%;
    background-color: #F5F5F5;
}

.minimally-section3-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 60px 15px;
}






.minimally-section4 {
    width: 100%;
    background-color: #F5F5F5;
}

.minimally-section4-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 20px 15px;
}




.minimally-section5 {
    width: 100%;
    background-color: #F5F5F5;
}

.minimally-section5-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 60px 15px;
}




.minimally-section6 {
    width: 100%;
    background-color: #F5F5F5;
}

.minimally-section6-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 60px 15px;
}





/*--------JOINT REPLACEMENT SURGERY PAGE--------*/
.joint-replacement-desktop {
    margin-top: 100px;
    display: block;
}

.joint-replacement-mobile {
    display: none;
}





.joint-replacement1 {
    width: 100%;
    background-color: #F5F5F5;
}

.joint-replacement1-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 40px 15px 50px 15px;
}

.joint-heading {
    color: #191919;
    font-size: 23px;
    text-align: center;
}

.joint-section-content {
    display: flex;
    margin-top: 50px;
}

.joint-img {
    width: 33%;
    margin: auto;
}

    .joint-img img {
        border-radius: 260px;
        border: 8px solid white;
        transition: 0.5s ease all;
    }

        .joint-img img:hover {
            transform: scale(0.9);
            box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
        }

.joint-txt {
    width: 63%;
    margin: auto;
}

.cortisone-heading {
    color: #191919;
    font-size: 22px;
}

    .cortisone-heading:hover {
        color: #A13335;
    }

.joint-txt p {
    font-size: 16px;
    font-family: 'Noto Sans';
    line-height: 30px;
    color: #404040;
}

.red-heading {
    color: #FC0000;
    font-family: 'Montserrat';
    font-size: 22px;
}




.joint-replacement2 {
    width: 100%;
    background-color: #F5F5F5;
}

.joint-replacement2-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 20px 15px;
}




.joint-replacement3 {
    width: 100%;
    background-color: #F5F5F5;
}

.joint-replacement3-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 60px 15px;
}






.joint-replacement4 {
    width: 100%;
    background-color: #F5F5F5;
}

.joint-replacement4-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 15px 65px 15px;
}




/*------SPINE SURGERY-------*/
.spine-desktop {
    margin-top: 100px;
    display: block;
}

.spine-mobile {
    display: none;
}

.spine-section1 {
    padding: 100px 20px 100px 20px;
}




/*-------PHYSIOTHERAPY PAGE------*/
.physiotherapy-mobile {
    display: none;
}

.physiotherapy-desktop {
    margin-top: 100px;
    display: block;
}

.physio-section1 {
    padding: 100px 20px 100px 20px;
}





/*----------Thank You Page--------------*/

.thank-page-v2 {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
}

.thank-container-v2 {
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.main-thank {
    font-size: 100px;
    font-weight: 900;
    color: #06404B;
    font-family: Poppins;
    text-shadow: 6px 6px 15px rgba(13, 62, 255, 0.3);
    margin-bottom: 30px;
}

.thank-text {
    font-size: 27px;
    color: #4B7FAD;
    margin-bottom: 15px;
    font-family: Poppins;
}
