* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Montserrat", serif !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

header nav .navbar-nav .nav-item .active {
    color: #fff !important;
    border-top: 1px solid #000;
}


button a {
    text-decoration: none;
    color: #fff;
}

button a:hover {
    text-decoration: underline;
    color: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #F8861A;
    border-radius: 2px;
}

*::-moz-scrollbar-thumb {
    background-color: #F8861A;
    border-radius: 2px;
}

/* Highlight Text */
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #000;
}


::selection {
    color: #fff;
    background: #000;
}

/*********Header Nav*********/
header nav {
    background-color: #fff;
    margin-top: 50px;
    padding: 05px 10px 05px 10px !important;
}

.bg-dark p {
    font-size: 14px;
    font-weight: 400;
}

.All {
    padding: 0 250px;
}

.navbar-onscroll {
    transition: 0.8s;
    padding: 10px !important;
    box-shadow: 0px 5px 20px #a1a1a11c, 0px 0px 20px #00000015;
}

header nav .navbar-brand img {
    width: 200px;
}

header nav .navbar-nav {
    margin-top: 10px;
}

header nav .navbar-nav .nav-item {
    font-size: 14px;
    letter-spacing: 0.5px;
}

header nav .navbar-nav .nav-item .active {
    color: #F8861A !important;
    border-top: 1px solid #F8861A;
}

header nav .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 400;
    padding: 15px 25px;
}

header nav .navbar-nav .nav-item .nav-link:hover {
    color: #F8861A;
    border-bottom: 1px solid #F8861A;
}

.btn-area .bi:hover {
    color: #714091;
}

.btn-area .bi {
    color: #fff;
}

@media (max-width: 1400px) {
    header nav .navbar-brand img {
        width: 150px;
    }

    header nav .navbar-nav .nav-item .nav-link {
        color: #000;
        font-weight: 400;
        padding: 15px 15px !important;
    }


}

@media (max-width: 1199px) {

    .bg-dark {
        display: none;
    }

    header nav {
        background-color: #fff;
        margin-top: 1px !important;
        padding: 5px 10px 0px 10px !important;
    }
}

/********Nav Login Auth********/
header nav .login-div {
    margin-top: 18px;
    margin-right: 30px;
}

header nav .login-div i {
    padding: 10px 40px;
    border-left: 1px solid #C9C9C9;
    font-size: 14px;
}

header nav .login-div .btn-signup {
    font-size: 13px;
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    ;
    letter-spacing: 0.3px;
    padding: 10px 25px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
}
.btn-login a{
    text-decoration: none;
    color: #fff;
}

.btn-login a:hover{
    color: white;
}

 .btn-login {
    font-size: 10px !important;
    background: #F8861A;
    cursor: pointer;
    ;
    letter-spacing: 0.3px;
    padding: 2px 15px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
}

header nav .login-div .btn-login {
    color: #ffffff;
}

header nav .login-div .btn-signup i {
    padding-left: 5px;
}

/********Nav Toggler********/
header nav .navbar-toggler {
    border: 1px solid #FEC31C !important;
}

header nav .navbar-toggler i {
    color: #FEC31C;
}

header nav .navbar-toggler:focus,
header nav .navbar-toggler:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

header nav .dropdown:hover .dropdown-menu {
    display: block !important;
    visibility: visible !important;
}

header nav .dropdown:hover .dropdown-menu li {
    line-height: 3 !important;
    font-size: 15px !important;
}

header nav .dropdown:hover .dropdown-menu li i {
    color: #F8861A;
    font-size: 18px !important;
}

/********Nav Mobile Offcanvas********/
header nav .offcanvas {
    width: 340px;
}

header nav .offcanvas-header {
    text-align: right;
    padding: 10px 1px 1px 1px !important;
    margin-bottom: -20px;
}

header nav .offcanvas-header button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin-left: 20px;
    margin-bottom: 20px;
}

header nav .offcanvas-header button i {
    font-size: 25px;
    color: #000
}

@media(max-width: 1199px) {
    header nav .login-div {
        margin-right: 0px;
        margin-top: 0px;
    }

    header nav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 10px 15px;
    }

    header nav .login-div .btn-login,
    nav .login-div .btn-signup {
        font-size: 16px;
        padding: 10px 10px;
    }

    header nav .icon-hambuger {
        margin-top: 15px;
    }

    header nav .icon-hambuger a {
        font-size: 22px;
    }

    header nav .dropdown-footer {
        top: 50px;
    }

    header nav .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-weight: 600;
        padding: px;
    }

    header nav .login-div .btn-login {
        color: #fff;
    }
}

@media(max-width: 991px) {
    header nav .icon-hambuger {
        display: none;
    }

    .login-div i {
        display: none;
    }

    header nav .login-div {
        margin-left: 5px;
        margin-top: 20px;
    }

    header nav .login-div a {
        display: block;
        margin-top: 5px;
    }

    header nav .navbar-nav {
        margin-top: -5px;
    }

    header nav .dropdown:hover .dropdown-menu {
        display: block !important;
        visibility: visible !important;
    }

    header nav .navbar-toggler {
        margin-top: 10px;
    }

    header nav .navbar-nav .nav-item .nav-link {
        color: #000 !important;
        font-weight: 400;
    }

    header nav .navbar-nav .nav-item .nav-link:hover {
        color: #000;
        font-weight: 500;
        padding: px;
    }

    header nav .login-div .btn-login {
        color: #000;
        font-weight: 400;
    }

    header nav {
        background-color: #fff;
        margin-bottom: -101px !important;
        padding: 5px 10px 05px 10px !important;
    }


}

/* Welcome Banner */


/* Welcome Screen */
/* .welcome-screen {
    margin-top: 100px;
} */

.welcome-screen .banner-one {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1736873828/Energy/p_1_fch0xz.jpg');
    background-size: cover;

}

.welcome-screen .banner-two {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1736873832/Energy/o_1_vllvrl.jpg');
    background-size: cover;
}

.welcome-screen .banner-three {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1736874129/Energy/i_smqbvk.jpg');
    background-size: cover;
}

.welcome-screen .banner-four {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1739701590/Energy/Group_48097670_wk0hwq.jpg');
    background-size: cover;
}

.welcome-screen .banner-five {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1739701591/Energy/Group_48097671_lxlj91.jpg');
    background-size: cover;
}

.welcome-screen .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 150px 0 100px 0px;
}

.welcome-screen .carousel-item .banner-note {
    width: 48%;
    padding: 80px 0 50px 180px;

}

