* {
    list-style: none;
}

:root {
    --primary-color: #0F3D2E;
    --brand-dark: #0F3D2E;
    --secondary-color: #FFFFFF;
    --bg-color: #F5F5F5;
    --text-color: #1F2933;
    --accent-color: #2FA84F;
    --white-color: #FFFFFF;
    --divider-color: #0000001A;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);

}

body {
    font-family: 'poppins', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    line-height: 1.6;
    color: var(--text-color);
    background: var(--bg-color);
}

.main-para p {
    text-align: justify;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 16px
}

a {
    transition: var(--transition);
    text-decoration: none !important
}

p {
    margin-bottom: 24px
}

:root {
    --brand-primary: #34ae4d;
}

.navbar-brand img {
    width: 130px;
    padding: 7px;
}

.navbar-brand {
    padding: 0;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    padding-left: 8px;
}

a.nav-link.dropdown-toggle::after,
.dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    border: none;
    border-top: 4px solid var(--brand-primary);
    border-radius: 8px;
    padding: 12px 0;
    min-width: 280px;
    background: #fff;
    box-shadow: 0 10px 25px rgb(0 0 0 / .08), 0 2px 6px rgb(0 0 0 / .05);
    animation: dropdownFade .25s ease forwards
}


.dropdown-submenu .dropdown-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dropdown-submenu .dropdown-item-wrapper .dropdown-item {
    flex: 1;
    padding-right: 0.5rem;
}

.dropdown-submenu .dropdown-toggle-btn {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-submenu .dropdown-toggle-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s;
}

.dropdown-submenu.show .dropdown-toggle-btn svg {
    transform: rotate(90deg);
}

/* Bootstrap ke default arrow ko hide karna */
.dropdown-submenu .dropdown-toggle-btn::after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}



@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.dropdown-item {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .25s ease;
    border-radius: 8px
}

.dropdown-item:hover,
.dropdown-item:focus {
    /* background: rgb(2 119 177 / .08); */
    color: var(--brand-primary);
    padding-left: 25px;
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    /* margin-left: 10px; */
    display: none
}

.dropdown-submenu.show>.dropdown-menu {
    display: block
}

.dropdown-submenu>a svg {
    transition: transform .3s ease
}

.dropdown-submenu.show>a svg {
    transform: rotate(90deg)
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (min-width:1199px) {
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }

}

@media (max-width:1199px) {
    .dropdown-submenu>.dropdown-menu {
        left: 0;
        margin-left: 0;
        margin-top: 6px
    }

    .dropdown-item {
        padding: 14px 20px;
        font-size: 16px
    }

    a.dropdown-item.dropdown-toggle svg {
        background-color: var(--brand-primary);
        /* stroke: #fff !important; */
        fill: #fff !important;
        padding: 4px;
        width: 24px;
        height: 24px;
        border-radius: 4px;
    }

    a.dropdown-item.dropdown-toggle svg path {
        stroke: #fff !important
    }

    .dropdown-submenu .dropdown-toggle-btn svg {
        background-color: var(--brand-primary);
        /* stroke: #fff !important; */
        fill: #fff !important;
        padding: 4px;
        width: 24px;
        height: 24px;
        border-radius: 4px;
    }

    .dropdown-submenu .dropdown-toggle-btn {
        padding: 0.5rem 1rem;
    }

    /* Mobile view ke liye arrow rotation */
    .dropdown-submenu.show>a.dropdown-item.dropdown-toggle svg {
        transform: rotate(90deg);
    }

    /* Mobile view me submenu ka styling */
    .dropdown-submenu>.dropdown-menu {
        background: #f8f9fa;
        border-left: 3px solid var(--brand-primary);
    }
}


.hero-prime {
    position: relative;
    background-image: url(../img/hero-bg-image-prime.png);
    background-position: center center;
    padding-top: 200px;
    /* margin-top: 20px; */
    overflow: hidden;
}

.dark-section {
    background-color: var(--primary-color);
    background-image: url(../img/banner-image-2.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.hero-prime,
.dark-section {
    position: relative;
    overflow: hidden;
}

/* DARK OVERLAY */
.hero-prime::before,
.dark-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #033f2db0;
    /* adjust darkness */
    z-index: 1;
}

/* KEEP CONTENT ABOVE OVERLAY */
.hero-prime>*,
.dark-section>* {
    position: relative;
    z-index: 2;
}

.hero-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.hero-marquee-track {
    display: flex;
    width: max-content;
    gap: 20px;
    /* SAME AS OLD margin-right */
    animation: marquee-scroll 80s linear infinite;
    will-change: transform;
}

.hero-carousel-image-prime {
    flex: 0 0 auto;
    /* margin-right: 20px; */
    display: flex;
    align-items: end;

}

.hero-marquee-track {
    transform: translate3d(0, 0, 0);
}

.hero-carousel-image-prime img {
    height: 250px;
    /* adjust */
    width: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Pause on hover (optional) */
.hero-marquee:hover .hero-marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .hero-carousel-image-prime img {
        height: 160px;
    }
}

nav.navbar.navbar-expand-xl.navbar-custom.sticky-top .container {
    top: 0;
    background: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 100;
    border-radius: 20px;
    padding: 0px 30px 0 0;
    border: 1px solid #727272;

}

nav.navbar.navbar-expand-xl.navbar-custom.sticky-top {
    position: absolute;
    width: 100%;

}

a.nav-link {
    color: #fff !important;
    position: relative;
    transition: color 0.3s ease;
    margin: 0 5px;
}

a.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}

a.nav-link:hover {
    color: #ffffff;
}

a.nav-link:hover::after {
    width: 100%;
}


a.nav-link svg path {
    stroke: #fff;
}

.dark-section .section-title .section-sub-title,
.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title p,
.dark-section .section-title-content p {
    color: var(--white-color);
}

.section-title h1 {
    font-size: 54px;
    margin-bottom: 0;
    cursor: none;
}

.dark-section .section-title .section-sub-title {
    background: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.bg-section .section-title .section-sub-title {
    background: var(--bg-color);
}

.section-title .section-sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    background-color: var(--secondary-color);
    border-radius: 100px;
    padding: 8px 16px 8px 34px;
    margin-bottom: 15px;
}

