@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
    overflow-x: hidden;
}

.head {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}

@media (max-width: 575.98px) {
    .head {
        font-size: 28px;
    }
}

.head span {
    font-weight: 700;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}

@media (max-width: 575.98px) {
    h5 {
        font-size: 20px;
    }
}

.text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .text {
        font-size: 12px;
    }
}

.text-big {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .text-big {
        font-size: 16px;
    }
}

.btn.btn-main {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 27px;
    background: #ff6200;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.btn.btn-main:hover {
    background: #e05500;
}

@media (max-width: 575.98px) {
    .btn.btn-main {
        font-size: 16px;
        padding: 12px 20px;
    }
}

.btn.btn-white {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 27px;
    border: 2px solid #ff6200;
    background: #fff;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ff6200;
}

@media (max-width: 575.98px) {
    .btn.btn-white {
        font-size: 16px;
        padding: 12px 20px;
    }
}

.navbar {
    background: #1c4645;
    position: fixed;
    border-radius: 0 0 20px 20px;
}

.navbar::after {
    content: url("../img/bg-nav.svg");
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
}

@media (max-width: 767.98px) {
    .navbar::after {
        display: none;
    }
}

.navbar .navbar-brand {
    width: 100px;
}

.navbar .nav-link {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 767.98px) {
    .navbar .nav-link {
        color: #000;
    }
}

.navbar .logo {
    filter: invert(1);
}

.hero {
    background: #1c4645;
    box-shadow: 0px 4px 8.9px rgba(118, 113, 113, 0.88);
    border-radius: 0 0 60px 60px;
    position: relative;
}

.hero::after {
    content: url("../img/after.svg");
    position: absolute;
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767.98px) {
    .hero::after {
        display: none;
    }
}

.hero h1 {
    color: #fff;
}

.hero h1 .orange {
    color: #ff6200;
}

.whyus-stack {
    background: url("../img/bg-why.webp");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    margin-top: -100px;
    padding-top: 200px !important;
}

@media (max-width: 575.98px) {
    .whyus-stack {
        padding-top: 150px !important;
    }
}

.whyus-stack .main-row {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 27.2px 11px rgba(189, 189, 189, 0.25);
    border-radius: 68px;
}

@media (max-width: 575.98px) {
    .whyus-stack .main-row {
        border-radius: 35px;
    }
}

.whyus-stack .whyus-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.whyus-stack .whyus-cards-wrap {
    min-height: 420px;
}

.whyus-stack .whyus-connectors {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    stroke: #d0d0d0;
    stroke-width: 1.5;
}

.whyus-stack .whyus-card {
    position: relative;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    padding: 1.75rem 1rem 1rem;
}

.whyus-stack .whyus-card .card-body {
    border-radius: 20px;
}

.whyus-stack .whyus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.whyus-stack .whyus-card-col-1 {
    transform: rotate(3.5deg);
    margin-top: 0 !important;
}

@media (max-width: 767.98px) {
    .whyus-stack .whyus-card-col-1 {
        transform: rotate(0deg);
        margin-top: 20px !important;
    }
}

.whyus-stack .whyus-card-col-2 {
    transform: rotate(-3.5deg);
    margin-top: 6.5rem !important;
}

@media (max-width: 767.98px) {
    .whyus-stack .whyus-card-col-2 {
        margin-top: 20px !important;
        transform: rotate(0deg);
    }
}

.whyus-stack .whyus-card-col-3 {
    transform: rotate(3.5deg);
    margin-top: 0rem !important;
}

@media (max-width: 767.98px) {
    .whyus-stack .whyus-card-col-3 {
        margin-top: 20px !important;
        transform: rotate(0deg);
    }
}

.whyus-stack .whyus-card-col-4 {
    transform: rotate(-3.5deg);
    margin-top: 6.5rem !important;
}

@media (max-width: 767.98px) {
    .whyus-stack .whyus-card-col-4 {
        margin-top: 20px !important;
        transform: rotate(0deg);
    }
}

.whyus-stack .whyus-card-pin {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.whyus-stack .whyus-card-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.75rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.whyus-stack .whyus-card-title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.whyus-stack .whyus-card-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 1.55;
    margin-bottom: 0;
}

.whyus-stack .whyus-card--yellow {
    background: #fff8e6;
}

