﻿@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-aayaam {
    background: #ffb290;
    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: #a62320;
    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: #a62320;
    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: none;
    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: #fde5da;
    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 */
}
