* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
}

.text-lightning img {
  bottom: 0px;
  left: 638px;
  position: absolute;
  z-index: 1;
  height: 110vh;
}

.hero {
  background-image: url(assets/background.jpg);
  background-size: cover;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  /* background-position: center center; */
  /* height: 100vh; */
  display: flex;
}



.hero-text-1{
  height: 46vh;
}

.hero-text-1 .sustainable {
  position: relative;
  top: 105px;
  z-index: 999;
}
.hero-text-1 .tvet{
  position: absolute;
  z-index: 1000;
}

.hero-text-1 .skills{
  position: relative;
  top: 90px;

}







.hero-left {
  width: 40vw;
  height: 100vh;
  /* background-color: aqua; */
}

.hero-left img {
  /* margin-top: 3vh; */
  width: 47vw;
}

.hero-right h1 {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  color: white;
  line-height: 80px;
 /* filter: drop-shadow(0px 30px 10px #013794e2);  */
  margin-top: 12vh;
  margin-left: 35px;
  width: 380px;
}

.hero-right {
  width: 50%;
  /* height: 100vh; */
  display: flex;
  margin-left: 7vw;
  flex-direction: column;
}

.logo {
  width: 48vw;
  margin-top: 3vh;
  display: flex;
  justify-content: flex-end;
  background: transparent;
}

.logo img {
  /* height: 12vh; */
  width: 110px;
}

.info {
  display: flex;
  /* height: 9vh; */
  align-items: center;
  /* justify-content: space-evenly; */
  /* font-size: 24px; */
  margin-left: 35px;
  padding: 13px 0px;
}

.info ul {
  display: flex;
  color: white;
  gap: 25px;
  font-weight: 500;
  font-family: "", sans-serif;
  flex-wrap: wrap;
  font-size: 12px;
  align-items: center;
  /* justify-content: center; */
}

.info p {
  color: white;
  font-family: "", sans-serif;
  font-size: 1vw;
  font-weight: 500;
}

.images {
  width: 700px;
  display: flex;
  height: 9vh;
  margin-top: 2.3vh;
  justify-content: space-evenly;
  margin-left: 30px;
}

