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

body {
    font-family: 'Segoe UI', sans-serif;
}

/* === HEADER === */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url('../assets/images/bg-nav.png') center/cover no-repeat;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 0.75rem 1rem;
    position: relative;
}

.logo img {
    height: 40px;
}

.main-nav {
    display: flex;
    justify-content: center; 
    flex: 1; 
    gap: 6.5rem;
    padding: 10px 40px;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    font-size: clamp(16px,1.5vw,25px);

}

.main-nav a:hover,
.main-nav a.active {
    color: #ff4500;
}

.main-nav a.live {
    color: #e91e63;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    z-index: 1000;
    flex-direction: column;
}

.dropdown-menu a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
}

.dropdown-menu a:hover {
    background-color: #f58220;
}

.dropdown-menu.show {
    display: flex;
    flex-direction: column;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-toggle {
display: none;
}

.user-icon img {
    height: 32px;
}

@media (max-width: 768px) {
.nav-toggle {
    font-size: 2rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}


    .main-nav.active {
        display: flex;
    }

    .main-nav a {
        padding: 10px 20px;
        border-bottom: 1px solid #484848;
        text-decoration: none;
        color: white;
    }

    .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        cursor: pointer;
        color: white;
    }

    .dropdown-menu {
        display: none;
        flex-direction: column;
        padding-left: 15px;
        background-color: #444;
    }

    .dropdown-menu a {
        color: white;
    }

    .dropdown-menu.show {
        display: flex;
    }
    
}

/* ==== HERO === */

.hero {
  position: relative;
  background: url('../assets/images/hero-bg.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.hero::before {
  content:'';
  position: absolute;
  inset: 0;
}
.hero-inner {
  position: absolute;
  top: 45%;
  z-index: 1;
  margin-right: 20px;
  max-width: 800px;

}
.hero-explore{
    color: rgba(255, 76, 21, 1);
font-weight: 700;
font-style: Bold;
font-size: 33px;
line-height: 100%;
margin-left: 15px;
letter-spacing: 0%;
text-align: start;
position: relative;
    top: -150px;

}
a.hash {
  text-decoration: none; 
  color: inherit; 
}

/* TRAIL */
.hero-outline {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -55%) scaleY(1.2);
  font-size: 22vw;
  font-weight: 700;
  color: transparent;
  margin-left: 15px;
  -webkit-text-stroke: 2px rgba(235, 128, 1, 1);
  opacity: 0.4;
  white-space: nowrap;
  pointer-events: none;
    z-index: -1;

}


.hero-title {
  font-size: clamp(25px,4vw,64px);
  margin-bottom: 1rem;
    transform:  scaleY(1.3);
    text-align: center;
  color: rgba(235, 128, 1, 1);
}
.hero-logo {
  position: absolute;    
  top: 40%;             
  left: 8%;            
 width: 10vw;   
 margin-right: 20px;           
  max-width: 12rem;  
  min-width: 6rem;
  opacity: 0.3;          
  pointer-events: none; 
  z-index: 1;           
}

