.copyright-area {
    background: #202020;
    height: 90px;

}

.responsivecopyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}


/* Small phones (320px and up) */
@media (min-width: 320px) {
    .sdd {
        font-size: 10px !important;
    }

    .card {
        border: 1px solid #ddd;
        border-radius: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #fff;

    }

    .footer-widget-heading h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 39px;
        position: relative;
        margin-top: 7%;
    }

    .hs-banner-btn {
        background-color: #ed9d35;
        color: white;
        padding: 16px 25px;
        font-size: 1.2rem;
        text-decoration: none;
        border-radius: 5px;
        font-size: 16px;
    }

    .copyright-area div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;

        font-size: 12px;
    }

    .copyright-area {
        background: #202020;
        height: 118px;
    }

    .hs-video-content {
        position: relative;
        height: 75vh;
        width: 100%;
    }
}

/* Medium phones ( iPhone 11/SE 2) */
@media (min-width: 375px) {
    .sercvi {
        height: 446px;
    }

    .text-overlay h4 {
        margin: 0;
        /* font-size: 1.5rem; */
        color: #ed9d35;
        /* margin-left: -10%; */
        font-size: 14px;
    }

    .sdd {
        font-size: 10px !important;
    }

    .card {
        border: 1px solid #ddd;
        border-radius: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #fff;

    }

    .footer-widget-heading h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 39px;
        position: relative;
        margin-top: 7%;
    }

    .hs-banner-btn {
        background-color: #ed9d35;
        color: white;
        padding: 16px 25px;
        font-size: 1.2rem;
        text-decoration: none;
        border-radius: 5px;
        font-size: 16px;
    }

    .copyright-area {
        background: #202020;
        height: 118px;
    }

    .text-dark {
        color: #1A2A36 !important;
        font-size: 13px;
        text-align: justify;
    }

    .hs-video-content {
        position: relative;
        height: 75vh;
        width: 100%;
    }

    .ctexts {
        margin-left: -30% !important;
    }
}

/* Larger phones (425px and up, e.g., some Android devices) */
@media (min-width: 425px) {
    .sdd {
        font-size: 10px !important;
    }

    .card {
        border: 1px solid #ddd;
        border-radius: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #fff;

    }

    .footer-widget-heading h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 39px;
        position: relative;
        margin-top: 7%;
    }

    .copyright-area {
        background: #202020;
        height: 118px;
    }

    .hs-video-content {
        position: relative;
        height: 60vh;
        width: 100%;
    }
}

/* Small tablets and larger phones (600px and up) */
@media (min-width: 600px) {

    .footer-widget-heading h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 39px;
        position: relative;
        margin-top: 7%;
    }

    .copyright-area {
        background: #202020;
        height: 118px;
    }
}


/* Hover Effects */
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Button Circle */
.btn-lg-square {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Icon Styles */
.fa {
    font-size: 24px;
}

/* Title and Counter */
h5 {
    color: #333;
    font-weight: 600;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

.residentialt {
    font-size: 35px;
}

.comericialt {
    font-size: 30px;
}

@media (max-width: 576px) {
    .residentialt {

        font-size: 17px;
        margin-top: -7%;
    }

    .comericialt {
        font-size: 20px;
        margin-top: -7%;
    }
}

/* Responsive Text Alignment */
@media (max-width: 576px) {
    .card {
        text-align: center;
    }


}

/* Default state for the icon */
.rotate-on-hover {
    transition: transform 0.5s ease-in-out;
    /* Smooth transition */
}

/* Rotate on hover */
.btn-lg-square:hover .rotate-on-hover {
    transform: rotate(360deg);
    /* Rotate 360 degrees */
}

.text-dark {
    color: #1A2A36 !important;
    font-size: 14px;
}

.owl-carousel-item img {
    height: auto;
    max-height: 500px;
    object-fit: cover;
}


.sliderp1 {
    text-align: justify;
    color: white;
    font-size: 20px;
}

.outter.hero-video {
    position: relative;
    height: 100vh;
    /* Full viewport height */
    overflow: hidden;
}

/* Video Container */
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Video Styles */
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Callout Styles (Text and Button Over Video) */
.callout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    padding: 20px;
    justify-content: center;

}

.callout h1 {
    color: white;
}

.callout .video1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    color: white;
    width: 100%;
    justify-content: center;
}

