/* =====================================================
   Pomaa Regent Hotel — Brand Theme Override
   Colors: Navy #0d1b3e | Gold #c49a2a | White #ffffff
   ===================================================== */

/* ---- Body Font: Open Sans ---- */
body, p, input, textarea, select, button,
input[type="password"], input[type="email"],
input[type="text"], input[type="file"] {
    font-family: 'Open Sans', sans-serif !important;
}
p { font-family: 'Open Sans', sans-serif !important; }

/* ---- Sidebar: restore original Barlow font ---- */
#cappa-aside,
#cappa-aside *,
#cappa-aside .cappa-main-menu > ul > li > a,
#cappa-aside .cappa-main-menu > ul > li.open > a,
#cappa-aside .cappa-main-menu ul ul li a,
#cappa-aside .cappa-footer,
#cappa-aside .cappa-footer * {
    font-family: 'Barlow', sans-serif !important;
}

:root {
    --navy:  #0d1b3e;
    --navy-dark: #050A30;
    --gold:  #9c6e29;
    --gold-light: #d4b050;
    --gold-dark: #a07e1e;
    --cream: #f9f7f0;
    --white: #ffffff;
}

/* ---- Sidebar / Aside ---- */
#cappa-aside {
    background: var(--navy-dark) !important;
    border-right: 1px solid rgba(196,154,42,0.2);
}
#cappa-aside .cappa-logo {
    background: var(--navy-dark);
    /*padding: 30px 20px;*/
    border-bottom: 1px solid rgba(196,154,42,0.3);
}
#cappa-aside .cappa-logo img.logo-img {
    width: 150px !important;
    display: block;
    margin: 0 auto;
}
.cappa-main-menu > ul > li > a {
    color: rgba(255,255,255,0.85) !important;
    font-family: 'Gilda Display', serif;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
}
.cappa-main-menu > ul > li > a:hover,
.cappa-main-menu > ul > li.active > a,
.cappa-main-menu > ul > li.open > a {
    color: var(--gold) !important;
}
.cappa-main-menu > ul > li.cappa-sub > a {
    padding-right: 18px;
}
.cappa-main-menu > ul > li.cappa-sub > a .holder {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
}
.cappa-main-menu > ul > li.cappa-sub > a .holder::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid rgba(255,255,255,0.85);
    border-bottom: 1.5px solid rgba(255,255,255,0.85);
    transform: rotate(45deg);
    transition: transform .2s ease, border-color .2s ease;
}
.cappa-main-menu > ul > li.cappa-sub > a:hover .holder::after,
.cappa-main-menu > ul > li.cappa-sub.active > a .holder::after,
.cappa-main-menu > ul > li.cappa-sub.open > a .holder::after {
    border-color: var(--gold) !important;
}
.cappa-main-menu > ul > li.cappa-sub.open > a .holder::after {
    transform: rotate(-135deg);
    top: 4px;
}
.cappa-main-menu ul ul {
    background: rgba(8,14,37,0.98) !important;
}
.cappa-main-menu ul ul li a {
    color: rgba(255,255,255,0.7) !important;
}
.cappa-main-menu ul ul li a:hover {
    color: var(--gold) !important;
}
.cappa-nav-toggle i,
.cappa-nav-toggle i::before,
.cappa-nav-toggle i::after {
    background: var(--white) !important;
}
.cappa-footer-aside {
    border-top: 1px solid rgba(196,154,42,0.3);
}

/* ---- Gold Accent Override (#aa8453 → #c49a2a) ---- */
b, blockquote cite, blockquote cite:before { color: var(--gold); }
input:focus, textarea:focus { border-color: var(--gold); }
::-webkit-scrollbar-thumb { background: var(--gold); }
input[type="submit"] { background: var(--gold); }
.alert-success { border-color: var(--gold); }

/* Section decorators */
.section-subtitle {
    color: var(--gold) !important;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 4px;
    font-size: 13px;
    text-transform: uppercase;
}
.section-title {
    font-family: 'Gilda Display', serif;
    color: var(--navy) !important;
    font-size: 2.4rem;
    line-height: 1.2;
}

/* Star ratings */
.star-rating { color: var(--gold) !important; }
i.star { background: var(--gold) !important; }

/* ---- Buttons ---- */
.butn-dark > a,
.butn-dark > a span {
    border-color: var(--navy) !important;
    color: var(--navy) !important;
}
.butn-dark > a:hover {
    background: var(--navy) !important;
    color: var(--white) !important;
}
.butn-light > a { border-color: var(--gold) !important; }
.butn-light > a:hover { background: var(--gold) !important; color: var(--white) !important; }
.btn-form1-submit {
    background: var(--gold) !important;
    color: var(--white) !important;
    letter-spacing: 2px;
    font-family: 'Gilda Display', serif;
    text-transform: uppercase;
    padding: 12px 30px;
    border: none;
    width: 100%;
    transition: background .3s;
}
.btn-form1-submit:hover { background: var(--gold-dark) !important; }

