﻿:root {
    --brand-bg: #006c73;
    --brand-text: #fff;
    --brand-button: #f7941d;
    --brand-dark: #061723;
    --body-dark: #172530;
    --soft: #f5f5f3;
    --line: #dedede;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: var(--brand-text);
    color: var(--brand-text);
    background: var(--brand-bg);
}

    body.nav-open {
        overflow: hidden;
    }

.navbar {
    min-height: 100px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, .08);
    background-color: var(--brand-bg);
}

.navbar-brand {
    color: var(--body-dark);
    font-weight: 800;
    font-size: 1rem;
}

.brand-mark {
    color: var(--brand-button);
    font-size: .9rem;
}

.nav-link {
    color: var(--brand-text);
    font-weight: 500;
    font-size: .9rem;
    padding-inline: 1rem !important;
}

    .nav-link:hover, .nav-link:focus {
        color: var(--brand-button);
    }

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

.primary-logo {
    border-right: 1px solid rgba(255,255,255,0.25);
    padding-right: 1rem;
}

.brand-logo {
    height: 78px;
}

.main-logo {
    height: 20px;
}

.sub-logo {
    height: 54px;
}

.btn {
    border-radius: 0;
    font-weight: 600;
    font-size: .82rem;
    padding: .5rem 1rem;
    border-radius: 4px;
}

.brand-btn, .btn-primary.brand-btn {
    background: var(--brand-button);
    border-color: var(--brand-button);
    color: var(--brand-text);
}

    .brand-btn:hover, .brand-btn:focus, .btn-primary.brand-btn:hover, .btn-primary.brand-btn:focus {
        background: #fff;
        border-color: var(--brand-button);
        color: var(--brand-button);
    }

.outline-btn {
    color: #fff;
    border: 1px solid rgba(255,255,255,.9);
    background: transparent;
    backdrop-filter: blur(2px);
}

    .outline-btn:hover, .outline-btn:focus {
        background: rgba(255,255,255,0.15);
        color: var(--brand-button);
        border-color: #fff;
        backdrop-filter: blur(6px);
    }

.btn-outline {
    color: var(--brand-button);
    border: 1px solid var(--brand-button);
    background: transparent;
}

    .btn-outline:hover, .btn-outline:focus {
        background: var(--brand-button);
        color: #fff;
    }

.dark-btn {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}

    .dark-btn:hover, .dark-btn:focus {
        background: #fff;
        border-color: #fff;
        color: var(--brand-button);
    }

.hero {
    position: relative;
    min-height: 660px;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    color: #fff;
    /*background-image: url("../Images/Img-Banner.jpg");
    background-size: cover;*/
    background-position: center;
    margin-top: 120px;
}

.section {
    padding: 5.8rem 0;
}

.location-section, .connect-section, .contact-section {
    color: var(--brand-text);
}

    .location-section card {
        height: 100%;
    }

        .location-section card img {
            width: 100%;
            object-fit: cover;
        }

        .location-section h2, .location-section card h3 {
            color: var(--brand-bg);
        }

    .connect-section h2 .btn-link {
        color: var(--brand-text);
        text-decoration: none;
    }

.contact-line .icon-tile i {
    font-size: 20px;
}

.releases-section {
    background: var(--soft);
    color: var(--body-dark);
}

.section-heading {
    margin-bottom: 3rem;
}

    .section-heading span {
        display: block;
        color: var(--brand-button);
        text-transform: uppercase;
        font-size: .72rem;
        font-weight: 900;
        letter-spacing: 2px;
        margin-bottom: .75rem;
    }

h2 {
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 900;
    letter-spacing: 0;
}

h3 {
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0;
}

p {
    line-height: 1.65;
}

.feature-card {
    border: 1px solid var(--line);
    background: #fff;
    padding: 2rem;
    box-shadow: 0 7px 20px rgba(0,0,0,.03);
}

.icon-tile {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f2;
    color: var(--brand-bg);
    margin-bottom: 1.3rem;
}

    .icon-tile i {
        font-size: 36px;
    }

.feature-card p, .releases-section p, .connect-section p, .contact-section p {
    color: #53616a;
    font-size: .95rem;
}

.legend {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: .78rem;
    font-weight: 800;
}

    .legend i {
        font-size: .55rem;
        margin-right: .3rem;
    }

    .legend .now {
        color: var(--brand-button);
    }

    .legend .future {
        color: #6e777c;
    }

.stage-card {
    background: #fff;
    border: 1px solid var(--line);
    height: 100%;
}

