body {
  overflow-x: hidden;
  /* Prevent horizontal scroll */
}

.underlinemyparra {
  font-weight: 500;
  text-decoration: none;
  /* No underline by default */
  color: #003728;
  /* Normal link color (Bootstrap blue) */
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.underlinemyparra:hover {
  font-weight: 500;
  text-decoration: underline;
  color: #ae152d;
}


.FeeDesc {
  font-family: "Gordita", Sans-serif;
  text-align: center;
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 400;
}

.FeeDtls {
  font-family: "Gordita", Sans-serif;
  text-align: center;
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

.FeeDtls2 {
  font-family: "Gordita", Sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.HeadingFdtls {
  font-family: "Gordita", Sans-serif;
  font-weight: 500;
  font-size: 29px;
  letter-spacing: 0.02em;
  color: #333333;
}

.FeeTable {
  font-family: "Gordita", Sans-serif;
  color: #000000;
  font-size: 15px;
}

.bg-image {
  background-image: url(career-work-with-us-bg.html);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(career-work-with-us-bg.html) center/cover no-repeat;
  opacity: 0.2;
  /* 50% opacity */
  z-index: 1;
}


.button-green {
  background-color: #003728;
  color: #FFFFFF;
}

.button-style2 {
  transition: background-color 0.3s ease;
  padding: 15px 0;
  transform: translate(0%, 0%);
  text-align: center;
  font-family: Butler;
  font-size: 22px;
  font-weight: 500;
  margin: 0px 0;
  display: block;
  text-decoration: none;
}

.button-style2:hover {
  background-color: #3dcfe0;
  /* Background color on mouseover */
  color: #000000;
  font-weight: 600;
  /*	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.78);*/
}

.button-style2:hover i {
  transform: translateX(6px);
}

.button-style2 i {
  font-size: 16px;
}



.HeadingBox1 {
  font-family: Butler;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.47em;
  letter-spacing: 0.02em;
  color: #333333;
}

/* ============================================================
   ??? LEGACY SECTION (Overlay + Content Box)
   ============================================================ */
.legacy-row {
  position: relative;
}


/* ============================================================
   ?? HEADINGS
   ============================================================ */
.HeadingBox,
.HeadingBox2,
.HeadingSmall {
  font-family: Butler;
  font-weight: 700;
  color: #333;
  line-height: 1em;
  letter-spacing: 0.02em;
}

.HeadingBox {
  font-size: 45px;
}

.HeadingSmall {
  font-size: 40px;
}

.HeadingBox2 {
  font-size: 40px;
  letter-spacing: 0.05em;
}


/* ============================================================
   ?? RESPONSIVE STYLES
   ============================================================ */

/* --- =992px (Tablets & Small Laptops) --- */
@media (max-width: 992px) {
  .container {
    max-width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .HeadingBox {
    font-size: 45px;
  }

  .HeadingBox2 {
    font-size: 35px;
  }

}

/* --- =768px (Tablets) --- */
@media (max-width: 768px) {
  .HeadingBox {
    font-size: 35px;
    text-align: center;
    padding: 0 5px;
  }

  .FeeDesc {
    font-size: 17px;
  }

  .FeeDtls {
    font-size: 17px;
  }

  .FeeTable {

    font-size: 14px;
  }
}

/* --- =576px (Mobile) --- */
@media (max-width: 576px) {

  .HeadingBox {
    font-size: 40px;
  }

  .ParaText_Normal {
    padding: 0 15px;
  }

  .FeeDesc {
    font-size: 17px;
  }

  .FeeDtls {
    font-size: 15px;
  }

  .FeeDtls2 {
    font-size: 13px;
  }

  .FeeTable {
    font-size: 13px;
  }

}

/* --- =480px (Small Mobile) --- */
@media (max-width: 480px) {
  .HeadingBox {
    font-size: 35px;
    line-height: 45px;
  }

  .ParaText,
  .ParaText-mission {
    font-size: 15px;
  }

  .FeeDtls {
    font-size: 14px;
  }

  .FeeDesc {
    font-size: 17px;
  }

  .FeeDtls2 {
    font-size: 13px;
  }

  .FeeTable {
    font-size: 13px;
  }
}

/* ============================================================
   ? BOX SECTION (2nd Section)
 ============================================================ */
.primary-fill-color {
  fill: #003728;
}

/* CSS Document */