  
        .mb-2 a,
.mb-2 a:visited,
.mb-2 a:focus{
    color:#fff !important;
}

.mb-2 a:hover{
    color:#00b050 !important;
}






/* ==========================================
   ENERCUBE BLOG CONTENT DESIGN
========================================== */

.coustom_1 {
    max-width: 1180px;
    margin: auto;
    padding: 50px 20px 70px;
    color: #53615a;
}

.coustom_1 p {
    font-size: 16px;
    line-height: 1.85;
    color: #596760;
    margin-bottom: 17px;
}

.coustom_1 h1,
.coustom_1 h2,
.coustom_1 h3 {
    color: #10291d;
}

/* INTRO */

.blog-intro {
    background: #fff;
    border: 1px solid #e4eee8;
    border-radius: 24px;
    padding: 48px 50px;
    margin-bottom: 55px;
    box-shadow: 0 12px 40px rgba(16,41,29,.07);
}

.blog-category,
.small-heading {
    display: inline-block;
    color: #28b866;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.blog-intro h1 {
    max-width: 950px;
    font-size: 43px;
    line-height: 1.17;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
}

.title-line {
    width: 70px;
    height: 5px;
    border-radius: 20px;
    background: #31c56d;
    margin: 25px 0 28px;
}

.intro-highlight {
    background: #effaf3;
    border-left: 4px solid #31c56d;
    padding: 16px 20px;
    border-radius: 8px;
    color: #183d29 !important;
    margin-top: 25px;
}

/* SECTION */

.blog-section {
    margin-bottom: 65px;
}

.section-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.section-number {
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #31c56d;
    color: #fff;
    border-radius: 13px;
    font-weight: 800;
    font-size: 15px;
}

.section-heading h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

.section-heading .small-heading {
    margin-bottom: 5px;
}

/* PROBLEM CARDS */

.energy-problems {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin: 30px 0;
}

.problem-card {
    background: #fff;
    border: 1px solid #e2ece6;
    border-radius: 17px;
    padding: 25px;
    transition: .3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
    border-color: #31c56d;
    box-shadow: 0 15px 35px rgba(16,41,29,.08);
}

.problem-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf9f0;
    color: #25ad5d;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 18px;
}

.problem-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 750;
}

.problem-card p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.solution-note {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #10291d;
    color: #fff;
    padding: 25px 30px;
    border-radius: 16px;
    margin-top: 30px;
}

.solution-note strong {
    color: #fff;
    font-size: 18px;
}

.solution-note span {
    color: #cde5d6;
}

/* BESS BENEFITS */

.bess-benefits {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
    margin-top: 32px;
}

.benefit-card {
    position: relative;
    background: #fff;
    border: 1px solid #e1ebe5;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    transition: .3s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(16,41,29,.09);
}

.benefit-card::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #31c56d;
}

.benefit-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.benefit-number {
    font-size: 30px;
    line-height: 1;
    color: #d8eee1;
    font-weight: 900;
}

.benefit-label {
    font-size: 10px;
    letter-spacing: 1.3px;
    font-weight: 800;
    color: #28b866;
}

.benefit-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 18px;
}

.benefit-card p {
    font-size: 15px;
}

.benefit-card a {
    color: #20a85b;
    font-weight: 700;
    text-decoration: none;
}

.benefit-result {
    margin-top: 20px;
    padding: 14px 16px;
    background: #effaf3;
    border-radius: 10px;
    color: #17442b;
    font-weight: 700;
    font-size: 14px;
}

/* COMPARISON */

.comparison-section {
    background: linear-gradient(135deg,#10291d,#173d29);
    border-radius: 25px;
    padding: 50px;
    margin: 70px 0;
    color: #fff;
}

.comparison-heading {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.comparison-section h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 22px;
}

.comparison-section p {
    color: #cfe2d6;
}

.question-box {
    padding: 20px 25px;
    border-radius: 12px;
    margin: 18px auto;
    font-size: 18px;
    font-weight: 700;
}

.diesel-question {
    background: rgba(255,255,255,.08);
}

.bess-question {
    background: #31c56d;
    color: #fff;
}

.comparison-text {
    font-weight: 800;
    font-size: 20px;
    color: #fff !important;
    margin-top: 25px;
}

.energy-control-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
    margin-top: 40px;
}

.control-item {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 13px;
    padding: 18px 12px;
    text-align: center;
}

.control-item span {
    display: block;
    color: #31c56d;
    font-size: 20px;
    margin-bottom: 8px;
}

.control-item strong {
    color: #fff;
    font-size: 13px;
}

.comparison-bottom {
    text-align: center;
    margin: 30px auto 0;
    max-width: 800px;
}

/* COST QUESTION */

.cost-question {
    background: #fff;
    border: 1px solid #e1ebe5;
    border-radius: 24px;
    padding: 45px;
    margin-bottom: 55px;
}

.cost-question h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.question-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 30px 0;
}

.question-content > div {
    background: #f5f8f6;
    border-radius: 15px;
    padding: 24px;
}

.question-content span {
    display: block;
    color: #718078;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 10px;
}

.question-content strong {
    display: block;
    color: #173d29;
    font-size: 17px;
    line-height: 1.6;
}

.better-question {
    background: #effaf3 !important;
    border-left: 4px solid #31c56d;
}

.cost-answer {
    font-size: 18px !important;
}

/* FINAL CTA */

.final-blog-cta {
    text-align: center;
    background: #31c56d;
    border-radius: 25px;
    padding: 50px 45px;
    color: #fff;
    overflow: hidden;
}

.final-blog-cta .small-heading {
    color: #dff9e9;
}

.final-blog-cta h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 850;
    margin-bottom: 18px;
}

.final-blog-cta p {
    max-width: 850px;
    margin: 0 auto 28px;
    color: #effff5;
}

.blog-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #10291d;
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 750;
    transition: .3s ease;
}

.blog-cta-btn:hover {
    background: #fff;
    color: #10291d !important;
}

.blog-cta-btn span {
    font-size: 20px;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px) {

    .blog-intro h1 {
        font-size: 36px;
    }

    .energy-problems {
        grid-template-columns: repeat(2,1fr);
    }

    .bess-benefits {
        grid-template-columns: 1fr;
    }

    .energy-control-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px) {

    .coustom_1 {
        padding: 25px 12px 50px;
    }

    .blog-intro {
        padding: 30px 22px;
        border-radius: 18px;
    }

    .blog-intro h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .energy-problems {
        grid-template-columns: 1fr;
    }

    .comparison-section {
        padding: 35px 22px;
        border-radius: 18px;
    }

    .comparison-section h2 {
        font-size: 27px;
    }

    .energy-control-grid {
        grid-template-columns: 1fr;
    }

    .cost-question {
        padding: 30px 22px;
        border-radius: 18px;
    }

    .question-content {
        grid-template-columns: 1fr;
    }

    .final-blog-cta {
        padding: 38px 22px;
        border-radius: 18px;
    }

    .final-blog-cta h2 {
        font-size: 29px;
    }
}
 
 
 
 
 
 

  







  
  .owl-carousel .owl-stage{
    display:flex;
    align-items:center;
}

.owl-carousel .owl-item{
    display:flex;
    justify-content:center;
}










