/* GLOBAL FONT SETTINGS */
body {
    font-family: "Quicksand", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Sans", sans-serif;
}


/* TOPBAR DESIGN */
.topbar {
    width: 100%;
    /*background: #f7e7ef;        */
    /*color: #333;*/
    background: #FAF6EE;   /* soft warm gold */
    color: #1C1C1C;
    padding: 8px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
}
.topbar-link {
    /*color: #fff;   */
    /* or your original color */
    color: #1C1C1C;
    text-decoration: none;
}
/* LEFT SIDE */
.topbar-left span {
    margin-right: 25px;
}

.topbar-left i {
    /*color: #c92a7b;      */
    color: #C9A14A;             /* GOLD icon color */
    margin-right: 5px;
}

/* RIGHT SIDE (SOCIAL ICONS) */
.topbar-right a {
    /*color: #c92a7b;*/
       color: #1C1C1C;  
    font-size: 18px;
    margin-left: 15px;
    transition: 0.3s;
}

.topbar-right a:hover {
    /*color: #a01d61;*/
    color: #C9A14A;     
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .topbar {
        flex-direction: column;
        text-align: center;
        padding: 10px 20px;
    }
    .topbar-left {
        margin-bottom: 5px;
    }
}


/* NAVBAR */
/*.brand-text {*/
/*    font-size: 32px;*/
/*    font-weight: 600;*/
/*    color: #00FA9A !important;*/
/*    letter-spacing: 2px;*/
/*     font-family: "Josefin Sans", sans-serif;*/
/*}*/

/*.nav-link {*/
/*    font-weight: 500;*/
/*    padding-left: 20px !important;*/
/*    padding-right: 20px !important;*/
/*    font-family: "Quicksand", sans-serif;*/
/*}*/

/*.book-btn {*/
    /*background:#00FA9A;*/
    /* #c27b7f;*/ 
/*    border-radius: 30px;*/
/*    padding: 8px 22px;*/
/*    color: white;*/
/*    font-family: "Quicksand", sans-serif;*/
/*}*/

/*.book-btn:hover {*/
/*    background: #a86b75;*/
/*    color: white;*/
/*}*/

/* Force navbar height */
.custom-navbar {
    min-height: 64px;                 /* FIXED navbar height */
    padding: 0 !important;
    display: flex;
    align-items: center;
    overflow: visible;
}

/* Container alignment */
.custom-navbar .container {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Brand fix */
.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
}

/* LOGO IMAGE – HARD CONTROL */
/*.navbar-brand img {*/
    /*height: 38px;   */
    /* FORCE image height */
/*    width: auto;*/
/*    display: block;*/
/*}*/

/* Nav links alignment */
.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-link {
    padding: 0 16px;
    line-height: 64px;  /* MATCH navbar height */
}
/*.navbar-toggler {*/
/*    border: none;*/
/*    outline: none;*/
/*}*/

/*.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {*/
/*    background-image: none;*/
/*    position: relative;*/
/*}*/

/*.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,*/
/*.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 24px;*/
/*    height: 2px;*/
/*    background: #000;*/
/*    left: 0;*/
/*    top: 50%;*/
/*}*/

/*.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {*/
/*    transform: rotate(-45deg);*/
/*}*/
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    transition: transform 0.3s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: none;
    position: relative;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
}


@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 36px;
        width:36px;
    }
    .custom-navbar {
        align-items: flex-start; 
    }
}



/* HERO SLIDER */
.header {
    position: relative;
}

.bg-img {
    position: relative;
    height: 90vh;
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.v-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.v-middle h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}

.v-middle h4 {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-family: "Josefin Sans", sans-serif;
    color: #E8C76A;
}

.hero-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 32px;
    /*background: #c27b7f;*/
    background: #C9A14A;
    border-radius: 30px;
    font-size: 18px;
    /*color: white;*/
    color: #000000;
    text-decoration:none;
    transition: 0.3s;
    font-family: "Josefin Sans", sans-serif;
}