.welcome-screen .carousel-item .banner-note h1 {
    font-size: 3rem;
    font-family: "Heebo", serif !important;
    font-weight: 100 !important;
    padding-top: 10px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.welcome-screen .carousel-item .banner-note h1 span {
    font-family: "Heebo", serif !important;
    font-weight: 700;
    color: #FEC31C;
}

.welcome-screen .carousel-item .banner-note h5 {
    font-weight: 300;
    font-size: 22px;
}

.welcome-screen .carousel-item .banner-note p {
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}

.welcome-screen .banner-note .btn-div {
    margin-top: 45px;
}

.welcome-screen .banner-note .btn-div .btn-contact,
.welcome-screen .banner-note .btn-div .btn-read {
    padding: 15px 35px;
    border-radius: 50px;
    margin: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.welcome-screen .banner-note .btn-div .btn-contact {
    border: 1px solid #fff;
}

.welcome-screen .banner-note .btn-div .btn-read {
    background-color: #F8861A;

}

.welcome-screen .banner-note .btn-div .btn-contact:hover,
.welcome-screen .banner-note .btn-div .btn-read:hover {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #fff;
}

.icon-group {
    position: absolute;
    bottom: 50px;
    left: 15%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    font-size: 1.5rem;
}

.icon-group span {
    cursor: pointer;
    opacity: 0.5;
}

.icon-group .active {
    opacity: 1;
    color: #f39c12;
    /* Highlight color for active */
}

@media (max-width: 991px) {
    .welcome-screen .carousel-item .banner-note {
        width: 100% !important;
        padding: 0 10px 0 50px !important;
    }

    .welcome-screen {
        margin-top: 01px !important;
    }

    .welcome-screen .carousel-item {
        padding: 150px 0px 100px 0px !important;
        color: #fff;
    }
}

@media (max-width: 1400px) {
    .welcome-screen .carousel-item .banner-note {
        width: 65%;
        padding: 80px 0 50px 120px;
    }

    /* .welcome-screen .carousel-item {
        padding: 100px 0px 130px 0px;
        color: #fff;
    } */

    .icon-group {
        position: absolute;
        bottom: 50px;
        left: 15%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        font-size: 1.5rem;
    }

    .welcome-screen .carousel-item .banner-note h1 {
        font-size: 2.5rem;
        font-weight: 100;
        padding-top: 10px;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .welcome-screen .carousel-item .banner-note h1 span {

        font-weight: 500;
        color: #FEC31C;
    }
}

@media (max-width: 540px) {
    .welcome-screen .carousel-item .banner-note {
        width: 80%;
    }

    .welcome-screen .carousel-item {
        padding: 100px 10px 100px 10px;
    }

    .welcome-screen .carousel-item .banner-note h1 {
        font-size: 2.5rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .welcome-screen .carousel-item .banner-note h5 {
        font-size: 18px;
    }

    .welcome-screen .carousel-item .banner-note p {
        font-size: 16px;
    }

    .welcome-screen .banner-note .btn-div .btn-contact,
    .welcome-screen .banner-note .btn-div .btn-read {
        padding: 10px 15px;
        font-size: 14px;
    }

    .icon-group {
        display: none;
    }

    .btn-contact {
        display: none;
    }
}

/* Benefit */
.Benefit {
    padding: 80px 0px;
    font-family: "Montserrat", serif;
}

.Benefit .Txt {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1736881066/Energy/l_skskly.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.Benefit .Txt .Just {
    font-size: 25px;
    font-weight: 400 !important;
    line-height: 1.5;
}

.Benefit .Txt .highlight {
    font-size: 20px;
    color: #F8861A;
    font-weight: 500;
    padding: 0 0 0px 100px;
}

.Benefit .E {
    font-size: 15px;
    line-height: 2;
}

.Benefit button {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.modal-title {
    color: #F8861A;
}

.modal-body img {
    width: 100%;
    display: block;
    margin: auto;
}

.modal-body h1 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    padding: 0 0 05px 0;
}

.modal-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #000;
    padding: 0 0 10px 0;
}

.modal-body a {
    color: #F8861A;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.Benefit .card {
    border: none;
}

.Benefit .fw-bold {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 2;
}

.icon {
    margin-top: -50px;
    display: inline-block;
}

.iconing img {
    width: 50px;
    height: auto;
    margin: 30px 20px 0px 20px;
}

.icon img {
    width: 80px;
    height: auto;
}

.Benefit ul li {
    font-size: 14px;
    line-height: 30px;
    margin-left: -20px;
}

.Benefit h5 {
    margin-top: 20px;
}

.Benefit ul {
    height: 100px;
}

.card {
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width:1400px) {
    .Benefit .Txt .highlight {
        font-size: 20px;
        color: #F8861A;
        font-weight: 500;
        padding: 0 0 0px 50px;
    }

    .faqPage {
        padding: 50px 0px;
    }

    .Justt {
        padding: 80px 20px 50px 20px !important;
    }
}

@media (max-width:770px) {
    .Benefit ul {
        height: auto;
    }

    .Benefit .card {
        margin-bottom: 0px;
    }

    .Benefit {
        padding: 80px 0px 30px 0;
    }

    .King {

        float: right;
        padding: 0 0 0 30px !important;
        top: -200px;
        width: 70% !important;
        clear: both;
        margin-bottom: -200px;
    }

    .right-image {
        width: 100%;
        position: relative;
        height: 400px !important;
        object-fit: cover;
        /* top: 0;
       left: 20px; */
    }

    .Benefit .card {
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .Benefit h5 {
        margin-top: 20px;
    }

    .icon {
        margin-left: 20px;
        margin-top: -20px;
        display: inline-block;
    }
}

/* FAQs */

.faqPage {
    width: 100%;
    padding: 50px 0 0px 0;
    font-family: "Montserrat", serif;

}


.faqPage h1 {
    font-size: 25px;
    color: #000;
}

.faqPage p {
    font-size: 14px;
    color: #000;
    line-height: 2;
    padding: 10px 0 40px 0px
}

.faqPage summary {
    font-size: 15px;
    background-color: #f7f7f7;
    box-shadow: 0 0 20px -10px #c8c8c873;
    color: #1e1e1e;
    padding: 20px;
    margin-bottom: 20px;
    outline: none;
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    position: relative
}

.faqPage .faq-content {
    padding: 25px 15px 15px;
    margin-top: -16px;
    color: #1e1e1e;
    margin-bottom: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 20px -10px #c8c8c873;
    font-size: 14px;
    line-height: 1.8
}

.faqPage details>summary:after {
    position: absolute;
    content: "+";
    right: 20px;
    color: #000;
}

.faqPage details[open]>summary {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.faqPage details[open]>summary:after {
    position: absolute;
    content: "-";
    right: 20px;
    color: #fff;
}

.faqPage details>.faq-section summary::-webkit-details-marker {
    display: none
}

.faqPage img {
    width: 90%;
    display: block;
    margin: auto;
}

/* Providing */

.custom-section {
    background-color: #4A4A4A;
    color: white;
    /* padding: 50px 0; */
}

.quote-text {
    font-size: 20px !important;
    font-weight: 600;
    font-family: "Montserrat", serif;
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1736930639/Energy/Group_bb1iir.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.main-heading {
    margin-top: -10px;
    font-size: 40px;
    font-weight: 500;
    font-family: "Montserrat", serif;
    padding: 0 0 10px 0;
}

@media (max-width:1400px) {
    .main-heading {
        margin-top: -10px;
        font-size: 30px;

    }
}

.custom-section p {
    line-height: 2;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400 !important;
    padding: 0 0 30px 0;
}

/* .icon-text {
    text-align: left;
} */

.icon-text p {
    line-height: 2;
    font-size: 17px;
    font-family: "Montserrat", serif;
    font-weight: 500 !important;
}

.icon-text img {
    width: 50px;
    height: auto;
}

.King {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    position: relative;
    float: right;
    padding: 0 0 0 50px;
    top: -200px;
    width: 50%;
    clear: both;
    margin-bottom: -200px;

}

.King h1 {
    font-size: 35px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    color: #fff;
    padding: 50px 0 0px 0;
}

.King p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.right-image {
    width: 100%;
    position: relative;
    height: 650px;
    object-fit: cover;
    /* top: 0;
   left: 20px; */
}

/*  */

.accordion-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 550px;
}

.section-heading {

    font-size: 2rem;
    text-align: right;
    font-style: normal;
    color: #000;
}

.solutions-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #F8861A;
}

.solutions-section .Line {
    height: 3px;
    width: 50px;
    background-color: #F8861A;
}

.solutions-section {
    background-color: #F9F9F9;
    padding: 80px 0px;
    font-family: "Montserrat", serif;
}

@media (max-width:768px) {
    .solutions-section {
        display: none;
    }

    .icon-text {
        display: block !important;
        margin: auto !important;
        width: 100% !important;
    }

    .icon-text p {
        text-align: center;
        line-height: 2;
        font-size: 17px;
        font-family: "Montserrat", serif;
        font-weight: 500 !important;
    }

    .icon-text img {
        width: 50px;
        display: block !important;
        margin: auto !important;
    }

    .trusted-partners img {
        max-width: 150px;
        margin: 20px !important;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .trusted-partners {
        padding: 50px 0 !important;
        font-family: "Montserrat", serif;
    }

    .spotlight-bg {
        padding: 50px 10px 50px 10px !important;
        margin-bottom: 0px !important;
    }

    .energy-calculator-section {
        background-color: #fff;
        padding: 50px 0px !important;
        font-family: "Montserrat", serif;
    }

    .img-fluid {
        margin-top: 50px !important;
    }
}

.accordion-item {
    flex: 1;
    overflow: hidden;
    position: relative;
    transition: flex 0.3s ease;
    border-radius: 10px;
}

.accordion-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease;
}

.accordion-item:hover {
    flex: 2;
    border-radius: 10px;
}

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

.accordion-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.081);
    color: white;
    padding: 30px 25px;
    text-align: left;
    width: 100%;
    font-family: "Montserrat", serif;
}

.accordion-content h5 {
    margin: 0;
    font-size: 1.25rem;
}

.accordion-content img {
    width: 40px;
    padding: 0 0 20px 0;
}

.accordion-content p {
    padding: 15px 0 0px 0;
    font-size: 0.9rem;
}

.accordion-content a {
    color: #f4c10f;
    font-size: 0.9rem;
    text-decoration: underline;
}

.accordion-content a:hover {
    text-decoration: underline;
}

/* Trusted Partners Section */
.trusted-partners {
    background-color: #fff;
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
}

.trusted-partners h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.trusted-partners img {
    max-width: 180px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.trusted-partners img:hover {
    opacity: 1;
}

/* Spotlight Section */
.spotlight-bg {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    font-family: "Montserrat", serif;
    padding: 80px 20px 50px 20px;
    margin-bottom: 50px;
}

.spotlight-section {
    padding: 50px 0px 0 0;
}

.bannerr {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    position: relative;
}

.bannerr h1 {
    color: white;
    font-weight: bold;
}

.join-btn {
    position: absolute;
    left: -30px;
    top: 10px;
    background: brown;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    transform: rotate(-30deg);
    border-radius: 10px;
}

/* .spotlight-section h1{
    padding: 0px 0 50px 0;
} */
.spotlight-section .Joiil {
    font-size: 70px;
    line-height: 1.3;
}

@media (max-width:1400px) {
    .spotlight-section .Joiil {
        font-size: 50px;
        line-height: 1.3;
    }

    .spotlight-section .AbiNah h4 {
        font-size: 17px;
    }

    .spotlight-section .AbiNah p {
        font-size: 15px !important;
    }
}

@media (max-width:584px) {
    .spotlight-section .Joiil {
        font-size: 40px;
        line-height: 1.3;
    }

    .bannerr h1 {
        color: white;
        font-weight: bold;
        font-size: 30px;
    }
}

.spotlight-section .Joiil strong {
    color: #FEC31C;
}


.spotlight-background {
    background:
        url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737282133/Energy/Frame_1618873242_ggv40z.jpg') no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 15px;
}

.spotlight-section .AbiNah {
    padding: 20px;
    background: #fff !important;
}

.spotlight-section .AbiNah p {
    font-size: 16px;
    line-height: 2;
}

.spotlight-section .AbiNah:hover {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%) !important;
    color: #fff;
}

/* Content Overlay */
.position-relative {
    z-index: 2;
}
.text-white h2 {
    font-size: 2rem;
    font-weight: 400 !important;
    line-height: 2;
}

.spotlight-section h4 {
    font-size: 1.2rem;
    font-weight: 600 !important;
}

.bg-white p {
    font-size: 0.9rem;
    line-height: 2;
}


.bg-warning {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%) !important;

}

.bg-warning p {
    font-size: 0.9rem;
    line-height: 2;
}

.btn-warning {
    border-radius: 5px;
}

/* Energy Calculator Section */
.energy-calculator-section {
    
    padding: 50px 0px;
    font-family: "Montserrat", serif;
}

.calculator-form {
    background: linear-gradient(135deg, #F8861A, #FEC31C);
    border-radius: 15px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.calculator-form h3 {
    font-size: 1.5rem;
    line-height: 2;
}

.calculator-form .form-label {
    font-size: 0.9rem;
}

.input-group-text {
    background-color: #FEC31C !important;
    color: #000;
    border: none;
    padding: 18px 20px;
    border-radius: 5px 0 0 5px;
    border: none !important;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    /* Optional: Remove default focus shadow */
}

.input-group .form-control {
    border: none;
    background-color: #DEDEDE !important;
    padding: 18px 20px;
    border-radius: 0 5px 5px 0;
}

.form-select {
    border: none;
    background-color: #DEDEDE !important;
    padding: 18px 20px !important;
    border-radius: 0 5px 5px 0;
}

.btn-primary {
    background: #000 !important;
    border: none !important;
    padding: 18px 20px !important;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.btn-primary:hover {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%) !important;
}

.img-fluid {
    border-radius: 10px;
    width: 85%;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    .calculator-form {
        text-align: center;
    }

    .calculator-form h3,
    .calculator-form p {
        text-align: center;
    }

    .Amen {
        margin-top: -150px !important;
    }

    .search-bar {
        margin-top: 30px !important;
    }

    .input-group-text {
        background-color: #FEC31C !important;
        color: #000;
        border: none;
        padding: 15px 20px;
        border-radius: 5px 0 0 5px;
        border: none !important;
    }

}

/*  */

.insights-section {
    padding: 80px 0 80px 0;
    background-color: #F9F9F9;
    font-family: "Montserrat", serif;
}
.insights-sectioner {
    background-color: #F9F9F9;
    padding: 80px 0 80px 0;
}
.insights-sectioner .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
}
.insights-sectioner .card-body {
    padding: 35px 20px !important;
    height: 450px;
}
.New{
    padding: 80px 0 80px 0;
}

.insights-sectioner h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.insights-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.insights-section .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 10px !important;
}

.insights-section .card-bodyy {
    padding: 35px 20px !important;
    height: 280px;
}

@media (max-width:1400px) {
    .insights-section .card-bodyy {
        padding: 35px 20px !important;
        height: auto !important;
    }
}

.insights-section .card-body {
    padding: 35px 20px !important;
    height: 280px;
}

@media (max-width:1400px) {
    .insights-section .card-body {
        padding: 35px 20px !important;
        height: auto !important;
    }
}

.insights-section .card img {
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.insights-sectioner .card img {
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.insights-section .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 35px !important;
}

.insights-sectioner .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 35px !important;
}

.insights-section .card-text {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2;
}

.insights-sectioner .card-text {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2;
}

.insights-section .btn {
    color: #ffa500;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
}

.insights-section .btn:hover {
    text-decoration: underline;
}

/* Newsltter */
.Newsletter {
    font-family: "Montserrat", serif;
    width: 100%;
    z-index: 10;
}

.Amen {
    background-color: #565052;
    padding: 30px 50px 40px 50px !important;
    border-radius: 10px;
    width: 100%;
    line-height: 1.5;
    z-index: 10;
    margin-top: -150px;
}

.Amen p {
    font-size: 17px;
    color: #fff;
}

.Amen h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.search-bar {
    margin-top: 30px;
}

.search-bar .input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 0.5%;
    min-width: 0;
}

.search-bar .input-group>.form-control,
.input-group>.form-select:focus {
    outline: 0px !important;
    box-shadow: none !important;
    border: none !important;
}

.search-bar .input-group>.form-control::placeholder {
    font-size: 13px;
}

.search-bar .input-group-text {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 20px !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    background-color: #ffa500 !important;
    border-radius: 0.25rem;
}

.search-bar .form-control {
    display: block;
    width: 10%;
    padding: 30px 30px 30px 30px;
    font-size: 1rem;
    border-radius: 10px 0px 10px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: none;
}

/**Footer**/
.footer {
    padding: 50px 0px 0px 0px;
    background-color: #061F1C;
    font-family: "Montserrat", serif;
}

.footer .kit-font img {
    width: 50%;
    display: inline-block;
    margin: auto;
}

.footer .quick {
    padding: 80px 0 0 0;
    color: #fff !important;
}

.footer .quick a {
    text-decoration: none;
    color: #BDBDBD;
}

.footer .kit-font p {
    padding: 10px 0 0 0;
    color: #fff;
    font-size: 15px;
    text-align: left;
}

.footer .quick h1 {
    font-size: 20px;
    margin-top: 0;
    padding: 0 0 20px 0;
    margin-bottom: 0;
    font-weight: 600;
}


.footer .quick ul li img {
    width: 25px;
    margin: 0px 7px;
}

.force img {
    width: 140px;
    display: block;
    margin: auto;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 13px 0px;
    font-size: 10px;
}

.icon {
    margin-top: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.icon:hover {
    background-color: white;
    color: black;
}

.footer .quick ul li {
    list-style: none;
    color: #BDBDBD;
    line-height: 2;
    font-size: 15px;
    padding: 0 0 20px 0;
    margin-left: -30px;
}

@media (max-width:900px) {
    .footer .kit-font img {
        width: 40%;
        display: block;
        margin: auto;
    }

    .paff li {
        text-align: center;
    }

    .footer .kit-font p {
        text-align: center;
    }

    .digital {
        padding: 55px 0px 55px 0px;
    }

    .footer .quick {
        padding: 20px 0 0 0;
    }

    .footer .quick h1 {
        text-align: center;
    }

    .footer .quick ul li {
        text-align: center;
    }

    .footer .search-bar {
        width: 60%;
        display: block !important;
        margin: auto;
    }

    .footer .last-fot {
        padding: 50px 0 0 0;
    }

    .footer .logo-details {
        display: block !important;
        margin: auto !important;
        width: 40%;
        padding: 40px 0 0 0 !important;
    }

    .Amen {
        background-color: #565052;
        padding: 50px 10px 50px 10px !important;
        border-radius: 10px;
        width: 100%;
        line-height: 1.5;
        z-index: 10;
    }
}

@media (max-width:768px) {
    .footer .logo-details {
        display: block !important;
        margin: auto !important;
        width: 50%;
        padding: 40px 0 0 0 !important;
    }

    .footer {
        padding: 50px 0px 0px 0px;
    }

    .footer .quick h1 {
        padding: 0 0 15px 0;
    }

    .insights-section .card-body {
        padding: 35px 20px !important;
        height: auto !important;
    }
}

@media (max-width:500px) {
    .footer .logo-details {
        display: block !important;
        margin: auto !important;
        width: 60% !important;
        padding: 40px 0 0 0 !important;
    }

    .footer .search-bar {
        width: 100%;
        display: block !important;
        margin: auto;
    }
}

@media (max-width:400px) {
    .footer .logo-details {
        display: block !important;
        margin: auto !important;
        width: 70% !important;
        padding: 40px 0 0 0 !important;
    }
}

.footer .last-fot {
    padding: 80px 0 0 0;
}

.footer .last-fot h1 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
}

.Last {
    background-color: #082824;
    padding: 10px 0 10px 0;
}


.Last .last-fott a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 0 10px 0px;
}

