.elementor-2335 .elementor-element.elementor-element-12546ee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7c263de */a { text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
 
/* ======================================================
   SECTION 1 — HERO BANNER
   #car-hero / .car-hero__*
====================================================== */
#car-hero { 
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
 
.car-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 5rem;
  background: var(--cream);
}
 
.car-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0.35rem 0.9rem;
  background: #fff0f0; border-radius: 2rem;
  margin-bottom: 1.8rem; width: fit-content;
}
.car-hero__badge-dot {
  width: 8px; height: 8px;
  background: var(--red); border-radius: 50%;
  animation: car-pulse 2.5s ease-in-out infinite;
}
@keyframes car-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}
.car-hero__badge span {
  font-size: 0.68rem; font-weight: 700;
  color: var(--black); letter-spacing: 0.1em; text-transform: uppercase;
}
.car-hero__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 46px; line-height: 1.16;
  color: var(--black); margin-bottom: 1.4rem;
}
.car-hero__heading em { font-style: italic; color: var(--red); }
.car-hero__sub {
  font-size: 0.97rem; line-height: 1.78;
  color: var(--mid); max-width: 460px; margin-bottom: 2.4rem;
}
.car-hero__cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0.88rem 2rem;
  background: var(--black); color: #fff;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 3rem; width: fit-content;
  transition: background var(--ease);
}
.car-hero__cta:hover { background: var(--red); }
.car-hero__cta svg { width: 13px; height: 13px; }
 
/* Right — image */
.car-hero__right {
  position: relative; overflow: hidden;
}
.car-hero__right img {
  height: 100%; object-fit: cover; object-position: center top;
}
.car-hero__right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(250,247,242,0.4) 0%, transparent 40%);
}
.car-hero__badge-float {
  position: absolute; bottom: 2.5rem; left: 2rem;
  z-index: 3;
  background: #fff;
  border-radius: 12px;
  padding: 1rem 1.4rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.14);
  display: flex; align-items: center; gap: 0.9rem;
}
.car-hero__badge-float-icon {
  width: 40px; height: 40px;
  background: #fff0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.car-hero__badge-float-icon svg { width: 18px; height: 18px; fill: var(--red); }
.car-hero__badge-float-title {
  font-size: 0.84rem; font-weight: 700; color: var(--black);
}
.car-hero__badge-float-sub {
  font-size: 0.7rem; color: var(--lt);
}
 
/* ======================================================
   SECTION 2 — WHY JOIN US
   #car-why / .car-why__*
====================================================== */
#car-why {
  background: var(--white);
  padding: 6rem 5rem;
}
.car-why__header {
  text-align: center; max-width: 620px;
  margin: 0 auto 3.5rem;
}
.car-why__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: var(--red); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.car-why__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 38px; line-height: 1.2; color: var(--black);
}
.car-why__heading em { font-style: italic; color: var(--red); }
 
.car-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.car-why__card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 2rem 1.6rem;
  transition: box-shadow var(--ease);
}
.car-why__card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); }
.car-why__card-icon {
  width: 44px; height: 44px;
  background: #fff0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}
.car-why__card-icon svg { width: 19px; height: 19px; fill: var(--red); }
.car-why__card-title {
  font-size: 0.9rem; font-weight: 700;
  color: var(--black); margin-bottom: 0.5rem;
}
.car-why__card-text {
  font-size: 0.8rem; line-height: 1.68; color: var(--mid);
}
 
/* ======================================================
   SECTION 3 — TEAM IMAGE STRIP
   #car-team / .car-team__*
====================================================== */
#car-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
.car-team__image { position: relative; overflow: hidden; }
.car-team__image img { height: 100%; object-fit: cover; }
.car-team__image--overlay::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(17,17,17,0.45);
}
.car-team__content {
  background: var(--black);
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
.car-team__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.car-team__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 34px; line-height: 1.2;
  color: #fff; margin-bottom: 1.4rem;
}
.car-team__heading em { font-style: italic; color: #ffa7a7; }
.car-team__body {
  font-size: 0.9rem; line-height: 1.8;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.9rem;
}
.car-team__specialties {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem;
}
.car-team__specialty {
  padding: 0.3rem 0.8rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2rem;
  font-size: 0.7rem; font-weight: 600;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.06em; text-transform: uppercase;
}
 
/* ======================================================
   SECTION 4 — APPLICATION FORMS
   #car-apply / .car-apply__*
====================================================== */
#car-apply {
  background: var(--blush);
  padding: 6rem 5rem;
}
.car-apply__header {
  text-align: center; max-width: 600px;
  margin: 0 auto 3.5rem;
}
.car-apply__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: var(--red); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.car-apply__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 38px; line-height: 1.2; color: var(--black);
  margin-bottom: 1rem;
}
.car-apply__heading em { font-style: italic; color: var(--red); }
.car-apply__sub {
  font-size: 0.92rem; line-height: 1.75; color: var(--mid);
}
 