.hero-btn:hover {
    /*background: #a86b75;*/
    /*color: #fff;*/
    background: linear-gradient(135deg, #B8923D, #D9B75F);
    color: #000000;
    transform: translateY(-2px);
}

/* CALL BUBBLE */
/*.reservation {*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    bottom: 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: white;*/
/*    padding: 8px 16px;*/
/*    border-radius: 40px;*/
/*    box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
/*    font-family: "Quicksand", sans-serif;*/
/*}*/

/*.reservation .icon {*/
/*    color: #c27b7f;*/
/*    font-size: 22px;*/
/*    margin-right: 10px;*/
/*}*/

/*.reservation .call span {*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    font-family: "Josefin Sans", sans-serif;*/
/*}*/

/* RESPONSIVE */
@media (max-width: 768px) {
    .v-middle h1 {
        font-size: 36px;
    }
}

/* About Section */
.about {
    padding: 80px 0;
}

.about-text .section-subtitle {
    /*color: #c27b7f;*/
    color: #C9A14A; 
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Josefin Sans", sans-serif;
}

.about-text .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    /*color: #333;*/
     color: #1C1C1C; 
    font-family: "Josefin Sans", sans-serif;
}

.about-text p {
    /*color: #555;*/
    color: #6B6B6B;   
    line-height: 1.7;
    margin-bottom: 12px;
    font-family: "Quicksand", sans-serif;
}

/* Call Box */
.reservations {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.reservations .icon {
    font-size: 40px;
    /*color: #c27b7f;*/
      color: #C9A14A; 
    margin-right: 15px;
}

.reservations .text p {
    margin: 0;
    font-size: 14px;
    /*color: #777;*/
     color: #8A8A8A;
    font-family: "Quicksand", sans-serif;
}

.reservations .text a {
    font-size: 20px;
    font-weight: 700;
    /*color: #c27b7f;*/
    color: #1C1C1C; 
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
}
.reservations .text a:hover {
    color: #C9A14A;              /* gold hover */
}

/* Images */
.about-img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Hover Zoom */
.about-img:hover {
    transform: scale(1.06);
}

/* ---------- MOBILE RESPONSIVE ---------- */

/* 375px */
@media (max-width: 375px) {
    .about {
        padding: 50px 0;
    }

    .section-title {
        font-size: 26px;
        line-height: 32px;
    }

    .reservations {
        justify-content: center;
        text-align: center;
    }

    .reservations .text a {
        font-size: 18px;
    }

    .about-img-box {
        margin-top: 20px;
    }

    .about-img {
        height: auto;
        border-radius: 8px;
    }
}

/* 320px */
@media (max-width: 320px) {

    .section-title {
        font-size: 22px !important;
    }

    .about-text p {
        font-size: 13px;
    }

    .reservations .text a {
        font-size: 16px;
    }

    .about-img {
        border-radius: 6px;
    }

    .about-img-box {
        margin-top: 15px;
    }
}


/* Services Section */
.services {
    padding: 80px 0;
}

.services .section-subtitle {
    /*color: #c27b7f;*/
    color: #C9A14A;   
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
}

.services .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: "Josefin Sans", sans-serif;
     color: #1C1C1C;  
}

/* Service Card */
.service-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.service-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

/* Hover Effects */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.service-card:hover img {
    transform: scale(1.05);
}

/* Titles & Text */
.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    /*color: #333;*/
     color: #1C1C1C;  
    font-family: "Quicksand", sans-serif;
}

.service-card p {
    font-size: 14px;
    /*color: #666;*/
    color: #6B6B6B;  
    margin-bottom: 20px;
    font-family: "Quicksand", sans-serif;
}

