
.banner-subheading, body {
    font-family: Roboto, serif !important;
}

.heading, .subheading {
    text-align: left;
}

.progress {
    --si-progress-bar-bg: #158e3f !important;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.heading {
    font-size: 61px !important;
}

.subheading {
    font-size: 55px !important;
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 100vh;
        padding: 100px 0 60px;
    }
}

.badge.bg-light.rounded-pill {
    padding: 10px;
    color: #8f7860;
    font-size: 13px;
}

.font-medium {
    font-weight: 400;
}

.contact-btn, .soumission-btn {
    width: 100%;
    font-weight: 800;
    font-size: 18px;
}

.hide-mobile {
    display: none !important;
    padding-top: 0 !important;
}

.form-label {
    color: #495166;
}

.soumission-btn {
    background-color: #8f7860;
}

.font-thin, .subheading {
    font-weight: 100;
}

.banner-subheading {
    font-size: 15px !important;
    text-align: left;
}

.heading, .roboto-thin {
    font-family: Roboto, serif;
}

.heading {
    line-height: normal;
}

.font-bold {
    font-weight: 800;
}

.subheader {
    font-size: 35px !important;
}

.roboto-thin {
    font-weight: 100;
    font-style: normal;
    font-size: 23px;
}

.form-subheader {
    font-size: 17px;
    font-weight: 899;
    color: #272c39;
    display: flex;
    align-items: center;
    text-align: center;
}

.form-subheader::after, .form-subheader::before {
    content: '';
    flex: 1;
    border-bottom: 1px dotted #989899;
    margin: 0 10px;
}

@media (min-width: 768px) {
    .subheader {
        font-size: 40px !important;
    }

    .contact-btn, .soumission-btn {
        padding: 15px;
        font-weight: 900;
        width: auto;
        font-size: 18px;
    }

    .soumission-btn {
        background-color: #8f7860;
    }
}

@media (min-width: 576px) {
    .subheader {
        font-size: 35px !important;
    }
}

@media (min-width: 992px) {
    .btn-nav {
        font-weight: 900;
        padding: 15px;
        background-color: #8f7860;
    }

    .subheader {
        font-size: 45px !important;
        max-width: 560px !important;
    }

    .roboto-thin {
        font-family: Roboto, serif;
        font-weight: 100;
        font-style: normal;
        font-size: 22px;
    }

    .banner-subheading {
        font-family: Roboto, serif !important;
        font-size: 21px !important;
        text-align: left;
    }

    .form-subheader {
        font-size: 23px;
        font-weight: 899;
        color: #272c39;
    }

    .heading {
        font-family: Roboto, serif;
        font-size: 59px;
        line-height: normal;
    }

    .subheading {
        font-weight: 100;
        font-size: 59px;
    }
}

.roboto-black, .roboto-bold, .roboto-light, .roboto-medium, .roboto-regular {
    font-family: Roboto, serif;
    font-style: normal;
}

@media (min-width: 1200px) {
    .subheader {
        font-size: 55px !important;
        max-width: 630px !important;
    }

    .roboto-thin {
        font-family: Roboto, serif;
        font-weight: 300;
        font-style: normal;
        font-size: 25px;
    }
}

@media (min-width: 1400px) {
    .subheader {
        font-size: 65px !important;
        max-width: 800px !important;
    }

    .roboto-thin {
        font-family: Roboto, serif;
        font-weight: 300;
        font-style: normal;
        font-size: 27px;
    }
}

.roboto-light {
    font-weight: 300;
}

.roboto-regular {
    font-weight: 400;
}

.roboto-medium {
    font-weight: 500;
}

.roboto-bold {
    font-weight: 700;
}

.roboto-black {
    font-weight: 900;
}

.roboto-black-italic, .roboto-bold-italic, .roboto-light-italic, .roboto-medium-italic, .roboto-regular-italic, .roboto-thin-italic {
    font-family: Roboto, serif;
    font-style: italic;
}

.roboto-thin-italic {
    font-weight: 100;
}

.roboto-light-italic {
    font-weight: 300;
}

.roboto-regular-italic {
    font-weight: 400;
}

.roboto-medium-italic {
    font-weight: 500;
}

.roboto-bold-italic {
    font-weight: 700;
}

.roboto-black-italic {
    font-weight: 900;
}

.navbar-toggler-icon, .navbar-toggler-icon::after, .navbar-toggler-icon::before {
    display: none !important;
}

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s ease-in-out .2s;
    transition: .4s ease-in-out .2s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

[data-bs-theme=dark] .page-loading {
    background-color: #0b0f19;
}

.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.page-loading.active>.page-loading-inner {
    opacity: 1;
}

.page-loading-inner>span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #9397ad;
}

[data-bs-theme=dark] .page-loading-inner>span {
    color: #fff;
    opacity: .6;
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner;
    animation: .75s linear infinite spinner;
}

