:root {
    --bs-primary-rgb: 224, 62, 14;
    --bs-secondary-rgb: 161, 146, 142;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-link-color-rgb: 51, 51, 51;
    --bs-link-hover-color-rgb: 0, 0, 0;

    /* Set the color values using the RGB format */
    --bs-primary: rgb(var(--bs-primary-rgb));
    --bs-secondary: rgb(var(--bs-secondary-rgb));
    --bs-body-bg: rgb(var(--bs-body-bg-rgb));
    --bs-body-color: rgb(var(--bs-body-color-rgb));
    --bs-link-color: rgb(var(--bs-link-color-rgb));
    --bs-link-hover-color: rgb(var(--bs-link-hover-color-rgb));

    /* Additional custom properties for your specific needs */
    --accent-color: rgb(66, 71, 86);

    --bs-primary-text-rgb: 120, 100, 80;
    --bs-primary-text: rgb(var(--bs-primary-text-rgb));
}

body {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-weight: 400;

}



table.checkout td {
    padding-left: 0;
}

a {
    color: var(--bs-link-color-rgb);
}
.footer a {
    color: white;
}

s,
strike {
    text-decoration: none;
    position: relative;
}

s::before,
strike::before {
    top: 45%;
    /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: red;
    /*this is the color of the line*/
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: .2em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before,
strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #e03e0e !important;
    border-color: #e03e0e !important;
}


.status-circle.done {
    background-color: #a8e063;
}

.status-circle {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    font-size: 10px;
}

.swiper {
    width: 100%;
    height: 300px;
}

.qf-answer {
    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid #ccc;
    border-bottom: 1px solid black;
    display: block;
    border-radius: 2px;
    background-color: #fff;
}


.qf-answer-label {
    font-weight: 700;

}


.qf-answer-label .qf-answer-label-subtext {
    display: block;
    line-height: 0.85rem;
    color: #555;
    font-weight: 400;
    font-size: 75%;

}

.status-description {
    line-height: 12px;
    font-size: 12px;
}

.status-step {

    text-align: center;

}

.status-container {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 20px auto;
}

#request-container {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: white;
}

h1 {
    font-weight: 800;
    font-optical-sizing: auto;
    font-family: "Lora", serif;

    font-style: normal;
}

h4 {
    font-weight: 800;
    color: #e03e0e;
    font-size: 20px;
    ;
    margin-bottom: 0px;
}

.status-order .accordion-button {}


.label-explainer {
    color: #a1a1a1;
    font-size: 12px;
    line-height: 13px;
    font-weight: 100;
    margin: 2px 0;
}

.card {
    border: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.05);
    padding: 0;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-header {
    border-bottom: none;
}

.card-body {
    font-size: 0.95rem;
}

.list-group-item {
    /*border: none;*/
    padding: 0.5rem 1rem;
}

.badge {
    font-weight: normal;
    font-size: 0.85rem;
}

.btn-lg {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 0;
    border-radius: 10px;
}

.nav-link {
    color: #e03e0e;
}

.navbar{
    background-color: #e9e7e2;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: 800;
}

.full-background {
    position: relative;

    background: url('../img/bg.jpg');
    background-size: cover;

    margin: 0;
    padding: 0;
}

.startcta {
    background-color: #e03e0e;
    color: white;
    text-align: center;
}

.accordion {
    background-color: #e03e0e !important;
}

.cap {
    text-transform: capitalize;

}

form.validate input:invalid {
    background-color: rgb(239, 224, 227);
    border: 1px solid darkred;
}

.form-label {
    margin-bottom: 3px;

    font-weight: 400;
    color: rgb(var(--bs-secondary-rgb));
}

.shadow-extended {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.input-group-text {
    background: white;
}

.alert-discount {
    background-color: #fffce7;
    background-image: linear-gradient(to bottom right, #e03e0e, #a1928e);

    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.topcontent {
    position: relative;
    z-index: 1;
}

.form-helper {
    font-size: 11px;
    font-weight: 400;
    color: #555
}

.hint-sm {
    font-size: 10px;
    color: #ddd;
}

h6 {
    font-weight: 500;
}

h5 {
    font-weight: 700;
    font-family: 'Lora';
}

.full-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.7;
    /* 10% visibility */
}


.btn-primary {
    background-color: rgb(var(--bs-primary-rgb));
    border-color: rgb(var(--bs-primary-rgb));
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgba(var(--bs-primary-rgb), 0.9);
    border-color: rgba(var(--bs-primary-rgb), 0.9);
}

.btn-check:checked+.btn-outline-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.sub-headexplainer {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 500;
    color: #0f120e;
}


.stepped-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px;
    left: calc(50% + 20px);
    width: calc(100% - 40px);
    height: 2px;
    background-color: #e0e0e0;
}

.step-circle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.step.active .step-circle {
    border: 2px solid rgb(var(--bs-primary-rgb));
    color: #000;
    background-color: #f8f8f8;
}

.step.done .step-circle {
    background-color: rgb(var(--bs-primary-rgb));
    color: white;
}

.step-text {
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .step-text {
        font-size: 14px;
    }
}

.step.done .step-circle::after {
    content: '\f058';
    /* Font Awesome Pro 'check-circle' icon */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: white;
    color: #28a745;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    color: #fff;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #474747;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    font-weight: 700;
}

.collapse:not(.show)+a .when-expanded,
.collapse.show+a .when-collapsed {
    display: none;
}

.draft-container {
    position: relative;
    background-color: white;
    overflow: hidden;  /* Add this line to hide overflow */
}

.draft-container::before {
    content: "DRAFT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 0;
    
    font-size: 20vw;  /* Use viewport width units */
    font-weight: bold;
    color: rgba(200, 200, 200, 0.3);
    white-space: nowrap;
    
    pointer-events: none;
}

.draft-container > * {
    position: relative;
    z-index: 1;
}

/* Landing Page Styles */
.landing-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
    position: relative;
    overflow: hidden;
}

.landing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../img/unicorn-envelope.svg') no-repeat;
    background-position: right center;
    opacity: 0.1;
}

.landing-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.landing-headline {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.landing-subheadline {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #333;
}

.landing-body {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 3rem;
}

.email-pill {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    padding: 1.5rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.email-pill:hover {
    transform: translateY(-2px);
}

.email-address {
    font-family: monospace;
    font-size: 1.2rem;
    color: #1a1a1a;
}

.copy-button {
    background: #0066ff;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.copy-button:hover {
    background: #0052cc;
}

.floating-envelope {
    position: absolute;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .landing-headline {
        font-size: 2.5rem;
    }
    
    .landing-subheadline {
        font-size: 1.4rem;
    }
    
    .landing-hero::before {
        width: 100%;
        opacity: 0.05;
    }
}