.events-section .events-slider .swiper-wrapper {
    height: 510px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {

    --primary-color: #58BDE2;
    --secondary-color: #1F1D1F;
    --theme-background-2: #F3F4F6;
    --burgundy-color: #3E0C0C;
    --background-color: #ffffff;
    --black-color: #000000;
    --white-color: #ffffff;
    --text-color: #333;
    --heading-font: "Roboto", sans-serif !important;
    --body-font: "Roboto", sans-serif !important;
    --body-text-color: #333;
    /*===========================================================
    = COLORS
    ===========================================================*/

    /* Transparent */
    --transparent: transparent;

    /* Light */
    --light-100: #FFFFFF;
    --light-100-20: rgba(255, 255, 255, .20);
    --light-200: #F3F4F6;

    /* Dark */
    --dark-800: #2F2B2D;
    --dark-900: #1F1D1E;
    --dark-900-20: rgba(31, 29, 30, .20);

    /* Brand Text */
    --brand-text: #1F1D1E;
    --brand-text-20: rgba(31, 29, 30, .20);

    /*===========================================================
    = BRAND
    ===========================================================*/

    --brand-50: #E6F5FB;
    --brand-100: #B2E1F1;
    --brand-200: #8CD2EB;
    --brand-300: #58BDE2;
    --brand-400: #38B1DC;
    --brand-500: #069DD3;
    --brand-600: #058FC0;
    --brand-700: #046F96;
    --brand-800: #035674;
    --brand-900: #034259;

    /*===========================================================
    = BRAND DARK
    ===========================================================*/

    --brand-dark-50: #E6E8EC;
    --brand-dark-100: #B0B7C5;
    --brand-dark-200: #8A94A9;
    --brand-dark-300: #546382;
    --brand-dark-400: #33456A;
    --brand-dark-500: #001645;
    --brand-dark-600: #00143F;
    --brand-dark-700: #001031;
    --brand-dark-800: #000C26;
    --brand-dark-900: #00091D;

    /*===========================================================
    = SUCCESS
    ===========================================================*/

    --success-50: #EBF3EE;
    --success-100: #C0D9C9;
    --success-200: #A2C6AF;
    --success-300: #77AC8B;
    --success-400: #5D9C75;
    --success-500: #348352;
    --success-600: #2A7948;
    --success-700: #206F3E;
    --success-800: #166534;
    --success-900: #14532D;
    --success-950: #1B3224;

    /*===========================================================
    = ERROR
    ===========================================================*/

    --error-50: #FDEBEB;
    --error-100: #F7C0C0;
    --error-200: #F4A2A2;
    --error-300: #EE7878;
    --error-400: #EB5D5D;
    --error-500: #E63535;
    --error-600: #D13030;
    --error-700: #A32626;
    --error-800: #7F1D1D;
    --error-900: #611616;


    /*===========================================================
    = THEME TOKENS
    ===========================================================*/

    --theme-background: var(--light-100);
    --theme-background-2: var(--light-200);
    --theme-background-3: var(--brand-100);

    --theme-text: var(--dark-900);
    --theme-border: var(--dark-900-20);


    /*===========================================================
    = BUTTON PRIMARY
    ===========================================================*/

    --button-primary-bg: var(--brand-300);
    --button-primary-text: var(--brand-text);
    --button-primary-border: var(--brand-300);

    --button-primary-hover-bg: var(--theme-text);
    --button-primary-hover-text: var(--theme-background);
    --button-primary-hover-border: var(--theme-text);


    /*===========================================================
    = BUTTON SECONDARY
    ===========================================================*/

    --button-secondary-bg: transparent;
    --button-secondary-text: var(--theme-text);
    --button-secondary-border: var(--theme-border);

    --button-secondary-hover-bg: var(--theme-text);
    --button-secondary-hover-text: var(--theme-background);
    --button-secondary-hover-border: var(--theme-text);


    /*===========================================================
    = TEXT LINK
    ===========================================================*/

    --text-link: var(--theme-text);
    --text-link-hover: var(--brand-600);



    /*===========================================================
    = TYPOGRAPHY
    ===========================================================*/

    --font-primary: "Roboto", sans-serif;

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;


    /* Desktop */

    --display: 112px;

    --h1: 80px;
    --h2: 64px;
    --h3: 48px;
    --h4: 32px;
    --h5: 24px;
    --h6: 18px;

    --text-lg: 20px;
    --text-main: 18px;
    --text-sm: 16px;
    --text-xs: 14px;


    /*===========================================================
    = LINE HEIGHTS
    ===========================================================*/

    --lh-display: 1;
    --lh-h1: 1.05;
    --lh-h2: 1.1;
    --lh-h3: 1.15;
    --lh-h4: 1.2;
    --lh-h5: 1.3;
    --lh-h6: 1.4;

    --lh-body: 1.7;


    /*===========================================================
    = SPACING
    ===========================================================*/

    --space-0: 0;
    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 24px;
    --space-5: 32px;
    --space-6: 40px;
    --space-7: 48px;
    --space-8: 64px;


    /*===========================================================
    = SECTION SPACING
    ===========================================================*/

    --section-space-none: 0;
    --section-space-sm: 64px;
    --section-space-main: 112px;
    --section-space-lg: 160px;

    --page-top: 224px;


    /*===========================================================
    = CONTAINER
    ===========================================================*/

    --container-margin: 48px;
    --container-gutter: 24px;
    --container-max: 1440px;


    /*===========================================================
    = BORDER
    ===========================================================*/

    --border-width: 1.5px;


    /*===========================================================
    = ICON
    ===========================================================*/

    --icon-stroke: 2px;


    /*===========================================================
    = RADIUS
    ===========================================================*/

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-round: 99999px;


    /*===========================================================
    = SHADOWS
    ===========================================================*/

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, .08);
    --shadow-lg: 0 20px 50px rgba(0, 0, 0, .10);


    /*===========================================================
    = TRANSITIONS
    ===========================================================*/

    --transition: .3s ease;


    /*===========================================================
    = Z INDEX
    ===========================================================*/

    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal: 1000;

}


/*===========================================================
    = MOBILE TOKENS
    ===========================================================*/

@media(max-width:991px) {

    :root {

        --display: 64px;

        --h1: 48px;
        --h2: 40px;
        --h3: 36px;
        --h4: 28px;
        --h5: 22px;
        --h6: 16px;

        --text-lg: 18px;
        --text-main: 16px;
        --text-sm: 14px;
        --text-xs: 12px;

        --container-margin: 16px;
        --container-gutter: 16px;

        --space-1: 4px;
        --space-2: 8px;
        --space-3: 12px;
        --space-4: 16px;
        --space-5: 24px;
        --space-6: 28px;
        --space-7: 36px;
        --space-8: 40px;

        --section-space-sm: 48px;
        --section-space-main: 64px;
        --section-space-lg: 88px;

        --page-top: 112px;

    }

}


body {
    position: static !important;
    min-height: auto !important;
    top: auto !important;
}

body,
button,
input,
textarea,
select,
a,
span,
div,
p,
li,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

ul {
    padding: unset !important;
    margin: 0 !important;
    list-style: none !important;
}

body {
    font-family: var(--body-font);
    color: var(--body-text-color);
    line-height: 1.6;
    background-color: var(--background-color);
    min-height: 100vh;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: var(--black-color) !important;
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 20px;

}

/* Heading styles*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

h1 {
    font-size: 52px;
    line-height: 60px;
    color: var(--primary-color);
    letter-spacing: -2.4px;
    margin-bottom: 20px;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 20px;
}

/* Components */
.btn-primary,
.btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding: 8px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    white-space: nowrap;
    min-width: 100px;
    padding: 8px 20px;
    text-align: center;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    white-space: nowrap;
    min-width: 100px;
    padding: 8px 20px;
    text-align: center;
}

.btn-outline:hover {
    background-color: var(--brand-dark-500);
    color: #000000;
    border: 1px solid #fff;
}

.btn-green {
    border: 1px solid var(--dark-900);

}

.btn-green:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.btn-icon {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
}

.btn-white-bg-transparent {
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-white-bg-transparent:hover {
    background-color: #fff;
    color: var(--primary-color);
}

/* Slider css */
/* Tabs Css */
/* Accordian Css */
/* Forms elements */
/* section paddings */
/* container */
.container {
    padding: 0 12px;
    max-width: 1340px;
    margin: 0 auto;
}


/* Energy Intelligence Section Start */
.energy-intelligence-section {
    background-color: #fff;
    padding: 50px 0 0;
}

/* Header with the line effect you requested */
.energy-intelligence-section {
    display: flex;
    align-items: center;
    gap: 24px;
    /* margin-bottom: 16px; */
}

.section-header-top {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: 38px;
}

.energy-intelligence-section .section-header-top h2 {
    flex-shrink: 0;
    /* This prevents the title from shrinking */
}

/* HEADER WITH DOUBLE LINES */
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    /* gives space for center alignment */
}

/* ===== TENDERS LOCK OVERLAY ===== */
.tenders-locked {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* BLUR CONTENT */

.tenders-locked .energy-main-layout {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

/* DARK OVERLAY */

.tenders-overlay {
    position: absolute;
    inset: 0;

    z-index: 5;

    background:
        linear-gradient(180deg,
            rgba(5, 10, 25, 0.72),
            rgba(5, 10, 25, 0.88));

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;
}

/* LOCK CARD */

.lock-box {
    width: 100%;
    max-width: 520px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(14px);

    padding: 42px 34px;

    border-radius: 18px;

    text-align: center;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.35);
}

/* ICON */

.lock-box i {
    width: 90px;
    height: 90px;

    margin: 0 auto 24px;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            #1faa59,
            #159947);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 38px;
    color: #fff;
}

/* TITLE */

.lock-box h4 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;

    color: #fff;

    margin-bottom: 14px;
}

/* DESCRIPTION */

.lock-box p {
    font-size: 16px;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.82);

    margin-bottom: 28px;
}

/* BUTTONS */

.lock-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.lock-actions .btn-primary,
.lock-actions .btn-green {
    min-width: 170px;
    min-height: 48px;
    border-radius: 8px;
}

/* SMALL LABEL */

.lock-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.1);

    padding: 8px 14px;

    border-radius: 100px;

    color: #fff;

    font-size: 13px;
    font-weight: 600;

    margin-bottom: 22px;
}

/* Listing detail page */
.listing-detail-page .container {
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 20px;
}

.breadcrumbs {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.breadcrumbs span {
    margin-right: 5px;
}

.job-header-card {
    background-color: #002244;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.job-header-main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.job-logo img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.job-title-section h1 {
    font-size: 24px;
    margin: 0;
    color: white;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    margin-top: 10px;
}

.job-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.job-header-verified {
    margin-left: auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #28a745;
}

.job-header-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-top: 15px;
    border-top: 1px solid #334;
}

.activity-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.active-dot {
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
}

.detail-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.detail-card h2 {
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-card h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.detail-card ul {
    list-style: disc !important;
    padding-left: 20px !important;
}

.detail-card ul li {
    margin-bottom: 10px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}

.benefit-item i {
    font-size: 24px;
    color: var(--primary-color);
}

.benefit-item h4 {
    font-size: 16px;
    margin: 0;
}

.benefit-item p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.company-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.company-card-header img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.company-card-header h3 {
    margin: 0;
    font-size: 20px;
}

.company-stats {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.company-stats h4 {
    font-size: 18px;
    margin: 0;
}

.company-stats p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* LOCK BOX */
.lock-box {
    text-align: center;
    color: #fff;
}

.lock-box i {
    font-size: 45px;
    margin-bottom: 15px;
    color: #ffffff;
}

.lock-box h4 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #fff;
}

.lock-box p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #d1d5db;
}

/* BLUR BACKGROUND CONTENT */
.tenders-locked .row {
    filter: blur(4px);
    pointer-events: none;
}


/* BUTTON / LABEL */
.section-title {
    position: absolute;
    top: 50%;
    left: 0;
    /* or 20px if you want spacing */
    transform: translateY(-50%);
    background: #393186;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    z-index: 1;
}

/* Custom styles for Bootstrap Tabs */
.energy-intel-tabs {
    border-bottom: 1px solid #e5e7eb;
}

.energy-intel-tabs .nav-item {
    margin-bottom: -1px;
    /* Pulls the active tab down to cover the border */
}

.energy-intel-tabs .nav-link {
    background-color: #f3f4f6;
    /* Light grey for inactive tabs */
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #4b5563;
    font-weight: 600;
    padding: 12px 24px;
    margin-right: 4px;
}

.energy-intel-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
    color: #3c3489 !important;
}

.energy-intel-tabs .nav-link.active {
    background-color: #fff;
    color: var(--primary-color);
    border-color: #e5e7eb #e5e7eb #fff;
    border-bottom: 2px solid var(--primary-color);
}

.energy-intel-tabs .nav-link .fa-lock {
    font-size: 13px;
    margin-left: 8px;
    color: #9ca3af;
}

/* News Grid & Card Styles */
.news-card {
    position: relative;
    /* margin-bottom: 24px; */
    color: #fff;
    display: block;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover img {
    transform: scale(1.05);
}

.news-card .card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.news-card.large-card {
    min-height: 300px;
}

.news-card .card-title,
.news-card .card-title a,
.news-card .card-title:visited {
    font-weight: 700;
    line-height: 1.3;
    color: #fff !important;
    text-decoration: none;
}

.news-card.large-card .card-title {
    font-size: 24px;
}

.news-card h4.card-title {
    font-size: 18px;
}

.news-card .card-text {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 8px;
}

.news-meta {
    font-size: 12px;
    color: #BACCE1;
}

.events-tab-content {
    display: none;
    width: 100%;
}

.events-tab-content.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

/* Top News Sidebar Styles */
.top-news-sidebar {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    height: 100%;
}

.sidebar-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0px;
    color: #002869;
    text-transform: uppercase;
    letter-spacing: 0.08px;
    margin-bottom: 24px;
}

.sidebar-header {
    display: flex;
    align-items: center;
    /* 🔥 vertical alignment fix */
    gap: 8px;
}

/* REMOVE default heading spacing */
.sidebar-title {
    margin: 0;
    /* ❗ important */
    line-height: 1;
    /* keeps it tight */
    font-size: 14px;
    font-weight: 700;
}

