@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --outfit: "Outfit", sans-serif;
    --primary-color: #343C8F;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
small,
button {
    font-family: var(--outfit) !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: #EEF3FF;
}


/* Header */
.header {
    background: linear-gradient(233deg, #343c8f 75%, #ffff 75%);
    color: white;
    padding: 15px;
    text-align: center;
    position: sticky;
    top: 0px;
    z-index: 1111;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.logo-ajk {
    width: 190px;
    height: 90px;
}

.h-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Contact Bar */
.contact-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    color: white;
}

.contact-bar-mobile {
    background: #343c8f;
    /* display: flex; */
    align-items: center;
    justify-content: center;

    padding: 0px;
    color: white;
}

/* Individual Contact Item */
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
}

.contact-item-mobile {
    margin: 30px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 5px 15px;
}

.contact-item img {
    width: 40px;
    height: 40px;

}

.contact-item-mobile img {
    width: 40px;
    height: 40px;

}

.contact-item i {
    font-size: 22px;
    color: #ff9244;
}

.text small {
    display: block;
    font-size: 13px;
    color: #ddd;
}

.text a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.divider {
    width: 2px;
    height: 40px;
    background: #ccc;
    margin: 0 15px;
}

/* Hover Effects */
.text a:hover {
    color: #ffcc00;
}

/* Hide section on mobile screens */
@media (max-width: 768px) {
    .header {
        display: none;
    }

    .mobile-header-content {
        height: 70px;
        padding: 10px;
    }

    .contact-item {
        background: #007BFF
    }
}

.mobile-header {
    display: none;
    background-color: #fff;
    /* padding: 10px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-logo {
    height: 100px;
    width: 180px;
}

.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle img {
    height: 30px;
    width: 30px;
}



.hidden {
    display: none;
}

.mobile-menu {
    background-color: #343c8f;
    border: 1px solid #ddd;
    position: absolute;
    top: 65px;
    z-index: 11;
    right: 0px;
    width: 100%;
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-contact-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.mobile-contact-item a {
    text-decoration: none;
    color: #333;
}


/* Slider */
.swiper-container {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.swiper-container h2 {
    font-size: 45px;
    font-weight: 700;
}
.swiper-container p {
    font-size: 18px;
    font-weight: 400;
}


.swiper-wrapper {
    display: flex;
    height: 100%;
}

.swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
    background-size: cover;
    background-position: center;
    color: white;
    width: 100%;
    height: 100%;
}

.swiper-slide:nth-of-type(1) {
    background-image: url('../images/main-bg-1.jpg');
}

.swiper-slide:nth-of-type(2) {
    background-image: url('../images/main-bg-2.jpg');
}

.swiper-slide:nth-of-type(3) {
    background-image: url('../images/main-bg-3.jpg');
}


/* Form Container */
.form-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    color: #000;
    width: 100%;
    max-width: 400px;
    position: absolute;
    float: right !important;
    z-index: 11;
    /* margin-top: -48% !important; */
    margin-right: 10%;
    top: 50%;
    right: 0px;
    transform: translate(28%, -50%);
}

.form-container h3 {
    text-align: center;
}

/* form {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
} */

/* Pagination Fixed */
.swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.swiper-pagination-bullet {
    height: 9px !important;
    width: 9px !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}


/* Welcome section */
.wel-ajk {
    margin: auto;
    width: 100% !important;
    padding: 50px 80px 50px 80px;
    background: #EEF3FF;
    display: flex;
}

.wel-ajk-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 30px;
    align-items: center;
}

.wel-ajk-lft {
    flex: 0 1 48%;
}

.wel-ajk-lft h2 {
    font-size: 45px;
    line-height: 60px;
    color: #343C8F;
    font-family: var(--outfit);
    margin-bottom: 15px;
}

.wel-ajk-lft p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
    font-family: 'Onest-Regular';
    padding-right: 65px;
}