.Last .last-fott h1 {
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-style: normal;
    font-weight: 300;
}

.Last .last-fott h1 b {
    font-size: 13px;
    color: #F8861A;
    font-style: normal;
    font-weight: 600;
}


.Last .last-fot a {
    text-decoration: none;
    color: #fff;
}

.footer .top .media-icons {
    display: flex;
}

.footer .logo-details {
    padding: 50px 0px 0px 65px;
}

.footer .top .media-icons {
    padding: 0px 0px 30px 0;
}

.footer .top .media-icons a {
    height: 40px;
    width: 40px;
    margin: 0 25px;
    border-radius: 8%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}

/* @media (max-width:1300px) {
    .footer .top .media-icons a {
        margin: 0 8px;
    }
} */
@media (max-width:992px) {
    .footer .top .media-icons a {
        margin: 0 8px;
        display: block;
        margin: auto;
    }
}

.footer li {
    list-style-type: none;
    padding-left: -10px;
    font-size: 13px;
}

.footer li a {
    text-decoration: none;
    color: #fff;
}

.footer .copy {
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 12px;
}

/**Footer Ends**/

.Beadcrumm {
    background:#535353;
    padding: 180px 0px 30px 0px;
}
.Beadcrumm .text {
    color: #fff;
}

.Beadcrumm a {
    text-decoration: none;
    color:#fff;
}

