/*
Theme Name: Certified Energy Solution
Theme URI: https://www.certifiedenergysolutions.com.au/
Author: Certified Energy Solution
Description: Custom WordPress Theme
Version: 1.0
Text Domain: certifiedenergysolutions
*/
html,
body{
    overflow-x:hidden;
	scroll-behavior:auto;
}
html{
    scroll-behavior:smooth;
}
body{
	font-family: 'Poppins-Light';
    background: #f5f5f5 !important;
	line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
}
@font-face {
    font-family: "Poppins-Black";
    src: url("assets/fonts/Poppins-Black.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-BlackItalic";
    src: url("assets/fonts/Poppins-BlackItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url("assets/fonts/Poppins-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-BoldItalic";
    src: url("assets/fonts/Poppins-BoldItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-ExtraBold";
    src: url("assets/fonts/Poppins-ExtraBold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-ExtraBoldItalic";
    src: url("assets/fonts/Poppins-ExtraBoldItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-ExtraLight";
    src: url("assets/fonts/Poppins-ExtraLight.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-ExtraLightItalic";
    src: url("assets/fonts/Poppins-ExtraLightItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Italic";
    src: url("assets/fonts/Poppins-Italic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Light";
    src: url("assets/fonts/Poppins-Light.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-LightItalic";
    src: url("assets/fonts/Poppins-LightItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url("assets/fonts/Poppins-Medium.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-MediumItalic";
    src: url("assets/fonts/Poppins-MediumItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("assets/fonts/Poppins-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("assets/fonts/Poppins-SemiBold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-SemiBoldItalic";
    src: url("assets/fonts/Poppins-SemiBoldItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Thin";
    src: url("assets/fonts/Poppins-Thin.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins-ThinItalic";
    src: url("assets/fonts/Poppins-ThinItalic.ttf");
    font-display: swap;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Poppins-Bold';
}
img {
    width: 100%;
}
.animate-zoom{
    opacity:0;
    transform:scale(2);
    transition:1s ease;
}

.animate-zoom.active{
    opacity:1;
    transform:scale(1);
}

.animate-fade{
    opacity:0;
    transform:translateY(70px);
    transition:.8s ease;
}

.animate-fade.active{
    opacity:1;
    transform:translateY(0);
}
.bg-overlay::before
 {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.bg-overlay::before {
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 0;
}
.is-inview {
    animation: 1s aniStyle2 0.3s;
    animation-fill-mode: forwards;
	animation-delay: 0.2s !important;
}
@keyframes aniStyle2{
0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
}
	}
.text-center {
    text-align: center !important;
    z-index: 3;
    position: relative;
}
.bg-black {
    background:#000 !important;
    color: #fff !important;
}
.clr-white {
    color: #fff !important;
}
.align-left{
	text-align:left !important;
}
.clr-blue{color: #ff5900}
.align-cont{
	    align-content: center !important;
}
.extra-space {
    height: 50px;
    display: block;
}
.side-overlay-black:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent 0%, transparent 60%, #000 100%);
    pointer-events: none;
    z-index: 1;
}




/* 29 & 39 / 07 / 2026 */



  /* Scoped Education Container Styles */
    .education-container {
        background-color: #e9eaeb;
        color: #c5c6c7;
        overflow: hidden;
    }

    .education-container h1,
    .education-container h2,
    .education-container h3,
    .education-container h4,
    .education-container h5,
    .education-container h6 {
        color: #ffffff;
        font-weight: 700;
    }

    .education-container p {
        line-height: 1.6;
    }

    /* Common Section padding */
    .edu-section {
        padding: 100px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* ============================= */
    /* SECTION 1: Terminology (pinned scroll-stack) */
    /* ============================= */
    .edu-terms-section {
        padding: 50px 20px 0;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        background: transparent;
    }

    .edu-terms-header {
        margin-bottom: 2vh;
        text-align: center;
        z-index: 10;
        flex-shrink: 0;
    }

    .edu-terms-header h4 {
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .edu-terms-header h2,
    .edu-video-header h2 {
        color: #000;
        margin-bottom: 25px;
        text-transform: uppercase;
        font-size: 32px;
        /* text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8); */
    }

    /* Wrapper contains the stage for GSAP pinning */
    .edu-stack-wrapper {
        position: relative;
    }

    /* Stage is what gets pinned; card sits centered inside it */
    .edu-stack-stage {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 8vh;
        overflow: hidden;
        background: transparent;
    }

    .edu-cards-container {
        position: relative;
        flex: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .edu-stack-card {
        position: absolute;
        inset: 0;
        margin: auto;
        height: max-content;
        width: min(1100px, 95vw);
        background: #0b0c10;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        padding: 40px 50px;
        text-align: left;
        opacity: 0;
        will-change: transform, opacity;
        /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6); */
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
    }

    .edu-stack-content {
        flex: 1;
        max-width: 500px;
    }

    .edu-stack-media {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .edu-term-index {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #0b0c10;
        border: 1px solid rgba(0, 212, 255, 0.4);
        color: #00d4ff;
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .edu-term-gif {
        width: 100%;
        height: auto;
        max-height: 450px;
        object-fit: contain;
        display: block;
        background: transparent;
    }

    .edu-stack-card h3 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 20px;
        text-transform: capitalize;
        line-height: 1.2;
    }

    .edu-stack-card p {
        font-size: 15px;
        color: #fff;
        line-height: 1.6;
        margin: 0;
    }

    /* ============================= */
    /* SECTION 2: Video Grid */
    /* ============================= */
    .edu-video-section-bg {
        background-color: #121316;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .edu-video-header {
        text-align: center;
        margin-bottom: 60px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .edu-video-header p {
        font-size: 16px;
        color: #fff;
    }

    .edu-video-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .edu-video-card {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        background: #000;
        aspect-ratio: 16 / 9;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .edu-video-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    }

    .edu-video-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.6;
        transition: opacity 0.4s ease, transform 0.6s ease;
    }

    .edu-video-card:hover img {
        opacity: 1;
        transform: scale(1.08);
    }

    /* Cards without a real video yet: dimmed + non-interactive */
    .edu-video-card.no-video {
        cursor: default;
    }

    .edu-video-card.no-video img {
        opacity: 0.55;
    }

    .edu-video-card.no-video:hover img {
        opacity: 0.6;
        transform: none;
    }

    .coming-soon-badge {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(11, 12, 16, 0.85);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 8px 18px;
        border-radius: 20px;
    }

    .edu-video-title {
        transition: transform 0.4s ease;
    }

    .edu-video-card:hover .edu-video-title {
        transform: translateY(-4px);
    }

    .edu-video-card .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 0, 0, 0.9);
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: transform 0.3s ease;
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
    }

    .edu-video-card .play-icon svg {
        width: 24px;
        height: 24px;
        fill: currentColor;
        margin-left: 4px;
    }

    .edu-video-card:hover .play-icon {
        transform: translate(-50%, -50%) scale(1.15);
    }

    .edu-video-title {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        /* text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9); */
        pointer-events: none;
    }

    /* ============================= */
    /* SECTION 3: Showroom & Form */
    /* ============================= */
    .edu-contact-wrapper {
        display: flex;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

    .edu-contact-image {
        flex: 1;
        background-image: url('https://certifiedenergysolutions.com.au/wp-content/uploads/2026/07/Sigenstor-EV-AC-Charger.jpg');
        background-size: cover;
        background-position: center;
        min-height: 500px;
    }

    .edu-contact-form-container {
        flex: 1;
        padding: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .edu-contact-form-container h3 {
        font-size: 24px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .edu-contact-form-container p.address {
        font-size: 15px;
        color: #000;
        /* margin-bottom: 40px; */
        line-height: 1.8;
    }

    .edu-contact-form-container {
        color: #000 !important;
    }

    .edu-contact-form-container p.address strong {
        color: #fff;
        display: block;
        margin-top: 15px;
    }

    .edu-contact-email {
        color: #FF5900;
        text-decoration: none;
        display: block;
        margin-top: 5px;
        transition: color 0.3s ease;
    }

    .edu-contact-email:hover {
        color: #FF5900;
    }

    .edu-video-subtext {
        margin-top: 15px;
    }

    .edu-form-row {
        display: flex;
        gap: 30px;
        margin-bottom: 25px;
    }

    .edu-input-group {
        flex: 1;
        position: relative;
    }

    .edu-input-group input,
    .edu-input-group textarea {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 12px 0;
        color: #fff;
        font-size: 15px;
        transition: border-color 0.3s ease;
    }

    .edu-input-group textarea {
        resize: vertical;
        min-height: 60px;
    }

    .edu-input-group input:focus,
    .edu-input-group textarea:focus {
        outline: none;
        border-color: #FF5900;
    }

    .edu-input-group input::placeholder,
    .edu-input-group textarea::placeholder {
        color: #666;
    }

    .edu-submit-btn,
    .support-btn {
        text-decoration: none;
        transition: all 0.3s ease;
        border-radius: 25px;
        margin-top: 25px;
        display: inline-block;
        border: 1px solid #fff;
        padding: 10px 35px;
        line-height: 1;
        color: #fff;
        font-size: 16px;
        background: transparent;
        cursor: pointer;
    }

    .edu-submit-btn:hover,
    .support-btn:hover {
        background: #FF5900;
        color: #fff;
        border-color: #FF5900;
    }

    /* ============================= */
    /* SECTION 4: CTA */
    /* ============================= */
    .edu-cta-section {
        position: relative;
        padding: 150px 20px;
        background-image: url('https://certifiedenergysolutions.com.au/wp-content/uploads/2026/07/1733990238450782.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .edu-video-section-bg {
        position: relative;
        padding: 150px 20px;
        background-image: url('https://certifiedenergysolutions.com.au/wp-content/uploads/2026/07/Sigenergy-Lifestyle-4-scaled.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .edu-cta-overlay,
    .edu-cta-overlay-new {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: linear-gradient(to bottom, rgba(11, 12, 16, 1) 0%, rgba(11, 12, 16, 0.5) 50%, rgba(11, 12, 16, 1) 100%); */
    }



    .edu-cta-content {
        position: relative;
        z-index: 1;
        background: rgba(11, 12, 16, 0.7);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 70px 60px;
        border-radius: 24px;
        max-width: 650px;
        text-align: center;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    }

    .edu-cta-content-top-sec {
        position: relative;
        z-index: 1;
        background: rgba(11, 12, 16, 0.7);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 70px 60px;
        border-radius: 24px;
        max-width: 750px;
        text-align: center;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }

    .edu-cta-content h2 {
        font-size: 38px;
        margin-bottom: 25px;
        line-height: 1.2;
    }

    .edu-cta-content p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 40px;
    }

    .edu-cta-btn {
        display: none;
    }

    /* Video modal */
    .video-modal-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .modal-iframe,
    .modal-video {
        width: 100%;
        height: 100%;
        display: none;
        background: #000;
    }

    .video-modal.active {
        display: flex;
    }


    .edu-video-header h2 {
        color: white !important;
    }

    .edu-contact-form-container h3 {
        color: #000;
        text-align: left;
    }

    .education-container .edu-cta-content-top-sec {
        color: white !important;
        margin-bottom: 60px;
    }

    .supp-input-btn input:hover {
        background-color: #FF5900 !important;
    }

    
    /* Responsive Styles */
    @media (max-width: 992px) {
        .edu-video-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .edu-contact-wrapper {
            flex-direction: column;
        }

        .edu-contact-image {
            min-height: 350px;
        }

        .edu-cta-section {
            background-attachment: scroll;
        }

        .edu-section {
            padding: 70px 20px;
        }
    }

    @media (max-width: 768px) {
        .edu-stack-card {
            flex-direction: column-reverse;
            gap: 30px;
            text-align: center;
            padding: 25px;
        }

        .edu-stack-content {
            max-width: 100%;
        }

        .edu-term-gif {
            max-height: 250px;
        }

        .edu-video-grid {
            grid-template-columns: 1fr;
        }

        .edu-form-row {
            flex-direction: column;
            gap: 0;
        }

        .edu-cta-content {
            padding: 50px 30px;
        }

        .edu-terms-header h2 {
            font-size: 28px;
        }

        .edu-cta-content h2 {
            font-size: 28px;
        }

        .edu-contact-form-container {
            padding: 40px 30px;
        }
    }

.gsap-fade-up {
    will-change: transform, opacity;
}

a.edu-contact-phone {
    color: #FF5900;
}