.hero-content-prime .section-title p {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.section-title .section-sub-title::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #34ae4d;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.dark-section .section-title .section-sub-title {
    background: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.btn-default {
    position: relative;
    display: inline-block;
    background: var(--accent-color);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--primary-color);
    padding: 17px 58px 17px 24px;
    border: none;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    z-index: 1;
}

/* Arrow */
.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-primary.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    z-index: 3;
}

/* Shine overlay */
.btn-default::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.35) 50%,
            transparent 100%);
    transition: all 0.6s ease;
    z-index: 2;
}

/* Hover Effects */
.btn-default:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    background: #27a146;
    /* slightly darker accent */
}

/* Arrow moves */
.btn-default:hover::before {
    transform: translate(6px, -50%);
}

/* Shine moves */
.btn-default:hover::after {
    left: 120%;
}

.video-play-button-prime {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

.video-play-button-prime a {
    position: relative;
    height: 40px;
    width: 40px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* cursor: none; */
    transition: all 0.3s ease-in-out;
}

.video-play-button-prime a.bg-effect:before,
.video-play-button-prime a.bg-effect:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 100%;
    height: 100%;
    border: 32px solid var(--white-color);
    opacity: 50%;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

@keyframes border-zooming {
    0% {
        transform: scale(0.6);
        opacity: 50%;
    }

    50% {
        transform: scale(1);
        opacity: 0%;
    }

    100% {
        transform: scale(0.6);
        opacity: 50%;
    }
}

.video-play-button-prime a svg{
    width: 15px;
    height: 15px;
    fill: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.video-play-button-prime p {
    color: #fff;
    margin-bottom: 0;
}

.hero-content-body-prime {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.hero-carousel-image-prime figure {
    width: 100%;
    aspect-ratio: 1 / 1.265;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: flex-end;
    background: #000;
}

.hero-carousel-image-prime:nth-of-type(even) figure {
    aspect-ratio: 1 / 0.94;
}

.hero-carousel-image-prime img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px 12px 0 0;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.hero-carousel-image-list-prime .hero-carousel-image-prime figure {
    display: block;
    border-radius: 12px 12px 0 0;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.hero-carousel-image-list-prime .hero-carousel-image-prime img {
    width: 100%;
    aspect-ratio: 1 / 1.265;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

.about-us-info-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-us-info-content ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 14px;
    line-height: 1.6;
}

/* Circle */
.about-us-info-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #34ae4d;
}

/* Check mark */
.about-us-info-content ul li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.kill-title,
.kill-text {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}

.insects {
    position: relative;
}

.insect {
    width: 100px;
    position: absolute;
    top: 0;
    opacity: 0;
}

/* Initial positions */
.insect-1 {
    left: 20%;
}

.insect-2 {
    left: 45%;
}

.insect-3 {
    left: 70%;
}

/* ACTIVE STATE */
.pest-kill-section.active .kill-title,
.pest-kill-section.active .kill-text {
    opacity: 1;
    transform: translateY(0);
}

/* Insect animation */
.pest-kill-section.active .insect {
    animation: insectDie 1.6s ease forwards;
    opacity: 1;
}

/* Delay per insect */
.pest-kill-section.active .insect-2 {
    animation-delay: 0.3s;
}

.pest-kill-section.active .insect-3 {
    animation-delay: 0.6s;
}

@keyframes insectDie {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }

    30% {
        transform: translateY(-10px) rotate(10deg);
    }

    60% {
        transform: translateY(40px) rotate(180deg);
    }

    100% {
        transform: translateY(80px) rotate(180deg);
        opacity: 0;
    }
}

.about-us {
    background-image: url(../img/bg-img-insect.png);
    background-repeat: no-repeat;
    background-position: top 140px left 0px;
    background-size: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 3.646vw;
}

.service-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 30px; */
    min-height: 500px;
    background: var(--bg-color);
    border-radius: 20px;
    text-align: center;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    /* padding: 40px; */
}

.service-item-body {
    padding: 20px 20px 20px 20px;
}

.service-item figure.image-anime {
    border-radius: 20px;
}

.service-item-content h2 {
    font-size: 20px;
}

.service-item-content h2 a {
    color: inherit;
}

.service-item-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* border-radius: 50%; */
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    scale: 1.1;
}

.service-item-header {
    padding: 10px;
}

.service-item-header .icon-box {
    position: relative;
    width: 54px;
    height: 54px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bg-color);
    border-radius: 50%;
    margin: -25px auto 0;
    z-index: 1;
}

.service-item:hover .service-item-header .icon-box img {
    filter: brightness(0) invert(1);
}

.service-item-header .icon-box img {
    position: relative;
    width: 100%;
    max-width: 25px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-item-header .icon-box::before {
    transform: scale(1);
}

.service-item-header .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-item:hover .service-item-image img {
    transform: scale(1.06);
    overflow: hidden;
}

.service-item-btn {
    border-top: 1px solid var(--divider-color);
    margin-top: 30px;
    padding-top: 30px;
}

.readmore-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: var(--primary-color);
    padding-right: 32px;
    transition: all 0.4s ease-in-out;
}

.readmore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-primary.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-2px, -50%);
    transition: all 0.4s ease-in-out;
}

/* 
.box-bg {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
} */
.rex-pest {
    position: relative;
}

.rex-pest::after {
    content: '';
    position: absolute;
    bottom: -65px;
    left: -65px;
    background-image: url(../img/section-bg-corner-image-4.png);
    /* background-color: #fff; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 250px;
    animation: move_effect 4s infinite linear alternate;
}

.quick {
    background: #033F2D;
    padding: 70px 40px;
    border-radius: 20px;
    position: relative;
    background-image: url(../img/our-story-bg-image-prime.jpg);
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    z-index: 11;
}

.quick::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(3, 63, 45, 0.60) 76.03%), linear-gradient(0deg, rgba(3, 63, 45, 0.60) 0%, rgba(3, 63, 45, 0.60) 100%);
    z-index: -1;
}

.counter-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.counter-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(199, 242, 104, 0.2), transparent);
    transform: translateX(-100%);
    transition: 0.5s;
}

.counter-box:hover::before {
    transform: translateX(100%);
}

.counter-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.counter-box img {
    width: 40px;
    /* margin-bottom: 15px; */
    fill: var(--primary-color);
}

