 .header {
        height: 176px;
        /* background-color: #f8f9fa; */
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        position: relative;
        top: 41px;
        z-index: 1000;
    }
    /* ✅ Responsive Fix for Mobile Devices */
    @media (max-width: 576px) {
        .section_header::before {
            top: 8%;
            left: 39%;
            width: 80px;
        }
    
        .section_header::after {
            top: 7%;
            right: 166px;
            left:166px;
        }
    }
    .slider::after {

      content: "";
      /*background: url(img/pattern-bg-01.png) repeat;*/
      
      height:113px;
      /*height: 183px;*/
      position: absolute;
      bottom: -50px;
      left: -100px;
      right: 0;
      background-size: cover !important;
    }
    @media (min-width: 1024px) and (max-width: 1366px) {
    .slider {
        max-width: 90%; 
        margin: 0 auto; 
    }

    .slider img {
        width: 100%; 
        height: auto; 
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: 50%; 
        transform: translateY(-50%);
    }
}

      .slide {
        position: relative;
        width: 100%;
        flex-shrink: 0;
      }

      /* Slider container */
      .slider {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
      }

.slider img {
    width: 100%; 
    height: auto; 
    object-fit: cover;
    object-position: center; 
    display: block; 
}

      /* Single slide */
      /*.slide {*/
      /*    width: 100%;*/
      /*    flex-shrink: 0;*/
      /*}*/



      /* Navigation buttons */

      /* Centered text content */


      /* Animation keyframes */
      @media (max-width: 767px) {
     .slider img {
        width: 100%; /* Makes images responsive */
        height: auto; /* Maintains aspect ratio */
        object-fit: cover; /* Ensures the image covers the container area */
    }
    .slider::after{
        display:none;
    }
}
@media(min-width:1200px) {
    .slider{
        position: relative;
        top: 41px;
    }
}
/*******************************/
/********* Blog *********/
/*******************************/
body {
        font-family: 'Poppins', sans-serif;
    }
/*******************************/
/********* Inline internal pages *********/
/*******************************/
/* Initial position for the animation */
 body {
        font-family: 'Poppins', sans-serif;
    }

/* Keyframes for the slide-in animation */

/*h4:before {*/

/*}*/

.newsletter {
    background: linear-gradient(135deg, rgb(251 194 235 / 92%), rgb(166 193 238 / 50%)), url(../img/header.jpg);
    /*background: linear-gradient(135deg, rgba(251, 194, 235, 0.9), rgba(166, 193, 238, 0.9)), url(../img/header.jpg);*/
    background-size: cover;
    background-position: center center;
}

.newsletter p {
    color: #666666;
}

/*******************************/
/********* Spark Effect *********/
/*******************************/
/* Spark Effect */

/*******************************/
/********* Sticky *********/
/*******************************/
.section_header h1 {
    color: #007CC3;
    font-size: 50px;
    font-weight: 100;
}
.section_header div{
    color: #007CC3;
    font-weight: 100;
}
.service .service-item p {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 20px;
    font-weight: 300;
    color: #007CC3;
}

.section-header span {
    color: rgb(0, 124, 195);
    font-size: 50px;
    font-weight: 100;
}

/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    /*background: #ffffff;*/
    background: aliceblue;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-weight: 100;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #333333;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1366px; */
    margin: 0 auto;
    background: #ffffff;
}

/*******************************/
/********** DropDown CSS *********/
/*******************************/

/* Remove the dropdown arrow from the 'Service' link */

/* Remove borders from list-group items */

/* Add a right arrow on the left side of the text */

/* Adjust dropdown layout and style */

/* Hover effect for list-group items */

/* Headings for dropdown sections */

/*******************************/
/********** Header CSS *********/
/*******************************/

/* @media (min-width: 992px) {
.header .row {
padding: 0 60px;
}
} */

.header .hero .form select option:not(:checked) {
    color: #666666;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;

}

.section_header {
    position: relative;
    width: 100%;
    /*max-width: 550px;*/
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;

}

.section-header::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: calc(50% - 50px);
    bottom: 0;
    background: linear-gradient(to left, #B1C900, #007CC3, #B1C900);
    border-radius: 100%;
    /*top: 7%;*/
    /*left:-12%;*/
}

.section_header::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    /*left: calc(50% - 50px);*/
    bottom: 0;
    background: linear-gradient(to left, #B1C900, #007CC3, #B1C900);
    border-radius: 100%;
    top: 7%;
    left: -12%;
}

.section_header::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    /*left: calc(50% - 10px);*/
    bottom: -3px;
    background: #007CC3;
    border-radius: 5px;
    top: 5%;
    left: -9%;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    left: calc(50% - 10px);
    bottom: -3px;
    background: #007CC3;
    border-radius: 5px;
    /*top: 5%;*/
    /*left: -9%;*/
}

