body {
    background-color: #181818;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: white;
}

a {
    text-decoration: none;
}

/* Hero Section */
.hero3 {
    height: 500px;
    min-height: 400px;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url("../Images/concierge_header.png") center / cover no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    margin-top: 80px;
    padding: 0 20px;
    color: white;
}

.hero-content h1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: white;
}

.hero-content p {
    font-size: 18px;
    opacity: 0.9;
    color: white;
}

/* Luxury Hotels Section */
.excellence3 {
    padding: 45px 40px !important;
    margin: 0 auto;
    background-color: #181818;
}

.excellence3 .container {
    max-width: 1400px;
    margin: 0 auto;
}

.excellence3 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 200;
    color: white;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-family: "Tenor Sans", sans-serif;
    position: relative;
}

.excellence-content3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.excellence-text3 h2 {
    text-align: start;
}

.excellence-text3 p {
    margin-bottom: 20px;
    color: #bdbdbd;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}

.excellence-image3 img {
    width: 100%;
}

.available-flights {
    background-color: #181818;
    padding: 40px;
}

.available-flights .container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Grid */
.flights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    align-items: stretch;
}

.flight-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    background-color: #181818;
}

.image-box {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-body h3 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 5px;
}

.card-body h2 {
    font-size: 15px;
    color: #c9a86a;
    margin-bottom: 10px;
    font-family: "Urbanist", sans-serif;
}

.card-body p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #bdbdbd;
    font-weight: 200;
    font-family: "Raleway", sans-serif;
}

.card-body p b {
    color: white;
}

.book-btn {
    margin-top: auto;
    background: #c9a86a;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    max-width: none !important;
    width: 100% !important;
}

.book-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.book-btn:hover::after {
    opacity: 1;
}

.book-btn span {
    position: relative;
    z-index: 1;
}

.passenger_icon {
    width: 17px;
    vertical-align: middle;
    height: 17px;
    margin-right: 10px;
}

.title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.title-row h3 {
    margin: 0;
}

.tag-text {
    font-size: 14px;
    color: #c9a86a;
    white-space: nowrap;
}

/* How It Works Section */
.choose2 {
    padding: 80px 40px;
    background-color: #181818;
}

.choose2 h2 {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    color: white;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-family: "Tenor Sans", sans-serif;
}

.choose-container2 {
    max-width: 1400px;
    margin: 0 auto;
}

.overlay-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 64px;
    margin-top: -80px !important;
    max-width: 1200px;
    margin-bottom: -60px !important;
    margin: 0 auto;
}

.overlay-card2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    border-radius: 20px;
    min-height: 300px;
}

.overlay-card2 h3 {
    font-size: 48px;
    margin-bottom: 2px;
    text-align: center;
    color: #c9a86a;
    justify-content: center;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}

.overlay-card2 p {
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 15px;
    line-height: normal;
    font-family: "Urbanist", sans-serif;
}

.overlay-card3 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    border-radius: 20px;
    min-height: 300px;
}

.overlay-card3 h3 {
    font-size: 48px;
    margin-bottom: 2px;
    text-align: center;
    color: #c9a86a;
    justify-content: center;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}

.overlay-card3 p {
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 15px;
    line-height: normal;
    font-family: "Urbanist", sans-serif;
}

/* Discuss Section */
.discuss {
    padding: 50px 25px;
    background-color: #161616;
    border-bottom: 1px solid #333;
}

.discuss h3 {
    font-size: 22px;
    text-align: center;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 10px;
    color: white;
}

.discuss p {
    font-size: 15px;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 20px;
    color: #bdbdbd;
}

/* Footer Section*/
.footer {
    background: #161616;
    padding: 80px 40px 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.footer-brand img {
    height: 40px;
    max-width: 100%;
    object-fit: contain;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 40px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: "Tenor Sans", sans-serif;
}

.footer-column a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #c9a86a;
}

