/*** Spinner Start ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .8s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .8s ease-out, visibility 0s linear .0s;

    visibility: visible;

    opacity: 1;

}



/*** Spinner End ***/



.back-to-top {

    position: fixed;

    right: 30px;

    bottom: 30px;

    display: flex;

    width: 58px;

    height: 58px;

    align-items: center;

    justify-content: center;

    z-index: 99;

}



.btn {

    text-transform: uppercase;

    font-weight: 500;

    transition: .5s;

}



.btn.btn-primary {

    box-shadow: inset 0 0 0 0 var(--bs-dark);

}



.btn.btn-primary:hover {

    box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;

    color: var(--bs-primary) !important;

}



.btn.btn-dark {

    box-shadow: inset 0 0 0 0 var(--bs-primary);

}



.btn.btn-dark:hover {

    box-shadow: inset 200px 0 0 0 var(--bs-primary);

    color: var(--bs-dark) !important;

}







/*** Topbar Start ***/



.search-btn {

    position: relative;

    width: 100%;

    padding: 0 0 0 25px;

}



.search-btn .form-group {

    width: 100%;

}



.search-btn button {

    position: absolute;

    right: 25px;

}



@media (max-width: 992px) {

    .search-btn {

        display: none;

    }

}



@media (max-width: 768px) {

    .topbar {

        flex-direction: column;

    }



    .search-btn {

        display: none;

    }



    .topbar-info {

        flex-direction: column;



    }



    .topbar-info a {

        padding: 0 0 10px 0;

    }



    .topbar-icon {

        padding: 0 0 10px 0;

    }

}



@media (max-width: 576px) {

    .topbar-top {

        display: none;

    }

}



/*** Topbar End ***/



/*** Navbar Start ***/

.navbar .navbar-nav {

    padding: 15px 0;

}



.navbar .navbar-nav .nav-link {

    padding: 15px;

    color: var(--bs-white);

    font-weight: 500;

    font-size: 16px;

    outline: none;

    transition: .5s;

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

    color: var(--bs-primary);

    transition: .5s;

}



/* .navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 800;

    vertical-align: middle;

    margin-left: 8px;

} */



@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        visibility: hidden;

        top: 100%;

        transform: rotateX(-75deg);

        transform-origin: 0% 0%;

        transition: .5s;

        opacity: 0;

        left: -191px;

    }

}



.dropdown .dropdown-menu a:hover,

.dropdown .dropdown-menu a.active {

    background: var(--bs-dark);

    color: var(--bs-primary);

}



.navbar .nav-item:hover .dropdown-menu {

    transform: rotateX(0deg);

    visibility: visible;

    transition: .5s;

    opacity: 1;

}



.navbar-toggler {

    background: var(--bs-secondary);

    color: var(--bs-light) !important;

    padding: 5px 12px;

    border: 2px solid var(--bs-primary) !important;

}



/*** Navbar End ***/







/*** Carousel Start ***/



.carousel-item {

    position: relative;

}



.carousel-item::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    right: 0;

    background: rgba(0, 0, 0, .7);

}



.carousel-caption {

    height: 100%;

    display: flex;

    align-items: center;

    text-align: center;

    z-index: 1;

}



.carousel-control-prev {

    width: 80px;

    height: 60px;

    position: absolute;

    top: 50%;

    left: 0;

    background: var(--bs-primary);

    border-radius: 0 30px 30px 0;

    transition: .5s;

    opacity: 1;

}





.carousel-control-next {

    width: 80px;

    height: 60px;

    position: absolute;

    top: 50%;

    right: 0;

    background: var(--bs-primary);

    border-radius: 30px 0 0 30px;

    transition: .5s;

    opacity: 1;

}



#carouselId .carousel-indicators li,

#carouselId .carousel-indicators li {

    width: 24px;

    height: 24px;

    background: var(--bs-dark);

    border: 2px solid var(--bs-primary);

    border-radius: 24px;

    margin: 0 10px 30px 10px;

}



#carouselId .carousel-indicators li.active {

    background: var(--bs-primary) !important;

}



@media (max-width: 768px) {

    .carousel-item {

        width: 100%;

        height: 400px;

    }



    .carousel-item img {

        height: 400px;

    }



    .carousel-control-prev,

    .carousel-control-next {

        display: none;

    }



}



.page-header {

    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/tanki-safai-image/iner.webp) center center no-repeat;

    background-size: cover;



}



.serv-crd img {

    height: 250px;

}



/*** Carousel End ***/





/*** About Start ***/



.about-img {

    width: 100%;

    height: 100%;

    position: relative;

    padding: 30px 30px 30px 30px;

    overflow: hidden;

}



.about-img::before {

    content: "";

    width: 100%;

    height: 40%;

    background: var(--bs-dark);

    position: absolute;

    top: 0px;

    left: 0px;

    z-index: 1;

    border-radius: 10px 10px 10px 10px;

}





.about-img::after {

    content: "";

    width: 100%;

    height: 60%;

    background: var(--bs-primary);

    position: absolute;

    bottom: 0px;

    left: 0px;

    z-index: 1;

    border-radius: 10px 10px 10px 10px;

}



.rotate-left {

    width: 150px;

    height: 100px;

    position: absolute;

    top: 28%;

    left: -10%;

    rotate: 25deg;

    z-index: 2;

}



.rotate-right {

    width: 150px;

    height: 100px;

    position: absolute;

    top: 28%;

    right: -10%;

    rotate: -25deg;

    z-index: 2;

}



.about-img img {

    position: relative;

    z-index: 2;

    border-radius: 10px;

}



.experiences {

    width: 160px;

    height: 200px;

    position: absolute;

    top: -0;

    right: 0;

    padding: 35px 35px;

    text-align: center;

    border-radius: 10px;

    z-index: 3;

    animation: mymove 5s infinite;

    animation-timing-function: ease-in-out;

}



@keyframes mymove {

    from {

        top: -202px;

    }



    to {

        top: 102%;

    }

}



