/*
Theme Name: NUN-J Theme
Author: Philip
Description: Custom theme for NUN-J Nigeria Limited
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #1C2622;
}

.site-header {
    background-color: #0E2D23;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav {
    padding: 0;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    color: #996612;
}
.hero {
    text-align: center;
    padding: 60px 20px;
    background-color: #FAF7F1;
}

.hero img {
    max-width: 180px;
    margin-bottom: 20px;
}

.hero h1 {
    color: #0E2D23;
    font-size: 32px;
}

.hero p {
    color: #996612;
    font-weight: bold;
    margin-top: 8px;
}

.divisions {
    display: flex;
    gap: 20px;
    padding: 40px 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.division-card {
    background: #ffffff;
    border-top: 4px solid #996612;
    border-radius: 8px;
    padding: 25px;
    width: 280px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.division-card h2 {
    color: #0E2D23;
    margin-bottom: 10px;
}

.division-card a {
    display: inline-block;
    margin-top: 12px;
    color: #0E2D23;
    font-weight: bold;
    text-decoration: none;
}
.division-hero {
    background-color: #0E2D23;
    color: #ffffff;
    text-align: center;
    padding: 70px 20px;
}

.division-hero h1 {
    font-size: 36px;
}

.division-hero p {
    color: #996612;
    font-weight: bold;
    margin-top: 10px;
}

.division-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

.division-content h2 {
    color: #0E2D23;
    margin-top: 30px;
    margin-bottom: 10px;
}
.site-logo {
    display: inline-block;
}

.site-logo img {
    max-width: 140px;
    display: block;
}
.division-featured-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.certification-img {
    max-width: 300px;
    margin-top: 15px;
    border-radius: 6px;
}
.division-subnav {
    background-color: #FAF7F1;
    padding: 12px 30px;
    border-bottom: 1px solid #D9D2C4;
}

.division-subnav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.division-subnav a {
    color: #0E2D23;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.division-subnav a:hover {
    color: #996612;
}
.division-links {
    display: flex;
    gap: 20px;
    padding: 20px 30px 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.division-link-card {
    background: #ffffff;
    border-top: 4px solid #996612;
    border-radius: 8px;
    padding: 25px;
    width: 280px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.division-link-card:hover {
    transform: translateY(-3px);
}

.division-link-card h3 {
    color: #0E2D23;
    margin-bottom: 8px;
}

.division-link-card p {
    color: #6B6B63;
    font-size: 14px;
}
.mvv-section {
    display: flex;
    gap: 25px;
    padding: 0 30px 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.mvv-card {
    background: #FAF7F1;
    border-left: 4px solid #0E2D23;
    border-radius: 6px;
    padding: 30px;
    width: 380px;
}

.mvv-card h3 {
    color: #0E2D23;
    margin-bottom: 12px;
}

.mvv-card p {
    line-height: 1.6;
    color: #444;
}

.values-section {
    background-color: #0E2D23;
    padding: 50px 30px;
    text-align: center;
}

.values-section h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.values-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.value-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid #996612;
    border-radius: 8px;
    padding: 25px;
    width: 220px;
}

.value-item h4 {
    color: #996612;
    margin-bottom: 10px;
}

.value-item p {
    color: #f1ece0;
    font-size: 13px;
    line-height: 1.5;
}

/* --- Oil & Gas Homepage Rich Content --- */

.oilgas-hero {
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    background: rgba(14, 45, 35, 0.82);
    padding: 70px 20px;
    text-align: center;
}

.welcome-with-image {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 1000px;
}

.welcome-text, .welcome-image {
    flex: 1;
}

.welcome-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.stats-strip {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 40px 20px;
    background: #FAF7F1;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat h3 {
    font-size: 32px;
    color: #996612;
}

.stat p {
    color: #0E2D23;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.mvv-section {
    display: flex;
    gap: 25px;
    padding: 50px 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.mvv-card {
    background: #FAF7F1;
    border-left: 4px solid #0E2D23;
    border-radius: 6px;
    padding: 30px;
    width: 380px;
}

.mvv-card h3 {
    color: #0E2D23;
    margin-bottom: 12px;
}

.mvv-card p {
    line-height: 1.6;
    color: #444;
}

.values-section {
    background-color: #0E2D23;
    padding: 50px 30px;
    text-align: center;
}

.values-section h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.values-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.value-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid #996612;
    border-radius: 8px;
    padding: 25px;
    width: 220px;
}

