:root {
  --primary: #2b7a78;
  --light-bg: #F5F4F4;
  --very-light-bg: #f0fafb;
  font-size: 20px;
}

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

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Fredoka', sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #333;
}

/* ===== NAVBAR ===== */
.navbar {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
}

.navbar-brand {
  font-family: 'Gabarito', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--primary) !important;
  letter-spacing: 1px;
}

.navbar-nav {
  gap: 2.5rem;
}

.nav-link {
  font-family: 'Gabarito', sans-serif;
  color: #555 !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.nav-link:hover {
  color: var(--primary) !important;
}

.btn-call {
  background-color: var(--primary);
  border: none;
  color: white;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  transition: background 0.3s ease;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.btn-call:hover {
  background: #1f5553;
  color: white;
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
}

.hero-content {
  position: absolute;
  top: 10%;
  z-index: 2;
  text-align: center;
  background-color: rgba(235, 231, 231, 0.5);
  border-radius: 20px;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.hero h3, .hero p {
  font-family: 'Faustina', serif;
  font-weight: bold;
  color: #33797C;
}


/* ===== SEARCH FORM ===== */
.search-form {
  background: white;
  border-radius: 15px;
  padding: 35px 40px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  margin-top: -100px;
}

.search-toggle {
  display: flex;
  gap: 35px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.search-toggle label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: 'Fredoka', sans-serif;
  color: #666;
  font-weight: 500;
  font-size: 0.95rem;
}

.search-toggle input[type="radio"] {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.form-label {
  font-family: 'Faustina', serif;
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.form-control {
  font-family: 'Faustina', serif;
  border: 1.5px solid #ddd;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #fafafa;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(43, 122, 120, 0.1);
  background: white;
}

.btn-book {
  background: var(--primary);
  border: none;
  color: white;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  margin-top: 32px;
}

.btn-book:hover {
  background: #1f5553;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(43, 122, 120, 0.3);
  color: white;
}

/* ===== SECTIONS ===== */
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #2b3e50;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-family: 'Seaweed Script', cursive;
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: 400;
}

.section-description {
  font-family: 'Fredoka', sans-serif;
  color: #777;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ===== DESTINATIONS SECTION ===== */

.destinations-section {
  background-image: url(images/intro-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
  position: relative;
}

.destination-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  background: white;
}

.destination-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.destination-card img {
  height: 280px;
  object-fit: cover;
  width: 100%;
  display: block;
}

.destination-info {
  padding: 20px 24px;
}

.destination-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2b3e50;
  margin-bottom: 5px;
}

.destination-location {
  font-family: 'Fredoka', sans-serif;
  color: #aaa;
  font-size: 0.85rem;
  font-weight: 500;
}

.explore-btn {
  background: var(--primary);
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.explore-btn:hover {
  background: #1f5553;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(43, 122, 120, 0.3);
  color: white;
}

/* ===== POPULAR SECTION ===== */
.popular-section {
  background: var(--light-bg);
  padding: 80px 0;
  position: relative;
  z-index: 9;
}
.popular-section img.plane {
  position: absolute;
  top: 70px;
  z-index: -9;
  max-width: 250px;
}
.popular-section img.mountain {
  position: absolute;
  bottom: 0px;
  z-index: -9;
  right: 0;
}

.popular-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 10px;
}

.popular-card:hover {
  transform: translateY(-10px);
}

.popular-card .popular-info{
  padding: 5px 10px;
}
.popular-card .popular-info h3{
  margin: 7px 0;
  font-weight: 800;
}
.popular-card a {
  text-decoration: none;
  color: var(--primary);
  font-weight: 600;
}


.popular-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2b3e50;
  margin-bottom: 5px;
}

.popular-tours {
  font-family: 'Fredoka', sans-serif;
  color: #999;
  font-size: 0.8rem;
  font-weight: 500;
}

/* ===== BENEFITS SECTION ===== */
.benefits-section {
  position: relative;
}

.benefits-section img.benfit-bg{
  position: absolute;
  left: 0;
  z-index: -99;
}




/* ===== FAQ SECTION ===== */
.faq-section {
  background-image: url(images/faq-bg.png);
  padding: 80px 0;
}

.accordion-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  background: #f8f9fa;
  color: #2b3e50;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 18px 24px;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background: var(--primary);
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(43, 122, 120, 0.1);
  border-color: #ddd;
}

.accordion-body {
  font-family: 'Fredoka', sans-serif;
  color: #666;
  line-height: 1.8;
  padding: 20px 24px;
  border-top: 1px solid #e0e0e0;
}

/* ===== FOOTER ===== */
footer {
  background: var(--primary);
  color: white;
  padding: 60px 0 20px;
}

.footer-title {
  font-family: 'Gabarito', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.footer-brand {
  font-family: 'Gabarito', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.footer-text {
  font-family: 'Fredoka', sans-serif;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  word-break: break-all;
}

footer a:hover {
  color: white;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 30px;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.85rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
  .popular-card {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .hero-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }

  .search-form{
    margin-top: 50px;
  }

  .section-title {
    font-size: 2rem;
  }

  .search-form {
    padding: 25px 20px;
  }

  .navbar-nav {
    gap: 1rem;
  }
}