/* Park & Cruise Tenant Theme - Dark Navy/Orange Color Scheme */
/* Based on Abuzer Theme */

/* Header Styles */
.header-main {
    background: #0F172AE5 !important; /* User specified Dark Navy */
    padding: 15px 0;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #F59E0B !important; /* Orange hover */
}

/* Header Button */
.header-button {
    background-color: #F59E0B !important; /* Orange */
    border: none !important; /* Remove border/outline */
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.header-button:hover {
    background-color: #D97706 !important; /* Darker Orange */
    border-color: #D97706 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}

/* Main Content Headings */
h1 span, h2 span, h3 span {
    color: #F59E0B !important; /* Orange highlight for all spans in headings */
}

.main-content-detail h2 span {
    color: #F59E0B !important;
}

.question-heading h2 span {
    color: #F59E0B !important;
}

.testimonial-sec-content h2 span {
    color: #F59E0B !important;
}

/* Primary Buttons */
.btn-primary {
    background-color: #F59E0B !important;
    border-color: #F59E0B !important;
    color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #D97706 !important;
    border-color: #D97706 !important;
}

/* Form Card/Filters */
.airpot-select-design-box {
    border-top: 4px solid #7C3AED; /* Purple border */
    box-shadow: 0px 48px 80px 0px rgba(124, 58, 237, 0.15) !important;
}

/* Footer CTA Section */
.footer-cta-section {
    background-color: #0F172A; /* Deep Navy */
    padding: 40px 0; /* Reduced from 80px */
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: radial-gradient(circle at top right, #1E293B 0%, #0F172A 100%);
}

.footer-cta-section h2 {
    color: #ffffff !important;
    font-weight: 800;
    margin-bottom: 8px; /* Reduced from 12px */
    font-size: 1.75rem; /* Slightly smaller for compactness */
    letter-spacing: -0.5px;
}

.footer-cta-section p {
    color: #94A3B8; /* Slate-400 */
    font-size: 1rem; /* Slightly smaller */
    margin-bottom: 0;
    font-weight: 400;
}

/* Main Footer Redesign */
.main-footer-design {
    background: #020617 !important; /* Almost Black (Slate-950) */
    border-top: none !important;
    color: #94A3B8;
    padding-top: 0;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.footer-heading {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff !important;
    margin-bottom: 25px;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #94A3B8 !important;
    transition: all 0.2s ease;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
}

.footer-links a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Contact Info specific */
.contact-info-list li span {
    color: #94A3B8;
}

.contact-info-list i {
    color: #F59E0B !important; /* Orange Icons */
    width: 20px;
    text-align: center;
}

.text-muted {
    color: #64748B !important; /* Slate-500 for very subtle text */
}

.footer-brand p {
    font-size: 0.95rem;
    color: #94A3B8 !important;
}

/* Links (General Overrides) */
a {
    color: #242B43; /* Navy for standard links */
}

a:hover {
    color: #F59E0B; /* Orange */
    text-decoration: none;
}

.main-footer-design a.text-muted:hover {
    color: #ffffff !important;
}

/* Body Background */
body {
    background-color: #F3F4F6; /* Neutral Light Gray */
}

.main-wrapper {
    background-color: #F3F4F6;
}

/* About Boxes */
.about-box h3 {
    color: #242B43;
}

/* FAQ Accordion Styling */
.faq-accordion .card {
    border: none !important;
    border-radius: 8px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
    overflow: hidden;
}

.faq-accordion .card-header {
    background-color: #ffffff !important;
    border-bottom: none !important;
}

.faq-accordion .btn-link {
    color: #1E293B !important; /* Slate-800 */
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.faq-accordion .btn-link:hover {
    color: #F59E0B !important; /* Orange */
    text-decoration: none !important;
}

/* Active State (Expanded) */
.faq-accordion .btn-link[aria-expanded="true"] {
    color: #F59E0B !important; /* Orange */
}

/* Icon Rotation */
.faq-accordion .transition-icon {
    transition: transform 0.3s ease;
    color: #94A3B8; /* Lighter slate for icon default */
}

.faq-accordion .btn-link:hover .transition-icon {
    color: #F59E0B;
}

.faq-accordion .btn-link[aria-expanded="true"] .transition-icon {
    transform: rotate(180deg);
    color: #F59E0B;
}

.faq-accordion .card-body {
    background-color: #ffffff;
    color: #64748B !important; /* Slate-500 */
    font-size: 15px;
}
