@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    height: auto;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1140px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.wrapper {
    overflow-x: hidden;
}


/* pest-topbar-css-start */

.pest-topbar {
    width: 100%;
    height: 48px;
    background: #050505;
    border-bottom: 1px solid rgba(237, 28, 43, 0.25);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.pest-topbar-wrapper {
    width: 100%;
    height: 48px;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.pest-topbar-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050505;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
}

.pest-contact-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.pest-contact-item i {
    color: #ed1c2b;
    font-size: 14px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.pest-contact-item:hover {
    color: #ed1c2b;
}

.pest-contact-item:hover i {
    transform: scale(1.15);
}

.pest-divider {
    width: 1px;
    height: 20px;
    margin: 0 18px;
    background: rgba(237, 28, 43, 0.35);
    flex-shrink: 0;
}

.pest-topbar-marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: #0a0a0a;
    border-left: 1px solid rgba(237, 28, 43, 0.25);
}

.pest-marquee-track {
    display: flex;
    width: max-content;
    animation: pestScrollRTL 28s linear infinite;
}

.pest-marquee-content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 40px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.pest-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ed1c2b;
    box-shadow:
        0 0 0 4px rgba(237, 28, 43, 0.10),
        0 0 10px rgba(237, 28, 43, 0.35);
    flex-shrink: 0;
}

.pest-star {
    color: #ed1c2b;
    font-size: 12px;
    display: inline-block;
}