/*** About End ***/





/*** Services Start ***/

.services-inner-icon {

    width: 130px;

    height: 130px;

    background: var(--bs-dark);

    display: flex;

    align-items: center;

    justify-content: center;

    transition: .5s;

    position: relative;



}



.services-inner-icon::after {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-radius: 62px;

    top: 50%;

    left: 50%;

    transition: .5s;

}



.services-item:hover .services-inner-icon::after {

    width: 100%;

    height: 100%;

    margin-top: -50%;

    margin-left: -50%;

    background: var(--bs-primary);

    color: var(--bs-dark);



}



.services-item i {

    text-align: center;

    transition: .5s;

}



.services-item:hover i {

    color: var(--bs-dark) !important;

    z-index: 1;

    rotate: 360deg;

}



.services-btn {

    display: flex;

    align-items: center;

    justify-content: center;

}



/*** Services Start ***/



/*** Project Start ***/

.project-item {

    width: 100%;

    height: 100%;

    position: relative;

    padding: 30px 30px 30px 30px;

    overflow: hidden;

}



.project-item::before {

    content: "";

    width: 100%;

    height: 40%;

    background: var(--bs-dark);

    position: absolute;

    top: 0px;

    left: 0px;

    z-index: 1;

    border-radius: 10px 10px 10px 10px;

}





.project-item::after {

    content: "";

    width: 100%;

    height: 60%;

    background: var(--bs-primary);

    position: absolute;

    bottom: 0px;

    left: 0px;

    z-index: 1;

    border-radius: 10px 10px 10px 10px;

}



.project-left {

    width: 180px;

    height: 70px;

    position: absolute;

    top: 22%;

    left: -18%;

    rotate: 30deg;

    z-index: 2;

}



.project-right {

    width: 180px;

    height: 70px;

    position: absolute;

    top: 22%;

    right: -18%;

    rotate: -30deg;

    z-index: 2;

}



.project-item img {

    position: relative;

    width: 100%;

    height: 100%;

    z-index: 2;

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.project-item a {

    position: absolute;

    padding: 25px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) scale(0) rotate(-360deg);

    border-radius: 10px;

    z-index: 3;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: .5s;

    opacity: 0;

}



.project-item:hover a {

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) scale(1) rotate(0deg);

    background: var(--bs-primary);

    color: var(--bs-dark) !important;

    opacity: 1;



}





/*** prohect Start ***/





/*** Blog Start ***/



.blog-carousel {

    width: 100%;

    height: 100%;

    position: relative;

}





.blog-carousel .owl-nav .owl-prev {

    position: absolute;

    width: 80px;

    height: 50px;

    background: var(--bs-primary);

    top: -51px;

    left: 0;

    border: 0;

    border-radius: 10px 30px 30px 10px;

}



.blog-carousel .owl-nav .owl-prev {

    box-shadow: inset 0 0 0 0 var(--bs-dark);

    transition: .5s;

}



.blog-carousel .owl-nav .owl-prev:hover {

    box-shadow: inset 200px 0 0 0 var(--bs-dark);

    color: var(--bs-primary) !important;

}



.blog-carousel .owl-prev,

.blog-carousel .owl-next {

    color: var(--bs-dark);

    display: flex;

    align-items: center;

    justify-content: center;

}



.blog-carousel .owl-nav .owl-next {

    position: absolute;

    width: 80px;

    height: 50px;

    background: var(--bs-primary);

    top: -51px;

    right: 0;

    border-radius: 30px 10px 10px 30px;

}



.blog-carousel .owl-nav .owl-next {

    box-shadow: inset 0 0 0 0 #000000;

    transition: .5s;

}



.blog-carousel .owl-nav .owl-next:hover {

    box-shadow: inset 200px 0 0 0 #000000;

    color: var(--bs-primary) !important;

}



/*** Blog End ***/





/*** Pricing Start ***/

.pricing-item {

    transition: .5s;



}



.pricing-item:hover {

    box-shadow: 0 0 30px rgba(0, 0, 0, .5);

    margin: -20px 0 20px 0;

}



.pricing-label {

    border-bottom: 20px solid var(--bs-light);

    border-radius: 0 0 300px 300px;

    transition: .5s;

}



.pricing-item:hover .pricing-label {

    border-color: rgba(0, 0, 0, .5);

}



.pricing-item:hover .pricing-label.pricing-featured {

    border-color: rgba(255, 255, 255, .5);

}





/*** Pricing End ***/





/*** Call To Action start ***/



.call-to-action {

    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/tanki-safai-image/mosquito-management.webp) center center no-repeat;

    background-size: cover;

}



/*** Call To Action End ***/





/*** Team Start ***/

.team-item {

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

}



.team-item .team-icon {

    position: absolute;

    top: 15px;

    right: -80px;

    rotate: -30deg;

    transition: .5s;

    visibility: hidden;

}



.team-item:hover .team-icon {

    visibility: visible;

    margin-right: 95px;

    rotate: 0deg;

}



.team-item .team-icon .btn {

    padding: 0;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 35px;

}



.team-item .team-content {

    box-shadow: inset 0 0 0 0 var(--bs-dark);

    transition: 1s;



}



.team-item:hover .team-content {

    box-shadow: inset 550px 0 0 0 var(--bs-dark);

    color: var(--bs-primary) !important;

}



/*** Team End ***/



/*** testimonial Start ***/

.testimonial-content {

    position: relative;

    width: 100%;

    height: 100%;

    background: var(--bs-light);

    z-index: 1;

}



.testimonial-content::before {

    content: "";

    width: 50px;

    height: 50px;

    position: absolute;

    left: 50px;

    bottom: -15px;

    rotate: 45deg;

    z-index: -5;

    background: var(--bs-light);

}



.testimonial-carousel {

    position: relative;

    padding-left: 60px;

    padding-right: 60px;

}



.testimonial-carousel .owl-nav .owl-prev,

