/* --- Open Sans Light --- */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-Light.ttf") format("truetype");
}

/* --- Open Sans LightItalic --- */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-LightItalic.ttf")
        format("truetype");
}

/* --- Open Sans Regular --- */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf")
        format("truetype");
}

/* --- Open Sans Italic --- */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-Italic.ttf") format("truetype");
}

/* --- Open Sans SemiBold --- */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-SemiBold.ttf")
        format("truetype");
}

/* --- Open Sans SemiBold Italic --- */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-SemiBoldItalic.ttf")
        format("truetype");
}

/* --- Open Sans Bold --- */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
}

/* --- Open Sans Bold Italic --- */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-BoldItalic.ttf")
        format("truetype");
}

/* --- Open Sans ExtraBold --- */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-ExtraBold.ttf")
        format("truetype");
}

/* --- Open Sans ExtraBold Italic --- */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Open_Sans/static/OpenSans-ExtraBoldItalic.ttf")
        format("truetype");
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    .min-vh-2 {
        min-height: 400px !important;
    }
}

@media (min-width: 576px) {
    .min-vh-2 {
        min-height: 200px !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .min-vh-2 {
        min-height: 200px !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .min-vh-2 {
        min-height: 200px !important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .min-vh-2 {
        min-height: 200px !important;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .min-vh-2 {
        min-height: 400px !important;
    }
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 0 !important;
    }
}

.gcb-mt-40 {
    margin-top: 40px !important;
}

.gcb-mb-40 {
    margin-bottom: 40px !important;
}

.gcb-ms-40 {
    margin-left: 40px !important;
}

.gcb-me-40 {
    margin-right: 40px !important;
}

.gcb-m-40 {
    margin: 40px !important;
}

.step-icon-wrapper:hover {
    transform: none !important;
    box-shadow: none !important;
}

/*.timeline-line {*/
/*    top: 55% !important;*/
/*}*/

.step-icon-wrapper {
    margin-bottom: 50px !important;
}

.timeline-step h4 {
    margin-top: 10px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px);
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single {
    /* Match Bootstrap's focused state */
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #0d6efd;
    color: #fff;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

/* Custom styles for the elegant card design */
.elegant-card {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.elegant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.elegant-card-header {
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 10px 10px 0 0;
}

.elegant-status-badge {
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.elegant-list-item {
    padding: 0.75rem 1.5rem;
}

.elegant-list-item strong {
    font-weight: 600;
    color: #333;
}

.elegant-card-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.feature-card {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}

.feature-card::before {
    transform: scaleX(1) !important;
}

.bg-amber {
    background: linear-gradient(
        90deg,
        var(--gcb-amber) 0%,
        var(--gcb-primary-gold-dark) 100%
    ) !important;
}

.txt-amber {
    color: var(--gcb-amber) !important;
}

.feature-icon.fa-4x {
    font-size: 2em !important;
}

.pt-70p {
    padding-top: 70px !important;
}

.pb-70p {
    padding-bottom: 70px !important;
}

.ps-70p {
    padding-left: 70px !important;
}

.pe-70p {
    padding-right: 70px !important;
}

.p-70p {
    padding: 70px !important;
}

.btn-save-continue {
    font-weight: 400 !important;
}

.btn-primary-custom:hover,
.btn-outline-custom:hover,
.btn-save-continue:hover,
.btn-gcb-dark-04:hover {
    border-color: #f9c632 !important;
    background: #f9c632 !important;
    color: #000000 !important;
}

.gcb-pattern-official-dark {
    background: #475560 !important;
}

/* Start: hero section styling */
.hero-section.welcome-title,
.hero-section .welcome-message .welcome-title,
h1.welcome-title {
    /* Mobile Default (Phones) */
    font-size: 1.5rem; /* ~24px: Readable on small screens */
    letter-spacing: -0.02em; /* Keep your spacing */
    font-weight: 600; /* Keep your weight */
    line-height: 1.2; /* Good for headings */
    color: #212529; /* Bootstrap standard dark color */
}

/* Tablet (iPad, >768px) */
@media (min-width: 768px) {
    .hero-section.welcome-title,
    .hero-section .welcome-message .welcome-title,
    h1.welcome-title {
        font-size: 2rem; /* ~32px */
    }
}

/* Desktop (Laptops, >992px) */
@media (min-width: 992px) {
    .hero-section.welcome-title,
    .hero-section .welcome-message .welcome-title,
    h1.welcome-title {
        font-size: 2.375rem; /* ~38px (Your original target) */
    }
}

/* Large Desktop (>1200px) */
@media (min-width: 1200px) {
    .hero-section.welcome-title,
    .hero-section .welcome-message .welcome-title,
    h1.welcome-title {
        font-size: 2.5rem; /* ~40px: Slightly larger for big monitors */
    }
}
/* End: hero section styling */

/* Address Information Upload Styles */
.upload-wrapper {
    cursor: pointer;
}

.upload-wrapper.has-file {
    cursor: default;
}

.upload-instructions {
    display: block;
}

.upload-instructions.has-file {
    display: none;
}

.file-preview-container {
    display: none;
}

.file-preview-container.has-file {
    display: block;
}

.file-preview-image {
    max-height: 150px;
    cursor: pointer;
}

.camera-preview {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
}

.camera-preview-container {
    max-width: 700px;
}

.btn-camera-start {
    background-color: var(--gcb-smoke-dark);
    border-color: var(--gcb-smoke-dark);
}

.btn-camera-capture {
    background-color: var(--gcb-amber);
    border-color: var(--gcb-amber);
    color: var(--gcb-black);
}

.btn-camera-retake {
    background-color: var(--gcb-primary-gold-dark);
    border-color: var(--gcb-primary-gold-dark);
    color: white;
}

.btn-camera-stop {
    background-color: var(--gcb-smoke);
    border-color: var(--gcb-smoke);
}

.btn-use-photo {
    background-color: var(--gcb-amber);
    border-color: var(--gcb-amber);
    color: var(--gcb-black);
}

.btn-retake-photo {
    background-color: var(--gcb-primary-gold-dark);
    border-color: var(--gcb-primary-gold-dark);
    color: white;
}

.form-check.form-check-inline {
    display: inline-block !important;
}

.account-info .info-item {
    display: block !important;
}


.btn-primary-custom {
    background: var(--gcb-primary);
    color: white;
    border: 1px solid var(--gcb-primary);
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 400;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(47, 67, 78, 0.15);
}

.btn-primary-custom:hover {
    background: #1f2f38;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(47, 67, 78, 0.2);
}



.bg-gray-01 {
    background: #fafbfc !important;
}

#faqAccordion .accordion-header {
    padding: 0 !important;
}

#faqAccordion.accordion {
    border: none !important;
}

h2.accordion-header .accordion-button {
    border-radius: 20px !important;
    font-size: 18px !important;
}
.accordion-modern .accordion-item {
    margin-bottom: 1.5rem !important;
}

.accordion-item .accordion-body {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

.min-vh-50 {
    height: 70vh !important;
}

.text-blue-01 {
    color: #007bae !important;
}
