@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");


@font-face {
   font-family: Poppins;
  src: url(fonts/Poppins-Italic.ttf);
}

@font-face {
  font-family: Montas;
  src: url(fonts/Montas-Regular.otf);
}

@font-face {
  font-family: Orkney;
  src: url(fonts/Poppins-Light.otf);
}

@font-face {
  font-family: Orkney;
  src: url(fonts/Orkney-Regular.otf);
}

@font-face {
  font-family: Orkney;
  src: url(fonts/Orkney-Medium.otf);
}

@font-face {
  font-family: Orkney;
  src: url(Orkney-Bold.otf);
}

@font-face {
font-family: Marcellus;
  src: url(fonts/Marcellus-Regular.ttf);
}

body {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background-color: #fff
  
}


img {
  max-width: 100%;
  display: block;
}
.header {
  background-color: #222222;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 3rem;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Orkney-Bold", Arial, sans-serif;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 1rem;
  font-size: 1.2rem;
}
.nav-ul li:nth-of-type(8) {
  margin-left: auto;
  margin-right: 50px;
}
.nav-ul li:nth-of-type(8) {
  font-family: "Orkney-Light", Arial, sans-serif;
}
.hamburger {
  background-color: transparent;
  display: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 25px;
}

.logo {
  max-width: 8%; min-width: 150px;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 2%;
  margin-right: auto;
}

.nav-ul .route a {
  font-size: 1.2rem;
  font-family: "Orkney-Medium", Arial, sans-serif;
}

.hamburger:focus {
  outline: none;
}

.nav-ul li a {
  display: inline-block;
  color: #666;
  font-family: "Cormorant Garamond", serif;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
  font-size: 1.2rem;
}
.nav-ul li a {
  color: #fff;
  font-size: 2rem;
}
.fa {
  margin-right: 10px;
}

