.inner-banner {
  width: 100%;
  padding: 107px 0;
  min-height: 343px;
  max-height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.inner-banner .banner-content h1 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 76px;
  text-align: center;
}

.section2 {
  text-align: center;
  padding: 100px 20px;
}
.section2 h2 {
  font-weight: normal !important;
  font-size: 40px !important;
  line-height: 60px !important;
  color: #000 !important;
  font-family: "Nunito Sans", sans-serif !important;
  margin-bottom: 26px !important;
}
.section2 span {
  font-weight: bold;
  color: #000;
}
.section2 p {
  font-size: 18px !important;
  font-weight: normal;
  color: #1B1B1B !important;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 787px;
  line-height: 30px;
}

.section3 {
  background: #F8F5F1;
  padding: 100px 20px;
  text-align: center;
  margin: 0 auto;
}
.section3 h2 {
  margin-bottom: 26px;
  font-weight: normal;
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}
.section3 span {
  font-weight: bold;
  color: #000;
}
.section3 p {
  font-size: 16px;
  font-weight: normal;
  color: #323232;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 787px;
  line-height: 26px;
}
.section3 .image-wrapper {
  padding: 40px 0 100px;
}
.section3 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: auto;
}
.section3 .sets-apart p {
  font-size: 18px;
  line-height: 30px;
  color: #1B1B1B;
  max-width: 1071px;
  margin: 0 auto;
}
.section3 .sets-apart .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1019px) {
  .section3 .sets-apart .cards {
    grid-template-columns: 1fr;
  }
}
.section3 .sets-apart .cards .card {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.section3 .sets-apart .cards .card .icon {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 10px;
}
.section3 .sets-apart .cards .card h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  margin: 31px 0 20px;
  font-family: "Nunito Sans", sans-serif;
}
.section3 .sets-apart .cards .card p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.job-openings {
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
.job-openings h2 {
  margin-bottom: 26px;
  font-weight: normal;
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}
.job-openings h2 span {
  font-weight: bold;
  color: #000;
}
.job-openings p {
  font-size: 18px;
  font-weight: normal;
  color: #323232;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 787px;
  line-height: 30px;
}
.job-openings .job-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 20px 0;
  position: relative;
  text-align: left;
}
.job-openings .job-card .job-header h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
}
.job-openings .job-card .job-header p {
  margin: 20px 0;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .job-openings .job-card .btn-grp {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    margin-top: -10%;
  }
  .job-openings .job-card .btn-grp .toggle-btn {
    background: #fff;
    border: 1px solid #767676;
    padding: 10px;
    border-radius: 56px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
  }
  .job-openings .job-card .btn-grp .apply-btn {
    background: #323232;
    color: #fff;
    padding: 10px;
    border-radius: 56px;
    cursor: pointer;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .job-openings .job-card .toggle-btn {
    position: absolute;
    top: 55px;
    right: 165px;
    background: #fff;
    border: 1px solid #767676;
    padding: 17px 28px;
    border-radius: 56px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
  }
  .job-openings .job-card .apply-btn {
    position: absolute;
    top: 55px;
    right: 20px;
    background: #323232;
    color: #fff;
    padding: 17px 28px;
    border-radius: 56px;
    cursor: pointer;
    font-size: 16px;
  }
}
.job-openings .job-card .job-details {
  margin-top: 15px;
}
.job-openings .job-card .job-details h4 {
  margin: 60px 0 0 !important;
  font-size: 18px !important;
  line-height: 23px !important;
  color: #000 !important;
  font-weight: bold !important;
}
.job-openings .job-card .job-details p {
  text-align: left;
  margin: 20px 0;
  max-width: 881px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
}
.job-openings .job-card .job-details .job-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.job-openings .job-card .job-details .job-columns .job-column {
  flex: 1;
  min-width: 250px;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #767676;
}
.job-openings .job-card .job-details .job-columns .job-column h4 {
  margin: 0 0 20px !important;
}
.job-openings .job-card .job-details .job-columns .job-column ul {
  list-style: none;
  padding-left: 18px;
  margin: 0;
}
.job-openings .job-card .job-details .job-columns .job-column ul li {
  position: relative;
  padding-left: 25px;
  margin-top: 23px;
  font-size: 16px;
  color: #000;
}
.job-openings .job-card .job-details .job-columns .job-column ul li::before {
  content: "";
  background: url(../images/careers/list-icon.png) no-repeat center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.job-openings .job-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.job-openings .job-columns h5 {
  margin-top: 0;
}
.job-openings .short-content {
  display: block;
}
.job-openings .short-content.hide {
  display: none;
}
.job-openings .full-content {
  display: none;
}
.job-openings .full-content.show {
  display: block;
}
@media (max-width: 600px) {
  .job-openings .toggle-btn,
  .job-openings .apply-btn {
    position: static;
    display: inline-block;
    margin: 10px 5px 0 0;
  }
}

.section4 {
  text-align: center;
  padding: 0 20px 100px 20px;
}
.section4 h2 {
  font-weight: normal;
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 26px;
}
.section4 span {
  font-weight: bold;
  color: #000;
}
.section4 p {
  font-size: 18px;
  font-weight: normal;
  color: #1B1B1B;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 787px;
  line-height: 30px;
}

.talent-network {
  background: #111;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 183px;
}
.talent-network h2 {
  font-family: "Nunito Sans", sans-serif !important;
  color: #fff !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
.talent-network h2 span {
  font-weight: 700;
}
.talent-network p {
  font-size: 16px;
  color: #767676;
  margin-bottom: 40px;
}
.talent-network .talent-form {
  max-width: 900px;
  margin: 0 auto;
}
.talent-network .talent-form p {
  margin: 0;
}
.talent-network .talent-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .talent-network .talent-form .form-row {
    flex-direction: column;
  }
}
.talent-network .talent-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.talent-network .talent-form .form-group label {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 23x;
  color: #fff;
}
.talent-network .talent-form .form-group input[type=text],
.talent-network .talent-form .form-group input[type=email],
.talent-network .talent-form .form-group input[type=file] {
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 12px;
  border-radius: 6px;
  color: #767676;
  font-size: 16px;
}
.talent-network .talent-form .form-group input[type=text]::placeholder,
.talent-network .talent-form .form-group input[type=email]::placeholder,
.talent-network .talent-form .form-group input[type=file]::placeholder {
  color: #767676;
}
.talent-network .talent-form .form-group.file-upload .upload-box {
  position: relative;
  width: 100%;
}
.talent-network .talent-form .form-group.file-upload .upload-box input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.talent-network .talent-form .form-group.file-upload .upload-box .upload-label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 14px;
  color: #aaa;
  cursor: pointer;
  transition: background 0.3s;
}
.talent-network .talent-form .form-group.file-upload .upload-box .upload-label:hover {
  background: #222;
}
.talent-network .talent-form .form-group.file-upload .upload-box .upload-label .upload-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 16px;
}
.talent-network .talent-form .submit-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  margin-top: 20px;
  transition: 0.3s;
}
.talent-network .talent-form .submit-btn:hover {
  background: #555;
}

.custom-cf7-form {
  background: #111; /* dark background */
  padding: 30px;
  border-radius: 10px;
}

.custom-cf7-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.custom-cf7-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-cf7-form label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.custom-cf7-form input[type=text],
.custom-cf7-form input[type=email],
.custom-cf7-form input[type=file],
.custom-cf7-form textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}

.custom-cf7-form ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.custom-cf7-form .file-upload .upload-box {
  position: relative;
}

.custom-cf7-form .file-upload input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.custom-cf7-form .upload-label {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}

.custom-cf7-form .submit-btn {
  display: block;
  margin: 0 auto;
  background: #444;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
}

.wp-block-list li {
  position: relative;
  padding-left: 28px;
  list-style: none !important;
}
.wp-block-list li::before {
  content: "";
  background: url(../images/careers/list-icon.png) no-repeat center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.file-upload p {
  margin-bottom: 31px !important;
}

.hero-content h2 {
  position: relative !important;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 10vh;
  font-size: 60px !important;
  color: #535353;
  font-weight: 400;
  margin-bottom: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 76px;
}

@media (max-width: 768px) {
  .hero-content h2 {
    font-size: 2rem;
    padding-top: 15vh;
  }
}
.framework-header h2 {
  color: #ffffff !important;
}