.stage-map {
    height: 155px;
    background: #bcb9b7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 2.2rem;
}

    .stage-map img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .stage-map span {
        position: absolute;
        top: .7rem;
        left: .7rem;
        background: var(--brand-button);
        color: #fff;
        font-size: .62rem;
        text-transform: uppercase;
        font-weight: 900;
        padding: .28rem .5rem;
    }

.stage-card.muted .stage-map span {
    background: #7b858a;
}

.stage-body {
    padding: 1.35rem;
}

    .stage-body p {
        margin-bottom: 1rem;
        text-transform: uppercase;
        font-size: .72rem;
        font-weight: 800;
        color: #7b858a;
    }

.view-btn {
    width: auto;
    border: 1px solid var(--brand-button);
    color: #fff;
    background: var(--brand-button);
}

    .view-btn:hover, .view-btn:focus {
        background: #fff;
        color: var(--brand-button);
        border-color: var(--brand-button);
    }

    .view-btn.disabled {
        color: #aaa;
        background: #f6f6f6;
        border-color: #ddd;
        opacity: 1;
    }

.connect-section h2 {
    margin-bottom: 1rem;
    letter-spacing: -0.25px;
}

.connect-section h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 3rem;
}

.connect-section h4 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.connect-section p {
    color: #fff;
}

.info-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.7rem;
}

    .info-row .icon-tile, .contact-line .icon-tile {
        flex: 0 0 50px;
        margin: 0;
    }

.map-panel {
    min-height: 405px;
    background-color: #d1d0cc;
    background-image: linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)), url("https://images.unsplash.com/photo-1569336415962-a4bd9f69c07a?auto=format&fit=crop&w=1000&q=80");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.map-card {
    width: min(310px, 100%);
    min-height: 220px;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.76);
    text-align: center;
    padding: 2rem;
    color: var(--body-dark);
    backdrop-filter: blur(2px);
}

    .map-card > i {
        font-size: 2rem;
        color: var(--brand-bg);
        margin-bottom: .8rem;
        display: inline-block;
    }

    .map-card p {
        font-size: .86rem;
    }

.packages-section {
    background: var(--brand-bg);
    color: #fff;
}

.packages-heading {
    margin-bottom: 3rem;
}

    .packages-heading p, .package-card p {
        color: rgba(255,255,255,.8);
    }

.package-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand-bg);
}

    .package-card h3 .small {
        font-size: .85rem;
    }

.package-card .price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #53616a;
}

.package-img {
    height: 285px;
}

    .package-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .package-img span {
        background: #fff;
        color: var(--brand-bg);
        text-transform: uppercase;
        font-weight: 900;
        font-size: .72rem;
        padding: .48rem .7rem;
    }

.package-card .brand-btn {
    margin-top: .7rem;
}

.package-card .btn-outline {
    margin-top: .7rem !important;
}

.package-card .brand-btn:hover {
    background: #fff;
    border: 1px solid var(--brand-button);
    color: var(--brand-button);
}


.contact-section .container {
}

.contact-section h2 {
    color: var(--brand-bg);
}

.contact-line {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 1.35rem 0;
}

    .contact-line small {
        display: block;
        text-transform: uppercase;
        color: #69757d;
        font-weight: 900;
        font-size: .7rem;
        margin-bottom: .2rem;
    }

    .contact-line strong {
        display: block;
        font-size: 1rem;
        color: #53616a;
    }

.enquiry-form {
    border: 1px solid var(--line);
    padding: 1.8rem;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.04);
}

.form-label {
    font-size: .78rem;
    font-weight: 900;
    color: #4b565d;
}

    .form-label .requiredfield {
        color: red;
    }

.form-control, .form-select {
    border-radius: 0;
    min-height: 46px;
    font-size: .9rem;
}

    .form-control:focus, .form-select:focus {
        border-color: var(--brand-button);
        box-shadow: 0 0 0 .2rem rgba(247,148,29,.18);
    }

.form-status {
    min-height: 1.4rem;
    margin: .9rem 0 0;
    font-weight: 800;
    color: var(--brand-bg) !important;
}

.site-footer {
    background: var(--brand-bg);
    color: #fff;
    padding: 2rem 0;
    font-size: .82rem;
}

    .site-footer strong {
        color: var(--body-dark);
        display: block;
        margin-bottom: .4rem;
    }

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    justify-content: center;
}

    .footer-links a, .social-links a {
        color: #526069;
        text-decoration: none;
    }

        .footer-links a:hover, .social-links a:hover {
            color: var(--brand-button);
        }

.social-links {
    display: flex;
    justify-content: flex-end;
    gap: .7rem;
}

    .social-links a {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f4f4f4;
    }

.toast {
    border-radius: 0;
    border: 0;
    background: var(--brand-bg);
    color: #fff;
}




.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    color: var(--brand-dark);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* 1. Clear Swiper's built-in icon font */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}