.testimonial-carousel .owl-nav .owl-next {

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    width: 60px;

    height: 40px;

    background: var(--bs-primary);

    color: var(--bs-dark);

    font-size: 22px;

    top: 14%;

    left: 0px;

    border-radius: 30px 0 0 30px;

    box-shadow: inset 0 0 0 0 var(--bs-dark);

    transition: .5s;

}



.testimonial-carousel .owl-nav .owl-prev:hover {

    box-shadow: inset 200px 0 0 0 var(--bs-dark);

    color: var(--bs-primary) !important;

}



.testimonial-carousel .owl-nav .owl-next {

    left: auto;

    right: 0px;

    border-radius: 0 30px 30px 0;

}



.testimonial-carousel .owl-nav .owl-next:hover {

    box-shadow: inset 200px 0 0 0 var(--bs-dark);

    color: var(--bs-primary) !important;

}



.testimonial-carousel .owl-dots {

    margin-top: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.testimonial-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: var(--bs-secondary);

    border-radius: 15px;

    transition: .5s;

}



.testimonial-carousel .owl-dot.active {

    width: 30px;

    background: var(--bs-primary);

}



/*** testimonial End ***/





/*** Contact Start ***/

.contact-link a i,

.contact-link a h5,

.contact-link a.h5 {

    transition: .5s;

}



.contact-link a i:hover,

.contact-link a h5:hover,

.contact-link a.h5:hover {

    color: var(--bs-primary) !important;

}



/*** Contact End ***/





/*** Footer Start ***/

.footer {

    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/tanki-safai-image/bedbugs-control.webp) center center no-repeat;

    background-size: cover;

    color: rgba(255, 255, 255, .7);



}



.footer-item,

.footer-item a {

    color: rgba(255, 255, 255, .7);

    text-transform: capitalize;

}



/*** Footer End ***/





/*** Copywright Start ***/



.copyright .copyright-btn {

    display: flex;

    align-items: center;

    justify-content: center;

}



.copyright .copyright-icon {

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

}



/*** Copywright End ***/





/* my css */

.home-image {

    width: 100%;

    height: 500px;

    margin-top: 50px;

}



.home-image img {

    width: 100%;

    height: 100%;

}



.servive-div img {

    width: 100%;

    height: 200px;

}



.servive-div {

    width: 100%;

    height: 300px;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

    /* display: flex;

    flex-direction: column;

    text-align: center;align-items: center;

    justify-content: center; */

    margin-top: 30px;

    padding: 13px;

    text-align: center;

}



.servive-div h4 {

    font-size: 17px;

    text-align: center;

    padding-top: 16px;

}



.servive-div a {

    text-align: center;

    color: black;

}









.cards-container {

    display: grid;

    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

    gap: 20px;

    padding: 20px;

}



.card {

    border: 1px solid #ddd;

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

    margin-top: 30px;

    /* height: 300px; */

}



.card img {

    height: 250px;

}



.card:hover {

    transform: translateY(-5px);

}



.card-img {

    width: 100%;

    height: 200px;

    object-fit: cover;

}



.card-content {

    padding: 15px;

    text-align: center;

}



.card-title {

    margin: 0 0 10px 0;

    font-size: 1.2rem;

}



.card-description {

    margin: 0;

    color: #666;

}



.type-div {

    width: 100%;

    height: 600px;

}



.type-div img {

    width: 100%;

    height: 100%;

}



.serve-image {

    width: 100%;

    height: 440px;



}



.serve-image img {

    width: 100%;

    height: 100%;

}



.feature-div {

    width: 100%;

    height: 211px;

    border: solid #fdf001 3px;

    position: relative;

    display: flex;

    flex-direction: column;

    text-align: center;

    align-items: center;

    justify-content: center;

    margin-top: 50px;

    padding: 17px;

}



.icn-div i {

    font-size: 33px;

    color: #fdf001;

}



.icn-div {

    background-color: black;

    position: absolute;

    width: 70px;

    height: 70px;

    border-radius: 50%;



    left: 50%;

    top: -29px;

    transform: translateX(-50%);

    display: flex;

    flex-direction: column;

    text-align: center;

    align-items: center;

    justify-content: center;

}



:root {

    --primary-color: #2a7f62;

    --secondary-color: #f8f9fa;

    --accent-color: #ffc107;

}



.why-choose-section {

    background-color: var(--secondary-color);

    padding: 80px 0;

    position: relative;

    overflow: hidden;

}



.section-title {

    color: var(--primary-color);

    font-weight: 700;

    margin-bottom: 20px;

    position: relative;

    display: inline-block;

}



.section-title:after {

    content: '';

    position: absolute;

    width: 50%;

    height: 3px;

    background: var(--accent-color);

    bottom: -10px;

    left: 0;

}



.section-subtitle {

    color: #555;

    margin-bottom: 50px;

    font-size: 1.1rem;

}



.feature-card {

    background: white;

    border-radius: 10px;

    padding: 30px;

    margin-bottom: 30px;

    height: 87%;

    transition: all 0.3s ease;

    border: none;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

    border-top: 4px solid #000000;

}



.feature-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

}



.feature-icon {

    font-size: 30px;

    color: #fdf001;

    margin-bottom: 20px;

    background: black;

    border-radius: 50%;

    width: 60px;

    height: 60px;

    display: flex;

    flex-direction: column;

    text-align: center;

    justify-content: center;

    align-items: center;

}



.feature-title {

    color: #000000;

    font-weight: 600;

    margin-bottom: 15px;

}



.clients-section {

    background-color: white;

    padding: 40px;

    border-radius: 10px;

    margin-top: 50px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

}



.client-logo {

    height: 60px;

    margin: 15px;

    filter: grayscale(100%);

    transition: all 0.3s ease;

}



.client-logo:hover {

    filter: grayscale(0%);

}





.logo-scroller {

    position: relative;

    display: block;

    width: 100%;

    /* Will fit parent container at 100% */

    margin: 0 auto;

}



