@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* font-family: "Mulish", sans-serif;
 font-family: "Playfair Display", serif; */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Mulish", sans-serif !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #ffffff !important;
}

.navbar-brand {
    width: 8%;
    margin-right: 0 !important;
}

.navbar-toggler-icon {
    background-image: url("https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkmiispwyp.webp");
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    border: none;
    box-shadow: unset !important;
}

.navbar-brand img {
    width: 75%;
}

.navbar {
    transition: background 0.28s;
    background: #14355a;
    /* box-shadow: 0 1px 16px rgba(43,58,91,0.07); */
}

.navbar-glass {
    background: transparent;
    /* transition: background 0.28s;
  box-shadow: 0 2px 24px rgba(10,32,56,0.09); */
}

.navbar-nav {
    padding: 6px 21px;
    background: #14355a;
    border-radius: 2rem;
    position: relative;
}



.nav-link {
    margin: 0 0.4rem;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
}

.py_5 {
    padding: 5rem 0;
}

.blue {
    color: #0e3952;
}

.bg_blue {
    background-color: #0e3952;
}

.overview,
.unit_plans {
    background-color: #f2f2f7;
}

.heading {
    font-family: "Playfair Display", serif !important;
    font-size: 1.8rem !important;
    line-height: 2.6rem;
    font-weight: 600;
    color: #0e3952;
    margin-bottom: 2rem;
}

.overview img {
    width: 100%;
    height: 550px;
    border-radius: 0;
}

.overview .btn {
    background-color: #0e3952;
    padding: 0.5rem 2rem;
    color: #fff;
    border-radius: 2rem;
}

.discover_btn {
    background-color: #0e3952 !important;
    padding: 0.5rem 2rem;
    color: #fff;
    border-radius: 2rem;
}

.dimond_bg {
    background-image: url("https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkmicswpl3.webp");
    background-position: center;
    background-size: contain;
    /* Use contain so the full diamond+lines are visible */
    background-repeat: no-repeat;
    height: 40px;
    width: 240px;
    margin: 20px auto;
    display: block;
}

.btn-circle {
    width: 42px;
    height: 42px;
    background: #18485c;
    box-shadow: 0 2px 8px rgba(24, 72, 92, 0.09);
    border: none;
}

.btn-circle:hover {
    background: #296687;
}

.unit_plans .masterimage {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #b8b8b8;
}

.unit_plans h3 {
    font-family: "Playfair Display", serif !important;
}

.unit_nav {
    position: absolute;
    top: 30%;
    right: 18%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-item a:hover {
    color: #ffffff !important;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #000 !important;
    border-radius: 0;
    outline: 0;
    background: #f2f2f7 !important;
    color: #000;
}

.unit_nav .nav-link {
    color: #14355a !important;
}

.card_bg {
    background: white;
    height: 400px;
    padding-top: 20%;
    margin-left: -13px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-content {
    border: 1px solid #b8b8b8;
    padding: 3px;
    border-radius: 1rem;
}

.box_padding {
    padding: 0 5rem 1rem 1rem;
}

.amenities-dot {
    width: 16px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: #e2e6ea;
    border: none;
    transition: all 0.25s;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.amenities-dot.active,
.amenities-dot:active,
.amenities-dot:focus {
    background: #14355a !important;
    /* Brand navy/accent */
    width: 44px !important;
    border-radius: 2rem;
    /* Larger */
    height: 20px !important;
    outline: none !important;
}

.amen_name {
    font-size: 0.9rem;
}

/* Amenity Card Styling */

.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 140px;
    justify-content: center;
}

.amenity-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    background: #f6f8fa;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
}

.amenity-name {
    font-family: "Mulish", sans-serif;
    font-size: 0.9rem;
    color: #18485c;
    font-weight: 500;
    text-align: center;
    line-height: 1.18;
    letter-spacing: 0.02rem;
    padding-top: 0.6rem;
    margin-bottom: 0;
}

/* Dots Navigation */

.amenities-dot {
    width: 18px;
    height: 18px;
    margin: 0 6px;
    border-radius: 50%;
    background: #f0f3f7;
    border: none;
    transition: background 0.2s;
    outline: none;
}

.amenities-dot.active,
.amenities-dot:active,
.amenities-dot:focus {
    background: #18485c;
    outline: none;
}

/* Responsive: single row of items on mobile */

@media (max-width: 767px) {
    .amenity-item {
        min-height: 110px;
        margin-bottom: 22px;
    }
    .amenity-icon {
        width: 43px;
        height: 43px;
    }
    .amenity-name {
        font-size: 0.98rem;
    }
}

.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 140px;
    /* Optional: ensures all boxes match height */
    justify-content: flex-start;
}

