﻿/* Pagination */
.pagination-wrapper {
    margin-top: 3rem;
}
.h1{
  background-color:white;
}

.pagination .page-link {
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    margin: 0 0.25rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Service Details */
.service-details__benefits__list__icon {
    color: var(--aigence-text, #959CB2) !important;
    margin-right: 10px;
    font-size: 7px;
    flex-shrink: 0;
}

.service-details__sm-title {
    font-size: 20px;
    font-weight: 600;
}

.max-width-100 {
    max-width: 100% !important;
}

/* Responsive */
@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
}

.hero-one {
    position: relative;
}

    .hero-one::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,9.8); /* DARK OVERLAY */
        color:antiquewhite;
        z-index: 1;
    }


.hero-one__content h1,h2,h3 {
    position: relative;
    z-index: 2;
/*
    .hero-one__content h1,
    .hero-one__content h2,
    .hero-one__content h3 {*/
        color:white;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
        margin-bottom: 10px;

}

    /*Fix Text Colors & Visibility
*/
  /*  👉 Add this CSS:
    .hero-one__content h1,
    .hero-one__content h2,
    .hero-one__content h3 {
        color:dodgerblue;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
        margin-bottom: 10px;*/

    }

.hero-one__content {
    margin-bottom: 14px;
    font-size: 30px;
    /*color: var( #F8FAFC);
    color: #F8FAFC;*/
    color: #00E5FF; /* light blue highlight */
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.4px;
}

