html {
  font-size: 100%; /* Base size for rem units */
}

body {
  font-size: clamp(1rem, 1.5vw, 1.5rem); /* Scales with viewport */
}


.hero,
.container,
.training-columns 
.training-article
.trainig{
  flex-wrap: wrap;
}



nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;

  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center;     /* Center content vertically */
  font-variant-caps: small-caps;
  padding: 1rem 1rem;
  background-color: transparent;
  transition: all 0.3s ease;
}

nav.scrolled {
  background-color: rgb(104, 2, 2);
 
  padding: 1rem 1rem;
}

nav.menu-open {
  background-color: rgb(104, 2, 2); /* Same as scrolled */
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.33s linear, transform 0.03s linear;

}

nav.menu-open.scroll-fade {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.33s linear, transform 0.03s linear;

}



 .logo {
    color: #f5f5f5;
    font-size: 1.5rem;
  }
  


@media (max-width: 768px) {
  .nav-links {
    flex-direction: row;
    gap: 0.5rem; /* Optional: slight spacing between items */
    align-items: center;
    padding-top: 0px;
    margin-top: 0px; /* Corrected alignment */
    height: 50px;         /* Set a fixed height */
    overflow: show;
       /* Prevent overflow if needed */
  }

nav.scrolled {
  background-color: rgb(104, 2, 2); /* or your preferred color */
  padding: 1rem 1rem; /* 15% smaller than 2rem */
  
}

@media (max-width: 768px) {
  .logo {
 width: 20px;
    height: 20px;
    padding-top: 0px;
    padding-right: 90%;
    
    align-items: left;
  }
}

@media (max-width: 768px) {
  .nav-links svg {
    width: 20px;
    height: 20px;
    padding-top: 10px;
    align-items: center;
    
  }
}

.nav-links svg:hover {
  transform: scale(1.1);
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  background-color: transparent;
  padding: 1rem 1rem;
  font-size: 65%;
  z-index: 1000;
}

  .logo {
    margin-bottom: 1.25rem;
  }
}




  .nav-links {
    list-style: none;
    display: flex;
    gap: 1.25rem;
  }
  
  .nav-links a {
    color:#f5f5f5;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease-in-out;
  }



  
  .nav-links a:hover {
    color:#f5f5f5;
  }






body {
    margin: 0;
    font-family: 'Playfair Display', serif;
    background-color:  #313338; /* Dark background for contrast */
    color: #f5f5f5;

    font-size: 1.5rem;
    
  }


  p {
    margin: 0;
    font-family: 'FF Super Grotesk';
    /*background-color: #2B303A; 
    */
    color: #f5f5f5;
    font-size: clamp(1.5rem, 4vw, 2rem);
    text-align: justify;
    line-height: 180%;
    width: calc(45%-10px);
    padding: 0.5%;

  }


  

 
  
 


  



.hero {

  display: flex;
  height: 100vh;
  width: calc(90% -10px); 
}

.hero-content {
  flex: 2;
  padding: 2rem 5%;
background-image: url('Images/488205918_1169812171822823_8629749489141892069_n.jpg');

  background-color: rgba(0, 0, 0, 0.0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}








  #hero-section {


    height: 100vh;
    width: calc(50% -20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Align content to the left */
    text-align: center;
   
    padding: 2rem 33%;
    color: black;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
     url('Images/488205918_1169812171822823_8629749489141892069_n.jpg');

    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;

   /* border: 2.5px solid rgba(255, 255, 255, 1); /* eggshell-thin, soft white */

    border-radius: 0px; /* optional: soft rounded corners */
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); /* optional: gentle glow */
}

@media (max-width: 768px) {
  #hero-section {
    position: relative;
    width: 100vw; /* Full viewport width */
    left: 0%;
    margin: 0;
    padding: 25% 0% 95% 0%; /* Top padding only */
    
  background-position: 12.5% center;
    background-repeat: no-repeat;
    background-size: cover; /* Ensures background fills the section */
    box-sizing: border-box;
  }
}



#about1 {
height: 100%;
     width: calc(50% -20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align content to the left */
    text-align: left;
   
    padding: 2rem 10%;
    padding-top: 5%;
    color: black;
    /*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
      url('\snb.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   /* border: 2.5px solid rgba(255, 255, 255, 1); /* eggshell-thin, soft white */

    border-radius: 0px; /* optional: soft rounded corners */
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); /* optional: gentle glow */
}



