/********************************************/
/*           ABOUT US PAGE SECTION          */
/********************************************/

#about-us {
  background-color: #f4f4f4;
  padding: 50px 0;
}

#about-us .bio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

#about-us .bio-image img {
  width: 250px;
  height: auto;
  border-radius: 150px;
}

#about-us .bio-text {
  max-width: 800px;
}

#about-us .bio-text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
 
#about-us .certifications {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

#about-us .certifications li {
  font-size: 16px;
  color: var(--base-color);
  margin-bottom: 10px;
}

.experience {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/********************************************/
/*           HOMEPAGE GLOBAL STYLES         */
/********************************************/

:root {
  --base-color-evergreen: #125b49;
  --base-color-coach-green: #003527;
  --secondary-color: #aadd66;
  --background-cream: #fcf6eb;
  --background-asparagus: #ece9be;
  --background-teal-midnight: #090909;
}
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  background-color: #f9f9f9;
  line-height:1.5;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.card-base {
  background: linear-gradient(to right, #2f5942, #1a261d) !important;
  color: #fff !important;
}
.card-base h4, .card-base h3, .card-base p, .card-base .subtitle {
  color: #fff !important;
}

.card-secondary {
  background-color: var(--secondary-color) !important;
  color: var(--base-color) !important;
}
.card-secondary h4, .card-secondary h3, .card-secondary p, .card-secondary .subtitle {
  color: var(--base-color) !important;
}

.secondary-color {
  color: var(--secondary-color);
}

.h2-heading {
  font-size: 36px;
  line-height: 1.2;
  color: var(--base-color-evergreen);
  text-align:center;
}

.h2-heading-cream {
  font-size: 36px;
  line-height: 1.2;
  color: var(--background-cream);
  text-align: center;
}

/********************************************/
/*                HERO SECTION              */
/********************************************/

#hero {
  background-image: linear-gradient(to bottom, rgba(170, 221, 102, 0.58) 0%, rgba(0, 53, 39, 0.70) 35%, rgba(5, 25, 20, 0.70) 80%), url('media/Alex\ Hiking.webp');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

#hero .hero-content h1 {
  font-size: 5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

#hero .hero-content h3 {
  font-size: 2em;
  margin-bottom: 20px;
}

#hero .hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

#hero .hero-buttons .btn {
  padding: 15px 30px;
  margin: 10px;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}



/********************************************/
/*           PHILOSOPHY SECTION             */
/********************************************/
#philosophy {
  background-color: var(--background-cream);
  padding: 50px 0;
}


.philosophy-img {
  display: block;
  margin: 0 auto 16px;
}


.philosophy-paragraph{
  max-width:800px;
  margin:0  auto;
}

.philosophy-highlight  {
  color: var(--base-color-evergreen);
  font-weight: 600;
}

@media (max-width: 1024px) {
  #philosophy .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #philosophy .benefits-grid {
    grid-template-columns: 1fr;
  }
}

#philosophy .benefit-item {
  background-color: #f4f4f4;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#philosophy .benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

#philosophy .benefit-item h4 {
  font-size: 20px;
  color: var(--base-color);
  margin-bottom: 15px;
}

#philosophy .benefit-item p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

#philosophy .bottom-message {
  text-align: center;
  background-color: var(--base-color);
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}

#philosophy .bottom-message h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

#philosophy .bottom-message p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}


/********************************************/
/*           ABOUT ME SECTION (HOMEPAGE)    */
/********************************************/

#about-me {
  background-color: var(--background-asparagus);
  padding: 50px 0;
}

#about-me .bio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

#about-me .bio-image {
  position: relative;
  
}
/*
#about-me .bio-image::before {
  content: '';
  position: absolute;
  width: 334px;
  height: 334px;
  background-color: var(--base-color-evergreen);
  clip-path: path('M 148 18 C 98 16 56 50 40 98 C 24 148 20 216 52 266 C 86 304 164 324 230 314 C 290 306 332 268 344 210 C 356 154 344 96 300 60 C 246 26 206 12 148 18 Z');
  top: -36px;
  left: -68px;
  z-index: 0;
  opacity: 0.75;
}
  */

#about-me .bio-image img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#about-me .bio-text {
  max-width: 800px;
}

#about-me .bio-text h2 {
  font-size: 36px;
  text-align: left;
  margin-bottom: 15px;
}

#about-me .bio-text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

#about-me .certifications {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

#about-me .certifications li {
  font-size: 16px;
  color: var(--base-color);
  margin-bottom: 10px;
}

.btn-about {
  margin-top: 20px;
  background-color: var(--base-color-evergreen);
  color: #fff;
  }

  .btn-about:hover {
    background-color: var(--base-color-coach-green);
    color: #fff;
  }



