.copyright-area {background: #202020; height: 90px;}
.responsivecopyright {
    padding-top: 10px;
    font-size: 14px;
}

.copyright-area .btm_linksss {
    text-align: right;
    color: #fff;
    margin-top: 10px;
}
.copyright-area .btm_linksss a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin: 0px 10px;
    text-decoration: none;
}
.copyright-area .btm_linksss a:last-child{margin-right: 0;}
.copyright-area .btm_linksss a:hover {
    text-decoration: underline;
}


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

/* Button Circle */
.btn-lg-square {
width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12px;
    border: #ed9d35 solid 1px !important;
    background: #ed9d35 !important;
}

/* 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;
}


/* 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: 740px;
    object-fit: cover;
}

.hm_pagess .owl-carousel-item:before {
    background:#00000047;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}

.hm_pagess .hm_bgr_mng_contects {
    max-width: 1050px;
    width: 100%;
}
.hm_pagess .hm_bgr_mng_contects h1 {
font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 1px;
}
.hm_pagess .hm_bgr_mng_contects h1 span.strort {
    display: block;
}
.hm_pagess .hm_bgr_mng_contects h1 span.strort strong {
    font-weight: 700;
}
.hm_pagess .hm_bgr_mng_contects p.sliderp1 {
    max-width: 710px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.hm_pagess .hm_bgr_mng_contects a.hm_btnnns {
    background: #fff;
    border-radius: 100px;
    display: flex;
    width: max-content;
    padding: 4px 4px 4px 14px;
    color: #2C2C2C;
    line-height: 38px;
    font-weight: 500;
    font-size: 20px;
}
.hm_pagess .hm_bgr_mng_contects a.hm_btnnns img {
    width: 38px;
    height: 38px;
    margin-left: 10px;
    position: relative;
    top: 0px;
}
.hm_pagess .hm_bgr_mng_contects a.hm_btnnns:hover {
    background: #faecd9;
    color: #000000;
    box-shadow: 0px 2px 5px #efb465;
}

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


.appointment-right-section .al_form_flld {
    display: inline-block;
    width: 100%;
}
.appointment-right-section .al_form_flld label {
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
}
.appointment-right-section .al_form_flld .form-control {
    padding: 0.7rem;
    border: 1px solid #BDBDBD;
    background-color: #fff;
    border-radius: 5px;
}

.appointment-right-section .al_form_flld .form-select {
     padding: 0.7rem;
    border: 1px solid #BDBDBD;
    background-color: #fff;
    border-radius: 5px;
}

button.bkapoments {
    background-color: #031121;
    color: white;
    border-radius: 50px;
    padding: 7px 5px 7px 15px;
    font-weight: 500;
    border: none;
    display: inline-block;
    width: auto;
}
button.bkapoments:hover{
    background-color: #031121;
    color: #fff;
    box-shadow: 0px 4px 7px #ccc;
}

button.bkapoments .roud_boox {
    width: 32px;
    height: 32px;
    background-color: #F59E0B;
    border-radius: 50%;
}


.mb_view_show{display: none !important;}





.sercvi {
    height: 400px;
}

.serc {
    height: 275px;
}

.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:#051421;
    position: relative;
}

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

.single-cta i {
color: #ed9d35;
    font-size: 24px;
    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: max-content;
    height: auto;
}

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

.footer-social-icon span {
    color:#ed9d35;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
}

.footer-widget .footer-text p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 80px;
}

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

.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: #ed9d35;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
}


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

.footer-widget ul li a:hover {
    color: #ed9d35;
    padding-left: 2px;
    text-decoration: underline;
}

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



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

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




/* 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;
}



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



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




/* 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 */




/* 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 */




.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: "DM Sans", sans-serif;
    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: "DM Sans", sans-serif;
    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: "DM Sans", 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 */

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




.jsb-timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  position: relative;
  flex-wrap: wrap;
}

.timeline-item {
  width: 18%;
  text-align: center;
  position: relative;
}

.timeline-item {
  margin-bottom: 80px;
}


.bar {
      width: 258px;
    height: 29px;
  margin: 15px auto;
  transform: skewX(-20deg);
}

.bar.dark {
  background: #0c1b2a;
}

.bar.orange {
  background: rgba(236, 157, 52, 1)
}

.year {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}

.year.orange {
  color: #f4a338;
}

.year.dark {
  color: #0c1b2a;
}

.dot {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

/* LABEL COMMON */
.dot::before,
.dot::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  color: #000;
}

/* TOP → label ABOVE dot */
.timeline-item.top .dot::before {
  content: attr(data-label);
  bottom: 115%;
}

/* BOTTOM → label BELOW dot */
.timeline-item.bottom .dot::after {
  content: attr(data-label);
  top: 115%;
}

/* 🔥 Vertical line */
.timeline-item.top .dot::after {
    content: "";
    position: absolute;
    top: -85px;
    left: 50%;
    width: 2px;
    height: 89px;
    background: #000;
    transform: translateX(-50%);
}

.timeline-item.bottom .dot::before {
  content: "";
  position: absolute;
  /* bottom: 10px; */
  left: 50%;
  width: 2px;
  height: 89px;
  background: #000;
  transform: translateX(-50%);
}


.why_ch_jsb.journey_areea .timeline-item.top p.label {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
}

.timeline-item .label {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}




.redicontxtx:hover {
  background: rgba(5, 20, 33, 1);
}

.redicontxtx:hover h5,
.redicontxtx:hover p {
  color: #ffffff;
}