.section-header p {
    margin-bottom: 10px;
    font-size: 20px;
}

.section_header p {
    margin-bottom: 10px;
    font-size: 20px;
}

.section-header h2 {
    color: #007CC3;
    font-size: 50px;
    font-weight: 100;
}
.section-header div{
    color: #007CC3;
    font-weight: 100;
}
.section-header h4 {
    color: #007CC3;
    font-size: 50px;
    font-weight: 100;
}

.section-header.left {
    text-align: left;
}

.section-header.left::before {
    width: 60px;
    left: 0;
    background: linear-gradient(to left, #B1C900, #007CC3, #007CC3);
    border-radius: 0 100% 100% 0;
}

.section-header.left::after {
    left: 0;
    border-radius: 5px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .about-img img {
    width: 100%;
    border-radius: 5px;
}

.about .about-text h2 span {
    font-size: 120px;
}

.about .about-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.about .about-text a.btn {
    padding: 15px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #144383;
    /* background: #B1C900; */
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #ffffff;
    /* background: #007CC3; */
    background-color: #144383;
}

@media (max-width: 767.98px) {
    .about .about-img img {
        margin-bottom: 30px;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    /* background: #ffffff; */
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-top-left-radius: 80px;
}

.service .service-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-top-left-radius: 80px;
}

/*.service .service-item p {*/
/*margin: 0;*/
/*padding: 0 25px 25px 25px;*/
/*font-size: 16px;*/
/*}*/

.service .service-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #144383;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
    background: #B1C900;
    /* background: #007CC3; */
}

.service .service-item a.btn:hover {
    color: #000000;
    background: #B1C900;
}

/*******************************/
/********* Feature - DeepCleaning Service CSS *********/
/*******************************/

/*******************************/
/********* Feature CSS *********/
/*******************************/

.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature a.btn {
    margin-top: 10px;
    padding: 15px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #144383;
    transition: .3s;
}

.feature a.btn:hover {
    color: #ffffff;
    background: #007CC3;
}

.feature .feature-item {
    margin-bottom: 30px;
}

.feature .feature-item img {
    width: 100%;
    border-radius: 5px;
}

.feature .feature-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
    color: #007CC3;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .feature a.btn {
        margin-bottom: 45px;
    }
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
    font-size: 0;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
    /*-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

.team .team-img img {
    width: 100%;
    height: auto;
}

.team .team-text {
    /* padding: 150px 15px 30px 15px;*/
    margin-top: -89px;
    padding: 112px 15px 30px 15px;

    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    transition: .3s;
}

.team .team-text:hover {
    /*background: #B1C900;*/
    /*border: 1px solid #B1C900;*/
}

.team .team-text span {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #007CC3;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .section-header {
    margin-bottom: 30px;
}

.faqs img {
    width: 100%;
    border-radius: 5px;
}

@media(max-width: 767.98px) {
    .faqs img {
        margin-bottom: 30px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
}

.faqs .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    color: #007CC3;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}

.faqs .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #144383;
    /* background: #B1C900; */
    color: #fff;
    border-radius: 5px;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #007CC3;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #007CC3;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0 0 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
}


/*******************************/
/****** Pricing Plan CSS *******/
/*******************************/


/*******************************/
/********** Newsletter *********/
/*******************************/

.newsletter {
    /*position: relative;*/
    margin: 45px 0;
    padding: 60px 0;
    /*background: #007CC3;*/
    /*background: #144383;*/
}

.newsletter span {
    color: #ffffff;
    font-size: 45px;
    font-weight: 100;
    text-transform: uppercase;
}

.newsletter p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.newsletter .form {
    position: relative;
}

.newsletter .btn {
    position: relative;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    background: #B1C900;
    border-radius: 5px;
    transition: .3s;
}

.newsletter .btn:hover {
    color: #ffffff;
    background: #007CC3;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;

}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-content {
    position: relative;
    margin-top: -90px;
    padding: 100px 25px 25px 25px;
    text-align: center;
    background: #B1C900;
    border-radius: 5px;


    background-color: white !important;
    backdrop-filter: blur(0px);

}

.testimonial .testimonial-item p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.testimonial .testimonial-content div {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
/* Center-align the pagination and buttons */

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    /*background: #ffffff;*/
    /*box-shadow: 0 0 30px rgba(0, 0, 0, .1);*/
}

.blog .blog-item span {
    margin: 0;
    /*padding: 25px 30px 5px 30px;*/
    font-size: 22px;
    font-weight: 300;
    color: #007CC3;
}