@keyframes pestScrollRTL {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.pest-topbar-marquee:hover .pest-marquee-track {
    animation-play-state: paused;
}

@media (max-width: 1199px) {
    .pest-topbar-left {
        padding: 0 5px;
    }

    .pest-contact-item {
        font-size: 12px;
        gap: 6px;
    }

    .pest-contact-item i {
        font-size: 13px;
    }

    .pest-divider {
        margin: 0 10px;
    }

    .pest-marquee-content {
        font-size: 12px;
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .pest-topbar {
        height: 42px;
    }

    .pest-topbar-wrapper {
        height: 42px;
        display: block;
    }

    .pest-topbar-left {
        display: none;
    }

    .pest-topbar-marquee {
        width: 100%;
        height: 42px;
        border-left: none;
        background: #0a0a0a;
    }

    .pest-marquee-content {
        font-size: 12px;
        gap: 11px;
        padding-right: 30px;
    }

    .pest-dot {
        width: 7px;
        height: 7px;
    }

    .pest-star {
        font-size: 10px;
    }

    .pest-marquee-track {
        animation-duration: 20s;
    }
}

@media (max-width: 480px) {
    .pest-topbar {
        height: 40px;
    }

    .pest-topbar-wrapper {
        height: 40px;
    }

    .pest-topbar-marquee {
        height: 40px;
    }

    .pest-marquee-content {
        font-size: 11px;
        gap: 9px;
    }
}

/* pest-topbar-css-end */








/* pest-navbar-css-start */

.pest-navbar {
    width: 100%;
    height: 82px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 998;
    transition: all 0.35s ease;
}

.pest-navbar-wrapper {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* pest-navbar-logo-css-start */

.pest-navbar-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pest-navbar-logo img {
    width: 130px;
    height: auto;
    display: block;
}


/* pest-desktop-menu-css-start */

.pest-desktop-menu {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pest-nav-link {
    height: 42px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #111111;
    background: transparent;
    border: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease;
}

.pest-nav-link::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 2px;
    height: 2px;
    background: #ed1c2b;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.pest-nav-link:hover,
.pest-nav-link.active {
    color: #ed1c2b;
}

.pest-nav-link:hover::after,
.pest-nav-link.active::after {
    transform: scaleX(1);
}


/* pest-dropdown-css-start */

.pest-dropdown-btn {
    cursor: pointer;
}

/* .pest-dropdown-btn i {
    font-size: 11px;
    transition: transform 0.3s ease;
} */

/* .pest-nav-dropdown:hover .pest-dropdown-btn i {
    transform: rotate(180deg);
} */

.pest-nav-dropdown {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.pest-dropdown-menu {
    position: absolute;
    top: 74px;
    left: 0;
    width: 245px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

/* .pest-nav-dropdown:hover .pest-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} */

.pest-dropdown-menu a {
    display: block;
    padding: 11px 13px;
    border-radius: 8px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pest-dropdown-menu a:hover {
    color: #ed1c2b;
    background: #fff4f4;
    padding-left: 17px;
}


/* pest-menu-toggle-css-start */

.pest-menu-toggle {
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    border-radius: 9px;
    background: #ffffff;
    color: #ed1c2b;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pest-menu-toggle:hover {
    color: #ffffff;
    background: #ed1c2b;
    border-color: #ed1c2b;
}


/* pest-navbar-scrolled-css-start */

.pest-navbar.pest-navbar-scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(10px);
	animation: pestNavbarSlideDown 0.35s ease;
	border-bottom: 1px solid #ed1c2b;
}

@keyframes pestNavbarSlideDown {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}

/* SERVICES NAV WRAPPER */

.pest-service-nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

/* SERVICES MAIN LINK */

.pest-service-main-link {
    padding-right: 5px;
}

/* DROPDOWN TOGGLE */

.pest-service-dropdown-toggle {
    width: 25px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #111111;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pest-service-dropdown-toggle i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.pest-service-dropdown-toggle:hover {
    color: #ed1c2b;
}

/* ARROW ACTIVE */

.pest-service-dropdown-toggle.active {
    color: #ed1c2b;
}

.pest-service-dropdown-toggle.active i {
    transform: rotate(180deg);
}

/* DROPDOWN */

.pest-nav-dropdown {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.pest-dropdown-menu {
    position: absolute;
    top: 74px;
    left: 0;
    width: 290px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

/* OPEN DROPDOWN */

.pest-nav-dropdown.open .pest-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* pest-offcanvas-css-start */

.pest-offcanvas {
    width: 330px !important;
    background: #ffffff;
    border-right: 1px solid #eeeeee;
}

.pest-offcanvas-header {
    min-height: 90px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.pest-offcanvas-logo img {
    width: 165px;
    height: auto;
    display: block;
}

.pest-offcanvas-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
    color: #ed1c2b;
    font-size: 17px;
    transition: all 0.3s ease;
}

.pest-offcanvas-close:hover {
    color: #ffffff;
    background: #ed1c2b;
    border-color: #ed1c2b;
}


/* pest-offcanvas-body-css-start */

.pest-offcanvas-body {
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
}

.pest-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/* pest-mobile-nav-link-css-start */

.pest-mobile-nav-link {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    transition: all 0.3s ease;
}

.pest-mobile-nav-link span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pest-mobile-nav-link span i {
    width: 20px;
    color: #ed1c2b;
    font-size: 16px;
    text-align: center;
}

.pest-mobile-nav-link>i {
    color: #777777;
    font-size: 12px;
    transition: all 0.3s ease;
}

.pest-mobile-nav-link:hover,
.pest-mobile-nav-link.active {
    color: #ed1c2b;
    background: #fff5f5;
    box-shadow: none;
}

.pest-mobile-nav-link:hover>i {
    color: #ed1c2b;
    transform: translateX(4px);
}


/* pest-mobile-dropdown-css-start */

.pest-mobile-dropdown {
    width: 100%;
}

.pest-mobile-dropdown-btn {
    cursor: pointer;
}

.pest-mobile-dropdown-btn .pest-service-arrow {
    transition: transform 0.3s ease;
}

.pest-mobile-dropdown-btn.active .pest-service-arrow {
    transform: rotate(180deg);
    color: #ed1c2b;
}

.pest-mobile-dropdown-menu {
    display: none;
    margin: 3px 0 7px 20px;
    padding-left: 17px;
    border-left: 1px solid #ed1c2b;
}

.pest-mobile-dropdown-menu.show {
    display: block;
}

.pest-mobile-dropdown-menu a {
    display: block;
    padding: 9px 12px;
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 7px;
    transition: all 0.25s ease;
}

.pest-mobile-dropdown-menu a:hover {
    color: #ed1c2b;
    background: #fff5f5;
    padding-left: 16px;
}


/* pest-offcanvas-contact-css-start */

.pest-offcanvas-contact {
    margin-top: 20px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
}

.pest-offcanvas-contact span {
    margin-bottom: 3px;
    color: #ed1c2b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pest-offcanvas-contact a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.pest-offcanvas-contact a i {
    color: #ed1c2b;
    font-size: 12px;
}

.pest-offcanvas-contact a:hover {
    color: #ed1c2b;
}


/* pest-tablet-css-start */

@media (max-width: 1199px) {

    .pest-navbar-logo img {
        width: 175px;
    }

    .pest-desktop-menu {
        gap: 0;
    }

    .pest-nav-link {
        padding: 0 11px;
        font-size: 13px;
    }

    .pest-nav-link::after {
        left: 11px;
        right: 11px;
    }

}


/* pest-mobile-css-start */

@media (max-width: 991px) {

    .pest-navbar {
        height: 72px;
    }

    .pest-navbar-wrapper {
        height: 72px;
    }

    .pest-desktop-menu {
        display: none;
    }

    .pest-menu-toggle {
        display: flex;
    }

    .pest-navbar-logo img {
        width: 175px;
    }

}


/* pest-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-navbar {
        height: 66px;
    }

    .pest-navbar-wrapper {
        height: 66px;
    }

    .pest-navbar-logo img {
        width: 100px;
    }

    .pest-menu-toggle {
        width: 42px;
        height: 42px;
        font-size: 23px;
    }

    .pest-offcanvas {
        width: 300px !important;
    }

    .pest-offcanvas-header {
        min-height: 80px;
        padding: 10px 18px;
    }

    .pest-offcanvas-logo img {
        width: 100px;
    }

}

/* MOBILE SERVICE WRAPPER */

.pest-mobile-service-wrap {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* SERVICES LINK */

.pest-mobile-service-link {
    flex: 1;
    min-height: 52px;
    border-radius: 10px 0 0 10px;
}

/* DROPDOWN BUTTON */

.pest-mobile-dropdown-btn {
    width: 48px;
    height: 52px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    border-radius: 0 10px 10px 0;

    background: transparent;
    color: #777777;

    cursor: pointer;
    transition: all 0.3s ease;
}

.pest-mobile-dropdown-btn:hover {
    color: #ed1c2b;
    background: #fff5f5;
}

/* ACTIVE SERVICE AREA */

.pest-mobile-service-wrap.active {
    background: #fff5f5;
}

.pest-mobile-service-wrap.active .pest-mobile-service-link {
    color: #ed1c2b;
}

.pest-mobile-service-wrap.active .pest-mobile-dropdown-btn {
    color: #ed1c2b;
}

/* ARROW */

.pest-mobile-dropdown-btn .pest-service-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.pest-mobile-dropdown-btn.active .pest-service-arrow {
    transform: rotate(180deg);
    color: #ed1c2b;
}

/* MOBILE DROPDOWN */

.pest-mobile-dropdown-menu {
    display: none;
    margin: 3px 0 7px 20px;
    padding-left: 17px;
    border-left: 1px solid #ed1c2b;
}

.pest-mobile-dropdown-menu.show {
    display: block;
}

.pest-mobile-dropdown-menu a {
    display: block;
    padding: 9px 12px;

    color: #555555;
    font-size: 13px;
    font-weight: 500;

    text-decoration: none;
    border-radius: 7px;

    transition: all 0.25s ease;
}

.pest-mobile-dropdown-menu a:hover {
    color: #ed1c2b;
    background: #fff5f5;
    padding-left: 16px;
}

/* pest-navbar-css-end */










/* pest-banner-section-css-start */

.pest-banner-section {
    width: 100%;
    overflow: hidden;
}

.pest-banner-slider {
    width: 100%;
}

/* pest-banner-slide-css-start */

.pest-banner-slide {
    width: 100%;
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* pest-banner-slide-one-css-start */

.pest-banner-slide-one {
    background-image: url("../img/banner/banner01.webp");
}

/* pest-banner-slide-two-css-start */

.pest-banner-slide-two {
    background-image: url("../img/banner/banner02.webp");
}

/* pest-banner-slide-three-css-start */

.pest-banner-slide-three {
    background-image: url("../img/banner/banner03.webp");
}

/* pest-banner-overlay-css-start */

.pest-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
}

/* pest-banner-content-css-start */

.pest-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* pest-banner-heading-css-start */

.pest-banner-content h1 {
    max-width: 900px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

/* pest-book-btn-css-start */

.pest-book-btn {
    min-width: 155px;
    min-height: 52px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 7px;
    background: #e53935;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(229, 57, 53, 0.28);
}

.pest-book-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.pest-book-btn:hover {
    background: #c62828;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(229, 57, 53, 0.35);
}

.pest-book-btn:hover i {
    transform: translateX(4px);
}

/* pest-owl-dots-css-start */

.pest-banner-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.pest-banner-slider .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.55) !important;
    transition: all 0.3s ease;
}

.pest-banner-slider .owl-dot.active span {
    width: 28px !important;
    background: #12bd58 !important;
}

/* pest-owl-nav-css-start */

.pest-banner-slider .owl-nav {
    margin: 0;
}

.pest-banner-slider .owl-prev,
.pest-banner-slider .owl-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.20) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: all 0.3s ease;
}

.pest-banner-slider .owl-prev {
    left: 25px;
}

.pest-banner-slider .owl-next {
    right: 25px;
}

.pest-banner-slider .owl-prev:hover,
.pest-banner-slider .owl-next:hover {
    background: #ec1b24 !important;
    border-color: #ed1d25 !important;
}

/* pest-banner-tablet-css-start */

@media (max-width: 991px) {

    .pest-banner-slide {
        height: 560px;
    }

    .pest-banner-content h1 {
        max-width: 700px;
        font-size: 45px;
    }

}

/* pest-banner-mobile-css-start */

@media (max-width: 767px) {

    .pest-banner-slide {
        height: 500px;
    }

    .pest-banner-content {
        padding: 0 25px;
    }

    .pest-banner-content h1 {
        max-width: 100%;
        margin-bottom: 22px;
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .pest-book-btn {
        min-width: 140px;
        min-height: 48px;
        font-size: 14px;
    }

    .pest-banner-slider .owl-prev,
    .pest-banner-slider .owl-next {
        width: 38px;
        height: 38px;
        font-size: 15px !important;
    }

    .pest-banner-slider .owl-prev {
        left: 12px;
    }

    .pest-banner-slider .owl-next {
        right: 12px;
    }

    .pest-banner-slider .owl-dots {
        bottom: 20px;
    }

}

/* pest-banner-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-banner-slide {
        height: 380px;
    }

    .pest-banner-content {
        padding: 0 20px;
    }

    .pest-banner-content h1 {
        font-size: 28px;
    }

    .pest-banner-slider .owl-prev,
    .pest-banner-slider .owl-next {
        display: none !important;
    }

}

/* pest-banner-section-css-end */









/* pest-about-section-css-start */

.pest-about-section {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

/* pest-about-wrapper-css-start */

.pest-about-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

/* pest-about-image-css-start */

.pest-about-image {
    position: relative;
    padding: 0 25px 25px 0;
}

.pest-about-image-main {
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.pest-about-image-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 55%,
            rgba(0, 0, 0, 0.45) 100%);
}

.pest-about-image-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pest-about-image:hover .pest-about-image-main img {
    transform: scale(1.04);
}

/* pest-about-experience-css-start */

.pest-about-experience {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 175px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    background: #e50914;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(229, 9, 20, 0.28);
}

.pest-about-experience strong {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}

.pest-about-experience span {
    margin-top: 7px;
    color: #ffe5e7;
    font-size: 12px;
    font-weight: 500;
}

/* pest-about-content-css-start */

.pest-about-content {
    max-width: 650px;
}

.pest-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-section-tag::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-about-content h2 {
    margin: 0 0 10px;
    color: #0a0a0a;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.pest-about-content h2 span {
    color: #e50914;
}

.pest-about-highlight {
    margin-bottom: 22px;
    color: #333333;
    font-size: 17px;
    line-height: 1.7;
}

.pest-about-highlight strong {
    color: #e50914;
}

.pest-about-content>p:not(.pest-about-highlight) {
    margin-bottom: 15px;
    color: #666666;
    font-size: 13px;
    line-height: 1.85;
}

.pest-about-content>p strong {
    color: #171717;
    font-weight: 600;
}

/* pest-about-features-css-start */

.pest-about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 27px;
    margin-bottom: 28px;
}

.pest-about-feature {
    min-height: 85px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.pest-about-feature:hover {
    border-color: #e50914;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(229, 9, 20, 0.10);
}

.pest-about-feature-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff0f1;
    color: #e50914;
    font-size: 17px;
}

.pest-about-feature h4 {
    margin: 0 0 5px;
    color: #171717;
    font-size: 13px;
    font-weight: 600;
}

.pest-about-feature p {
    margin: 0;
    color: #777777;
    font-size: 11px;
    line-height: 1.5;
}

/* pest-about-button-css-start */

.pest-about-btn {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 7px;
    background: #e50914;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(229, 9, 20, 0.22);
    transition: all 0.3s ease;
}

.pest-about-btn i {
    transition: transform 0.3s ease;
}

.pest-about-btn:hover {
    background: #b20710;
    color: #ffffff;
    transform: translateY(-2px);
}

.pest-about-btn:hover i {
    transform: translateX(4px);
}

/* pest-about-tablet-css-start */

@media (max-width: 991px) {

    .pest-about-section {
        padding: 75px 0;
    }

    .pest-about-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pest-about-image {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .pest-about-content {
        max-width: 100%;
    }

    .pest-about-content h2 {
        font-size: 38px;
    }

}

/* pest-about-mobile-css-start */

@media (max-width: 767px) {

    .pest-about-section {
        padding: 60px 0;
    }

    .pest-about-wrapper {
        gap: 40px;
    }

    .pest-about-image {
        padding: 0 15px 15px 0;
    }

    .pest-about-image-main {
        height: 420px;
        border-radius: 15px;
    }

    .pest-about-experience {
        min-width: 145px;
        padding: 16px 18px;
    }

    .pest-about-experience strong {
        font-size: 30px;
    }

    .pest-about-content h2 {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .pest-about-highlight {
        font-size: 15px;
    }

    .pest-about-features {
        grid-template-columns: 1fr;
    }

}

/* pest-about-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-about-section {
        padding: 50px 0;
    }

    .pest-about-image-main {
        height: 350px;
    }

    .pest-about-content h2 {
        font-size: 27px;
    }

    .pest-about-content>p:not(.pest-about-highlight) {
        font-size: 12px;
    }

    .pest-about-experience {
        min-width: 130px;
        padding: 14px 16px;
    }

    .pest-about-experience strong {
        font-size: 27px;
    }

}

/* pest-about-section-css-end */












/* pest-counter-section-css-start */

.pest-counter-section {
    width: 100%;
    padding: 34px 0;
    background: #0a0a0a;
    overflow: hidden;
}

/* pest-counter-wrapper-css-start */

.pest-counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

/* pest-counter-item-css-start */

.pest-counter-item {
    min-height: 150px;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.pest-counter-item:last-child {
    border-right: none;
}

/* pest-counter-icon-css-start */

.pest-counter-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.35);
    color: #e50914;
    font-size: 20px;
    transition: all 0.3s ease;
}

.pest-counter-item:hover .pest-counter-icon {
    background: #e50914;
    border-color: #e50914;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.25);
}

/* pest-counter-number-css-start */

.pest-counter-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
}

.pest-counter-number .counter {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
}

.pest-counter-number .counter-plus {
    margin-left: 2px;
    color: #e50914;
    font-size: 24px;
    font-weight: 700;
}

/* pest-counter-text-css-start */

.pest-counter-item p {
    margin: 9px 0 0;
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 500;
}

/* pest-counter-tablet-css-start */

@media (max-width: 991px) {

    .pest-counter-section {
        padding: 55px 0;
    }

    .pest-counter-item {
        padding: 10px 15px;
    }

    .pest-counter-number .counter {
        font-size: 32px;
    }

}

/* pest-counter-mobile-css-start */

@media (max-width: 767px) {

    .pest-counter-section {
        padding: 45px 0;
    }

    .pest-counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 35px;
    }

    .pest-counter-item {
        min-height: 135px;
        padding: 5px 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .pest-counter-item:nth-child(2) {
        border-right: none;
    }

    .pest-counter-item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .pest-counter-icon {
        width: 43px;
        height: 43px;
        margin-bottom: 12px;
        font-size: 17px;
    }

    .pest-counter-number .counter {
        font-size: 29px;
    }

    .pest-counter-number .counter-plus {
        font-size: 20px;
    }

    .pest-counter-item p {
        font-size: 11px;
    }

}

/* pest-counter-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-counter-section {
        padding: 40px 0;
    }

    .pest-counter-wrapper {
        row-gap: 25px;
    }

    .pest-counter-item {
        min-height: 120px;
        padding: 5px 8px;
    }

    .pest-counter-number .counter {
        font-size: 26px;
    }

    .pest-counter-number .counter-plus {
        font-size: 18px;
    }

    .pest-counter-item p {
        font-size: 10px;
    }

}

/* pest-counter-section-css-end */














/* pest-services-section-css-start */

.pest-services-section {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

/* pest-services-heading-css-start */

.pest-services-heading {
    max-width: 720px;
    margin: 0 auto 35px;
    text-align: center;
}

.pest-services-heading .pest-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-services-heading .pest-section-tag::before,
.pest-services-heading .pest-section-tag::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-services-heading h2 {
    margin: 0 0 5px;
    color: #0a0a0a;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.pest-services-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}

/* pest-services-grid-css-start */

.pest-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* pest-service-card-css-start */

.pest-service-card {
    position: relative;
    padding: 30px 25px 25px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease;
}

.pest-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e50914;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.pest-service-card:hover {
    border-color: #e50914;
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.pest-service-card:hover::before {
    transform: scaleX(1);
}

/* pest-service-image-css-start */

.pest-service-image {
    width: 125px;
    height: 125px;
    margin: 0 auto 22px;
    padding: 5px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e50914;
    position: relative;
    transition: all 0.4s ease;
}

.pest-service-image::after {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(229, 9, 20, 0.15);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.pest-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.pest-service-card:hover .pest-service-image {
    background: #e50914;
    transform: translateY(-4px);
}

.pest-service-card:hover .pest-service-image::after {
    inset: -10px;
    border-color: rgba(229, 9, 20, 0.25);
}

.pest-service-card:hover .pest-service-image img {
    transform: scale(1.06);
}

/* pest-service-content-css-start */

.pest-service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pest-service-content h3 {
    min-height: 24px;
    margin: 0 0 12px;
    color: #111111;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.pest-service-content p {
    min-height: 66px;
    margin: 0 0 20px;
    color: #777777;
    font-size: 12px;
    line-height: 1.7;
}

/* pest-service-button-css-start */

.pest-service-btn {
    min-height: 40px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #e50914;
    border-radius: 6px;
    background: transparent;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease;
}

.pest-service-btn i {
    font-size: 13px;
    transition: transform 0.35s ease;
}

.pest-service-btn:hover {
    background: #e50914;
    border-color: #e50914;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.22);
}

.pest-service-btn:hover i {
    transform: translateX(4px);
}

/* pest-services-tablet-css-start */

@media (max-width: 1199px) {

    .pest-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* pest-services-small-tablet-css-start */

@media (max-width: 991px) {

    .pest-services-section {
        padding: 75px 0;
    }

    .pest-services-heading {
        margin-bottom: 45px;
    }

    .pest-services-heading h2 {
        font-size: 38px;
    }

    .pest-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}

/* pest-services-mobile-css-start */

@media (max-width: 767px) {

    .pest-services-section {
        padding: 60px 0;
    }

    .pest-services-heading {
        margin-bottom: 35px;
    }

    .pest-services-heading h2 {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .pest-services-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .pest-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .pest-service-card {
        padding: 22px 14px 18px;
        border-radius: 12px;
    }

    .pest-service-image {
        width: 95px;
        height: 95px;
        margin-bottom: 18px;
    }

    .pest-service-content h3 {
        min-height: auto;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .pest-service-content p {
        min-height: 76px;
        margin-bottom: 15px;
        font-size: 10px;
        line-height: 1.6;
    }

    .pest-service-btn {
        min-height: 36px;
        padding: 0 12px;
        font-size: 10px;
    }

}

/* pest-services-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-services-section {
        padding: 50px 0;
    }

    .pest-services-heading h2 {
        font-size: 27px;
    }

    .pest-services-heading p {
        font-size: 12px;
    }

    .pest-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .pest-service-card {
        padding: 20px 10px 16px;
    }

    .pest-service-image {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .pest-service-content h3 {
        font-size: 12px;
    }

    .pest-service-content p {
        min-height: 82px;
        font-size: 9px;
        line-height: 1.55;
    }

    .pest-service-btn {
        min-height: 34px;
        padding: 0 9px;
        font-size: 9px;
        gap: 5px;
    }

    .pest-service-btn i {
        font-size: 11px;
    }

}

/* pest-services-section-css-end */












/* pest-sectors-section-css-start */

.pest-sectors-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    overflow: hidden;
}

/* pest-sectors-heading-css-start */

.pest-sectors-heading {
    max-width: 720px;
    margin: 0 auto 35px;
    text-align: center;
}

.pest-sectors-heading .pest-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 5px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-sectors-heading .pest-section-tag::before,
.pest-sectors-heading .pest-section-tag::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-sectors-heading h2 {
    margin: 0px 0 5px;
    color: #0a0a0a;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.pest-sectors-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}

/* pest-sectors-grid-css-start */

.pest-sectors-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* pest-sector-card-css-start */

.pest-sector-card {
    position: relative;
    min-height: 245px;
    padding: 25px 15px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.pest-sector-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e50914;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.pest-sector-card:hover {
    border-color: #e50914;
    transform: translateY(-7px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.10);
}

.pest-sector-card:hover::before {
    transform: scaleX(1);
}

/* pest-sector-image-css-start */

.pest-sector-image {
    width: 105px;
    height: 105px;
    margin-bottom: 18px;
    padding: 5px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e50914;
    position: relative;
    transition: all 0.4s ease;
}

.pest-sector-image::after {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(229, 9, 20, 0.15);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.pest-sector-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.pest-sector-card:hover .pest-sector-image {
    background: #e50914;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.18);
}

.pest-sector-card:hover .pest-sector-image::after {
    inset: -10px;
    border-color: rgba(229, 9, 20, 0.25);
}

.pest-sector-card:hover .pest-sector-image img {
    transform: scale(1.06);
}

/* pest-sector-title-css-start */

.pest-sector-card h3 {
    min-height: 40px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #171717;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

/* pest-sector-button-css-start */

.pest-sector-btn {
    min-height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #e50914;
    border-radius: 6px;
    background: #e50914;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.35s ease;
}

.pest-sector-btn i {
    font-size: 12px;
    transition: transform 0.35s ease;
}

.pest-sector-btn:hover {
    background: #b20710;
    border-color: #b20710;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(229, 9, 20, 0.25);
}

.pest-sector-btn:hover i {
    transform: scale(1.15);
}

/* pest-sectors-tablet-css-start */

@media (max-width: 1199px) {

    .pest-sectors-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

/* pest-sectors-small-tablet-css-start */

@media (max-width: 991px) {

    .pest-sectors-section {
        padding: 75px 0;
    }

    .pest-sectors-heading {
        margin-bottom: 45px;
    }

    .pest-sectors-heading h2 {
        font-size: 38px;
    }

    .pest-sectors-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .pest-sector-card {
        min-height: 225px;
        padding: 22px 10px 15px;
    }

    .pest-sector-image {
        width: 85px;
        height: 85px;
    }

    .pest-sector-card h3 {
        font-size: 12px;
    }

}

/* pest-sectors-mobile-css-start */

@media (max-width: 767px) {

    .pest-sectors-section {
        padding: 60px 0;
    }

    .pest-sectors-heading {
        margin-bottom: 35px;
    }

    .pest-sectors-heading h2 {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .pest-sectors-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    /*
       4 cards per row on mobile
    */

    .pest-sectors-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .pest-sector-card {
        min-height: 175px;
        padding: 15px 5px 10px;
        border-radius: 10px;
    }

    .pest-sector-image {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
        padding: 3px;
        border-width: 1px;
    }

    .pest-sector-image::after {
        inset: -5px;
    }

    .pest-sector-card h3 {
        min-height: 36px;
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 1.3;
    }

    .pest-sector-btn {
        min-height: 28px;
        padding: 0 6px;
        gap: 4px;
        border-radius: 4px;
        font-size: 7px;
    }

    .pest-sector-btn i {
        font-size: 9px;
    }

}

/* pest-sectors-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-sectors-section {
        padding: 50px 0;
    }

    .pest-sectors-heading h2 {
        font-size: 27px;
    }

    .pest-sectors-heading p {
        font-size: 12px;
    }

    .pest-sectors-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .pest-sector-card {
        min-height: 160px;
        padding: 13px 3px 8px;
    }

    .pest-sector-image {
        width: 52px;
        height: 52px;
        margin-bottom: 10px;
    }

    .pest-sector-card h3 {
        min-height: 32px;
        font-size: 8px;
    }

    .pest-sector-btn {
        min-height: 25px;
        padding: 0 5px;
        font-size: 6.5px;
    }

    .pest-sector-btn i {
        font-size: 8px;
    }

}

/* pest-sectors-section-css-end */








/* pest-special-section-css-start */

.pest-special-section {
    width: 100%;
    padding: 100px 0;
    background: #0a0a0a;
    overflow: hidden;
}

/* pest-special-heading-css-start */

.pest-special-heading {
    max-width: 700px;
    margin: 0px auto 35px;
    text-align: center;
}

.pest-special-heading .pest-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 5px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-special-heading .pest-section-tag::before,
.pest-special-heading .pest-section-tag::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-special-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

/* pest-special-grid-css-start */

.pest-special-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* pest-special-card-css-start */

.pest-special-card {
    position: relative;
    background: #111111;
    border: 1px solid #252525;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.pest-special-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e50914;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
    z-index: 2;
}

.pest-special-card:hover {
    border-color: #e50914;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(229, 9, 20, 0.15);
}

.pest-special-card:hover::before {
    transform: scaleX(1);
}

/* pest-special-image-css-start */

.pest-special-image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.pest-special-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 45%,
            rgba(0, 0, 0, 0.55) 100%);
}

.pest-special-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pest-special-card:hover .pest-special-image img {
    transform: scale(1.08);
}

/* pest-special-content-css-start */

.pest-special-content {
    padding: 20px 15px 18px;
    text-align: center;
}

.pest-special-content h3 {
    min-height: 35px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

/* pest-special-button-css-start */

.pest-special-btn {
    min-height: 38px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #e50914;
    border-radius: 6px;
    background: #e50914;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
}

.pest-special-btn i {
    font-size: 12px;
    transition: transform 0.35s ease;
}

.pest-special-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #e50914;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.12);
}

.pest-special-btn:hover i {
    transform: scale(1.15);
}

/* pest-special-tablet-css-start */

@media (max-width: 1199px) {

    .pest-special-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

}

/* pest-special-small-tablet-css-start */

@media (max-width: 991px) {

    .pest-special-section {
        padding: 75px 0;
    }

    .pest-special-heading {
        margin-bottom: 45px;
    }

    .pest-special-heading h2 {
        font-size: 38px;
    }

    .pest-special-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .pest-special-image {
        height: 210px;
    }

}

/* pest-special-mobile-css-start */

@media (max-width: 767px) {

    .pest-special-section {
        padding: 60px 0;
    }

    .pest-special-heading {
        margin-bottom: 35px;
    }

    .pest-special-heading h2 {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .pest-special-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .pest-special-card {
        border-radius: 11px;
    }

    .pest-special-image {
        height: 145px;
    }

    .pest-special-content {
        padding: 15px 8px 14px;
    }

    .pest-special-content h3 {
        min-height: 38px;
        margin-bottom: 12px;
        font-size: 12px;
    }

    .pest-special-btn {
        min-height: 34px;
        padding: 0 11px;
        font-size: 9px;
    }

}

/* pest-special-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-special-section {
        padding: 50px 0;
    }

    .pest-special-heading h2 {
        font-size: 27px;
    }

    .pest-special-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .pest-special-image {
        height: 125px;
    }

    .pest-special-content {
        padding: 13px 6px 12px;
    }

    .pest-special-content h3 {
        min-height: 34px;
        font-size: 10px;
    }

    .pest-special-btn {
        min-height: 30px;
        padding: 0 8px;
        font-size: 8px;
    }

    .pest-special-btn i {
        font-size: 9px;
    }

}

/* pest-special-section-css-end */








/* pest-faq-section-css-start */

.pest-faq-section {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

/* pest-faq-content-css-start */

.pest-faq-content {
    width: 100%;
    max-width: 760px;
}

.pest-faq-content .pest-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-faq-content .pest-section-tag::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-faq-content h2 {
    margin: 0 0 6px;
    color: #0a0a0a;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.pest-faq-intro {
    max-width: 650px;
    margin: 0 0 10px;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}

/* pest-faq-accordion-css-start */

.pest-faq-accordion {
    width: 100%;
}

.pest-faq-item {
    margin-bottom: 12px;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
}

.pest-faq-item:hover {
    border-color: #e50914 !important;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.06);
}

/* pest-faq-button-css-start */

.pest-faq-button {
    min-height: 62px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #ffffff !important;
    color: #171717 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: none !important;
}

.pest-faq-button::after {
    display: none;
}

.pest-faq-button span {
    flex: 1;
}

.pest-faq-button i {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #e50914;
    font-size: 11px;
    transition: all 0.3s ease;
}

/* Open FAQ */

.pest-faq-button:not(.collapsed) {
    background: #0a0a0a !important;
    color: #ffffff !important;
}

.pest-faq-button:not(.collapsed) i {
    background: #e50914;
    color: #ffffff;
    transform: rotate(45deg);
}

.pest-faq-button:not(.collapsed) span {
    color: #ffffff;
}

/* pest-faq-answer-css-start */

.pest-faq-answer {
    padding: 18px 20px 20px;
    background: #fafafa;
    border-top: 1px solid #eeeeee;
    color: #6d6d6d;
    font-size: 12px;
    line-height: 1.8;
}

/* pest-faq-image-css-start */

.pest-faq-image-wrapper {
    width: 100%;
    position: relative;
    padding: 0 0 25px 25px;
}

.pest-faq-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background: #0a0a0a;
    border: 1px solid #e50914;
}

.pest-faq-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0.5) 100%);
}

.pest-faq-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pest-faq-image-wrapper:hover .pest-faq-image img {
    transform: scale(1.04);
}

/* pest-faq-badge-css-start */

.pest-faq-image-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 225px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e50914;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(229, 9, 20, 0.25);
    z-index: 2;
}

.pest-faq-image-badge>i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 20px;
}

.pest-faq-image-badge strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.pest-faq-image-badge span {
    display: block;
    margin-top: 3px;
    color: #ffe5e7;
    font-size: 10px;
}

/* pest-faq-tablet-css-start */

@media (max-width: 991px) {

    .pest-faq-section {
        padding: 75px 0;
    }

    .pest-faq-content {
        max-width: 100%;
    }

    .pest-faq-content h2 {
        font-size: 38px;
    }

    .pest-faq-image-wrapper {
        max-width: 650px;
        margin: 0 auto;
        padding: 0 20px 20px 0;
    }

    .pest-faq-image {
        height: 500px;
    }

}

/* pest-faq-mobile-css-start */

@media (max-width: 767px) {

    .pest-faq-section {
        padding: 60px 0;
    }

    .pest-faq-content h2 {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .pest-faq-intro {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .pest-faq-item {
        margin-bottom: 9px;
    }

    .pest-faq-button {
        min-height: 56px;
        padding: 14px 15px;
        font-size: 11px;
    }

    .pest-faq-button i {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }

    .pest-faq-answer {
        padding: 15px;
        font-size: 10px;
        line-height: 1.7;
    }

    .pest-faq-image-wrapper {
        padding: 0 15px 15px 0;
    }

    .pest-faq-image {
        height: 420px;
        border-radius: 15px;
    }

    .pest-faq-image-badge {
        min-width: 190px;
        padding: 14px 15px;
    }

    .pest-faq-image-badge>i {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .pest-faq-image-badge strong {
        font-size: 12px;
    }

    .pest-faq-image-badge span {
        font-size: 9px;
    }

}

/* pest-faq-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-faq-section {
        padding: 50px 0;
    }

    .pest-faq-content h2 {
        font-size: 27px;
    }

    .pest-faq-intro {
        font-size: 12px;
    }

    .pest-faq-button {
        min-height: 53px;
        padding: 12px;
        font-size: 10px;
        gap: 8px;
    }

    .pest-faq-button i {
        width: 22px;
        height: 22px;
        font-size: 9px;
    }

    .pest-faq-answer {
        padding: 13px 12px 15px;
        font-size: 9px;
        line-height: 1.65;
    }

    .pest-faq-image {
        height: 350px;
    }

    .pest-faq-image-badge {
        min-width: 165px;
        padding: 12px;
    }

    .pest-faq-image-badge>i {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .pest-faq-image-badge strong {
        font-size: 11px;
    }

    .pest-faq-image-badge span {
        font-size: 8px;
    }

}

/* pest-faq-section-css-end */










/* pest-blog-section-css-start */

.pest-blog-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    overflow: hidden;
}

/* pest-blog-heading-css-start */

.pest-blog-heading {
    max-width: 700px;
    margin: 0 auto 35px;
    text-align: center;
}

.pest-blog-heading .pest-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-blog-heading .pest-section-tag::before,
.pest-blog-heading .pest-section-tag::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-blog-heading h2 {
    margin: 0px 0px 10px;
    color: rgb(17, 17, 17);
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.pest-blog-heading>p {
    max-width: 600px;
    margin: 0 auto;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}


/* pest-blog-grid-css-start */

.pest-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


/* pest-blog-card-css-start */

.pest-blog-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.pest-blog-card:hover {
    border-color: #e50914;
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(229, 9, 20, 0.13);
}


/* pest-blog-image-css-start */

.pest-blog-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.pest-blog-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

.pest-blog-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pest-blog-card:hover .pest-blog-image img {
    transform: scale(1.07);
}


/* pest-blog-content-css-start */

.pest-blog-content {
    padding: 25px 23px 24px;
}

.pest-blog-content h2 {
    min-height: 58px;
    margin: 0 0 12px;
    color: #171717;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
}

.pest-blog-content p {
    min-height: 67px;
    margin: 0 0 20px;
    color: #707070;
    font-size: 12px;
    line-height: 1.8;
}


/* pest-blog-button-css-start */

.pest-blog-btn {
    min-height: 42px;
    padding: 0 17px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    border: 1px solid #e50914;
    border-radius: 6px;

    background: transparent;
    color: #e50914;

    font-size: 11px;
    font-weight: 700;
    text-decoration: none;

    transition: all 0.35s ease;
}

.pest-blog-btn i {
    transition: transform 0.35s ease;
}

.pest-blog-btn:hover {
    background: #e50914;
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(229, 9, 20, 0.25);
}

.pest-blog-btn:hover i {
    transform: translateX(5px);
}


/* pest-blog-view-more-css-start */

.pest-blog-view-more {
    margin-top: 50px;
    text-align: center;
}

.pest-blog-view-btn {
    min-height: 50px;
    padding: 0 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid #e50914;
    border-radius: 7px;

    background: #e50914;
    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
    text-decoration: none;

    transition: all 0.35s ease;
}

.pest-blog-view-btn i {
    transition: transform 0.35s ease;
}

.pest-blog-view-btn:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.15);
}

.pest-blog-view-btn:hover i {
    transform: translateX(5px);
}


/* pest-blog-tablet-css-start */

@media (max-width: 991px) {

    .pest-blog-section {
        padding: 75px 0;
    }

    .pest-blog-heading {
        margin-bottom: 45px;
    }

    .pest-blog-heading h2 {
        font-size: 38px;
    }

    .pest-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .pest-blog-image {
        height: 220px;
    }

}


/* pest-blog-mobile-css-start */

@media (max-width: 767px) {

    .pest-blog-section {
        padding: 60px 0;
    }

    .pest-blog-heading {
        margin-bottom: 35px;
    }

    .pest-blog-heading h2 {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .pest-blog-heading>p {
        font-size: 12px;
    }

    /* One card per row */

    .pest-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pest-blog-card {
        border-radius: 12px;
    }

    .pest-blog-image {
        height: 230px;
    }

    .pest-blog-content {
        padding: 20px 18px 20px;
    }

    .pest-blog-content h2 {
        min-height: auto;
        font-size: 17px;
    }

    .pest-blog-content p {
        min-height: auto;
        font-size: 11px;
        line-height: 1.7;
    }

    .pest-blog-view-more {
        margin-top: 35px;
    }

}


/* pest-blog-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-blog-section {
        padding: 50px 0;
    }

    .pest-blog-heading h2 {
        font-size: 27px;
    }

    .pest-blog-heading>p {
        font-size: 11px;
    }

    .pest-blog-image {
        height: 200px;
    }

    .pest-blog-content {
        padding: 17px 15px;
    }

    .pest-blog-content h2 {
        font-size: 15px;
    }

    .pest-blog-content p {
        font-size: 10px;
    }

    .pest-blog-btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 10px;
    }

    .pest-blog-view-btn {
        min-height: 46px;
        padding: 0 20px;
        font-size: 11px;
    }

}


/* pest-blog-section-css-end */











/* pest-footer-css-start */

.pest-footer {
    width: 100%;
    background: #050505;
    border-top: 1px solid #ed1c2b;
}

/* pest-footer-main-css-start */

.pest-footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.3fr;
    gap: 55px;
    padding: 70px 0 60px;
}

/* pest-footer-column-css-start */

.pest-footer-column {
    min-width: 0;
}

.pest-footer-column h3 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

.pest-footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #ed1c2b;
    border-radius: 5px;
}

/* pest-footer-about-css-start */

.pest-footer-logo {
    display: inline-flex;
    margin-bottom: 18px;
}

.pest-footer-logo img {
    width: 190px;
    height: auto;
    display: block;
}

.pest-footer-about p {
    max-width: 330px;
    margin: 0;
    color: #b5b5b5;
    font-size: 13px;
    line-height: 1.8;
}

/* pest-footer-social-css-start */

.pest-footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
}

.pest-footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(237, 28, 43, 0.35);
    border-radius: 50%;
    background: transparent;
    color: #ed1c2b;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pest-footer-social a:hover {
    color: #ffffff;
    background: #ed1c2b;
    border-color: #ed1c2b;
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(237, 28, 43, 0.25);
}

/* pest-footer-links-css-start */

.pest-footer-links {
    padding: 0;
    margin: 0;
}

.pest-footer-links li {
    margin-bottom: 11px;
}

.pest-footer-links a {
    display: inline-flex;
    align-items: center;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pest-footer-links a::before {
    content: "›";
    margin-right: 8px;
    color: #ed1c2b;
    font-size: 17px;
    line-height: 1;
    transition: all 0.3s ease;
}

.pest-footer-links a:hover {
    color: #ed1c2b;
    padding-left: 4px;
}

/* pest-footer-contact-css-start */

.pest-footer-contact {
    display: flex;
    flex-direction: column;
}

.pest-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 15px;
    color: #b5b5b5;
    font-size: 13px;
    line-height: 1.7;
}

.pest-footer-contact-item i {
    flex-shrink: 0;
    margin-top: 4px;
    color: #ed1c2b;
    font-size: 14px;
}

.pest-footer-contact-item a {
    color: #b5b5b5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pest-footer-contact-item a:hover {
    color: #ed1c2b;
}

/* pest-footer-bottom-css-start */

.pest-footer-bottom {
    border-top: 1px solid rgba(237, 28, 43, 0.18);
    background: #000000;
}

.pest-footer-bottom-wrapper {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.pest-footer-bottom p {
    margin: 0;
    color: #777777;
    font-size: 12px;
    font-weight: 400;
}

.pest-footer-bottom a {
    color: #ed1c2b;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pest-footer-bottom a:hover {
    color: #ff4b58;
}

/* pest-footer-tablet-css-start */

@media (max-width: 991px) {

    .pest-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px 35px;
        padding: 55px 0 50px;
    }

    .pest-footer-about {
        grid-column: span 2;
    }

    .pest-footer-about p {
        max-width: 500px;
    }

}

/* pest-footer-mobile-css-start */

@media (max-width: 767px) {

    .pest-footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 45px 0;
    }

    .pest-footer-about {
        grid-column: auto;
    }

    .pest-footer-logo img {
        width: 175px;
    }

    .pest-footer-column h3 {
        margin-bottom: 18px;
        font-size: 17px;
    }

    .pest-footer-about p {
        max-width: 100%;
    }

    .pest-footer-bottom-wrapper {
        min-height: 65px;
        padding: 15px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        text-align: center;
    }

}

/* pest-footer-small-mobile-css-start */

@media (max-width: 480px) {

    .pest-footer-main {
        gap: 32px;
    }

    .pest-footer-logo img {
        width: 160px;
    }

    .pest-footer-about p,
    .pest-footer-links a,
    .pest-footer-contact-item {
        font-size: 12px;
    }

}

/* pest-footer-css-end */









/* about-us-banner-css-start */

.about-us-banner {
    width: 100%;
    padding: 85px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0b0b0b 0%, #17090b 50%, #090909 100%);
}

/* RED GLOW BACKGROUND */

.about-us-banner::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -250px;
    left: -150px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.22), transparent 70%);
    animation: bannerGlow 7s ease-in-out infinite alternate;
}

/* SECOND GLOW */

.about-us-banner::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    bottom: -250px;
    background: radial-gradient(circle, rgba(229, 9, 20, 0.18), transparent 70%);
    animation: bannerGlowRight 8s ease-in-out infinite alternate;
}

/* GLOW ANIMATION */

@keyframes bannerGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(80px, 40px) scale(1.15);
        opacity: 0.8;
    }

    100% {
        transform: translate(30px, 90px) scale(1);
        opacity: 0.5;
    }
}

@keyframes bannerGlowRight {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }

    50% {
        transform: translate(-60px, -40px) scale(1.12);
        opacity: 0.75;
    }

    100% {
        transform: translate(-20px, -80px) scale(1);
        opacity: 0.4;
    }
}

/* CONTENT */

.about-content {
    position: relative;
    z-index: 5;
}

/* PEST CONTROL MAIN ICON */

.about-pest-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.pest-icon-circle {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.10);
    border: 1px solid rgba(229, 9, 20, 0.55);
    color: #e50914;
    font-size: 25px;
    position: relative;
    box-shadow: 0 0 0 8px rgba(229, 9, 20, 0.04), 0 0 30px rgba(229, 9, 20, 0.18);
    animation: pestIconFloat 3s ease-in-out infinite;
}

/* ICON OUTER ANIMATION */

.pest-icon-circle::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 1px solid rgba(229, 9, 20, 0.20);
    animation: pestIconPulse 2.5s ease-out infinite;
}

