/* GLOBAL STYLES */
:root {
    --sage-green: #4a6741;
    --burnt-orange: #cc4e2b;
    --sand-bg: #ece4d9;
    --text-dark: #333;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    background-color: #fcfaf7;
    color: var(--text-dark);
}

/* HERO SECTION */

/* --- HERO SECTION --- */
.hero1 {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  padding: 0 10%;
}

.hero-video1 {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-overlay1 {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: -1;
}

.hero-content1 h1 { font-size: 3rem; margin-bottom: 10px; }
.hero-content1 p { max-width: 600px; line-height: 1.6; }
.tripadvisor-badge img { width: 120px; margin-top: 20px; }
/* LAYOUT */
.main-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    max-width: 1200px;
    margin: 40px auto;
    gap: 40px;
    padding: 0 20px;
}

/* SIDEBAR */
.sidebar h3 { font-size: 0.9rem; text-transform: uppercase; margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 5px;}
.filter-group { margin-bottom: 30px; }
.sidebar label { display: block; margin-bottom: 10px; font-size: 0.85rem; cursor: pointer; }

/* RESULTS HEADER */
.results-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.info-banner {
    background-color: var(--sage-green);
    color: white;
    padding: 15px 20px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* ITINERARY CARDS */
.itinerary-card {
    display: flex;
    background-color: var(--sand-bg);
    margin-bottom: 30px;
    position: relative;
    min-height: 300px;
}

.card-img-wrapper {
    width: 40%;
    position: relative;
}

.card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }

.wishlist-btn {
    position: absolute;
    top: 15px; left: 15px;
    background: white;
    width: 35px; height: 35px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
}

.badge-popular {
    position: absolute;
    top: 15px; right: 15px;
    background: white;
    padding: 4px 12px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.card-details {
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.card-header h2 { font-size: 1rem; margin-top: 0; padding-right: 140px; line-height: 1.4; }

/* THE CURVED PRICE TAG */
.price-tag {
    position: absolute;
    top: 0; right: 0;
    background-color: var(--burnt-orange);
    color: white;
    padding: 20px 30px;
    text-align: center;
    border-bottom-left-radius: 60% 100%; /* The secret to the curve */
}

.price-tag .from { font-size: 0.6rem; display: block; }
.price-tag .amount { font-size: 1.1rem; font-weight: bold; }

.itinerary-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 0.85rem;
    color: #444;
    line-height: 1.8;
}

.itinerary-list li::before {
    content: "•";
    color: var(--burnt-orange);
    font-weight: bold;
    margin-right: 10px;
}

.view-trip-btn {
    background-color: var(--sage-green);
    color: white;
    border: none;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    margin-top: auto; /* Pushes button to bottom */
}


.discover-nature {
  background-color: #4a6741; /* The exact Sage Green from image */
  color: white;
  padding: 80px 10%;
  margin-top: 50px;
}

.nature-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Typography */
.sub-heading { font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 5px; }
.main-heading { font-size: 2rem; margin-top: 0; font-family: 'Georgia', serif; }
.mt-40 { margin-top: 40px; }
.nature-text p { line-height: 1.8; font-size: 0.95rem; opacity: 0.9; }

/* Video Thumbnail Styling */
.video-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-top: 30px;
  border: 4px solid white; /* White frame seen in image */
}

.video-thumb { width: 100%; display: block; }

.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.8);
  color: white;
  width: 60px; height: 40px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}

.video-tag {
  position: absolute;
  bottom: 20px; right: -20px;
  background: white;
  color: #333;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

/* The Jagged "Torn" Circle Image */
.torn-circle {
  width: 400px;
  height: 400px;
  overflow: hidden;
  /* This mask creates the jagged/torn edge effect */
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 70%);
  mask-image: radial-gradient(circle, black 50%, transparent 70%);
  position: relative;
}

/* To get the exact "torn paper" look from the image, 
   it's best to use a PNG overlay or a complex clip-path */
.torn-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(50% at 50% 50%); /* Simplified circle */
}


.private-travel {
    background-color: white; /* Clean white background for contrast */
    padding: 80px 10%;
    text-align: center;
}