/* ---- Header Slider ---- */
.slider-fade .owl-carousel .item {
    min-height: 100vh;
}
.slider-fade .caption h4 {
    color: var(--gold) !important;
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}
.slider-fade .caption h1 {
    color: var(--white) !important;
    font-size: 3.5rem;
    font-family: 'Gilda Display', serif;
}

/* ---- Rooms ---- */
.rooms1 .item .category a,
.rooms2 .item .category a {
    background: var(--gold) !important;
    color: var(--white) !important;
}
.rooms1 .item .con h6 a,
.rooms2 .item .con h6 a { color: var(--gold) !important; }
.rooms1 .item .con .line,
.rooms2 .item .con .line { background: var(--gold) !important; }
.rooms1 .item:hover,
.rooms2 .item:hover { box-shadow: 0 10px 40px rgba(13,27,62,0.15); }

/* Room details */
.room-details .deatils .title { color: var(--navy) !important; }
.room-details .deatils span.color-1 { color: var(--gold) !important; }

/* ---- Services split ---- */
.services .content .info h6 { color: var(--gold) !important; letter-spacing: 3px; text-transform: uppercase; font-size: 13px; }
.services .content h4 { color: var(--navy) !important; font-size: 2rem; }

/* ---- Facilities ---- */
.single-facility span { color: var(--gold) !important; }
.single-facility h5 { color: var(--navy) !important; }
.facility-shape span { color: rgba(196,154,42,0.06) !important; }

/* ---- Video section ---- */
.video-wrapper .vid-butn .icon { border-color: var(--gold) !important; color: var(--gold) !important; }
.video-wrapper .vid-butn .icon:hover { background: var(--gold) !important; color: var(--white) !important; }

/* ---- Testimonials ---- */
.testimonials-box { background: var(--navy-dark) !important; }
.testimonials-box .head-box h6 { color: var(--gold) !important; letter-spacing: 4px; text-transform: uppercase; font-size: 12px; }
.testimonials-box .head-box h4 { color: var(--white) !important; }
.testimonials-box .head-box .line { background: var(--gold) !important; }
.testimonials-box .item p { color: rgba(255,255,255,0.8) !important; }
.testimonials-box .cont h6 { color: var(--gold) !important; }

/* ---- Booking form ---- */
.booking-box { background: var(--navy) !important; }
.booking-box .head-box h6 { color: var(--gold) !important; letter-spacing: 4px; text-transform: uppercase; font-size: 12px; }
.booking-box .head-box h4 { color: var(--white) !important; }
.booking-inner label { color: rgba(255,255,255,0.7) !important; }
.booking-inner input, .booking-inner select { color: var(--white) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
.booking-inner input:focus { border-color: var(--gold) !important; }
.select2-container--default .select2-selection--single { background: transparent !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,0.2) !important; color: var(--white); }

/* ---- Pricing ---- */
.pricing-card .desc .name { color: var(--white) !important; }
.pricing-card .desc .amount { color: var(--gold) !important; }
.pricing-card .desc .list li i.ti-check { color: var(--gold) !important; }
.pricing-card .desc .list li i.ti-close { color: rgba(255,255,255,0.3) !important; }

/* ---- News / Blog ---- */
.news .item .con .category a { color: var(--gold) !important; }
.news .item .con h5 a:hover { color: var(--gold) !important; }
.news .date { background: var(--navy) !important; }
.news .date a span { color: var(--gold) !important; }

/* ---- Gallery ---- */
.gallery-item .gallery-overlay { background: rgba(13,27,62,0.85) !important; }
.gallery-item .gallery-overlay i { color: var(--gold) !important; }

/* ---- Contact ---- */
.contact .reservations .icon { color: var(--gold) !important; }
.contact .reservations a { color: var(--gold) !important; }
.contact .map-box { border: 3px solid var(--gold); }

/* ---- Page banner ---- */
.page-banner .v-middle .bc-title { color: var(--white) !important; font-family: 'Gilda Display', serif; }
.page-banner .v-middle .breadcrumb-links a { color: var(--gold) !important; }
.page-banner { background-color: var(--navy) !important; }

/* ---- Background helpers ---- */
.bg-cream { background: var(--cream) !important; }
.bg-blck { background: var(--navy-dark) !important; }
.bg-navy { background: var(--navy) !important; }
.bg-gold { background: var(--gold) !important; }