.counter-box h2 {
    font-size: 30px;
    font-weight: 800;
    color: #033F2D;
    margin-bottom: 5px;
}

.counter-box p {
    font-size: 16px;
    color: #484C44;
    font-weight: 600;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .counter-box {
        margin-bottom: 25px;
    }
}

.quick .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    z-index: 1;
}

.quick .counter-box:hover .icon-box::before {
    transform: scale(1);
}

.quick .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.quick .counter-box:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.usp-section {
    background: linear-gradient(180deg, #ffffff 0%, #e6fcf5 100%);
    border-radius: 40px;
    margin: 40px 0;
    overflow: hidden;
}

.usp-content h2 {
    font-size: 2.5rem;
}

.vehicle-img-container {
    position: relative;
}

.vehicle-img-container img {
    z-index: 1;
    position: relative;
}

.vehicle-img-container::before {
    content: '';
    position: absolute;
    /* top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: var(--primary-color);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 0;
    animation: pulse 3s infinite;
    z-index: 0;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.process-step-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.process-step-item {
    width: calc(33.33% - 20px);
    background: var(--bg-color);
    border-radius: 20px;
    padding: 20px 15px;
}

.process-step-item-no {
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-step-item-no::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.process-step-item-no h3 {
    position: relative;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
}

.process-step-item-content {
    margin-top: 15px;

}

.process-step-item-content h3 {
    font-size: 20px;
}

.process-step-item-content p {
    margin: 10px 0 0;
    text-align: center;
}

.client-cta-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 355px;
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px;
    z-index: 1;
}

.process-image-box {
    position: relative;
    height: 100%;
    /* margin-left: 15px; */
}

.process-image {
    height: 100%;
}

.client-cta-box-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.client-cta-box-header p {
    margin-bottom: 0;
}

.client-cta-box-header p i {
    font-size: 20px;
    color: var(--accent-color);
}

.process-image img {
    width: 100%;
    border-radius: 20px;
}

.our-testimonials-prime {
    position: relative;
    padding: 55px 0;
}

.our-testimonials-prime {
    border-radius: 20px;
}

.our-testimonials-prime::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/testimonial-bg-image.png) no-repeat;
    background-position: center center;
    background-size: auto;
    width: 100%;
    height: 100%;
}

.our-testimonials-prime.bg-section.dark-section {
    background-color: var(--primary-color);
    background-image: url(../img/dark-section-bg-image.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.testimonial-item-prime {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    min-height: auto;
    background-color: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 12px;
    padding: 40px;
}

.testimonial-item-content-prime p {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
}

.testimonial-item-rating-prime img {
    width: max-content;
    height: auto;
 
}

.testimonial-item-author-prime {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    border-top: 1px solid var(--dark-divider-color);
    padding-top: 40px;
    margin-top: 40px;
}

.testimonial-author-image-prime figure {
    display: block;
    border-radius: 50%;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.testimonial-slider-prime .testimonial-pagination-prime .swiper-pagination-bullet {
    position: relative;
    height: 10px;
    width: 10px;
    background: var(--dark-divider-color);
    opacity: 1;
    margin: 0 7px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider-prime .testimonial-pagination-prime .swiper-pagination-bullet-active {
    background: var(--accent-color);
    width: 24px;
}

.testimonial-pagination-prime.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    margin-top: 25px;
}

.testimonial-author-content-prime h2 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 0;
}



.sectors-section {
    padding: 80px 0;
    background-color: #f9fbfd;
}

.sector-card {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 260px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.sector-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sector-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: all 0.4s ease;
}

.sector-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    transform: translateY(0);
    transition: transform 0.4s ease;
    position: relative;
    padding-left: 15px;
    border-left: 4px solid var(--accent-color);
}

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

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

.sector-card:hover .sector-title {
    transform: translateX(5px);
}

.ser-sub {
    border: 1px solid #34ae4d;
}

/* =========================================
   TRENDY FAQ SECTION STYLES (REFINED)
   ========================================= */

.faq-sec {
    position: relative;
    padding: 60px 0;
    background-color: #fcfdfc;
    /* Clean off-white bg */
}

.accordion-collapse.collapse.show {
    background-color: rgb(47, 168, 79);
}

/* FAQ Accordion Container */
.faq-accordion .accordion-item {
    background: #fff;
    border: 1px solid rgba(3, 63, 45, 0.25);
    /* Subtle primary color border */
    border-radius: 16px !important;
    /* Premium roundedness */
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    /* Softer shadow */
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.faq-accordion .accordion-item:hover {
    box-shadow: 0 15px 40px rgba(3, 63, 45, 0.08);
    transform: translateY(-3px);
    border-color: rgba(199, 242, 104, 0.3);
    /* Accent tint on hover */
}

/* Accordion Header (Button) */
.faq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    background-color: #fff;
    padding: 20px 64px 20px 20px !important;
    box-shadow: none !important;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    text-transform: none;
    /* FAQ usually looks better without full uppercase */
}

/* Expanded State Header */
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #fff;
    /* Keep white for consistency */
    padding-bottom: 12px;
    /* Reduce padding when open for tighter look */
}

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

/* Custom Icon (Remove default arrow) */
.faq-accordion .accordion-button::after {
    display: none;
}

/* Premium Lime Green Indicator Icon */
.faq-accordion .accordion-button::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-color: var(--accent-color);
    /* Lime green bg */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23033F2D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

