@font-face {
    font-family: 'Tiempos Headline';
    src: url('/fonts/tiempos-headline.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

.top-content-section {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.dynamic-top-section {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.dynamic-top-section h1 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 10px !important;
    font-size: 2.8rem;
    font-family: 'Tiempos Headline', serif !important;
    text-transform: none !important;
    line-height: 1.2;
}

.dynamic-top-section .description {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
}

.dynamic-top-section .top-content-rich-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

/* Homepage Spacing Refinements */
.top-content-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}



/* FAQ Accordion Styles */
.faq-section .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #003366;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 51, 102, 0.1);
}

.faq-section .accordion-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-section .accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.faq-header {
    background-color: #f8f9fa;
}

/* Redesigned Why Choose Us Section - Intro Style */
.intro-section-style {
    position: relative;
    padding: 40px 0 60px 0;
    margin: 20px 0;
    overflow: hidden;
}

.intro-section-style .container {
    position: relative;
    z-index: 2;
}

.intro-section-style .green-box h2 {
    font-size: 34px;
    color: #003366 !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.intro-section-style .why-choose-us-content p {
    line-height: 30px;
    font-weight: 300;
    color: #302f31;
    margin-bottom: 20px;
}

.intro-section-style .intro-image img {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 100%;
    height: auto;
}

/* Mobile Layout Refinements */
@media (max-width: 767px) {
    .services-grid .card {
        margin-bottom: 25px;
    }

    .services-grid > div:last-child .card {
        margin-bottom: 0;
    }
}
