@import url('/wp-content/themes/teba-child/assets/css/exchange_header.css');
@import url('/wp-content/themes/teba-child/assets/css/footer.css');
:root {
  --primary-color: #ffc322;
  --color-primary: #ffc322;
  --dark-bg: #1a1919;
  --text-dark: #212121;
  --text-light: #ffffff;
  --text-black: #000000;
  --bg-light-gray: #f5f5f5;
  --bg-highlight: #fff4d7;
  --bg-light-yellow: #fff9eb;
  --bg-white: #ffffff;
  --color-background-light-yellow: #fff4d7;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  background-color: var(--bg-white);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-recruiter h1,h2,h3,h4,h5,h6{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.page-template-placementcoordinator h1,h2,h3,h4,h5,h6{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-operationstaff h1,h2,h3,h4,h5,h6{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-financedirector h1,h2,h3,h4,h5,h6{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-directorofcompliance h1,h2,h3,h4,h5,h6{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-areadirector h1,h2,h3,h4,h5,h6{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}



.pricing_form form input[type="text"] {
    background: #fff;
    border: 1px solid #909090;
    border-radius: 4px;
}
.pricing_form form label {
    color: #212121;
}

.pricing_form form input[type="email"] {
    background: #fff;
    border: 1px solid #909090;
    border-radius: 4px;
}
.pricing_form form textarea {
    background: #fff;
    border: 1px solid #909090;
    border-radius: 4px;
}
.pricing_form form input[type="submit"]{
    width: fit-content;
    color: #000;
}
.footer-container input[type="submit"]{
    width: fit-content;
    color: #000;
}
textarea {
    height: 112px;
}
.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
    width: 100% !important;
    /* max-width: 1240px; */
    margin: 0 auto;
    padding: 0 100px !important;
}

.page-template-recruiter section {
  padding: 80px 0;
}

.bookademo {
    background: #FFC322;
    padding: 12px 24px !important;
    font-weight: 500 !important;
    margin-top: 20px;
    color: #000;
    width: fit-content;
}

h1, h2, h3, h4 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

.handwritten-font {
  font-family: 'Figma Hand', cursive; /* Custom font, ensure it's loaded */
  font-size: 22px;
  line-height: 1.38;
}

@media (max-width: 992px) {
  section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  .container{
    padding: 0 15px !important;
  }
  .hero-content{
    min-width: 100%;
  }
  .quote-icon-bottom{
    right: 0;
  }
}


#section-hero {
  padding-top: 100px;
  padding-bottom: 49px;
}
.hero-grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.hero-content {
  flex: 1;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.hero-content h1 {
  font-size: 32px;
  line-height: 1.26;
  color: var(--text-black);
}
.hero-content .highlight {
  background-color: var(--bg-highlight);
}
.btn-primary {
  display: inline-block;
  width: fit-content;
  background-color: var(--primary-color);
  color: var(--text-dark);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
}
.testimonial-card {
  flex: 1;
  max-width: 55%;
  position: relative;
  padding-top: 64px; /* Space for top quote */
  padding-left: 88px; /* Space for left quote */
}
.quote-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.quote-icon-top {
  position: absolute;
  top: 64px;
  left: 0;
  width: 88px;
  height: 88px;
  transform: rotate(180deg);
}
.quote-icon-bottom {
    position: absolute;
    bottom: -60px;
    right: -39px;
    width: 88px;
    height: 88px;
}
.tab-content{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 23px;
}
.author-avatar {
  width: 64px;
  height: 64px;
}
.author-name {
  font-size: 24px;
  font-weight: 500;
  color: var(--text-dark);
}
.testimonial-text {
  max-width: 100%;
  color: var(--text-dark);
}

@media (max-width: 992px) {
  .hero-grid {
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }
  .hero-content {
    align-items: center;
    text-align: center;
  }
  .testimonial-card {
    padding: 20px;
    max-width: 100%;
  }
  .quote-icons {
    display: none; /* Hide decorative quotes on smaller screens for simplicity */
  }
}



#section-journey {
  padding-top: 49px;
  padding-bottom: 49px;
}
.journey-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.section-header h2 {
  font-size: 28px;
  line-height: 1.26;
  color: var(--text-black);
}
.section-header p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-dark);
}
.tabs-nav {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-item {
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  transition: background-color 0.3s;
}
.tab-item.active {
  background-color: var(--primary-color);
  font-weight: 700;
  color: var(--text-dark);
}
.tab-item:not(.active) {
  background-color: var(--bg-light-gray);
  color: var(--text-dark);
}
.features-list {
  width: 100%;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.features-row {
  display: flex;
  justify-content: space-between;
  gap: 96px;
}
.features-row.single-item {
  justify-content: flex-start;
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-width: 0;
}
.feature-item h3 {
  font-size: 24px;
  line-height: 1.26;
  color: var(--text-dark);
}
.feature-item p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-dark);
  text-align: justify;
}

