.page-content {
    overflow-x: hidden; 
}

.coverpage {
    position: relative;
    height: 700px;
    width: 100%; 
    max-width: 1650px; 
    overflow: hidden;
   
}
.coverimage {
    display: block; 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1280px) {
    .coverpage {
        width: 100%; 
    }
}
@media (max-width: 768px) {
    .coverpage {
        width: 100%; 
    }
}
@media (max-width: 430px) {
    .coverpage {
        width: 100%; 
    }
    .coverimage {
        width: 100%; 
    }
}
.coverpage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, hsla(60, 8%, 30%, 0.6), hsla(60, 8%, 24%, 0.302)); /* Light yellow gradient */
    pointer-events: none; 
}
.overlay-image {
    position: absolute;
    top: 20px ;
    left: 48%; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 80px;
    color: white;
    
}
@media (max-width: 1280px) {
    .overlay-image {
        left: 47%; 
        font-size: 80px;
    }
}
@media (max-width: 768px) {
    .overlay-image {
        left: 45%; 
        font-size: 60px;
    }
}
@media (max-width: 430px) {
    .overlay-image {
        left: 40%; 
        font-size: 40px;
    }
}
.coverpage h2{
    position: absolute;
    top: 110px ;
    left: 25%; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 3px;
    font-size: 50px;
    color: white;
    text-align: center;
}
@media (max-width: 1280px) {
    .coverpage h2{
        left: 23%; 
        font-size: 45px;
    }
}
@media (max-width: 768px) {
    .coverpage h2{
        left: 20%; 
        letter-spacing: 0;
        font-size: 35px;

    }
}
@media (max-width: 430px) {
    .coverpage h2{
        top: 80px ;
        left: 13%;
        right: 12%; 
        letter-spacing: 0;
        font-size: 25px;
        color: white;
    }
}
.section3{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fbfafa;
}
@media (max-width: 430px) {
    .section3{
        text-align: center;
        padding-top: 20px;
        
    }
}
@media (max-width: 768px) {
    .section3{
        text-align: center;
        padding-top: 10px;
    }
}
.images2 {
    width: 270px;
    height: 250px;
    position: absolute;
    border-radius: 50px; 
    border:  3px solid white;
    top: 400px; 
}
.images3 {
    width: 270px;
    height: 250px;
    position: absolute;
    border-radius: 50px; 
    border:  3px solid white;
    top: 400px; 
}
.images4 {
    width: 270px;
    height: 250px;
    position: absolute;
    border-radius: 50px; 
    border:  3px solid white;
    top: 400px; 
}
.images5 {
    width: 270px;
    height: 250px;
    position: absolute;
    border-radius: 50px; 
    border:  3px solid white;
    top: 400px; 
}
.images6 {
    width: 270px;
    height: 250px;
    position: absolute;
    border-radius: 50px; 
    border:  3px solid white;
    top: 400px; 
}
.images7 {
    width: 270px;
    height: 250px;
    position: absolute;
    border-radius: 50px; 
    border:  3px solid white;
    top: 400px; 
}
.slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
} 
.swiper-wrapper .swiper-slide img{
    width: 270px;
    height: 250px;
    border-radius: 50px; 
    border:  3px solid white;
   
}

