@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hero-section form {
    position: relative;
}

#results {
    display: none;
    width: 100%;
    background: #fff;
    padding: 10px;
    margin: 0px;
    position: absolute;
    overflow-y: scroll;
    max-height: 250px;
    box-shadow: 0 4px 12px rgb(51 51 51 / 13%);
}

#results h4 {
    font-size: 1.2rem !important;
    font-weight: 600;
    margin: .5rem 0;
}

#results ul li a {
    text-decoration: none;
    color: var(--bs-dark);
}

#results ul li a:hover {
    color: var(--bs-primary);
}

/* EPR Service Page Custom Styles */
.epr-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.epr-benefits {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #28a745;
    margin: 1rem 0;
}

.epr-process-step {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1rem 0;
    transition: all 0.3s ease;
}

.epr-process-step:hover {
    border-color: #007bff;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
}

.epr-document-list {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}

.epr-document-list ul {
    padding: 0;
}

.epr-document-list li {
    margin: 0.5rem 0;
    list-style: none;
    font-weight: 500;
}

.service-hero h1 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.service-hero p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

.sidebar-navbar a {
    color: #6c757d;
    text-decoration: none;
    padding: 0.75rem 1rem;
    display: block;
    border-radius: 5px;
    margin: 0.25rem 0;
    transition: all 0.3s ease;
}

.sidebar-navbar a:hover,
.sidebar-navbar a.active {
    background-color: #007bff;
    color: white;
}

.services-content h4 {
    color: #2c3e50;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.services-content p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.services-content ul li {
    margin: 0.5rem 0;
    line-height: 1.6;
}

.accordion-button {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: white;
}

.accordion-body {
    background-color: white;
    border: 1px solid #dee2e6;
    border-top: none;
}

.cta-mobile-btn {
    position: sticky;
    bottom: 0;
    background-color: var(--primary-color);
    width: 100%;
    display: none;
    z-index: 1000;
}

.cta-mobile-btn .btn:first-child {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.cta-mobile-btn .btn {
    border-radius: 0;
    width: 50%;
}

.cta-mobile-btn .btn:last-child {
    background-color: #25d366;
    color: var(--bs-white);
}

.cta-mobile-btn .btn:active {
    color: var(--bs-white) !important;
}

.cta-mobile-btn .btn img {
    height: 1rem;
    margin-left: .50rem;
}

/* app-navbar */
.app-navbar {
    border-bottom: 1px solid var(--bs-border-color);
    background-color: var(--bs-white);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.app-navbar .navbar .navbar-brand img {
    height: 3rem;
}

.app-navbar .navbar .navbar-nav {
    gap: 0 .50rem;
}

.app-navbar .navbar .nav-link img {
    height: 1.50rem;
}

.app-navbar .navbar .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
}

.app-navbar .navbar .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.app-navbar .navbar .nav-item .nav-link.btn {
    background-color: var(--primary-color);
    color: var(--bs-white);
    padding: 10px 20px;
}

.app-navbar .dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.app-navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-family: "boxicons" !important;
    content: "\ea4e";
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-left: 4px;
    transform: rotate(270deg);
    transition: transform 0.2s;
    vertical-align: 0;
}

.app-navbar .navbar-nav .nav-item.dropdown:last-child .nav-link.dropdown-toggle::after {
    display: none !important;
}