.callout a.button {
    display: inline-block;
    background-color: #ed9d35;
    color: white;
    padding: 13px 13px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.callout a.button:hover {
    background-color: #cc7a00;
}

.text-container {
    display: flex;
    justify-content: center;
    /* Horizontally centers the content */
    align-items: center;
    /* Vertically centers the content */
    height: 30vh;
    /* Full viewport height for demonstration */
    text-align: justify;
    /* Justifies the text */
    color: white;
}

.text-content {
    max-width: 600px;
    /* Optional: limits the width of the paragraph */
    font-size: 16px;
    /* Adjusts font size */
    color: white;
}

/* About responsive  */

.hs-video-content {
    position: relative;
    height: 80vh;
    width: 100%;
}

/* Background video styles */
.hs-video-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Text overlay styles */
.hs-section-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding: 60px;
}

.hs-section-content h2 {
    font-size: 2.5rem;
    margin: 10px 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hs-section-content p {
    font-size: 1.2rem;
    margin: 20px 0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.hs-banner-btn-block {
    margin-top: 30px;
}

.hs-banner-btn {
    background-color: #ed9d35;
    color: white;
    padding: 15px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
}

.hs-banner-btn:hover {
    background-color: #ed9d35;
    color: white;
}

.jurneyabout {
    display: block;
    /* Ensures the image behaves as a block-level element */
    max-width: 100%;
    /* Ensures the image doesn't overflow its container */
    height: auto;
    /* Maintains the aspect ratio of the image */
    border-radius: 10px;
    /* Optional: Adds rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Optional: Adds a subtle shadow */
    margin: 0 auto;
}

.container.about {
    position: relative;
}

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

.text-overlay h4 {
    margin: 0;
    font-size: 1.5rem;
    color: #ed9d35;

}

.ctexts {
    margin-left: -62% !important;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -50%);
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 57%;
    backdrop-filter: blur(20px);
    border-radius: 26px;
    box-shadow: 10px 10px 7px -1px rgba(0, 0, 0, 0.24);
}

.bannerimg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-width: 100%;
}

.btncarrier {
    margin-top: 3%;
    margin-bottom: 2%;
}

.text-overlay p {
    font-size: 1rem;
    /* Adjust additional text size */
    margin: 10px 0 0;
    /* Adds spacing below the heading */
}

.jurneyabout {
    width: 100%;
    min-height: 220px;
}

.imgsolar {
    object-fit: cover;
    border-radius: 38px;
    height: 415px;
    left: 45px;
    top: 105px;
}

.govimg {
    object-fit: cover;
    border-radius: 38px;
    height: 598px;
    left: 45px;
    top: 59px;
}

.commercialimg {
    object-fit: cover;
    height: 414px;
    top: 82px;
    border-radius: 38px;
    width: 96%;
}

.indeximg1 {
    object-fit: cover;
    height: 442px;
    border-radius: 38px;
    top: 99px;
}

.indeximg3 {
    object-fit: cover;
    height: 428px;
    border-radius: 38px;
}

.aboutimg1 {
    object-fit: cover;
    height: 722px;
    border-radius: 38px;
    width: 100%;
}

#heading {
    box-shadow: 0 4px 12px rgb(16 16 16 / 40%);
    color: white;
}

.utilizationclass {
    padding-top: 62px;
    background: aliceblue;
    margin-top: 4%;
    min-height: 559px;
}

