/* -----------------navbar----------------------- */
.navbar.style-11 .nav-link {
    color: #000000 !important;
}

.navbar.style-11 .content {
    padding: 0px 15px !important;
}

/* ...............banner section............................... */


.banner-section {
    position: relative;
    overflow: hidden;
}

.bannerSwiper .swiper-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bannerSwiper .slide-content {
    max-width: 700px;
    padding: 60px 20px;
    color: #fff;
    z-index: 2;
    text-align: left;
}

.bannerSwiper .slide-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.bannerSwiper .slide-content p {
    font-size: 16px;
    color: #eee;
    margin-bottom: 10px;
}

.bannerSwiper .btn {
    padding: 12px 24px;
    font-size: 16px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}



.services-card .icon i {
    font-size: 50px;
    color: #00ae4d;
    /* your theme green */
    display: block;
}

.services-card .icon {
    text-align: center;
    margin-bottom: 15px;
}

.why-choose-title {

    padding-top: 20px !important;
}






.services-card.orange-box {
    background: #ff6b00;
    /* Orange background */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    color: #fff;
    /* White text */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.box-card {
    background: #ff6b00;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
    border: 1px solid #e6e6e6;
}

.box-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
    border-color: #00ae4d;
}

.box-card .icon i {
    font-size: 45px;
    color: #fff;
    display: inline-block;
}

.box-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.banner-sec {

    padding: 66px 0 !important;
}

.pricing {
    padding-top: 67px !important;
}


.why-choose-sec {

    padding: 46px 0 !important;
}

.orange-icon {
    color: #ff6b00 !important;
}



/* ---- Fixed Height for Slider Cards ---- */
.fixed-project-card {
    height: 350px; /* Adjust based on your design */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}


.residential-projects{

    padding-top: 0px !important;
}


.banner-overlay {
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.3)
    );
    z-index: 1;
}

.banner-overlay .slide-content {
    position: relative;
    z-index: 2;
}

.callbtn{
    padding: 5px 9px !important;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #ff6b00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 15px;
    transition: all 0.3s ease-in-out;
}

.service-card:hover .icon-box {
    background: #fff;
    color: #ff6b00;
    border: 2px solid #ff6b00;
}

.service-card h3 {
    font-size: 18px;
    font-weight: bold;
}

.features.style-9 .accordion .accordion-button::after {
   display: none !important;
  }


  .benefits-content{

    padding-top: 10px !important;
}



 



@media (max-width: 480px) {
    .bannerSwiper .slide-content h1 {
        font-size: 22px;
    }

    .bannerSwiper .btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}


@media (max-width: 576px) {
    .bannerSwiper .swiper-slide {
        height: 60vh;
    }
}

@media (max-width: 992px) {
    .bannerSwiper .slide-content h1 {
        font-size: 36px;
    }
}


@media screen and (max-width: 991px) {}

@media (max-width: 768px) {

    /* --------------------banner--------------------- */
    .bannerSwiper .swiper-slide {
        height: 43vh;
    }

    .bannerSwiper .slide-content {
        padding: 40px 15px;
        text-align: center;
    }

    .bannerSwiper .slide-content h1 {
        font-size: 28px;
    }

    .bannerSwiper .slide-content p {
        font-size: 13px;
    }

    .bannerSwiper .btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    /* -------------------------------------- */
    .certification-head {
        padding-top: 38px !important;


    }


    .services.style-10 .content .services-card {
        position: relative;
        z-index: 10;
        padding: 0px 0px !important;

    }

    .banner-sec {

        /* padding: 26px 0 !important; */
        margin-top: -119px;
    }

    .why-choose-sec {
        padding: 0px 0 !important;
    }

    .why-choose-img {

        padding-top: 44px !important;
    }

    .subsidy-section {


        padding-top: 47px!important;
        margin-top: 46px!important;
    }

    .tc-about-st17{

        padding-top: 10px!important;
        padding-top: 20px!important;

    }

    .about-description{

        padding-top: 40px !important;
    }

   
}