:root {
  --primary-color: #ffffff;
  --secondary-color: #ffcc2a;
  --black-color: #222222;
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Open Sans", sans-serif;
  --tarnary-font: "Montserrat", sans-serif;
}

.custop100 {
  margin: 4rem 0;
  width: 100%;
}
.custom90 {
  width: 90%;
  margin: 4rem 0;
}
h2 {
  font-family: var(--primary-font);
  font-size: 72px !important;
  font-weight: 600;
  color: var(--black-color);
}
.marqueLogo {
  height: 120px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* ======================================================= */
/* Custom styling for the form container */
.form-container {
  background-color: #01033a42;
  /* padding: 1.5rem 1rem; */
  padding: 0 !important;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  top: 14rem;
  right: 5%;
  max-width: 400px;
  backdrop-filter: blur(29px);
/*  border: 1px solid var(--primary-color);*/
}
a:hover {
  text-decoration: none !important;
}
.form-container h2 {
  margin: 0;
  /* margin-bottom: 1.5rem; */
  font-family: var(--secondary-font);
  font-size: 28px !important;
  font-weight: 500;
  text-align: left;
  /* color: var(--primary-color); */
}
.form-container .form-control {
  color: var(--primary-color);
  background-color: #5a5a8b7c;
  border: none;
  font-family: var(--secondary-font);
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.form-container .form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.form-container .btn-apply {
  background-color: #ffc107;
  width: 170px !important;
  font-family: var(--secondary-font);
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 8px 0;
}

.getInTouch {
  display: none;
}
.marqWBS {
  box-shadow: none !important;
}
/* ============= */
@media screen and (max-width: 1900px) {
}
@media screen and (max-width: 1660px) {
  h2 {
    font-size: 64px !important;
  }
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 54px !important;
  }
  .form-container {
    top: 150px;
  }
}
@media screen and (max-width: 1280px) {
  .form-container {
    top: 120px;
  }
  h2 {
    font-size: 48px !important;
  }
  .form-container h5 {
    margin-bottom: 1rem;
  }
  .form-container .form-control {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  h2 {
    font-size: 44px !important;
  }
}
@media screen and (max-width: 990px) {
  h2 {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px !important;
  }
  #heroApplyform {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .getInTouch {
    top: 400px;
  }
}
@media screen and (max-width: 450px) {
  h2 {
    font-size: 22px !important;
  }
}
/* ================================== */

@media screen and (max-width: 1080px) {
  .getInTouch {
    display: none;
  }
  #heroApplyform {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .form-outer {
    background-image: url(../images/bannerMob.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
  }
}

/* ----------- */
.mainMarq {
  width: 100%;
  position: fixed;
  bottom: 670px;
  z-index: 100;
  overflow: hidden;
  background-color: #ffcc2a;
  height: 60px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer; /* Make it look clickable */
  text-decoration: none;
}

/* Scrolling content */
.marquee-content {
  display: flex;
  gap: 40px; /* Space between repeated text */
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  animation: marqueeScroll 15s linear infinite;
}

/* Animation */
@keyframes marqueeScroll {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-50%);
  }
}

/* Links styling */
.marquee-content a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.marquee-content a:hover {
  text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .mainMarq {
      bottom: 342px;
      height: 40px;
  }
  .marquee-content {
      font-size: 18px;
  }
}
.feature-box.archive-cont {
    margin-top: 30px;
}

.archive-cont-ul li{
    list-style: none;
    padding:10px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.archive-cont-ul a {
    
    text-decoration: none;
}