.pest-icon-circle::after {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    border: 1px solid rgba(229, 9, 20, 0.08);
    animation: pestIconPulse 2.5s ease-out infinite 0.7s;
}

/* MAIN ICON FLOAT */

@keyframes pestIconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* ICON PULSE */

@keyframes pestIconPulse {
    0% {
        transform: scale(0.85);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.15);
        opacity: 0;
    }

    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

/* HEADING */

.about-content h1 {
    position: relative;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* SMALL RED LINE */

.about-content h1::after {
    content: "";
    width: 45px;
    height: 3px;
    display: block;
    margin: 13px auto 0;
    background: #e50914;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(229, 9, 20, 0.5);
}

/* BREADCRUMB */

.breadcrumb-box {
    width: fit-content;
    margin: 17px auto 0;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(229, 9, 20, 0.4);
    border-radius: 30px;
}

.breadcrumb-box a {
    color: #c7c7c7;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.breadcrumb-box a:hover {
    color: #e50914;
}

.breadcrumb-box>span:not(.active) {
    color: #e50914;
    font-size: 11px;
}

.breadcrumb-box .active {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

/* FLOATING BACKGROUND ICONS */

.pest-banner-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(229, 9, 20, 0.22);
	font-size: 55px;
	pointer-events: none;
	z-index: 1;
	animation: floatingPestIcon 6s ease-in-out infinite;
}

.pest-banner-icon-1 {
    top: 20%;
    left: 8%;
    animation-delay: 0s;
}

.pest-banner-icon-2 {
    top: 25%;
    right: 9%;
    font-size: 65px;
    animation-delay: 1.5s;
}

.pest-banner-icon-3 {
    bottom: 12%;
    left: 17%;
    font-size: 50px;
    animation-delay: 3s;
}

@keyframes floatingPestIcon {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.35;
    }

    50% {
        transform: translateY(-18px) rotate(8deg);
        opacity: 0.75;
    }
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .about-us-banner {
        padding: 75px 0;
    }

    .about-content h1 {
        font-size: 38px;
    }

    .pest-banner-icon-1 {
        left: 4%;
    }

    .pest-banner-icon-2 {
        right: 4%;
    }
}

