.container {
  width: 100%;
  max-width: 100%;
}
#header {
  max-width: 1540px;
  margin: 0 auto !important;
}
.inner-container {
  padding: 5.625rem 2rem;
  max-width: 1540px;
  margin: 0 auto;
}
h1 {
  font-size: 3.125rem;
  color: #ffffff;
  font-weight: 300;
}
h2 {
  font-size: 1.875rem;
  color: #353535;
  font-weight: 500;
}
h2 span {
  color: #4d61f4;
}
h3 {
  font-size: 1.25rem;
  color: #353535;
  font-weight: 500;
  margin: 0;
}
h4 {
  font-size: 1.125rem;
  color: #c6e975;
  font-weight: 500;
}
p {
  font-size: 1rem;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
}
.content:not(#footer .content) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.content .btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.cards .card {
  display: flex;
  flex: 1 1 calc(25% - 25px);
  min-width: 200px;
  padding: 3.125rem;
  background: #fff;
  border-radius: 30px;
  gap: 25px;
  flex-direction: column;
  text-align: left;
}
.cards .card img {
  width: 80px;
  height: 80px;
}
#hero {
  margin: 0 !important;
  background-image: url(../../images/soms/employers-talent-header.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#seeker-hero {
  margin: 0 !important;
  background-image: url(../../images/soms/job-seeker-header.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .content {
  max-width: 530px;
}
#seeker-hero .content {
  max-width: 530px;
}
#hero p {
  color: #fff;
}
#seeker-hero p {
  color: #fff;
}
#how {
  margin: 0 !important;
}
#how .inner-container {
  background-image: url(../../images/soms/green-swirl-employer.webp);
  background-position: top right;
  background-repeat: no-repeat;
}
#how .content {
  max-width: 925px;
}
#manage {
  margin: 0 !important;
  background-color: #4d61f4;
}
#manage h2,
#manage p {
  color: #fff;
}
#manage .content {
  text-align: center;
}
#manage .cards .card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#manage .cards .card p {
  color: #353535;
}
#unlock {
  margin: 9.375rem auto !important;
}
#seeker-unlock {
  margin: 9.375rem auto !important;
}
#unlock .inner-container {
  padding: 5.625rem 1rem;
  max-width: 1540px;
  margin: 0 auto;
  background-image: url(../../images/soms/about-us-employer.webp);
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  border-radius: 30px;
}
#seeker-unlock .inner-container {
  padding: 5.625rem 1rem;
  max-width: 1540px;
  margin: 0 auto;
  background-image: url(../../images/soms/about-us-jobseeker.webp);
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  border-radius: 30px;
}
#unlock .content {
  display: flex;
  flex: 1;
  padding: 3.125rem;
  background: #fff;
  border-radius: 30px;
  gap: 25px;
  flex-direction: column;
  text-align: left;
  max-width: 690px;
  margin-right: 3.125rem;
  margin-bottom: -150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#seeker-unlock .content {
  display: flex;
  flex: 1;
  padding: 3.125rem;
  background: #fff;
  border-radius: 30px;
  gap: 25px;
  flex-direction: column;
  text-align: left;
  max-width: 690px;
  margin-right: 3.125rem;
  margin-bottom: -150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#unlock h4 {
  font-size: 1rem;
  color: #4d61f4;
  font-weight: 500;
}
#seeker-unlock h4 {
  font-size: 1rem;
  color: #4d61f4;
  font-weight: 500;
}
#unlock .cards {
  margin-top: 2rem;
}
#seeker-unlock .cards {
  margin-top: 2rem;
}
#unlock .cards .card {
  padding: 0rem;
}
#seeker-unlock .cards .card {
  padding: 0rem;
}
#unlock .btn {
  background: #c6e975;
  border: 2px solid #c6e975;
}
#seeker-unlock .btn {
  background: #c6e975;
  border: 2px solid #c6e975;
}
#unlock .btn-wrapper .btn:hover {
  border-color: #52515c !important;
  border: 2px solid #52515c !important;
}
#seeker-unlock .btn-wrapper .btn:hover {
  border-color: #52515c !important;
  border: 2px solid #52515c !important;
}
#unlock .btn span {
  color: #52515c !important;
}
#seeker-unlock .btn span {
  color: #52515c !important;
}
#find-applicant .content {
  flex-direction: row !important;
}
#find-applicant .content .left-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
#find-applicant .content .right-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
#find-applicant h4 {
  font-size: 1rem;
  color: #4d61f4;
  font-weight: 500;
}
.green {
  background: #c6e975;
  border: 2px solid #c6e975;
}
#find-applicant .content .btn-wrapper {
  margin-top: 0rem;
}
.green:hover {
  border-color: #52515c !important;
  border: 2px solid #52515c !important;
  background: transparent !important;
}
.green span {
  color: #52515c !important;
}

.form-container {
  overflow: hidden;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.form-group {
  flex: 1;
  position: relative;
}

.top-label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 12px;
  color: #888;
}

input,
select {
  width: 100%;
  padding: 25px 10px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23888' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
}

