/* =========================================================
   BLOG PAGE
========================================================= */

.blog-page {
    overflow: hidden;
}


/* =========================================================
   BLOG HERO
========================================================= */

.blog-hero-section {

    position: relative;

    padding: 80px 0;

    background:
        linear-gradient(135deg,
            #06140b,
            #0c2715,
            #10351b);

    overflow: hidden;
}


.blog-hero-section::before {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background: rgba(33, 184, 75, 0.08);

    top: -250px;
    right: -150px;

}


.blog-hero-section::after {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    border: 1px solid rgba(33, 184, 75, 0.12);

    bottom: -220px;
    left: -150px;

}


.blog-breadcrumb {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

    margin-bottom: 25px;

    font-size: 12px;

    color: rgba(255, 255, 255, 0.5);

}


.blog-breadcrumb a {

    color: rgba(255, 255, 255, 0.75);

    text-decoration: none;

    transition: 0.3s;

}


.blog-breadcrumb a:hover {

    color: #42dc68;

}


.blog-breadcrumb i {

    font-size: 9px;

}

.blog-hero-section h1 {

    position: relative;

    z-index: 2;

    max-width: 750px;

    color: #ffffff;

    font-size: clamp(38px, 5vw, 60px);

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1.5px;

    margin-bottom: 22px;

}


.blog-hero-description {

    max-width: 680px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 28px;

}


.blog-meta {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 14px;

}


.blog-meta span {

    display: flex;

    align-items: center;

    gap: 7px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 12px;

}


.blog-meta i {

    color: #42dc68;

}


.meta-dot {

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.25);

}


/* =========================================================
   HERO IMAGE
========================================================= */

.blog-hero-image {

    position: relative;

}


.blog-hero-image img {

    width: 100%;

    height: 430px;

    object-fit: cover;

    border-radius: 24px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.35);

}


.hero-image-label {

    position: absolute;

    left: 20px;

    bottom: 20px;

    padding: 10px 15px;

    border-radius: 10px;

    background: rgba(5, 20, 11, 0.88);

    backdrop-filter: blur(10px);

    color: #ffffff;

    font-size: 10px;

    font-weight: 700;

}


.hero-image-label i {

    color: #42dc68;

    margin-right: 5px;

}


/* =========================================================
   BLOG BODY
========================================================= */

.blog-body-section {

    padding: 90px 0;

    background: #ffffff;

}


.blog-article {

    max-width: 850px;

}


.blog-introduction {

    margin-bottom: 55px;

}


.blog-introduction p {

    color: #4b5563;

    font-size: 16px;

    line-height: 1.9;

}


.blog-introduction .blog-lead {

    color: #1f2937;

    font-size: 20px;

    font-weight: 500;

    line-height: 1.8;

}


/* =========================================================
   CONTENT BLOCK
========================================================= */

.blog-content-block {

    margin-bottom: 75px;

    scroll-margin-top: 100px;

}