#about2 {
height: 100%;
     width: calc(50% -20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align content to the left */
    text-align: left;
   
    padding: 2rem 10%;
    padding-top: 5%;
    color: black;
    /*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
      url('\snb.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   /* border: 2.5px solid rgba(255, 255, 255, 1); /* eggshell-thin, soft white */

    border-radius: 0px; /* optional: soft rounded corners */
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); /* optional: gentle glow */
}




#about3 {
height: 100%;
     width: calc(50% -20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align content to the left */
    text-align: left;
   
    padding: 2rem 10%;
    padding-top: 5%;
    color: black;
    /*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
      url('\snb.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   /* border: 2.5px solid rgba(255, 255, 255, 1); /* eggshell-thin, soft white */

    border-radius: 0px; /* optional: soft rounded corners */
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); /* optional: gentle glow */
}



#about4 {
height: 100%;
     width: calc(50% -20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align content to the left */
    text-align: left;
   
    padding: 2rem 10%;
    padding-top: 5%;
    color: black;
    /*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
      url('\snb.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   /* border: 2.5px solid rgba(255, 255, 255, 1); /* eggshell-thin, soft white */

    border-radius: 0px; /* optional: soft rounded corners */
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); /* optional: gentle glow */
}





#training {
height: 100%;
     width: calc(50% -20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align content to the left */
    text-align: left;
   
    padding: 2rem 10%;
    padding-top: 5%;
    color: black;
    /*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
      url('\snb.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   /* border: 2.5px solid rgba(255, 255, 255, 1); /* eggshell-thin, soft white */

    border-radius: 0px; /* optional: soft rounded corners */
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); /* optional: gentle glow */
}











#contact {
height: 100%;
     width: calc(50% -20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align content to the left */
    text-align: left;
   
    padding: 2rem 10%;
    padding-top: 5%;
    color: black;
    /*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
      url('\snb.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   /* border: 2.5px solid rgba(255, 255, 255, 1); /* eggshell-thin, soft white */

    border-radius: 0px; /* optional: soft rounded corners */
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); /* optional: gentle glow */
}









  footer {
    text-align: center;
    padding: clamp(0.5rem, 4vw, 2rem);
    background-color: #111;
    color: white;
    font-size: 1rem;
    
  }
  


 h1 {
    font-family: 'c', serif;
    text-transform: uppercase;
    font-size: clamp(2.5rem, 6vw, 6rem); /* Adjust size as needed */
    font-weight: 500; /* Optional: tweak for boldness */
    margin-bottom: 1rem;
    color: white; /* Or any color that suits your design */
    text-underline-offset: 6px;
    
    text-decoration: underline 3px darkred;
    text-decoration-thickness: 6px;
 /*   text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);  Optional: adds depth with shadow */
  }
  
@media (max-width: 768px) {
  h1 {
    font-size: clamp(2.5rem, 5vw, 3rem);
  }
}

  h2 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: clamp(1.25rem, 4vw, 4rem); /* Adjust size as needed */
    font-weight: 500; /* Optional: tweak for boldness */
    margin-bottom: 1rem;
    color: white; /* Or any color that suits your design */
    text-underline-offset: 6px;
    
    text-decoration: underline 3px rgb(104, 2, 2);
    text-decoration-thickness: 6px;
  /*  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8); /* Optional: adds depth with shadow */
  }
  

  h3 {
    font-family: 'Playfair Display';
    font-size: clamp(1.5rem, 4vw, 3rem); /* Adjust size as needed */
    font-weight: 400; /* Optional: tweak for boldness */
    margin-bottom: 1rem;
    
    padding: 0.5rem;
    color: #f5f5f5;
    background-color: rgb(104, 2, 2);
     /* Or any color that suits your design */
   /*text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8); */
    
  }
 
  @media (max-width: 768px) {
  h3 {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }
}

 p {
    font-family: 'Playfair Display';
    font-size: clamp(1.75rem, 2vw, 1rem); /* Adjust size as needed */
    font-weight: 100; /* Optional: tweak for boldness */
    margin-bottom: 1rem;
    color: #f5f5f5;
     /* Or any color that suits your design */
   /* text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8); */
    text-justify: left;
    
  }
  
  @media (max-width: 768px) {
  p {
    font-size: clamp(1.2rem, 5vw, 3rem);
  }
}



  header { position: sticky;
    top: 0rem;
     z-index: 999;
      background-color: #0D270B;
       padding: 0rem 0rem; display: absolute;
        justify-content: space-between;
         align-items: center; 
         height: 0px; 
        
        }

@media (max-width: 768px) {
  .header {
    flex-direction: row;
    padding: 0rem;
    align-items: right;
    display: flex;
  }}



        .scroll-fade {
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.33s linear, transform 0.03s linear;
          }
          


          a:link {
  color: white; /* Unvisited link */
}



