﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    color: #000;
}

.nav-link {
    display: block;
    padding: 0.5rem 2.5rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.bg-mg {
    background: #dbf1ff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-15 {
    margin-bottom: 15px;
}

.form-container-bg {
    background: url('../img/img-bg-final-2.jpg') no-repeat center center;
    background-size: cover; /* Makes image cover the container */
    border-radius: 10px;
    padding: 8px 8px;
    color: #fff;
}

.about-bg {
    /*background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url('../img/aayaam-about-bg.jpg') repeat center center;*/
    background: linear-gradient(rgb(203 203 203 / 50%), rgb(185 185 185 / 50%)), url(../img/aayaam-about-bg.jpg) repeat center center;
    background-size: cover; /* Makes image cover the container */
    border-radius: 10px;
    padding: 50px 50px;
    color: #fff;
}

@media(max-width:991px) {
    .about-bg {
        /*background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url('../img/aayaam-about-bg.jpg') repeat center center;*/
        background: linear-gradient(rgb(203 203 203 / 50%), rgb(185 185 185 / 50%)), url(../img/aayaam-about-bg.jpg) repeat center center;
        background-size: cover; /* Makes image cover the container */
        border-radius: 10px;
        padding: 0px 0px;
        color: #fff;
    }

    .exam-bg {
        background: orange;
        padding: 0px 0px;
        color: #000;
    }
}

.exam-bg {
    background: #ffb290;
    padding: 50px 50px;
    color: #000;
}

.exam-head {
    color: #a62320;
    text-align: center;
    margin-bottom: 30px;
}

.round-item {
    border: 1px solid #a62320;
    border-radius: 20px;
    color: #000;
    padding: 15px;
}

.round-item-contain1 {
    background: #fdc5ac;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    padding: 10px;
}

.round-item-contain2 {
    background: #ffb3b1;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    padding: 10px;
}

.round-item-contain3 {
    background: #f78584;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    padding: 10px;
}



.col-sp {
    padding-top: 0px;
}

.aayaam-color {
    color: #a62320;
}

.exam-process {
    background-color: #fff0f0;
    border-radius: 20px;
    padding: 30px 40px;
}

@media(max-width:991px) {
    .exam-process {
        background-color: #fff0f0;
        border-radius: 20px;
        padding: 0px 0px;
    }
}

.features {
    background: #fff;
    color: #000;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #a62320;
    transition: background-color 0.4s ease, transform 0.3s ease;
}

    .features:hover {
        transform: scale(1.02);
    }

    .features .icon-text {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .features .icon-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #ffc7c6;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* ✅ prevents shrinking when text gets large */
        transition: background-color 0.3s ease;
    }

    .features .icon-circle1 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #ffb290;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* ✅ prevents shrinking when text gets large */
        transition: background-color 0.3s ease;
    }

    .features .icon-circle2 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #9affb9;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* ✅ prevents shrinking when text gets large */
        transition: background-color 0.3s ease;
    }

    .features .icon-circle3 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #ffe5ef;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* ✅ prevents shrinking when text gets large */
        transition: background-color 0.3s ease;
    }

    .features .icon-circle svg {
        width: 32px !important; /* force fixed size */
        height: 32px !important;
        flex-shrink: 0; /* prevent shrinking */
        color: #333; /* default svg color */
        transition: color 0.3s ease;
    }

    .features .icon-circle1 svg {
        width: 32px !important; /* force fixed size */
        height: 32px !important;
        flex-shrink: 0; /* prevent shrinking */
        color: #333; /* default svg color */
        transition: color 0.3s ease;
    }

    .features .icon-circle2 svg {
        width: 32px !important; /* force fixed size */
        height: 32px !important;
        flex-shrink: 0; /* prevent shrinking */
        color: #333; /* default svg color */
        transition: color 0.3s ease;
    }

    .features .icon-circle3 svg {
        width: 32px !important; /* force fixed size */
        height: 32px !important;
        flex-shrink: 0; /* prevent shrinking */
        color: #333; /* default svg color */
        transition: color 0.3s ease;
    }

    .features:hover .icon-circle {
        background-color: #ff6b6b; /* hover bg */
    }

    .features:hover .icon-circle1 {
        background-color: #ea5e20; /* hover bg */
    }

    .features:hover .icon-circle2 {
        background-color: #68bf82; /* hover bg */
    }

    .features:hover .icon-circle3 {
        background-color: #ff2c7b; /* hover bg */
    }

    .features:hover .icon-circle svg {
        color: #fff; /* hover svg color */
    }

    .features:hover .icon-circle1 svg {
        color: #fff; /* hover svg color */
    }

    .features:hover .icon-circle2 svg {
        color: #fff; /* hover svg color */
    }

    .features:hover .icon-circle3 svg {
        color: #fff; /* hover svg color */
    }

