/* ===== CONTACT SECTION ===== */
.contact-section {
    background: #F8F9FD;
    padding: 80px 0 100px;
}

.contact-section .contact-wrapper {
    max-width: 1092px;
    margin: 0 auto;
    padding: 0 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 59px;
    align-items: start;
}

/* ── LEFT: FORM PANEL ── */
.contact-form-panel {
    background: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    padding: 28px 30px 28px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    width: 430px;
}

.contact-form-panel h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 26px;
    margin-bottom: 11px;
}

.contact-form-panel .form-subtitle {
    font-size: 13px;
    line-height: 15px;
    color: #001D3F;
    margin-bottom: 16px;
}

/* form fields */
.contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.contact-form .form-group label {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 11px;
    font-weight: 400;
    color: #8B8B8B;
    pointer-events: none;
    transition: all 0.2s ease;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    width: 100%;
    padding: 30px 16px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: var(--dark);
    background: transparent;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}

.contact-form .form-group textarea {
    min-height: 110px;
    resize: vertical;
}

.contact-form .form-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%236b7a99' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 400;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(59, 72, 212, 0.08);
    background: #fff;
}

/* consent checkbox */
.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 13px 0 12px;
    text-align: justify;

}

.contact-consent input[type="checkbox"] {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    accent-color: var(--blue);
    border-radius: 4px;
    flex-shrink: 0;
    cursor: pointer;
}

.contact-consent label {
    font-size: 7px;
    line-height: 10px;
    font-weight: 400;
    color: #8B8B8B;
    cursor: pointer;
    width: 292px;
}

/* submit button */
.contact-submit-btn {
    width: 100%;
    padding: 16px 32px;
    height: 55px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #FF8E55 -3.6%, #FF5100 147.54%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
}

.contact-submit-btn:hover::before {
    opacity: 1;
}

.contact-submit-btn:active {
    transform: translateY(0);
}

/* ── RIGHT: INFO CARDS ── */
.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 555px;
}

.contact-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 25px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.35s ease;
    border: 1px solid #EAEAEA
}

.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 29, 63, 0.09);
    border-color: #e2e8f0;
}

/* icon circle */
.ci-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.ci-icon.ci-email {
    background: #FFD9C2;
    color: #e84c1e;
}

.ci-icon.ci-whatsapp {
    background: #D6DCFF;
    color: #7281D8;
}

.ci-icon.ci-address {
    background: #C9FFE4;
    color: #52C98E;
}

.ci-icon.ci-claims {
    background: #FFD7E5;
    color: #D97799;
}

.ci-body h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #001D3F;
    margin-bottom: 6px;
}

.ci-body p {
    font-size: 13px;
    line-height: 16px;
    color: #1e1e1e;
    margin-bottom: 9px;
    font-weight: 400;
}

/* tag pills */
.ci-tag {
    display: inline-block;
    padding: 0px 14px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.ci-tag.tag-blue {
    background: #D6DCFF;
    color: #7281D8;
}

.ci-tag.tag-green {
    background: #C9FFE4;
    color: #52C98E;
}

.ci-tag.tag-pink {
    background: #FFD7E5;
    color: #D97799;
}

.ci-tag.tag-amber {
    background: #FFD9C2;
    color: #EB7032;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .contact-section .contact-wrapper {
        display: block;
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 0 20px;
        /* margin-bottom: 36px; */
    }

    .contact-form-panel {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 36px;
    }

    .contact-info-cards {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .contact-section {
        padding: 50px 0 60px;
    }

    .contact-form-panel {
        padding: 30px 22px 36px;
        width: 100%;
    }

    .contact-form-panel h2 {
        font-size: 22px;
    }

    .contact-info-cards {
        width: 100%;
    }

    .contact-info-card {
        padding: 22px 20px;

    }
}

@media (max-width: 376px) {
    /* .contact-section .contact-wrapper {
        padding: 0 0px;
    }
        .contact-form-panel ,
        .contact-info-cards {
        width: 90%;
    } */
}