.Beadcrum .texting a {
    text-decoration: none;
    color:#fff;
}

.Beadcrum .texting a:hover {
    color: #ffa500 !important;
    text-decoration: underline;
}
.Beadcrumm a:hover {
    color: #ffa500 !important;
    text-decoration: underline;
}

.Beadcrum .texting a:nth-child(3) {
    color: #ffa500 !important;
}

.Beadcrum {
    padding: 250px 0px 120px 0px;
    background-image: url(https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737355408/Energy/Group_48097580_r4eaky.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Montserrat", serif;
    background-position: center;
}

.Beadcrum .text h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 768px) {
    .Beadcrum .text h1 {
        font-size: 25px;
    }

    .Hello .float-end {
        display: none;
    }

    .Pushing {
        margin-top: -10px !important;
    }

    .Emmeting {
        position: relative;
        left: 05px !important;
    }

    .quote-card {
        background: #fff;
        background-image: url(,,) !important;
        background-size: auto !important;
        background-repeat: no-repeat;
        margin-bottom: -0px !important;
        color: #000;
        width: 100%;
        border-radius: 1px;
        height: auto !important;
        padding: 50px 10px !important;
    }

    .Testimonials {
        background-color: #F9F9F9;
        padding: 50px 0 50px 0 !important;
    }

    .testimonial-card {
        margin-bottom: 20px;
    }

    .Story {
        padding: 100px 0 100px 0px;
        background-image: url(https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737355394/Energy/Group_33_pvot15.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -01px !important;
    }

    .align img {
        width: 80% !important;
        margin-bottom: 30px;
        display: block;
        margin: auto;
    }

    .Components .features h1 {
        font-size: 25px !important;
        font-weight: 600;
    }

    .installation-title {
        text-align: left;
        font-size: 1.5rem !important;
        font-weight: bold;
        margin-bottom: 20px !important;
    }

    .card-custom {
        height: auto !important;
    }

    .Components .features {
        padding: 25px !important;
        background: #565052;
        color: #fff;
        border-radius: 10px;
        height: auto !important;
    }

}
.Beadcrum .texting h2 {
    line-height: 2;
    font-weight: 600;
    color: #fff;
}

.Beadcrum .texting p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Beadcrum .text h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.Beadcrum .text p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.Beadcrum .allow img {
    width: 100px;
    padding: 0 0 10px 0;
}

/*  */
.Pushing {
    margin-top: -150px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3px;
}

@media (max-width: 768px) {

    /* For md screens */
    .grid-container .card {
        margin-top: -50px !important;
    }
}

@media (max-width: 576px) {

    /* For sm screens */
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
}

.LLL {
    background: #fff;
}

.Pushing .card p {
    line-height: 2;
    font-size: 15px;
}

@media (max-width:1400px) {
    .Pushing .card p {
        line-height: 2;
        font-size: 14px !important;
    }
}

.Pushing .card:hover {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    color: #fff;
    cursor: pointer;
}

/* Justing */
.Just {
    padding: 30px 0 50px 0;
}

.Just .Txt {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737372105/Energy/Group_48097670_ugau4c.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 0px;
}

.Just .Justing {
    font-size: 30px;
    font-weight: 600 !important;
    line-height: 1.5;
}

.Just p {
    font-size: 1rem;
    line-height: 2;
}

.Just .Txt .highlight {
    font-size: 20px;
    color: #F8861A;
    font-weight: 500;
    text-align: center;
}

.Story {
    padding: 100px 0px;
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737355394/Energy/Group_33_pvot15.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-position-y: -50px; */
}

@media (max-width:1400px) {

    .Story {
        padding: 50px 0 10px 0px;
        background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737355394/Energy/Group_33_pvot15.jpg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .Emmeting {
        position: relative;
        left: 160px !important;
    }
}

@media (max-width:1000px) {
    .Story {
        display: none;
    }
}

.Story .Emmet h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.Story .Emmet p {
    font-size: 1rem;
    line-height: 2;
    color: #fff;
}

.Emmeting {
    top: 50px;
    position: relative;
    left: 200px;
}

.Story .Emmeting h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.Story .Emmeting p {
    font-size: 1rem;
    line-height: 2;
    color: #fff;
}

.Story .Emmeting img {
    width: 300px;
}

/* vISION */

.hero-section {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737355398/Energy/Group_48097667_qwh4zm.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left;
    padding: 80px 0px 0px 0px;
    width: 100%;
}

.quote-card {
    background-image: url(https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737620532/Energy/Group_48097674_mydhkx.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -200px;
    color: #000;
    width: 100%;
    border-radius: 1px;
    height: 400px;
    padding: 100px 80px;
}

.quote-card p {
    font-size: 1rem;
    line-height: 2;
}

.quote-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 2;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.testimonial-card p {
    font-size: 1rem;
    line-height: 2;
}

.trustpilot {
    padding: 50px 0 0 0;
    color: #000;
    font-weight: bold;
}

.trustpilot p {
    padding: 20px 0 0 0;
    font-size: 1rem;
    line-height: 2;
}

.Testimonials {
    background-color: #F9F9F9;
    padding: 200px 0 50px 0;
}

.testimonial-card p {
    line-height: 2;
    font-size: 14px !important;
}

.join-us-section {
    background-color: #FFF8F1;
    text-align: center;
    padding: 80px 0px 140px 0;
}

.join-us-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.join-us-section .text {
    background-color: #F8861A;
    padding: 30px 0;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.join-us-section .text:hover {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    border-radius: 5px;
    color: black;
}

.join-button {
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-investor,
.btn-solar {
    background-color: #c87d31;
    color: white;
}

.btn-investor:hover,
.btn-solar:hover {
    background-color: #a86027;
    /* Darker gold for hover effect */
}

.btn-oem {
    background-color: white;
    border: 2px solid #d1d1d1;
    color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-oem:hover {
    background-color: #f5f5f5;
}

/**Communication**/
.communication {
    padding: 100px 0px 50px 0px;
    background-color: #FCFCFE;
}

.communication a {
    text-decoration: none;
}

.communication .el-icon-message img {
    width: 65%;
    display: block;
    margin: auto;
}

.communication .thread-text {
    padding: 0px 0px 0px 40px;
}

.communication .thread-text h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #A7A5A3;
    padding: 0px 0px 5px 0px;
}

.communication .thread-text h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 2;
}

.communication .thread-text p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}


.communication .thread-text button {
    margin-top: 40px !important;
    padding: 15px 30px 15px 30px;
    border: none;
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
}

.communication .thread-text button:hover {
    background-color: #70418F;
    color: #fff;
}

.communication .Just {
    padding: 0 0 0 0 !important;
}

.communication .el-icon-message .pulse {
    animation: pulse 3s infinite ease-in-out alternate;
}

@media (max-width:1200px) {
    .communication .thread-text {
        padding: 0px 0px 0px 1px;
    }

    .communication .el-icon-message img {
        width: 80%;
        display: block;
        margin: auto;
    }
}

@media (max-width:990px) {
    .Beadcrum {
        padding: 150px 0px 80px 0px;
        background-image: url(https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737355408/Energy/Group_48097580_r4eaky.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        font-family: "Montserrat", serif;
    }
}

@keyframes pulse {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1.2);
    }
}

@media (max-width:756px) {
    .communication .thread-text h1 {
        font-size: 32px;
        font-weight: 800;
        text-align: center;
        padding: 0px 0px 50px 0px;
    }

    .communication .thread-text h2 {
        font-size: 25px;
        font-weight: 500;
    }

    .communication .Just {
        padding: 50px 0 0 0 !important;
        display: block !important;
    }
}

@media (max-width:570px) {
    .communication .thread-text button {
        margin-top: 40px !important;
        display: block;
        margin: auto;
        padding: 10px 20px 10px 20px;
        width: 80%;
    }

    .communication .thread-text h1 {
        font-size: 28px;
        font-weight: 800;
        text-align: center;
        padding: 0px 0px 40px 0px;
    }
}

@media (max-width:520px) {
    .communication {
        padding: 50px 0px 50px 0px;
    }
}

/**Communication Ends**/

.Hello {
    padding: 80px 0;
    background-color: #F9F9F9;
}

.Hello .align img {
    width: 100%;
}

.Hello button {
    margin-top: -50px;
    padding: 15px 30px 15px 30px;
    border: none;
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
}

.Hello .carousel-item img {
    width: 300px;
}

@media (max-width:548px) {
    .Hello .carousel-item img {
        width: 200px;
        display: block;
        margin: auto;
        margin-bottom: 20px !important;
    }
}

/* Components */
.Components {
    padding: 80px 0 140px 0;
    background: #F9F9F9;
}

.Components .features {
    padding: 40px;
    background: #565052;
    color: #fff;
    border-radius: 10px;
    height: 450px;
}

.Components .features h1 {
    font-size: 30px;
    font-weight: 600;
}

.Components .features ul li {
    list-style-type: none;
    font-size: 15px;
    line-height: 3;
}

.installation-section {
    padding: 50px 15px;
}

.installation-title {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.card-custom {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 200px;
}

.card-custom h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-custom p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.number-circle {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    color: #e69500;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* SeNDING */

.SeNDING {
    padding: 80px 0;
    background: #FEF9ED;
}

.SeNDING .el-icon-message img {
    width: 80%;
    display: block;
    margin: auto;
}

@media (max-width:768px) {
    .SeNDING h1 {
        margin-top: 40px;
        font-size: 25px;
        font-weight: 600;
        line-height: 1.5;
    }

    .contact-section h2 {
        font-size: 25px !important;
        font-weight: 600;
        line-height: 1.5;
    }

    .contact-details {
        padding: 20px !important;
    }

    .Alll {
        display: none;
    }

}

.SeNDING h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.SeNDING p {
    font-size: 1rem;
    line-height: 2;
}

.SeNDING .form-group .form-control {
    border: none;
    background-color: #fff;
    padding: 25px 20px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #000;
}

.SeNDING .form-group .btn-primary {
    border: none;
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%);
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;

}

.faq-image {
    animation: zoomInFade 1.5s ease-out forwards, rotateIn 3s ease-in-out infinite;
}

@keyframes zoomInFade {
    0% {
        transform: scale(0.5);

        opacity: 0;

    }

    100% {
        transform: scale(1);

        opacity: 1;

    }
}

@keyframes rotateIn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        /* Complete a full rotation */
    }
}

.contact-section {
    background-color: #ffff;
    padding: 80px 0 170px 0;
}

.contact-details {
    background-color: #565052;
    color: #ffffff;
    padding: 40px;
    border-radius: 8px;
}

.contact-section h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.contact-section .form-label {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.contact-section h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.contact-section .Just {
    color: #ffffff;
    padding: 20px;
}

.contact-section p {
    font-size: 1rem;
    line-height: 2;
}

.contact-section .form-control {
    border: 1px solid #F4F4F4;
    background-color: #FFF;
    padding: 20px 20px !important;
    border-radius: 5px;
    height: auto !important;
}

.contact-section .form-control:focus {
    border: 1px solid #F8861A;
    background-color: #FFF;
    padding: 20px 20px !important;
    border-radius: 5px;
}

.contact-section .form-controll {
    border: 1px solid #F4F4F4;
    background-color: #FFF;
    padding: 30px 20px !important;
    border-radius: 5px;
}

.form-control {
    border-radius: 6px;
    height: 50px;
}

.form-control::placeholder {
    font-size: 0.9rem;
    color: #bbb;
}

.btn-submit {
    background-color: #F29620 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 6px;
    float: right;
    padding: 15px 20px;
}

.btn-submit:hover {
    background-color: #b48845;
}


.communication .thread-text .output {
    padding: 20px 0 0 0;
}

.communication .thread-text .output img {
    pointer-events: none;
    width: 15%;
    display: inline-block;
    margin: auto;
}

.communication .thread-text .output span {
    margin-left: 20px;
}

.communication .thread-text .output p {
    font-size: 13px !important;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}

.feature-box {
    padding: 30px;
    border-radius: 8px;
    color: white;
    line-height: 2;
    height: 200px;
}

.orange-box {
    background-color: #F8861A;
}

.dark-box {
    background-color: #565052;
}

.why {
    padding: 80px 0 30px 0;
}

.why img {
    width: 250px;
}

.why h6 {
    line-height: 2;
}

.Firsr {
    background: #F8861A;
    padding: 80px 0 140px 0;
}

.requirement-box {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 120px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.requirement-box span {
    font-size: 20px;
    font-weight: bold;
}

.cta-button {
    background-color: white;
    color: #c67a2b;
    font-weight: bold;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin: 20px auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    background-color: #fff3e0;
}

.swirl-in-top-fwd {
    -webkit-animation: swirl-in-top-fwd 0.6s ease-out both;
    animation: swirl-in-top-fwd 0.6s ease-out both;
}

@-webkit-keyframes swirl-in-top-fwd {
    0% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 1;
    }
}

@keyframes swirl-in-top-fwd {
    0% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 1;
    }
}

.swirl-in-bl-bck {
    -webkit-animation: swirl-in-bl-bck 0.65s ease-out both;
    animation: swirl-in-bl-bck 0.65s ease-out both;
}

@-webkit-keyframes swirl-in-bl-bck {
    0% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 1;
    }
}

