.mob_991 {
    display: none;
}

.bannerVdoNew {
    display: none;
}

.bannerWrap {
    height: 100vh;
    padding: 0px;
    overflow: hidden;
    position: relative;

    .bannerVideo {
        height: 100%;

        video {
            width: 100%;
            object-fit: cover;
            object-position: center center;
            height: 100%;
        }
    }

    .bannerMobImg {
        height: 100%;

        img {
            width: 100%;
            object-fit: cover;
            object-position: center center;
            height: 100%;
        }
    }

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, #000 9.82%, rgba(0, 0, 0, 0.00) 92.77%);
        z-index: 1;
    }

    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, #000, transparent);
        z-index: 1;
    }

    .bannerContent {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 55%;
        width: 100%;

        .bannerLogo {
            width: 280px;
            margin-bottom: 20px;

            img {
                width: 100%;
                border-radius: 15px;
            }
        }

        .bannerText {
            .bannerHeading {
                color: #fff;
            }

            p {
                color: #fff;
                font-family: 'Unbounded';
                font-weight: 300;
            }
        }
    }

}




.slick-arrow {
    position: absolute;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    top: 50%;
    transform: translateX(-50%);
    transition: 0.5s;

    &.slick-next {
        right: -60px;
        background: url(../images/right_arrow_icon_right.png) no-repeat center center #D9D9D9;
        background-size: 80%;
    }

    &.slick-prev {
        left: -20px;
        background: url(../images/left_arrow_icon_black.png) no-repeat center center #D9D9D9;
        background-size: 80%;
    }

    &:hover {
        &.slick-next {
            background: url(../images/right_arrow_icon.png) no-repeat center center #00B565;
            background-size: 80%;
        }

        &.slick-prev {
            background: url(../images/left_arrow_icon.png) no-repeat center center #00B565;
            background-size: 80%;
        }
    }
}