[data-bs-theme=dark] .page-spinner {
    border-color: rgba(255, 255, 255, .4);
    border-right-color: transparent;
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

:root, [data-bs-theme=light] {
    --si-btn-bg: #525252 !important;
    --si-blue: #0d6efd;
    --si-indigo: #6610f2;
    --si-purple: #6f42c1;
    --si-pink: #d63384;
    --si-red: #dc3545;
    --si-orange: #fd7e14;
    --si-yellow: #ffc107;
    --si-green: #198754;
    --si-teal: #20c997;
    --si-cyan: #0dcaf0;
    --si-black: #000;
    --si-white: #fff;
    --si-gray: #9397ad;
    --si-gray-dark: #33354d;
    --si-gray-100: #f3f6ff;
    --si-gray-200: #eff2fc;
    --si-gray-300: #e2e5f1;
    --si-gray-400: #d4d7e5;
    --si-gray-500: #b4b7c9;
    --si-gray-600: #9397ad;
    --si-gray-700: #565973;
    --si-gray-800: #33354d;
    --si-gray-900: #0b0f19;
    --si-primary: #6366f1;
    --si-secondary: #eff2fc;
    --si-success: #22c55e;
    --si-info: #4c82f7;
    --si-warning: #ffba08;
    --si-danger: #ef4444;
    --si-light: #fff;
    --si-dark: #0b0f19;
    --si-primary-rgb: 99, 102, 241;
    --si-secondary-rgb: 239, 242, 252;
    --si-success-rgb: 34, 197, 94;
    --si-info-rgb: 76, 130, 247;
    --si-warning-rgb: 255, 186, 8;
    --si-danger-rgb: 239, 68, 68;
    --si-light-rgb: 255, 255, 255;
    --si-dark-rgb: 11, 15, 25;
}

.btn-primary {
    --si-btn-color: #000;
    --si-btn-bg: #525252;
    --si-btn-border-color: none;
    --si-btn-hover-color: #d0d0d0;
    --si-btn-hover-bg: #292828;
    --si-btn-hover-border-color: #7375f2;
    --si-btn-focus-shadow-rgb: 84, 87, 205;
    --si-btn-active-color: #000;
    --si-btn-active-bg: #8285f4;
    --si-btn-active-border-color: #7375f2;
    --si-btn-active-shadow: unset;
    --si-btn-disabled-color: #000;
    --si-btn-disabled-bg: #6366f1;
    --si-btn-disabled-border-color: #6366f1;
}

.badge {
    padding: 3px;
    font-size: 10px;
    color: #fff;
    margin-left: 5px;
}

.badge.badge-primary {
    background-color: red;
}

.text-primary {
    color: #8f7860 !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    padding: 15px 0;
}

.hero-section {
    min-height: 100vh;
    padding-top: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.card.shadow-lg.quote-bg {
    background: rgb(0 0 0 / .85);
    border: none;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 15px 30px rgb(0 0 0 / .3) !important;
}

.card-body {
    padding: 25px;
}

.form-step {
    margin-bottom: 30px;
}

.form-label {
    color: #fff;
    margin-bottom: 8px;
}



.progress {
    height: 8px;
    background: rgb(255 255 255 / .1);
    margin-bottom: 25px;
}

.progress-bar {
    background-color: #0d6efd;
}

.heading {
    font-size: 32px !important;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.subheading {
    font-size: 42px !important;
    font-weight: 700;
    color: #fff;
}


@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 80px;
    }

    .card.shadow-lg.quote-bg {
        margin: 15px;
        padding: 15px;
    }

    .heading {
    font-size: 41px !important;
    font-weight: 300;
  }
    .subheading {
    font-size: 34px !important;
    font-weight: 900;
  }

    .card-body {
        padding: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section {
        padding-top: 90px;
    }

    .heading {
        font-size: 28px !important;
        font-weight: 300;
    }

    .subheading {
        font-size: 36px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
        padding-top: 100px;
    }

    .heading {
        font-size: 39px !important;
        font-weight: 300;
    }

    .subheading {
        font-size: 39px !important;
        font-weight: 900;
    }

 
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section {
        padding-top: 120px;
    }

    .heading {
        font-size: 42px !important;
        font-weight: 300;
    }

    .subheading {
        font-size: 54px !important;
    }
}

@media (min-width: 1200px) {
    .hero-section {
        padding-top: 120px;
    }

    .heading {
        font-size: 48px !important;
        font-weight: 300;
    }

    .subheading {
        font-size: 60px !important;
    }

    .card.shadow-lg.quote-bg {
        margin-top: 40px;
    }
}

[data-bs-theme="dark"] .card:not([data-bs-theme="light"]).shadow-lg {
    background-color: rgb(0 0 0 / .85) !important;
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-image: none;
}

.invalid-feedback {
    color: #dc3545;
}

.btn-primary {
    padding: 12px 24px;
    font-weight: 600;
}

.btn-outline-secondary {
    color: #fff;
    border-color: rgb(255 255 255 / .5);
}

.btn-outline-secondary:hover {
    background: rgb(255 255 255 / .1);
    border-color: #fff;
}