.upload-container {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.upload-icon {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.browse-text {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.drag-text {
  font-size: 12px;
  color: #888;
}

.file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.submit-button {
  background-color: #4169e1 !important;
  color: white !important;
  padding: 15px !important;
  width: 100% !important;
  border: none !important;
  font-weight: bold !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
}
.submit-button:hover {
  color: #52515c !important;
}

.success-message {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

.error-message {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

.file-info {
  margin-top: 10px;
  font-size: 14px;
}

#footer .container {
  width: 95%;
  max-width: 1540px;
  margin: 0 auto;
  overflow-x: hidden;
}

.year {
  top: 0;
}

.year a {
  color: #fff;
  text-decoration: none;
}

.year a:hover {
  color: #c6e975;
}
#footer .soc-wrapper {
  justify-content: start;
}
.col-nav {
  color: #fff;
}

.foot-ul {
  color: #fff;
}

.foot-ul li {
  color: #fff;
}
.one,
.two,
.three {
  width: 32%;
}
#footer .foot-menu {
  display: flex;
  gap: 10px;
  width: 100%;
}

/* Job Seekers Page */
#opp {
  margin: 0 !important;
  background-image: url(../../images/soms/purple-swirl-jobseeker.webp);
  background-position: 90% 100%;
  background-repeat: no-repeat;
}
#opp .content {
  max-width: 800px;
}
#path {
  margin: 0 !important;
  background-color: #4d61f4;
}
#path h2 {
  text-align: center;
  color: #fff;
}
#path p {
  text-align: center;
  color: #fff;
}
#path .card p {
  text-align: left;
  color: #353535;
}
#path .cards .card {
  padding: 2.5rem;
}
#form {
  margin: 0 !important;
  background: #c6e975;
  border-radius: 0px;
  padding: 0;
}
#form h2 {
  text-align: center;
}
#form p {
  text-align: center;
}
#applicant {
  margin: 0 !important;
}
#applicant h2,
#applicant h4,
#applicant p {
  text-align: center;
}
#applicant h4 {
  color: #4d61f4;
}
#applicant .inner-container {
  padding-bottom: 0;
}
#service_enquiry_form {
  margin: 0 !important;
}
#service_enquiry_form .inner-container {
  max-width: 1200px;
  padding-top: 4rem;
}
#service_enquiry_form h2 {
  margin: 0 !important;
  text-align: center;
}
#service_enquiry_form p {
  text-align: center;
}
#service_enquiry_form h3 {
  margin: 0 !important;
  text-align: center;
}
#service_enquiry_form .fild {
  margin-bottom: 2rem;
  max-width: calc(50% - 20px);
}
#service_enquiry_form .fild.full {
  max-width: 100%;
}
#service_enquiry_form .fild-three-wrapper .fild {
  max-width: 32%;
}
input[name="letter"] {
  height: 240px !important;
  border-radius: var(--radius) !important;
}
#service_enquiry_form span {
  display: block;
  margin-bottom: 20px;
  color: #b6b6b6;
  text-align: center;
}
#service_enquiry_form .fild label {
  font-weight: 600;
  color: var(--dark);
  display: none;
}
#service_enquiry_form p {
  font-size: 1.25rem;
  color: #353535;
  font-weight: 500;
}
::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

#form1 input {
  padding: 10px 25px !important;
  font-size: 14px !important;
}
#form1 ::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
}
#form1 .input-wrapper {
  width: 35%;
}
#servicece input[type="file"] {
  cursor: pointer !important;
}

/* Media Queries */
@media (max-width: 1440px) and (min-width: 1024px) {
  .navigation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (max-width: 1440px) {
  #form1 .input-wrapper {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .card {
    flex: 1 1 calc(50% - 25px); /* 2 cards per row */
  }
  #find-applicant .content {
    flex-direction: column !important;
  }
}
@media (max-width: 890px) {
  #how .inner-container {
    background-position: center right;
    background-size: cover;
  }
  #opp {
    background-position: center right;
    background-size: cover;
  }
}

@media only screen and (max-width: 830px) {
  #service_enquiry_form .fild {
    max-width: 100%;
  }
  #service_enquiry_form .fild-three-wrapper .fild {
    max-width: 100%;
  }
  #form h2 {
    margin-bottom: 0px;
  }
  #form form {
    margin-top: 0px;
  }
  #unlock .content {
    min-width: 80%;
    margin: 3rem 2rem;
    margin-bottom: -150px;
  }
  #seeker-unlock .content {
    min-width: 80%;
    margin: 3rem 2rem;
    margin-bottom: -150px;
  }
}

@media (max-width: 768px) {
  .signup-button {
    width: 100%;
  }
  .one,
  .two,
  .three {
    width: 100%;
    text-align: center;
    max-width: 100% !important;
  }
  #footer .soc-wrapper {
    justify-content: center;
  }
  #footer .navigation .btn-wrapper .btn {
    width: 100%;
  }
  #footer .foot-social {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
  }
  .year {
    top: -35px;
    text-align: center;
    left: 0;
    padding: 0 1rem;
  }
}

@media (max-width: 630px) {
  .content {
    text-align: center;
  }
  #unlock {
    margin: 2rem auto !important;
  }
  #seeker-unlock {
    margin: 2rem auto !important;
  }
  #unlock .content {
    text-align: center;
  }
  #seeker-unlock .content {
    text-align: center;
  }
  .content .btn-wrapper {
    flex-direction: column;
  }
  .cards .card {
    text-align: center;
  }
  .cards .card img {
    margin: 0 auto;
  }
  .btn {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
  h2 {
    font-size: 1.4rem;
  }
}

/* Media query for mobile devices */
@media (max-width: 578px) {
  .card {
    flex: 1 1 100%; /* 1 card per row on very small screens */
  }
  #unlock .content {
    padding: 1rem;
  }
  #seeker-unlock .content {
    padding: 1rem;
  }
  .cards .card {
    padding: 1rem;
  }
  #how .inner-container {
    background-image: none;
  }
  #opp {
    background-image: none;
  }
}