.car-apply__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 3rem;
}
.car-apply__form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 2rem 1.6rem;
  text-align: center;
  transition: box-shadow var(--ease);
}
.car-apply__form-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); }
.car-apply__form-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem; color: var(--red);
  line-height: 1; margin-bottom: 1rem;
}
.car-apply__form-title {
  font-size: 0.9rem; font-weight: 700;
  color: var(--black); margin-bottom: 0.5rem;
}
.car-apply__form-desc {
  font-size: 0.78rem; line-height: 1.6;
  color: var(--mid);
}
 
.car-apply__cta-box {
  background: var(--black);
  border-radius: 16px;
  padding: 3rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
}
.car-apply__cta-heading {
  font-family: 'DM Serif Display', serif;
  font-size: 26px; color: #fff; line-height: 1.3;
  margin-bottom: 0.75rem;
}
.car-apply__cta-heading em { font-style: italic; color: #ffa7a7; }
.car-apply__cta-text {
  font-size: 0.88rem; line-height: 1.7;
  color: rgba(255,255,255,0.55);
}
.car-apply__cta-text a {
  color: #ffa7a7; font-weight: 600;
  transition: opacity var(--ease);
}
.car-apply__cta-text a:hover { opacity: 0.8; }
.car-apply__actions {
  display: flex; flex-direction: column;
  gap: 0.75rem; align-items: center;
}
.car-apply__btn-download {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 0.85rem 1.8rem;
  background: var(--red); color: #fff;
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 3rem; white-space: nowrap;
  transition: opacity var(--ease);
}
.car-apply__btn-download:hover { opacity: 0.85; }
.car-apply__btn-download svg { width: 14px; height: 14px; fill: #fff; }
.car-apply__email {
  font-size: 0.78rem; color: rgba(255,255,255,0.5);
  text-align: center; white-space: nowrap;
}
.car-apply__email a { color: rgba(255,255,255,0.8); font-weight: 600; }
 
/* ======================================================
   SECTION 5 — BOTTOM IMAGE + CTA
   #car-cta / .car-cta__*
====================================================== */
#car-cta {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
#car-cta img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
#car-cta::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(17,17,17,0.82) 50%, rgba(17,17,17,0.3) 100%);
}
.car-cta__content {
  position: relative; z-index: 2;
  max-width: 540px;
  padding: 5rem;
  display: flex; flex-direction: column;
  justify-content: center; height: 100%;
  min-height: 420px;
}
.car-cta__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.car-cta__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 38px; line-height: 1.2; color: #fff;
  margin-bottom: 1.2rem;
}
.car-cta__heading em { font-style: italic; color: #ffa7a7; }
.car-cta__body {
  font-size: 0.92rem; line-height: 1.78;
  color: rgba(255,255,255,0.65); margin-bottom: 2rem;
}
.car-cta__btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 0.85rem 2rem;
  background: var(--red); color: #fff;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 3rem; width: fit-content;
  transition: opacity var(--ease);
}
.car-cta__btn:hover { opacity: 0.85; }
 
/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 1024px) {
  #car-hero { grid-template-columns: 1fr; }
  .car-hero__left { padding: 4rem 2rem 3rem; }
  .car-hero__heading { font-size: 32px; }
  .car-hero__right { min-height: 380px; }
  #car-why { padding: 4rem 2rem; }
  .car-why__grid { grid-template-columns: 1fr; }
  #car-team { grid-template-columns: 1fr; }
  .car-team__image { min-height: 300px; }
  .car-team__content { padding: 3rem 2rem; }
  #car-apply { padding: 4rem 2rem; }
  .car-apply__grid { grid-template-columns: 1fr; }
  .car-apply__cta-box { grid-template-columns: 1fr; text-align: center; padding: 2.5rem 2rem; }
  .car-apply__actions { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .car-cta__content { padding: 4rem 2rem; min-height: 380px; }
}
@media (max-width: 640px) {
  .car-hero__heading { font-size: 27px; }
  .car-why__heading { font-size: 28px; }
  .car-apply__heading { font-size: 28px; }
  .car-cta__heading { font-size: 28px; }
}/* End custom CSS */