@keyframes swirl-in-bl-bck {
    0% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 1;
    }
}

.swirl-in-fwd {
    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
    animation: swirl-in-fwd 0.6s ease-out both;
}

@-webkit-keyframes swirl-in-fwd {
    0% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

@keyframes swirl-in-fwd {
    0% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

.swirl-in-bottom-bck {
    -webkit-animation: swirl-in-bottom-bck 0.65s ease-out both;
    animation: swirl-in-bottom-bck 0.65s ease-out both;
}

@-webkit-keyframes swirl-in-bottom-bck {
    0% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

@keyframes swirl-in-bottom-bck {
    0% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

.modal-dialog .form-control {
    border: 1px solid #F4F4F4 !important;
    background-color: #F4F4F4 !important;
    padding: 25px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px !important;
    font-style: italic;
    color: #000;
}

.modal-dialog .input-group textarea {
    border: 1px solid #F4F4F4 !important;
    background-color: #F4F4F4 !important;
    padding: 25px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px !important;
    font-style: italic;
    color: #000;
}

.Pricing {
    padding: 80px 0;
    line-height: 2;
}

.Pricing .card {
    height: auto;
}

.Pricing .card {
    padding: 50px;
    background-color: #EBEDEF;
}

.Pricing .card .list-unstyled li {
    line-height: 4;
    font-size: 17px;
}

.partner-section {
    text-align: center;
    padding: 80px 0;
}

.partner-title {
    color: #f4a41a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.partner-logo {
    width: 100%;
}


.partner-card {
    transition: transform 0.3s ease-in-out;
}

.step {
    display: none;
}

.step.active {
    display: block;
}



.Multi {
    padding: 80px 0;
}

.energy-calculator-section .Justt {
    padding: 20px !important;
}

.Justiin label {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 2;
    color: #000;
}

.Justiin .input-group-text {
    background-color: #F8861A !important;
    color: #000;
    border: none;
    border-radius: 5px 0 0 5px;
    border: none !important;
}

.Justiin .input-group .form-control {
    border: none;
    background-color: #fff !important;
    padding: 20px 20px;
    border-radius: 0 5px 5px 0;
}

.Justiin .form-select {
    border: none;
    background-color: #fff !important;
    padding: 18px 20px !important;
    border-radius: 10px;
}

.Justiin .btn-primary {
    background: #F8861A !important;
    border: none !important;
    padding: 18px 20px !important;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.Justiin .btn-primary:hover {
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%) !important;
}

.benefits-section {
    padding: 80px 0 140px 0;
    background: linear-gradient(to top, #F8861A 0%, #FEC31C 100%) !important;
    text-align: center;
    color: #fff;
}

.benefits-section h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.benefits-section p {
    font-size: 1rem;
    line-height: 2;
}

.benefit-icon img {
    width: 100px;
    margin-bottom: 25px;
}

.ABIDOO img {
    width: 100%;
}


#carouselExampleIndicators .carousel-item h1 {
    color: #fff;
    line-height: 1.5;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width:1400px) {
    #carouselExampleIndicators .carousel-item {
        padding: 150px 0 80px 0;
    }

    #carouselExampleIndicators .carousel-item h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 40px;
        font-weight: 700;
    }
}

#carouselExampleIndicators .carousel-item {
    padding: 200px 0 100px 0;
}

#carouselExampleIndicators .carousel-item p {
    color: #fff;
}