.subscribe-field {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.subscribe-field input {
    flex: 1;
    padding: 12px;
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
}

.subscribe-button {
    padding: 12px 30px;
    background: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    transition: background 0.3s;
    white-space: nowrap;
}

.subscribe-button:hover {
    background: #c4a962;
}

.social-icons {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.social-icons a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: white;
    font-size: 14px;
    max-width: 1400px;
    margin: 0 auto;
}

/* View All Button */
.view-all-button {
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 14px 32px;
    font-size: 15px;
    cursor: pointer;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
}

.view-all-button:hover {
    background-color: #c9a86a;
    border: 1px solid #c9a86a;
    color: #000;
}

/* Responsiveness */

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
    .nav-container {
        padding: 0 30px;
    }

    .nav-left,
    .nav-right {
        gap: 40px;
    }

    .excellence3,
    .available-flights {
        padding: 40px 30px !important;
    }
}

/* Large Tablets and Small Desktops (1024px and below) */
@media (max-width: 1024px) {
    .excellence3 {
        padding: 35px !important;
    }

    .excellence-content3 {
        gap: 40px;
    }

    .excellence3 h2 {
        font-size: 24px;
    }

    .excellence-text3 p {
        font-size: 16px;
    }

    .flights-grid {
        grid-template-columns: 1fr 1fr 2fr;
        gap: 18px;
    }

    .overlay-grid2 {
        gap: 40px;
    }

    .overlay-card2 {
        min-height: 280px;
    }

    .overlay-card3 {
        min-height: 280px;
    }

    .overlay-card2 h3 {
        font-size: 42px;
    }

    .overlay-card3 h3 {
        font-size: 42px;
    }

    .nav-left,
    .nav-right {
        gap: 30px;
    }

    .nav-link {
        font-size: 15px;
    }
}

/* Tablet Medium (900px and below) */
@media (max-width: 900px) {
    .menu-toggle {
        display: flex;
    }

    .nav-left,
    .nav-right {
        display: none;
    }

    .nav-container {
        justify-content: space-between;
    }

    .logo {
        order: 2;
    }

    .menu-toggle {
        order: 1;
    }
}

/* Tablets (768px and below) */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 20px;
    }

    .logo img {
        height: 50px;
        max-width: 220px;
    }

    .excellence3 {
        padding: 30px 20px !important;
    }

    .excellence-content3 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .excellence3 h2 {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .excellence-text3 h2 {
        text-align: left;
    }

    .excellence-text3 p {
        font-size: 15px;
        line-height: 1.5;
        text-align: left;
    }

    .flights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .overlay-grid2 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .overlay-card2 {
        min-height: 250px;
        margin-top: -50px;
    }

    .overlay-card2 h3 {
        font-size: 38px;
    }

    .overlay-card3 {
        min-height: 250px;
        margin-top: 30px;
    }

    .overlay-card3 h3 {
        font-size: 38px;
    }

    .choose2 {
        padding: 60px 20px;
    }

    .discuss h3 {
        font-size: 20px;
    }

    .discuss p {
        font-size: 14px;
    }

    .available-flights {
        padding: 30px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand {
        text-align: center;
    }

    .choose-container2 h2 {
        margin-bottom: 50px !important;
    }
}

/* Mobile Devices (480px and below) */
@media (max-width: 480px) {
    .nav-container {
        padding: 0 15px;
    }

    .logo img {
        height: 40px;
        max-width: 180px;
    }

    .sidebar-logo img {
        height: 30px;
        max-width: 170px;
    }

    .excellence3 {
        padding: 25px 15px !important;
    }

    .excellence-content3 {
        gap: 25px;
    }

    .excellence3 h2 {
        font-size: 20px;
        letter-spacing: 1.5px;
    }

    .excellence-text3 p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .flights-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }

    .image-box {
        height: 200px;
    }

    .card-body {
        padding: 15px;
    }

    .card-body h3 {
        font-size: 16px;
    }

    .card-body h2 {
        font-size: 14px;
    }

    .card-body p {
        font-size: 13px;
    }

    .book-btn {
        padding: 12px;
        font-size: 14px;
    }

    .overlay-card2 {
        min-height: 220px;
        padding: 20px 15px;
    }

    .overlay-card2 h3 {
        font-size: 34px;
    }

    .overlay-card2 p {
        font-size: 14px;
    }

    .overlay-card3 {
        min-height: 220px;
        padding: 20px 15px;
    }

    .overlay-card3 h3 {
        font-size: 34px;
    }

    .overlay-card3 p {
        font-size: 14px;
    }

    .choose2 {
        padding: 50px 15px;
    }

    .choose2 h2 {
        font-size: 20px;
    }

    .discuss {
        padding: 40px 15px;
    }

    .discuss h3 {
        font-size: 18px;
        padding: 0 10px;
    }

    .discuss p {
        font-size: 13px;
        padding: 0 10px;
    }

    .view-all-button {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }

    .available-flights {
        padding: 25px 15px;
    }

    .footer {
        padding: 60px 20px 20px;
    }

    .footer-brand {
        margin-bottom: 20px;
    }

    .footer-brand img {
        height: 50px;
        max-width: 300px;
    }

    .sidebar {
        width: 260px;
    }

    .subscribe-field {
        flex-direction: column;
    }

    .subscribe-field input {
        width: 100%;
    }

    .subscribe-button {
        width: 100%;
    }

    .footer-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 10px;
    }

    .footer-column h4 {
        grid-column: span 2;
        text-align: left;
        margin-bottom: 15px;
    }

    .footer-column a {
        margin-bottom: 0;
        font-size: 13px;
    }

    .footer-column:nth-child(3) {
        display: block;
    }

    .footer-column:nth-child(3) .subscribe-field {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .footer-column:nth-child(3) .subscribe-field input {
        flex: 1;
    }

    .footer-column:nth-child(3) .subscribe-button {
        white-space: nowrap;
        width: auto;
    }

    .footer-column:nth-child(3) .social-icons {
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
    }
}

