/* =================================================
   NATURE ORGANIC STYLE – DEAMA DISCOVERY CSS
   ================================================= */

/* ====== RESET & BASE ====== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #2d2c2c;
  background: #F9F9F9;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #22577A;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #80B918;
}
ul, ol {
  list-style: none;
}

/* ====== FONT FACE ====== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #22577A;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.08rem;
  font-weight: 600;
}
p, li, span {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #3d4633;
  font-size: 1rem;
  margin-bottom: 14px;
}
strong {
  font-weight: 700;
}

/* ====== LAYOUT CONTAINERS ====== */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* ====== FLEX LAYOUTS & SPACING ====== */
.card-container,
.content-grid,
.destination-grid,
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 0 0 0;
}
.feature-grid > li {
  background: #ecf4f1;
  border-radius: 24px;
  padding: 26px 19px 22px 19px;
  box-shadow: 0 2px 16px rgba(34,87,122,0.07), 0 1.5px 4px rgba(128,185,24,0.04);
  flex: 1 1 240px;
  min-width: 225px;
  margin-bottom: 20px;
  transition: box-shadow .22s, transform .18s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.feature-grid > li img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d2e69c;
  object-fit: cover;
  margin-bottom: 10px;
}
.feature-grid > li:hover {
  box-shadow: 0 8px 32px rgba(34,87,122,0.12), 0 4px 10px rgba(128,185,24,0.11);
  transform: translateY(-5px) scale(1.025);
}