.five-col {
    display: flex;
    flex-wrap: nowrap;
  }

  .five-col .client-card {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .five-col {
    display: flex;
    flex-wrap: nowrap;
  }

  .five-col .client-card {
    flex: 0 0 20%;
    max-width: 20%;
  }


  .contact-info-section {
  padding: 80px 0;
  background: #fff;
}

.contact-info-row {
    display: flex;
    margin: 10px 166px 20px 132px;

}



.contact-card {
  width: 33%;
  padding: 30px 20px;
  border-right: 1px solid #e5e5e5;
}

.icon-circle {
   height: 44px;
    width: 44px;
    background: rgba(235, 235, 235, 1);
    border-radius: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-card:last-child {
  border-right: none;
}

.contact-card i {
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-card p {
  font-size: 14px;
  color: #777;
  margin-bottom: 6px;
}

.contact-card strong {
  font-size: 14px;
  color: #111;
}

.consult-section {
  background: #fff;
  padding: 60px 0;
}

.consult-wrapper {
  display: flex;
  background: #f6f1e3;
  border-radius: 12px;
  overflow: hidden;
}

/* LEFT */
.consult-tabs {
  width: 434px;
  background: linear-gradient(180deg, #041d2d, #000c15);
  padding: 40px 0;
}

.consult-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.consult-tabs li {
  color: #bfcad1;
  padding: 16px 30px;
  cursor: pointer;
  font-size: 16px;
}

.consult-tabs li.active {
  background: #0b2a3c;
  color: #fff;
  border-left: 4px solid #f5a623;
}

/* RIGHT */
.consult-form {
  flex: 1;
  padding: 40px;
}

.consult-form label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.consult-form input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.consult-form input#terms{
    width: 0;
}

.option-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.option-group button {
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.option-group button:hover,
.option-group button.active {
  background: #0b2a3c;
  color: #fff;
}

.submit-btn {
  background: #0b2a3c;
  color: #fff;
  padding: 12px 22px;
  border-radius: 25px;
  border: none;
  margin-top: 20px;
}

/* TABS */
.form-tab {
  display: none;
}

.form-tab.active {
  display: block;
}


.faq-section {
  padding: 80px 0;
  background: #fff;
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.faq-accordion {
    display: inline-block;
    width: 100%;
}

.faq-accordion .faq-item {
    border-bottom: 1px solid #C5C5C5;
    padding: 5px 0 15px;
    margin-bottom: 15px;
}
.faq-accordion .faq-item:last-child{margin-bottom: 0; border-bottom: none;}

.faq-accordion .faq-item h5 {
    font-size: 20px;
    color: #051623;
    margin: 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}

.faq-question .icon {
  font-size: 24px;
  font-weight: 400;
  color: #051623;
}

.faq-answer {
margin-top: 12px;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 1.6;
    font-weight: 500;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .icon {
  content: "−";
  color: #051623;
}

button.hm_btnnns.btn.form_cnt {
    background: rgba(8, 22, 35, 1);
    border-radius: 30px;
    margin: 10px;
}

button.hm_btnnns.btn.form_cnt img {
    padding-left: 5px;
}




/* Open Positions */

.container.carrereposition {
    background: white;
}


.postion-listing {
    max-width: 1100px;
    margin: auto;
}

.postion-card {
    padding: 24px 0;
}

.postion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid slategrey;
    padding-bottom: 13px;
}

.postion-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.postion-type {
    font-size: 13px;
    color: #777;
}

.postion-arrow {
    width: 38px;
    height: 38px;
    background: #0b1d2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}


.postion-arrow:hover {
    background: #f9a825;
    color: #000;
}

.postion-desc {
    font-size: 14px;
    color: #555;
    margin: 12px 0 10px;
    max-width: 90%;
}


.sec_title_pos{
    font-size: 35px !important;
    margin-bottom: 20px !important;

}

.job-actions.job_cmd{
    justify-content: right;
    margin-bottom: 92px;
}

button.btn.refer-btn.can_rfr {
width: 185px;
    height: 40px;
    background: rgba(255, 255, 255, 1) !important;
    color: black;
    border: 1px solid;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
}

button.btn.refer-btn.can_rfr:hover {
    background: #f8f8f8 !important;
    box-shadow: 0px 2px 8px #ccc;
}


button.hm_btnnns.btn.form_cnt.appy-btn {
    margin: 0 !important;
    width: auto;
    height: 41px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding: 0 50px 0 20px;
    color: #fff;
}
button.hm_btnnns.btn.form_cnt.appy-btn:hover{ box-shadow: 0px 2px 8px #ccc;}

button.hm_btnnns.btn.form_cnt.appy-btn img {
    width: 35px;
    height: 31px;
    top: 4px;
    right: 5px;
    position: absolute;
}

/* Apply Box */
.apply-box {
    border: 1px solid #C3C3C3;
    border-radius: 0;
    padding: 25px;
    background: #fff;
    position: sticky;
    top: 20px;
    box-shadow: 0px 1px 7px #dcdcdc;
}

.apply-box h4 {
font-weight: 500;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 25px;
    font-size: 24px;
    text-align: left;
}



.apply-box label {
    font-size: 16px;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 6px;
}



/* Upload */
.upload-box {
    border: 1px dashed #ccc;
    padding: 18px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}

.upload-box input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-box span {
    display: block;
    font-size: 14px;
    color: #333;
}

.upload-box small {
    font-size: 12px;
    color: #777;
}

/* Refer & Earn */
.refer-earn-section {
    background: #f6efe0;
    padding: 70px 0;
}

.refer-earn-section .container {
    max-width: 1200px !important;
    width: 100%;
}

.refer-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}

.refer-earn-section .refer-box {
    padding: 20px 0 0;
    text-align: left;
}

.refer-earn-section .refer-box .refer-icon {
    width: 47px;
    height: 47px;
    margin: 0 0 12px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9a825;
    font-size: 18px;
}

.refer-earn-section .refer-box h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1E1E1E;
}

.refer-earn-section .refer-box p {
    font-size: 16px;
    color: #626262;
    line-height: 24px;
    font-weight: 500;
}

/* Referral link box */
.refer-link-box {
    max-width: 700px;
    margin: 25px auto 0;
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: #BDBDBD solid 1px;
}

.refer-link-box input {
    border: none;
    padding: 12px 15px;
    flex: 1;
    font-size: 14px;
}

.refer-link-box input:focus {
    outline: none;
}

.copy-btn {
    background: #0b1d2a;
    color: #fff;
    border: none;
    padding: 0 18px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.copy-btn:hover {
    background: #f9a825;
    color: #ffffff;
}

/* Terms */
.terms-section {
    padding: 60px 0;
}

.terms-section h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.terms-section ol {
    padding-left: 18px;
}

.terms-section li {
    font-size: 18px;
    color: #1E1E1E;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 500;
}


.tc_heading h5 {
    font-size: 24px;
    color: #1E1E1E;
}
.tc_content p {
    font-size: 16px;
    color: #626262;
    font-weight: 500;
}
/* ======================= Styles for Book an appointment =============================== */

/* =====header====== */
.bk-pages .al_soprts_bgr .img_header {
    height: 480px;
    object-fit: cover;
}
.bk-pages .brd_appointment {
    /* margin-top: 20px; */
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.hm_pagess.aboutuspgs .al_soprts_bgr .brd_appointment a {
    color: #fff;
    text-decoration: none;
}
.hm_pagess.aboutuspgs .al_soprts_bgr .brd_appointment a:hover {
    color: #ed9d35;
    text-decoration: underline;
}

.hm_pagess.aboutuspgs .al_soprts_bgr .text_container_box {
    position: absolute;
    top: -20px;
    left: 0;
    max-width: 1340px !important;
    width: 100%;
    margin: 0 auto;
    right: 0;
    height: 100%;
}

@media (max-width:767px) {

.bk-pages .al_soprts_bgr .img_header {
    height: 350px;
    object-fit: cover;
 }

}

/* ===========appointment=========== */
.appointment-left-section {
    background-color: #031121;
    padding: 3rem;
}

.appointment-text-gradient{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, #1e3a8a, transparent);
    opacity: 0.1;
    pointer-events: none;
}
.title-bk-text {
    color: #ffffff;
}
.para-bk-text {
    color: #d1d5db;
    font-size: 1.1rem;
    line-height: 1.6;
}
.apt_working_text {
    color: #ffffff;
}
.appointment-right-section {
    background-color: #F3EFE0;
    padding: 2rem;
}
/* =====================Portfolio=================== */
/* --- New Section: Project Filters --- */
.prtf-filter-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #f8f9fa; /* Light background to match grid */
    text-align: center;
}

.prtf-filter-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: black; /* Using #1f2937 from previous css */
    margin-bottom: 2.5rem;
}

.prtf-container .filter-btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.prtf-container .btn-filter {
    background-color: white;
    color: black;
    border: 1px solid #d1d5db; /* Light gray border */
    border-radius: 50px; /* Pill shape */
    padding: 0.75rem 2rem;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.prtf-container .btn-filter:hover {
    border-color: #051624;
    color: #051624;
    background-color: transparent;
}

/* Active State (The Dark Button) */
.prtf-container .btn-filter.active {
    background-color: #051624; /* #031121 */
    color: white;
    border-color: #051624;
}

/* --- Section 1: Projects --- */
.prft-cards-section1 {
    background: linear-gradient(to bottom, #ffffff 80%, #051624 20%);
}
.prtf-project-card {
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
    background: #fff;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-img-wrapper {
    height: 392px;
    overflow: hidden;
}

.project-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prtf-project-body {
    padding: 1.5rem;
    min-height: 00px;
    display: flex;
    align-items: center;
}

.project-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* --- Stats Section --- */
.stats-section {
    background-color: var(--color-navy);
    color: white;
    padding: 4rem 0;
    margin-top: 4rem;
}
.prft-stats-bg-dark {
    background-color: #051624;
}
.prft-stat-value {
    color: #EC9D34;
    font-size: 55px;
    font-weight: 600;
}
.prft-stat-label {
    color: #ffffff;
    font-size: 20px;
}

/* --- Awards Section --- */
.awards-section {
    padding: 5rem 0rem;
    background-color: #fff;
    text-align: center;
}

.awards-title {
    font-size: 45px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4rem;
    line-height: 1.3;
}

/* Grid Layout */
.awards-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

/* THE POLYGON CARD */
.award-card-wrapper {
    /* The drop-shadow filter must be on the wrapper/parent
       to follow the clipped shape of the child */
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
    width: 300px;
    margin-bottom: 2rem;
}

.award-card-shape {
    background-color: white;
    width: 100%;
    /* This creates the exact pointed bottom shape */
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
    padding-bottom: 3rem; /* Extra space for the point */
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px;
}

/* Top Icon Tab */
.award-icon-tab {
    width: 50px;
    height: 60px;
    background-color: #F59E0B; /* Default Orange */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
    margin-top: -5px; /* Pull it up slightly to flush with top */
}

.award-icon-tab i {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 8px; /* Optical adjustment */
}

/* Card Content */
.award-body {
    padding: 2rem 1.5rem 1rem 1.5rem;
    flex-grow: 1;
}

.award-body h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.award-code {
    font-size: 0.75rem;
    color: #9ca3af;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

/* Colored Strip */
.award-strip {
    background-color: #F59E0B; /* Default Orange */
    color: white;
    font-size: 0.6rem;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    margin-top: auto; /* Push to bottom of flex container */
}

/* Year at Bottom */
.award-year {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4b5563;
    padding-top: 1rem;
    padding-bottom: 2rem; /* Pushes text up from the very point */
}

/* --- Color Variants --- */
.variant-red .award-icon-tab,
.variant-red .award-strip {
    background-color: #be123c; /* Red color */
}

.variant-orange .award-icon-tab,
.variant-orange .award-strip {
    background-color: #F59E0B; /* Orange color */
}

/* Responsive */
@media (max-width: 768px) {
    .awards-title {
        font-size: 1.5rem;
    }
}

/* Dark Info Cards (Awards Row 2 & Resources) */
.prtf-dark-card {
    background-color: #051624;
    color: white;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    border: none;
}

.prtf-dark-card h5 {
    color: white;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    min-height: 68px;
}

.prtf-dark-card-text {
    font-size: 1rem;
    color: white;
    margin-bottom: 1.5rem;
}

.prtf-link-orange {
    color: #EC9D34;
    font-weight: 600;
    font-size: 0.9rem;
}

.prtf-link-orange:hover {
    color: #ffbf47;
}

/* --- Section 3: Glimpse of Work (Updated) --- */
.glimpse-section {
    padding: 5rem 0;
    background-color: #fff;
}

.glimpse-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

/* Image Grid Styling */
.glimpse-img-wrapper {
    position: relative;
    width: 100%;
    height: 280px; /* Fixed height for consistency in the 2x2 grid */
    overflow: hidden;
}

.glimpse-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.glimpse-img-wrapper:hover img {
    transform: scale(1.05);
}

/* Specific styling for the tall right image */
.glimpse-tall-wrapper {
    width: 100%;
    height: 100%; /* Fill the parent column height */
    min-height: 600px; /* Minimum height ensures it looks tall on wider screens */
    overflow: hidden;
    position: relative;
}
.glimpse-tall-wrapper img{
    transition: transform 0.5s ease;
}
.glimpse-tall-wrapper:hover img {
    transform: scale(1.05);
}

.glimpse-tall-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay Text for the Award Image */
.img-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%; /* Only cover bottom half */
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    display: none;
    align-items: flex-end;
    padding: 1.5rem;
}
.glimpse-img-wrapper:hover .img-overlay-gradient {
    display: block !important;
}
.glimpse-img-wrapper:hover .img-overlay-gradient p.overlay-text {
    position: absolute;
    bottom: 20px;
}
.glimpse-tall-wrapper:hover .img-overlay-gradient {
    display: block !important;
}
.glimpse-tall-wrapper:hover .img-overlay-gradient p.overlay-text {
    position: absolute;
    bottom: 20px;
}

.overlay-text {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .glimpse-tall-wrapper {
        height: 400px; /* Shorter on mobile when stacked */
        min-height: auto;
        margin-top: 1.5rem;
    }
    .glimpse-heading {
        font-size: 2rem;
    }
    .glimpse-img-wrapper {
        height: 220px;
    }
}

/* --- Section 4: Experts --- */
.expert-img {
    width: 100%;
    aspect-ratio: 1/1.1;
    object-fit: cover;
    margin-bottom: 1rem;
    filter: grayscale(20%);
    transition: filter 0.3s;
}

.expert-card:hover .expert-img {
    filter: grayscale(0%);
}

.expert-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    color: black;
}

.expert-role {
    font-size: 0.85rem;
    color: var(--color-text-light);
}

/* --- Section 5: Testimonials (Updated) --- */
.testimonial-section {
    padding: 5rem 0;
    background-color: #fff;
    overflow: hidden; /* Prevents scrollbar if logic is added later */
}

/* Header Styling */
.testimonial-label {
    font-size: 1.1rem;
    color: #343434; /* Grey text */
    font-weight: 500;
}

.testimonial-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #051624;
}

/* Card Styling */
.testi-card {
    border-radius: 12px;
    padding: 2.5rem 2rem;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

/* Light Card (Default) */
.testi-card.light {
    background-color: #f9fafb; /* Very light grey */
    color: #374151;
}

/* Dark Card (Active) */
.testi-card.dark {
    background-color: #031121; /* Custom Navy */
    color: white;
}

.testi-stars {
    color: #F59E0B; /* Orange/Yellow */
    font-size: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
}

.testi-text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 400;
}

/* Quote Icon */
.quote-icon-large {
    font-size: 4rem;
    line-height: 1;
    font-family: serif;
    position: absolute;
    bottom: 5rem; /* Position above the user profile */
    right: 2rem;
    opacity: 1;
}

.light .quote-icon-large {
    color: #111;
}

.dark .quote-icon-large {
    color: #fff;
}

/* User Profile */
.testi-user {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto; /* Pushes to bottom */
}

.user-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.user-info span {
    font-size: 0.85rem;
    color: #9ca3af;
}

/* --- Carousel Controls Design --- */
.carousel-controls-row {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Circular Buttons */
.nav-btn-group {
    display: flex;
    gap: 1rem;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2rem;
}

/* Left Arrow (Red/Pinkish Outline) */
.nav-btn.prev {
    border: 1px solid #dc2626;
    color: #dc2626;
}

.nav-btn.prev:hover {
    background-color: #dc2626;
    color: white;
}

/* Right Arrow (Grey Outline) */
.nav-btn.next {
    border: 1px solid #d1d5db;
    color: #9ca3af;
}

.nav-btn.next:hover {
    border-color: #374151;
    color: #374151;
}

/* Progress Bar indicator */
.custom-progress-container {
    width: 100%;
    max-width: 400px; /* Adjust width of the line */
    height: 4px;
    background-color: #e5e7eb; /* Light grey track */
    border-radius: 2px;
    position: relative;
}

.custom-progress-bar {
    width: 35%; /* The active segment size */
    height: 100%;
    background-color: #4b5563; /* Darker grey active state */
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-heading {
        font-size: 1.8rem;
        text-align: left;
        margin-top: 0.5rem;
    }
    .carousel-controls-row {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }
    .custom-progress-container {
        max-width: 100%;
    }
}





@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 */
    }
}


/* General Mobile (up to 600px wide) */
@media (max-width: 600px) {
    .hs-banner-btn-block { width: 102%;}
    .map-container {padding-top:75%; height:200px;}
}




@media (max-width: 480px) {
    .p-lg-5 {margin-top: 0px !important;}
    .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;}
}


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


@media (max-width: 768px) {
    .homes-section-gif {width: 100%;}
    .form-row {flex-direction: column;}
    .landingpageh1{color:white;font-size:23px}
    .Lh1{font-size:25px; font-family: "DM Sans", 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%; justify-content: flex-start; gap: 10px;}
    .job-actions button {flex: 1;}
}


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


}
/* 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; 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; left: 0px !important; top: 0px !important;}
    .jurneyabout {width: 100%; min-height: 100px;}
    .map-container {padding-top: 65%;  height: 300px;}

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


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

    h1 {font-size: 24px;}
    p {font-size: 14px;}
    .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; 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; margin: 10px 0 0;}
}

/* --- Section 6: Resources --- */
.resource-grid .dark-card {
    text-align: center;
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: #051624;
}
.resources-dark-card {
    color: #ffffff;
    background-color: #051624;
}
.resources-dark-card hr {
    border-color: #ffffff;
    background-color: #ffffff;
}

/* --- Responsive Mobile Tweaks --- */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }
    .stats-section .row > div {
        margin-bottom: 2rem;
    }
    .collage-img {
        height: 250px; /* Force height on mobile */
        margin-bottom: 1rem;
    }
}