.feature-sub-head {
    text-align: center;
    color: #a62320;
    margin-bottom: 20px;
}

.rewards-head {
    color: #000;
    text-align: center;
}

.rewards-div {
    padding: 20px;
    border-right: 1px solid #d7d6d6;
    border-bottom: 1px solid #d7d6d6
}

.rewards-div1 {
    padding: 32px;
    border-bottom: 1px solid #d7d6d6
}

.rewards-div2 {
    padding: 20px;
    border-right: 1px solid #d7d6d6
}

.rewards-div3 {
    padding: 20px;
}

.syllabus-head {
    text-align: center;
}

    .syllabus-head span {
        color: #a62320
    }

.syllabus {
    padding: 10px;
    border-radius: 20px;
    background-color: #fef0cc;
    border: 1px solid #a62320;
    transition: background-color 0.4s ease, transform 0.3s ease;
}

    .syllabus:hover {
        transform: scale(1.02);
    }

.rewards-svg {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    font-size: 35px;
    height: 55px;
    background-color: rgb(230, 249, 239);
    color: var(--mts-colors-black);
}

.rewards-svg1 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    font-size: 35px;
    height: 55px;
    background-color: rgb(237, 236, 255);
    color: var(--mts-colors-black);
}

.rewards-svg2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    font-size: 35px;
    height: 55px;
    background-color: rgb(255, 245, 208);
    color: var(--mts-colors-black);
}

.rewards-svg2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    font-size: 35px;
    height: 55px;
    background-color: rgb(255, 245, 208);
    color: var(--mts-colors-black);
}

.rewards-svg3 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    font-size: 35px;
    height: 55px;
    background-color: rgb(255, 229, 239);
    color: var(--mts-colors-black);
}

.rewards-svg4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    font-size: 35px;
    height: 55px;
    background-color: rgb(255, 239, 224);
    color: var(--mts-colors-black);
}

.rewards-svg5 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    font-size: 35px;
    height: 55px;
    background-color: rgb(230, 224, 255);
    color: var(--mts-colors-black);
}

svg {
    color: #000;
}

round-item-contain1 {
    color: #000;
}