.SolarCalculationimg {
    width: 67%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 428px;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.solarcard {
    width: 74%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    height: 428px;
}

.headingtestmonials {
    font-size: 30px;
}

.contactclassd {
    margin-top: 0px;
}

.abutimg4 {
    object-fit: cover;
    height: 546px;
    border-radius: 38px;

    border-radius: 38px;
    width: 100%;
}

.aboutimg5 {
    object-fit: cover;
    height: 449px;
    border-radius: 38px;
    width: 100%;
}

/* Responsive text adjustments */
@media (max-width: 768px) {
    .comericialt {
        font-size: 20px;
        margin-top: 3%;
    }

    .residentialt {
        font-size: 17px;
        margin-top: 3%;
    }

    .governmenttext {
        margin-top: 3%;
    }

    .solarparkd {
        margin-top: 3%;
    }

    .aboutimg5 {
        object-fit: cover;

        border-radius: 38px;
        height: 311px;
        width: 100%;
    }

    .abutimg4 {
        object-fit: cover;
        height: 374px;
        border-radius: 38px;
        border-radius: 38px;
        width: 100%;
    }

    .aboutimg1 {
        object-fit: cover;
        height: 368px;
        border-radius: 38px;
        /* right: -17px; */
        width: 100%;
    }

    .contactclassd {
        margin-top: 25px !important;
    }

    .headingtestmonials {
        font-size: 25px;
    }

    .solarcard {
        width: 93%;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 15px;
        height: 428px;
    }

    #heading {
        font-size: 22px;
        box-shadow: 0 4px 12px rgb(16 16 16 / 40%);
    }

    .indeximg3 {
        object-fit: cover;
        height: 330px;
        border-radius: 38px;
    }

    .indeximg1 {
        object-fit: cover;
        height: 442px;
        border-radius: 38px;
        top: -50px;
    }

    .commercialimg {
        object-fit: cover;
        height: 414px;
        top: -35px !important;
        border-radius: 38px !important;
        width: 100%;
    }

    .imgsolar {
        height: 386px !important;
        left: 0px !important;
        top: 0px !important;
    }

    .govimg {
        border-radius: 38px !important;
        height: 386px !important;
        /* Adjust border-radius for smaller screens */
        left: 0px !important;
        top: 0px !important;
    }

    .jurneyabout {
        width: 100%;
        min-height: 100px;
    }

    .map-container {
        padding-top: 65%;
        height: 300px;
        /* Slightly taller for tablet portrait */
    }

    .callout h1 {
        font-size: 2rem;
        color: white;
        justify-content: center;
    }

    .callout {
        width: 405px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 10;
        padding: 20px;
        justify-content: center;
    }

    .callout a.button {
        font-size: 1rem;
        padding: 10px 20px;
    }

    .bex {
        margin-top: 8%;
    }

    .copyright-area {
        background: #202020;
        height: 118px;
    }

    .ctexts {
        margin-left: -23% !important;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 12px;
    }

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

    .hs-section-content h2 {
        font-size: 1rem;
    }

    .hs-section-content p {
        font-size: 1rem;
    }

    .text-overlay {
        position: absolute;
        top: 55%;
        left: 48%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        width: 80%;
        backdrop-filter: blur(20px);
        border-radius: 26px;
        box-shadow: 10px 10px 7px -1px rgba(0, 0, 0, 0.24);
    }

    .text-overlay h4 {
        margin: 0;
        /* font-size: 1.5rem; */
        color: #ed9d35;
        margin-left: -2%;
        font-size: 16px;
    }

    .ctexts {
        margin-left: -30% !important;
    }

    .bannerimg {
        background-repeat: no-repeat;
        background-size: cover;
        height: 519px;
        max-width: 100%;
    }

    .btncarrier {
        margin-top: 3%;
        margin-bottom: 13%;
    }

    .text-overlay p {
        font-size: 13px;
        /* Adjust additional text size */
        margin: 10px 0 0;
        /* Adds spacing below the heading */
    }
}


.sercvi {
    height: 400px;
}

.serc {
    height: 275px;
}

@media (min-width: 413px) {
    .hs-banner-btn-block {
        width: 102%;
    }

    .sercvi {
        height: 400px;
    }

    .hs-video-content {
        position: relative;
        height: 75vh;
        width: 100%;
    }

    #a4 {
        text-align: justify;
        font-size: 22px;
        text-align: center;
    }

    .jurneyabout {
        width: 100%;
        min-height: 109px;
    }


}

@media(max-width:413px) {
    .hs-banner-btn-block {
        width: 102%;
    }

    .sercvi {
        height: 454px;
    }

    .serc {
        height: 360px;
    }

    .text-overlay {
        position: absolute;
        top: 55%;
        left: 48%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        width: 80%;
        backdrop-filter: blur(20px);
        border-radius: 26px;
        box-shadow: 10px 10px 7px -1px rgba(0, 0, 0, 0.24);
    }
}

