/**
 * Palm View Hotel Awka — premium frontend layer
 */

body.awka-premium {
    font-family: var(--primary-font-family);
    color: #3d4550;
    background: #faf9f7;
    letter-spacing: 0.01em;
}

body.awka-premium h1,
body.awka-premium h2,
body.awka-premium h3,
body.awka-premium h4,
body.awka-premium h5,
body.awka-premium h6 {
    font-family: var(--secondary-font-family);
    color: #0f1419;
    letter-spacing: -0.02em;
}

/* Top bar */
body.awka-premium .top-header {
    background: #0f1419;
    border-bottom: 1px solid rgba(201, 162, 39, 0.25);
}

body.awka-premium .top-header,
body.awka-premium .top-header a,
body.awka-premium .top-list-1 li,
body.awka-premium .top-list a {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.awka-premium .top-header a:hover {
    color: #e8c872 !important;
}

/* Dropdowns on dark top bar: force readable menu (white-on-white fix) */
body.awka-premium .top-header .dropdown-menu {
    background: #fff;
    border: 1px solid #ebe6dc;
    box-shadow: 0 16px 48px rgba(15, 20, 25, 0.18);
    padding: 6px 0;
    margin-top: 10px !important;
}

body.awka-premium .top-header .dropdown-menu .dropdown-item {
    color: #0f1419 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
}

body.awka-premium .top-header .dropdown-menu .dropdown-item:hover,
body.awka-premium .top-header .dropdown-menu .dropdown-item:focus {
    color: #0f1419 !important;
    background: rgba(201, 162, 39, 0.15);
}

body.awka-premium .top-header .dropdown-toggle::after {
    border-top-color: rgba(255, 255, 255, 0.85);
}

/* Nav submenus */
body.awka-premium .tp-menu ul li ul.submenu li a,
body.awka-premium .tp-menu ul li ul.submenu li a:hover {
    color: #0f1419 !important;
}

body.awka-premium .tp-menu ul li ul.submenu {
    background: #fff;
    border: 1px solid #ebe6dc;
}

/* Mobile drawer submenus */
body.awka-premium .mobile-menu li > a,
body.awka-premium .mobile-menu li ul li a {
    color: rgba(255, 255, 255, 0.9) !important;
}

body.awka-premium .mobile-menu li.has-children-menu ul.dropdown,
body.awka-premium .mobile-menu li.has-children-menu.active ul.dropdown {
    background-color: rgba(255, 255, 255, 0.08);
}

body.awka-premium .mobile-menu li.has-children-menu.active > a {
    color: #e8c872 !important;
}

/* Footer logo on dark background */
body.awka-premium .footer-section .info-logo img {
    max-height: 52px;
    width: auto;
    object-fit: contain;
}

/* Sticky nav */
body.awka-premium .header-menu {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(15, 20, 25, 0.06);
}

body.awka-premium .header .logo {
    width: 200px;
}

body.awka-premium .header .logo img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

body.awka-premium .main-menu > li > a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.awka-premium .btn.theme-btn,
body.awka-premium .theme-btn {
    background: linear-gradient(135deg, #c9a227 0%, #a67c00 100%);
    border: none;
    color: #0f1419 !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(166, 124, 0, 0.28);
}

body.awka-premium .btn.theme-btn:hover,
body.awka-premium .theme-btn:hover {
    background: linear-gradient(135deg, #dbb84a 0%, #b8921a 100%);
    color: #0f1419 !important;
    transform: translateY(-1px);
}

/* Hero */
body.awka-premium .hero-overlay::before {
    background: linear-gradient(
        135deg,
        rgba(15, 20, 25, 0.72) 0%,
        rgba(15, 20, 25, 0.45) 50%,
        rgba(166, 124, 0, 0.35) 100%
    );
    opacity: 1;
}

body.awka-premium .hero-screen {
    padding: 220px 0 240px;
    min-height: 85vh;
}

body.awka-premium .hero-screen .hero-content h1 {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 600;
    line-height: 1.12;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
}

body.awka-premium .hero-screen .hero-content p {
    font-size: 1.05rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    opacity: 0.95;
}

body.awka-premium .home_1 .search-card .search-card-inner {
    border-radius: 12px;
    border: 1px solid rgba(201, 162, 39, 0.2);
    box-shadow: 0 24px 60px rgba(15, 20, 25, 0.12);
    padding: 36px 32px 28px;
}

body.awka-premium .home_1 .search-card .form-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #5c6570;
}

/* Sections */
body.awka-premium .section-heading h5 {
    color: #a67c00;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--primary-font-family);
}

body.awka-premium .section-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 600;
}

/* Clear the floating search card; About sits directly under hero (theme layout) */
body.awka-premium .about-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    body.awka-premium .about-section {
        padding-top: 40px;
    }

    body.awka-premium .about-card {
        padding-left: 0;
        margin-top: 24px;
    }
}