.whyus-stack .whyus-card--yellow .whyus-card-pin {
    background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);
}

.whyus-stack .whyus-card--lavender {
    background: #f0ebff;
}

.whyus-stack .whyus-card--lavender .whyus-card-pin {
    background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%);
}

.whyus-stack .whyus-card--pink {
    background: #fce7f3;
}

.whyus-stack .whyus-card--pink .whyus-card-pin {
    background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
}

.whyus-stack .whyus-card--blue {
    background: #dbeafe;
}

.whyus-stack .whyus-card--blue .whyus-card-pin {
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
}

.table-wrapper {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.table-wrapper .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.table-wrapper .comparison-table thead tr th {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1c4645;
    padding: 14px 20px;
    text-align: left;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border-bottom: 2px solid #e0e0e0;
}

.table-wrapper .comparison-table thead tr th:first-child {
    width: 26%;
    border-top-left-radius: 19px;
}

.table-wrapper .comparison-table thead tr th:nth-child(2) {
    width: 32%;
}

.table-wrapper .comparison-table thead tr th:nth-child(3) {
    width: 42%;
    background: linear-gradient(180deg, #e8f5f4 0%, #c5e0df 100%);
    color: #1c4645;
    border-top-right-radius: 19px;
}

.table-wrapper .comparison-table tbody tr td {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 16px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5;
}

.table-wrapper .comparison-table tbody tr td:first-child {
    font-weight: 600;
    color: #1c4645;
}

.table-wrapper .comparison-table tbody tr td:last-child {
    font-weight: 600;
    color: #1c4645;
    background: rgba(28, 70, 69, 0.05);
}

.table-wrapper .comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.table-wrapper .comparison-table tbody tr:hover td {
    background-color: #f9fafb;
}

.table-wrapper .comparison-table tbody tr:hover td:last-child {
    background: rgba(28, 70, 69, 0.12);
}

.impact {
    position: relative;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0px 4px 27.2px 11px rgba(189, 189, 189, 0.25);
}

.impact li .text-orange {
    font-size: 1.5rem;
}

.journey {
    background: #1c4645;
    position: relative;
    z-index: 1;
}

.journey::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #355959;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .journey::after {
        width: 4px;
        height: 60%;
        top: 10%;
        left: 7%;
    }
}

.journey .heading {
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100px;
    padding: 0px 20px 0px 0px;
    display: flex;
    align-items: center;
}

.journey .heading .num {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background: #1c4645;
    border: 2px solid #355959;
    border-radius: 100px;
    padding: 1.5px 13px;
}

@media (max-width: 575.98px) {
    .journey .heading .num {
        font-size: 20px;
    }
}

.journey .heading .name {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #1c4645;
    padding: 0 20px;
}

@media (max-width: 575.98px) {
    .journey .heading .name {
        font-size: 20px;
    }
}

.journey .jor-card {
    border-radius: 35px;
}

.mentor {
    background-image: url("../img/bg-mentor.webp");
    background-size: cover;
    background-position: center;
}

.mentor .stat-card {
    background: rgba(253, 253, 253, 0.74);
    border: 1px solid #bababa;
    border-radius: 27px;
    transition: all 0.3s ease-in-out;
}

.mentor .stat-card .million {
    font-size: 52px;
}

@media (max-width: 575.98px) {
    .mentor .stat-card .million {
        font-size: 70px;
    }
}

.mentor .stat-card:hover {
    background: linear-gradient(180deg, #286260 0%, #1c4645 100%);
}

.mentor .stat-card:hover p,
.mentor .stat-card:hover h5 {
    color: #fff;
}

.mentor .stat-icon {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    position: relative;
}

.mentor .stat-icon::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.65);
    mix-blend-mode: screen;
}