.dark-theme {
    .bannerWrap {
        & .swiper-slide {
            &::after {
                background-image: linear-gradient(180deg, transparent 0 57%, #000000 96% 100%);
            }
        }
    }

    .industrySec {
        .industryWrap {
            border: 1px solid #ffffff4a;
        }
    }
}

.main {
    overflow: hidden;
}

/*==about sec start===*/
.headingImg {
    margin-left: 10px;
}

.aboutSec {
    padding-bottom: 150px;

    .btnWrap {
        .btnMain {
            &.btnOne {
                padding: 2px;
                background: linear-gradient(90deg, #f6651c 0%, #ffffff 100%);

                span {
                    background: linear-gradient(90deg, #FF8531 0%, #000000 100%);
                }
            }
        }
    }

    .aboutBgImg {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60%;
    }

    .container {
        position: relative;
        z-index: 1;
    }
}

.slick-list {
    padding: 0 5px !important;
}

/*===action start===*/
.actionSliderWrap {
    .actionItem {
        margin: 0px 15px;

        .actionInner {
            .actionImg {
                width: 100%;
                border-radius: 30px;
                margin-bottom: 30px;
                transition: 0.5s;

                .figure {
                    width: 100%;
                    overflow: hidden;
                    border-radius: 30px;
                    border: 1px solid #cecece;
                    display: block;
                    transition: 0.5s;

                    a {
                        width: 100%;
                        height: 100%;
                    }

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center center;
                    }
                }
            }

            h3 {
                text-align: center;

                a {
                    color: #fff;
                }
            }
        }

        &:hover {
            .actionInner {
                .actionImg {
                    box-shadow: 1px 6px 20px 0px #ff5f005c;

                    .figure {
                        border-color: transparent;
                    }
                }
            }
        }
    }
}

.fancybox-is-open {
    .fancybox-content {
        .fancybox-image {
            background-color: #ffffff !important;
            padding: 10px !important;
        }
    }
}

ul.slick-dots {
    display: flex;
    padding-top: 30px;
    gap: 10px;
    justify-content: center;

    li {
        button {
            font-size: 0px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #fff;
        }
    }
}

/*====performance start====*/
.performanceSec {
    padding-bottom: 150px;

    .container {
        position: relative;
        z-index: 1;
    }

    &::after {
        width: 1000px;
        height: 485px;
        bottom: 65px;
        filter: blur(50px);
        background-image: linear-gradient(#ff732b7a, #a1492e80, #e16540a1);
        animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
        border-radius: 50%;
        position: absolute;
        right: -100px;
        content: "";
    }

    .per-card {
        background: white;
        border-radius: 24px;
        padding: 40px;
        width: 100%;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        animation: fadeInUp 0.8s ease;
    }

    .progress-container {
        background: #f0f0f0;
        border-radius: 50px;
        height: 56px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    }

    &.visible .progress-bar.energy {
        align-items: flex-start;
        animation-delay: 0.5s;
        width: 65%;
        transition-delay: 0.5s;
    }

    .progress-bar.roi {
        animation-delay: 0.7s;
    }

    &.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .stat-item {
        margin-bottom: 32px;
        opacity: 0;
        transition: opacity 0.8s ease;
    }

    &.visible .stat-item:first-child {
        opacity: 1;
        transition-delay: 0.3s;
    }

    &.visible .stat-item:last-child {
        opacity: 1;
        transition-delay: 0.5s;
    }

    .stat-item:last-child {
        margin-bottom: 0;
    }

    .progress-text {
        color: #fff;
    }

    .stat-label {
        font-size: 18px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 12px;
    }

    .progress-container {
        background: #f0f0f0;
        border-radius: 50px;
        height: 56px;
        overflow: hidden;
        position: relative;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .progress-bar {
        background: linear-gradient(90deg, #642d14 0%, #d17766 100%);
        height: 100%;
        border-radius: 50px;
        display: flex;
        align-items: start;
        padding: 0 24px;
        box-shadow: 0 2px 8px rgba(184, 90, 74, 0.3);
        width: 0;
        transition: width 1.2s ease;
    }

    &.visible .progress-bar.roi {
        width: 45%;
        transition-delay: 0.7s;
    }

    h3 {
        margin-bottom: 30px;
        font-size: 34px;
        font-weight: 400;
    }

    .perText {
        h4 {
            font-size: 30px;
            font-weight: 400;
            margin-bottom: 20px;
            color: #b8b8b8 !important;
        }

        p {
            font-size: 22px;
            line-height: 1.6;
            color: #b8b8b8 !important;
        }

    }
}

/*===featuresSec start===*/
.featuresSec {
    .row_2 {
        row-gap: 40px;
    }

    .featureBox {
        border-right: 1px solid #383838;

        .featureItem {
            padding: 20px 0;
            position: relative;
            transition: 0.5s;

            .featureInner {
                position: relative;
                z-index: 1;

                h4 {
                    color: #fff;
                }

                p {
                    color: #fff;
                }
            }

            &::before {
                transition: 0.5s;
                width: 300px;
                height: 250px;
                position: absolute;
                opacity: 0;
                visibility: hidden;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                content: "";
                filter: blur(50px);
                background-image: linear-gradient(#e06440, #99442b, #e46641);
                animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
                border-radius: 50%;
            }

            .featureIcon {
                margin-bottom: 20px;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;

                img {
                    height: 100%;
                    margin: 0 auto;
                    filter: invert(1);
                    display: inline-block;
                }
            }

            &:hover {
                &::before {
                    opacity: 1;
                    visibility: visible;
                }
            }
        }

        &:nth-child(3n) {
            border-right: none;
        }
    }
}


@keyframes expandWidth {
    from {
        width: 0;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ------Common---------------- */
:root {
    --bg-color: white;
    --text-color: black;
    --orange-color: rgba(255, 143, 67, 1);
    --green-color: rgba(0, 181, 101, 1)
}

.orangeText {
    color: var(--orange-color);
}

.bg_FFF5EE {
    background-color: #FFF5EE;
}

.headingWrap {
    padding-bottom: 50px;
    position: relative;

    .secH {
        position: relative;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px;
        color: #b8b8b8;
        font-weight: 300;

        &::after {
            width: 200px;
            height: 30px;
            position: absolute;
            content: "";
            background: url(../images/headingLine.png) no-repeat;
            background-size: 100%;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        &>div:not(:first-child) {
            margin-left: 20px;
        }

        span.orangeText {
            margin-left: 15px;
        }
    }
}

.secH {
    font-size: 54px;
    line-height: 1.3;
}

body {
    color: #b8b8b8;
    background-color: #000;
    transition: 0.3s;
    font-family: 'Public Sans';
    font-weight: normal;
}

.main {
    background-color: #000;
}

.container {
    max-width: 1750px;
}


/* Dark theme overrides */
body.dark-theme {
    --bg-color: #121212;
    --text-color: #ffffff;
}

/* Toggle switch styling (optional) */
.theme-switch {
    margin-left: 20px;
}

.theme-switch input {
    display: none;
}

.theme-switch .slider {
    width: 80px;
    height: 40px;
    background: #747474c7;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    position: relative;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
}

.theme-switch .slider span {
    position: relative;

    img {
        filter: brightness(0) invert(1);
    }

    &.lightTheme {
        img {
            filter: brightness(1) invert(0);
        }
    }
}

.dark-theme {
    .theme-switch .slider span {
        position: relative;

        img {
            filter: brightness(1) invert(0);
        }

        &.lightTheme {
            img {
                filter: brightness(0) invert(1);
            }
        }
    }
}

.theme-switch .slider::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: 2px;
    left: 2.5px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
}

.theme-switch input:checked+.slider::before {
    transform: translateX(38px);
}

.btnWrap {
    .btnMain {
        display: inline-block;
        padding: 10px 30px;
        border-radius: 30px;
        color: #fff;
        background-color: var(--orange-color);
        padding-right: 60px;
        position: relative;
        margin-right: 15px;

        &:active {
            border: none !important;
        }

        &::after {
            width: 30px;
            height: 30px;
            background: url(../images/right_arrow_icon.png) no-repeat;
            background-size: 100%;
            right: 20px;
            position: absolute;
            content: "";
        }

        &.btnOne {
            padding: 2px;
            background: linear-gradient(90deg, #f6651c 0%, #10b56830 100%);

            &::after {
                display: none;
            }

            span {
                display: block;
                padding: 10px 30px;
                background: linear-gradient(90deg, #FF8531 0%, #007743 100%);
                border-radius: 30px;
                position: relative;
                padding-right: 70px;

                &::after {
                    width: 30px;
                    height: 30px;
                    background: url(../images/right_arrow_icon.png) no-repeat;
                    background-size: 100%;
                    right: 30px;
                    position: absolute;
                    content: "";
                }
            }
        }
    }
}


.bg_EAFBF4 {
    background-color: #EAFBF4;
}

.rad_50 {
    border-radius: 50px;
}

/*===form wrap start====*/

.frmWrap {
    .inputTxt {
        width: 100%;
        border: none;
        border-radius: 30px;
        padding: 8px 20px;
        padding-right: 40px;
        height: 50px;
        background-color: #F1F1F1;
        outline: none;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        resize: none;

        &.textArea {
            height: 80px;
        }

        &::placeholder {
            color: #000;
            font-family: 'Public Sans';
            font-weight: normal;
        }
    }

    .frmIcon {
        position: absolute;
        width: 20px;
        right: 15px;
        top: 18px;

        img {
            width: 100%;
        }
    }

    margin-bottom: 20px;

    .inputTxt.textArea {
        height: 100px;
        padding-top: 10px;
        border-radius: 10px;
    }

    &.btnWrap {
        position: relative;
        display: inline-block;

        .subBtn {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            opacity: 0;
        }

    }
}

.mapSec {
    position: relative;
    overflow: hidden;

    .mapWrap {
        height: 700px;

        iframe {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            overflow: hidden;
        }
    }

    .bookFormInner {
        width: 500px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 80px;
        background-color: #fff;
        border-radius: 30px;
    }

    .bookFormWrap {
        padding: 40px;

        h2 {
            font-size: 24px;
            color: #007743;
            margin-bottom: 20px;
        }
    }
}
























.mob_1024 {
    display: none;
}

.mob_991 {
    display: none;
}

@media (max-width: 1720px) {
    .aboutSec {
        .aboutBgImg {
            width: 80%;
        }
    }
}

@media (max-width: 1280px) {
    .aboutSec {
        padding-bottom: 80px;

        .aboutBgImg {
            width: 70%;
        }
    }

    .aboutLeftText {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .aboutLeftText {
        width: 100%;
    }

    .aboutSec {
        .aboutBgImg {
            width: 100%;
            position: inherit;
            border-bottom: 1px solid #cecece75;
            margin-bottom: 30px;
        }
    }

    .mob_1024 {
        display: block;
    }

    .desk_1024 {
        display: none !important;
    }

    .aboutSec {
        .btnWrap {
            text-align: center;
        }
    }

    .headingImg {
        margin-left: 10px;
        width: 210px;
    }

    .secH {
        font-size: 40px;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .headingWrap {
        padding-bottom: 25px;
    }

    .performanceSec {
        h3 {
            margin-bottom: 20px;
            font-size: 28px;
        }
    }

    .performanceSec {
        .perText {
            h4 {
                font-size: 24px;
            }
        }
    }

    .perText {
        margin-bottom: 20px;
    }

    .performanceSec {
        .per-card {
            padding: 25px;
        }
    }

    .actionSliderWrap {
        & .actionItem {
            .actionInner {
                h3 {
                    font-size: 20px;
                }
            }
        }
    }

    .featuresSec {
        .featureBox {
            &:nth-child(3n) {
                border-right: 1px solid #383838;
            }

            &:nth-child(2n) {
                border-right: none;
            }

            &:last-child {
                border-right: none;
            }
        }
    }

    .mapSec {
        .bookFormInner {
            width: 425px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 30px;
            background-color: #fff;
            border-radius: 30px;
        }
    }

    .mob_991 {
        display: block;
    }

    .desk_991 {
        display: none;
    }
}

@media (max-width: 820px) {
    .mapSec {
        .mapWrap {
            height: 500px;
            border-radius: 50px;
            overflow: hidden;
        }

        .bookFormInner {
            width: 100%;
            position: inherit;
            top: 0;
            transform: none;
            right: 0;
            background-color: #fff;
            border-radius: 30px;
            margin-top: 20px;
        }
    }
}

@media (max-width: 768px) {
    .footerSec {
        .footerMain {
            background-color: #e3e3e3;
        }
    }

    .bannerWrap {
        .bannerVideo {
            height: 100%;
        }
    }

    .getInTouchBtn {
        top: 30%;
    }

    .toggle-wrap {
        padding-right: 0;
    }
    .aboutSec {
        .btnWrap {
            .btnMain {
                &.btnOne {
                    span {
                        position: relative;
                        &::after {
                            /* width: 30px;
                            height: 30px;
                            background: url(../images/right_arrow_icon.png) no-repeat;
                            background-size: 100%;
                            right: 30px;
                            position: absolute;
                            content: ""; */
                            display: inline-block;
                            top: 6px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .featuresSec {
        .featureBox {
            border-bottom: 1px solid #383838;
            border-right: none !important;

            &:last-child {
                border-bottom: none;
            }
        }

        .row_2 {
            row-gap: 0;
        }
    }

    .bannerWrap {
        height: 500px;

        .bannerContent {
            top: inherit;
            bottom: 30px;
            width: 100%;
            transform: translateY(0%);
            text-align: center;

            .bannerLogo {
                width: 140px;
                margin-bottom: 20px;
                margin: 0 auto;
                margin-bottom: 20px;
            }
        }
    }
}

@media (max-width: 580px) {
    .aboutLeftText {
        text-align: center;
    }

    p {
        font-size: 16px;
    }

    .secH {
        font-size: 28px;
    }

    .headingImg {
        width: 150px;
    }

    .performanceSec {
        h3 {
            font-size: 24px;
        }

        .perText {
            text-align: center;
            margin-bottom: 35px;

            h4 {
                font-size: 20px;
            }

            p {
                font-size: 20px;
                line-height: 1.4;
            }
        }
    }

    .count_2 {
        column-count: 1;
    }

    .footerSec {
        padding-bottom: 190px;

        .footerMain {
            .footerMainInner {
                padding: 30px 30px;
            }
        }
    }
}

@media (max-width: 480px) {
    .aboutSec {
        .btnWrap {
            .btnMain {
                &.btnOne {
                    span {
                        font-size: 15px;
                    }
                }

            }

            .btnMain {
                span {
                    font-size: 15px;
                }
            }
        }
    }
}

@media (max-width: 420px) {
    .aboutSec {
        .btnWrap {
            display: flex;
            flex-direction: column;
            text-align: center;
            align-items: center;
            gap: 20px;

            .btnMain {
                margin-right: 0px;
                width: 220px;

                &.btnOne {
                    margin-right: 0px;
                    width: 220px;
                }
            }
        }
    }

    .mapSec {
        .mapWrap {
            height: 320px;
            border-radius: 50px;
            overflow: hidden;
        }
    }
}