/* ---- Colors ---- */
.color-1 { color: var(--gold) !important; }
.color-navy { color: var(--navy) !important; }

/* ---- Progress scroll circle ---- */
.progress-wrap svg.progress-circle path { stroke: var(--gold) !important; }
.progress-wrap { border-color: var(--gold) !important; color: var(--gold) !important; }

/* ---- Reservations callout ---- */
.reservations .icon span { color: var(--gold) !important; font-size: 2rem; }
.reservations .text a { color: var(--gold) !important; font-size: 1.2rem; font-family: 'Gilda Display', serif; }

/* ---- Footer ---- */
.footer { background: var(--navy-dark) !important; }
.footer-top { border-bottom: 1px solid rgba(196,154,42,0.2); }
.footer-title { color: var(--gold) !important; font-family: 'Gilda Display', serif; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; }
.footer-about-text, .footer-contact-text, .footer-contact-phone, .footer-contact-mail { color: rgba(255,255,255,0.6) !important; }
.footer-explore-list li a { color: rgba(255,255,255,0.6) !important; transition: color .3s; }
.footer-explore-list li a:hover { color: var(--gold) !important; }
.footer-about-social-list a { color: rgba(255,255,255,0.6) !important; border: 1px solid rgba(255,255,255,0.2); width: 36px; height: 36px; line-height: 36px; text-align: center; margin-right: 6px; transition: all .3s; }
.footer-about-social-list a:hover { border-color: var(--gold); color: var(--gold) !important; }
.footer-bottom { background: var(--navy-dark) !important; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bottom-copy-right { color: rgba(255,255,255,0.4) !important; font-size: 13px; }
.footer-bottom-copy-right a { color: var(--gold) !important; }

/* ---- Restaurant menu ---- */
.restaurant-menu .menu-item .price { color: var(--gold) !important; font-family: 'Gilda Display', serif; }
.restaurant-menu .section-title { color: var(--navy) !important; }

/* ---- Spa ---- */
.spa-box .icon { color: var(--gold) !important; }
.spa-box h5 { color: var(--navy) !important; }

/* ---- About counters ---- */
.about .count { color: var(--gold) !important; font-size: 3rem; font-family: 'Gilda Display', serif; }
.about .count-label { color: var(--navy) !important; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; }

/* ---- Team ---- */
.team-card .name { color: var(--navy) !important; }
.team-card .position { color: var(--gold) !important; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.team-card .social a { color: var(--gold) !important; }

/* ---- Line divider ---- */
.line { background: var(--gold) !important; }

/* ---- Award/brand badge ---- */
.brand-badge { background: var(--gold); color: var(--white); padding: 4px 14px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; }

/* ---- FAB Book Now button ---- */
.fab-btn { background: var(--gold) !important; }
.fab-btn:hover { background: var(--gold-dark) !important; }

/* ---- Room detail amenities ---- */
.room-amenity { display: inline-flex; align-items: center; gap: 8px; margin: 6px 12px 6px 0; font-size: 14px; color: #444; }
.room-amenity i { color: var(--gold); font-size: 18px; }

/* ---- Stat boxes ---- */
.stat-box { text-align: center; padding: 30px 20px; }
.stat-box .num { font-size: 3rem; font-family: 'Gilda Display', serif; color: var(--gold); line-height: 1; }
.stat-box .lbl { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); margin-top: 8px; }

/* ---- Section line accent ---- */
.sect-line { width: 50px; height: 2px; background: var(--gold); display: inline-block; margin-bottom: 20px; }

/* Flaticon color override */
span[class*="flaticon-"] { color: var(--gold) !important; }

/* ---- Aside sidebar footer ---- */
.cappa-footer .reservations .icon span { color: var(--gold) !important; }
.cappa-footer .reservations .text p { color: rgba(255,255,255,0.5); font-size: 12px; }
.cappa-footer .reservations .text a { color: var(--gold) !important; }

/* ---- Permalink arrow ---- */
.permalink a { color: var(--gold) !important; }
.permalink a:hover { color: var(--gold-dark) !important; }

/* ---- Room filter tabs ---- */
.rooms-filter .filter-btn { border: 1px solid var(--navy); color: var(--navy); padding: 6px 20px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: all .3s; background: transparent; }
.rooms-filter .filter-btn:hover, .rooms-filter .filter-btn.active { background: var(--gold); border-color: var(--gold); color: var(--white); }

/* ============================================================
   About Spotlight — Homepage
   ============================================================ */
.prh-about-spotlight {
    background: var(--navy-dark);
    overflow: hidden;
}

.prh-about-inner {
    display: flex;
    align-items: stretch;
    min-height: 680px;
}

/* ---- Left Content Panel ---- */
.prh-about-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #ffffff;
}
.prh-about-content::before {
    display: none;
}

.prh-stars { margin-bottom: 18px; display: block; }
.prh-stars .star-rating { color: var(--gold) !important; font-size: 13px; margin-right: 2px; }

.prh-eyebrow {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold) !important;
    margin-bottom: 8px !important;
}