.video-section {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("https://magicpage-dev.propstory.com/ImageUploads/Image_Upload/1nnx5eapkmie4l9s0.webp") center center/cover no-repeat;
    overflow: hidden;
}

.bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    /* optional: darkens bg for better video contrast */
    z-index: 1;
}

.video-container {
    z-index: 2;
    width: 70%;
    margin: auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}

.video-container video {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.location-section {
    display: flex;
    gap: 30px;
    background: #f3f4f8;
}

.location-left {
    width: 50%;
}

.map-box iframe {
    width: 100%;
    height: 320px;
    border-radius: 6px;
}

.open-map-btn {
    margin-top: 15px;
    background: #092d42;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.location-right {
    width: 50%;
}

.accordion-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.arrow_icon {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: #fff;
    border: none;
    color: #0e3952;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.accordion-header .icon {
    width: 24px;
    margin-right: 10px;
}

.accordion-header span.arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* To align icon + text together */

.accordion-header .left-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-body {
    display: none;
    padding: 10px 20px;
    background: #f8f9fc;
}

.accordion-body ul {
    margin: 0;
    padding-left: 20px;
}

.accordion-body li {
    padding: 5px 0;
}

.gallery-section {
    background: #f5f6fa;
    padding: 48px 0;
    text-align: center;
}

.gallery-title {
    font-size: 1.18rem;
    font-weight: 400;
    color: #7a8493;
    margin-bottom: 18px;
}

.heading {
    font-family: "Playfair Display", serif !important;
    font-size: 1.34rem;
    color: #14355a;
    margin-bottom: 30px;
}

.gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 12px 42px;
    border-radius: 26px;
    font-size: 1rem;
    font-weight: 500;
    background: #eaf0f7;
    border: none;
    cursor: pointer;
    color: #14355a;
    transition: background 0.19s;
}

.tab-btn.active {
    background: #14355a;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.images-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.main-image img {
    width: 70%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 16px 32px rgba(15, 45, 120, 0.11);
    transition: box-shadow 0.2s;
}

