/*
Template Style: Modern Minimalist (Light Blue/White)
Description: A clean, minimalist design with light blue accents and crisp white backgrounds
Colors: #4A90E2 (Primary Blue), #E8F4FD (Light Blue), #FFFFFF (White), #2C3E50 (Dark Text)
*/

/* Override Body and Base Colors */
body {
    background-color: #F7FBFF !important;
    color: #2C3E50 !important;
}

/* Header Styles */
header {
    background: linear-gradient(135deg, #FFFFFF 0%, #E8F4FD 100%) !important;
    border-bottom: 2px solid #4A90E2 !important;
    box-shadow: 0 2px 15px rgba(74, 144, 226, 0.15) !important;
}

.main-nav a {
    color: #2C3E50 !important;
    font-weight: 600 !important;
    position: relative !important;
    transition: color 0.3s ease !important;
}

.main-nav a:hover {
    color: #4A90E2 !important;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4A90E2;
    transition: width 0.3s ease;
}

.main-nav a:hover::after {
    width: 100%;
}

/* Hero Section - Modern Minimalist Style */
.hero-section {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.85) 0%, rgba(108, 184, 234, 0.85) 100%), 
                url('../assets/hero-section.png') center/cover no-repeat !important;
    box-shadow: inset 0 -100px 100px rgba(255, 255, 255, 0.1) !important;
}

.hero-content h1 {
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 3.2rem !important;
}

.hero-content p {
    font-weight: 300 !important;
    line-height: 1.8 !important;
    max-width: 650px !important;
}

/* Section Styles */
.section {
    background-color: #FFFFFF !important;
}

