/*
Theme Name: Neksun NGO
Description: Minimal WordPress theme for Neksun NGO with header and footer only. Build content with Elementor.
Version: 1.0.0
Author: Neksun Team
Text Domain: neksun-ngo
*/

:root {
    --primary: #005025;
    --bs-primary-rgb: 0, 80, 37;
    --accent-green: #72B328;
    --white: #ffffff;
    --text-dark: #333333;
    --text-black: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: var(--text-black);
    padding-top: 130px;
}

/* Header */
.site-header {
    background: var(--white);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15) !important;
    background: rgba(255, 255, 255, 0.98) !important;
}

.container-full {
    max-width: calc(100% - 50px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.site-logo img {
    height: 50px;
}

.header-content .main-navigation .menu {
    margin: 0;
    padding: 0;
    gap: 100px;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.header-content .main-navigation .menu li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: var(--text-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-content .main-navigation .menu li a:hover,
.header-content .main-navigation .menu li a.active {
    color: var(--primary);
}

.mobile-menu li a:hover,
.mobile-menu li a.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.btn-primary {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--white);
}

.btn-primary .text {
    padding: 16px 32px;
    background-color: var(--primary);
    border-radius: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 16px 0px #70B02C26;
}

.btn-primary .icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px #70B02C26;
}

.btn-secondary {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--white);
}

.btn-secondary .text {
    padding: 16px 32px;
    background-color: var(--accent-green);
    border-radius: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 16px 0px #70B02C26;
}

.btn-secondary .icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-green);
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px #70B02C26;
}

/* Main Content */
.banner-section {
    background-color: var(--primary);
    border-radius: 30px;
    min-height: 765px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-section .banner-hand-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.banner-section .banner-content-wrappar .banner-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #72B328;
    margin-bottom: 10px;
    display: block;
}

.banner-section .banner-content-wrappar h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: #fff;
    margin: 0 0 20px;
}

.banner-section .banner-content-wrappar p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.nexsun-what-we-do-section {
    padding: 120px 0;
}

.nexsun-what-we-do-section .icon-box-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.nexsun-what-we-do-section .icon-box-wrap .icon-box {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: #005025;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.nexsun-what-we-do-section .icon-box-wrap h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin: 0;
}

.subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #72B328;
    margin-bottom: 10px;
    display: block;
}

.nexsun-what-we-do-section .content-wrap {
    padding-right: 0;
}

.nexsun-what-we-do-section .content-wrap h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #000;
    margin: 0 0 20px;
}

.nexsun-what-we-do-section .content-wrap P {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
}

.nexsun-what-we-do-section .img-wrap {
    display: flex;
    justify-content: flex-end;
}

.nexsun-what-we-do-section .img-wrap img {
    max-width: 520px;
    width: 100%;
}

.our-vision-mission-section {
    padding: 120px 0;
}

.our-vision-mission-section .our-mission-content-wrap {
    padding-right: 70px;
}

.our-vision-mission-section .our-vision-content-wrap {
    padding-left: 70px;
}

.our-vision-mission-section .content-wrap .row {
    row-gap: 50px;
}

.our-vision-mission-section .content-wrap h2 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 600;
    color: #005025;
    margin: 0 0 20px;
}

.our-vision-mission-section .content-wrap p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.our-vision-mission-section .content-wrap img {
    border-radius: 20px;
}

.our-work-process-section {
    padding: 80px 0;
    background: linear-gradient(90deg, #ECF4E4 0%, #D7F5E5 100%);
}

.our-work-process-section h2 {
    margin: 0;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #000;
}

.our-work-process-section p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.our-work-process-box-wrap {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}

.our-work-process-box-wrap .icon-wrap .icon {
    width: 120px;
    height: 120px;
    background: #72B328;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1;
}

.our-work-process-box-wrap .icon-wrap .icon img {
    width: 60px;
    height: 60px;
}

.our-work-process-box-wrap .content-wrap h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
}

.our-work-process-box-wrap .content-wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.our-work-process-box-wrap .wave-line {
    left: 130px;
    position: absolute;
}

.our-work-process-box-wrap .wave-line-first {
    top: -50px;
}

.our-work-process-box-wrap .wave-line-second {
    top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.why-neksun-section {
    padding: 120px 0 0;
}

.why-neksun-section h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
}

.why-neksun-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.gate-in-touch-section {
    padding-top: 120px;
}

.gate-in-touch-section .contact-form-wrappar {
    border: 1px solid #EEEEEE;
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
}

.gate-in-touch-section .contact-form-wrappar h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #000;
    margin: 0 0 40px;
}

.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .form-group label {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin: 0 0 10px;
}

.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .form-group input,
.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .form-group textarea {
    border: 1px solid #D9D9D9;
    padding: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    border-radius: 10px;
    width: 100%;
}

