@import url('https://fonts.googleapis.com/css2?family=Alike+Angular&family=Allura&family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Kanit: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&family=League+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+AU+VIC+Guides&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  max-width: 100%;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.nonIndexHtml {
  margin-bottom: 0px;
}
.nonIndexHtml::before {
  display: none;
}

a {
  text-decoration: none;
  color: #000;
  font-family: Poppins, sans-serif;
}

li {
  list-style: none;
}

.navHeroSection {
  background: none;
  position: relative;
  /* Span */
  /*  */
}
.navHeroSection.holdSpaceWhenScroll {
  padding-top: 7rem;
}
.navHeroSection .span1 {
  top: -80px;
  right: -330px;
  position: absolute;
  border-radius: 55px;
  transform: rotate(60deg);
  background-color: #e1edff;
  width: 35rem;
  height: 33rem;
}
.navHeroSection .span2 {
  top: -80px;
  right: -330px;
  position: absolute;
  border-radius: 55px;
  transform: rotate(60deg);
  background-color: #cdddf6;
  width: 30rem;
  height: 30rem;
}
.navHeroSection .span3 {
  top: -80px;
  right: -330px;
  position: absolute;
  border-radius: 55px;
  transform: rotate(60deg);
  background-color: #c0d3f0;
  width: 25rem;
  height: 25rem;
}
.navHeroSection::before {
  content: "";
  background: #f2f6fd;
  position: absolute;
  z-index: -111;
  height: 100vh;
  inset: 0;
  transform: skewY(-5deg);
}
.navHeroSection .mainNavbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  justify-content: space-between;
  padding: 2px 65px;
  background-color: #f2f6fd;
}
.navHeroSection .mainNavbar.onscrollVisble {
  position: fixed;
  width: 100%;
  top: 0px;
  background: #f2f6fd;
  padding: 0px 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 1111;
}
.navHeroSection .mainNavbar.onscrollVisble .logoImg a img {
  width: 7rem;
  padding: 7px 2px 0px;
}
.navHeroSection .mainNavbar .menuToggle {
  display: none;
}
.navHeroSection .mainNavbar .logoImg a img {
  width: 12rem;
}
.navHeroSection .mainNavbar .ulBar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.navHeroSection .mainNavbar .ulBar .ulBarLogoImage {
  display: none;
}
.navHeroSection .mainNavbar .ulBar li a {
  font-size: 1.1rem;
  position: relative;
}
.navHeroSection .mainNavbar .ulBar li a::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 50%;
  bottom: -6px;
  height: 3px;
  background-color: #3c65f5;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.navHeroSection .mainNavbar .ulBar li a:hover::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
.navHeroSection .mainNavbar .ulBar li .highlight {
  background-color: #6582eb;
  color: #fff;
  padding: 2px 15px;
  border-radius: 5px;
}
.navHeroSection .mainNavbar .ulBar li .highlight::after {
  display: none;
}
.navHeroSection .mainNavbar .contactUs {
  z-index: 111;
  background: #3c65f5;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: box-shadow 0.2s ease-in-out;
}
.navHeroSection .mainNavbar .contactUs:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.navHeroSection .heroSection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  justify-content: space-evenly;
  position: relative;
}
.navHeroSection .heroSection .serachBarContent {
  margin-top: 65px;
  width: 40%;
}
.navHeroSection .heroSection .serachBarContent strong {
  font-family: Roboto, serif;
  font-size: 3.2rem;
  color: #05264e;
  font-weight: 900;
  z-index: 111;
}
.navHeroSection .heroSection .serachBarContent strong .innerStrongH {
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #3c65f5;
}
.navHeroSection .heroSection .serachBarContent strong .innerStrongH::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 20px;
  background-color: #dfe7fc;
  z-index: -1;
}
.navHeroSection .heroSection .serachBarContent p {
  margin-top: 15px;
  font-size: 1.3rem;
  color: #4f5e64;
}
.navHeroSection .heroSection .serachBarContent .btnSearch {
  margin-top: 25px;
  background-color: #fff;
  padding: 0px;
  background-color: transparent;
  border: none;
}
.navHeroSection .heroSection .serachBarContent .btnSearch a {
  padding: 5px 10px;
  border: 0.1rem solid #3c65f5;
  border-radius: 25px;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.navHeroSection .heroSection .serachBarContent .btnSearch a:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #3c65f5;
  color: #fff;
  border-color: transparent;
}
.navHeroSection .heroSection .pictureContent .image {
  width: 100%;
  position: relative;
}
.navHeroSection .heroSection .pictureContent .image .dotBoxImage {
  position: absolute;
  z-index: 11;
  top: -25px;
  right: 31px;
  animation: dotMove 3s infinite alternate ease-in-out;
}
@keyframes dotMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.navHeroSection .heroSection .pictureContent .image .dotBoxImageSmall {
  position: absolute;
  z-index: 11;
  left: -12px;
  bottom: 15px;
  height: 50px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: dotMovesmall 3s infinite alternate ease-in-out;
}
@keyframes dotMovesmall {
  0% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateX(15px);
  }
}
.navHeroSection .heroSection .pictureContent .image .thisImg {
  width: 25em;
  border-radius: 4em;
  border-bottom-left-radius: 0px;
}
.navHeroSection .heroSection .pictureContent .image .thisImgBig {
  margin-left: -45px;
  animation: moveImg1 2s infinite alternate ease-in-out;
}
@keyframes moveImg1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.navHeroSection .heroSection .pictureContent .image .thisImgSmall {
  width: 10rem;
  margin-top: -55px;
  margin-left: 88px;
  animation: moveImg2 2s infinite alternate ease-in-out;
}
@keyframes moveImg2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}