.app-navbar .navbar .navbar-nav .dropdown {
    position: unset;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    border-radius: 0;
    background-color: var(--bs-white);
    top: 100%;
    margin-top: 0 !important;
    animation: animdropdown 0.4sease-in-out 0s 1 normal forwards;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu.show {
    border: 0;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu[data-bs-popper] {
    margin: 0;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .nav {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    overflow-x: scroll;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .nav-pills .nav-link {
    color: var(--bs-dark);
    text-align: start;
    display: flex;
    align-items: center;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .nav-pills .nav-link .bx {
    color: var(--bs-dark);
    margin-right: 8px;
    font-size: 16px;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .nav-pills .nav-link.active {
    background-color: var(--primary-color) !important;
    color: var(--bs-white);
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .nav-pills .nav-link.active .bx {
    color: var(--bs-white);
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .menu-tab {
    background-color: var(--bs-light);
    width: 100%;
    padding: 1rem;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .menu-tab .tab-content .tab-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 400px;
    overflow-y: scroll;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .menu-tab .tab-content .tab-pane ul li {
    margin: .50rem 0;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .menu-tab .tab-content .tab-pane ul li a {
    color: var(--bs-dark);
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    opacity: .9;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .menu-tab .tab-content .tab-pane h5 a {
    color: var(--bs-dark);
    text-decoration: none;
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu .menu-tab .tab-content .tab-pane ul li a:hover {
    color: var(--bs-blue);
}

.app-navbar .navbar .collapse .navbar-nav .dropdown .dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
}

/* app-navbar-end */
/* hero-section */
.hero-section {
    margin: 3rem 0 0 0;
}

.hero-section h1 {
    font-weight: 800;
    line-height: 1.2;
}

.hero-section h1 span {
    color: var(--primary-color);
}

.hero-section p {
    color: var(--bs-secondary);
}

.hero-section ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.hero-section ul li .btn {
    white-space: nowrap;
    font-size: 14px;
}

.hero-section .hero-search {
    position: relative;
    margin: 2rem 0;
}

.hero-section .hero-search .form-control {
    border-radius: var(--bs-border-radius-lg);
    border: 0;
    background-color: rgba(8, 60, 47, 0.1);
    box-shadow: none;
    font-size: 1rem;
    padding-left: 2.5rem;
}

.hero-section .hero-search .btn {
    background-color: var(--primary-color);
    color: var(--bs-white);
    margin-right: 6px;
}

.hero-section .hero-search .search-icon {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    font-size: 20px;
    color: #ADAAAF;
    margin-left: 1rem;
}

/* end hero */
/* counter-section */
.counter-section {
    padding: 2rem 0;
    margin-top: 2rem;
    background-color: var(--primary-color);
}

.counter-section ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.counter-section ul li {
    color: var(--bs-white);
    font-weight: 600;
}

/* end */
/* testimonial */
.testimonial {
    position: relative;
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 246, 246, 0.8);
    z-index: 1;
}

.testimonial>* {
    position: relative;
    z-index: 2;
}

.testimonial .web-heading {
    margin-bottom: 2rem;
}

.testimonial .web-heading h5 {
    color: var(--secondary-color);
}

.testimonial .web-heading h2 {
    font-weight: 600;
}

/* .testimonial .owl-carousel .owl-item {
    opacity: .2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
} */

.testimonial .owl-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}

.testimonial .owl-item.active.center .card {
    background-color: var(--bs-blue);
}

.testimonial .owl-item.active.center .card .card-body .card-title,
.testimonial .owl-item.active.center .card .card-body .card-text,
.testimonial .owl-item.active.center .card .card-body .user {
    color: var(--bs-white);
}

.testimonial .owl-carousel .owl-item .card {
    border: 0;
    box-shadow: var(--bs-box-shadow-sm);
}

.testimonial .owl-carousel .owl-item .card .card-body {
    padding: 1rem;
}

.testimonial .owl-carousel .owl-item .card .card-body .card-title {
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

.testimonial .owl-carousel .owl-item .card .card-body .card-text {
    color: var(--bs-secondary);
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.testimonial .owl-carousel .owl-item .card .card-body ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    gap: 1rem;
}

.testimonial .owl-carousel .owl-item .card .card-body ul li img {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
}

.testimonial .owl-carousel .owl-item .card .card-body ul li .user {
    color: var(--bs-secondary);
    font-size: 14px;
    margin: 0;
}

/* end */

/* footer */

/* footer */
.footer {
    padding: 3rem 0 1rem 0;
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.footer .footer-logo {
    background-color: var(--bs-white);
    display: inline-flex;
    padding: 8px;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.footer a img {
    height: 3rem;
}

.footer h5 {
    font-weight: 600;
    font-size: 18px;
}

.footer .footer-top h3 {
    font-weight: 600;
}


.footer .footer-top form .form-control:focus {
    box-shadow: none !important;

}

.footer .footer-top form .btn {
    background-color: var(--secondary-color);
}

.footer .footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top ul li {
    margin: .75rem 0;
}

.footer .footer-top ul li a {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.footer-services ul li a {
    text-decoration: none;
    color: var(--bs-white);
}

.footer .footer-top ul li a:hover {
    color: var(--secondary-color);
}


.footer .footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-bottom ul li {
    margin: .5rem 0;
}

.footer .footer-bottom ul li a {
    color: var(--bs-white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer .footer-bottom ul li a:hover {
    color: var(--secondary-colorl);
}

.footer .footer-copy-right p {
    margin: 0 !important;
    font-size: 14px;
}

.footer .footer-copy-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.footer .footer-copy-right ul li a {
    color: var(--bs-white);
    font-size: 14px;
    text-decoration: none;
}

.footer .footer-copy-right ul li a:hover {
    color: var(--secondary-color);
}

/* footer end */
/* end */
/* news-update */
.news-update {
    padding: 3rem 0;
}

.news-update .web-heading {
    text-align: center;
}

.news-update .web-heading h5 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
}

.news-update .web-heading h2 {
    margin-bottom: 2rem;
}

.news-update .card {
    border-radius: var(--bs-border-radius-xl);
    border: 0;
    overflow: hidden;
    box-shadow: var(--bs-box-shadow);
}

.news-update .card img {
    transition: transform 0.3s ease-in-out;
    /* Smooth zoom effect */
    width: 100%;
    /* Ensures it covers the card */
}

.news-update .card:hover img {
    transform: scale(1.1);
}

.news-update .card .card-body .card-title {
    font-size: 1rem;
}

.news-update .card .card-body .card-text {
    color: var(--bs-secondary);
    font-size: 14px;
}

.news-update .card .card-body .btn {
    color: var(--bs-white);
    background-color: var(--secondary-color);
}

/* end */
/* our-services */
.our-services {
    margin: 3rem 0;
}

.our-services .web-heading {
    text-align: center;
}

.our-services .web-heading h2 {
    font-weight: 600;
}

.our-services .web-heading p {
    color: var(--bs-secondary);
}

.our-services .nav-pills {
    margin: 1rem 0;
    gap: 10px;
}

.our-services .nav-pills .nav-link {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 4px;
    text-wrap: nowrap !important;
}

.our-services .nav-pills .nav-link.active {
    background-color: var(--primary-color);
}

.our-services .tab-content .card {
    border: 0;
    box-shadow: var(--bs-box-shadow-sm);
}

.our-services .tab-content .card .card-body ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 1rem;
    margin: 0;
}

.our-services .tab-content .card .card-body ul li .card-title {
    text-transform: capitalize;
}

.our-services .tab-content .card .card-body .card-text {
    margin-top: 1rem;
    color: var(--bs-secondary);
}

.our-services .tab-content .card .card-body .card-link {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: end;
    text-decoration: none;
}

#our-customers .item img {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

/* working-process */
.working-process {
    margin: 3rem 0;
}

.working-process .web-heading {
    text-align: center;
}

.working-process .web-heading h5 {
    color: var(--bs-warning);
    text-transform: uppercase;
    font-weight: 600;
}

.working-process .web-heading h2 {
    margin-bottom: 1rem;
}

.working-process .card {
    border: 0;
    padding: 1rem;
}

.working-process .card .card-body {
    text-align: center;
}

.working-process .card .card-body img {
    height: 3rem;
}

.working-process .card .card-body .card-title {
    color: var(--bs-white);
    margin: 1rem 0 0 0;
}

/* end */
/* cta-secrtion */
.cta-secrtion {
    padding: 3rem 0;
    text-align: center;
    background-image: url(/public/assets/img/cta-bg.svg);
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-secrtion h2 {
    color: var(--bs-white);
    font-weight: 600;
    text-transform: capitalize;
}

.cta-secrtion p {
    color: var(--bs-white);
    font-size: 14px;
}

.cta-secrtion .btn {
    background-color: var(--secondary-color);
    padding: 10px 30px;
}

.cta-secrtion .btn:hover {
    background-color: #a2b546;
}

/* about-us */
.about-us {
    padding: 30px 0;
    position: relative;
}

.about-us .web-heading {
    margin-bottom: 60px;
}

.about-us .web-heading .title {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    background: #a0dd0229;
    display: inline-block;
    padding: 10px 14px;
    color: var(--secondary-color);
}

.about-us .web-heading h2 {
    margin-top: 1rem;
    font-weight: 600;
}

.about-us .about-img {
    position: relative;
    z-index: 1;
}

.about-us .about-img .about1 {
    margin-bottom: 30px;
}

.about-us .about-img .about2 {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

.about-content p {
    margin: 0;
    color: var(--bs-secondary);
    line-height: 28px;
    padding-bottom: 32px;
}

.about-content .btn {
    background: var(--secondary-color);
    display: inline-block;
    font-size: 16px;
    padding: 17px 20px;
    text-transform: uppercase;
    color: #083C2F;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.about-counter {
    position: absolute;
    top: 65%;
    background: var(--bs-white);
    width: 60% !important;
    border-radius: 8px;
    right: 0;
    padding: 20px 0;
    padding-bottom: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.about-counter .counter-text {
    padding-right: 33px;
    border-right: 1px solid rgba(17, 17, 18, 0.2);
    text-align: center;
}

.about-counter .counter-text:last-child {
    border-right: none;
    padding: 0;
}

.about-counter .counter-text .counter {
    font-size: 40px;
    line-height: 40px;
    color: var(--bs-dark);
    text-align: center;
}

.about-counter .counter-text .title {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: var(--bs-dark);
    font-weight: 500;
    padding-top: 12px;
}

.section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.our-clients h5 {
    margin-bottom: 2rem;
    font-weight: 600;
}

.section-heading h2 {
    font-weight: 800;
    color: var(--ink);
    text-transform: capitalize;
}

.consultancy-modern .web-heading {
    margin-bottom: 2rem;
}

.consultancy-modern .web-heading h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.consultancy-modern .web-heading p {
    color: var(--bs-secondary);
}

.section-heading p {
    color: var(--bs-secondary);
    margin: 0 auto;
    max-width: 760px;
}

/* Steps timeline */
.steps-modern {
    padding: 64px 0;
    background: #fff;
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.step-card {
    background: var(--primary-color);
    color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 24px rgba(var(--ring), .25);
    position: relative;
}

.step-card h5 {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}

.step-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    margin-right: 12px;
}

.timeline {
    position: relative;
    margin: 32px auto 0;
    max-width: 980px;
}

.timeline-bar {
    height: 4px;
    background: linear-gradient(90deg, var(--brand-700), var(--primary-color));
    border-radius: 999px;
}

.timeline-marks {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    color: var(--ink);
}

.timeline-marks span {
    background: var(--brand-50);
    border: 2px solid var(--primary-color);
    color: var(--ink);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

@media (max-width: 992px) {
    .steps-row {
        grid-template-columns: 1fr;
    }
}

/* Consultancy grid */
.consultancy-modern {
    padding: 30px 0 60px 0;
    background: #f8fafc;
}

.consultancy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #fff;
    padding: 24px;
    transition: transform .2s ease, box-shadow .2s ease;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.feature-card img {
    height: 3rem;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(2, 6, 23, .08);
}

.feature-card h4 {
    color: var(--ink);
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-card p {
    color: var(--muted);
    margin: 0;
}

.feature-media {
    height: 260px;
}

.feature-media img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .consultancy-grid {
        grid-template-columns: 1fr;
    }

    .feature-media {
        height: 220px;
    }

    .feature-card {
        min-height: auto;
    }
}

/* Initiatives banner */
.initiatives-banner {
    position: relative;
    padding: 120px 0;
    background: url('assets/img/hero.png') center/cover no-repeat;
}

.initiatives-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.initiatives-banner .container {
    position: relative;
    z-index: 1;
}

.initiatives-banner h2 {
    color: #fff;
    text-align: center;
    font-weight: 800;
}

/* Gallery */
.initiatives-gallery {
    padding: 64px 0;
    background: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid img {
        height: 220px;
    }
}

.initiatives-banner {
    position: relative;
    padding: 80px 0;
    background: url('../img/cta.jpg') center/cover no-repeat;
}

.initiatives-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.initiatives-banner .overly {
    position: relative;
    z-index: 1;
    text-align: center;
}

.initiatives-banner h2 {
    color: #ffffff;
    font-weight: 800;
}

.initiatives-banner p {
    color: #e5e7eb;
    margin-top: 8px;
}

.initiatives-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.initiatives-banner .btn {
    padding: 10px 30px;
    background-color: var(--secondary-color);
}

.initiatives-banner .btn:hover {
    background-color: var(--secondary-color);
}

/* service page */
.service-hero {
    padding: 3rem 0;
    background: var(--primary-color);
    position: relative;
}

.service-hero h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.service-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.service-hero .service-icon {
    margin: 2rem 0;
}

.service-hero .service-icon ul {
    margin: 0;
    list-style: none;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.service-hero .service-icon ul:hover {
    background: rgba(255, 255, 255, 0.15);
}

.service-hero .service-icon ul li img {
    height: 2rem;
    filter: brightness(0) invert(1);
}

.service-hero .service-icon ul li h5 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: #ffffff;
}

.service-hero .service-icon ul li p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.service-hero .card {
    background: #ffffff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.service-hero .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-hero .card .card-body {
    padding: 2rem;
}

.service-hero .card .card-body .card-title {
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.service-hero .card .card-body form .form-control {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
}

.service-hero .card .card-body form .form-control:focus {
    background-color: #ffffff;
    border-color: var(--secondary-color);
    box-shadow: none;
}

.service-hero .card .card-body form .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.service-hero .card .card-body form .form-group i {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-size: 1.1rem;
}

.service-hero .card .card-body form .form-control::placeholder {
    color: #999;
}

.service-hero .card .card-body .btn {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
}

.service-hero .card .card-body .btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
}

/* counter-serivce */
.counter-serivce {
    background-color: var(--secondary-color);
}

.counter-serivce ul {
    display: flex;
    margin: 0;
    padding: 1rem 0;
    border-right: 1px solid var(--bs-white);
    align-items: center;
    gap: 1rem;
    list-style: none;
}

.counter-serivce .col:last-of-type ul {
    border-right: 0;
}


.counter-serivce ul li h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: var(--bs-white);
}

.counter-serivce ul li p {
    color: var(--bs-white);
    font-size: 14px;
    margin: 0;
}

/* services-content */
.services-content {
    margin: 2rem 0;
}

.services-content img {
    margin: 1rem 0;
}

.services-content h4 {
    margin: .50em 0;
    font-weight: 600;
}

.services-content ul li {
    margin: .50rem 0;
}

.services-content table {
    margin: 1rem 0;
}

.services-content .accordion-flush>.accordion-item {
    border: 2px solid var(--bs-light);
    margin: 1rem 0;
    border-radius: 8px !important;
}

.services-content .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 8px;
    box-shadow: none;
    box-shadow: var(--bs-box-shadow-sm);
}

.services-content .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 8px;
}

.services-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

/* .services-content .accordion-flush>.accordion-item .accordion-button:focus {
    box-shadow: none !important;
    background-color: var(--bs-blue);
    color: var(--bs-white);
} */

.service-form {
    position: sticky;
    top: 100px;
}

.services-content table tbody tr td {
    font-size: 14px;
}

.services-content .sidebar-navbar,
.services-content .service-form {
    position: sticky;
    top: 100px;
}

.services-content .sidebar-navbar {
    display: flex;
    flex-direction: column;
    gap: 0.50rem;
}

.services-content .sidebar-navbar a {
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: 500;
    background-color: var(--bs-light);
    font-size: 16px;
    color: var(--bs-secondary);
}

.services-content .sidebar-navbar a:hover {
    color: var(--primary-color);
}

.services-content .sidebar-navbar a.active {
    background-color: var(--primary-color);
    color: var(--bs-white);
    box-shadow: var(--bs-box-shadow);
}

/* talk */
/* talk to expert */
.talk-expert .toast-header {
    border: 0;
    display: flex;
    justify-content: end;
}

.talk-expert .toast-header .btn-close {
    box-shadow: none;
}

.talk-expert .toast-body {
    background-color: var(--primary-color);
}

.talk-expert .toast-body img {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
}

.talk-expert .toast-header h5 {
    color: var(--bs-dark);
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.talk-expert .toast-header {
    border-radius: 0 !important;
}

.talk-expert .toast-body ul {
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.talk-expert .toast-body ul li h5 {
    color: var(--bs-white);
    font-size: 1rem;
}

.talk-expert .toast-body ul li p {
    color: var(--bs-white);
}

.talk-expert .toast-body ul li p i {
    color: var(--bs-warning) !important;
}

.talk-expert .toast-body .chat-btn {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.talk-expert .toast-body .chat-btn .btn img {
    height: 1.5rem;
    width: 1.5rem;
}

.talk-expert .toast-body .chat-btn .btn {
    white-space: nowrap;
    font-weight: 500;
    width: 50%;
    color: var(--secondary-color);
}

.talk-expert .toast-body .chat-btn .btn:last-child {
    background-color: var(--primary-color);
    border-color: #ffffff;
    color: var(--bs-white);
}

/* end */
.chat_call {
    z-index: 10000;
    bottom: 68px !important;
    right: 18px;
}

.chat_call a img {
    width: 40px;
    height: 40px;
    transition: all 0.2s !important;
}

/* hero-header */
.hero-header {
    padding: 6rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--bs-white);
}

.hero-header h1 {
    font-weight: 700;
}

.hero-header p {
    margin-bottom: 0;
}

.app-breadcrumb {
    background-color: var(--secondary-color);
    padding: 1rem 0;
}

.app-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.app-breadcrumb .breadcrumb .breadcrumb-item {
    font-weight: 500;
    color: var(--bs-white);
    font-size: 14px;
    text-transform: capitalize;
}

.app-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
    text-decoration: none;
}

.app-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.80);
}

.app-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

/* contact-us */
.contact-us .list-group .list-group-item {
    display: flex;
    align-items: start;
    gap: 1rem;
    background: transparent;
    padding: 1rem 0;
}

.contact-us .list-group .list-group-item img {
    height: 2.50rem;
    width: 2.50rem;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-border-color);
}

.contact-us .list-group .list-group-item a {
    text-decoration: none;
}

.contact-us .list-group .list-group-item a,
.contact-us .list-group .list-group-item p {
    color: var(--bs-secondary);
}

.contact-us .list-group .list-group-item p {
    margin-bottom: 0;
}

.contact-us {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.contact-us .heading-section {
    margin-bottom: 1.50rem;
}

.contact-us h5 {
    font-size: 1rem;
    font-weight: 600;
}

.contact-us .heading-section .heading-title {
    font-weight: 600;
}

.contact-us .enquiry-form .card {
    border: 0;
    box-shadow: var(--bs-box-shadow-sm);
    border-radius: 0;
}

.contact-us .enquiry-form .card .card-body {
    padding: 1.50rem;
}

.contact-us .enquiry-form .card .card-body .card-title {
    margin-bottom: 0;
    font-weight: 700;
}

.contact-us .enquiry-form .card .card-body .form-group .form-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-us .enquiry-form .card .card-body .form-group .form-label span {
    color: var(--bs-danger);
}

.contact-us .enquiry-form .card .card-body .form-group .form-control {
    border-radius: var(--bs-border-radius);
    box-shadow: none;
}

.contact-us .enquiry-form .card .card-body .form-group .form-control:focus {
    border-color: var(--primary-color);
}

.contact-us .enquiry-form .card .card-body .form-group .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
}

.footer .socail-media ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 1rem;
    margin-top: 1rem;
}

.footer .socail-media ul li a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--text-color);
    text-decoration: none;
    border: 1px solid var(--bs-white);
    transition: ease-in 0.2s;
}

.footer .socail-media ul li a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.footer .socail-media ul li a:hover i {
    color: var(--bs-white)
}

/* end */
/* why-choos-us */
.why-choos-us {
    background-color: #EEEEEE;
    padding: 1rem 0 2rem 0;
}

.why-choos-us .why-us-text {
    padding: 1.5rem 2rem 0rem 2rem;
}

.why-choos-us .why-us-text h5 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
}

.why-choos-us .why-us-text p {
    color: var(--bs-secondary);
}

.why-choos-us .why-us-text hr {
    margin: 0 0 .5rem 0;
    width: 30%;
    border-color: var(--secondary-color);
    opacity: 1;
    border-width: 0.2rem;
    border-radius: var(--bs-border-radius-pill);
}


/* .blog-hero-details */
.blog-hero-details {
    padding: 3rem 0;
}

.blog-hero-details h1 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    margin: 1rem 0;
}

.blog-hero-details span {
    color: var(--bs-secondary);
}

.blog-hero-details p {
    margin: 1rem 0;
    color: var(--bs-primary-1);
}

.blog-hero-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.blog-hero-details ul li a {
    color: var(--bs-secondary);
}

.blog-hero-details ul li a:hover {
    color: var(--bs-primary-1);
}

.blog-hero-details .breadcrumb .breadcrumb-item a {
    color: var(--bs-primary-1);
    text-decoration: none;
}

.blog-text {
    margin: 3rem 0;
}

.blog-text .card {
    border: 0;
}

.blog-text .card:hover {
    box-shadow: var(--bs-box-shadow-lg);
}

.blog-text .card .card-body ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 10px;
    align-items: center;
}

.blog-text .card .card-body p strong {
    color: var(--bs-primary-1);
    font-weight: 600;
}

.blog-text .card .card-body ul li p {
    margin: 0;
    color: var(--bs-secondary);
}

.blog-text .card .card-body span {
    text-decoration: line-through;
}

.blog-text .card .card-body ul li .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-primary-1);
}

.blog-text .card .card-footer {
    background-color: transparent;
    padding: 1rem;
    display: flex;
    border: 0;
    gap: 10px;
}

.blog-text .card .card-footer .btn {
    width: 50%;
    border-radius: 2px;
}

.blog-text .card .card-body .offer-batch {
    border: 1.5px dotted var(--bs-primary-1);
    display: inline-flex;
    padding: 10px;
}

.blog-text .card .card-body .offer-batch p {
    margin: 0;
    color: var(--bs-primary-1);
    font-weight: 500;
}

.blog-text h3 {
    font-weight: 600;
}

.blog-text p {
    color: var(--bs-secondary);
    margin: 1rem 0;
}

.blog-text ol {
    margin: 0;
    list-style-type: upper-alpha;
}

.blog-text ol li {
    color: var(--bs-secondary);
}

.blog-text h4 {
    font-weight: 600;
    margin: 1rem 0;
}


.blog-text ul li a {
    color: var(--bs-secondary);
}

.blog-text .related-articles h3 {
    font-weight: 600;
    font-size: 1rem;
}

.blog-text .related-articles .card-1 .card-body .btn {
    margin: 1rem 0;
}

.blog-text .related-articles .card-1 .card-body a {
    text-decoration: none;
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
}

.blog-text .related-articles .card-1 .card-body p {
    margin: .5rem 0 !important;
}

.blog-text .related-articles .card-1 .card-body a .fa-solid {
    font-size: 1px;
}

.blog-text .related-articles h4 {
    margin-top: 1rem;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-text .related-articles .card-2 {
    border: 4px solid;
    border-image: linear-gradient(to right, #7fb39a, #073a8c) 1;
    border-radius: 2px;
}

.blog-text .related-articles .card-2 .card-body {
    padding: 1rem;
}

.blog-text .related-articles .card-2 .card-body .card-title {
    font-size: 14px;
    font-weight: 600;
}

.blog-text .related-articles .card-2 .card-body .card-text {
    font-size: 14px;
    margin: .5rem 0;
}

.blog-text .related-articles .card-2 .card-body span {
    text-decoration: line-through;
    font-size: 12px;
}

.blog-text .related-articles .card-2 .card-body .card-sub-text span {
    text-decoration: none !important;
}

.blog-text .related-articles .card-2 .card-body .card-sub-text {
    color: var(--bs-primary-1);
}

/* Page-scoped styles for Blog Listing */
.blog-hero {
    padding: 56px 0;
    background: linear-gradient(180deg, #f1fbf6 0%, #ffffff 100%);
}

.blog-hero h1 {
    font-size: 34px;
    margin-bottom: 8px;
}

.blog-hero p {
    color: #54626a;
    margin-bottom: 16px;
}

.blog-hero .filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-hero .filters .btn {
    border-radius: 999px;
    border: 1px solid #cfe9db;
    color: #198754;
    background: #f7fffb;
}

.blog-grid {
    padding: 40px 0;
}

.blog-card {
    border: 1px solid #e6eee8;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card .body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.blog-card .meta {
    display: flex;
    justify-content: space-between;
    color: #6c757d;
    font-size: 14px;
}

.blog-card .title {
    font-size: 18px;
    margin: 0;
}

.blog-card .excerpt {
    color: #495057;
    margin: 0;
}

.blog-card .actions a {
    color: #198754;
    text-decoration: none;
    font-weight: 600;
}

.pagination-modern {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-bottom: 40px;
}

.pagination-modern a {
    height: 40px;
    min-width: 40px;
    padding: 0 12px;
    border: 1px solid #e1eae4;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #198754;
    text-decoration: none;
}

.faqs-wrap {
    padding: 40px 0 60px;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.faq-categories .btn {
    border-radius: 999px;
    border: 1px solid #cfe9db;
    color: #198754;
    background: #f7fffb;
}

.faq-search {
    margin-bottom: 16px;
}

.faq-search .form-control {
    height: 48px;
}

.accordion .accordion-item {
    border: 1px solid #e6eee8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.accordion-button {
    background-color: #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #0f5132;
    background-color: #f3faf6;
}

.accordion-body {
    color: #495057;
}

.faq-cta {
    border: 1px solid #e6eee8;
    border-radius: 12px;
    padding: 20px;
    background: #fbfdfc;
}

.faq-cta .btn {
    background: #198754;
    color: #fff;
}

.hero-section .card {
    border: 0 !important;
    border-radius: 0;
    box-shadow: var(--bs-box-shadow-sm);
}

.hero-section .card .card-body {
    padding: 2rem;
}

.hero-section .card .card-body form p {
    color: var(--bs-secondary);
    text-decoration: line-through;
    margin-bottom: 0;
    font-size: 12px;
}

.hero-section .card .card-body form h5 {
    margin: 0;
    color: var(--bs-primary-1);
    font-weight: 700;
}

.hero-section .card .card-body form .form-check .form-check-input:focus {
    box-shadow: none;
    border-color: var(--bs-primary-1);
}

.hero-section .card .card-body form .form-check .form-check-input[type=checkbox] {
    border-color: var(--bs-primary-1);
    border-radius: 2px !important;
    border-width: 2px;
}

.hero-section .card .card-body .card-title {
    color: var(--bs-primary-1);
    margin-bottom: 0;
    font-weight: 700;
}

.hero-section .card .card-body .card-text {
    margin: 1rem 0;
    font-weight: 400;
}

.hero-section .card .card-body form .form-control {
    border-radius: 4 !important;
    background-color: #EBF0F5;
}

.hero-section .card .card-body form .form-control:focus {
    box-shadow: none;
    border-color: var(--bs-primary-1);
}

.hero-section .card .card-body form .form-check-label {
    color: var(--bs-secondary);
}

.hero-section .card .card-body form .btn {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    margin-top: .5rem;
    font-weight: 500;
    border-radius: 8px;
}

/* Pagination Wrapper */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* Pagination List */
.pagination {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 8px;
    padding: 0;
    margin: 0;
}

/* Pagination Links */
.pagination li a {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.pagination li a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* Active Page */
.pagination li.active a {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: 600;
    cursor: default;
}

/* Small Screens */
@media (max-width: 576px) {
    .pagination li a {
        padding: 6px 10px;
        font-size: 14px;
    }
}

/* Optional: Add subtle shadow for style */
.pagination li a {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Basic Pagination Styling */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    gap: 6px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    padding: 8px 14px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

/* Hover Effect */
.pagination a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* Active Page */
.pagination li.active a {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    cursor: default;
}

/* Responsive Design */
@media (max-width: 600px) {
    .pagination a {
        padding: 6px 10px;
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .pagination {
        gap: 4px;
    }

    .pagination a {
        padding: 5px 8px;
        font-size: 12px;
    }
}