.prh-heading {
    font-family: 'Gilda Display', serif !important;
    font-size: 3rem;
    color: var(--navy) !important;
    line-height: 1.15;
    margin-bottom: 0 !important;
}
.prh-heading span {
    color: var(--gold) !important;
    display: block;
}

.prh-gold-rule {
    width: 55px;
    height: 2px;
    background: var(--gold);
    margin: 22px 0;
}

.prh-body {
    color: #666 !important;
    font-size: 14.5px !important;
    line-height: 1.8 !important;
    margin-bottom: 12px !important;
}

/* ---- Highlight Pillars ---- */
.prh-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 28px 0 32px;
}

.prh-pillar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.prh-pillar-icon {
    font-size: 1.6rem !important;
    color: var(--gold) !important;
    flex-shrink: 0;
    margin-top: 3px;
    width: 26px;
}

.prh-pillar h6 {
    font-family: 'Gilda Display', serif !important;
    color: var(--navy) !important;
    font-size: 0.9rem !important;
    margin-bottom: 4px !important;
}

.prh-pillar p {
    color: #888 !important;
    font-size: 12.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

/* ---- CTA ---- */
.prh-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--white) !important;
    font-family: 'Gilda Display', serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 30px;
    transition: background .3s;
    align-self: flex-start;
    border: none;
}
.prh-cta:hover {
    background: var(--gold-dark) !important;
    color: var(--white) !important;
}
.prh-cta i { font-size: 11px; transition: transform .3s; }
.prh-cta:hover i { transform: translateX(4px); }

/* ---- Right Image Visual ---- */
.prh-about-visual {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}

.prh-img-grid {
    display: flex;
    height: 100%;
    gap: 0;
}

.prh-img-main {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.prh-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 8s ease;
}
.prh-about-visual:hover .prh-img-main img {
    transform: scale(1.06);
}

/* Gold overlay tint on main image */
.prh-img-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(13,27,62,0.75) 100%);
    pointer-events: none;
}

/* Badge overlay */
.prh-img-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    background: var(--gold);
    padding: 14px 18px;
    text-align: center;
    z-index: 2;
    line-height: 1;
}
.prh-badge-num {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 1.8rem;
    color: var(--white);
    line-height: 1;
}
.prh-badge-num i {
    font-size: 1rem;
    font-style: normal;
    color: var(--white);
}
.prh-badge-lbl {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-top: 5px;
    font-family: 'Barlow Condensed', sans-serif;
}

/* Small image stack */
.prh-img-stack {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.prh-img-sm {
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.prh-img-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s;
}
.prh-img-sm:hover img { transform: scale(1.08); }

.prh-img-sm::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(13,27,62,0.45);
    transition: background .3s;
}
.prh-img-sm:hover::after { background: rgba(13,27,62,0.2); }

.prh-img-label {
    position: absolute;
    bottom: 12px;
    left: 14px;
    font-family: 'Gilda Display', serif;
    font-size: 13px;
    color: var(--white);
    z-index: 2;
    letter-spacing: 0.5px;
}
.prh-img-label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 6px;
}

/* ---- Stats Bar ---- */
.prh-stats-bar {
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 28px 40px;
}

.prh-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}

.prh-stat-num {
    font-family: 'Gilda Display', serif;
    font-size: 2.4rem;
    color: var(--white);
    line-height: 1;
}
.prh-stat-num sup {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
}

.prh-stat-lbl {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-top: 6px;
    font-family: 'Barlow Condensed', sans-serif;
}

.prh-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.3);
    flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .prh-about-inner { flex-direction: column; }
    .prh-about-content,
    .prh-about-visual { flex: none; max-width: 100%; width: 100%; }
    .prh-about-content { padding: 60px 30px; }
    .prh-about-visual { min-height: 400px; }
    .prh-img-stack { width: 140px; }
    .prh-heading { font-size: 2.2rem; }
}

@media (max-width: 600px) {
    .prh-pillars { grid-template-columns: 1fr; gap: 16px; }
    .prh-stats-bar { gap: 0; }
    .prh-stat { padding: 16px 20px; }
    .prh-stat-divider { width: 40px; height: 1px; }
    .prh-img-stack { display: none; }
    .prh-about-content { padding: 50px 24px; }
}