.dot-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    /* Inherits the color, e.g., text-primary */
    border-radius: 50%;
    /* Makes it a perfect circle */
    margin-right: 5px;
    /* Adjust spacing as needed */
}




























ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: white;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {

    max-width: 122px;
    height: 118px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: white;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: white;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}



.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: white;
    padding-top: 15px;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: white;
}

.btn-whatsapp-pulse {
    z-index: 1000;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 26px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



/* Base style for the map container */
.map-container {
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border: 3px solid #000;
    /* Optional border styling */
    height: 142px;
}

/* Full-width, responsive iframe styling */
.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* General Mobile (up to 600px wide) */
@media (max-width: 600px) {
    .hs-banner-btn-block {
        width: 102%;
    }

    .map-container {
        padding-top: 75%;
        /* Taller aspect ratio for mobile */
        height: 200px;
    }

}

/* Small Phones (up to 480px wide) */
@media (max-width: 480px) {
    .hs-section-content {
        position: relative;
        z-index: 1;
        text-align: center;
        color: white;
        padding: 3px;
    }

    #a4 {
        text-align: justify;
        font-size: 17px;
        text-align: center;
    }
}

.hs-banner-btn-block {
    width: 102%;
}

.map-container {
    padding-top: 100%;
    height: 250px;
    /* Square aspect ratio for very small screens */
}
}


@media (max-width: 400px) {
    .jurneyabout {
        width: 100%;
        min-height: 96px;
    }

    .hs-banner-btn-block {
        width: 102%;
    }

    .presencecard {
        width: 90% !important;
    }
}


/* Tablets and Small Laptops (up to 992px wide) */
@media (max-width: 992px) {
    .map-container {
        padding-top: 56.25%;
        height: 250px;
        /* Return to 16:9 aspect ratio */
    }
}

/* Container for the flip effect */

.aboutimg {

    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;

}