.content-number {

    color: #21b84b;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.blog-content-block h2,
.blog-faq-section h2 {

    color: #111827;

    font-size: 32px;

    font-weight: 800;

    line-height: 1.3;

    margin: 8px 0 20px;

}


.blog-content-block p {

    color: #4b5563;

    font-size: 15px;

    line-height: 1.9;

}


/* =========================================================
   INFO HIGHLIGHT
========================================================= */

.info-highlight {

    display: flex;

    gap: 18px;

    margin-top: 30px;

    padding: 24px;

    background: #f3fbf5;

    border-left: 4px solid #21b84b;

    border-radius: 0 15px 15px 0;

}


.highlight-icon {

    width: 45px;
    height: 45px;

    min-width: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: #dff7e5;

    color: #21b84b;

    font-size: 20px;

}


.info-highlight strong {

    color: #111827;

    font-size: 15px;

}


.info-highlight p {

    margin: 5px 0 0;

    font-size: 13px;

}


/* =========================================================
   CHARGING STEPS
========================================================= */

.charging-steps {

    margin-top: 30px;

}


.charging-step {

    display: flex;

    gap: 18px;

}


.step-number {

    width: 48px;
    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #e9f8ed;

    color: #21b84b;

    font-size: 12px;

    font-weight: 800;

}


.charging-step h4 {

    color: #111827;

    font-size: 17px;

    font-weight: 700;

    margin: 3px 0 5px;

}


.charging-step p {

    font-size: 13px;

    margin: 0;

}


.step-line {

    width: 2px;

    height: 28px;

    margin-left: 23px;

    background: #d7eedc;

}


/* =========================================================
   CHARGER TYPES
========================================================= */

.charger-type-list {

    display: flex;

    flex-direction: column;

    gap: 16px;

    margin-top: 30px;

}


.charger-type {

    display: flex;

    gap: 20px;

    padding: 25px;

    border: 1px solid #e5e7eb;

    border-radius: 17px;

    transition: all 0.3s ease;

}


.charger-type:hover {

    transform: translateX(5px);

    border-color: #b8e7c5;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.06);

}


.charger-type-icon {

    width: 52px;
    height: 52px;

    min-width: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 14px;

    background: #edf9f0;

    color: #21b84b;

    font-size: 21px;

}


.charger-type h3 {

    color: #111827;

    font-size: 18px;

    font-weight: 700;

    margin: 2px 0 7px;

}


.charger-type p {

    font-size: 13px !important;

    margin-bottom: 8px !important;

}


.charger-type span {

    color: #21b84b;

    font-size: 10px;

    font-weight: 800;

}


/* =========================================================
   CHARGING TABLE
========================================================= */

.charging-table-wrapper {

    margin-top: 30px;

    overflow-x: auto;

    border: 1px solid #e5e7eb;

    border-radius: 14px;

}


.charging-table {

    width: 100%;

    min-width: 550px;

    border-collapse: collapse;

}


.charging-table th {

    padding: 16px;

    background: #f1f7f3;

    color: #111827;

    text-align: left;

    font-size: 12px;

    font-weight: 700;

}


.charging-table td {

    padding: 16px;

    border-top: 1px solid #e5e7eb;

    color: #4b5563;

    font-size: 13px;

}


/* =========================================================
   CONNECTORS
========================================================= */

.connector-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin-top: 30px;

}


.connector-card {

    padding: 25px 18px;

    text-align: center;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    transition: 0.3s;

}


.connector-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.06);

}


.connector-icon {

    width: 50px;
    height: 50px;

    margin: 0 auto 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #eaf8ee;

    color: #21b84b;

    font-size: 20px;

}


.connector-card h4 {

    color: #111827;

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 8px;

}


.connector-card p {

    font-size: 12px !important;

    margin: 0;

}


/* =========================================================
   SELECTION LIST
========================================================= */

.selection-list {

    margin-top: 25px;

}


.selection-item {

    display: flex;

    gap: 14px;

    padding: 18px 0;

    border-bottom: 1px solid #eef0f1;

}


.selection-item>i {

    color: #21b84b;

    font-size: 19px;

}


.selection-item strong {

    display: block;

    color: #111827;

    font-size: 14px;

    margin-bottom: 3px;

}


.selection-item p {

    font-size: 13px !important;

    margin: 0;

}


/* =========================================================
   SAFETY
========================================================= */

.safety-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

    margin-top: 30px;

}


.safety-card {

    padding: 25px;

    background: #f8faf9;

    border: 1px solid #edf0ee;

    border-radius: 16px;

}


.safety-card>i {

    color: #21b84b;

    font-size: 24px;

}


.safety-card h4 {

    color: #111827;

    font-size: 15px;

    margin: 14px 0 7px;

}


.safety-card p {

    font-size: 12px !important;

    margin: 0;

}


/* =========================================================
   CONCLUSION
========================================================= */

