* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lufga', sans-serif;
}



.btn-primary {

    font-size: 24px;
    font-weight: 400;
    line-height: 31.32px;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 16px 48px 16px 48px;
    border-radius: 8px;
    background-color: #216389;
}

.btn-primary:hover {
    background: #216389;
}



/* banner css */
.carousel-caption {
    left: 7%;
    text-align: start;
    padding: 0;
    right: 20%;
    transform: translate(0, -50%);
    top: 60%;
    width: 90%;
}


.home_page_carousel_wrapper {
    /* Adjusting the width and positioning of the carousel controls */


    .carousel-control-prev,
    .carousel-control-next {
        width: 60px;

        height: 60px;

        top: 50%;

        transform: translateY(-50%);

        padding: 0;

    }

    /* Customizing the appearance of the previous control */
    .carousel-control-prev {
        left: 10px;

    }

    /* Customizing the appearance of the next control */
    .carousel-control-next {
        right: 10px;

    }

    /* Adjusting the appearance of the icons inside the controls */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: transparent;

        border-radius: 50%;

        width: 50px;

        height: 50px;

    }

    /* Adjust the visibility of the "Previous" and "Next" text */
    .carousel-control-prev span,
    .carousel-control-next span {
        color: transparent;
    }

    /* Optional: Add hover effect */
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background-color: rgba(0, 0, 0, 0.7);
        /* Change background color on hover */
    }

    @media (max-width:992px) {

        .carousel-control-prev,
        .carousel-control-next {
            display: none;
        }

    }

}



.big_heading_banner {
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
}

.left_banner_btn svg {
    cursor: pointer;

}



.benner_para {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    padding-right: 40%;
}

/* about us section css */



.about_img img {
    width: 100%;

}

.content_about {
    margin: auto;
}

.about_img {
    margin: auto
}




.content_para {

    font-size: 20px;
    font-weight: 400;
    margin-top: 32px;
    line-height: 30px;
    text-align: left;

}




.chat_bot_image_on_home_page {
    transform: translate(0px, 20%);
    margin-top: -40%;
}





/* css for classes cards crausel */
.carousel-wrapper {
    /* max-width: 1100px; */
    width: 100%;
    position: relative;
    margin: auto;
}

.carousel-wrapper button {
    height: 45px;
    width: 45px;
    background: #216389;
    border: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 70%;
    z-index: 3000;
    transform: translateY(-50%);
    font-size: 1.25rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.carousel-wrapper:hover button {
    display: flex;
}

.carousel-wrapper .prev-btn {
    left: -22px;
}

.carousel-wrapper .next-btn {
    right: -10px;
}

.custom-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 16px);
    gap: 16px;
    overflow: visible auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0;
    padding-top: 170px;
    margin: 0;
}

.custom-carousel::-webkit-scrollbar {
    display: none;
}

.custom-carousel .classes_card {
    scroll-snap-align: start;
    list-style: none;
    cursor: pointer;
    border: 1px solid #216389;
    /* border-image: linear-gradient(45deg, red, blue) 1; */
    border-radius: 16px !important;
    padding: 120px 40px 30px 19px;
    position: relative;
}

.absolute_image {
    position: absolute;
    top: -140px;
    left: 23%;
    z-index: 1000;
}

.card_heading {

    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #000000;

}

.read_more_btn {

    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    color: #000000;
}