/* Extra Small Devices (360px and below) */
@media (max-width: 360px) {
    .logo img {
        height: 28px;
        max-width: 130px;
    }

    .sidebar-logo img {
        height: 22px;
        max-width: 140px;
    }

    .sidebar {
        width: 240px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .excellence3 h2 {
        font-size: 18px;
    }

    .excellence-text3 p {
        font-size: 13px;
    }

    .nav-link {
        font-size: 10px;
    }

    .overlay-card2 h3 {
        font-size: 30px;
    }

    .overlay-card2 p {
        font-size: 13px;
    }

    .overlay-card3 h3 {
        font-size: 30px;
    }

    .overlay-card3 p {
        font-size: 13px;
    }

    .footer-brand img {
        max-width: 130px;
    }
}

/* Internal styles from concierge.blade.php */
.passenger-row {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #bdbdbd;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "Urbanist", sans-serif;
}

.passenger-row img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    flex-shrink: 0;
}

.concierge-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 30px 0 0;
    background: #181818;
}

.tab-btn {
    background: transparent;
    border: none;
    color: #bdbdbd;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    padding: 10px 36px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.tab-btn:hover {
    color: #c9a86a;
}

.tab-btn.active {
    background: #c9a86a;
    color: #000;
    font-weight: 700;
    border-radius: 4px;
}

/* ===== TAB CONTENT ===== */
.tab-content {
    background: #181818;
}

.tab-content.hidden {
    display: none;
}

.container-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
}

/* ===== SECTION INFO ===== */
.tab-section-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding-bottom: 0 !important;
}

.tab-section-info.reverse .tab-info-image {
    order: -1;
}

.tab-info-text h2 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 3px;
    margin-bottom: 16px;
    color: #fff;
}

.tab-info-text p {
    color: #bdbdbd;
    line-height: 1.7;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
}

.tab-info-image img {
    width: 100%;
    border-radius: 6px;
}

/* ===== CARD GRID ===== */
.tab-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 30px !important;
}

.tab-content .flight-card {
    cursor: pointer;
}

/* ===== DETAIL VIEW ===== */
.detail-top {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: start;
    padding-bottom: 0 !important;
}

.detail-top-gap {
    height: 30px;
}

.detail-name {
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 6px 0 10px;
    letter-spacing: 1px;
}

.detail-category {
    font-size: 13px;
    color: #c9a86a;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 2px;
}

.detail-location {
    font-size: 14px;
    color: #bdbdbd;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-bottom: 14px;
}

.detail-about {
    font-size: 15px;
    color: #bdbdbd;
    line-height: 1.7;
    font-family: "Urbanist", sans-serif;
}

.detail-gallery {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 450px;
}

.detail-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    transform: translateY(-50%);
}

.gallery-btn {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem;
    transition: background 0.3s;
}

.gallery-btn:hover {
    background: rgba(196, 160, 83, 0.8);
}