/* MOBILE */

@media (max-width: 768px) {
    .about-us-banner {
        padding: 60px 0;
    }

    .about-content h1 {
        font-size: 30px;
    }

    .about-pest-icon {
        margin-bottom: 15px;
    }

    .pest-icon-circle {
        width: 58px;
        height: 58px;
        font-size: 21px;
    }

    .breadcrumb-box {
        flex-wrap: wrap;
        gap: 7px;
    }

    .breadcrumb-box a,
    .breadcrumb-box .active {
        font-size: 12px;
    }

    .pest-banner-icon {
        font-size: 35px;
    }

    .pest-banner-icon-1 {
        left: 3%;
    }

    .pest-banner-icon-2 {
        right: 3%;
    }

    .pest-banner-icon-3 {
        display: none;
    }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
    .about-us-banner {
        padding: 50px 0;
    }

    .about-content h1 {
        font-size: 27px;
    }

    .pest-icon-circle {
        width: 52px;
        height: 52px;
        font-size: 19px;
    }

    .breadcrumb-box {
        gap: 6px;
    }

    .pest-banner-icon {
        font-size: 28px;
    }
}

/* about-us-banner-css-end */








/* pest-why-section-css-start */

.pest-why-section {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

/* section-heading */

.pest-why-heading {
    max-width: 890px;
    margin: 0 auto 30px;
    text-align: center;
}

.pest-why-heading .pest-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-why-heading .pest-section-tag::before,
.pest-why-heading .pest-section-tag::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-why-heading h2 {
    margin: 0 0 7px;
    color: #111111;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.pest-why-heading h2 span {
    color: #e50914;
}

.pest-why-heading p {
    max-width: 620px;
    margin: 0 auto;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}

/* wrapper */

.pest-why-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 75px;
}