.form-outer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    /*background-color: rgba(254, 254, 254, 0.5) !important;*/
    border-radius: 40px;
    padding: 40px 30px;
}

    .form-outer h2 {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        color: #000000;
        text-align: center;
        /* text-shadow: 1px 1px rgba(0, 0, 0, 0.5); */
        margin: 0 0 30px 0;
    }

    .form-outer .form-group {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin: 0 0 25px 0;
    }

        .form-outer .form-group label {
            display: inline-block;
            width: 100%;
            vertical-align: top;
            font-size: 18px;
            line-height: 24px;
            color: #264796;
            font-weight: 500;
            margin: 0 0 6px 0;
        }

    .form-outer .form-check {
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-outer .form-check .form-check-input {
    float: left;
    margin: 2px 10px 0 0;
    width: 16px;
    height: 16px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-outer .form-group .form-check-label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 2px 0;
    float: left;
    width: calc(100% - 28px);
    color: #000;
}

.stage-one {
    background: linear-gradient(to right, #ea6327, #ef9168);
    /* direction: to right, colors: dark green → light green */
    color: #fff; /* text color */
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.stage-trophy {
    text-align: center;
    padding: 20px;
}

.img-block {
    width: 56px; /* same as image width */
    height: 56px; /* same as image height */
    border-radius: 50%; /* makes it a perfect circle */
    background: #ffee62;
    display: inline-block; /* so it behaves like a span */
    text-align: center; /* centers inline content */
    line-height: 56px;
}

.stage-two {
    background: linear-gradient(to right, #a62320, #bb5c5a);
    /* direction: to right, colors: dark green → light green */
    color: #fff; /* text color */
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.stage-one-ico {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.stage-arrow {
    text-align: center;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.stage-q-block {
    text-align: center;
    color: #000;
    border-radius: 10px;
    border: 1px solid #a62320;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-outer .form-group label {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    color: #264796;
    font-weight: 500;
    margin: 0 0 6px 0;
}

.form-outer .form-group .form-check-outer .form-check-label {
    font-size: 16px;
}

.form-outer .form-group .form-check-label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 2px 0;
    float: left;
    width: calc(100% - 28px);
    color: #000;
}

.form-outer .form-group label {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    color: #264796;
    font-weight: 500;
    margin: 0 0 6px 0;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.form-outer .btn-outer .btn {
    display: inline-block;
    width: auto;
    background-color: #33454c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 30px;
    border: none;
    padding: 5px 40px;
}

.btn {
    display: inline-block;
    width: auto;
    background-color: #213b48;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 30px;
    border: none;
    padding: 5px 40px;
}

    .btn:hover {
        display: inline-block;
        width: auto;
        background-color: #a62320;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #ffffff;
        border-radius: 30px;
        border: none;
        padding: 5px 40px;
    }

.btn2 {
    display: inline-block;
    width: auto;
    background-color: #a62320;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 5px 40px;
}

    .btn2:hover {
        display: inline-block;
        width: auto;
        background-color: #a62320;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #ffffff;
        border-radius: 10px;
        border: none;
        padding: 5px 40px;
    }

.why-head {
    text-align: center;
    color: #000;
}

    .why-head span {
        color: #a62320;
    }

.form-outer .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    vertical-align: top;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    border-radius: 10px;
    padding: 0 15px;
    outline: none !important;
    box-shadow: none !important;
}

.h2-bold {
    font-weight: 700;
}

.typed-word {
    border-right: 2px solid #333;
    padding-right: 5px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
}
/* Optional: smaller padding for mobile */
@media (max-width: 767px) {
    .form-container-bg {
        padding: 10px 0px;
    }

    .col-sp {
        padding-top: 0px !Important;
    }

    .mb-40 {
        margin-bottom: 20px !important;
    }

    .form-outer {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        background-color: rgba(254, 254, 254, 0.5) !important;
        border-radius: 40px;
        padding: 15px 10px;
    }

    .cent-mob {
        text-align: center
    }
}
/* Smooth dropdown */
/*.dropdown-menu {
    display: none;
    margin-top: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}*/
/* Center menu links in mobile view */
@media (max-width: 991px) {
    .navbar-collapse {
        text-align: left;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
}

.nav-sp {
    margin-left: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #dbf1ff;
    border: 1px solid #ccc;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

.marquee-item {
    display: inline-block;
    margin-right: 50px; /* spacing between items */
    font-size: 18px;
    padding: 0 10px;
    border-radius: 5px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
/*.item-show {
    display: block;
}

@media(max-width:991px) {
    .item-show {
        display: none !important;
    }
}*/
/* Full-width breadcrumb section */
.breadcrumb-bg {
    position: relative;
    width: 100%;
    background: url('../img/breadcrumb-bg-fin.jpg') no-repeat center center;
    background-size: cover;
    padding: 90px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

    /* Overlay to darken the image */
    .breadcrumb-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5); /* adjust opacity */
        z-index: 0;
    }

    /* Heading and breadcrumb above overlay */
    .breadcrumb-bg > * {
        position: relative;
        z-index: 1;
    }

    /* Breadcrumb styling */
    .breadcrumb-bg .breadcrumb {
        background: rgba(0,0,0,0.3); /* optional light overlay behind breadcrumb */
        padding: 0.5rem 1rem;
        border-radius: 0.25rem;
        display: inline-block;
        margin-top: 15px;
    }

    .breadcrumb-bg .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        color: #fff;
    }

@media (max-width: 576px) {
    .breadcrumb-bg {
        padding: 50px 15px;
    }

        .breadcrumb-bg .breadcrumb {
            font-size: 0.9rem;
        }
}

input[type="radio"] {
    margin-right: 8px; /* space after radio button */
}

label {
    margin-right: 20px; /* space after label */
}

.bg-nav {
    background: #ffffff;
    border-bottom: 1px solid #89c2d9;
}

.reg-form {
    background: #fff;
    box-shadow: 0 4px 2px 0 #fff;
    border-radius: 12px;
    width: 90%;
    margin: auto;
    position: relative;
}

    .reg-form .reg-cap {
        width: 80px;
        position: absolute;
        top: -25px;
        right: -26px;
    }

    .reg-form h2 {
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 42px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        color: #000;
        padding: 10px !important;
    }

    .reg-form p {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: .01em;
        text-align: center;
        margin-top: 1rem;
    }

.img-center {
    text-align: center;
}

.exam-ico {
    text-align: center;
    background-color: #33454c;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

    .exam-ico i {
        color: #fff;
        font-size: 30px;
    }

.exam-title {
    text-align: center;
}

.exam-title-desc {
    text-align: center
}

.exam-div {
    box-shadow: 0 1.71px 10.29px 0 #03b6fb;
    padding: 1rem 1rem;
    height: 240px;
    text-align: center;
    transition: 0.5s;
    margin-bottom: 40px;
}

.ico-contain {
    text-align: center;
}

.hlight-text {
    color: #0480b1;
}


/* --- base --- */
.htr-box {
    width: 50px;
    height: 50px;
    margin: auto auto 1rem;
    border-radius: 6px;
    background: #0480b1;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
}

.htr-box-desc h4, .htr-box-desc p {
    text-align: center
}

.htr-pos {
    position: relative;
}

.line {
    position: absolute;
    top: 35px; /* aligns roughly with box centers */
    left: 15%;
    width: 70%;
    z-index: -1;
}

.arrow1,
.arrow3 {
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
}

/* --- perfect proportional arrow alignment --- */
.arrow1 {
    left: 33.3%;
}
/* between step 1 & 2 */
.arrow3 {
    left: 66.6%;
}
/* between step 2 & 3 */

/* --- adjust slightly for very large screens --- */
@media (min-width: 1400px) {
    .line {
        left: 15%;
        width: 70%;
        top: 30px;
    }

    .arrow1 {
        left: 33.3%;
        top: 22px;
    }

    .arrow3 {
        left: 66.6%;
        top: 22px;
    }
}

/* --- tablets --- */
@media screen and (max-width: 1024px) {
    .line {
        width: 75%;
        left: 12%;
    }

    .arrow1 {
        left: 34%;
    }

    .arrow3 {
        left: 68%;
    }
}

/* --- mobile (switch to vertical) --- */
@media screen and (max-width: 767px) {
    .line, .arrow1, .arrow3 {
        display: none !important;
    }
}

/* --- hide verticals on desktop --- */
.vertical_arrow1,
.vertical_arrow2,
.vertical_line {
    display: none;
}

.arrow1,
.arrow3 {
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    width: 50px; /* 👈 adjust to your actual image width */
    height: auto; /* keeps correct aspect ratio */
    display: block; /* removes inline spacing */
    pointer-events: none; /* ensures arrow doesn't block mouse clicks */
    z-index: 1; /* make sure it’s above line but below text if needed */
}

@media screen and (max-width: 767px) {
    .htr {
        display: inline-flex;
    }
}

@media screen and (max-width: 767px) {
    .htr-box {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .htr-box-desc {
        width: 100%;
        margin-left: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .htr-pos {
        position: relative;
        min-height: 500px; /* ensure enough space for line */
        overflow: visible; /* allow line to show outside container if needed */
    }

    .vertical_line {
        display: block !important;
        position: absolute;
        top: 60px;
        left: 17px;
        height: 350px;
        width: 27px; /* stays fixed */
        object-fit: cover; /* ✅ forces the image to fill without stretching horizontally */
        object-position: center;
        z-index: -1;
    }

    /* vertical arrows */
    .vertical_arrow1,
    .vertical_arrow2 {
        display: block !important;
        position: absolute;
        left: 9px;
        width: 44px; /* adjust to your arrow image size */
        height: auto;
        z-index: 10;
        opacity: 1;
        pointer-events: none;
    }

    .vertical_arrow1 {
        top: 92px; /* between box 1 & 2 */
    }

    .vertical_arrow2 {
        top: 215px; /* between box 2 & 3 */
    }

    /* hide horizontal line/arrows */
    .line,
    .arrow1,
    .arrow3 {
        display: none !important;
    }
}

.about-image-gallery {
    margin-right: 100px;
    position: relative;
}

    .about-image-gallery .image-1 {
        border-radius: 5px;
        width: 100%;
    }

    .about-image-gallery .image-2 {
        position: absolute;
        bottom: -61px;
        right: -50px;
        border-radius: 5.2px;
    }

        .about-image-gallery .image-2 img {
            border-radius: 5px;
        }

    .about-image-gallery .shape-image-1 {
        position: absolute;
        bottom: -35px;
        left: -35px;
        z-index: -1;
    }

.section-title .pre-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #0480b1;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.inner-about .about-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding-left: 17px;
    position: relative;
    margin-top: 40px;
    text-align: justify;
}

    .inner-about .about-desc::before {
        position: absolute;
        content: "";
        left: 0;
        width: 2px;
        height: 46px;
        background: #0480b1;
        top: 50%;
        transform: translateY(-50%);
    }

.inner-about .read-more-btn {
    margin-top: 40px;
}

a.edu-btn, button.edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    background: #0480b1;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    border: 0 none;
}

@media only screen and (max-width: 575px) {
    .about-image-gallery .image-2 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .about-image-gallery .image-2 {
        position: absolute;
        right: 0;
        border-radius: 5px;
        margin-top: 30px;
        transform: none !important;
        object-fit: cover;
    }
}

.inner-about .about-parallax-2 {
    position: absolute;
    right: 88px;
    top: 379px;
    animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}

@keyframes eduvibe-vsm-y-move {
    0% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }

    100% {
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }
}

.inner-about {
    position: relative;
}

/* Background */
.why-bg {
    position: relative;
    background: linear-gradient(rgb(203 203 203 / 0%), rgb(185 185 185 / 71%)), url(../img/mg-why-bg.jpg) center center repeat;
    background-size: cover, cover;
}
/* Wrapper */
.service-wrapper {
    position: relative;
}

.service-shape {
    position: relative;
    z-index: 9;
}

/* Service Card */
.service-card-3 {
    padding: 30px 28px;
    background: #fff;
    border-radius: 5px;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    min-height: 350px;
}

    .service-card-3.text-left .inner-service {
        text-align: left;
    }

    /* Icon */
    .service-card-3 .inner-service .service-icon {
        position: relative;
        display: inline-block;
        margin-bottom: 25px;
    }

        .service-card-3 .inner-service .service-icon a {
            width: 70px;
            height: 70px;
            background: #0480b1;
            text-align: center;
            margin: 0 auto;
            border-radius: 35px 35px 3px 3px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.4s ease;
        }

            .service-card-3 .inner-service .service-icon a i {
                color: #0480b1;
                font-size: 28px;
                transition: color 0.4s ease;
            }

    /* Card Content */
    .service-card-3 .inner-service .service-content h6 {
        margin-bottom: 15px;
        font-weight: 600;
    }

    .service-card-3 .inner-service .service-content .service-description {
        margin-bottom: 20px;
        color: #6F6B80;
        line-height: 1.6;
    }

    /* Background color variants */
    .service-card-3.shape-bg-1 .inner-service .service-icon a {
        background: rgba(113, 82, 233, 0.15);
        text-decoration: none;
    }

        .service-card-3.shape-bg-1 .inner-service .service-icon a i {
            color: #7152e9;
        }

    .service-card-3.shape-bg-2 .inner-service .service-icon a {
        background: rgba(255, 164, 27, 0.15);
        text-decoration: none;
    }

        .service-card-3.shape-bg-2 .inner-service .service-icon a i {
            color: #ffa41b;
        }

    .service-card-3.shape-bg-3 .inner-service .service-icon a {
        background: rgba(82, 95, 225, 0.15);
        text-decoration: none;
    }

        .service-card-3.shape-bg-3 .inner-service .service-icon a i {
            color: #525fe1;
        }

    /* Hover effects */
    .service-card-3:hover {
        transform: translateY(-20px);
        box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.07);
    }

    .service-card-3.shape-bg-1:hover .inner-service .service-icon a {
        background: #7152e9;
    }

    .service-card-3.shape-bg-2:hover .inner-service .service-icon a {
        background: #ffa41b;
    }

    .service-card-3.shape-bg-3:hover .inner-service .service-icon a {
        background: #525fe1;
    }

    .service-card-3:hover .inner-service .service-icon a i {
        color: #ffffff !important;
    }

/* Shapes (fixed class name to match HTML) */
.service-wrapper .shape-image.shape-image-1 {
    top: -28px;
    left: -156px;
}

.service-wrapper .shape-image.shape-image-2 {
    top: -51px;
    right: -156px;
}

.service-wrapper .shape-image.shape-image-3 {
    bottom: 80px;
    right: -37px;
}

.service-wrapper .shape-image.shape-image-4 {
    bottom: -25px;
    left: -155px;
}

.service-wrapper .shape-image {
    position: absolute;
    z-index: -1;
}

.feature-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.mt--10 {
    margin-top: 10px;
}

.feature-list-wrapper .feature-list {
    flex-basis: 50%;
    padding: 15px;
}

.mt--35 {
    margin-top: 35px !important;
}

.feature-list .icon {
    position: relative;
}

.feature-list .icon {
    margin-bottom: 25px;
}

    .feature-list .icon i {
        font-size: 50px;
        color: #0480b1;
    }

.feature-list .feature-content h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}

.feature-list .feature-content p a {
    color: #0480b1;
}

.feature-thumbnail {
    position: relative;
    z-index: 2;
    right: -60px;
}

.ft-video-popup-wrapper {
    position: relative;
	text-align:center;
}

    .ft-video-popup-wrapper.ft-video-popup-two img {
        -webkit-mask: url(../img/mask-shape-1.svg);
        mask: url(../img/mask-shape-1.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center center;
        mask-position: center center;
    }

    .ft-video-popup-wrapper img {
        border-radius: 5px;
    }

.feature-thumbnail .circle-image {
    position: absolute;
    top: -11px;
    right: 7px;
    z-index: -1;
    width: 97%;
}

.circle-image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

    .circle-image span:nth-child(1) {
        border-radius: 38% 62% 64% 36% / 43% 35% 65% 57%;
    }

    .circle-image span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #0480b1;
        pointer-events: none;
        animation: rotate-animate 13s linear infinite;
    }

@keyframes rotate-animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle-image span:nth-child(2) {
    animation-direction: reverse;
    border-radius: 41% 59% 40% 60% / 65% 66% 34% 35%;
}

@media only screen and (max-width: 575px) {
    .feature-list-wrapper .feature-list {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .feature-thumbnail {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .feature-thumbnail .circle-image {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .about-image-gallery {
        margin-right: 0;
    }
}

.syllabus-card-1 .inner-syllabus {
    background: #EAF8F6;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
}

    .syllabus-card-1 .inner-syllabus .icon {
        position: relative;
        width: 75px;
        height: 75px;
        display: flex;
        align-items: center;
        background: #FFFFFF;
        border-radius: 100%;
        justify-content: center;
        margin: 0 auto;
    }

.syllabus-card-1 .shape-bg-2 .inner-syllabus {
    background: #FFF3EE;
}

.syllabus-card-1.shape-bg-2 .inner-syllabus {
    background: #FFF3EE;
}

.syllabus-card-1.shape-bg-3 .inner-syllabus {
    background: #FAEFFA;
}

.syllabus-card-1.shape-bg-4 .inner-syllabus {
    background: #FFF1F1;
}

.syllabus-card-1.shape-bg-5 .inner-syllabus {
    background: #EFF4FC;
}

.syllabus-card-1 .inner-syllabus .content {
    margin-top: 20px;
}

.syllabus-card-1 .inner-syllabus .hover-action {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    opacity: 0;
}

    .syllabus-card-1 .inner-syllabus .hover-action .read-more-btn {
        width: 40px;
        height: 40px;
        background: #525fe1;
        color: #fff;
        display: inline-block;
        line-height: 43px;
        border-radius: 100%;
        font-size: 20px;
    }

.syllabus-card-1:hover .inner-syllabus .hover-action {
    opacity: 1;
}

.syllabus-card-1:hover .inner-syllabus {
    padding-bottom: 50px;
    margin-bottom: -20px;
}

.whatsapp-link {
    position: fixed;
    right: 10px;
    bottom: 35px;
    z-index: 9;
}

.my-float {
    margin-top: 10px;
    width: 60px;
    height: 50px;
}
/* Back to Top button */
#backToTop {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
}

    #backToTop:hover {
        background-color: #0056b3;
        transform: translateY(-3px);
    }
 .footer-bg {
            background: #89c2d9;
            padding-top: 70px;
            padding-bottom: 70px;
        }

        .fb-footer {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px; /* optional */
            height: 2.5rem; /* fixed square size */
            width: 2.5rem;
            border-radius: 50%; /* makes circle */
            background: rgb(24, 119, 242);
            color: #ffffff;
            padding: 0;
        }

        @media(max-width:991px) {
            .exam-bg {
                padding: 0px 0px;
            }
        }

        .fb-footer svg, .insta-footer svg, .yt-footer svg, .wp-footer svg {
            height: 98%; /* or 70%, adjust to fit nicely */
            width: 98%;
            display: block;
        }

        .google-play {
            width: 160px;
            border-radius: 8px;
        }

        .insta-footer {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px; /* optional */
            height: 2.5rem; /* fixed square size */
            width: 2.5rem;
            border-radius: 50%;
            background: radial-gradient(126.96% 126.96% at 6.47% 97.81%, rgb(250, 143, 33) 9%, rgb(216, 45, 126) 78%);
            color: #ffffff;
            padding: 0;
        }

        .yt-footer {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px; /* optional */
            height: 2.5rem; /* fixed square size */
            width: 2.5rem;
            border-radius: 50%;
            background: rgb(255, 0, 0);
            color: #ffffff;
            padding: 0;
        }

        .wp-footer {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px; /* optional */
            height: 2.5rem; /* fixed square size */
            width: 2.5rem;
            border-radius: 50%;
            background: rgb(37, 211, 102);
            color: #ffffff;
            padding: 0;
        }

        .icon-foot {
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            flex-flow: wrap;
            gap: 0.5rem;
            color: #fff;
            padding-top: 8rem;
            padding-bottom: 2.5rem;
        }

        .icon-foot-ico {
            width: 1em;
            height: 1em;
            display: inline-block;
            line-height: 1em;
            flex-shrink: 0;
            color: #fff;
            vertical-align: middle;
        }