.logo-scroller-content {

    padding: 80px 0;

}



.logo-scroller-items {

    margin: -58px 0;

    overflow: hidden;

    cursor: default;

}



.logo-scroller-row {

    display: flex;

    position: relative;

    white-space: nowrap;

    justify-content: space-around;

    /* Ensures logos have space around them */

    gap: 40px;

    /* Adds consistent space between logos */

}



.logo-scroller-item {

    position: relative;

    flex: 1 1 auto;

    /* Flexible sizing */

    min-width: 150px;

    /* Prevent logos from getting too small */

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

}



.logo-scroller-item span {

    position: relative;

    display: inline-block;

    z-index: 1;

}



/* Default logo size */

.logo-scroller-item span img {

    max-width: 100%;

    /* Ensure the logo doesn't overflow horizontally */

    max-height: 100px;

    /* Set consistent max height for logos */

    object-fit: contain;

    /* Ensure logos maintain aspect ratio */

    display: block;

    /* Remove inline spacing issues */

}



/* For larger screens (desktop) */

@media (min-width: 1024px) {

    .logo-scroller-item span img {

        max-height: 150px;

        /* Larger height for big screens */

    }

}



/* For smaller screens (tablets) */

@media (max-width: 768px) {

    .logo-scroller-item {

        min-width: 100px;

        /* Adjust minimum width for smaller screens */

    }



    .logo-scroller-item span img {

        max-height: 80px;

        /* Smaller height for tablets */

    }

}



/* For very small screens (phones) */

@media (max-width: 480px) {

    .logo-scroller-item {

        min-width: 80px;

        /* Adjust minimum width for mobile phones */

    }



    .logo-scroller-item span img {

        max-height: 60px;

        /* Even smaller size for mobile phones */

    }

}



.hd {

    gap: 24px;

}



.about-image {

    width: 100%;

    height: 480px;

}



.about-image img {

    width: 100%;

    height: 100%;

}



.mv-div {

    width: 100%;

    height: 338px;

    border: solid #fdf001 11px;

    background-color: black;

    color: white;

    padding: 20px;

    border-radius: 46px;



}



.mv-div i {

    font-size: 40px;

    color: yellow;

    display: flex;

    text-align: center;

    align-items: center;

    justify-content: center;

    padding-bottom: 20px;

}



.diractor-div {

    width: 100%;

    height: 250px;



}



.diractor-div img {

    width: 100%;

    height: 100%;

}



.features-section {

    background-color: #f2fdf6;

    padding: 60px 20px;

    border-radius: 20px;

}



.features-section h2 {

    font-size: 2.5rem;

    font-weight: bold;

    color: #2e7d32;

}



.features-section p.lead {

    color: #4e4e4e;

}



.feature-item {

    background: white;

    border-radius: 12px;

    padding: 20px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

    transition: transform 0.3s ease;

    display: flex;

    flex-direction: column;

    text-align: center;

    align-items: center;

    justify-content: center;

}



.feature-item:hover {

    transform: translateY(-5px);

}



.feature-icon {

    font-size: 2rem;

    color: #fdf001;

}



.table-container {

    width: 100%;

    margin: auto;

    background-color: white;

    border-radius: 8px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    padding: 20px;

}



h2 {



    color: #333;

}



table {

    width: 100%;

    border-collapse: collapse;

    margin-top: 20px;

}



th,

td {

    padding: 15px;

    text-align: left;

    border-bottom: 1px solid #fdf001;

}



th {

    background-color: black;

    color: white;

}



tr:hover {

    background-color: #f1f1f1;

}



.highlight {

    font-weight: bold;

    color: white;

}



.value {

    color: #555;

}



.main .container {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-gap: 1rem;

    justify-content: center;

    align-items: center;

}



.main .card {

    background: #fff;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

    color: #333;

    border-radius: 2px;

}



.main .card-image {

    background: #fff;

    display: block;

    padding-top: 70%;

    position: relative;

    width: 100%;

}



