    body {
        font-family: 'Segoe UI', sans-serif;
    }

    .top-bar {
        background-color: #102c57;
        color: #fff;
        font-size: 14px;
        /* padding: 5px 0; */
    }

    .top-bar i {
        color: #3cd782;
        margin-right: 5px;
    }

    .social-icons a {
        color: #fff;
        margin-left: 10px;
    }

    .navbar-custom {
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 0 0 20px 20px;
        padding: 10px 0;
    }

    .navbar-brand span {
        color: #00ff84;
    }

    .search-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 6px 10px;
        background-color: white;
        margin-right: 10px;
    }

    .quote-btn {
        background: linear-gradient(to right, #76c800, #38a100);
        color: #fff;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        padding: 8px 18px;
    }

    .hero-section {
        background: url('img/andreas-gucklhorn-Ilpf2eUPpUE-unsplash.jpg') no-repeat center center/cover;
        color: #fff;
        padding: 200px 0;
        position: relative;
    }

    .hero-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
    }

    .hero-title {
        font-size: 48px;
        font-weight: bold;
        color: orange;
    }

    .hero-sub {
        font-size: 24px;
        color: #fff;
        margin: 20px 0;
    }

    .hero-btn {
        background-color: #28a745;
        border: none;
        padding: 12px 28px;
        font-size: 18px;
        border-radius: 12px;
        color: white;
    }


    .feature-card {
        background: #f9f9f9;
        border-radius: 20px;
        padding: 30px;
        transition: all 0.3s ease-in-out;
        height: 100%;
    }

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .feature-icon {
        color: #6fd943;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .feature-title {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 10px;
    }


    .play-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 110px;
        height: 110px;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 50%;
        border: 8px solid #f2f2f2;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .play-icon {
        font-size: 24px;
        color: #f5a623;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .circle-text {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        color: #555;
        line-height: 1.2;
        text-align: center;
        max-width: 80px;
    }


    .counter-section {
        background: #fff;
    }

    .counter {
        font-size: 2.2rem;
        color: #111;
    }



    .service-icon {
        width: 60px;
        height: 60px;
        background: #dceee0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    .top-right-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 70px;
        border-top-right-radius: 15px;
        object-fit: cover;
    }

    .service-card {
        border-radius: 20px;
        /* min-height: 350px; */
        margin: 0 10px;
    }

    .slick-prev,
    .slick-next {
        background: #fff;
        border: 1px solid #ddd;
        color: #333;
        font-size: 20px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        z-index: 1;
    }

    .slick-prev {
        left: -60px;
    }

    .slick-next {
        right: -60px;
    }

    .slick-prev:before,
    .slick-next:before {
        display: none;
    }



    .bg-domestic {
        background-color: #465266;
        /* dark bluish-grey */
        border-left: 40px solid #64bc46;
        /* green strip */
    }

    .bg-commercial {
        background-color: #0f111c;
        /* dark background */
        border-right: 40px solid #64bc46;
        /* green strip */
    }

    @media (max-width: 767.98px) {

        .bg-domestic,
        .bg-commercial {
            border-left: none;
            border-right: none;
        }
    }




    .step-wrapper {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 20px;
    }

    .step-wrapper img {
        width: 100%;
        max-width: 220px;
        height: 220px;
        object-fit: cover;
        margin: 0 auto;
    }

    .step-badge {
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #64bc46;
        color: white;
        font-weight: bold;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }



    .experience-badge {
        position: absolute;
        bottom: 10px;
        right: 30px;
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .icon-box {
        background-color: #d7efe3;
        border-radius: 15px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }




    .quote-section {
        background-color: #031018;
        color: white;
        padding: 60px 20px;
        border-radius: 40px;
        position: relative;
        overflow: hidden;
    }

    .quote-heading {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .quote-subtext {
        color: #A0A9B5;
        font-size: 1rem;
        margin-top: 20px;
    }

    .request-label {
        color: #4CAF50;
        font-weight: bold;
        margin-bottom: 15px;
        display: inline-block;
    }

    .error-box {
        background-color: #cde0d3;
        color: #2f4f4f;
        padding: 20px;
        border-radius: 20px;
        font-size: 1rem;
        font-weight: 500;
    }

    .solar-image {
        width: 100%;
        max-width: 500px;
        margin-top: 20px;
    }

    @media (min-width: 768px) {
        .quote-heading {
            font-size: 3rem;
        }

        .solar-image {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            max-width: 600px;
        }
    }



    /* footer  */

    footer {
        background: #0f111c;
        background-image: radial-gradient(#1b1d29 1px, transparent 1px);
        background-size: 18px 18px;
        color: #fff;
    }

    footer h6 {
        border-left: 3px solid orange;
        padding-left: 10px;
    }

    footer a:hover {
        color: orange !important;
    }


    #testimonials .card {
        border-radius: 1rem;
    }

    #testimonials img {
        width: 60px;
        height: 60px;
    }
    
    
    
    
    
    
    
    
    #faq .accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
}
#faq .accordion-body {
  font-size: 0.95rem;
  color: #555;
}
#faq h2 {
  font-size: 2rem;
}



.carousel-caption a.custom-btn {
  z-index: 10;
  position: relative;
}



.custom-btn {
  display: inline-block;
  background: linear-gradient(135deg, #fcb045, #fd1d1d, #833ab4);
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.custom-btn:hover {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
}