/* image */

.pest-why-image {
    position: relative;
    padding: 0 25px 25px 0;
}

.pest-why-image-main {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background: #111111;
    border: 1px solid #dc0913;
}

.pest-why-image-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
}

.pest-why-image-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pest-why-image:hover .pest-why-image-main img {
    transform: scale(1.05);
}

/* badge */

.pest-why-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 210px;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: #e50914;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(229, 9, 20, 0.25);
}

.pest-why-badge-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 20px;
}

.pest-why-badge strong {
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}

.pest-why-badge span {
    display: block;
    margin-top: 5px;
    color: #ffe7e8;
    font-size: 10px;
}

/* floating icon */

.pest-why-floating-icon {
    position: absolute;
    top: 25px;
    left: -18px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111111;
    border: 2px solid #e50914;
    color: #e50914;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    animation: whyFloatingIcon 3s ease-in-out infinite;
}

@keyframes whyFloatingIcon {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* content */

.pest-why-content {
    max-width: 650px;
}

.pest-why-small-title {
    display: block;
    margin-bottom: 12px;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.pest-why-content h3 {
    margin: 0 0 18px;
    color: #111111;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

.pest-why-content h3 span {
    color: #e50914;
}

.pest-why-intro {
    margin: 0 0 27px;
    color: #707070;
    font-size: 13px;
    line-height: 1.85;
}

/* features */

.pest-why-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 30px;
}

.pest-why-feature {
    min-height: 105px;
    padding: 17px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 11px;
    transition: all 0.35s ease;
}

.pest-why-feature:hover {
    background: #fff5f5;
    border-color: rgba(229, 9, 20, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(229, 9, 20, 0.08);
}

.pest-why-feature-icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff0f1;
    color: #e50914;
    font-size: 17px;
    transition: all 0.3s ease;
}

.pest-why-feature:hover .pest-why-feature-icon {
    background: #e50914;
    color: #ffffff;
}

.pest-why-feature h4 {
    margin: 0 0 5px;
    color: #222222;
    font-size: 13px;
    font-weight: 600;
}

.pest-why-feature p {
    margin: 0;
    color: #777777;
    font-size: 10px;
    line-height: 1.6;
}

/* button */

.pest-why-btn {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 7px;
    background: #e50914;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(229, 9, 20, 0.20);
    transition: all 0.3s ease;
}

.pest-why-btn i {
    transition: transform 0.3s ease;
}

.pest-why-btn:hover {
    background: #111111;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.pest-why-btn:hover i {
    transform: translateX(5px);
}

/* tablet */

@media (max-width: 991px) {
    .pest-why-section {
        padding: 75px 0;
    }

    .pest-why-heading {
        margin-bottom: 45px;
    }

    .pest-why-heading h2 {
        font-size: 38px;
    }

    .pest-why-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pest-why-image {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

    .pest-why-content {
        max-width: 100%;
    }
}

/* mobile */

@media (max-width: 767px) {
    .pest-why-section {
        padding: 60px 0;
    }

    .pest-why-heading {
        margin-bottom: 38px;
    }

    .pest-why-heading h2 {
        font-size: 26px;
        letter-spacing: -0.5px;
    }

    .pest-why-heading p {
        font-size: 12px;
    }

    .pest-why-wrapper {
        gap: 40px;
    }

    .pest-why-image {
        padding: 0 15px 15px 0;
    }

    .pest-why-image-main {
        height: 430px;
        border-radius: 15px;
    }

    .pest-why-badge {
        min-width: 175px;
        padding: 14px 16px;
    }

    .pest-why-badge-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .pest-why-badge strong {
        font-size: 22px;
    }

    .pest-why-content h3 {
        font-size: 29px;
    }

    .pest-why-features {
        grid-template-columns: 1fr;
    }

    .pest-why-feature {
        min-height: auto;
    }

    .pest-why-floating-icon {
        left: -5px;
    }
}

/* small mobile */

@media (max-width: 480px) {
    .pest-why-section {
        padding: 50px 0;
    }

    .pest-why-heading h2 {
        font-size: 23px;
    }

    .pest-why-image-main {
        height: 350px;
    }

    .pest-why-content h3 {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .pest-why-intro {
        font-size: 12px;
    }

    .pest-why-feature {
        padding: 14px;
    }

    .pest-why-feature h4 {
        font-size: 12px;
    }

    .pest-why-feature p {
        font-size: 10px;
    }
}

/* pest-why-section-css-end */

















/* pest-contact-section-css-start */

.pest-contact-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    overflow: hidden;
}

/* heading */

.pest-contact-heading {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

.pest-contact-heading .pest-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-contact-heading .pest-section-tag::before,
.pest-contact-heading .pest-section-tag::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #e50914;
}

.pest-contact-heading h2 {
    margin: 0 0 12px;
    color: #111111;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.pest-contact-heading h2 span {
    color: #e50914;
}

.pest-contact-heading p {
    max-width: 620px;
    margin: 0 auto;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}


/* wrapper */

.pest-contact-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 65px;
    align-items: stretch;
}


/* contact details */

.pest-contact-details {
    padding: 40px 15px;
    border: 1px solid #e50914;
    border-radius: 12px;
}

.pest-contact-small-title {
    display: block;
    margin-bottom: 10px;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.pest-contact-details h3 {
    margin: 0 0 15px;
    color: #111111;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.pest-contact-details h3 span {
    color: #e50914;
}

.pest-contact-intro {
    max-width: 520px;
    margin: 0 0 30px;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}


/* contact item */

.pest-contact-item-main{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 21px;
}

.pest-contact-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #111111;
    color: #e50914;
    font-size: 17px;
    transition: all 0.3s ease;
}

.pest-contact-item:hover .pest-contact-icon {
    background: #e50914;
    color: #fff !important;
    transform: translateY(-3px);
}

.pest-contact-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pest-contact-item-content > span {
    margin-bottom: 5px;
    color: #222222;
    font-size: 12px;
    font-weight: 700;
}

.pest-contact-item-content a {
    color: #666666;
    font-size: 12px;
    line-height: 1.7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pest-contact-item-content a:hover {
    color: #e50914;
}

.pest-contact-item-content p {
    max-width: 410px;
    margin: 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.7;
}


/* whatsapp */

.pest-contact-whatsapp {
    min-height: 50px;
    width: fit-content;
    margin-top: 28px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pest-contact-whatsapp > i:first-child {
    color: #25d366;
    font-size: 18px;
}

.pest-contact-whatsapp > i:last-child {
    color: #ffffff;
    font-size: 11px;
    transition: transform 0.3s ease;
}

.pest-contact-whatsapp:hover {
    background: #e50914;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(229, 9, 20, 0.20);
}

.pest-contact-whatsapp:hover > i:first-child {
    color: #ffffff;
}

.pest-contact-whatsapp:hover > i:last-child {
    transform: translate(3px, -3px);
}


/* form box */

.pest-contact-form-box {
    padding: 38px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
}

.pest-contact-form-header {
    margin-bottom: 25px;
}

.pest-contact-form-header > span {
    color: #e50914;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.pest-contact-form-header h3 {
    margin: 7px 0 5px;
    color: #111111;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
}

.pest-contact-form-header h3 strong {
    color: #e50914;
}

.pest-contact-form-header p {
    margin: 0;
    color: #777777;
    font-size: 11px;
    line-height: 1.6;
}


/* form */

.pest-contact-form {
    width: 100%;
}

.pest-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.pest-form-group {
    margin-bottom: 17px;
}

.pest-form-group label {
    display: block;
    margin-bottom: 7px;
    color: #333333;
    font-size: 11px;
    font-weight: 600;
}

.pest-input-wrapper {
    position: relative;
}

.pest-input-wrapper > i {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;
    color: #999999;
    font-size: 13px;
    transform: translateY(-50%);
    transition: color 0.3s ease;
}

.pest-input-wrapper input,
.pest-input-wrapper textarea {
    width: 100%;
    padding: 0 14px 0 40px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    outline: none;
    background: #fafafa;
    color: #222222;
    font-family: inherit;
    font-size: 11px;
    transition: all 0.3s ease;
}

.pest-input-wrapper input {
    height: 46px;
}

.pest-input-wrapper textarea {
    min-height: 105px;
    padding-top: 14px;
    resize: vertical;
}

.pest-textarea-wrapper > i {
    top: 18px;
    transform: none;
}

.pest-input-wrapper input::placeholder,
.pest-input-wrapper textarea::placeholder {
    color: #aaaaaa;
}

.pest-input-wrapper input:focus,
.pest-input-wrapper textarea:focus {
    background: #ffffff;
    border-color: #e50914;
    box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.07);
}

.pest-input-wrapper:focus-within > i {
    color: #e50914;
}


/* submit */

.pest-contact-submit {
    width: 100%;
    min-height: 49px;
    margin-top: 4px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    border-radius: 8px;
    background: #e50914;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 9px 22px rgba(229, 9, 20, 0.18);
    transition: all 0.3s ease;
}

.pest-contact-submit i {
    transition: transform 0.3s ease;
}

.pest-contact-submit:hover {
    background: #111111;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.pest-contact-submit:hover i {
    transform: translateX(5px);
}


/* tablet */

@media (max-width: 991px) {

    .pest-contact-section {
        padding: 75px 0;
    }

    .pest-contact-heading {
        margin-bottom: 45px;
    }

    .pest-contact-heading h2 {
        font-size: 34px;
    }

    .pest-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pest-contact-details {
        padding: 0;
    }

    .pest-contact-form-box {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }
}


/* mobile */

@media (max-width: 767px) {

    .pest-contact-section {
        padding: 60px 0;
    }

    .pest-contact-heading {
        margin-bottom: 38px;
    }

    .pest-contact-heading h2 {
        font-size: 28px;
    }

    .pest-contact-heading p {
        font-size: 12px;
    }

    .pest-contact-details h3 {
        font-size: 29px;
    }

    .pest-contact-intro {
        font-size: 12px;
    }

    .pest-contact-form-box {
        padding: 25px 20px;
        border-radius: 13px;
    }

    .pest-contact-form-header h3 {
        font-size: 24px;
    }

    .pest-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}


/* small mobile */

@media (max-width: 480px) {

    .pest-contact-section {
        padding: 50px 0;
    }

    .pest-contact-heading h2 {
        font-size: 24px;
    }

    .pest-contact-details h3 {
        font-size: 26px;
    }

    .pest-contact-form-box {
        padding: 22px 16px;
    }

    .pest-contact-item {
        gap: 11px;
    }

    .pest-contact-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .pest-contact-item-content a,
    .pest-contact-item-content p {
        font-size: 11px;
    }

    .pest-contact-whatsapp {
        width: 100%;
        justify-content: center;
    }
}

/* pest-contact-section-css-end */



/* pest-map-section-css-start */

.pest-map-section {
    width: 100%;
    padding: 0;
    background: #f7f7f7;
    overflow: hidden;
}

/* map-wrapper */

.pest-map-wrapper {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

/* google-map */

.pest-map-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* location-card */

.pest-map-location {
    position: absolute;
    left: 40px;
    bottom: 35px;
    max-width: 360px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    background: rgba(10, 10, 10, 0.94);
    border: 1px solid rgba(229, 9, 20, 0.45);
    border-left: 4px solid #e50914;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    z-index: 2;
}

/* location-icon */

.pest-map-location-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.35);
    color: #e50914;
    font-size: 18px;
    animation: pestMapPin 2.5s ease-in-out infinite;
}

/* location-content */

.pest-map-location span {
    display: block;
    margin-bottom: 4px;
    color: #e50914;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pest-map-location strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.pest-map-location p {
    margin: 0;
    color: #bdbdbd;
    font-size: 11px;
    line-height: 1.6;
}

/* pin-animation */

@keyframes pestMapPin {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 0 0 0 rgba(229, 9, 20, 0.25);
    }

    50% {
        transform: translateY(-5px);
        box-shadow: 0 0 0 7px rgba(229, 9, 20, 0.06);
    }
}

/* tablet */

@media (max-width: 991px) {
    .pest-map-wrapper {
        height: 430px;
    }

    .pest-map-location {
        left: 25px;
        bottom: 25px;
    }
}

/* mobile */

@media (max-width: 767px) {
    .pest-map-wrapper {
        height: 380px;
    }

    .pest-map-location {
        left: 15px;
        right: 15px;
        bottom: 15px;
        max-width: none;
        padding: 14px 15px;
        gap: 10px;
        border-radius: 10px;
    }

    .pest-map-location-icon {
        width: 37px;
        height: 37px;
        font-size: 16px;
    }

    .pest-map-location strong {
        font-size: 13px;
    }

    .pest-map-location p {
        font-size: 10px;
    }
}

/* small-mobile */

@media (max-width: 480px) {
    .pest-map-wrapper {
        height: 350px;
    }

    .pest-map-location {
        padding: 12px;
    }

    .pest-map-location-icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .pest-map-location span {
        font-size: 9px;
    }

    .pest-map-location strong {
        font-size: 12px;
    }

    .pest-map-location p {
        font-size: 9px;
        line-height: 1.5;
    }
}

/* pest-map-section-css-end */




















/* gpc-guide-blog-section-css-start */

.gpc-guide-blog-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    overflow: hidden;
}