/* ICON FIX */
.sidebar-header i {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.top-news-sidebar .news-item {
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

.top-news-sidebar .news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.top-news-sidebar .news-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.top-news-sidebar .news-item-content a {
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    line-height: 1.4;
    display: inline-block;
}

.top-news-sidebar .news-item-content a:hover {
    color: var(--primary-color);
}

.top-news-sidebar .news-item-content small {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
}

.news-meta {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* CATEGORY (dark maroon like your image) */
.news-meta .category {
    color: #5a0d0d;
    /* maroon like design */
    text-transform: uppercase;
}

/* DOT */
.news-meta .dot {
    color: #9ca3af;
    font-size: 10px;
}

/* DATE (grey color) */
.news-meta .date {
    color: #6b7280;
    text-transform: uppercase;
}

.section-title.top-news-btn {
    background-color: #5a0d0d;
    color: #fff;
    font-size: 16px;
}


.events-cards {
    margin-top: 16px;
}

.events-tab-content {
    display: none;
}

.events-tab-content.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.topnews-swiper {
    height: 509px;
    overflow: hidden;
}

/* KEEP META IN ONE LINE */
.news-meta {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.news-meta span {
    white-space: nowrap;
}

.topnews-swiper .swiper-slide {
    height: auto;
}

/* Energy Intelligence Section End */

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(57, 49, 134, 0.08);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(10px);
    height: 70px;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}

.header-inner {
    display: flex;
    align-items: center;
    height: 70px;
}

.header-right {
    flex: 1;
    display: flex;
    align-items: center;
}



.mobile-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}

.mobile-search-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mobile-search-icon:hover {
    background: var(--brand-50);
    border-color: var(--brand-300);
}

.brand {
    flex: 0 0 auto;
}

.brand-logo {
    display: block;
    height: 36px;
    width: auto;
}

.brand-energy {
    font-size: 32px;

    font-weight: 400;
    letter-spacing: 0;
    background-image: linear-gradient(90deg, #393186 0%, #1FAA59 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav .nav-list a {
    font-size: 16px;
    color: #000000 !important;
    font-weight: 500;
    transition: color 0.25s ease;
}

.main-nav .nav-list a:hover,
.main-nav .nav-list a:focus-visible {
    color: var(--primary-color);
}

.mobile-header-actions {
    display: none;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.mobile-register-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #001645 !important;
    color: #fff !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    font-weight: 600;
    min-width: auto !important;
    min-height: 36px !important;
    white-space: nowrap;
    border-radius: 0;
}

.btn-primary,
.btn-green {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.btn-primary {
    background: var(--primary-color) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    text-decoration: none;
    border-radius: 8px !important;
    border: 1px solid var(--primary-color) !important;
}

.btn-primary:hover {
    background: var(--brand-dark-500) !important;
    color: #fff !important;
    border-color: var(--brand-dark-500) !important;
}

/* .btn-green {
        background-color: var(--secondary-color);
        color: #fff;
        border-radius: 8px!important;
    } */
a.btn-primary.top-btn-pad {
    display: inline-block !important;
    position: relative !important;
    margin-top: 20px !important;
}

.nav-toggle {
    display: none;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #393186;
    cursor: pointer;
    margin-left: auto;
    z-index: 1001;

    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    transition: all 0.3s ease;
}

.nav-toggle:hover {
    color: #1FAA59;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #393186;
    margin: 5px auto;
    transition: 0.3s ease;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    max-width: 85%;
    height: 100vh;
    background: #ffffff;
    z-index: 1002;
    transition: left 0.35s ease;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);

    /* IMPORTANT */
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-sidebar.active {
    left: 0;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
    transition: 0.3s ease;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    min-height: 90px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
}

/* Logo */
.mobile-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    text-decoration: none;
}

.mobile-logo img {
    width: 125px;
    height: auto;
    flex-shrink: 0;
}

.mobile-logo span {
    font-size: 28px;
    font-weight: 600;
    background: linear-gradient(90deg, #393186 0%, #1FAA59 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Close Button */
.mobile-close {
    width: 42px;
    height: 42px;
    border: none;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #111827;
    font-size: 22px;
    flex-shrink: 0;
    margin-left: 12px;
}

.mobile-nav-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-nav-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
}

.mobile-nav-list li a {
    display: block;
    padding: 16px 24px;
    font-size: 17px;
    font-weight: 500;
    color: #111827;
    background: #ffffff;
}

.mobile-nav-list li a:hover {
    color: #393186;
    background: #f8fafc;
}

.mobile-actions {
    margin-top: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
}

.mobile-actions .btn-primary,
.mobile-actions .btn-green {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 12px 20px !important;
    font-size: 16px;
}

.mobile-actions .btn-primary,
.mobile-actions .btn-green {
    width: 100%;
    justify-content: center;
}

.news-marquee {
    background: var(--theme-text);
    border-top: 1px solid rgba(57, 49, 134, 0.12);
    border-bottom: 1px solid rgba(57, 49, 134, 0.12);
    padding: 4px 0;
}

.marquee-wrap {
    overflow: hidden;
}

.marquee-content {
    display: inline-flex;
    gap: 48px;
    min-width: max-content;
    animation: marquee-loop 60s linear infinite;
    white-space: nowrap;
    align-items: center;
}

.marquee-content span a {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 500;
}

.market-title-icon {
    display: flex;
    padding-right: 10px;
}

/* MAIN ROW */
.market-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.market-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* LEFT */
.market-title {
    font-weight: 700;
    color: #002869;
    font-size: 14px;
}

/* CENTER MARQUEE */
.market-marquee {
    flex: 1;
    overflow: hidden;
}

.marquee-content {
    display: inline-flex;
    gap: 40px;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

/* RIGHT */
.market-right {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #ffffff;
}

/* COLORS */
.up {
    color: green;
}

.down {
    color: red;
}

/* ANIMATION */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* .marquee-content span:first-child {
        color: var(--primary-color);
    } */
@keyframes marquee-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Footer start */
.site-footer {
    background-color: #002846;
    color: #fff;
    padding: 60px 0 0;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
}

.footer-about .footer-logo {
    max-width: 180px;
    margin-bottom: 24px;
}

.footer-about p {
    color: #fff;
    max-width: 320px;
    margin-bottom: 24px;
}

.social-links {
    display: flex;
    gap: 12px;
    list-style: none;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #fff !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.social-links a:hover {
    background-color: #fff;
    color: var(--brand-500) !important;
    border-color: #fff;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links {
    list-style: none;
    display: grid;
    gap: 16px;
}

.footer-links a {
    color: #ffffff !important;
    font-size: 16px;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

.footer-legal {
    display: flex;
    gap: 24px;
    align-items: center;
}

.footer-legal a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-size: 15px;
}

.footer-legal a:hover {
    color: #fff;
}

.footer-legal span {
    color: rgba(255, 255, 255, 0.6);
}

.footer-credits a {
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
}

/* all footer css */
/* footer end */
/* All common sections or card like  testimonial card, service card, product card, inner page banner section, bread-crumbs, common cta, */
/* Project related utility classes */
/* ---------Home page sections css start---------/*/
/* Hero section start */

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 15px;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.22);
}

.hero-section {
    padding: 60px 0 0;
    background: #fff;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 20px;
    align-items: stretch;
}

/* LEFT IMAGE */

.hero-swiper .swiper-slide {
    height: 520px !important;

    background-size: cover;
    background-position: center;

    position: relative;
}

/* RIGHT PANEL */

.hero-right {
    height: 100%;
}

.hero-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #F3F4F6;
    border: none;
    padding: 22px;
    border-radius: 16px;
}


/* JOB SWIPER */

.jobs-swiper {
    height: calc(100% - 90px);
    overflow: hidden;
}

.jobs-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* LEFT */

.hero-slider-wrap,
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
    height: 100%;
    border-radius: 16px!important;
}

.hero-swiper .swiper-slide {
    min-height: 520px;
    height: 100%;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.45) 45%,
            rgba(0, 0, 0, 0.15) 100%);
}

.hero-slide-content {
    position: absolute;
    inset: 0;

    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 50px;

    max-width: 760px;
}

.hero-slide-content h1 {
    font-size: 58px;
    line-height: 1.05;
    font-weight: 700;

    color: #fff;

    margin-bottom: 18px;
}

.hero-slide-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #f1f1f1;

    margin-bottom: 24px;

    max-width: 650px;
}

/* .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
} */

/* PAGINATION */

.hero-swiper .swiper-pagination {
    position: absolute;

    right: 30px !important;
    left: auto !important;
    bottom: 25px !important;

    width: auto !important;

    display: flex;
    gap: 8px;

    z-index: 5;
}

.hero-swiper .swiper-pagination-bullet {
    width: 36px;
    height: 4px;

    border-radius: 2px;

    background: rgba(255, 255, 255, 0.45);

    opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

/* RIGHT PANEL */

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.top-tabs {
    display: flex;
    gap: 12px;
}

.top-tab {
    flex: 1;

    background: #f1f3ff;

    border: 1px solid #dbe1ff;

    padding: 12px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    font-size: 15px;
    font-weight: 700;

    color: #111;
}

.hero-panel-header {
    padding-bottom: 14px;
    border-bottom: 1px solid #cfd5ef;
    margin-bottom: 14px;
}

.hero-panel-header h2 {
    margin: 0;
    color: var(--black-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;

    text-transform: uppercase;
}

.hero-panel-header i {
    color: var(--secondary-color)
}

/* =========================
   JOBS SWIPER
========================= */

.jobs-swiper {
    flex: 1;
    overflow: hidden;

    min-height: 0;
}

.jobs-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.jobs-swiper .swiper-slide {
    height: auto !important;
}

.job-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 10px 0;
}

.job-dot {
    width: 30px;
    height: 30px;

    margin-top: 0px;

    /* background: #1faa59; */
    background: url('/assets/energy/images/briefcase-bag.png') no-repeat center center;

    flex-shrink: 0;
}

.job-content {
    font-size: 15px;
    line-height: 1.7;
    color: #141b2b;
}

.btn-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    color: var(--primary-color);
    border: 1px solid #e5e7eb;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.btn-panel {
    margin-top: 16px;
}

/* ---------energy and career event  sections css start---------*/

/* ===== SECTION ===== */
.events-section {
    padding: 50px 0 50px;
}

/* ===== GRID ===== */
.events-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
}

.events-left {
    min-width: 0;
    overflow: visible;
}

/* RIGHT */

.events-right {
    width: 100%;
}

/* ================= MAIN SLIDER ================= */

.events-slider {
    position: relative;
    overflow: hidden;
    height: 510px;
    border-radius: 16px;
}

/* SLIDE */

.event-slide {
    position: relative;
    height: 510px;
    overflow: hidden;
}

.event-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* OVERLAY */

.event-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.1));
}

/* TOP STRIP */

.event-top-strip {
    position: absolute;
    top: 0;
    left: 0;

    width: 190px;
    z-index: 2;
}

.event-top-strip img {
    width: 100%;
    display: block;
}

/* ===== HEADER ===== */
.events-header {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.events-title {
    position: relative;
    z-index: 2;
    padding: 10px 20px;
}

.events-header-icon {
    position: absolute;
    z-index: 1;
    width: 200px;
    /* adjust based on your design */
    height: auto;
}

.events-title {
    position: relative;
    background: #393186;
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    font-weight: 700;
}

/* ===== SLIDER ===== */
.event-slide {
    position: relative;
    overflow: hidden;
    /* 🔥 IMPORTANT */
}

.event-top-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    /* reduce */
    max-width: 50%;
    z-index: 2;
}

.event-top-strip img {
    width: 100%;
    display: block;
}

.event-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.event-content {
    position: absolute;
    left: 22px;
    bottom: 22px;

    z-index: 3;
    color: #fff;
}

.event-date {
    display: inline-block;

    background: #fff;
    color: #393186;

    font-size: 13px;
    font-weight: 700;

    padding: 6px 12px;

    margin-bottom: 12px;
}

.section-label.bg-white {
    background: #fff;
    color: #000;
}

.event-content h3 {
    font-size: 24px;
}

.event-content p {
    font-size: 14px !important;
    margin-bottom: 16px;
    color: #FDFDFD;
}

.event-content p i {
    margin-right: 5px;
}

/* ===== BUTTON ===== */
/* .btn-green {
    background: #10b981;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    text-decoration: none;
    } */

/* ===== TABS ===== */
.events-tabs {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.events-tabs span {
    padding-bottom: 10px;
    font-weight: 600;
    color: #777;
    cursor: pointer;
}

.events-tabs .active {
    color: #000;
    border-bottom: 2px solid #393186;
}

/* ===== CARDS ===== */
.events-cards {
    margin-top: 16px;
}

/* hide all tabs */
.events-tab-content {
    display: none;
}

/* show only active tab */
.events-tab-content.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.event-card {
    position: relative;
    height: 263px;
    overflow: hidden;
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.card-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}

.card-content h4 {
    font-size: 14px;
}

.card-content p {
    font-size: 12px !important;
    color: #FDFDFD;
}

.card-content p i {
    margin-right: 2px;
}

/* ===== VIEW ALL ===== */
.view-all {
    text-align: right;
    margin-top: 16px;
}

.view-all a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 16px;
}

/* ===== RIGHT SIDE ===== */
.ad-label {
    text-align: right;
    font-size: 12px;
    margin-bottom: 8px;
}

.ad-box {
    border: 1px solid #e5e7eb;
    width: 100%;
    text-align: center;
    border-radius: 16px;
}

.ad-box img {
    max-height: 510px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .events-wrapper {
        grid-template-columns: 1fr;
    }

    .events-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .events-cards {
        grid-template-columns: 1fr;
    }
}

.section-label.bt-white {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}



.events-pagination {
    position: absolute;
    right: 20px !important;
    bottom: 20px !important;

    left: auto !important;

    width: auto !important;

    display: flex;
    gap: 6px;
}

.events-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;

    border-radius: 2px;

    background: rgba(255, 255, 255, 0.5);

    opacity: 1;
}

.events-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

/* ================= TABS HEADER ================= */

.events-bottom-header {
    /* margin-top: 18px; */

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* TABS */

.events-tabs {
    display: flex;
    align-items: center;
    gap: 24px;

    border-bottom: 1px solid #ddd;

    flex: 1;
}

/* TAB */

.tab-btn {
    padding-bottom: 10px;

    cursor: pointer;

    font-size: 15px;
    font-weight: 600;

    color: #666;

    position: relative;
}

.tab-btn.active {
    color: #111827;
}

.tab-btn.active::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 100%;
    height: 2px;

    background: #393186;
}

/* VIEW ALL */

.view-all a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    text-decoration: none;

    color: #002869;

    font-size: 12px;
    font-weight: 700;
}

/* ================= EVENT CARDS ================= */

.events-cards {
    margin-top: 18px;
}

/* TAB CONTENT */

.events-tab-content {
    display: none;
}

.events-tab-content.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* CARD */

.event-card {
    position: relative;
    overflow: hidden;

    height: 205px;
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.card-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, 0.8),
            transparent);
}

/* CONTENT */

.card-content {
    position: absolute;
    left: 16px;
    bottom: 14px;

    z-index: 2;

    color: #fff;
}

.card-content h6 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;

    margin-bottom: 8px;
}

.card-content p {
    font-size: 12px;
    margin: 0;

    color: #fff;
}

/* ================= AD ================= */

.ad-box {
    border: 1px solid #ddd;
    overflow: hidden;
    height: 510px;
}

.ad-box img {
    max-height: 510px;
    height: 510px;
    object-fit: contain;
    width: 100%;
    display: block;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 767px) {

    .event-slide {
        height: 320px;
    }

    .events-bottom-header {
        flex-direction: row;
        align-items: flex-start;
    }

    .intel-time {
        margin-bottom: 0 !important;
    }

    .events-tab-content.active {
        grid-template-columns: 1fr;
    }


}

/* Events Section End */





/* energy intelligence tab-section starts*/
/* HEADER LABEL */
.section-label {
    background: none;
    color: #000000;
    padding: none;
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
}

.section-label span {
    font-size: 14px;
    font-weight: 600;
}

/* TABS */
.energy-tabs {

    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0px 0 5px !important;

    border: none !important;
}

.job-tabs.border-bottom-fix {
    padding-bottom: 10px !important;
    gap:10px;
}

.energy-tabs .nav-item {

    margin: 0;
}

.energy-tabs .nav-link {

    border: 1px solid #b0b7c547 !important;
    border-radius: 8px;

    background: var(--theme-background-2) !important;

    color: var(--black-color) !important;

    font-size: 13px;

    font-weight: 600;

    padding: 10px 25px;

    line-height: 1;

    transition: .25s;

    box-shadow: none;

}

.energy-tabs .nav-link:hover {

    background: var(--theme-background-2);
    border-color: var(--dark-900);
    color: var(--black-color);

}

.energy-tabs .nav-link.active {

    background: var(--primary-color);

    color: var(--white-color);

    border: 1px solid #DDDDDD;

}

.energy-tabs .nav-link:focus {

    box-shadow: none;

}

.energy-tabs .nav-link.active {
    background: var(--brand-dark-500) !important;
    color: #fff !important;
}

/* .energy-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 3px;
        background: #F1F3FF!important;
        border-bottom: none !important;
    } */
.energy-tabs .nav-link i {
    font-size: 13px;
    margin-left: 4px;
    color: #c7a94b;
}

/* NEWS CARD */
.news-card {
    position: relative;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HEIGHTS */
/* .news-card.big {
        height: 311px;
        width: 420px;
    }

    .news-card.small {
        height: 270px;
        width: 275px;
    } */

/* OVERLAY */
.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    color: #fff;
}

.overlay h5 {
    font-size: 20px;
    font-weight: 700;
}

.overlay h6 {
    font-size: 18px;
    font-weight: 600;
}

.overlay span {
    font-size: 11px;
    color: #00d084;
}

/* SIDEBAR */
.top-news {
    background: #5a0d0d;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 15px;
}

.side-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.side-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}

.side-item p {
    font-size: 15px;
    font-weight: 600;
    color: #1f2a44;
    margin: 0 0 6px;
    line-height: 1.4;
}

.side-item span {
    font-size: 11px;
    color: #777;
}

.tab-content>.active {
    display: block;
    background: none;
    padding: 12px 0;
}

/* ===== TOP JOBS SECTION ===== */
/* ===== TOP JOBS SECTION ===== */


/* HEADER LINE + LABEL */


.section-header h2 {
    position: relative;
    top: -12px;
    background: #393186;
    color: #fff;
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
}

/* FILTER TABS */
.job-category-filters {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #ddd;
}

.job-category-filters .nav-item {
    margin: 0;
}

.job-category-filters .nav-link {
    background: #e9e9ec;
    color: #555;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 16px;
    border-right: 1px solid #ddd;
}

/* ACTIVE TAB */
.job-category-filters .nav-link.active {
    background: #3e0c0c;
    color: #fff !important;
}

/* REMOVE LAST BORDER */
.job-category-filters .nav-item:last-child .nav-link {
    border-right: none;
}

.arrow-icon {
    position: absolute;
    right: 0;
    top: 80% !important;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
}

/* JOB CARDS (FLAT STYLE LIKE IMAGE) */
.job-role-card {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: 0.3s;
}

.job-role-card:hover {
    background: #fafafa;
}

