

.energyoil-banner {
    background: linear-gradient(1deg, #f7f3ff 9.33%, #fff6f0 103.13%);
}


.example-box {
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-left: 4px solid #ff7a00;
}




/* Cards & UI Elements */
.challenge-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: none;
    cursor: pointer;
}

    .challenge-card:hover {
        border-color: #f26622;
        transform: translateY(-5px);
    }

.why-choose-oil-card {
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient(1deg, #f7f3ff 9.33%, #fff6f0 103.13%);
    border: 1px solid rgba(13, 127, 242, 0.1);
}

.card-icon i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ff7a00;
}

.icon-box {
    width: 56px;
    height: 56px;
    background: var(--slate-50);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 1.5rem;
    transition: 0.3s;
}

.key-benefit-feature-section {
    background: linear-gradient(1deg, #f7f3ff 9.33%, #fff6f0 103.13%);
}

.keybenefits-oil {
}

    .keybenefits-oil i {
        font-size: 48px;
        color: #ff7a00;
        margin-bottom: 15px;
    }

.challenge-card:hover .icon-box {
    background: #f26622;
    color: white;
}

.hero-image-container {
}

.stat-badge {
}

/* Solutions Grids */
.solution-grid-item {
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #e5e5e5;
    position: relative;
    height: 300px;
    cursor: pointer;
    background: linear-gradient(1deg, #f7f3ff 9.33%, #fff6f0 103.13%);
}

    .solution-grid-item i {
        font-size: 75px;
        position: absolute;
        opacity: 1;
        top: 30px;
        line-height: normal;
        opacity: 0.1;
    }

    .solution-grid-item:hover {
        background: #f26622;
        color: #fff;
    }

        .solution-grid-item:hover i {
            opacity: 1;
        }

.result-card {
    background: linear-gradient(1deg, #f7f3ff 9.33%, #fff6f0 103.13%);
    border: 1px solid rgba(13, 127, 242, 0.1);
    position: relative;
    padding: 15px;
    border-radius: 10px;
}

.feature-item {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e3ffe9;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #0f172a;
}

.feature-content p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}





/* FAQ */
.card-header {
    background: white;
    border-bottom: none;
    padding: 1.5rem;
    cursor: pointer;
}

.accordion .card {
    border-radius: 0.75rem !important;
    margin-bottom: 1rem;
    border: 1px solid var(--slate-200);
    overflow: hidden;
}

/* CTA */
.cta-box {
    background: linear-gradient(1deg, #f7f3ff 9.33%, #fff6f0 103.13%);
    border-radius: 15px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.cta-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0);
    background-size: 40px 40px;
}

.gap-3 {
    gap: 15px
}

.bg-orange {
    background: #f26622;
}

#faqAccordion .card {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none !important;
    border: 1px solid #eee;
}

#faqAccordion .card-header {
    background: #ffffff;
    cursor: pointer;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    transition: all .3s;
    box-shadow: none;
}

    #faqAccordion .card-header:hover {
        background: #f7f9fc;
    }

    #faqAccordion .card-header h6 {
        font-size: 20px;
        color: #222;
    }

#faqAccordion .card-body {
    font-size: 14px;
    padding: 15px 20px 25px;
}

#faqAccordion .fa-chevron-down {
    transition: transform .3s;
}

#faqAccordion .card-header:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg);
    color: #ff7a00;
}


.benefit-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}

    .benefit-list li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 15px 0;
        border-radius: 8px;
        transition: all .3s ease;
    }

        .benefit-list li:hover {
        }

.benefit-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff7a00;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    flex-shrink: 0;
}

.result-card .position-absolute {
    top: 30px;
    right: 30px;
    font-size: 80px;
    opacity: 0.1;
}

.heading-3 {
    font-size: 20px;
    font-weight: 600;
}