/* heading */

.gpc-guide-blog-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.gpc-guide-blog-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.gpc-guide-blog-tag::before,
.gpc-guide-blog-tag::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #e50914;
    border-radius: 10px;
}

.gpc-guide-blog-tag i {
    font-size: 14px;
}

.gpc-guide-blog-heading h2 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.gpc-guide-blog-heading h2 span {
    color: #e50914;
}

.gpc-guide-blog-heading p {
    max-width: 600px;
    margin: 0 auto;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}


/* blog-list */

.gpc-guide-blog-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}


/* blog-item */

.gpc-guide-blog-item {
    min-height: 360px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.gpc-guide-blog-item:hover {
    transform: translateY(-5px);
    border-color: rgba(229, 9, 20, 0.25);
    box-shadow: 0 18px 45px rgba(229, 9, 20, 0.09);
}


/* reverse */

.gpc-guide-blog-reverse {
    grid-template-columns: 1.1fr 0.9fr;
}

.gpc-guide-blog-reverse .gpc-guide-blog-image {
    order: 2;
}

.gpc-guide-blog-reverse .gpc-guide-blog-content {
    order: 1;
}


/* image */

.gpc-guide-blog-image {
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    position: relative;
    background: #111111;
}

.gpc-guide-blog-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.05),
        rgba(229, 9, 20, 0.12)
    );
    pointer-events: none;
}

.gpc-guide-blog-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gpc-guide-blog-item:hover .gpc-guide-blog-image img {
    transform: scale(1.06);
}


/* content */

