﻿@charset "utf-8";

@font-face {
    font-family: 'mulish';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Mulish-SemiBold.ttf') format('truetype'), url('../fonts/Mulish-SemiBold.woff2') format('woff2'), url('../fonts/Mulish-SemiBold.eot?') format('eot');
}

@font-face {
    font-family: 'mulish';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'), url('../fonts/Mulish-ExtraBold.ttf') format('truetype'), url('../fonts/Mulish-ExtraBold.eot?') format('eot');
}

@font-face {
    font-family: 'mulish';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Mulish-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Mulish-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Mulish-SemiBoldItalic.eot?') format('eot');
}

@font-face {
    font-family: 'mulish';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Mulish-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Mulish-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Mulish-ExtraBoldItalic.eot?') format('eot');
}

.body {
    font-family: mulish !important;
    font-size: 16px;
}

.navbar-brand img {
    width: 100px;
}

.orange-header {
    color: var(--bs-sub-color-light);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.hero {
    background-color: var(--bs-main-color);
    color: #ffffff;
    padding: 80px 0px;
}

    .hero .header-1 {
        text-align: center;
        font-size: 38px;
        font-weight: 500;
        line-height: 1.35;
        color: #fff;
        margin-bottom: 30px;
    }

    .hero .header-2 {
        text-align: center;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.35;
        color: #fff;
        margin-bottom: 30px;
    }

    .hero .hero-content {
        text-align: center;
        color: #B9C2DC;
        padding: 10px 18%;
    }

.hero-2 {
    background-color: #ffffff;
    color: #000000;
    padding: 80px 0px;
}

    .hero-2 .header-1, .hero-3 .header-1 {
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.35;
        color: var(--bs-main-color);
        margin-bottom: 30px;
    }

    .hero-2 .header-2 {
        font-size: 26px;
        font-weight: 500;
        color: var(--bs-main-color);
        margin-bottom: 10px;
        line-height: 26px;
    }

.client-section .header-2 {
    font-size: 26px;
    font-weight: 500;
    color: var(--bs-main-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.hero-2 .hero-content {
    text-align: center;
    color: #000000;
    padding: 10px 18%;
}

.hero-3 {
    background-color: #FCFBF8;
    color: #000000;
    padding: 80px 0px;
}

.client-section {
    background-color: #F7F5EF;
    padding: 50px 0;
}

    .client-section p {
        font-size: 12px;
        letter-spacing: 1.5px;
        color: #5F5E5A;
        text-transform: uppercase;
        margin-bottom: 24px;
        display: block;
        text-align: center;
    }
.text-blue {
    font-size: 20px;
    color: var(--bs-main-color);
    margin-bottom: 24px;
    margin-top:24px;
    display: block;
    font-weight:700;
    text-align: center;
}
.clearfix {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
}

.rungs {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
}

.rung:not(:last-child) {
    border-bottom: none;
}

.rung {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: stretch;
    border-left: 2px solid #E4E1D8;
    position: relative;
}

    .rung::before {
        content: '';
        position: absolute;
        left: -9px;
        top: 50%;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #E8491A;
        border: 3px solid #FCFBF8;
    }

.rung-alt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 24px 26px 30px;
}

    .rung-alt .num {
        font-size: 13px;
        color: #E8491A;
        font-weight: 600;
    }

    .rung-alt .label {
        font-size: 12px;
        color: #5F5E5A;
        margin-top: 4px;
    }

.rung-content {
    padding: 26px 10px 26px 30px;
}

    .rung-content h3 {
        font-size: 18px;
        color: var(--bs-main-color);
        font-weight: 500;
        margin-bottom: 4px;
    }

    .rung-content .desc {
        font-size: 13.5px;
        color: #5F5E5A;
        font-style: italic;
        margin-bottom: 10px;
    }

    .rung-content .progs {
        font-size: 13.5px;
        color: #E8491A;
        font-weight: 500;
    }

.footer {
    padding: 10px;
    background-color: #ffffff;
    font-size: 14px;
}

    .footer a {
        color: var(--bs-sub-color);
        text-decoration: none;
        font-size: 14px;
    }

        .footer a:hover {
            color: var(--bs-main-color);
            text-decoration: none;
        }

.profile-photo {
    width: 100%;
    border-radius: 10px;
    background: #DEDBD0;
    border: solid 3px var(--bs-main-color);
}

.founder-content {
    font-size: 14.5px;
    color: #5F5E5A;
    font-style: italic;
    line-height: 1.6;
}

.text-normal {
    text-transform: none !important;
}

.devider {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E4E1D8;
    display: block;
}

.text-justify {
    text-align: justify;
}

.p-highlight {
    text-align: justify;
    font-weight: 700;
    color: var(--bs-main-color);
}

.mark-icon {
    font-family: 'Fraunces', serif;
    font-size: 64px;
    color: var(--bs-sub-color);
    line-height: 1;
    margin-bottom: 6px;
    text-align: center;
}


.timeline {
    /*padding: 60px;*/
}
.timeline-track {
    margin: 0 auto;
    position: relative;
}
    .timeline-track::before {
        content: '';
        position: absolute;
        left: 27px;
        top: 20px;
        bottom: 8px;
        width: 2px;
        background: linear-gradient(180deg, var(--bs-sub-color) 0%, #E4E1D8 100%);
    }
.step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 28px;
    position: relative;
    padding-bottom: 52px;
}
.step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #081F53;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    z-index: 1;
    top: 20px;
    position: relative;
}
.step-content {
    padding-top: 8px;
}
.step-tag {
    display: inline-block;
    font-size: 11px;
    color: var(--bs-sub-color);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.step-content h3 {
    font-size: 19px;
    color: #081F53;
    font-weight: 500;
    margin-bottom: 8px;
}
.step-content p {
    font-size: 14.5px;
    color: #4A4A48;
    text-align:justify;
}
ul.services li a {
    color: var(--bs-main-color);
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #E4E1D8;
    border-radius: 20px;
    transition: all 0.2s;
    font-size: 13px;
}
    ul.services li a:hover, ul.services li a:focus {
        color: var(--bs-sub-color);
        border: 1px solid var(--bs-sub-color);
    }

.card-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top:10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
    .card-label .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }
.problem .dot {
    background: #A9A79C;
}
.problem .card-label {
    color: #5F5E5A;
}
.problem p, .shift p {
    text-align:justify;
}
.shift .card-label {
    color: #E8491A;
}
.problem {
    background: #FAF9F6;
    border-right:solid 1px #E4E1D8;
}
.shift {
    background: #FFF6F1;
}
.shift .dot {
    background: #E8491A;
}
.problem p, .shift p {
    font-size: 14px;
    color: #3A3A38;
}
.card-header .title {
    font-size:20px;
    font-weight:700;
    color:var(--bs-main-color);
}
.card-header .tag {
    background: var(--bs-main-color);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.contact-us-form {
    background: #F7F5EF;
    border-radius: 12px;
    padding: 40px;
    font-size:14px !important;
}
.info-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}
.info-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #F7F5EF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--bs-sub-color);
    font-weight: 600;
    flex-shrink: 0;
}
.info-row .label {
    font-size: 12px;
    color: #5F5E5A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.info-row .value {
    font-size: 14.5px;
    color: var(--bs-main-color);
    font-weight: 500;
}
textarea {
    min-height: 100px !important;
}
.error-control {
    border-color:#E8491A !important;
}

.progressbar {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 1060;
    left: 0px !important;
    background: rgba(0, 0, 0, 0.3);
}

    .progressbar div {
        left: 49%;
        position: fixed;
        top: 43%;
        width: auto;
    }

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center center;
}

    .lds-dual-ring::after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border-width: 6px;
        border-style: solid;
        border-image: initial;
        border-color: rgb(255, 255, 255) transparent;
        animation: 1.2s linear 0s infinite normal none running lds-dual-ring;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.progressbar .loading {
    position: fixed;
    left: calc(50% - 59px);
    top: calc(43% + 80px);
    font-size: 1.1rem;
    color: #FFFFFF;
}
.altitude-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    font-size: 12.5px;
    color: #8C9AC2;
    letter-spacing: 0.5px;
}
    .altitude-line .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--bs-sub-color-light);
    }