.value-item h4 {
    color: #996612;
    margin-bottom: 10px;
}

.value-item p {
    color: #f1ece0;
    font-size: 13px;
    line-height: 1.5;
}

.cta-banner {
    background-color: #996612;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.cta-banner h2 {
    margin-bottom: 10px;
}

.cta-button {
    display: inline-block;
    margin-top: 15px;
    background: #0E2D23;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

.cta-button:hover {
    background: #081A15;
}

/* --- Typography Upgrade --- */
body {
    font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
}

/* --- Hero Overlay Fix --- */
.oilgas-hero {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-overlay {
    background: rgba(14, 45, 35, 0.82);
    padding: 70px 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* --- Consistent Image Sizing --- */
.welcome-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* --- Hover Polish --- */
.cta-button, .value-item, .mvv-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-button:hover {
    transform: translateY(-2px);
}
.value-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.mvv-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* --- Footer --- */
.site-footer {
    background-color: #0E2D23;
    color: #f1ece0;
    padding: 50px 30px 0;
}
.footer-inner {
    display: flex;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col {
    flex: 1;
    min-width: 200px;
}
.footer-logo {
    max-width: 100px;
    margin-bottom: 10px;
}
.footer-col h4 {
    color: #996612;
    margin-bottom: 12px;
    font-size: 15px;
}
.footer-col ul {
    list-style: none;
}
.footer-col ul li {
    margin-bottom: 8px;
}
.footer-col a {
    color: #f1ece0;
    text-decoration: none;
    font-size: 14px;
}
.footer-col a:hover {
    color: #996612;
}
.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #cfc8b8;
}
.footer-bottom {
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    color: #8a8578;
}

/* ============================= */
/* --- MOBILE RESPONSIVENESS --- */
/* ============================= */
@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .site-header nav ul {
        flex-wrap: wrap;
        gap: 12px;
    }
    .division-subnav ul {
        flex-wrap: wrap;
        gap: 10px;
    }
    .welcome-with-image {
        flex-direction: column;
    }
    .division-links, .divisions {
        flex-direction: column;
        align-items: center;
    }
    .division-link-card, .division-card {
        width: 100%;
        max-width: 340px;
    }
    .mvv-section {
        flex-direction: column;
        align-items: center;
    }
    .mvv-card {
        width: 100%;
        max-width: 400px;
    }
    .values-grid {
        flex-direction: column;
        align-items: center;
    }
    .value-item {
        width: 100%;
        max-width: 300px;
    }
    .stats-strip {
        gap: 30px;
    }
    .footer-inner {
        flex-direction: column;
        gap: 30px;
    }
    .hero h1, .division-hero h1 {
        font-size: 26px;
    }
}
.timeline-section {
    padding: 60px 30px;
    max-width: 800px;
    margin: 0 auto;
}
.timeline-section h2 {
    text-align: center;
    color: #0E2D23;
    margin-bottom: 40px;
}
.timeline {
    position: relative;
    padding-left: 30px;
    border-left: 3px solid #996612;
}
.timeline-item {
    position: relative;
    margin-bottom: 35px;
}
.timeline-marker {
    position: absolute;
    left: -39px;
    top: 4px;
    width: 14px;
    height: 14px;
    background: #996612;
    border-radius: 50%;
    border: 3px solid #0E2D23;
}
.timeline-content h4 {
    color: #0E2D23;
    margin-bottom: 6px;
}
.timeline-content p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

.team-section {
    padding: 60px 30px;
    text-align: center;
    background: #FAF7F1;
}
.team-section h2 {
    color: #0E2D23;
    margin-bottom: 15px;
}
.team-intro {
    max-width: 700px;
    margin: 0 auto 40px;
    color: #555;
    line-height: 1.6;
}
.team-grid {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}
.team-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    width: 220px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.team-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #0E2D23;
    margin: 0 auto 15px;
}
.team-card h4 {
    color: #0E2D23;
    margin-bottom: 6px;
    font-size: 15px;
}
.team-card p {
    font-size: 13px;
    color: #777;
}

.products-section {
    padding: 60px 30px;
    text-align: center;
}
.products-section h2 {
    color: #0E2D23;
    margin-bottom: 40px;
}
.products-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.product-card {
    background: #FAF7F1;
    border-radius: 8px;
    padding: 20px;
    width: 220px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.product-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}
.product-card h4 {
    color: #0E2D23;
    margin-bottom: 8px;
}
.product-card p {
    font-size: 13px;
    color: #666;
}
.team-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
}