.gpc-guide-blog-content {
    padding: 50px 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.gpc-guide-blog-number {
    margin-bottom: 13px;
    color: #e50914;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gpc-guide-blog-content h2 {
    max-width: 570px;
    margin: 0 0 16px;
    color: #111111;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
}

.gpc-guide-blog-content p {
    max-width: 570px;
    margin: 0 0 25px;
    color: #707070;
    font-size: 13px;
    line-height: 1.85;
}


/* button */

.gpc-guide-blog-button {
    min-height: 46px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #e50914;
    border-radius: 7px;
    background: #e50914;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.35s ease;
}

.gpc-guide-blog-button i {
    transition: transform 0.3s ease;
}

.gpc-guide-blog-button:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gpc-guide-blog-button:hover i {
    transform: translateX(5px);
}


/* tablet */

@media (max-width: 991px) {

    .gpc-guide-blog-section {
        padding: 75px 0;
    }

    .gpc-guide-blog-heading {
        margin-bottom: 40px;
    }

    .gpc-guide-blog-heading h2 {
        font-size: 32px;
    }

    .gpc-guide-blog-item,
    .gpc-guide-blog-reverse {
        min-height: 320px;
        grid-template-columns: 1fr 1fr;
    }

    .gpc-guide-blog-image {
        min-height: 320px;
    }

    .gpc-guide-blog-content {
        padding: 35px;
    }

    .gpc-guide-blog-content h2 {
        font-size: 23px;
    }

}


/* mobile */

@media (max-width: 767px) {

    .gpc-guide-blog-section {
        padding: 60px 0;
    }

    .gpc-guide-blog-heading {
        margin-bottom: 35px;
    }

    .gpc-guide-blog-heading h2 {
        font-size: 27px;
    }

    .gpc-guide-blog-heading p {
        font-size: 12px;
    }

    .gpc-guide-blog-list {
        gap: 25px;
    }

    .gpc-guide-blog-item,
    .gpc-guide-blog-reverse {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .gpc-guide-blog-reverse .gpc-guide-blog-image,
    .gpc-guide-blog-reverse .gpc-guide-blog-content {
        order: initial;
    }

    .gpc-guide-blog-image {
        height: 260px;
        min-height: 260px;
    }

    .gpc-guide-blog-content {
        padding: 27px 25px 30px;
    }

    .gpc-guide-blog-content h2 {
        font-size: 21px;
        line-height: 1.4;
    }

    .gpc-guide-blog-content p {
        font-size: 12px;
        line-height: 1.75;
    }

}


/* small-mobile */

@media (max-width: 480px) {

    .gpc-guide-blog-section {
        padding: 50px 0;
    }

    .gpc-guide-blog-heading h2 {
        font-size: 24px;
    }

    .gpc-guide-blog-image {
        height: 220px;
        min-height: 220px;
    }

    .gpc-guide-blog-content {
        padding: 23px 20px 25px;
    }

    .gpc-guide-blog-content h2 {
        font-size: 19px;
    }

    .gpc-guide-blog-button {
        min-height: 43px;
        padding: 0 16px;
        font-size: 11px;
    }

}
@media (max-width: 480px) {

    .gpc-guide-blog-tag {
        gap: 7px;
        font-size: 10px;
    }

    .gpc-guide-blog-tag::before,
    .gpc-guide-blog-tag::after {
        width: 25px;
    }

}

/* gpc-guide-blog-section-css-end */











/* gpc-inner-article-section-css-start */

.gpc-inner-article-section {
    width: 100%;
    padding: 90px 0;
    background: #f7f7f7;
    overflow: hidden;
}

.gpc-inner-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
    gap: 35px;
}


/* article */

.gpc-inner-article-content {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}


/* header */

.gpc-inner-article-header {
    padding: 45px 50px 35px;
}

.gpc-inner-article-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.gpc-inner-article-category i {
    font-size: 14px;
}

.gpc-inner-article-header h1 {
    max-width: 900px;
    margin: 0 0 18px;
    color: #111111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.gpc-inner-article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #888888;
    font-size: 11px;
}

.gpc-inner-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gpc-inner-article-meta i {
    color: #e50914;
}

.gpc-inner-article-meta a {
    color: #e50914;
    font-weight: 600;
    text-decoration: none;
}

.gpc-inner-article-meta a:hover {
    color: #111111;
}

.gpc-inner-article-meta-divider {
    color: #cccccc;
}


/* featured-image */

.gpc-inner-article-featured-image {
    width: 100%;
    height: 470px;
    overflow: hidden;
    background: #111111;
}

.gpc-inner-article-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* article-body */

.gpc-inner-article-body {
    padding: 45px 50px 55px;
}

.gpc-inner-article-body p {
    margin: 0 0 20px;
    color: #666666;
    font-size: 14px;
    line-height: 1.9;
}

.gpc-inner-article-body .gpc-inner-article-lead {
    color: #444444;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 500;
}

.gpc-inner-article-body h2 {
    position: relative;
    margin: 42px 0 15px;
    padding-left: 15px;
    color: #111111;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;
}

.gpc-inner-article-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    background: #e50914;
    border-radius: 5px;
}

.gpc-inner-article-body h3 {
    margin: 30px 0 10px;
    color: #222222;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.gpc-inner-article-body ul {
    margin: 15px 0 25px;
    padding: 0;
    list-style: none;
}

.gpc-inner-article-body li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 25px;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
}

.gpc-inner-article-body li::before {
    content: "\f26a";
    position: absolute;
    left: 0;
    top: 1px;
    color: #e50914;
    font-family: bootstrap-icons;
    font-size: 14px;
}


/* related */

.gpc-inner-article-related {
    margin: 30px 0;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff5f5;
    border: 1px solid rgba(229, 9, 20, 0.15);
    border-left: 3px solid #e50914;
    border-radius: 9px;
}

.gpc-inner-article-related > span {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.gpc-inner-article-related a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gpc-inner-article-related a i {
    color: #e50914;
    transition: transform 0.3s ease;
}

.gpc-inner-article-related a:hover {
    color: #e50914;
}

.gpc-inner-article-related a:hover i {
    transform: translateX(4px);
}


/* conclusion */

.gpc-inner-article-conclusion {
    margin-top: 45px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 17px;
    background: #111111;
    border-radius: 12px;
}

.gpc-inner-article-conclusion-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.35);
    color: #e50914;
    font-size: 19px;
}

.gpc-inner-article-conclusion h2 {
    margin: 0 0 8px;
    padding: 0;
    color: #ffffff;
    font-size: 22px;
}

.gpc-inner-article-conclusion h2::before {
    display: none;
}

.gpc-inner-article-conclusion p {
    margin: 0;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 1.8;
}


/* CTA */

.gpc-inner-article-cta {
    margin-top: 35px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 17px;
    background: linear-gradient(135deg, #e50914, #b80710);
    border-radius: 13px;
    box-shadow: 0 12px 30px rgba(229, 9, 20, 0.16);
}

.gpc-inner-article-cta-icon {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 18px;
}

.gpc-inner-article-cta-content {
    flex: 1;
}

.gpc-inner-article-cta-content span {
    display: block;
    margin-bottom: 4px;
    color: #ffd9db;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gpc-inner-article-cta-content h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 20px;
}

.gpc-inner-article-cta-content p {
    margin: 0;
    color: #ffe9ea;
    font-size: 11px;
    line-height: 1.6;
}

.gpc-inner-article-cta-button {
    min-height: 43px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #ffffff;
    color: #e50914;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.gpc-inner-article-cta-button i {
    transition: transform 0.3s ease;
}

.gpc-inner-article-cta-button:hover {
    background: #111111;
    color: #ffffff;
}

.gpc-inner-article-cta-button:hover i {
    transform: translateX(4px);
}


/* sidebar */

.gpc-inner-article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 100px;
}

.gpc-inner-article-sidebar-box {
    padding: 28px;
    background: #111111;
    border: 1px solid #222222;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gpc-inner-article-sidebar-tag {
    display: block;
    margin-bottom: 10px;
    color: #e50914;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.gpc-inner-article-sidebar-box h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.35;
}

.gpc-inner-article-sidebar-box p {
    margin: 0 0 20px;
    color: #a9a9a9;
    font-size: 11px;
    line-height: 1.7;
}

.gpc-inner-article-sidebar-button {
    min-height: 43px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 7px;
    background: #e50914;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gpc-inner-article-sidebar-button:hover {
    background: #ffffff;
    color: #e50914;
    transform: translateY(-3px);
}


/* sidebar posts */

.gpc-inner-article-sidebar-posts {
    background: #ffffff;
    border-color: #eeeeee;
}

.gpc-inner-article-sidebar-posts h3 {
    color: #111111;
    font-size: 18px;
    margin-bottom: 15px;
}

.gpc-inner-article-sidebar-posts a {
    padding: 13px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-top: 1px solid #eeeeee;
    color: #444444;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.gpc-inner-article-sidebar-posts a:first-of-type {
    border-top: none;
}

.gpc-inner-article-sidebar-posts a span {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1f1;
    color: #e50914;
    font-size: 10px;
}

.gpc-inner-article-sidebar-posts a:hover {
    color: #e50914;
}


/* tablet */

@media (max-width: 991px) {

    .gpc-inner-article-section {
        padding: 70px 0;
    }

    .gpc-inner-article-layout {
        grid-template-columns: 1fr;
    }

    .gpc-inner-article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gpc-inner-article-header {
        padding: 38px 40px 30px;
    }

    .gpc-inner-article-header h1 {
        font-size: 34px;
    }

    .gpc-inner-article-featured-image {
        height: 400px;
    }

    .gpc-inner-article-body {
        padding: 40px;
    }

}


/* mobile */

@media (max-width: 767px) {

    .gpc-inner-article-section {
        padding: 55px 0;
    }

    .gpc-inner-article-layout {
        gap: 25px;
    }

    .gpc-inner-article-content {
        border-radius: 13px;
    }

    .gpc-inner-article-header {
        padding: 30px 23px 25px;
    }

    .gpc-inner-article-header h1 {
        font-size: 27px;
        line-height: 1.3;
    }

    .gpc-inner-article-meta {
        gap: 7px;
        font-size: 10px;
    }

    .gpc-inner-article-featured-image {
        height: 270px;
    }

    .gpc-inner-article-body {
        padding: 30px 23px 35px;
    }

    .gpc-inner-article-body p {
        font-size: 12px;
        line-height: 1.8;
    }

    .gpc-inner-article-body .gpc-inner-article-lead {
        font-size: 13px;
    }

    .gpc-inner-article-body h2 {
        margin-top: 32px;
        font-size: 22px;
    }

    .gpc-inner-article-body h3 {
        font-size: 17px;
    }

    .gpc-inner-article-related {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .gpc-inner-article-conclusion {
    padding: 20px;
    align-items: center;
}

    .gpc-inner-article-cta {
        padding: 20px;
        flex-wrap: wrap;
    }

    .gpc-inner-article-cta-content {
        min-width: calc(100% - 65px);
    }

    .gpc-inner-article-cta-button {
        width: 100%;
        justify-content: center;
    }

    .gpc-inner-article-sidebar {
        display: flex;
    }

}


/* small mobile */

@media (max-width: 480px) {

    .gpc-inner-article-section {
        padding: 45px 0;
    }

    .gpc-inner-article-header {
        padding: 25px 18px 22px;
    }

    .gpc-inner-article-header h1 {
        font-size: 23px;
    }

    .gpc-inner-article-featured-image {
        height: 220px;
    }

    .gpc-inner-article-body {
        padding: 25px 18px 30px;
    }

    .gpc-inner-article-body h2 {
        font-size: 20px;
    }

    .gpc-inner-article-body h3 {
        font-size: 16px;
    }

    .gpc-inner-article-body p {
        font-size: 11px;
    }

    .gpc-inner-article-body li {
        font-size: 11px;
    }

    .gpc-inner-article-sidebar-box {
        padding: 22px;
    }

}

/* gpc-inner-article-section-css-end */















/* gpc-modern-services-css-start */

.gpc-modern-services-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    overflow: hidden;
}


/* SECTION HEADER */

.gpc-modern-services-header {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

.gpc-modern-services-tag {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.gpc-modern-services-tag::before,
.gpc-modern-services-tag::after {
    content: "";
    width: 70px;
    height: 1px;
    background: rgba(229, 9, 20, 0.35);
    flex: 0 0 70px;
}

.gpc-modern-services-tag i {
    font-size: 14px;
}

.gpc-modern-services-header h2 {
    margin: 0 0 13px;
    color: #111111;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.gpc-modern-services-header h2 span {
    color: #e50914;
}

.gpc-modern-services-header p {
    max-width: 620px;
    margin: 0 auto;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}


/* SERVICES GRID */

.gpc-modern-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* SERVICE CARD */

.gpc-modern-service-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #ef1c26;
    border-radius: 18px;
    transition: transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
    box-shadow: 0px 0px 15px #ef1c2624;
}

.gpc-modern-service-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: -90px;
    right: -90px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.06);
    transition: all 0.5s ease;
    z-index: 1;
}

.gpc-modern-service-card::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    background: #e50914;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.gpc-modern-service-card:hover {
    transform: translateY(-9px);
    border-color: rgba(229, 9, 20, 0.3);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.09),
        0 8px 25px rgba(229, 9, 20, 0.07);
}

.gpc-modern-service-card:hover::before {
    width: 230px;
    height: 230px;
}

.gpc-modern-service-card:hover::after {
    transform: translateX(-50%) scaleX(1);
}


/* SERVICE IMAGE */

.gpc-modern-service-image {
    width: 100%;
    height: 205px;
    position: relative;
    overflow: hidden;
    background: #eeeeee;
    z-index: 2;
}

.gpc-modern-service-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.15)
    );
    pointer-events: none;
}

