/*
Theme Name: Noreast Aviation
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme built from scratch
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: Noreast Aviation
*/

body,
html {
    overflow-x: hidden;
    background-color: #141414 !important;
}

:root {
    --primary-color: #4599D3;
    --heading-color: #FFFFFF;
    --pera-color: #FFFFFF;
    --white-color: #ffffff;
    --black-color: #000000;
    --heading-font: "Playfair Display", serif;
    --pera-font: "Poppins", sans-serif;
}

.section-padding {
    padding: 100px 10px;
}

.color-black {
    color: var(--black-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

p,
span,
a {
    font-family: var(--pera-font);
    color: var(--pera-color);
}

li {
    font-family: var(--pera-font);
}

.container {
    max-width: 1680px !important;
    width: 100%;
}

h1 {
    font-size: 64px !important;
}

h2 {
    font-size: 48px !important;
    color: var(--heading-color) !important;
}

h3 {
    font-size: 40px !important;
    color: var(--heading-color) !important;
}

h4 {
    font-size: 34px !important;
}

h5 {
    font-size: 30px !important;
}

h6 {
    font-size: 22px !important;
}

p {
    font-size: 16px !important;
}

header.header-section {
    padding: 20px 10px;
    position: absolute;
    top: 0;
    z-index: 9;
    background: #000000a6;
    max-width: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
}


.header-logo-col {
    max-width: 160px;
    width: 100%;
}

/* Hide submenus by default */

.navbar-nav.header-menu .menu-item a {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.navbar-nav.header-menu .current-menu-item a,
.navbar-nav.header-menu .menu-item a:hover {
    color: var(--primary-color);
    outline: 1px solid;
    outline-offset: 7px;
}

.mobile-menu .sub-menu {
    display: none;
    padding-left: 0;
    margin-top: 10px;
    background: #44444473;
    /* white background */
}

.mobile-menu-offcanvas .mobile-menu li {
    list-style: none;
    margin-bottom: 10px;
}

.header-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0px 0px 0px;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.header-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.header-menu .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.header-menu .menu-item-has-children>a::after {
    content: "\25BC";
    /* ▼ down arrow */
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.header-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}

.header-menu .sub-menu li a:hover {
    background: #2d87b9;
    color: #fff;
}

.header-menu li {
    list-style: none;
    position: relative;
}

.header-menu .sub-menu li a:hover:before {
    display: none;
}

img.header-logo {
    width: 100%;
    max-width: 100%;
}

.header-cta-canvas-col {
    display: flex;
}

div#mobmenu-custom {
    display: none;
}

.header-menu {
    position: relative;
    padding: 11px 0;
}


.navbar-nav.header-menu {
    gap: 40px;
    flex: 1;
    justify-content: end;
}



.mobile-menu-offcanvas .mobile-menu .current-menu-item a {
    color: var(--primary-color);
}

.mobile-menu-offcanvas {
    display: none;
}

/* Header Css End */

/* Home Page Css Start */

.glob-btn {
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    padding: 15px 30px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.glob-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.glob-btn-fill {
    background-color: var(--primary-color);
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.hero {
    position: relative;
    min-height: calc(100vh - 64px);
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
}

/* Fullscreen Background Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Gradient Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0), rgb(0,0,0));
    z-index: 2;
}

/* Text on Top */
.hero-inner {
    position: relative;
    z-index: 3;
}


.hero .headline {
    font-family: var(--heading-font);
    color: var(--heading-color);
    letter-spacing: .3px;
}

.hero .sub {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 1.25rem;
}

.hero .badges {
    gap: .75rem;
}

.hero .badge-pill {
    color: var(--white-color);
    font-weight: 400;
    font-size: 25px;
}

span.badge-pill-line {
    height: 38px;
    width: 1px;
    background: #fff;
}

.about {
    background: var(--black-color);
}

.about h2 {
    font-family: var(--heading-font);
    color: var(--heading-color);
}

.about p {
    color: rgba(255, 255, 255, .9);
    max-width: 1105px;
    margin-inline: auto;
    width: 100%;
}

.plane-img img {
    max-width: 1000px;
    width: 100%;
}

.nea-logo-slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.nea-logo-slider .slick-track {
    display: flex;
    align-items: center;
}

.nea-logo-slider .logo {
    max-width: 200px;
    transition: all 0.3s ease;
}

.nea-logo-slider .logo:hover {
    transform: scale(1.05);
}

.nea-home-away-text-col p {
    max-width: 530px;
    width: 100%;
}

.service-ready-section {
    color: var(--pera-color);
    font-family: var(--pera-font);
}

.service-ready-section .section-title {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.service-ready-section .rule {
    border-color: rgba(255, 255, 255, 0.15);
}

.service-ready-section .stat-value {
    color: var(--heading-color);
    font-weight: 700;
    line-height: 1.1;
    font-size: 36px;
}

.service-ready-section .stat-label {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 1;
}


.service-ready-section .diagram-frame {
    max-width: 550px;
    margin: 0 auto !important;
}

.size-row {
    margin: 40px 0 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 40px 0px;
}

.link-aviation {
    border: 1px solid #fff;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.link-aviation:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.link-aviation a {
    color: #fff;
    position: relative;
    display: flex;
    text-decoration: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

/* Home Page Css End */

/* About Page Css Start */

.inner-page-banner {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.inner-page-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 28%) 10%, rgb(0 0 0) 100%);
    z-index: 0;
}

/* Content wrapper sits above overlay */
.banner-inner {
    position: relative;
    z-index: 2;
    padding: 3rem 1rem
}

.banner-text .label {
    font-family: Roboto, sans-serif;
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.banner-text .label .label-line {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 10px;
}

/* Main title styled with Bebas Neue to match the reference */
.banner-title {
    font-family: var(--heading-font);
    line-height: 0.95;
    margin: 0 0 12px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
}

/* Subheading / small description */
.banner-sub {
    font-family: var(--pera-font);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scroll-indicator img {
    height: 34px;
    animation: scroll-bounce 2.6s ease-in-out infinite;
}

/* Smooth up-down keyframes */
@keyframes scroll-bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

/* Section */
.image-left-right-section {
    background-color: var(--black-color);
}

.image-left-right-section .content-col {
    padding: 20px 100px;
}

.image-left-right-section .img-col img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-col {
    height: 100%;
}

.image-left-right-section .title {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.image-left-right-section .lead-text {
    color: #D1D5DC;
}

.image-left-right-section .history-link {
    color: var(--primary-color);
    text-decoration: none;
}

.image-left-right-section .history-link:hover {
    color: #6fb3e0;
    text-decoration: underline;
}

.cta-banner {
    padding: 100px 10px;
    background: url('/noreast/wp-content/uploads/2025/11/bttom-banner-bg-scaled.webp');
    background-position: center;
    background-size: cover;
    position: relative;
}

.cta-banner:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #141414 86.36%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cta-banner-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-banner-content p {
    max-width: 900px;
    margin: 0 auto 30px;
}

.cta-banner-content img {
    max-width: 400px;
    margin-bottom: 30px;
}

/* About Page End */

/* Line Service Page Start */

ul.icon-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.icon-list li {
    color: #fff;
}

ul.icon-list li i {
    color: var(--primary-color);
}

/* Line Service Page End */

/* Maintenance Page Start */

.airframe-section .container {
    max-width: 1350px !important;
}

.airframe-section .airframe-col {
    border: 1px solid #fff;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.airframe-section .airframe-col:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.airframe-section .airframe-col:hover:before {
    width: 100%;
    left: 0;
}

.airframe-section .airframe-col img {
    max-width: 70px;
}

.airframe-section .airframe-col h4 {
    color: #fff;
    margin: 15px 0;
    font-size: 25px !important;
}


/* Maintenance Page End */

/* Contact Page Start */

.contact-info-col {
    background: #000;
    border: 1px solid #ffffff;
    padding: 50px 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-col:hover {
    border-color: var(--primary-color);
}

.contact-info-col:hover .fa-solid {
    background: var(--primary-color);
    color: #fff;
}

.contact-info-col .fa-solid {
    background: #fff;
    padding: 15px;
    font-size: 20px;
    color: var(--primary-color);
    width: 55px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-info-col h6 {
    font-family: var(--heading-font);
    color: #fff;
    margin-top: 20px;
}

.start-project-section {
    background-color: var(--black-color);
    color: #A3A3A3;
}

.start-project-section .label-line {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 10px;
}

.start-project-section .section-subtitle {
    color: var(--primary-color);
}

.section-title {
    font-family: var(--heading-font);
    font-size: 2.2rem;
    color: var(--heading-color);
    letter-spacing: 1px;
}

.section-title span {
    color: var(--primary-color);
}

.section-text {
    color: #A3A3A3;
    font-family: var(--pera-font);
    font-size: 0.95rem;
}

/* Gravity Form Styling */
.contact-page-form {
    font-family: var(--pera-font);
}

.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form input[type="tel"],
.contact-page-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #262626;
    color: var(--white-color);
    font-size: 16px !important;
    padding: 15px 12px !important;
    border-radius: 0;
    font-family: var(--pera-font);
}

.contact-page-form select {
    width: 100%;
    background: transparent;
    border: 1px solid #262626;
    color: var(--white-color);
    font-size: 16px !important;
    padding: 15px 12px !important;
    border-radius: 0;
    font-family: var(--pera-font);
}


.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
    color: #888;
}

.contact-page-form textarea {
    min-height: 120px;
}

.contact-page-form .gform_footer input[type="submit"],
.contact-page-form .gform_button {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 0;
    border-radius: 2px;
    transition: 0.3s ease;
    font-family: var(--pera-font);
}

.contact-page-form .gform_footer input[type="submit"]:hover,
.contact-page-form .gform_button:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.contact-page-form select option {
    color: #000;
}

/* Right Side Info */
.info-area h5 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.info-area p {
    color: #A3A3A3;
    margin-bottom: 0;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #A3A3A3;
    font-size: 16px;
    margin-bottom: 10px;
}

.info-box.info-box-1 {
    background: #080808;
    padding: 20px 30px;
    border-top: 2px solid var(--primary-color);
}

img.map-icon {
    max-width: 27px;
    width: 100%;
    margin-right: 10px;
}

.location-check-icon {
    max-width: 20px;
    width: 100%;
}

.info-main-box {
    padding: 10px 30px;
}

.cta-banner-section .label {
    font-weight: 700;
}

.cta-banner-section .label .label-line {
    width: 75px;
    height: 3px;
    margin: 0 15px;
}

.contact-page-form .gfield_label {
    font-weight: 400 !important;
    color: #D4D4D4;
}

.contact-info-col a,
.contact-info-col p {
    color: var(--pera-color);
    text-decoration: none;
}




/* Blog Page Start */

.blog-page-container .blog-col {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
}

.blog-inner-detail h3 a {
    color: #101828;
    font-size: 20px !important;
    font-weight: bold;
    font-family: var(--segoe);
    line-height: 1.4em;
}

.blog-page-container .sidebar {
    padding-left: 25px;
    border-left: 2px solid #000;
}

.blog_categories ul.list-unstyled li {
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    padding: 15px;
}

.blog_categories ul.list-unstyled li a {
    color: #fff !important;
}

.col-sm-12.col-lg-8.blog-grid-column {
    padding-right: 40px;
}

/* Blog Page End */

/* Single Blog Page Start */

.single-blog-content .single-featured-img img {
    height: 550px;
    object-fit: cover;
}

.single-meta .single-category i,
.single-meta .single-date i {
    color: var(--primary-color);
}

.single-blog-container .single-blog-content {
    padding-right: 40px;
}

.single-blog-container .sidebar {
    padding-left: 25px;
    border-left: 2px solid #000;
}

/* Single Blog Page End */



/* Footer CSS Start */

footer {
    padding: 80px 10px 14px;
}

.row.footer-row {
    padding-bottom: 80px;
}

img.footer-logo {
    max-width: 430px;
    width: 100%;
}

.logo-col p {
    color: #A3A3A3;
    margin-top: 30px;
}

.footer-heading {
    font-size: 20px !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.repair-col .footer-heading {
    border-bottom: none;
}

.footer-menu {
    list-style: none;
    padding: 0;
    row-gap: 10px;
}

.service-area-col img {
    max-width: 100px;
    width: 100%;
    margin-bottom: 20px;
}

.footer-menu li a {
    font-size: 16px;
    color: var(--white-color);
    text-decoration: none;
    max-width: max-content;
    font-weight: 400;
}

.footer-contact-info a,
.footer-contact-info p {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 400;
    max-width: max-content;
    transition: all ease 0.4s;
}

.footer-contact-info a:hover,
.footer-contact-info p:hover {
    color: var(--primary-color);
}


.footer-contact-info {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    align-items: flex-start;
}

.footer-contact-info img {
    width: 20px;
    margin-top: 3px;
}

.footer-contact-info i {
    color: var(--white-color);
    font-size: 22px;
    text-align: left;
    transition: all ease 0.4s;
}

.footer-contact-info i:hover {
    color: var(--primary-color);
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social .fa-brands {
    color: #fff;
    font-size: 20px;
    transition: all ease 0.4s;
}

.footer-social a {
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ffffff30;
    padding: 10px 8px 8px;
}

.footer-social a:hover {
    background: var(--primary-color);
}

.row.copyright {
    border-top: 1px solid #fff;
    padding-top: 14px;
}

p.copyright-text {
    max-width: fit-content;
    color: #fff;
}

.footer-fuel-logo {
    max-width: 150px;
    width: 100%;
    margin: 30px 0 10px;
}

/* Footer CSS END */

/* Media Query Start */

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

/* Max Width 391px */
@media(max-width:391px) {

    .mobile-menu-offcanvas {
        width: 300px !important;
        max-width: 100% !important;
    }
}

/* END */

/* Max Width 500px */
@media(max-width:500px) {}

/* END */

/* Max Width 600px */

@media(max-width:600px) {}

/* END */

/* Max Width 767px */
@media(max-width:767px) {

    h1 {
        font-size: 32px !important;
        text-align: center !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 20px !important;
    }

    p {
        font-size: 16px !important;
    }


    .single-post-container #primary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .single-post-container aside#secondary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .recnt_sidebar {
        padding-left: 0;
        border-left: none;
    }

    img.attachment-large.size-large.wp-post-image {
        max-width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .single-post-container {
        padding: 50px 10px;
        flex-wrap: wrap;
    }

    .blog-page-container .col-md-4 {
        padding: 0 20px;
        border-left: none;
    }

    .blog-page-container .col-md-8 {
        padding-right: 10px;
    }

    .footer-row .logo-col {
        margin-bottom: 20px !important;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }

    .row.footer-row .col-sm-12 {
        max-width: 100%;
        text-align: center;
    }

    .row.footer-row .footer-heading {
        margin: 20px auto 30px;
    }

    .footer-contact-info {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }


    .single-blog-content .single-featured-img img {
        height: auto;
    }


    img.footer-logo {
        max-width: 180px;
        width: 100%;
    }

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

    .img-card {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .about-section-wrap {
        padding: 28px 0
    }

    .hero {
        min-height: 350px;
        height: 500px;
    }

    .text-col p {
        font-size: 16px !important;
    }

    .banner-title {
        font-size: 36px
    }

    .banner-inner {
        padding-top: 2rem;
        padding-bottom: 2.5rem
    }

    .scroll-indicator {
        bottom: 18px
    }

    .inner-page-banner {
        height: 400px;
    }

    .contact-info-section .col-md-4 {
        max-width: 250px;
    }

    .contact-info-section .contact-info-col {
        text-align: center !important;
        padding: 50px 10px;
    }

    .section-padding {
        padding: 40px 10px;
    }

    .banner-sub {
        text-align: center;
    }

    .nea-logo-slider .logo {
        max-width: 130px;
    }

    .repair-col .footer-heading {
        margin-bottom: 0 !important;
    }


}


/* End */

/* Max Width 1024px */

@media(max-width: 1024px) {
    .footer-heading {
        max-width: max-content;
    }
}

/* End */


/* Min Width 768px */
@media(min-width:768px) {}

/* End */

/* Max Width 880px */

@media(max-width:880px) {}

/* End */



/* Max Width 991px */
@media(max-width:991px) {

    .thank-fir-row {
        margin-bottom: 20px;
    }

    .thank-sec-row {
        display: flex;
        flex-direction: column;
    }

    .blog-page-container .sidebar,
    .single-blog-container .sidebar {
        padding-left: 0;
        border-left: unset;
        padding: 0 20px;
    }

    .col-sm-12.col-lg-8.blog-grid-column,
    .single-blog-container .single-blog-content {
        padding-right: 15px;
    }

    .blog-grid-column .row {
        margin: 0 !important;
    }

    .blog-page-container.section-padding {
        padding: 10px;
    }

    .form-area .section-subtitle,
    .form-area .section-title,
    .form-area .section-text,
    .info-box {
        text-align: center;
    }

    .form-area .section-subtitle .label-line {
        display: none;
    }

    .image-left-right-section {
        padding: 40px 20px !important;
    }

    .image-left-right-section .content-col {
        padding: 40px 0;
        text-align: center;
    }

    .image-left-right-section .img-col {
        text-align: center;
    }

    .image-left-right-section .img-col img {
        max-width: 550px;
    }

    .mobile-menu-offcanvas {
        display: block;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 365px;
        background: #2c2c2c;
        height: 100vh;
        padding: 20px;
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateX(-100%);
    }

    .mobile-menu-offcanvas.open {
        opacity: 1;
        transform: translateX(0);
        z-index: 9;
    }

    .mobile-menu-offcanvas .mobile-logo {
        max-width: 180px;
        margin-bottom: 60px;
        margin-top: 8px !important;
    }

    .mobile-menu-offcanvas .mobile-menu li {
        list-style: none;
        margin-bottom: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu li a {
        color: var(--white-color);
        font-family: var(--pera-font);
        text-decoration: none;
        font-size: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu {
        padding: 0;
    }

    .menu-close {
        position: absolute;
        top: 20px;
        right: 10px;
        padding: 8px;
        width: 40px !important;
        border-radius: 3px;
        font-size: 20px;
    }

    div#mobmenu-custom {
        background: var(--primary-color);
        padding: 8px 10px;
        width: max-content;
        display: flex;
        align-items: center;
        column-gap: 5px;
        cursor: pointer;
        border-radius: 0px;
    }

    /* Hamburger lines */
    #mobmenu-custom span {
        display: block;
        height: 2px;
        width: 18px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.4s ease;
        position: relative;
    }

    /* Space between bars */
    #mobmenu-custom span:not(:last-child) {
        margin-bottom: 4px;
    }

    /* Active (cross) state */
    #mobmenu-custom.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }

    #mobmenu-custom.active span:nth-child(2) {
        opacity: 0;
    }

    #mobmenu-custom.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }

    .navbar-nav.header-menu {
        display: none !important;
    }

    div#mobmenu-custom p {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
        margin-top: 1px !important;
    }

    .plane-img {
        text-align: center;
    }

    .plane-img img {
        max-width: 550px;
        width: 100%;
    }

    .nea-home-away-text-col {
        text-align: center;
        padding-top: 30px;
    }

    .diagram-frame .img-fluid {
        max-width: 350px;
        width: 100%;
    }

    ul.icon-list {
        justify-content: center;
    }

}

/* End */

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

@media only screen and (min-width: 768px) and (max-width: 1193px) {
    .blog-inner-detail {
        height: 60%;
    }

    .blog-inner-col {
        height: 600px;
    }

    a.read-more-btn {
        position: absolute;
        bottom: 60px;
    }
}

/* Min Width 768px to Max Width 991px */
@media(min-width:768px) and (max-width:991px) {
    .section-padding {
        padding: 70px 10px;
    }

    .footer-row .repair-col {
        align-items: baseline !important;
    }
}






/* End */

/* Min Width 768px to Max Width 1024px */
@media(min-width:768px) and (max-width:1024px) {


    h1 {
        font-size: 42px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 24px !important;
    }

    h6 {
        font-size: 22px !important;
    }


    p {
        font-size: 16px !important;
    }
}

/* End */



/* Min Width 992px to Max Width 1320px */
@media(min-width:992px) and (max-width:1320px) {
    .image-left-right-section .content-col {
        padding: 20px 50px;
    }
}


/* End */



/* Min Width 992px to Max Width 1090px */
@media(min-width:992px) and (max-width:1090px) {

    .footer-col:nth-child(2) {
        padding-left: 60px !important;
    }

    .footer-contact-info {
        gap: 8px;
    }

    .footer-contact-info img {
        width: 17px !important;
    }

    .contact-info span {
        font-size: 16px;
    }
}

/* End */



/* Min Width 992px to Max Width 1024px */
@media(min-width:992px) and (max-width:1024px) {}

/* End */


/* Min Width 1025px */
@media(min-width:1025px) {}

/* End */

/* Min Width 1025px to Max Width 1199px */
@media(min-width:1025px) and (max-width:1199px) {
    h1 {
        font-size: 55px !important;
    }

    h2 {
        font-size: 34px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 30px !important;
    }

    h5 {
        font-size: 28px !important;
    }

    h6 {
        font-size: 26px !important;
    }

}

/* End */

@media(min-width:768px) and (max-width:1024px) {
    .menu-col {
        max-width: 49% !important;
        width: 100% !important;
    }

    .footer-contact-col {
        max-width: 49% !important;
        width: 100% !important;
    }

    .footer-social-col {
        max-width: 49% !important;
        width: 100% !important;
    }

    .repair-col {
        max-width: 49% !important;
        width: 100% !important;
    }

    img.footer-logo {
        max-width: 250px;
        width: 100%;
    }

    .footer-row {
        justify-content: center;
    }

    .footer-row .logo-col {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }

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

}

@media(min-width:1025px) and (max-width:1498px) {
    .menu-col {
        max-width: 15% !important;
        width: 100% !important;
    }

    .footer-contact-col {
        max-width: 30% !important;
        width: 100% !important;
    }

    .footer-social-col {
        max-width: 21% !important;
        width: 100% !important;
    }

    .repair-col {
        max-width: 34% !important;
        width: 100% !important;
    }

    img.footer-logo {
        max-width: 250px;
        width: 100%;
    }

    .footer-row {
        justify-content: center;
    }

    .footer-row .logo-col {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }

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

@media(min-width:1499px) {
    .footer-row .logo-col {
        max-width: 25% !important;
        width: 100%;
    }

    .footer-row .menu-col {
        max-width: 15% !important;
        width: 100%;
    }

    .footer-row .footer-contact-col {
        max-width: 20% !important;
        width: 100%;
    }

    .footer-row .footer-social-col {
        max-width: 17% !important;
        width: 100%;
    }

    .footer-row .repair-col {
        max-width: 23% !important;
        width: 100%;
    }
}

@media(min-width:1700px) {
    .nea-home-away .nea-home-away-text-col {
        padding-left: calc(50vw - 840px) !important;
    }
}