/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Background for the box */
.counter_box:hover {
    background: linear-gradient(180deg, #F4C430 32.19%, #C6990A 100%);
}

/* Gradient text for the counter */
.counter_box:hover .elementor-counter-number,
.counter_box:hover .elementor-counter-number-suffix {
    color: #fff;
}


.solar_icon_box .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0px;
}

.solution_overview_img_box .elementor-motion-effects-container {
    border-radius: 24px;
}

.header_icon .elementor-icon-list-item {
    position: relative;
}

.header_icon .elementor-icon-list-text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    padding: 5px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    text-align: center;

    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 99;
}

.header_icon .elementor-icon-list-text::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background: url('https://gorunsolar.creatoro.in/wp-content/uploads/2026/08/bottom-center.png') no-repeat center;
    background-size: contain;
}

/* Show only the hovered item's tooltip */
.header_icon .elementor-icon-list-item:hover .elementor-icon-list-text {
    opacity: 1;
    visibility: visible;
}


/*Testimonial slider*/

.custom-testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 20px 70px;
}

/*==========================
 Left Section
==========================*/

.testimonial-left {
    width: 52%;
    position: relative;
}

#testimonialContent {
    padding-bottom: 20px;
}

.testimonial-main-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

.testimonial-card {
    position: absolute;
    right: -35px;
    bottom: -30px;
    width: 380px;
    background: #fff;
    padding: 38px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    z-index: 5;
}

.quote-icon {
    display: block;
    font-size: 52px;
    line-height: 1;
    color: #FDB813;
    margin-bottom: 18px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #24344D;
    margin-bottom: 22px;
}

.testimonial-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #132238;
    margin: 0 0 4px;
}

.testimonial-card span {
    font-size: 15px;
    color: #777;
}

/*==========================
 Right Section
==========================*/

.testimonial-right {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonialSwiper {
    width: 100%;
    max-width: 500px;
    height: 320px;
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    cursor: pointer;
    padding-left: 28px;
    border-left: 2px solid #FDB813;
    opacity: .45;
    transition: all .35s ease;
}

.swiper-slide-active {
    opacity: 1;
}

.stars {
    color: #FDB813;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
}

.excerpt p {
    margin-bottom: 0px;  
}

.testimonial-slide h5 {
    font-size: 20px;
    font-weight: 700;
    color: #132238;
    margin: 0;
}

/*==========================
 Hover
==========================*/

.testimonial-slide:hover {
    opacity: 1;
}

.testimonial-slide:hover h5 {
    color: #000;
}

/*==========================
 Responsive
==========================*/

@media (max-width: 1024px) {

    .custom-testimonial-wrapper {
        gap: 50px;
    }

    .testimonial-card {
        width: 330px;
        right: -15px;
    }

}

@media (max-width: 991px) {

    .custom-testimonial-wrapper {
        flex-direction: column;
        gap: 50px;
        padding-bottom: 40px;
    }

    .testimonial-left,
    .testimonial-right {
        width: 100%;
    }

    .testimonial-main-image img {
        height: 420px;
    }

    .testimonial-card {
        position: relative;
        width: calc(100% - 40px);
        max-width: 420px;
        right: auto;
        bottom: auto;
        margin: -70px auto 0;
    }

    .testimonialSwiper {
        max-width: 100%;
        height: 300px;
    }

}

@media (max-width: 767px) {

    .testimonial-main-image img {
        height: 320px;
    }

    .testimonial-card {
        padding: 28px;
    }

    .testimonial-card p {
        font-size: 16px;
    }

    .testimonial-card h4 {
        font-size: 22px;
    }

    .testimonialSwiper {
        max-width: 100%;
        height: 400px;
    }

    .testimonial-slide {
        min-height: 110px;
        padding-left: 20px;
    }

    .excerpt {
        font-size: 14px;
    }

    .testimonial-slide h5 {
        font-size: 18px;
    }
    
    .project_slider .swiper, .project_slider .swiper-slide {
        padding-top: 20px;
    }
    
    .project_slider .swiper-slide-next .elementor-element-bd6f9b9{
        transform: translateY(0px);
    }

}


/* home page projects slider */

/* ==========================================
   Project Slider
========================================== */


/* Allow the slide to move outside the container */
.project_slider .swiper,
.project_slider .swiper-slide {
    padding-top: 40px;
}

/* Smooth transition */
.project_slider .swiper-slide {
    transition: transform 0.4s ease;
}

/* Lift the next slide */
.project_slider .swiper-slide-next {
    transform: translateY(-25px);
    z-index: 2;
}

.project_slider .swiper-slide .elementor-element-bd6f9b9{
    transition: transform .4s ease;
}

.project_slider .swiper-slide-next .elementor-element-bd6f9b9{
    transform: translateY(-20px);
}



/*home page continue slider*/

/* Continuous smooth movement */
.continue_slides .swiper-wrapper{
    transition-timing-function: linear !important;
}

.continue_slides .swiper-slide{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.continue_slides img{
    display:block;
}


.solution_box_hover:hover .solution_box_title .elementor-heading-title,
.solution_box_hover:hover .solution_box_text p {
    color: #fff;
}

.e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-radius: 24px 24px 0px 0px;
}

/* solution page table css start */

 .solution-table {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.solution-row {
    display: grid;
    grid-template-columns: 1.3fr 1.2fr 1.7fr 0.6fr;
    align-items: center;
    gap: 30px;

    min-height: 96px;
    padding: 18px 24px;
    margin-bottom: 18px;

    border: 1px solid #eee9e3;
    border-radius: 15px;
    background: #fff;

    box-sizing: border-box;
}

.solution-product {
    display: flex;
    align-items: center;
    gap: 18px;
}

.solution-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f6f5f4;
    border-radius: 12px;
}

.solution-icon svg {
    width: 25px;
    height: 25px;

    stroke: #ffb000;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.solution-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.solution-category {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #555;
    text-transform: uppercase;
}

.solution-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #252525;
}

