/* ============================================
   FLASH GROUPS CONTACT PAGE - PREMIUM DESIGN
   ============================================ */

/* ============================================
   CONTAINER & LAYOUT
   ============================================ */

.contact-main-section .container {
    width: 100%;
    margin: 0 auto;
}

body .navbar .container,
body .footer .container {
    width: 100%;
    margin: 0 auto;
}

/* Contact Main Section - Subtle Gradient Background */
.contact-main-section {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 50%, #fafafa 100%) !important;
    position: relative;
}

/* Contact Grid Layout - Premium Card Design */
.contact-content-grid {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 50px;
}

/* ============================================
   LEFT SECTION - CONTACT INFO
   ============================================ */

.contact-info-section {
    padding: 0 !important;
}

/* Main Heading - Bold Black */
.contact-info-section h1 {
    color: #000000 !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    margin-bottom: 35px !important;
    line-height: 1.15 !important;
    font-family: 'Satoshi', sans-serif !important;
    position: relative;
    padding-bottom: 25px;
}

.contact-info-section h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #fbc213 0%, #e6a800 100%);
    border-radius: 3px;
}

/* Contact Details Card - Clean White with Yellow Accent */
.contact-details {
    margin-bottom: 45px !important;
    padding: 30px;
    background: #ffffff;
    border-left: 5px solid #fbc213;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(251, 194, 19, 0.08);
}

.contact-details p {
    color: #000000 !important;
    font-size: 1.15rem !important;
    line-height: 1.9 !important;
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    font-weight: 500;
}

.contact-details a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #fbc213;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.contact-details a:hover {
    color: #fbc213 !important;
    border-bottom-color: #000000;

}

/* ============================================
   OFFICE ADDRESS SECTION
   ============================================ */

.office-address {
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 35px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-left: 5px solid #fbc213;
    border-radius: 16px;
    transition: all 0.4s ease;
}

.office-address:hover {
    background: #ffffff;

    box-shadow: 0 10px 30px rgba(251, 194, 19, 0.12);
    transform: translateX(5px);
}

.office-address h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
    font-family: 'Satoshi', sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}



.office-address address {
    font-style: normal;
    font-weight: 500;
    line-height: 2.1;
    color: #000000;
    font-size: 1.08rem;
    font-family: 'Satoshi', sans-serif;
  
}

.office-address address strong {
    color: #000000;
    font-weight: 800;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 15px;
}

/* ============================================
   SOCIAL LINKS SECTION
   ============================================ */

.social-connect {
    margin-top: 45px;
}

.social-connect h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    font-family: 'Satoshi', sans-serif;
    text-transform: uppercase;
}

.social-connect .social-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Social Icons - Modern Yellow Design */
.social-connect .social-icon {
    width: 58px;
    height: 58px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fbc213 !important;
    color: #000000 !important;
    font-size: 1.4rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    border: none;
    box-shadow: 0 6px 20px rgba(251, 194, 19, 0.25);
    position: relative;
    overflow: hidden;
}

.social-connect .social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #19365f 0%, #0d1b2f 50%, #19365f 100%);
    transition: all 0.4s ease;
    z-index: 0;
}

.social-connect .social-icon:hover::before {
    left: 0;
}

.social-connect .social-icon i {
    color: #000000 !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.social-connect .social-icon:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 12px 35px rgba(25, 54, 95, 0.35);
}

.social-connect .social-icon:hover i {
    color: #fbc213 !important;
    transform: scale(1.15);
}

/* ============================================
   RIGHT SECTION - CONTACT FORM
   ============================================ */

/* Modern Dark Form Card */
.contact-form-section {
    background: linear-gradient(135deg, #19365f 0%, #0d1b2f 50%, #19365f 100%);
    padding: 55px 45px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    position: relative;
}



.contact-form-section h2 {
    color: #fbc213 !important;
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    margin-bottom: 40px !important;
    font-family: 'Satoshi', sans-serif !important;
    letter-spacing: 1.2px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
    text-transform: uppercase;
}

/* ============================================
   FORM MESSAGES
   ============================================ */

.form-messages {
    padding: 16px 22px;
    border-radius: 12px;
    margin-bottom: 28px;
    font-weight: 600;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    animation: slideIn 0.4s ease;
    display: none;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-messages.success {
    background-color: #d4edda;
    border: 2px solid #28a745;
    color: #155724;
}

.form-messages.error {
    background-color: #f8d7da;
    border: 2px solid #dc3545;
    color: #721c24;
}

/* ============================================
   FIELD ERROR STYLES
   ============================================ */

.field-error {
    border-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.05) !important;
}

.field-error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.field-error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
}

.shake-error {
    animation: shakeError 0.5s ease-in-out;
}

