/* ==================== Contact Page Styles ==================== */

/* Hero Banner — merged with nav */
.contact-hero {
    position: relative;
    background: linear-gradient(135deg, #0a1628 0%, #132a4e 40%, #1a3a5c 70%, #0d2240 100%);
    padding: 0;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 154, 214, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse-glow 6s ease-in-out infinite;
}
.contact-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 154, 214, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse-glow 8s ease-in-out infinite reverse;
}
@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.15); opacity: 1; }
}

/* Nav inside hero */
.contact-hero .top_w3pvt_main {
    position: relative;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
}
.contact-hero .top_w3pvt_main .nav_w3pvt {
    position: relative;
    margin-top: 0;
    background: none;
}
.contact-hero .top_w3pvt_main .menu {
    background: none;
}
.contact-hero .business_line {
    color: rgba(255, 255, 255, 0.7) !important;
}
.contact-hero .menu li a {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}
.contact-hero .menu li a:hover,
.contact-hero .menu li.active a {
    color: #4fc3f7;
}
.contact-hero .menu li.active a {
    font-weight: 600;
}

.hero-body {
    position: relative;
    z-index: 10;
    padding: 75px 60px 80px;
}
.hero-body h1 {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.hero-body h1 strong {
    font-weight: 700;
    background: linear-gradient(90deg, #259ad6, #4fc3f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-body > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 0 !important;
}
.hero-body .breadcrumb {
    background: none;
    padding: 0;
    margin-top: 24px;
}
.hero-body .breadcrumb-item,
.hero-body .breadcrumb-item a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.hero-body .breadcrumb-item a:hover {
    color: #259ad6;
}
.hero-body .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.85);
}
.hero-body .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3);
}

/* Decorative dots */
.dot-grid {
    position: absolute;
    top: 120px;
    right: 60px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(rgba(37, 154, 214, 0.4) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    z-index: 1;
    opacity: 0.6;
}

/* Contact Info Cards */
.contact-section {
    padding: 80px 0;
    background: #fafbfc;
}
.section-header {
    text-align: center;
    margin-bottom: 60px;
}
.section-header .section-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #259ad6;
    font-weight: 500;
    margin-bottom: 16px;
}
.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px !important;
}
.section-header p {
    font-size: 16px;
    color: #8c95a6;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    border: 1px solid #f0f2f5;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}
.info-card .card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #e8f4fd, #d4edfc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.4s ease;
}
.info-card:hover .card-icon {
    background: linear-gradient(135deg, #259ad6, #4fc3f7);
}
.info-card .card-icon i {
    font-size: 26px;
    color: #259ad6;
    transition: color 0.4s ease;
}
.info-card:hover .card-icon i {
    color: #fff;
}
.info-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}
.info-card p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 0 !important;
}
.info-card .card-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    color: #259ad6;
    font-weight: 500;
    transition: color 0.3s ease;
}
.info-card .card-link:hover {
    color: #1a7cb8;
}

/* Map Section */
.map-section {
    padding: 80px 0;
    background: #fff;
}
.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f2f5;
    position: relative;
}
.map-wrapper img {
    width: 100%;
    display: block;
    border-radius: 0;
}
.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.85), transparent);
    padding: 40px 32px 28px;
    border-radius: 0 0 20px 20px;
}
.map-overlay h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.map-overlay p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0 !important;
}

/* Form Section */
.form-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a1628 0%, #132a4e 40%, #1a3a5c 100%);
    position: relative;
    overflow: hidden;
}
.form-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 154, 214, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.form-section .section-header .section-tag {
    color: #4fc3f7;
}
.form-section .section-header h2 {
    color: #fff;
}
.form-section .section-header p {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 48px;
}
.contact-form-card .form-group {
    margin-bottom: 24px;
}
.contact-form-card label {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.contact-form-card input[type="text"],
.contact-form-card textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 14px 18px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.contact-form-card input[type="text"]::placeholder,
.contact-form-card textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
.contact-form-card input[type="text"]:focus,
.contact-form-card textarea:focus {
    border-color: #259ad6;
    background: rgba(37, 154, 214, 0.08);
    box-shadow: 0 0 0 3px rgba(37, 154, 214, 0.15);
}
.contact-form-card textarea {
    min-height: 160px;
    resize: vertical;
}
.contact-form-card .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #259ad6, #1a7cb8);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
}
.contact-form-card .submit-btn:hover {
    background: linear-gradient(135deg, #4fc3f7, #259ad6);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 154, 214, 0.35);
}
.contact-form-card .submit-btn i {
    font-size: 14px;
}

/* Business Hours */
.hours-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px;
    height: 100%;
}
.hours-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hours-card h3 i {
    color: #259ad6;
    font-size: 22px;
}
.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hours-item:last-child {
    border-bottom: none;
}
.hours-item .day {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.hours-item .time {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.hours-item .time.highlight {
    color: #4fc3f7;
}
.hours-card .quick-contact {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hours-card .quick-contact a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 4px;
}
.hours-card .quick-contact a:hover {
    background: rgba(37, 154, 214, 0.12);
    color: #fff;
}
.hours-card .quick-contact a i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(37, 154, 214, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #259ad6;
    flex-shrink: 0;
}

/* CTA Section */
.cta-section {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}
.cta-section p {
    font-size: 14px;
    color: #8c95a6;
}
.cta-section a {
    color: #259ad6;
    text-decoration: none;
    font-weight: 500;
}
.cta-section a:hover {
    color: #1a7cb8;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-body h1 { font-size: 36px; }
    .contact-form-card { padding: 32px; }
    .dot-grid { display: none; }
}
@media (max-width: 768px) {
    .hero-body { padding: 60px 24px 60px; }
    .hero-body h1 { font-size: 30px; }
    .section-header h2 { font-size: 28px; }
    .contact-section, .map-section, .form-section { padding: 60px 0; }
    .info-card { padding: 32px 24px; }
    .contact-form-card { padding: 24px; }
}