.blog .blog-item .meta {
    padding: 0 30px 15px 30px;
}

.blog .blog-item .meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
}

.featured-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 97px 0;
    margin-bottom: -50px;
    background-color: #f6f6f6;
    position: relative;
}

.entry-container {
    padding: 25px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    max-width: 70%;
    margin: 0 auto;
}

.blog .blog-item .meta i {
    margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
    margin-left: 0;
}

.blog .blog-item p {
    padding: 0 30px;
    font-size: 16px;
}

.blog .blog-item a.btn {
    position: relative;
    margin: 5px 30px 30px 30px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #B1C900;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
    background: #007CC3;
}

.blog .blog-item a.btn:hover {
    color: #000000;
    background: #B1C900;
}


/*******************************/
/******* Call to Action ********/
/*******************************/
.call-to-action {
    position: relative;
    margin: 45px 0;
    padding: 60px 0;
    background: #007CC3;
}

.call-to-action h4 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 100;
    text-transform: uppercase;
}

.call-to-action p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.call-to-action a {
    float: right;
    height: 60px;
    padding: 16px 35px 14px 35px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    background: #B1C900;
    border-radius: 5px;
}

.call-to-action a:hover {
    color: #B1C900;
    background: #ffffff;
}

@media (max-width: 768px) {
    .call-to-action a {
        float: left;
        margin-top: 30px;
    }
}


/*******************************/
/********** Story CSS **********/
/*******************************/


/*******************************/
/******** Portfolio CSS ********/
/*******************************/


/*******************************/
/********* Contact CSS *********/
/*******************************/


/*******************************/
/********* Feature CSS *********/
/*******************************/

.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature a.btn {
    margin-top: 10px;
    padding: 15px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #144383;
    transition: .3s;
}

.feature a.btn:hover {
    color: #ffffff;
    background: #007CC3;
}

.feature .feature-item {
    margin-bottom: 30px;
}

.feature .feature-item img {
    width: 100%;
    border-radius: 5px;
}

.feature .feature-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
    color: #007CC3;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .feature a.btn {
        margin-bottom: 45px;
    }
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background-color: #144383;
    /* Deep blue background */
    color: #ffffff;
    /* White text for contrast */
    font-weight: 300;
}

/* Footer Sections */
.footer .footer-contact,
.footer .footer-link,
.footer .footer-form {
    position: relative;
    margin-bottom: 45px;
}

/* Footer Headings */

.footer .footer-contact p,
.footer .footer-link p,
.footer .footer-form p {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    /*color: #FFDA44; */
    color: #B1C900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-form h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    /*color: #FFDA44; */
    color: #B1C900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Footer Contact Details */
.footer .footer-contact address {
    margin: 0 0 20px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.6;
}

.footer .footer-contact address::before {
    content: "\f3c5";
    /* Map marker icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    color: #fff;
}

.footer .footer-contact p {
    font-size: 14px;
}

.footer .footer-contact p i {
    width: 25px;
    margin-right: 10px;
    color: #FFf;
    /* white for icons */
}

/* Footer Social Media */
.footer .footer-social {
    position: relative;
    margin-top: 25px;
}

.footer .footer-social a {
    display: inline-block;
    margin-right: 15px;
}

.footer .footer-social a i {
    font-size: 25px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer .footer-social a:hover i {
    color: #FFDA44;
    /* Yellow hover effect */
}

/* Footer Links */
.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f0da";
    /* Right arrow icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #FFf;
}

.footer .footer-link a:hover {
    color: #FFDA44;
}

/* Newsletter Form */
.footer .footer-form input {
    width: calc(100% - 70px);
    /* Adjust width for button */
    height: 45px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.footer .footer-form .btn {
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background: #B1c900;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    transition: background 0.3s ease, color 0.3s ease;
}

.footer .footer-form .btn:hover {
    background: #0D2E5B;
    /* Blue hover */
    color: #ffffff;
}

/* Footer Bottom Menu */
.footer .footer-menu {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu .f-menu {
    font-size: 0;
    text-align: center;
}

.footer .footer-menu .f-menu a {
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-menu .f-menu a:hover {
    color: #FFDA44;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Copyright Section */
.footer .copyright {
    padding: 30px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer .copyright p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.footer .copyright p a {
    color: #FFDA44;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {

    .footer .copyright p,
    .footer .footer-menu .f-menu a {
        text-align: center;
    }

    .footer .footer-form input,
    .footer .footer-form .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Footer Sections */

/* Footer Headings */

/* Footer Contact Details */

/* Footer Social Media */

/* Footer Links */

/* Newsletter Form */

/* Footer Bottom Menu */

/* Copyright Section */

/* Responsive Design */