/*
Theme Name: Himalayan Monks
Theme URI: https://himalayanmonks.com
Author: Himalayan Monks Travel
Author URI: https://himalayanmonks.com
Description: A professional WordPress theme for Himalayan Monks Travel Solution Company. Features custom post types for packages, testimonials, and why-choose-us sections with ACF integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: himalayan-monks
Tags: travel, adventure, himalaya, responsive, custom-post-types, acf
*/

/* ==========================================
   CSS RESET & BASE
   ========================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-primary: #0F3D24;
    --color-primary-light: #1a5c37;
    --color-emerald-700: #047857;
    --color-emerald-600: #059669;
    --color-emerald-400: #34d399;
    --color-emerald-300: #6ee7b7;
    --color-emerald-200: #a7f3d0;
    --color-emerald-100: #d1fae5;
    --color-emerald-50: #ecfdf5;
    --color-bg: #F9F6F0;
    --color-white: #ffffff;
    --color-slate-900: #0f172a;
    --color-slate-600: #475569;
    --color-slate-500: #64748b;
    --color-slate-400: #94a3b8;
    --color-amber-500: #f59e0b;
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    background-color: var(--color-bg);
    color: var(--color-slate-900);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background-color: var(--color-primary);
    color: white;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

input, select, textarea {
    font-family: inherit;
}

/* ==========================================
   TYPOGRAPHY
   ========================================== */
.font-black { font-weight: 900; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: 0.15em; }

/* ==========================================
   TOP BAR
   ========================================== */
.top-bar {
    background-color: var(--color-primary);
    color: white;
    padding: 6px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
}

@media (min-width: 640px) {
    .top-bar {
        flex-direction: row;
        justify-content: space-between;
        padding: 6px 32px;
        font-size: 14px;
    }
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (min-width: 640px) {
    .top-bar-left { gap: 24px; }
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar a {
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}

.top-bar a:hover {
    color: var(--color-emerald-200);
}

.top-bar .email-link {
    display: none;
    align-items: center;
    gap: 6px;
    opacity: 0.8;
}

@media (min-width: 640px) {
    .top-bar .email-link {
        display: flex;
    }
}

.top-bar .social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-bar .social-links a:hover {
    color: var(--color-emerald-300);
    transform: scale(1.1);
    display: inline-block;
}

.top-bar svg.phone-icon {
    color: var(--color-emerald-300);
    flex-shrink: 0;
}

/* ==========================================
   NAVIGATION
   ========================================== */
.site-navigation {
    background-color: var(--color-bg);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(15, 61, 36, 0.08);
    box-shadow: 0 1px 8px rgba(15, 61, 36, 0.06);
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.nav-logo-icon {
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.nav-logo-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.nav-logo-text {
    font-size: 20px;
    font-weight: 900;
    color: var(--color-primary);
    letter-spacing: -0.03em;
    white-space: nowrap;
}

/* Desktop Menu */
.nav-menu-wrap {
    display: none;
    align-items: center;
    gap: 32px;
}

@media (min-width: 1024px) {
    .nav-menu-wrap { display: flex; }
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li a {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s, color 0.2s;
}

.nav-menu li a:hover,
.nav-menu li.current-menu-item a,
.nav-menu li.current_page_item a {
    color: var(--color-emerald-700);
    border-bottom-color: var(--color-emerald-700);
}

.nav-cta-btn {
    background-color: var(--color-primary);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.nav-cta-btn:hover {
    background-color: var(--color-primary-light);
    color: white;
}

/* Hamburger */
.nav-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    border: none;
    background: none;
    z-index: 200;
}

@media (min-width: 1024px) {
    .nav-hamburger { display: none; }
}

.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--color-primary);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-hamburger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.is-active span:nth-child(2) {
    opacity: 0;
}
.nav-hamburger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu */
.nav-mobile-menu {
    display: none;
    background-color: var(--color-bg);
    border-top: 1px solid rgba(15, 61, 36, 0.08);
    padding: 16px 24px 24px;
}

.nav-mobile-menu.is-open {
    display: block;
}

.nav-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-mobile-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(15, 61, 36, 0.06);
    transition: color 0.2s;
}

.nav-mobile-menu ul li a:hover {
    color: var(--color-emerald-700);
}

.nav-mobile-cta {
    display: block;
    margin-top: 16px;
    background-color: var(--color-primary);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background-color 0.2s;
}

.nav-mobile-cta:hover {
    background-color: var(--color-primary-light);
    color: white;
}

/* ==========================================
   HEADER / HERO BANNER
   ========================================== */
.site-header {
    position: relative;
    background-color: var(--color-bg);
    overflow: hidden;
}

.header-wave-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: white;
    z-index: 5;
}

.header-wave-svg svg {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    fill: var(--color-bg);
}

.header-inner {
    position: relative;
    padding: 48px 32px 96px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    min-height: 500px;
}

@media (min-width: 1024px) {
    .header-inner {
        flex-direction: row;
        align-items: flex-end;
        padding-bottom: 120px;
        min-height: 600px;
    }
}

.header-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
}

.header-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.75) blur(1px);
}