.wel-ajk-video {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.wel-ajk-video-main {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wel-ajk-video-img {
    float: left;
    width: 100%;
    transition: all .5s ease;
}

.wel-ajk-rht {
    flex: 0 1 49%;
}

.wel-ajk-rht ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    list-style: none;
}

.wel-ajk-rht ul li {
    flex: 0 1 49%;
}

.wel-ajk-odo-cnt .fun-fact-number {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.wel-ajk-odo-cnt .fun-fact-number span {
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
    transition: all .5s ease;
}

.wel-ajk-odo-cnt p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
}

.wel-ajk-odo-cnt {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 30px 60px 35px;
    /* min-height: 250px; */
}

.wel-ajk-rht .yel-bg {
    /* background: #D0C65F; */
    background: #343c8f;
    border-radius: 10px;
}

.wel-ajk-rht .rose-bg {
    /* background: #BF185E; */
    background: #22ab52;
    border-radius: 10px;
}

.wel-ajk-rht .green-bg {
    /* background: #469D9C; */
    background: #22ab52;
    border-radius: 10px;
}

.wel-ajk-rht .org-bg {
    /* background: #E1942D; */
    background: #343c8f;
    border-radius: 10px;
}


/* Courses  */
.tabs-container {
    width: 100%;
    max-width: 80%;
    height: auto;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: auto;
    padding: 20px 0px 0px 0px;
}

.tabs-container h2 {
    font-size: 45px;
    line-height: 60px;
    color: #343C8F;
    font-family: var(--outfit);
    text-align: center;
    margin-bottom: 15px;
}

.tabs {
    padding: 10px 20px 15px 20px;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
}

.tab-link {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    color: #877979;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: var(--primary-color);
}

.tab-link i {
    margin-right: 10px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(45deg, #343C8F, #4753df);
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    /* display: none; */
    animation: fadeInUp 0.5s ease;
    padding: 20px;
}

.tab-content.active {
    display: block;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
    align-content: center;
    justify-items: center;
    justify-content: center;
    margin-top: 35px;
}

.card {
    width: 100%;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 1.5rem;
    border: 2px solid #c3c6ce;
    transition: 0.5s ease-out;
    text-align: center;
    position: relative;
}

.card:hover {
    border-color: #343C8F;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-details {
    color: black;
    height: 100%;
    gap: .5em;
    display: grid;
    place-content: center;
}

.card:hover {
    border-color: #343C8F;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card:hover .cta-btn {
    transform: translate(-50%, 50%);
    opacity: 1;
}

.cta-btn {
    transform: translate(-50%, 125%);
    width: 45%;
    border-radius: 1rem;
    border: none;
    background: linear-gradient(45deg, #2c3ceb, #343C8F);
    color: #fff;
    font-size: 13px;
    padding: 8px 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}

.cta-btn:hover {
    background: linear-gradient(45deg, #9c3bce, #6b3ee8);
}


/*Prestigious clients*/
.our-presti {
    width: 100%;
    background: #EEF3FF;
    padding: 40px;
    margin: auto;
}

.our-presti-main {
    width: 100%;
}

.our-presti-main ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 30px;
    margin-top: 50px;
    justify-content: center;
}

.our-presti-main ul li {
    flex: 0 1 22.75%;
    list-style: none;
}

.our-presti-img {
    float: left;
    width: 100%;
    background: #FFFFFF;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.our-presti-main h2 {
    width: 100%;
    font-size: 45px;
    line-height: 60px;
    color: #343C8F;
    text-align: center;
    margin-bottom: 15px;
}

.our-presti-main p {
    width: 80%;
    font-size: 18px;
    line-height: 26px;
    color: #818181;
    text-align: center;
    margin: auto;
}


/* Admission Process */
.app-process {
    width: 100%;
    background: #EEF3FF;
    padding: 20px 0px 70px 0px;
    margin: auto;
}

.app-process h2 {
    font-size: 45px;
    line-height: 60px;
    color: #343C8F;
    font-family: var(--outfit);
    text-align: center;
    margin-bottom: 15px;
}

.steps-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.step-card {
    min-width: 300px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 7px 6px rgb(0 0 0 / 22%);
}

.step-card img {
    width: 60px;
    height: 60px;
}

.step-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(45deg, #343C8F, #2b3add);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-family: var(--outfit);
}

.steps-carousel {
    position: relative;
    overflow: hidden;
    width: 60%;
    padding: 20px 0;
    margin: auto;
}

.steps-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 25px;
    scrollbar-width: none;
    padding: 15px;
}

.steps-wrapper::-webkit-scrollbar {
    display: none;
}

/* .step-card {
    min-width: 250px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
} */

.steps-prev,
.steps-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(247 247 247);
    color: #343c8f;
    font-size: 10px;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    border: 1px solid #00000085;
}

.steps-prev {
    left: 10px;
}

.steps-next {
    right: 10px;
}

.fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Legacy Container */
.lega-growth {
    width: 100%;
    background: url(../images/legacy\ bg.jpg) no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

.lega-growth h2 {
    font-size: 45px;
    font-weight: 700;
}

.lega-growth p {
    font-size: 18px;
    margin-top: 15px;
}

.lega-growth-cnt {
    position: absolute;
    top: 35%;
    right: 15%;
    left: 15%;
    color: aliceblue;
    padding: 15px
}

/* Instructions */

.instruction {
    text-align: center;
    background-image: url('../images/Artboard\ 5\ \(1\).jpg');
    background-size: cover;
    background-position: center;
    height: 450px;
    position: relative;
    display: flex;
    align-items: center; /* Centers content vertically */
    justify-content: center; /* Centers content horizontally */
    padding: 20px;
    box-sizing: border-box;
}

.instruction h2 {
    margin: 0px 0 15px;
}

.instruction-cnt {
    position: relative;
    max-width: 80%;
    color: aliceblue;
    padding: 15px;
    max-height: 80%;
    overflow: auto;
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    background: rgba(0, 0, 0, 0.6); /* Optional: Adds contrast for readability */
    border-radius: 10px;
}

/* Hide scrollbar for Webkit (Chrome, Safari) */
.instruction-cnt::-webkit-scrollbar {
    display: none;
}

.instructions {
    text-align: left;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    margin: auto;
    width: 100%;
    max-height: 250px; 
    overflow-y: auto; 
    scrollbar-width: thin;
}

/* Bottom fade overlay to indicate scrolling */
.instruction-cnt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.instructions li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}


/* Footer */
.footer {
    background-color: #343c8f;
    color: #ffffff;
    text-align: center;
}

.footer__container {
    padding: 70px 50px 15px 50px;
}

.footer__container ul img {
    width: 18px;
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    color: white;
}

.footer-item {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    margin-right: 35px;
}

.footer-item p {
    display: block;
    font-size: 20px;
    color: #faf8f8;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer-text a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.footer-text a:hover {
    color: #ffcc00;
}

.footer-item-mobile {
    margin: 30px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 5px 15px;
}

.footer-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.footer-divider {
    width: 1px;
    height: 95px;
    background: #ccc;
    margin: 0 15px;
}


.footer__copy {
    margin: 25px 0px 0px 0px;
}


/*Media Query*/
@media (max-width: 2560px) {
    /* .form-container {
        margin-top: -30% !important;
    } */
}

@media (max-width: 1440px) {
    /* .form-container {
        margin-top: -35% !important;
    } */
}

@media (max-width: 1240px) {
    /* .form-container {
        margin-top: -40% !important;
    } */

    .wel-ajk-main {
        display: block;
    }

}

@media (max-width: 1024px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .bd-container {
        margin-left: auto;
        margin-right: auto;
    }

    /* .form-container {
        margin-top: -35% !important;
    } */

    .wel-ajk {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-header {
        display: block;
        padding: 10px;
    }

    .header {
        display: none;
    }

    .swiper-container {
        height: 500px;
    }

    .form-container {
        margin-top: 0 !important;
        margin-right: auto;
        margin-left: auto;
        float: none !important;
    }
}

@media (max-width: 991px) {
    .wel-ajk-lft p {
        padding-right: 0px;
    }

    .wel-ajk {
        padding: 40px;
    }

    .lega-growth-cnt {
        top: 25%;
    }
}

@media (max-width: 768px) {
    .tab-links {
        overflow-x: unset;
        display: flex;
        white-space: nowrap;
        justify-content: flex-start;
    }

    .tab-link {
        flex: 1 0 auto;
        min-width: 120px;
        text-align: center;
    }

    .form-container {
        margin-top: 0px !important;
        max-width: 90%;
        margin-right: 0px;
        float: unset !important;
    }

    .swiper-container {
        height: 500px !important;
    }

    .wel-ajk-rht {
        margin-top: 20px;
    }

    .instructions {
        width: 80%;
    }

    .instruction {
        padding: 0px;
    }

    .footer__container {
        padding: 20px;
    }

    .footer-bar {
        display: block;
    }

    .footer-divider {
        display: none;
    }

    .footer-item {
        margin: 20px;
    }

    .steps-carousel {
        width: 80%;
    }
}

@media (max-width: 676px) {

    .wel-ajk-rht ul {
        gap: 2%;
        padding: 0;
        list-style: none;
    }

    .wel-ajk-rht ul li {
        flex: 0 1 calc(50% - 10px);
        box-sizing: border-box;
    }

    .wel-ajk-odo-cnt {
        padding: 20px;
    }

    .wel-ajk-odo-cnt .fun-fact-number span {
        font-size: 30px;
        line-height: 40px;
    }

    .wel-ajk-rht .yel-bg {
        margin-bottom: 15px;
    }

    .wel-ajk-rht .rose-bg {
        margin-bottom: 15px;
    }

    .wel-ajk-rht .green-bg {
        margin-bottom: 15px;
    }

    .wel-ajk-rht .org-bg {
        margin-bottom: 15px;
    }

    .lega-growth-cnt {
        top: 10%;
        right: 10%;
        left: 10%;
    }

}

@media (max-width: 600px) {
    .cards-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .tab-links {
        flex-direction: column;
        align-items: center;
    }

    .tab-link {
        width: 90%;
        text-align: center;
    }

    .form-container {
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

}

@media (max-width: 576px) {
    .steps-carousel {
        width: 80%;
    }

}

@media (max-width: 400px) {
    .step-card {
        min-width: 250px;
    }

    .wel-ajk-rht ul {
        display: block;
    }

    .lega-growth h2 {
        font-size: 30px;
    }

    .our-presti {
        padding: 30px;
    }

    .our-presti-main p {
        width: 100%;
    }

}

@media only screen and (max-width: 576px) {
    .form-container {
        margin-top: 0 !important;
        margin-right: 0 !important;
    }
}

.input.tel {
    width: 98% !important;
    float: right;
}
.dynamic_theme_block .form-custom .agree-group .agree-condition {
    padding-left: 2%;
}

.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass a {
    text-align: end;
}

span.agree-condition {
    padding-left: 4px;
}
.main-container {
    position: relative;
}