/* Active State Icon (Minus) */
.faq-accordion .accordion-button:not(.collapsed)::before {
    background-color: var(--primary-color);
    /* Swap to dark green when open */
    transform: translateY(-50%) rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

/* Accordion Body */
.faq-accordion .accordion-body {
    padding: 15px 30px 24px 30px;
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.8;
    background-color: #fff;
    border-top: none;
    opacity: 0.85;
    /* Soften text */
}

/* Section Row Alignment */
.faq-sec .section-title {
    margin-bottom: 40px;
}

.faq-sec .section-sub-title {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.faq-image-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
}

.faq-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.faq-image-box:hover img {
    /* transform: scale(1.05); */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .faq-sec {
        padding: 60px 0;
    }

    .faq-accordion .accordion-button {
        padding: 20px;
        font-size: 1rem;
        padding-right: 60px;
    }

    .faq-accordion .accordion-button::before {
        right: 15px;
        width: 30px;
        height: 30px;
        background-size: 14px;
    }

    .faq-accordion .accordion-body {
        padding: 0 20px 20px 20px;
    }
}

.accordion-body p {
    margin-bottom: 0;
}

.footer-dark {
    background: var(--primary-color);
    border-color: rgba(255, 255, 255, 0.05);
    color: #cbd5f5;
}

.footer-title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.footer-title span {
    color: #d4ffe1;
}

.footer-line {
    width: 80px;
    height: 4px;
    background: #38bdf8;
    border-radius: 50px;
}

.footer-address {
    color: #94a3b8;
    font-style: normal;
}

.company-name {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f5f5f5;
    text-decoration: none;
    margin-bottom: 12px;
    transition: 0.3s;
}

.footer-contact .contact-item:hover {
    color: #ffffff;
}

.icon-box {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-heading span {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.footer-link {
    display: block;
    font-size: 16px;
    color: #cacaca;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer-link:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-address p {
    font-size: 16px;
    color: #cacaca;
}

.service-tag {
    background: rgba(56, 189, 248, 0.1);
    color: #f3f3f3;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
    margin: 4px;
}

.social-title {
    color: #f1f1f1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 16px;
    font-weight: 700;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    margin-right: 8px;
    transition: 0.3s;
}

.facebook {
    background: rgba(59, 130, 246, .1);
    color: #3b82f6;
}

.facebook:hover {
    background: #3b82f6;
    color: #fff;
}

.twitter {
    background: rgba(59, 130, 246, .1);
    color: #fff;
}

.twitter:hover {
    background: #000;
}

.linkedin {
    background: rgba(59, 130, 246, .1);
    color: #1d4ed8;
}

.linkedin:hover {
    background: #1d4ed8;
    color: #fff;
}

.instagram {
    background: rgba(59, 130, 246, .1);
    color: #ffffff;
    transition: 0.3s !important;
}



.instagram:hover {
    background: linear-gradient(45deg,
            #F58529,
            #FEDA77,
            #DD2A7B,
            #8134AF,
            #515BD4);
    color: #fff;
        transition: 0.3s;
}
.youtube {
    background: rgba(59, 130, 246, .1);
    fill: #fff;
    transition: 0.3s;
}
.youtube:hover {
    background: #F70101;
    fill: #fff;
    transition: 0.3s;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    color: #64748b;
    font-size: 14px;
}

.footer-bottom p a {
    color: #cacaca;
}

.footer-bottom p {
    color: #cacaca;
}

.ft-logo img {
    width: 180px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.about-us-info-btn .btn-default {
    background-color: #27863F;
    color: #fff;
}

.about-us-info-btn .btn-default::before {
    filter: brightness(0) invert(1);
}

.faq-accordion .accordion-button::before {
    background-image: url(../img/plus.svg);
}

.counter-box img {
    filter: brightness(0) invert(1);
}

.process-step-item-no h3 {
    color: #fff;
}

.navbar-custom {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transform: translateY(0);
    transition:
        background 0.4s ease,
        box-shadow 0.4s ease,
        backdrop-filter 0.4s ease,
        transform 0.4s ease;
}

/* After scroll */
/* .navbar-custom.navbar-scrolled {
    background: rgba(0, 78, 42, 0.37);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    animation: navbarSlideDown 0.45s ease forwards;
} */
.navbar-custom.navbar-scrolled .container .navbar-brand img {
    width: 120px;
}


.navbar-custom.navbar-scrolled .container {
    background: rgba(0, 78, 42, 0.877) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    animation: navbarSlideDown 0.45s ease forwards;
}

img {
    width: 100%;
}

.footer-contact img {
    width: 26px;
}

.social-icons img {
    width: 18px;
}

.social-icons .facebook img {
    width: 24px;
}

/* Slide animation */
@keyframes navbarSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* About Us Page */

.about-bread {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
}

.dash-word {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.dash-word a {
    color: #fff;
    transition: 0.3s ease;
}

.dash-word a:hover {
    color: #2FA84F;
}

.mis-vis-time {
    padding: 50px 0 70px 0;
}

.serviceBox {
    color: #555;
    text-align: center;
    padding: 0 15px 20px;
    border-radius: 30px;
    position: relative;
    border: 3px solid #2FA84F;
    margin: 50px auto 0;
    z-index: 1;
    height: 290px;
}

.serviceBox:before {
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 25px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: rgb(0 0 0 / .1) 0 20px 25px -5px, rgb(0 0 0 / .04) 0 10px 10px -5px;
    transition: .3s ease-in-out;
    z-index: -1;
}

.serviceBox .service-icon {
    color: #fff;
    background: #2FA84F;
    font-size: 40px;
    line-height: 108px;
    height: 110px;
    width: 110px;
    margin: -50px auto 30px;
    border-radius: 50%;
    position: relative;
    transition: .3s;
}

.serviceBox .service-icon:before {
    content: "";
    border: 6px solid #fff;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgb(0 0 0 / .6);
    transform: translateX(-50%) translateY(0);
    position: absolute;
    top: 6px;
    left: 50%;
}

.service-icon img {
    width: 48px;
    height: auto;
}

.serviceBox .title {
    color: #2FA84F;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: capitalize !important;
}

.serviceBox .description {
    font-size: 16px;
    line-height: 26px;
}

/* Blog Page */

.blog-page {
    padding: 70px 0;
}

.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* image */
.news-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.4s;
}

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

/* Blog Monthly Page Css */

.bx-blog-wrap {
    padding: 60px 0;
    background: #f7faf9;
}

.bx-blog-area {
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* title */
.bx-blog-title {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 14px;
}

/* meta */
.bx-blog-meta {
    display: flex;
    gap: 18px;
    font-size: 14px;
    color: #777;
    margin-bottom: 22px;
}

/* hero image */
.bx-blog-hero img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 26px;
}

/* lead */
.bx-blog-lead {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}

/* section heading */
.bx-sec-head {
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 12px;
    color: #0F3D2E;
}

/* info box */
.bx-info-box {
    background: #eef7f3;
    border-left: 5px solid #0F3D2E;
    padding: 18px 20px;
    border-radius: 10px;
    margin: 18px 0;
}

.bx-info-box ul {
    margin: 0;
    padding: 0;
}

.bx-info-box li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}

.bx-info-box li::before {
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
}

/* warning box */
.bx-warning-box {
    background: #fff4e6;
    border-left: 5px solid #ff9800;
    padding: 18px 20px;
    border-radius: 10px;
    margin: 18px 0;
}

.bx-warning-box ul {
    margin: 0;
    padding: 0;
}

.bx-warning-box li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}

.bx-warning-box li::before {
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
}

/* city box */
.bx-city-box {
    background: #0F3D2E;
    color: #fff;
    padding: 22px;
    border-radius: 14px;
    margin-top: 30px;
}

/* CTA */
.bx-cta-box {
    background: linear-gradient(135deg, #0F3D2E, #1c6b52);
    color: #fff;
    padding: 28px;
    border-radius: 16px;
    margin-top: 30px;
    text-align: center;
}

.bx-cta-btn {
    display: inline-block;
    background: #fff;
    color: #0F3D2E;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.bx-cta-btn:hover {
    background: #e6f2ed;
}

.bx-cta-box h3 {
    color: #fff;
}

.bx-city-box h3 {
    color: #fff;
}

.bx-city-box p {
    margin-bottom: 10px;
}

.bx-blog-lead {
    margin-bottom: 10px;
    font-size: 16px;
}

/* mobile */
@media (max-width: 768px) {
    .bx-blog-area {
        padding: 22px;
    }

    .bx-blog-title {
        font-size: 26px;
    }
}




/* content */
.news-content {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-meta {
    font-size: 13px;
    color: #777;
    display: flex;
    gap: 14px;
    margin-bottom: 8px;
}

.news-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.news-title a {
    text-decoration: none;
    color: #111;
}

.news-title a:hover {
    color: #0F3D2E;
}

.news-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

/* button */
.news-btn {
    margin-top: auto;
    text-decoration: none;
    font-weight: 600;
    color: #0F3D2E;
    display: inline-block;
}

.news-btn:hover {
    text-decoration: underline;
}

/* Certificates Page */

.abo-contentss {
    padding: 50px 0;
}

.abo-contentss h2 {
    color: #2FA84F;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.certi {
    border: 1px solid #2FA84F;
    padding: 10px;
    margin-bottom: 25px;
}

/* Contact us Page */

.contact-page {
    padding: 80px 0;
}

.contact-page .container {
    max-width: 1250px;
}

.contact-page h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}

.cont-box {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 30px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    height: 180px;
    cursor: pointer;
}

.location-icon {
    background-color: #E9F5ED;
    border-radius: 16px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
}

.location-icon i {
    color: #0F3D2E;
    font-size: 20px;
    transition: 0.3s all ease;
}

.in-cont-info {
    width: calc(100% - 75px);
}

address {
    margin-bottom: 0;
}

.in-cont-info h5 {
    font-size: 21px;
    font-weight: 600;
}

.in-cont-info address {
    font-size: 16px;
    line-height: 26px;
    color: #4D5765;
}

.mob-no {
    font-size: 16px;
    color: #4D5765;
    line-height: 26px;
}

.mob-no a {
    color: #4D5765;
}

.mob-no:hover a {
    color: #245243;
}

.cont-social {
    display: flex;
    gap: 15px;
    padding-top: 7px;
    padding-bottom: 8px;
}

.cont-social a {
    background-color: #0F3D2E;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.cont-social a i {
    font-size: 14px;
}

.cont-box:hover .location-icon {
    background-color: #0F3D2E;
}

.cont-box:hover .location-icon i {
    color: #fff;
}

.map-time iframe {
    display: block;
}

/* Enquiry Form Css */

/* Enquiry Form Css End*/

/* Fixed Whatsapp Button */

.btn-whatsapp-pulse {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 99;
}

/* hospitals-and-clinics Page */

.hospital-n-clinic {
    padding: 60px 0;
}

.hosp-pes p {
    line-height: 1.7;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0;
}

.boredr-sector {
    border: 1px solid var(--accent-color);
    padding: 10px 15px 10px 10px;
    border-radius: 12px;
}

.text-para {
    background: #1D632D;
    padding: 50px 0;
}

.as-we-know p {
    color: #fff;
    margin-bottom: 0;
    text-align: justify;
    line-height: 1.7;
}

.last-para {
    padding: 50px 0;
}

.last-para p {
    margin-bottom: 0;
    line-height: 1.6;
}

.hos img {
    border-radius: 12px;
}

/* Dengue & Chikengunia */

.dengue-time {
    padding: 70px 0;
}

.dengue-iamge img {
    width: 90%;
    border-radius: 12px;
}

.dengue-iamge {
    text-align: center;
}

.dengue-info h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.dengue-info p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.dengue-bg {
    background-color: #1D632D;
    padding: 50px 0;
}

.dengue-bg p {
    color: #fff;
}

.mis-inter {
    padding: 50px 0;
}

.mis-inter h2 {
    text-align: center;
}

.mis-2 {
    padding-bottom: 25px;
}

.treat {
    padding: 50px 0;
    /* background-color: var(--accent-color); */
    background-image: url(../img/our-story-bg-image-prime.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.treat::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(3, 63, 45, 0.60) 76.03%), linear-gradient(0deg, rgba(3, 63, 45, 0.85) 0%, rgba(3, 63, 45, 0.85) 100%);
}

.treat h2 {
    color: #fff;
    position: relative;
}

.treat p {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.treat p::before {
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
}

.prevent {
    padding: 50px 0;
}

.prevent p {
    margin-bottom: 10px;
}

/* Wood Borer Control Page */

.dengue-bg h2 {
    color: #fff;
}

/* Pest Contro Consultancy Page */

.pest-gal-new {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
    overflow: hidden;
}

.pest-gal-new img {
    border-radius: 10px;
}

.pest-gal-new:hover img {
    transform: scale(1.1);
    opacity: 0.5;
    transition: 0.4s;
}

.pest-gal-news {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.pest-gal-news:hover img {
    transform: scale(1.1);
    opacity: 0.5;
    transition: 0.4s;
    overflow: hidden;
}

a.btn-default.btn-highlighted.bg-white::before {
    filter: brightness(1) invert(0);
}

a.btn-default.btn-highlighted.bg-white {
    color: var(--primary-color) !important;
}

/* General Pest Control */

.point-wise {
    padding: 50px 0;
    background-color: #1D632D;
}

.point-wise h2 {
    color: #fff;
    padding-bottom: 25px;
}

.new-point {
    width: 100%;
}

.we-work {
    color: #fff;
    padding-top: 25px;
}

.the-phe p {
    margin-bottom: 10px;
}

.type-of-oco {
    padding: 50px 0;
}

.mos-gal {
    border: 1px solid var(--brand-dark);
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.mos-gal:hover img {
    opacity: 0.7;
    transition: 0.4s;
}

.mos-head {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-top: 5px;
}

.mosquito-gallerys {
    margin-top: 50px;
}

.as-this p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.as-this p::before {
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
}

/* Fix Enquiry */

.fix-enq {
    position: fixed;
    top: 40%;
    left: 1%;
    z-index: 99;
}



/* Media Query Start */

@media (min-width: 1200px) and (max-width: 1439px) {
    .about-us .row {
        align-items: center;
    }

    .usp-content h2.mb-3 {
        font-size: 34px;
    }

    .vehicle-img-container::before {
        width: 280px;
        height: 280px;
    }


}

@media (max-width: 1199px) {

    .navbar-toggler {
        background-color: #fff;
    }

    ul.navbar-nav.ml-auto {
        padding: 25px;
    }

    nav.navbar.navbar-expand-xl.navbar-custom.sticky-top .container {
        background-color: #0f3d2e69;
    }

    .serviceBox {
        height: 320px;
    }

}

@media (max-width: 1024px) {

    .contact-page {
        padding: 40px 0;
    }

    .contact-page h2 {
        font-size: 32px;
        padding-bottom: 20px;
    }

}

@media (max-width: 1024px) {
    .section-title h1 {
        font-size: 40px;
    }

    button.navbar-toggler {
        background: #fff;
    }

    ul.navbar-nav.ml-auto {
        padding: 25px;
    }

    .rw-dir {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .counter-box {
        margin-bottom: 20px;
    }

    .usp-content h2 {
        font-size: 28px;
    }

    .process-image img {
        width: 70%;
    }

    .process-image {
        text-align: center;
        margin: 20px 0;
    }

    .client-cta-box {
        bottom: 40px;
        left: 160px;
    }

    .faq-image img {
        width: 70%;
    }

    .faq-image {
        text-align: center;
        margin: 20px 0;
    }

    .about-us {
        margin-right: 0;
    }

    .about-bread {
        font-size: 36px;
    }

    .dash-word {
        font-weight: 400;
        font-size: 17px;
    }

    .hosp-pes p {
        padding-top: 15px;
    }

    .as-we-know p {
        padding-top: 15px;
    }

    .last-para h2 {
        font-size: 24px;
    }

    ul.navbar-nav.ml-auto {
        height: 80vh;
        overflow-y: scroll;
    }
}

@media (max-width: 991px) {

    .dengue-iamge {
        padding-top: 20px;
    }

    .dengue-info h2 {
        text-align: center;
    }

    .dengue-time {
        padding: 50px 0;
    }

    .mis-2 {
        padding-bottom: 15px;
    }

    .palat {
        flex-direction: column-reverse;
    }

    .abo-contentss h2 {
        font-size: 24px;
    }

    .serviceBox {
        height: auto;
    }

    .mis-vis-time {
        padding-bottom: 50px;
    }

    .hosp-pes h2 {
        padding-top: 20px;
        margin-bottom: 0;
    }

}

@media (max-width: 768px) {
    .rw-dir-mob {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom.text-center.d-flex.justify-content-between.align-items-center {
        flex-direction: column;
    }

    .about-bread {
        font-size: 28px;
    }

    .dash-word {
        font-size: 16px;
    }

    .boredr-sector {
        padding-right: 10px;
    }

    .hosp-pes p {
        line-height: 1.6;
        font-size: 15px;
    }

    .as-we-know p {
        font-size: 15px;
    }

    .last-para h2 {
        line-height: 1.3;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .last-para p {
        line-height: 1.6;
        font-size: 15px;
    }

    .dengue-bg h2 {
        font-size: 22px;
        text-align: center;
    }
    .service-item-btn {
    padding-top: 20px;
}
}

@media (max-width: 576px) {

    nav.navbar.navbar-expand-xl.navbar-custom.sticky-top .container {
        margin: 0 5px;
        padding-right: 15px;
    }

    .section-title h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .hero-content-body-prime {
        flex-direction: column;
    }

    .usp-section {
        padding: 40px 20px !important;
    }

    .usp-content h2 br {
        display: none;
    }

    .usp-content h2 {
        font-size: 24px;
    }

    .lead {
        font-size: 1rem;
    }

    .sectors-section {
        padding: 50px 0;
    }

    .client-cta-box-header {
        gap: 5px;
    }

    .client-cta-box {
        padding: 20px 32px;
        bottom: 10px;
    }

    .process-step-item-list {
        display: flex;
        justify-content: center;
    }

    .process-step-item {
        width: calc(50% - 20px);
        overflow-x: hidden;
    }

    .testimonial-item-prime {
        padding: 20px;
    }

    .testimonial-item-content-prime p {
        font-weight: 400;
    }

    .testimonial-item-prime {
        gap: 10px;
    }

    .testimonial-item-author-prime {
        padding-top: 30px;
        margin-top: 30px;
    }

    .footer-dark {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 20px !important;
    }

    .faq-sec .section-title {
        margin-bottom: 10px;
    }

    .faq-image img {
        width: 95%;
    }

    .faq-accordion .accordion-button {
        font-weight: 600;
    }

    .footer-contact img {
        width: 20px;
    }

    .footer-contact .contact-item {
        gap: 10px;
    }

    .about-bread {
        font-size: 24px;
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .hospital-n-clinic {
        padding: 40px 0;
    }

    .text-para {
        padding: 40px 0;
    }

    .last-para {
        padding: 35px 0;
    }

    .last-para h2 {
        font-size: 20px;
        text-transform: capitalize;
    }

    .dengue-time {
        padding: 35px 0;
    }

    .dengue-info h2 {
        font-size: 22px;
    }

    .dengue-info p {
        font-size: 15px;
    }

    .dengue-iamge img {
        width: 100%;
    }

    .dengue-bg {
        padding: 35px 0;
    }

    .dengue-bg p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .mis-inter {
        padding: 35px 0;
    }

    .mis-inter h2 {
        font-size: 22px;
    }

    .treat {
        padding: 35px 0;
    }

    .treat h2 {
        font-size: 22px;
        text-align: center;
    }

    .treat p {
        font-size: 15px;
    }

    .prevent {
        padding: 35px 0;
    }

    .prevent h2 {
        font-size: 22px;
        text-align: center;
    }

    .prevent p {
        font-size: 15px;
    }

    .about-us {
        margin-top: 0 !important;
    }

    .mis-vis-time {
        padding-top: 0;
    }

    .abo-contentss h2 {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .abo-contentss {
        padding: 35px 0;
    }

    .contact-page h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .bx-blog-wrap {
        padding: 35px 0;
    }

    .bx-blog-title {
        font-size: 22px;
    }

    .bx-blog-meta span {
        color: #000;
    }

    .bx-sec-head {
        font-size: 22px;
        margin-top: 20px;
    }

    /* .fix-enq {
        display: none;
    } */

    .hosp-pes h2 {
        font-size: 18px;
        text-align: center;
    }

    .blog-page {
        padding: 50px 0 35px 0;
    }

}

@media (max-width: 450px) {

    .section-title .section-sub-title {
        font-weight: 400;
    }

    .section-title h1 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .section-title h1 br {
        display: none;
    }

    .hero-content-body-prime {
        padding-top: 0 !important;
    }

    .our-services {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .rex-pest-image {
        padding-top: 20px;
    }

    .quick {
        padding: 30px 20px 10px 20px;
    }

    .usp-section {
        margin: 0;
    }

    .process-step-item {
        width: 100%;
    }

    .our-testimonials-prime {
        padding: 35px 0;
    }

    .testimonial-pagination-prime.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }

    .faq-sec {
        padding: 30px 0;
    }

    .faq-image {
        margin-top: 0;
    }

    .mis-inter {
        padding: 35px 0 25px 0;
    }

    .abo-contentss h2 {
        font-size: 20px;
    }

    .cont-box {
        flex-direction: column;
        height: auto;
    }

    .in-cont-info h5 {
        text-align: center;
    }

    .in-cont-info address {
        text-align: center;
    }

    .mob-no {
        text-align: center;
    }

    .cont-box {
        padding: 25px 0;
    }

    .cont-social {
        justify-content: center;
    }

    .fix-whats img {
        width: 90px;
        height: auto;
    }

    .bx-blog-title {
        font-size: 20px;
    }

    .bx-blog-lead {
        font-size: 15px;
    }

    .bx-sec-head {
        font-size: 19px;
        margin-top: 20px;
    }

    .bx-info-box h3 {
        font-size: 20px;
    }

    .bx-info-box li {
        font-size: 15px;
    }

    .bx-warning-box h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .bx-warning-box li {
        font-size: 15px;
    }

    .bx-city-box h3 {
        font-size: 19px;
    }

    .bx-cta-box h3 {
        font-size: 19px;
    }

    .blog-page {
        padding: 35px 0 25px 0;
    }

}

@media (max-width: 425px) {

    .navbar-brand img {
        width: 100px;
        padding: 7px;
    }

    .hero-prime {
        padding-top: 150px;
    }

    .g-5 {
        --bs-gutter-x: 0rem !important;
    }

    .client-cta-box {
        bottom: 10px;
        left: 10px;
        max-width: 205px;
        padding: 20px;
    }

    .process-step-item-list {
        gap: 10px;
    }

    .process-image img {
        width: 100%;
    }

    .faq-image img {
        width: 100%;
    }

    .usp-section.p-5 {
        padding: 40px 25px !important;
    }

    .usp-content h2 {
        font-size: 24px;
    }
}

@media (max-width: 400px) {

    .about-bread {
        font-size: 20px;
    }

    .dash-word {
        font-size: 15px;
    }

    .hospital-n-clinic {
        padding: 30px 0;
    }

    .text-para {
        padding: 30px 0;
    }

    .last-para {
        padding: 30px 0;
    }

    .last-para h2 {
        font-size: 19px;
        font-weight: 600;
    }

    .dengue-info h2 {
        font-size: 19px;
    }

    .mis-inter h2 {
        font-size: 19px;
    }

    .prevent h2 {
        font-size: 19px;
    }

    .dengue-bg h2 {
        font-size: 19px;
    }

    .abo-contentss h2 {
        font-size: 19px;
    }

    .contact-page h2 {
        font-size: 21px;
    }

    .bx-blog-title {
        font-size: 18px;
    }

    .bx-sec-head {
        font-size: 18px;
    }

    .bx-blog-area {
        padding: 15px;
    }

    .bx-info-box {
        padding: 15px;
    }

    .bx-info-box h3 {
        font-size: 18px;
    }

    .bx-warning-box h3 {
        font-size: 18px;
    }

    .bx-warning-box {
        padding: 15px;
    }

    .bx-city-box {
        padding: 15px;
    }

    .bx-city-box p {
        font-size: 15px;
    }

    .bx-cta-box {
        padding: 15px;
    }

}

@media (max-width: 375px) {
    .process-step-item {
        width: calc(100%);
    }
}

@media (max-width: 320px) {
    ul.navbar-nav.ml-auto {
        padding: 20px 0px 20px 3px;
    }

    .navbar-custom.navbar-scrolled .container .navbar-brand img {
        width: 100px;
    }

    nav.navbar.navbar-expand-xl.navbar-custom.sticky-top .container {
        margin: 0 5px;
        padding-right: 5px;
    }

    a.nav-link {
        padding-left: 10px;
    }
    .hero-content-prime  .section-sub-title{
    padding: 10px 10px 10px 32px !important;
    }
}

/* ==========================================================================
   Popup Modal Redesign ("Rex Professional" Theme)
   ========================================================================== */

#myModal .modal-content {
    border-radius: 12px;
    /* Professional conservative radius */
    border: none;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    overflow: hidden;
}

/* Bold Industry Header */
#myModal .modal-header {
    background-color: #1D632D;
    border-bottom: none;
    padding: 10px 10px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#myModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    /* White text on dark green */
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#myModal .cross-btn {
    background: rgb(213 0 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 45px;
    height: 45px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#myModal .cross-btn:hover {
    background: #ffffff;
    color: var(--primary-color);
}

#myModal .modal-body {
    padding: 35px 30px;
}

/* High-Contrast Professional Inputs */
#myModal .attr.form-control {
    height: 52px;
    padding: 12px 15px;
    border-radius: 4px;
    /* Sharper for professional feel */
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    font-size: 15px;
    color: var(--primary-color);
    transition: all 0.2s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

#myModal textarea.attr.form-control {
    height: auto !important;
    min-height: 110px;
}

#myModal .attr.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(15, 61, 46, 0.1);
    outline: none;
}

#myModal .attr.form-control::placeholder {
    color: #64748b !important;
    opacity: 1;
}

/* Captcha Section Professional Fix */
#myModal #captchaImg {
    height: 52px;
    background-color: #f8fafc;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
    font-size: 18px;
}

#myModal a[href="javascript:refreshCaptcha();"] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    transition: all 0.2s;
}

#myModal a[href="javascript:refreshCaptcha();"]:hover {
    background: #e2e8f0;
}

/* High-Impact Submit Button */
.attr-sub {
    width: 100%;
    background: var(--accent-color) !important;
    /* Bold Brand Green */
    color: #ffffff !important;
    padding: 16px !important;
    border-radius: 4px !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(47, 168, 79, 0.2);
}

.attr-sub:hover {
    background: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(15, 61, 46, 0.25);
}

@media (max-width: 576px) {
    #myModal .modal-body {
        padding: 25px 20px;
    }

    #myModal .modal-title {
        font-size: 18px;
    }
}

/* ==========================================================================
   Enquiry Form Modern Redesign (Light Theme)
   ========================================================================== */

.about-section {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.enq-bg {
    background: #ffffff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(15, 61, 46, 0.06);
    position: relative;
    overflow: hidden;
}

.counselling {
    margin-bottom: 40px;
}

.get-times {
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brand-dark);
    margin-bottom: 10px;
}

.fill-yel {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    /* max-width: 600px; */
    margin: 0 auto;
}

.enquiry-m {
    padding: 10px;
}

/* Field Styling */
.en-cont.form-control {
    height: 55px;
    padding: 12px 20px;
    border-radius: 7px;
    border: 1px solid #e1e5e9;
    background-color: #f8fafc;
    font-size: 15px;
    color: var(--text-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

textarea.en-cont.form-control {
    height: auto !important;
    padding-top: 15px;
}

.en-cont.form-control:focus {
    border-color: var(--accent-color);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(47, 168, 79, 0.1);
    outline: none;
}

.en-cont.form-control::placeholder {
    color: #033F2D !important;
    /* font-weight: 500; */
    opacity: .5;
}

label.error {
    color: #ff0000 !important;
}

.form-group {
    margin-bottom: 15px;
}

/* Select Styling */
select.en-cont.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230F3D2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px;
}

/* Captcha Section Enhancement */
#captchaImg {
    background-color: #f1f5f9;
    border: 1px dashed #cbd5e1;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    font-style: italic;
    cursor: not-allowed;
    opacity: 1;
}

/* Targeting existing HTML for refresh link */
.form1 .col-md-2 a[href="javascript:refreshCaptcha();"] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: #f1f5f9;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.form1 .col-md-2 a[href="javascript:refreshCaptcha();"]:hover {
    background: #e2e8f0;
}

.form1 .col-md-2 a[href="javascript:refreshCaptcha();"] img {
    width: 24px !important;
    /* Overriding inline style slightly for better fit */
    height: auto;
    transition: transform 0.4s ease;
}

.form1 .col-md-2 a[href="javascript:refreshCaptcha();"]:hover img {
    transform: rotate(180deg);
}

.form-control-feedback.right-ok {
    display: none !important;
    /* Removing old feedback icons for cleaner look */
}

/* Button Styling (Matching Homepage .btn-default) */
.Submit-box {
    display: inline-block;
    padding: 16px 40px !important;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.submit-yel {
    background: var(--primary-color);

    color: var(--white-color) !important;
}

.submit-yel:hover {
    background: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(47, 168, 79, 0.2);
}

input[name="Submit2"] {
    background: #f1f5f9;
    color: #033F2D !important;
}

input[name="Submit2"]:hover {
    background: #e2e8f0;
    color: var(--primary-color) !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .enq-bg {
        padding: 30px 20px;
    }

    .fill-yel {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .Submit-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fill-yel {
        font-size: 22px;
    }
}

#chatBtn {
      position: fixed;
      bottom: 10px;
      right: 10px;
      background-color: black;
      color: white;
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      border-radius: 30px;
      z-index: 9999;
    }
    select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 35px;
}