.eet-shell {
  width: min(1166px, calc(100% - 87px));
  margin-inline: auto;
  /* padding-top: 92px; */
}

/* Contact page â€” extends main.css */
.responsive-cover-picture,
.responsive-cover-picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.responsive-cover-picture img {
  object-fit: cover;
  filter: saturate(.84) contrast(1.05)
}

.contact-hero {
  min-height: 650px;
  position: relative;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  background: var(--black)
}

.contact-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .42) 46%, rgba(0, 0, 0, .1)), linear-gradient(0deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .05) 58%)
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  padding: 150px 0 92px
}

.contact-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78)
}

.contact-breadcrumb span:last-child {
  color: var(--white)
}

.contact-hero h1 {
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 108px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 600;
  max-width: 850px;
  margin: 20px 0 24px
}

.contact-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 20px
}

.contact-intro {
  padding: clamp(38px, 9vw, 46px) 0;
  background: #fff;
  /* padding-bottom: 0; */
  /* margin-top: 30px; */
}

.contact-intro-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 78px;
  /* align-items: center */
}

.contact-intro h2,
.form-head h2,
.contact-panel-head h2,
.contact-map-head h2,
.contact-cta h2 {
  font-family: var(--serif);
  color: var(--deep-navy);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.1
}

.contact-intro h2 {
  font-size: clamp(42px, 5.6vw, 68px);
  margin: 14px 0 0
}

.contact-intro p {
  margin-top: 17px;
  color: #505050;
  font-size: 18px
}

.contact-main {
  padding: clamp(78px, 10vw, 138px) 0;
  background: #e7e3dc;
  padding-top: 0;
}

.contact-layout {
  /* max-width: 840px; */
  /* margin: 0 auto; */
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 38px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .07);
  /* text-align: center; */
}

.contact-intro {
  /* max-width: 829px; */
  margin: 0 auto 42px;
  text-align: center;
}

.contact-intro h2 {
  font-size: clamp(40px, 4.6vw, 60px);
  margin: 12px 0 14px;
}

.contact-intro p {
  margin: 0 auto;
  max-width: 640px;
  color: #555;
  font-size: 16px;
}

.form-head h2 {
  font-size: clamp(40px, 4.6vw, 60px);
  margin: 12px 0 14px
}

.form-head p {
  margin: 0;
  color: #555;
  font-size: 16px
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px
}

.contact-form label {
  display: block
}

.contact-form label span {
  display: block;
  margin: 0 0 8px;
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #6e6e6e;
  display: flex;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 24, 24, .12);
  background: var(--white);
  color: var(--black);
  padding: 17px 18px;
  font: 600 14px/1.4 var(--ui);
  outline: none;
  border-radius: 0;
  transition: .25s ease
}

.contact-form textarea {
  resize: vertical;
  min-height: 190px;
  line-height: 1.7
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8f8f8f;
  font-weight: 500
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(185, 155, 99, .12)
}

.full-field {
  margin-top: 16px
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px
}

.form-actions p {
  max-width: 390px;
  margin: 0;
  color: #777;
  font-size: 14px
}

.btn-dark {
  background: var(--black);
  color: #fff;
  padding: 10px;
}

.contact-panel {
  position: sticky;
  top: 105px;
  background: var(--black);
  color: var(--white);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .13)
}

.contact-panel-head {
  margin-bottom: 20px
}

.contact-panel-head h2 {
  color: var(--white);
  font-size: 42px;
  margin: 10px 0 0
}

.contact-info-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .14)
}

.contact-info-card:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .14)
}

.contact-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: rgba(185, 155, 99, .14);
  border: 1px solid rgba(185, 155, 99, .35);
  color: var(--gold);
  font-family: var(--ui);
  font-weight: 900;
  font-size: 22px
}

.contact-info-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--white)
}

.contact-info-card small {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.55
}

.contact-info-card:hover .contact-icon {
  background: #fff;
  color: var(--black)
}

.contact-map-section {
  padding: 0 0 clamp(78px, 10vw, 135px);
  background: var(--white)
}

.contact-map-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px
}

.contact-map-head h2 {
  font-size: clamp(40px, 5vw, 62px);
  margin: 10px 0 0
}

.contact-map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--offwhite);
  padding: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .08)
}

.contact-map-card iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  filter: saturate(.82) contrast(.98)
}