@media (max-width: 1400px) {
  .nav-ul li:nth-of-type(8) {
    margin: 0;
  }
  .nav-ul li a {
    font-size: 1.4rem;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  .view1-inner img {
    margin: auto;
    max-width: 40%;
  }
}



ul li ul.drop {
  min-width: 200px !important; /* Set width of the dropdown */
  background: #95c11f;
  display: none;
  position: relative;
  z-index: 999;
  border-radius: 10px;
}
ul li:hover ul.drop {
  display: block; /* Display the dropdown */
  position: absolute;
}
ul li ul.drop li {
  display: block;
  text-align: center;
}

ul li ul.drop li:first-child {
  margin-left: 0;
  display: none;
}
.drop {
  margin-left: 20px;
}
.drop li a {
  margin-left: -50px;
  font-size: 1.2rem;
}
.fa-caret-down {
  color: #7ff112;
}

@media (max-width: 1220px) {
  .nav {
    clear: both;
  }
  .nav-ul {
    display: none;
    flex-direction: column;
  }
  .nav-ul.show {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
  }
  .hamburger {
    display: block;
    float: right;
  }
  .btn {
    width: 100%;
  }
  .nav-ul li:nth-of-type(8) {
    margin: 0;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  li.logo {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-ul.show {
    max-width: 80%;
    padding-left: 0;
  }
  .nav-ul li:nth-of-type(8) {
    margin-left: -2.5rem;
  } /*phone-number*/
  .nav-ul .route a {
    font-size: 1.7rem;
  }
  .nav-ul .route {
    margin-left: -2rem;
  }
  .nav-ul li:nth-of-type(1) {
    max-width: 100%;
    margin-left: -1rem;
  }
  .nav-ul li:nth-of-type(8) {
    margin-left: -2rem;
  }
  .nav-ul li a {
    color: #fff;
    font-size: 2rem;
  }
}

.reveal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.reveal:nth-of-type(1) {
  margin-left: 10px;
}
.inner-reveal {
  flex: 2 44%;
}
.inner-reveal img {
  width: 30%;
  min-width: 250px;
  height: auto;
}
.outer-reveal {
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .inner-reveal img {
    width: 20%;
    min-width: 200px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .inner-reveal img {
    width: 70%;
    min-width: 250px;
    height: auto;
  }
  .reveal {
    font-size: 1rem;
    font-weight: 700px;
  }
  .outer-reveal {
    margin-right: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .inner-reveal img {
    min-width: 200px;
    height: auto;
  }
}

.heroic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

.estimate {
  display: flex;
max-width: 100%;
  position: absolute;
  top: 20%;
  margin: 0 auto;
  gap: 1rem; 
  
}

.heroic-text:nth-of-type(1) {
  flex-grow: 2;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
.heroic-text:nth-of-type(2) {
  flex-grow: 1;
}

.heroic-text {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 900;
  text-shadow: 5px 5px 15px #000;
  text-align: center;
  letter-spacing: 3px;
  
 
}

.application {
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 5px 5px 15px #000;

  text-align: center;
  letter-spacing: 3px;
 font-family: 'Poppins-Light', serif;
  padding-top: 30px;
}

@media (max-width: 1820px) {
  .estimate {
    gap: 1rem;
	  top: 5%;}
  
  .heroic-text {
    font-size: 3rem;
  }
}



@media (max-width: 1400px) {
   .heroic-text:nth-of-type(1) {
    margin-top: 0;}
    .heroic-text {font-size: 2rem;}
  
  } /*mise*/

  .heroic-text {
    top: 5%;
    font-size: 2rem;
  }

 .heroic2 {
  display: flex;
  align-items: center;
  justify-content: center;
 margin: 0 auto;
 margin-top: 3%;
  
  
}




@media (max-width: 959px) {
  .estimate {
    
    top: 5%;
  }
  .heroic-text:nth-of-type(1) {
    margin-top: 5%;
  }
  .heroic-text:nth-of-type(2) {
    display: none;
  }
  .heroic-text {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
  }
  .application {
    font-size: 1.3rem; font-weight: 700;
  }
} /*check */

h1.topshelf {font-size: 4rem; font-family: 'Montas', serif; color: #fff; letter-spacing: 5px;}
p.tiertwo {font-size: 2.5rem; font-family: 'Montas', serif;  font-weight:700; color: #fff; }


@media (max-width: 1440px) {
.estimate {top: 10%;}
  h1.topshelf {font-size: 2.5rem;}
  p.tiertwo {font-size: 1.7rem;}
} /*mise*/



@media (max-width: 1024px) {
.estimate {top: -2%;}
  h1.topshelf {font-size: 2rem;}
  p.tiertwo {font-size: 1.5rem;}
} /*mise*/


@media (max-width: 768px) {
.estimate {top: -6%;}
  h1.topshelf {font-size: 2rem;}
  p.tiertwo {font-size: 1.5rem;}
}

h1.ait {font-size: 2rem; font-family: 'Montas', sans-serif; color: #c79d73; }
.tallamh {display: flex; align-items: center; justify-content: center; max-width: 60%; margin: 0 auto; flex-direction: column;}
p.loci {font-size: 1.2rem;  font-family: 'Orkney-Regular', sans-serif; color: #666;}

.reception {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 5%;
  gap: 1rem;
}

 @media (max-width: 900px) {
      .reception {max-width: 80%; flex-direction: column;}
  }

  @media (max-width: 480px) {
      .reception {max-width: 100%; flex-direction: column;}
  }

.failte {flex: 1; padding: 1rem;}
.wave {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
 
  margin-top: 2%;
 
}

.facilities {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 2%;
  gap: 5rem;
  background-color: #f4f4f2;
  
  
}

.scian {flex: 1; padding: 1rem;}

.scian a {text-decoration: none; color: #c79d73;}

.vacancy4 {display: flex;
  max-width: 60%;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
  
  flex-wrap: wrap;
  margin-top: 1rem;
row-gap: 0;
column-gap: 1rem;
}

.vacancy4 a {text-decoration: none;}



.happy-out {flex: 1; margin-top: 0;}



h1.hierachy2 {font-size: 2rem; font-family: 'Montas', sans-serif; color: #fff; text-align: center; background-color: #007088; padding: 1rem; text-shadow: 1px 1px #666; margin-bottom: 0;}
h2.hierachy3 {background-color: #007088;  font-family: 'Montas', sans-serif; color: #fff; text-align: center; padding: 1rem; margin-top: 0; font-size: 1.5rem; font-variant: small-caps;}
p.entice {background-color: #007088; font-family: 'Montas', sans-serif; color: #fff; text-align: center; padding: 1rem; margin-top: 0; font-size: 1.5rem; font-variant: small-caps;}

 @media (max-width: 1440px) {
      .vacancy4 {max-width: 80%;}
      h1.hierachy2 {font-size: 1.7rem;}
      h2.hierachy3 {font-size: 1.4rem;}
 }

  @media (max-width: 900px) {
      
       .facilities {flex-direction: column; max-width: 80%;}
       .happy-out {flex: 2 40%;}
       .happy-out:last-child img {max-width: 100%; width: 100%;}

  }

  @media (max-width: 480px) {
      .vacancy4 {flex-direction: column; max-width: 100%;}
       .facilities {flex-direction: column;  display: block; max-width: 100%; padding: 0;}
       .scian {flex-direction: column;}

  }





 



.pitches {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

.failte {flex: 1;}

.vac {display: flex;
  max-width: 60%;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 1rem;
gap: 1rem;
}

.gutter {flex: 1;}

@media (max-width: 1024px) {
	
	.vac {max-width: 90%;}
	.gutter {flex: 3 30%;}
}

@media (max-width: 768px) {
	
	.vac {max-width: 96%;}
	.gutter {flex: 2 45%;}
}

.sjp {display: flex;
  max-width: 60%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

  .sjp img {max-width: 200px; margin-bottom: -5%;}


.agcaint {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
position: relative;
flex-direction: column;
margin-bottom: 3%;}

.headsup {

    font-family: "Barlow Condensed", sans-serif, "Barlow Condensed", sans-serif;
    font-size: 2.5rem;
    font-size: 1.75rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    font-weight: 900;
    color: #9d9d9d;
margin: 0 auto;
 font-style: italic;
 margin-top: 6%;
 

  }

  

  .insert4 {background-image: url("images/qmark-start.svg"); background-repeat: no-repeat; width: 80px; height: 100px; position: absolute; top: 3%; left: 0; margin-bottom: 2rem; padding: 1rem 0;}


     @media (max-width: 480px) {
 .insert4 {width:40px; height: 50px !important;}
     }

     .opine {  font-size: 1.3rem; margin-left: 50px; color: #c79d73; font-weight: 700;
  font-family: "Orkney-Regular", Arial, sans-serif;
}

@media (max-width: 900px) {
	.agcaint {max-width: 80%; margin: 0 auto;}
	.headsup {margin-top: 15%;}
	
}


@media (max-width: 480px) {
	.agcaint {max-width: 90%; margin: 0 auto;}
	.headsup {margin-top: 15%;}
}

.clean {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;}


/* =========================
   HERO CONTAINER
========================= */
.testimonial-hero {
  max-width: 1536px;
  margin: 0 auto 100px;
  padding: 80px 20px 60px;
  text-align: center;
  position: relative;
  font-size: 1.2rem;  font-family: 'Orkney-Regular', sans-serif; color: #666;
  background-color: #f4f5f2;
}

/* Hide radios */
.testimonial-hero input {
  display: none;
}

/* =========================
   SLIDE STAGE
========================= */
.testimonial-stage {
  position: relative;
  min-height: 360px;
}

/* Slides */
.testimonial {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* SINGLE animation controller */
.testimonial-stage {
  animation: none;
}

/* Auto fade using delays */
.slide-1 { animation: fade 15s infinite; }
.slide-2 { animation: fade 15s infinite 5s; }
.slide-3 { animation: fade 15s infinite 10s;}
.slide-4 { animation: fade 15s infinite 15s; }

/* Fade keyframes — NO overlap */
@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}

/* =========================
   MANUAL OVERRIDE (RADIOS)
========================= */
#slide1:checked ~ .testimonial-stage .testimonial,
#slide2:checked ~ .testimonial-stage .testimonial,
#slide3:checked ~ .testimonial-stage .testimonial,
#slide4:checked ~ .testimonial-stage .testimonial  {
  opacity: 0;
  animation: none;
}

#slide1:checked ~ .testimonial-stage .slide-1,
#slide2:checked ~ .testimonial-stage .slide-2,
#slide3:checked ~ .testimonial-stage .slide-3, 
#slide4:checked ~ .testimonial-stage .slide-4 {
  opacity: 1;
  pointer-events: auto;
}

/* Pause animation on hover */
.testimonial-hero:hover .testimonial {
  animation-play-state: paused;
}

.testimonial {
  visibility: hidden;
}

.slide-1,
.slide-2,
.slide-3, 
.slide-4 {
  visibility: visible;
}



/* =========================
   CONTENT STYLING
========================= */
.testimonial img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial p {
  font-size: 1.2rem;
  max-width: 900px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial h4 {
  font-size: 1.2rem;
  margin: 0;
}

.testimonial span {
  font-size: 1.2rem;
  color: #666;
}

/* =========================
   DOT NAVIGATION
========================= */
.testimonial-nav {
  margin-top: 30px;
}

.testimonial-nav label {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cfcfcf;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.testimonial-nav label:hover,
.testimonial-nav label:focus {
  transform: scale(1.2);
}

/* Active dot */
#slide1:checked ~ .testimonial-nav label:nth-child(1),
#slide2:checked ~ .testimonial-nav label:nth-child(2),
#slide3:checked ~ .testimonial-nav label:nth-child(3),
#slide4:checked ~ .testimonial-nav label:nth-child(4)
 {
  background: #9e2221; /* brand colour */
}

/* =========================
   FADE KEYFRAMES
========================= */
@keyframes fadeSlides {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}

/* =========================
   ACCESSIBILITY
========================= */
@media (prefers-reduced-motion: reduce) {
  .testimonial {
    animation: none !important;
    transition: none;
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .testimonial p {
    font-size: 1.1rem;
  }
  .testimonial-stage {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
    .testimonial-nav {margin-top: 130px;}
}

.words {  display: flex;
  max-width: 60%;
  margin: 0 auto;
border: 0.25px solid #666;
border-radius: 25px;
background-color: beige;
}

.tmi { display: flex;
  max-width: 30%;
  margin: 0 auto;
  margin-top: -5%;
}

@media (max-width: 768px) {
    .tmi {max-width: 60%; margin-top: -3%;}
}

@media (max-width: 480px) {
    .tmi {max-width: 80%; margin-top: -13%; border: 0.25px solid #666;}
}





.footer {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  background-image: url("images/tarmac.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222222;
  color: #fff;
  gap: 1rem;
}

.footer h2 {
  font-size: 1.3rem;
}

.footerinner {
  max-width: 100%;
  text-align: center;
  font-size: 1rem;
  font-family: "Orkney-Regular", Arial, Sans-serif;
}

.footerinner {
  margin: 0 auto;
  flex: 1;
}

.footerinner a {
  text-decoration: none;
  color: #fff;
}

.footerinner .fa {
  color: #fff;
  margin-left: 10px;
  font-size: 1.5rem;
}

.copyright img {
  max-width: 10%;
  margin: 0 auto;
  outline: 1px solid white;

}

.footer-logo img {
  max-width: 30%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .footer-logo img  {max-width: 50%;}
}

@media (max-width: 480px) {
  .footer-logo img  {min-width: 300px;}
}



@media (max-width: 900px) {
  .footerinner {
    flex: 2 46%;
  }
}

@media (max-width: 480px) {
  .footer {
    max-width: 100%;
    
  }
  .footerinner {
    max-width: 98%;
  }
  .copyright img {
    max-width: 25%;
  }
}

.button1 {
  display: inline-block;
  background-color: #9e2221;
   padding: 0.618rem 1.618rem;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 5px 5px #000;
  transition: 0.2s ease;
	margin-bottom: 25px;
	margin-top: 1rem;
	
}

.button1:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.button1 a {
    text-decoration: none;
    color: #fff;
  }

  .telefon {display: flex; align-items: center; justify-content: center; max-width: 70%; margin: 0 auto; margin-top: 2%;}

@media (max-width: 480px) {
	.telefon {margin-top: 10%;}
    .scian:nth-child(2) {max-width: 100%;}
    
}

.quickie {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
  

}

.provided {flex: 2 21%;}
