* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.contact-page-title {
    position: relative;
    background: linear-gradient(135deg, #0a1a2f 0%, #0c1e35 100%);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.contact-page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images//contact-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
}

.contact-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(10 26 47 / 49%) 0%, rgb(12 30 53 / 52%) 100%);
    z-index: 1;
}

.contact-title-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 24px;
    z-index: 2;
}

.contact-title-content {
    text-align: center;
}

.contact-title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 50px;
}

.contact-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-breadcrumb a:hover {
    color: #00aeef;
}

.contact-breadcrumb .separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.contact-breadcrumb .current {
    color: #00aeef;
    font-size: 14px;
    font-weight: 600;
}

/* Contact Page Main Layout */
.contact-page {
    padding: 40px 0;
    background: #f8fafc;
}

.contact-two-columns {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

/* ========== LEFT COLUMN STYLES ========== */

/* Office Card */
.contact-office-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef2f6;
    transition: all 0.3s ease;
}

.contact-office-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.1);
}

.office-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.office-icon i {
    font-size: 28px;
    color: #00aeef;
}

.contact-office-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.address-text {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 20px;
}

.contact-details-list p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 12px;
}

.contact-details-list i {
    width: 20px;
    color: #00aeef;
}

/* Double Find Us Cards */
.contact-double-findus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.contact-findus-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #eef2f6;
    transition: all 0.3s ease;
}

.contact-findus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.1);
}

.findus-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.findus-icon i {
    font-size: 24px;
    color: #00aeef;
}

.contact-findus-card p {
    font-size: 14px;
    color: #475569;
    margin-bottom: 12px;
    line-height: 1.5;
}

.map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00aeef;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 16px;
    transition: gap 0.3s ease;
}

.map-link:hover {
    gap: 12px;
}

.findus-address {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eef2f6;
}

.findus-website {
    margin-top: 12px;
}

/* Assistance Block */
.contact-assistance-block {
    background: linear-gradient(135deg, #0a1a2f 0%, #0c1e35 100%);
    padding: 32px;
    text-align: center;
    color: white;
}

.assistance-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.assistance-icon i {
    font-size: 28px;
    color: #00aeef;
}

.contact-assistance-block h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contact-assistance-block p {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 24px;
}

.assistance-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-assistance-call,
.btn-assistance-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-assistance-call {
    background: #2c7a4b;
    color: white;
}

.btn-assistance-call:hover {
    background: #1f5a38;
    transform: translateY(-2px);
}

.btn-assistance-email {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-assistance-email:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Project Consult Block */
.contact-project-consult {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    text-align: center;
    border: 1px solid #eef2f6;
    transition: all 0.3s ease;
}

.contact-project-consult:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.1);
}

.project-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.project-icon i {
    font-size: 24px;
    color: #00aeef;
}

.contact-project-consult span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.consult-schedule-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #00aeef;
    color: white;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.consult-schedule-btn:hover {
    background: #0082b3;
    gap: 14px;
}

/* ========== RIGHT COLUMN - FORM STYLES ========== */
.contact-form-section {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f6;
    height: 840px;
}

.form-header {
    text-align: center;
    margin-bottom: 32px;
}

.form-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.feeling-text {
    font-size: 14px;
    color: #00aeef;
    font-style: italic;
}

.form-group-contact {
    margin-bottom: 24px;
}

.form-group-contact label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.form-group-contact .required {
    color: #ef4444;
}

.form-group-contact input,
.form-group-contact select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-group-contact input:focus,
.form-group-contact select:focus {
    outline: none;
    border-color: #00aeef;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.1);
}

.form-group-contact input:hover,
.form-group-contact select:hover {
    border-color: #cbd5e1;
}

.submit-contact-btn {
    width: 100%;
    background: #00aeef;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-contact-btn:hover {
    background: #0082b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 174, 239, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .contact-two-columns {
        gap: 40px;
    }
    
    .contact-title {
        font-size: 40px;
    }
}

@media (max-width: 968px) {
    .contact-two-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-double-findus {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .contact-page {
        padding: 60px 0;
    }
    
    .contact-two-columns {
        padding: 0 20px;
    }
    
    .contact-title {
        font-size: 32px;
    }
    
    .contact-title-container {
        padding: 80px 20px;
    }
    
    .contact-breadcrumb {
        padding: 8px 20px;
    }
    
    .contact-form-section {
        padding: 30px 24px;
    }
    
    .form-header h2 {
        font-size: 28px;
    }
    
    .contact-double-findus {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .assistance-buttons {
        flex-direction: column;
    }
    
    .btn-assistance-call,
    .btn-assistance-email {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-page-title {
        min-height: 240px;
    }
    
    .contact-title {
        font-size: 28px;
    }
    
    .contact-title-container {
        padding: 60px 16px;
    }
    
    .contact-breadcrumb {
        padding: 6px 16px;
    }
    
    .contact-breadcrumb a,
    .contact-breadcrumb .current {
        font-size: 12px;
    }
    
    .contact-office-card {
        padding: 24px;
    }
    
    .contact-form-section {
        padding: 24px 20px;
    }
    
    .form-header h2 {
        font-size: 24px;
    }
    
    .form-group-contact input,
    .form-group-contact select {
        padding: 12px 1px;
    }
}

/* Toast Notifications */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}