/* ===================================================
   CONTACT PAGE STYLES (HAND-DRAWN TARGET DESIGN REPLICATED)
   =================================================== */

.contact-main-section {
    padding: 30px 0 60px;
    color: var(--dark-navy);
    font-family: 'Patrick Hand', 'Comic Neue', cursive, sans-serif;
    overflow-x: hidden;
}

/* 1. HERO SECTION */
.contact-hero-container {
    margin-bottom: 25px;
}

.contact-title-wrap {
    display: inline-block;
    padding-right: 70px;
}

.contact-hero-title,
.title-underline-wrap {
    font-family: var(--font-title), 'Georgia', serif !important;
    position: relative;
    display: inline-block;
}

.contact-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #0d233a;
    letter-spacing: 1.5px;
    line-height: 1.1;
    margin: 0;
}

.green-accent-lines {
    position: absolute;
    top: -12px;
    right: -24px;
    width: 30px;
    height: 18px;
    pointer-events: none;
}

.green-handdrawn-line {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 22px;
    pointer-events: none;
}

.contact-title-arrow {
    position: absolute;
    right: -20px;
    top: 5px;
    width: 85px;
    height: 52px;
    pointer-events: none;
}

.contact-subtitle-wrap {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 700;
    color: #0d233a;
    margin-top: 15px;
}

.subtitle-underline-wrap {
    font-family: var(--font-body);
    position: relative;
    display: inline-block;
}

.green-sub-line {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 10px;
    pointer-events: none;
}

.contact-hero-text {
    max-width: 680px;
    margin-top: 15px;
}

.contact-hero-para {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 400;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 12px;
}

mark.yellow-highlight {
    background-color: #fef08a;
    color: #0d233a;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Yellow Sticky Note Card (Right Column) - Using card1.png */
.yellow-sticky-note {
    background: url('../images/contact/card1.png') no-repeat center center / 100% 100%;
    border: none;
    border-radius: 0;
    padding: 55px 42px 45px;
    position: relative;
    max-width: 490px;
    min-height: 320px;
    box-shadow: none;
    transform: rotate(1deg);
    transition: transform 0.3s ease;
}

.yellow-sticky-note:hover {
    transform: rotate(0deg) scale(1.02);
}

.paperclip-wrap {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.25));
}

.paperclip-svg {
    width: 28px;
    height: 54px;
}

.sticky-note-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.lock-icon-img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    vertical-align: middle;
    
}

.sticky-note-title {
    /* font-family: var(--font-title); */
    font-family: var(--font-handwriting);
    font-size: 22px;
    font-weight: 700;
    color: #0d233a;
    margin: 0;
    letter-spacing: 0.5px;
}

.sticky-note-desc {
    margin-top: 30px;
    /* font-family: var(--font-body); */
    font-family: var(--font-handwriting);
    font-size: 17px;
    font-weight: 500;
    color: #0d233a;
    line-height: 1.5;
    max-width: 85%;
    text-align: left;
    margin: 0;
}

/* 2. WAYS TO REACH US & MESSAGE FORM */
.reach-us-title {
    font-family: var(--font-title);
    font-size: 32px;
    font-weight: 700;
    color: #3b5a45;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.reach-title-wrap {
    font-family: var(--font-title);

    position: relative;
    display: inline-block;
}

.green-accent-lines-right {
    position: absolute;
    top: -10px;
    right: -24px;
    width: 28px;
    height: 16px;
    pointer-events: none;
}

.channel-icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.8px solid #0d233a;
    transition: transform 0.2s ease;
}

.channel-item:hover .channel-icon-circle {
    transform: scale(1.08);
}