/* ICON */
.icon-container {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.icon-container img {
    width: 100%;
}

/* TITLE */
.job-role-card h5 {
    font-size: 14px;
    margin-bottom: 3px;
}

/* TEXT */
.job-role-card p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* ARROW */
.arrow-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

/* GRID FIX */
.job-roles-grid .col-md-4 {
    padding: 10px 20px;
}

/* TRUSTED COMPANIES */
.trusted-companies h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* SWIPER WRAP */
.company-swiper {
    margin-top: 20px;
}

/* SLIDE CENTERING */
.company-swiper .swiper-slide {
    display: flex;
    height: auto;
}

/* LOGO BOX */
.company-logo-item {
    border: 1px solid #e5e5e5;
    padding: 15px 25px;
    background: #fff;
    width: 180px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.company-logo-item {
    border: 1px solid #e5e5e5;
    padding: 15px 25px;
    background: #fff;
    width: 180px;
    height: 96px;
}

.company-logo-item img {
    height: 100%;
    width: 100%;
}

/* SIDEBAR */
.sidebar-widget {
    background: #eef1ff;
    padding: 20px;
}

/* SIDEBAR TITLE */
.widget-title {
    display: flex;
    align-items: center;
    /* 🔥 THIS FIXES ALIGNMENT */
    gap: 10px;
    margin-bottom: 20px;
}

/* REMOVE default h3 spacing */
.widget-title h3 {
    margin: 0;
    /* ❗ important */
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    /* 🔥 keeps it tight */
}

/* ICON */
.widget-title img {
    width: 20px;
    height: 20px;
    display: block;
    /* removes extra space */
}

.widget-title img {
    width: 20px;
    height: 20px;
}

/* LOCATION LIST */
.location-widget .list-group-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
}

.location-widget .badge {
    background: #e0e0e0;
    color: #333;
    font-size: 12px;
}

.list-group-item .badge {
    background: #e0e0e0;
    color: #333;
    font-size: 12px;
    border-radius: unset;
}

/* VIEW ALL */
.widget-footer {
    text-align: center;
    margin-top: 15px;
}

.widget-footer a {
    display: block;
    background: #fff;
    padding: 10px;
    font-weight: 700;
    color: #002869;
    font-size: 14px;
    border-radius: 3px;
}

/* FEATURED JOB */
.widget-title.featured-title {
    color: #000;
    /* padding: 6px 14px; */
    font-weight: 700;
    font-size: 24px;
}

/* CARD */
.featured-job-card {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
}

/* HEADER LAYOUT */
/* CARD */
.featured-job-card {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    /* 🔥 more spacing like design */
}

/* HEADER LAYOUT */
.job-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* COLUMN STACK */
.company-butn-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.location-btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* pushes button right */
    gap: 95px;
}

/* REMOVE DEFAULT P MARGIN */
.job-location {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}


.job-location p {
    font-size: 15px;
}

/* BUTTON */
.apply-btn {
    white-space: nowrap;
}

/* LEFT SIDE (logo + text) */
.job-left {
    display: flex;
    align-items: center;
}

/* LOGO */
.company-logo {
    width: 60px;
}

/* TEXT STACK */
.job-text {
    display: flex;
    flex-direction: column;
}

/* TITLE */
.job-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

/* COMPANY */
.company-name {
    font-size: 14px;
    color: #2a5bd7;
    margin: 2px 0;
}

/* LOCATION */
.job-location {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    ;
}

/* TEXT STACK */
.job-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    /* spacing between items */
}

/* BUTTON BELOW */
.apply-btn {
    margin-top: 6px;
    width: fit-content;
    /* prevents full width */
}

/* BUTTON */
.apply-btn {
    background: #16a34a;
    color: #fff;
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
}

/* ICON */
.icon-container-job {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.icon-container-job img {
    width: 100%;
}

.job-info p {
    font-size: 14px;
    color: #494949;
    margin: 3px 0 0;
}

.arrow-icon {
    position: absolute;
    right: 0;
    top: 85%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #95A3B3;
}

/* REMOVE UNDERLINE FROM JOB CARDS */
.top-jobs-section .job-role-card,
.top-jobs-section .job-role-card:hover,
.top-jobs-section .job-role-card:focus {
    text-decoration: none !important;
    color: inherit;
}

.top-jobs-section {
    padding: 50px 0 0;
}

/* energy intelligence tab-section ends*/





/* editor section starts here */
/* ================= EDITOR'S PICK SECTION ================= */

.editors-pick-section {
    background: #f2f3f7;
    padding: 50px 0;
}

/* ===== HEADER ===== */


/* LABEL */
.section-label {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: none;
    color: #000000;
    font-size: 32px;
    padding: none;
    font-weight: 600;
    z-index: 1;
}

/* ===== GRID LAYOUT ===== */
.editors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.editors-grid-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* ===== CARD ===== */
.editor-card-bg {
    background: #fff;
    height: 100%;
    padding: 10px;
    border-radius: 8px;
}

/* CARD STRUCTURE */
.ep-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* IMAGE */
.ep-image img {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.ep-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* META */
.ep-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* CATEGORY */
.ep-category {
    font-size: 10px;
    font-weight: 700;
    color: #b45309;
    letter-spacing: 1px;
}

/* TIME */
.ep-time {
    font-size: 10px;
    font-weight: 400;
    color: #94a3b8;
}

/* TITLE */
.ep-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* DESCRIPTION */
.ep-desc {
    font-size: 14px;
    color: #64748b;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== HOVER EFFECT (OPTIONAL 🔥) ===== */
/* .editor-card-bg:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    } */

/* .editor-card-bg:hover img {
        transform: scale(1.05);
    } */

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .editors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .editors-grid {
        grid-template-columns: 1fr;
    }
}

/* editor section ends here */

/* middle-east war section starts here */
/* ================= WAR SECTION ================= */
.section-title.war-label {
    background-color: #fff;
    color: var(--brand-dark-500);
}

.war-section {
    background: var(--brand-dark-500);
    padding: 50px 0;
}

/* ===== HEADER ===== */

.section-title {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 1;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
}

.war-label {
    background: #fff;
    color: #5a0d0d;
}

.war-row {
    margin-top: 10px;
}

.war-row>div {
    padding: 0 12px;
    margin-bottom: 20px;
}

.war-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.war-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.war-image img {
    width: 100%;
    height: 220px;
    /* fixed height */
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 14px;
    transition: 0.3s;
}

/* .war-card:hover img {
        transform: scale(1.05);
    } */

.war-card h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 8px;
}

.war-category {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #d1d5db;
    text-transform: uppercase;
}

.section-label.white-btn-bg {
    background-color: none;
    color: var(--white-color);
}

.war-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 10px;
}

.war-row>div {
    padding: 0;
    margin: 0;
}

/* CARD */

.war-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* IMAGE */

.war-image {
    overflow: hidden;
}

.war-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 14px;
    transition: 0.3s ease;
    display: block;
}

/* .war-card:hover img{
    transform:scale(1.05);
} */
/* middle-east war section ends here */

/* intelligence tab-section starts here */
.intelligence-section {
    padding: 50px 0;
}

/* =========================
   MAIN GRID
========================= */

.intelligence-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 26px;
    align-items: stretch;
}

/* =========================
   LEFT SIDE
========================= */

.intelligence-left {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 26px;

    /* border-top: 1px solid #ddd; */

    padding-top: 0px;
}

/* TEXT */

.intel-text {
    display: flex;
    flex-direction: column;
}

.intel-title {
    font-size: 28px;
    line-height: 1.08;
    font-weight: 700;

    color: #002869 !important;

    margin-bottom: 26px;
}

.intel-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    flex: 1;
}

.intel-desc {
    font-size: 16px;
    line-height: 22px;

    color: #666;

    margin-bottom: 18px;

    max-width: 520px;
}

.intel-time {
    font-size: 12px;
    font-weight: 700;

    color: #c26d22;

    letter-spacing: 1px;
}

/* AUTHOR */

.divider-line {
    width: 100%;
    height: 1px;

    background: #ddd;

    margin: 26px 0 18px;
}

.intel-author strong {
    display: block;

    font-size: 13px;
    font-weight: 700;

    color: #002869;
}

.intel-author span {
    font-size: 12px;
    color: #888;
}

/* IMAGE */

.intel-image {
    overflow: hidden;
}

.intel-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;

    display: block;
}

/* =========================
   SIDEBAR
========================= */

.intel-sidebar {
    background: #f7f8fa;
    padding: 24px;
    border-radius: 8px;
}

/* HEADER */

.sidebar-header {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 22px;
}

.sidebar-title {
    margin: 0;

    font-size: 14px;
    font-weight: 700;

    color: #002869;

    letter-spacing: 1px;
}

/* LIST */

.insight-list li {
    border-bottom: 1px solid #d9deef;

    padding: 10px 0;
}

.insight-list li:last-child {
    border-bottom: none;
}

.insight-list a {
    display: block;

    font-size: 14px;
    line-height: 1.5;

    font-weight: 600;

    color: #002869;

    margin-bottom: 6px;
}

.insight-list span {
    font-size: 10px;
    font-weight: 600;

    color: #8d95aa;

    letter-spacing: 0.8px;
}

/* intelligence tab-section ends here */




/* brief section starts here */
/* SECTION */
.briefing-section {
    /* padding: 50px 0 0; */
    padding-bottom:50px;
}

.brief-card {
    background: #f7f8fa;
    padding: 20px !important;
    height: 100%;
    border-top: 3px solid;
}

.brief-card.green {
    border-color: var(--brand-200);
}

.brief-card.brown {
    border-color: var(--brand-200);
}

.brief-category {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--brand-dark-500);
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.brief-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--brand-dark-500);
    margin-bottom: 15px;
}

.brief-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--brand-dark-500);
    text-decoration: underline !important;
}

.briefing-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.briefing-row>div {
    padding: 0;
    margin: 0;
}

/* CARD */

.brief-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    border-radius: 8px;
    transition: 0.3s ease;
}

.brief-card:hover {
    transform: translateY(-4px);
}


/* brief section ends here */

/* SECTION */
.why-section {
    padding: 50px 0;
}

/* WRAPPER */
.why-wrapper {
    display: flex;
    align-items: center;
    gap: 45px;
}

/* IMAGE */
.why-image {
    width: 50%;
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* CONTENT */
.why-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* TITLE */
.why-title {
    font-size: 28px;
    /* 🔥 bigger like design */
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

/* DESC */
.why-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
}

/* BUTTONS */
.why-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* STATS */
.why-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 25px;
    margin-top: 30px;
}

/* STAT BOX */
.stat-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ICON */
.stat-box img {
    width: 42px;
}

/* TEXT */
.stat-wrapper {
    display: flex;
    flex-direction: column;
}

/* NUMBER */
.stat-number {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

/* LABEL */
.stat-label {
    font-size: 13px;
    color: #6b7280;
}

/* why-section ends here */

/* expert section starts here */
/* SECTION */
.expert-section {
    padding: 0px 0;
}

/* HEADER */


/* CARD */
.expert-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    height: auto;
    border-radius: 16px;
    padding: 25px;
    background: #f5f6f8;
}

/* QUOTE ICON */
.quote {
    font-size: 30px;
    color: #22c55e;
    font-weight: 700;
    width: 25px;
    display: block;
    margin-bottom: 10px;
}

/* TEXT */
.expert-text {
    font-size: 16px;
    color: #4b5563;
    line-height: 26px;
    margin-bottom: 0px;
}

.expert-slider .swiper-wrapper {
    align-items: stretch;
}

.expert-slider .swiper-slide {
    display: flex;
    height: auto;
}

/* USER */
.expert-user strong {
    display: block;
    font-size: 16px;
    color: #1f2937;
}

.expert-user span {
    font-size: 14px;
    color: #9ca3af;
    letter-spacing: 0px;
}

.expert-row>div {
    display: flex;
}

.expert-slider {
    position: relative;
    padding-bottom: 70px;
    /* enough space for desktop pagination */
    display: flex;
}

/* Pagination container */
.expert-pagination {
    position: absolute !important;
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 14px;
    z-index: 10;
    margin: 0 !important;
    padding: 0 !important;
}

/* Pagination bullets */
.expert-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #d6d6d6 !important;
    opacity: 1 !important;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Active bullet */
.expert-pagination .swiper-pagination-bullet-active {
    background: #393186 !important;
    transform: scale(1.15);
}

/* expert section ends here */


/* ad section starts here */
/* SECTION */
.ad-section {
    padding: 10px 0;
}

/* WRAPPER */
.ad-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

/* LEFT CONTENT */
.ad-content {
    width: 50%;
    padding: 30px;
    position: relative;
}

/* ANGLED CUT */
.ad-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 120px;
    height: 100%;
    background: #f3f4f6;
    transform: skewX(-20deg);
    /* 🔥 angle effect */
}

/* TEXT */
.ad-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* BUTTON */
.ad-btn {
    background: #f97316;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
}

/* IMAGE */
.ad-image {
    width: 1340px;
    height: 200px;
}

.ad-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* ad section ends here */



/* subscribe section starts here */
/* SECTION */
/* SECTION */
/* .subscribe-section {
    padding: 50px 0;
} */

/* WRAPPER */
.subscribe-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9ecf5;
    padding: 35px 40px;
    border-radius: 16px;
}

/* LEFT TEXT */
.subscribe-text {
    width: 50%;
}

.subscribe-text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #2e2a6b;
    margin-bottom: 10px;
}

.subscribe-text p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 400px;
}

/* FORM */
.subscribe-form {
    display: flex;
    align-items: center;
}

/* INPUT */
.subscribe-form input {
    width: 260px;
    padding: 10px 12px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #f3f4f6;
}

/* BUTTON */
.subscribe-form button {
    background: #3c3489;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.subscribe-form button:hover {
    background: #3cb3e3;
}

a.btn-link {
    color: #fff!important;
    text-decoration: underline ;
    font-size: 16px;
    background:#000;
    font-weight: 500;
    border-radius:8px;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 28px !important;
    height:42px !important;
    min-width:160px !important;

    line-height:1 !important;
    text-decoration:none !important;
}

/* common border for all section  */
/* ===== COMMON HEADER (FOR ALL SECTIONS) ===== */


/* LABEL ABOVE LINE */
.section-label {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 1;
}

.sectio-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 0;
}

img.section-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 0;
}



.footer-heading i,
.footer-heading .fa-chevron-down,
.footer-heading .fa-angle-down {
    display: none;
}

/* subscribe section ends here */
/* ---------About page sections css end---------*/

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}