.contact-expect {
  padding: clamp(78px, 10vw, 135px) 0;
  background: var(--offwhite)
}

.contact-expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.contact-expect article {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 34px;
  min-height: 250px
}

.contact-expect span {
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  color: var(--gold)
}

.contact-expect h3 {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 18px 0 14px
}

.contact-expect p {
  margin: 0;
  color: #555
}

.contact-cta {
  background: var(--black);
  color: var(--white);
  padding: clamp(90px, 12vw, 160px) 0;
  text-align: center
}

.contact-cta-inner {
  max-width: 760px
}

.contact-cta .gold-rule {
  margin-inline: auto
}

.contact-cta h2 {
  color: var(--white);
  font-size: clamp(48px, 7vw, 90px);
  margin: 0 0 18px
}

.contact-cta p {
  color: rgba(255, 255, 255, .72);
  max-width: 560px;
  margin: 0 auto 32px
}

@media(max-width: 1040px) {
  .contact-intro-grid {
    grid-template-columns: 1fr;
    gap: 42px
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .contact-panel {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px
  }

  .contact-panel-head {
    grid-column: 1/-1
  }

  .contact-map-card iframe {
    height: 460px
  }

  .contact-expect-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width: 760px) {
  .contact-hero {
    min-height: 720px;
    align-items: end
  }

  .contact-hero-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .28) 38%, rgba(0, 0, 0, .72)), linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .12))
  }

  .contact-hero-inner {
    padding: 118px 0 58px
  }

  .contact-breadcrumb {
    font-size: 9px;
    gap: 9px;
    margin-bottom: 24px
  }

  .contact-hero h1 {
    font-size: 54px;
    max-width: 380px
  }

  .contact-hero p {
    font-size: 17px
  }

  .contact-intro,
  .contact-main,
  .contact-expect {
    padding: 64px 0
  }

  .contact-intro h2,
  .form-head h2,
  .contact-map-head h2,
  .contact-cta h2 {
    font-size: 45px
  }

  .contact-form {
    padding: 22px
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column
  }

  .form-actions .btn {
    width: 100%
  }

  .contact-panel {
    display: block;
    padding: 22px
  }

  .contact-panel-head h2 {
    font-size: 36px
  }

  .contact-info-card {
    grid-template-columns: 50px 1fr;
    gap: 14px
  }

  .contact-icon {
    width: 50px;
    height: 50px
  }

  .contact-map-head {
    display: block
  }

  .contact-map-head .text-link {
    display: inline-flex;
    margin-top: 16px
  }

  .contact-map-card {
    padding: 8px
  }

  .contact-map-card iframe {
    height: 390px
  }

  .contact-expect-grid {
    grid-template-columns: 1fr
  }

  .contact-expect article {
    padding: 26px;
    min-height: auto
  }
}

@media(max-width: 430px) {
  .contact-hero h1 {
    font-size: 47px
  }

  .contact-form input,
  .contact-form textarea {
    padding: 15px 14px
  }

  .contact-info-card small {
    font-size: 14px
  }

  .contact-map-card iframe {
    height: 340px
  }

  .contact-expect h3 {
    font-size: 31px
  }
}

.c4t-section-head {
  text-align: left;
  max-width: max-content;
  margin: 0;
}

.eet-footer-social {
  display: flex;
  gap: 14px;
  margin-top: 32px;
}

.eet-footer-social a {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 18px;
  transition: .3s ease;
  text-decoration: none;
}


/* Build Your Trip Page - Exceptional Egypt Travel */

.bt-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.bt-hero picture,
.bt-hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bt-hero img {
  object-fit: cover;
  filter: saturate(.86) contrast(1.05);
}

.bt-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .38) 45%, rgba(0, 0, 0, .12)),
    linear-gradient(0deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .10) 56%);
}

.bt-hero-inner {
  position: relative;
  z-index: 2;
  padding: 150px 0 86px;
}

.bt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .66);
}

.bt-breadcrumb a {
  color: rgba(255, 255, 255, .88);
}

.bt-hero h1 {
  max-width: 850px;
  margin: 18px 0 24px;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 110px);
  line-height: .98;
  font-weight: 600;
  letter-spacing: -.075em;
}

.bt-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .80);
  font-size: 19px;
}