.main .card-image img {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



@media only screen and (max-width: 600px) {

    .main .container {

        display: grid;

        grid-template-columns: 1fr;

        grid-gap: 1rem;

    }

}



.bg-sec {

    background-color: whitesmoke;

}



.b-image {

    width: 100%;

    height: 600px !important;

}



@media (max-width: 768px) {

    .home-image {

        width: 100%;

        height: 263px !important;

        margin-top: 10px !important;

    }



    .navbar a img {

        width: 248px !important;

    }



    .servive-div h4 {

        font-size: 14px !important;

    }



    .card-title {

        margin: 0 0 10px 0;

        font-size: 13px !important;

    }



    .card-img {

        width: 100%;

        height: 121px !important;

        object-fit: cover;

    }



    .icn-div {

        background-color: black;

        position: absolute;

        width: 50px !important;

        height: 50px !important;

    }



    .icn-div i {

        font-size: 19px !important;

        color: #fdf001;

    }



    .feature-div h3 {

        padding-top: 20px !important;

        font-size: 17px !important;

    }



    .feature-div p {

        font-size: 13px !important;

    }



    .feature-div {

        width: 100%;

        height: 170px !important;

    }



    .serve-image {

        width: 100%;

        height: 277px !important;

    }



    .feature-title {

        color: #000000;

        font-weight: 600;

        margin-bottom: 15px;

        font-size: 15px !important;

    }



    .feature-card p {

        font-size: 12px !important;

    }



    .feature-card {

        background: white;

        border-radius: 10px;

        padding: 25px !important;

        margin-bottom: 30px;

        height: 84% !important;

        transition: all 0.3s ease;

        border: none;

        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

        border-top: 4px solid #000000;

    }



    .feature-icon {

        font-size: 21px !important;

        color: #fdf001;

    }



    .feature-icon {

        font-size: 30px;

        color: #fdf001;

        margin-bottom: 20px;

        background: black;

        border-radius: 50%;

        width: 45px !important;

        height: 45px !important;

    }



    h2 {

        font-size: 22px;

    }



    p {

        font-size: 13px;

    }



    li {

        font-size: 13px;

    }



    .about-image {

        width: 100%;

        height: 224px !important;

    }



    .mv-div {

        width: 100%;

        height: 321px !important;

        border: solid #fdf001 11px;

        background-color: black;

        color: white;

        padding: 18px;

        border-radius: 46px;

        margin-bottom: 20px !important;

    }



    .mv-div i {

        font-size: 32px !important;

    }



    .diractor-div img {



        object-fit: contain !important;

    }



    .feature-item {

        height: 142px !important;

        width: 100%;

        background: white;

        border-radius: 12px;

        padding: 20px;

        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

        transition: transform 0.3s ease;

    }



    .feature-item h5 {

        font-size: 14px !important;

    }



    .feature-icon {



        width: 36px !important;

        height: 36px !important;

    }



    .b-txt {

        font-size: 24px !important;

    }

}





.b-txt {

    font-size: 47px;

}



.f-head {

    display: flex;

    justify-content: center;

}



.f-logo {

    font-size: 33px !important;

}





.key-baner-image {

    width: 100%;

    height: 360px;

    border: solid yellow 2px;

}



.key-baner-image img {

    width: 100%;

    height: 100%;

}



.about-firm {

    width: 100%;

    height: 340px;

    border: solid yellow 2px;

    margin-bottom: 20px;

    padding: 12px;

}





.key-service {

    width: 100%;

    height: 450px;

    border: solid yellow 2px;

    margin-bottom: 20px;

    padding: 15px;

}



.key-service ul li {

    list-style: none;



}



.key-contact ul li {

    list-style: none;



}



.key-service ul li a {

    color: black;

}



.key-service ul {

    padding-left: 0px;

}



.key-contact ul {

    padding-left: 0px;

}



.key-contact {

    width: 100%;

    height: 200px;

    border: solid yellow 2px;

    margin-bottom: 20px;

    padding: 20px;

}



.key-contact i {

    padding-right: 20px;

    font-size: 20px;

}





.key-card {

    width: 100%;

    height: 300px;

    border: solid yellow 2px;

    margin-bottom: 20px;

}



.key-card img {

    width: 100%;

    height: 220px;

}



.key-card .contant {

    width: 100%;

    height: 80px;

    display: flex;

    flex-direction: column;

    text-align: center;

    align-items: center;

    justify-content: center;

    background-color: yellow;

}



.area-cover {

    width: 100%;

    height: 90px;

    padding: 10px;

    border: solid yellow 5px;

    margin-bottom: 20px;

    border-radius: 20px;

    display: flex;

    flex-direction: column;

    text-align: center;

    align-items: center;

    justify-content: center;

    background-color: black;

    color: white;

    transition: transform 0.3s ease;

}





.area-cover h5 {

    color: white;

}



.area-cover:hover {

    transform: scale(1.1);

}



.key-why-div {

    width: 100%;

    height: 350px;

}



.key-why-div img {

    width: 100%;

    height: 380px;

}



.fs {

    font-size: 33px;

}









.service-table {

    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

    margin: 30px auto;

    border: none;

}



.service-table thead th {

    background-color: #fdf001;

    color: black;

    font-weight: 600;

    text-align: center;

    padding: 15px;

    font-size: 1.1rem;

}



.service-table tbody tr:nth-child(even) {

    background-color: #f8f9fa;

}



.service-table tbody tr:hover {

    background-color: #e9f7ef;

    transition: all 0.3s ease;

}



.service-table td {

    padding: 15px;

    vertical-align: middle;

}



.feature-title {

    font-weight: 600;

    color: #2c3e50;

}



.feature-detail {

    color: #555;

}



.highlight-cell {

    background-color: #e3f2fd !important;

}



.icon-col {

    width: 60px;

    text-align: center;

}



.service-icon {

    font-size: 1.5rem;

    color: #3498db;

}







.ptb-20 {

    padding-top: 10px;

    padding-bottom: 30px;

}





.brochures-prgs {

    cursor: pointer;

    border-top: 4px solid #fdf001;

    ;

    border-left: 3px solid #fdf001;

    ;

    padding: 11px;

    color: #373333;

    border-radius: 9px;

    background: #d3d3d336;

    font-size: 16px;

    margin-bottom: 15px;

    position: relative;

}



.disp {

    display: none;

    padding: 20px;

}





.rotate {

    transform: rotate(180deg);

}



.brochures-prgs .fa {

    font-size: 18px;

    right: 0;

    position: absolute;

    padding: 10px;

    border-radius: 6px;

    margin-top: -7px;

    margin-right: 6px;

    background: #fdf001;

    color: #fff;

}



.trin-trin {

    animation-name: trin;

    animation-duration: 1.8s;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



@keyframes trin {

    from {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    20%,

    32%,

    44%,

    56%,

    68% {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    23%,

    35%,

    47%,

    59%,

    71% {

        transform: rotate3d(0, 0, 1, 12deg);

    }



    26%,

    38%,

    50%,

    62%,

    74% {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    29%,

    41%,

    53%,

    65%,

    77% {

        transform: rotate3d(0, 0, 1, -12deg);

    }



    80% {

        transform: rotate3d(0, 0, 1, 0deg);

    }

}









/* -funnels-Css--- */

/*mobile footer css starts*/



.navbar-footer a {

    float: left;

    display: none;

    width: 25%;

    color: #fff;

    text-align: center;

    padding: 25px 22px 38px 20px;

    text-decoration: none;

    font-size: 21px;

    /* margin-right: 22px;

    margin-left: 21px; */

}



.navbar-footer a:hover {

    background: #F1F1F1;

    color: black;

}



.w_app>i {

    color: #fff;

}



.w_app {

    background-color: #28A745;

}



.e_mail>i {

    color: #fff;

}



.e_mail {

    background-color: #DC3545;

}



.ems_call>i {

    color: #fff;

}



.ems_call {

    background-color: #007BFF;

}



.ems_enquiry>i {

    color: #fff;

}



.ems_enquiry {

    background-color: #FFC107;

}



.upside {

    display: none;

}



.mobile-hidden i {

    color: white;

}



@media screen and (min-width :315px) and (max-width :768px) {

    .upside {

        display: block;

    }



    .funnal-mobile {

        display: none !important;

    }



    .mobile-footer {

        display: block !important;

    }



    .social-mobile li a .fa {

        display: none;

    }



    .navbar-footer {

        overflow: scroll;

        z-index: 9999999 !important;

        background-color: #ccc;

        position: fixed;

        bottom: -16px;

        width: 100%;

    }



    .navbar-footer a:hover {

        background: #f1f1f1;

        color: black;

    }



    .main {

        padding: 0px;

        margin-bottom: 54px;

    }



    .navbar-footer {

        display: block !important;

    }



}



.mobile-hidden a {

    font-size: 16px;

}



/* mobile footer css end*/

@media only screen and (max-width:768px) {





    .mobile-hidden {

        display: none !important;

    }



    .tab {

        margin: 4px 4px !important;

    }



    .brochures-prgs .fa-plus {

        margin-right: 30px !important;

    }

}



/* Funnel css start */

.btn-success {

    color: #fff !important;

    background-color: #5cb85c;

    border-color: #4cae4c;

    padding: 15px 30px;

}



.btn-success:hover {

    color: #fff;

    background-color: #449d44;

    border-color: #398439

}



.btn-danger {

    color: #fff !important;

    background-color: #d9534f;

    border-color: #d43f3a;

    padding: 15px 30px;

}



.btn-danger:hover {

    color: #fff;

    background-color: #c9302c;

    border-color: #ac2925

}



.btn-warning {

    color: #fff !important;

    background-color: #f0ad4e;

    border-color: #eea236;

    padding: 15px 30px;

}



.btn-warning:hover {

    color: #fff;

    background-color: #ec971f;

    border-color: #d58512

}



/* .btn-primary {

      color: #fff!important;

      background-color: #0084bd;

      border-color: #0d668d;

      padding: 15px 30px;

    }

    .btn-primary:hover {

      color: #fff;

      background-color: #0d668d;

      border-color: #204d74

    } */

.pb-20 {

    padding-top: 10px;

    padding-bottom: 30px;

}





/* -funnels-Css-Ends--- */













/*Custom PopUp Css*/

button.custom_popup-open-btn {

    padding: 15px 30px;

    font-size: 16px;

    cursor: pointer;

    background-color: #4CAF50;

    color: white;

    border: none;

    border-radius: 5px;

}



button.custom_popup-open-btn:hover {

    background-color: #45a049;

}



/* Popup container (hidden by default) */

.custom_popup {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.8);

    /* semi-transparent background */

    justify-content: center;

    align-items: center;

    opacity: 0;

    z-index: 999;

}



/* Popup content */

.custom_popup-content {

    background-color: white;

    padding: 30px;

    border-radius: 10px;

    width: 500px;

    text-align: center;

    transition: opacity 0.3s ease;

}



/* Close button */

.custom_popup-close-btn {

    position: absolute;

    top: 10px;

    right: 15px;

    font-size: 30px;

    color: #aaa;

    cursor: pointer;

}



.sub-btn-popup {

    padding: 8px 30px;

    font-size: 16px;

    cursor: pointer;

    background-color: #4CAF50;

    color: white;

    border: none;

    border-radius: 5px;

    float: right;

}



.custom_popup-close-btn:hover {

    color: #333;

}



/* Add some basic transitions for smooth opening/closing */

.custom_popup,

.custom_popup-content {

    transition: opacity 0.3s ease;

}



.custom_popup_input {

    width: 100%;

    padding: 10px 0 10px 10px;

}



#popup_number_error {

    color: red;

}



/*Custom PopUp Css*/

button.custom_popup-open-btn {

    padding: 15px 30px;

    font-size: 16px;

    cursor: pointer;

    background-color: #4CAF50;

    color: white;

    border: none;

    border-radius: 5px;

}



button.custom_popup-open-btn:hover {

    background-color: #45a049;

}



/* Popup container (hidden by default) */

.custom_popup {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.8);

    /* semi-transparent background */

    justify-content: center;

    align-items: center;

    opacity: 0;

    z-index: 999;

}



/* Popup content */

.custom_popup-content {

    background-color: white;

    padding: 30px;

    border-radius: 10px;

    width: 500px;

    text-align: center;

    transition: opacity 0.3s ease;

}



/* Close button */

.custom_popup-close-btn {

    position: absolute;

    top: 10px;

    right: 15px;

    font-size: 30px;

    color: #aaa;

    cursor: pointer;

}



.sub-btn-popup {

    padding: 8px 30px;

    font-size: 16px;

    cursor: pointer;

    background-color: #4CAF50;

    color: white;

    border: none;

    border-radius: 5px;

    float: right;

}



.custom_popup-close-btn:hover {

    color: #333;

}



/* Add some basic transitions for smooth opening/closing */

.custom_popup,

.custom_popup-content {

    transition: opacity 0.3s ease;

}



.custom_popup_input {

    width: 100%;

    padding: 10px 0 10px 10px;

}



/*End Custom Popup Css*/

/*mobile footer css starts*/

.navbar-footer a {

    float: left;

    display: none;

    width: 25%;

    color: #fff;

    text-align: center;

    padding: 25px 22px 38px 20px;

    text-decoration: none;

    font-size: 21px;

    /* margin-right: 22px;

  margin-left: 21px; */

}



.navbar-footer a:hover {

    background: #F1F1F1;

    color: black;

}



.w_app>i {

    color: #fff;

}



.w_app {

    background-color: #28A745;

}



.e_mail>i {

    color: #fff;

}



.e_mail {

    background-color: #DC3545;

}



.ems_call>i {

    color: #fff;

}



.ems_call {

    background-color: #007BFF;

}



.ems_enquiry>i {

    color: #fff;

}



.ems_enquiry {

    background-color: #FFC107;

}



.upside {

    display: none;

}



.mobile-hidden i {

    color: white;

}



@media screen and (min-width :315px) and (max-width :768px) {

    .upside {

        display: block;

    }



    .funnal-mobile {

        display: none !important;

    }



    .mobile-footer {

        display: block !important;

    }



    .social-mobile li a .fa {

        display: none;

    }



    .navbar-footer {

        overflow: scroll;

        z-index: 9999999 !important;

        background-color: #ccc;

        position: fixed;

        bottom: -16px;

        width: 100%;

    }



    .navbar-footer a:hover {

        background: #f1f1f1;

        color: black;

    }



    .main {

        padding: 0px;

        margin-bottom: 54px;

    }



    .navbar-footer {

        display: block !important;

    }

}



.mobile-hidden a {

    font-size: 16px;

}



/* mobile footer css end*/

@media only screen and (max-width:768px) {





    .mobile-hidden {

        display: none !important;

    }



    .tab {

        margin: 4px 4px !important;

    }



    .brochures-prgs .fa-plus {

        margin-right: 30px !important;

    }

}



/* Funnel css start */

.btn-success {

    color: #fff !important;

    background-color: #5cb85c;

    border-color: #4cae4c;

    padding: 15px 30px;

}



.btn-success:hover {

    color: #fff;

    background-color: #449d44;

    border-color: #398439

}



.btn-danger {

    color: #fff !important;

    background-color: #d9534f;

    border-color: #d43f3a;

    padding: 15px 30px;

}



.btn-danger:hover {

    color: #fff;

    background-color: #c9302c;

    border-color: #ac2925

}



.btn-warning {

    color: #fff !important;

    background-color: #f0ad4e;

    border-color: #eea236;

    padding: 15px 30px;

}



.btn-warning:hover {

    color: #fff;

    background-color: #ec971f;

    border-color: #d58512

}



.btn-primary {

    color: #fff !important;

    background-color: #0084bd;

    border-color: #0d668d;

    padding: 15px 30px;







}



.btn-primary:hover {

    color: #fff;

    background-color: #0d668d;

    border-color: #204d74

}



.pb-20 {

    padding-top: 10px;

    padding-bottom: 30px;

}



.funnel_d {

    color: #fff;

}





.btn-primary2 {

    color: #111111 !important;

    background-color: #fde20a;

    border-color: #fde20a;

    padding: 10px 10px;

}



/*End Custom Popup Css*/



.service-process-section {

    padding: 3rem 0;

    background-color: #343a40;

}



.service-container {

    width: 90%;

    max-width: 1200px;

    margin: 0 auto;

}



.process-heading {

    font-size: 2rem;

    margin-bottom: 1rem;

}



.process-intro,

.process-outro {

    margin-bottom: 2rem;

}



.process-steps-wrapper {

    margin: 2rem 0;

}



.process-card-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 1.5rem;

}



.step-card {

    background: #495057;

    border-radius: 8px;

    padding: 1.5rem;

    transition: transform 0.3s ease;

}



.step-card:hover {

    transform: translateY(-5px);

}



.step-icon-box {

    margin-bottom: 1rem;

}



.step-icon-img {

    width: 45px;

    height: 45px;

    background: yellow;

    padding: 8px;

    border-radius: 50%;

}



.step-title {

    font-size: 1.25rem;

    color: #ffffff;

    margin-bottom: 0.75rem;

}



.step-description {

    color: #e9ecef;

    line-height: 1.5;

}



.text-light {

    color: #ffffff;

}



.bg-dark-gray {

    background-color: #343a40;

}



@media (max-width: 768px) {

    .process-card-grid {

        grid-template-columns: 1fr;

    }

}







.tank-cleaning-process {

    padding: 3rem 0;

    background: #e7ecf0;

}



.process-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

}