.mentor .stat-icon--gold {
    background: radial-gradient(circle at 30% 20%, #fff7d1 0%, #f5c84b 40%, #d99916 100%);
}

.mentor .stat-icon--indigo {
    background: radial-gradient(circle at 30% 20%, #e0e7ff 0%, #818cf8 40%, #4338ca 100%);
}

.mentor .stat-icon--pink {
    background: radial-gradient(circle at 30% 20%, #ffe4f1 0%, #fb72c0 40%, #be185d 100%);
}

.mentor .stat-icon--red {
    background: radial-gradient(circle at 30% 20%, #fbe6e6 0%, #ff7c7c 40%, #ff0000 100%);
}

.app-journey {
    background: #f6f6f8;
}

.app-journey .app-journey-steps {
    position: relative;
}

@media (min-width: 768px) {
    .app-journey .app-journey-steps::before {
        content: "";
        position: absolute;
        top: 45px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: repeating-linear-gradient(to right, rgba(28, 70, 69, 0.15) 0, rgba(28, 70, 69, 0.15) 8px, transparent 8px, transparent 14px);
        z-index: 0;
    }
}

.app-journey .app-journey-step {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 22px;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.app-journey .app-journey-badge {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffb76b 0%, #ff6200 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 0.75rem;
    box-shadow: 0 8px 20px rgba(255, 98, 0, 0.35);
}

.app-journey h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1c4645;
}

.app-journey p.text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.faq {
    background: #f6f6f6;
}

.faq .accordion {
    border: none;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.faq .accordion .accordion-item {
    border: none;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid #dbd6d6;
    border-radius: 5px;
}

.faq .accordion .accordion-item:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.faq .accordion .accordion-item .accordion-header {
    margin: 0;
}

.faq .accordion .accordion-item .accordion-button {
    padding: 15px 28px;
    border: none;
    background: transparent;
    transition: all 0.3s ease;
}

.faq .accordion .accordion-item .accordion-button::after {
    content: "";
    background: url("../img/icons/chev.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq .accordion .accordion-item .accordion-button:hover:not(.collapsed) {
    color: #ff6200;
}

.faq .accordion .accordion-item .accordion-collapse.show .accordion-body {
    display: block;
}

.faq .accordion .accordion-item .accordion-body {
    border-top: 1px solid #e8e8e8;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}

.apply {
    background: url("../img/bg.webp");
    background-size: cover;
    background-position: center;
}

.apply .text-big {
    color: #1c4645;
}

.apply .form-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1c4645;
    margin-bottom: 8px;
}

.apply .form-control,
.apply .form-select {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.apply .form-control:focus,
.apply .form-select:focus {
    border-color: #ff6200;
    box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.1);
    outline: none;
}

.apply .form-control::-moz-placeholder,
.apply .form-select::-moz-placeholder {
    color: #999;
}

.apply .form-control::placeholder,
.apply .form-select::placeholder {
    color: #999;
}

.apply .form-control {
    min-height: 45px;
}

.apply textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.apply .form-check {
    margin-bottom: 0.5rem;
}

.apply .form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.apply .form-check-input:checked {
    background-color: #ff6200;
    border-color: #ff6200;
}

.apply .form-check-input:focus {
    border-color: #ff6200;
    box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.1);
}

.apply .form-check-input:hover {
    border-color: #ff6200;
}

.apply .form-check-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.apply ul {
    position: relative;
}

.apply ul::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 80%;
    background: #1c4645;
}

.apply ul li {
    background: #1c4645;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.apply .stepper-indicator {
    padding: 0 0.5rem;
}

.apply .stepper-steps {
    position: relative;
    flex-wrap: nowrap;
}

.apply .stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
    z-index: 1;
    cursor: default;
}

.apply .stepper-step .stepper-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.apply .stepper-step.active .stepper-number {
    background: #ff6200;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.2);
}

.apply .stepper-step.active .stepper-label {
    color: #ff6200;
}

.apply .stepper-step.completed .stepper-number {
    background: #1c4645;
    color: #fff;
}

.apply .stepper-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #1c4645;
    text-align: center;
}

.apply .stepper-line {
    flex: 1;
    height: 2px;
    min-width: 20px;
    max-width: 60px;
    background: #e0e0e0;
    margin: 0 4px;
    align-self: flex-start;
    margin-top: 19px;
}

.apply .stepper-step.completed+.stepper-line,
.apply .stepper-line:has(+ .stepper-step.completed) {
    background: #1c4645;
}

.apply .step-nav .btn {
    min-width: 120px;
}

.footer {
    background: #1c4645;
}

h5.mentor-partner {
    font-size: 20px;
}

p.mentor-partner {
    font-size: 16px;
}

.mentor-no {
    font-size: 70px;
}

/*# sourceMappingURL=style.css.map */