* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
    --gold: #ff7b07;
    --dark: #1a1a1a;
    --white: #ffffff;
    --light-gold: #ff7b07b8;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

.hide-sm {
  @media (max-width: 768px) {
    display: none !important;
  }
}

.show-sm {
  display: none !important;

  @media (max-width: 768px) {
    display: inline-block !important;
  }
}

/* Navigation */
nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 100px;
}

.logo {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-decoration: none;
    margin-top: 5px;
}
.nav-logo-image {
    height: 180px;
}

.nav-center {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 35px;
    list-style: none;
    align-items: center;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--gold);
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(26, 58, 46, 0.98);
    min-width: 220px;
    padding: 15px 0;
    border-radius: 8px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
}

.nav-links li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: block;
    padding: 12px 25px;
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.3s;
    letter-spacing: 0.3px;
}

.dropdown-menu a:hover {
    background: rgba(201, 166, 107, 0.2);
    color: var(--gold);
    padding-left: 30px;
}

.dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s;
}

.nav-links li:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-right {
    display: flex;
    gap: 20px;
    align-items: center;
}



.btn-book-nav {
    background: var(--gold);
    color: var(--dark);
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-book-nav:hover {
    background: var(--light-gold);
    transform: translateY(-2px);
}

/* Hero Section with Swiper */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.heroSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
    z-index: 1;
}

/* Placeholder backgrounds for slides */
.slide-1 {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                url('/images/mangorentacar.jpg');
    background-size: cover;
    background-position: center;
}

.slide-2 {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                url('/images/mangorentacar.jpg');
    background-size: cover;
    background-position: center;
}

.about-image-container2 .swiper{
    width: 100%;
    height: 400px;
}
.about-image-container2 .swiper-wrapper{
    height: 400px;
}

.about-image-container2 .swiper-pagination{
    bottom: -5px;
}

.slide-e1 {
    background: url('/images/excursions/1.jpg');
    background-size: cover;
    background-position: center;
}
.slide-e2 {
    background: url('/images/excursions/2.jpg');
    background-size: cover;
    background-position: center;
}

.slide-e3 {
    background: url('/images/excursions/3.jpg');
    background-size: cover;
    background-position: center;
}

.slide-e4 {
    background: url('/images/excursions/4.jpg');
    background-size: cover;
    background-position: center;
}

.slide-e5 {
    background: url('/images/excursions/5.jpg');
    background-size: cover;
    background-position: center;
}

.slide-e6 {
    background: url('/images/excursions/6.jpg');
    background-size: cover;
    background-position: center;
}

.slide-e7 {
    background: url('/images/excursions/7.jpg');
    background-size: cover;
    background-position: center;
}

.slide-e8 {
    background: url('/images/excursions/8.jpg');
    background-size: cover;
    background-position: center;
}

.slide-e9 {
    background: url('/images/excursions/9.jpg');
    background-size: cover;
    background-position: center;
}



/* Static Hero Content */
.hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.hero-content-container {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-text {
    flex: 1;
    max-width: 600px;
    color: var(--white);
    display: grid;
}

.hero-text-slide {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 700ms ease-in-out, visibility 700ms ease-in-out;
}

.hero-text-slide.active {
    opacity: 1;
    visibility: visible;
}

.stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.star {
    color: var(--gold);
    font-size: 24px;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
}

.hero-text h1 .highlight {
    color: var(--gold);
}

.hero-text p {
    font-size: 19px;
    line-height: 1.6;
    opacity: 0.95;
    font-weight: 300;
}

/* Booking Form */
.booking-form-container {
    pointer-events: auto;
    margin-top: 100px;
}

.booking-form {
    background: var(--white);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.form-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--dark);
    cursor: pointer;
}

.language-selector img {
    width: 24px;
    height: 16px;
}

.booking-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.tab-btn {
    flex: 1;
    padding: 12px 20px;
    background: #f5f5f5;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    color: var(--dark);
}

.tab-btn.active {
    background: var(--gold);
    color: var(--dark);
}

.form-group {
    margin-bottom: 18px;
    position: relative;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px 14px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
    background: #fafafa;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold);
    background: var(--white);
}

.form-group input::placeholder {
    color: #999;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

.location-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
}

.date-time-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.time-inputs {
    display: flex;
    gap: 8px;
}

.time-inputs input {
    width: 50px;
    text-align: center;
    padding: 14px 8px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--dark);
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.btn-calculate {
    width: 100%;
    padding: 16px;
    background: var(--gold);
    color: var(--dark);
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: capitalize;
}

.btn-calculate:hover {
    background: var(--light-gold);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 166, 107, 0.4);
}

/* Prominent CTA — booking form search button */
.btn-search {
    width: 100%;
    margin-top: 8px;
    padding: 18px 20px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--light-gold, #e0b97f) 100%);
    color: var(--dark);
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 8px 24px rgba(201, 166, 107, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-search i {
    font-size: 16px;
}

.btn-search:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 12px 28px rgba(201, 166, 107, 0.55);
}

.btn-search:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(201, 166, 107, 0.45);
}

/* Nav language selector */
.nav-language .language-selector,
.menu-item.language-selector {
    display: inline-flex;
    align-items: center;
}

.nav-language-select {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.nav-language-select:focus {
    outline: none;
    border-color: var(--gold);
}

.menu-item.language-selector .nav-language-select {
    background: rgba(0, 0, 0, 0.06);
    color: var(--dark);
    border-color: rgba(0, 0, 0, 0.15);
    width: 100%;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: var(--gold);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    z-index: 1200;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: var(--white);
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: var(--gold);
    opacity: 1;
}

/* Hero pagination — each bullet is a tiny mango fruit */
.heroSwiper .swiper-pagination {
    bottom: 24px;
}

.heroSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 20px;
    background: linear-gradient(140deg, #ffd166 0%, #ffa726 45%, #ff7b07 75%, #c94a00 100%);
    border-radius: 58% 58% 52% 52% / 70% 70% 48% 48%;
    opacity: 0.55;
    position: relative;
    overflow: visible;
    transform: rotate(-14deg);
    transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.35),
        inset -2px -3px 5px rgba(120, 40, 0, 0.35),
        inset 2px 2px 4px rgba(255, 230, 170, 0.55);
    margin: 0 8px !important;
}