.contactUsUlbar {
  display: none;
}

@media screen and (max-width: 1115px) {
  .navHeroSection .spannhS {
    right: -455px;
  }
}
@media screen and (max-width: 900px) {
  body {
    overflow-x: hidden;
  }
  .navHeroSection .spannhS {
    z-index: 11;
  }
  .navHeroSection::before {
    content: "";
    height: 190vh;
  }
  .navHeroSection .mainNavbar {
    position: relative;
    justify-content: space-between;
    padding: 5px 15px;
    flex-direction: column;
  }
  .navHeroSection .mainNavbar .menuToggle {
    background: #fff;
    padding: 25px 35px;
    padding-right: 75px;
    border-radius: 25px;
    border: 0.1rem solid #3c65f5;
    display: block;
    position: fixed;
    top: 122px;
    right: -52px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    z-index: 11111;
  }
  .navHeroSection .mainNavbar .menuToggle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #000;
    transform: translateY(-9px);
    transition: 0.5s;
    box-shadow: 0px 7px 0px #000;
  }
  .navHeroSection .mainNavbar .menuToggle::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #000;
    transform: translateY(5px);
    transition: 0.5s;
  }
  .navHeroSection .mainNavbar .menuToggle.active::before {
    transform: translateY(0px) rotate(45deg);
    box-shadow: 0 0 0 red;
    background-color: red;
  }
  .navHeroSection .mainNavbar .menuToggle.active::after {
    transform: translateY(0px) rotate(-45deg);
    background-color: red;
    box-shadow: 0 0 0 red;
  }
  .navHeroSection .mainNavbar .ulBar {
    position: fixed;
    flex-direction: column;
    width: 100%;
    top: -5555px;
    left: 0px;
    height: 112%;
    background-color: #fff;
    z-index: 1111;
    align-items: normal;
    padding: 15px;
    transition: top 0.3s ease-in-out;
  }
  .navHeroSection .mainNavbar .ulBar .ulBarLogoImage {
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 15rem;
  }
  .navHeroSection .mainNavbar .ulBar li {
    border-bottom: 1px solid #000;
  }
  .navHeroSection .mainNavbar .ulBar li a {
    font-size: 1.5rem;
    color: #3c65f5;
  }
  .navHeroSection .mainNavbar .ulBar .contactUsUlbar {
    display: block;
    background: #3c65f5;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    width: 10rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transition: box-shadow 0.2s ease-in-out;
  }
  .navHeroSection .mainNavbar .ulBar .contactUsUlbar:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .navHeroSection .mainNavbar .ulBar.ulBarActive {
    top: -5px;
  }
  .navHeroSection .mainNavbar .contactUs {
    display: none;
  }
  .navHeroSection .heroSection {
    flex-direction: column-reverse;
    margin-top: 35px;
  }
}
@media screen and (max-width: 881px) {
  .navHeroSection .spannhS {
    right: -455px;
  }
  .navHeroSection::before {
    content: "";
    height: 180vh;
  }
  .navHeroSection .mainNavbar .contactUs {
    font-weight: 500;
    font-size: 0.7rem;
    padding: 5px 15px;
  }
  .navHeroSection .heroSection {
    width: 100%;
  }
  .navHeroSection .heroSection .serachBarContent {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 625px) {
  .navHeroSection::before {
    height: 150vh;
  }
  .navHeroSection .mainNavbar .ulBar .contactUs {
    font-size: 0.9rem;
  }
  .navHeroSection .mainNavbar .contactUs {
    right: 15px;
  }
  .navHeroSection .heroSection {
    width: 100%;
  }
  .navHeroSection .heroSection .serachBarContent {
    margin-top: 55px;
    width: 100%;
    padding: 15px;
  }
  .navHeroSection .heroSection .serachBarContent strong {
    font-size: 2.5rem;
  }
  .navHeroSection .heroSection .serachBarContent strong .innerStrongH::after {
    height: 10px;
  }
  .navHeroSection .heroSection .serachBarContent p {
    font-size: 1.4rem;
  }
  .navHeroSection .heroSection .serachBarContent .btnSearch a {
    font-size: 1.2rem;
  }
  .navHeroSection .heroSection .pictureContent .image .dotBoxImage {
    height: 3.5rem;
    top: 2px;
    right: 20px;
  }
  .navHeroSection .heroSection .pictureContent .image .dotBoxImageSmall {
    width: 4rem;
    height: 2rem;
  }
  .navHeroSection .heroSection .pictureContent .image .thisImgBig {
    width: 15rem;
  }
  .navHeroSection .heroSection .pictureContent .image .thisImgSmall {
    width: 10rem;
  }
}
@media screen and (max-width: 488px) {
  .navHeroSection .spannhS {
    right: -395px;
  }
}
@media screen and (max-width: 388px) {
  .navHeroSection::before {
    height: 145vh;
  }
  .navHeroSection .spannhS {
    right: -425px;
  }
  .navHeroSection .heroSection .serachBarContent strong {
    font-size: 2rem;
  }
  .navHeroSection .heroSection .serachBarContent p {
    font-size: 1.2rem;
  }
  .navHeroSection .heroSection .pictureContent .image .thisImgBig {
    margin-left: 0px;
  }
}
@media screen and (max-width: 280px) {
  .navHeroSection .heroSection .pictureContent .image .thisImgBig {
    width: 200px;
  }
  .navHeroSection .heroSection .pictureContent .image .thisImgSmall {
    width: 120px;
  }
}
.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(100%);
  transition: opacity 0.9s ease-in-out, filter 0.9s ease-in-out, transform 0.9s ease-in-out;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Jobs category Here */
.jobsCategorySection {
  margin-top: 150px;
  padding: 5px 280px;
  margin-bottom: 100px;
}
.jobsCategorySection .jobsCategoryHead {
  font-size: 2.5rem;
  margin-bottom: 35px;
  text-align: center;
}
.jobsCategorySection .mainJobsDiv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin: 0;
  margin-top: 15px;
}
.jobsCategorySection .mainJobsDiv .job-card {
  background: white;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-direction: column;
  align-items: normal;
  text-align: center;
  justify-content: space-between;
  padding: 0px 15px 5px;
}
.jobsCategorySection .mainJobsDiv .job-card.jobCardOnSearchBar {
  width: 350px;
  display: grid;
}
.jobsCategorySection .mainJobsDiv .job-card .imageBox {
  height: 12rem;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 628px) {
  .jobsCategorySection .mainJobsDiv .job-card .imageBox {
    margin-top: 0px;
  }
}
.jobsCategorySection .mainJobsDiv .job-card .imageBox .job-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info {
  padding: 1px;
  text-align: left;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info h2 {
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .details {
  display: flex;
  flex-direction: column;
  align-items: normal;
  text-align: start;
  justify-content: space-around;
  font-size: 1.3rem;
  gap: 5px;
  color: #000;
  margin-top: 8px;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .details span:nth-child(1) {
  color: rgb(229, 20, 20);
   font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .details span:nth-child(2) {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob {
  display: flex;
  color: #000;
  align-items: normal;
  margin-top: 15px;
  gap: 0.2rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob .currencyAmtJob {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob i {
  font-size: 1.3rem;
  color: #3c65f5;
  display: none;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob p {
  font-size: 1.3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a {
  width: 100%;
  cursor: pointer;
  border-radius: 12px;
  text-transform: uppercase;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a .apply {
  background: #3c65f5;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #fff;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a .apply:hover {
  background: #87ceeb;
  color: #000;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a .description {
  background: #e0e0e0;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a .description:hover {
  background: #87ceeb;
  color: #fff;
}
.jobsCategorySection .viewJobsBtn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.jobsCategorySection .viewJobsBtn .viewJobsCategory {
  font-size: 1.3rem;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  position: relative;
  transition: color 0.5s ease-in-out;
}
.jobsCategorySection .viewJobsBtn .viewJobsCategory::before {
  content: "";
  position: absolute;
  width: 0%;
  border: 0.1rem solid #3c65f5;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-color: #3c65f5;
  z-index: -1;
  transition: width 0.5s ease-in-out;
}
.jobsCategorySection .viewJobsBtn .viewJobsCategory:hover::before {
  width: 100%;
}
.jobsCategorySection .viewJobsBtn .viewJobsCategory:hover {
  color: #fff;
}

@media screen and (max-width: 1245px) {
  .jobsCategorySection {
    margin-top: 65px;
    padding: 15px 105px;
  }
}
@media screen and (max-width: 1035px) {
  .jobsCategorySection {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 631px) {
  .jobsCategorySection {
    padding: 5px 7px;
  }
  .jobsCategorySection .mainJobsDiv .job-card {
    padding: 8px;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info h2 {
    font-size: 1.1rem;
    margin-left: 0px;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 625px) {
  .jobsCategorySection .mainJobsDiv {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 5px;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info h2 {
    font-size: 1rem;
    margin-left: 0rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .details span {
    font-size: 1rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob .currencyAmtJob{
      font-size: 1rem;
  }
  
  .jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob i {
    font-size: 1rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob p {
    font-size: 1rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a button {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
  }
}
@media screen and (max-width: 450px) {
  .jobsCategorySection {
    padding: 8px 3px;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info h2 {
    font-size: 0.8rem;
  }
  .jobsCategorySection .mainJobsDiv {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .jobsCategorySection .mainJobsDiv .job-card .imageBox {
    height: 8rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob {
  font-size: 0.8rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob .currencyAmtJob{
      font-size: 0.8rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .details span {
    font-size: 0.8rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .amtJob p {
    font-size: 0.8rem;
  }
  .jobsCategorySection .mainJobsDiv .job-card .job-info .buttons a button {
    font-size: 0.8rem;
    font-family: "Roboto", sans-serif;
  }
}
/* Achivement Counts */
.achivementCount {
  margin-top: 55px;
  background-color: #f8f9fa;
  padding: 40px 25px;
  text-align: center;
  margin-bottom: 55px;
}
.achivementCount .wrapper {
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
}
.achivementCount .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30%;
}
.achivementCount .container div {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  color: #2563eb;
}
.achivementCount .container div .plusNumCount {
  font-size: 2rem;
  margin-left: 5px;
}
.achivementCount .container .text {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  margin-top: 8px;
}
.achivementCount .container .pLine {
  margin-top: 1rem;
  font-size: 1.2rem;
  width: 80%;
}
@media screen and (max-width: 1253px) {
  .achivementCount .achivementCount .wrapper {
    flex-wrap: wrap;
  }
  .achivementCount .achivementCount .wrapper .container .pLine {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .achivementCount .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .achivementCount .wrapper .container {
    width: 100%;
  }
  .achivementCount .container div {
    font-size: 2rem;
  }
  .achivementCount .text {
    font-size: 0.9rem;
  }
}

/* Tiara Awards */
.awards {
  width: min(1200px, 90vw);
  margin: auto;
  margin-top: 8rem;
}
.awards .slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}
.awards .slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.awards .slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc(10s / var(--quantity) * (var(--position) - 1) - 10s) !important;
}
.awards .slider .list .item span {
  position: absolute;
          bottom: 30px;
          left: 1px;
          font-family: "Roboto", sans-serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          background-color: #213b5c;
          padding: 1rem;
          width: 100%;
          transition: opacity 0.3s ease-in-out;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          bottom: 0px;
          color: #fff;
          height: 155px;
          padding: 15px;
}
.awards .slider .list .item img {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}
.awards .slider:hover .item {
  animation-play-state: paused !important;
}
.awards .slider[reverse=true] .item {
  animation: reversePlay 10s linear infinite;
}
@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}
@keyframes reversePlay {
  from {
    left: calc(var(--width) * -1);
  }
  to {
    left: 100%;
  }
}

/* Award 
ceremony */
.wordBeforeSuccessLine {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-items: normal;
  padding: 0px 15rem;
}
.wordBeforeSuccessLine strong {
  font-size: 3rem;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wordBeforeSuccessLine .tagLineSuccess {
    margin-top: 5px;
  font-size: 1.3rem;
}

.wordBeforeSuccessLine strong span {
  color: #3c65f5;
}


@media screen and (max-width: 1008px) {
  .wordBeforeSuccessLine {
    margin-top: 4rem;
    align-items: center;
    padding: 1rem 3rem;
  }
  .wordBeforeSuccessLine strong {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .wordBeforeSuccessLine strong {
    font-size: 1.9rem;
  }
}
.containerSlider {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 0 35px;
}
.containerSlider .wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.containerSlider .wrapper i {
  height: 50px;
  width: 50px;
  background: #eee;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 1.25rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.containerSlider .wrapper i:first-child {
  left: -22px;
}
.containerSlider .wrapper i:last-child {
  right: -22px;
}
.containerSlider .wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.containerSlider .wrapper .carousel::-webkit-scrollbar {
  display: none;
}
.containerSlider .wrapper .carousel.no-transition {
  scroll-behavior: auto;
}
.containerSlider .wrapper .carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.containerSlider .wrapper .carousel.dragging .card {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.containerSlider .wrapper .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #eee;
  border-radius: 8px;
  display: flex;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.containerSlider .wrapper .card .img {
  width: 100%;
  height: 250px;
}
.containerSlider .wrapper .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #eee;
}
.containerSlider .wrapper .card h2 {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 30px 0 5px;
}
.containerSlider .wrapper .card span {
  color: #6a6d78;
  font-size: 1rem;
  display: none;
}

@media screen and (max-width: 900px) {
  .containerSlider .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media screen and (max-width: 600px) {
  .containerSlider .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}
/* Call To Action Section */
.callToActionContent {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background-color: #f8f9fa;
  margin-top: 25px;
}
.callToActionContent .job-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding: 20px;
  gap: 40px;
  flex-direction: row-reverse;
}
.callToActionContent .job-section h3 {
  color: gray;
  font-weight: normal;
}
.callToActionContent .job-section h1 {
  font-size: 36px;
  margin: 10px 0;
}
.callToActionContent .job-section h1 .highlight {
  color: blue;
  font-weight: bold;
}
.callToActionContent .job-section p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.callToActionContent .job-section .buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.callToActionContent .job-section .buttons .search {
  background-color: blue;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.callToActionContent .job-section .buttons .search:hover {
  background-color: darkblue;
}
.callToActionContent .job-section .buttons .learn-more {
  color: black;
  text-decoration: underline;
}
.callToActionContent .job-section .image-container {
  flex: 1;
}
.callToActionContent .job-section .image-container .job-image {
  width: 900px;
  max-width: 500px;
  border-radius: 20px;
}

@media screen and (max-width: 968px) {
  .callToActionContent .job-section {
    flex-direction: column-reverse;
    width: 100%;
  }
  .callToActionContent .job-section .image-container {
    width: 100%;
  }
  .callToActionContent .job-section .image-container .job-image {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .callToActionContent .job-section {
    flex-direction: column-reverse;
    text-align: center;
  }
  .callToActionContent .job-section .content h3 {
    font-size: 1rem;
  }
  .callToActionContent .job-section .content h1 {
    font-size: 1.5rem;
  }
  .callToActionContent .job-section .content p {
    font-size: 1rem;
  }
  .callToActionContent .job-section .content .buttons .search {
    font-size: 0.7rem;
  }
  .callToActionContent .job-section .content .buttons .learn-more {
    font-size: 0.7rem;
  }
  .callToActionContent .buttons {
    justify-content: center;
  }
}
/* Form */
.popUpJobFormSection {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 3rem;
  width: 60%;
  overflow: hidden;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 1111;
  border-radius: 1rem;
}
@media (max-width: 586px) {
  .popUpJobFormSection {
    width: 95%;
  }
}
.popUpJobFormSection .togglePopUp {
  right: 0px;
  top: 0px;
  position: absolute;
  color: red;
  font-size: 1.9rem;
  cursor: pointer;
  padding: 5px;
  background-color: rgba(122, 122, 122, 0.2941176471);
}
.popUpJobFormSection.openJobApplyForm {
  display: block;
}
.popUpJobFormSection .leave-message .formHere {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-items: normal;
}
.popUpJobFormSection .leave-message .formHere #phone::-webkit-outer-spin-button,
.popUpJobFormSection .leave-message .formHere #phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popUpJobFormSection .leave-message .formHere label {
  margin-top: 0.6rem;
  font-family: Poppins, sans-serif;
}
.popUpJobFormSection .leave-message .formHere input {
  border: 1px solid #000;
  padding: 0.3rem;
}
.popUpJobFormSection .leave-message .formHere input::-moz-placeholder {
  font-family: Poppins, sans-serif;
}
.popUpJobFormSection .leave-message .formHere input::placeholder {
  font-family: Poppins, sans-serif;
}
.popUpJobFormSection .leave-message .formHere .emailWhatsappBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 1rem;
}
.popUpJobFormSection .leave-message .formHere .emailWhatsappBtn button,
.popUpJobFormSection .leave-message .formHere .emailWhatsappBtn .whatsapBtn {
  flex: 1;
  color: #fff;
  padding: 0.5rem 0.6rem;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  cursor: pointer;
}
@media (max-width: 586px) {
  .popUpJobFormSection .leave-message .formHere .emailWhatsappBtn button,
  .popUpJobFormSection .leave-message .formHere .emailWhatsappBtn .whatsapBtn {
    font-size: 0.6rem;
  }
}
.popUpJobFormSection .leave-message .formHere .emailWhatsappBtn button {
  background-color: #3c65f5;
  color: #fff;
  border: none;
  outline: none;
}
.popUpJobFormSection .leave-message .formHere .emailWhatsappBtn .whatsapBtn {
  background-color: #25d366;
}
.popUpJobFormSection .leave-message .formHere .alertbelowBtn {
  display: none;
}

/* Footer Section */
.mainFooterSection {
  background: linear-gradient(#f2f6fd, #fff);
  padding: 15px;
}
.mainFooterSection .footerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  justify-content: space-evenly;
}
.mainFooterSection .footerBox .logoHere {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-direction: column;
  align-items: normal;
}
.mainFooterSection .footerBox .logoHere .logoImg img {
  width: 17rem;
}
.mainFooterSection .footerBox .logoHere p {
  font-size: 0.9rem;
  font-family: Poppins, sans-serif;
}
.mainFooterSection .footerBox .logoHere .socioLink a {
  display: inline-flex;
  margin-right: 5px;
  text-align: center;
  padding: 8px 7px;
  border: 1px solid #3c65f5;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mainFooterSection .footerBox .logoHere .socioLink a i {
  overflow: hidden;
  font-size: 1.3rem;
}
.mainFooterSection .footerBox .logoHere .socioLink a:hover {
  border: 1px solid transparent;
  background-color: #3c65f5;
  color: #fff;
}
.mainFooterSection .footerBox .logoHere .socioLink .faLinkdedin {
  padding: 8px 10px;
}
@media (max-width: 600px) {
  .mainFooterSection .footerBox .logoHere .socioLink .faLinkdedin {
    padding: 8px 10px;
  }
}
.mainFooterSection .footerBox .officesFooter {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  align-items: normal;
}
.mainFooterSection .footerBox .officesFooter address {
  font-family: Poppins, sans-serif;
}
.mainFooterSection .footerBox .phoneEmail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-items: normal;
  flex-direction: column;
}
.mainFooterSection .footerBox .phoneEmail a i {
  margin-right: 5px;
}
.mainFooterSection .copyright {
  text-align: center;
  margin-top: 55px;
}

@media screen and (max-width: 905px) {
  .mainFooterSection .footerBox {
    flex-direction: column;
  }
  .mainFooterSection .footerBox .logoHere,
  .mainFooterSection .footerBox .officesFooter,
  .mainFooterSection .footerBox .phoneEmail {
    width: 100%;
  }
}
@media screen and (max-width: 505px) {
  .mainFooterSection .footerBox .logoHere .logoImg img {
    width: 100%;
  }
}
@media screen and (max-width: 261px) {
  .mainFooterSection .footerBox .phoneEmail a {
    font-size: 0.7rem;
  }
}
.bottomWhatsapp,
.bottomCallUs {
  position: fixed;
  padding: 5px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4980392157);
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 111;
}

.bottomWhatsapp {
  bottom: 10px;
  right: 10px;
  padding: 5px 8px;
  background-color: #25d366;
  color: #fff;
}
.bottomWhatsapp i {
  font-size: 1.9em;
}

.bottomCallUs {
  bottom: 60px;
  right: 10px;
  background-color: rgb(46, 217, 46);
  color: #fff;
  padding: 8px 10px;
}
.bottomCallUs i {
  font-size: 1.3em;
}

.gotoTop {
    display: none;
  position: fixed;
  bottom: 110px;
  right: 10px;
  background-color: #3c65f5;
  color: #fff;
  padding: 5px 6px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4980392157);
  border-radius: 5px;
  cursor: pointer;
  z-index: 111;
}
.gotoTop i {
  font-size: 1.7em;
}

/* singleJobPage */
.LogisticImage {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8235294118), rgba(0, 0, 0, 0.2941176471)), url(../images/businessDealImgHome.png);
  background-position-y: 17%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #fff;
  flex-direction: column;
  height: 45vh;
  padding: 5px 10px;
  background-attachment: fixed;
}
.LogisticImage h1 {
  font-size: 3rem;
}
@media screen and (max-width: 530px) {
  .LogisticImage h1 {
    font-size: 2rem;
    font-family: Poppins, sans-serif;
  }
}

.jobDescLine {
  text-align: center;
  font-size: 1.6rem;
  margin: 25px 15px;
}
.jobDescLine strong {
  border-bottom: 1px solid #000;
}

.singleJobPage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 35px;
  justify-content: space-between;
  align-items: normal;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 5rem;
  border-radius: 15px;
}
.singleJobPage .elibityBenefitArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-items: normal;
  margin-right: 15px;
  width: 55rem;
}
.singleJobPage .elibityBenefitArea .experienceLocation,
.singleJobPage .elibityBenefitArea .benefitArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  align-items: normal;
}
.singleJobPage .elibityBenefitArea .experienceLocation .headLine,
.singleJobPage .elibityBenefitArea .benefitArea .headLine {
  margin-top: 1.3rem;
  font-size: 1.5rem;
  color: #3c65f5;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.singleJobPage .elibityBenefitArea .benefitArea .firstLineBArea{
  font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.singleJobPage .elibityBenefitArea .smallLineJobBox label {
  font-size: 1.1rem;
  border-bottom: 0.1rem solid #000;
  font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.singleJobPage .elibityBenefitArea .smallLineJobBox span {
  font-size: 1.1rem;
  font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.singleJobPage .elibityBenefitArea .smallLineJobBox div {
  font-size: 1.1rem;
  font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.singleJobPage .elibityBenefitArea .smallLineJobBox .salaryDiv {
  font-weight: 600;
}
.singleJobPage .JobFormSection {
  width: 45rem;
}
.singleJobPage .JobFormSection .leave-message .formHere {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-items: normal;
}
.singleJobPage .JobFormSection .leave-message .formHere #phone::-webkit-outer-spin-button,
.singleJobPage .JobFormSection .leave-message .formHere #phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.singleJobPage .JobFormSection .leave-message .formHere label {
  margin-top: 0.6rem;
  font-family: Poppins, sans-serif;
}
.singleJobPage .JobFormSection .leave-message .formHere input {
  padding: 0.3rem;
}
.singleJobPage .JobFormSection .leave-message .formHere input::-moz-placeholder {
  font-family: Poppins, sans-serif;
}
.singleJobPage .JobFormSection .leave-message .formHere input::placeholder {
  font-family: Poppins, sans-serif;
}
.singleJobPage .JobFormSection .leave-message .formHere .emailWhatsappBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 1rem;
}
.singleJobPage .JobFormSection .leave-message .formHere .emailWhatsappBtn button,
.singleJobPage .JobFormSection .leave-message .formHere .emailWhatsappBtn .whatsapBtn {
  flex: 1;
  color: #fff;
  padding: 0.5rem 0.6rem;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  cursor: pointer;
}
.singleJobPage .JobFormSection .leave-message .formHere .emailWhatsappBtn button {
  background-color: #3c65f5;
  color: #fff;
  border: none;
  outline: none;
}
.singleJobPage .JobFormSection .leave-message .formHere .emailWhatsappBtn .whatsapBtn {
  background-color: #25d366;
}
.singleJobPage .JobFormSection .leave-message .formHere .alertbelowBtn {
  display: none;
}

@media screen and (max-width: 1081px) {
  .singleJobPage {
    flex-direction: column;
  }
  .singleJobPage .JobFormSection {
    width: 100%;
  }
  .singleJobPage .JobFormSection .emailWhatsappBtn .emailWhatsappBtn button,
  .singleJobPage .JobFormSection .emailWhatsappBtn .emailWhatsappBtn .whatsapBtn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1081px) and (max-width: 623px) {
  .singleJobPage .JobFormSection .emailWhatsappBtn .emailWhatsappBtn button,
  .singleJobPage .JobFormSection .emailWhatsappBtn .emailWhatsappBtn .whatsapBtn {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .singleJobPage {
    flex-direction: column;
    padding: 15px;
    margin: 0.5rem;
  }
  .singleJobPage .elibityBenefitArea .experienceLocation .headLine,
  .singleJobPage .elibityBenefitArea .benefitArea .headLine {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 424px) {
  .singleJobPage .JobFormSection .leave-message .formHere .emailWhatsappBtn button,
  .singleJobPage .JobFormSection .leave-message .formHere .emailWhatsappBtn .whatsapBtn {
    padding: 0.2rem 0rem;
    font-size: 0.9rem;
  }
}
/* Edit . Job . php */
.sectionForEditMainForm .editMainForm {
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-items: normal;
}
.sectionForEditMainForm .editMainForm .editBoxSmall {
  display: flex;
  flex-direction: column;
}
.sectionForEditMainForm .editMainForm .checkBoxeditBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.sectionForEditMainForm .editMainForm .checkBoxeditBox input {
  width: 5rem;
}
.sectionForEditMainForm .editMainForm h2 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  position: relative;
}
.sectionForEditMainForm .editMainForm h2::after {
  content: "";
  width: 10%;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 2rem;
  background-color: #3c65f5;
}
.sectionForEditMainForm .editMainForm label {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
}
.sectionForEditMainForm .editMainForm input {
  margin-top: 15px;
  width: 60%;
  height: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  padding-left: 5px;
}
.sectionForEditMainForm .editMainForm .withimagePreview {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5rem;
}
.sectionForEditMainForm .editMainForm .withimagePreview label {
  background-color: #3c65f5;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  border-radius: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.sectionForEditMainForm .editMainForm .withimagePreview input {
  display: none;
}
.sectionForEditMainForm .editMainForm .withimagePreview #imagePreview {
  width: 15rem;
  height: 15rem;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.sectionForEditMainForm .editMainForm .descForEditBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sectionForEditMainForm .editMainForm .descForEditBox textarea {
  width: 55rem;
  height: 15rem;
  resize: none;
  overflow-y: scroll;
  scrollbar-width: none;
  font-size: 1.3rem;
  padding: 0.3rem;
  border-radius: 0.3rem;
}
.sectionForEditMainForm .editMainForm .currencyEditBox select {
  width: 15rem;
  height: 2rem;
  font-size: 1.3rem;
}
.sectionForEditMainForm .editMainForm .btnSubmitEditForm {
  width: 15%;
  height: 3rem;
  font-size: 1.3rem;
  background-color: #3c65f5;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.sectionForEditMainForm .editMainForm .btnSubmitEditForm:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* Add Jobs Php */
.sectionMainAddJobsForm .mainAddJobsForm {
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-items: normal;
}
.sectionMainAddJobsForm .mainAddJobsForm h2 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.sectionMainAddJobsForm .mainAddJobsForm h2::after {
  content: "";
  width: 10%;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 2rem;
  background-color: #3c65f5;
}
.sectionMainAddJobsForm .mainAddJobsForm .addJobsSmallBox {
  display: flex;
  flex-direction: column;
}
.sectionMainAddJobsForm .mainAddJobsForm label {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
}
.sectionMainAddJobsForm .mainAddJobsForm input {
  margin-top: 15px;
  width: 60%;
  height: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  padding-left: 5px;
}
.sectionMainAddJobsForm .mainAddJobsForm textarea {
  width: 55rem;
  height: 15rem;
  resize: none;
  overflow-y: scroll;
  scrollbar-width: none;
  font-size: 1.3rem;
  padding: 0.3rem;
  border-radius: 0.3rem;
}
.sectionMainAddJobsForm .mainAddJobsForm .withimagePreview {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5rem;
}
.sectionMainAddJobsForm .mainAddJobsForm .withimagePreview label {
  background-color: #3c65f5;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  border-radius: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.sectionMainAddJobsForm .mainAddJobsForm .withimagePreview input {
  display: none;
}
.sectionMainAddJobsForm .mainAddJobsForm .withimagePreview #imagePreview {
  width: 15rem;
  height: 15rem;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.sectionMainAddJobsForm .mainAddJobsForm .checkBoxeditBox {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.sectionMainAddJobsForm .mainAddJobsForm .checkBoxeditBox input {
  width: 5rem;
}
.sectionMainAddJobsForm .mainAddJobsForm .currencyEditBox select {
  width: 15rem;
  height: 2rem;
  font-size: 1.3rem;
}
.sectionMainAddJobsForm .mainAddJobsForm .btnSubmitEditForm {
  width: 15%;
  height: 3rem;
  font-size: 1.3rem;
  background-color: #3c65f5;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.sectionMainAddJobsForm .mainAddJobsForm .btnSubmitEditForm:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}/*# sourceMappingURL=style.css.map */



/* Privacy policy and terms and conditions */


  .privacy-policy{
          font-weight: 500;
          color: blue;
          text-decoration: underline;
      }



/* FOr E-migrate Certificate */

.emigrant-cert-section {
  background: #f8faff;
  padding: 60px 20px;
  margin-top: 40px;
}

.emigrant-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}



.cert-img img {
  width: 320px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.cert-logo {
  text-align: center;
  margin-bottom: 25px;
}

.cert-logo img {
  max-width: 900px;
  width: 90%;
  height: auto;
  display: inline-block;
}

@media(max-width:768px){
  .cert-logo img {
    max-width: 850px;
  }
  .cert-buttons{
      display: flex;
      flex-direction: column;
      gap: 5px;
  }
}
.cert-content {
  max-width: 850px;
}

.cert-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0038ff;
  margin-bottom: 12px;
}

.cert-content p {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cert-buttons a {
  padding: 12px 20px;
  margin-right: 10px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.btn-view {
  background: #0056ff;
  color: white;
}

.btn-download {
  background: #22c55e;
  color: white;
}

.pdf-frame {
  width: 100%;
  height: 550px;
  margin-top: 20px;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
}

/* Responsive */
@media(max-width: 768px) {
  .cert-img img {
    width: 100%;
    max-width: 280px;
  }
  .pdf-frame {
    height: 350px;
  }
  .cert-content h2 {
    font-size: 22px;
  }
}


