/* ========================================
   REQUEST A QUOTE PAGE STYLES
   ======================================== */

/* ---------------------------------------- 1. PAGE CANVAS OVERRIDES ---------------------------------------- */
body.page-id-11221 .page-header,
body.page-id-11221 .entry-header {
    display: none !important;
}

body.page-id-11221 #content-wrap,
body.page-id-11221 #primary,
body.page-id-11221 .content-area,
body.page-id-11221 .entry-content {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page-id-11221 #primary {
    border: 0 !important;
}

.safebox2u-rq-page {
    background: #f8faf9;
    font-family: var(--font-body);
    overflow: hidden;
    padding-bottom: 60px;
}

.safebox2u-rq-page *,
.safebox2u-rq-page *::before,
.safebox2u-rq-page *::after {
    box-sizing: border-box;
}

/* ----------------------------------------
   ANIMATION KEYFRAMES
   ---------------------------------------- */
@keyframes rq-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rq-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ---------------------------------------- 2. HERO HEADER ---------------------------------------- */
.safebox2u-rq-hero {
    background: linear-gradient(135deg, #0f261a 0%, #1e4030 40%, #3F6A54 100%);
    color: #ffffff;
    padding: 80px 30px 70px;
    position: relative;
    text-align: center;
}

.safebox2u-rq-hero::after {
    animation: rq-fade-in 0.8s 0.8s ease 1 both;
    background: linear-gradient(90deg, #FFD700, rgba(255, 215, 0, 0.2), transparent);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.safebox2u-rq-hero h1 {
    animation: rq-fade-up 0.7s 0.2s ease both;
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    margin: 0 auto 16px;
    max-width: 800px;
    line-height: 1.15;
}

.safebox2u-rq-lede {
    animation: rq-fade-up 0.7s 0.4s ease both;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 680px;
}

/* ---------------------------------------- 3. MAIN CONTENT LAYOUT ---------------------------------------- */
.safebox2u-rq-main {
    max-width: 1180px;
    margin: -30px auto 0;
    /* Pulls content up slightly over the hero */
    padding: 0 30px;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

/* ---------------------------------------- 4. FORM COLUMN ---------------------------------------- */
.safebox2u-rq-form-col {
    animation: rq-fade-up 0.8s 0.6s ease both;
    background: #ffffff;
    border: 1px solid #e8ede9;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 38, 26, 0.06);
    padding: 40px;
}

.safebox2u-rq-form-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f5f2;
    padding-bottom: 15px;
}

/* Make Ninja Form blend nicely */
.nf-form-content {
    padding: 0 !important;
}

.nf-field-element input[type="text"],
.nf-field-element input[type="email"],
.nf-field-element input[type="tel"],
.nf-field-element textarea,
.nf-field-element select {
    border: 1px solid #dfe8df !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    background: #fdfdfd !important;
    transition: all 0.2s !important;
    box-shadow: none !important;
}

.nf-field-element input:focus,
.nf-field-element textarea:focus,
.nf-field-element select:focus {
    border-color: #3F6A54 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(63, 106, 84, 0.1) !important;
    outline: none !important;
}

.nf-field-element input[type="button"],
.nf-field-element input[type="submit"] {
    background: linear-gradient(135deg, #1e4030, #3F6A54) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 30px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
    width: 100% !important;
}

.nf-field-element input[type="button"]:hover,
.nf-field-element input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(63, 106, 84, 0.25) !important;
}

.nf-field-label label {
    font-weight: 600 !important;
    color: #3d4f46 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

/* ---------------------------------------- 5. SIDEBAR / INFO COLUMN ---------------------------------------- */
.safebox2u-rq-sidebar {
    animation: rq-fade-up 0.8s 0.8s ease both;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.safebox2u-rq-card {
    background: #ffffff;
    border: 1px solid #e8ede9;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 16px rgba(15, 38, 26, 0.04);
}

.safebox2u-rq-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.safebox2u-rq-timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.safebox2u-rq-timeline li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 24px;
    color: #5a6b62;
    font-size: 14.5px;
    line-height: 1.5;
}

.safebox2u-rq-timeline li:last-child {
    margin-bottom: 0;
}

.safebox2u-rq-timeline li::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 24px;
    bottom: -24px;
    width: 2px;
    background: #e8ede9;
}

.safebox2u-rq-timeline li:last-child::before {
    display: none;
}

.safebox2u-rq-timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #f0f5f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #3F6A54;
    font-weight: 800;
    border: 2px solid #fff;
    z-index: 2;
}

.safebox2u-rq-card strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 4px;
}

.safebox2u-rq-contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: #3d4f46 !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    padding: 12px 16px;
    background: #f8faf9;
    border-radius: 8px;
    border: 1px solid #e8ede9;
    transition: all 0.2s;
}

.safebox2u-rq-contact-link:hover {
    border-color: #3F6A54;
    background: #fff;
    box-shadow: 0 4px 12px rgba(63, 106, 84, 0.08);
    transform: translateX(4px);
}

.safebox2u-rq-contact-icon {
    font-size: 18px;
}

.safebox2u-rq-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366, #1fb855);
    color: #fff !important;
    font-weight: 800;
    font-size: 15px;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none !important;
    width: 100%;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
    transition: transform .2s, box-shadow .2s;
}

.safebox2u-rq-wa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.32);
}

/* ---------------------------------------- 6. RESPONSIVE ---------------------------------------- */
@media (max-width: 992px) {
    .safebox2u-rq-main {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: -20px;
    }
}

@media (max-width: 768px) {
    .safebox2u-rq-hero h1 {
        font-size: 32px;
    }

    .safebox2u-rq-hero {
        padding: 60px 20px 50px;
    }

    .safebox2u-rq-main {
        padding: 0 20px;
    }

    .safebox2u-rq-form-col,
    .safebox2u-rq-card {
        padding: 24px;
    }
}