@media (max-width: 992px) {
  .features-row {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .journey-wrapper {
    gap: 40px;
  }
  .tabs-nav {
    gap: 16px;
  }
}



#section-jia {
  padding-top: 53px;
  padding-bottom: 53px;
}
.jia-card {
  background-color: var(--dark-bg);
  border-radius: 24px;
  padding: 52px 87px;
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1125px;
  margin: 0 auto;
}
.jia-logo {
  width: 158px;
  height: 102px;
  object-fit: contain;
}
.jia-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jia-content h2 {
  font-size: 32px;
  line-height: 1.26;
  color: var(--text-light);
}
.jia-content p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-light);
}

@media (max-width: 992px) {
  .jia-card {
    flex-direction: column;
    text-align: center;
    padding: 40px;
    gap: 30px;
  }
}



#section-outcome {
  padding-top: 57px;
  padding-bottom: 56px;
}
.outcome-card {
  position: relative;
  background-color: var(--bg-light-yellow);
  border-radius: 8px;
  padding: 40px;
  max-width: 1125px;
  margin: 0 auto;
  overflow: hidden;
}
.outcome-content {
  position: relative;
  z-index: 1;
  max-width: 895px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.outcome-content h2 {
  font-size: 24px;
  line-height: 1.26;
  color: var(--text-black);
}
.outcome-content p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-dark);
}
.decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/teba-child/assets/images/outcomes_bg.svg");
background-repeat: no-repeat;
background-position: center;
}
.deco-item {
  position: absolute;
}
.poly-1 { background-color: #92edff; width: 20px; height: 20px; top: 40px; left: 55px; }
.poly-2 { background-color: #ffc1b2; width: 26px; height: 26px; top: 43px; right: 299px; transform: rotate(20deg); }
.poly-3 { background-color: #8896ff; width: 18px; height: 18px; top: 51px; right: 103px; }
.poly-4 { background-color: #ffc1b2; width: 26px; height: 26px; bottom: 59px; left: 56px; transform: rotate(20deg); }
.poly-5 { background-color: #8896ff; width: 28px; height: 28px; bottom: 30px; left: 385px; transform: rotate(19deg); }
.poly-6 { background-color: #92edff; width: 20px; height: 20px; bottom: 33px; right: 183px; transform: rotate(90deg); }

@media (max-width: 768px) {
  .decorations {
    display: none;
  }
  .outcome-card {
    padding: 30px 20px;
  }
}



#section-roles {
  padding-top: 63px;
  padding-bottom: 80px;
}
.roles-wrapper {
  max-width: 1127px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.roles-wrapper h2 {
  font-size: 24px;
  line-height: 1.26;
  color: var(--text-black);
}
.roles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px 30px;
}
.role-card {
  background-color: #fafafa;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-dark);
  transition: box-shadow 0.3s, transform 0.3s;
}
.role-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.role-icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .roles-wrapper {
    gap: 40px;
  }
  .roles-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

#section-footer{
    padding: 0px !important;
}

/* CSS from section:contactform */
.contactform-section { padding: 86px 0 115px; }
.contactform-title { text-align: center; font-size: 32px; font-weight: 600; margin-bottom: 95px; }
.contactform-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.contact-info-card { background-color: var(--color-background-light-yellow); border: 1px solid var(--color-primary); border-radius: 8px; padding: 48px; display: flex; flex-direction: column; }
.contact-info-card h3 { font-size: 24px; font-weight: 600; margin-bottom: 40px; }
.contact-info-card address { font-style: normal; display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 8px; }
.contact-item img { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.contact-item p, .contact-item a { font-size: 16px; line-height: 1.3; letter-spacing: 0.27px; }
.social-links { margin-top: auto; padding-top: 40px; display: flex; justify-content: flex-start; gap: 15px; }
.social-links a { display: block; }
.social-links img { width: 32px; height: 32px; }
.contactform-form-card { background-color: #f5f5f5; border: 1px solid var(--color-primary); border-radius: 8px; padding: 29px 48px; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.contactform-logo { width: 137px; height: 64px; }
.contactform-form { width: 100%; display: flex; flex-direction: column; gap: 30px; }
@media (max-width: 992px) {
  .contactform-content { grid-template-columns: 1fr; }
}