.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .form-group input::placeholder,
.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .form-group textarea::placeholder {
    color: rgb(0 0 0 / 50%);
}

.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form p {
    margin: 0;
}

.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form br {
    display: none;
}

.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .form-group {
    margin-bottom: 40px;
}

.gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .btn-primary {
    border: 0;
    background: transparent;
    margin: 0 auto;
}

/* Footer */
.site-footer {
    background: var(--primary);
    color: var(--white);
    padding-top: 200px !important;
    padding-bottom: 100px !important;
    border-radius: 30px;
    margin-top: -150px !important;
    margin-bottom: 50px !important;
}

.site-footer .footer-logo {
    margin: 0 0 30px;
}

.site-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.site-footer .social-links {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.site-footer .social-links li {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.site-footer .social-links li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-top: 30px;
}

.donation-policy-section {
    background: linear-gradient(90deg, #ECF4E4 0%, #D7F5E5 100%);
    padding: 80px 0;
}

.donation-policy-section h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #005025;
}

.donation-policy-section p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

/* ===== DESKTOP GALLERY WRAP ===== */
.donation-policy-section .donation-gallery-desktop {
    display: grid;
    grid-template-columns: 2fr 0.6fr;
    gap: 20px;
}

/* LEFT SIDE */
.donation-policy-section .gallery-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.donation-policy-section .gallery-row {
    display: grid;
    gap: 20px;
}

.donation-policy-section .row-1 {
    grid-template-columns: 1fr 1.7fr;
    /* small | large */
}

.donation-policy-section .row-2 {
    grid-template-columns: 1.7fr 1fr;
    /* large | small */
}

/* ITEMS */
.donation-policy-section .gallery-item,
.donation-policy-section .gallery-right {
    overflow: hidden;
    border-radius: 10px;
}

.donation-policy-section .gallery-item {
    height: 350px;
}

.donation-policy-section .gallery-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* IMAGES */
.donation-policy-section .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1599px) {
    .our-vision-mission-section .our-mission-content-wrap {
        padding-right: 50px;
    }

    .our-vision-mission-section .our-vision-content-wrap {
        padding-left: 50px;
    }
}

@media (max-width: 1399px) {
    .our-work-process-box-wrap .wave-line svg {
        width: 400px;
    }
}

