* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato';
}
html{
    scroll-behavior: smooth;
}
.talkToExpert{
    position: fixed;    
    left:95vw;
    z-index:1500;
    width: 200px;
    top:85vh;
}
.talkToExpert a{
    background-color: transparent;
    border:2px solid #8266FA;
    padding: 0.4em 1.2em;
    border-radius: 4px;
    font-size:20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    color:#8266FA;
    position: relative;
    right:-100px;
    transition: 0.3s;
}
.enquiryIcon{
    margin-top: 5px;
    transition: 0.3s;
    font-size:40px;
    color:#8266FA;
}
.talkToExpert:hover > a{
    right:80%;
    transition: 0.3s;
}
.talkToExpert:hover > .enquiryIcon{
    rotate:-180deg;
    transition: 0.3s;
}
.headerSpace{
    height: 105px;
}
#enquiryLink{
    position: absolute;
    top:-25%;
    z-index: 2000;
}

.carousel-1 {
    position: relative;
    max-width: 100vw;
    height: 26vw;
    overflow: hidden;
}
.carousel-phone{
    position: relative;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
}


.carousel-images-1 {
    display: flex;
    transition: transform 0.7s ease-in-out;
}

.carousel-images-1 .imges {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.imges img {
    width: 100%;
    height: 100%;
}

.first-prev,
.first-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.first-prev {
    left: 10px;
}

.first-next {
    right: 10px;
}

.iant-courses {
    padding: 5vh;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-weight: bolder;
}
.secondContainer-2{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secoundcard-wrapper {
    width: 100%;
    /* margin: 0 60px 35px; */
    padding: 20px 10px;
    overflow: hidden;
}

.secoundswiper{
    width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
@media (max-width:750px) {
    .secoundswiper{
        display: none;
    }
    .talkToExpert{    
        left:90vw;
    }
    
}
.secoundswiper-list {
    list-style: none;
}

.secoundswiper-list .secoundswiper-item .secoundswiper-card-link {
    user-select: none;
    display: block;
    background-color: #fcfafa;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    /* Ensure text decoration is none for links */
    border: 2px solid transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    list-style: none;
}

.secoundswiper-list .secoundswiper-item .secoundswiper-card-link:hover {
    border-color: #5372f0;
}

.secoundswiper-list .secoundswiper-card-link .secoundswiper-cardimg {
    width: 100%;
    /* aspect-ratio: 16 / 9; */
    object-fit: cover;
    border-radius: 10px;
}

.secoundswiper-list .secoundswiper-card-link .badge {
    color: #5372f0;
    margin: 16px 0px 18px;
    padding: 8px 16px;
    font-size: 0.95em;
    font-weight: 500;
    background: #DDe4ff;
    width: fit-content;
    border-radius: 50px;
}

.secoundswiper-list .secoundswiper-card-link .secoundswiper-class-title {
    font-size: 1.19em;
    color: #000;
    font-weight: 600;
}

.secoundswiper-list .secoundswiper-card-link .secoundswiper-card-button {
    height: 35px;
    width: 35px;
    color: #5372f0;
    border-radius: 50%;
    margin: 5px 0px 5px;
    background: none;
    cursor: pointer;
    border: 2px solid #5372f0;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.secoundswiper-list .secoundswiper-card-link .secoundswiper-card-button {
    color: #fff;
    background: #5372f0;
}

.secoundcard-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #5372f0;
}

.secoundcard-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

@media  (max-width: 568px) {
    
    .headerSpace{
        height: 80px;
    }
    .talkToExpert{    
        left:85vw;
    }


    
    .iant-courses {
        font-size: 20px;
        padding-bottom: 0;
        padding-top: 2.5vh;
    }
}

@media screen and (max-width: 768px) {
    .secoundswiper-list .secoundswiper-card-link .secoundswiper-cardimg {
        width: 100%;
    }
}


.container3 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.image-section3 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section3 img {
    width: 100%;
    height: 100%;
}

.info-section3 {
    flex: 2;
    padding: 20px;
}

.info-section3 h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.cards3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.card3 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    width: calc(33% - 30px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.card3:hover {
    transform: translateY(-5px);
}

.icon3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.card3 p {
    color: #555;
    font-size: 15px;
}

/* Responsive adjustments */
@media (max-width: 720px) {

    .image-section3,
    .info-section3 {
        flex: 100%;
        padding: 10px;
    }

    .cards3 {
        gap: 10px;
    }

    .card3 {
        width:90%;
        height:100%;
    }
}

@media (max-width: 480px) {
    .card3 {
        width: calc(100% - 20px);
    }
    
}

.fourthswiper {
    margin: auto;
    width: 75vw;
    height: 22vh;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom:3em;
}

.fourth-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fourth-swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
@media (max-width: 480px) {
    .fourth-swiper-slide img{
        height: 50%;
    }
    .fourthswiper{
        margin-bottom: 1em;
        /* background-color: #4CAF50; */
        height: 100%;
    }
    
}
.phoneswiper {
    margin: auto;
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom:3em;
    display: none;
}

.phone-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.phone-swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
@media (max-width: 480px) {
    .carousel-1{
        display: none;
    }
    .phone-swiper-slide img{
        height: 100%;
    }
    .phoneswiper{
        margin-bottom: 1em;
        height: 100%;
        display: block;
    }
    
    
}

/* ------------------------------form----------------------------------------------- */
.enquiry{
    background-color: rgba(255,255,255,0.7);
    padding: 1.5em;
    position: relative;
    box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 5px;
    width:28%;
}
.formSmall{
    font-weight: bold;
    font-size:15px;
    letter-spacing:1.5px;
    line-height:20px;
}
.formH1{
    letter-spacing:1.5px;
    line-height:50px;
}
.inputText{
    font-size:16px;
    line-height: 24px;
    width:90%;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:6px;
    padding:0.3em 0.6em;
    margin-bottom:0.5em;
}
textArea{
    font-size:16px;
    line-height: 24px;
    width:90%;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:6px;
    padding:0.4em 0.6em;
    margin-bottom:0.5em;
    height:72px;
}
button[type="submit"]{
    background-color: rgb(243, 128, 128);
    font-size:15px;
    font-weight: 500;
    border:none;
    border-radius:10px;
    color:white;
    padding: 0.5em 1em;
    margin-top:0.5em;
}
label[for="submitCheck"]{
    font-size:12px;
    width: 90%; 
}
#submitCheck:checked~button[type="submit"]{
    background-color: red;
    cursor: pointer;
}
.error{
    font-size:14px;
    color: red;
    padding-bottom: 1em;
}
#success-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    color: #4CAF50; 
    background-color: white; 
    font-size:30px; 
    display: grid;
    place-items: center;
    height:20vw;
    width: 40%;
    box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 5px; 
    z-index:2000;
}

@media (max-width:970px){
    .enquiry{
        width: 100%;
    }
    .secoundswiper{ 
        width: 100%;
    }
}
