
/* Container */
#background-video-section {
    position: relative;
    width: 100vw;
    height: 92vh; /* same height as your previous hero */
    overflow: hidden;
}

/* Background video */
#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* ensures video covers entire div */
    z-index: 0;
}

/* Text overlay */
.video-text {
    position: relative;
    z-index: 1; /* text appears over video */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical center */
    align-items: center;     /* horizontal center */
    text-align: center;
    color: #f6c800;         /* golden text like your previous design */
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    padding: 0 20px;
}

/* Headings */
#uk-heading {
    font-size: clamp(2rem, 4.5vw, 4rem);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

#uk-subheading {
    font-size: clamp(1rem, 2.5vw, 2rem);
    font-family: "Montserrat", sans-serif;
    color: #ff9800; /* warm orange */
    font-weight: 600;
    margin: 10px 0 0 0;
}

/* Optional: overlay for better readability */
#background-video-section::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.3); /* semi-transparent dark overlay */
    z-index: 0;
}

/* ABOUT SECTION */
#about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 4rem 8%;
  background: linear-gradient(135deg, #e8f6f3, #f4fbfa);
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* IMAGE */
#about img {
  width: 380px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

#about img:hover {
  transform: scale(1.03);
}

/* TEXT CONTENT */
#about h1 {
  font-size: 2.8rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  position: relative;
}

#about h1::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #647ee7;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

#about p {
  color: #444;
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 600px;
  text-align: justify;
}

#proto-destination {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #f5f7fa;
}

#proto-destination h1 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 50px;
    color: #2c3e50;
    font-weight: 700;
}

/* Grid */
.destinations-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Card */
.destination-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 12px 20px rgba(0,0,0,0.15);
    transition: transform 0.4s, box-shadow 0.4s;
}

.destination-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Image */
.dest-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

/* Overlay */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Full image coverage */
    background: rgba(0,0,0,0.4);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.destination-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.overlay p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* Buttons */
.dest-buttons {
    display: flex;
    gap: 10px;
}

.dest-buttons button {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dest-buttons .explore {
    background-color: #3498db;
    color: #fff;
}

.dest-buttons .explore:hover {
    background-color: #2980b9;
}

.dest-buttons .booknow {
    background-color: #e74c3c;
    color: #fff;
}

.dest-buttons .booknow:hover {
    background-color: #c0392b;
}

.site-info{
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

#seperate-state {
  max-width: 1100px;
  margin: 60px auto;
  padding: 30px 20px;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  color: #2b2b2b;
  background: #fff; /* change if you want different bg */
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* Heading */
#history {
  text-align: center;
  font-size: 2.2rem;
  color: #c0392b; /* red accent */
  margin-bottom: 30px;
  letter-spacing: 0.6px;
  font-weight: 700;
}

/* Timeline wrapper */
.timeline {
  position: relative;
  padding: 10px 0 10px 0;
}

/* central vertical line */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;                     /* space for year circles */
  width: 3px;
  background: linear-gradient(180deg, rgba(196,196,196,0.2), rgba(196,196,196,0.6));
  border-radius: 2px;
}

/* Timeline item */
.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 18px 0;
  position: relative;
  padding-left: 20px;
}

/* Year circle */
.timeline-year {
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f8f9fa, #ffece8);
  border: 4px solid #fff;
  box-shadow: 0 6px 18px rgba(192, 57, 43, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c0392b;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

/* small connector dot to line (aligns circle with central line) */
.timeline-year::after {
  content: "";
  position: absolute;
  left: -44px; /* aligns with the central line at left:40 */
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid rgba(192,57,43,0.18);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Content box */
.timeline-content {
  flex: 1;
  background: linear-gradient(180deg, #ffffff, #fbfdfe);
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(36, 45, 54, 0.04);
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Emphasize first line or tweak with <strong> if needed */
.timeline-content strong {
  color: #222;
}


/* Section container */
.container-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  font-family: "Poppins", sans-serif;
  color: #222;
  background-color: #f8fafc;
}

/* Header */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 10px;
}
.section-header .lead {
  color: #555;
  font-size: 1.1rem;
}

/* Regions grid */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 30px;
}

/* Card layout */
.region-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.region-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

/* Image */
.region-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Content */
.region-content {
  padding: 18px 20px;
}
.region-content h3 {
  font-size: 1.4rem;
  color: #c0392b;
  margin-bottom: 8px;
}
.region-desc {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.region-points {
  list-style-type: disc;
  padding-left: 18px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Contribution Box */
.contrib-box {
  margin-top: 50px;
  background: linear-gradient(135deg, #ffffff, #f0f5ff);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.contrib-box h3 {
  color: #2c3e50;
  margin-bottom: 14px;
  font-size: 1.3rem;
}
.contrib-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contrib-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #444;
}
.contrib-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #e74c3c;
  font-weight: bold;
}