@media (max-width:584px) {
    #carouselExampleIndicators .carousel-item h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 25px;
        font-weight: 700;
    }

    #carouselExampleIndicators .carousel-item {
        padding: 150px 0 50px 0 !important;
    }
}

.Glossary .search-bar {
    max-width: 700px;
    margin: 20px auto;
}

.Glossary .search-bar input {
    border-radius: 25px 0 0 25px;
    padding: 10px 15px;
    border: 1px solid #fff;
    width: 80%;
}

.search-bar button {
    border-radius: 0 25px 25px 0;
    background-color: #f4b400;
    border: 1px solid #f4b400;
    color: white;
    padding: 10px 20px;
}

.glossary-section {
    margin: 30px auto;
    max-width: 800px;
}

.glossary-card {
    background-color: #fff8e5;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #EEEEEE;
}

.glossary-letter {
    font-size: 30px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
}

.Glossary {
    padding: 50px 0px 100px 0;
}

.Glossary h1 {
    font-size: 35px;
    font-weight: 700;
}

.Glossary p {
    line-height: 2;
}

.Glossary h5 {
    font-size: 18px;
    font-weight: 600;
}

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

.calculator {
    padding: 80px 0;
}

.calculator-container {
    max-width: 800px;
    margin: 40px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lll {
    text-align: center;
    margin-bottom: 20px;
    line-height: 3;
}

.appliance-row img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.calculator h6 {
    color: #F8861A;
}

.calculator h2 {
    color: #000;
    font-weight: 600;
}

.calculator .alert {
    background: #FEF9ED !important;
    line-height: 2;
}

.custom-card {
    background: #565052;
    color: white;
    padding: 2px 20px 20px 20px;
    border-radius: 10px 10px 0 0;
}

.custom-carder {
    background: #565052;
    color: white;
    padding: 2px 20px 20px 20px;
    border-radius: 0px 0px 10px 10px;
}

.Mooo {
    margin-top: -20px !important;
    float: right !important;
}

.custom-card label {
    line-height: 4;
}

.custom-card .form-control {
    border: none;
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 10px;
    border-radius: 5px;
}

.custom-card ::placeholder{
    color: #000 !important;
}

.custom-card .form-select {
    border: none;
    background-color: #fff !important;
    color: #000 !important;
    padding: 13px 10px !important;
    border-radius: 5px;
}

.result-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.btn-custom {
    background: linear-gradient(to right, #F8861A, #FEC31C);
    border: none;
    color: white;
    padding: 15px 30px !important;
    border-radius: 5px;
}

.calculator .btn-danger {
    padding: 8px 20px !important;
    font-size: 15px;
}

.Form {
    padding: 70px 0px;
    background: #FEF9ED;
    line-height: 3;
}

.form-container {
    background: white;
    padding: 30px;
    line-height: 3;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    margin: auto;
}

.form-container .form-control {
    border: none;
    background-color: #F4F4F4 !important;
    color: #000;
    padding: 30px 20px;
    border-radius: 5px;
}

.form-container .form-select {
    border: none;
    background-color: #F4F4F4 !important;
    color: #000;
    padding: 30px 20px;
    border-radius: 5px;
}

.form-container textarea {
    border: none;
    background-color: #F4F4F4 !important;
    color: #000;
    padding: 30px 20px;
    border-radius: 5px;
    width: 100%;
}

.btn-submit {
    background: linear-gradient(to right, #f6b93b, #e58e26);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    width: auto;
}

.Justt {
    padding: 50px 0px;
}

.logo-slider {
    display: flex;
    /* Ensure enough width for scrolling */
    animation: scroll 15s linear infinite;
}

.logo-slider img {
    height: auto;
    margin: 0 20px;
}

/* Keyframes for infinite scrolling */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Duplicating logos for smooth looping */
.logo-slider .logo-set {
    display: flex;
    width: 80%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logo-slider img {
        width: 100px;
        margin: 0 10px;
    }
}


.contact-section .Txt {
    background-image: url('https://res.cloudinary.com/ddj0k8gdw/image/upload/v1737372105/Energy/Group_48097670_ugau4c.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 0px;
}

.Hello .custom-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20%;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
}

.Hello .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 10px;
    height: 20px;
}

.ALLL H1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 2;
}

.Testimonials .custom-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.Testimonials .carousel-control-prev-icon .carousel-control-next-icon {
    width: 10px;
    height: 20px;
}

/* Search Overlay */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Search Box */
.search-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Search Input */
#search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Search Results */
.search-results {
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
    text-align: left;
}

/* Search Item */
.search-item a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #ddd;
}

