.contact-body {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
  align-items: start;
}

.contact-page-hero {
  position: relative;
  /* background: #1B1B1B; */
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 212px 0 0px;
  margin-top: -10%;
  z-index: 9;
}

.contact-page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/career/hero-contact-bg-cm.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -1%;
  z-index: -1;
  opacity: 0.12;
  /* transform: rotate(180deg); */
}

.contact-info-item {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 34px 14px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.20);
  box-shadow: 0.5rem 1rem 1rem rgb(0 0 0 / 40%), -1px -1px 0px rgb(179 179 179), 1px 1px 0px rgb(234 234 234);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-icon {
  border-radius: 10px;
  background: var(--Orange, #F05D35);
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info-text p {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
  margin: 0;
}

.contact-info-text span {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 400px;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group textarea {
  display: flex;
  height: 50px;
  padding: 16px 17px;
  align-items: center;
  border-radius: 10px;
  background: #363636;
  border: none;
  outline: none;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;

  transition: opacity 0.2s, border 0.2s;
  width: 100%;
  height: 167px;
  padding: 16px 17px;
}

.form-group textarea:focus,
.form-group textarea:hover,
.form-group textarea:active {
  opacity: 1;
  border-radius: 10px;
  border: 1px solid #858585;
  background: #363636;
  outline: none;
}

.form-group textarea::placeholder {
  opacity: 0.4;
}

.apply-card-contact {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.apply-card-contact h6 {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
}

.pera-contact {
  color: var(--white, #F6F6F6);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
  margin-bottom: 40px;
}

.contact-info-bottom-cm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schedule-call-footer {
  display: flex;
  gap: 26px;
  margin-top: 51px !important;
  width: fit-content;
  margin: auto;
  flex-direction: row;
}

:root {
  --orange: #F05D35;
  --white: #F6F6F6;
  --bg: #0C0C0C;
}

.faq-section {
  padding: 130px 0 0;
}

.faq-header h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(34px, 5vw, 42px);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 16px;
}

.faq-header p {
  color: var(--white, #F6F6F6);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  opacity: 0.7;
}

/* Override Bootstrap accordion */
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-top: 1px solid #292929;
  border-radius: 0 !important;
  padding: 24px 0 32px;
}

.faq-accordion .accordion-item:last-child {
  border-bottom: 1px solid #292929;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  padding-bottom: 8px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Hide default Bootstrap arrow */
.faq-accordion .accordion-button::after {
  display: none;
}

/* Custom icon */
.faq-icon .icon-minus {
  display: none;
}

.faq-icon .icon-plus {
  display: block;
}

.accordion-button:not(.collapsed) .faq-icon .icon-minus {
  display: block;
}

.accordion-button:not(.collapsed) .faq-icon .icon-plus {
  display: none;
}

.faq-accordion .accordion-body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  opacity: 0.7;
  line-height: 24px;
  padding: 0;
  background: transparent;
}

/* Smooth Bootstrap collapse override */
.faq-accordion .accordion-collapse {
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

:root {
  --orange: #F05D35;
  --white: #F6F6F6;
  --bg: #0C0C0C;
  --card-bg: #1A1A1A;
  --card-border: #333232;
  --day-bg: #2a2a2a;
  --day-hover: #363636;
  --day-disabled: rgba(255, 255, 255, 0.15);
  --time-bg: #1e1e1e;
  --time-border: rgba(255, 255, 255, 0.15);
}

/* ── CARDS ── */
.booking-card {
  border-radius: 20px;
  border: 1px solid #333232;
  background: #0C0C0C;
  padding: 20px;
  height: 100%;
}

span.cm-brand-contact {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.info-desc {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 8px;
  opacity: 0.8;
  letter-spacing: 0.28px;
}

.info-thank {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  margin-top: 28px;
  opacity: 0.8;
}

.info-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info-meta-item svg {
  flex-shrink: 0;
  opacity: 0.8;
}

.timezone-select {
  background: transparent;
  border: none;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 0;
}

.timezone-select:focus {
  outline: none;
}

.timezone-select option {
  background: #1a1a1a;
  color: #fff;
}

/* ── MIDDLE: CALENDAR ── */
.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cal-month {
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
}

.cal-month span {
  font-weight: 300;
  opacity: 0.5;
  margin-left: 6px;
}

.cal-nav {
  background: transparent;
  border: none;
  color: var(--white);
  opacity: 1;
  cursor: pointer;
  padding: 0px 8px;
  border-radius: 6px;
  transition: opacity 0.2s, background 0.2s;
  font-size: 21px;
}

.cal-nav.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Day grid */
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.cal-dow {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  opacity: 0.45;
  text-align: center;
  padding: 6px 0 10px;
}

.cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  background: var(--day-bg);
  color: var(--white);
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  user-select: none;
}

.cal-day:hover {
  background: rgba(255, 255, 255, 0.21);
  color: var(--Orange, #F05D35);
}

.cal-day.today {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.21);
  color: var(--Orange, #F05D35) !important;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cal-day.selected {
  background: #F05D35;
  color: var(--Orange, #F6F6F6);
  font-weight: 600;
}

.cal-day.disabled {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
  cursor: default;
}

.cal-day.empty {
  opacity: 0.3;
  pointer-events: none;
}

.info-thank {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  opacity: 0.8;
}

.info-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

.info-meta-item svg {
  flex-shrink: 0;
  opacity: 0.8;
}

.timezone-select {
  background: transparent;
  border: none;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 0;
}

.timezone-select:focus {
  outline: none;
}

.timezone-select option {
  background: #1a1a1a;
  color: #fff;
}

/* ── MIDDLE: CALENDAR ── */
.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cal-month {
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
}

.cal-month span {
  font-weight: 300;
  opacity: 0.5;
  margin-left: 6px;
}

.cal-nav {
  background: transparent;
  border: none;
  color: var(--white);
  opacity: 1;
  cursor: pointer;
  padding: 0px 8px;
  border-radius: 6px;
  transition: opacity 0.2s, background 0.2s;
  font-size: 21px;
}

.cal-nav.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Day grid */
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.cal-dow {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  opacity: 0.45;
  text-align: center;
  padding: 6px 0 10px;
}

.cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  background: var(--day-bg);
  color: var(--white);
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  user-select: none;
}

.cal-day:hover {
  background: rgba(255, 255, 255, 0.21);
  color: var(--Orange, #F05D35);
}

.cal-day.today {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.21);
  color: var(--Orange, #F05D35) !important;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cal-day.selected {
  background: #F05D35;
  color: var(--Orange, #F6F6F6);
  font-weight: 600;
}

.cal-day.disabled {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
  cursor: default;
}

.cal-day.empty {
  opacity: 0.3;
  pointer-events: none;
}

.cal-day.other-month {
  background: transparent;
  opacity: 0.25;
}

/* ── RIGHT: TIME SLOTS ── */
.time-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.time-date {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.time-date span {
  font-weight: 300;
  opacity: 0.5;
  margin-left: 4px;
}

.time-format {
  display: flex;
  gap: 4px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.18);
}

.fmt-btn {
  background: transparent;
  border: 1px solid var(--card-border);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s;
}

.fmt-btn.active {
  border-radius: 4px;
  background: #0C0C0C;
  opacity: 1;
}

/* Time slot list */
.time-slots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}

.time-slots::-webkit-scrollbar {
  width: 4px;
}

.time-slots::-webkit-scrollbar-track {
  background: transparent;
}

.time-slots::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.time-slot {
  border-radius: 10px;
  border: 1px solid #333232;
  background: rgba(29, 29, 29, 0.53);
  padding:10px;
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  user-select: none;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}

.time-slot:hover {
  background: #D83903;
  transform: translateY(-1px);
}

.time-slot.selected {
  border: 1px solid #D83903;
  background: var(--Orange, #D83903);
  color: #fff;
  font-weight: 600;
}

/* ── FOOTER BUTTONS ── */
.btn-back {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.btn-back:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
}

.btn-next {
  background: var(--orange);
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.btn-next:hover {
  background: #d44a14;
  transform: translateY(-1px);
}

textarea.text-area-schedule-call {
  height: 105px;
}

.privacy-consent {
  color: var(--white, #F6F6F6);
  text-align: end;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.7;
}

.privacy-consent p {
  margin: 0;
}

.privacy-consent a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.form-group-schedule-call {
  margin-bottom: 23px !important;
}

.info-meta-item img {
  width: 24px;
}
.country-dropdown {
    border-radius: 10px;
    border: 1px solid #333232;
    background: rgba(29, 29, 29, 0.53);
    padding: 10px;
    gap: 10px;
    align-self: stretch;
    margin: 20px 0;
}