.contact-section {
    /* background-color: #c8a27b !important; */
    padding: 40px 1.5rem !important;
    position: relative;
    overflow: hidden;
}

.contact-grid {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.qr-header-main {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.qr-header-main h3 {
    font-family: var(--sans, 'Plus Jakarta Sans', sans-serif);
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin: 0;
}

/* Column Grid */
.qr-form-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
    position: relative;
    z-index: 10;
}

.qr-form-container--email-only .contact-form-panel {
    flex: 1;
    max-width: 100%;
}

.qr-info-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-form-panel {
    flex: 1.15;
    width: 100%;
}

.whatsapp-card {
    background: linear-gradient(180deg, #0066eb 0%, #0045a5 100%);
    border-radius: 20px;
    padding: 24px 20px;
    box-shadow: 0 15px 30px rgba(0, 70, 165, 0.15);
    text-align: center;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.whatsapp-header {
    margin-bottom: 16px;
    width: 100%;
}

.whatsapp-logo-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.3);
    border: 2px solid #ffffff;
}

.whatsapp-logo-wrapper i {
    color: #ffffff;
    font-size: 28px;
}

.whatsapp-header h3 {
    font-family: var(--sans, 'Plus Jakarta Sans', sans-serif);
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px 0;
}

.whatsapp-header p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 500;
}
.whatsapp-qr-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.whatsapp-qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /* max-width: 120px; */
}

.whatsapp-qr-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-qr-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.whatsapp-qr-box img.qr-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whatsapp-qr-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}

.country-flag-img {
    width: 18px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.country-name-txt {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
}

.whatsapp-instruction {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    margin: 0 0 16px 0;
    max-width: 280px;
    text-align: center;
}

.whatsapp-card .btn-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366 0%, #1cbd5d 100%);
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 2rem;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.25);
}

.whatsapp-card .btn-whatsapp-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.3);
    filter: brightness(1.05);
}

.whatsapp-card .btn-whatsapp-cta i {
    font-size: 18px;
}

.form-card {
    background: #77767921;
    border-radius: 20px;
    padding: 24px 24px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    box-sizing: border-box;
}

.form-badge-header {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.email-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eef2ff;
    border: 1px solid #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    font-size: 18px;
    margin: 0 auto 10px;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.05);
}

.form-badge-header h3 {
    font-family: var(--sans, 'Plus Jakarta Sans', sans-serif);
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.form-badge-header p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.form-row {
    display: flex;
    gap: 12px;
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.icon-input-group {
    position: relative;
}

.icon-input-group input,
.icon-input-group textarea {
    width: 100%;
    padding: 10px 14px 10px 38px !important;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    background-color: #ffffff;
    transition: all 0.25s ease;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

.icon-input-group input {
    height: 42px;
}

.icon-input-group textarea {
    min-height: 70px;
    resize: none;
    line-height: 1.4;
}

.icon-input-group .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6366f1;
    font-size: 16px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.25s ease;
}

.icon-input-group .textarea-icon {
    top: 14px;
    transform: none;
}

/* Hover/Focus states */
.icon-input-group input:hover,
.icon-input-group textarea:hover {
    border-color: #cbd5e1;
}

.icon-input-group input:focus,
.icon-input-group textarea:focus {
    border-color: #6366f1;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08);
}

.icon-input-group input:focus + .input-icon,
.icon-input-group textarea:focus + .input-icon {
    color: #4f46e5;
}

.phone-row .country-code-group {
    flex: 0 0 40%;
    position: relative;
    height: 42px;
}

.phone-row .phone-number-group {
    flex: 0 0 calc(68% - 3.3rem);
}

.country-code-group select {
    width: 100%;
    height: 42px;
    padding: 0 28px 0 36px !important;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    /* font-weight: 600; */
    color: #1e293b;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.country-code-group select:hover {
    border-color: #cbd5e1;
}

.country-code-group select:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08);
}

.country-code-group .dropdown-globe-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6366f1;
    font-size: 16px;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.country-code-group .dropdown-arrow-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 14px;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.captcha-group {
    width: 100%;
}

.captcha-group .captcha-row {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    height: 42px;
    padding: 0 4px 0 14px;
    box-sizing: border-box;
    gap: 8px;
    width: 100%;
}

.captcha-row .captcha-icon {
    color: #6366f1;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.captcha-row .captcha-question {
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    min-width: 80px;
    white-space: nowrap;
}

.captcha-row input {
    flex: 1;
    border: none;
    background: transparent;
    height: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    padding: 0 6px;
    box-sizing: border-box;
}

.captcha-row .btn-refresh-captcha {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #64748b;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.2s ease;
}

.captcha-row .btn-refresh-captcha:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.captcha-group .error-text {
    color: #ef4444;
    font-size: 12.5px;
    font-weight: 500;
    margin-top: 2px;
    padding-left: 2px;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--ink, #0f172a);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 8px 16px rgba(99, 102, 241, 0.12);
    margin-top: 4px;
}

.btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(99, 102, 241, 0.2);
    filter: brightness(1.05);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-submit i {
    font-size: 17px;
}
.form-trust-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 500;
    margin-top: 2px;
}

.form-trust-message i {
    color: #10b981;
    font-size: 15px;
}

.contact-info-panel {
    margin-top: 35px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.info-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 24px;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}

.info-header {
    margin-bottom: 20px;
    text-align: center;
}

.info-eyebrow {
    display: inline-block;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    color: #4f46e5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 100px;
    margin-bottom: 8px;
}

.info-title {
    font-family: var(--sans, 'Plus Jakarta Sans', sans-serif);
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
    letter-spacing: -0.01em;
}

.info-subtitle {
    font-size: 13.5px;
    font-weight: 500;
    color: #64748b;
    margin: 0;
}

.info-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
}

.info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #eef2ff;
    border: 1px solid #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    font-size: 16px;
    flex-shrink: 0;
}

.info-text {
    display: flex;
    flex-direction: column;
}

.info-text label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b;
    margin-bottom: 2px;
}

.info-text a {
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.5px;
    transition: color 0.2s ease;
}

.info-text a:hover {
    color: #4f46e5;
}

.info-text span {
    color: #0f172a;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 991px) {
    .qr-form-container {
        flex-direction: column;
        gap: 24px;
    }
    
    .qr-header-main h3 {
        font-size: 24px;
    }
    
    .whatsapp-card, .form-card {
        padding: 24px 20px;
    }
}

@media (max-width: 580px) {
    .form-row {
        flex-direction: column;
        gap: 12px;
    }
    
    .phone-row .country-code-group {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .phone-row .phone-number-group {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .whatsapp-qr-grid {
        gap: 12px;
    }
    
    .whatsapp-qr-item {
        max-width: 110px;
    }
}