

.navbar-brand {
    font-size: 24px;
}

.nav-link {
    font-weight: 500;
    transition: 0.3s;
}

.nav-link:hover {
    color: #0d6efd !important;
}



/* Navbar */
.navbar {
    padding: 15px 0;
}

.nav-link {
    font-weight: 600;
    color: #000 !important;
    transition: 0.3s;
}

.nav-link:hover {
    color: #0d2b45 !important;
}



/* HERO SECTION */


/* NAVBAR */
.main-header {
    background: transparent;
    z-index: 1000;
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: 600;
}

.navbar .nav-link:hover {
    color: #ffc107 !important;
}

/* VIDEO HERO */
.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Make iframe truly cover screen */
.video-hero iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-overlay h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 6px;
}

/* Responsive Text */
@media (max-width: 768px) {
    .video-overlay h1 {
        font-size: 2rem;
        letter-spacing: 3px;
    }
}



.about-section {
    background: linear-gradient(180deg, #5fa0a6 0%, #2d7f8d 100%);
    padding: 80px 0;
}

.about-subtitle {
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.9;
}

.skypark-logo {
    max-width: 350px;
}

.about-description {
    max-width: 750px;
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.95;
}

.info-row {
    margin-top: 40px;
}

.info-number {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 10px;
}

.info-label {
    font-size: 16px;
    opacity: 0.85;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

    .about-description {
        font-size: 16px;
        padding: 0 15px;
    }

    .info-number {
        font-size: 36px;
    }

    .skypark-logo {
        max-width: 250px;
    }
}



/* FLOOR PLAN SECTION */
.floor-plan-section {
    background: #f1f1f1;
    padding: 100px 0;
}

/* Heading */
.fp-subtitle {
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.fp-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    margin-top: 20px;
}

.fp-divider span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #2c3e50;
}

/* Accordion */
.floor-accordion {
    border-top: 1px solid #ddd;
}

.floor-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
}

.floor-accordion .accordion-button {
    background: transparent;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    padding: 25px 0;
    box-shadow: none;
}

.floor-accordion .accordion-button:not(.collapsed) {
    color: #1f2f46;
    background: transparent;
}

.floor-accordion .accordion-button:focus {
    box-shadow: none;
}

.floor-accordion .accordion-body {
    padding-left: 0;
    color: #777;
    font-size: 18px;
}


.fp-item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.fp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.fp-header h4 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}

.fp-area {
    margin-top: 15px;
    color: #777;
    font-size: 18px;
}

.arrow {
    font-size: 20px;
}

/* Image */
.floor-image img {
    width: 100%;
    max-width: 500px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .fp-title {
        font-size: 36px;
    }

    .fp-header h4 {
        font-size: 24px;
    }

    .floor-image {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .floor-plan-section {
        padding: 70px 20px;
    }

    .fp-title {
        font-size: 28px;
    }
}




.footer {
    background-color: #01729A;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer a:hover {
    color: #ffc107;
}



/* KEY HIGHLIGHTS SECTION */
.highlights-section {
    background-color: #9CAF9F; /* soft sage green */
    padding: 100px 0;
    color: #f3f3f3;
}

/* Subtitle */
.subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Divider */
.divider span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #eaeaea;
}

/* Main Title */
.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
}

/* Highlight Box */
.highlight-box h3.number {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.highlight-box h4 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.highlight-box p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
}

/* Underline */
.highlight-box .line {
    width: 80%;
    height: 1px;
    background: #eaeaea;
    margin: 15px 0 20px 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .main-title {
        font-size: 36px;
    }

    .highlight-box h4 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .highlights-section {
        padding: 70px 20px;
        text-align: center;
    }

    .row {
        text-align: center;
    }

    .highlight-box .line {
        margin: 15px auto 20px auto;
    }
}



/* AMENITIES SECTION */
.amenities-section {
    background-color: #A8B18F;
    padding: 100px 0;
    color: #f5f5f5;
}

/* Titles */
.amenities-section .subtitle {
    font-family: 'Inter', sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 10px;
}

.amenities-section .main-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
}

.divider span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #eee;
}

/* Cards */
.amenity-card {
    position: relative;
    overflow: hidden;
}

.amenity-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.4s ease;
}

.amenity-card:hover img {
    transform: scale(1.05);
}

/* Label */
.amenity-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255,255,255,0.9);
    color: #333;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

/* Button */
.brochure-btn {
    background: #243B5A;
    color: #fff;
    padding: 14px 40px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s;
}

.brochure-btn:hover {
    background: #1b2e47;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .amenities-section .main-title {
        font-size: 36px;
    }

    .amenity-card img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .amenities-section {
        padding: 70px 20px;
    }

    .amenity-card img {
        height: 250px;
    }
}



.projects-section {
    background: #f3f3f3;
    padding: 100px 0 60px;
}

/* Title */
.projects-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    margin-bottom: 40px;
}

/* Tabs */
.projects-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.project-tab {
    padding: 18px 60px;
    border: 1px solid #cdd5df;
    background: transparent;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.project-tab.active {
    background: #0d2a4a;
    color: #fff;
    border-color: #0d2a4a;
}

.project-tab:hover {
    background: #0d2a4a;
    color: #fff;
}

/* Slider */
.projects-slider {
    position: relative;
    overflow: hidden;
}

.projects-wrapper {
    display: flex;
    transition: 0.5s ease;
}

.project-card {
    min-width: 33.333%;
    position: relative;
}

.project-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Project Name */
.project-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 6px;
}

/* Navigation */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0d2a4a;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .project-card {
        min-width: 50%;
    }

    .project-card img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .project-card {
        min-width: 100%;
    }

    .projects-title {
        font-size: 32px;
    }

    .project-card img {
        height: 300px;
    }

    .project-tab {
        padding: 14px 30px;
        font-size: 14px;
    }
}


.location-section {
    position: relative;
    background: url('./image/Sky-park.webp') center center/cover no-repeat;
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.location-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 60, 70, 0.55);
}

.location-buttons {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    display: flex;
    gap: 20px;
}

/* Button styling */
.location-buttons .btn-primary {
    background-color: #1f3c63;
    border: none;
}

.location-buttons .btn-primary:hover {
    background-color: #162d4a;
}

/* Responsive */
@media (max-width: 768px) {

    .location-section {
        height: 70vh;
    }

    .location-buttons {
        flex-direction: column;
        gap: 15px;
        width: 90%;
    }

    .location-buttons .btn {
        width: 100%;
    }
}