/* Book Now Button */
.btn-service {
    display: inline-block;
    padding: 10px 20px;
    /*background: #c27b7f;*/
      background: linear-gradient(135deg, #C9A14A, #E8C76A);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s ease;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
}

.btn-service:hover {
    /*background: #a8646c;*/
    /*transform: scale(1.08);*/
    background: linear-gradient(135deg, #B8923D, #D9B75F);
    transform: scale(1.08);
    color: #000000;
}

/* Mobile Responsive - 375px */
@media (max-width: 375px) {
    .services {
        padding: 50px 0;
    }
    .service-card {
        padding: 15px;
    }
    .service-card h3 {
        font-size: 18px;
    }
}

/* Mobile Responsive - 320px */
@media (max-width: 320px) {
    .service-card h3 {
        font-size: 17px;
    }
    .btn-service {
        padding: 8px 15px;
        font-size: 13px;
    }
}


/* SIMPLE FEATURES SECTION */
/*.simple-features {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*    padding: 40px 20px;*/
/*    flex-wrap: nowrap;*/
/*}*/

/*.simple-card {*/
/*    text-align: center;*/
/*    flex: 1;*/
/*}*/

/*.simple-card img {*/
/*    width: 100px;*/
/*    height: auto;*/
/*    display: block;*/
/*    margin: 0 auto 10px;*/
/*}*/

/*.simple-card p {*/
/*    font-size: 14px;*/
/*    color: #333;*/
/*    margin-top: 5px;*/
/*    font-weight: 500;*/
/*}*/


/* ------------ MOBILE VIEW (320px & 375px) ------------ */
/*@media (max-width: 480px) {*/

/*    .simple-features {*/
/*        flex-direction: column;*/
/*        gap: 25px;*/
/*    }*/

/*    .simple-card {*/
/*        width: 100%;*/
/*    }*/

/*    .simple-card img {*/
/*        width: 70px;*/
/*    }*/

/*    .simple-card p {*/
/*        font-size: 15px;*/
/*    }*/
/*}*/







/* Gallery Section */
.gallery {
    padding: 80px 0;
}

.gallery .section-subtitle {
    text-transform: uppercase;
    /*color: #c27b7f;*/
    color: #C9A14A;      
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.gallery .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1C1C1C;  
}

/* GALLERY ITEM */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.10);
    transition: all .4s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    transition: transform .5s ease;
}

/* Hover Effect */
.gallery-item:hover img {
    transform: scale(1.12);
}

