@media (max-width: 768px) {
    .only-larger{
        display: none;
    }
    body{
        overflow-x: hidden !important;
    }
    .custom-navbar, nav, .navbar{
        background-color: #ffffff !important;
    }
    .navbar-toggler{
        color: white !important;
    }
    .navbar-toggler-icon{
        color: white !important;
        background-color: white;
    }
    .toggle-menu img{
        height: 40px !important;
        width: 40px !important;
        /* background-color: #084527; */
        border-radius: 5px;
    }
    .carousel-item, .container-fluid {
        height: 1100px !important;
    }
    .hero-section-h1{
        margin-top: 80px !important;
        font-size: 35px !important;
        line-height: 44px;
    }
    .hero-section-btn1{
        margin-left: 15%;
    }
    .img-fluid{
        margin-bottom: 50px;
    }
    .hero-section-h1{
        text-align: center;
    }
    .service-h2{
        margin-left: 7%;
    }
    .services-section p{
        padding: 0 10px;
    }
    .testimonial-section{
        max-height: 100vh !important;
    }
    .review-btn{
        position: relative;
        bottom: 50vh !important;
    }
    .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: 170% !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;
    }
    .form-right {
        flex: 1 100%;
    }
    .form-left h3, .form-left i{
        padding: 5px;
    }
    .mrg-btm-10{
        margin-bottom: 15px;
    }
    .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;
    }
    .product-description{
        margin: 0px !important;
        margin-top: 20px;
        text-align: justify !important;
    }
    .custom-container{
        height: 350px !important;
        padding: 0 !important;
        margin: 0%;
        background: url('images/productbg.png') no-repeat center center/cover !important;
        /* background-color: green; */
    }
    .custom-heading{
        font-size: 24px !important;
    }
    .text-section {
        max-width: 700px;
        margin: 0 auto;
        position: relative;
        right: 0px !important;
        bottom: 90px !important;
    }
    
    .text-section p{
        font-size: 20px !important;
    }
    .main-title{
        color: #B5852B;
        font-size: 24px !important; 
        text-align: center !important;
    }


}

body{
    font-family: Poppins, sans-serif;
   
}
a{
    text-decoration: none !important;
}
.custom-header {
    background: #0B2341;
    color: #ff9a02;
            padding: 10px 30px;
        }
.social-icons i{
    color: #ff9a02;
    padding: 0 5px;
    font-weight: bolder;
    font-size: 18px;
}
.social-icons a{
    color: #ffffff;
}
.main-title {
    color: #ff9a02;
    font-weight: bold;
    font-size: 38px;
    /* text-align: center; */
}
.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: white;
            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  */

.custom-container {
    background: url('images/bg\ image.png') no-repeat center center/cover;
    padding: 50px 0;
    color: white;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-heading {
    color: #d38b2e;
    font-weight: bold;
    font-size: 38px;
}
.text-section {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    right: 150px;
    bottom: 150px;
}

.text-section p{
    font-size: 28px;
    padding: 0 10px;
}


        /* Products  */

.product-section {
    text-align: center;
    padding: 50px 0;
}
.product-heading {
    color: #0B2341;
    font-weight: bold;
    margin-bottom: 30px;
}
.product-card {
    border: none;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.product-card img {
    width: auto;
    height: 200px;
    margin-bottom: 10px;
}
.HD-OMR-img{
    height: 175px !important;
}
.product-title {
    font-weight: bold;
    color: #154734;
}
.enquire {
    color: #b07d2e;
    font-weight: bold;
    text-decoration: none;
}
.brochure-btn {
    float: right;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 2px solid black;
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .brochure-btn {
        float: none;
        width: 100%;
    }
}


/* 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: white;
    background-color: #ff9a02;
    font-size: 18px;
    font-weight: bolder;
}
@media (max-width: 768px) {
    .form-left {
        flex: 1 100%;
        min-height: 400px;
    }
    .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;
    }
    
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    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);
}


.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;
}

.modal-body, .modal-content{
    width: 50vw;
}
.np-wrapper {
    background-color: #fff;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .np-title {
    font-weight: 700;
    font-size: 28px;
    color: #1a1a1a;
  }
  .np-desc {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
  }
  .np-tab-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
  }
  .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
    font-weight: 600;
  }
  .nav-tabs .nav-link {
    color: #1a1a1a;
  }
  .np-img {
    max-width: 200px;
  }
  .np-list {
    margin-top: 20px;
    padding-left: 15px;
  }
  .np-list li {
    margin-bottom: 10px;
  }
  .np-contact-btn {
    background-color: #6dbd45;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
  }
  .np-contact-btn i {
    margin-left: 10px;
    font-size: 18px;
  }
  @media (max-width: 768px) {
    .np-wrapper {
      padding: 20px;
    }
    .np-img {
      max-width: 150px;
    }
    .np-title {
      font-size: 22px;
    }
    .np-desc {
      font-size: 14px;
    }
  }