/* New Header Font */
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Michroma', sans-serif;
    font-weight: 400;
}

.navbar-side,
.overlay {
    z-index: 1000;
    width: 100%;
    top: auto;
    bottom: 0;
    height: calc(100% - 69px);
}

.navbar-side,
.overlay {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
}

.navbar-side {
    display: block;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.reveal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar-side .close-icon,
.navbar-toggler .close-icon {
    position: fixed;
    right: 16px;
    transform: rotate(-180deg);
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

.navbar-side.reveal .close-icon {
    transform: rotate(0);
}

/* Start temporary updates */

.site-btn,
.site-btn-secondary {
    border-radius: 0;
}

.site-header .header-box .header-left .logo {
    max-width: 180px;
}

.site-header .header-box .site-btn {
    color: white;
    background: transparent;
    border: 2px solid #FFFFFF50;
    margin-left: 30px;
}

.site-header .header-box .site-btn {
    color: white;
    border: 2px solid #FFFFFF50;
    margin-left: 30px;
}

@media (min-width: 1600px) {
    .textus-modal .modal-body {
        height: 64vh;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }

    .need-gen .container,
    .cta-section .container {
        max-width: 1240px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .contact-banner {
        background-position: 70% 0;
    }
}

@media (max-width: 1200px) {
    .site-header button.navbar-toggler {
        display: block;
        outline: 0;
        padding: 0;
    }

    .site-header button.navbar-toggler.btn-hide>svg {
        visibility: hidden;
    }

    .site-header button.navbar-toggler.btn-hide .close-icon {
        opacity: 1;
        transform: rotate(0);
        z-index: 1111;
    }

    .site-header .site-mobile-menu {
        background: url(images/mobile-menu-tab.jpg) #111 no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 20px 16px;
        text-align: center;
    }

    .site-header .site-mobile-menu ul:not(.sub-menu) {
        gap: 8px;
        margin-bottom: 40px;
    }

    .site-header .site-mobile-menu ul.sub-menu {
        padding-left: 25px;
        border-left: 1px solid #474747;
        margin-left: 15px;
    }

    .site-header .site-mobile-menu li a {
        padding: 14px 16px;
        display: block;
        color: #ffffff;
        text-align: left;
    }

    .site-header .site-mobile-menu li.current-menu-item a {
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.10);
        font-weight: 600;
    }

    .site-header .site-mobile-menu p,
    .site-header .site-mobile-menu p a {
        color: #ffffff;
        font-size: 16px;
        line-height: 150%;
    }

    .site-header .site-mobile-menu p {
        padding: 14px 16px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    footer .footer-top {
        padding: 32px 0;
    }

    footer .footer-top .contact-box .contact-info ul li,
    footer .footer-bottom .menu-row .contact-info ul li {
        font-size: 14px;
    }

    footer .footer-bottom {
        padding: 40px 0;
    }

    section.home-banner {
        padding: 115px 0 0;
        background-image: url(images/generent-background.jpg) !important;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .home-banner .vc_column-inner>.wpb_wrapper {
        gap: 20px;
    }

    .home-banner .vc_single_image-wrapper img {
        width: 100%;
        margin-top: 45px;
        margin-bottom: -2px;
    }

    .home-banner h1 {
        font-size: 42px;
    }

    .home-banner p {
        font-size: 14px;
    }

    .home-banner .wpb_text_column>.wpb_wrapper {
        gap: 32px;
    }

    .eqp-hire .product_category_box {
        height: 100%;
        background-size: cover;
    }

    .eqp-hire {
        padding: 50px 0;
    }

    .about-generent {
        padding: 0 0 100px;
    }

    .about-generent .text-col p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .about-generent .text-col img {
        margin-bottom: 40px;
    }

    .about-generent .text-col {
        padding-right: 15px;
        border: 0;
    }

    .about-generent .col-sm-6:not(.text-col) {
        padding-left: 15px;
    }

    .cta-section .row .text-col {
        padding: 32px 0 32px 32px;
    }

    .cta-section .row h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .cta-section .row p {
        font-size: 14px;
    }

    .cta-section .row .img-col .vc_single_image-wrapper {
        bottom: 0;
        right: 25px;
        width: 85%;
    }

    .trusted-by {
        padding: 50px 0;
    }

    .trusted-by .trusted-by-logo p {
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
    }

    .faq-sec {
        padding: 0 0 46px;
    }

    .faq-sec .faqs-box {
        max-width: 620px;
    }

    .lead-brand {
        padding: 50px 0;
    }

    section.category-banner {
        background-image: url(images/cat-banner-mob.png) !important;
        background-color: #111;
        padding: 115px 0 30px;
        background-size: 100% 100%;
    }

    .category-banner .category-top {
        padding-left: 0;
    }

    .category-banner .mobile-banner {
        margin-top: 50px;
    }

    section.category-banner.load-banks {
        padding: 115px 0 0;
    }

    .fuel-management .vc_column-inner,
    .left-right-col .vc_column-inner,
    .about-us-generent .vc_column-inner,
    .sustain .vc_column-inner {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .get-quote .close {
        position: absolute;
        right: 5px;
        top: 5px;
        background: #000000;
        z-index: 9999;
        border-radius: 50%;
        width: 30px;
    }

    section.contact-banner {
        background-image: url(images/cat-banner-mob.png) !important;
        background-color: #111;
        background-size: 100% 100%;
        padding: 115px 0 30px
    }

    .model-viewer-wrapper .symbol {
        top: 5px;
        right: 25px;
        width: 50px;
    }
}

@media (max-width: 1024px) {

    model-viewer {
        max-width: 610px;
        width: 100%;
    }

    .model-viewer-wrapper .symbol {
        top: 5px;
        right: 20px;
        width: 50px;
    }

    .product-listing .r-gap-70:not(:last-of-type) {
        margin-bottom: 100px;
    }

    .fuel-management {
        padding: 30px 0;
    }

    .fuel-management h2 {
        margin-bottom: 8px;
    }

    .left-right-col:not(#our-commitment) {
        padding: 30px 0 0;
    }

    #our-commitment.left-right-col {
        padding: 30px 0 30px;
    }

    section.contact-banner {
        background-image: url(images/cat-banner-mob.png) !important;
        background-color: #111;
        padding: 115px 0 30px;
        background-size: 100% 100%;
    }
}


@media (max-width: 768px) {
    footer .footer-bottom .menu-row {
        flex-wrap: wrap;
        gap: 28px;
    }

    footer .footer-bottom .menu-row .nav-menu.quick {
        order: 1;
        width: calc(50% - 14px);
    }

    footer .footer-bottom .menu-row .nav-menu.hire {
        order: 2;
        width: calc(50% - 14px);
    }

    footer .footer-bottom .menu-row .contact-info {
        order: 3;
        width: calc(50% - 14px);
    }

    footer .footer-bottom .menu-row .social-box {
        order: 4;
        width: calc(50% - 14px);
    }

    .about-generent {
        padding: 5px 0 42px;
    }

    .about-generent .text-col img {
        margin-bottom: 16px;
    }

    .faq-sec .faqs-box .slick-arrow.slick-prev {
        left: -40px;
    }

    .faq-sec .faqs-box .slick-arrow.slick-next {
        right: -40px;
    }

    .product-listing {
        padding: 50px 0 0;
    }

    .r-gap-70 {
        row-gap: 24px;
    }

    .product-applications {
        margin-top: 30px;
    }

    .product-listing .product-applications>h3 {
        margin-bottom: 25px;
    }

    .product-listing .r-gap-70 {
        margin-bottom: 100px;
    }

    .product-listing .product-applications .row {
        margin: 0 -35px 0 -15px;
    }

    .product-listing .product-applications .row .slick-list {
        padding-left: 0px !important;
    }

    .cta-section.category {
        padding: 40px 0 0;
    }

    .faq-sec.category {
        padding: 60px 0 85px;
    }

    .contact-banner h1 {
        font-size: 32px;
    }

    .about-banner {
        padding: 130px 0 0;
    }

    .need-gen.about-page .row {
        padding: 40px 50px !important;
    }

    .need-gen .row h2 {
        font-size: 28px;
    }

    #req-spec-sheet .btn-holder input.wpcf7-form-control.wpcf7-submit.has-spinner.sub_btn {
        min-width: initial;
        width: auto;
    }

    .left-right-col .text-col h2 {
        font-size: 24px;
    }

    .left-right-col .text-col p:last-child {
        margin-bottom: 20px;
    }

    .left-right-col .vc_general.vc_btn3,
    .emergency-repair .vc_general.vc_btn3 {
        margin-bottom: 20px;
    }

    .cta-section .row {
        background: url(images/cta-bg.jpg);
        background-repeat: no-repeat;
        border-radius: 8px;
        background-size: cover;
    }

    .product-listing .product-applications .slide-arrow {
        width: max-content;
        bottom: -65px;
        right: 15px;
        top: unset;
        left: unset;
        font-size: initial;
        padding: 0;
        line-height: normal;
        height: max-content;
    }

    .product-listing .product-applications .slide-arrow.slick-disabled {
        opacity: 0.5;
    }

    .product-listing .product-applications .slide-arrow:before {
        content: none;
    }

    .product-listing .product-applications .slide-arrow.slick-prev {
        right: 60px;
    }

    .product-listing .product-applications .slide-arrow.slick-next {}

    .product-listing .product-applications .slick-dots {
        padding: 0 15px;
        text-align: left;
        bottom: -41px;
        display: flex;
        gap: 6px;
        width: auto;
    }

    .product-listing .product-applications .slick-dots li {
        padding: 0;
        width: 15px;
        height: 15px;
        margin: 0;
    }

    .product-listing .product-applications .slick-dots li button {
        padding: 0;
        width: 15px;
        height: 15px;
        background-color: #D9D9D9;
        border-radius: 50%;
    }

    .product-listing .product-applications .slick-dots li.slick-active button {
        background-color: var(--red);
    }

    .product-listing .product-applications .slick-dots li button:before {
        content: none;
    }

    .google-review-section {
        padding: 10px 0 50px;
    }

    .lead-brand.category {
        padding: 10px 0 50px;
    }

    .five-step-process h5 {
        min-height: 20px;
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .cat-row>*:nth-child(odd) {
        padding-right: 4px;
    }

    .cat-row>*:nth-child(even) {
        padding-left: 4px;
    }

    .model-viewer-wrapper .symbol {
        right: 55px;
    }
}

@media all and (max-width:767.5px) {
    .cta-section .row .img-col .vc_single_image-wrapper {
        position: initial;
        bottom: unset;
        right: unset;
        width: 60%;
        margin: 0 auto;
    }

    .cta-section .row .img-col .vc_column-inner,
    .cta-section .row .img-col .wpb_wrapper,
    .cta-section .row .img-col .wpb_single_image {
        background-position: center top;
    }

    .cta-section .row .img-col .vc_column-inner {
        background-image: none !important;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .row>* {
        padding-right: 8px;
        padding-left: 8px;
    }

    .eqp-hire .product_category_desc .category_description p {
        color: #ffffff;
        font-size: 14px;
    }

    .footer-top .row {
        row-gap: 50px;
    }
}

@media (max-width: 575px) {
    p {
        font-size: 14px;
    }

    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: initial;
    }

    .site-header .header-box {
        padding: 16px 0;
    }

    .site-header .header-box .header-left .logo {
        max-width: 160px;
    }

    .site-header button.navbar-toggler {
        display: block;
        outline: 0;
        padding: 0;
    }

    .site-header button.navbar-toggler.btn-hide>svg {
        visibility: hidden;
    }

    .site-header button.navbar-toggler.btn-hide .close-icon {
        opacity: 1;
        transform: rotate(0);
        z-index: 111;
    }

    .site-header .site-mobile-menu {
        background: url(images/mobile-menu-bg.jpg) #111 no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 20px 16px;
        text-align: center;
    }

    .site-header .site-mobile-menu ul:not(.sub-menu) {
        gap: 8px;
        margin-bottom: 40px;
    }

    .site-header .site-mobile-menu li a {
        padding: 14px 16px;
        display: block;
        color: #ffffff;
        text-align: left;
    }

    .site-header .site-mobile-menu li.current-menu-item a {
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.10);
        font-weight: 600;
    }

    .site-header .site-mobile-menu p,
    .site-header .site-mobile-menu p a {
        color: #ffffff;
        font-size: 16px;
        line-height: 150%;
    }

    .site-header .site-mobile-menu p {
        padding: 14px 16px;
        margin-bottom: 8px;
    }

    .clean-energy-case-studies .case-study ul li {
        font-size: 14px;
    }

    footer .footer-top {
        padding: 24px 9px;
        overflow: hidden;
    }

    footer .footer-top>img {
        top: -50px;
    }

    footer .footer-top h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    footer .footer-top .left-box>p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    footer .footer-top .right-box {
        padding: 16px;
    }

    footer .footer-top .right-box h3 {
        color: var(--red);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    footer .footer-top>img:last-of-type {
        opacity: 0;
    }

    footer .footer-bottom {
        padding: 40px 9px 110px;
    }

    footer .footer-bottom .logo-row {
        align-items: center;
    }

    footer .footer-bottom .logo-row .logo {
        max-width: 117px;
    }

    footer .footer-bottom .menu-row {
        flex-wrap: wrap;
        gap: 28px;
    }

    footer .footer-bottom .menu-row .menu-box.nav-menu ul li a {
        font-size: 14px;
    }

    footer .footer-top .contact-box .contact-info ul li,
    footer .footer-bottom .menu-row .contact-info ul li {
        font-size: 14px;
    }

    footer .footer-bottom .location-row ul {
        gap: 16px;
    }

    footer .footer-bottom .location-row ul li {
        width: 100%;
        font-size: 14px;
    }

    footer .footer-bottom .copyright-row {
        flex-wrap: wrap;
        gap: 16px;
    }

    footer .footer-bottom .copyright-row p {
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

    section.home-banner {
        margin-top: -80px;
        padding: 85px 0 0;
        position: relative;
    }

    .home-banner h1 {
        font-size: 2rem;
    }

    .home-banner p {
        font-size: 14px;
    }

    .home-banner .vc_column-inner>.wpb_wrapper {
        gap: 16px;
    }

    .home-banner .wpb_text_column>.wpb_wrapper {
        gap: 24px;
    }

    .category-banner .category-top {
        padding-left: 0px;
    }

    .banner-btn-holder {
        justify-content: start;
    }

    .key-features {
        padding: 14px 0;
    }

    .key-features ul li {
        font-size: 8px;
        gap: 2.5px;
    }

    .key-features ul li img {
        max-width: 11px;
    }

    .eqp-hire {
        padding: 40px 0;
    }

    .eqp-hire h2 {
        margin-bottom: 24px;
    }

    .eqp-hire .cat-box .row {
        row-gap: 8px;
    }

    .eqp-hire .product_category_box {
        padding: 24px 0;
    }

    .eqp-hire .product_category_desc {
        padding: 0 24px 24px;
        max-width: 65%;
    }

    .eqp-hire .product_category_desc .category_title h3 a {
        font-size: 20px;
    }

    .eqp-hire .product_category_box .product_category_desc .category_title h3 a img {
        display: none;
    }

    .eqp-hire .product_category_desc .category_description p {
        margin-bottom: 0;
        font-size: 10px;
        font-weight: 400;
    }

    .eqp-hire .category_img {
        position: absolute;
        right: 0;
        top: 50%;
        max-width: 220px;
        transform: translateY(-50%);
    }

    .eqp-hire .category_img img {
        transform: translateX(60px);
    }

    section h2,
    .about-generent h2,
    .fuel-management h2 {
        font-size: 1.5rem;
        margin-bottom: 28px;
    }

    .fuel-management h2 {
        margin-bottom: 8px;
    }

    .fuel-management h3:not(:first-child) {
        margin-top: 0;
    }

    .about-generent h2:after {
        width: 45px;
    }

    .about-generent .text-col p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .about-generent .col-sm-6:not(.text-col) .vc_column-inner {
        border-radius: 9px;
        border: 1px solid #474747;
        padding: 16px;
    }

    .wpcf7-form .form-row {
        row-gap: 16px;
    }

    input.wpcf7-form-control.wpcf7-text::placeholder,
    textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
        font-size: 14px;
    }

    input.wpcf7-form-control.wpcf7-text {
        padding: 7px 0 6px 0;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner.sub_btn {
        width: 100%;
    }

    .wpcf7-spinner {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .need-gen {
        padding: 0 15px;
    }

    .need-gen .row {
        padding: 32px 17px !important;
        row-gap: 24px;
        background-color: #111111;
    }

    .need-gen .row h2 {
        font-size: 20px;
    }

    .need-gen .row ul {
        margin-bottom: 16px;
    }

    .need-gen .row ul li {
        font-size: 10px;
    }

    .need-gen .row p {
        font-size: 10px;
    }

    .need-gen .row img {
        width: 100%;
    }

    .trusted-by {
        padding: 42px 0;
    }

    .trusted-by h2 {
        margin-bottom: 32px;
        font-size: 24px;
    }

    .trusted-by .trusted-by-logo p {
        gap: 24px;
    }

    .trusted-by .trusted-by-logo p img:first-child {
        max-width: 100px;
    }

    .trusted-by .trusted-by-logo p img:nth-child(2) {
        max-width: 122px;
    }

    .trusted-by .trusted-by-logo p img:nth-child(3) {
        max-width: 116px;
    }

    .trusted-by .trusted-by-logo p img:nth-child(4) {
        max-width: 56px;
    }

    .trusted-by .trusted-by-logo p img:nth-child(5) {
        max-width: 67px;
    }

    .cta-section {
        padding: 0 15px;
    }

    .cta-section .row .text-col {
        padding: 32px;
    }

    .cta-section .row h2 {
        font-size: 20px;
    }

    .cta-section .row p {
        font-size: 10px;
        margin-bottom: 24px;
    }

    .cta-section .row .img-col .vc_single_image-wrapper {
        width: 75%;
    }

    .cta-section .row .banner-btn-holder .site-btn {
        min-width: 150px;
    }

    .faq-sec {
        padding: 60px 0 50px;
    }

    .faq-sec .wpb_text_column .wpb_wrapper>h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .faq-sec .wpb_text_column .wpb_wrapper>p {
        margin: 0 auto 24px;
    }

    .faq-sec .faqs-box {
        max-width: 95%;
        padding: 16px;
    }

    .faq-sec .faqs-box .slick-arrow.slick-prev {
        left: -33px;
    }

    .faq-sec .faqs-box .slick-arrow.slick-next {
        right: -33px;
    }

    .faq-sec .faqs-box .slick-dots {
        bottom: -31px;
    }

    .lead-brand {
        padding: 60px 0;
    }

    .lead-brand.category {
        padding: 60px 0 20px;
    }

    .lead-brand h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .category-banner h1 {
        font-size: 32px;
    }

    .product-listing .product-desc h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .product-listing .product-desc .sub-feature {
        font-size: 18px;
    }

    model-viewer {
        max-width: 100%;
        width: 100%;
    }

    .model-viewer-wrapper .symbol {
        top: 0;
        right: 15px;
        width: 45px;
    }

    .product-listing .product-desc .product-description p,
    .product-listing .product-desc .product-description ul li {
        font-size: 14px;
    }

    .product-listing .product-desc .enquire,
    .product-listing .product-desc .service-menu button {
        font-size: 14px;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-top: 30px;
    }

    .product-listing .r-gap-70:not(:last-of-type) {
        margin-bottom: 80px;
    }

    .product-listing .product-applications .row {
        margin: 0 -15px 0 -15px;
    }

    .product-listing .product-applications .row .slick-list {
        padding-left: 0px !important;
    }

    .cta-section.category {
        padding: 40px 15px 0;
    }

    .faq-sec .faqs-box .faq-item p {
        font-size: 10px;
    }

    .faq-sec .faqs-box .faq-item h4 {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .service-banner h1 {
        font-size: 28px;
    }

    .cta-section.service-page {
        padding: 0 15px 15px;
    }

    model-viewer {
        height: 345px
    }

    #req-spec-sheet .btn-holder {
        flex-wrap: wrap;
    }

    #req-spec-sheet .btn-holder>* {
        width: 100% !important;
        justify-content: center;
    }

    .about-banner h1 {
        font-size: 28px;
    }

    .about-us-generent h2,
    .sustain h2,
    .work-with-us h2 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .about-us-generent {
        padding: 30px 0;
    }

    .sustain {
        padding: 30px 0;
    }

    .need-gen.about-page .row {
        padding: 30px !important;
    }

    .text-us button {
        left: 20px;
        bottom: 15px;
    }

    .text-us .btn-holder {
        width: 163px;
        height: auto;
    }

    .textus-modal {
        min-width: initial;
        max-width: 95%;
        bottom: 10px;
        left: 10px;
    }

    .textus-modal .popup-dialog {
        height: 90vh;
        max-height: 730px;
    }

    .textus-modal .modal-head span {
        font-size: 16px;
    }

    .textus-modal .modal-body {
        height: 90vh;
    }

    .category-banner .mobile-banner {
        padding: 0 35px;
    }

    .left-right-col .text-col h2 {
        margin-bottom: 8px;
    }

    .product-listing .product-applications .row {
        margin: 0 0 0 -15px;
    }
}

@media (max-width: 480px) {
    .banner-btn-holder {
        flex-wrap: wrap;
    }

    .cta-section .row .banner-btn-holder .site-btn,
    .banner-btn-holder .site-btn {
        width: 100%;
        justify-content: center;
        padding: 8px;
    }

    .product-listing .product-desc .desc-btn-holder {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .product-listing .product-desc .enquire,
    .product-listing .product-desc .service-menu button {
        padding: 8px;
        width: 100%;
        justify-content: center;
    }

    .textus-modal .popup-dialog {
        height: 85vh;
    }

    .textus-modal .modal-body {
        height: 85vh;
    }
}

@media (max-width: 380px) {

    .home-banner h1,
    .service-banner h1 {
        font-size: 26px;
    }

    .eqp-hire .category_img {
        right: -30px;
    }

    section.category-banner {
        background-size: cover;
    }

    .category-banner h1 {
        font-size: 26px;
    }

    .cta-section .row .text-col {
        padding: 24px;
    }

    .cta-section .row h2 {
        font-size: 18px;
    }

    .cta-section .row .img-col .vc_column-inner,
    .cta-section .row .img-col .wpb_wrapper,
    .cta-section .row .img-col .wpb_single_image {
        min-height: initial;
    }

    .product-listing .product-applications>h3 {
        font-size: 16px;
    }

    .product-listing .product-applications .application-item .app-desc h4 {
        font-size: 16px;
    }

    .product-listing .product-applications .application-item .app-desc p:not(.count) {
        font-size: 14px;
    }

    .product-listing .r-gap-70:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .product-listing .product-desc .sub-feature {
        font-size: 16px;
    }

    section.contact-banner {
        background-size: cover;
    }

    .left-right-col .text-col h2 {
        font-size: 20px;
    }

    .left-right-col .text-col p {
        font-size: 14px;
    }

    .fuel-management .vc_general.vc_btn3,
    .left-right-col .vc_general.vc_btn3,
    .emergency-repair .vc_general.vc_btn3 {
        padding: 8px;
        font-size: 13px;
    }

    .about-banner h1 {
        font-size: 26px;
    }

    .need-gen .row h2 {
        font-size: 16px;
    }

    /*.textus-modal .modal-body {*/
    /*    height: 83vh;*/
    /*}*/
}

/* New Hero Section */
section.hero-section {
    background-image: url('/wp-content/themes/generent-update/css/images/generent-background.jpg');
    margin-top: -120px;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
}

section.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(to bottom, transparent, #160c02);
    pointer-events: none;
}

.hero-section h1 {
    font-size: 90px;
    font-weight: 400;
    line-height: 90px;
    margin: 0 0 20px;
}

.hero-section p {
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 48px;
        line-height: 54px;
        margin: 0 0 10px;
    }

    .hero-section p {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 30px;
    }
}

/* Our Values Section Styles */
.our-values-section .values-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 1;
}

.our-values-section {
    position: relative;
    z-index: -1;
}

.main-sections {
    position: relative;
    overflow: hidden;
}

.main-sections::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -30%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle at left, rgba(224, 0, 0, 0.5) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.main-sections::after {
    content: '';
    position: absolute;
    top: -20%;
    right: -30%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle at right, rgba(224, 0, 0, 0.5) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.main-sections .moving-circle1 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(224, 0, 0, 0.3) 0%, transparent 70%);
    animation: moveCircle1 10s infinite linear;
    pointer-events: none;
    z-index: 0;
}

.main-sections .moving-circle2 {
    position: absolute;
    top: 50%;
    right: 20%;
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(224, 0, 0, 0.3) 0%, transparent 70%);
    animation: moveCircle2 20s infinite linear;
    pointer-events: none;
    z-index: 0;
}

@keyframes moveCircle1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(300px, -150px);
    }

    50% {
        transform: translate(-200px, 300px);
    }

    75% {
        transform: translate(150px, 75px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveCircle2 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-300px, 225px);
    }

    40% {
        transform: translate(225px, -300px);
    }

    60% {
        transform: translate(-150px, 150px);
    }

    80% {
        transform: translate(300px, -75px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.our-values-section .values-container {
    position: relative;
    z-index: 1;
}

/* Products Section */
.products-section .horizontal-line.narrow {
    border-top: 1px solid white;
    width: 12%;
    margin: 20px auto 0;
}

.products-section .horizontal-line.wider {
    border-top: 1px solid white;
    width: 60%;
    margin: 20px auto;
}

.products-section .products-grid {
    display: grid;
    max-width: 880px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 0;
    margin: 50px auto;
}

.products-section .grid-cell {
    border: 1px solid #E000007A;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    position: relative;
    transition: background-color 0.3s ease;
}

.products-section .number {
    font-size: 64px;
    font-family: 'Michroma', sans-serif;
    color: white;
    font-weight: 300;
    z-index: 1;
}

.products-section .hover-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E00000;
    color: white;
    flex-direction: column;
    align-items: top;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.products-section .grid-cell:hover .hover-content {
    display: flex;
}

.products-section .grid-cell:hover .number {
    display: none;
}

.products-section .hover-content h5 {
    margin: -60px 0 20px 0;
    font-size: 1.0rem;
    color: #ffffff;
}

.products-section .hover-content h4 {
    margin: 0 0 10px 0;
    font-size: 1.0rem;
    color: #ffffff;
}

.products-section .hover-content a {
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 10px;
    right: 10px;
    line-height: 30px;
    background: #000000;
    transition: color 0.3s ease;
}

.products-section .hover-content a:hover {
    color: #ffffff;
}

.products-section .hover-content a span {
    font-size: 1.2rem;
}

/* Responsive for products grid */
@media (max-width: 768px) {
    .products-section .container {
        position: relative;
        z-index: 1;
    }
    .products-section .products-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .products-section .grid-cell.no-content {
        display: none;
    }

    /* Always show content */
    .products-section .hover-content {
        display: flex !important;
        width: 100%;
        position: relative; /* remove absolute overlay behaviour */
        background-color: transparent; /* remove red bg */
        padding: 20px 10px;
    }

    /* Hide large background number */
    .products-section .number {
        display: none;
    }

    /* Disable hover effects */
    .products-section .grid-cell:hover .hover-content {
        display: flex;
    }

    .products-section .grid-cell:hover .number {
        display: none;
    }

    .products-section .hover-content h5 {
        margin: -10px 0 20px 0
    }

    .products-section .grid-cell {
        min-height: auto;
        padding: 20px 10px;
    }

    /* Button positioning fix */
    .products-section .hover-content a {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .products-section .products-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .products-section .number {
        font-size: 18px;
    }
}

.circles {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

.circle {
    position: absolute;
    border-radius: 50%;
}

.circle.outer {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #160c02, rgba(255, 0, 0, 0.40));
}

.circle.middle {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    background: linear-gradient(200deg, #160c02, rgba(255, 0, 0, 0.30));
}

.circle.center {
    width: 40%;
    height: 40%;
    top: 30%;
    left: 30%;
    background: linear-gradient(to left, #160c02, rgba(255, 0, 0, 0.30));
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle.center img {
    width: 80px;
    max-width: 40%;
}

.value-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon {
    position: absolute;
    text-align: center;
    color: white;
    width: 60px;
    height: 60px;
    background: #E00000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 37.5px;
    height: 37.5px;
    display: block;
}

.icon p {
    font-size: 12px;
    margin: 0 0;
    width: 300%;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.icon.top-right {
    top: 20%;
    right: 29%;
}

.icon.left {
    top: 36%;
    left: 12%;
}

.icon.right {
    top: 63%;
    right: 16%;
}

.icon.bottom {
    bottom: 19%;
    left: 30%;
}

/* Full Width Image Section */
.full-width-image-section {
    width: 100%;
    height: 1000px;
    max-height: 100vh;
    background-image: url('images/fullscreen-homepage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .circles {
        width: 300px;
        height: 300px;
    }

    .icon {
        width: 40px;
        height: 40px;
    }

    .icon img {
        width: 30px;
        height: 30px;
    }

    .icon p {
        font-size: 12px;
        top: 50px;
        max-width: 250px;
    }

    .icon.top-right {
        top: 16%;
        right: 28%;
    }

    .icon.left {
        top: 34%;
        left: 19%;
    }

    .icon.right {
        top: 63%;
        right: 21%;
    }

    .icon.bottom {
        bottom: 15%;
        left: 28%;
    }
    .full-width-image-section {
        height: 700px;
    }
}

@media (max-width: 480px) {
    .circles {
        width: 250px;
        height: 250px;
    }

    .icon {
        width: 35px;
        height: 35px;
    }

    .icon img {
        width: 25px;
        height: 25px;
    }

    .icon p {
        font-size: 10px;
        top: 45px;
        max-width: 200px;
    }
    .full-width-image-section {
        height: 550px;
    }
}

/* Button Hover Styles */
.site-btn:hover {
    color: #FFFFFF !important;
    background-color: #E00000 !important;
}

.site-btn-secondary:hover {
    color: white !important;
    background-color: #E00000 !important;
}

/* Projects Section */
.project-number {
    font-size: 4.8rem;
    font-family: 'Michroma', sans-serif;
    color: white;
    font-weight: 300;
    font-weight: 400;
}

.image-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
}

.image-slider img {
    min-width: 300px;
    height: auto;
}

.stat {
    text-align: left;
    font-size: 1.2rem;
    margin: 0;
    border-left: 1px solid white;
    padding: 0 0 0 40px;
}

/* How We Work Section */
.how-we-work-icon {
    max-width: 80px;
    height: auto;
}

.how-we-work-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.how-we-work-steps .row {
    border-top: 1px dotted #E00000;
    border-image: repeating-linear-gradient(to right, #E00000 0px, #E00000 15px, transparent 15px, transparent 30px) 1;
    padding-top: 80px;
    margin-bottom: 80px !important;
}

.how-we-work-steps .row:last-child {
    border-bottom: none;
}

.work-step {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding: 0;
}

.work-step.last-step {
    border-bottom: none;
}

.step-content {
    flex: 1;
}

.step-number {
    display: inline-block;
    background-color: #E00000;
    color: white;
    padding: 8px 14px;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 1.3rem;
    vertical-align: middle;
}

.step-content h4 {
    display: inline;
    margin: 0;
    font-size: 1.3rem;
    vertical-align: middle;
}

.step-content p {
    margin: 15px 0 30px 0;
    font-size: 1rem;
    line-height: 1.6;
}

.step-image-wrapper {
    flex: 0 0 300px;
    height: 130px;
    overflow: hidden;
    transition: height 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.how-we-work-steps .row:first-child .step-image-wrapper {
    height: 600px;
}

.step-image-wrapper:hover {
    height: 600px;
}

.how-we-work-steps .row:hover .step-image-wrapper {
    height: 600px;
}

/* Collapse first child when any other row is hovered */
.how-we-work-steps:has(.row:nth-child(n+2):hover) .row:first-child .step-image-wrapper {
    height: 130px;
}

.step-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

@media (max-width: 768px) {
    .stat {
        margin: 20px 0 0 0;
    }

    .how-we-work-icon {
        margin: 0 0 20px 0;
    }

    .work-step {
        flex-direction: column;
        gap: 20px;
    }

    .step-image-wrapper {
        flex: 0 0 auto;
        width: 100%;
        height: 100px;
    }

    .step-image-wrapper:hover {
        height: 300px;
    }

    .how-we-work-steps .row:hover .step-image-wrapper {
        height: 300px;
    }
}

/* Trusted By Section */
.trusted-by-section {
    padding: 80px 0;
}

.trusted-heading {
    font-family: 'Michroma', sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.logo-marquee{
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}

/* Moving strip */
.logo-track{
  margin-top: 40px;
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 22s linear infinite;
}

/* Each duplicated set */
.logo-set{
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
}

/* Logo */
.logo-item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  opacity: 0.9;
  filter: grayscale(100%);
  transition: opacity 200ms ease, filter 200ms ease, transform 200ms ease;
}

.logo-item img{
  height: 44px;
  width: auto;
  display: block;
}

.logo-item:hover{
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.03);
}

/* Key change: move by ONE FULL SET width */
@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .logo-track{ animation: none; }
}


/* Vertical Connector Line */
.connector-line {
    width: 2px;
    height: 200px;
    background-color: white;
    margin: 0 auto;
    display: block;
}

/* New CTA Section */
.new-cta-section h3 {
    font-family: var(--plus), sans-serif;
    margin: 0 0 30px;
}

.new-cta-section .col-md-6 {
    border: 2px solid white;
    padding: 40px 40px;
    margin: 20px auto;
}

@media all and (max-width: 767px) {
    .new-cta-section .col-md-6 {
        padding: 30px 20px;
        margin: 20px 20px;
    }
}

.new-cta-section .site-btn {
    background-color: #E00000;
}

/* Wrapper that holds the background image */
.home-end-bg {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image: url("images/generent-background-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-end-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(to bottom, #160c02 0%, rgba(22, 12, 2, 0.6) 40%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

/* New Footer Styles */

.footer-bottom .logo {
    max-width: 280px;
}

/* Footer background: gradient + image overlay */
.footer-gradient-overlay {
    position: relative;
    overflow: hidden;
    /* keeps overlay contained */
    isolation: isolate;
    /* makes z-index layering sane */
}

/* Gradient layer */
.footer-gradient-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #E00000 -30%, #000000 130%);
    z-index: -2;
}

/* Image overlay layer */
.footer-gradient-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/themes/generent-update/css/images/footer-overlay.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

/* Ensure footer content sits above both layers */
.footer-gradient-overlay>* {
    position: relative;
    z-index: 2;
}

footer .footer-bottom h5 {
    display: none;
}