/* --- Luxury Refinement Layer --- */

.division-content h2, .products-section h2, .timeline-section h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.products-section h2::after, .timeline-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #996612;
    margin: 14px auto 0;
}

.division-content h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #996612;
    margin-top: 12px;
}

.products-section {
    padding: 90px 30px;
}

.product-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 24px;
    box-shadow: 0 10px 30px rgba(14, 45, 35, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid rgba(153, 102, 18, 0.15);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(14, 45, 35, 0.14);
}

.product-card img {
    height: 150px;
    border-radius: 6px;
    filter: saturate(1.05);
}

.product-card h4 {
    font-size: 17px;
    letter-spacing: 0.3px;
    margin-top: 4px;
}

.product-card p {
    line-height: 1.6;
}

.timeline-section {
    padding: 90px 30px;
}

.timeline {
    border-left: 1px solid #996612;
}

.timeline-marker {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 4px rgba(153, 102, 18, 0.15);
}

.timeline-content h4 {
    font-size: 16px;
    letter-spacing: 0.3px;
}

.cta-banner {
    background: linear-gradient(135deg, #996612, #7a5210);
    padding: 80px 20px;
}

.cta-banner h2 {
    font-size: 28px;
    letter-spacing: 0.5px;
}

.cta-button {
    padding: 14px 38px;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
}

.oilgas-hero {
    min-height: 480px;
}

.hero-overlay h1 {
    font-size: 42px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.hero-overlay p {
    font-size: 17px;
    letter-spacing: 0.3px;
    max-width: 600px;
}
/* --- Luxury Refinement: Homepage & About Extras --- */

.mvv-card {
    border-radius: 10px;
    padding: 36px;
    box-shadow: 0 10px 30px rgba(14, 45, 35, 0.06);
    border-left: 3px solid #996612;
    background: #ffffff;
}

.mvv-card h3 {
    font-size: 18px;
    letter-spacing: 0.3px;
    position: relative;
    padding-bottom: 12px;
}

.mvv-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #996612;
}

.mvv-card p {
    line-height: 1.7;
}

.values-section {
    padding: 90px 30px;
}

.values-section h2 {
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 45px;
}

.value-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(153, 102, 18, 0.4);
    border-radius: 10px;
    padding: 32px 24px;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.value-item:hover {
    border-color: #996612;
    background: rgba(153, 102, 18, 0.08);
}

.value-item h4 {
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
}

.welcome-with-image {
    gap: 60px;
    padding: 20px 0;
}

.welcome-text h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.welcome-image img {
    box-shadow: 0 16px 40px rgba(14, 45, 35, 0.12);
    border-radius: 10px;
}

.stats-strip {
    padding: 60px 20px;
    gap: 80px;
}

.stat h3 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stat p {
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 4px;
}

.team-section {
    padding: 90px 30px;
}

.team-section h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.team-card {
    border-radius: 10px;
    padding: 32px 24px;
    box-shadow: 0 10px 30px rgba(14, 45, 35, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(14, 45, 35, 0.12);
}

.team-photo, .team-avatar {
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.team-card h4 {
    letter-spacing: 0.3px;
}
.contact-hero {
    min-height: 280px;
}

.contact-section {
    display: flex;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 30px;
    flex-wrap: wrap;
}

.contact-info, .contact-form-wrap {
    flex: 1;
    min-width: 280px;
}

.contact-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 35px;
}

.contact-detail {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.contact-detail h4 {
    color: #996612;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.contact-detail p {
    color: #0E2D23;
    font-size: 16px;
}

.contact-form-wrap {
    background: #FAF7F1;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(14, 45, 35, 0.06);
}

.contact-form-wrap h3 {
    color: #0E2D23;
    margin-bottom: 10px;
}

.contact-form-note {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.contact-form-placeholder {
    background: #fff;
    border: 2px dashed #D9D2C4;
    border-radius: 8px;
    padding: 60px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* === HOSPITALITY DIVISION — UNIQUE STYLING === */

.hosp-hero {
    background-size: cover;
    background-position: center;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hosp-hero-overlay {
    background: linear-gradient(180deg, rgba(14,45,35,0.3), rgba(14,45,35,0.75));
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hosp-hero-overlay h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hosp-hero-overlay p {
    color: #f1ece0;
    font-size: 18px;
    margin-top: 14px;
    font-style: italic;
}

.hosp-intro {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 30px;
    text-align: center;
}

.hosp-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.hosp-showcase {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 30px;
    gap: 60px;
}

.hosp-showcase.reverse {
    flex-direction: row-reverse;
}

.hosp-showcase-image, .hosp-showcase-text {
    flex: 1;
    min-width: 280px;
}

.hosp-showcase-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(14, 45, 35, 0.15);
}

.hosp-showcase-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #0E2D23;
    margin-bottom: 16px;
}

.hosp-showcase-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.hosp-cta {
    background: #0E2D23;
    text-align: center;
    padding: 90px 30px;
    margin-top: 40px;
}

.hosp-cta h2 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.hosp-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hosp-btn-primary, .hosp-btn-secondary {
    padding: 14px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: transform 0.3s ease;
}

.hosp-btn-primary {
    background: #996612;
    color: #fff;
}

.hosp-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #996612;
}

.hosp-btn-primary:hover, .hosp-btn-secondary:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .hosp-showcase, .hosp-showcase.reverse {
        flex-direction: column;
    }
    .hosp-hero-overlay h1 {
        font-size: 32px;
    }
}

.mphb_sc_rooms_wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.mphb-room-type {
    background: #ffffff;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(14, 45, 35, 0.08) !important;
    border: none !important;
    padding: 24px !important;
    margin-bottom: 30px !important;
}

.mphb-room-type-title,
.mphb-room-type-title.entry-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    margin-bottom: 12px !important;
}

.mphb-room-type-title a {
    color: #0E2D23 !important;
    text-decoration: none !important;
}

.mphb-room-type-title a:hover {
    color: #996612 !important;
}

.mphb-room-type-details-title {
    color: #996612 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #996612 !important;
    display: inline-block;
    padding-bottom: 6px;
}

.mphb-loop-room-type-attributes {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.mphb-view-details-button-wrapper a {
    color: #0E2D23 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.mphb-to-book-btn-wrapper {
    margin-top: 15px !important;
}

button.mphb-book-button {
    background: #996612 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

button.mphb-book-button:hover {
    background: #7a5210 !important;
    transform: translateY(-2px);
}
.mphb-single-wrapper {
    max-width: 900px;
}

.mphb-single-wrapper img {
    border-radius: 10px;
}

.mphb-room-type-price,
.mphb_sc_room_type_price {
    color: #996612 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.mphb-single-wrapper form input,
.mphb-single-wrapper form select {
    border: 1px solid #D9D2C4 !important;
    border-radius: 6px !important;
    padding: 10px !important;
}

.mphb-single-wrapper button[type="submit"] {
    background: #996612 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
}
.mphb-room-type-images img {
    object-fit: cover !important;
    border-radius: 10px;
}
.mphb-room-type-images .flex-control-thumbs img {
    height: 80px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 6px;
}

/* === NEUTRAL BRAND HERO (for system/status pages) === */
.brand-hero {
    background-color: #0E2D23;
    background-image: linear-gradient(135deg, #0E2D23, #081A15);
    color: #fff;
    text-align: center;
    padding: 90px 20px;
}

.brand-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    letter-spacing: 0.5px;
}

.brand-hero p {
    color: #D9C9A3;
    margin-top: 12px;
    font-size: 16px;
}

.status-page-content {
    max-width: 650px;
    margin: 0 auto;
    padding: 70px 30px;
    text-align: center;
}

.status-page-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.status-return-btn {
    display: inline-block;
    background: #996612;
    color: #fff;
    padding: 12px 34px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.status-return-btn:hover {
    transform: translateY(-3px);
}
.mphb-single-layout {
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 30px 90px;
}

/* Details heading */
.mphb-single-layout h3 {
    font-family: 'Playfair Display', serif;
    color: #0E2D23;
    font-size: 20px;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #996612;
    display: inline-block;
}

.mphb-single-layout ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.mphb-single-layout ul li {
    background: #FAF7F1;
    padding: 10px 18px;
    border-radius: 6px;
    margin-bottom: 8px;
    color: #444;
    font-size: 15px;
}

/* Calendar (Availability) */
.mphb-single-layout table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(14, 45, 35, 0.08);
    margin-top: 10px;
}

.mphb-single-layout table caption,
.mphb-single-layout table thead {
    background: #0E2D23 !important;
    color: #fff !important;
}

.mphb-single-layout table th {
    background: #0E2D23 !important;
    color: #f1ece0 !important;
    padding: 10px !important;
    font-weight: 600;
}

.mphb-single-layout table td {
    text-align: center !important;
    padding: 10px !important;
    border: 1px solid #eee !important;
    color: #333;
}

.mphb-single-layout table td.mphb-datepicker-not-available,
.mphb-single-layout table td.ui-datepicker-unselectable {
    background: #f5f0e8 !important;
    color: #ccc !important;
}

/* "Prev / Today / Next" bar */
.mphb-single-layout .ui-datepicker-header,
.mphb-single-layout thead tr:first-child {
    background: #996612 !important;
    color: #fff !important;
}

/* Booking form / submit button */
.mphb-single-layout form input,
.mphb-single-layout form select {
    border: 1px solid #D9D2C4 !important;
    border-radius: 6px !important;
    padding: 10px !important;
}

.mphb-single-layout button[type="submit"],
.mphb-single-layout .mphb-book-button {
    background: #996612 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.mphb-single-layout button[type="submit"]:hover {
    transform: translateY(-2px);
}
.mphb-single-layout .datepick-month-row {
    display: flex;
    gap: 30px;
}

.mphb-single-layout .datepick-month {
    flex: 1;
    min-width: 0;
}

.mphb-single-layout .datepick-month table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(14, 45, 35, 0.08);
}

.mphb-single-layout .datepick-month-header {
    background: #996612 !important;
    color: #fff !important;
    text-align: center;
    padding: 10px !important;
    font-weight: 600;
}

.mphb-single-layout .datepick-nav {
    background: #0E2D23 !important;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
    font-weight: 600;
}

.mphb-single-layout .datepick-month th {
    background: #0E2D23 !important;
    color: #f1ece0 !important;
    padding: 8px !important;
}

.mphb-single-layout .datepick-month td {
    text-align: center !important;
    padding: 8px !important;
    border: 1px solid #eee !important;
}
.mphb-single-layout .datepick,
.mphb-single-layout .datepick-multi {
    width: auto !important;
    max-width: 100% !important;
}

.mphb-single-layout .datepick-month-row {
    display: flex !important;
    gap: 30px !important;
    width: 100% !important;
}

.mphb-single-layout .datepick-month.first,
.mphb-single-layout .datepick-month.last {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
}
.mphb-single-layout .datepick-month select {
    background: #996612 !important;
    color: #fff !important;
    border: none !important;
    padding: 6px 10px !important;
    border-radius: 4px;
}

.amenities-list {
    list-style: none;
    margin-top: 18px;
    padding: 0;
}

.amenities-list li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    color: #444;
    font-size: 15px;
}

.amenities-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #996612;
    font-weight: bold;
}

/* === BEAUTY & SPA DIVISION — UNIQUE STYLING === */

.spa-hero {
    background-size: cover;
    background-position: center;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.spa-hero-overlay {
    background: linear-gradient(180deg, rgba(30,20,20,0.25), rgba(30,20,20,0.65));
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.spa-hero-overlay h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 46px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.spa-hero-overlay p {
    color: #f5e6e0;
    font-size: 17px;
    margin-top: 16px;
    letter-spacing: 0.5px;
}

.spa-intro {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 30px;
    text-align: center;
}

.spa-intro p {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.spa-services-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 30px 80px;
}

.spa-service-card {
    background: #FFF9F7;
    border-radius: 20px;
    padding: 36px 28px;
    width: 250px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(153, 102, 18, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.spa-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(153, 102, 18, 0.12);
}

.spa-service-card .spa-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0E2D23;
    margin: 0 auto 20px;
}

.spa-service-card h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0E2D23;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.spa-service-card p {
    font-size: 13.5px;
    color: #777;
    line-height: 1.6;
}

.spa-cta {
    background: #0E2D23;
    text-align: center;
    padding: 90px 30px;
}

.spa-cta h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.spa-btn-primary {
    background: #996612;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
}

.spa-btn-primary:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .spa-hero-overlay h1 { font-size: 30px; }
}
.spa-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spa-icon i {
    color: #fff;
    font-size: 22px;
}
.treatment-menu-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 30px 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.treatment-category {
    flex: 1;
    min-width: 320px;
}

.treatment-category h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0E2D23;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #996612;
    margin-bottom: 18px;
}

.treatment-list {
    list-style: none;
}

.treatment-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.treatment-name {
    color: #333;
    font-size: 15px;
}

.treatment-price {
    color: #996612;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    margin-left: 15px;
}

.spa-appointment-section {
    background: #FFF9F7;
    text-align: center;
    padding: 80px 30px;
}

.spa-appointment-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #0E2D23;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.spa-appointment-section p {
    color: #666;
    margin-bottom: 30px;
}

.spa-form-embed {
    max-width: 550px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(153, 102, 18, 0.08);
}

/* === WPForms — Beauty & Spa Styling === */

.spa-form-embed .wpforms-title,
.contact-form-embed .wpforms-title {
    display: none;
}

.spa-form-embed .wpforms-field-label,
.contact-form-embed .wpforms-field-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0E2D23 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px;
}

