.elementor-823 .elementor-element.elementor-element-cd5d513{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#FFFFFF0D;--border-color:#FFFFFF0D;--border-radius:0px 0px 0px 0px;}.elementor-823 .elementor-element.elementor-element-cd5d513:not(.elementor-motion-effects-element-type-background), .elementor-823 .elementor-element.elementor-element-cd5d513 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cc7ed59 *//* =========================================
   VALKOR CONTACT SECTION (Mobile Optimized)
   ========================================= */

/* Main Section Wrapper */
.valkor-contact-section {
    padding: 60px 20px; /* Reduced padding for mobile */
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
}

@media (min-width: 768px) {
    .valkor-contact-section { padding: 96px 24px; }
}

.valkor-contact-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Main Grid Layout */
.valkor-contact-grid {
    display: grid;
    grid-template-columns: 1fr; /* Stacked by default */
    gap: 48px; /* gap-12 */
}

@media (min-width: 1024px) {
    .valkor-contact-grid {
        grid-template-columns: 1fr 1fr; /* Side by side on Desktop */
        gap: 96px;
        align-items: start;
    }
}

/* --- LEFT COLUMN: INFO --- */
.contact-headline {
    font-size: 42px; /* Smaller on mobile */
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .contact-headline { font-size: 72px; margin-bottom: 32px; }
}

.contact-sub {
    color: #9ca3af; 
    font-size: 16px; /* Smaller text on mobile */
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px;
}

@media (min-width: 768px) {
    .contact-sub { font-size: 18px; margin-bottom: 48px; }
}

/* Contact Links */
.contact-links {
    display: flex;
    flex-direction: column;
    gap: 24px; /* Tighter gap on mobile */
}

@media (min-width: 768px) {
    .contact-links { gap: 32px; }
}

.contact-item {
    display: flex;
    gap: 16px; /* Closer icons on mobile */
    text-decoration: none;
    align-items: center;
}

@media (min-width: 768px) {
    .contact-item { gap: 24px; }
}

.contact-icon-box {
    width: 48px; /* Smaller icons on mobile */
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Prevents squishing */
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .contact-icon-box { width: 56px; height: 56px; border-radius: 16px; }
}

.contact-item:hover .contact-icon-box {
    background-color: #f59e0b;
    border-color: #f59e0b;
}

.contact-icon-box svg {
    width: 18px;
    height: 18px;
    fill: #f59e0b;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon-box svg {
    fill: #000000;
}

.contact-label {
    font-size: 10px; /* Smaller label */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-bottom: 2px;
    display: block;
}

@media (min-width: 768px) {
    .contact-label { font-size: 12px; margin-bottom: 4px; }
}

.contact-value {
    font-size: 14px;
    font-weight: 300;
    color: #6b7280;
}

/* Promise Box (Hide on Mobile to save space) */
.valkor-promise-box {
    display: none; 
}

@media (min-width: 1024px) {
    .valkor-promise-box {
        display: block;
        margin-top: 64px;
        padding: 32px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(245, 158, 11, 0.1);
        border-radius: 32px;
    }
}

/* --- RIGHT COLUMN: FORM --- */
.contact-form-wrapper {
    position: relative;
    width: 100%;
}

.valkor-form-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px; /* Smaller radius on mobile */
    padding: 24px; /* Less padding on mobile */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .valkor-form-card { padding: 48px; border-radius: 40px; }
}

/* Inputs */
.form-grid {
    display: grid;
    grid-template-columns: 1fr; /* 1 col on mobile */
    gap: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .form-grid { grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
}

.form-group label {
    display: block;
    font-size: 10px; /* Smaller labels */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #f59e0b;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .form-group label { font-size: 12px; margin-bottom: 12px; }
}

.valkor-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 20px; /* Slightly smaller input */
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-size: 14px; /* Prevent zoom on iOS */
}

@media (min-width: 768px) {
    .valkor-input { padding: 16px 24px; font-size: 16px; }
}

