* {
    box-sizing: border-box;
}


html,
body {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'Arial Nova Regular';
    src: url('fonts/Arial_Nova_Regular.woff2') format('woff2'),
        url('.fonts/Arial_Nova_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Nova Condensed';
    src: url('fonts/Arial_Nova_Condensed.woff2') format('woff2'),
        url('fonts/Arial_Nova_Condensed.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}






/* CSS Variables for Easy Use */
:root {
    --font-arial-nova-reg: 'Arial Nova Regular', Arial, sans-serif;
    --font-arial-nova-cond: 'Arial Nova Condensed', sans-serif;
    --font-nunito: 'Nunito', sans-serif;
    --font-source-sans: 'Source Sans 3', sans-serif;
}

body {
    font-family: 'Source Sans 3', sans-serif;
}

h1 {
    font-family: var(--font-arial-nova-reg);
}

h2,
h3,
h4,
h5 {
    font-family: var(--font-arial-nova-cond);
}

/* Sticky Navbar */
.sticky-top {
    z-index: 1000;
}

/* Video Testimonial */
.video-testimonial iframe {
    border: none;
}


/* Header */
.header {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0 4px 2px -2px gray; */
    z-index: 1000;
}

/* Logo */
.logo a {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.site-logo img {
    max-height: 65px;
    width: auto;
    display: block;
}

/* Navigation Menu */
.navbar {
    display: flex;
    align-items: center;
}

a.btn-apply {
    background-color: #DA251C;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #F6E9D7;
    color: #F6E9D7;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    text-align: center;
    transition: all .3s;
}

.container.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #003399;
    margin: 0 !important;
}

.site-title h2 .sub-heading {
    font-size: 22px;
}

#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #003785;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 999;
}

#backToTop:hover {
    background: #0b4fd6;
    transform: translateY(-5px);
}


section.cta-section-hero {
    background-color: #F8F8F8;
    background-image: url(../images/thank-you-page%402x%402x-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-waper {
    height: 510px;
    display: flex;
    align-items: center;
}

.innre-hero-text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #DA251C;
    font-family: 'Arial Nova Regular', Arial, sans-serif !important;
    margin: 0;
}

.hero-text-wapper {
    display: flex;
    height: 80%;
    justify-content: flex-end;
    align-items: center;
}

.innre-hero-text {
    max-width: 65%;
}


.tabs-nav li {
    border-bottom: 2px solid transparent;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff00;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0px 0px 5px 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    color: #DA251C;
    font-size: 32px;
    font-weight: 600;
}

.tab-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    color: #DA251C;
}

.tab-text p {
    font-family: "Source Sans 3", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000000;
}

.gallery-Swiper img {
    width: 100%;
}


.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Show button */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Hover */
.back-to-top:hover {
    background: #ffffff;
    color: #003399;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}


.pre-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.pre-footer-section p {
    padding: 0;
    margin: 0;
}

section.pre-footer-section {
    background: #003399;
    color: #fff;
    padding: 10px 0;
}

.pre-footer-icons a.pf-icon {
    background: #fff;
    color: #000;
    width: 25px;
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
}

.pre-footer-icons {
    display: flex;
    gap: 10px;
}


a.btn.btn-primary {
    background-color: #003399;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    align-items: center;
}


.podar-form {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid #E6F0FA;
    font-family: 'Source Sans 3', system-ui, sans-serif;
}

.podar-form h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #0e458b;
}

.podar-form__row {
    margin-bottom: 12px;
}

.podar-form__row--2col {
    display: flex;
    gap: 12px;
}

.podar-form__col {
    flex: 1;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    font-family: 'Arial Nova Regular';
}

input:focus,
select:focus,
textarea:focus {
    border-color: #da251c;
    box-shadow: 0 0 0 2px rgba(218, 37, 28, .15);
    outline: none;
}

.podar-form__actions button {
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 12px;
    background: #da251c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.podar-form__actions button:hover {
    background: #0e458b;
}


.image-carousel {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
    position: relative;
    /* Container for absolute positioned nav */
}

.carousel-swiper.swiper {
    width: calc(100% - 60px);


    margin: 0 auto;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper-slide-inner {
    width: 100%;
    height: 100px;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.swiper-slide-image {
    width: 100%;

}



.swiper-button-prev {
    left: -5px;
}

.swiper-button-next {
    right: -5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: 600;
}


   .academic-tabs {
            padding: 40px 0 60px 0;
            background: #E6F0FA;
        }

        .section-title {
            text-align: center;
            margin-bottom: 30px;
        }

        .tabs-nav {
            display: flex;
            justify-content: center;
            gap: 20px;
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .tabs-nav li.active,
        .tabs-nav li:hover {
            border-color: #003785;
            color: #003785;
        }


        .tabs-nav li.active {
            border-color: #003785;
            color: #003785;
        }

        .tab-panel {
            display: none;
        }

        .tab-panel.active {
            display: block;
        }

        .tab-grid {
            display: flex;
            gap: 40px;
            align-items: center;
        }

        .tab-text {
            flex: 1;
        }

        .tab-image {
            flex: 1;
        }

        .tab-image img {
            width: 100%;
            border-radius: 12px;
        }

        .btn-primary {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 24px;
            background: #003785;
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-family: "Nunito", Sans-serif;
            font-weight: 500;
            text-decoration: none;
        }

        section.carousel-section {
            padding: 15px 0;
        }


.holistic-section {
                    padding: 40px 0px;
                    background: #f8fbff;
                    background-color: #003399;
                    background-image: url(../images/virtualtourbanner.jpg);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    position: relative;
                }

                .holistic-section>.container {
                    position: relative;
                    z-index: 2;
                }

                section#holistic h2.section-title {
                    color: #fff;
                }

                .holistic-card {
                    background: #fff;
                    padding: 30px;
                    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
                    width: 350px;
                    height: 350px;
                    margin: auto;
                    border-radius: 50%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                }

                .holistic-card .icon {
                    width: 60px;
                    margin: 0;
                    padding: 5px;
                    border: 1px solid;
                    display: flex;
                    border-radius: 5px;
                }

                .holistic-card h3 {
                    margin-bottom: 0;
                    color: #000000;
                    font-family: "Source Sans 3", Sans-serif;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 1.3em;
                }

                .holistic-card p {
                    font-size: 16px;
                    line-height: 1.4;
                    color: #555;
                }

                /* Swiper nav style */
                .swiper-button-next,
                .swiper-button-prev {
                    color: #ffffff;
                }

                .swiper-button-next:hover,
                .swiper-button-prev:hover {
                    color: #da251c;
                }

                .holistic-card .icon img {
                    width: 100%;
                }

                .holistic-section::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background: rgb(0 51 153 / 70%);
                    z-index: 1;
                }

@media (max-width: 1024px) {
 ul.tabs-nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 10px;
        justify-content: flex-start;
        padding-bottom: 10px;
        /* space for scrollbar */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        /* Firefox */
    }

    ul.tabs-nav li {
        flex: 0 0 auto;
        min-width: max-content;
    }

    /* Chrome, Edge, Safari scrollbar */
    ul.tabs-nav::-webkit-scrollbar {
        height: 6px;
    }

    ul.tabs-nav::-webkit-scrollbar-track {
        background: #eaeaea;
        border-radius: 10px;
    }

    ul.tabs-nav::-webkit-scrollbar-thumb {
        background: #003785;
        border-radius: 10px;
    }

 }
/* Media Query for Mobile */
@media (max-width: 768px) {

    .site-logo img {
        max-height: 40px;
    }

    .site-title h2 .sub-heading {
        display: block;
        font-size: 12px;
    }

    .site-title h2 {
        font-size: 16px;
    }

    .site-title {
        width: 40%;
    }

    a.btn-apply {
        font-size: 12px;
        padding: 10px 20px;
    }

    ul.tabs-nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 10px;
        justify-content: flex-start;
        padding-bottom: 10px;
        /* space for scrollbar */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        /* Firefox */
    }

    ul.tabs-nav li {
        flex: 0 0 auto;
        min-width: max-content;
    }

    /* Chrome, Edge, Safari scrollbar */
    ul.tabs-nav::-webkit-scrollbar {
        height: 6px;
    }

    ul.tabs-nav::-webkit-scrollbar-track {
        background: #eaeaea;
        border-radius: 10px;
    }

    ul.tabs-nav::-webkit-scrollbar-thumb {
        background: #003785;
        border-radius: 10px;
    }

    section.cta-section-hero {
        background-image: url(../images/mobile-size_LANDING-PAGE_high_left_without-icon%402x%402x-scaled.jpg);
        background-position: top right;
        background-size: cover;
    }

    .hero-waper {
        padding: 20px 0px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .innre-hero-text {
        max-width: 53%;
    }

    .hero-text-wapper {
        display: flex;
        height: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .innre-hero-text h2 {
        font-size: 24px;
    }

    .section-title {
        font-size: 25px;
    }

    .why-podar__grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    section.cta-section-hero.thank-you {
        background-image: url(../images/thankyou_banner_m.webp);
        background-position: top center;
        background-size: cover;
    }

    section.cta-section-hero.thank-you .hero-text-wapper {
        height: 170px;
    }


    .podar-form__row--2col {
        flex-direction: column;
    }


    .eael-tabs-nav ul[role="tablist"] {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        /* IMPORTANT */
        overflow-y: hidden;
        white-space: nowrap;
        gap: 20px;
        padding: 0 10px 8px;
        /* space for scrollbar */
        -webkit-overflow-scrolling: touch;
    }

    /* Force scrollbar visibility (Chrome / Edge / Safari) */
    .eael-tabs-nav ul[role="tablist"]::-webkit-scrollbar {
        height: 6px;
    }

    .eael-tabs-nav ul[role="tablist"]::-webkit-scrollbar-track {
        background: #eee;
    }

    .eael-tabs-nav ul[role="tablist"]::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 10px;
    }

    /* Firefox */
    .eael-tabs-nav ul[role="tablist"] {
        scrollbar-width: auto;
        /* always show */
        scrollbar-color: #999 #eee;
    }

    /* Tab items */
    .eael-tabs-nav ul[role="tablist"]>li {
        flex: 0 0 auto;
    }

   .tab-grid {
                flex-direction: column;
            }

}