/* Small phones (320px and up) */


/* 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: 0%;
    }

    .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: 0%;
    }

    .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: 0%;
    }

    .copyright-area {
        background: #051421;
        height: auto;
        border-top: #BFBFBF4A solid 1px;
        padding-top: 10px;
    }
}


@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);
    }
}

@media (width: 1024px){
.navbar .navbar-nav .nav-link {margin-right: 25px !important;}
}


@media (min-width: 992px) {
    .partner_lgss .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}


@media (min-width: 768px) and (max-width: 1020px) {
    /* iPhone SE, older Android devices, very small phones */
    .demo {margin-bottom: 40px;}
    .demo2{width: 100% !important;}
nav.navbar.navbar-expand-lg.shadow-sm {
        background: #000000e3 !important;
        padding: 20px 0 !important;
    }
   .expert-card .usr_mg_areeea {height: 250px !important;}

    nav.navbar.navbar-expand-lg {background:#000000e3 !important;}
    .navbar-collapse.collapse.show#navbarCollapse .navbar-nav.ms-auto {border-top: 1px solid #eeeeee6b;}

    .solar-hero-bg {padding-top: 110px !important; padding-bottom: 22px;}
    .hero-left-content .hero-desc { max-width: 100%;}
    .rightsolarcard {padding-top: 30px;}

    .container-fluid.factserttts.py-5 .row.g-5 {width: 100%; max-width: 100%; margin: 0 auto;}
    .container-fluid.factserttts.py-5 .row.g-5 .col-sm-6.col-6.tx_mtrr {margin-top: 10px;}

    .btn-lg-square {width: 40px; height: 40px;}
    .container-fluid.hm_pagess.aboutuspgs {height: 400px;}

    .job-actions.job_cmd {margin-bottom: 35px !important;}
    .jpbdtlss .apply-box {padding: 15px;}
    .jpbdtlss .apply-box h4 {font-size: 20px;}

    button.hm_btnnns.btn.form_cnt.appy-btn {font-size: 15px;}
    button.btn.refer-btn.can_rfr {width: auto !important; padding: 0 20px !important; font-size: 15px;}

.refer-earn-section .col-lg-4.col-md-6.mb-4 {
    margin: 0 !important;
}
.refer-earn-section .refer-box .refer-icon {
    width: 42px;
    height: 42px;
    margin: 0 0 8px;
}
.refer-earn-section .refer-box h5 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}
.refer-earn-section .refer-box p {
    font-size: 15px !important;
    line-height: 22px !important;
}
.terms-section li {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    line-height: 22px  !important;
}
.refer-link-box .copy-btn {
    padding: 0 12px;
    font-size: 12px;
}
.refer-link-box .copy-btn img {
    width: 16px;
}


.appointment-left-section {
    padding: 1rem;
}
.appointment-left-section h1.title-bk-text {
    font-weight: 600 !important;
    font-size: 22px;
    margin-bottom: 10px !important;
}
.appointment-left-section p.para-bk-text.mb-5 {
    margin: 0 0 22px !important;
    font-size: 15px;
}
.bk-pages .brd_appointment {
    margin-top: 10px !important;
}
.appointment-right-section {
    padding: 1rem 1rem 1.5rem;
}

.faq-section .faq-title br {
    display: none;
}

.faq-section .faq-title {
    font-size: 22px;
    margin-bottom: 12px;
}
.faq-accordion .faq-item h5 {
    font-size: 15px;
            padding-right: 15px;
}
.faq-item.active .faq-answer p {
    margin: 0;
    font-size: 13px;
}
.appointment-right-section .boknowss.mt-5 {
    margin-top: 20px !important;
}
.footer-cta.pt-5.pb-4 {
    padding-top: 25px !important;
}

    .navbar-collapse.collapse.show#navbarCollapse {background: #000; height: 100vh; position: absolute; top:73px; left: 0; width: 100%;}
    .container-fluid.hm_pagess.aboutuspgs img.img-fluid.w-100 {height: 100%; width: 100%; object-fit: cover;}
    .container-fluid.hm_pagess.aboutuspgs .hm_bgr_mng_contects h1 {font-size: 22px !important; font-weight: 600;}

    .container-fluid.factserttts.py-5 {padding-top: 2rem !important; padding-bottom: 2rem !important; padding-left: 0 !important; padding-right: 0 !important;}
    .al_sport_titlss { margin-bottom: 20px;}
    .contectnns p {text-align: justify;}
    .container-fluid.factserttts .al_sport_titlss h3 {font-size: 18px;}
    .why_ch_jsb .why_ch_boxxes {height: auto;}
    .al_sport_titlss.full_areea h3 {font-size: 22px;}
    .both_mng_booxx { display: block;}
    .both_mng_booxx .mg_boox {height: auto; width: 100%;}
    .both_mng_booxx .tx_contetst {
    width: 100%;
    padding: 20px 15px;
}
.both_mng_booxx .tx_contetst h6 {
    font-size: 16px;
    margin: 0 0 14px;
    padding-bottom: 10px;
}
.both_mng_booxx .tx_contetst h6:before {
    max-width: 100px;
}
.both_mng_booxx .tx_contetst h3 {
    font-size: 22px;
    margin: 0 0 10px;
    max-width: 100%;
}