.valkor-input:focus {
    border-color: #f59e0b;
}

/* Selected Goal Display */
.goal-display {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 12px;
    color: #f59e0b;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .goal-display { height: 54px; padding: 0 24px; font-size: 14px; }
}

/* Service Buttons Grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cols on mobile */
    gap: 8px; /* Tighter gap */
}

@media (min-width: 640px) {
    .service-grid { grid-template-columns: repeat(6, 1fr); gap: 12px; }
}

.service-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-btn:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.service-btn.active {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #000000;
    box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.2);
}

.service-btn svg {
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
    fill: currentColor;
}

.service-text {
    font-size: 8px; /* Micro text on mobile */
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .service-text { font-size: 9px; }
    .service-btn svg { width: 16px; height: 16px; margin-bottom: 8px; }
}

/* Verification Box */
.verify-box {
    position: relative;
    width: 100%;
    min-height: 56px; /* Flexible height */
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}

@media (min-width: 768px) {
    .verify-box { min-height: 64px; padding: 0 24px; }
}

.verify-checkbox {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .verify-checkbox { width: 32px; height: 32px; margin-right: 20px; }
}

.verify-box.verifying .verify-checkbox { border-color: rgba(245, 158, 11, 0.5); }
.verify-box.success .verify-checkbox { border-color: #f59e0b; background-color: #f59e0b; }

.verify-label {
    font-size: 12px; /* Smaller font on mobile */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    flex-grow: 1;
    transition: color 0.5s ease;
}

@media (min-width: 768px) {
    .verify-label { font-size: 14px; letter-spacing: 0.1em; }
}

.verify-shield {
    font-size: 16px;
    color: #1f2937;
}

@media (min-width: 768px) {
    .verify-shield { font-size: 18px; }
}

.verify-box.success .verify-shield { color: #f59e0b; }

/* Spinner */
.spinner { animation: spin 1s linear infinite; width: 14px; height: 14px; fill: #f59e0b; }
@keyframes spin { 100% { transform: rotate(360deg); } }

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 20px; /* Less padding mobile */
    border-radius: 16px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px; /* Smaller font mobile */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    color: #1f2937;
    cursor: not-allowed;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media (min-width: 768px) {
    .submit-btn { padding: 24px; font-size: 18px; letter-spacing: 0.3em; }
}

.submit-btn.enabled {
    background-color: #f59e0b;
    color: #000000;
    cursor: pointer;
    box-shadow: 0 20px 25px -5px rgba(245, 158, 11, 0.3);
}

.submit-btn.enabled:hover {
    background-color: #fbbf24;
    transform: translateY(-2px);
}

.submit-icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

@media (min-width: 768px) {
    .submit-icon { width: 14px; height: 14px; }
}

/* SUCCESS MESSAGE */
.success-message-container { display: none; text-align: center; padding: 32px 20px; }
.success-icon-wrapper { width: 80px; height: 80px; background-color: #f59e0b; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px auto; box-shadow: 0 25px 50px -12px rgba(245, 158, 11, 0.4); animation: bounce 2s infinite; }
.success-headline { font-size: 36px; font-weight: 900; text-transform: uppercase; line-height: 1; margin-bottom: 16px; color: #ffffff; }
.return-btn { display: inline-block; padding: 16px 32px; background-color: #f59e0b; color: #000000; border-radius: 9999px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; border: none; cursor: pointer; transition: all 0.3s ease; margin-top: 24px; font-size: 12px; }

@media (min-width: 768px) {
    .success-icon-wrapper { width: 96px; height: 96px; margin-bottom: 32px; }
    .success-headline { font-size: 48px; margin-bottom: 24px; }
    .return-btn { padding: 20px 48px; font-size: 14px; margin-top: 32px; }
}

@keyframes bounce {
    0%, 100% { transform: translateY(-5%); animation-timing-function: cubic-bezier(0.8,0,1,1); }
    50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); }
}/* End custom CSS */