body {
    background: #000;
    color: #fff;
    font-family: Georgia, serif;
}

.custom-nav {
    background: rgba(0, 0, 0, .95);
}

.nav-link {
    color: #d4a190 !important;
    font-weight: 600;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    bottom: 35%;
}

.carousel-caption h1 {
    font-size: 70px;
    color: #d4a190;
}

.section-title {
    color: #d4a190;
    text-align: center;
    margin-bottom: 40px;
}

.gallery img {
    transition: .5s;
}

.gallery img:hover {
    transform: scale(1.05);
}

.vip-section {
    background: #111;
    padding: 80px 0;
}

.btn-gold {
    background: #d4a190;
    color: #000;
    font-weight: bold;
}

.product-card {
    background: #111;
    border: 1px solid #d4a190;
}

footer {
    background: #111;
    padding: 40px 0;
    color: #d4a190;
}



.about-banner {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)),
        url('images/slider2.png');
    background-size: cover;
    background-position: center;
    padding: 180px 0 120px;
    text-align: center;
}

.about-banner h1 {
    color: #d4a190;
    font-size: 60px;
    font-weight: bold;
}

.about-content {
    padding: 80px 0;
}

.about-card {
    background: #111;
    border: 1px solid rgba(212, 161, 144, .25);
    padding: 40px;
    border-radius: 15px;
}

.about-card p {
    color: #ddd;
    line-height: 1.9;
}

.feature-box {
    background: #111;
    border: 1px solid rgba(212, 161, 144, .25);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: .3s;
}

.feature-box:hover {
    border-color: #d4a190;
    transform: translateY(-5px);
}

.feature-box h4 {
    color: #d4a190;
    margin-bottom: 15px;
}

.quote-section {
    background: #111;
    padding: 80px 0;
}

.quote-section h2 {
    color: #d4a190;
    font-style: italic;
    max-width: 900px;
    margin: auto;
}

@media(max-width:768px) {
    .about-banner h1 {
        font-size: 40px;
    }
}


.services-section {
    background: #000;
}

.service-card {
    background: #111;
    border: 1px solid rgba(212, 161, 144, .25);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #d4a190;
}

.service-card h3 {
    color: #d4a190;
    margin-bottom: 20px;
}

.service-card h5 {
    color: #d4a190;
    margin-top: 20px;
}

.service-card p,
.service-card li {
    color: #ddd;
    line-height: 1.8;
}

.service-card ul {
    padding-left: 20px;
}

.service-footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.price {
    color: #d4a190;
    font-size: 24px;
    font-weight: bold;
}

.btn-gold {
    background: #d4a190;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-gold:hover {
    background: #e2b29f;
    color: #000;
}

.featured-service {
    border: 2px solid #d4a190;
    box-shadow: 0 0 20px rgba(212, 161, 144, .15);
}



.privacy-banner {
    background:
        linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)),
        url('images/privacy-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 150px 20px 100px;
}

.privacy-banner h1 {
    color: #d4a190;
    font-size: 60px;
    font-weight: 700;
}

.privacy-banner p {
    color: #fff;
    font-size: 20px;
}

.privacy-section {
    background: #000;
    padding: 80px 0;
}

.policy-card {
    background: #111;
    border: 1px solid rgba(212, 161, 144, .25);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
    transition: .3s;
}

.policy-card:hover {
    border-color: #d4a190;
}

.policy-card h3 {
    color: #d4a190;
    margin-bottom: 20px;
}

.policy-card p,
.policy-card li {
    color: #ddd;
    line-height: 1.9;
}

.policy-card ul {
    padding-left: 20px;
}

.policy-highlight {
    background: #111;
    border-left: 5px solid #d4a190;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.policy-highlight p {
    margin: 0;
    color: #ddd;
}

.last-update {
    text-align: center;
    color: #999;
    margin-top: 40px;
}

@media(max-width:768px) {

    .privacy-banner h1 {
        font-size: 40px;
    }

    .privacy-banner p {
        font-size: 16px;
    }

}