.both_mng_booxx .tx_contetst p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    max-width: 100%;
}

.both_mng_booxx .rightttss {
    width: 100%;
}
.both_mng_booxx .rightttss .tx_contetst {
    width: 100%;
}
.both_mng_booxx .tx_contetst ul li {
    font-size: 14px;
    line-height: 20px;
}
.why_ch_jsb .box_mng_arreea {
    display: block;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea {
    position: relative;
    margin-top: 20px;
    padding: 15px;
}
.why_ch_jsb .why_ch_boxxes .metr_tx_boox{margin-top: 20px;}
.why_ch_jsb .why_ch_boxxes .metr_tx_boox h3 {
    font-size: 18px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea span.ic_n_areea {
    width: 50px;
    height: 50px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea h4 {
    margin: 12px 0 10px;
    font-size: 18px;
    line-height: 24px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea p {
    font-size: 14px;
    line-height: 20px;
}
.al_sport_titlss.full_areea p.discripss {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px !important;
    text-align: justify;
}
.container-fluid.py-5.why_choose_our_residential {
    padding: 20px 0 0 0 !important;
}
.reci_boox {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.reci_boox h4 {
    font-size: 18px;
    margin: 10px 0 10px;
}
.reci_boox p {
    font-size: 14px;
    line-height: 20px;
}
.reci_boox span.icnss {
    width: 40px;
    height: 40px;
}
.reci_mg_ar {
    height: auto;
}
.redicontxtx {
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
}
.redicontxtx h5 {
    font-size: 18px;
    margin: 0 0 8px;
}
.redicontxtx p {
    font-size: 14px;
    margin: 0 0 10px;
}
.container.py-5.all_pgs_mbss {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.client_Successful .productts_lsts .client-item {
    height: 300px;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss:last-child {
    height: auto;
    overflow: initial;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss {
    font-size: 14px;
    margin: 0 0 5px;
}

.client_Successful .productts_lsts.commercial {
    display: inline-block;
            margin: 0;
}
.client_Successful .productts_lsts.commercial .client-card:hover {
    transform: translateY(0px);
}
.client_Successful .productts_lsts.commercial .client-card {
    width: 48%;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.client_Successful .productts_lsts .sus_cont_texts {
    padding: 15px 15px;
    background: #f2f2f2;
}
.client_Successful .productts_lsts.commercial .client-card .sus_cont_texts h6 {
    font-size: 14px;
    margin: 0 0 5px;
}
.client_Successful .productts_lsts.commercial .client-card .sus_cont_texts p.textlightss {
    font-size: 16px;
    line-height: 20px;
}
.client_Successful .productts_lsts.commercial .client-card:nth-child(2){margin-right: 0 !important;}
.client_Successful .productts_lsts.commercial .client-card:nth-child(4){margin-right: 0 !important;}
.client_Successful .productts_lsts.commercial .client-card:nth-child(6){margin-right: 0 !important;}

.client_Successful .productts_lsts.commercial .client-item.img {
    height: 200px;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss.otherrs {
    height: auto;
    line-height: 20px;
}

.al_sport_titlss.bothhhs.spacingsss h6 {
    padding-left: 0;
    margin-top: 7px;
}
.lets_see_how .how_img {
    height: auto;
    width: 100%;
}
.how_step {
    margin-bottom: 20px;
}
.step_content h5 {
    font-size: 20px;
    margin: 0 0 4px;
}
.step_content p {
    font-size: 15px;
    line-height: 24px;
}
#testimonialsss .owl-nav {
    justify-content: left;
}
.mb_pt_0{padding-top: 0 !important;}


    .mb_view_hide{display: none !important;}
    .mb_view_show{display: block !important;}


    .carrersspgs .cr_usrs_mges {height: auto;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss {height: 400px;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss .al_soprts_bgr img.img-fluid.w-100 {width: 100%; height: 100%; object-fit: cover;}
    .hm_pagess .hm_bgr_mng_contects p.sliderp1 {font-size: 14px; line-height: 22px; margin-top: 5px; margin-bottom: 5px;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss .hm_bgr_mng_contects h2 {font-size: 22px !important; font-weight: 600;}
    .hm_pagess.aboutuspgs .al_soprts_bgr .brd_linenns {font-size: 14px;}
    .carrersspgs .al_sport_titlss.bothhhs h3 {width: 100%; margin-bottom: 10px; line-height: 24px;}
.carrersspgs .postion-card {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
}
.carrersspgs .cr_titlss h4 {
    font-size: 18px;
}
.carrersspgs .postion-card .postion-desc {
    font-size: 14px;
    margin: 10px 0 15px;
    text-align: justify;
    max-width: 100%;
}
.carrersspgs .postion-card .postion-location span {
    font-size: 14px;
}
.carrersspgs .postion-card .postion-location img {
    width: 17px;
}
.jpbdtlss .al_sport_titlss {
    margin-bottom: 20px;
}
.jpbdtlss .al_sport_titlss h3 {
    font-size: 20px;
    margin: 0 0 7px;
}
.jpbdtlss .al_sport_titlss h6 {font-size: 16px;}
.jpbdtlss .al_sport_titlss h6 img {
    width: 18px;
}
.jpbdtlss .job-section h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.jpbdtlss .job-section p {
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
}
.job-actions.job_cmd {
    margin-bottom: 25px;
    text-align: center;
}

.jpbdtlss .job-actions {
    display: block;
}





    .header-carousel .owl-carousel-item {min-height: 650px !important;}
    .hm_pagess .hm_bgr_mng_contects h1 {font-size: 32px !important;}
    .header-carousel .owl-carousel-item p {font-size: 16px !important; line-height: 22px !important;}
    .hm_pagess .owl-carousel-inner .sm_cotents_bbx{display: none !important;}

    .factserttts .tx_mtrr h4{font-size:24px;}
    .hm_pagess .hm_bgr_mng_contects a.hm_btnnns {padding:2px 4px 2px 10px !important; font-size: 16px !important;}
    .best_solar_company .bst_sltr_cmpy .mg_areea {max-width: 100%; height: auto; margin-bottom: 15px;}
    .hm_abtss .mng_tettxtx {padding: 0 0 0 0px !important;}
    .hm_abtss .mng_tettxtx h1 {font-size: 22px;}

    .hm_abtss .abt_ng_booox {display: inline-block; gap: 0;}
    .hm_abtss .abt_ng_booox .mng_boox {margin-bottom: 20px;}
    .hm_abtss .abt_ng_booox .mng_boox:last-child {margin-bottom:0px;}
    .al_sport_titlss.bothhhs {display: inline-block; width: 100%; margin-bottom: 20px;}
    .al_sport_titlss.bothhhs h6 {width: 100%;font-size: 16px;}
    .al_sport_titlss.bothhhs h3 {width: 100%;}
    .al_sport_titlss h3 {font-size: 22px !important; max-width: 100%; margin-bottom: 10px !important;}
    .hm_ar_tabss .tab-link {margin: 0 0 15px; padding: 20px 20px;}
    .hm_ar_tabss .tab-link h5 {font-size: 20px;}
    .hm_ar_tabss .tab-link p.act_show {display: none; font-size: 14px !important; line-height: 22px !important;}
    .hm_ar_tabss .tab-link img.icnns {right: 20px; top: 16px; width: 30px;}
    .we_are_pioneers .we_mg_booxx {height: auto;  margin-top: 20px;}
    section {padding-top: 30px !important; padding-bottom: 30px !important;}
    #featured-projects .item .cnt_ar_parttts {position: absolute; top:initial; right:0; padding:20px 20px 20px; display:inline-block; align-items:initial; justify-content:initial; bottom:0; height: auto; width:100%;}
    .WhyChooseUs .we_mg_booxx {height: auto; margin-top: 20px;}
    .factserttts .tx_mtrr a span.fs-5 {font-size: 12px !important;  line-height: 20px !important;}
.utilizationclass.solar_calcterss .cal_cu_parts {text-align: center;}
.utilizationclass.solar_calcterss .cal_cu_parts h2 {font-size: 20px; margin: 0 0 15px; line-height: 28px;}
.utilizationclass.solar_calcterss .cal_cu_parts p {text-align: center;}
.utilizationclass.solar_calcterss .cal_cu_parts a.hm_btnnns {display: inline-block; line-height: 38px; font-size: 16px;  align-items: center;}
.utilizationclass.solar_calcterss .solarcard h2 {font-size: 20px;}
.utilizationclass.solar_calcterss .solarcard label {
    text-align: left;
    font-size: 14px;
}
.utilizationclass.solar_calcterss {
    padding-bottom: 30px;
    padding-top: 30px;
}

.contactts .abt_txtxts {
    margin-bottom: 15px;
    margin-top: 20px;
}
.contactts .cnt_bx_manages .sm_titlss {
    font-size: 20px;
    position: relative;
}
.contactts .abt_txtxts h3 {
    font-size: 24px;
}
form.frm_fildss .form-group label {
    font-size: 16px;
    margin: 0 0 0px;
}
form.frm_fildss .form-group .form-control {
    padding: 3px 0 3px;
}
form.frm_fildss .submmit button {
    font-size: 18px;
}

.WhyChooseUs .why_bx_areaa .cntext_lft_mg h4 {
    font-size: 18px;
}
.WhyChooseUs .why_bx_areaa .cntext_lft_mg p {
    font-size: 14px;
    line-height: 20px;
}
.WhyChooseUs .why_bx_areaa {padding: 20px 15px;}
.WhyChooseUs .why_bx_areaa .tbl_liststs table.table tr th {font-size: 13px; line-height: 18px;}
.WhyChooseUs .why_bx_areaa .tbl_liststs table.table tr td {font-size: 12px;}

#featured-projects .item .cnt_ar_parttts h2 {font-size: 20px; margin: 0 0 15px; padding-bottom: 10px;}
#featured-projects .item .cnt_ar_parttts h5 {margin-bottom: 12px; font-size: 15px;}
#featured-projects .item .cnt_ar_parttts p {margin-bottom: 15px; font-size: 12px; line-height: 22px;}
#featured-projects .item .cnt_ar_parttts a.linksss {font-size: 14px;}
#featured-projects .item .cnt_ar_parttts a.linksss img {margin: 0px 0 0 8px;}

#featured-projects .owl-nav {position: relative; right: 15px; bottom: 50px; float: right;}

.footer-logo {margin-bottom: 25px;}
.footer-logo img {max-width: 100px;}
.footer-logo a {display: inline-block;}
.footer-section .single-cta .cta-text {
    padding-left: 15px !important;
}

.footer-section .single-cta {margin-bottom: 15px;}
.footer-section .single-cta .cta-text h4 {font-size: 16px;}
.footer-section .single-cta .cta-text span {font-size: 13px; line-height: 18px !important;}
.footer-content.pt-5.pb-5 {padding-top: 20px !important; padding-bottom: 0 !important;}
.footer-widget .footer-text p {font-size: 14px !important; line-height: 24px !important; padding: 0 !important;}
.footer-section .footer-widget {margin-bottom: 30px;}
.footer-social-icon span {font-size: 18px;}
.footer-widget-heading h3 {font-size: 18px; margin-top: 0;}
.footer-widget ul li a {font-size: 14px;}
.footer-widget ul li {margin-bottom: 8px;}
nav.navbar.navbar-expand-lg a.navbar-brand img {
    max-width: 80px;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4 {
    margin: 0 !important;
    padding: 0;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4 {
    opacity: 1;
    border: none;
    z-index: 9;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.hm_pagess .owl-carousel.header-carousel {
    height: 600px;
}
.hm_pagess .owl-carousel.header-carousel .owl-stage-outer {
    height: 100%;
}
.hm_pagess .owl-carousel.header-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.copyright-area {
        background: #051421;
        height: auto;
        text-align: center;
        border-top: #3f3f3f solid 1px;
    }
  .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:#ed9d35; font-size:18px; font-weight:600; margin-bottom:15px; position:relative; margin-top:1%;}
    .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 { font-size: 12px;}
    .copyright-area {background: #051421;  height: auto;}
    .hs-video-content {position: relative; height: 75vh; width: 100%;}

    .copyright-area .btm_linksss a {font-size: 14px;}
    .copyright-area .btm_linksss {margin-top: 0px; padding-bottom: 25px; text-align: center;}

}


@media (min-width: 481px) and (max-width: 767px) {
    /* iPhone SE, older Android devices, very small phones */

    .scrolled#mainHeader img.n_logo {width: 100%;}
    .demo {margin-bottom: 40px;}
    .demo2{width: 100% !important;}
    nav.navbar.navbar-expand-lg {background:#000000e3 !important;}
    .navbar-collapse.collapse.show#navbarCollapse .navbar-nav.ms-auto {border-top: 1px solid #eeeeee6b;}
    

    .container-fluid.factserttts.py-5 .row.g-5 {width: 100%; max-width: 100%; margin: 0 auto;}
    .container-fluid.factserttts.py-5 .row.g-5 .col-sm-6.col-6.tx_mtrr {margin-top: 10px;}

    .btn-lg-square {width: 40px; height: 40px;}
    .container-fluid.hm_pagess.aboutuspgs {height: 400px;}

    .job-actions.job_cmd {margin-bottom: 35px !important;}
    .jpbdtlss .apply-box {padding: 15px;}
    .jpbdtlss .apply-box h4 {font-size: 20px;}

    button.hm_btnnns.btn.form_cnt.appy-btn {font-size: 15px;}
    button.btn.refer-btn.can_rfr {width: auto !important; padding: 0 20px !important; font-size: 15px;}

.refer-earn-section .col-lg-4.col-md-6.mb-4 {
    margin: 0 !important;
}
.refer-earn-section .refer-box .refer-icon {
    width: 42px;
    height: 42px;
    margin: 0 0 8px;
}
.refer-earn-section .refer-box h5 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}
.refer-earn-section .refer-box p {
    font-size: 15px !important;
    line-height: 22px !important;
}
.terms-section li {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    line-height: 22px  !important;
}
.refer-link-box .copy-btn {
    padding: 0 12px;
    font-size: 12px;
}
.refer-link-box .copy-btn img {
    width: 16px;
}


.appointment-left-section {
    padding: 1rem;
}
.appointment-left-section h1.title-bk-text {
    font-weight: 600 !important;
    font-size: 22px;
    margin-bottom: 10px !important;
}
.appointment-left-section p.para-bk-text.mb-5 {
    margin: 0 0 22px !important;
    font-size: 15px;
}
.bk-pages .brd_appointment {
    margin-top: 10px !important;
}
.appointment-right-section {
    padding: 1rem 1rem 1.5rem;
}

.faq-section .faq-title br {
    display: none;
}

.faq-section .faq-title {
    font-size: 22px;
    margin-bottom: 12px;
}
.faq-accordion .faq-item h5 {
    font-size: 15px;
            padding-right: 15px;
}
.faq-item.active .faq-answer p {
    margin: 0;
    font-size: 13px;
}
.appointment-right-section .boknowss.mt-5 {
    margin-top: 20px !important;
}
.footer-cta.pt-5.pb-4 {
    padding-top: 25px !important;
}

    .navbar-collapse.collapse.show#navbarCollapse {background: #000; height: 100vh; position: absolute; top:73px; left: 0; width: 100%;}
    .container-fluid.hm_pagess.aboutuspgs img.img-fluid.w-100 {height: 100%; width: 100%; object-fit: cover;}
    .container-fluid.hm_pagess.aboutuspgs .hm_bgr_mng_contects h1 {font-size: 22px !important; font-weight: 600;}

    .container-fluid.factserttts.py-5 {padding-top: 2rem !important; padding-bottom: 2rem !important; padding-left: 0 !important; padding-right: 0 !important;}
    .al_sport_titlss { margin-bottom: 20px;}
    .contectnns p {text-align: justify;}
    .container-fluid.factserttts .al_sport_titlss h3 {font-size: 18px;}
    .why_ch_jsb .why_ch_boxxes {height: auto;}
    .al_sport_titlss.full_areea h3 {font-size: 22px;}
    .both_mng_booxx { display: block;}
    .both_mng_booxx .mg_boox {height: auto; width: 100%;}
    .both_mng_booxx .tx_contetst {
    width: 100%;
    padding: 20px 15px;
}
.both_mng_booxx .tx_contetst h6 {
    font-size: 16px;
    margin: 0 0 14px;
    padding-bottom: 10px;
}
.both_mng_booxx .tx_contetst h6:before {
    max-width: 100px;
}
.both_mng_booxx .tx_contetst h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.both_mng_booxx .tx_contetst p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.both_mng_booxx .rightttss {
    width: 100%;
}
.both_mng_booxx .rightttss .tx_contetst {
    width: 100%;
}
.both_mng_booxx .tx_contetst ul li {
    font-size: 14px;
    line-height: 20px;
}
.why_ch_jsb .box_mng_arreea {
    display: block;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea {
    position: relative;
    margin-top: 20px;
    padding: 15px;
}
.why_ch_jsb .why_ch_boxxes .metr_tx_boox{margin-top: 20px;}
.why_ch_jsb .why_ch_boxxes .metr_tx_boox h3 {
    font-size: 18px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea span.ic_n_areea {
    width: 50px;
    height: 50px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea h4 {
    margin: 12px 0 10px;
    font-size: 18px;
    line-height: 24px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea p {
    font-size: 14px;
    line-height: 20px;
}
.al_sport_titlss.full_areea p.discripss {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px !important;
    text-align: justify;
}
.container-fluid.py-5.why_choose_our_residential {
    padding: 20px 0 0 0 !important;
}
.reci_boox {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.reci_boox h4 {
    font-size: 18px;
    margin: 10px 0 10px;
}
.reci_boox p {
    font-size: 14px;
    line-height: 20px;
}
.reci_boox span.icnss {
    width: 40px;
    height: 40px;
}
.reci_mg_ar {
    height: auto;
}
.redicontxtx {
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
}
.redicontxtx h5 {
    font-size: 18px;
    margin: 0 0 8px;
}
.redicontxtx p {
    font-size: 14px;
    margin: 0 0 10px;
}
.container.py-5.all_pgs_mbss {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.client_Successful .productts_lsts .client-item {
    height: 300px;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss:last-child {
    height: auto;
    overflow: initial;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss {
    font-size: 14px;
    margin: 0 0 5px;
}

.client_Successful .productts_lsts.commercial {
    display: inline-block;
            margin: 0;
}
.client_Successful .productts_lsts.commercial .client-card:hover {
    transform: translateY(0px);
}
.client_Successful .productts_lsts.commercial .client-card {
    width: 48%;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.client_Successful .productts_lsts .sus_cont_texts {
    padding: 15px 15px;
    background: #f2f2f2;
}
.client_Successful .productts_lsts.commercial .client-card .sus_cont_texts h6 {
    font-size: 14px;
    margin: 0 0 5px;
}
.client_Successful .productts_lsts.commercial .client-card .sus_cont_texts p.textlightss {
    font-size: 16px;
    line-height: 20px;
}
.client_Successful .productts_lsts.commercial .client-card:nth-child(2){margin-right: 0 !important;}
.client_Successful .productts_lsts.commercial .client-card:nth-child(4){margin-right: 0 !important;}
.client_Successful .productts_lsts.commercial .client-card:nth-child(6){margin-right: 0 !important;}

.client_Successful .productts_lsts.commercial .client-item.img {
    height: 200px;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss.otherrs {
    height: auto;
    line-height: 20px;
}

.al_sport_titlss.bothhhs.spacingsss h6 {
    padding-left: 0;
    margin-top: 7px;
}
.lets_see_how .how_img {
    height: auto;
    width: 100%;
}
.how_step {
    margin-bottom: 20px;
}
.step_content h5 {
    font-size: 20px;
    margin: 0 0 4px;
}
.step_content p {
    font-size: 15px;
    line-height: 24px;
}
#testimonialsss .owl-nav {
    justify-content: end;
}
.mb_pt_0{padding-top: 0 !important;}


    .mb_view_hide{display: none !important;}
    .mb_view_show{display: block !important;}


    .carrersspgs .cr_usrs_mges {height: auto;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss {height: 400px;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss .al_soprts_bgr img.img-fluid.w-100 {width: 100%; height: 100%; object-fit: cover;}
    .hm_pagess .hm_bgr_mng_contects p.sliderp1 {font-size: 14px; line-height: 22px; margin-top: 5px; margin-bottom: 5px;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss .hm_bgr_mng_contects h2 {font-size: 22px !important; font-weight: 600;}
    .hm_pagess.aboutuspgs .al_soprts_bgr .brd_linenns {font-size: 14px;}
    .carrersspgs .al_sport_titlss.bothhhs h3 {width: 100%; margin-bottom: 10px; line-height: 24px;}
.carrersspgs .postion-card {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
}
.carrersspgs .cr_titlss h4 {
    font-size: 18px;
}
.carrersspgs .postion-card .postion-desc {
    font-size: 14px;
    margin: 10px 0 15px;
    text-align: justify;
}
.carrersspgs .postion-card .postion-location span {
    font-size: 14px;
}
.carrersspgs .postion-card .postion-location img {
    width: 17px;
}
.jpbdtlss .al_sport_titlss {
    margin-bottom: 20px;
}
.jpbdtlss .al_sport_titlss h3 {
    font-size: 20px;
    margin: 0 0 7px;
}
.jpbdtlss .al_sport_titlss h6 {font-size: 16px;}
.jpbdtlss .al_sport_titlss h6 img {
    width: 18px;
}
.jpbdtlss .job-section h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.jpbdtlss .job-section p {
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
}
.job-actions.job_cmd {
    margin-bottom: 25px;
    text-align: center;
}

.jpbdtlss .job-actions {
    display: block;
}





    .header-carousel .owl-carousel-item {min-height: 650px !important;}
    .hm_pagess .hm_bgr_mng_contects h1 {font-size: 32px !important;}
    .header-carousel .owl-carousel-item p {font-size: 16px !important; line-height: 22px !important;}
    .hm_pagess .owl-carousel-inner .sm_cotents_bbx{display: none !important;}

    .factserttts .tx_mtrr h4{font-size:24px;}
    .hm_pagess .hm_bgr_mng_contects a.hm_btnnns {padding:2px 4px 2px 10px !important; font-size: 16px !important;}
    .best_solar_company .bst_sltr_cmpy .mg_areea {max-width: 100%; height: auto; margin-bottom: 15px;}
    .hm_abtss .mng_tettxtx {padding: 0 0 0 0px !important;}
    .hm_abtss .mng_tettxtx h1 {font-size: 22px;}

    .hm_abtss .abt_ng_booox {display: inline-block; gap: 0;}
    .hm_abtss .abt_ng_booox .mng_boox {margin-bottom: 20px;}
    .hm_abtss .abt_ng_booox .mng_boox:last-child {margin-bottom:0px;}
    .al_sport_titlss.bothhhs {display: inline-block; width: 100%; margin-bottom: 20px;}
    .al_sport_titlss.bothhhs h6 {width: 100%;font-size: 16px;}
    .al_sport_titlss.bothhhs h3 {width: 100%;}
    .al_sport_titlss h3 {font-size: 22px !important; max-width: 100%; margin-bottom: 10px !important;}
    .hm_ar_tabss .tab-link {margin: 0 0 15px; padding: 20px 20px;}
    .hm_ar_tabss .tab-link h5 {font-size: 20px;}
    .hm_ar_tabss .tab-link p.act_show {display: none; font-size: 14px !important; line-height: 22px !important;}
    .hm_ar_tabss .tab-link img.icnns {right: 20px; top: 16px; width: 30px;}
    .we_are_pioneers .we_mg_booxx {height: auto;  margin-top: 20px;}
    section {padding-top: 30px !important; padding-bottom: 30px !important;}
    #featured-projects .item .cnt_ar_parttts {position: relative; top:initial; right:0; padding:20px 20px 0; display:inline-block; align-items:initial; justify-content:initial; bottom:0; width:100%;}
    .WhyChooseUs .we_mg_booxx {height: auto;}
    .factserttts .tx_mtrr a span.fs-5 {font-size: 12px !important;  line-height: 20px !important;}
.utilizationclass.solar_calcterss .cal_cu_parts {text-align: center;}
.utilizationclass.solar_calcterss .cal_cu_parts h2 {font-size: 20px; margin: 0 0 15px; line-height: 28px;}
.utilizationclass.solar_calcterss .cal_cu_parts p {text-align: center;}
.utilizationclass.solar_calcterss .cal_cu_parts a.hm_btnnns {display: inline-block; line-height: 38px; font-size: 16px;  align-items: center;}
.utilizationclass.solar_calcterss .solarcard h2 {font-size: 20px;}
.utilizationclass.solar_calcterss .solarcard label {
    text-align: left;
    font-size: 14px;
}
.utilizationclass.solar_calcterss {
    padding-bottom: 30px;
    padding-top: 30px;
}

.contactts .abt_txtxts {
    margin-bottom: 15px;
    margin-top: 20px;
}
.contactts .cnt_bx_manages .sm_titlss {
    font-size: 20px;
    position: relative;
}
.contactts .abt_txtxts h3 {
    font-size: 24px;
}
form.frm_fildss .form-group label {
    font-size: 16px;
    margin: 0 0 0px;
}
form.frm_fildss .form-group .form-control {
    padding: 3px 0 3px;
}
form.frm_fildss .submmit button {
    font-size: 18px;
}

.WhyChooseUs .why_bx_areaa .cntext_lft_mg h4 {
    font-size: 18px;
}
.WhyChooseUs .why_bx_areaa .cntext_lft_mg p {
    font-size: 14px;
    line-height: 20px;
}
.WhyChooseUs .why_bx_areaa {padding: 20px 15px;}
.WhyChooseUs .why_bx_areaa .tbl_liststs table.table tr th {font-size: 13px; line-height: 18px;}
.WhyChooseUs .why_bx_areaa .tbl_liststs table.table tr td {font-size: 12px;}

#featured-projects .item .cnt_ar_parttts h2 {font-size: 20px; margin: 0 0 15px; padding-bottom: 10px;}
#featured-projects .item .cnt_ar_parttts h5 {margin-bottom: 12px; font-size: 15px;}
#featured-projects .item .cnt_ar_parttts p {margin-bottom: 15px; font-size: 12px; line-height: 22px;}
#featured-projects .item .cnt_ar_parttts a.linksss {font-size: 14px;}
#featured-projects .item .cnt_ar_parttts a.linksss img {margin: 0px 0 0 8px;}

#featured-projects .owl-nav {position: relative; right: 15px; bottom: 50px; float: right;}

.footer-logo {margin-bottom: 25px;}
.footer-logo img {max-width: 100px;}
.footer-logo a {display: inline-block;}
.footer-section .single-cta .cta-text {
    padding-left: 15px !important;
}

.footer-section .single-cta {margin-bottom: 15px;}
.footer-section .single-cta .cta-text h4 {font-size: 16px;}
.footer-section .single-cta .cta-text span {font-size: 13px; line-height: 18px !important;}
.footer-content.pt-5.pb-5 {padding-top: 20px !important; padding-bottom: 0 !important;}
.footer-widget .footer-text p {font-size: 14px !important; line-height: 24px !important; padding: 0 !important;}
.footer-section .footer-widget {margin-bottom: 30px;}
.footer-social-icon span {font-size: 18px;}
.footer-widget-heading h3 {font-size: 18px; margin-top: 0;}
.footer-widget ul li a {font-size: 14px;}
.footer-widget ul li {margin-bottom: 8px;}
nav.navbar.navbar-expand-lg a.navbar-brand img {
    max-width: 80px;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4 {
    margin: 0 !important;
    padding: 0;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4 {
    opacity: 1;
    border: none;
    z-index: 9;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.hm_pagess .owl-carousel.header-carousel {
    height: 600px;
}
.hm_pagess .owl-carousel.header-carousel .owl-stage-outer {
    height: 100%;
}
.hm_pagess .owl-carousel.header-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.copyright-area {
        background: #051421;
        height: auto;
        text-align: center;
        border-top: #3f3f3f solid 1px;
    }
  .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:#ed9d35; font-size:18px; font-weight:600; margin-bottom:15px; position:relative; margin-top:5%;}
    .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 { font-size: 12px;}
    .copyright-area {background: #051421;  height: auto;}
    .hs-video-content {position: relative; height: 75vh; width: 100%;}

    .copyright-area .btm_linksss a {font-size: 14px;}
    .copyright-area .btm_linksss {margin-top: 0px; padding-bottom: 10px; text-align: center;}

}


@media (min-width: 320px) and (max-width: 480px) {
    /* iPhone SE, older Android devices, very small phones */
    h2.glimpse-heading br {display: none;}
    .footer-section .container {padding: 0 20px;}

    .demo {margin-bottom: 40px;}
    .demo2{width: 100% !important;}

    nav.navbar.navbar-expand-lg {background:#000000e3 !important;}
    .navbar-collapse.collapse.show#navbarCollapse .navbar-nav.ms-auto {border-top: 1px solid #eeeeee6b;}
    

    .cu-mobile-header.rounded-top li {padding: 10px !important;}

    .faq-accordion .faq-question {font-size: 14px !important;}
    .faq-accordion .faq-item {padding: 5px 0 10px !important; margin-bottom: 5px !important;}
    .faq-item.active .faq-answer {margin-top: 0;}
    .faq-section .col-lg-4 {margin-bottom: 0px !important;}

    .container-fluid.factserttts.py-5 .row.g-5 {width: 100%; max-width: 100%; margin: 0 auto;}
    .container-fluid.factserttts.py-5 .row.g-5 .col-sm-6.col-6.tx_mtrr {margin-top: 10px;}

    .btn-lg-square {width: 40px; height: 40px;}
    .container-fluid.hm_pagess.aboutuspgs {height: 400px;}

    .job-actions.job_cmd {margin-bottom: 35px !important;}
    .jpbdtlss .apply-box {padding: 15px;}
    .jpbdtlss .apply-box h4 {font-size: 20px;}

    button.hm_btnnns.btn.form_cnt.appy-btn {font-size: 15px;}
    button.btn.refer-btn.can_rfr {width: auto !important; padding: 0 20px !important; font-size: 15px;}

.refer-earn-section .col-lg-4.col-md-6.mb-4 {
    margin: 0 !important;
}
.refer-earn-section .refer-box .refer-icon {
    width: 42px;
    height: 42px;
    margin: 0 0 8px;
}
.refer-earn-section .refer-box h5 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}
.refer-earn-section .refer-box p {
    font-size: 15px !important;
    line-height: 22px !important;
}
.terms-section li {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    line-height: 22px  !important;
}
.refer-link-box .copy-btn {
    padding: 0 12px;
    font-size: 12px;
}
.refer-link-box .copy-btn img {
    width: 16px;
}


.appointment-left-section {
    padding: 1rem;
}
.appointment-left-section h1.title-bk-text {
    font-weight: 600 !important;
    font-size: 22px;
    margin-bottom: 10px !important;
}
.appointment-left-section p.para-bk-text.mb-5 {
    margin: 0 0 22px !important;
    font-size: 15px;
}
.bk-pages .brd_appointment {
    margin-top: 10px !important;
}
.appointment-right-section {
    padding: 1rem 1rem 1.5rem;
}

.faq-section .faq-title br {
    display: none;
}

.faq-section .faq-title {
    font-size: 22px;
    margin-bottom: 12px;
}
.faq-accordion .faq-item h5 {
    font-size: 15px;
            padding-right: 15px;
}
.faq-item.active .faq-answer p {
    margin: 0;
    font-size: 13px;
}
.appointment-right-section .boknowss.mt-5 {
    margin-top: 20px !important;
}
.footer-cta.pt-5.pb-4 {
    padding-top: 25px !important;
}

    .navbar-collapse.collapse.show#navbarCollapse {background: #000; height: 100vh; position: absolute; top: 73px; left: 0; width: 100%; padding-left: 12px;}
    .container-fluid.hm_pagess.aboutuspgs img.img-fluid.w-100 {height: 100%; width: 100%; object-fit: cover;}
    .container-fluid.hm_pagess.aboutuspgs .hm_bgr_mng_contects h1 {font-size: 22px !important; font-weight: 600;}

    .container-fluid.factserttts.py-5 {padding-top: 2rem !important; padding-bottom: 2rem !important; padding-left: 0 !important; padding-right: 0 !important;}
    .al_sport_titlss { margin-bottom: 20px;}
    .contectnns p {text-align: justify;}
    .container-fluid.factserttts .al_sport_titlss h3 {font-size: 18px;}
    .why_ch_jsb .why_ch_boxxes {height: auto;}
    .al_sport_titlss.full_areea h3 {font-size: 22px;}
    .both_mng_booxx { display: block;}
    .both_mng_booxx .mg_boox {height: auto; width: 100%;}
    .both_mng_booxx .tx_contetst {
    width: 100%;
    padding: 20px 15px;
}
.both_mng_booxx .tx_contetst h6 {
    font-size: 16px;
    margin: 0 0 14px;
    padding-bottom: 10px;
}
.both_mng_booxx .tx_contetst h6:before {
    max-width: 100px;
}
.both_mng_booxx .tx_contetst h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.both_mng_booxx .tx_contetst p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.both_mng_booxx .rightttss {
    width: 100%;
}
.both_mng_booxx .rightttss .tx_contetst {
    width: 100%;
}
.both_mng_booxx .tx_contetst ul li {
    font-size: 14px;
    line-height: 20px;
}
.why_ch_jsb .box_mng_arreea {
    display: block;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea {
    position: relative;
    margin-top: 20px;
    padding: 15px;
}
.why_ch_jsb .why_ch_boxxes .metr_tx_boox{margin-top: 20px;}
.why_ch_jsb .why_ch_boxxes .metr_tx_boox h3 {
    font-size: 18px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea span.ic_n_areea {
    width: 50px;
    height: 50px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea h4 {
    margin: 12px 0 10px;
    font-size: 18px;
    line-height: 24px;
}
.box_mng_arreea .bx_an_bxbxb .btm_areea p {
    font-size: 14px;
    line-height: 20px;
}
.al_sport_titlss.full_areea p.discripss {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px !important;
    text-align: justify;
}
.container-fluid.py-5.why_choose_our_residential {
    padding: 20px 0 0 0 !important;
}
.reci_boox {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.reci_boox h4 {
    font-size: 18px;
    margin: 10px 0 10px;
}
.reci_boox p {
    font-size: 14px;
    line-height: 20px;
}
.reci_boox span.icnss {
    width: 40px;
    height: 40px;
}
.reci_mg_ar {
    height: auto;
}
.redicontxtx {
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
}
.redicontxtx h5 {
    font-size: 18px;
    margin: 0 0 8px;
}
.redicontxtx p {
    font-size: 14px;
    margin: 0 0 10px;
}
.container.py-5.all_pgs_mbss {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.client_Successful .productts_lsts .client-item {
    height: 260px;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss:last-child {
    height: auto;
    overflow: initial;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss {
    font-size: 14px;
    margin: 0 0 5px;
}

.client_Successful .productts_lsts.commercial {
    display: inline-block;
            margin: 0;
}
.client_Successful .productts_lsts.commercial .client-card:hover {
    transform: translateY(0px);
}
.client_Successful .productts_lsts.commercial .client-card {
    width: 48%;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.client_Successful .productts_lsts .sus_cont_texts {
    padding: 15px 15px;
    background: #f2f2f2;
}
.client_Successful .productts_lsts.commercial .client-card .sus_cont_texts h6 {
    font-size: 14px;
    margin: 0 0 5px !important;
}
.client_Successful .productts_lsts.commercial .client-card .sus_cont_texts p.textlightss {
    font-size: 15px;
    line-height: 20px;
}
.client_Successful .productts_lsts.commercial .client-card:nth-child(2){margin-right: 0 !important;}
.client_Successful .productts_lsts.commercial .client-card:nth-child(4){margin-right: 0 !important;}
.client_Successful .productts_lsts.commercial .client-card:nth-child(6){margin-right: 0 !important;}

.client_Successful .productts_lsts.commercial .client-item.img {
    height: 200px;
}
.client_Successful .productts_lsts .sus_cont_texts p.textlightss.otherrs {
    height: auto;
    line-height: 20px;
}

.al_sport_titlss.bothhhs.spacingsss h6 {
    padding-left: 0;
    margin-top: 7px;
}
.lets_see_how .how_img {
    height: auto;
    width: 100%;
}
.how_step {
    margin-bottom: 20px;
}
.step_content h5 {
    font-size: 20px;
    margin: 0 0 4px;
}
.step_content p {
    font-size: 15px;
    line-height: 24px;
}
#testimonialsss .owl-nav {
    justify-content: end;
}
.mb_pt_0{padding-top: 0 !important;}


    .mb_view_hide{display: none !important;}
    .mb_view_show{display: block !important;}


    .carrersspgs .cr_usrs_mges {height: auto;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss {height: 400px;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss .al_soprts_bgr img.img-fluid.w-100 {width: 100%; height: 100%; object-fit: cover;}
    .hm_pagess .hm_bgr_mng_contects p.sliderp1 {font-size: 14px; line-height: 22px; margin-top: 5px; margin-bottom: 5px;}
    .container-fluid.hm_pagess.aboutuspgs.alll_pgsss .hm_bgr_mng_contects h2 {font-size: 22px !important; font-weight: 600;}
    .hm_pagess.aboutuspgs .al_soprts_bgr .brd_linenns {font-size: 14px;}
    .carrersspgs .al_sport_titlss.bothhhs h3 {width: 100%; margin-bottom: 10px; line-height: 24px;}
.carrersspgs .postion-card {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
}
.carrersspgs .cr_titlss h4 {
    font-size: 18px;
}
.carrersspgs .postion-card .postion-desc {
    font-size: 14px;
    margin: 10px 0 15px;
    text-align: justify;
}
.carrersspgs .postion-card .postion-location span {
    font-size: 14px;
}
.carrersspgs .postion-card .postion-location img {
    width: 17px;
}
.jpbdtlss .al_sport_titlss {
    margin-bottom: 20px;
}
.jpbdtlss .al_sport_titlss h3 {
    font-size: 20px;
    margin: 0 0 7px;
}
.jpbdtlss .al_sport_titlss h6 {font-size: 16px;}
.jpbdtlss .al_sport_titlss h6 img {
    width: 18px;
}
.jpbdtlss .job-section h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.jpbdtlss .job-section p {
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
}
.job-actions.job_cmd {
    margin-bottom: 25px;
    text-align: center;
}

.jpbdtlss .job-actions {
    display: block;
}





    .header-carousel .owl-carousel-item {min-height: 600px !important;}
    
.header-carousel .owl-carousel-item img.mb_view_show {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    overflow: hidden;
}
    .hm_pagess .hm_bgr_mng_contects h1 {font-size: 32px !important;}
    .header-carousel .owl-carousel-item p {font-size: 16px !important; line-height: 22px !important;}
    .hm_pagess .owl-carousel-inner .sm_cotents_bbx{display: none !important;}

    .factserttts .tx_mtrr h4{font-size:24px;}
    .hm_pagess .hm_bgr_mng_contects a.hm_btnnns {padding:2px 4px 2px 10px !important; font-size: 16px !important;}
    .best_solar_company .bst_sltr_cmpy .mg_areea {max-width: 100%; height: auto; margin-bottom: 15px;}
    .hm_abtss .mng_tettxtx {padding: 0 0 0 0px !important;}
    .hm_abtss .mng_tettxtx h1 {font-size: 22px;}

    .hm_abtss .abt_ng_booox {display: inline-block; gap: 0;}
    .hm_abtss .abt_ng_booox .mng_boox {margin-bottom: 20px;}
    .hm_abtss .abt_ng_booox .mng_boox:last-child {margin-bottom:0px;}
    .al_sport_titlss.bothhhs {display: inline-block; width: 100%; margin-bottom: 20px;}
    .al_sport_titlss.bothhhs h6 {width: 100%;font-size: 16px;}
    .al_sport_titlss.bothhhs h3 {width: 100%;}
    .al_sport_titlss h3 {font-size: 22px !important; max-width: 100%; margin-bottom: 10px !important;}
    .hm_ar_tabss .tab-link {margin: 0 0 15px; padding: 20px 20px;}
    .hm_ar_tabss .tab-link h5 {font-size: 20px;}
    .hm_ar_tabss .tab-link p.act_show {display: none; font-size: 14px !important; line-height: 22px !important;}
    .hm_ar_tabss .tab-link img.icnns {right: 20px; top: 16px; width: 30px;}
    .we_are_pioneers .we_mg_booxx {height: auto;  margin-top: 20px;}
    section {padding-top: 30px !important; padding-bottom: 30px !important;}
    #featured-projects .item{height: 300px; background-color: #051422bd !important;}
    #featured-projects .item .cnt_ar_parttts {position: absolute; top:initial; right:0; padding:20px 20px 0; display:inline-block; align-items:initial; justify-content:initial; bottom:0; width:100%; overflow: auto;}
    .WhyChooseUs .we_mg_booxx {height: auto;}
    .factserttts .tx_mtrr a span.fs-5 {font-size: 12px !important;  line-height: 20px !important;}
.utilizationclass.solar_calcterss .cal_cu_parts {text-align: center;}
.utilizationclass.solar_calcterss .cal_cu_parts h2 {font-size: 20px; margin: 0 0 15px; line-height: 28px;}
.utilizationclass.solar_calcterss .cal_cu_parts p {text-align: center;}
.utilizationclass.solar_calcterss .cal_cu_parts a.hm_btnnns {display: inline-block; line-height: 38px; font-size: 16px;  align-items: center;}
.utilizationclass.solar_calcterss .solarcard h2 {font-size: 20px;}
.utilizationclass.solar_calcterss .solarcard label {
    text-align: left;
    font-size: 14px;
}
.utilizationclass.solar_calcterss {
    padding-bottom: 30px;
    padding-top: 30px;
}

.contactts .abt_txtxts {
    margin-bottom: 15px;
    margin-top: 20px;
}
.contactts .cnt_bx_manages .sm_titlss {
    font-size: 20px;
    position: relative;
}
.contactts .abt_txtxts h3 {
    font-size: 24px;
}
form.frm_fildss .form-group label {
    font-size: 16px;
    margin: 0 0 0px;
}
form.frm_fildss .form-group .form-control {
    padding: 3px 0 3px;
}
form.frm_fildss .submmit button {
    font-size: 18px;
}

.WhyChooseUs .why_bx_areaa .cntext_lft_mg h4 {
    font-size: 18px;
}
.WhyChooseUs .why_bx_areaa .cntext_lft_mg p {
    font-size: 14px;
    line-height: 20px;
}
.WhyChooseUs .why_bx_areaa {padding: 20px 15px;}
.WhyChooseUs .why_bx_areaa .tbl_liststs table.table tr th {font-size: 13px; line-height: 18px;}
.WhyChooseUs .why_bx_areaa .tbl_liststs table.table tr td {font-size: 12px;}

#featured-projects .item .cnt_ar_parttts h2 {font-size: 20px; margin: 0 0 15px; padding-bottom: 10px;}
#featured-projects .item .cnt_ar_parttts h5 {margin-bottom: 12px; font-size: 15px;}
#featured-projects .item .cnt_ar_parttts p {margin-bottom: 15px; font-size: 12px; line-height: 22px;}
#featured-projects .item .cnt_ar_parttts a.linksss {font-size: 14px;}
#featured-projects .item .cnt_ar_parttts a.linksss img {margin: 0px 0 0 8px;}

#featured-projects .owl-nav {position: relative; right: 15px; bottom: 50px; float: right;}

.footer-logo {margin-bottom: 25px;}
.footer-logo img {max-width: 100px;}
.footer-logo a {display: inline-block;}
.footer-section .single-cta .cta-text {
    padding-left: 15px !important;
}

.footer-section .single-cta {margin-bottom: 15px;}
.footer-section .single-cta .cta-text h4 {font-size: 16px;}
.footer-section .single-cta .cta-text span {font-size: 13px; line-height: 18px !important;}
.footer-content.pt-5.pb-5 {padding-top: 20px !important; padding-bottom: 0 !important;}
.footer-widget .footer-text p {font-size: 14px !important; line-height: 24px !important; padding: 0 !important;}
.footer-section .footer-widget {margin-bottom: 30px;}
.footer-social-icon span {font-size: 18px;}
.footer-widget-heading h3 {font-size: 18px; margin-top: 0;}
.footer-widget ul li a {font-size: 14px;}
.footer-widget ul li {margin-bottom: 8px;}
nav.navbar.navbar-expand-lg a.navbar-brand img {
    max-width: 80px;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4 {
    margin: 0 !important;
    padding: 0;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4 {
    opacity: 1;
    border: none;
    z-index: 9;
}
nav.navbar.navbar-expand-lg button.navbar-toggler.me-4:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.hm_pagess .owl-carousel.header-carousel {
    height: 600px;
}
.hm_pagess .owl-carousel.header-carousel .owl-stage-outer {
    height: 100%;
}
.hm_pagess .owl-carousel.header-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.copyright-area {
        background: #051421;
        height: auto;
        text-align: center;
        border-top: #3f3f3f solid 1px;
    }
  .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:#ed9d35; font-size:18px; font-weight:600; margin-bottom:15px; position:relative; margin-top:5%;}
    .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 { font-size: 12px;}
    .copyright-area {background: #051421;  height: auto;}
    .hs-video-content {position: relative; height: 75vh; width: 100%;}

    .copyright-area .btm_linksss a {font-size: 14px;}
    .copyright-area .btm_linksss {margin-top: 0px; padding-bottom: 10px; text-align: center;}

}

/* =========================== End style of Portfolio ====================== */


.testimonial-progress {
            width: 50%;
            height: 4px;
            background: #C8C8C8;
            margin-top: -6px;
            overflow: hidden;
            margin-right: 0;
            position: absolute;
            right: 12px;
            border-radius: 25px;
        }

        .testimonial-progress .progress-bar {
            height: 100%;
            width: 0%;
            background: #6F6F6F;
            transition: width 0.4s ease;
        }

         @media(max-width:767px) {
           
            .testimonial-progress{display:none;}
        }