:root {
    --primary: #3fb1a3;
    --primary-dark: #2c8c80;
    --accent: #d67b28;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff
}

a,
body,
button,
input,
li,
p,
select,
span {
    font-family: Inter, sans-serif !important
}

.logo-font,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', serif !important;
    letter-spacing: -.02em
}

.section-padded-premium {
    padding: 80px 20px !important
}

.premium-glass-header {
    background: rgba(255, 255, 255, .85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    transition: all .3s ease
}

.premium-booking-widget {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12) !important;
    border: 1px solid rgba(0, 0, 0, .04) !important;
    padding: 25px !important;
    margin-top: -60px !important;
    z-index: 20 !important;
    position: relative !important;
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    gap: 15px !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important
}

.premium-booking-widget .booking-field {
    flex: 1;
    min-width: 180px;
    margin-bottom: 0 !important
}

.premium-booking-widget label {
    font-size: .75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: var(--text-light) !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important
}

.premium-booking-widget input,
.premium-booking-widget select {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: .95rem !important;
    background: #f8fafc !important;
    color: var(--text-dark) !important;
    transition: all .2s ease
}

.premium-booking-widget input:focus,
.premium-booking-widget select:focus {
    border-color: var(--primary) !important;
    background: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(63, 177, 163, .15) !important
}

.premium-booking-widget button {
    background-color: var(--primary) !important;
    color: #fff !important;
    border: none !important;
    padding: 0 30px !important;
    height: 48px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background .3s !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    width: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.premium-booking-widget button:hover {
    background-color: var(--primary-dark) !important
}

.premium-trust-bar {
    background: #f0fdfa;
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ccfbf1;
    font-size: .9rem;
    color: var(--primary-dark);
    margin-bottom: 0;
    width: 100%;
    margin-top: 15px;
    border-radius: 8px
}

.premium-trust-bar span {
    display: inline-block;
    margin: 0 15px;
    font-weight: 500
}

.premium-trust-bar i {
    margin-right: 6px
}

.premium-grid-3 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 40px auto !important;
    padding: 0 20px !important
}

.premium-card {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06) !important;
    transition: transform .3s ease, box-shadow .3s ease !important;
    text-align: left !important;
    display: flex;
    flex-direction: column
}

.premium-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1) !important
}

.premium-card img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    border-bottom: 1px solid #f1f1f1
}

.premium-card-body {
    padding: 25px !important;
    flex: 1;
    display: flex;
    flex-direction: column
}

.premium-card-body h3 {
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
    color: var(--text-dark) !important
}

.premium-card-body p {
    color: var(--text-light) !important;
    font-size: .95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    flex: 1
}

.premium-link-btn {
    color: var(--primary) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-top: auto;
    border: none !important;
    background: 0 0 !important;
    padding: 0 !important
}

.premium-link-btn:hover {
    color: var(--primary-dark) !important
}

.premium-link-btn i {
    margin-left: 5px;
    transition: transform .2s
}

.premium-link-btn:hover i {
    transform: translateX(4px)
}

.premium-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left !important
}

.premium-footer-grid h4 {
    color: #fff !important;
    margin-bottom: 1.2rem;
    font-size: 1.4rem
}

.premium-footer-grid ul li {
    padding-left: 0 !important;
    margin-bottom: .8rem;
    border: none !important
}

.premium-footer-grid a {
    color: #a0aec0 !important;
    text-decoration: none !important;
    transition: color .2s
}

.premium-footer-grid a:hover {
    color: var(--primary) !important
}

@media (max-width:768px) {
    .premium-booking-widget {
        flex-direction: column !important;
        align-items: stretch !important;
        margin: -40px 15px 0 15px !important;
        padding: 20px !important
    }

    .premium-booking-widget .booking-field {
        margin-bottom: 15px !important
    }

    .premium-booking-widget button {
        width: 100% !important;
        margin-top: 10px
    }

    h1 {
        font-size: 2.5rem !important
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fade-in-up {
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0
}

.delay-1 {
    animation-delay: .2s
}

.delay-2 {
    animation-delay: .4s
}

.delay-3 {
    animation-delay: .6s
}

.premium-dark-section {
    background-color: #2d3748 !important;
    color: #fff !important;
    margin-top: 40px;
    margin-bottom: 40px
}

.premium-dark-section h2,
.premium-dark-section h3,
.premium-dark-section h4,
.premium-dark-section li,
.premium-dark-section p {
    color: #fff !important
}

.premium-dark-section .subtitle {
    color: #81e6d9 !important
}

.premium-split-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 60px auto;
    gap: 50px;
    padding: 0 20px;
    text-align: left !important
}

.premium-split-image {
    flex: 1;
    min-width: 300px
}

.premium-split-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: -10px 10px 0 var(--primary)
}

.premium-split-content {
    flex: 1;
    min-width: 300px
}

.premium-split-content ul i {
    color: var(--primary);
    margin-right: 10px
}



/* Target the specific submenu list item for the background */
#nav>ul>li.submenu {
    background-color: #ffffff;
    border-radius: 5px;
    /* Optional: This adds slightly rounded corners */
}

/* Target the link within that specific submenu to change its text color */
#nav>ul>li.submenu>a {
    color: #000000 !important;
    /* Change text color to black for readability */
}

/* Ensure the text color remains black even when the header changes on scroll */
#header.js-header-scrolled #nav ul li.submenu a {
    color: #000000 !important;
}