:root {
    --gold: #b8860b;
    --dark-navy: #0a0a23;
    --light-grey: #f8f9fa;
    --dark-bg: #0a0a23;
    --light-gold: #ffcc00;
    --light-gray: #cccccc;
    --white: #ffffff;
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    overflow-x: hidden;
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("https://hotelpearl.co.in/assets/images/banner.png")
            no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    color: white;
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px 40px;
    transition: background-color 0.3s;
}



.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 40px;
}

.logo-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffd700;
    color: #000;
    border-radius: 50%;
    font-weight: 700;
    margin-right: 8px;
}

.logo-text {
    color: white;
    font-weight: 500;
    font-size: 1.5rem;
}

.nav-link {
    color: #fff !important;
    font-weight: 400;
    margin: 0 10px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #ffd700 !important;
}

.btn-book {
    background-color: #ffd700;
    color: #000;
    border-radius: 30px;
    padding: 8px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-book:hover {
    background-color: #fff;
    transform: translateY(-2px);
}

/* Hero Content */
.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.headline {
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.highlight {
    color: #ffd700;
}

.subheading {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.btn-reserve {
    background-color: #ffd700;
    color: #000;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    margin-right: 15px;
    transition: all 0.3s;
}

.btn-reserve:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-2px);
}

.btn-explore {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-explore:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Features */
.features-container {
    /* position: absolute; */
    bottom: 40px;
    left: 0;
    right: 0;
}

.features-container .features-row {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.features-container .feature-item {
    text-align: center;
    padding: 10px;
}

.features-container .feature-icon {
    font-size: 1.8rem;
    color: #ffd700;
    margin-bottom: 10px;
}

.features-container .feature-text {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 400;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .headline {
        font-size: 3rem;
    }

    .navbar {
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {
    .headline {
        font-size: 2.5rem;
    }

    .subheading {
        font-size: 1rem;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .btn-reserve,
    .btn-explore {
        margin: 0;
        width: 70%;
        align-self: center;
    }

    .features-row {
        padding: 15px 5px;
    }

    .feature-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .headline {
        font-size: 2rem;
    }

    .logo-text {
        font-size: 1.2rem;
    }

    .navbar {
        padding: 10px 15px;
    }

    .btn-book {
        padding: 6px 15px;
        font-size: 0.9rem;
    }
}

.gold-highlight {
    color: var(--gold);
}

.lightgold-highlight {
    color: #facc15;
}

.section-padding {
    padding: 5rem 0;
}

.bg-light-custom {
    background-color: var(--light-grey);
}

/* About Section Styling */
.about-img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

.about .feature-icon {
    background-color: #fefae7;
    color: var(--gold);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.about .feature-item {
    display: flex;
    margin-bottom: 1.5rem;
}

.about .feature-item h5 {
    font-size: 16px;
    color: #0f172a;
}

.about .feature-item p {
    font-size: 16px;
    color: #475567;
}

/* Accommodations Section Styling */
.room-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.price-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #facc15;
    color: #000;
    font-size: 14px;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
    font-weight: 500;
}

.room-img {
    height: 250px;
    object-fit: cover;
}

.amenities-list {
    list-style: none;
    padding-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.amenities-list li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
    break-inside: avoid;
}

.amenities-list li:before {
    content: "•";
    color: var(--gold);
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.btn-custom {
    background-color: var(--dark-navy);
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #1a1a3a;
    color: white;
}

.room-info {
    color: #6c757d;
    font-size: 0.9rem;
}

.section-title {
    position: relative;
    margin-bottom: 2rem;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--gold);
}

.signature-services {
    background-color: var(--dark-bg);
    color: var(--white);
    padding: 5rem 0;
}

.section-title {
    margin-bottom: 1.5rem;
}

.title-part-1 {
    color: var(--white);
}

.title-part-2 {
    color: var(--gold);
}

.section-subtitle {
    color: #495057;
    margin-bottom: 3rem;
}

.service-card {
    background: transparent;
    border: none;
    padding: 1.5rem;
    transition: transform 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 70px;
    height: 70px;
    background-color: #262a28;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.service-icon i {
    font-size: 1.8rem;
    color: #facc15;
}

.service-title {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 1rem;
}

.service-description {
    color: var(--light-gray);
    font-size: 0.95rem;
}

.banner-section {
    position: relative;
    margin: 4rem 0;
}

.banner-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.4);
}

.banner-content {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.banner-heading {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: var(--white);
}

.banner-subtext {
    font-size: 1rem;
    font-weight: 300;
    color: var(--white);
}

.reservation-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.form-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}

.form-label {
    font-weight: 400;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    /* padding: 0.8rem 1rem; */
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.25rem rgba(184, 134, 11, 0.25);
}

.submit-btn {
    background-color: #facc15;
    color: #000;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    width: max-content;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #e6b800;
}

.disclaimer {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 1rem;
    text-align: left;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.gold-text {
    color: var(--gold);
}

.section-subtitle {
    color: var(--light-grey);
    max-width: 600px;
    margin: 0 auto;
}

.contact-info {
    padding-right: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 1.2rem;
}

.contact-details h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--dark-text);
}

.contact-details p {
    margin-bottom: 2px;
    color: #555;
}

.image-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.image-caption h4 {
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--dark-text);
}

.image-caption p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #555;
}

/* Footer */
.footer {
    background-color: var(--dark-navy);
    padding: 70px 0 0;
    color: #ccc;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logo-circle {
    width: 50px;
    height: 50px;
    background-color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--dark-navy);
}

.footer-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.footer-description {
    margin-bottom: 20px;
    line-height: 1.6;
}

.footer-heading {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--gold);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 5px;
}

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

.social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: var(--dark-navy);
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    margin-top: 50px;
}

.footer-bottom p {
    margin: 0;
    color: #888;
}

.policy-links a {
    color: #ccc;
    text-decoration: none;
    margin-left: 20px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.policy-links a:hover {
    color: var(--gold);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-info {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .policy-links {
        text-align: left !important;
        margin-top: 15px;
    }

    .footer-heading {
        margin-top: 30px;
    }
}