.header-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 1024px) {
    .header-content {
        align-items: flex-start;
        text-align: left;
    }
}

.header-logo-wrap {
    width: 50px;
    margin-bottom: 24px;
    padding: 8px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(2px);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.header-logo-wrap img {
    width: 100%;
    height: auto;
}

.header-title {
    color: var(--color-primary);
    font-size: clamp(32px, 5vw, 60px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 16px;
}

.header-title span {
    color: var(--color-emerald-700);
}

.header-subtitle {
    color: rgba(15, 61, 36, 0.8);
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    font-style: italic;
    margin-bottom: 32px;
    max-width: 420px;
    border-left: 4px solid var(--color-primary);
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

.header-locations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

@media (min-width: 1024px) {
    .header-locations { justify-content: flex-start; }
}

.header-location-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background-color: var(--color-emerald-100);
    border-radius: 50px;
    border: 1px solid var(--color-emerald-200);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* ==========================================
   BOOKING FORM WIDGET
   ========================================== */
.booking-widget {
    position: relative;
    z-index: 10;
    width: 100%;
    animation: fadeInUp 0.7s ease;
}

@media (min-width: 1024px) {
    .booking-widget {
        max-width: 400px;
        flex-shrink: 0;
    }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(32px); }
    to { opacity: 1; transform: translateY(0); }
}

.booking-widget-header {
    background-color: var(--color-primary);
    color: white;
    padding: 8px 24px;
    border-radius: 12px 12px 0 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
}

.booking-widget-body {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    padding: 24px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 20px 60px rgba(15,61,36,0.15);
    border: 1px solid rgba(15,61,36,0.08);
    border-top: none;
}

.booking-widget-title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
}

.booking-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.booking-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.booking-field.full {
    grid-column: 1 / -1;
}

.booking-field label {
    font-size: 10px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.booking-field input,
.booking-field select {
    width: 100%;
    padding: 8px 12px;
    background-color: rgba(236,253,245,0.5);
    border: 1px solid var(--color-emerald-100);
    border-radius: 6px;
    font-size: 14px;
    color: var(--color-slate-900);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    -webkit-appearance: none;
}

.booking-field input:focus,
.booking-field select:focus {
    border-color: var(--color-emerald-600);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.booking-submit-btn {
    grid-column: 1 / -1;
    background-color: var(--color-primary);
    color: white;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 14px;
    transition: background-color 0.2s;
    box-shadow: 0 4px 16px rgba(15, 61, 36, 0.2);
    cursor: pointer;
    border: none;
    width: 100%;
}

.booking-submit-btn:hover {
    background-color: var(--color-primary-light);
}

.booking-widget-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
    opacity: 0.6;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.booking-stat {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ==========================================
   SECTION LABEL
   ========================================== */
.section-label {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--color-emerald-700);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}

.section-label::before {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background-color: var(--color-emerald-700);
    flex-shrink: 0;
}

/* ==========================================
   MAIN CONTENT LAYOUT
   ========================================== */
.site-main {
    padding: 64px 16px;
}

@media (min-width: 640px) {
    .site-main { padding: 96px 32px; }
}

.content-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

/* About Section */
.about-layout {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media (min-width: 1024px) {
    .about-layout {
        flex-direction: row;
        gap: 96px;
    }
}

.about-main {
    flex: 1;
}

.about-sidebar {
    width: 100%;
}

@media (min-width: 1024px) {
    .about-sidebar {
        width: 300px;
        flex-shrink: 0;
    }
}

@media (min-width: 1280px) {
    .about-sidebar {
        width: 320px;
    }
}

.about-title {
    color: var(--color-primary);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.1;
    margin-bottom: 32px;
}

.about-title span { color: var(--color-emerald-700); }

.about-prose {
    color: var(--color-slate-600);
    font-weight: 500;
    line-height: 1.75;
    max-width: none;
}

.about-prose p + p {
    margin-top: 20px;
}

/* Services Icons */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 64px;
    padding: 32px;
    background: rgba(255,255,255,0.5);
    border-radius: 24px;
    border: 1px solid rgba(15, 61, 36, 0.05);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.service-icon {
    width: 64px;
    height: 64px;
    background-color: var(--color-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: transform 0.2s;
}

.service-item:hover .service-icon {
    transform: scale(1.1);
}

.service-label {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-primary);
}

/* ==========================================
   SIDEBAR CARDS
   ========================================== */
.contact-card {
    background-color: var(--color-primary);
    color: white;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(15,61,36,0.2);
    border: 4px solid rgba(15,61,36,0.5);
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.contact-card::before {
    content: '';
    position: absolute;
    right: -32px;
    top: -32px;
    width: 128px;
    height: 128px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    filter: blur(40px);
}

.contact-card h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.contact-card h3 svg {
    color: var(--color-emerald-400);
}

.contact-numbers {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.contact-number-item {
    display: flex;
    flex-direction: column;
}

.contact-number-item + .contact-number-item {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 16px;
}

.contact-number-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--color-emerald-300);
    display: block;
    margin-bottom: 4px;
}

.contact-number-link {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
    display: block;
    transition: color 0.2s;
}

.contact-number-link:hover {
    color: var(--color-emerald-100);
}

.contact-card-note {
    margin-top: 24px;
    color: rgba(52, 211, 153, 0.7);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    font-style: italic;
    border-left: 2px solid rgba(52,211,153,0.3);
    padding-left: 12px;
    position: relative;
    z-index: 1;
}

.why-card {
    background: white;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(15,61,36,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 24px;
}

.why-card h4 {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
}

.why-card-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.why-card-icon {
    padding: 10px;
    background-color: var(--color-emerald-50);
    border-radius: 10px;
    color: var(--color-primary);
    flex-shrink: 0;
}

.why-card-text strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: 2px;
}

.why-card-text p {
    font-size: 12px;
    color: rgba(15,61,36,0.6);
    line-height: 1.5;
}

.regions-card {
    background-color: var(--color-emerald-50);
    padding: 24px;
    border-radius: 20px;
    border: 1px solid var(--color-emerald-200);
    color: var(--color-primary);
}

.regions-card h4 {
    font-weight: 900;
    margin-bottom: 12px;
}

.regions-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.regions-list li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.regions-list li svg {
    color: var(--color-emerald-600);
    flex-shrink: 0;
}

/* ==========================================
   PACKAGES SECTION
   ========================================== */
.packages-section {
    margin-top: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.packages-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
}

@media (min-width: 640px) {
    .packages-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.packages-title {
    color: var(--color-primary);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.packages-title span { color: var(--color-emerald-700); }

.view-all-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--color-primary);
    color: white;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    transition: background-color 0.2s;
    box-shadow: 0 4px 16px rgba(15,61,36,0.2);
    white-space: nowrap;
}

.view-all-btn:hover {
    background-color: var(--color-primary-light);
    color: white;
}

.packages-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Package Card */
.package-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(15,61,36,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}

@media (min-width: 640px) {
    .package-card { flex-direction: row; }
}

.package-card:hover {
    box-shadow: 0 20px 60px rgba(15,61,36,0.12);
}

.package-image {
    position: relative;
    width: 100%;
    height: 192px;
    overflow: hidden;
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .package-image {
        width: 40%;
        height: auto;
    }
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.package-card:hover .package-image img {
    transform: scale(1.1);
}

.package-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.package-badge {
    display: inline-block;
    background: rgba(15,61,36,0.9);
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    backdrop-filter: blur(4px);
}

.package-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.package-location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-emerald-700);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.package-title {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.package-card:hover .package-title {
    color: var(--color-emerald-700);
}

.package-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

.package-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(15,61,36,0.6);
    font-size: 14px;
}

.package-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--color-amber-500);
    margin-bottom: 16px;
}

.package-stars span {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-slate-400);
    margin-left: 4px;
}

.package-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(15,61,36,0.05);
}