.process-header {

    color: #0d0d0e;

    text-align: center;

    margin-bottom: 1.5rem;

    font-size: 2rem;

}



.process-intro {

    text-align: center;

    color: #333;

    max-width: 800px;

    margin: 0 auto 2rem;

    font-size: 1.1rem;

    line-height: 1.6;

}



.cleaning-steps-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    gap: 1.5rem;

    margin: 2rem 0;

}



.cleaning-step-card {

    background: white;

    border-radius: 8px;

    padding: 1.5rem;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

}



.cleaning-step-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);

}



.step-icon-container {

    text-align: center;

    margin-bottom: 1rem;

}



.step-icon-container img {

    filter: hue-rotate(200deg);

}



.cleaning-step-card h3 {

    color: #0d0d0e;

    margin-bottom: 0.8rem;

    text-align: center;

    font-size: 1.2rem;

}



.cleaning-step-card p {

    color: #555;

    text-align: center;

    line-height: 1.5;

}



.process-guarantee {

    background: #0d0d0e;

    color: white;

    padding: 1.5rem;

    border-radius: 8px;

    text-align: center;

    margin-top: 2rem;

    font-size: 1.1rem;

}



@media (max-width: 768px) {

    .cleaning-steps-grid {

        grid-template-columns: 1fr;

    }



    .process-header {

        font-size: 1.5rem;

    }

}









