@media (max-width: 768px) {
    .only-larger{
        display: none;
    }

    body{
        overflow-x: hidden !important;
    }

    .toggle-menu img{
        height: 40px !important;
        width: 40px !important;
        /* background-color: #084527; */
        border-radius: 5px;
        
    }
    .container-fluid-custom-1{
        height: 100vh !important; 
        position: relative; 
        background: url('images/Header\ image.png') center/cover no-repeat !important;
    }
    .container-fluid-custom-2{
        height: 100vh !important; 
        position: relative; 
        background: url('images/img/slider2.jpg') center/cover no-repeat !important;
    }
    .container-fluid-custom-3{
        height: 100vh !important; 
        position: relative; 
        background: url('images/img/slider-3.jpg') center/cover no-repeat !important;
    }
    .only-smaller{
        display: block;
    }
    .carousel-item, .container-fluid {
        height: 800px !important;
    }
    .hero-section-p{
        text-align: center !important;
        font-weight: lighter !important;
        margin-top: 60px !important;
        padding-left: 10px !important;
    }
    .hero-section-h1{
        /* margin-top: 80px !important; */
        font-size: 45px !important;
        line-height: 55px;
        padding-left: 10px !important;
        font-family: sans-serif;
    }
    .hero-section-btn1{
        margin-left: 15% !important;
    }
    .hero-section-btn2{
        margin-left: 15.5% !important;
    }
    .img-fluid{
        margin-bottom: 50px;
        display: none;
    }
    .hero-section-h1{
        text-align: center;
    }

    /* Product section  */

    .section-title, .services-section h2, .why-us-h2{
        font-size: 24px !important;
    }
    .product-container{
        margin-top: 40px;
        /* background-color: #001233; */
        /* margin-bottom: 30px !important; */
    }
    .product-container img{
        margin-left: 12%;
    }
    .product-description{
        padding-top: 40px;
        text-align: center !important;
    }
    .hero-section{
        padding: 60px 15px !important;
    }
    /* Service section  */
    .services-section{
        padding: 0px 10px !important;
    }
    .service-div{
        margin-bottom: 50px !important;
    }

    /* statst section  */
    .stats-box i, .icon-box-1 i{
        font-size: 24px !important;
    }
    .stats-number{
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .icon-box-1 h5{
        font-size: 15px !important;
    }

    /* whyus section  */


    /* Credentials  */
    .credent-title{
        position: relative;
        bottom: 20px;
    }

    /* testimonal section  */
    .review-btn{
        position: relative;
        /* bottom: 15vh !important; */
    }
    .carousel-control-prev,
.carousel-control-next{
    display: none;
}
    .carousel-item-testimonal p{
        padding: 15px;
    }

    .explore-btn{
        margin-left: 14% !important;
        top: 15px !important;
    }
    .address-h2{
        text-align: center !important;
    }
    .service-h2{
        margin-left: 7%;
    }
    .services-section p{
        padding: 0 10px;
    }
    .testimonial-section{
        min-height: 100vh !important;
        max-height: auto;
    }
    
    .custom-footer {
        background: #ffffff;
        padding: 40px 20px !important;
        position: relative;
        overflow: hidden;
    }
    .custom-footer-div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 180% !important;
        background: url('images/freepik__adjust__39940-removebg-preview.png') no-repeat center center/cover;
        opacity: 0.2; /* Adjust opacity (0.1 - 1) */
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .form-left {
        flex: 1 100%;
        min-height: 400px !important;
    }
    .form-left h3, .form-left i{
        padding: 5px;
    }
    .form-right {
        flex: 1 100%;
    }
    .only-larger{
        display: none;
    }
    .product-container {
        /* text-align: justify !important; */
        padding: 0px;
    }
    .product-container img {
        width: 300px;
    }
    .highlight {
        text-align: center;
        padding: 10px;
    }
    .display-flex{
        display: flex !important;
    }
    .product-description{
        margin: 0px !important;
        margin-top: 20px;
        /* text-align: justify !important; */
    }
    
}
@media (max-width: 768px) {
    .credentials-title {
        font-size: 26px;
    }
    .credentials-img {
        max-width: 120px;
    }
    .product-description{
        margin: 0px;
        margin-top: 40px;
        /* text-align: justify !important; */
    }
}

body{
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}
.custom-header {
            background: #0B2341;
            /* background-color: #FFB724; */
            padding: 10px 30px;
            color: #ff9a02;
        }
.social-icons i{
    color: #ff9a02;
    padding: 0 5px;
    font-weight: bolder;
    font-size: 18px;
}

.social-icons a{
    color: #ffffff;
}

.social-icons{
    font-weight: bolder;
}
        .custom-navbar {
            position: relative;
            /* background: linear-gradient(90deg, #7bc043 25%, #0a0e20 25%); */
            /* background: linear-gradient(140deg, #7bc043 33%, #0a0e20 33%); */
            background-color: #ffffff;
            padding: 15px 0;
        }
        .navbar-brand {
            color: white;
            font-weight: bold;
        }
        .navbar-nav .nav-link {
            color: #02450f;
            font-size: 18px;
            font-weight: bold;
        }
        .logo-img{
            height: 50px !important;
        }
        .nav-link {
            margin-right: 25px;
        }
        .navbar-nav .nav-link:hover {
            color: #7bc043;
        }
        .cta-btn {
            background: #7bc043;
            color: white;
            border-radius: 5px;
        }
        .cta-btn:hover {
            background: #689f38;
        }

        /* Hero section  */

        .carousel-item {
            height: 100vh;
            background-size: contain;
            background-position: center;
            transition: opacity 1.5s ease-in-out;
        }
        .img-fluid{
            height: 350px !important;
            width: auto !important;
            margin-top: 100px;
        }
        .img-fluid-1{
            height: 450px !important;
            margin-top: 90px !important;
            /* margin-right: 230px !important; */
            position: relative;
            right: 30px;
        }
        .img-fluid-3{
            height: 450px !important;
            margin-left: 37px;
            /* width: auto !important; */
            /* width: 800px !important; */
            margin-top: 150px !important
        }
        .hero-section-h1-3{
            margin-top: 100px !important;
        }
        .carousel-fade .carousel-item {
            opacity: 0.85;
            transition: opacity 1.5s ease-in-out;
        }
        .carousel-fade .carousel-item.active {
            opacity: 1;
        }
        .carousel-caption {
            background: rgba(0, 0, 0, 0.6);
            padding: 20px;
            border-radius: 10px;
            /* background-image: url('images/approachIMG2.webp') fit-content; */
        }
.carousel-indicators button {
    width: 12px !important; /* Adjust size as needed */
    height: 12px !important;
    border-radius: 50%; /* Makes it rounded */
    background-color: rgb(142, 201, 142) !important; 
    border: none;
    transition: opacity 0.3s ease;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    z-index: 3;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.carousel-indicators .active {
    opacity: 1; /* Make active indicator fully visible */
    background-color: darkgreen !important; /* Darker green for active indicator */
}

.hero-section-h1 {
    font-size: 44px !important;
    font-weight: bolder;
    margin-top: 60px;
    padding-left: 70px;
}
.hero-section-p{
    font-size: 20px;
    /* font-weight: bold; */
    margin-top: 35px;
    padding-left: 70px;
}
.hero-section-btn1, .hero-section-btn2{
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 45px;
    font-weight: bold;
    margin-left: 70px;
}
.hero-section-btn1{
    /* background-color: rgb(106,175,46); */
    background-color: #ff9a02;
    color: rgb(56, 53, 53);
}
.hero-section-btn1:hover{
    cursor: pointer;
    background-color: #e38a05;
}
.hero-section-btn2{
    background-color: #1d7874;
    color: white;
    /* border-top: 4px solid rgb(106,175,46); */
    margin-left: 5%;
}
.hero-section-btn2:hover{
    background-color: #155451;
}


/* service section  */  


        .services-section {
            padding: 60px 0;
            /* margin: 0 5px; */
        }
        .service-h2{
            font-size: 45px;
            color: #a67516; /* Goldish Color */
        }
        .services-section-p{
            margin-top: 30px;
        }
        .services-section p{
            font-size: 18px;
        }
        .service-card {
            border: none;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s;
        }
        .service-card:hover {
            transform: translateY(-5px);
        }
        .service-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .service-title {
            font-weight: bold;
            margin-top: 15px;
            text-align: center;
        }
        .service-description{
            text-align: justify;
            font-size: 15px !important;
        }
        .btn-enquire {
            background-color: #4CAF50;
            color: white;
            font-weight: bold;
            border-radius: 5px;
            padding: 10px 0px;
            text-decoration: none;
        }
        .btn-enquire:hover {
            background-color: #45a049;
            color: white;
        }
        .explore-btn {
            background-color: #ff9a02;
            color: rgb(0, 0, 0);
            font-weight: bold;
            border-radius: 5px;
            padding: 15px 20px;
            text-decoration: none;
        }
        .explore-btn:hover {
            background-color: #e18803;
            color: white;
        }

        
/* Why us section  */

.why-us {
    /* background: linear-gradient(to right, #0d1b2a, #1b263b); */
    background: linear-gradient(to right, #141E30, #243B55);
    color: white;
    padding: 70px 0;
    text-align: center;
}
.why-us-h2 {
    color: #161616;
    font-weight: bold;
    /* margin-bottom: 30px; */
    text-align: center;
    padding: 20px 0;
    font-size: 38px;
}
.icon-box-1 {
    /* padding: 20px; */
    transition: transform 0.3s ease;
}
.icon-box-1 h5{
    font-weight: bolder;
    font-size: 27px;
}
.icon-box-1:hover {
    transform: translateY(-5px);
}
.why-us i {
    font-size: 60px;
    font-weight: bolder;
    color: #d4a017;
    margin-bottom: 15px;
}

/* Product section */

.section-title {
    color: #161616;
    font-weight: bolder;
    text-align: center;
    font-size: 38px;
    /* margin-top: 50px; */
}
.hero-section {
    /* background: linear-gradient(to bottom, #f3ead9, #ffffff); */
    background-color: white;
    padding: 50px;
}
.product-container {
    text-align: center;
    padding: 20px;
}
.product-container img {
    width: 53vw;
    height: auto;
}
.product-description {
    text-align: center;
    font-size: 20px;
    margin: 0px 120px;
    position: relative;
    bottom: 50px;
}
.contact-container h4{
    color: #004d00 !important;
}
.highlight {
    font-weight: bold;
    color: #004d00;
    font-size: 30px;
    text-align: center !important;
}

.explore-btn {
    /* background-color: #B47E11; */
    color: rgb(57, 57, 57);
    padding: 10px 70px;
    border-radius: 10px;
    text-decoration: none;
    /* display: inline-block; */
    margin-left: 38%;
    /* margin-top: 60px !important; */
    font-size: larger;
    position: relative;
    top: 50px;
}
.explore-btn:hover {
    /* background-color: #b8860b; */
    color: white;
}


/* Service section  */

.services-section {
    text-align: center;
    padding: 60px 20px;
}
.services-title {
    color: #161616;
    font-weight: bold;
    font-size: 38px;
}
.services-desc {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 20px;
    margin-top: 30px;
}
.service-card {
    text-align: center;
    padding: 20px;
}
.service-card img {
    height: 300px;
    width: 300px;
    border-radius: 10px;
}
.service-title {
    color: #1D5123;
    font-weight: bolder;
    font-size: 26px;
    margin-top: 15px;
}
.service-text {
    font-size: 20px;
    padding: 0 60px;
}


/* Our approach  */

        .our-approach {
            background-color: #0B0E2A;
            color: white !important;
            padding: 50px 0;
            text-align: center;
        }
        .approach-title-h2{
            font-size: 45px;
            text-align: left;
            color: #a67516; /* Goldish Color */
        }
        .step-box {
            position: relative;
            text-align: center;
            padding: 20px;
        }
        .step-box img {
            width: 100%;
            border-radius: 10px;
        }
        .step-box .step-number {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 80px;
            font-weight: bold;
            color: rgba(255, 255, 255, 0.521);
        }
        .step-number{
            font-size: 150px !important;
        }
        .step-box .step-text {
            margin-top: 15px;
            font-size: 18px;
            font-weight: bold;
        }
        .step-box .step-title {
            font-size: 22px;
        }
        .arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #6BBE45;
        }
        .btn-enquire {
            background-color: #ff9a02;
            color: rgb(59, 59, 59);
            padding: 5px 20px;
            font-size: 20px;
            border-radius: 5px;
            margin-top: 30px;
        }
        .btn-enquire:hover {
            background-color: #e98c02;
        }


        
/* Stats Section  */

.stats-section {
    background-color: #fdf6eb;
    padding: 40px 20px;
}
.stats-box {
    text-align: center;
    color: #166534;
}
.stats-box i {
    font-size: 35px;
    color: #b8860b;
    margin-bottom: 10px;
}
.stats-number {
    font-size: 38px;
    font-weight: bolder;
    line-height: 38px;
}
.stats-text {
    font-size: 38px;
    font-weight: bolder;
}

    /* Credentials  */

/* Credentials Section with Background Overlay */
.credentials-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

/* Background Image with Opacity */
.credentials-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/freepik__adjust__93707.png') no-repeat center center/cover;
    opacity: 0.3; /* Adjust opacity (0.1 - 1) */
    z-index: 1;
}

/* Content should stay above background */
.credentials-section .container {
    position: relative;
    z-index: 1;
}

/* Section Title */
.credentials-title {
    font-size: 45px !important;
    font-weight: bold;
    color: #ff9a02; /* Goldish Color */
    margin-bottom: 60px;
}

/* Certification Images */
.credentials-img {
    width: 100%;
    border-radius: 50%;
    max-width: 140px;
    display: block;
    margin: 10px auto;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .credentials-title {
        font-size: 26px;
    }
    .credentials-img {
        max-width: 120px;
    }
}


/* Review Section  */

.testimonial-section {
    background: linear-gradient(to right, #001233, #0D1922);
    color: white;
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.testimonial-section h2 {
    font-weight: bold;
    color: #dba609;
    font-size: 38px;
    margin-bottom: 60px;
}

.carousel-item img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    /* background-color: rgba(255, 193, 7, 0.8); */
    /* border-radius: 50%; */
    color: rgba(255, 193, 7, 0.8) !important;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}
.carousel-item-testimonal h5{
    font-size: 30px;
}
.carousel-item-testimonal p{
    font-size: 22px;
    padding: 20px 30px;
}
.star-rating {
    color: #FFC107;
    margin-bottom: 20px;
}
.review-btn {
    background-color: #ff9a02;
    color: #ffffff;
    border: none;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 15px;
}


/* map container  */

.contact-container {
    background-color: #f8f9f5;
    padding: 40px;
    border-radius: 10px;
}
.address-h2{
    text-align: center !important;
}
.contact-info i {
    color: #ff9a02;
    margin-right: 10px;
}
.map-icon i {
    color: #ff9a02;
    margin-right: 10px;
}

/* contact us section  */

.form-container {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.form-left {
    flex: 1;
    background: url('https://expertbuildcare.in/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FHeroBG2.587f6854.png&w=2048&q=75') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.form-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 7, 34, 0.7); /* Adjust opacity as needed */
    /* filter: blur(10px);  */
    z-index: 1; /* Keeps it below the content */
    border-radius: 10px 0 0 10px;
}

.form-left > div {
    position: relative;
    z-index: 2; /* Ensures content stays above the shadow */
}
.form-left i {
    font-size: 50px;
}
.form-right {
    flex: 2;
    padding: 30px;
}
.contact-form-btn {
    color: rgb(77, 76, 76);
    background-color: #ff9a02;
    font-size: 18px;
    font-weight: bolder;
}
.contact-form-btn:hover {
    background-color: #e78b01;
}
@media (max-width: 768px) {
    .form-left {
        flex: 1 100%;
        min-height: 200px;
    }
    .form-right {
        flex: 1 100%;
    }
    .only-larger{
        display: none;
    }
    .product-container {
        text-align: justify !important;
        padding: 0px;
    }
    .product-container img {
        width: 300px;
    }
    .highlight {
        text-align: center;
    }
    .display-flex{
        display: flex !important;
    }
    .mrg-btm-10{
        margin-bottom: 15px;
    }
    
}

.custom-footer {
    background: #ffffff;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.custom-footer-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/freepik__adjust__39940-removebg-preview.png') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 1;
}

/* Content should stay above background */
.custom-footer-div{
    position: relative;
    z-index: 2;
}
.custom-footer .background-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: 0.5;
}
.custom-footer h5 {
    font-weight: bold;
    color: #ff9a02;
}
.custom-footer h4 {
    font-weight: bold;
    color: #084527 !important;
}
.custom-footer p,
.custom-footer a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 8px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    border-radius: 4px;
}

.custom-footer a:hover {
    color: #ff9a02;
    text-decoration: none;
    background-color: rgba(255, 154, 2, 0.1);
}
.copyright{
    color: #7f8381 !important;
    text-align: center !important;
    margin-top: 15px;
}
.social-icons-footer {
    margin-bottom: 10px;
    position: relative;
    right: 5px;
    z-index: 3;
}

.social-icons-footer a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #333;
    transition: color 0.3s ease;
}

.social-icons-footer a:hover {
    color: #ff9a02;
}
.fotter-logo{
    position: relative;
    right: 15px;
}
.custom-footer a:hover {
    color: #ff9a02;
    text-decoration: none;
}
.custom-footer .social-icons i {
    font-size: 20px;
    margin-right: 2px;
    color: #0c3d26;
}

.custom-footer .social-icons i:hover {
    color: #ad8b2b;
}