.gpc-modern-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform 0.6s ease,
        filter 0.6s ease;
}

.gpc-modern-service-card:hover .gpc-modern-service-image img {
    transform: scale(1.08);
    filter: brightness(0.92);
}


/* NUMBER */

.gpc-modern-service-number {
    position: absolute;
    top: 18px;
    right: 18px;
    min-width: 34px;
    height: 30px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(17, 17, 17, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(5px);
    z-index: 5;
    transition: all 0.3s ease;
}

.gpc-modern-service-card:hover .gpc-modern-service-number {
    color: #ffffff;
    background: #e50914;
    border-color: #e50914;
}


/* SERVICE CONTENT */

.gpc-modern-service-content {
    padding: 25px 25px 27px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}


/* TITLE */

.gpc-modern-service-card h3 {
    min-height: 45px;
    margin: 0 0 12px;
    color: #171717;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
    z-index: 2;
}


/* DESCRIPTION */

.gpc-modern-service-card p {
    margin: 0 0 23px;
    color: #747474;
    font-size: 11px;
    line-height: 1.75;
    min-height: 80px;
    position: relative;
    z-index: 2;
}


/* LEARN MORE BUTTON */

.gpc-modern-service-btn {
    min-height: 42px;
    padding: 0 17px;
    margin-top: auto;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #e50914;
    border-radius: 7px;
    background: transparent;
    color: #e50914;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.35s ease;
}

.gpc-modern-service-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #e50914;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: -1;
}

.gpc-modern-service-btn i {
    transition: transform 0.3s ease;
}

.gpc-modern-service-btn:hover {
    color: #ffffff;
    border-color: #e50914;
}

.gpc-modern-service-btn:hover::before {
    transform: translateX(0);
}

.gpc-modern-service-btn:hover i {
    transform: translateX(4px);
}


/* BOTTOM CTA */

.gpc-modern-services-cta {
    margin-top: 50px;
    padding: 22px 27px;
    display: flex;
    align-items: center;
    gap: 17px;
    background: #111111;
    border: 1px solid rgba(229, 9, 20, 0.3);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.gpc-modern-services-cta-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e50914;
    color: #ffffff;
    font-size: 22px;
}

.gpc-modern-services-cta-content {
    flex: 1;
}

.gpc-modern-services-cta-content span {
    display: block;
    margin-bottom: 4px;
    color: #e50914;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.gpc-modern-services-cta-content h3 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}

.gpc-modern-services-cta-btn {
    min-height: 45px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #e50914;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gpc-modern-services-cta-btn i {
    transition: transform 0.3s ease;
}

.gpc-modern-services-cta-btn:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(229, 9, 20, 0.2);
}

.gpc-modern-services-cta-btn:hover i {
    transform: translate(3px, -3px);
}


/* LARGE TABLET */

@media (max-width: 1199px) {

    .gpc-modern-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* TABLET */

@media (max-width: 991px) {

    .gpc-modern-services-section {
        padding: 75px 0;
    }

    .gpc-modern-services-header {
        margin-bottom: 40px;
    }

    .gpc-modern-services-header h2 {
        font-size: 34px;
    }

    .gpc-modern-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .gpc-modern-service-image {
        height: 200px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .gpc-modern-services-section {
        padding: 60px 0;
    }

    .gpc-modern-services-header {
        margin-bottom: 32px;
    }

    .gpc-modern-services-header h2 {
        font-size: 28px;
        letter-spacing: -0.5px;
    }

    .gpc-modern-services-header p {
        font-size: 12px;
    }

    .gpc-modern-services-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .gpc-modern-service-card {
        min-height: auto;
    }

    .gpc-modern-service-image {
        height: 220px;
    }

    .gpc-modern-service-content {
        padding: 27px 24px 27px;
    }

    .gpc-modern-service-card h3 {
        min-height: auto;
        font-size: 16px;
    }

    .gpc-modern-service-card p {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
    }

    .gpc-modern-services-cta {
        padding: 20px;
        flex-wrap: wrap;
    }

    .gpc-modern-services-cta-content {
        min-width: calc(100% - 70px);
    }

    .gpc-modern-services-cta-btn {
        width: 100%;
        margin-top: 5px;
    }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .gpc-modern-services-section {
        padding: 50px 0;
    }

    .gpc-modern-services-header h2 {
        font-size: 24px;
    }

    /* .gpc-modern-services-tag {
        font-size: 10px;
    } */

    .gpc-modern-service-card {
        border-radius: 14px;
    }

    .gpc-modern-service-image {
        height: 195px;
    }

    .gpc-modern-service-content {
        padding: 24px 20px 25px;
    }

    .gpc-modern-service-card h3 {
        font-size: 15px;
    }

    .gpc-modern-service-number {
        top: 14px;
        right: 14px;
    }

    .gpc-modern-services-cta {
        padding: 17px;
    }

    .gpc-modern-services-cta-content h3 {
        font-size: 16px;
    }

}


@media (max-width: 480px) {

    .gpc-modern-services-tag {
        gap: 9px;
        font-size: 10px;
    }

    .gpc-modern-services-tag::before,
    .gpc-modern-services-tag::after {
        width: 40px;
        flex: 0 0 40px;
    }

}

/* gpc-modern-services-css-end */













/* gpc-termite-inner-section-css-start */

.gpc-termite-inner-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
    overflow: hidden;
}


/* HEADER */

.gpc-termite-header {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.gpc-termite-tag {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #e50914;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.gpc-termite-tag::before,
.gpc-termite-tag::after {
    content: "";
    width: 70px;
    height: 1px;
    background: rgba(229, 9, 20, 0.35);
    flex: 0 0 70px;
}

.gpc-termite-tag i {
    font-size: 14px;
}

.gpc-termite-header h1 {
    margin: 0 0 13px;
    color: #111111;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.gpc-termite-header p {
    max-width: 650px;
    margin: 0 auto;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}


/* MAIN CONTENT BOX */

.gpc-termite-content-box {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 55px 65px;
    background: #ffffff;
    border: 1px solid #ef1c26;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}


/* CONTENT */

.gpc-termite-content-section {
    width: 100%;
    text-align: left;
}

.gpc-termite-content-section h2 {
    margin: 0 0 20px;
    color: #171717;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
    padding-left: 16px;
}

.gpc-termite-content-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: calc(100% - 10px);
    background: #e50914;
    border-radius: 5px;
}

.gpc-termite-content-section p {
    margin: 0 0 18px;
    color: #666666;
    font-size: 13px;
    line-height: 1.9;
}

.gpc-termite-content-section p:last-child {
    margin-bottom: 0;
}

.gpc-termite-content-section strong {
    color: #222222;
    font-weight: 700;
}

.gpc-termite-content-section a {
    color: #e50914;
    text-decoration: none;
}

.gpc-termite-content-section a:hover {
    text-decoration: underline;
}


/* DIVIDER */

.gpc-termite-divider {
    width: 100%;
    height: 1px;
    margin: 45px 0;
    background: #eeeeee;
    position: relative;
}

.gpc-termite-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 55px;
    height: 3px;
    transform: translateY(-50%);
    background: #e50914;
    border-radius: 5px;
}


/* SIGNS GRID */

.gpc-termite-signs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
    margin-top: 25px;
}

.gpc-termite-sign-item {
    min-height: 48px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555555;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.gpc-termite-sign-item i {
    flex-shrink: 0;
    color: #e50914;
    font-size: 14px;
}

.gpc-termite-sign-item:hover {
    color: #222222;
    border-color: rgba(229, 9, 20, 0.3);
    background: #fff7f7;
    transform: translateX(4px);
}


/* TREATMENT LIST */

.gpc-termite-treatment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.gpc-termite-treatment-item {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.gpc-termite-treatment-item i {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #e50914;
    font-size: 18px;
}

.gpc-termite-treatment-item h3 {
    margin: 0;
    color: #222222;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

.gpc-termite-treatment-item:hover {
    border-color: rgba(229, 9, 20, 0.3);
    background: #fffafa;
    transform: translateY(-3px);
}


/* CTA */

.gpc-termite-cta {
    margin-top: 50px;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    gap: 17px;
    background: #111111;
    border: 1px solid rgba(229, 9, 20, 0.35);
    border-radius: 15px;
}

.gpc-termite-cta-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e50914;
    color: #ffffff;
    font-size: 22px;
}

.gpc-termite-cta-content {
    flex: 1;
}

.gpc-termite-cta-content span {
    display: block;
    margin-bottom: 4px;
    color: #e50914;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.gpc-termite-cta-content h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.gpc-termite-cta-btn {
    min-height: 45px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #e50914;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gpc-termite-cta-btn i {
    transition: transform 0.3s ease;
}

.gpc-termite-cta-btn:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.gpc-termite-cta-btn:hover i {
    transform: translate(3px, -3px);
}


/* LARGE TABLET */

@media (max-width: 1199px) {

    .gpc-termite-content-box {
        max-width: 950px;
        padding: 50px;
    }

}


/* TABLET */

@media (max-width: 991px) {

    .gpc-termite-inner-section {
        padding: 75px 0;
    }

    .gpc-termite-header {
        margin-bottom: 40px;
    }

    .gpc-termite-header h1 {
        font-size: 36px;
    }

    .gpc-termite-content-box {
        padding: 40px;
    }

    .gpc-termite-content-section h2 {
        font-size: 24px;
    }

    .gpc-termite-signs-grid {
        grid-template-columns: 1fr 1fr;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .gpc-termite-inner-section {
        padding: 60px 0;
    }

    .gpc-termite-header {
        margin-bottom: 32px;
    }

    .gpc-termite-tag {
        gap: 9px;
        font-size: 10px;
    }

    .gpc-termite-tag::before,
    .gpc-termite-tag::after {
        width: 40px;
        flex: 0 0 40px;
    }

    .gpc-termite-header h1 {
        font-size: 29px;
    }

    .gpc-termite-header p {
        font-size: 12px;
    }

    .gpc-termite-content-box {
        padding: 30px 22px;
        border-radius: 15px;
    }

    .gpc-termite-content-section h2 {
        font-size: 21px;
        padding-left: 13px;
    }

    .gpc-termite-content-section p {
        font-size: 12px;
        line-height: 1.85;
    }

    .gpc-termite-divider {
        margin: 35px 0;
    }

    .gpc-termite-signs-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gpc-termite-treatment-list {
        grid-template-columns: 1fr;
    }

    .gpc-termite-cta {
        padding: 20px;
        flex-wrap: wrap;
    }

    .gpc-termite-cta-content {
        min-width: calc(100% - 70px);
    }

    .gpc-termite-cta-btn {
        width: 100%;
        margin-top: 5px;
    }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .gpc-termite-inner-section {
        padding: 50px 0;
    }

    .gpc-termite-header h1 {
        font-size: 25px;
    }

    .gpc-termite-content-box {
        padding: 25px 17px;
        border-radius: 13px;
    }

    .gpc-termite-content-section h2 {
        font-size: 19px;
    }

    .gpc-termite-content-section p {
        font-size: 11.5px;
    }

    .gpc-termite-sign-item {
        font-size: 11px;
        padding: 11px 12px;
    }

    .gpc-termite-treatment-item {
        padding: 14px;
    }

    .gpc-termite-treatment-item h3 {
        font-size: 12px;
    }

    .gpc-termite-cta {
        padding: 17px;
    }

    .gpc-termite-cta-content h3 {
        font-size: 16px;
    }

}

/* gpc-termite-inner-section-css-end */