.section:nth-child(even) {
    background: linear-gradient(to bottom, #FFFFFF 0%, #F7FBFF 50%, #FFFFFF 100%) !important;
}

.section h2, .section h3 {
    color: #2C3E50 !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    position: relative !important;
}

.section h3::after {
    background: linear-gradient(90deg, #4A90E2, #6CB8EA) !important;
    height: 3px !important;
    width: 60px !important;
}

/* Cards - Minimal Design */
.card {
    background: #FFFFFF !important;
    border: 1px solid #E1EAF5 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(74, 144, 226, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 40px rgba(74, 144, 226, 0.2) !important;
    border-color: #4A90E2 !important;
}

.card h4, .card h3 {
    color: #2C3E50 !important;
    font-weight: 600 !important;
}

.card p {
    color: #5A6C7D !important;
}

.card .fas {
    color: #4A90E2 !important;
}

/* Buttons and Links */
.nav-link, .btn, button, input[type="submit"] {
    background: linear-gradient(135deg, #4A90E2 0%, #6CB8EA 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3) !important;
    transition: all 0.3s ease !important;
}

.nav-link:hover, .btn:hover, button:hover, input[type="submit"]:hover {
    background: linear-gradient(135deg, #3A7BC8 0%, #5CA8DA 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4) !important;
}

/* Search Section */
.search-section {
    background: linear-gradient(135deg, #E8F4FD 0%, #FFFFFF 100%) !important;
}

.dropdown-group label {
    color: #2C3E50 !important;
    font-weight: 600 !important;
}

.dropdown-group select {
    border: 2px solid #D1E3F5 !important;
    background: #FFFFFF !important;
    color: #2C3E50 !important;
    border-radius: 6px !important;
}

.dropdown-group select:hover, .dropdown-group select:focus {
    border-color: #4A90E2 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1) !important;
}

/* Rating Stars */
.stars {
    color: #FFA726 !important;
}

.rating-value {
    color: #2C3E50 !important;
    font-weight: 600 !important;
}

/* Topic Tags */
.topic-tag {
    background: linear-gradient(135deg, #4A90E2 0%, #6CB8EA 100%) !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.25) !important;
}

/* Footer */
footer {
    background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%) !important;
    color: #ECF0F1 !important;
}

.footer-section h3 {
    color: #4A90E2 !important;
}

.footer-nav a {
    color: #BDC3C7 !important;
}

.footer-nav a:hover {
    color: #4A90E2 !important;
}

.contact-details .fas.fa-envelope,
.contact-details .fas.fa-phone,
.contact-details .fab.fa-whatsapp,
.contact-details .fas.fa-map-marker-alt {
    color: #4A90E2 !important;
    font-size: 1.2rem !important;
    transition: all 0.3s ease !important;
}

.contact-details .fas.fa-envelope:hover,
.contact-details .fas.fa-phone:hover,
.contact-details .fab.fa-whatsapp:hover,
.contact-details .fas.fa-map-marker-alt:hover {
    color: #6CB8EA !important;
    transform: scale(1.1) !important;
}

footer .wp-block-heading {
    color: #4A90E2 !important;
    font-weight: 600 !important;
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
}

/* Detail Sections */
.detail-section {
    background: #FFFFFF !important;
    border: 1px solid #E1EAF5 !important;
    box-shadow: 0 4px 20px rgba(74, 144, 226, 0.08) !important;
}

.detail-section h2 {
    color: #4A90E2 !important;
    font-weight: 600 !important;
}

/* Work Hours */
.work-day {
    border-bottom: 1px solid #E8F4FD !important;
    padding: 0.75rem 0 !important;
}

.work-day strong {
    color: #2C3E50 !important;
}

/* Breadcrumbs */
.breadcrumbs {
    background: linear-gradient(135deg, #E8F4FD 0%, #FFFFFF 100%) !important;
}

.breadcrumbs a {
    color: #4A90E2 !important;
    font-weight: 500 !important;
}

/* Contact Info */
.phone-link, .website-link {
    background: linear-gradient(135deg, #E8F4FD 0%, #FFFFFF 100%) !important;
    border: 1px solid #D1E3F5 !important;
    color: #2C3E50 !important;
}

.phone-link:hover, .website-link:hover {
    background: linear-gradient(135deg, #4A90E2 0%, #6CB8EA 100%) !important;
    color: #FFFFFF !important;
    border-color: #4A90E2 !important;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3) !important;
}

/* Attributes */
.attribute-category li::before {
    color: #4A90E2 !important;
}

.attributes-section.available strong,
.attribute-category.available strong {
    color: #4A90E2 !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
}

.contact-item strong {
    color: #4A90E2 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}

.attributes-section.available h4,
.attribute-category.available h4 {
    color: #4A90E2 !important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}

.contact-item a {
    color: #4A90E2 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.contact-item a:hover {
    color: #3A7BC8 !important;
    text-decoration: underline !important;
}

.detail-section p a {
    color: #4A90E2 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.detail-section p a:hover {
    color: #3A7BC8 !important;
    text-decoration: underline !important;
}

/* Popular Times */
.popular-times, .people-also-search {
    background: linear-gradient(135deg, #E8F4FD 0%, #FFFFFF 100%) !important;
    border: 1px solid #D1E3F5 !important;
}

.popular-times h4, .people-also-search h4 {
    color: #2C3E50 !important;
}

.search-tag {
    background: linear-gradient(135deg, #4A90E2 0%, #6CB8EA 100%) !important;
}

/* Single Directory Page Styles */
.category-badge {
    background: linear-gradient(135deg, #4A90E2 0%, #6CB8EA 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: 0 3px 12px rgba(74, 144, 226, 0.35) !important;
}

.address-details {
    background: linear-gradient(to bottom, #F7FBFF, #FFFFFF) !important;
    border: 2px solid #E1EAF5 !important;
    border-left: 4px solid #4A90E2 !important;
    padding: 1.5rem !important;
}

.address-details p {
    color: #2C3E50 !important;
    font-size: 1rem !important;
}

.address-details strong {
    color: #4A90E2 !important;
    font-weight: 600 !important;
}

.detail-section p {
    color: #5A6C7D !important;
    line-height: 1.8 !important;
}

.business-title {
    background: linear-gradient(135deg, #E8F4FD 0%, #D1E3F5 100%) !important;
    color: #2C3E50 !important;
    border-left: 4px solid #4A90E2 !important;
}

.map-link {
    background: linear-gradient(135deg, #4A90E2 0%, #6CB8EA 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: 0 3px 12px rgba(74, 144, 226, 0.3) !important;
    transition: all 0.3s ease !important;
}

.map-link:hover {
    background: linear-gradient(135deg, #3A7BC8 0%, #5CA8DA 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 18px rgba(74, 144, 226, 0.4) !important;
    color: #FFFFFF !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.2rem !important;
    }
}
