﻿
.jetcity-logo{
    height:64px !important;width:auto;
}
.section-right .btn-warning:hover, .section-right .btn-warning:focus {
    box-shadow: none !important;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    .layout-jetcity.transparant-bg {
        top: 60px !important;
    }
}

/*---------- New Jet city changes ---------- */
.menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menu > li {
        position: relative;
    }

    .menu a {
        display: block;
        color: #0d1b3d;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        background:transparent !important;
    }

    .menu > li > a {
        padding: 10px 0;
    }

    .menu a:hover {
        color: #d26c32;
    }


/* =========================
   PERMITS DROPDOWN
========================= */

.permits-dropdown .dropdown-arrow {
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
}


/* Main Dropdown */
.section-menu .submenu.permits-menu {
    top: 40px;
}
    .permits-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 210px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 9999;
}


/* Show Dropdown */

.permits-dropdown:hover > .permits-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Permit Items */

.permits-menu > li {
    position: relative;
    list-style: none;
}

.permits-menu .permit-link {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0d1b3d;
}

    .permits-menu .permit-link:hover {       
        color: #d26c32;
    }

@media (max-width: 991px) {

    .menu{
        display: block !important;
    }

        .menu .row > div {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }
}


/* ==============================================
   MOBILE MENU
============================================== */

.mobile-menu {
    width: 100%;
    min-height: 100vh;
    padding: 35px 20px;
    background: #0b1b3a;
    color: #fff;
}


/* ==============================================
   CLOSE
============================================== */

.mobile-menu-close {
    padding: 10px 5px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.btn-close-menu {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 18px;
}

    .btn-close-menu span:first-child {
        font-size: 27px;
        line-height: 1;
        font-weight: 200;
    }


/* ==============================================
   MAIN NAV
============================================== */

.mobile-nav,
.mobile-submenu,
.stage-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}


.mobile-nav {
    padding-top: 17px;
}


.mobile-nav-item {
    display: block;
    width: 100%;
}


.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    padding: 15px 5px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
}


    .mobile-nav-link:hover,
    .mobile-nav-link:focus {
        color: #fff;
    }


/* ==============================================
   MAIN ARROW
============================================== */

.menu-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    transition: transform .25s ease;
}


/* Rotate when Bootstrap menu is open */

.submenu-toggle[aria-expanded="true"] .menu-arrow {
    transform: rotate(180deg);
}


/* ==============================================
   PERMITS SUBMENU
============================================== */

.mobile-submenu {
    padding: 0 0 8px 15px;
}


    .mobile-submenu > li {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }


.mobile-submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 10px;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}


    .mobile-submenu-link:hover,
    .mobile-submenu-link:focus {
        color: #fff;
    }


/* ==============================================
   SECOND LEVEL ARROW
============================================== */

.submenu-arrow {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    /*border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;*/
    transform: rotate(45deg);
    transition: transform .25s ease;
}


.mobile-submenu-link[aria-expanded="true"]
.submenu-arrow {
    transform: rotate(225deg);
}


/* ==============================================
   STAGES
============================================== */

.stage-menu {
    padding: 0 0 12px 18px;
}


    .stage-menu li {
        width: 100%;
    }


        .stage-menu li a {
            position: relative;
            display: block;
            padding: 9px 10px 9px 20px;
            color: rgba(255,255,255,.65);
            font-size: 15px;
            line-height: 1.4;
            text-decoration: none;
        }


            /* Small blue circle */

            .stage-menu li a::before {
                content: "";
                position: absolute;
                left: 2px;
                top: 50%;
                width: 5px;
                height: 5px;
                border: 1px solid #0d6efd;
                border-radius: 50%;
                transform: translateY(-50%);
            }


            .stage-menu li a:hover {
                color: #fff;
            }


/* ==============================================
   MOBILE
============================================== */

@media (max-width: 575.98px) {

    .mobile-menu {
        padding: 35px 20px;
    }

    .mobile-nav-link {
        font-size: 24px;
        padding: 15px 5px;
    }

    .mobile-submenu-link {
        font-size: 17px;
    }

    .stage-menu li a {
        font-size: 15px;
    }
}

/* =========================
   STAGE SUBMENU
========================= */

.stage-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 190px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: all 0.2s ease;
}

    .stage-submenu li {
        list-style: none;
    }

/* Show Stage submenu */
.permit-item:hover > .stage-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.stage-submenu a {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #0d1b3d;
}

    .stage-submenu a:hover {
        background: #f5f5f5;
        color: #d26c32;
    }


/* =====================================================
           SECTION 1 - COMMUNITY
        ===================================================== */

.community-section {
    padding: 50px 0 60px;
    background-color:rgba(0,0,0,0.1);
}