.visionimg {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.startingabout {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.indeximg {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.aboutimg2 {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}



.tagline {
    background: #3b3f50;
    color: #fff;
    padding: 20px 30px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-top: -114px;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .p-lg-5 {
        margin-top: 0px !important;
    }

}

@media (max-width: 768px) {
    .homes-section-gif {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .p-lg-5 {
        margin-top: 0px !important;
    }

}

.homes-section-gif {
    background-color: #fff;
    display: flex;
    height: 6rem;
    justify-content: center;
}

.tagline {
    background: #3b3f50;
    color: #fff;
    padding: 20px 30px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-top: -114px;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .p-lg-5 {
        margin-top: 0px !important;
    }

}

@media (max-width: 768px) {
    .homes-section-gif {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .p-lg-5 {
        margin-top: 0px !important;
    }

}

.homes-section-gif {
    background-color: #fff;
    display: flex;
    height: 6rem;
    justify-content: center;
}

.dff {
    position: absolute;
    top: 5px;
    left: 5;
    z-index: 9999;
    margin-top: 10%;
}

@media (max-width: 420px) {
    .dff {
        position: absolute !important;
        left: 5px !important;
        z-index: 9999;
        margin-top: 5%;
    }

    .slideInDown {
        font-size: 16px !important;
    }
    .display-5{
        font-size: 23px !important;
    }

    .ramx {
        font-size: 16px !important;
    }
.zaaa{
    font-size: 25px !important;
}
}


/* Form container */
.form-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    color: #333;
}

.form-container h2 {
    color: #0000ff;
    font-size: 24px;
    margin-bottom: 10px;
}

.highlight {
    color: #00c4ff;
    font-weight: bold;
}

.form-container p {
    font-size: 14px;
    margin-bottom: 20px;
}

/* Form */
.solar-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.HousingSociety {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.commericals{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}


/* Form rows and groups */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

.form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Radio buttons */
.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}



.custom-radio:hover {
    background-color: #d9e6ff;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio.selected {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* Checkbox */
.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.form-check-label {
    font-size: 12px;
}

.form-check a {
    color: #007bff;
    text-decoration: none;
}

/* Button */
.btn {

    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #b38900;
}

/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}



/* Flex layout for form rows */
.form-row {
    display: flex;
    gap: 20px;
    /* Space between fields */
    justify-content: space-between;
    align-items: flex-start;
}

.form-group {
    flex: 1;
    /* Equal width for fields */
}

.form-control {
    width: 100%;
    /* Ensure inputs span the full width of their container */
}

/* Adjust layout for smaller screens */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}



.dark-mode .blog-text {
    color: #FE6C33;
}

/* .dark-mode footer.one:before{
    background-color:#17195A;
} */

.slider {
    content: "";
    position: absolute;
    /* top: 0; */
    /* left: 51px; */
    right: 25px;
    width: 0px;
    height: 49px;
    background: #ed9d35;
    border-radius: 23px;
    transition: all 0.5s 0.3s ease;
    transform: translate(-6%, 0);
    z-index: -5;
    padding-left: 20px;
}

.slider p {
    font-family: arial;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.6s ease;
}

.fixed-container-right div:hover .slider {
    width: 180px;
    transition: all 0.5s ease;
}

.fixed-container-right div:hover .slider p {
    opacity: 1;
    transition: all 1s 0.2s ease;
}

.calculator-fixd i,
.brochure-fixd i,
.Phone-fixd i,
.whatsapp-fixd i {
    font-size: 30px;
    color: #fff;
}

.fixed-container-right {
    position: fixed;
    right: 0;
    top: calc(50% - 20px);
    width: 70px;
    height: 300px;
    display: flex;
    /*z-index: 700;*/
    z-index: 4;
    top: 250px;
    flex-direction: column;
    gap: 9px;
}

.fixed-container-right div {
    background-color: #ed9d35;
    color: #FFF;
    border-radius: 2em;
    text-align: center;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
}

.has-children-1:before,
.has-children-2:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 10px;
    width: 8px;
    height: 8px;
    z-index: 1;
}

.slider p {
    font-family: arial;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.6s ease;
}
 /* Main container styles */
 .container-fluid {
    width: 100%;
}

.jobdetails {
    background: #f2f2f2;
    padding: 10px;
    padding: 10px 130px;
    min-height: 250px;
}



.job-details {
    flex: 1;
    /* Allows the left side to take up available space */
    min-width: 200px;
    /* Ensures minimum width for readability */
}

.job-actions {
    display: flex;
    gap: 10px;
    /* Adds spacing between buttons */
    flex-wrap: wrap;
    /* Wrap buttons on smaller screens */
}

.job-actions button {
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
}


.landingpageh1{
    color:white;
    font-size:40px
}

.Lh1{
    font-size: 39px; font-family: 'Poppins', sans-serif;  line-height: 1.2; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .landingpageh1{
        color:white;font-size:23px
    }
    .Lh1{
        font-size: 25px; font-family: 'Poppins', sans-serif;  line-height: 1.2; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    }

    .landingform{
        margin-top:5%;
        margin-bottom: 14%;
    }
    .jobdetails {
        background: #f2f2f2;
        padding: 10px;

        min-height: 250px;
    }


    .job-actions {
        width: 100%;
        /* Buttons take full width */
        justify-content: flex-start;
        /* Align buttons to the left */
        gap: 10px;
    }

    .job-actions button {
        flex: 1;
        /* Ensure buttons stretch evenly if needed */
    }
}
.custom-radio input[type="radio"]:checked+.form-label {
    background-color: #f0f8ff;
    border-color: #007bff;
    color: #007bff;
}

.custom-radio .form-label {
    padding: 10px;
    border: 2px solid #ccc;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.custom-radio input[type="radio"]:checked+.form-label {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}
.feature .feature-box:hover {
    background: #355EFC;
    border-color: #355EFC !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}
.custom-radio-block .custom-radio input[type="radio"] {
    display: none;
    /* Hides the default radio buttons */
}



.custom-radio.active {
    background-color: #ed9d35;
    color: #fff;
    border-color: #ed9d35;
}

 /* Gallery Styling */
 .gallery-item {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h5,
.gallery-overlay p {
    margin: 0;
    padding: 0;
    color: #fff;
}

.gallery-overlay a {
    margin-top: 10px;
}
