/* =========================================================
   CONTACT PAGE - FULL PREMIUM DARK MODE
========================================================= */

body:not(.light-mode) .contact-section {
    background: linear-gradient(180deg, #031033 0%, #04183f 40%, #061126 100%) !important;
    padding: 100px 0;
}

body:not(.light-mode) .contact-form-panel,
body:not(.light-mode) .office-panel {
    background: linear-gradient(180deg, rgba(8,25,58,0.98), rgba(5,18,44,0.98)) !important;
    border: 1px solid rgba(28,183,245,0.14) !important;
    border-radius: 18px !important;
    padding: 38px !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    transition: all 0.35s ease;
}

body:not(.light-mode) .contact-form-panel:hover,
body:not(.light-mode) .office-panel:hover {
    border-color: rgba(28,183,245,0.28) !important;
    box-shadow: 0 18px 55px rgba(7,38,168,0.22);
}

body:not(.light-mode) .contact-form-panel h2,
body:not(.light-mode) .office-panel h2 {
    color: #FFFFFF !important;
    font-size: 64px;
    line-height: 0.92;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

body:not(.light-mode) .contact-form-panel p,
body:not(.light-mode) .office-panel p {
    color: #D7E3FF !important;
    font-size: 16px;
    line-height: 1.9;
}

body:not(.light-mode) .contact-form-panel label {
    color: #FFFFFF !important;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

body:not(.light-mode) .contact-form-panel input,
body:not(.light-mode) .contact-form-panel textarea,
body:not(.light-mode) .contact-form-panel select {
    background: #02112e !important;
    border: 1px solid rgba(28,183,245,0.10) !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

body:not(.light-mode) .contact-form-panel input::placeholder,
body:not(.light-mode) .contact-form-panel textarea::placeholder {
    color: #93A8D4 !important;
}

body:not(.light-mode) .contact-form-panel input:focus,
body:not(.light-mode) .contact-form-panel textarea:focus,
body:not(.light-mode) .contact-form-panel select:focus {
    border-color: #1CB7F5 !important;
    box-shadow: 0 0 0 4px rgba(28,183,245,0.12) !important;
    background: #04183f !important;
}

body:not(.light-mode) .contact-form-panel textarea {
    min-height: 180px;
    resize: vertical;
}

body:not(.light-mode) .contact-form-panel .theme-btn,
body:not(.light-mode) .contact-form-panel button {
    background: linear-gradient(135deg, #0726A8, #1CB7F5) !important;
    border: none !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 14px 28px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 22px rgba(7,38,168,0.25);
}

body:not(.light-mode) .contact-form-panel .theme-btn:hover,
body:not(.light-mode) .contact-form-panel button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(28,183,245,0.28);
}

body:not(.light-mode) .office-panel .contact-item,
body:not(.light-mode) .office-panel .office-item {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

body:not(.light-mode) .office-panel .contact-item:last-child,
body:not(.light-mode) .office-panel .office-item:last-child {
    border-bottom: none;
}

/* ICON BOX */
body:not(.light-mode) .office-panel .icon-box,
body:not(.light-mode) .office-panel .contact-icon,
body:not(.light-mode) .contact-channel .icon-box,
body:not(.light-mode) .contact-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0726A8, #1CB7F5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(28,183,245,0.22);
}

/* ICONS */
body:not(.light-mode) .office-panel i,
body:not(.light-mode) .contact-channel i,
body:not(.light-mode) .contact-icon i {
    color: #1CB7F5 !important;
    font-size: 18px;
}

/* HEADINGS */
body:not(.light-mode) .office-panel h4,
body:not(.light-mode) .office-panel h5,
body:not(.light-mode) .contact-channel h4 {
    color: #FFFFFF !important;
    font-size: 30px;
    margin-bottom: 8px;
}

/* TEXT */
body:not(.light-mode) .office-panel span,
body:not(.light-mode) .office-panel p,
body:not(.light-mode) .contact-channel p {
    color: #D7E3FF !important;
}

/* LINKS */
body:not(.light-mode) .office-panel a,
body:not(.light-mode) .contact-channel a,
body:not(.light-mode) .contact-item a {
    color: #1CB7F5 !important;
    font-weight: 600;
    transition: all 0.25s ease;
}

body:not(.light-mode) .office-panel a:hover,
body:not(.light-mode) .contact-channel a:hover,
body:not(.light-mode) .contact-item a:hover {
    color: #FFFFFF !important;
}

@media (max-width: 768px) {
    body:not(.light-mode) .contact-form-panel,
    body:not(.light-mode) .office-panel {
        padding: 24px !important;
    }
    body:not(.light-mode) .contact-form-panel h2,
    body:not(.light-mode) .office-panel h2 {
        font-size: 42px;
    }
}