.community-eyebrow {
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.community-title {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 700;
    color: #0b1b3a;
    font-family: "Playfair Display", serif;
}
}

.community-description {
    max-width: 780px;
    margin: 0 auto 28px;
    color: #55544d;
    font-size: 14px;
    line-height: 1.5;
}


/* Community Cards */

.community-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e0d4;
    border-radius: 13px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .04);
    position:relative;
}

.community-card-content {
    min-height: 130px;
    padding: 20px 20px 14px;
    position:absolute;
    top:0;
    z-index:10;
}

.community-icon {
    width: 48px;
    min-width: 48px;
    color: #626b37;
    font-size: 36px;
    line-height: 1;
}

.community-card.orange .community-icon {
    color: #c05c22;
}

.community-card-title {
    margin: 0 0 6px;
    color: #222;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.community-card-text {
    margin: 0;
    color: #44443f;
    font-size: 12.5px;
    line-height: 1.55;
}

.community-card-image {
    display: block;
    width: 100%;    
    object-fit: cover;
}


/* =====================================================
           SECTION 2 - LOCATION / AMENITIES
        ===================================================== */

.location-section {
    padding: 25px 0 60px;
}


/* Map */

.location-map {
    height: 100%;
    min-height: 515px;
    overflow: hidden;
    border-radius: 16px;
}

    .location-map img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 515px;
        object-fit: cover;
    }


/* Amenities Box */

.amenities-box {
    height: 100%;
    padding: 25px 30px;
    background: #fbfaf7;
    border: 1px solid #eee9df;
    border-radius: 16px;
}

.amenities-heading {
    margin: 0 0 20px;
    color: #0b1b3a;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.amenities-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* Amenities Item */

.amenity-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.amenity-info {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.amenity-number {
    width: 29px;
    height: 29px;
    min-width: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

    .amenity-number.orange {
        background: #ffb54a;
    }

    .amenity-number.green {
        background: #0b1b3a;
    }

.amenity-name {
    color: #272822;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
}

.amenity-distance {
    flex-shrink: 0;
    color: #464740;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}


/* Disclaimer */

.location-note {
    margin-top: 14px;
    color: #77776f;
    font-size: 12px;
}


/* =====================================================
           RESPONSIVE
        ===================================================== */

@media (max-width: 1199.98px) {

    .amenities-box {
        padding: 22px;
    }

    .amenity-name {
        font-size: 14px;
    }

    .amenity-distance {
        font-size: 13px;
    }
}


@media (max-width: 991.98px) {

    .community-title {
        font-size: 32px;
    }

    .community-card-image {
        height: 300px;
    }

    .location-map,
    .location-map img {
        height: auto;
        min-height: auto;
    }

        .location-map img {
            object-fit: contain;
        }

    .amenities-box {
        padding: 25px;
    }
}


@media (max-width: 575.98px) {
    .community-card{
        min-height:200px;
    }

    .community-section {
        padding: 35px 0 40px;
    }

    .community-title {
        font-size: 28px;
    }

    .community-description {
        font-size: 13px;
    }

    .community-card-content {
        min-height: auto;
    }

    .community-card-image {
        height: 100%;
    }

    .location-section {
        padding: 10px 0 35px;
    }

    .location-map,
    .amenities-box {
        border-radius: 10px;
    }

    .amenities-box {
        padding: 20px 15px;
    }

    .amenities-list {
        gap: 15px;
    }

    .amenity-item {
        align-items: flex-start;
        gap: 8px;
    }

    .amenity-info {
        gap: 9px;
    }

    .amenity-number {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 11px;
    }

    .amenity-name {
        font-size: 13px;
    }

    .amenity-distance {
        font-size: 11px;
    }

    .location-note {
        font-size: 10px;
    }
}

/*----------- Swiper styles ----- */
.hero-banner-swipper {
    width: 100%;
    padding: 0px;
}

    .hero-banner-swipper .swiper-slide {
        border-radius: 0px;
        overflow: hidden;
        height:calc(100vh - 112px);
    }

        .hero-banner-swipper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

.swiper-button-next,
.swiper-button-prev {
    color: #0b1b3a;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255,0.35);
    backdrop-filter:blur(5px);
    border:2px solid #fff;
}
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 21px;color:#fff;
    }


    .swiper-pagination-bullet-active {
        background: #0b1b3a;
    }



@media (max-width:991px) {

    .hero-banner-swipper .swiper-slide {
        border-radius: 0px;
        overflow: hidden;
        height: calc(100vh - 103px);
    }
}
@media (max-width:767px) {

    .hero-banner-swipper .swiper-slide {
        border-radius: 0px;
        overflow: hidden;
        height: calc(100vh - 65px);
    }
}