.email {
  background-image: url(assets/email-bg.png);
  display: flex;
  background-size: cover;
  color: white;
  font-size: 1.2vw;
  align-items: center;
  width: 20vw;
  justify-content: space-evenly;
  border-radius: 31px;
  height: 6.5vh;
  margin-top: 4vh;
  margin-left: 28vw;
}
.mobile-img {
  display: none;
}
.email p {
  font-family: "", sans-serif;
  font-size: 1vw;
}
.email a,
.email a:visited,
.email a:hover,
.email a:active {
  color: #fff !important;
  text-decoration: none;
}
.partner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.partner-link img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1800px) and (max-width: 2000px) {
  .email {
    background-image: url(assets/email-bg.png);
    display: flex;
    background-size: cover;
    color: white;
    font-size: 1.2vw;
    align-items: center;
    width: 22vw;
    justify-content: space-evenly;
    border-radius: 31px;
    height: 6.5vh;
    margin-top: 10vh;
    margin-left: 28vw;
  }
  .mobile-img {
    display: none;
  }
  .hero-right h1 {
    /*filter: drop-shadow(0px 34px 32px #013794e2);*/
    font-size: 7.2vw;
    width: 500px;
    font-weight: 500;
  
  }
  .hero-text-1{
    margin-top: 12vh;
    height: 50vh;
    
 
  }
  
  .hero-text-1 .sustainable {
    position: relative;
    top: 108px;
    z-index: 999;
  }
  .hero-text-1 .tvet{
    position: absolute;
    z-index: 1000;
  }
  
  .hero-text-1 .skills{
    position: relative;
    top: 90px;
  
  }
  
  .hero-right h1 {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  color: white;
  line-height: 80px;
  font-weight:700;
 /* filter: drop-shadow(0px 30px 10px #013794e2);  */
  margin-top: 12vh;
  margin-left: 35px;
  width: 470px;
}
  
  
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    background: #0a2d6e;
  }
  .text-lightning {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100dvh;
    background-image: url(assets/mobile.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-left {
    display: none;
  }
  .hero-left img {
    display: none;
  }
  .hero-right {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
    padding: 0.75rem 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .logo {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
  }
  .logo img {
    width: 5.5rem;
    height: auto;
    margin: 0;
  }
  .hero-text-1 {
    height: auto;
    width: 100%;
    margin: 1rem 0 0.5rem;
  }
  .hero-text-1 .tvet,
  .hero-text-1 .sustainable,
  .hero-text-1 .skills {
    position: static;
    top: auto;
    z-index: auto;
  }
  .hero-right h1 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.1rem, 11vw, 3.25rem);
    color: #fff;
    line-height: 1.05;
    font-weight: 700;
    margin: 0;
    width: 100%;
    text-align: center;
    letter-spacing: -0.02em;
  }
  .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.75rem 0 1.25rem;
    padding: 0;
    width: 100%;
  }
  .info p,
  .info ul {
    color: #fff;
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1.35;
  }
  .info ul p {
    width: 100%;
    margin: 0 0 0.15rem;
    font-weight: 600;
  }
  .info ul li {
    list-style: none;
  }
  .info ul li::before {
    content: "• ";
    opacity: 0.7;
  }
  .images {
    width: 100%;
    max-width: 22rem;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-content: center;
    margin: 0;
    gap: 0.65rem;
  }
  /* Odd last card (5th) spans full width and stays centered visually */
  .images .partner-link:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.325rem);
    justify-self: center;
    width: 100%;
  }
  .partner-link {
    height: 4.75rem;
    min-height: 4.75rem;
    padding: 0.45rem 0.55rem;
    border: none;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    transition: background 0.15s ease;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
  }
  .partner-link:active {
    background: rgba(255, 255, 255, 0.2);
  }
  .partner-link img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(1.15) contrast(1.08);
  }
  .email {
    background-image: url(assets/email-bg.png);
    background-color: rgba(8, 28, 72, 0.55);
    background-size: cover;
    width: min(18rem, 88vw);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.25rem auto 0;
    height: auto;
    min-height: 2.85rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    gap: 0.55rem;
    box-sizing: border-box;
  }
  .email img {
    height: 1.15rem;
    width: 1.15rem;
    flex-shrink: 0;
    margin: 0;
  }
  .email a {
    font-family: "Poppins", system-ui, sans-serif;
    font-size: clamp(0.8rem, 3.6vw, 0.95rem);
    font-weight: 500;
    color: #fff !important;
    white-space: nowrap;
  }
  .mobile-img {
    display: block;
    width: 100vw;
    max-width: 100%;
    margin: 1.5rem 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
  }
  .mobile-img img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
  }
}

/*@media only screen and (min-width: 568px){

 .hero-right h1 {
    font-family: "Poppins", sans-serif;
    font-size: 12vw;
    color: white;
    line-height: 82%;
    margin-top: 3vh;
    margin-left: 10px;
    margin-right: 10px;
    width: 96%;
    text-align: center;
  }


.info {
  display: flex;
  align-items: center;
  margin-left: 35px;
  padding: 87px 0px 28px;
}

}*/


@media (max-width: 550px) {
  .hero-right {
    padding: 0.5rem 1rem 0;
  }
  .logo img {
    width: 4.75rem;
  }
  .hero-right h1 {
    font-size: clamp(1.85rem, 10.5vw, 2.6rem);
  }
  .info ul {
    font-size: 0.82rem;
    gap: 0.25rem 0.65rem;
    max-width: 19rem;
  }
  .partner-link {
    height: 4.35rem;
    min-height: 4.35rem;
    padding: 0.4rem 0.45rem;
  }
  .email {
    width: min(17rem, 90vw);
    margin-top: 1.1rem;
    padding-bottom: max(0.55rem, env(safe-area-inset-bottom));
  }
  .mobile-img {
    margin-top: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-link {
    transition: none;
  }
}