@media(max-width: 1199px) {
    h1 {
        font-size: 42px !important;
        line-height: 1.05;
    }

    p {
        font-size: 14px !important;
        line-height: 1.5;
    }

    /* hero section */
    .hero-slider-wrap,
    .hero-swiper,
    .hero-swiper .swiper-slide {
        min-height: 400px;
        border-radius:0px !important;
    }

    .hero-section {
        padding: 40px 0 !important;
    }

    .hero-panel {
        min-height: 490px;
        padding: 24px;
    }

    .job-item {
        padding: 8px 0;
    }

    .job-content {
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-slide-content h1 {
        font-size: 24px !important;
        line-height: 1.05;
        letter-spacing: 0px;
        margin: 10px 0;
    }

    .hero-slide-content p {
        font-size: 16px !important;
        line-height: 1.5;
        margin: 10px 0;
    }

    .intel-wrapper {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .news-card.small {
        height: 270px !important;
        width: 214px !important;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    /* Hide desktop navigation */
    .header-right {
        display: none !important;
    }

    .header-right {
        display: none !important;
    }

    /* Show mobile actions */
    .mobile-header-actions {
        display: flex;
    }

    /* Show hamburger */
    .nav-toggle {
        display: flex !important;
        width: 40px;
        height: 40px;
        margin-left: 0;
        font-size: 24px;
    }

    /* Header alignment */
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        height: 70px;
    }

    /* Logo sizing */
    .brand {
        flex-shrink: 0;
    }

    .brand-logo {
        height: 30px;
        width: auto;
    }

    /* Optional: smaller register button on very small screens */
    .mobile-register-btn {
        padding: 7px 12px !important;
        font-size: 12px !important;
    }

    /* Header alignment */
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Sidebar width */
    .mobile-sidebar {
        width: 320px;
        max-width: 85%;
    }

    .why-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    /* Image */
    .why-image {
        width: 100%;
    }

    .why-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
    }

    /* Content */
    .why-content {
        width: 100%;
        gap: 0 !important;
    }

    .why-title {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .why-desc {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    /* Buttons in one row */
    .why-buttons {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0px;
        flex-wrap: nowrap;
    }

    .why-buttons .btn-primary,
    .why-buttons .btn-link {
        flex: 1;
        width: auto;
        text-align: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 16px;
    }

    /* Stats section */
    .why-stats {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .stat-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 6px;
    }

    .stat-box img {
        width: 50px;
        height: 50px;
        border-radius: 8px;
        margin-bottom: 6px;
    }

    .stat-number {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .stat-label {
        font-size: 11px;
        line-height: 1.3;
    }

    .subscribe-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .trusted-companies {
        margin-bottom: 20px !important;
    }

    .intel-sidebar {
        margin-top: 10px;
    }
}

@media(max-width: 991px) {
    .hero-section {
        padding: 0 !important;
        margin: 0 !important;
    }


    .hero-slider-wrap,
    .hero-swiper,
    .hero-swiper .swiper-wrapper,
    .hero-swiper .swiper-slide {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Set proper mobile height */
    .hero-swiper .swiper-slide {
        height: 420px !important;
        min-height: 420px !important;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    /* Content aligned to bottom */
    .hero-slide-content {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        align-items: flex-start;
        padding: 20px !important;
        max-width: 100% !important;
        z-index: 2;
        box-sizing: border-box;
    }

    /* Heading */
    .hero-slide-content h1 {
        font-size: 26px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.5px !important;
        max-width: 100% !important;
        margin: 0;
    }

    /* Paragraph */
    .hero-slide-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 16px !important;
        max-width: 100% !important;
    }

    .hero-buttons {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    .hero-buttons a {
        font-size: 13px;
        padding: 8px 14px;
    }

    /* Pagination centered */
    .hero-swiper .swiper-pagination,
    .swiper-pagination {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        bottom: 12px !important;
        width: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        gap: 8px;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 10;
    }

    /* Pagination bullets */
    .swiper-pagination-bullet {
        width: 28px !important;
        height: 4px !important;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background: #ffffff;
    }

    /* Space for pagination so it doesn't overlap buttons */
    .hero-slide-content {
        padding-bottom: 45px !important;
    }

    /* Jobs panel spacing */
    .top-tabs {
        margin-top: 10px;
    }

    .hero-panel {
        width: 100% !important;
        height: auto !important;
        padding: 20px;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin-left: auto;
        z-index: 1003;
    }

    /* Hide desktop navigation */

    .main-nav,
    .header-actions {
        display: none !important;
    }

    /* Keep logo left and menu right */
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-right {
        display: none !important;
    }

    /* Show register button + hamburger */
    .mobile-header-actions {
        display: flex !important;
    }

    /* Show menu icon */
    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: 0;
        font-size: 24px;
        color: var(--brand-500) !important;
    }

    /* Logo size */
    .brand-logo {
        height: 28px;
        width: auto;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0;
    }

    .footer-about {
        grid-column: 1;
        display: block;
        padding-bottom: 28px;
        border-bottom: 1px solid #1e2228;
    }

    .footer-about p {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-column:not(.footer-about) {
        border-bottom: 1px solid #1e2228;
    }

    /* Accordion headings */
    .footer-heading {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        margin-bottom: 0;
        user-select: none;
    }

    .footer-heading .chevron {
        font-size: 11px;
        color: #ffffff;
        transition: transform 0.25s;
    }

    .footer-heading.open .chevron {
        transform: rotate(180deg);
    }

    /* Collapsed by default */
    .footer-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding-bottom 0.3s ease;
        padding-bottom: 0;
    }

    .footer-links.open {
        max-height: 300px;
        padding-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 24px 0;
    }

    .footer-legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        order: 3;
        margin-left: auto;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 1003;
    }

    .main-nav,
    .header-actions {
        display: none !important;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Sidebar */
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: left 0.35s ease;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .mobile-sidebar.active {
        left: 0 !important;
    }

    /* Overlay */
    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        z-index: 9998;
        transition: 0.3s ease;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Prevent body scroll */
    body.menu-open {
        overflow: hidden;
    }


    .why-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    /* Image */
    .why-image {
        width: 100%;
    }

    .why-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
    }

    /* Content */
    .why-content {
        width: 100%;
        gap: 0;
    }

    .why-title {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .why-desc {
        font-size: 14px !important;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    /* Buttons in one row */
    .why-buttons {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        flex-wrap: nowrap;
    }

    .why-buttons .btn-primary,
    .why-buttons .btn-link {
        flex: 1;
        width: auto;
        text-align: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 16px;
        font-size: 14px !important;
    }

    /* Stats section */
    .why-stats {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .stat-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 6px;
    }

    .stat-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 6px;
    }

    .stat-number {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .custom-container {
        padding: 0;
    }

    .stat-label {
        font-size: 11px;
        line-height: 1.3;
    }

    .intel-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        order: 3;
        margin-left: auto;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 1003;
    }

    .main-nav,
    .header-actions {
        display: none !important;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Sidebar */
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: left 0.35s ease;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .mobile-sidebar.active {
        left: 0 !important;
    }

    /* Overlay */
    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        z-index: 9998;
        transition: 0.3s ease;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Prevent body scroll */
    body.menu-open {
        overflow: hidden;
    }

    /* cta before footer */
    .subscribe-wrapper {
        display: flex;
        flex-direction: column;
        /* Text first, form second */
        align-items: flex-start;
        gap: 20px;
        padding: 20px 20px;
        background: #f3f5ff;
    }

    /* LEFT CONTENT */
    .subscribe-text {
        width: 100%;
        order: 1;
    }

    .subscribe-text h3 {
        font-size: 34px;
        line-height: 1.15;
        font-weight: 700;
        color: #393186;
        margin-bottom: 12px;
        max-width: 100%;
    }

    .subscribe-text p {
        font-size: 14px;
        line-height: 1.7;
        color: #4b5563;
        margin-bottom: 0;
    }

    /* RIGHT FORM */
    .subscribe-form {
        width: 100%;
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .subscribe-form input {
        width: 100%;
        height: 48px;
        padding: 0 16px;
        border: 1px solid #d1d5db;
        background: #ffffff;
        font-size: 14px;
    }

    .subscribe-form button {
        width: 100%;
        height: 48px;
        border: none;
        background: #393186;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.05em;
        cursor: pointer;
    }

    /* Prevent wrapping and allow horizontal scroll */
    .energy-intelligence-section .tab-pane .row.g-3 {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 10px;
    }

    .energy-intelligence-section .tab-pane .row.g-3::-webkit-scrollbar {
        display: none;
    }

    /* Left content takes full width */
    .energy-intelligence-section .tab-pane .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Hide sidebar on mobile (optional) */
    .energy-intelligence-section .tab-pane .col-lg-3 {
        display: none;
    }

    /* Keep 2 big cards side by side */
    .energy-intelligence-section .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Keep 3 small cards in a row */
    .energy-intelligence-section .col-md-4 {
        flex: 1;
        max-width: 100%;
    }

    /* Card heights */
    .news-card.big {
        height: 300px !important;
        width: 100% !important;
    }

    .news-card.small {
        height: 180px;
    }

    /* Text sizes */
    .news-card.big h5 {
        font-size: 24px;
        line-height: 1.2;
    }

    .news-card.small h6 {
        font-size: 24px;
        line-height: 1.3;
    }

    .news-card .overlay {
        padding: 20px;
    }

    .news-meta {
        font-size: 11px;
    }

    /* Tabs horizontal scroll */
    .energy-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .energy-tabs::-webkit-scrollbar {
        display: none;
    }

    .energy-tabs .nav-item {
        flex: 0 0 auto;
    }

    .job-category-filters .nav-link {
        font-size: 12px;
    }

    .top-jobs-section .job-roles-grid .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        /* 2 cards per row */
        gap: 12px;
        margin: 0;
    }

    /* Remove Bootstrap column sizing */
    .top-jobs-section .job-roles-grid .row>.col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
        padding: 0;
    }

    /* Card styling */
    .top-jobs-section .job-role-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 20px 15px;
    }

    /* Icon */
    .top-jobs-section .icon-container-job img {
        width: 42px;
        height: 42px;
        object-fit: contain;
    }

    /* Title */
    .top-jobs-section .job-info h6 {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    /* Subtitle */
    .top-jobs-section .job-info p {
        font-size: 14px;
        margin-bottom: 0;
    }

    /* Arrow */
    .top-jobs-section .arrow-icon {
        font-size: 18px;
        margin-top: 12px;
    }

    /* Horizontal scroll for category tabs */
    .job-category-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .job-category-filters::-webkit-scrollbar {
        display: none;
    }

    .job-category-filters .nav-item {
        flex: 0 0 auto;
    }

    .section-label {
        font-size: 24px;
    }

    .intel-title {
        font-size: 24px;
    }

    .insight-list a {
        font-size: 12px;
    }

    .brief-category {
        font-size: 12px;
    }

    .brief-title {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        color: #002869;
        margin-bottom: 2px;
        line-height: 22px;
    }

    .war-card h5 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .war-category {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .card-content h6 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .card-content p {
        font-size: 12px !important;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .event-content h3 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .event-content p {
        font-size: 14px !important;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .btn-green {
        color: #000000;
        padding: 8px 16px;
        font-size: 12px;
    }

    .widget-title h3 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .job-dot {
        width: 8px;
        height: 8px;
        background: #1ca64c;
        margin-top: 8px;
    }

    .energy-mobile-layout {
        display: flex;
        flex-direction: column;
    }

    /* Top News below all cards */
    .energy-mobile-sidebar {
        margin-top: 20px;
    }

    /* Create custom grid */
    .energy-mobile-grid {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }

    /* First two cards */
    .energy-card-big {
        grid-column: span 3;
    }

    /* Next three cards */
    .energy-card-small {
        grid-column: span 2;
    }

    .energy-mobile-grid>.col-md-6,
    .energy-mobile-grid>.col-md-4 {
        width: auto !important;
        max-width: none !important;
        flex: unset !important;
        padding: 0 !important;
    }

    /* Card width fix */
    .energy-mobile-grid .news-card {
        width: 100% !important;
    }

    /* Heights */
    .energy-mobile-grid .news-card.big {
        height: 220px;
    }

    .energy-mobile-grid .news-card.small {
        height: 160px;
    }

    /* Overlay */
    .energy-mobile-grid .overlay {
        padding: 12px;
    }

    .energy-mobile-grid .overlay h5 {
        font-size: 18px;
        line-height: 1.3;
    }

    .energy-mobile-grid .overlay h6 {
        font-size: 10px;
        line-height: 1.3;
    }

    .energy-mobile-grid .news-meta {
        font-size: 5px;
    }

    /* Top news item */
    .energy-mobile-sidebar .side-item img {
        width: 70px;
        height: 70px;
    }

    .energy-mobile-sidebar .side-item p {
        font-size: 14px;
        line-height: 1.4;
    }

    /* Tabs scroll */
    .energy-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .energy-tabs::-webkit-scrollbar {
        display: none;
    }

    .energy-tabs .nav-item {
        flex: 0 0 auto;
    }

    .overlay span {
        font-size: 11px;
        color: #00d084;
    }

    .energy-mobile-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }

    /* First section = cards */
    .energy-mobile-main {
        order: 1;
        width: 100%;
    }

    /* Second section = Top News */
    .energy-mobile-sidebar {
        order: 2;
        display: block !important;
        width: 100% !important;
        margin-top: 20px;
        clear: both;
    }

    /* Make sure Swiper is visible */
    .energy-mobile-sidebar .side-news,
    .energy-mobile-sidebar .topnews-swiper,
    .energy-mobile-sidebar .swiper-wrapper,
    .energy-mobile-sidebar .swiper-slide {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }

    /* Grid for cards */
    .energy-mobile-grid {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
        width: 100%;
    }

    /* 2 big cards */
    .energy-card-big {
        grid-column: span 3;
    }

    /* 3 small cards */
    .energy-card-small {
        grid-column: span 2;
    }

    /* Remove Bootstrap sizing */
    .energy-mobile-grid>.col-md-6,
    .energy-mobile-grid>.col-md-4 {
        width: auto !important;
        max-width: none !important;
        flex: unset !important;
        padding: 0 !important;
    }

    /* Card widths */
    .energy-mobile-grid .news-card {
        width: 100% !important;
    }

    /* Card heights */
    .energy-mobile-grid .news-card.big {
        height: 220px;
    }

    .energy-mobile-grid .news-card.small {
        height: 160px;
    }

    /* Sidebar title spacing */
    .energy-mobile-sidebar .section-header {
        margin-bottom: 15px;
    }

    /* Top News items */
    .energy-mobile-sidebar .side-item {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 12px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .energy-mobile-sidebar .side-item img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .energy-mobile-sidebar .side-item p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    /* Tabs scroll */
    .energy-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        gap: 0;
    }

    .energy-tabs::-webkit-scrollbar {
        display: none;
    }

    .energy-tabs .nav-item {
        flex: 0 0 auto;
    }

    /* Components */
    .btn-primary,
    .btn-green {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 35px;
        padding: 8px 24px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-decoration: none;
        white-space: nowrap;
        min-width: 100px;
        padding: 8px 20px;
        text-align: center;
    }

    .energy-mobile-sidebar {
        height: 400px;
    }

    .mobile-register-btn {
        padding: 6px 10px !important;
        font-size: 14px !important;
        margin: 0px;
    }

    .nav-toggle {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .expert-slider {
        padding-bottom: 45px;
    }

    .expert-pagination {
        gap: 10px;
        bottom: 10px !important;
    }

    .expert-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }

    .hero-swiper .swiper-slide {
        height: 420px !important;
    }

    .events-tabs {
        white-space: nowrap;
    }

    .view-all {
        white-space: nowrap;
    }

    .hero-section .container {
        padding: 0 !important;
    }

    .hero-right {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .ad-image {
    width: 1340px;
    height: 100%;
}
}

@media(max-width: 767px) {

    .hero-slider-wrap,
    .hero-swiper,
    .hero-swiper .swiper-slide {
        min-height: 420px;
    }

    .hero-slide-content {
        padding: 30px;
    }

    .hero-slide-content h1 {
        font-size: 36px;
        line-height: 1.1;
    }

    .hero-slide-content p {
        font-size: 16px !important;
        margin: 0;
    }

    /* .hero-buttons {
            flex-wrap: wrap;
            gap: 12px;
        } */

    .hero-panel {
        padding: 22px;
    }

    .jobs-swiper {
        height: 320px;
    }

    .job-content {
        font-size: 14px;
        line-height: 1.5;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        order: 3;
        margin-left: auto;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 1003;
    }

    .main-nav,
    .header-actions {
        display: none !important;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Sidebar */
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: left 0.35s ease;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .mobile-sidebar.active {
        left: 0 !important;
    }

    /* Overlay */
    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        z-index: 9998;
        transition: 0.3s ease;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Prevent body scroll */
    body.menu-open {
        overflow: hidden;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0;
    }

    .footer-about {
        grid-column: 1;
        display: block;
        padding-bottom: 28px;
        border-bottom: 1px solid #1e2228;
    }

    .footer-about p {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-column:not(.footer-about) {
        border-bottom: 1px solid #1e2228;
    }

    /* Accordion headings */
    .footer-heading {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        margin-bottom: 0;
        user-select: none;
    }

    .footer-heading .chevron {
        font-size: 11px;
        color: #ffffff;
        transition: transform 0.25s;
    }

    .footer-heading.open .chevron {
        transform: rotate(180deg);
    }

    /* Collapsed by default */
    .footer-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding-bottom 0.3s ease;
        padding-bottom: 0;
    }

    .footer-links.open {
        max-height: 300px;
        padding-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 24px 0;
    }

    .footer-legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .nav-toggle {
        display: flex !important;
        width: 46px;
        height: 46px;
        font-size: 28px;
    }

    .brand-logo {
        height: 34px;
    }

    .brand-energy {
        font-size: 28px;
    }

    .mobile-sidebar {
        width: 320px;
        max-width: 85%;
    }

    .why-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    /* Image */
    .why-image {
        width: 100%;
    }

    .why-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
    }

    /* Content */
    .why-content {
        width: 100%;
        gap: 0;
    }

    .why-title {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .why-desc {
        font-size: 14px !important;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    /* Buttons in one row */
    .why-buttons {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        flex-wrap: nowrap;
    }

    .why-buttons .btn-primary,
    .why-buttons .btn-link {
        flex: 1;
        width: auto;
        text-align: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 16px;
    }

    /* Stats section */
    .why-stats {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .stat-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 6px;
    }

    .stat-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 6px;
    }

    .stat-number {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .stat-label {
        font-size: 11px;
        line-height: 1.3;
    }

    .intel-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* cta before footer */
    .subscribe-wrapper {
        display: flex;
        flex-direction: column;
        /* Text first, form second */
        align-items: flex-start;
        gap: 20px;
        padding: 30px 20px;
        background: #f3f5ff;
    }

    /* LEFT CONTENT */
    .subscribe-text {
        width: 100%;
        order: 1;
    }

    .subscribe-text h3 {
        font-size: 34px;
        line-height: 1.15;
        font-weight: 700;
        color: #393186;
        margin-bottom: 12px;
        max-width: 100%;
    }

    .subscribe-text p {
        font-size: 14px;
        line-height: 1.7;
        color: #4b5563;
        margin-bottom: 0;
    }

    /* RIGHT FORM */
    .subscribe-form {
        width: 100%;
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .subscribe-form input {
        width: 100%;
        height: 48px;
        padding: 0 16px;
        border: 1px solid #d1d5db;
        background: #ffffff;
        font-size: 14px;
    }

    .subscribe-form button {
        width: 100%;
        height: 48px;
        border: none;
        background: #393186;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.05em;
        cursor: pointer;
    }

}

@media(max-width: 576px) {
    .mobile-header-actions {
        gap: 6px;
    }

    .mobile-register-btn {
        padding: 7px 10px !important;
        font-size: 14px !important;
        min-height: 34px !important;
    }

    .nav-toggle {
        width: 34px;
        height: 34px;
        font-size: 22px;
    }

    .footer-logo {
        height: 30px;
    }

    .footer-about p {
        font-size: 13px;
    }

    .footer-heading {
        font-size: 12px;
        padding: 14px 0;
    }

    .footer-links a {
        font-size: 13.5px;
    }

    .footer-legal,
    .footer-credits {
        font-size: 12px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        order: 3;
        margin-left: auto;
    }

    .nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 1003;
    }

    .main-nav,
    .header-actions {
        display: none !important;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Sidebar */
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: left 0.35s ease;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .mobile-sidebar.active {
        left: 0 !important;
    }

    /* Overlay */
    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        z-index: 9998;
        transition: 0.3s ease;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Prevent body scroll */
    body.menu-open {
        overflow: hidden;
    }

    .why-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    /* Image */
    .why-image {
        width: 100%;
    }

    .why-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
    }

    /* Content */
    .why-content {
        width: 100%;
        gap: 0 !important;
    }

    .why-title {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .why-desc {
        font-size: 14px !important;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    /* Buttons in one row */
    .why-buttons {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        flex-wrap: nowrap;
    }

    .why-buttons .btn-primary,
    .why-buttons .btn-link {
        flex: 1;
        width: auto;
        text-align: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 16px;
    }

    /* Stats section */
    .why-stats {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .stat-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 6px;
    }

    .stat-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 6px;
    }

    .stat-number {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .intel-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .stat-label {
        font-size: 11px;
        line-height: 1.3;
    }

    .mobile-sidebar {
        width: 320px;
        max-width: 85%;
    }

    /* cta before footer */
    .subscribe-wrapper {
        display: flex;
        flex-direction: column;
        /* Text first, form second */
        align-items: flex-start;
        gap: 20px;
        padding: 30px 20px;
        background: #f3f5ff;
    }

    /* LEFT CONTENT */
    .subscribe-text {
        width: 100%;
        order: 1;
    }

    .subscribe-text h3 {
        font-size: 28px;
        line-height: 1.15;
        font-weight: 700;
        color: #393186;
        margin-bottom: 12px;
        max-width: 100%;
    }

    .subscribe-text p {
        font-size: 14px;
        line-height: 1.7;
        color: #4b5563;
        margin-bottom: 0;
    }

    /* RIGHT FORM */
    .subscribe-form {
        width: 100%;
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .subscribe-form input {
        width: 100%;
        height: 48px;
        padding: 0 16px;
        border: 1px solid #d1d5db;
        background: #ffffff;
        font-size: 14px;
    }

    .subscribe-form button {
        width: 100%;
        height: 48px;
        border: none;
        background: #393186;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.05em;
        cursor: pointer;
    }
}

@media(max-width: 320px) {}




/* listing page  */

/* RESULTS + FILTER BAR */
.listing-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

/* LEFT TEXT */
.listing-results {
    font-size: 15px;
    color: #6b7280;
    font-weight: 500;
}

.listing-results strong {
    color: #111827;
    font-weight: 700;
}

/* RIGHT DROPDOWN */
.listing-filter select {
    min-width: 220px;
    height: 46px;
    border: 1px solid #d1d5db;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #111827;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease;
}

.listing-filter select:focus {
    border-color: #393186;
}

/* MOBILE */
@media(max-width:767px) {

    .listing-top-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .listing-filter {
        width: 100%;
    }

    .listing-filter select {
        width: 100%;
    }

}


.blog-hero-section {
    position: relative;
    height: 380px;
    overflow: hidden;

    display: flex;
    align-items: center;
}

.blog-hero-section img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(5, 10, 30, 0.88) 0%,
            rgba(5, 10, 30, 0.62) 45%,
            rgba(5, 10, 30, 0.25) 100%);
}

.blog-hero-content {
    position: relative;
    z-index: 2;

}

/* BREADCRUMB */

.blog-breadcrumb {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 10px;
}

.blog-breadcrumb a,
.blog-breadcrumb span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82) !important;
}

.blog-breadcrumb .active {
    color: #1FAA59;
    font-weight: 700;
}

.blog-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE */
}

.blog-breadcrumb::-webkit-scrollbar {
    display: none;
}

.blog-breadcrumb a,
.blog-breadcrumb span {
    white-space: nowrap;
    flex-shrink: 0;
}


.blog-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.blog-breadcrumb a,
.blog-breadcrumb span {
    flex-shrink: 0;
}

.blog-breadcrumb .active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

/* TITLE */

.blog-hero-title {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff !important;

    letter-spacing: normal;

    margin-bottom: 10px;

    max-width: 950px;
}

/* SUBTITLE */

.blog-hero-subtitle {
    font-size: 18px !important;
    line-height: 32px !important;

    color: rgba(255, 255, 255, 0.86) !important;

    max-width: 720px;

    margin-bottom: 10px;
}

/* META */

.blog-hero-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.blog-hero-meta span {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.blog-hero-meta i {
    color: #1FAA59;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .blog-hero-section {
        height: 460px;
    }

    .blog-hero-title {
        font-size: 46px !important;
        line-height: 56px !important;
    }
     .container {
        width:100% !important;
    }
}

@media (max-width: 767px) {

    .editors-grid-listing {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .container {
        width:100% !important;
    }


    .blog-hero-section {
        height: auto;
        min-height: 500px;
    }

    .blog-hero-content {
        padding-left: 0px;
        /* padding-bottom: 70px; */
    }

    .blog-hero-title {
        font-size: 34px !important;
        line-height: 44px !important;
        letter-spacing: -1px;
    }

    .blog-hero-subtitle {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .blog-hero-meta {
        gap: 16px;
    }

    .blog-hero-meta span {
        font-size: 13px;
    }

    /* Hero */
    .blog-hero-section {
        height: auto !important;
        min-height: 250px !important;
        padding: 80px 0 50px;
    }

    .blog-hero-content {
        width: 100%;
    }

    .blog-breadcrumb {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .blog-hero-title {
        font-size: 24px !important;
        line-height: 1.15 !important;
        letter-spacing: 0 !important;
        margin-bottom: 15px;
    }

    .blog-hero-subtitle {
        font-size: 15px;
        line-height: 1.8;
        max-width: 100%;
    }

    /* Main Layout */
    .blog-content-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .blog-content {
        width: 100%;
        min-width: 0;
    }

    .trending-panel-new {
        width: 100%;
        position: relative !important;
        top: auto !important;
    }

    /* Content */
    .blog-content h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }

    .blog-content h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .blog-content p {
        font-size: 15px;
        line-height: 1.9;
    }

    /* Images */

    .blog-ad-box img,
    .blog-cta-box img {
        width: 100%;
        display: block;
    }

    /* Career Slider */
    .x-career-card {
        min-height: auto;
    }

    /* Lists */
    .blog-number-list {
        padding-left: 20px;
    }

    /* Container */
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.blog-listing-page {
    background: #f5f7fb;
    padding: 70px 0;
}

/* MAIN GRID */
.blog-content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
}

/* =========================
   LEFT CONTENT
========================= */

/* .blog-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow:
        0 4px 30px rgba(15, 23, 42, 0.05);
    overflow: hidden;
} */

.blog-content h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.blog-content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    position: relative;
    padding-left: 0px;
}

.blog-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 28px;
    border-radius: 20px;
    background: linear-gradient(180deg,
            #393186 0%,
            #1FAA59 100%);
    display: none;
}

.blog-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}

.blog-content p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 24px;
}

/* =========================
   NUMBER LIST
========================= */

.blog-number-list {
    counter-reset: item;
    padding: 0;
    margin: 35px 0;
}

.blog-number-list li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    min-height: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #334155;
    font-weight: 500;
}

.blog-number-list li::before {
    counter-increment: item;
    content: counter(item);

    position: absolute;
    left: 0;
    top: 0;

    width: 20px;
    height: 20px;

    border-radius: 10px;

    background: linear-gradient(135deg,
            #393186 0%,
            #1FAA59 100%);

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 700;
}

/* =========================
   CHECK LIST
========================= */

.blog-content .list {
    display: grid;
    gap: 10px;
    margin: 35px 0;
}

.blog-content .list li {
    display: flex;
    align-items: center;
    gap: 14px;

    font-size: 16px;
    font-weight: 500;
    color: #1e293b;

    transition: 0.3s ease;
}

.list {
    margin-bottom: 20px !important;
}

/* .blog-content .list li:hover {
    transform: translateX(6px);
    background: #ffffff;
    border-color: #393186;
} */

.blog-content .list li i {
    color: #1FAA59;
    font-size: 20px;
}

.blog-ad-box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-ad-box img {
    max-width: 80%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.jobRolesSwiper .swiper-slide {
    width: auto;
    height: auto;
    padding-left: 20px;
}

.jobRolesSwiper .job-role-card {
    height: 100%;
}

/* 4 items in one row */
@media (min-width: 766px) {
    .jobRolesSwiper .swiper-slide {
        width: calc(25% - 15px);
    }
}

.blog-cta-box {
    overflow: hidden;
    position: relative;
}

.blog-cta-box img {
    width: 100%;
    display: block;
}

/* =========================
   INLINE JOB CARD
========================= */

.inline-job-card {
    margin: 45px 0;
    background: #ffffff;
    border: 1px solid #dbe4ff;
    border-radius: 20px;
    padding: 28px;
    box-shadow:
        0 10px 25px rgba(57, 49, 134, 0.08);
}

.inline-job-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.inline-job-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.inline-job-logo {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    background: #f3f4fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.inline-job-info h4 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #111827;
}

.inline-job-info p {
    margin: 0;
    font-size: 15px;
    color: #64748b;
}

.inline-job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.inline-job-tags span {
    padding: 10px 16px;
    border-radius: 50px;
    background: #eef2ff;
    color: #393186;
    font-size: 14px;
    font-weight: 600;
}

/* ========================================
   RIGHT SIDEBAR
======================================== */

.blog-detail-sidebar-wrap {
    position: relative;
    align-self: start;

    height: 100%;
}

/* STICKY */
.blog-detail-sticky-box {
    position: sticky;
    top: 61px;
    background: #f1f3ff;
    /* border-radius: 24px; */
    padding: 20px;
    border: 1px solid #dbe1ff;
    /* box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06); */
    overflow: visible;
    z-index: 2;
}

.blog-content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;

    gap: 40px;

    align-items: start;

    overflow: visible;
}

/* TITLE */
.blog-detail-sidebar-title {
    margin-bottom: 28px;
    position: relative;
}

.blog-detail-sidebar-title h3 {
    font-size: 24px;
    margin: 0;
    color: #111827;
    font-weight: 700;
    padding-bottom: 16px;
}

.blog-detail-sidebar-title h3::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 70px;
    height: 4px;

    border-radius: 20px;

    background: linear-gradient(90deg,
            #393186 0%,
            #1FAA59 100%);
}

/* JOB SWIPER */
.blog-detail-jobs-swiper {
    height: 620px;
    overflow: hidden;
}

/* JOB CARD */
.blog-detail-job-card {
    display: flex;
    gap: 12px;
    padding: 18px;
    border-radius: 0px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}


/* DOT */
.blog-detail-job-dot {
    width: 10px;
    height: 10px;
    background: #1FAA59;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

/* CONTENT */
.blog-detail-job-content h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
    color: #111827;
    font-weight: 500;
}

.blog-detail-job-content p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}



@media (max-width: 1100px) {

    .blog-content-wrapper {
        grid-template-columns: 1fr;
    }

    .blog-detail-sticky-box {
        position: relative;
        top: 0;
    }

    .blog-detail-jobs-swiper {
        height: auto;
    }
}

@media (max-width: 767px) {

    .blog-listing-page {
        padding: 40px 0;
    }

    .blog-content {
        padding: 0px;
    }

    .blog-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .blog-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .inline-job-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-detail-sticky-box {
        padding: 22px;
    }

    .blog-content-wrapper {
        grid-template-columns: 1fr;
    }

    .trending-panel-new {
        position: static;
        /* disable sticky on mobile */
        margin-top: 30px;
    }
}


/* ================= PAGINATION ================= */

.listing-pagination {
    display: flex;
    justify-content: center;
    /* CENTER */
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.listing-pagination .page-number,
.listing-pagination .page-arrow {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdfe8;
    background: #fff;
    color: #393186;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.listing-pagination .page-number:hover,
.listing-pagination .page-arrow:hover {
    background: #393186;
    color: #fff;
    border-color: #393186;
}

.listing-pagination .page-number.active {
    background: #393186;
    color: #fff;
    border-color: #393186;
}

.listing-pagination .page-dots {
    font-size: 18px;
    color: #777;
    padding: 0 4px;
}

.mt-4 {
    margin-top: 70px;
}


.trending-panel-new {
    position: sticky;
    top: 70px;

    background: #f1f3ff;
    border: 1px solid #dbe1ff;
    padding: 24px;

    height: fit-content;
}

.trending-header-new {
    border-bottom: 1px solid #cfd5f3;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.trending-header-new h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #393186;

    display: flex;
    align-items: center;
    gap: 10px;
}

.trending-header-new i {
    color: #1FAA59;
    font-size: 14px;
}

/* SWIPER */
.trendingJobsSwiperNew {
    height: 400px;
    overflow: hidden;
}

.trendingJobsSwiperNew .swiper-wrapper {
    transition-timing-function: linear !important;
}

.trendingJobsSwiperNew .swiper-slide {
    height: auto !important;
}

.trending-job-item-new {
    display: flex;
    gap: 14px;
    padding: 14px 0;
}

.trending-dot-new {
    width: 10px;
    height: 10px;
    background: green;
    margin-top: 8px;
    flex-shrink: 0;
}

/* SMOOTH */
.trendingJobsSwiperNew .swiper-wrapper {
    transition-timing-function: linear !important;
}

.trendingJobsSwiperNew .swiper-slide {
    height: auto !important;
}

/* ITEM */
.trending-job-item-new {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding: 14px 0;
}

.trending-dot-new {
    width: 10px;
    height: 10px;
    background: #1FAA59;
    margin-top: 7px;
    flex-shrink: 0;
}

.trending-job-content-new {
    font-size: 16px;
    line-height: 1.5;
}

/* BUTTON */
.trending-btn-new {
    margin-top: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: #fff;
    border: 1px solid #dbe1ff;

    padding: 12px 18px;

    font-size: 14px;
    font-weight: 700;
    color: #393186;
}


.job-slider-left,
.job-slider-right {
    overflow: hidden;
}

.job-slider-left .swiper-slide,
.job-slider-right .swiper-slide {
    width: auto;
}

.job-slider-left .job-role-card,
.job-slider-right .job-role-card {
    min-width: 320px;
    background: #fff;
}

.job-info.job-head {
    margin-bottom: 0px !important;
}

.job-info.job-head h6 {
    margin: 0 !important;
    line-height: 1.2;
}

.job-info.job-head p {
    margin: 2px 0 0 !important;
    line-height: 1.2;
}

.energy-job-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
}

/* SLIDER */
.x-career-slider {
    margin-bottom: 20px;
}

.x-career-card {
    width: 360px;
    padding: 22px;
    background: #fff;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

/* ICON */

.x-career-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* CONTENT */

.x-career-content {
    flex: 1;
}

/* TITLE */

.x-career-content h6 {
    margin: 0;

    font-size: 14px;
    font-weight: 600;
    color: #111;
}

/* BOTTOM ROW */

.x-career-bottom {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* TEXT */

.x-career-bottom p {
    font-size: 14px;
    color: #494949;
    margin: 3px 0 0;
}

/* ARROW */

.x-career-arrow {
    font-size: 28px;
    color: #a3a3a3;
    line-height: 1;
}


/* =====================================================
   MAIN LAYOUT
===================================================== */

.energy-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 20px;
    align-items: start;
    border-top: 1px solid #b8b6b666;
    padding-top: 20px;
}

.energy-left-grid {
    min-width: 0;
}

/* BIG GRID */

.energy-big-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

/* SMALL GRID */

.energy-small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* CARD */

.news-card {
    position: relative;
    width: 100%;
}

.news-card.big {
    height: 320px;
    border-radius: 16px;
}

.news-card.small {
    height: 230px;
}

/* IMAGE */

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* OVERLAY */

.overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.82),
            rgba(0, 0, 0, 0.15));

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 18px;
}

/* MAIN LAYOUT */
.top-jobs-section .row {
    align-items: flex-start;
}

/* LEFT SIDE */
.top-jobs-section .col-lg-8 {
    display: flex;
    flex-direction: column;
}

/* TRUSTED COMPANIES SECTION */
.trusted-companies {
    margin-top: 55px !important;
    padding-top: 10px;
}

.trusted-companies .companies-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #0f172a;
}

/* COMPANY LOGO BOX */
.company-logo-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    height: 82px;
    padding: 18px 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
}

.company-logo-item:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

/* RIGHT SIDEBAR */
.top-jobs-section .col-lg-4 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* LOCATION BOX */
.location-widget {
    background: #eef1ff;
    padding: 22px;
}

/* FEATURED JOB SEPARATE BOX */
.featured-job-widget {
    margin-top: 0 !important;
}

.featured-job-widget .featured-title {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
}

/* FEATURED CARD */
.featured-job-card {
    background: #fff;
    border: 1px solid #dcdfe4;
    padding: 20px;
}

/* BUTTON */
.btn-green {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--#1f1d1e);
    border-radius: 8px !important;
    transition: 0.3s ease;
}

.btn-green:hover {
    background: var(--dark-900);
    color: #ffffff !important;
    border-color: 1px solid var(--dark-900);
}

/* JOB CARD SPACING */
.job-role-card {
    min-height: 140px;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .trusted-companies {
        margin-top: 35px !important;
    }

    .top-jobs-section .col-lg-4 {
        margin-top: 40px;
    }
}



/* ================= SECTION ================= */

.top-jobs-section {
    padding: 40px 0;
    background: #fff;
}

/* ================= HEADER ================= */

.section-header-energy {
    position: relative;
    margin-bottom: 28px;
}

.section-line-energy {
    height: 1px;
    background: #ddd;
}

.section-label-energy {
    position: absolute;
    top: -16px;
    left: 0;

    background: #3c3489;
    color: #fff;

    padding: 10px 18px;

    font-size: 16px;
    font-weight: 700;
}

/* ================= MAIN GRID ================= */

.energy-jobs-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 28px;
    align-items: start;
}

/* ================= LEFT ================= */

.energy-left {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* ================= FILTER ================= */

.job-category-filters {
    display: flex;
    flex-wrap: wrap;

    margin: 0;
    padding: 0;
    list-style: none;

    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.job-category-filters li a {
    display: block;

    background: #ececf1;
    color: #555;

    padding: 12px 20px;

    text-decoration: none;

    border-right: 1px solid #ddd;

    transition: 0.3s;
}

.job-category-filters li a.active {
    background: #4b0d0d;
    color: #fff !important;
}

/* ================= JOB GRID ================= */

.energy-jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b6b666;
}

/* ================= JOB CARD ================= */

.energy-job-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 140px;
    border-bottom: 1px solid #ddd;
    padding: 22px;
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

.energy-job-card:hover {
    background: #fafafa;
}

.energy-job-content {
    display: flex;
    flex-direction: column;
}

.energy-job-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
}

.energy-job-icon img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(55%);
    object-fit: contain;
}

.energy-job-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px;
}

