@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;.intro-section-style .green-box h2
}

.dynamic-top-section h1 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 10px !important;
    font-size: 2.8rem;
    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;
    font-weight: 700;
}

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

.intro-section-style .why-choose-us-content strong,
.intro-section-style .why-choose-us-content b {
    font-weight: 700 !important;
    color: #000 !important;
}

.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;
    }
}

/* Blog Breadcrumb Styles */
.blog-breadcrumb-section {
    background-color: #f2faf8 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #e0f0eb;
    position: relative;
    z-index: 10;
}

.blog-breadcrumb-section .blog-breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    font-size: 15px !important;
    align-items: center !important;
    background: none !important;
}

.blog-breadcrumb-section .blog-breadcrumb li {
    color: #555 !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.blog-breadcrumb-section .blog-breadcrumb li:before {
    display: none !important; /* Hide any default bullets from global styles */
}

.blog-breadcrumb-section .blog-breadcrumb li + li::before {
    content: "/" !important;
    padding: 0 12px !important;
    color: #2ea38d !important;
    font-weight: 400 !important;
    display: inline-block !important;
}

.blog-breadcrumb-section .blog-breadcrumb li a {
    color: #2ea38d !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: inline-block !important;
}

.blog-breadcrumb-section .blog-breadcrumb li a:hover {
    color: #1a7f6c !important;
    text-decoration: underline !important;
}

.blog-breadcrumb-section .blog-breadcrumb li:last-child {
    color: #666 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 500px !important;
}

@media (max-width: 767px) {
    .blog-breadcrumb-section .blog-breadcrumb li:last-child {
        max-width: 250px !important;
    }
}

#whatsapp-sticky {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999 !important;
}

#whatsapp-sticky a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white !important;
    border-radius: 50%;
    font-size: 35px;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    text-decoration: none !important;
}

#whatsapp-sticky a:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: white !important;
}

@media (max-width: 767px) {
    #whatsapp-sticky {
        bottom: 20px;
        right: 20px;
    }
    
    #whatsapp-sticky a {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
@media (max-width: 575.98px){ 

    .dynamic-top-section h1{
        font-size:32px;
    }
}