.conclusion-box {

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 28px;

    margin-top: 30px;

    border-radius: 18px;

    background:
        linear-gradient(135deg,
            #092312,
            #16451f);

}


.conclusion-icon {

    width: 55px;
    height: 55px;

    min-width: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    background: rgba(33, 184, 75, 0.15);

    color: #4ce675;

    font-size: 23px;

}


.conclusion-box h3 {

    color: #ffffff;

    font-size: 20px;

    margin: 0 0 5px;

}


.conclusion-box p {

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px !important;

    margin: 0;

}


/* =========================================================
   FAQ
========================================================= */

.blog-faq-section {

    margin-bottom: 20px;

}


.blog-faq-section .accordion {

    margin-top: 30px;

}


.blog-faq-section .accordion-item {

    margin-bottom: 10px;

    border: 1px solid #e5e7eb !important;

    border-radius: 12px !important;

    overflow: hidden;

}


.blog-faq-section .accordion-button {

    color: #111827;

    font-size: 14px;

    font-weight: 600;

    box-shadow: none !important;

}


.blog-faq-section .accordion-button:not(.collapsed) {

    color: #21b84b;

    background: #f4fbf6;

}


.blog-faq-section .accordion-body {

    color: #4b5563;

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   SIDEBAR
========================================================= */

.blog-sidebar {

    position: sticky;

    top: 100px;

}


.blog-toc-card {

    padding: 25px;

    border: 1px solid #e5e7eb;

    border-radius: 18px;

    background: #ffffff;

    margin-bottom: 20px;

}


.blog-toc-card h3 {

    color: #111827;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 15px;

}


.blog-toc-card h3 i {

    color: #21b84b;

    margin-right: 7px;

}


.toc-list {

    display: flex;

    flex-direction: column;

}


.toc-list a {

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 11px 0;

    border-bottom: 1px solid #f0f1f2;

    color: #4b5563;

    text-decoration: none;

    font-size: 12px;

    transition: 0.3s;

}


.toc-list a:last-child {

    border-bottom: none;

}


.toc-list a:hover {

    color: #21b84b;

    padding-left: 5px;

}


.toc-list span {

    color: #21b84b;

    font-size: 10px;

    font-weight: 800;

}


/* =========================================================
   SIDEBAR ENQUIRY
========================================================= */

.blog-sidebar-enquiry {

    padding: 30px;

    border-radius: 20px;

    background:
        linear-gradient(145deg,
            #082012,
            #14451f);

}


.sidebar-enquiry-icon {

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 13px;

    background: rgba(33, 184, 75, 0.15);

    color: #4ce675;

    font-size: 21px;

    margin-bottom: 20px;

}


.blog-sidebar-enquiry>span {

    color: #4ce675;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.blog-sidebar-enquiry h3 {

    color: #ffffff;

    font-size: 21px;

    line-height: 1.4;

    margin: 10px 0;

}


.blog-sidebar-enquiry p {

    color: rgba(255, 255, 255, 0.62);

    font-size: 13px;

    line-height: 1.7;

}


.sidebar-enquiry-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 13px;

    margin-top: 20px;

    border-radius: 9px;

    background: #21b84b;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition: 0.3s;

}


.sidebar-enquiry-btn:hover {

    background: #ffffff;

    color: #08752c;

}


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

.mobile-blog-toc {

    display: none;

    padding: 22px;

    margin-bottom: 40px;

    background: #f7faf8;

    border: 1px solid #e4eee7;

    border-radius: 15px;

}


.mobile-blog-toc h3 {

    color: #111827;

    font-size: 17px;

    margin-bottom: 12px;

}


.mobile-blog-toc h3 i {

    color: #21b84b;

    margin-right: 5px;

}


.mobile-blog-toc a {

    display: block;

    padding: 7px 0;

    color: #4b5563;

    text-decoration: none;

    font-size: 12px;

}


/* =========================================================
   RELATED BLOGS
========================================================= */

.blog-related-section {

    padding: 80px 0;

    background: #f7f9f8;

}


.related-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    margin-bottom: 30px;

}


.related-header span {

    color: #21b84b;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

}


.related-header h2 {

    color: #111827;

    font-size: 34px;

    font-weight: 700;

    margin: 7px 0 0;

}


.related-header h2 strong {

    color: #21b84b;

}


.related-view-all {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #21b84b;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

}


.related-blog-card {

    height: 100%;

    background: #ffffff;

    border: 1px solid #e6eae7;

    border-radius: 18px;

    overflow: hidden;

    transition: 0.3s;

}


.related-blog-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.07);

}


.related-blog-image {

    height: 210px;

    position: relative;

    overflow: hidden;

}


.related-blog-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: 0.5s;

}


.related-blog-card:hover .related-blog-image img {

    transform: scale(1.06);

}


.related-blog-image span {

    position: absolute;

    left: 14px;
    bottom: 14px;

    padding: 6px 10px;

    border-radius: 30px;

    background: #ffffff;

    color: #21b84b;

    font-size: 9px;

    font-weight: 800;

}


.related-blog-content {

    padding: 22px;

}


.related-blog-content small {

    color: #9ca3af;

    font-size: 10px;

}