.thumb-images {
    display: flex;
    flex-direction: row;
    gap: 22px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.thumb-images img {
    width: 175px;
    height: 120px;
    object-fit: cover;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(70, 85, 130, 0.09);
    opacity: 0.76;
    transition: opacity 0.17s, box-shadow 0.25s;
    border: 2.5px solid transparent;
}

.thumb-images img.active,
.thumb-images img:active,
.thumb-images img:focus {
    opacity: 1;
    border: 2.5px solid #14355a;
    box-shadow: 0 8px 22px rgba(20, 53, 90, 0.16);
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 25px !important;
    color: #14355a !important;
}

@media (max-width: 900px) {
    .main-image img {
        max-width: 99vw;
    }
    .thumb-images img {
        width: 28vw;
        height: 80px;
    }
}

@media (max-width: 600px) {
    .gallery-section {
        padding: 32px 0;
    }
    .gallery-tabs {
        gap: 8px;
    }
    .tab-btn {
        padding: 12px 31px;
        font-size: 0.96rem;
    }
    .thumb-images {
        gap: 9px;
        flex-wrap: wrap;
    }
    .thumb-images img {
        max-width: 49vw;
        height: 74px;
    }
}

.thumb-slider {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 16px;
    background: transparent;
    padding-bottom: 22px;
}

.thumb-slider .swiper-slide {
    width: 170px !important;
    /* Minimum thumbnail width */
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-slider img.thumb-exterior {
    width: 156px;
    height: 110px;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(70, 85, 130, 0.09);
    border: 2.5px solid transparent;
    transition: border 0.2s, box-shadow 0.19s;
}

.thumb-slider img.thumb-exterior.active {
    border: 2.5px solid #14355a;
    box-shadow: 0 8px 22px rgba(20, 53, 90, 0.16);
}

/* Swiper thumbnail slider styling */

.thumb-slider {
    width: 100%;
    max-width: 960px;
    margin: 18px auto 0 auto;
    background: transparent;
    padding-bottom: 24px;
    position: relative;
}

.thumb-slider .swiper-wrapper {
    align-items: center;
}

.thumb-slider .swiper-slide {
    width: 150px !important;
    /* Thumbnail width */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
}

.thumb-slider img.thumb-exterior,
.thumb-slider img.thumb-interior {
    width: 140px;
    height: 95px;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(70, 85, 130, 0.09);
    border: 2.5px solid transparent;
    transition: border 0.22s, box-shadow 0.19s, opacity 0.14s;
    opacity: 0.75;
}

.thumb-slider img.active,
.thumb-slider img:active,
.thumb-slider img:focus {
    border: 2.5px solid #14355a;
    box-shadow: 0 8px 22px rgba(20, 53, 90, 0.18);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #14355a;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(20, 53, 90, 0.13);
}

/* For positioning arrows clearly */

.thumb-slider .swiper-button-prev {
    left: -45px;
}

.thumb-slider .swiper-button-next {
    right: -45px;
}

@media (max-width: 600px) {
    .thumb-slider {
        max-width: 99vw;
        padding-bottom: 12px;
    }
    .thumb-slider .swiper-slide,
    .thumb-slider img.thumb-exterior,
    .thumb-slider img.thumb-interior {
        width: 42vw !important;
        height: auto !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 29px;
        height: 29px;
        left: -15px;
        right: -15px;
    }
}

@media (max-width: 600px) {
    .thumb-slider .swiper-slide,
    .thumb-slider img.thumb-exterior {
        width: 44vw !important;
        height: auto;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

.site-footer {
    background: #fff;
    border-top: 2px solid #dee3eb;
    padding: 12px 0 10px 0;
    font-family: inherit;
    margin-top: 3rem;
    font-family: inherit;
    color: #98a6b3;
    font-size: 0.98rem;
}

.footer-container p {
    font-size: 0.8rem;
    text-align: justify;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 24px;
    flex-wrap: wrap;
}

.footer-left {
    line-height: 2em;
    flex: 1;
    min-width: 200px;
}

.footer-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    min-width: 220px;
}

.footer-link {
    color: #98a6b3;
    text-decoration: underline !important;
    font-size: inherit;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #14355a !important;
}

.footer-separator {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #d7dde5;
    margin: 0 12px;
    vertical-align: middle;
}

.footer-powered {
    color: #abbecd;
    font-size: inherit;
}

.footer-powered:hover {
    color: #14355a !important;
}

.enquire-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
    background: #14355a;
    color: #fff;
    font-weight: 600;
    padding: 22px 16px;
    border-radius: 2rem;
    box-shadow: 0 8px 28px rgba(40, 60, 120, 0.1);
    writing-mode: vertical-lr;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.19s, box-shadow 0.19s;
    cursor: pointer;
}

.enquire-btn:hover {
    color: #fff !important;
}

/* Modal  */

.enquire-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(44, 62, 80, 0.34);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s;
}

.enquire-modal {
    background: #14355a;
    border-radius: 8px;
    box-shadow: 0 8px 44px rgba(20, 49, 58, 0.15);
    max-width: 500px;
    width: 98vw;
    padding: 28px 20px 30px 20px;
    position: relative;
    border: 2px solid #d0d6d6;
}

.enquire-modal-header {
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}

.enquire-close {
    position: absolute;
    top: 11px;
    right: 14px;
    font-size: 2rem;
    font-weight: 300;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: color 0.18s;
}

.enquire-close:hover {
    color: #f8b393;
}

.form-field {
    position: relative;
    margin-bottom: 18px;
}

.form-field input {
    width: 100%;
    padding: 16px 44px 16px 18px;
    font-size: 1rem;
    border-radius: 6px;
    border: none;
    background: #f8fafd;
    color: #375055;
    box-shadow: 0 2px 10px rgba(43, 61, 81, 0.04);
    outline: none;
    transition: box-shadow 0.15s;
    margin-bottom: 2px;
}

.form-field input:focus {
    box-shadow: 0 2px 18px rgba(43, 61, 81, 0.08);
}

.form-icon {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    pointer-events: none;
}

.rounded-circle {
    transform: rotate(-40deg);
}

.rounded-pill {
    font-size: 1.1rem !important;
}

.submit_button {
    background: #fff !important;
    color: #17385d !important;
    font-weight: 600;
    font-size: 1.12rem;
    padding: 9px 0;
    border-radius: 3px;
    letter-spacing: 0.04em;
    box-shadow: 0 2px 12px rgba(20, 49, 58, 0.09);
    margin-top: 18px;
    border: none;
    cursor: pointer;
    transition: background 0.18s;
    width: 100%;
}

.submit_button:hover {
    background: #fff8f8 !important;
}

/* Success and Error */

.success_msg h4,
.error_msg h4 {
    color: #fff;
    font-size: 1.07rem;
    text-align: center;
    font-family: inherit;
}

.carousel-inner {
    margin-top: 5%;
}

.unit_plans .tab-content {
    display: block;
}
.fixed-top{
    z-index: 9 !important;
}
/* Responsive */

@media (max-width: 500px) {
    .enquire-modal {
        max-width: 98vw;
        padding: 22px 7px 22px 7px;
    }
}

/* Mobile behaviour */
/* Hide old vertical enquire button on mobile */
@media (max-width: 767px) {
  .enquire-btn {
    display: none !important;
  }
}

/* Mobile bottom bar */
.mobile-action-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  width: 100%;
  background: #0e3952;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.25);
}

