/**
 * City Gallery - Contact Info Widget Styles
 */

/* Contact Info Widget Container */
.city-gallery-contact-info-widget {
    margin-bottom: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

/* Header Section */
.city-gallery-contact-header {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.city-gallery-contact-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-gallery-contact-main-heading {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

/* Content Section */
.city-gallery-contact-content {
    padding: 40px 0;
}

.city-gallery-contact-content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Company Information */
.city-gallery-contact-company {
    padding-right: 20px;
}

.city-gallery-contact-company-name {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.city-gallery-contact-address {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Contact Details */
.city-gallery-contact-details {
    padding-left: 20px;
    border-left: 3px solid #F78C25;
}

.city-gallery-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}

.city-gallery-contact-icon {
    color: #F78C25;
    font-size: 16px;
    min-width: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fallback for when FontAwesome doesn't load */
.city-gallery-contact-icon i.fas:before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif;
    font-weight: 900;
}

/* CSS-only fallbacks if FontAwesome completely fails */
.city-gallery-contact-icon i.fa-phone-alt:before,
.city-gallery-contact-icon i.fas.fa-phone-alt:before {
    content: "📞";
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.city-gallery-contact-icon i.fa-envelope:before,
.city-gallery-contact-icon i.fas.fa-envelope:before {
    content: "✉️";
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.city-gallery-contact-icon i.fa-fax:before,
.city-gallery-contact-icon i.fas.fa-fax:before {
    content: "📠";
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.city-gallery-contact-icon i.fa-globe:before,
.city-gallery-contact-icon i.fas.fa-globe:before {
    content: "🌐";
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.city-gallery-contact-label {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    min-width: 60px;
    flex-shrink: 0;
}

.city-gallery-contact-value {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.city-gallery-contact-link {
    color: #F78C25;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.city-gallery-contact-link:hover {
    color: #e67a14;
    text-decoration: underline;
}

/* Customer Service Section */
.city-gallery-contact-customer-service {
    grid-column: 1 / -1;
    margin-top: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #F78C25;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.city-gallery-contact-service-heading {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.city-gallery-contact-service-location {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 600;
}

.city-gallery-contact-service-hours {
    color: #F78C25;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

/* Special styling for important notes - using orange color as per user preference */
.city-gallery-contact-special-note {
    color: #F78C25;
    font-weight: 600;
}

/* Ensure clickable contact information */
.city-gallery-contact-link {
    cursor: pointer;
}

.city-gallery-contact-link[href^="tel:"] {
    color: #F78C25;
}

.city-gallery-contact-link[href^="mailto:"] {
    color: #F78C25;
}

/* Container-Begrenzung für einheitliche Breite */
.city-gallery-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .city-gallery-contact-content-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .city-gallery-contact-company {
        padding-right: 0;
    }
    
    .city-gallery-contact-details {
        padding-left: 0;
        border-left: none;
        border-top: 3px solid #F78C25;
        padding-top: 30px;
    }
    
    .city-gallery-contact-main-heading {
        font-size: 38px;
    }
    
    .city-gallery-contact-customer-service {
        margin-top: 30px;
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .city-gallery-contact-info-widget {
        padding: 0 15px;
    }
    
    .city-gallery-contact-header {
        height: 250px;
        margin-bottom: 40px;
    }
    
    .city-gallery-contact-main-heading {
        font-size: 32px;
    }
    
    .city-gallery-contact-content {
        padding: 30px 0;
    }
    
    .city-gallery-contact-content-inner {
        gap: 30px;
    }
    
    .city-gallery-contact-company-name {
        font-size: 22px;
    }
    
    .city-gallery-contact-address {
        font-size: 16px;
    }
    
    .city-gallery-contact-item {
        flex-direction: column;
        gap: 5px;
    }
    
    .city-gallery-contact-label {
        min-width: auto;
    }
    
    .city-gallery-contact-customer-service {
        padding: 20px;
    }
    
    .city-gallery-contact-service-heading {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .city-gallery-contact-header {
        height: 200px;
        margin-bottom: 30px;
    }
    
    .city-gallery-contact-main-heading {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .city-gallery-contact-content {
        padding: 20px 0;
    }
    
    .city-gallery-contact-company-name {
        font-size: 20px;
    }
    
    .city-gallery-contact-address {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .city-gallery-contact-label,
    .city-gallery-contact-value,
    .city-gallery-contact-link {
        font-size: 15px;
    }
    
    .city-gallery-contact-customer-service {
        padding: 15px;
        margin-top: 25px;
    }
    
    .city-gallery-contact-service-heading {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .city-gallery-contact-service-location,
    .city-gallery-contact-service-hours {
        font-size: 15px;
    }
}

/* Animation for smooth transitions */
.city-gallery-contact-info-widget * {
    transition: all 0.3s ease;
}

/* Focus states for accessibility */
.city-gallery-contact-link:focus {
    outline: 2px solid #F78C25;
    outline-offset: 2px;
    border-radius: 2px;
}
