/* ══════════════════════════════════════════════════════════════
   CONTACT PAGE - MODERN PREMIUM DESIGN
══════════════════════════════════════════════════════════════ */

.contact-premium-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
    min-height: 100vh !important;
    padding-top: 30px !important;
}

/* === HERO === */
.contact-hero-section {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    border-radius: 24px !important;
    padding: 60px 40px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 20px 60px rgba(249,115,22,.3) !important;
    overflow: hidden !important;
    position: relative !important;
}

.contact-hero-section::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,.05)"/></svg>') !important;
    opacity: .3 !important;
}

.contact-hero-content {
    position: relative !important;
    z-index: 1 !important;
}

.contact-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255,255,255,.25) !important;
    backdrop-filter: blur(10px) !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.contact-badge i {
    font-size: 16px !important;
}

.contact-title {
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
}

.contact-subtitle {
    font-size: 18px !important;
    color: rgba(255,255,255,.95) !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.contact-hero-image {
    text-align: center !important;
}

.contact-hero-image img {
    max-width: 100% !important;
    height: auto !important;
}

/* === INFO CARDS === */
.contact-info-cards {
    margin-bottom: 50px !important;
}

.contact-info-card {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    text-align: center !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.06) !important;
    border: 1px solid #f0f2f5 !important;
    transition: all .4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    height: 100% !important;
}

.contact-info-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 40px rgba(249,115,22,.15) !important;
    border-color: #f97316 !important;
}

.card-icon {
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 24px !important;
    font-size: 28px !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(249,115,22,.3) !important;
    transition: all .3s !important;
}

.contact-info-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg) !important;
}

.card-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 12px !important;
}

.card-text {
    font-size: 15px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.8 !important;
}

.card-text a {
    color: #64748b !important;
    text-decoration: none !important;
    transition: color .2s !important;
    display: block !important;
    margin: 4px 0 !important;
}

.card-text a:hover {
    color: #f97316 !important;
}

/* === WORKING HOURS === */
.working-hours-banner {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 40px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.06) !important;
    border: 1px solid #f0f2f5 !important;
    margin-bottom: 50px !important;
}

.hours-content h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.hours-content h3 i {
    color: #f97316 !important;
    font-size: 24px !important;
}

.hours-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hours-list li {
    display: flex !important;
    justify-content: space-between !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 15px !important;
}

.hours-list li:last-child {
    border-bottom: none !important;
}

.hours-list span {
    color: #64748b !important;
    font-weight: 500 !important;
}

.hours-list strong {
    color: #1a202c !important;
    font-weight: 700 !important;
}

/* === SOCIAL LINKS === */
.social-links-contact h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 20px !important;
}

.social-icons {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.social-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 20px !important;
    transition: all .3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    text-decoration: none !important;
}

.social-icon:hover {
    transform: translateY(-4px) scale(1.1) !important;
}

.social-icon.facebook {
    background: linear-gradient(135deg, #1877f2, #0c63d4) !important;
    box-shadow: 0 4px 16px rgba(24,119,242,.3) !important;
}

.social-icon.instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    box-shadow: 0 4px 16px rgba(188,24,136,.3) !important;
}

.social-icon.twitter {
    background: linear-gradient(135deg, #1da1f2, #0c85d0) !important;
    box-shadow: 0 4px 16px rgba(29,161,242,.3) !important;
}

.social-icon.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885) !important;
    box-shadow: 0 4px 16px rgba(0,119,181,.3) !important;
}

/* === MAP === */
.contact-map-wrapper {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.06) !important;
    border: 1px solid #f0f2f5 !important;
    height: 100% !important;
}

.section-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 20px !important;
}

.contact-map {
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.08) !important;
}

.contact-map iframe {
    border-radius: 12px !important;
}

.map-info-box {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9) !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    text-align: center !important;
    border: 1px solid #e2e8f0 !important;
}

.map-info-box p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

.map-info-box i {
    color: #f97316 !important;
    margin-right: 6px !important;
}

/* === CONTACT FORM === */
.contact-form-wrapper {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.06) !important;
    border: 1px solid #f0f2f5 !important;
    height: 100% !important;
}

.form-description {
    font-size: 15px !important;
    color: #64748b !important;
    margin-bottom: 28px !important;
    line-height: 1.6 !important;
}

.custom-contact-form .form-group {
    margin-bottom: 20px !important;
}

.custom-contact-form label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 8px !important;
}

.custom-contact-form .form-control {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    transition: all .2s !important;
    background: #fff !important;
}

.custom-contact-form .form-control:focus {
    outline: none !important;
    border-color: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249,115,22,.1) !important;
}

.custom-contact-form textarea.form-control {
    resize: vertical !important;
    min-height: 120px !important;
}

.btn-submit-contact {
    width: 100% !important;
    padding: 16px 24px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all .3s !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}

.btn-submit-contact:hover {
    background: linear-gradient(135deg, #ea580c, #dc2626) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(249,115,22,.4) !important;
}

.btn-submit-contact i {
    font-size: 16px !important;
}

/* === CONTACT FORM 7 STYLING === */
.wpcf7-form p {
    margin-bottom: 20px !important;
}

.wpcf7-form label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 8px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    transition: all .2s !important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none !important;
    border-color: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249,115,22,.1) !important;
}

.wpcf7-form textarea {
    resize: vertical !important;
    min-height: 120px !important;
}

.wpcf7-form input[type="submit"] {
    width: 100% !important;
    padding: 16px 24px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all .3s !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
}

.wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #ea580c, #dc2626) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(249,115,22,.4) !important;
}

/* === FAQ SECTION === */
.contact-faq-section {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 50px 40px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.06) !important;
    border: 1px solid #f0f2f5 !important;
    margin-top: 50px !important;
}

.contact-faq-section .section-title {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.faq-item {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9) !important;
    padding: 28px !important;
    border-radius: 12px !important;
    border-left: 4px solid #f97316 !important;
    transition: all .3s !important;
}

.faq-item:hover {
    transform: translateX(4px) !important;
    box-shadow: 0 4px 16px rgba(249,115,22,.1) !important;
}

.faq-question {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.faq-question i {
    color: #f97316 !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.faq-answer {
    font-size: 15px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.7 !important;
    padding-left: 32px !important;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
    .contact-title {
        font-size: 38px !important;
    }
    .working-hours-banner {
        padding: 30px !important;
    }
}

@media (max-width: 767px) {
    .contact-hero-section {
        padding: 40px 24px !important;
    }
    .contact-title {
        font-size: 32px !important;
    }
    .contact-info-card {
        padding: 30px 20px !important;
    }
    .card-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 24px !important;
    }
    .working-hours-banner {
        padding: 24px !important;
    }
    .hours-content h3,
    .social-links-contact h3 {
        font-size: 18px !important;
    }
    .contact-faq-section {
        padding: 30px 20px !important;
    }
    .faq-answer {
        padding-left: 0 !important;
    }
}