a:hover {
  color: darkred; /* When mouse hovers */
  text-decoration: underline;
}

a:active {
  color: darkred; /* When clicked */
}

.container {
  height: 80%;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: row; /* Changed from column to row */
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;

  padding: 2rem 10%;
  color: black;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 0px;
}





.training-columns {
  
  
  
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1%;
}

.training-text,
.training-media {
  flex: 1;
  width: 50%;
}

.training-media {
  width: 50%;
  display: FLEX;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  
}


.training-media2 {
  width: 0%;
  display: FLEX;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  
}


@media (max-width: 768px) {
  .training-media2 {
    display: none;
  }
}

.training-media img {
  max-width: 100%;
  max-height: auto;
 
  display: block;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .training-columns {
    flex-direction: column;
    align-items: center;
  }


  .training-text,
  .training-media {
    width: 100%;
  }

  .training-media iframe {
    height: 400px;
    width: 600px;
  }
}







  


.cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #f5f5f5;
  background-color: #680202;
  border: 2px solid black;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
}

@media (max-width: 768px) {
  .cta-button {
    font-size: clamp(1rem, 2vw, 3rem);
    margin: 1rem auto; /* Adds vertical spacing and centers horizontally */
    display: block;    /* Ensures it behaves like a block element */
    text-align: center;
  }
}

.cta-button:hover {
  background-color: crimson;
    color: black;
  
  /*transform: scale(1.15);*/
}







.training-article {
  display: block;
  max-width: 100%;
  padding: 0rem 0%;
  overflow: hidden;
}



.training-article img {
  float: right;
  width: 60%;
  max-width: 500px;
  margin-left: 0rem;
  margin-bottom: 0rem;
  border-radius: 8px;
}


@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}


@media (min-width: 769px) {
  .show-on-mobile {
    display: none;
  }
}


@media (max-width: 768px) {
  #about4 h3 {
    text-align: left;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin: 1rem auto;
    width: 90%;
  }
}



@media (max-width: 768px) {
  .training-article img {
    float: none;
    display: block;
    width: 100%;
    margin: 1rem 0;
  }
}

@media (max-width: 768px) {
  .training-article {
    float: none;
    display: block;
    width: 100%;
    margin: 1rem 0;
    padding-left: 0rem;
  }
}


.training-offers table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1rem, 3vw, 1.8rem);
  margin: 0rem 0;
  color: #f5f5f5;
}

.training-offers th,
.training-offers td {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
}

.training-offers th {
  background-color: #2B303A;
  font-weight: bold;
}

.training-offers td {
  background-color: #1f1f1f;
}



.contact-section {
   font-family: 'Playfair Display', serif;
  padding: 2rem;
  background-color: #1f1f1f;
  color: #f5f5f5;
  text-align: left;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  gap: 1rem;
}




.contact-form label {
  text-align: left;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid darkred;
}

.contact-form button {
   font-family: 'Playfair Display', serif;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #f5f5f5;
  background-color: rgb(104, 2, 2);
  border: 2px solid black;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
}


.contact-form button:hover {
  background-color: crimson;
}

.contact-form label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 0.25rem;
  display: block;
  text-align: left;
}

/* Base styles */



.hamburger {
  display: none;
  font-size: 1rem;
  background: none;
  border: none;
  color: #f5f5f5;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    position: absolute;
    padding-left: 70%;
  }

 .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    background-color: rgb(104, 2, 2);
    padding: 2rem 1rem;         /* Increased vertical padding */
    min-height: 200px;          /* Ensures enough space */
    height: auto;               /* Allows content to grow naturally */
    box-sizing: border-box;
    z-index: 999;
  }

  .nav-links.active {
    display: flex;
  }
}


/* Base styles for the transition overlay */
#transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(104, 2, 2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
  z-index: 9999;
}

/* Active state triggers the fade-in */
#transition-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

body.fade-in {
  animation: fadeInFromRed 0.15s ease-in-out;
}



@keyframes fadeInFromRed {
  0% {
    background-color: rgb(104, 2, 2);
    opacity: 0;
  }
  100% {
    background-color: transparent; /* Or your actual background */
    opacity: 1;
  }
}


.faq-item {
  margin: 1em 0;
  border: 1px solid #ccc;
  padding: 1em;
  position: relative;
}

.toggle-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.5em;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.toggle-btn[aria-expanded="true"] {
  transform: rotate(45deg); /* Turns "+" into "×" */
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.faq-content.open {
  max-height: 500px; /* Adjust as needed */
  opacity: 1;
}