.spa-form-embed input[type="text"],
.spa-form-embed input[type="email"],
.spa-form-embed input[type="tel"],
.spa-form-embed select,
.spa-form-embed textarea,
.contact-form-embed input[type="text"],
.contact-form-embed input[type="email"],
.contact-form-embed input[type="tel"],
.contact-form-embed select,
.contact-form-embed textarea {
    border: 1px solid #E8D9CE !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    background: #fff !important;
    transition: border-color 0.3s ease;
}

.spa-form-embed input:focus,
.spa-form-embed select:focus,
.spa-form-embed textarea:focus,
.contact-form-embed input:focus,
.contact-form-embed select:focus,
.contact-form-embed textarea:focus {
    border-color: #996612 !important;
    outline: none !important;
}

.spa-form-embed .wpforms-submit,
.contact-form-embed .wpforms-submit {
    background: #996612 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 12px 36px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.spa-form-embed .wpforms-submit:hover,
.contact-form-embed .wpforms-submit:hover {
    background: #7a5210 !important;
    transform: translateY(-2px);
}

.spa-form-embed .wpforms-field,
.contact-form-embed .wpforms-field {
    margin-bottom: 20px !important;
}

/* ============================================= */
/* --- MOBILE RESPONSIVENESS: FULL AUDIT PASS --- */
/* ============================================= */
@media (max-width: 768px) {

    /* --- Hospitality showcases (image/text alternating) --- */
    .hosp-showcase, .hosp-showcase.reverse {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
    }
    .hosp-showcase-image img {
        height: 240px;
    }
    .hosp-hero, .spa-hero {
        min-height: 380px;
    }
    .hosp-hero-overlay h1, .spa-hero-overlay h1 {
        font-size: 28px;
    }

    /* --- Beauty & Spa services grid --- */
    .spa-services-grid {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .spa-service-card {
        width: 100%;
        max-width: 320px;
    }

    /* --- Treatment menu columns --- */
    .treatment-menu-wrap {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    /* --- Team grids (all divisions) --- */
    .team-grid {
        flex-direction: column;
        align-items: center;
    }
    .team-card {
        width: 100%;
        max-width: 300px;
    }

    /* --- Products grid (Oil & Gas) --- */
    .products-grid {
        flex-direction: column;
        align-items: center;
    }
    .product-card {
        width: 100%;
        max-width: 300px;
    }

    /* --- Contact page two-column --- */
    .contact-section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }

    /* --- CTA buttons (Hospitality) --- */
    .hosp-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    /* --- MotoPress accommodation listing cards --- */
    .mphb-room-type {
        padding: 16px !important;
    }
    .mphb-room-type-images .flex-viewport {
        height: 220px !important;
        max-height: 220px !important;
    }
    .mphb-room-type-images ul.slides li,
    .mphb-room-type-images ul.slides img {
        height: 220px !important;
    }

    /* --- MotoPress single accommodation calendar --- */
    .mphb-single-layout .datepick-month-row {
        flex-direction: column;
        gap: 20px;
    }
    .mphb-single-layout table th,
    .mphb-single-layout table td {
        padding: 6px !important;
        font-size: 13px;
    }

    /* --- WPForms fields --- */
    .spa-form-embed, .contact-form-wrap {
        padding: 20px !important;
    }

    /* --- Site-wide sub-nav bars (Oil & Gas / Hospitality / Spa) --- */
    .division-subnav ul {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px;
    }

    /* --- Timeline section --- */
    .timeline-section {
        padding: 40px 20px;
    }

    /* --- MVV cards --- */
    .mvv-section {
        padding: 20px;
    }
}

/* ================================================ */
/* --- TABLET (769px – 1024px) --- */
/* ================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
    .hosp-showcase, .hosp-showcase.reverse {
        gap: 35px;
        padding: 30px 25px;
    }
    .values-grid, .spa-services-grid, .team-grid, .products-grid {
        max-width: 700px;
    }
    .mvv-section {
        gap: 20px;
    }
    .mvv-card {
        width: 320px;
    }
    .division-links, .divisions {
        gap: 15px;
    }
    .stats-strip {
        gap: 40px;
    }
}

/* ================================================ */
/* --- HEADER & FOOTER — ALL SCREEN SIZES --- */
/* ================================================ */
@media (max-width: 1024px) {
    .site-header {
        padding: 12px 20px;
    }
    .site-header nav ul {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .site-logo img {
        max-width: 100px;
    }
    .site-header nav ul li a {
        font-size: 14px;
    }
    .division-subnav {
        padding: 10px 20px;
    }
    .footer-inner {
        padding: 0 10px 30px;
    }
    .footer-col {
        min-width: 100%;
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto 10px;
    }
}

/* ================================================ */
/* --- SMALL PHONES (max-width: 400px) --- */
/* ================================================ */
@media (max-width: 400px) {
    .site-logo img {
        max-width: 80px;
    }
    .site-header nav ul {
        gap: 10px;
    }
    .site-header nav ul li a {
        font-size: 12px;
    }
    .hosp-hero-overlay h1, .spa-hero-overlay h1, .division-hero h1 {
        font-size: 22px !important;
    }
    .hero-overlay h1 {
        font-size: 26px !important;
    }
    .division-link-card, .division-card, .value-item, .team-card, .product-card, .spa-service-card {
        max-width: 260px;
    }
    .stats-strip {
        gap: 25px;
    }
    .stat h3 {
        font-size: 28px !important;
    }
    .mvv-card {
        padding: 22px;
    }
}
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nav-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.active span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .site-header {
        flex-wrap: wrap;
    }

    .main-nav {
        display: none;
        width: 100%;
        order: 3;
        margin-top: 15px;
    }

    .main-nav.nav-open {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .main-nav ul li {
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .main-nav ul li a {
        display: block;
        padding: 14px 5px;
    }
}

@media (max-width: 768px) {
    .site-header {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .nav-toggle {
        order: 2;
    }

    .site-logo {
        order: 1;
    }

    .main-nav {
        order: 3;
        width: 100%;
    }
}

/* === MAIN NUN-J HOMEPAGE — NEUTRAL PREMIUM === */

.home-hero {
    background-size: cover;
    background-position: center;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-overlay {
    background: linear-gradient(180deg, rgba(14,45,35,0.35), rgba(14,45,35,0.8));
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.home-hero-overlay h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    letter-spacing: 1px;
}

.home-hero-overlay p {
    color: #D9C9A3;
    font-size: 18px;
    margin-top: 16px;
    max-width: 560px;
}

.home-welcome {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 30px;
    text-align: center;
}

.home-welcome p {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
}

.home-stats {
    display: flex;
    justify-content: center;
    gap: 90px;
    padding: 50px 20px 90px;
    flex-wrap: wrap;
}

.home-stat {
    text-align: center;
}

.home-stat h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #996612;
}

.home-stat p {
    color: #0E2D23;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px;
}

.home-divisions {
    display: flex;
    gap: 30px;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 30px 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.home-division-card {
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(14, 45, 35, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-division-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 46px rgba(14, 45, 35, 0.16);
}

.home-division-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-division-content {
    padding: 28px;
}

.home-division-content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0E2D23;
    font-size: 21px;
    margin-bottom: 8px;
}

.home-division-content p {
    color: #666;
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.home-division-content a {
    color: #996612;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.home-division-content a:hover {
    color: #7a5210;
}

@media (max-width: 768px) {
    .home-hero-overlay h1 { font-size: 30px; }
    .home-stats { gap: 40px; }
}