/* Overlay */
.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.55);*/
    background: rgba(0,0,0,0.60); /* richer luxury overlay */
    color: #FFFFFF;
    /*color: #fff;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s ease;
    border-radius: 14px;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.overlay h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
      color: #E8C76A;  
}

/* Book Button */
.book-btn {
    /*background: #c27b7f;*/
    background: linear-gradient(135deg, #C9A14A, #E8C76A);
    padding: 8px 20px;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: .3s ease;
}

.book-btn:hover {
    /*background: #a8656d;*/
    background: linear-gradient(135deg, #B8923D, #D9B75F);
    transform: scale(1.08);
}

/* MOBILE RESPONSIVE */
@media (max-width: 375px) {
    .overlay h4 {
        font-size: 18px;
    }
    .book-btn {
        padding: 7px 16px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .overlay h4 {
        font-size: 16px;
    }
    .book-btn {
        padding: 6px 14px;
    }
}

.fixed-bg-section {
    height: 40vh;
    background-image: url('imgs/cta-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* The Magic Line */
    position: relative;
}

.fixed-bg-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* deeper premium overlay */
    /*background: rgba(0, 0, 0, 0.4);*/
    /* Optional overlay */
}

.fixed-content {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.fixed-content h2 {
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
}

.fixed-content p {
    font-size: 20px;
    color: #E8C76A;               /* soft gold highlight */
}
/* CALL BUTTON */
.call-btn {
    display: inline-block;
    padding: 14px 35px;
    /*background: #c27b7f;*/
    /*color: white;*/
    background: linear-gradient(135deg, #C9A14A, #E8C76A);
    color: #000000;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.call-btn:hover {
    /*background: #a86b75;*/
    background: linear-gradient(135deg, #B8923D, #D9B75F);
    color: #000000;
}

@media (max-width: 425px) {
    .fixed-content h2 {
        font-size: 22px;
    }
 .call-btn {
        font-size: 18px;
        padding: 8px 20px;
    }
}


/* Section */
.why-choose-split {
    padding: 90px 20px;
    background: #f9f7f2;
    font-family: 'Poppins', Arial, sans-serif;
}

/* Wrapper */
.why-choose-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* Left content */
.why-subtitle {
    color: #C9A14A;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
}
.why-para {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    max-width: 520px;
}

.why-highlight {
    display: inline-block;
    background: rgba(201, 161, 74, 0.15);
    color: #C9A14A;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}


/*.why-title {*/
/*    font-size: 40px;*/
/*    font-weight: 600;*/
/*    color: #222;*/
/*    line-height: 1.3;*/
/*    margin-bottom: 35px;*/
/*}*/

/* Cards */
.why-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.why-card {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
    font-size: 15px;
    color: #333;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    border-left: 4px solid #C9A14A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* Right image */
.why-right img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose-wrapper {
        grid-template-columns: 1fr;
    }

    .why-title {
        font-size: 32px;
    }

    .why-cards {
        grid-template-columns: 1fr;
    }
}


/* ---------------- TESTIMONIAL SECTION ---------------- */

.testimonial-section {
    padding: 60px 20px;
    /*background: #f8f4f7;*/
    background: #FAF6EE;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.testimonial-title {
    font-size: 32px;
    font-weight: 600;
    /*color: #c81b89;*/
    color: #1C1C1C; 
    margin-bottom: 40px;
}

/* Testimonial Cards Grid */
.testimonial-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1300px;
    margin: auto;
}

/* Individual Card Styling */
.testimonial-card {
    /*background: #fff;*/
    background: #FFFFFF;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 6px solid #C9A14A;   /* luxury gold accent */
    /*border-left: 6px solid #c81b89;*/
}

/* Hover Animation */
.testimonial-card:hover {
    transform: translateY(-8px);
    /*box-shadow: 0px 8px 25px rgba(0,0,0,0.12);*/
     box-shadow: 0px 10px 30px rgba(0,0,0,0.16);
}

.testimonial-text {
    font-size: 15px;
    /*color: #444;*/
    color: #6B6B6B;  
    line-height: 1.6;
    margin-bottom: 15px;
}

.client-name {
    font-size: 16px;
    /*color: #c81b89;*/
    color: #1C1C1C;  
    font-weight: 600;
}

/* ----------- RESPONSIVE ----------- */

/* Tablets */
@media (max-width: 768px) {
    .testimonial-container {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile 375px & 320px */
@media (max-width: 480px) {
    .testimonial-container {
        grid-template-columns: 1fr;
    }

    .testimonial-title {
        font-size: 26px;
    }

    .testimonial-card {
        padding: 18px;
    }
}

.footer {
    /*background: #111;*/
    /*color: #ddd;*/
    background: #1C1C1C;                 /* deep charcoal */
    color: #B5B5B5; 
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    /*color: #e3c49b;*/
    color: #C9A14A; 
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #e3c49b;
    margin-left: 4px;
}

/* Social Icons */
.social-icon {
    /*color: #ddd;*/
    color: #C9A14A;  
    font-size: 20px;
    display: inline-flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e3c49b;
    transition: 0.3s;
}

.social-icon:hover {
    /*background: #e3c49b;*/
    /*color: #111;*/
    background: #C9A14A;
    color: #1C1C1C;
    transform: scale(1.1);
}

/* Footer bottom */
.footer-bottom {
    /*border-color: rgba(255, 255, 255, 0.1) !important;*/
    /*color: #ccc;*/
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #8A8A8A;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .footer-title {
        font-size: 18px;
    }

    .social-icon {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
}