.search-item a:hover {
    background: #f0f0f0;
}

/* No Results */
.no-results {
    text-align: center;
    color: red;
    font-weight: bold;
}

mark {
    background-color: yellow;
    color: black;
    font-weight: bold;

}

/* Loader */
.loader {
    display: none;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Success Message */
.success-message {
    display: none;
    background: #4CAF50;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.result-box {
    text-align: center;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    font-weight: bold;
}

.insights-section .card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.insights-section .card:hover {
    transform: scale(1.05);
}

.insights-section .enroll-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: white;
}

.insights-section .card:hover .enroll-btn,
.insights-section .card:focus-within .enroll-btn {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
}


/* Hero Section Styling */
.hero-section {
    position: relative;
    background: url('https://res.cloudinary.com/diqa0sakr/image/upload/v1743743520/freepik__the-style-is-candid-image-photography-with-natural__75558_ze5bgj.jpg');
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.719);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 150px 0px 150px 0px;

}

.dividerr {
    padding: 60px 0;
}

/* Ensure text remains readable on small screens */
.hero-content {
    max-width: 600px;
    padding: 20px;
}

.hero-title {
    font-size: 2.5rem;
    line-height: 1.8;
    font-weight: bold;
}

.hero-text {
    font-size: 1.2rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        text-align: center;
    }

    .hero-text {
        font-size: 1rem;
        text-align: center;
    }

    .hero-section {
        text-align: center;
        padding: 60px 15px;
    }
}