.heroSwiper .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 1px;
    width: 6px;
    height: 7px;
    background: linear-gradient(135deg, #5fae3f 0%, #2f7a23 100%);
    border-radius: 0 100% 10% 100% / 0 100% 10% 100%;
    transform: rotate(38deg);
    box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.heroSwiper .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 22%;
    left: 22%;
    width: 28%;
    height: 22%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.heroSwiper .swiper-pagination-bullet:hover {
    opacity: 0.85;
    transform: rotate(-14deg) scale(1.1);
}

.heroSwiper .swiper-pagination-bullet-active {
    background: linear-gradient(140deg, #ffd166 0%, #ffa726 45%, #ff7b07 75%, #c94a00 100%);
    opacity: 1;
    transform: rotate(-14deg) scale(1.25);
    filter: drop-shadow(0 0 8px rgba(255, 123, 7, 0.65));
}












/* Top Info Bar — modern */
.top-info-bar {
    position: relative;
    width: 100%;
    padding: 18px 0;
    background: linear-gradient(135deg, #14171c 0%, #1d2026 55%, #14171c 100%);
    border-top: 1px solid rgba(201, 166, 107, 0.18);
    border-bottom: 1px solid rgba(201, 166, 107, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    z-index: 1001;
}

.info-bar-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(600px 120px at 12% 50%, rgba(201, 166, 107, 0.14), transparent 70%),
        radial-gradient(600px 120px at 88% 50%, rgba(201, 166, 107, 0.10), transparent 70%);
}

.info-bar-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    padding: 0 40px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 0;
    padding: 10px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.info-item--link {
    text-decoration: none;
    color: inherit;
}

.info-item--link:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 166, 107, 0.45);
    background: rgba(201, 166, 107, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.info-item--social {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.info-item-eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
}

.info-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--gold);
    background: rgba(201, 166, 107, 0.10);
    border: 1px solid rgba(201, 166, 107, 0.25);
    font-size: 17px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.info-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    background: var(--gold);
    color: #14171c;
    border-color: var(--gold);
}

.info-icon-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(201, 166, 107, 0.22), rgba(201, 166, 107, 0.08));
    border: 1px solid rgba(201, 166, 107, 0.35);
    transition: background 0.25s ease, border-color 0.25s ease;
}

.info-icon-badge svg {
    width: 22px;
    height: 22px;
    fill: var(--gold);
    transition: fill 0.25s ease;
}

.info-item--link:hover .info-icon-badge {
    background: var(--gold);
    border-color: var(--gold);
}

.info-item--link:hover .info-icon-badge svg {
    fill: #14171c;
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.info-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
}