.related-blog-content h3 {

    color: #111827;

    font-size: 17px;

    line-height: 1.45;

    margin: 9px 0 17px;

}


.related-blog-content a {

    color: #21b84b;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

}


/* =========================================================
   BOTTOM CTA
========================================================= */

.blog-bottom-cta {

    padding: 70px 0;

}


.blog-cta-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 45px;

    border-radius: 22px;

    background:
        linear-gradient(135deg,
            #092311,
            #174a25);

}


.blog-cta-box>div>span {

    color: #4ce675;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

}


.blog-cta-box h2 {

    color: #ffffff;

    font-size: 32px;

    line-height: 1.3;

    margin: 8px 0;

}


.blog-cta-box p {

    color: rgba(255, 255, 255, 0.62);

    font-size: 13px;

    margin: 0;

}


.blog-cta-btn {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 14px 23px;

    border-radius: 10px;

    background: #ffffff;

    color: #12371d;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    white-space: nowrap;

    transition: 0.3s;

}


.blog-cta-btn:hover {

    background: #21b84b;

    color: #ffffff;

}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991.98px) {


    .blog-hero-section {

        padding: 65px 0;

    }


    .blog-hero-image {

        margin-top: 10px;

    }


    .blog-hero-image img {

        height: 380px;

    }


    .blog-sidebar {

        position: static;

    }


    .blog-toc-card {

        display: none;

    }


    .mobile-blog-toc {

        display: block;

    }


    .connector-grid {

        grid-template-columns: repeat(3, 1fr);

    }


    .blog-cta-box {

        padding: 35px;

    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767.98px) {


    .blog-hero-section {

        padding: 50px 0;

    }


    .blog-hero-section h1 {

        font-size: 38px;

        letter-spacing: -1px;

    }


    .blog-hero-description {

        font-size: 14px;

    }


    .blog-meta {

        gap: 8px;

    }


    .blog-meta span {

        font-size: 10px;

    }


    .meta-dot {

        display: none;

    }


    .blog-hero-image img {

        height: 280px;

        border-radius: 18px;

    }


    .blog-body-section {

        padding: 60px 0;

    }


    .blog-introduction .blog-lead {

        font-size: 17px;

    }


    .blog-introduction p,
    .blog-content-block p {

        font-size: 14px;

    }


    .blog-content-block {

        margin-bottom: 55px;

    }


    .blog-content-block h2,
    .blog-faq-section h2 {

        font-size: 27px;

    }


    .charger-type {

        padding: 20px;

    }


    .connector-grid {

        grid-template-columns: 1fr;

    }


    .safety-grid {

        grid-template-columns: 1fr;

    }


    .charging-table-wrapper {

        margin-left: -5px;

        margin-right: -5px;

    }


    .conclusion-box {

        align-items: flex-start;

        padding: 22px;

    }


    .conclusion-box h3 {

        font-size: 17px;

    }


    .related-header {

        align-items: flex-start;

        flex-direction: column;

        gap: 15px;

    }


    .related-header h2 {

        font-size: 29px;

    }


    .related-view-all {

        margin-top: 5px;

    }


    .related-blog-image {

        height: 220px;

    }


    .blog-cta-box {

        flex-direction: column;

        align-items: flex-start;

        padding: 30px 25px;

    }


    .blog-cta-box h2 {

        font-size: 27px;

    }


    .blog-cta-btn {

        width: 100%;

        justify-content: center;

    }

}


/* =========================================================
   EXTRA SMALL DEVICES
========================================================= */

@media (max-width: 575.98px) {


    .blog-hero-section h1 {

        font-size: 32px;

    }


    .blog-breadcrumb {

        font-size: 10px;

    }

    .blog-meta {

        flex-direction: column;

        align-items: flex-start;

        gap: 7px;

    }


    .blog-hero-image img {

        height: 230px;

    }


    .info-highlight {

        padding: 18px;

    }


    .charging-step {

        gap: 13px;

    }


    .step-number {

        width: 40px;
        height: 40px;

        min-width: 40px;

        font-size: 10px;

    }


    .step-line {

        margin-left: 19px;

    }


    .charger-type {

        flex-direction: column;

    }


    .charger-type-icon {

        width: 45px;
        height: 45px;

        min-width: 45px;

    }


    .blog-cta-box {

        border-radius: 16px;

    }

}