.faq_section {
    background: url('../images/faq-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 44px 80px;
    display: flex;
    justify-content: end;

}

.faq_section .accordion-button {
    align-items: flex-start;
}

.faq_section {
    .accordion-item {
        border: none;
    }

    /* Remove borders from accordion headers */
    .accordion-header {
        border: none;
    }

    /* Remove border-radius if needed */
    .accordion-button {
        border: none;
        border-radius: 0;
    }

    /* Remove border from the collapsed accordion button */
    .accordion-button:not(.collapsed) {
        border: none;
    }
}

.faq_box {
    width: 700px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 36px 32px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button {
    font-size: 18px;
    color: #000000;
    font-weight: 400 !important;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    font-weight: 500;
}

.connect_btn {
    color: #fff;
    display: flex;
    border-radius: 8px;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    padding: 12px 48px;
    background-image: linear-gradient(to right, #216389, #081923);
    /* Gradient */
}




/* css for review card crausel */

.student_reviews_wrapper {

    width: 100%;
    position: relative;
    margin: auto;
}

.review_card {}

.student_reviews_wrapper .review_card {
    cursor: pointer;
    position: relative;
}

.review_card img {
    width: 100%;
    height: 100%;

}

.content_box_review {
    background-color: #216389;
    color: #FFFFFF;
    width: 175px;
    padding: 28px 12px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
}


/* .review_card:nth-child(even) .content_box_review {
    top: 0px !important;
    right: 30px;
}


.review_card:nth-child(odd) .content_box_review {
    bottom: 0px !important;
    right: 30px;

}
 */

.even-slide .content_box_review {
    top: 0px !important;
    right: 30px;
}

.odd-slide .content_box_review {
    bottom: 0px !important;
    right: 30px;
}

.review_text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}


.home_page_carousel_wrapper .rounded {
    border-radius: 8px !important;
}


.popular_classes_section {
    a:hover {
        color: var(--primary_color)
    }
}

.program_cards_images {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
}


.card-body {
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
}

.card_wrapper {
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.google_reviews_wrapper {
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 400px;
    overflow: auto;
}

@media (max-width:1500px) {
    .program_cards_images {
        /* height: 350px; */
    }
}

@media (max-width:1300px) {
    .program_cards_images {
        /* height: 300px; */
    }
}

@media (max-width:1050px) {
    .program_cards_images {
        /* height: 250px; */
    }
}

@media (max-width:768px) {
    .program_cards_images {
        /* height: 100%; */
    }

    #carouselExampleCaptionsPrograms .content_para {
        font-size: 28px;
        line-height: 40px;
    }
}



.contact_info_left {
    margin: auto 0;
}

.contact_para {
    font-size: 24px;
    color: #565656;
    margin-top: 16px;
    line-height: 24px;
}




.social_link {
    cursor: pointer;
}

.contact_info_image img {
    width: 100%;

}

.team_cards {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.team_card {
    position: relative;
    width: 23%;
    /* Adjust size as needed */

    /* Adjust size as needed */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent black */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;

    padding: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.team_card:hover .overlay {
    opacity: 1;
}

.overlay-text {
    font-size: 20px;
    color: #fff;
}

.about {
    color: white;
}













.team-member {
    position: relative;
    margin: 0px 0 15px 0;
}

.team-member:hover .team-member-overlay {
    opacity: 1;
}

.team-member-image {
    position: relative;
}

.team-member-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.team-member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    border-radius: 10px;
}

.team-member-content>div {
    color: #fff;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    bottom: 10%;
    left: 50%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, -50%);
}

.team-member-content>div a {
    white-space: nowrap;
    color: #000;
    font-size: 14px;

    overflow: hidden;
    background: #fff;
    font-weight: 600;

    padding: 6px 10px;
    border-radius: 6px;
}


.modal-title {
    color: var(--primary_color)
}













.blog_section {
    margin: 100px 0;
}

.blog_cards {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 38px;
}

.blog_card {
    width: 31%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.blog_image {
    overflow: hidden;
    border-radius: 12px;
}

.blog_image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.blog_card:hover img {
    transform: scale(1.17);
    transition: all 0.3s ease-in-out;
}

.blog_card h4 {
    font-weight: 500;
}

.gray_div {
    color: #141414BF;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    gap: 6px;
    align-items: center;
}




/* Request info */
.request_info_section {
    margin: 0px;
}

.request_info_section * {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.request_info_section *::-webkit-scrollbar {
    width: 0;
    height: 0;
}








@media (min-width:576px) and (max-width:1096px) {

    .carousel-caption {
        left: 7%;
        text-align: start;
        padding: 0;
        right: 20%;
        transform: translate(0, -50%);
        top: 50%;
        width: 90%;
    }

    .big_heading_banner {
        font-size: 38px;
        line-height: 44px;
    }

    .left_banner_btn svg {
        width: 40px;
        height: 40px;
    }



    .benner_para {
        font-size: 25px;
        line-height: 32px;

        padding-right: 0%;
    }

    .btn-primary {

        font-size: 18px;


        padding: 6px 28px 6px 28px;

    }




    .content_para {
        font-size: 17px;
        margin-top: 7px;
        line-height: 24px;
    }

    .navbar {
        padding: 10px 40px;

    }

    .navbar-brand {
        width: 350px;
    }

    .navbar-nav {
        padding-left: 12px;
        gap: 0px;
    }

    .nav-link {
        font-size: 16px !important;
    }



    .faq_section {

        background: none;
        padding: 0px 12px;
    }

    .faq_box {
        width: 100%;
        padding: 0px 0px;
    }


    .accordion-button {
        font-size: 18px;

        font-weight: 500 !important;
    }




    .review_card img {
        width: 100%;
        height: 350px;
    }

    .content_box_review {
        background-color: #216389;
        color: #FFFFFF;
        width: 175px;
        padding: 28px 12px;
        position: absolute;
        bottom: 0;
        right: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 280px;
    }





    .contact_para {
        font-size: 14px;

        margin-top: 10px;

    }




    .team_cards {
        gap: 24px;
        flex-wrap: wrap;
    }

    .team_card {
        width: 48%;
        /* Adjust size as needed */

    }

    .blog_section {
        margin: 70px 0;
    }

    .blog_cards {
        display: flex;
        gap: 24px;
        justify-content: space-between;
        margin-top: 38px;
        flex-wrap: wrap;
    }

    .blog_card {
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;

        justify-content: center;
        gap: 16px;
    }

    .blog_card h4 {
        font-weight: 700;
        font-size: 16px;
        text-align: center;
    }

    .footer_section {
        background-color: #A0A0A017;
        padding: 27px 0 12px 0;
    }

    .input_box {

        padding: 4px 4px 4px 15px;

        width: 350px;

    }


    .dark_btn {

        padding: 10px 18px;
        font-size: 12px;

    }

    .footer_section h3 {
        font-size: 28px;

        margin-top: 12px;
    }

    .footer_section .footer_row span {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: #000000;
    }

    .phone_div {
        font-size: 19px;
        font-weight: 600;
        margin-top: 14px;
    }

    .phone_div span {
        font-weight: 400;

    }
}


@media (min-width:1600px) {
    .navbar {
        /* max-width: 2100px; */
        margin: 0 auto;
    }

    .home_banner {
        width: 100%;
        /* max-width: 2100px; */
        margin: 0 auto;
    }

    .faq_section {
        /* max-width: 2100px; */
        margin: 0px auto;
    }


}






@media screen and (max-width: 900px) {
    .custom-carousel {
        grid-auto-columns: calc((100% / 2) - 8px);
    }

    .carousel-wrapper button {
        height: 40px;
        width: 40px;
    }

    .custom-carousel1 {
        grid-auto-columns: calc((100% / 2) - 8px);
    }

    .carousel-wrapper1 button {
        height: 40px;
        width: 40px;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
.card_wrapper {
        padding: 20px 20px 0 20px;
        border-radius: 10px;
        box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 600px) {
    .custom-carousel {
        grid-auto-columns: 100%;
    }

    .carousel-wrapper button {
        height: 30px;
        width: 30px;
    }

    .custom-carousel1 {
        grid-auto-columns: 100%;
    }

    .carousel-wrapper1 button {
        height: 30px;
        width: 30px;
    }
}



@media (max-width:576px) {

    #carouselExampleCaptionsPrograms .content_para {
        font-size: 20px;
    }

    .carousel-wrapper1 .prev-btn1 {
        left: -10px !important;
    }

    .carousel-wrapper .prev-btn {
        left: -10px !important;
    }

    .carousel-caption {
        left: 0%;
        text-align: start;
        padding: 10px;
        right: 0%;
        /* bottom: 10px; */
        width: 100%;



        transform: translate(0, -50%);
        top: 40%;



    }

    .big_heading_banner {
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
    }

    .left_banner_btn svg {
        width: 40px;
        height: 40px;
    }



    .benner_para {
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        font-weight: 400;
        padding-right: 0%;
    }

    .btn-primary {

        font-size: 18px;


        padding: 6px 28px 6px 28px;

    }




    .content_para {
        font-size: 16px;
        margin-top: 5px;
        line-height: 1.8;
        font-weight: 500;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar-brand {
        width: 200px;
    }

    .navbar-nav {
        padding-left: 12px;
        gap: 0px;
    }

    .nav-link {
        font-size: 14px !important;
    }





    .faq_section {

        background: none;
        padding: 0px 12px;
    }

    .faq_section .accordion-body {
        font-size: 1.6rem;
    }

    .faq_box {
        width: 100%;
        padding: 0px 0px;
    }


    .accordion-button {
        font-size: 16px;

        font-weight: 500 !important;
    }




    .review_card img {
        width: 100%;
        /* height: 350px; */
    }

    .content_box_review {
        background-color: #216389;
        color: #FFFFFF;
        width: 135px;
        padding: 28px 12px;
        position: absolute;
        bottom: 0;
        right: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 280px;
    }




    .contact_para {
        font-size: 14px;

        margin-top: 10px;

    }







    .team_cards {
        gap: 24px;
        flex-wrap: wrap;
    }

    .team_card {
        width: 100%;
        /* Adjust size as needed */

    }

    .blog_section {
        margin: 70px 0;
    }

    .blog_cards {
        display: flex;
        gap: 24px;
        justify-content: space-between;
        margin-top: 38px;
        flex-wrap: wrap;
    }

    .blog_card {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

        justify-content: center;
        gap: 16px;
    }

    .blog_card h4 {
        font-weight: 700;
        font-size: 16px;
        text-align: center;
    }

    .footer_section {
        background-color: #A0A0A017;
        padding: 27px 0 12px 0;
    }

    .input_box {

        padding: 4px 4px 4px 15px;

        width: 100%;

    }



    .dark_btn {

        padding: 10px 18px;
        font-size: 12px;

    }

    .footer_section h3 {
        font-size: 28px;

        margin-top: 12px;
    }

    .footer_section .footer_row span {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: #000000;
    }

    .phone_div {
        font-size: 19px;
        font-weight: 600;
        margin-top: 14px;
    }

    .phone_div span {
        font-weight: 400;

    }

}