@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  /* Default font style */
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #444444;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

/*
-------------------------
   @TODO: Scrollbar
-------------------------
*/
/* width */
::-webkit-scrollbar {
  width: 1.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #666666;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1967d2;
  border-radius: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
button {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #444444;
 
}

@media screen and (max-width: 768px) {
  a {
    text-decoration: none;
    color: #444444;
   font-size:17px;
  }
}

a:hover,
a:active {
  text-decoration: none;
  color: #444444;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  background-color: transparent;
}

.text-primary {
  color: #1967d2 !important;
}

.text-dark {
  color: #222222 !important;
}
.text-dark-medium {
  color: #444444;
}
.text-dark-light {
  color: #666666;
}

.bg-primary {
  background-color: #1967d2;
}

.bg-gray {
  background-color: #f5f5f5;
}

.mt-15, .job-details .job-overview__all > div:not(:first-child) {
  margin-top: 1.5rem;
}

.mt-20, .job-details .job-overview__all > div:first-child {
  margin-top: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-120 {
  margin-top: 12rem;
}

.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-105 {
  padding-top: 10.5rem;
}

.pb-12 {
  padding-bottom: 1rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.py-115 {
  padding-top: 10rem;
  padding-bottom: 11.5rem;
}

.py-120 {
  padding: 12rem 0;
}

@media (max-width: 768px) {
  .mt-15, .job-details .job-overview__all > div:not(:first-child) {
    margin-top: 0.5rem;
  }
  .mt-20, .job-details .job-overview__all > div:first-child {
    margin-top: 1rem;
  }
  .mt-25 {
    margin-top: 0.5rem;
  }
  .mt-30 {
    margin-top: 1rem;
  }
  .mt-35 {
    margin-top: 2rem;
  }
  .mt-40 {
    margin-top: 2rem;
  }
  .mt-50 {
    margin-top: 2rem;
  }
  .mt-55 {
    margin-top: 2rem;
  }
  .mt-60 {
    margin-top: 2rem;
  }
  .mt-120 {
    margin-top: 6rem;
  }
  .pt-105 {
    padding-top: 5rem;
  }
  .pb-120 {
    padding-bottom: 6rem;
  }
  .py-60 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-115 {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
  .py-120 {
    padding: 6rem 0;
  }
}
@media (max-width: 575.98px) {
  .py-60 {
    padding: 3rem 0;
  }
  .mt-25 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 391px) {
  .col-xs {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .col-xsf {
    width: 100%;
  }
}
/* heading font style */
.heading-1,
.heading-2,
.heading-3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #222222;
}
.heading-1 span,
.heading-2 span,
.heading-3 span {
  color: #1967d2;
}

.heading-1 {
  font-size: 4.6rem;
  line-height: 9.9rem;
}
@media (max-width: 1199.98px) {
  .heading-1 {
    font-size: 5.7rem;
    line-height: 7.4rem;
  }
}
@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 4.3rem;
    line-height: 5.6rem;
  }
}

.heading-2 {
  font-size: 5.7rem;
  line-height: 7.4rem;
}
@media (max-width: 1199.98px) {
  .heading-2 {
    font-size: 4.3rem;
    line-height: 5.6rem;
  }
}
@media (max-width: 767.98px) {
  .heading-2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

.heading-3 {
  font-size: 4.3rem;
  line-height: 5.6rem;
}
@media (max-width: 1199.98px) {
  .heading-3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 767.98px) {
  .heading-3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

.heading-4 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .heading-4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

.heading-5, .company-list__card--body h5 {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-weight: 600;
}

/* text font style */
.text-small, .job-details__card--sortInt div > h5, .company__srtint > div, .featured__card--body div > h5,
.text-figure,
.job-details .job-overview__all > div small,
.price-plan__card--head div small,
.text-larg,
.text-normal,
.navBar-section .dropdown-menu {
  font-weight: 400;
}

.text-normal, .navBar-section .dropdown-menu {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #444444;
}


.text-larg {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (max-width: 1199.98px) {
  .text-larg {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .text-larg {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.text-figure, .job-details .job-overview__all > div small, .price-plan__card--head div small {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 1199.98px) {
  .text-figure, .job-details .job-overview__all > div small, .price-plan__card--head div small {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.text-small, .job-details__card--sortInt div > h5, .company__srtint > div, .featured__card--body div > h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.mbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 2rem 3.7rem;
  border-radius: 0.8rem;
  text-transform: capitalize;
  border: 1px solid #1967d2;
  position: relative;
  overflow: hidden;
}
.mbtn:hover {
  border: 1px solid #1967d2;
}
.mbtn span {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .mbtn {
    padding: 1rem 2rem;
  }
}
@media (max-width: 575.98px) {
  .mbtn {
    font-size: 1.6rem;
  }
}
.mbtn--fill, .mbtn--outline {
  line-height: 2.3rem;
}
.mbtn--fill, .mbtn--filter {
  color: #fff;
}
.mbtn--fill:hover, .mbtn--filter:hover {
  color: #1967d2;
}
.mbtn--fill::after, .mbtn--filter::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1967d2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.mbtn--fill:hover::after, .mbtn--filter:hover::after {
  width: 0;
}
.mbtn--filter {
  line-height: 3rem;
}
@media (max-width: 1199.98px) {
  .mbtn--filter {
    padding: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 767.98px) {
  .mbtn--filter {
    padding: 1rem;
  }
}
.mbtn--outline {
  color: #1967d2;
  border: 1px solid #1967d2;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.mbtn--outline:hover {
  color: #fff;
}
.mbtn--outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1967d2;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.mbtn--outline:hover::after {
  width: 100%;
}

.pbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #666666;
  padding: 1rem 2.1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.pbtn:hover, .pbtn:focus {
  background-color: #1967d2;
  color: #fff;
}

.scrtop {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 999;
  border-radius: 100%;
  background-color: #1967d2;
  display: none;
}
.scrtop:hover {
  background-color: #fff;
  border: 1px solid #1967d2;
}
.scrtop .scrtopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.scrtop .scrtopBtn:hover {
  color: #1967d2;
}

.navBar-section {
  background-color: #fff;
  box-shadow: 0px 4px 18px rgba(199, 199, 199, 0.2509803922);
  padding: 1.8rem 0;
}
.navbar-toggler {
  position: absolute;
  right: 10px;
  top: 20px;
  background-color: transparent; /* Makes the button background transparent */
}
.navbar-nav {
  text-align: left;
  background-color: transparent; /* No background */
}
.navBar-section .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navBar-section .navbar-toggler-icon {
  width: 2em;
  height: 2em;
}
.navBar-section .navbar-nav {
  gap: 4.9rem;
}
.navBar-section .navbar-nav li a:hover {
  color: #1967d2;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: baseline;
  margin-left: 20px;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .navBar-section .navbar-nav {
    padding: 2rem 0;
    gap: 1rem;
  }
}
.navBar-section .show-dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: 0; /* remove the gap so it doesn't close */
}
.navBar-section .sub-dropdown .sub-menu {
  display: none;
  position: absolute;
  left: 80px;
  border-radius: 3px;
  background-color: #ffffff;
}
.navBar-section .sub-dropdown:hover .sub-menu {
  display: block !important;
}
.navBar-section .dropdown-menu {
  border: none;
  box-shadow: 0px 4px 18px rgba(199, 199, 199, 0.2509803922);
}
.navBar-section .dropdown-item {
  padding: 0.5rem 2rem;
  transition: all 0.3s ease-in-out;
}
.navBar-section .dropdown-item:hover {
  background-color: #1967d2;
  color: #fff !important;
}
.navBar-section .dropend {
  left: 100%;
  top: 65%;
}
@media (max-width: 991.98px) {
  .navBar-section .dropend {
    margin-left: 2rem;
  }
}

.main {
  position: relative;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 14.3rem 0 23.3rem 0;
  background-image: url("../images/hero_img_career.svg");
  /* background-image: url("../images/hero_mainimg.png"); */
  background-repeat: no-repeat;
  background-position: 90% bottom;
  background-size: contain;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28%;
  width: 100%;
  height: 100%;
  background: linear-gradient(304.46deg, #1967d2 37.4%, rgba(25, 103, 210, 0) 97.96%);
  -webkit-clip-path: circle(50% at 75% 30%);
          clip-path: circle(50% at 75% 30%);
  z-index: -2;
}
@media (max-width: 767.98px) {
  .hero::before {
    width: 0;
  }
}
@media (max-width: 1100px) {
  .hero {
    background-size: 45%;
    padding: 12rem 0;
  }
  .hero .alignEnd {
    align-items: end !important;
  }
}
@media (max-width: 991.98px) {
  .hero {
    background-size: 50%;
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 767.98px) {
  .hero {
    background-image: none;
    padding-top: 5rem;
  }
}
.hero__recent-user {
  display: inline-block;
  padding: 2.5rem 4rem;
  margin-top: 17rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 4px 26px rgba(166, 166, 166, 0.2117647059);
}
.hero__recent-user ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__recent-user ul li {
  border: 0.3rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.hero__recent-user ul li:not(:first-child) {
  margin-left: -2rem;
}
.hero__recent-user ul li:hover {
  z-index: 99;
}
.hero__recent-user .rubtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .hero__recent-user {
    margin-top: 5rem;
  }
}

.filter {
  position: inherit;
  margin-top: -7rem;
}
.filter__form {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0px 4px 32px rgba(176, 176, 176, 0.2509803922);
}
@media (max-width: 991.98px) {
  .filter__form {
    top: 110%;
  }
}
.filter__form .input-gr {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0rem 2.3rem;
}
@media (max-width: 991.98px) {
  .filter__form .input-gr {
    padding: 0rem 1.3rem;
  }
}
.filter__form .input-gr input {
  width: 100%;
  color: #666666;
  background-color: #f5f5f5;
  padding: 2rem 1rem;
  border: none;
}
.filter__form .input-gr input:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .filter__form .input-gr input {
    padding: 1rem;
  }
}
.filter__form .frm-select {
  border-radius: 0.5rem;
}
.filter__form .frm-select .nice-select {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  padding: 2rem;
  border: none;
  color: #666666;
  background-color: #f5f5f5;
}
.filter__form .frm-select .nice-select:after {
  height: 1.5rem;
  right: 2.5rem;
  top: 41%;
  width: 1.5rem;
  color: #444444;
}
@media (max-width: 1199.98px) {
  .filter__form .frm-select .nice-select:after {
    width: 1rem;
    height: 1rem;
  }
}
.filter__form .frm-select .nice-select .option.selected {
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .filter__form .frm-select .nice-select {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 991.98px) {
  .filter__form .frm-select .nice-select {
    padding: 2rem 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .filter__form .frm-select .nice-select {
    padding: 1rem 1.3rem;
  }
}
.filter__form .frm-select .nice-select span {
  overflow: hidden;
  width: 75%;
}

.popular__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  background-color: #fff;
  padding: 3rem 0 2.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.popular__card:hover {
  box-shadow: 0px 0px 24px rgba(181, 181, 181, 0.2509803922);
}
.popular__card--head {
  background-color: #b5d4ff;
  border-radius: 0.5rem;
  padding: 1.2rem;
}
.popular__card--body {
  margin-top: 0.5rem;
}

.featured {
  background-color: #f4f9ff;
}
.featured__card {
  background-color: #fff;
  border-radius: 1rem;
  cursor: pointer;
  padding: 3rem 3rem 2.4rem;
  box-shadow: #808080;
  	
}
@media (max-width: 1199.98px) {
  .featured__card {
    padding: 2rem 1rem;
  }
}
.featured__card--head {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
@media (max-width: 1199.98px) {
  .featured__card--head {
    gap: 1rem;
  }
}
.featured__card--head > :first-child {
  border-radius: 0.5rem;
  overflow: hidden;
}
.featured__card--head > :last-child {
  display: flex;
  flex-direction: column;
}
.featured__card--body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 2.9rem;
}
.featured__card--body div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #666666;
}
.featured__card--body div > i {
  font-size: 1.4rem;
}
@media (max-width: 1399.98px) {
  .featured__card--body {
    gap: 1rem;
  }
}
.featured__card--foot {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.featured__card--foot a {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  padding: 5px 20px;
  border-radius: 5px;
}
.featured__card--foot > :first-child {
  background-color: #b5d4ff;
  color: #1967d2;
}
.featured__card--foot > :last-child {
  background-color: #fff8e8;
  color: #dca005;
}

.how-work__cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-work__cards > div {
  position: relative;
  padding: 0 2%;
}
.how-work__cards > div:not(:last-child)::after {
  content: url("../images/svg/right-arrow.svg");
  display: inline-block;
  position: absolute;
  top: 5.3rem;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .how-work__cards > div:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .how-work__cards {
    margin-top: 0;
  }
}
.how-work__card {
  text-align: center;
  position: relative;
}
.how-work__card--head i {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #b5d4ff;
  font-size: 4rem;
  color: #1967d2;
}
@media (max-width: 767.98px) {
  .how-work__card--head i {
    padding: 1.5rem;
    font-size: 3rem;
  }
}
.how-work__card--body {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .how-work__card--body .text-larg {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.how-work__card--body p {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .how-work__card--body p {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .how-work__card--body p {
    margin-top: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .how-work__card--body p {
    margin-top: 0rem;
  }
}
@media (max-width: 767.98px) {
  .how-work__card--body {
    margin-top: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .how-work__card {
    margin-top: 2.5rem;
  }
}

.hired__img {
  direction: rtl;
}
.hired__img img {
 
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .hired__img img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hired__content {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}

.candidate__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0px 4px 20px rgba(145, 145, 145, 0.2117647059);
}
@media (max-width: 1199.98px) {
  .candidate__card {
    padding: 2rem;
  }
}
.candidate__card--head div {
  border-radius: 1rem;
  overflow: hidden;
}
.candidate__card--head div img {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.candidate__card--head div img:hover {
  transform: scale(1.1);
}
.candidate__card--body {
  text-align: center;
  margin: 1.2rem 0 2.5rem;
}
@media (max-width: 575.98px) {
  .candidate__card--body {
    margin: 1.2rem 0 2rem;
  }
}
.candidate__card--foot a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 0.5rem 3.7rem;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.candidate__card--foot a:hover {
  background-color: #1967d2;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .candidate__card--foot a {
    padding: 0.5rem 1.5rem;
  }
}

.price-plan {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8901960784) 0%, #ffffff 100%), url("../images/price_plan_bg.png");
  background-repeat: no-repeat;
}
.price-plan__card {
  background-color: #fff;
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0px 4px 25px rgba(175, 175, 175, 0.2509803922);
}
.price-plan__card--head {
  border-bottom: 1px solid #fff;
  position: relative;
}
.price-plan__card--head::after {
  content: "";
  width: 6.7rem;
  border-bottom: solid 2px #1967d2;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.price-plan__card--head div {
  margin: 0.5rem;
  padding: 3.4rem 0 2.5rem;
}
@media (max-width: 767.98px) {
  .price-plan__card--head div {
    padding: 2.4rem 0 1.5rem;
  }
}
.price-plan__card--head div h2 {
  margin-top: 2rem;
  color: #1967d2;
}
@media (max-width: 767.98px) {
  .price-plan__card--head div h2 {
    margin-top: 1rem;
  }
}
.price-plan__card--head div small {
  color: #666666;
}
.price-plan__card--body {
  margin: 3.5rem 7.3rem;
}
.price-plan__card--body p {
  color: #666666;
}
@media (max-width: 1199.98px) {
  .price-plan__card--body {
    margin: 4rem 5.3rem;
  }
}
@media (max-width: 767.98px) {
  .price-plan__card--body {
    margin: 3rem 2rem;
  }
}
.price-plan__card--foot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .price-plan__card--foot {
    padding-bottom: 3.5rem;
  }
}
.price-plan__card--foot a {
  transition: all 0.3s ease-in-out;
}
.price-plan__card--foot a:hover {
  color: #fff;
  background-color: #1967d2;
}

.subscribe {
  background: linear-gradient(90.08deg, #0e358d 23.42%, rgba(14, 53, 141, 0) 185.4%), url("../images/sub_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 6.5rem 0 8rem;
}
@media (max-width: 767.98px) {
  .subscribe {
    padding: 4.5rem 0 5.5rem;
  }
}
.subscribe .inp-group {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1rem;
}
.subscribe .inp-group input {
  width: 100%;
  padding: 3rem;
  border-radius: 1rem 0 0 1rem;
  border: none;
  color: #666666;
  background-color: #fff;
}
.subscribe .inp-group input:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 1199.98px) {
  .subscribe .inp-group input {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .subscribe .inp-group input {
    padding: 2rem;
  }
}
.subscribe .inp-group button {
  border: 0.5rem solid;
  border-radius: 1rem;
  border-color: #fff;
  padding: 3rem 5.7rem;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2509803922);
}
.subscribe .inp-group button:hover {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .subscribe .inp-group button {
    padding: 2rem 3.7rem;
  }
}
@media (max-width: 767.98px) {
  .subscribe .inp-group button {
    padding: 1rem 2rem;
  }
}

.footer h3 {
  color: #444444;
}
.footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  gap: 2rem;
}
.footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #666666;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.footer .social a:hover {
  color: #1967d2;
  border: 1px solid #1967d2;
}

.breadcrumb-sec {
  background: linear-gradient(90deg, #ffffff 23.42%, rgba(255, 255, 255, 0.0666666667) 185.4%), url("../images/breadcrumb_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.breadcrumb-sec__links {
  margin-left: 0.5rem;
}
.breadcrumb-sec__links,
.breadcrumb-sec__links a {
  text-transform: capitalize;
  color: #1967d2;
}
.breadcrumb-sec .breadcrumb-item + .breadcrumb-item::before {
  content: url("../images/icon/right.png");
  padding: 0 0.6rem;
}

.chioseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem 0rem;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  color: #444444;
  transition: all 0.3s ease-in-out;
}
.chioseBtn:hover, .chioseBtn:focus {
  background-color: #1967d2;
  color: #fff;
}

.all-jobs {
  margin-top: 3rem;
}
.all-jobs .featured__card {
  transition: all 0.3s ease-in-out;
}
.all-jobs .featured__card:hover {
  box-shadow: 0px 4px 18px rgba(164, 164, 164, 0.2509803922);
}
@media (max-width: 767.98px) {
  .all-jobs {
    margin-top: 2rem;
  }
}

.pagination-sec {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .pagination-sec {
    margin-top: 4rem;
  }
}
@media (max-width: 575.98px) {
  .pagination-sec {
    margin-top: 2.7rem;
  }
}

.candidate-details__avatar {
  border-radius: 1rem;
  overflow: hidden;
}
.candidate-details__avatar img {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.candidate-details__avatar img:hover {
  transform: scale(1.1);
}
.candidate-details__skills ul {
  margin-left: 2rem;
  list-style: disc;
}
.candidate-details__info {
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  padding: 3rem 4rem 4rem;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
}
.candidate-details__info .contact div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.candidate-details__info .contact div p {
  color: #222222;
}
.candidate-details__info .contact div span {
  color: #666666;
}
.candidate-details__info .contact > :not(:first-child) {
  margin-top: 1rem;
}
.candidate-details__info .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.candidate-details__info .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #666666;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.candidate-details__info .social a:hover {
  color: #1967d2;
  border: 1px solid #1967d2;
}
.candidate-details__info .dowBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0rem;
  border-radius: 0.5rem;
  color: #fff;
  border: 1px solid #1967d2;
  position: relative;
}
.candidate-details__info .dowBtn span {
  position: relative;
  z-index: 1;
}
.candidate-details__info .dowBtn:hover {
  border: 1px solid #1967d2;
  color: #1967d2;
}
.candidate-details__info .dowBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1967d2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.candidate-details__info .dowBtn:hover::after {
  width: 0;
}
@media (max-width: 991.98px) {
  .candidate-details__info {
    margin-top: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .candidate-details__info {
    padding: 3rem 2rem 3rem;
    margin-top: 3rem;
  }
}

.company-list .all-company,
.company-list .pagination-sec {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .company-list .all-company,
.company-list .pagination-sec {
    margin-top: 3rem;
  }
}
.company-list__card {
  border: 1px solid #f0f0f0;
  padding: 3rem 0 2rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.company-list__card--head .avtar {
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 0.5rem;
  width: 8.2rem;
  height: 8.2rem;
  transition: all 0.4s ease-in-out;
}
.company-list__card--head .avtar img {
  border-radius: 0.5rem;
}
.company-list__card--body {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 767.98px) {
  .company-list__card--body {
    padding-top: 1.2rem;
  }
}
.company-list__card--body h5 {
  text-transform: capitalize;
  color: #222222;
}
.company-list__card--body .job-open {
  margin-top: 2.3rem;
}
.company-list__card--body .job-open a {
  background-color: #e0f4ff;
  color: #1967d2;
  border-radius: 0.5rem;
  padding: 0.3rem 1.7rem;
}
.company-list__card--footer a {
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.company-list__card--footer a:hover {
  color: #1967d2;
}
.company-list__card:hover {
  box-shadow: 0px 4px 28px rgba(155, 155, 155, 0.2509803922);
}
.company-list__card:hover .avtar {
  box-shadow: 0px 4px 13px rgba(113, 113, 113, 0.2509803922);
}

.company__avatar {
  border-radius: 1rem;
  overflow: hidden;
}
.company__avatar img {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.company__avatar img:hover {
  transform: scale(1.1);
}
.company__srtint {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  gap: 3rem;
  margin-top: 1.5rem;
}
.company__srtint > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #666666;
}
.company__gallery img {
  border-radius: 0.5rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.company__gallery img:hover {
  transform: scale(0.9);
}
@media (max-width: 991.98px) {
  .company__gallery img {
    margin-bottom: 1rem;
  }
}
.company__info {
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  padding: 3rem 4rem 4rem;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
}
.company__info .info-wraper div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company__info .info-wraper div p {
  color: #222222;
}
.company__info .info-wraper div span {
  color: #666666;
}
.company__info .info-wraper > :not(:first-child) {
  margin-top: 1rem;
}
.company__info .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.company__info .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #666666;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.company__info .social a:hover {
  color: #1967d2;
  border: 1px solid #1967d2;
}
.company__info .dowBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0rem;
  border-radius: 0.5rem;
  color: #fff;
  border: 1px solid #1967d2;
  position: relative;
}
.company__info .dowBtn span {
  position: relative;
  z-index: 1;
}
.company__info .dowBtn:hover {
  border: 1px solid #1967d2;
  color: #1967d2;
}
.company__info .dowBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1967d2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.company__info .dowBtn:hover::after {
  width: 0;
}
@media (max-width: 991.98px) {
  .company__info {
    margin-top: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .company__info {
    margin-top: 2rem;
    padding: 3rem 2rem 3rem;
  }
}

@media (max-width: 991.98px) {
  .job-details .right-content {
    margin-top: 4rem;
  }
}
.job-details__card--head {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.job-details__card--head .logo {
  border: 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .job-details__card--head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.job-details__card--sortInt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.8rem;
  margin-top: 1.5rem;
}
.job-details__card--sortInt div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #666666;
}
.job-details__card--sortInt div > i {
  font-size: 1.4rem;
}
@media (max-width: 1399.98px) {
  .job-details__card--sortInt {
    gap: 2rem;
  }
}
@media (max-width: 991.98px) {
  .job-details__card--sortInt {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .job-details__card--sortInt {
    gap: 1rem;
  }
}
.job-details__card--foot {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.job-details__card--foot a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  padding: 5px 20px;
  border-radius: 5px;
}
.job-details__card--foot > :first-child {
  background-color: #b5d4ff;
  color: #1967d2;
}
.job-details__card--foot > :last-child {
  background-color: #fff8e8;
  color: #dca005;
}
.job-details .responsibilities ul,
.job-details .expriences ul {
  list-style: disc;
  margin-left: 3rem;
}
.job-details .job-overview {
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  padding: 3.2rem 4rem;
}
.job-details .job-overview__all > div {
  display: flex;
  gap: 2rem;
}
.job-details .job-overview__all > div p {
  color: #222222;
}
.job-details .job-overview__all > div i {
  color: #1967d2;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.job-details .job-overview__all > div small {
  color: #666666;
}
.job-details .job-skill {
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  padding: 3.2rem 4rem;
}
.job-details .job-skill ul {
  list-style: disc;
  margin-left: 3rem;
}
.job-details .compuny-overview {
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
  padding: 3.2rem 4rem;
}
@media (max-width: 575.98px) {
  .job-details .compuny-overview {
    padding: 3.2rem 3rem;
  }
}
.job-details .applyBtn {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 2rem 6.8rem;
  border-radius: 1rem;
  color: #fff;
  border: 1px solid #1967d2;
  position: relative;
  overflow: hidden;
}
.job-details .applyBtn span {
  position: relative;
  z-index: 1;
}
.job-details .applyBtn:hover {
  border: 1px solid #1967d2;
  color: #1967d2;
}
.job-details .applyBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1967d2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.job-details .applyBtn:hover::after {
  width: 0;
}
@media (max-width: 991.98px) {
  .job-details .applyBtn {
    line-height: 2.2rem;
    padding: 1.5rem 6.8rem;
  }
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #d7d7d7;
  border-radius: 1rem;
  background-color: #fff;
  padding: 4rem 0 3rem;
}
.contact-card__logo {
  border-radius: 1rem;
  background-color: #b5d4ff;
  padding: 1.3rem;
}
@media (max-width: 991.98px) {
  .contact-card__logo {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 991.98px) {
  .contact-card {
    padding: 3rem 0 3rem;
  }
}

.contact-info {
  border: 1px solid #d7d7d7;
  border-radius: 1rem;
  margin: 6rem auto 0;
}
.contact-info .contact-form {
  padding: 5rem 6rem 6rem;
}
.contact-info .contact-form form input,
.contact-info .contact-form form textarea {
  width: 100%;
  color: #666666;
  border: 1px solid #d7d7d7;
  border-radius: 0.5rem;
  padding: 1rem 2.2rem;
}
.contact-info .contact-form form input:focus,
.contact-info .contact-form form textarea:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .contact-info .contact-form form input,
.contact-info .contact-form form textarea {
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .contact-info .contact-form {
    padding: 3rem 3rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-info .contact-form {
    padding: 2rem 3rem 3rem;
  }
}
.contact-info .contact-map {
  padding: 0;
}
.contact-info .contact-map iframe {
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0px 4px 38px rgba(129, 129, 129, 0.2509803922);
}
@media (max-width: 767.98px) {
  .contact-info {
    margin: 4rem auto 0;
  }
}



/* Basic form container styling */
.container1 {
  display: flex;
  justify-content: space-between; /* To separate the image and form */
  align-items: center;
  width: 100%; /* Adjust the width based on your needs */
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}



.form-container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  box-shadow:10px rgba(0, 0, 0, 0.1); /* Box shadow for form container */
  border-radius: 8px;
  width: 100%; /* Ensure it takes full width of its parent */
}
.image-container {
  flex: 1; /* Takes 50% of the container */
  
  background-color: #f0f0f0;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the div */
}

.image-container1 img {
  width: 120%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the div */
}



.form-container {
  flex: 1; /* Takes 50% of the container */
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 10px rgba(0, 0, 0, 0.1); /* Box shadow for form container */
}

.login-container {
  box-shadow:10px rgba(78, 76, 76, 0.1); /* Single box-shadow definition */
  padding: 20px;
  border-radius: 8px;
  background-color: white; /* Ensure it has a background color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

label {
  margin-top: 10px; 
  font-weight: bold;
}

.input-container {
  position: relative; /* Make the container relative to position the icon */
}

input[type="email"], input[type="password"] {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%; /* Full width */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box; /* Include padding and border in width */
}

.eye-icon {
  position: absolute; /* Position absolute to the container */
  right: 10px; /* Distance from the right edge */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Adjust for centering */
  cursor: pointer; /* Pointer cursor for clickable icon */
  color: #666; /* Icon color */
}

.login-btn {
  padding: 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%; /* Full width */
}

.login-btn:hover {
  background-color: #0056b3;
}

/* Optional: Submit button styling */
input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

h2 {
  text-align: center; /* Center the title */
  margin-bottom: 20px; /* Space below the title */
  color: #333; /* Dark text color */
  font-size: 24px; /* Font size for the title */
}

/* .....login page.... */
.account-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 10px  rgba(0,0,0,0.1);
  width: 300px;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

label {
  margin-top: 10px;
  font-weight: bold;
}

input[type="text"], input[type="email"],input[type="tel"], input[type="password"] {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}


.create-btn {
  padding: 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.create-btn:hover {
  background-color: #0056b3;
}

.login-btn {
  padding: 10px;
  background-color: #1967d2;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px; /* Space between buttons */
}

.login-btn:hover {
  background-color: #1967d2;
}

.existing-account, .forgot-password, .create-account {
  text-align: center;
  margin-top: 10px; /* Space between elements */
}

.existing-account a, .forgot-password a, .create-account a {
  color: #007BFF;
  text-decoration: none; /* No underline */
}

.existing-account a:hover, .forgot-password a:hover, .create-account a:hover {
  text-decoration: underline; /* Underline on hover */
}

.social-btns {
  display: flex;
  justify-content: center; /* Center the icons */
  margin-top: 15px;
}

.social-btns i {
  font-size: 30px; /* Size of the icons */
  cursor: pointer;
  color: #333; /* Default color */
  transition: color 0.3s; /* Smooth color transition */
  margin: 0 10px; /* Spacing between icons */
}

.social-btns i:hover {
  color: #007BFF; /* Change color on hover */
}



/* .....close login page.... */

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
}

input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}


button.submit-btn:hover {
  background-color: #0056b3;
}

.back-to-login {
  text-align: center;
  margin-top: 10px;
}

.back-to-login a {
  color: #007bff;
  text-decoration: none;
}

.back-to-login a:hover {
  text-decoration: underline;
}

button.submit-btn {
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button.submit-btn:hover {
  background-color: #0056b3;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
  .container1 {
      flex-direction: column; /* Stack the image and form vertically */
      padding: 10px;
      margin-left:5%;
      width: 90%;
      gap:10px;
  }}

  /* Close Mobile responsiveness */

/* Parent container for image and form */
.container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.image-container2 img {
  max-width: 100%;
  height: auto;
}

.form-container2 {
  flex: 1;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  margin-left: 20px;
}

/* Responsive form styling */
form {
  display: flex;
  flex-direction: column;
}

form input {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.input-container {
  position: relative;
}

.input-container input {
  width: 100%;
}

.input-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

button.submit-btn {
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button.submit-btn:hover {
  background-color: #0056b3;
}

/* Adjust image and form for smaller screens */
@media (max-width: 768px) {
  .container2 {
      flex-direction: column;
      align-items: center;
  }

  .image-container2 {
      margin-bottom: 20px;
  }

  .form-container2 {
      width: 100%;
      margin-left: 0;
  }
}

@media (max-width: 576px) {
  .form-container2 {
      padding: 10px;
  }

  form input {
      font-size: 16px;
  }

  button.submit-btn {
      font-size: 16px;
      padding: 12px;
  }
}



/* <....upskill Program.....> */
/* Container for the grid */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 20px; /* Optional gap between boxes */
  padding: 20px;
}

/* Individual box styling */
.box {
  padding: 20px;
  background-color: lightgray;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Image styling */
.box-image {
  width: 100%; /* Makes the image fill the box */
  height: 60%; /* You can adjust the height */
  object-fit: cover; /* Ensures image scales properly */
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Title styling */
.box-title {
  font-size: 18px;
  margin: 10px 0;
}

/* Time styling */
.box-time {
  font-size: 14px;
  color: gray;
  margin-bottom: 15px;
}

/* Button styling */
.box-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Button hover effect */
.box-button:hover {
  background-color: #0056b3;
}

/* Mobile view */
@media (max-width: 768px) {
  .grid-container {
      grid-template-columns: 1fr; /* Stack boxes vertically on small screens */
  }
}

/* <....close upskill Program.....> */
  


/* Ensure form elements are stacked vertically */
.filter-form {
  display: flex;
  flex-direction: row !important ;/* Stack form elements vertically */
  gap: 20px;
}

/* Ensure the input and select boxes take full width */
.input-gr, .frm-select {
  width: 100%;
  display: flex;
  align-items: center;
}

input[type="text"], select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Style the button */
.mbtn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #007bff;
  color: white;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mbtn:hover {
  background-color: #0056b3;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .filter-form {
      flex-direction: row !important; /* Stacked on mobile */
  }
}

/* <...recrutment us.....> */

.recruitment-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #f9f9f9;
}

.recruitment-form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.image-container2 {
  flex: 1;
  text-align: center;
}

.image-container2 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


@media (max-width: 768px) {
  .recruitment-container2 {
      flex-direction: column; /* Stacks image on top of form */
      align-items: center;
  }

  .image-container2,
  .form-container2 {
      max-width: 100%; /* Full width on smaller screens */
  }

  .form-container2 {
      padding: 15px;
  }
}

/* Dropdown styling for better compatibility on iOS */
form select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff; /* Ensures background on iOS */
  appearance: none; /* Removes default arrow styling */
  -webkit-appearance: none; /* iOS specific fix */
  -moz-appearance: none; /* Firefox specific fix */
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.5 5.5a.5.5 0 0 1 .707-.707l5.646 5.646a.5.5 0 0 0 .707 0l5.646-5.646a.5.5 0 0 1 .707.707l-6 6a.5.5 0 0 1-.707 0l-6-6z"/></svg>'); /* Adds a custom dropdown arrow */
  background-repeat: no-repeat;
  background-position: right 10px center;
}

@media (max-width: 768px) {
  /* Ensures consistent look on smaller screens */
  .form-container form select {
      padding: 12px; /* Adjust padding if necessary */
  }
}

.video-container {
  border: 2px solid #007bff;    /* Border color */
  border-radius: 10px;          /* Border radius for rounded corners */
  padding: 5px;                 /* Padding inside the border */
  overflow: hidden;             /* Ensures video corners match the container */
}

#programVideo {
  border-radius: 20px;          /* Same radius as container for smooth effect */
}

.videoBtn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.videoBtn:hover {
  background-color: #0056b3;
}

.ml-2 {
  margin-left: 10px;
}

/* <...Course_contactfor....> */
.course-contact-form {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 2px solid #007bff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.course-contact-form h3 {
  margin-bottom: 20px;
  text-align: center;
  color: #171414;
}
.required{
  color: red;
}

.course-form-group {
  margin-bottom: 15px;
}

.course-form-group label {
  display: block;
  font-weight: bold;
  color: #191616;
  margin-bottom: 5px;
}

.course-form-group input,
.course-form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}

.course-form-group input:focus,
.course-form-group textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.course-submit-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.course-submit-btn:hover {
  background-color: #0056b3;
}



/* <...Close contactform...> */

#blog-posts {
  max-width: 800px;
  margin: auto;
}

.post {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.post h3 {
  margin-top: 0;
}




/* Left Column: Image */





.left-side1 {
  flex: 1;
  background: url('../images/faq.png') no-repeat center center;
  background-size: cover;
  height: 100vh; /* Ensure the section has height */
  width: ;
}

.right-side {
  flex: 1;
  padding: 50px 20px;
  background-color: #fff;
  overflow-y: auto;
}

.faq-section {
  max-width: 600px;
  margin: auto;
}

.faq-header {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq-subheader {
  text-align: center;
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #1967d2;
  background: #fefefe;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #f1f1f1;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  background: #f9f9f9;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-question span {
  font-size: 20px;
  color: #007bff;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question span {
  transform: rotate(45deg);
}


@media (max-width: 768px) {
  .container {
      flex-direction: column;
  }

  .left-side, .right-side {
      flex: unset;
      height: auto;
  }

  .left-side {
      height: 300px;
      background-size: cover;
  }
}

.box1 {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 10px;
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.box-image1 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.box-title1 {
  font-size: 1.5em;
  margin: 10px 0;
}

.box-details1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}

.box-detail1 {
  display: flex;
  align-items: center;
  flex-direction: row;

  gap: 5px;
}

.box-detail i {
  font-size: 1.2em;
  color: #007bff;
}

.box-detail p {
  margin: 0;
  font-size: 0.9em;
  color: #555;
  text-align: left;
}

.box-time {
  margin: 5px 0;
  font-size: 0.9em;
  color: #555;
}

.box-button {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.box-button:hover {
  background-color: #0056b3;
}

.thank-you-container {
  display: flex;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;

  border: 1px solid #e9ecef;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 100%;
}
.thank-you-message h1 {
  color: #007bff; /* Blue color */
  font-size: 36px; /* Change font size */
  margin-bottom: 10px;
}
.thank-you-message p {
  color: #6c757d;
  margin-bottom: 10px;
}
.thank-you-message a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.thank-you-message a:hover {
  text-decoration: underline;
}

.thank-you-h1{
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.thank-you-image img {
  max-width: 100%;
  border-radius: 8px;
}

.thank-you-image {
  flex: 1;
  max-width: 50%;
  margin-right: 20px;
}

.carousel-item .row {
  display: flex;
  justify-content: center;
}

.featured__card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow:5px 5px lightgrey;
  transition: transform 0.3s ease-in-out;
}

.featured__card:hover {
  transform: translateY(-10px);
}

.featured__card img {
  max-height: 120px;
  object-fit: contain;
}


/* </...About us......> */



.about-section {
  text-align: left;
  margin-bottom: 3rem;
}

.about-section h2 {
  /* font-size: 2rem; */
  margin-bottom: 1rem;
  color: #007bff;
}

.about-section p {
  /* font-size: 1rem; */
  color: #555;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-top: 5rem;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  text-align: center;
}

.card h3 {
  /* font-size: 1.5rem; */
  margin-bottom: 1rem;
  color: #007bff;
}

.card p {
  /* font-size: 1rem; */
  color: #555;
}

.contact-section {
  background-color: #007bff;
  color: #fff;
  padding: 3rem 1.5rem;
  text-align: center;
}

.contact-section h2 {
  /* font-size: 2rem; */
  margin-bottom: 1rem;
}

.contact-section p {
  /* font-size: 1rem; */
  margin-bottom: 0.5rem;
}

.about-btn {
  display: inline-block;
  background: #fff;
  color: #007bff;
  padding: 0.75rem 1.25rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.5rem;
  transition: 0.3s;
}

.btn:hover {
  background: #0056b3;
  color: #fff;
}

/* </... Close About us......> */

.service-details {
  text-align: center;
  margin: 0 auto; /* Optional: To center the block itself if it has a fixed width */
  line-height: 1.5; /* Optional: Adjust line spacing */
}