.hero-tagline {
  font-size: clamp(14px, 1.5vw, 20px);
  margin-bottom: 2rem;
  line-height: 1.4;
}
.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #ff4500;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}
.btn-primary:hover { background: #e03e00; }

.hashtags .hash {
  position: absolute;
  font-family: 'Pacifico', cursive;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}
.hash1 { top: 72%; left: 5%;  transform: rotate(20deg);   font-size: clamp(17px, 3.5vw, 45px); }
.hash2 { top: 85%; left: 18%; transform: rotate(10deg);   font-size: clamp(17px, 3.5vw, 45px); }
.hash3 { top: 85%; left: 39%; transform: rotate(5deg);   font-size: clamp(13px, 2vw, 30px); }
.hash4 { top: 82%; left: 55%; transform: rotate(20deg);   font-size: clamp(13px, 2vw, 30px); }
.hash6 { top: 90%; left: 67%; transform: rotate(-10deg);   font-size: clamp(13px, 2vw, 30px); }
.hash5 { top: 77%; left: 80%; transform: rotate(-25deg);   font-size: clamp(17px, 3.5vw, 45px); }

@media (max-width: 770px) {
  .main-nav { display: none; flex-direction: column; background: black; position: absolute; top: 100%; left: 0; right: 0; gap: 10px; }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero-logo {display: none;} 
}

/* === PARCOURS LEGENDARY === */
.legendary {
  background-color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}
.about-us {
  background-color: #fff;
  padding: 2rem 2rem;
  text-align: center;
}
.about-us-text h2 {
  font-size: clamp(23px,2.3vw,35px);
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}

.about-us-text p {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.6;
    text-align: center;
}

.legendary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.legendary-text {
  flex: 1.5;
  text-align: left;
  padding: 20px;
}

.legendary-text h2 {
  font-size: clamp(23px,2.3vw,35px);
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
}

.legendary-text p {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.6;
}

.legendary-image {
  flex: 1;
}

.legendary-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* === Responsive === */
@media (max-width: 1000px) {
  .legendary-content {
    flex-direction: column;
    align-items: center;
  }

  .legendary-text {
    text-align: center;
  }

  .legendary-image img {
    width: 90%; 
  }
}
/* === TRAIL MAP === */
.trail-map {
  position: relative;
  background-color: #fff;
}


.bg-map {
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

.map-images {
      background:  linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
    url('../assets/images/bg-map.png') center/cover no-repeat; 
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 1rem;
  z-index: 1; 
}

.map-images img {
  width: 70%;
  height: 190px;
  margin-left: 15%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* === IMAGE FOOTER === */
.map-footer {
  width: 100%;
  position: absolute;

  bottom: -30px;
  left: 0;
  z-index: 0; 
}

.footer-map {
  width: 100%;  
  height: auto;  
}




/* === PARTNERS === */
.partners {
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.partners-content {
    background: url('../assets/images/partnerbg-im.png') right center no-repeat;
    background-color: #fff;
    color: white;
    background-size: cover;  
    padding: 4rem 0;
    text-align: center;
    margin-bottom: 40px;
}

.text-partner {
  font-size: clamp(35px,4vw,45px);
  font-weight: 700;
  margin-bottom: 2rem;
}
.partner-logos {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.partner-logos img {
  height: clamp(50px,6vw, 100px);
  width: auto;
}
.trail-m {
  display: flex;              
  justify-content: center;    
  text-align: center; 
  margin-bottom: 30px;   
  font-size: clamp(20px,2.2vw,30px);     
}





/* === FOOTER === */
.contact-footer {
  background: url('../assets/images/footer-bg.png') bottom center no-repeat;
  background-size: cover; 
padding: 4rem 2rem 1.2rem;

    background-size: 100% 90%; 
  background-color: #000000;
  color: white;
  text-align: center;
}

.footer-content {
  margin: 0 auto;
}

.contact-text h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: start;
}

.contact-text span {
  color: #FF4C15;
}

.footer-links {

  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  gap: 100px;
  flex-wrap: wrap;
}

.get-in-touch, .social-media {
  flex: 1;
  margin: 10px;
}

.get-in-touch h3, .social-media h3 {
  font-size: clamp(15px,1.8vw,21px);
  margin-bottom: 1rem;
  font-weight: 300;
  text-align: start;
}

.footer-links p {
  font-size: 1rem;
  color: #000000;
  text-align: start;
}

.social-icons {
  margin-top: 1rem;
}

.social-icons img {
  margin-right: 1rem;
  width: clamp(30px, 3vw, 45px);
  color: #FF4C15;
  text-decoration: none;
}

.social-icon:hover {
  text-decoration: underline;
}

.title-footer {
  flex: 1.5;
  display: flex;
  align-items: center;
}

.title-footer h2 {
  color: black;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 400;
}

/* === RESPONSIVE === */

@media (max-width: 768px) {
  .contact-footer {
    background-size: 100% auto; 
  }

  .footer-links {
    flex-direction: column;
    gap: 60px;
    margin-top: 4rem;
  }

  .contact-text h2 {
    font-size: 2.5rem;
    text-align: center;
  }

  .get-in-touch, .social-media {
    margin: 20px 0;
  }

  .social-icons {
    margin-top: 1rem;
  }
.title-footer{
        display: flex
;
        justify-content: center;
}
  .title-footer h2 {
    font-size: 40px;
    color: white;
  }
    .footer-links p {
    font-size: 0.9rem;
    color: white;
  }
}

@media (max-width: 340px) {
  .contact-footer {
    background-size: 100% 100%; 
  }

  .contact-footer {
    padding: 3rem 1.5rem;
  }

  .footer-links {
    margin-top: 2rem;
  }

  .footer-content {
    padding: 0 10px;
  }

  .contact-text h2 {
    font-size: 2rem;
  }

  .footer-links p {
    font-size: 0.9rem;
    color: white;
  }
}
.title-footer {
  flex: 1.5;
  display: flex;
  align-items: center;
}

.title-footer h2 {
  color: black;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 400;
}

.footer-title {
  color: black;
  font-size: clamp(35px, 3vw, 48px);
}

.contact-social {
  text-align: left;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1px;
  margin-bottom: 10px;
}

.social-icons img {
  width: clamp(29px, 3vw, 45px);
  height: clamp(29px, 3vw, 45px);
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-title {
    color: #fff;
  }

  .title-footer {
    display: flex;
    justify-content: center;
  }

  .title-footer h2 {
    font-size: 40px;
    color: white;
  }
}