.solution-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solution-label {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #555;
}

.solution-value {
    font-size: 13px;
    line-height: 1.5;
    color: #292929;
    font-weight: 400;
}

.solution_tab .e-n-tabs-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #484C4E;
    border-radius: 12px;
    padding: 5px 5px;
}

#rebate_tab_1 {
    font-family: "Geist", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    cursor: default !important;
    pointer-events: none !important;
}

/* Remove hover effect */
#rebate_tab_1:hover,
#rebate_tab_1:focus,
#rebate_tab_1:active {
    color: #000000 !important;
    background: inherit !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: default !important;
}
 
/* Keep text inside the button normal */
#rebate_tab_1 .e-n-tab-title-text {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

@media (max-width: 900px) {
    .solution-row {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .solution-product {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .solution-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px;
        margin-bottom: 15px;
    }

    .solution-product {
        grid-column: auto;
    }

    .solution-title {
        font-size: 17px;
    }

    .solution-column {
        padding-left: 66px;
    }
}

/*slution page table css end*/

.img_zoom {
    overflow: visible !important;
    transform-origin: center center;
    will-change: transform;
}
/* Elementor container width */
.elementor-element-721912b {
    width: 37% !important;
}

.feature-list {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}
 .feature-list ul {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between !important;
    width: 100%;
}
.map-info-card {
    max-width:250px !important;
}
@media (max-width: 767px) {

    .map-info-card {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        box-sizing: border-box !important;

        background: #ffffff !important;

        /* Round all 4 corners */
        border-radius: 35px !important;

        padding: 30px 25px 40px 25px !important;

        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: auto !important;
    }

}

.solar-solutions-map {
    border-radius:48 !important;
}
.rebate_tab_sec .e-n-tabs-heading {
    background-color: #F8F9FB !important;
}


        /* =========================================
           PROCESS SECTION
        ========================================= */

        .custom-process-section {
            width: 100%;
            background: #252829;
            padding: 28px 20px;
            box-sizing: border-box;
            overflow: hidden;
        }

        .custom-process-wrapper {
            width: 100%;
            max-width: 760px;
            margin: 0 auto;
            position: relative;
        }


        /* =========================================
           STEP ROW
        ========================================= */

        .process-step-row {
            width: 100%;
            height: 132px;
            position: relative;
            display: flex;
        }

        .step-left {
            justify-content: flex-start;
        }

        .step-right {
            justify-content: flex-end;
        }


        /* =========================================
           CARD
        ========================================= */

        .process-card {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 330px;
            min-height: 86px;
            padding: 10px 16px 11px;
            box-sizing: border-box;
            background: #37393a;
            border: 1px solid rgba(255,255,255,0.10);
            border-radius: 8px;
            box-shadow:
                0 4px 12px rgba(0,0,0,0.16);
            position: relative;
            z-index: 3;
            transition:
                transform 0.3s ease,
                background 0.3s ease;
        }

        .process-card:hover {
            transform: translateY(-3px);
            background: #3c3e3f;
        }


        /* =========================================
           STEP NUMBER
        ========================================= */

        .process-card-top {
            display: flex;
            align-items: baseline;
            justify-content: center;

            height: 27px;
            line-height: 1;
        }

        .process-step-label {
            font-family: Arial, sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
            margin-right: 4px;
            letter-spacing: 0.2px;
        }

        .process-step-number {
            font-family: Arial, sans-serif;
            font-size: 26px;
            line-height: 1;
            font-weight: 700;
            color: #ffffff;
        }


        /* =========================================
           CARD CONTENT
        ========================================= */

        .process-card-content {
            display: flex;
            align-items: center;
            gap: 7px;
        }

        .process-icon {
            width: 19px;
            height: 19px;
            min-width: 19px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;
            background: #ffffff;

            color: #303233;

            font-size: 11px;
            font-weight: 700;

            margin-top: 2px;
        }

        .process-icon span {
            display: block;
            transform: translateY(-1px);
        }

        .process-text {
            flex: 1;
            min-width: 0;
        }

        .process-text h3 {
            margin: 0 0 2px;
            color: #F4B223;
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 1.15;
            font-weight: 500;
        }

        .process-text p {
            margin: 0;
            color: #D0D5DD;
            font-family: Arial, sans-serif;
            font-size: 12px;
            line-height: 1.35;
            font-weight: 400;
        }


        /* =========================================
           CONNECTOR
        ========================================= */

        .process-connector {
            position: absolute;
            width: 50%;
            height: 50px;

            top: 37px;

            z-index: 1;
            pointer-events: none;
        }

        .step-left .process-connector {
            left: 43%;
        }

        .step-right .process-connector {
            right: 43%;
        }

        .connector-horizontal {
            position: absolute;

            top: 0;
            width: 100%;
            height: 1px;

            background-image: linear-gradient(
                to right,
                rgba(255,255,255,0.35) 1px,
                transparent 1px
            );

            background-size: 4px 1px;
            background-repeat: repeat-x;
        }

        .connector-vertical {
            position: absolute;

            top: 0;
            width: 1px;
            height: 50px;

            background-image: linear-gradient(
                to bottom,
                rgba(255,255,255,0.35) 1px,
                transparent 1px
            );

            background-size: 1px 4px;
            background-repeat: repeat-y;
        }

        .step-left .connector-vertical {
            right: 0;
        }

        .step-right .connector-vertical {
            left: 0;
        }


        /* =========================================
           DESKTOP ALIGNMENT
        ========================================= */

        .step-left .process-connector {
            margin-left: 0;
        }

        .step-right .process-connector {
            margin-right: 0;
        }


        /* =========================================
           MOBILE
        ========================================= */

        @media (max-width: 767px) {

            .custom-process-section {
                padding: 25px 15px;
            }

            .custom-process-wrapper {
                max-width: 430px;
            }

            .process-step-row {
                height: 125px;
            }

            .process-card {
                width: 78%;
                min-height: 86px;
            }

            .step-left {
                justify-content: flex-start;
            }

            .step-right {
                justify-content: flex-end;
            }

            .process-connector {
                width: 22%;
            }

            .step-left .process-connector {
                left: 70%;
            }

            .step-right .process-connector {
                right: 70%;
            }

            .process-step-number {
                font-size: 22px;
            }

        }


        /* =========================================
           SMALL MOBILE
        ========================================= */

        @media (max-width: 480px) {

            .custom-process-section {
                padding: 25px 10px;
            }

            .process-step-row {
                height: 125px;
            }

            .process-card {
                width: 76%;
                padding: 9px 13px 10px;
            }

            .process-text h3 {
                font-size: 10px;
            }

            .process-text p {
                font-size: 6px;
            }

            .process-step-label {
                font-size: 7px;
            }

            .process-step-number {
                font-size: 21px;
            }

            .process-icon {
                width: 18px;
                height: 18px;
                min-width: 18px;
            }

        }
        
.rebate-box {
    position: relative;
}

/* Connector icon between boxes */
.rebate-box:not(:last-child)::after {
    content: "";
    position: absolute;

    width: 30px;
    height: 18px;

    top: 50%;
    right: -30px;

    transform: translateY(-50%);

    background-image: url("https://gorunsolar.creatoro.in/wp-content/uploads/2026/08/hathody.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    z-index: 10;
}
.who-can-claim-list .elementor-icon-box-icon {
    margin-top: 8px !important;
}
.who_is_eligible_tab {
    position: relative;
}

/* Lines between boxes */
.who_is_eligible_tab:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -20px;
    width: 20px;
    height: 2px;
    background-color: #FDB813;
    z-index: 5;
}

/* Small line before first box */
.who_is_eligible_tab:first-child::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -10px;
    width: 10px;
    height: 2px;
    background-color: #FDB813;
    z-index: 5;
}

/* Small line after last box */
.who_is_eligible_tab:last-child::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -10px;
    width: 10px;
    height: 2px;
    background-color: #FDB813;
    z-index: 5;
}