.terms-banner {
    background:
        linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)),
        url('images/slider3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 150px 20px 100px;
}

.terms-banner h1 {
    color: #d4a190;
    font-size: 60px;
    font-weight: 700;
}

.terms-banner p {
    color: #fff;
    font-size: 20px;
}

.terms-section {
    background: #000;
    padding: 80px 0;
}

.terms-card {
    background: #111;
    border: 1px solid rgba(212, 161, 144, .25);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
    transition: .3s;
}

.terms-card:hover {
    border-color: #d4a190;
}

.terms-card h3 {
    color: #d4a190;
    margin-bottom: 20px;
}

.terms-card h5 {
    color: #d4a190;
    margin-top: 20px;
}

.terms-card p,
.terms-card li {
    color: #ddd;
    line-height: 1.9;
}

.terms-card ul {
    padding-left: 20px;
}

.warning-box {
    background: #111;
    border-left: 5px solid #d4a190;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

.warning-box p {
    margin: 0;
    color: #ddd;
}

.last-update {
    text-align: center;
    color: #999;
    margin-top: 40px;
}

@media(max-width:768px) {

    .terms-banner h1 {
        font-size: 40px;
    }

    .terms-banner p {
        font-size: 16px;
    }

}

.wishlist-banner {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)),
        url('images/wishlist.png');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 150px 20px;
}

.wishlist-banner h1 {
    color: #d4a190;
    font-size: 60px;
    font-weight: 700;
}

.wishlist-section {
    background: #000;
    padding: 80px 0;
}

.wishlist-card {
    background: #111;
    border: 1px solid rgba(212, 161, 144, .25);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
    transition: .3s;
}

.wishlist-card:hover {
    border-color: #d4a190;
    transform: translateY(-5px);
}

.wishlist-card h2,
.wishlist-card h3 {
    color: #d4a190;
}

.wishlist-card p,
.wishlist-card li {
    color: #ddd;
    line-height: 1.8;
}

.reward-box {
    background: #1a1a1a;
    border-left: 4px solid #d4a190;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
}

.package-card {
    background: #111;
    border: 1px solid rgba(212, 161, 144, .3);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.package-card h4 {
    color: #d4a190;
}

.price {
    color: #d4a190;
    font-size: 28px;
    font-weight: bold;
}

.btn-gold {
    background: #d4a190;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
}

.btn-gold:hover {
    background: #e2b29f;
    color: #000;
}

.package-card{
    background:#111;
    border:1px solid rgba(212,161,144,.25);
    border-radius:15px;
    padding:30px;
    height:100%;
    transition:.4s;
}

.package-card:hover{
    transform:translateY(-8px);
    border-color:#d4a190;
    box-shadow:0 10px 30px rgba(212,161,144,.15);
}

.package-card h4{
    color:#d4a190;
    font-weight:700;
}

.package-card h5{
    color:#fff;
    margin-bottom:15px;
}

.package-card p{
    color:#bbb;
}

.price{
    font-size:30px;
    font-weight:700;
    color:#d4a190;
    margin:20px 0;
}

 .custom-modal-content {
            background-color: #1a1a1a;
            color: #ffffff;
            border: 1px solid #d4a190;
        }
        .custom-modal-header {
            border-bottom: 1px solid #333;
        }
        .custom-modal-footer {
            border-top: 1px solid #333;
        }
        .text-gold {
            color: #d4a190;
        }
        .btn-outline-gold {
            color: #d4a190;
            border-color: #d4a190;
        }
        .btn-outline-gold:hover {
            background-color: #d4a190;
            color: #1a1a1a;
        }
        /* Style for the compact Read More button */
        .btn-read-more {
            background-color: transparent;
            color: #d4a190;
            border: 1px solid #d4a190;
            padding: 4px 12px;
            font-size: 0.85rem;
            transition: all 0.3s ease;
        }
        .btn-read-more:hover {
            background-color: #d4a190;
            color: #1a1a1a;
        }