.info-value {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-value--muted {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

@media (max-width: 1024px) {
    .info-bar-container {
        flex-wrap: wrap;
        gap: 14px;
    }

    .info-item {
        flex: 1 1 calc(50% - 14px);
    }

    .info-item--social {
        flex: 1 1 100%;
    }

    .info-value {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .top-info-bar {
        padding: 14px 0;
    }

    .info-bar-container {
        flex-direction: column;
        padding: 0 16px;
        gap: 10px;
    }

    .info-item {
        flex: 1 1 100%;
        width: 100%;
        padding: 12px 14px;
    }

    .info-item--social {
        align-items: center;
        text-align: center;
    }

    .info-icon-badge {
        width: 42px;
        height: 42px;
    }

    .info-value {
        font-size: 14px;
    }
}








/* Vehicles Section */
.vehicles-section {
    padding: 80px 20px;
    background: #e8e8e8;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 60px;
}

.vehicles-slider-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.vehicles-grid-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.vehicles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

@media (max-width: 1200px) {
    .vehicles-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .vehicles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 560px) {
    .vehicles-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.swiper {
    width: 100%;
    /* padding: 0 0 40px 0; */
    padding: 0;
}

.swiper-slide {
    height: auto;
}

.vehicle-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.vehicle-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.vehicle-badges {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}

.vehicle-badge {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.vehicle-badge-new {
    background: #1a1a1a;
    color: #ffffff;
}

.vehicle-badge-promote {
    background: var(--gold);
    color: #1a1a1a;
}

.vehicle-image-container {
    width: 100%;
    height: 220px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
}

.vehicle-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.vehicle-card:hover .vehicle-image-container img {
    transform: scale(1.05);
}

.vehicle-image-placeholder {
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vehicle-info {
    padding: 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vehicle-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vehicle-name {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.vehicle-class {
    font-size: 13px;
    font-weight: 500;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vehicle-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.vehicle-specs-grid {
    list-style: none;
    margin: 0;
    padding: 18px 0 0 0;
    border-top: 1px solid #e8e8e8;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    flex-grow: 1;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    min-width: 0;
}

.spec-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spec-icon {
    width: 18px;
    height: 18px;
    fill: var(--gold, #c9a66b);
    flex-shrink: 0;
}

.spec-item strong {
    font-weight: 600;
    color: #1a1a1a;
}

.vehicle-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid #e8e8e8;
}

.vehicle-feature {
    background: #f5f5f5;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 6px;
    text-transform: uppercase;
}

.vehicle-card-empty {
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
    text-align: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-pagination {
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #999;
    opacity: 0.5;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    background: #c9a66b;
    opacity: 1;
    width: 30px;
    border-radius: 6px;
}

/* Placeholder car SVG */
.car-placeholder {
    width: 100%;
    height: 100%;
}







#service_excursions {
    position: relative;
    padding: 100px 20px;
    background-color: #f5f5f5;
    background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 22px 22px;
    overflow: hidden;
}

.excursions-section{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.excursions-section .image-wrapper{
    position: relative;
    perspective: 1000px;
    flex: 1;
    max-width: 50%;
}

.excursions-section .text-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

/* Eyebrow pill — same idiom as testimonials */
.excursions-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 123, 7, 0.10);
    border: 1px solid rgba(255, 123, 7, 0.30);
    color: #b35c05;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 22px;
    align-self: flex-start;
}

.excursions-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

.excursions-title {
    font-size: 44px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.excursions-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 28px;
    text-align: left;
}

.excursions-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.excursions-counter {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(26, 26, 26, 0.6);
}

.excursions-counter-current {
    color: var(--gold);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}

.excursions-counter-divider {
    width: 38px;
    height: 1px;
    background: rgba(26, 26, 26, 0.25);
}

.excursions-counter-total {
    font-size: 14px;
    color: rgba(26, 26, 26, 0.5);
}

/* Learn-more button — gold gradient with arrow, matches contact submit */
.excursions-link.btn-learn-more {
    align-self: flex-start;
    background: linear-gradient(135deg, var(--gold), var(--light-gold));
    color: #1a1a1a;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 123, 7, 0.18);
}

.excursions-link.btn-learn-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 123, 7, 0.35);
    filter: brightness(1.05);
}

/* Crossfade text panel on slide change */
.excursions-text .excursions-title,
.excursions-text .excursions-desc,
.excursions-text .excursions-counter-current,
.excursions-text .excursions-link {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.excursions-text.is-changing .excursions-title,
.excursions-text.is-changing .excursions-desc,
.excursions-text.is-changing .excursions-counter-current,
.excursions-text.is-changing .excursions-link {
    opacity: 0;
    transform: translateY(8px);
}

/* Image card */
.excursions-section .about-image-container2 {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(20, 23, 28, 0.18);
    border: 1px solid rgba(26, 26, 26, 0.06);
}

.excursions-section .about-image-container2 .swiper {
    height: 480px;
}

.excursions-section .about-image-container2 .swiper-wrapper {
    height: 480px;
}

.excursions-section .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.excursions-section .swiper-slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 35%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
    pointer-events: none;
}

.excursions-section .swiper-pagination {
    bottom: 18px !important;
    z-index: 2;
}

.excursions-section .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease;
    border-radius: 999px;
    margin: 0 4px !important;
}

.excursions-section .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: var(--gold);
}

/* Re-style the floating label */
.excursions-section .arrive-label {
    top: 24px;
    left: 24px;
    background: linear-gradient(135deg, var(--gold), var(--light-gold));
    color: #1a1a1a;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transform: none;
    box-shadow: 0 10px 24px rgba(255, 123, 7, 0.30);
    z-index: 5;
}

@media (max-width: 1024px) {
    #service_excursions {
        padding: 70px 20px;
    }

    .excursions-section{
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    .excursions-section .image-wrapper{
        width: 100%;
        max-width: 100% !important;
    }

    .excursions-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    #service_excursions {
        padding: 60px 18px;
    }

    .excursions-title {
        font-size: 28px;
    }

    .excursions-desc {
        font-size: 15px;
    }

    .excursions-section .about-image-container2 .swiper,
    .excursions-section .about-image-container2 .swiper-wrapper {
        height: 340px;
    }

    .excursions-section .arrive-label {
        top: 16px;
        left: 16px;
        padding: 8px 14px;
        font-size: 11px;
    }
}


  /* About Section */
        .about-section {
            background: #0d2818;
            padding: 100px 20px;
            overflow: hidden;
            position: relative;
        }

        .about-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        /* Image Side */
        .about-image-wrapper {
            position: relative;
            perspective: 1000px;
        }

        .about-image-container {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            transition: transform 0.3s ease;
        }

        .about-image-container img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease-out;
        }

        /* Label */
        .arrive-label {
            position: absolute;
            top: 40px;
            left: -30px;
            background: linear-gradient(135deg, #d4b78c 0%, #c9a66b 100%);
            color: #1a1a1a;
            padding: 12px 50px 12px 40px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            transform: rotate(-5deg);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            z-index: 10;
        }

        /* Content Side */
        .about-content {
            color: #ffffff;
        }

        .about-content h2 {
            font-size: 48px;
            font-weight: 600;
            line-height: 1.2;
            margin-bottom: 30px;
            color: #ffffff;
        }

        .about-content p {
            font-size: 17px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 40px;
        }

        .btn-learn-more {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #c9a66b;
            color: #1a1a1a;
            padding: 16px 40px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .btn-learn-more:hover {
            background: #d4b78c;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(201, 166, 107, 0.4);
        }

        .arrow-icon {
            font-size: 20px;
            transition: transform 0.3s ease;
        }

        .btn-learn-more:hover .arrow-icon {
            transform: translateX(5px);
        }

        /* Parallax Effect */
        .parallax-image {
            will-change: transform;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .about-container {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .about-content h2 {
                font-size: 38px;
            }

            .about-content p {
                font-size: 16px;
            }

            .arrive-label {
                font-size: 14px;
                padding: 10px 40px 10px 30px;
            }
        }

        @media (max-width: 768px) {
            .about-section {
                padding: 60px 20px;
            }

            .about-content h2 {
                font-size: 32px;
                margin-bottom: 20px;
            }

            .about-content p {
                font-size: 15px;
                margin-bottom: 30px;
                text-align: justify;
            }

            .btn-learn-more {
                padding: 14px 32px;
                font-size: 15px;
            }

            .arrive-label {
                top: 20px;
                left: -20px;
            }
        }

        /* Add some spacing for demo */
        .spacer {
            height: 100vh;
            background: linear-gradient(to bottom, #0d2818, #1a3a2e);
        }








              /* Testimonials Section */
        .testimonials-section {
            background: #e8e8e8;
            padding: 100px 20px;
            position: relative;
        }

        .testimonials-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        /* Header — modern */
        .testimonials-header {
            text-align: center;
            margin-bottom: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .testimonials-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 18px;
            border-radius: 999px;
            background: rgba(201, 166, 107, 0.10);
            border: 1px solid rgba(201, 166, 107, 0.35);
            color: #8a6a35;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            margin-bottom: 22px;
        }

        .testimonials-eyebrow-dot {
            position: relative;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--gold);
        }

        .testimonials-eyebrow-dot::after {
            content: "";
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            background: rgba(201, 166, 107, 0.35);
            transform: scale(1);
            opacity: 0.6;
            animation: testimonials-eyebrow-pulse 2.4s ease-out infinite;
            will-change: transform, opacity;
        }

        @keyframes testimonials-eyebrow-pulse {
            0%   { transform: scale(0.8); opacity: 0.6; }
            70%  { transform: scale(1.8); opacity: 0;   }
            100% { transform: scale(1.8); opacity: 0;   }
        }

        .stars-rating {
            display: inline-flex;
            justify-content: center;
            gap: 6px;
            margin-bottom: 24px;
            padding: 10px 18px;
            border-radius: 14px;
            background: #ffffff;
            border: 1px solid rgba(201, 166, 107, 0.25);
            box-shadow: 0 8px 24px rgba(20, 23, 28, 0.08);
        }

        .star {
            font-size: 32px;
            line-height: 1;
            color: var(--gold);
            transition: transform 0.25s ease;
        }

        .stars-rating:hover .star {
            transform: translateY(-2px);
        }

        .stars-rating .star:nth-child(1) { transition-delay: 0ms; }
        .stars-rating .star:nth-child(2) { transition-delay: 40ms; }
        .stars-rating .star:nth-child(3) { transition-delay: 80ms; }
        .stars-rating .star:nth-child(4) { transition-delay: 120ms; }
        .stars-rating .star:nth-child(5) { transition-delay: 160ms; }

        .testimonials-header h2 {
            position: relative;
            font-size: 48px;
            font-weight: 600;
            line-height: 1.15;
            color: #1a1a1a;
            margin: 0 0 28px;
            max-width: 900px;
        }

        .testimonials-header h2 .text-accent {
            color: var(--gold);
            font-style: italic;
            font-weight: 500;
        }

        .testimonials-header h2::after {
            content: "";
            display: block;
            width: 64px;
            height: 3px;
            margin: 22px auto 0;
            border-radius: 2px;
            background: linear-gradient(90deg, transparent, var(--gold), transparent);
        }

        .testimonials-lead {
            font-size: 17px;
            line-height: 1.65;
            color: #2a2a2a;
            font-weight: 500;
            max-width: 760px;
            margin: 0 auto 12px;
        }

        .testimonials-sub {
            font-size: 15px;
            line-height: 1.7;
            color: rgba(26, 26, 26, 0.7);
            max-width: 820px;
            margin: 0 auto;
        }

        /* Testimonials Grid */
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-bottom: 60px;
        }

        .testimonial-card {
            position: relative;
            background: #ffffff;
            border-radius: 18px;
            padding: 40px 32px 28px;
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(26, 26, 26, 0.06);
            box-shadow: 0 4px 18px rgba(20, 23, 28, 0.05);
            transition: transform 0.4s cubic-bezier(.2,.8,.2,1),
                        box-shadow 0.4s ease,
                        border-color 0.4s ease;
            overflow: hidden;
            isolation: isolate;
        }

        .testimonial-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, var(--gold), var(--light-gold));
            transform: scaleY(0.22);
            transform-origin: top center;
            transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
            z-index: 1;
        }

        .testimonial-card::after {
            content: "\201C";
            position: absolute;
            top: -28px;
            right: 18px;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 150px;
            line-height: 1;
            color: rgba(255, 123, 7, 0.10);
            font-weight: 700;
            pointer-events: none;
            transition: transform 0.5s ease, color 0.5s ease;
            z-index: 0;
        }

        .testimonial-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 22px 45px rgba(20, 23, 28, 0.12);
            border-color: rgba(255, 123, 7, 0.25);
        }

        .testimonial-card:hover::before {
            transform: scaleY(1);
        }

        .testimonial-card:hover::after {
            transform: rotate(-6deg) translateY(-4px);
            color: rgba(255, 123, 7, 0.18);
        }

        .testimonial-card a {
            display: flex;
            flex-direction: column;
            flex: 1;
            text-decoration: none;
            color: inherit;
            position: relative;
            z-index: 2;
        }

        .testimonial-card h3 {
            order: 1;
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 12px;
        }

        .card-stars {
            order: 2;
            display: inline-flex;
            gap: 3px;
            margin-bottom: 16px;
            padding: 6px 12px;
            background: rgba(255, 123, 7, 0.08);
            border-radius: 999px;
            align-self: flex-start;
        }

        .card-star {
            font-size: 14px;
            color: var(--gold);
            line-height: 1;
        }

        .testimonial-text {
            order: 3;
            font-size: 15.5px;
            line-height: 1.75;
            color: #2a2a2a;
            margin: 0 0 22px;
            font-style: italic;
            flex-grow: 1;
        }

        .testimonial-text::before {
            content: "";
            display: block;
            width: 32px;
            height: 2px;
            background: var(--gold);
            margin-bottom: 14px;
            opacity: 0.6;
        }

        .testimonial-author {
            order: 4;
            font-size: 15px;
            font-weight: 700;
            color: #1a1a1a;
            letter-spacing: 0.02em;
            position: relative;
            padding-left: 16px;
        }

        .testimonial-author::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--gold);
            box-shadow: 0 0 0 3px rgba(255, 123, 7, 0.18);
        }

        .testimonial-date {
            order: 5;
            font-size: 11px;
            color: #999;
            font-style: normal;
            letter-spacing: 0.10em;
            text-transform: uppercase;
            margin-top: 14px;
            padding-top: 14px;
            border-top: 1px dashed rgba(26, 26, 26, 0.10);
        }

        /* More Reviews Button */
        .more-reviews-container {
            text-align: center;
        }

        .btn-more-reviews {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #c9a66b;
            color: #1a1a1a;
            padding: 16px 40px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .btn-more-reviews:hover {
            background: #d4b78c;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(201, 166, 107, 0.4);
        }

        .arrow-icon {
            font-size: 20px;
            transition: transform 0.3s ease;
        }

        .btn-more-reviews:hover .arrow-icon {
            transform: translateX(5px);
        }

        /* WhatsApp Button */
        .whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 1000;
            text-decoration: none;
        }

        .whatsapp-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
        }

        .whatsapp-button svg {
            width: 35px;
            height: 35px;
            fill: #ffffff;
        }

        /* Contact Us Label */
        .contact-label {
            position: fixed;
            bottom: 35px;
            right: 100px;
            background: #ffffff;
            color: #1a1a1a;
            padding: 12px 20px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
            z-index: 999;
            opacity: 0;
            transform: translateX(20px);
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .contact-label.show {
            opacity: 1;
            transform: translateX(0);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .testimonials-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .testimonials-header h2 {
                font-size: 38px;
            }
        }

        @media (max-width: 768px) {
            .testimonials-section {
                padding: 60px 20px;
            }

            .testimonials-header h2 {
                font-size: 32px;
                margin-bottom: 20px;
            }

            .testimonials-header p {
                font-size: 15px;
                text-align: justify;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .testimonial-card {
                padding: 32px 24px 22px;
                border-radius: 14px;
            }

            .testimonial-card::after {
                font-size: 110px;
                top: -20px;
                right: 12px;
            }

            .star {
                font-size: 32px;
            }

            .whatsapp-button {
                width: 55px;
                height: 55px;
                bottom: 20px;
                right: 20px;
            }

            .whatsapp-button svg {
                width: 30px;
                height: 30px;
            }

        }











        /* Contact Section */
        .contact-section {
            padding: 110px 20px;
            background-color: #e8e8e8;
            background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
            background-size: 22px 22px;
            position: relative;
        }

        .contact-container {
            max-width: 1300px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 32px;
            align-items: stretch;
        }

        /* Contact Info Box — dark, matches footer */
        .contact-info-box {
            position: relative;
            background-color: #0a1612;
            background-image:
                radial-gradient(ellipse at 0% 0%, rgba(255, 123, 7, 0.12), transparent 55%),
                radial-gradient(ellipse at 100% 100%, rgba(255, 123, 7, 0.08), transparent 50%),
                linear-gradient(180deg, #0d2818 0%, #0a1612 100%);
            border-radius: 22px;
            padding: 56px 48px;
            color: #ffffff;
            overflow: hidden;
            isolation: isolate;
            box-shadow: 0 25px 55px rgba(10, 22, 18, 0.18);
        }

        .contact-info-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg,
                transparent 0%,
                var(--gold) 25%,
                var(--light-gold) 50%,
                var(--gold) 75%,
                transparent 100%);
            z-index: 2;
        }

        .contact-info-box::after {
            content: "";
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
            background-size: 22px 22px;
            opacity: 0.6;
            pointer-events: none;
            z-index: 0;
        }

        .contact-info-box > * {
            position: relative;
            z-index: 1;
        }

        .contact-title {
            font-size: 40px;
            font-weight: 600;
            color: #ffffff;
            margin: 0 0 18px;
            line-height: 1.15;
            letter-spacing: -0.01em;
        }

        .contact-description {
            font-size: 15.5px;
            line-height: 1.75;
            color: rgba(255, 255, 255, 0.72);
            margin: 0 0 36px;
        }

        /* Contact Details */
        .contact-details {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 28px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 14px 16px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
        }

        .contact-item:hover {
            border-color: rgba(255, 123, 7, 0.35);
            background: rgba(255, 123, 7, 0.08);
            transform: translateX(4px);
        }

        .contact-icon {
            width: 46px;
            height: 46px;
            background: rgba(255, 123, 7, 0.12);
            border: 1px solid rgba(255, 123, 7, 0.25);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .contact-item:hover .contact-icon {
            background: linear-gradient(135deg, var(--gold), var(--light-gold));
            border-color: transparent;
            box-shadow: 0 8px 18px rgba(255, 123, 7, 0.30);
        }

        .contact-icon svg {
            width: 20px;
            height: 20px;
            fill: var(--gold);
            transition: fill 0.3s ease;
        }

        .contact-item:hover .contact-icon svg {
            fill: #1a1a1a;
        }

        .contact-item-content {
            flex: 1;
            word-break: break-word;
        }

        .contact-item-label {
            font-size: 11px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.55);
            margin-bottom: 4px;
            text-transform: uppercase;
            letter-spacing: 0.18em;
        }

        .contact-item-value {
            font-size: 15px;
            font-weight: 600;
            color: #ffffff;
            line-height: 1.5;
        }

        .contact-item-value a {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.25s ease;
        }

        .contact-item-value a:hover {
            color: var(--gold);
        }

        .contact-availability {
            position: relative;
            font-size: 13px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.78);
            padding: 14px 18px 14px 42px;
            background: rgba(255, 123, 7, 0.08);
            border: 1px solid rgba(255, 123, 7, 0.25);
            border-radius: 12px;
            text-align: left;
            letter-spacing: 0.02em;
        }

        .contact-availability::before {
            content: "";
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #2ecc71;
            z-index: 1;
        }

        .contact-availability::after {
            content: "";
            position: absolute;
            left: 14px;
            top: 50%;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: rgba(46, 204, 113, 0.55);
            transform: translateY(-50%) scale(0.5);
            transform-origin: center;
            opacity: 0.8;
            animation: contact-availability-pulse 2.4s ease-out infinite;
            will-change: transform, opacity;
            pointer-events: none;
        }

        @keyframes contact-availability-pulse {
            0%   { transform: translateY(-50%) scale(0.5); opacity: 0.8; }
            70%  { transform: translateY(-50%) scale(2.2); opacity: 0;   }
            100% { transform: translateY(-50%) scale(2.2); opacity: 0;   }
        }

        /* Contact Form */
        .contact-form-container {
            position: relative;
            background: #ffffff;
            border-radius: 22px;
            padding: 48px 44px;
            border: 1px solid rgba(26, 26, 26, 0.06);
            box-shadow: 0 25px 60px rgba(20, 23, 28, 0.08);
            overflow: hidden;
            isolation: isolate;
        }

        .contact-form-container::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 70px;
            background: linear-gradient(180deg, var(--gold), var(--light-gold));
            border-radius: 0 4px 4px 0;
        }

        .form-title {
            font-size: 30px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0 0 8px;
            letter-spacing: -0.01em;
        }

        .form-subtitle {
            font-size: 15px;
            color: #666;
            margin: 0 0 32px;
            line-height: 1.6;
        }

        .contact-form-container .form-group {
            margin-bottom: 20px;
            position: relative;
        }

        .contact-form-container .form-group label {
            display: block;
            font-size: 12px;
            font-weight: 700;
            color: rgba(26, 26, 26, 0.65);
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.12em;
        }

        .contact-form-container .form-group input,
        .contact-form-container .form-group textarea,
        .contact-form-container .form-group select {
            width: 100%;
            padding: 14px 16px;
            border: 1.5px solid #e6e6e6;
            border-radius: 12px;
            font-size: 15px;
            font-family: inherit;
            background: #fafafa;
            color: #1a1a1a;
            transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
        }

        .contact-form-container .form-group input:focus,
        .contact-form-container .form-group textarea:focus,
        .contact-form-container .form-group select:focus {
            outline: none;
            border-color: var(--gold);
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(255, 123, 7, 0.10);
        }

        .contact-form-container .form-group input::placeholder,
        .contact-form-container .form-group textarea::placeholder {
            color: #aaa;
        }

        .contact-form-container .form-group textarea {
            resize: vertical;
            min-height: 130px;
        }

        .contact-form-container .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
        }

        .btn-submit {
            width: 100%;
            padding: 16px 22px;
            background: linear-gradient(135deg, var(--gold), var(--light-gold));
            color: #1a1a1a;
            border: none;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.04em;
            cursor: pointer;
            margin-top: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
        }

        .btn-submit::after {
            content: "→";
            font-size: 18px;
            transition: transform 0.3s ease;
        }

        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(255, 123, 7, 0.35);
            filter: brightness(1.05);
        }

        .btn-submit:hover::after {
            transform: translateX(5px);
        }

        .btn-submit:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 26px;
            }

            .contact-info-box {
                padding: 44px 36px;
            }

            .contact-title {
                font-size: 34px;
            }

            .contact-form-container {
                padding: 40px 34px;
            }
        }

        @media (max-width: 768px) {
            .contact-section {
                padding: 70px 18px;
            }

            .contact-info-box {
                padding: 36px 24px;
                border-radius: 18px;
            }

            .contact-title {
                font-size: 28px;
            }

            .contact-description {
                font-size: 15px;
                margin-bottom: 28px;
            }

            .contact-item {
                padding: 12px 14px;
                gap: 12px;
            }

            .contact-icon {
                width: 40px;
                height: 40px;
                border-radius: 10px;
            }

            .contact-form-container {
                padding: 32px 22px;
                border-radius: 18px;
            }

            .form-title {
                font-size: 24px;
            }

            .contact-form-container .form-row {
                grid-template-columns: 1fr;
                gap: 0;
            }
        }







            /* Footer Section */
        .footer-section {
            background-color: #0a1612;
            background-image:
                radial-gradient(ellipse at 0% 0%, rgba(255, 123, 7, 0.10), transparent 55%),
                radial-gradient(ellipse at 100% 100%, rgba(255, 123, 7, 0.06), transparent 50%),
                linear-gradient(180deg, #0d2818 0%, #0a1612 100%);
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        /* gold accent strip on top */
        .footer-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg,
                transparent 0%,
                var(--gold) 20%,
                var(--light-gold) 50%,
                var(--gold) 80%,
                transparent 100%);
            z-index: 3;
        }

        /* dotted texture overlay */
        .footer-section::after {
            content: "";
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
            background-size: 22px 22px;
            opacity: 0.6;
            pointer-events: none;
            z-index: 0;
        }

        /* hide the old map svg layer */
        .footer-background {
            display: none;
        }

        /* Footer Content */
        .footer-content {
            position: relative;
            z-index: 1;
            max-width: 1400px;
            margin: 0 auto;
            padding: 90px 40px 32px;
        }

        /* Footer Top */
        .footer-top {
            display: grid;
            grid-template-columns: 1.6fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 50px;
            padding-bottom: 50px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        /* Footer Brand */
        .footer-brand {
            max-width: 420px;
        }

        .footer-logo {
            margin-bottom: 22px;
        }

        .footer-logo-text {
            display: none;
        }

        .footer-logo-tagline {
            font-size: 11px;
            letter-spacing: 3px;
            color: rgba(255, 255, 255, 0.6);
            text-transform: uppercase;
        }

        .footer-logo-icon {
            text-align: left;
            margin-bottom: 12px;
        }

        .footer-logo-icon img.footer-logo-image {
            max-width: 280px !important;
            width: 100% !important;
            margin: 0 !important;
            height: auto;
        }

        .footer-description {
            font-size: 14.5px;
            line-height: 1.75;
            color: rgba(255, 255, 255, 0.72);
            margin-bottom: 26px;
            text-align: left;
        }

        /* Social Icons */
        .footer-social {
            display: flex;
            gap: 12px;
        }

        .footer-social-link {
            width: 46px;
            height: 46px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .footer-social-link::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, var(--gold), var(--light-gold));
            transform: scale(0);
            transform-origin: center;
            transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
            border-radius: 50%;
            z-index: 0;
        }

        .footer-social-link i {
            font-size: 20px !important;
            color: rgba(255, 255, 255, 0.85);
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .footer-social-link svg {
            width: 20px;
            height: 20px;
            fill: rgba(255, 255, 255, 0.85);
            position: relative;
            z-index: 1;
            transition: fill 0.3s ease;
        }

        .footer-social-link:hover {
            transform: translateY(-3px);
            border-color: transparent;
            box-shadow: 0 10px 22px rgba(255, 123, 7, 0.28);
        }

        .footer-social-link:hover::before {
            transform: scale(2.5);
        }

        .footer-social-link:hover i,
        .footer-social-link:hover svg {
            color: #1a1a1a;
            fill: #1a1a1a;
        }

        /* Footer Column */
        .footer-column {
            display: flex;
            flex-direction: column;
        }

        .footer-column-title {
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: #ffffff;
            margin-bottom: 24px;
            position: relative;
            padding-bottom: 14px;
        }

        .footer-column-title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 28px;
            height: 2px;
            background: var(--gold);
            border-radius: 2px;
        }

        .footer-links {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 0;
            margin: 0;
        }

        .footer-links li a {
            color: rgba(255, 255, 255, 0.72);
            text-decoration: none;
            font-size: 14.5px;
            transition: color 0.25s ease, transform 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .footer-links li a::before {
            content: "›";
            color: var(--gold);
            opacity: 0;
            transform: translateX(-6px);
            transition: opacity 0.25s ease, transform 0.25s ease;
            font-size: 18px;
            line-height: 1;
        }

        .footer-links li a:hover {
            color: #ffffff;
            transform: translateX(4px);
        }

        .footer-links li a:hover::before {
            opacity: 1;
            transform: translateX(0);
        }

        /* Footer Contact Info */
        .footer-contact-info {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .footer-contact-item {
            color: rgba(255, 255, 255, 0.78);
            font-size: 14.5px;
            text-decoration: none;
            transition: all 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.06);
            word-break: break-word;
        }

        .footer-contact-item:hover {
            color: #ffffff;
            background: rgba(255, 123, 7, 0.10);
            border-color: rgba(255, 123, 7, 0.40);
            transform: translateX(3px);
        }

        /* Footer Bottom */
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 22px;
            padding-top: 6px;
        }

        .footer-copyright {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.55);
            letter-spacing: 0.04em;
        }

        .footer-legal-links {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .footer-legal-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            font-size: 13px;
            padding: 8px 16px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.10);
            transition: all 0.25s ease;
        }

        .footer-legal-links a:hover {
            color: var(--gold);
            border-color: rgba(255, 123, 7, 0.45);
            background: rgba(255, 123, 7, 0.06);
        }

        /* Payment Methods (kept in case used elsewhere) */
        .footer-payment-methods {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .footer-payment-icon {
            background: var(--gold);
            padding: 8px 15px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
        }

        .footer-payment-icon svg {
            height: 24px;
            width: auto;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .footer-top {
                grid-template-columns: 1fr 1fr;
                gap: 45px;
            }

            .footer-brand {
                grid-column: 1 / -1;
                max-width: 100%;
            }
        }

        @media (max-width: 768px) {
            .footer-content {
                padding: 60px 22px 28px;
            }

            .footer-top {
                grid-template-columns: 1fr;
                gap: 38px;
                padding-bottom: 36px;
                margin-bottom: 36px;
            }

            .footer-logo-icon {
                text-align: center;
            }

            .footer-logo-icon img.footer-logo-image {
                max-width: 240px !important;
                margin: 0 auto !important;
            }

            .footer-description {
                text-align: center;
            }

            .footer-social {
                justify-content: center;
            }

            .footer-column-title {
                font-size: 13px;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 18px;
            }

            .footer-legal-links {
                justify-content: center;
            }

            .footer-payment-methods {
                flex-wrap: wrap;
                justify-content: center;
            }

            .footer-logo-image{
                max-width: 280px;
            }
        }














           /* Hamburger dugme */
        .hamburger {
            display: none;
            position: fixed;
            top: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background: #c4a574;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            z-index: 1001;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .hamburger span {
            width: 24px;
            height: 2px;
            background: white;
            transition: all 0.3s ease;
        }

        /* Menu container */
        .menu-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .menu-overlay.active {
            opacity: 1;
        }

        .menu-container {
            position: fixed;
            top: 0;
            right: -100%;
            width: 85%;
            max-width: 400px;
            height: 100%;
            background: #d4b78c;
            z-index: 1000;
            transition: right 0.3s ease;
            overflow-y: auto;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        }

        .menu-container.active {
            right: 0;
        }

        /* Close dugme unutar menija */
        .close-btn {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 50px;
            height: 50px;
            background: #c4a574;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
        }

        /* Menu items */
        .menu-items {
            margin-top: 100px;
            padding: 0 20px 40px;
        }

        .menu-item {
            padding: 20px 10px;
            border-bottom: 1px solid #e5e5e5;
            cursor: pointer;
            font-size: 18px;
            font-weight: 500;
            color: white;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: background 0.2s ease;
        }

        .menu-item a{
            color: white;
            width: 100%;
        }

        .menu-item.has-submenu .menu-item-title {
            width: 100%;
            position: relative;
        }

        .menu-item.has-submenu .menu-item-title::after {
            content: '›';
            font-size: 24px;
            color: white;
            transition: transform 0.3s ease;
            right: 0;
            position: absolute;
        }

         .menu-item.has-submenu.expanded .menu-item-title::after {
            transform: rotate(90deg);
        }

        .menu-item.has-submenu {
            display: flex;
            flex-direction: column; /* ↓ Sada ide ispod */
            align-items: flex-start; /* poravnanje lijevo */
        }

        .submenu{
            margin: 20px;
            list-style: none;
            display: none;
            transition: display 0.3s ease;
        }

         .submenu .submenu-item {
            padding: 5px;
            width: 100%;
        }

        .menu-item.has-submenu.expanded
        .submenu {
            display: block; /* Podesite prema potrebi */
            transition: display 0.3s ease;
        }

        /* Samo na mobilnim uređajima */
        @media (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .hamburger.active {
                display: none;
            }
        }

        /* Desktop verzija (opciono - sakrijte hamburger na desktopu) */
        @media (min-width: 769px) {
            .hamburger,
            .menu-overlay,
            .menu-container {
                display: none;
            }
        }



[data-i18n] {
  transition: opacity 0.3s ease-in-out;
}

[data-i18n].translating {
  opacity: 0;
}



    .review-badge {
            background: #ffffff;
            border-radius: 12px;
            padding: 10px;
            box-shadow: 0 2px 8px rgb(0 0 0 / 75%);
            color: black;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            width: 150px;
            position: fixed;
            bottom: 15px;
            left: 10px;
            z-index: 1001;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .google-logo {
            width: 50px;
            height: 50px;
        }

        .stars-container {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .stars2 {
            display: flex;
            gap: 1px;
        }

        .star {
            color: #fbbc04;
            font-size: 18px;
        }

        .rating-info {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
        }

        .rating-info #totalReviews {
            text-align: center;
        }

        .rating-number {
            font-weight: 600;

        }

/* ===== Blog post page ===== */
.blog-post-body {
    background: #f6f5f1;
}

.blog-post-body nav.nav-solid {
    position: relative;
    background: var(--dark);
    background: linear-gradient(180deg, #0d2818 0%, #1a1a1a 100%);
}

.blog-page {
    max-width: 1400px;
    margin: 40px auto 80px;
    padding: 0 40px;
}

.blog-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
    align-items: start;
}

.blog-article {
    background: var(--white);
    border-radius: 14px;
    padding: 48px 56px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    color: var(--dark);
}

.blog-breadcrumbs {
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.blog-breadcrumbs a {
    color: var(--gold);
    text-decoration: none;
}
.blog-breadcrumbs a:hover { text-decoration: underline; }
.blog-breadcrumbs .current {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 360px;
}

.blog-article-header {
    margin-bottom: 28px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 24px;
}

.blog-category-badge {
    display: inline-block;
    background: var(--light-gold);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.blog-article-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 12px;
}

.blog-article-date {
    color: #888;
    font-size: 14px;
}

.blog-article-hero {
    margin: 0 0 32px;
    border-radius: 12px;
    overflow: hidden;
    background: #eee;
}
.blog-article-hero img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 520px;
    object-fit: cover;
}

.blog-article-content {
    font-size: 17px;
    line-height: 1.8;
    color: #2a2a2a;
}
.blog-article-content p { margin: 0 0 1.1em; }
.blog-article-content h2,
.blog-article-content h3 {
    color: var(--dark);
    margin: 1.6em 0 0.6em;
    line-height: 1.3;
}
.blog-article-content h2 { font-size: 26px; }
.blog-article-content h3 { font-size: 21px; }
.blog-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1em 0;
}
.blog-article-content a {
    color: var(--gold);
    text-decoration: underline;
}
.blog-article-content ul,
.blog-article-content ol { padding-left: 1.4em; margin: 0 0 1.1em; }
.blog-article-content blockquote {
    border-left: 4px solid var(--gold);
    margin: 1.4em 0;
    padding: 8px 18px;
    color: #555;
    font-style: italic;
    background: #faf7f1;
    border-radius: 0 8px 8px 0;
}

.blog-seo-block {
    margin-top: 48px;
    padding: 28px 32px;
    background: #faf7f1;
    border: 1px solid #efe7d3;
    border-radius: 12px;
}
.blog-seo-block h2 {
    font-size: 22px;
    margin: 0 0 12px;
    color: var(--dark);
}
.blog-seo-block p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 12px;
}
.blog-seo-block p:last-child { margin-bottom: 0; }

.blog-article-cta {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ----- Fixed booking sidebar ----- */
.blog-booking-aside {
    position: relative;
}

.blog-booking-fixed {
    position: sticky;
    top: 24px;
}

.blog-booking-form-container {
    margin-top: 0 !important;
}

.blog-booking-form-container .booking-form {
    padding: 24px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.blog-booking-form-container .form-header h3 {
    font-size: 17px;
}

.blog-booking-form-container .booking-tabs .tab-btn {
    font-size: 13px;
}

@media (max-width: 1100px) {
    .blog-page-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .blog-booking-aside {
        order: -1;
    }
    .blog-booking-fixed {
        position: static;
    }
    .blog-booking-form-container .booking-form {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .blog-page {
        margin: 24px auto 60px;
        padding: 0 16px;
    }
    .blog-article {
        padding: 28px 22px;
    }
    .blog-article-title { font-size: 28px; }
    .blog-article-content { font-size: 16px; }
    .blog-article-content h2 { font-size: 22px; }
    .blog-seo-block { padding: 22px 20px; }
}