.energy-job-info p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.energy-job-card i {
    color: #94a3b8;
    font-size: 18px;
    margin-bottom: 8px;
}

/* ================= TRUSTED ================= */

.trusted-companies-section {
    margin-top: 42px;
    overflow: hidden;
}

.trusted-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 22px;
}

/* SWIPER */

.company-swiper {
    overflow: hidden;
}

.company-swiper .swiper-wrapper {
    align-items: center;
}

.company-swiper .swiper-slide {
    height: auto;
}

/* CARD */

.trusted-company-card {
    width: 100%;
    height: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 18px;

    background: #fff;
    border: 1px solid #dfe3e8;

    overflow: hidden;
}


.trusted-company-card:hover {
    border-color: #cbd5e1;
}

.trusted-company-card img {
    width: 140px;
    height: 55px;

    object-fit: contain;

    display: block;
}

/* ================= RIGHT ================= */

.energy-right {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

/* ================= LOCATION ================= */

.energy-location-box {
    background: #f7f8fa;
    padding: 24px;
    border-radius: 16px;
}

.location-title {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;
}

.location-title i {
    font-size: 20px;
    color: #0f2957;
}

.location-title h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--black-color);
}

.location-list {
    display: flex;
    flex-direction: column;
}

.location-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 14px 0;

    border-bottom: 1px solid #d8dce3;
}