.content-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    color: #4a6741; /* Brand Sage Green */
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: bold;
}

.section-description {
    color: #555;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 50px;
}

/* Image Grid Styling */
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.grid-item img {
    width: 100%;
    height: 350px; /* Adjust based on your images */
    object-fit: cover;
    display: block;
}

/* Button Styling */
.button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.btn {
    padding: 12px 35px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

/* Filled Green Button */
.btn-filled {
    background-color: #4a6741;
    color: white;
    border: 2px solid #4a6741;
}

/* Outlined Red/Orange Button */
.btn-outline {
    background-color: transparent;
    color: #cc4e2b; /* Brand Burnt Orange */
    border: 2px solid #cc4e2b;
}

.btn:hover {
    opacity: 0.8;
}


.seven-wonders {
    background-color: #ece4d9; /* The specific light sand background */
    padding: 80px 10%;
    color: #333;
}

.wonders-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Typography */
.wonders-title {
    color: #4a6741;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.adventure-heading {
    font-family: 'Comic Sans MS', cursive, sans-serif; /* Rough approximation of the handwritten font */
    font-size: 1.3rem;
    color: #4a6741;
    margin-top: 30px;
    letter-spacing: 1px;
}

.wonders-text p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.inline-link {
    color: #4a6741;
    text-decoration: underline;
    font-weight: bold;
}

/* The Large Torn Circle Image */
.wonders-image-container {
    display: flex;
    justify-content: center;
}

.torn-circle-large {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    position: relative;
    /* Create the organic "rough" circle look */
    clip-path: polygon(
        50% 0%, 70% 5%, 85% 15%, 95% 30%, 100% 50%, 
        95% 70%, 85% 85%, 70% 95%, 50% 100%, 30% 95%, 
        15% 85%, 5% 70%, 0% 50%, 5% 30%, 15% 15%, 30% 5%
    );
}

.torn-circle-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Add spacing for the last paragraph */
.mt-20 { margin-top: 20px; }



.meet-locals {
    background-color: #4a6741; /* Signature Brand Green */
    color: white;
    padding: 80px 10%;
    text-align: center; /* Centers all content in this section */
}

.locals-container {
    max-width: 1100px;
    margin: 0 auto;
}

.locals-title {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Image Gallery with White Frames */
.locals-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.gallery-frame {
    background-color: white; /* Creates the white border effect */
    padding: 10px; /* Thickness of the frame */
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.gallery-frame img {
    width: 100%;
    height: 400px; /* Fixed height for symmetry */
    object-fit: cover;
    display: block;
}

/* Typography Styling */
.locals-text {
    max-width: 850px;
    margin: 0 auto;
}

.locals-text p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.95;
    /* Optional: Use "text-align: justify" if you want the exact block look from the image */
    text-align: center; 
}


.discover-islands {
    background-color: #ffffff;
    padding: 80px 10%;
    color: #333;
}

.islands-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Gives more room for the detailed text */
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Typography */
.islands-title {
    color: #4a6741;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.island-heading {
    font-family: 'Comic Sans MS', cursive, sans-serif; /* Matching the handwritten style from previous sections */
    font-size: 1.3rem;
    color: #4a6741;
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.islands-text p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.islands-text strong {
    text-decoration: underline;
    font-weight: bold;
}

/* The Large Torn Circle Image */
.islands-image-container {
    display: flex;
    justify-content: center;
}

.torn-circle-islands {
    width: 100%;
    max-width: 550px;
    aspect-ratio: 1 / 1;
    position: relative;
    /* Irregular clip-path for that 'torn edge' aesthetic */
    clip-path: polygon(
        50% 2%, 65% 5%, 80% 12%, 92% 25%, 98% 45%, 
        95% 65%, 88% 82%, 75% 93%, 55% 98%, 35% 95%, 
        18% 88%, 8% 75%, 2% 55%, 5% 35%, 12% 18%, 28% 8%
    );
}

.torn-circle-islands img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inline-link {
    color: #4a6741;
    font-weight: bold;
    text-decoration: underline;
}
