/* ============================================================
   css/contact.css - COMPLETE FIXED VERSION
   Proper right sidebar styling, enhanced validation
   ============================================================ */

/* ===== CREATIVE CONTACT HERO SECTION ===== */
.contact-hero {
    position: relative;
    height: 70vh;
    min-height: 600px;
    background: linear-gradient(135deg, #0a2c2f 0%, #051f21 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 50px;
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/contact-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    pointer-events: none;
}

/* Floating Elements Animation */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    font-size: 1.5rem;
    color: rgba(112, 207, 207, 0.4);
    animation: float 8s ease-in-out infinite;
}

.icon-1 { top: 15%; left: 5%; animation-delay: 0s; }
.icon-2 { top: 60%; left: 10%; animation-delay: 1s; font-size: 2rem; }
.icon-3 { top: 25%; right: 8%; animation-delay: 2s; }
.icon-4 { bottom: 20%; right: 12%; animation-delay: 1.5s; font-size: 2rem; }
.icon-5 { top: 40%; left: 85%; animation-delay: 0.5s; }
.icon-6 { bottom: 10%; left: 20%; animation-delay: 2.5s; font-size: 2rem; }

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 31, 33, 0.6) 0%, rgba(10, 44, 47, 0.5) 100%);
    z-index: 2;
}

.contact-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.5rem 1.4rem;
    border-radius: 60px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1.5rem;
}

.contact-hero-badge i {
    color: #e2c898;
}

.contact-hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    font-weight: 600;
    color: white;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.contact-hero-title em {
    font-style: italic;
    color: #70cfcf;
}

.hero-quote {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.hero-quote i {
    color: #e2c898;
    font-size: 0.8rem;
}

.hero-quote p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-style: italic;
}

.contact-hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 550px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

.hero-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-cta-primary,
.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.8rem;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-cta-primary {
    background: linear-gradient(135deg, #2c9a9c, #1b6264);
    color: white;
}

.hero-cta-primary:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #3ab8ba, #2c9a9c);
    box-shadow: 0 10px 25px rgba(44, 154, 156, 0.3);
}

.hero-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.hero-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.contact-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none;
    z-index: 3;
}

.contact-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* ===== PREMIUM QUICK CONTACT CARDS ===== */
.quick-contact-section {
    padding: 3rem 0;
    background: #edf8f9;
}

.quick-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
}

.contact-info-card.premium-card {
    position: relative;
    background: white;
    border-radius: 28px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(5, 31, 33, 0.05);
}

.card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 154, 156, 0.05), rgba(27, 98, 100, 0.02));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.contact-info-card.premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(5, 31, 33, 0.1);
}

.contact-info-card.premium-card:hover .card-glow {
    opacity: 1;
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(44, 154, 156, 0.15), rgba(27, 98, 100, 0.08));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    transition: all 0.3s ease;
}

.contact-info-card.premium-card:hover .contact-info-icon {
    background: linear-gradient(135deg, #2c9a9c, #1b6264);
}

.contact-info-icon i {
    font-size: 1.8rem;
    color: #2c9a9c;
    transition: all 0.3s ease;
}

.contact-info-card.premium-card:hover .contact-info-icon i {
    color: white;
}

.contact-info-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #0a2c2f;
    margin-bottom: 0.3rem;
}

.contact-info-card p {
    font-size: 0.75rem;
    color: #8fa8ab;
    margin-bottom: 0.75rem;
}

.contact-info-link {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2c9a9c;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-info-link:hover {
    color: #1b6264;
}

.card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #c9a96e, #b8864e);
    color: white;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.2rem 0.7rem;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* ===== CONTACT FORM SECTION - COMPLETE ===== */
.contact-form-section {
    padding: 4rem 0;
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    gap: 3rem;
}

/* Form Column */
.form-header {
    margin-bottom: 2rem;
}

.form-badge {
    display: inline-block;
    background: rgba(44, 154, 156, 0.1);
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c9a9c;
    margin-bottom: 0.75rem;
}

.form-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #0a2c2f;
    margin-bottom: 0.5rem;
}

.form-title em {
    color: #2c9a9c;
    font-style: italic;
}

.form-subtitle {
    color: #5a7a7d;
    font-size: 0.9rem;
}

.booking-form {
    background: #f7fafa;
    border-radius: 28px;
    padding: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0a2c2f;
    margin-bottom: 0.5rem;
}

.form-group label i {
    color: #2c9a9c;
    margin-right: 0.3rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.85rem 1rem;
    border: 1px solid #d4eef0;
    border-radius: 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c9a9c;
    box-shadow: 0 0 0 3px rgba(44, 154, 156, 0.1);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #dc3545;
}

.error-message {
    font-size: 0.7rem;
    color: #dc3545;
    margin-top: 0.3rem;
    display: none;
}

.error-message.visible {
    display: block;
}

.form-group small {
    font-size: 0.65rem;
    color: #8fa8ab;
    margin-top: 0.3rem;
}

.full-width {
    grid-column: span 2;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    font-weight: 400 !important;
}

.checkbox-label input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-actions {
    margin-top: 1.5rem;
    text-align: center;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #2c9a9c, #1b6264);
    border: none;
    border-radius: 60px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #3ab8ba, #2c9a9c);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.form-note {
    font-size: 0.7rem;
    color: #8fa8ab;
    margin-top: 1rem;
}

.form-status {
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 12px;
    text-align: center;
    font-size: 0.85rem;
    display: none;
}