.cockroach-treatment-process {

    padding: 3rem 0;

    background: #f8f9fa;

}



.bg-pest-control {

    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}



.process-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

}



.process-header {

    color: #343a40;

    text-align: center;

    margin-bottom: 1.5rem;

    font-size: 2rem;

    position: relative;

}



/* .process-header:after {

    content: "";

    display: block;

    width: 80px;

    height: 3px;

    background: #dc3545;

    margin: 0.5rem auto 0;

} */



.process-intro {

    text-align: center;

    color: #495057;

    max-width: 800px;

    margin: 0 auto 2rem;

    font-size: 1.1rem;

    line-height: 1.6;

}



.treatment-steps-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 1.5rem;

    margin: 2rem 0;

}



.treatment-step-card {

    background: white;

    border-radius: 8px;

    padding: 1.8rem 1.5rem;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;

    border-top: 4px solid #ffff00;

    text-align: center;

}



.treatment-step-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}



.step-icon-container {

    margin-bottom: 1.2rem;

}



.step-icon-container img {

    filter: hue-rotate(350deg) saturate(1.2);

}



.treatment-step-card h3 {

    color: #343a40;

    margin-bottom: 0.8rem;

    font-size: 1.25rem;

}



.treatment-step-card p {

    color: #6c757d;

    line-height: 1.5;

    font-size: 0.95rem;

}