.card {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 32px 26px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.06);
  position: relative;
  min-width: 230px;
  flex: 1 1 260px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.destination-grid {
  gap: 24px;
  margin-bottom: 32px;
}
.destination-card {
  background: #edf3e6;
  padding: 30px 25px;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(128,185,24,0.08);
  flex: 1 1 265px;
  min-width: 200px;
  margin-bottom: 20px;
  transition: background 0.18s, box-shadow 0.18s;
}
.destination-card:hover {
  background: #dbecc9;
  box-shadow: 0 6px 20px rgba(34,87,122,0.12);
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-list,
.testimonial-slider {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 20px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 25px 24px 25px;
  background: #fffefc;
  min-width: 270px;
  border-radius: 24px 12px 24px 12px;
  box-shadow: 0 3px 14px rgba(128,185,24,0.12), 0 2px 6px rgba(34,87,122,0.07);
  margin-bottom: 20px;
  border-left: 6px solid #80B918;
  position: relative;
  z-index: 1;
  transition: box-shadow .19s;
}
.testimonial-card p {
  font-style: italic;
  font-size: 1.08rem;
  color: #22577A;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #4e6336;
  font-weight: 600;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(34,87,122,0.13), 0 5px 12px rgba(128,185,24,0.13);
}

/* Feature item for any .feature-item in FAQ, etc */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.impact-section .content-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.impact-section .content-wrapper > ul > li {
  flex: 1 1 230px;
  background: #ecf4f1;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.08);
  margin-bottom: 20px;
  padding: 24px 18px;
}

/* ====== NAVIGATION ====== */
header {
  background: #f9f6ef;
  border-bottom: 2px solid #e5efd8;
  padding: 0 0 5px 0;
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 16px 18px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.main-nav a {
  color: #22577A;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 22px;
  padding: 7px 16px;
  transition: background .17s, color .17s;
}
.main-nav a:hover, .main-nav a.active {
  background: #80B918;
  color: #fff;
}
.cta-button {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  background: #80B918;
  color: #fff;
  padding: 12px 32px;
  border: none;
  border-radius: 32px;
  font-size: 1.06rem;
  box-shadow: 0 3px 16px rgba(128,185,24,0.13);
  cursor: pointer;
  text-align: center;
  margin-left: 12px;
  transition: background .19s, box-shadow .19s, transform .13s;
}
.cta-button:hover, .cta-button:focus {
  background: #22577A;
  color: #f7faee;
  transform: scale(1.04);
  box-shadow: 0 6px 30px rgba(34,87,122,0.14);
}

/* ====== MOBILE NAV ====== */
.mobile-menu-toggle {
  background: #22577A;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 222;
  cursor: pointer;
  margin-left: 14px;
  transition: background .18s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #80B918;
  color: #fff;
}

.mobile-menu {
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(245,248,240, 0.98);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(.61,-0.01,.38,1);
  box-shadow: 0 0 30px rgba(34,87,122,0.23);
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  margin: 22px 0 10px 20px;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: #22577A;
  cursor: pointer;
  align-self: flex-start;
  z-index: 1004;
  transition: color .17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #80B918;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 38px;
  width: 100%;
}
.mobile-nav a {
  color: #22577A;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  padding: 14px 0;
  border-bottom: 1px solid #e3e3e3;
  transition: color .22s, background .22s;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #dbfcc9;
  color: #4e6336;
  outline: none;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 12px;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .nav-wrapper {padding: 18px 8px 11px 8px;}
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .cta-button {
    padding: 10px 20px;
    margin-left: 2px;
    font-size: 1rem;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .footer-content {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .container {max-width: 100vw;}
  .section, .about-section, .features-section, .tours-section, .impact-section, .cta-section {
    padding: 32px 6vw;
  }
  .content-wrapper, .feature-grid,.content-grid, .destination-grid, .testimonial-list, .testimonial-slider, .impact-section .content-wrapper > ul {
    flex-direction: column;
    gap: 18px;
  }
  .feature-grid > li, .card, .destination-card {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
  .testimonial-card {
    min-width: unset;
    width: 100%;
    margin-bottom: 22px;
  }
  .nav-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
  h1 {font-size: 1.8rem;}
  h2 {font-size: 1.3rem;}
  .cta-button {width: 100%;padding: 12px 0;text-align: center;}
}
@media (max-width: 600px) {
  .hero-section h1, .hero-section h2 {font-size: 1.2rem;}
}

/* ====== HERO SECTIONS ====== */
.hero-section {
  background: #f5f9ec;
  min-height: 250px;
  padding: 58px 0 44px 0;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 36px 30px;
  border-bottom-right-radius: 50px 44px;
  box-shadow: 0 4px 34px rgba(128,185,24,0.08);
}
.hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section .content-wrapper {
  max-width: 680px;
  align-items: flex-start;
}
.hero-section p {
  font-size: 1.13rem;
  color: #456a3e;
  margin-bottom: 18px;
}

/* ====== ABOUT / INFO ====== */
.about-section,
.info-section, .gdpr-section, .privacy-section, .terms-section, .cookies-section {
  background: #fff;
  border-radius: 32px 12px 30px 40px;
  box-shadow: 0 2px 11px rgba(128,185,24,0.07);
  margin-bottom: 60px;
}
.about-section h2,
.info-section h2 {
  color: #22577A;
  margin-top: 18px;
}
.team-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 24px;
}
.team-section ul li {
  flex: 1 1 230px;
  background: #ecf4f1;
  border-radius: 16px;
  padding: 22px 16px 16px 16px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.06);
  display: flex;flex-direction: column;gap: 12px;
}
.team-section span {
  font-size: 1rem;
  color: #80B918;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}

/* ====== TOURS LIST ====== */
.tours-list-section .tours-list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 22px;
  margin-bottom: 12px;
}
.tours-list li {
  background: #f3fae7;
  border-radius: 18px 8px 18px 8px;
  box-shadow: 0 2px 8px rgba(128,185,24,0.08);
  padding: 28px 20px 22px 20px;
  flex: 1 1 220px;
  min-width: 210px;
  margin-bottom: 20px;
  transition: box-shadow .13s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tours-list li:hover {
  box-shadow: 0 4px 26px rgba(34,87,122,0.12);
}
.filter-options {
  margin-top: 24px;
  background: #e8f3d9;
  border-radius: 16px;
  padding: 12px 19px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.filter-options ul {
  display: flex;
  gap: 12px;
}
.filter-options li {
  padding: 6px 16px;
  background: #fafff4;
  color: #3d4633;
  border-radius: 14px;
  font-size: 0.95rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}

/* ====== HIGHLIGHT BLOCKS ====== */
.support-highlight,
.expert-advice {
  margin-top: 24px;
  background: #f5f9ec;
  padding: 22px 20px;
  border-radius: 22px;
  box-shadow: 0 2px 7px rgba(34,87,122,0.06);
}
.support-highlight strong {
  color: #80B918;
}

/* ====== CTA SECTIONS ====== */
.cta-section {
  background: #22577A;
  border-radius: 18px 50px 14px 44px;
  min-height: 120px;
  margin-bottom: 50px;
}
.cta-section h2 {
  color: #fff;
}
.cta-section .cta-button {
  background: #80B918;
  color: #fff;
  font-size: 1.15rem;
}
.cta-section .cta-button:hover {
  background: #fff;
  color: #22577A;
}

/* ====== FOOTER ====== */
footer {
  background: #38544b;
  color: #f7faee;
  margin-top: 50px;
  padding-top: 32px;
  padding-bottom: 22px;
}
footer p {
  color: white;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-branding p, .footer-contact p {
  color: #e0edbe;
  font-size: 0.96rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #f7faee;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 4px 0;
  border-radius: 8px;
  transition: background .15s, color .15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #80B918;
  color: #22577A;
}
.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}
.footer-policy-links a {
  color: #deeeca!important;
  font-size: 0.96rem;
  text-decoration: underline;
  transition: color .18s;
}
.footer-policy-links a:hover { color: #80B918!important; }
.social-links {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
.social-links a img {
  width: 28px;
  height: 28px;
  filter: grayscale(.14);
  transition: filter .18s, transform .13s;
}
.social-links a:hover img {
  filter: grayscale(0);
  transform: scale(1.14);
}
.footer-bottom {
  width: 100%;
  text-align: center;
  margin-top: 32px;
  font-size: 0.94rem;
  color: #ddf0b0;
}

@media (max-width: 800px) {
  .footer-content {
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
  }
}

/* ====== CONTACT PAGE ====== */
.contact-details ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 18px;
}
.contact-details img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

/* ====== MODALS, BANNERS ====== */

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #e7f9d2;
  box-shadow: 0 -3px 22px rgba(34,87,122,0.11);
  padding: 22px 18px 24px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 1300;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .22s, transform .22s;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}
.cookie-banner p {
  font-size: 1.04rem;
  color: #444c2c;
  margin-bottom: 0;
}
.cookie-banner-buttons {
  display: flex;
  gap: 14px;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 9px 22px;
  border: none;
  border-radius: 18px;
  background: #80B918;
  color: #fff;
  cursor: pointer;
  margin: 0;
  font-size: 1rem;
  transition: background .15s, color .15s;
}
.cookie-banner button.reject {
  background: #f4d6b3;
  color: #22577A;
}
.cookie-banner button.settings {
  background: #22577A;
  color: #fff;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  filter: brightness(1.08);
  outline: none;
}
.cookie-banner button.reject:hover {
  background: #ffecd2;
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(34,87,122,0.21);
  z-index: 1320;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity .23s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  border-radius: 34px 14px 18px 40px;
  box-shadow: 0 4px 32px rgba(34,87,122,0.13);
  padding: 32px 28px 28px 32px;
  max-width: 95vw;
  width: 400px;
  z-index: 1331;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.cookie-modal h3 {
  color: #22577A;
  font-size: 1.28rem;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 14px 0 15px 0;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #2d4535;
  gap: 10px;
}
.cookie-modal input[type=checkbox] {
  accent-color: #80B918;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.cookie-modal input[type=checkbox][disabled] {
  opacity: 0.55;
}
.cookie-modal-actions {
  display: flex;
  gap: 14px;
  margin-top: 9px;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 15px; right: 15px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #22577A;
  cursor: pointer;
}
.cookie-modal .modal-close:hover {
  color: #80B918;
}
@media (max-width:600px) {
  .cookie-modal { padding: 22px 8vw 18px 8vw;width:85vw;}
}

/* ====== ACCORDION / FAQ ====== */
.faq-accordion > div {
  margin-bottom: 18px;
  background: #f4f9e9;
  border-radius: 16px;
  padding: 14px 16px 4px 18px;
  box-shadow: 0 2px 7px rgba(128,185,24,0.06);
}
.faq-accordion h4 {
  color: #80B918;
  font-size: 1rem;
  margin-bottom: 7px;
  cursor: pointer;
  transition: color .13s;
}
.faq-accordion h4:hover {
  color: #22577A;
}
.faq-accordion p {
  color: #22577A;
  margin-left: 3px;
  margin-top: 2px;
}

/* ===== BACKGROUND ORGANIC SHAPES ===== */
.hero-section,
.cta-section,
.features-section,
.testimonials-section,
.impact-section,
.about-section,
.info-section,
.gdpr-section,
.privacy-section,
.terms-section,
.cookies-section {
  position: relative;
  overflow: hidden;
}
.hero-section:before,
.cta-section:before {
  content: '';
  position: absolute;
  bottom: -84px; right: -72px;
  width: 180px; height: 180px;
  background: #e0edbe;
  border-radius: 41% 59% 53% 47% / 53% 33% 67% 47%;
  z-index: 0;
  opacity: 0.55;
}
.features-section:after,
.testimonials-section:before {
  content: '';
  position: absolute;
  top: -58px; left: -84px;
  width: 140px; height: 110px;
  background: #dbecc9;
  border-radius: 34% 66% 63% 37% / 46% 52% 48% 54%;
  opacity: 0.40;
  z-index: 0;
}
.section > *, .about-section > *, .features-section > *, .testimonials-section > * {
  position: relative;
  z-index: 2;
}

/* ====== UTILITIES ====== */
.hidden { display: none!important; }
.visible { display: block!important; }
.text-center { text-align: center!important; }
.mt-0 { margin-top: 0!important; }
.mt-1 { margin-top: 8px!important; }
.mb-2 { margin-bottom: 16px!important; }
.mb-3 { margin-bottom: 24px!important; }

/* === Transitions/Microinteractions === */
button, .cta-button, .main-nav a, .feature-grid > li, .testimonial-card, .destination-card, .card {
  transition: box-shadow .18s, background .17s, color .13s, transform .13s;
}

/* ====== RESPONSIVE TABLETS/SPECIAL ====== */
@media (max-width: 600px) {
  .destination-card, .card, .testimonial-card, .team-section ul li {
    border-radius: 22px;
    padding: 16px 8px;
  }
  .section, .about-section, .features-section, .tours-section, .cta-section { padding:20px 6px; }
  .cookie-banner p { font-size:.95rem; }
}

/* ===== THANK-YOU SECTION SPECIAL ===== */
.thank-you-section h1 { color: #22577A; }