.location-item span {
    font-size: 16px;
    color: #111827;
}

.location-item small {
    background: #e3e3e3;
    border-radius: 4px;
    padding: 6px 12px;

    font-size: 13px;
    font-weight: 600;

    color: #333;
}

/* ================= BUTTON ================= */

.view-location-btn {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #58bde2;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--white-color) !important;
    font-size: 15px;
    font-weight: 700;
}

/* ================= FEATURED ================= */

.featured-main-title {
    font-size: 22px;
    font-weight: 700;
    /* margin-bottom: 18px; */
    color: var(--black-color);
}

.featured-job-card-new {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    border-radius: 8px;
}

.featured-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.featured-company-logo {
    width: 60px;
    flex-shrink: 0;
    border-radius: 8px;
}

.featured-job-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--black-color);
}

.featured-company-name {
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.featured-location {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.featured-apply-btn {
    background: #22c55e;
    color: #fff !important;

    padding: 12px 22px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    white-space: nowrap;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1199px) {

    .energy-jobs-layout {
        grid-template-columns: 1fr;
    }

    .trusted-company-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .energy-jobs-grid {
        grid-template-columns: 1fr;
    }

    .trusted-company-grid {
        grid-template-columns: 1fr;
    }

    .featured-job-card-new {
        flex-direction: column;
        align-items: flex-start;
    }

    .featured-apply-btn {
        width: 100%;
        text-align: center;
    }

}


/* ================= HERO GRID ================= */

.hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}

.hero-left,
.hero-right {
    height: 100%;

}

/* .hero-slider-wrap,
.hero-swiper,
.hero-swiper .swiper-slide {
    height: 100%;
} */

.hero-swiper .swiper-slide {
    min-height: 520px;
}

/* OVERLAY */

.hero-slide-overlay {

    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(10, 15, 40, .88) 0%,
            rgba(10, 15, 40, .55) 40%,
            rgba(10, 15, 40, .1) 100%);
}

/* CONTENT */

.hero-slide-content {

    position: absolute;

    left: 0;
    bottom: 0;

    z-index: 2;

    width: 100%;

    padding: 50px;
}

/* TITLE */

.hero-slide-content h1 {

    font-size: 52px;
    line-height: 1.1;

    color: #fff;

    max-width: 680px;

    margin-bottom: 20px;
}

/* DESC */

.hero-slide-content p {

    max-width: 650px;

    color: #ECECEC;

    font-size: 17px;
    line-height: 1.7;

    margin-bottom: 30px;
}

/* BUTTONS */

.hero-buttons {

    display: flex;
    flex-wrap: wrap;

    gap: 14px;
}


/* PAGINATION */

.hero-swiper .swiper-pagination {

    position: absolute;

    right: 80px !important;
    bottom: 24px !important;

    left: auto !important;

    width: auto !important;

    display: flex;

    gap: 8px;
}

/* BULLETS */

.hero-swiper .swiper-pagination-bullet {

    width: 38px !important;
    height: 4px;

    border-radius: 0;

    background: rgba(255, 255, 255, .4);

    opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

/* ================= RIGHT PANEL ================= */
.hero-right-wrap {
    height: 520px;

    display: flex;
    flex-direction: column;

    gap: 14px;
}


/* TABS */

.top-tabs {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-bottom: 14px;
}

.top-tab {

    background: #F1F3FF;

    border: 1px solid #dbe1ff;

    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    font-size: 15px;
    font-weight: 700;

    transition: .3s ease;
}

.top-tab:hover {
    background: #e7ebff;
}

/* JOB SWIPER */

.jobs-swiper {
    flex: 1;

    overflow: hidden;
}

.jobs-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.jobs-swiper .swiper-slide {
    height: auto !important;
}

/* JOB ITEM */

.job-item {

    display: flex;

    gap: 14px;

    padding: 0 0 10px;

    border-bottom: 1px solid #d9dff8;
}

.job-content {

    font-size: 14px;
    line-height: 1.7;

    color: #111827;
}

.footer-heading i,
.footer-heading .fa-chevron-down,
.footer-heading .fa-angle-down {
    display: none;
}

/* RESPONSIVE */

/* @media (max-width: 991px) {

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        height: auto;
    }
    .container {
        padding-left: 12 !important;
        padding-right: 12 !important;
    }

} */

/* @media (max-width: 767px) {

    .hero-swiper .swiper-slide {
        height: 500px;
    }

    .hero-slide-content {
        padding: 30px;
    }

    .hero-slide-content h1 {

        font-size: 34px;

        line-height: 1.2;
    }

} */







/* responsive for all the index page */
@media (max-width: 1366px) {
    h1 {
        font-size: 46px;
        line-height: 54px;
        letter-spacing: -2px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5 {
        font-size: 17px;
        line-height: 24px;
    }

    h6 {
        font-size: 15px;
        line-height: 22px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .main-nav .nav-list {
        gap: 22px;
    }

    .main-nav .nav-list a {
        font-size: 15px;
    }

    .news-card.small {
        height: 270px !important;
        width: 300px !important;
    }

    .news-card {
        margin: 0 auto;
    }

    .news-card.small {
        height: auto !important;
        width: auto !important;
    }

    .news-card.big {
        height: auto;
        width: auto;
    }

    .hero-swiper .swiper-slide {
        height: 520px;
    }

    .hero-slide-content {
        padding: 40px;
    }

    .hero-slide-content h1 {
        font-size: 46px;
        line-height: 54px;
    }

    .energy-jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .energy-jobs-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .job-category-filters li a {
        display: block;
        background: #ececf1;
        color: #555;
        padding: 6px 16px;
    }

    .energy-job-card {
        padding: 5px 0;
            padding: 22px !important;
        min-height: 110px;
    }

    .featured-job-card-new {
        border: 1px solid #ddd;
        background: #fff;
        padding: 10px;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column !important;
        align-items: normal;
        gap: 18px;
        border-radius: 8px;
    }

    .energy-job-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .intel-wrapper {
        gap: 70px !important;
    }

    .why-stats {
        margin-top: 0px;
    }

    .topnews-swiper {
        height: 700px !important;
        overflow: hidden;
    }

    .hero-panel {
        width: auto;
        height: 460px;
        border-radius: 16px;
    }

    .energy-card h4 {

    margin: 0;

    font-size: 20px;

    line-height: 1.45;

    font-weight: 500;

}
}


@media(max-width:1199px) {

    .header-inner {
        gap: 18px;
    }

    .main-nav .nav-list {
        gap: 16px;
    }

    .main-nav .nav-list a {
        font-size: 14px;
    }

    .btn-primary,
    .btn-green {
        font-size: 14px !important;
        padding: 8px 14px !important;
    }

    .brand-logo {
        height: 32px;
    }

    /* TIME */
    .ep-time {
        font-size: 12px;
        font-weight: 400;
        color: #94a3b8;
    }

    /* TITLE */
    .ep-title {
        font-size: 16px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 10px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }

    .site-footer {
        padding: 40px 0 0;
    }

    .footer-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        padding-bottom: 0;
    }

    /* About column spans full width */
    .footer-about {
        grid-column: 1 / -1;
        padding: 0 20px 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 0;
    }

    .footer-about p {
        max-width: 100%;
        font-size: 14px;
    }

    /* Other columns side by side */
    .footer-column:not(.footer-about) {
        padding: 0 20px;
        border-bottom: none;
    }

    .footer-column:not(.footer-about):nth-child(2),
    .footer-column:not(.footer-about):nth-child(3) {
        /* padding-top: 28px;
        padding-bottom: 28px; */
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }


    .footer-heading {
        font-size: 14px;
        margin-bottom: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        cursor: default;
    }

    .footer-links {
        max-height: none !important;
        overflow: visible !important;
        display: grid;
        gap: 12px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 20px;
        margin: 0 0px;
    }

    .footer-legal {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 20px;
        align-items: center;
    }

    .footer-legal a,
    .footer-legal span {
        font-size: 13px;
    }

    .intelligence-grid {
        grid-template-columns: 1fr;
    }

    .intelligence-left {
        grid-template-columns: 1fr;
    }

    .intel-title {
        font-size: 24px;
    }

    .intel-image {
        height: 300px;
    }
    
        .energy-jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .energy-job-card {
        padding: 5px 0;
            padding: 22px !important;
        min-height: 110px;
    }


}


@media(max-width:991px) {

    .header-right {
        display: none;
    }

    .mobile-header-actions {
        display: flex;
        align-items: center;
    }

    .nav-toggle {
        display: flex;
    }

    .header-inner {
        min-height: 72px;
    }

    .brand-logo {
        height: 34px;
    }

    .mobile-sidebar {
        width: 320px;
    }

    .mobile-nav-list li a {
        font-size: 16px;
        padding: 15px 24px;
    }

    .energy-jobs-layout {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /* ORDER */
    .energy-left {
        order: 1;
        width: 100%;
    }

    .energy-right {
        order: 2;
        width: 100%;
    }

    /* TABS */
    .job-category-filters {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 8px;
        border-bottom: none;
    }

    .job-category-filters li {
        width: 100%;
    }

    .job-category-filters .nav-link,
    .job-category-filters a {
        width: 100%;
        text-align: center;
        padding: 10px 6px;
        font-size: 13px;
        border: none;
    }

    /* JOB GRID */
    .energy-jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    /* JOB CARD */
    .energy-job-card {
        padding: 16px;
    }

    .energy-job-info h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .energy-job-info p {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
    }

    /* TRUSTED COMPANIES */
    .trusted-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .trusted-company-card {
        height: 90px;
        padding: 16px;
    }

    /* RIGHT SECTION */
    .energy-right {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* LOCATION */
    .energy-location-box {
        padding: 18px;
    }

    .featured-job-section {
        padding: 0px;
    }

    .featured-job-card-new {
        margin-top: 0px;
    }

    .location-title h3,
    .featured-main-title {
        font-size: 20px;
        line-height: 28px;
    }

    /* FEATURED JOB */
    .featured-job-card-new {
        flex-direction: row!important;
        align-items: flex-start;
        gap: 18px;
    }

    .featured-left {
        width: 100%;
    }

    .featured-apply-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .war-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .events-wrapper {
        grid-template-columns: 1fr;
    }

    .events-tab-content.active {
        grid-template-columns: repeat(1, 1fr);
    }

    .briefing-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-pagination {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        bottom: 16px !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        display: flex !important;
        justify-content: center !important;
        gap: 8px;
        z-index: 10;
        padding: 0 !important;
        margin: 0 !important;
    }

    .hero-pagination .swiper-pagination-bullet {
        width: 28px !important;
        height: 4px !important;
        border-radius: 2px;
        opacity: 1;
        background: rgba(255, 255, 255, 0.5);
    }

    .hero-pagination .swiper-pagination-bullet-active {
        background: #ffffff;
    }

    .site-footer {
        padding: 32px 0 0;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0;
    }

    /* ABOUT — full width, no accordion */
    .footer-about {
        grid-column: 1;
        padding: 0 16px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-logo {
        height: 32px;
        width: auto;
        margin-bottom: 16px;
    }

    .footer-about p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .social-links {
        gap: 10px;
    }

    .social-links a {
        width: 36px;
        height: 36px;
        font-size: 14px;
        color: #ffffff !important;
    }


    /* ACCORDION COLUMNS */
    .footer-column:not(.footer-about) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 16px;
    }

    .footer-column:not(.footer-about):last-child {
        border-bottom: none;
    }

    /* HEADING = accordion trigger */
    .footer-heading {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.03em;
        user-select: none;
    }

    /* SHOW chevron on mobile */
    .footer-heading i,
    .footer-heading .fa-chevron-down,
    .footer-heading .chevron {
        display: inline-block !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        transition: transform 0.25s ease;
    }

    .footer-heading.open .chevron,
    .footer-heading.open .fa-chevron-down {
        transform: rotate(180deg);
    }

    /* LINKS — collapsed by default */
    .footer-links {
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease, padding-bottom 0.3s ease;
        padding-bottom: 0;
        display: grid;
        gap: 14px;
    }

    .footer-links.open {
        max-height: 300px !important;
        padding-bottom: 20px !important;
    }

    .footer-links a {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.75);
    }

    .footer-links a:hover {
        color: #fff;
    }

    /* BOTTOM BAR */
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .footer-legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-legal a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.55) !important;
    }

    .footer-legal span {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
    }

    .footer-credits {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    .footer-credits a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
    }

    .news-marquee {
        padding: 6px 0;
    }

    .market-bar {
        overflow: hidden;
    }

    .market-marquee {
        overflow: hidden;
        width: 100%;
    }

    .marquee-content {
        gap: 30px;
    }

    .marquee-content span {
        font-size: 11px;
        white-space: nowrap;
    }

    .intel-wrapper {
        gap: 0px !important;
    }

    .intelligence-left {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
    }

    .news-card.small {
        height: 100% !important;
        width: 100% !important;
    }

    .news-card.big {
        height: auto;
        width: auto;
    }

    .intel-image {
        width: 100%;
        height: 300px;
    }

    .energy-main-layout {
        grid-template-columns: 1fr;
    }

    .energy-mobile-sidebar {
        margin-top: 20px;
        overflow: hidden;
    }

    .energy-big-grid {
        grid-template-columns: 1fr;
    }

    .energy-small-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tenders-overlay {
        padding: 16px;
    }

    .lock-box {
        padding: 30px 20px;
        border-radius: 14px;
    }

    .lock-box h4 {
        font-size: 26px;
    }

    .lock-box p {
        font-size: 14px;
        line-height: 1.6;
    }

    .lock-box i {
        width: 74px;
        height: 74px;
        font-size: 30px;
    }

    .lock-actions {
        flex-direction: column;
    }

    .lock-actions .btn-primary,
    .lock-actions .btn-green {
        width: 100%;
    }

    .topnews-swiper {
        height: 450px;
        overflow: hidden !important;
    }

    .hero-right-wrap {
        height: 550px;
    }

    .hero-section .container {
        padding: 0 0px;
    }

}

@media(max-width:767px) {


    .brand {
        gap: 6px;
    }

    .brand-logo {
        height: 28px;
    }

    .mobile-register-btn {
        font-size: 14px !important;
        padding: 7px 10px !important;
        min-height: 34px !important;
    }

    .nav-toggle {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .marquee-content span {
        font-size: 11px;
        padding-right: 40px;
    }

    .mobile-sidebar {
        width: 280px;
    }

    .war-section {
        padding: 40px 0;
    }

    .war-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .war-image img {
        height: 220px;
    }

    .war-card h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .briefing-section,
    .expert-section {
        padding: 0px 0 40px;
    }

    .why-section {
        padding: 0px 0 40px;
    }


    .briefing-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .brief-card {
        min-height: auto;
        padding: 18px;
    }

    .brief-title {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-about {
        padding: 0 12px 20px;
    }

    .footer-column:not(.footer-about) {
        padding: 0 12px;
    }

    .footer-heading {
        font-size: 13px;
        padding: 14px 0;
    }

    .footer-links a {
        font-size: 13px;
    }

    .footer-bottom {
        padding: 16px 12px;
    }

    .energy-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        gap: 8px;
    }

    .energy-tabs::-webkit-scrollbar {
        display: none;
    }

    .energy-tabs .nav-link {
        white-space: nowrap;
        font-size: 14px;
        padding: 10px 16px;
    }

    .energy-small-grid {
        grid-template-columns: 1fr;
    }

    .news-card.big {
        height: 250px !important;
        width: 100%;
    }

    .news-card.small {
        height: 220px;
    }

    .overlay {
        padding: 14px;
    }

    .overlay h5 {
        font-size: 18px;
        line-height: 1.35;
    }

    .overlay h6 {
        font-size: 15px;
        line-height: 1.4;
    }

    .news-meta {
        font-size: 11px;
        flex-wrap: wrap;
        gap: 4px;
    }


    .events-slider {
        position: relative;
        overflow: hidden;
        height: 350px;
    }
}

@media(max-width:567px) {



    .header-inner {
        min-height: 62px;
    }

    .brand-logo {
        height: 24px;
    }


    .nav-toggle {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .mobile-sidebar {
        width: 260px;
    }

    .mobile-sidebar-header {
        padding: 16px;
        min-height: 75px;
    }

    .mobile-logo span {
        font-size: 22px;
    }

    .mobile-nav-list li a {
        padding: 14px 18px;
        font-size: 15px;
    }

    .mobile-actions {
        padding: 18px;
    }

    .marquee-content span {
        font-size: 10px;
        padding-right: 30px;
    }
}



/*  virtual-job-fair-events-*/
.vjf-energy-banner {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: url('/images/virtual-job-fair-banner.png') center center/cover no-repeat;
}

.vjf-energy-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(4, 12, 38, .92) 0%,
            rgba(4, 12, 38, .75) 45%,
            rgba(4, 12, 38, .15) 100%);
}

.vjf-energy-grid {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px;
    align-items: center;
}

.vjf-energy-content {
    max-width: 760px;
}

.vjf-energy-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(31, 170, 89, .15);
    border: 1px solid rgba(31, 170, 89, .3);
    color: #1FAA59;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.vjf-energy-title {
    font-size: 52px;
    line-height: 1;
    color: #fff !important;
    margin-bottom: 25px;
    font-weight: 800;
}