.process-guarantee {

    background: black;

    color: white;

    padding: 1.5rem;

    border-radius: 8px;

    text-align: center;

    margin-top: 2rem;

    font-size: 1.1rem;

    box-shadow: 0 4px 6px rgba(220, 53, 69, 0.2);

}



@media (max-width: 768px) {

    .treatment-steps-grid {

        grid-template-columns: 1fr;

        gap: 1rem;

    }



    .process-header {

        font-size: 1.7rem;

    }

}









.rodent-treatment-service {

    padding: 3rem 0;

    background: #f5f5f5;

}



.bg-vehicle-protection {

    background: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);

}



.service-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

}



.service-header {

    color: #333;

    text-align: center;

    margin-bottom: 1.2rem;

    font-size: 2rem;

    position: relative;

}



/* .service-header:after {

    content: "";

    display: block;

    width: 100px;

    height: 3px;

    background: #e67e22;

    margin: 0.8rem auto 0;

} */



.service-intro {

    text-align: center;

    color: #555;

    max-width: 800px;

    margin: 0 auto 2.5rem;

    font-size: 1.1rem;

    line-height: 1.6;

}



.service-features-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

    gap: 1.8rem;

    margin: 2.5rem 0;

}



.service-feature-card {

    background: white;

    border-radius: 10px;

    padding: 1.8rem 1.2rem;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

    text-align: center;

    border-left: 4px solid yellow;

}



.service-feature-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

}



.feature-icon-container {

    margin-bottom: 1.3rem;

}



.feature-icon-container img {

    filter: hue-rotate(20deg) saturate(1.1);

}



.service-feature-card h3 {

    color: #333;

    margin-bottom: 0.8rem;

    font-size: 1.2rem;

}



.service-feature-card p {

    color: #666;

    line-height: 1.5;

    font-size: 0.95rem;

}



/* .service-guarantee {

    background: #e67e22;

    color: white;

    padding: 1.5rem;

    border-radius: 8px;

    text-align: center;

    margin-top: 2rem;

    font-size: 1.1rem;

    box-shadow: 0 4px 8px rgba(230,126,34,0.3);

} */



@media (max-width: 768px) {

    .service-features-grid {

        grid-template-columns: 1fr;

        gap: 1.2rem;

    }



    .service-header {

        font-size: 1.7rem;

    }

}









.termite-treatment-services {

    padding: 3rem 0;

    background: #f9f5f0;

}



.bg-termite-protection {

    background: linear-gradient(to bottom, #f9f5f0 0%, #f0e6d912);

}



.services-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

}



.services-header {

    color: black;

    text-align: center;

    margin-bottom: 1.2rem;

    font-size: 2rem;

    position: relative;

}



/* .services-header:after {

    content: "";

    display: block;

    width: 100px;

    height: 3px;

    background: #8d6e63;

    margin: 0.8rem auto 0;

} */



.services-intro {

    text-align: center;

    color: black;

    max-width: 800px;

    margin: 0 auto 2.5rem;

    font-size: 1.1rem;

    line-height: 1.6;

}



.treatment-methods-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 2rem;

    margin: 3rem 0;

}



.treatment-method-card {

    background: white;

    border-radius: 10px;

    padding: 2rem 1.5rem;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

    text-align: center;

    border-bottom: 4px solid yellow;

}



.treatment-method-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);

}



.method-icon-container {

    margin-bottom: 1.5rem;

}



.method-icon-container img {

    filter: hue-rotate(350deg) saturate(1.1);

}



.treatment-method-card h3 {

    color: #5d4037;

    margin-bottom: 1rem;

    font-size: 1.3rem;

}



.treatment-method-card p {

    color: #6d4c41;

    line-height: 1.6;

    font-size: 1rem;

}



.services-summary {

    background: black;

    color: white;

    padding: 1.8rem;

    border-radius: 8px;

    text-align: center;

    margin-top: 2rem;

    font-size: 1.1rem;

    box-shadow: 0 4px 12px rgba(141, 110, 99, 0.3);

}



@media (max-width: 768px) {

    .treatment-methods-grid {

        grid-template-columns: 1fr;

        gap: 1.5rem;

    }



    .services-header {

        font-size: 1.7rem;

    }

}



.mannual-links-sec {

    padding: 30px 0px;

    /* width: 90%; */

    /* max-width: 900px; */

    margin: 0 auto;

}



.mannual-links-sec h3 {

    text-align: center;

    margin-bottom: 30px;

}



.mannual-links-sec .mannual-links-div {

    display: flex;

    justify-content: center;

    gap: 40px;

}



.mannual-links-sec .mannual-links-div p {

    background-color: #fdf001;

    border-radius: 5px;

    padding: 3px 6px;

}



.mannual-links-sec .mannual-links-div p a {

    color: #000;

}



@media (max-width: 768px) {



    .mannual-links-sec .mannual-links-div {

        gap: 20px;

    }



    .mannual-links-sec .mannual-links-div p {

        padding: 9px 11px;

    }

}





.mail-t {

    text-transform: lowercase !important;

}



.whp-btn-text {

    cursor: pointer;

}
.nav-link1{
    color: #000;
}
.nav-pills .nav-link1.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #fdf001;
    border: 1px solid #b6ad00;
}