/********************************************/
/*      EXPERTISE & SPORTS BACKGROUND       */
/********************************************/

.experience {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;

}

#expertise-sports {
  background-color: #fff;
  padding: 50px 0;
}

#expertise-sports .top {
  text-align: center;
  margin-bottom: 30px;
}

#expertise-sports .top h2 {
  font-size: 36px;
}

#expertise-sports .top p {
  font-size: 18px;
  color: #555;
}


#expertise-sports .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 40px;
}

@media (max-width: 1024px) {
  #expertise-sports .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #expertise-sports .features {
    grid-template-columns: 1fr;
  }
}

#expertise-sports .feature {
  
  padding: 20px;
 
  background-color: #f4f4f4;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#expertise-sports .feature-img {
  width: 100%;
  border-radius: 10px;
}

#expertise-sports .feature h4 {
  font-size: 20px;
  color: var(--base-color);
  margin-top: 15px;
}

#expertise-sports .feature p {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

/* TRAINING TYPES SECTION */
/********************************************/
/*                SERVICES SECTION          */
/********************************************/
#services {
  background-color: #f9f9f9;
  padding: 50px 0;
}

#services .top {
  text-align: center;
  margin-bottom: 30px;
}

#services .top h2 {
  font-size: 36px;
}

#services .top p {
  font-size: 18px;
  color: #555;
}

#services .services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1024px) and (min-width: 600px) {
  #services .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

#services .services-item {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#services .services-item h3 {
  font-size: 22px;
  color: var(--base-color);
  margin-bottom: 10px;
}

#services .services-item p {
  font-size: 16px;
  color: #333;
}

/* SERVICES SECTION */
/********************************************/
/*             YOUR OWN WAY SECTION         */
/********************************************/
#your-own-way {
  background: linear-gradient(to right, #2f5942, #1a261d);
  padding: 50px 0;
}

#your-own-way .top {
  text-align: center;
  margin-bottom: 30px;
}

#your-own-way .top h2 {
  font-size: 36px;
  color:var(--background-cream);
}

#your-own-way .top p {
  font-size: 18px;
  color: var(--background-cream);
}

#your-own-way .your-own-way-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1024px) and (min-width: 600px) {
  #your-own-way .your-own-way-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  #your-own-way .your-own-way-list {
    grid-template-columns: 1fr;
  }
}

#your-own-way .your-own-way-item {
  padding: 20px;
  background-color: var(--background-cream );
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#your-own-way .your-own-way-item h3,
#your-own-way .your-own-way-item h4 {
  font-size: 22px;
  color: var(--base-color);
  margin-bottom: 10px;
}

#your-own-way .your-own-way-item p {
  font-size: 16px;
  color: #333;
}

/********************************************/
/*                FAQ SECTION               */
/********************************************/
#faq {
  background-color: var(--background-cream);
  padding: 50px 0;
}

#faq .top {
  text-align: center;
  margin-bottom: 30px;
}

#faq .top h2 {
  font-size: 36px;
}

#faq .top p {
  font-size: 18px;
  color: #555;
}

#faq .faq-list {
  max-width: 800px;
  margin: 0 auto;
}

#faq .faq-item {
  border-bottom: 1px solid #ddd;
}

#faq .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--base-color-evergreen);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}

#faq .faq-question:hover {
  color: var(--base-color-evergreen);
}

#faq .faq-icon {
  font-size: 24px;
  font-weight: 300;
  color: var(--base-color-evergreen);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

#faq .faq-item.active .faq-icon {
  transform: rotate(45deg);
}

#faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

#faq .faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

#faq .faq-answer p {
  font-size: 16px;
  color: var(--base-color-coach-green);
  line-height: 1.7;
  font: weight 500px;;
}

/********************************************/
/*              CONTACT SECTION             */
/********************************************/
#contact {
  background-color: var(--background-teal-midnight);
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

#contact h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

#contact h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#contact p {
  font-size: 18px;
  margin-bottom: 30px;
}

#contact .btn {
   padding: 20px 25px;
  font-size: 15px;
  background-color: var(--secondary-color);
  color: var(--base-color-coach-green);
  border-radius: 5px;
  text-decoration: none;
}

#contact .btn:hover {
  background-color: var(--base-color-evergreen);
  color: white;
}

/********************************************/
/*              CONTACT PAGE                */
/********************************************/
#contact-hero {
  background:
    linear-gradient(135deg, rgba(236, 234, 190, 0.95), rgba(252, 246, 235, 0.98)),
    radial-gradient(circle at top right, rgba(170, 221, 102, 0.35), transparent 45%);
  padding: 90px 0 80px;
}

