/* Contact Us Custom Premium Stylesheet */
.contact-hero {
    background: radial-gradient(circle at 50% 50%, #0c1524 0%, #030812 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(242, 159, 4, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.contact-hero h1 {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 42px;
}

.contact-hero p,
.contact-hero .text-muted,
.contact-hero .lead {
    color: #cbd5e1 !important;
    font-size: 16px;
    line-height: 1.8;
}

/* Form Styles */
.contact-form-card {
    background: linear-gradient(145deg, #ffffff, #fdfbf7);
    border-left: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    border-top: 3px solid rgba(242, 159, 4, 0.4);
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form-card:hover {
    border-top-color: #f29f04;
    box-shadow: 0 25px 45px rgba(242, 159, 4, 0.06);
}

.contact-form-card h2 {
    font-family: 'Oswald', sans-serif;
    color: #0b1528;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.contact-form-card .form-group {
    margin-bottom: 14px;
}

.contact-form-card label {
    display: block;
    font-weight: 500;
    font-size: 13.5px;
    color: #334155;
    margin-bottom: 6px;
}

.contact-form-card .form-control-custom {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14.5px;
    background: #f8fafc;
    color: #0f172a;
    transition: all 0.25s ease;
}

.contact-form-card .form-control-custom:focus {
    outline: none;
    border-color: #f29f04;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(242, 159, 4, 0.15);
}

.contact-form-card textarea.form-control-custom {
    min-height: 90px;
    resize: none;
}

.con-btn-custom {
    background: linear-gradient(135deg, #0b1528 0%, #1e293b 100%);
    border: none;
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15.5px;
    transition: all 0.25s ease;
    cursor: pointer;
}

.con-btn-custom:hover {
    background: linear-gradient(135deg, #f29f04 0%, #d98e03 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(242, 159, 4, 0.25);
    color: #0b1528;
}

/* Map */
.map-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    border-top: 3px solid rgba(242, 159, 4, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.map-card:hover {
    border-top-color: #f29f04;
    box-shadow: 0 25px 45px rgba(242, 159, 4, 0.06);
    transform: translateY(-3px);
}

.map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 410px;
    display: block;
}

/* Info Cards */
.info-cards-section {
    margin-top: 60px;
}

.contact-info-card {
    background: linear-gradient(145deg, #ffffff, #fdfbf7);
    border-left: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    border-top: 3px solid rgba(242, 159, 4, 0.4);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    border-top-color: #f29f04;
    box-shadow: 0 25px 45px rgba(242, 159, 4, 0.08);
}

.contact-info-card .card-icon {
    width: 52px;
    height: 52px;
    background: rgba(242, 159, 4, 0.06);
    border: 2px solid rgba(242, 159, 4, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f29f04;
    font-size: 20px;
    margin-bottom: 22px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(242, 159, 4, 0.04);
}

.contact-info-card:hover .card-icon {
    background: linear-gradient(135deg, #f29f04 0%, #d98e03 100%);
    color: #ffffff;
    border-color: #f29f04;
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 8px 20px rgba(242, 159, 4, 0.2);
}

.contact-info-card h4 {
    font-family: 'Oswald', sans-serif;
    color: #0b1528;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-info-card .card-content a {
    color: #64748b;
    text-decoration: none;
    font-size: 14.5px;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.contact-info-card .card-content a:hover {
    color: #f29f04;
}

.contact-info-card .location-header-title {
    font-weight: 600;
    color: #0b1528;
    font-size: 14.5px;
    margin-bottom: 10px;
}

.contact-info-card .location-list-items {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-info-card .location-list-items li a {
    color: #94a3b8;
    font-size: 13.5px;
    transition: color 0.2s ease;
}

.contact-info-card .location-list-items li a:hover {
    color: #f29f04;
}

/* RESPONSIVENESS */
@media (max-width: 991px) {
    .map-card {
        margin-top: 30px;
    }

    .map-card iframe {
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 40px 0 !important;
    }

    .contact-hero h1 {
        font-size: 24px !important;
    }

    .contact-form-card {
        padding: 24px 18px !important;
    }

    .info-cards-section {
        margin-top: 30px !important;
    }

    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .contact-hero h1 {
        font-size: 20px !important;
    }

    .contact-form-card {
        padding: 20px 14px !important;
    }
}