.bt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.bt-intro {
  padding: clamp(68px, 9vw, 118px) 0 34px;
  background: var(--offwhite);
}

.bt-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 72px;
  align-items: center;
}

.bt-intro h2,
.bt-side-panel h2,
.bt-form-head h2,
.bt-trust h2 {
  margin: 0;
  font-family: var(--serif);
  color: var(--soft-black);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.bt-intro h2 {
  font-size: clamp(42px, 5.6vw, 68px);
}

.bt-intro p {
  margin: 0;
  color: #505050;
  font-size: 18px;
}

.bt-form-section {
  padding: 46px 0 clamp(86px, 10vw, 66px);
  background: var(--offwhite);
}

/* .bt-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: start;
} */

.bt-side-panel {
  position: sticky;
  top: 104px;
  padding: 34px;
  background: var(--soft-black);
  color: var(--white);
  min-height: 640px;
}

.bt-side-panel h2 {
  color: var(--white);
  font-size: clamp(38px, 4.6vw, 58px);
  margin-top: 16px;
}

.bt-steps {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.bt-steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.bt-steps span,
.bt-trust-cards span {
  font-family: var(--ui);
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.bt-steps h3,
.bt-trust-cards h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 600;
}

.bt-steps p,
.bt-note-card p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
}

.bt-note-card {
  margin-top: 30px;
  padding: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}

.bt-note-card strong {
  display: block;
  font-family: var(--ui);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  margin-bottom: 10px;
}

.bt-note-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--white);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
}

.bt-form-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
}

.bt-form-head {
  max-width: 640px;
  margin-bottom: 34px;
}

.bt-form-head h2 {
  font-size: clamp(38px, 5.4vw, 66px);
  margin: 13px 0 14px;
}

.bt-form-head p {
  margin: 0;
  color: #5a5a5a;
  font-size: 16px;
}

.bt-form {
  display: grid;
  gap: 13px;
}

.bt-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.bt-form legend {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--black);
}

.bt-fields {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bt-fields.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bt-fields.three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bt-field {
  display: grid;
  gap: 8px;
}

.bt-field label,
.bt-consent {
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #2d2d2d;
}

.bt-field label span {
  color: var(--gold);
}

.bt-field input,
.bt-field select,
.bt-field textarea {
  width: 100%;
  border: 1px solid rgba(24, 24, 24, .16);
  background: #fbfaf7;
  color: var(--ink);
  min-height: 52px;
  padding: 0 15px;
  border-radius: 0;
  font-family: var(--ui);
  font-size: 14px;
  outline: none;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.bt-field textarea {
  min-height: 160px;
  padding: 15px;
  resize: vertical;
  line-height: 1.7;
}

.bt-field input:focus,
.bt-field select:focus,
.bt-field textarea:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(185, 155, 99, .12);
}

.bt-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bt-choice {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(24, 24, 24, .14);
  background: #fbfaf7;
  cursor: pointer;
  transition: .25s ease;
}

.bt-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bt-choice span {
  position: relative;
  padding-left: 24px;
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #272727;
}

.bt-choice span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
  border: 1px solid rgba(24, 24, 24, .35);
  background: transparent;
}

.bt-choice input:checked+span:before {
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: inset 0 0 0 3px #fbfaf7;
}

.bt-choice:has(input:checked) {
  border-color: rgba(185, 155, 99, .65);
  background: rgba(185, 155, 99, .10);
}

.bt-consent-row {
  border-top: 1px solid var(--line);
  padding-top: 4px;
}

.bt-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  color: #505050;
}

.bt-consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.bt-submit {
  min-height: 58px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease;
}

.bt-submit:hover {
  transform: translateY(-2px);
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

.bt-trust {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--white);
}

.bt-trust-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.bt-trust h2 {
  font-size: clamp(42px, 5.5vw, 70px);
  margin-top: 16px;
}

.bt-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bt-trust-cards article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  background: var(--offwhite);
  border: 1px solid var(--line);
}

.bt-trust-cards p {
  margin: 0;
  color: #595959;
  font-size: 15px;
}