@keyframes shakeError {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* ============================================
   FORM GROUPS & INPUTS
   ============================================ */

.form-group {
    margin-bottom: 28px;
}

/* Form Labels - Bright Yellow */
.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fbc213;
    margin-bottom: 12px;
    font-family: 'Satoshi', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Input Fields - White with Yellow Glow */
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px 22px !important;
    font-size: 1.05rem;
    border: 2px solid rgba(251, 194, 19, 0.25);
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    transition: all 0.3s ease;
    font-weight: 500;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #fbc213 !important;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(251, 194, 19, 0.15), 0 6px 16px rgba(251, 194, 19, 0.25);
    transform: translateY(-2px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888888;
    opacity: 1;
    font-weight: 400;
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #fbc213;
    background: #ffffff;
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

/* ============================================
   SUBMIT BUTTON - PREMIUM DESIGN
   ============================================ */

.submit-btn {
    width: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #fbc213 0%, #e6a800 100%);

    border: none;
    padding: 20px 45px;
    border-radius: 14px;
    font-weight: 900;
    font-size: 1.15rem;
    cursor: pointer;
    font-family: 'Satoshi', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 8px 30px rgba(251, 194, 19, 0.5);
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all 0.7s ease;
    z-index: 0;
}

.submit-btn:hover::before {
    left: 0;
}

.submit-btn .btn-text,
.submit-btn .btn-loading {
    font-weight: 900;
    color: #ffffff;
    font-family: 'Satoshi', sans-serif;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(251, 194, 19, 0.7);
}

.submit-btn:hover .btn-text,
.submit-btn:hover .btn-loading {
    color: #000000;
}

.submit-btn:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 194, 19, 0.5);
}

.submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    transform: none;
}

.btn-loading {
    display: none;
}

/* ============================================
   PHONE INPUT - INTL-TEL-INPUT
   ============================================ */

.iti {
    width: 100%;
}

.iti__flag-container {
    padding: 0;
}

.iti__selected-flag {
    padding: 0 14px;
    background-color: transparent;
    border-radius: 10px 0 0 10px;
}

.iti__country-list {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    max-height: 280px;
    border: 2px solid #fbc213;
}

.iti__country:hover {
    background-color: rgba(251, 194, 19, 0.12);
}

.iti__country.iti__highlight {
    background-color: #fbc213;
    color: #000000;
    font-weight: 700;
}

.iti__divider {
    border-bottom: 2px solid #fbc213;
}

#phone {
    width: 100%;
    padding-left: 78px !important;
}

.iti__selected-dial-code {
    display: none;
}

/* Form Validation Styles */
.form-group input.error,
.form-group textarea.error {
    border-color: #dc3545;
    background: #fff5f5;
}

.form-group input.success,
.form-group textarea.success {
    border-color: #28a745;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Large Desktop */
@media (min-width: 1400px) {
    .contact-content-grid {
        padding: 60px;
    }
}

/* Tablet & Below */
@media (max-width: 1024px) {
    .contact-content-grid {
        padding: 40px;
        gap: 3rem;
    }
    
    .contact-info-section h1 {
        font-size: 2.4rem !important;
    }
    
    .contact-form-section {
        padding: 45px 35px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .contact-content-grid {
        padding: 35px 25px;
        gap: 2.5rem;
        grid-template-columns: 1fr;
        border-radius: 20px;
    }
    
    .contact-info-section h1 {
        font-size: 2rem !important;
    }
    
    .contact-info-section h1::after {
        width: 70px;
        height: 4px;
    }
    
    .contact-details {
        padding: 25px;
        margin-bottom: 35px !important;
    }
    
    .contact-details p {
        font-size: 1.05rem !important;
    }
    
    .office-address {
        margin-top: 35px;
        margin-bottom: 35px;
        padding: 28px 22px;
    }
    
    .office-address h3 {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }
    
    .office-address address {
        font-size: 1rem;
        line-height: 1.9;
    }
    
    .office-address address strong {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .social-connect {
        margin-top: 35px;
    }
    
    .social-connect h3 {
        font-size: 0.95rem;
    }
    
    .social-connect .social-links {
        gap: 14px;
    }
    
    .social-connect .social-icon {
        width: 52px;
        height: 52px;
        font-size: 1.3rem;
        border-radius: 12px;
    }
    
    .contact-form-section {
        padding: 40px 28px;
        border-radius: 16px;
    }
    
    .contact-form-section h2 {
        font-size: 1.75rem !important;
        margin-bottom: 35px !important;
    }
    
    .form-group {
        margin-bottom: 24px;
    }
    
    .form-group label {
        font-size: 0.88rem;
        margin-bottom: 10px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 16px 18px !important;
        font-size: 1rem;
    }
    
    .submit-btn {
        padding: 18px 35px;
        font-size: 1.05rem;
    }
    
    .iti__country-list {
        max-height: 220px;
    }
    
    .form-messages {
        font-size: 0.95rem;
        padding: 14px 18px;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .contact-content-grid {
        padding: 28px 18px;
    }
    
    .contact-info-section h1 {
        font-size: 1.65rem !important;
    }
    
    .contact-form-section {
        padding: 35px 22px;
    }
    
    .social-connect .social-icon {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }
}


/* ========================================
   FOOTER SIZE REDUCTION
   ======================================== */

/* Footer Logo Size Reduction */
.footer-brand .logo {
    height: 100px !important;
    width: 140px !important;
}

/* Footer Paragraph Spacing Reduction */
.footer-brand p {
    margin-bottom: 1rem !important;
}