/* 2. Add your custom styling, text, or background images */
.swiper-button-prev {
    background-image: url("../Images/arrow-left-circle-fill.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.swiper-button-next {
    background-image: url("../Images/arrow-right-circle-fill.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}


.sub-heading {
    font-size: 14px;
    color: var(--brand-dark);
}

.modal-dialog {
    min-width: 1000px;
    top: 2%;
}

.modal-title {
    color: var(--brand-bg);
    font-weight: 800;
}

.custom-navbar {
    background: #006d73;
    padding: 15px 0;
}

.brand-logo {
    height: 80px;
    border-right: 1px solid rgba(255,255,255,0.25);
}

.main-logo {
    height: 20px;
}

.sub-logo {
    height: 45px;
    padding-left: 16px;
    border-left: 1px solid rgba(255,255,255,0.25);
}

.logo-group {
    gap: 15px;
}


.home-slider #demoslider .carousel-inner .carousel-item img {
    height: calc(100vh - 120px);
    object-fit: cover;
}

.home-slider #demoslider .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(4,18,28,.2);
}

.home-slider #demoslider .hero-content {
    position: absolute;
    z-index: 100;
    top: 25%;
    left: 15%;
}

    .home-slider #demoslider .hero-content h1 {
        font-size: 56px;
        line-height: 64px;
        font-weight: 600;
        max-width: 585px;
        letter-spacing: -0.05em;
    }

    .home-slider #demoslider .hero-content p {
        max-width: 560px;
        margin: 1.3rem 0 1.8rem;
        font-size: 1rem;
        line-height: 1.7;
        color: rgba(255,255,255,.94);
    }

.home-slider #demoslider .carousel-control-prev, .home-slider #demoslider .carousel-control-next {
    z-index: 9999;
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 1rem 0;
    }

    .nav-cta {
        width: 100%;
        margin-top: .5rem;
    }

    .hero {
        min-height: 580px;
        background-position: 62% center;
    }

    .section {
        padding: 4rem 0;
    }

    .legend {
        justify-content: flex-start;
    }

    .social-links, .footer-links {
        justify-content: flex-start;
    }

    .modal-dialog {
        min-width: 90%;
        top: 2%;
    }

    .home-slider #demoslider .carousel-inner .carousel-item img {
        height: auto;
    }

    .home-slider #demoslider .hero-content {
        top: 25%;
        left: 15%;
    }

        .home-slider #demoslider .hero-content h1 {
            font-size: 24px;
            line-height: 36px;
            max-width: 576px;
        }

        .home-slider #demoslider .hero-content p {
            max-width: 576px;
            margin: 1.3rem 0 1.8rem;
            font-size: 1rem;
        }
}

@media (max-width: 767px) {
    .home-slider #demoslider .hero-content {
        top: 12%;
        left: 15%;
    }
}

@media (max-width: 575px) {
    .hero {
        min-height: 560px;
    }

        .hero h1 {
            font-size: 2.45rem;
        }

    .feature-card, .enquiry-form {
        padding: 1.35rem;
    }

    .map-panel {
        min-height: 340px;
        padding: 1.2rem;
    }

    .package-img {
        min-height: 240px;
    }

    .main-logo {
        height: 24px;
    }

    .sub-logo {
        height: 48px;
    }

    .navbar {
        --bs-navbar-padding-y: 1.5rem;
    }

    .modal-dialog {
        min-width: 90%;
        top: 20%;
    }

    .home-slider #demoslider .carousel-inner .carousel-item img {
        height: calc(100vh - 100px);
    }

    .home-slider #demoslider .hero-content {
        top: 25%;
        left: 5%;
    }

        .home-slider #demoslider .hero-content h1 {
            font-size: 24px;
            line-height: 36px;
            max-width: 320px;
        }

        .home-slider #demoslider .hero-content p {
            max-width: 320px;
            margin: 1.3rem 0 1.8rem;
            font-size: 1rem;
        }
}

@media (min-width: 320px) and (max-width:991px) and (orientation: landscape) {
    .home-slider #demoslider .carousel-inner .carousel-item img {
        height: calc(100vh - 100px);
    }
}

@media (max-width: 991.98px) {

    .custom-navbar .container {
        justify-content: space-between;
    }

    .logo-group {
        width: 80%;
        gap: 10px;
    }

    .brand-logo {
        height: 60px;
    }

    .main-logo {
        height: 12px;
    }

    .sub-logo {
        height: 30px;
    }

    .navbar-collapse {
        background: #006d73;
        padding: 20px;
        margin-top: 15px;
        border-radius: 10px;
    }

    .navbar-nav {
        text-align: center;
    }
}