body.awka-premium .about-section .about-img {
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(15, 20, 25, 0.1);
}

body.awka-premium .about-section .about-img-figure {
    margin: 0 0 24px;
}

body.awka-premium .about-section .about-img-figure figcaption {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a67c00;
    line-height: 1.4;
}

body.awka-premium .about-card .about-lead {
    font-size: 1.1875rem;
    line-height: 1.85;
    color: #3d4550;
    max-width: 42rem;
}

body.awka-premium .about-card .about-title h5 {
    color: #a67c00;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
}

body.awka-premium .about-card .info-card {
    border: 1px solid #ebe6dc;
    border-radius: 10px;
    background: #fff;
}

body.awka-premium .about-card .info-card .icon {
    color: #a67c00;
}

/* Room cards */
body.awka-premium .item-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebe6dc;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 20, 25, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.awka-premium .item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15, 20, 25, 0.12);
}

body.awka-premium .item-card .item-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}

body.awka-premium .item-card .new-price {
    color: #0f1419;
    font-weight: 700;
    font-size: 1.25rem;
}

body.awka-premium .item-label {
    background: #a67c00;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* Offers */
body.awka-premium .offer-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(15, 20, 25, 0.08);
}

body.awka-premium .offer-card .offer-content {
    background: #0f1419;
    color: #fff;
}

body.awka-premium .offer-card .offer-content h2 {
    color: #fff;
}

body.awka-premium .offer-card .offer-content p {
    color: rgba(255, 255, 255, 0.78);
}

/* Services */
body.awka-premium .service-card {
    border-radius: 12px;
    border: 1px solid #ebe6dc;
    background: #fff;
    padding: 28px 20px;
    transition: border-color 0.3s ease;
}

body.awka-premium .service-card:hover {
    border-color: #c9a227;
}

/* Testimonials */
body.awka-premium .testimonial-card {
    border-radius: 12px;
    border: 1px solid #ebe6dc;
    background: #fff;
    box-shadow: 0 8px 32px rgba(15, 20, 25, 0.05);
}

body.awka-premium .testimonial-card .img-card img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #c9a227;
}

/* Footer */
body.awka-premium .footer-section {
    background: #0f1419;
    color: rgba(255, 255, 255, 0.85);
}

body.awka-premium .footer-section h3,
body.awka-premium .footer-section h5,
body.awka-premium .footer-widget .widget-title {
    color: #fff;
}

body.awka-premium .footer-section p,
body.awka-premium .footer-section a {
    color: rgba(255, 255, 255, 0.75);
}

body.awka-premium .footer-section a:hover {
    color: #e8c872;
}

body.awka-premium .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.awka-premium .footer-top {
    position: relative;
}

body.awka-premium .footer-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 20, 25, 0.88), rgba(166, 124, 0, 0.5));
}

body.awka-premium .newsletter-card {
    position: relative;
    z-index: 1;
}

body.awka-premium .newsletter-card h2,
body.awka-premium .newsletter-card p {
    color: #fff;
}

/* WhatsApp */
body.awka-premium .whatsapp-btn {
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
}

/* Breadcrumb inner pages */
body.awka-premium .breadcrumb-section {
    padding: 100px 0 80px;
}

body.awka-premium .breadcrumb-card h2 {
    color: #fff;
    font-weight: 600;
}

/* Contact */
body.awka-premium .contact_card .info .icon {
    background: linear-gradient(135deg, #c9a227, #a67c00);
    color: #0f1419;
}

/* Trust strip under hero */
body.awka-premium .awka-trust-bar {
    background: #0f1419;
    padding: 18px 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

body.awka-premium .awka-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
}

body.awka-premium .awka-trust-list li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.awka-premium .awka-trust-list li i {
    color: #e8c872;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    body.awka-premium .awka-trust-list {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

body.awka-premium .scroll-to-top {
    background: #a67c00;
    color: #0f1419;
}