#contact-hero .contact-hero-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--base-color-evergreen);
}

#contact-hero h1 {
  margin: 0 0 18px;
  font-size: 56px;
  line-height: 1.05;
  color: var(--base-color-coach-green);
}

#contact-hero p:last-of-type {
  margin: 0 auto 30px;
  max-width: 640px;
  font-size: 19px;
  line-height: 1.7;
  color: #2f4039;
}

#contact-form-page {
  background-color: var(--background-cream);
  padding: 70px 0 90px;
}

#contact-form-page .contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: start;
}

.contact-info-card,
.contact-form-card {
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 38px rgba(5, 25, 20, 0.08);
}

.contact-info-card {
  background: linear-gradient(180deg, var(--base-color-coach-green), var(--base-color-evergreen));
  color: #fff;
}

.contact-info-card .eyebrow,
.contact-info-card h3,
.contact-info-card p {
  color: #fff;
}

.contact-info-card h2 {
  margin: 0 0 14px;
  font-size: 36px;
}

.contact-info-card > p {
  margin: 0 0 28px;
  line-height: 1.7;
}

.contact-detail-list {
  display: grid;
  gap: 18px;
}

.contact-detail-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-detail-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.14);
  font-size: 20px;
}

.contact-detail-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.contact-detail-item p {
  margin: 0;
  line-height: 1.6;
}

.contact-form-card {
  background-color: #fff;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  font-size: 14px;
  font-weight: 700;
  color: var(--base-color-coach-green);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7dfd8;
  border-radius: 14px;
  font: inherit;
  color: #21322d;
  background-color: #fff;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--base-color-evergreen);
  box-shadow: 0 0 0 4px rgba(18, 91, 73, 0.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-submit {
  margin-top: 6px;
  border: 0;
  cursor: pointer;
  font: inherit;
}

/********************************************/
/*                  FOOTER                  */
/********************************************/
.footer {
  background-color: var(--base-color-coach-green);
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.footer p {
  font-size: 16px;
}


/********************************************/
/*                 NAVBAR                   */
/********************************************/
.navbar {
  background-color: var(--base-color-coach-green);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
}

.nav-logo span {
  color: var(--secondary-color);
}

.nav-logo img {
  display: block;
  height: 62px;
  width: auto;
}

@media (max-width: 1024px) {
  .nav-logo img {
    height: 48px;
  }
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-links li {
  display: inline-block;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--secondary-color);
}

.nav-cta  {
  padding: 10px 20px !important;
  font-size: 15px !important;
  background-color: var(--secondary-color) !important;
  color: var(--base-color-coach-green) !important;
  border-radius: 5px;
}

.nav-cta:hover {
  background-color: #fff !important;
  color: var(--base-color) !important;
}

/********************************************/
/*                HAMBURGER                 */
/********************************************/
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}


/********************************************/
/*             RESPONSIVE DESIGN            */
/********************************************/
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
  }

  .navbar .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: var(--base-color-coach-green);
    padding: 20px 5%;
    z-index: 1000;
  }

  .navbar .nav-links li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .navbar .nav-links.active {
    display: flex;
  }

  .nav-cta {
    margin-top: 10px;
  }

  .hero-content h1 {
    font-size: 2.5em;
  }

  .hero-content h3 {
    font-size: 1.8em;
  }

  .h2-heading {
    font-size: 32px;
  }

  .h2-heading-cream {
    font-size: 32px;
  }

  #about-me .bio {
    flex-direction: column;
    text-align: center;
  }

  #services .services-list {
    grid-template-columns: 1fr;
  }

  #your-own-way .your-own-way-list {
    grid-template-columns: 1fr;
  }

  #contact-hero {
    padding: 72px 0 64px;
  }

  #contact-hero h1 {
    font-size: 42px;
  }

  #contact-form-page .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .h2-heading {
    font-size: 28px;
  }

  .h2-heading-cream {
    font-size: 28px;
  }

  #contact-hero h1 {
    font-size: 34px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 24px;
    border-radius: 20px;
  }

  .contact-detail-item {
    grid-template-columns: 40px 1fr;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/********************************************/
/*                BUTTONS                   */
/********************************************/
.btn {
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
}

.btn-first {
  background-color: var(--secondary-color);
  color: var(--base-color-coach-green);
}

.btn-first:hover {
  background-color: var(--background-teal-midnight);
  color: white;
}


.btn-second {
  background: transparent;
  border: solid 2px var(--secondary-color);
  color: var(--secondary-color);
}

.btn-second:hover {
  background: var(--secondary-color);
  color: var(--base-color-coach-green);
  
}