@media (max-width: 1280px) {
    .images7 {
        display: none;
    }
    .images6 {
        display: none;
    }
    .images2 {
        margin-left: 50px;
    }
     .images5 {
        margin-left: 200px;
    }
    .images4 {
        margin-left: 150px;
    }
    .images3 {
        margin-left: 100px;
        
     }
}
@media (max-width: 768px) {
    .images7 {
        display: none;
    }
    .images6 {
        display: none;
    }
    .images5 {
        display: none;
    }
    .images4 {
        display: none;
    }
    .images2 {
       margin-left: 90px;
       top: 350px;
    }
    .images3 {
        margin-left: 250px;
        top: 350px;
     }
}
@media (max-width: 460px) {
    .images7 {
        display: none;
    }
    .images6 {
        display: none;
    }
    .images5 {
        display: none;
    }
    .images4 {
        display: none;
    }
    .images2 {
        margin-left: 60px;
        top: 250px;

    }
    .images3 {
        display: none;
        
     }
}
.aboutusPage {
  height: 700px;
    width: 1513px;
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}
@media (max-width: 460px) {
    .aboutusPage {
        height: 700px;
        width: 460px;
        overflow: hidden;
        display: inline; 
    }
}
@media (max-width: 1280px) {
    .aboutusPage {
       height: 700px;
        width: 1280px;
        overflow: hidden; 
    }
}
@media (max-width: 768px) {
    .aboutusPage {
        height: 700px;
        width: 768px;
        overflow: hidden; 
    }
}
.image-container {
  width: 450px;
    height: 700px;
}
@media (max-width: 768px) {
    .image-container {
        
        width: 400px;
        height: 550px;
        margin-left: 50px;
    }
}
@media (max-width: 430px) {
    .image-container {
       
        width: 350px;
        height: 550px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.image-container img {
    width: 100%; 
    height: 100%;
    display: block; 
    object-fit: cover; 

}
@media (max-width: 420px) {
    .aboutusPage h1{
        text-align: center;
    }
}
.text4{
    font-size: 20px;
    color: black;
}
@media (max-width: 768px) {
    .text4{
        font-size: 10px;
        color: black;
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media (max-width: 420px) {
    .text4{
        font-size: 12px;
        color: black;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        text-align: center;
    }
}
.aboutus{
    background-color: hsl(34, 61%, 92%);
    padding-top: 50px;
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .aboutus{
        background-color: hsl(34, 61%, 92%);
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 430px) {
    .aboutus{
        background-color: hsl(34, 61%, 92%);
        padding: 10px;
    }
}
.section2{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fbfafa;
}
@media (max-width: 430px) {
    .section2{
        text-align: center;
        padding-top: 20px;
        
    }
}
@media (max-width: 768px) {
    .section2{
        text-align: center;
        padding-top: 10px;
    }
}
.text5{
    font-size: 18px;
    color: black;
}
@media (max-width: 430px) {
    .text5{
        font-size: 13px;
        color: black;
    }
}
.heading4{
    color: #000;
}
@media (max-width: 430px) {
    #image-reverse img{
        margin-top: 0;
    } 
}
#image-reverse img{
    margin-top: 100px;
} 

.Gurugram-page h1 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

.Gurugram-image {
    width: 100%; 
    height: 500px;
}

@media (max-width: 1280px) {
    .Gurugram-page {
        position: relative;
        height: 800px;
        width: 100%; 
        overflow: hidden; 
    }
}

@media (max-width: 768px) {
    .Gurugram-page {
        position: relative;
        height: 700px;
        width: 100%; 
        overflow: hidden; 
    }
}

.Gurugram-image-container {
    position: relative;
    width: 450px;
    height: 700px;
    margin: 0 auto; 
}

@media (max-width: 768px) {
    .Gurugram-image-container {
        width: 90%; 
        height: 550px;
        margin-left: auto; 
        margin-right: auto; 
    }
}

@media (max-width: 390px) {
    .Gurugram-image-container {
        width: 90%; 
        height: 550px;
    }
}

.Gurugram-image-container img {
    width: 100%; 
    height: 100%;
    display: block; 
    object-fit: cover; 
}

.Gurugram-image-container h3 {
    position: absolute;
    color: white;
    top: 70px; 
    left: 100px; 
    font-size: 35px;
    font-weight: 500;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

@media (max-width: 768px) {
    .Gurugram-image-container h3 {
        top: 50px; 
        left: 50%; 
        transform: translateX(-50%); 
        font-size: 25px;
        letter-spacing: 5px;
    }
}

@media (max-width: 430px) {
    .Gurugram-image-container h3 {
        top: 50px; 
        left: 50%; 
        transform: translateX(-50%); 
        font-size: 20px; 
        letter-spacing: 5px;
    }
}

.Gurugram-image-container p {
    position: absolute;
    color: black;
    top: 140px; 
    left: 20px; 
    font-size: 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

@media (max-width: 768px) {
    .Gurugram-image-container p {
        top: 110px; 
        left: 50%; 
        transform: translateX(-50%); 
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .Gurugram-image-container p {
        top: 100px; 
        left: 50%; 
        transform: translateX(-50%); 
        font-size: 16px; 
    }
}
.text6{
    position: absolute;
    top: 270px;
    left: 70px;
    color:  black;
    background-color: #fff;
    border: 1px solid white;
    padding: 8px 12px 8px 12px;
    font-size: 20px;
    font-weight: 100;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

@media (max-width: 768px) {
    .text6{
        position: absolute;
        top: 210px;
        left: 55px;
    }  
}
@media (max-width: 430px) {
    .text6{
        position: absolute;
        top: 200px;
        left: 50px;
        padding: 5px 9px 5px 9px;
        font-size: 18px;
    }  
}
.text7{
    position: absolute;
    top: 330px;
    left: 70px;
    color:  black;
    background-color: #fff;
    border: 1px solid white;
    padding: 8px 52px 8px 52px;
    font-size: 20px;
    font-weight: 100;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
@media (max-width: 768px) {
    .text7{
        position: absolute;
        top: 270px;
        left: 55px;
    }  
}
@media (max-width: 430px) {
    .text7{
        position: absolute;
        top: 250px;
        left: 50px;
        padding: 5px 45px 5px 45px;
        font-size: 18px;
    }  
}
.text8{
    position: absolute;
    top: 390px;
    left: 70px;
    color:  black;
    background-color: #fff;
    border: 1px solid white;
    padding: 8px 22px 8px 22px;
    font-size: 20px;
    font-weight: 100;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
@media (max-width: 768px) {
    .text8{
        position: absolute;
        top: 330px;
        left: 55px;
    }  
}
@media (max-width: 430px) {
    .text8{
        position: absolute;
        top: 300px;
        left: 50px;
        padding: 5px 20px 5px 20px;
        font-size: 18px;
    }  
}
.text9{
    position: absolute;
    top: 450px;
    left: 70px;
    color:  black;
    background-color: #fff;
    border: 1px solid white;
    padding: 8px 70px 8px 70px;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
@media (max-width: 768px) {
    .text9{
        position: absolute;
        top: 390px;
        left: 55px;
    }  
}
@media (max-width: 430px) {
    .text9{
        position: absolute;
        top: 350px;
        left: 50px;
        padding: 5px 65px 5px 65px;
        font-size: 18px;
    }  
}
.section-full{
    padding-bottom: 100px !important;
}
.card h1{
    text-align: center;
}
.flex-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
@media (max-width: 430px) {
    .flex-image {
        flex-direction: column; 
        gap: 15px; 
    }
}
.image-wrapper {
    text-align: center;     
}

img {
    display: block;         
    margin: 0 auto;        
    width: 50%;            
    height: auto; 
    margin-bottom: 30px;         
}