.vjf-energy-title span {
    color: #1FAA59;
}

.vjf-energy-desc {
    color: rgba(255, 255, 255, .88) !important;
    font-size: 18px;
    line-height: 34px;
    max-width: 650px;
    margin-bottom: 35px;
}

.vjf-energy-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 35px;
}

.vjf-energy-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.vjf-energy-feature i {
    color: #1FAA59;
}

.vjf-energy-actions {
    display: flex;
    gap: 15px;
}

.vjf-energy-btn-primary {
    background: #1FAA59;
    color: #fff;
    padding: 14px 26px;
    font-weight: 700;
}

.vjf-energy-btn-secondary {
    background: #393186;
    color: #fff;
    padding: 14px 26px;
    font-weight: 700;
}

.vjf-energy-stats {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 30px;
}

.vjf-energy-stat-box {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.vjf-energy-stat-box:last-child {
    border: none;
}

.vjf-energy-stat-box h3 {
    color: #1FAA59 !important;
    font-size: 48px;
    margin: 0;
}

.vjf-energy-stat-box p {
    color: #fff !important;
    margin: 0;
}

.vjf-energy-banner::after {
    content: '';
    position: absolute;
    right: -200px;
    top: 50%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #1FAA59;
    opacity: .15;
    filter: blur(120px);
    animation: vjfEnergyGlow 8s ease-in-out infinite;
}

@keyframes vjfEnergyGlow {

    0%,
    100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(-60%);
    }
}




/* about page */
/* ==========================================
   VIRTUAL JOB FAIR ABOUT SECTION
========================================== */

.vjf-about-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.vjf-about-wrapper {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 70px;
    align-items: center;
    margin-top: 40px;
}

/* LEFT IMAGE */

.vjf-about-image {
    position: relative;
}

.vjf-image-main {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.vjf-image-main img {
    width: 100%;
    display: block;
    border-radius: 24px;
    transition: .5s;
}

.vjf-image-main:hover img {
    transform: scale(1.05);
}

/* FLOATING CARDS */

.vjf-floating-card {
    position: absolute;
    background: #fff;
    padding: 15px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    z-index: 5;
}

.vjf-floating-card i {
    width: 46px;
    height: 46px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.vjf-floating-card strong {
    display: block;
    color: #081631;
    font-size: 15px;
    font-weight: 700;
}

.vjf-floating-card span {
    color: #7d8796;
    font-size: 13px;
}

.card-1 {
    right: -30px;
    top: 40px;
}

.card-2 {
    left: -30px;
    bottom: 40px;
}

/* RIGHT CONTENT */

.vjf-mini-tag {
    display: inline-block;
    background: rgba(31, 170, 89, .08);
    color: #1FAA59;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    padding: 8px 16px;
    border-radius: 40px;
    margin-bottom: 20px;
}

.vjf-about-title {
    font-size: 28px;
    line-height: 60px;
    font-weight: 700;
    color: #081631;
    margin-bottom: 0px;
}

.vjf-about-title span {
    display: block;
    color: #1FAA59;
}

.vjf-about-desc {
    color: #5e6777;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
}

/* FEATURES */
.vjf-partners-wrap {
    margin: 35px 0;
}

.vjf-partners-title {
    font-size: 18px;
    font-weight: 700;
    color: #081631;
    margin-bottom: 18px;
}

.vjf-partners-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 300px;
}

.vjf-partner-card {
    width: 200px;
    height: 115px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: .3s ease;
    text-decoration: none;
}

.vjf-partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    border-color: var(--brand-500);
}

.vjf-partner-card img {
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;
}




/* BUTTONS */

.vjf-about-content .why-buttons {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    gap: 12px;
}

.vjf-about-content .why-buttons a {
    width: auto !important;
    min-width: 170px;
    flex: none !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}


/* TABLET */

@media(max-width:991px) {

    .vjf-about-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vjf-about-title {
        font-size: 28px;
        line-height: 34px;
    }

    .card-1 {
        right: 20px;
    }

    .card-2 {
        left: 20px;
    }

}

/* MOBILE */

@media(max-width:767px) {

    .vjf-about-section {
        padding: 60px 0;
    }

    .vjf-about-title {
        font-size: 32px;
        line-height: 40px;
    }

    .vjf-feature-grid {
        grid-template-columns: 1fr;
    }

    .vjf-stats-row {
        flex-direction: column;
    }

    .vjf-floating-card {
        position: static;
        margin-top: 15px;
    }

    .vjf-about-image {
        display: flex;
        flex-direction: column;
    }
}




/* offer section */
.vjf-services-process {
    padding: 60px 0;
    background: #eaeaea30;
}

.vjf-process-heading {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.vjf-process-heading h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    color: #06153A;
    margin-bottom: 20px;
}

.vjf-process-heading h2 span {
    color: var(--brand-500);
}

.vjf-process-heading p {
    max-width: 720px;
    margin: 0 auto 30px;
    color: #667085;
    font-size: 18px;
    line-height: 25px;
}

.vjf-process-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.vjf-host-btn,
.vjf-events-btn {
    display: inline-block;
    padding: 14px 34px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    line-height: 1;
    transition: .3s;
}

.vjf-host-btn {
    background: var(--primary-color);
    color: var(--black-color) !important;
}

.vjf-host-btn:hover {
    background: #2e276f;
    color: #fff !important;
}

.vjf-events-btn {
    background: #22c55e;
    color: #fff !important;
}

.vjf-events-btn:hover {
    background: #18a94d;
    color: #fff !important;
}

.vjf-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.vjf-process-card {
    position: relative;
    background: #fff;
    border: 1px solid #e6edf5;
    padding: 35px;
    min-height: 290px;
    border-radius: 16px;
    transition: .35s;
}

.vjf-process-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.process-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 48px;
    font-weight: 800;
    color: var(--primary-color);
    opacity: .15;
    line-height: 1;
}

.process-image {
    margin-bottom: 20px;
}

.process-image img {
    height: 90px;
    width: auto;
    object-fit: contain;
}

.process-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #06153A;
    margin-bottom: 15px;
}

.process-content p {
    color: #667085;
    line-height: 28px;
    margin: 0;
}

.vjf-process-card:nth-child(4) {
    grid-column: 1 / span 1;
}

.vjf-process-card:nth-child(5) {
    grid-column: 2 / span 2;
}

@media(max-width:991px) {

    .vjf-process-heading h2 {
        font-size: 32px;
    }

    .vjf-process-grid {
        grid-template-columns: 1fr;
    }

    .vjf-process-card:nth-child(5) {
        grid-column: auto;
    }
}

@media(max-width:767px) {

    .vjf-process-heading h2 {
        font-size: 32px;
    }

    .vjf-process-buttons {
        flex-direction: row;
    }

    .vjf-process-buttons a {
        width: 150px;
        text-align: center;
        font-size: 13px;
    }
}



.vjf-benefits-grid-section {
    padding: 100px 0;
    background: #fff;
}

.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-header-center .section-label {
    color: #1fc76a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.section-header-center h2 {
    font-size: 54px;
    line-height: 1.1;
    color: #001b5e;
    font-weight: 800;
    margin-bottom: 20px;
}

.section-header-center h2 span {
    color: #1fc76a;
}

.section-header-center p {
    font-size: 18px;
    color: #667085;
    line-height: 1.8;
}

.vjf-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vjf-benefit-card {
    border: 1px solid #edf0f5;
    padding: 40px;
    background: #fff;
    transition: .3s;
    min-height: 290px;
}

.vjf-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.benefit-icon {
    width: 100px;
    height: 100px;
    background: #f2faf6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.benefit-icon img {
    width: 60px;
}

.benefit-content h4 {
    color: #001b5e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-content p {
    color: #667085;
    font-size: 16px;
    line-height: 1.9;
}

@media(max-width:991px) {

    .vjf-benefits-grid {
        grid-template-columns: 1fr;
    }

    .section-header-center h2 {
        font-size: 38px;
    }
}

.jobfair-guide-grids h3 {
    color: #000;
}


.jf-event-info {
    max-width: 800px;
}

.jf-event-desc {
    color: rgba(255, 255, 255, .95);
    font-size: 18px;
    line-height: 1.9;
    max-width: 800px;
    margin-bottom: 35px;
}


@media (max-width: 1599px) {

    /* for screen 1440px */
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 400px;
        gap: 18px;
    }

    .hero-swiper .swiper-slide {
        min-height: 500px;
        height: 500px !important;
    }

    .hero-right-wrap {
        height: 500px;
    }

    .hero-slide-content {
        padding: 44px;
    }

    .hero-slide-content h1 {
        font-size: 48px;
        line-height: 1.08;
    }
}

@media (max-width: 1439px) {

    /* for screen 1366px */
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 270px;
        gap: 16px;
    }

    .hero-swiper .swiper-slide {
        min-height: 480px;
        height: 480px !important;
    }

    .hero-right-wrap {
        height: 480px;
    }

    .hero-slide-content {
        padding: 40px;
    }

    .hero-slide-content h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .hero-slide-content p {
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-panel {
        padding: 18px;
    }
}

@media (max-width: 1365px) {

    /* for screen 1200px */
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 14px;
    }

    .hero-swiper .swiper-slide {
        min-height: 460px;
        height: 460px !important;
    }

    .hero-right-wrap {
        height: 460px;
    }

    .hero-slide-content {
        padding: 36px;
    }

    .hero-slide-content h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .hero-slide-content p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 18px;
    }

    .hero-panel {
        padding: 16px;
    }

    .hero-panel-header h2 {
        font-size: 15px;
    }

    .job-content {
        font-size: 14px;
        line-height: 1.6;
    }

    .btn-panel {
        font-size: 12px;
        padding: 9px 12px;
    }
}

@media (max-width: 1199px) {

    /* for screen 991px — still 2-col, but compressed */
    .hero-section {
        padding: 20px 0 0;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 12px;
    }

    .hero-swiper .swiper-slide {
        min-height: 420px !important;
        height: 420px !important;
    }

    .hero-right-wrap {
        height: 420px;
    }

    .hero-slide-content {
        padding: 28px 28px 50px !important;
        max-width: 100%;
    }

    .hero-slide-content h1 {
        font-size: 28px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.5px;
        margin-bottom: 10px;
    }

    .hero-slide-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 14px !important;
    }

    .hero-buttons .btn-primary {
        font-size: 13px !important;
        padding: 8px 14px !important;
    }

    .hero-panel {
        padding: 14px;
        min-height: unset;
    }

    .hero-panel-header {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .hero-panel-header h2 {
        font-size: 14px;
    }

    .jobs-swiper {
        height: calc(100% - 78px);
        margin: unset;
    }

    .job-content {
        font-size: 13px;
        line-height: 1.55;
    }

    .btn-panel {
        font-size: 11px;
        padding: 8px 10px;
        margin-top: 12px;
    }

    .hero-swiper .swiper-pagination {
        right: 16px !important;
        bottom: 16px !important;
    }

    .hero-swiper .swiper-pagination-bullet {
        width: 24px !important;
    }

    .hero-section {
        padding: 0;
    }

    .hero-section .container {
        width: 100%;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hero-grid {
        width: 100%;
    }

    .hero-left,
    .hero-right {
        width: 100%;
    }
}

@media (max-width: 991px) {

    /* for screen 767px — STACKS vertically */
    .hero-section {
        padding: 0;
    }

    .hero-section .container {
        padding: 0 !important;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .hero-left {
        width: 100%;
        order: 1;
    }

    .hero-right {
        width: 100%;
        order: 2;
        padding: 12px;
        height: auto;
    }

    .hero-swiper .swiper-slide {
        min-height: 420px !important;
        height: 420px !important;
    }

    .hero-right-wrap {
        height: 300px;
    }

    .hero-panel {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        padding: 18px;
    }

    .jobs-swiper {
        height: 220px;
        margin: unset;
    }
    .nav.nav-tabs.energy-tabs{
        gap: 10px;
    }
    .energy-main-layout, .energy-left-grid, .energy-big-grid, .energy-card, .energy-card-content {
        min-width: 0;
        max-width: 100% !important;
    }

    .hero-slide-content {
        padding: 20px 20px 48px !important;
        max-width: 100% !important;
    }

    .hero-slide-content h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.3px !important;
        margin-bottom: 8px;
    }

    .hero-slide-content p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-bottom: 12px !important;
        max-width: 100%;
    }

    .hero-buttons {
        display: flex;
        gap: 10px;
    }

    .hero-buttons .btn-primary {
        font-size: 13px !important;
        padding: 8px 14px !important;
    }

    /* Center pagination now that slider is full-width */
    .hero-swiper .swiper-pagination {
        left: 50% !important;
        right: auto !important;
        bottom: 14px !important;
        transform: translateX(-50%);
        justify-content: center;
        width: auto !important;
    }

    .hero-swiper .swiper-pagination-bullet {
        width: 26px !important;
    }

    .hero-left,
    .hero-right {
        height: auto !important;
        min-height: 0 !important;
    }

    .hero-slider-wrap {
        height: 420px;
    }

    .hero-swiper {
        height: 420px;
    }

    .hero-swiper .swiper-wrapper,
    .hero-swiper .swiper-slide {
        height: 100% !important;
    }


}