.bg-yellow-circle { background-color: #fde078; }
.bg-mint-circle   { background-color: #9ed8b8; }
.bg-blue-circle   { background-color: #a2cbf7; }
.bg-orange-circle { background-color: #f7a072; }

.channel-label {
    font-family: var(--font-title);
    font-size: 18px;
    font-weight: 700;
    color: #0d233a;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.channel-link {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: #0d233a;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.channel-link:hover {
    color: #3b5a45;
    text-decoration: underline;
}

.channel-sub {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    color: #64748b;
    margin: 0;
}

.channel-office-name {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: #0d233a;
    margin-bottom: 2px;
}

.start-chat-link {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: #3b5a45;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.start-chat-link:hover {
    color: #0d233a;
}

/* Torn Paper Message Form Card - Using paperr.png */
.torn-paper-form-card {
    background: url('../images/contact/paperr.png') no-repeat center center / 100% 100%;
    border: none;
    border-radius: 0;
    padding: 60px 40px 50px 70px;
    box-shadow: none;
}

.form-clipboard-icon {
    flex-shrink: 0;
}

.form-card-title {
    font-family: var(--font-title) !important;
    font-size: 32px;
    font-weight: 700;
    color: #0d233a;
    letter-spacing: 1px;
}

.serve-title-wrap {
    font-family: var(--font-title) !important;
    position: relative;
    display: inline-block;
}

.form-card-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 500;
    color: #5a5a72;
}

.contact-success-msg {
    background-color: #d1fae5;
    color: #065f46;
    border: 1.5px solid #10b981;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
}

.contact-error-msg {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1.5px solid #f87171;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
}

.sketch-input,
.sketch-textarea {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 500;
    color: #0d233a;
    background-color: #f7f3e9;
    border: 1.8px solid #0d233a;
    border-radius: 8px;
    padding: 12px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sketch-input:focus,
.sketch-textarea:focus {
    background-color: #ffffff;
    border-color: #3b5a45;
    box-shadow: 3px 3px 0 #0d233a;
    outline: none;
}

.consent-check-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.sketch-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #0d233a;
    border-radius: 4px;
    margin-top: 3px;
    cursor: pointer;
}

.consent-label {
    font-family: var(--font-body);
    font-size: 14.5px;
    font-weight: 500;
    color: #475569;
    line-height: 1.45;
    cursor: pointer;
    flex: 1;
}

.field-error-msg {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: #dc2626 !important;
    margin-top: 4px;
    margin-bottom: 2px;
}

/* Orange Brush Submit Button - Using buttonui.png */
.brush-submit-btn {
    display: inline-block;
    background: url('../images/contact/buttonui.png') no-repeat center center / 100% 100%;
    color: #ffffff !important;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 45px 18px;
    min-width: 270px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.brush-submit-btn:hover {
    transform: scale(1.04);
    box-shadow: none;
}

.secure-note-wrap,
.secure-note-wrap span {
    font-family: var(--font-body) !important;
    font-size: 14.5px;
    font-weight: 500;
    color: #475569;
}

.secure-note-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.secure-check-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Floating Magnifier Graphic on Left */
.contact-magnifier-wrap {
    position: absolute;
    left: -90px;
    top: 5%;
    transform: translateY(-50%) rotate(-10deg);
    width: 130px;
    height: auto;
    z-index: 5;
    pointer-events: none;
}

.contact-magnifier-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 3. STEP BANNER ("READY TO TAKE THE NEXT STEP?") - Using bottom-paper.png */
.step-banner-card {
    background: url('../images/contact/bottom-paper.png') no-repeat center center / 100% 100% !important;
    
    max-width: 920px;
    padding: 40px 55px 45px !important;
}

.calendar-icon-img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.banner-tape-graphic {
    position: absolute;
    top: -12px;
    left: 40px;
    width: 90px;
    height: 24px;
    background-color: rgba(220, 210, 190, 0.7);
    border: 1px stroke rgba(28, 28, 46, 0.2);
    transform: rotate(-3deg);
}

.step-banner-title {
    font-family: var(--font-title) !important;
    font-size: 32px;
    font-weight: 700;
    color: #0d233a;
    letter-spacing: 1px;
}

.step-underline-wrap {
    font-family: var(--font-handwriting) !important;
    position: relative;
    display: inline-block;
}

.step-banner-desc {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 500;
    color: #475569;
    line-height: 1.5;
    max-width: 340px;
}

.schedule-call-btn {
    background-color: transparent;
    color: #3b5a45 !important;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px;
    border: 2px solid #0d233a;
    border-radius: 6px;
    text-decoration: none !important;
    box-shadow: 2px 2px 0 #0d233a;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.schedule-call-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 #0d233a;
}

/* 4. BBB TRUST STRIP */
.bbb-trust-card {
    background-color: transparent;
    max-width: 960px;
}

.bbb-seal-img {
    height: 54px;
    width: auto;
    border: 0;
}

.bbb-trust-text-block {
    text-align: left;
}

.bbb-trust-desc {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    line-height: 1.45;
    margin: 0;
}

.trust-text {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: #0d233a;
}

.trust-star-img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ===================================================
   RESPONSIVE BREAKPOINTS
   =================================================== */

@media (max-width: 1199.98px) {
    .contact-hero-title {
        font-size: 46px;
    }
    .reach-us-title,
    .form-card-title {
        font-size: 28px;
    }
    .step-banner-title {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .contact-title-wrap {
        padding-right: 0;
    }
    .contact-title-arrow {
        display: none !important;
    }
    .yellow-sticky-note {
        margin-left: 0 !important;
        max-width: 100%;
        transform: rotate(0deg);
    }
    .paperclip-wrap {
        left: 30px;
        transform: none;
    }
    .form-card-title {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .contact-hero-title {
        font-size: 34px;
    }
    .contact-subtitle-wrap {
        font-size: 21px;
    }
    .contact-hero-para {
        font-size: 17.5px;
    }
    .reach-us-title,
    .form-card-title {
        font-size: 24px;
    }
    .channel-label {
        font-size: 19px;
    }
    .channel-link,
    .channel-sub {
        font-size: 16.5px;
    }
    .step-banner-title {
        font-size: 22px;
    }
    .step-banner-desc {
        font-size: 16.5px;
    }
    .schedule-call-btn {
        font-size: 18px;
        padding: 10px 22px;
    }
    .brush-submit-btn {
        font-size: 19px;
        padding: 10px 28px;
    }
    .bbb-trust-desc,
    .trust-text {
        font-size: 16px;
    }
}