.package-price-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(15,61,36,0.5);
}

.package-price {
    font-size: 26px;
    font-weight: 900;
    color: var(--color-primary);
    letter-spacing: -0.05em;
}

.package-price-unit {
    font-size: 12px;
    font-weight: 500;
    color: rgba(15,61,36,0.5);
}

.package-arrow-btn {
    background-color: var(--color-emerald-50);
    color: var(--color-primary);
    padding: 12px;
    border-radius: 12px;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-card:hover .package-arrow-btn {
    background-color: var(--color-primary);
    color: white;
}

/* ==========================================
   TESTIMONIALS SECTION
   ========================================== */
.testimonials-section {
    margin-top: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-featured {
    background-color: var(--color-primary);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    color: white;
    box-shadow: 0 20px 60px rgba(15,61,36,0.25);
    margin-bottom: 24px;
}

@media (min-width: 640px) {
    .testimonial-featured { padding: 64px; }
}

.testimonial-featured-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0.2;
    display: none;
}

@media (min-width: 768px) {
    .testimonial-featured-bg { display: block; }
}

.testimonial-featured-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-featured-content {
    position: relative;
    z-index: 10;
    max-width: 500px;
}

.testimonial-featured-text {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 900;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 32px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    background-color: var(--color-emerald-100);
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-weight: 900;
    font-size: 16px;
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 900;
    display: block;
}

.testimonial-role {
    color: var(--color-emerald-300);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.testimonials-grid {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid rgba(15,61,36,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    color: var(--color-amber-500);
    margin-bottom: 16px;
}

.testimonial-text {
    color: var(--color-slate-600);
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 15px;
}

.testimonial-card-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card-avatar {
    width: 40px;
    height: 40px;
    background-color: var(--color-emerald-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-weight: 900;
    font-size: 13px;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonial-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card-name {
    font-size: 14px;
    font-weight: 900;
    color: var(--color-primary);
    display: block;
}

.testimonial-card-role {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-slate-400);
}

/* ==========================================
   WHY CHOOSE US SECTION
   ========================================== */
.why-section {
    margin-top: 80px;
    background: white;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(15,61,36,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px) {
    .why-section { padding: 64px; }
}

.why-section-title {
    color: var(--color-primary);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 48px;
}

.why-grid {
    display: grid;
    gap: 32px;
}

@media (min-width: 768px) {
    .why-grid { grid-template-columns: repeat(3, 1fr); }
}

.why-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-item-icon {
    width: 56px;
    height: 56px;
    background-color: var(--color-emerald-50);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
}

.why-item h3 {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 18px;
}

.why-item p {
    color: var(--color-slate-600);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
}

/* ==========================================
   CONTACT FORM SECTION
   ========================================== */
.contact-section {
    margin-top: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.contact-layout {
    display: grid;
    gap: 48px;
}

@media (min-width: 1024px) {
    .contact-layout { grid-template-columns: 1fr 1fr; }
}

.contact-info h2 {
    color: var(--color-primary);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}

.contact-info p {
    color: var(--color-slate-600);
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 32px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 15px;
}

.contact-detail-icon {
    width: 44px;
    height: 44px;
    background-color: var(--color-emerald-50);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-form-wrap {
    background: white;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(15,61,36,0.05);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* CF7 Styles */
.wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 16px;
    background-color: var(--color-emerald-50);
    border: 1px solid var(--color-emerald-100);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-slate-900);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    -webkit-appearance: none;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: var(--color-emerald-600);
    box-shadow: 0 0 0 3px rgba(5,150,105,0.1);
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    background-color: var(--color-primary);
    color: white;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background-color 0.2s;
    border: none;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover {
    background-color: var(--color-primary-light);
}

.wpcf7-response-output {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
}

.wpcf7-mail-sent-ok {
    background-color: var(--color-emerald-50);
    color: var(--color-primary);
}

.wpcf7-validation-errors {
    background-color: #fef2f2;
    color: #b91c1c;
}

/* ==========================================
   FOOTER
   ========================================== */
.site-footer {
    background-color: white;
    border-top: 1px solid rgba(15,61,36,0.05);
    padding: 96px 32px 48px;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    flex-direction: column;
    gap: 64px;
    border-bottom: 1px solid rgba(15,61,36,0.08);
    padding-bottom: 64px;
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    .footer-top {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-brand {
    max-width: 340px;
}

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

.footer-logo-icon {
    width: 48px;
    height: 48px;
    background-color: var(--color-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    font-size: 14px;
}

.footer-logo-text {
    font-size: 22px;
    font-weight: 900;
    color: var(--color-primary);
    letter-spacing: -0.03em;
}

.footer-desc {
    color: var(--color-slate-500);
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 15px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 15px;
}

.footer-menus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
}

.footer-menu h4 {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li a {
    color: var(--color-slate-500);
    font-weight: 600;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-menu ul li a:hover {
    color: var(--color-emerald-700);
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-slate-400);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

@media (min-width: 640px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-social {
    display: flex;
    gap: 24px;
}

.footer-social a:hover {
    color: var(--color-primary);
}

/* ==========================================
   UTILITY
   ========================================== */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Star icons */
.star-icon {
    width: 14px;
    height: 14px;
    fill: var(--color-amber-500);
    stroke: var(--color-amber-500);
}

/* ==========================================
   ADMIN BAR SPACING
   ========================================== */
.admin-bar .site-navigation {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-navigation {
        top: 46px;
    }
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 480px) {
    .booking-form-grid {
        grid-template-columns: 1fr;
    }
    
    .booking-field.full {
        grid-column: 1;
    }
}