@media (max-width: 1040px) {

  .bt-layout,
  .bt-intro-grid,
  .bt-trust-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bt-side-panel {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .bt-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .bt-steps article {
    grid-template-columns: 1fr;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .14);
    padding: 22px;
  }

  .bt-steps article:last-child {
    border-right: 0;
  }

  .bt-trust-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bt-hero {
    min-height: 760px;
    align-items: end;
  }

  .bt-hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .24) 35%, rgba(0, 0, 0, .72)),
      linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .16));
  }

  .bt-hero-inner {
    padding: 94px 0 54px;
  }

  .bt-breadcrumb {
    margin-bottom: 22px;
    gap: 8px;
    font-size: 9px;
    letter-spacing: .14em;
  }

  .bt-hero h1 {
    max-width: 390px;
    font-size: 56px;
    letter-spacing: -.07em;
  }

  .bt-hero p {
    font-size: 16px;
  }

  .bt-hero-actions .btn {
    width: 100%;
  }

  .bt-intro {
    padding: 64px 0 24px;
  }

  .bt-intro h2,
  .bt-side-panel h2,
  .bt-form-head h2,
  .bt-trust h2 {
    font-size: 43px;
  }

  .bt-form-section {
    padding: 30px 0 70px;
  }

  .bt-side-panel,
  .bt-form-card {
    padding: 24px;
  }

  .bt-steps {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .bt-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 20px 0;
  }

  .bt-fields.two,
  .bt-fields.three,
  .bt-choice-grid,
  .bt-trust-cards {
    grid-template-columns: 1fr;
  }

  .bt-form-card {
    box-shadow: none;
  }

  .bt-submit {
    width: 100%;
  }

  .bt-trust {
    padding: 68px 0;
  }

  .bt-trust-cards article {
    min-height: 210px;
  }
}

@media (max-width: 430px) {
  .bt-hero h1 {
    font-size: 49px;
  }

  .bt-intro h2,
  .bt-side-panel h2,
  .bt-form-head h2,
  .bt-trust h2 {
    font-size: 39px;
  }

  .bt-side-panel,
  .bt-form-card {
    padding: 20px;
  }

  .bt-choice span {
    font-size: 10px;
  }
}

.c4t-faq-section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 58px) 0;
}


/* Counter Field Styles */
.bt-counter-field {
  margin-bottom: 24px;
}

.bt-counter-field label {
  display: block;
  font-family: var(--ui, 'Inter', sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 12px;
}

.bt-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 12px 20px;
  max-width: 200px;
}

.bt-counter-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #d0d0d0;
  background: #f8f9fa;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt-counter-btn:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.bt-counter-btn:active {
  transform: scale(0.95);
}

.bt-counter input[type="number"] {
  width: 60px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  -moz-appearance: textfield;
}

.bt-counter input[type="number"]::-webkit-outer-spin-button,
.bt-counter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bt-counter input[type="number"]:focus {
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bt-counter-field {
    margin-bottom: 20px;
  }

  .bt-counter {
    max-width: 100%;
  }
}


/* Travelers Section for Contact Form */
.travelers-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.travelers-counters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

@media (max-width: 768px) {
  .travelers-counters {
    grid-template-columns: 1fr;
  }
}

.form-select {
  width: 100%;
  border: 1px solid rgba(24, 24, 24, .12);
  background: var(--white);
  color: #ababab;
  padding: 17px 18px;
  font: 600 14px / 1.4 var(--ui);
  outline: none;
  border-radius: 0;
  transition: .25s ease;
}

@media (max-width: 760px) {
  .eet-shell {
    width: calc(100% - 28px);
  }

  .bt-fields {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


/* Flatpickr Mobile Fixes */
.flatpickr-calendar {
  z-index: 9999 !important;
}

@media (max-width: 768px) {
  .flatpickr-calendar {
    width: 90vw !important;
    max-width: 340px;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .flatpickr-months {
    padding: 10px;
  }

  .flatpickr-day {
    height: 40px;
    line-height: 40px;
    max-width: 40px;
  }

  .flatpickr-current-month {
    font-size: 110%;
    padding: 10px 0;
  }
}

.about-hero h1 {
  color: #fff
}



.seo-intro{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--soft);
  margin-bottom: 30px;
  padding: 34px clamp(18px, 4vw, 64px);
  width: min(1223px, 100%);
  margin: 53px auto;
}

.c4t-section-head {
  text-align: left;
  max-width: max-content;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--soft);
  margin-bottom: 30px;
}

.eet--shell{
  padding-top: 92px;
}