.Justttt {
    padding: 80px 0;
}

.accordion-button {
    background: none;
    color: #e58e26;
    font-weight: 500;
    border: none;
    box-shadow: none;
    padding: 20px 20px;
}

.accordion-button:not(.collapsed) {
    color: #e58e26 !important;
    background: none !important;
    box-shadow: none;
    padding: 20px 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none !important;
    border-bottom: 1px solid #f1f1f1 !important;
    padding: 20px 0px;
}

.accordion-item .accordion-header {
    background: none;
    color: #e58e26;
    font-weight: 400;
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding: 0px 10px;
}

.accordion-item .accordion-body {
    line-height: 2;
    font-size: 15px;
}

.course-info-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: left;
}

.Sales {
    line-height: 2;
    font-size: 15px;
}

.course-info-card h5 {
    font-weight: 600;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-section {
    background-color: #FEF9ED;
    padding: 80px 0 200px 0;
}

.cta-section a {
    text-decoration: none;
}

.cta-text {
    color: #041A5D;
    font-weight: 700;
    font-size: 2.5rem;
}

.cta-button {
    background: linear-gradient(to right, #F8861A, #FEC31C);
    color: #fff;
    font-weight: 600;
    border: none !important;
    padding: 15px 50px;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
}

.cta-button:hover {
    transform: scale(1.05);
}

.Courses {
    padding: 80px 0px 150px 0;
}

.Courses .search-box {
    width: 100%;
    max-width: 350px;
    position: relative;
}

.Courses .search-box input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    padding-right: 40px;
    transition: all 0.3s;
}

.Courses .search-box input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.Courses .search-box .search-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
    cursor: pointer;
}
.Courses a {
    text-decoration: none;
    color: #000;
}
.Courses a:hover {
    text-decoration: none;
    color: #F8861A;
}

.Courses .course-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    overflow: hidden;
}
.Courses .card-title {
    line-height: 1.6;
}

.Courses .card-body{
    padding: 30px 30px;
}

/* .Courses .course-card img {
    height: 200px;
    object-fit: cover;
} */

.Courses .course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.Alling {
    background-color: #f8f9fa;
    padding: 100px 0 150px 0;
}

.sidebar-card {
    background-color: #FEE9D657;
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 1rem;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
}

.sidebar-card h5 {
    font-weight: bold;
    line-height: 1.5;
}

.btn-enroll {
    background-color: #F8861A !important;
    border: none;
    color: #fff !important;
    font-size: 14px !important;
    padding: 15px 0 !important;
    width: 100%;
    margin-bottom: 0.5rem;
}

.btn-start {
    margin-top: 10px;
    border: 1px solid #F8861A !important;
    color: #F8861A !important;
    width: 100%;
}

.table thead {
    background-color: #d9d9d9;
    line-height: 40px;
}

.table tbody tr {
    background-color: #fff;
    line-height: 50px;
}

.course-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: underline;
    color: #003366;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0px 0 0 20px;
}

.course-link:hover {
    color: #f28c38;
    transform: translateX(5px);
}

.bi-play-circle {
    font-size: 1.2rem;
    color: #003366;
}

.course-link:hover .bi-play-circle {
    color: #f28c38;
}

.Alling p {
    line-height: 2;
}