/* ===== HOW IT WORKS + FORM ===== */
.detail-bottom {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: stretch;
}

.how-it-works-box,
.enquiry-form-box {
    height: 100%;
    box-sizing: border-box;
}

.how-it-works-box {
    background: #111;
    border-radius: 12px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.how-it-works-box h3 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 17px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #2a2a2a;
    color: #fff;
}

.hiw-steps {
    display: flex;
    flex-direction: column;
}

.hiw-step {
    text-align: center;
    padding: 24px 10px;
    border-bottom: 1px solid #2a2a2a;
    flex: 1;
}

.hiw-step:last-child {
    border-bottom: none;
}

.add-guest-btn {
    background: #c9a86a;
    color: #000;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.2s;
}

.add-guest-btn:hover {
    background: #fff;
}

.guest-block {
    margin-bottom: 20px;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 10px;
}

.guest-block:last-child {
    border-bottom: none;
}

.guest-block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.guest-block-header h4 {
    font-size: 13px;
    color: #c9a86a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Urbanist", sans-serif;
}

.remove-guest-btn {
    color: #ff4444;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

#guest-sections-container {
    padding-right: 5px;
    margin-top: 10px;
}

#guest-sections-container::-webkit-scrollbar {
    width: 4px;
}

#guest-sections-container::-webkit-scrollbar-thumb {
    background: #c9a86a;
    border-radius: 4px;
}

.hiw-num {
    font-size: 36px;
    color: #c9a86a;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.hiw-title {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1.5px;
    text-transform: none !important;
}

.hiw-step p {
    font-size: 13px;
    color: #bdbdbd;
    line-height: 1.5;
    font-family: "Urbanist", sans-serif;
    margin: 0;
}

.enquiry-form-box {
    background: #111;
    border-radius: 12px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
}

.enquiry-form-box h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;
    color: #fff;
}

.enq-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.enq-field {
    margin-bottom: 16px;
}

.enq-field label {
    display: block;
    font-size: 13px;
    color: #bdbdbd;
    margin-bottom: 6px;
    font-family: "Urbanist", sans-serif;
}

.enq-field input,
.enq-field textarea {
    width: 100%;
    background: #181818;
    border: 1px solid #2f2f2f;
    border-radius: 4px;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.enq-field input:focus,
.enq-field textarea:focus {
    border-color: #c9a86a;
}

.enq-section-title {
    font-size: 14px;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}

.send-enquiry-btn {
    width: 100%;
    padding: 13px;
    background: #c9a86a;
    color: #000;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    cursor: pointer;
    margin-top: 8px;
    transition: all 0.2s;
    letter-spacing: 0.5px;
}

.send-enquiry-btn:hover {
    background: #b8913c;
    transform: translateY(-1px);
}

/* ===== CONCIERGE DETAIL VIEW ===== */
.detail-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 50px;
}

.detail-info {
    display: flex;
    flex-direction: column;
}

.detail-category {
    color: #c9a86a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.detail-name {
    font-size: 32px;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 15px;
}

.detail-location {
    color: #bdbdbd;
    font-size: 15px;
    margin-bottom: 25px;
}

.detail-about {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Urbanist", sans-serif;
}

.detail-gallery {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

#detail-main-img {
    width: 100%;
    height: 450px !important;
    object-fit: contain;
    display: block;
}

#detail-view .how-it-works-box {
    background: #111;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 100%;
}

#detail-view .enquiry-form-box {
    background: #111;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 100%;
}

@media (max-width: 900px) {
    .detail-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .detail-bottom {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    #detail-view .how-it-works-box {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 20px;
    }

    #detail-main-img {
        height: 300px;
    }

    .tab-section-info {
        grid-template-columns: 1fr;
    }

    .tab-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .detail-name {
        font-size: 24px;
    }

    .hiw-num {
        font-size: 28px;
    }

    .enq-row {
        grid-template-columns: 1fr;
    }

    .container-inner {
        padding: 15px;
    }

    #detail-view .how-it-works-box,
    #detail-view .enquiry-form-box {
        padding: 25px 20px;
    }

    .concierge-tabs {
        flex-wrap: wrap;
        gap: 8px;
        padding: 20px;
    }

    .tab-cards-grid {
        grid-template-columns: 1fr;
    }
}