.mobile-btn {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.mobile-btn:last-child {
  border-right: none;
}

.mobile-btn .icon {
  margin-right: 6px;
}

/* Only show on mobile */
@media (min-width: 768px) {
  .mobile-action-bar {
    display: none;
  }
}


@media (max-width: 700px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .footer-right {
        justify-content: flex-start;
        min-width: 0;
        gap: 20px;
    }
    .footer-separator {
        margin: 0 8px;
    }
}

@media (max-width: 450px) {
    .site-footer {
        font-size: 0.93rem;
        padding: 20px 0 6px 0;
    }
    .footer-container {
        padding: 0 10px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    
    .nav-link {
    margin: 0 0.4rem;
    color: #14355a !important;
}
    .iti-mobile .intl-tel-input .country-list {
        max-height: 100%;
        width: 91% !important;
        height: 22rem;
        top: 54%;
        left: 5%;
    }
    .enquire-modal {
        max-width: 330px;
    }
    .location-section {
        flex-direction: column;
    }
    .location-left,
    .location-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .min-h-img {
        min-height: 120px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 25%;
    }
    .accordion-item ::first {
        margin-top: 10rem;
    }
    .navbar-brand img {
        width: 70%;
    }
    .footer-container {
        padding-bottom: 5rem;
    }
    .gallery-section .main-image img {
        width: 95%;
    }
    .overview img {
        height: auto;
    }
    .gallery-section .thumb-images img {
        width: 95%;
        height: 178px;
    }
    .video-container {
        z-index: 2;
        width: 84%;
    }
    .carousel-inner {
        margin-top: 24% !important;
    }
    .navbar-collapse {
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 0;
        top: 4.5rem;
        z-index: 99999;
        left: 0;
    }
    .navbar-nav {
        border-radius: 0;
        background-color: #fff;
        text-align: center;
    }
    .unit_nav {
        position: absolute;
        top: 10%;
        left: 0;
    }
    .mb_4 {
        margin: 3rem 0 !important;
    }
    .tab-content {
        margin-top: 30%;
    }
    .tab-content img {
        width: 100%;
    }
    .card_bg {
        background: white;
        height: auto;
        padding-top: 10%;
        margin-left: 0px;
        border-radius: 0;
        padding-bottom: 6%;
    }
}

/* Gallery  */

.slick-slider,
.slick-slider1 {
    margin: 28px auto 0 auto;
}

.slick-slider .element,
.slick-slider1 .element {
    margin: 10px;
    border-radius: 14px;
    height: auto;
    text-align: center;
    box-shadow: 0 4px 16px rgba(33, 40, 70, 0.07);
    padding: 0;
}

.slick-slider .element img,
.slick-slider1 .element img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
}

@media (max-width:900px) {
    .slick-slider .element img,
    .slick-slider1 .element img {
        height: auto;
    }
}

@media (max-width:600px) {
    .slick-slider .element img,
    .slick-slider1 .element img {
        height: auto;
    }
    .slick-slider button {
        display: none !important;
    }
    .gallery-section .tab-content {
        margin: 0;
    }
}