@media (max-width: 1199px) {
    .our-work-process-box-wrap .wave-line svg {
        width: 330px;
    }

    .donation-policy-section .donation-gallery-desktop {
        grid-template-columns: 2fr 1fr;
    }

    .donation-policy-section .gallery-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .container-full {
        max-width: calc(100% - 20px) !important;
    }

    .banner-section {
        overflow: hidden;
        flex-direction: column;
        min-height: 100%;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .banner-section .banner-hand-img {
        position: static;
        margin: 0 0 40px;
        margin-left: auto;
    }

    .nexsun-what-we-do-section .content-wrap {
        padding-right: 0;
    }

    .our-vision-mission-section {
        padding: 80px 0;
    }

    .our-vision-mission-section .our-mission-content-wrap {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .our-vision-mission-section .our-vision-content-wrap {
        padding-left: 0;
    }

    .our-work-process-box-wrap .wave-line {
        display: none;
    }

    .our-work-process-section .row div:last-child .our-work-process-box-wrap {
        padding-bottom: 0;
    }

    .our-work-process-section .row div:last-child .our-work-process-box-wrap::before {
        display: none;
    }

    .our-work-process-box-wrap {
        max-width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 30px;
        padding-bottom: 60px;
    }

    .our-work-process-box-wrap::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        border: 1px dashed #005025;
        top: 45px;
        left: 45px;
    }

    .our-work-process-box-wrap .icon-wrap .icon {
        margin: 0;
        width: 90px;
        height: 90px;
    }

    .our-work-process-box-wrap .icon-wrap .icon img {
        width: 45px;
        height: 45px;
    }

    .our-work-process-box-wrap .content-wrap h3 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .our-work-process-box-wrap .content-wrap p {
        font-size: 15px;
        line-height: 24px;
        text-align: left;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .our-work-process-section h2 {
        margin-bottom: 20px;
    }

    .why-neksun-section {
        padding: 80px 0 0;
    }

    .site-footer {
        padding-top: 150px !important;
        padding-bottom: 32px !important;
        max-width: 100% !important;
        border-radius: 0;
        margin-bottom: 0 !important;
        margin-top: -100px !important;
    }

    .site-footer .footer-logo {
        margin: 0 0 20px;
        height: 80px;
    }

    .site-footer p {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 30px;
    }

    .site-footer .social-links li {
        margin-bottom: 20px;
    }

    .site-footer .footer-bottom p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .donation-policy-section .donation-gallery-desktop {
        display: none;
    }

    .gate-in-touch-section {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-hand-img {
        height: 300px;
    }

    .banner-section .banner-content-wrappar .banner-subtitle {
        font-size: 15px;
    }

    .banner-section .banner-content-wrappar h1 {
        font-size: 36px;
        margin: 0 0 15px;
    }

    .banner-section .banner-content-wrappar p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .btn-secondary .icon {
        display: none;
    }

    .nexsun-what-we-do-section {
        padding: 60px 0;
    }

    .subtitle {
        font-size: 15px;
    }

    .nexsun-what-we-do-section .content-wrap h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .nexsun-what-we-do-section .content-wrap P {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .nexsun-what-we-do-section .icon-box-wrap {
        margin-top: 30px;
    }

    .nexsun-what-we-do-section .icon-box-wrap h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .nexsun-what-we-do-section .icon-box-wrap .icon-box {
        width: 40px;
        height: 40px;
    }

    .nexsun-what-we-do-section .icon-box-wrap .icon-box img {
        width: 20px;
        height: 20px;
    }

    .our-vision-mission-section {
        padding: 60px 0;
    }

    .our-vision-mission-section .content-wrap .row {
        row-gap: 30px;
    }

    .our-vision-mission-section .content-wrap h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .our-vision-mission-section .content-wrap p {
        font-size: 15px;
        line-height: 24px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .our-work-process-section {
        padding: 60px 0;
    }

    .our-work-process-section h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .our-work-process-section p {
        font-size: 15px;
        line-height: 24px;
    }

    .why-neksun-section {
        padding: 60px 0 0;
    }

    .why-neksun-section img {
        margin-bottom: 30px;
    }

    .why-neksun-section h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .why-neksun-section p {
        font-size: 15px;
        line-height: 24px;
    }

    .gate-in-touch-section .contact-form-wrappar {
        padding: 30px 20px;
    }

    .gate-in-touch-section .contact-form-wrappar h2 {
        margin-bottom: 30px;
    }

    .gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .form-group {
        margin-bottom: 20px;
    }

    .gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .btn-primary {
        width: 100%;
    }

    .gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .btn-primary .icon {
        display: none;
    }

    .gate-in-touch-section .contact-form-wrappar .contact-form-inner .get-in-touch-form .btn-primary .text {
        width: 100%;
    }

    .donation-policy-section {
        padding: 60px 0;
    }

    .donation-policy-section h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .donation-policy-section p {
        font-size: 15px;
        line-height: 24px;
    }

    .donation-policy-section .container:last-child {
        padding-right: 0 !important;
    }

    .donation-policy-section .container:last-child .row {
        margin-right: 0 !important;
    }

    .donation-policy-section .container:last-child .row .col-12 {
        padding-right: 0;
    }

    .donation-policy-section .image-slider .slide {
        width: 320px;
        margin-right: 20px;
    }

    .donation-policy-section .image-slider .slide img {
        width: 100%;
        height: 440px;
        object-fit: cover;
        object-position: top;
    }

    .gate-in-touch-section {
        padding-top: 60px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .header-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}

/* Mobile Header Actions */
.mobile-header-actions {
    display: flex;
    align-items: center;
}

/* Mobile Menu Button */
.navbar-toggler {
    border: none;
    padding: 4px 8px;
    background: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}

/* Mobile Offcanvas Menu */
.mobile-offcanvas {
    background: var(--primary);
    width: 300px;
}

.mobile-offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
}

.mobile-offcanvas-title {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.mobile-offcanvas-body {
    padding: 30px 25px;
}

.mobile-donate {
    margin-top: 30px;
}

.mobile-donate-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    width: 100%;
}

.mobile-donate-btn .text {
    padding: 16px 32px;
    background-color: var(--accent-green);
    border-radius: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 8px 16px 0px #70B02C26;
}

/* Mobile Menu Styles */
.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.mobile-menu li a:hover,
.mobile-menu li a.active {
    color: var(--accent-green);
    padding-left: 10px;
}

/* Hamburger Button */
.navbar-toggler {
    border: none;
    padding: 8px;
    background: transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background: rgba(0, 80, 37, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23005025' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
}

/* Mobile Header Actions */
.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 400px) {
    .mobile-header-actions {
        gap: 5px;
    }   
    .mobile-header-actions .btn-primary .text {
        padding: 16px 20px;
    }
}

/* Donate Modal Styles */
.donation-amount:hover {
    background-color: #005025 !important;
    color: white !important;
}

.donation-amount.active {
    background-color: #005025 !important;
    color: white !important;
}

#proceedPayment:not(:disabled) {
    opacity: 1 !important;
}

#proceedPayment:not(:disabled):hover {
    background-color: #72B328 !important;
}

.container,
.section-inner,
.e-con>.e-con-inner {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1140px !important;
    }
}

@media (min-width: 1280px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1200px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1300px !important;
    }
}

@media (min-width: 1600px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1460px !important;
    }
}