@media (max-width: 767px) {

    /* for screen 576px */
    .hero-swiper .swiper-slide {
        min-height: 360px !important;
        height: 360px !important;
    }

    .hero-slide-content {
        padding: 16px 16px 42px !important;
    }

    .hero-slide-content h1 {
        font-size: 20px !important;
        line-height: 1.25 !important;
        margin-bottom: 6px;
    }

    .hero-slide-content p {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .hero-buttons .btn-primary {
        font-size: 12px !important;
        padding: 7px 12px !important;
        min-width: unset;
    }

    .hero-right {
        padding: 10px;
    }

    .hero-panel {
        padding: 14px;
    }

    .hero-panel-header h2 {
        font-size: 34px;
    }

    .job-content {
        font-size: 14px;
        line-height: 1.55;
    }

    .jobs-swiper {
        height: 180px;
    }

    .btn-panel {
        font-size: 12px;
        padding: 8px 12px;
        margin-top: 10px;
    }

    .hero-grid {
        height: auto !important;
        min-height: 0 !important;
    }

    .hero-slider-wrap,
    .hero-swiper,
    .hero-swiper .swiper-wrapper,
    .hero-swiper .swiper-slide {
        height: 30px !important;
        min-height: 300px !important;
        border-radius: 16px;
    }

}

@media (max-width: 576px) {

    /* for screen mobile */
    .hero-swiper .swiper-slide {
        min-height: 300px !important;
        height: 300px !important;
    }

    .hero-slide-content {
        padding: 14px 14px 38px !important;
    }

    .hero-slide-content h1 {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 6px;
        letter-spacing: 0;
    }

    .hero-slide-content p {
        font-size: 12px !important;
        line-height: 1.45 !important;
        margin-bottom: 10px !important;
        -webkit-line-clamp: 2;
    }

    .hero-buttons {
        gap: 8px;
    }

    .hero-buttons .btn-primary {
        font-size: 11px !important;
        padding: 6px 10px !important;
    }

    .hero-swiper .swiper-pagination-bullet {
        width: 20px !important;
        height: 3px !important;
    }

    .hero-right {
        padding: 8px;
    }

    .hero-panel {
        padding: 12px;
    }

    .hero-panel-header {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .hero-panel-header h2 {
        font-size: 13px;
    }

    .job-dot {
        width: 6px;
        height: 6px;
        margin-top: 7px;
    }

    .job-content {
        font-size: 12px;
        line-height: 1.55;
    }

    .jobs-swiper {
        height: 160px;
    }

    .btn-panel {
        font-size: 11px;
        padding: 8px 10px;
        margin-top: 8px;
    }
}




/* new figma chnages */

.energy-main-layout {

    display: grid;

    grid-template-columns: minmax(0, 1fr) 400px;

    gap: 28px;

    align-items: start;

}

.energy-big-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 24px;

}

.energy-card {

    background: #fff;

}

.energy-card-image {

    overflow: hidden;

    border-radius: 16px;

}

.energy-card-image img {

    width: 100%;

    height: 280px;

    object-fit: cover;

    transition: .4s;

    display: block;

}

.energy-card:hover img {

    transform: scale(1.06);

}

.energy-card-content {

    padding-top: 12px;

}

.energy-meta {

    display: flex;

    gap: 10px;

    align-items: center;

    margin-bottom: 5px;

    font-size: 14px;

}

.energy-meta .category {

    color: #2aa866;

    font-weight: 600;

}

.energy-meta .date {

    color: #8b8b8b;

}

.energy-card h4 {

    margin: 0;

    font-size: 20px;

    line-height: 1.45;

    font-weight: 500;

}

.energy-card h4 a {

    color: #222;

    text-decoration: none;

}

.energy-sidebar {

    background: #f7f8fa;

    border-radius: 18px;

    padding: 20px;

    height: 100%;

}

.energy-sidebar h3 {

    margin-bottom: 18px;
    color: var(--black-color);
    font-size: 24px;

    font-weight: 700;

}

.side-item {

    display: flex;

    gap: 14px;

    text-decoration: none;

    color: #222;

    align-items: flex-start;

}

.side-item img {

    width: 80px;

    height: 60px;

    border-radius: 10px;

    object-fit: cover;

    flex-shrink: 0;

}

.side-item h6 {

    font-size: 15px;

    line-height: 1.4;

    margin: 4px 0;

    color: #222;

}

.side-item .category {

    color: #0089d0;

    font-size: 13px;

    font-weight: 700;

}

.side-item .time {

    color: #9c9c9c;

    font-size: 12px;

}

.topnews-swiper {

    height: 700px;

}

@media(max-width:991px) {

    .energy-main-layout {

        grid-template-columns: 1fr;

    }

    .energy-big-grid {

        grid-template-columns: 1fr;

    }

    .topnews-swiper {

        height: 420px;

    }

}

.topnews-swiper .side-item h6 {
    font-size: 15px;
    line-height: 1.4;
    margin: 4px 0;
    color: var(--theme-text);

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quote img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(1928%) hue-rotate(166deg) brightness(93%) contrast(96%) !important;
}

.subscribe-section {
    padding-bottom: 60px;
}

.subscribe-box {
    max-width: 100%;
    margin: auto;
    padding: 60px 40px;
    background: #F8FAFC;
    border-radius: 18px;
    text-align: center;
}

.subscribe-content {
    max-width: 700px;
    margin: 0 auto 35px;
}

.subscribe-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 16px;
    line-height: 1.2;
}

.subscribe-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #667085;
}

.subscribe-form-wrapper {
    display: flex;
    justify-content: center;
}

.subscribe-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.subscribe-form input {
    width: 430px;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #D9DEE7;
    border-radius: 8px;
    outline: none;
}

.subscribe-form button {
    height: 54px;
    min-width: 170px;
}

@media(max-width:767px) {

    .subscribe-box {
        padding: 40px 20px;
    }

    .subscribe-content h2 {
        font-size: 34px;
    }

    .subscribe-content p {
        font-size: 16px;
    }

    .subscribe-form {
        flex-direction: column;
        width: 100%;
    }

    .subscribe-form input,
    .subscribe-form button {
        width: 100%;
    }
}

/* ===== Fix 1: Intelligence/Carbon Capture section — kills the big vertical gap ===== */
.intelligence-left {
    align-items: start;
    /* was stretching intel-text to image height */
}

.intel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* was: justify-content: space-between; flex: 1; */
}

.intel-image {
    width: 100%;
    height: 250px;
}

.intel-image img {
    width: 100%;
    height: 100%;
    /* was height:100%, which depended on the stretch bug */
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

/* ===== Fix 2: Subscribe section — remove the double-padding stack ===== */
.subscribe-section {
    padding-bottom: 60px;
    /* remove the later duplicate rule with 90px 0 */
}

.subscribe-box {
    padding: 40px;
    /* was 60px 40px */
}

/* ===== Fix 3: Top Jobs section — remove conflicting duplicate padding rule ===== */
.top-jobs-section {
    padding: 50px 0;
    /* delete the second ".top-jobs-section{padding:40px 0;}" block further down */
}

/* =====================================================
   HOME PAGE — RESPONSIVE (1199 / 991 / 767 / 567)
   Appended last on purpose: this file redefines the same
   home-page classes many times over, so putting the final
   responsive pass here guarantees it wins the cascade
   without having to touch/delete the older duplicate blocks.
===================================================== */

/* Hero banner — flat edges on mobile instead of rounded image corners */
@media(max-width:767px) {
    .hero-swiper .swiper-slide {
        border-radius: 0;
    }
}

/* Top News ticker (Energy Intelligence sidebar) — height must track the
   slidesPerView set in the Swiper init (home.blade.php) at each tier,
   otherwise slides get crushed/overlap on smaller screens.
   NOTE: an older "@media(max-width:1366px)" rule earlier in this file forces
   height:700px !important, which otherwise wins on every phone/tablet and
   leaves a giant empty ticker box — so these MUST also be !important (and,
   being later in the file, they win the !important tie against that rule). */
@media(max-width:1199px) {
    .topnews-swiper {
        height: 522px !important;
    }
}

@media(max-width:991px) {
    .topnews-swiper {
        height: 433px !important;
    }
}

@media(max-width:767px) {
    .topnews-swiper {
        height: 360px !important;
    }
}

@media(max-width:567px) {
    .topnews-swiper {
        height: 300px !important;
    }
}

/* ---------- Fix: Energy Intelligence section clipped on the right ----------
   .energy-intelligence-section is globally set to display:flex (a leftover
   "header line effect" rule accidentally scoped to the whole section). Its
   single flex child .container then refuses to shrink below its content's
   intrinsic width on small screens (flex items default min-width:auto), so
   the section overflows the viewport — clipping the card heading on the right
   and leaving that dark strip. Reverting to block on mobile, plus min-width:0
   guards on the inner grids, removes the overflow entirely. */
@media(max-width:991px) {
    .energy-intelligence-section {
        display: block !important;
    }

    .energy-intelligence-section>.container {
        width: 100%;
        max-width: 100%;
    }

    .energy-main-layout,
    .energy-left-grid,
    .energy-big-grid,
    .energy-card,
    .energy-card-content {
        min-width: 0;
        max-width: 100%;
    }

    .energy-card h4 {
        overflow-wrap: anywhere;
    }
}

/* Energy Intelligence section — full mobile pass */
@media(max-width:1199px) {
    .energy-main-layout {
        gap: 20px;
    }
    .energy-main-layout{
        display:block !important;
    }

    .energy-left-grid{
        width:100% !important;
        max-width:100% !important;
    }

    .energy-big-grid{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:16px !important;
        width:100% !important;
    }

    .energy-card{
        width:100% !important;
        max-width:none !important;
        margin:0 !important;
    }

    .energy-card img{
        width:100%;
        display:block;
    }

    .energy-sidebar{
        width:100% !important;
        margin-top:20px;
        max-height: 500px !important;
    }
}

@media(max-width:991px) {
    .energy-main-layout {
        grid-template-columns: 1fr;
    }

    .energy-big-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .energy-sidebar {
        margin-top: 20px;
        width:100% !important;
    }
}

@media(max-width:767px) {
    .energy-big-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .energy-card-image img {
        height: 220px;
    }

    .energy-card h4 {
        font-size: 18px;
    }

    .energy-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 8px;
        padding-bottom: 8px;
    }

    .energy-tabs .nav-link {
        white-space: nowrap;
    }
}

@media(max-width:567px) {
    .energy-card-image img {
        height: 190px;
    }

    .energy-card h4 {
        font-size: 16px;
        line-height: 1.35;
    }

    .energy-sidebar {
        padding: 16px;
    }

    .energy-sidebar h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .side-item img {
        width: 64px;
        height: 48px;
    }

    .side-item h6 {
        font-size: 13.5px;
    }
}

/* ---------- Fix: huge blank box under "Top News" on mobile ----------
   .energy-sidebar has a hardcoded height:100% (style.css ~L9811) meant to
   match the taller card grid next to it on desktop, via CSS Grid's
   percentage-height resolution. Once the layout stacks to a single column
   on mobile, that 100% no longer has the grid row it was sized against and
   ends up resolving against a much taller ancestor, leaving a large empty
   box (Swiper's own overflow:hidden just clips it into blank space instead
   of erroring). Forcing it to auto here removes the box; the swiper itself
   keeps its own explicit mobile heights set elsewhere in this file. */
/* @media (max-width:991px) {
    .energy-sidebar {
        height: auto !important;
    }
} */

/* =========================================================================
   FULL HOME PAGE RESPONSIVE AUDIT — 1199 / 991 / 767 / 567
   Appended last on purpose: this file has years of scattered, sometimes
   conflicting @media patches for the same selectors, so putting the
   authoritative mobile behaviour at the very end guarantees it wins the
   cascade instead of being silently overridden by an earlier rule of equal
   specificity further up the file.
   ========================================================================= */

/* ---------- 1199px : tighten two-column layouts, don't stack yet ---------- */
@media (max-width:1199px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 16px;
    }

    .energy-jobs-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 20px;
    }

    .events-wrapper {
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 16px;
    }

    .intelligence-grid {
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 20px;
    }

    .intelligence-left {
        grid-template-columns: minmax(0, 1fr) 240px;
        gap: 20px;
    }

    .editors-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .subscribe-form input{
        width:100% !important;
    }
}

/* ---------- 991px : stack the two-column sections ----------
   NOTE: .hero-grid / .hero-left / .hero-right are intentionally NOT touched
   here — the hero section has its own dedicated responsive ladder further
   down this file (max-width: 1199px keeps it 2-column through 991px; it only
   stacks below 991px). Redefining them here fought that ladder and broke
   both hero sliders right at the 991px breakpoint. */
@media (max-width:991px) {
    .energy-jobs-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .energy-jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .events-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .events-right {
        order: 2;
    }

    .editors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .intelligence-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .intelligence-left {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .intel-image {
        margin-top: 16px;
    }

    .intel-image img {
        height: 100%;
    }

    .briefing-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .why-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 28px;
    }

    .why-image,
    .why-content {
        width: 100% !important;
    }

    .why-stats {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* ---------- 767px : single-column content, mobile card sizing ---------- */
@media (max-width:767px) {
    .energy-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .energy-job-card{
        margin-bottom:0px;
    }

    .editors-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .briefing-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .intel-title {
        font-size: 20px;
    }

    .intel-image img {
        height: 220px;
    }

    .intel-sidebar {
        padding: 16px;
    }

    .events-cards {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .events-bottom-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .events-tabs {
        flex-wrap: wrap;
    }

    .expert-card {
        padding: 20px;
    }

    .subscribe-content h2 {
        font-size: 26px;
    }

    .subscribe-content p {
        font-size: 14px;
    }
}

/* ---------- 567px : final tightening for small phones ---------- */
@media (max-width:567px) {
    .hero-panel-header h2 {
        font-size: 16px;
    }

    .section-label {
        font-size: 15px;
    }

    .energy-jobs-grid .energy-job-card {
        padding: 12px;
    }

    .energy-job-info h4 {
        font-size: 14px;
    }

    .war-card .war-content h5 {
        font-size: 14px;
    }

    .editors-grid .ep-title {
        font-size: 14px;
    }

    .editors-grid .ep-desc {
        font-size: 12.5px;
    }

    .briefing-row .brief-title {
        font-size: 14px;
    }

    .why-title {
        font-size: 20px;
    }

    .why-desc {
        font-size: 13.5px;
    }

    .stat-box {
        flex: 1 1 100%;
        justify-content: center;
    }

    .subscribe-box {
        padding: 24px 16px;
    }

    .subscribe-content h2 {
        font-size: 22px;
    }
}


/* ==========================
   ENERGY INTELLIGENCE MOBILE
========================== */

@media (max-width: 767px) {

    .energy-main-layout {
        display: block;
    }

    .energy-left-grid {
        width: 100%;
    }

    .energy-big-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .energy-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
    }

    .energy-card-image {
        width: 100%;
        height: 200px;
    }

    .energy-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .energy-card-content {
        padding: 12px;
    }

    .energy-meta {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

    .energy-meta .category,
    .energy-meta .date {
        font-size: 12px;
        line-height: 18px;
    }

    .energy-card h4 {
        margin: 0;
        font-size: 18px;
        line-height: 26px;
    }

    .energy-card h4 a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Sidebar */

    .energy-sidebar {
        margin-top: 24px;
        width: 100%;
    }

    .topnews-swiper {
        height: auto;
    }

    .side-item {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    .side-item img {
        width: 90px;
        height: 70px;
        border-radius: 8px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .side-item h6 {
        font-size: 14px;
        line-height: 20px;
        margin: 4px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .side-item .category,
    .side-item .time {
        font-size: 11px;
    }
}

/* ===== FOOTER ACCORDION — FINAL OVERRIDE (must stay last in file) =====
   This selector/breakpoint combo is defined at least 3 times earlier in
   this file, including one block (@media max-width:1199px) that forces
   .footer-links to always stay visible — since max-width queries all
   match down to 0px, that block and this one both apply simultaneously
   on phones, and with equal specificity + !important, whichever is LAST
   in source order silently wins. Putting the real definition here,
   scoped under .site-footer for a specificity edge, guarantees it always
   wins regardless of what any earlier duplicate block does. */
@media (max-width: 991px) {
    .site-footer .footer-heading {
        cursor: pointer !important;
    }

    .site-footer .footer-links {
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease, padding-bottom 0.3s ease !important;
        padding-bottom: 0 !important;
    }

    .site-footer .footer-links.open {
        max-height: 500px !important;
        padding-bottom: 20px !important;
    }

    .footer-legal a {
        font-size: 13px;
        color: rgb(255 255 255) !important;
    }
}

/* Override legacy footer-bg.png overlay bleeding onto the new Xcruit Energy footer
   from old page-specific stylesheets (e.g. employer.min.css) that still style a
   bare <footer> tag. Scoped only to the new footer's own class - does not touch
   or affect any other footer/page. */
footer.site-footer {
    background-image: none !important;
}




/* ============================================================
   MOBILE SIDEBAR — SINGLE SOURCE OF TRUTH
   Forced with !important because .mobile-sidebar is redefined
   in 5+ places above; this guarantees it always wins regardless
   of load order, including any page-specific CSS injected later.
============================================================ */
.mobile-sidebar {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;                        /* old-browser fallback */
    height: calc(var(--vh, 1vh) * 100) !important;    /* JS-corrected fallback */
    height: 100dvh !important;                        /* real visible height on modern browsers */
    max-height: 100vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.mobile-sidebar-header {
    flex: 0 0 auto !important;
}

.mobile-nav-list {
    flex: unset;
    min-height: 0 !important;
    overflow-y: auto !important;
}

.mobile-actions {
    flex: 0 0 auto !important;
    margin-top: 0 !important;   /* never rely on margin-top:auto — it can starve this to 0 height */
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 20px 24px calc(20px + env(safe-area-inset-bottom, 0px)) !important;
}

.mobile-actions .btn-primary,
.mobile-actions .btn-green,
.mobile-actions .btn-outline,
.mobile-actions a {
    flex-shrink: 0 !important;
    width: 100% !important;
}


.btn-green.outline {
    border: 1px solid #000;
    color:#000;
}
.btn-green.outline:hover{
    border: 1px solid #001645;
    color:#001645!important;
}


.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-translate-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .translate-wrap .translate-text {
        display: none !important;
    }

    .google-translate-wrap.inline-mobile {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        z-index: 10002 !important;
        display: inline-flex !important;
        flex-direction: row-reverse !important;
        align-items: center !important;
    }

    .google-translate-wrap.inline-mobile .translate-wrap {
        border-radius: 50% !important;
        box-shadow: 0 2px 8px rgba(0,0,0,.2) !important;
        overflow: visible !important;
    }

    .google-translate-wrap.inline-mobile .translate-icon {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        background: #0054e1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
    }

    .google-translate-wrap.inline-mobile .translate-icon img {
        width: 20px !important;
        height: 20px !important;
    }

    .google-translate-wrap.inline-mobile .lang-panel {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: 0 !important;
        left: auto !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        min-width: 200px !important;
        width: 220px !important;
        z-index: 10003 !important;
    }

    @media (max-width: 567px) {
        .mobile-translate-slot { display: none; }
    }
}


.energy-intelligence-section .tab-content,
.energy-intelligence-section .tab-pane {
    height: auto !important;
    min-height: auto !important;
}


@media (max-width: 991px) {
    .topnews-swiper {
        max-height: 400px !important;
    }
}


.expert-content{
    display:flex;
    flex-direction:column;
}

.expert-text{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-height:1.7;
    transition:.3s;
    margin-bottom:8px;
}

.expert-text.expanded{
    -webkit-line-clamp:unset;
    overflow:visible;
}

.expert-read-more{
    color:var(--primary-color)!important;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    text-decoration:none;
    width:max-content;
}

.expert-read-more:hover{
    text-decoration:underline;
}