@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Bold.d626942d7f2d1a723c211b79dc9.83a1bcd0ead0443eec51934c4bce7519.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-display: block;
    font-family: calibrate;
    src: url('../fonts/b46630e470f4040eba7033cf2435edce.woff') format("woff");
}



/* RESET */
/* Responsive base */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px; /* Base font size */

}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #fff;

}

/* HERO */
.hero {
    height: 378px;
    background: url(../images/hero-bg.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

/* LOGO */
.hero-logo {
    width: 211.501px;
    height: 221.263px;
    transform: translate(0px, -1.42109e-14px) rotate(0deg);
}

/* TEXT */
.hero-subtitle {
          font-size: 40px;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    margin-top: 30px;

}

.hero-title {
  
    font-size: 10.50em;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
   font-family: 'Bebas Neue', sans-serif;
       text-shadow: 0px 2px black;

}

/* NAV */
.hero-nav {
  gap: 10px;
  margin-right: 20px;
}

.nav-pill {
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(
    to bottom,
    #013e6a,
    #43d1ff,
    #013e6a,
    #419ad6,
    #01186a
  );
  text-decoration: none;
  white-space: nowrap;
  margin-right:15px;
}

.nav-pill:hover,
.nav-pill.active {
  box-shadow: 0 0 8px rgba(67,209,255,.8);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero {
    height: auto;
    padding: 20px 0;
    text-align: center;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-logo {
    margin: 0 auto 10px;
  }
}


.gradient-bg {
    width: 100%;
    height: 789px; /* same as SVG height, adjust as needed */
    background: linear-gradient(
        to bottom,
        #858489 0%,
        #e7e4ef 25%,
        #858489 50%,
        #b9b9b9 75%,
        #858489 100%
    );
}

.content-section {
    position: relative;
    background: linear-gradient(
        to bottom,
        #858489 0%,
        #e7e4ef 25%,
        #858489 50%,
        #b9b9b9 75%,
        #858489 100%
    );
}

.content-section h1,
.content-section p {
    color: #111;
}


.black-sec{
    background: black;
    height: 80px;
}

.title2{
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-kerning: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    line-height: 50px;
    margin: 45px;
}
.title3{
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-kerning: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    line-height: 50px;
    margin: 20px;
}

.sec1-img{
      width: 90%;
    height: 70%;
    border: 20px solid #38b9e7;
}

.para{
     font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-align: justify;
}

.content-section2 {
    position: relative;
    background: linear-gradient(
        to bottom,
        #013e6a 0%,    /* dark blue */
        #43d1ff 25%,   /* bright cyan-blue */
        #013e6a 50%,   /* dark blue */
        #419ad6 75%,   /* medium blue */
        #01186a 100%   /* very dark blue */
    );
}

.para2{
     font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-kerning: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-align: justify;
}

.sec2-nav ul li{color:white;}
.sec2-nav ul{    margin-left: 30px;
    list-style: outside;}

.sec4-img{
  width: 70%;
  height: 60%;
}
.sec5-img{

}

/* Rise Up Animation */
@keyframes riseUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply animation */
.hero .animate {
  animation: riseUp 0.9s ease-out forwards;
  opacity: 0;
}

/* Delay for smooth sequence */
.hero .delay-1 { animation-delay: 0.2s; }
.hero .delay-2 { animation-delay: 0.4s; }
.hero .delay-3 { animation-delay: 0.6s; }


/* =========================
   Animations
========================= */

@keyframes slideLeftFast {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes riseUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Base animation class */
.animate {
  opacity: 0;
  animation-fill-mode: forwards;
}

/* Title */
.slide-left-fast {
  animation: slideLeftFast 0.5s ease-out forwards;
}

/* Image & Text */
.rise-up {
  animation: riseUp 0.8s ease-out forwards;
}

/* Delays */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.5s; }

.nav-pill2{
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: black;
    cursor: pointer;
    background: linear-gradient(to bottom, #ffffff, #bababa, #e3e3e3, #9f9f9f, #ffffff);
    text-decoration: none;
    white-space: nowrap;
    margin-right: 15px;
}

.sec6-img{
    width: 80%;
    height: 80%;
      border-left: 30px solid;
    border-right: 30px solid;
    border-top: 15px solid;
    border-bottom: 15px solid;
  border-image: linear-gradient(
      180deg, 
      #e7aa51 0%, 
      #ffe499 25%, 
      #8d5a1b 50%, 
      #e7aa51 75%, 
      #ac7031 100%
  ) 1; /* the 1 is required to scale the gradient */
  border-radius: 15px; /* optional rounded corners */
}


.lh-6{line-height: 60px;}
.d-inline{
  display: inline-flex;
}

.social-img{
  width: 100px;
  margin-right: 10px;

}


.footer-ul{
      list-style: none;
    text-align: left;
    font-weight: 600;
    font-size: 23px;
    line-height: 40px;
}

.location-text{line-height: 60px;
    font-weight: 600;}

.footer-ul li a{
    color: black;
    text-decoration: none;
}    

.copyright-sec{
  padding: 6px 18px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(
    to bottom,
    #013e6a,
    #43d1ff,
    #013e6a,
    #419ad6,
    #01186a
  );
  text-decoration: none;
  white-space: nowrap;
}

/* =========================
   DESKTOP (700px and above)
========================= */
@media (min-width: 700px) {
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }



}


/* =========================
   MOBILE (below 700px)
========================= */
@media (min-width: 340px) and (max-width: 699px) {
  .desktop-view {
    display: none;
  }
  .mobile-view{
    display: block;
  }

  .hero-logo {
    width: 40%;
    height: auto;
    margin-top: 10px;
  }

  .hero-subtitle {
    font-size: 15px;
    margin-top: 0;
  }

  .hero-title {
    font-size: 55px;
  }

  .nav-pill {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 32px;
    margin-right: 6px;
  }
}


/* =========================
   TABLET ONLY (360px – 991px)
========================= */
@media (min-width: 340px) and (max-width: 991px) {
  body {
    width: fit-content;
  }

  .location-text {
    line-height: 40px;
    font-weight: 600;
  }

  .title2 {
    font-size: 35px;
  }
 

}

@media (min-width: 991px) and (max-width: 1500px) {
  body {
    width: fit-content;
  }

  .location-text {
    line-height: 40px;
    font-weight: 600;
  }

  .title2 {
    font-size: 35px;
  }
   .hero-title {
    font-size: 10em;
  }

  .nav-pill {
    padding: 3px 10px;
    font-size: 25px;
    line-height: 32px;
    margin-right: 6px;
  }
 

}



@media (min-width: 991px) and (max-width: 1148px) {
  body {
    width: fit-content;
  }

  .location-text {
    line-height: 40px;
    font-weight: 600;
  }

  .title2 {
    font-size: 35px;
  }
   .hero-title {
    font-size: 6em;
  }

  .nav-pill {
    padding: 3px 10px;
    font-size: 25px;
    line-height: 32px;
    margin-right: 6px;
  }
 

}



@media (min-width: 700px) and (max-width: 1000px) {
  body {
    width: fit-content;
  }

  .location-text {
    line-height: 40px;
    font-weight: 600;
  }

  .title2 {
    font-size: 35px;
  }
   .hero-title {
    font-size: 6em;
  }

  .nav-pill {
    padding: 3px 10px;
    font-size: 25px;
    line-height: 40px;
    margin-right: 6px;
  }

  .hero-logo {
    width: 100%;
    height: auto;
    transform: translate(0px, -1.42109e-14px) rotate(0deg);
}
 

}



html, body {
  width: 100%;
  overflow-x: hidden;
}


.gradient-bg2 {
    display: inline-block; /* makes the div fit the image */
    position: relative;
    background: linear-gradient(
        to bottom, 
        #013e6a 0%, 
        #43d1ff 25%, 
        #013e6a 50%, 
        #419ad6 75%, 
        #01186a 100%
    );
    padding: 80px 0px; /* optional, adds some spacing around the image */
    /* optional, smooth corners */
}

.gradient-bg2 img {
    display: block;
    width: 100%;
    height: auto;
}

    .job-container h2 {
      margin: 0 0 20px 0;
      font-size: 26px;
      font-weight: bold;
    }

    .job-container h2 a {
      color: #0033cc;
      text-decoration: underline;
    }

    .job-container p {
         color: #ffffff;
    font-size: 24px;
    line-height: 38px;
    margin: 0;
    font-weight: 600;
    }

.position-img{
  width: 80%;
}

  .apply-container p {
      color: #000000;
      font-size: 22px;
      line-height: 1.6;
      margin: 0 0 28px 0;
      font-weight: 500;
    }
 .text-justify{
  text-align: justify;
 }   