.form-status.success {
    display: block;
    background: #d4edda;
    color: #155724;
}

.form-status.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
}

/* ===== RIGHT INFO COLUMN - RESTORED STYLES ===== */
.info-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-card {
    background: #f7fafa;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(44, 154, 156, 0.08);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(5, 31, 33, 0.05);
}

.info-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.info-card-header i {
    font-size: 1.3rem;
    color: #2c9a9c;
}

.info-card-header h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #0a2c2f;
    margin: 0;
}

.info-card p {
    font-size: 0.85rem;
    color: #5a7a7d;
    line-height: 1.6;
    margin: 0;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0;
    font-size: 0.85rem;
    color: #2e5a5e;
    border-bottom: 1px solid rgba(44, 154, 156, 0.08);
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list li i {
    color: #2c9a9c;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.office-hours {
    margin-top: 0.5rem;
}

.hour-row {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(44, 154, 156, 0.08);
}

.hour-row:last-child {
    border-bottom: none;
}

.hour-row span:first-child {
    color: #2e5a5e;
    font-weight: 500;
}

.hour-row span:last-child {
    color: #5a7a7d;
}

.social-card {
    background: linear-gradient(135deg, #f7fafa, #edf8f9);
}

.social-connect {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.social-connect-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 40px;
    font-size: 0.8rem;
    color: #2e5a5e;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(44, 154, 156, 0.1);
}

.social-connect-link:hover {
    background: #2c9a9c;
    color: white;
    transform: translateY(-2px);
}

.social-connect-link i {
    font-size: 0.9rem;
}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: 4rem 0;
    background: #edf8f9;
}

.faq-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.faq-badge {
    display: inline-block;
    background: rgba(44, 154, 156, 0.1);
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c9a9c;
    margin-bottom: 0.75rem;
}

.faq-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #0a2c2f;
}

.faq-title em {
    color: #2c9a9c;
    font-style: italic;
}

.faq-subtitle {
    color: #5a7a7d;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.faq-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
    height: fit-content;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    background: white;
    transition: background 0.2s;
}

.faq-question:hover {
    background: #f7fafa;
}

.faq-question i:first-child {
    color: #2c9a9c;
    font-size: 1rem;
    flex-shrink: 0;
}

.faq-question span {
    flex: 1;
    font-weight: 600;
    font-size: 0.9rem;
    color: #0a2c2f;
}

.faq-toggle {
    color: #8fa8ab;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1.5rem;
    background: white;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 1.5rem 1.2rem;
}

.faq-answer p {
    font-size: 0.85rem;
    color: #5a7a7d;
    line-height: 1.6;
    margin: 0;
}

/* ===== TRUST INDICATORS ===== */
.trust-indicators {
    padding: 2.5rem 0;
    background: white;
    border-top: 1px solid #d4eef0;
    border-bottom: 1px solid #d4eef0;
}

.trust-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
}

.trust-indicator {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.3rem;
}

.trust-badge {
    gap: 0.5rem;
}

.trust-logo {
    height: 30px;
    width: auto;
    object-fit: contain;
}

.trust-indicator i {
    font-size: 1.8rem;
    color: #2c9a9c;
}

.trust-stats strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a2c2f;
}

.trust-stats span {
    font-size: 0.7rem;
    color: #8fa8ab;
}

.trust-divider {
    width: 1px;
    height: 45px;
    background: #d4eef0;
}

/* ===== MAP SECTION - REDUCED ICON SIZE ===== */
.map-section {
    padding: 3rem 0 5rem;
    background: #edf8f9;
}

.map-placeholder {
    text-align: center;
    background: white;
    border-radius: 28px;
    padding: 2.5rem;
    border: 1px solid rgba(44, 154, 156, 0.1);
}

.map-placeholder i {
    font-size: 2rem;
    color: #2c9a9c;
    margin-bottom: 1rem;
}

.map-placeholder h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    color: #0a2c2f;
    margin-bottom: 0.5rem;
}

.map-placeholder p {
    color: #5a7a7d;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.map-locations {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.map-locations span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #2e5a5e;
}

.map-locations i {
    font-size: 0.85rem;
    margin-bottom: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .quick-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .trust-grid {
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        height: 60vh;
        min-height: 500px;
    }
    .quick-contact-grid {
        grid-template-columns: 2fr;
        gap: 0.75rem;
    }
    .form-row {
        grid-template-columns: 2fr;
        gap: 0.75rem;
    }
    .full-width {
        grid-column: span 2;
    }
    .booking-form {
        padding: 1.3rem;
    }
    
    .trust-divider {
        display: none;
    }
    .trust-indicator {
        justify-content: center;
    }
    .map-locations {
        flex-direction: column;
        gap: 0.8rem;
    }
    .floating-icon {
        display: none;
    }
}

@media (max-width: 480px) {
    .contact-hero{
        height: 85vh;
    }
    .contact-hero-title {
        font-size: 1.8rem;
    }
    .hero-quote p {
        font-size: 0.8rem;
    }
    .form-title {
        font-size: 1.6rem;
    }
    .submit-btn {
        width: 100%;
        justify-content: center;
    }
    .hero-cta-primary,
    .hero-cta-secondary {
        padding: 0.7rem 1.4rem;
        font-size: 0.8rem;
    }
    .trust-grid {
        flex-direction: column;
    }

    .map-placeholder i {
        font-size: 1.5rem;
    }
    .map-placeholder h3 {
        font-size: 1.2rem;
    }
}