.contact-form-wrapper {
  position: relative;

}



.contact-progressbar {
  width: 0;
  height: 5px;
  margin-bottom: 30px;
  background-color: var(--second-color);
  display: block;
  border-radius: 0;
}

.contact-form {
  padding: 1rem;
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input[type="tel"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
  left: 15px;
  top: -0.5rem;
  background-color: var(--white-color);
  font-size: 16px !important;
  color: var(--second-color);
  padding: 3px 5px;
  transition: 0.5 all ease-in-out;
  border-radius: 0;
}

.input-box input[type="date"]:focus,
.input-box input[type="date"]:valid,
.input-box input[type="number"]:focus,
.input-box input[type="tel"]:focus,
.input-box input:not(:placeholder-shown),
.input-box input[type="email"]:focus,
.input-box input[type="text"]:focus,
.input-box input[type="text"]:not(:placeholder-shown),
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown) {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.input-box {
  position: relative;
}

.form-select {
  border: none;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}

.input-box label {
  position: absolute;
  top: calc(100% - 30px);
  z-index: 20;
  left: 10px;
  text-transform: capitalize;
  font-size: 16px !important;
  font-weight: 500;
}

input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;
}

.contact-cta {
  margin-bottom: 20px;
}

.contact-box {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.contact-sidebar {
  border-radius: 0;
  height: 97%;
  background: var(--white-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 14px;
}

.contact-info-box {
  display: flex;
  align-items: center;
  background: #eafaf6;
  border-radius: 0;
  padding: 15px;
  margin-bottom: 18px;
  gap: 16px;
}

.contact-info-box .icon {
  font-size: 2rem;
  color: #1ec28b;
  background: #d1f5e6;
  border-radius: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-title {
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 2px;
  color: var(--black-color);
}

.info-text {
  color: var(--black-color);
  font-size: 0.98rem;
}

.help-card {
  background: var(--white-color);
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(30, 194, 139, 0.07);
  padding: 22px 18px 16px 18px;
  margin-top: 18px;
  border: 1px solid #eee;
}

.help-profile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.help-profile img {
  width: 48px;
  height: 48px;
  border-radius: 0;
  object-fit: cover;
  border: 2px solid #eafaf6;
}

.help-title {
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 2px;
}

.help-desc {
  font-size: 0.97rem;
  color: #222;
}

.help-phone {
  color: var(--second-color);
  font-weight: 600;
  font-size: 1.08rem;
}

.help-card hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

.chat-btn {
  width: 100%;
  display: block;
  text-align: center;
  background: var(--white-color);
  color: var(--second-color);
  border: 1.5px solid var(--second-color);
  border-radius: 0;
  padding: 10px 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 12px;
  transition: background 0.2s, color 0.2s;
}

.chat-btn i {
  margin-right: 7px;
}

.chat-btn:hover {
  background: var(--second-color);
  color: var(--white-color);
}

.help-hours {
  color: #b0b0b0;
  font-size: 0.97rem;
  text-align: left;
}

input[type="date"],
input[type="month"],
input[type="text"],
input[type="number"] {
  width: 100%;
  padding: 15px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 16px;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

.contact-method {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 14px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(28, 50, 92, 0.15);
  border: 2px solid rgba(197, 149, 91, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 42px;
}

.contact-method::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(197, 149, 91, 0.1), transparent);
  transition: left 0.6s ease;
}

.contact-method:hover::before {
  left: 100%;
}

.contact-method:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(28, 50, 92, 0.15);
  border-color: var(--rich-gold);
}

.contact-method-icon {
  width: clamp(70px, 10vw, 80px);
  height: clamp(70px, 10vw, 80px);
  background: var(--gradient-gold);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  color: var(--primary-navy);
  box-shadow: 0 16px 48px rgba(28, 50, 92, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-method:hover .contact-method-icon {
  transform: scale(1.1);
}

.contact-method-title {
  font-family: 'Playfair Display', serif;
  color: #142843;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 0;
}

.contact-method-info {
  color: #142843;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
}

.contact-method-link {
  color: var(--main-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-method-link:hover {
  color: var(--warm-bronze);
  transform: translateX(5px);
}

.Visit .contact-method {
  height: 335px;
}

@media (max-width: 768px) {
  .contact-sidebar {
    padding: 11px;
    margin-top: 27px;
  }
}

.total-price-content {
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0;
  padding: 1rem;
  border-top: 5px solid var(--main-color);
}

.total-price-heading {
  text-align: center;
  margin-bottom: 20px;
}

.total-price-name {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 1rem;
}

.total-price-amout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.total-price-amout span {
  font-size: 20px;
  font-weight: 500;
}

.total-price-cta {
  text-align: center;
}

.total-price-cta .btn-effect {
  border-radius: 0;
  width: 100%;
}

.order-details {
  position: relative;
  height: 90%;
}

.order-summery {
  position: sticky;
  top: 100px;
  padding: 20px 30px;
  border-radius: 0;
  background-color: var(--white-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-top: 5px solid var(--main-color);
}

.order-summary-item img {
  width: 100px;
  height: 100px;
  border-radius: 0;
  object-fit: cover;
}

.input-box {
  position: relative;
  margin-bottom: 10px;
}

.input-box label {
  position: absolute;
  top: 0.5rem;
  z-index: 20;
  left: 20px;
  font-size: 14px;
}

.input-box label::before {
  content: "";
  width: 100%;
  top: 0;
  height: 100%;
  background: transparent;
  position: absolute;
  z-index: -1;
}

.input-box input:focus {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid var(--second-color);
}

.input-box select {
  padding: 5px 15px 0;
  height: 45px;
}

.input-box select+label {
  position: absolute;
  left: 0;
  top: -0.5rem;
  background-color: var(--white-color);
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.contact__address {
  display: flex;
  flex-direction: column;
}

.contact__address .contact-method-link {
  font-size: 17px;
  margin-top: auto;
  text-align: center;
  margin-bottom: 14px;
}

.tailor__box {
  background: #ddd;
  box-shadow: -4px -4px 16px #00000014, 4px 8px 16px #00000014;
  border-radius: 0;
  padding: 35px;
}

button.decrease-btn {
  background: #fff;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 40px;
  border-radius: 0;
  color: #000;
  font-size: 20px;
}

button.increase-btn {
  background: #fff;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 40px;
  border-radius: 0;
  color: #1a2b49;
  font-size: 20px;
}

.counter-controls input[type="number"] {
  text-align: center;
  width: 43%;
  height: 42px;
  border-radius: 0;
}

.counter-controls {
  background-color: transparent;
  display: flex;
  align-items: center;
  border-radius: 0;
  gap: 4px;
  justify-content: center;
  padding: 6px;
  margin-bottom: 19px;
}


@media(max-width:640px) {

  .tailor__box {
    background: #ddd;
    box-shadow: -4px -4px 16px #00000014, 4px 8px 16px #00000014;
    border-radius: 0;
    padding: 0;
  }

}

.formNumber {
  display: flex;
  justify-content: center;
}


.eet-shell {
  width: min(1293px, 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 {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: start;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 38px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .07);
  border-radius: 20px;
}

.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;
  margin-top: 9px;
}

.contact-form label {
  display: block
}

.contact-form label span {
  display: block;
  margin: 0 0 9px;
  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(--navy);
  color: var(--white);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .13);
  border-radius: 20px;
}

.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;
  border-radius: 10px;
}

.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: 29px 0 clamp(78px, 10vw, 80px);
  background: var(--white)
}

.contact-map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 26px;
  flex-direction: column;
}

.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);
  border-radius: 24px;
}

.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;
  border-radius: 20px;
}

.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: auto;
  }
}

.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: 0;
  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);
  border-radius: 20px;
}

.bt-form-head {
  max-width: 640px;
  margin-bottom: 34px;
}

.bt-form-head h2 {
  font-size: clamp(38px, 5vw, 62px);
  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: 10px;
  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;
  border-radius: 0;
}

.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 #d6ac5a;
  background: #d2a755;
  color: var(--white);
  font-family: var(--ui);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease;
  border-radius: 20px;
}

.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-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: 0;
  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: 0;
  padding: 28px;
  box-shadow: var(--soft);
  margin-bottom: 30px;
}

.eet--shell {
  padding-top: 92px;
}

/* Additional Contact Form Styles */
.btn-dark {
  background: var(--black);
  color: #fff;
  padding: 14px 24px;
  border: 1px solid var(--black);
  border-radius: 0;
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease;
  min-height: 52px;
}

.btn-dark:hover {
  transform: translateY(-2px);
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

/* Contact Form Elements */
.contact-form input,
.contact-form textarea,
.contact-form select {
  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: 8px;
  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,
.contact-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(185, 155, 99, .12);
}

/* Contact Layout Grid */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}

@media (max-width: 1040px) {
  .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;
  }
}

@media (max-width: 760px) {
  .contact-panel {
    display: block;
    padding: 22px;
  }

  .contact-form {
    padding: 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .btn {
    width: 100%;
  }
}

/* Section Kicker Style */
.section-kicker {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

/* Counter Styles for tailorMade.html */
.bt-counter-field {
  margin-bottom: 20px;
}

.bt-counter-field label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #2d2d2d;
}

.bt-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(24, 24, 24, .16);
  background: #fbfaf7;
  border-radius: 10px;
  overflow: hidden;
  max-width: 206px;
  transition: all 0.3s ease;
  padding: 10px 12px;
}

.bt-counter:hover {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(227, 189, 104, 0.1);
}

.bt-counter-btn {
  width: 56px;
  height: 31px;
  border: none;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
}

.bt-counter-btn:hover {
  background: var(--gold);
  color: var(--white);
  transform: scale(1.05);
}

.bt-counter-btn:active {
  transform: scale(0.95);
}

.bt-counter-btn:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.bt-counter input[type="number"] {
  width: 100px;
  height: 52px;
  border: none;
  background: #fbfaf7;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-appearance: textfield;
  transition: all 0.3s ease;
}

.bt-counter input[type="number"]:focus {
  background: var(--white);
  color: var(--navy);
}

.bt-counter input[type="number"]::-webkit-outer-spin-button,
.bt-counter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Flatpickr custom styles */
.flatpickr-input {
  cursor: pointer;
}

.flatpickr-input:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 4px rgba(227, 189, 104, 0.12) !important;
}

.flatpickr-calendar {
  border-radius: 0 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid var(--gold) !important;
}

.flatpickr-day.selected {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}

.flatpickr-day.selected:hover {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}

.flatpickr-day:hover {
  background: rgba(227, 189, 104, 0.1) !important;
  border-color: var(--gold) !important;
}

.flatpickr-day.today {
  border-color: var(--gold) !important;
}

.flatpickr-months .flatpickr-month {
  background: var(--navy) !important;
  color: var(--white) !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: var(--navy) !important;
  color: var(--white) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--white) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: var(--white) !important;
}

.flatpickr-weekdays {
  background: rgba(6, 29, 53, 0.1) !important;
}

.flatpickr-weekday {
  color: var(--navy) !important;
  font-weight: 600 !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  color: var(--white) !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: var(--gold) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bt-counter {
    max-width: 100%;
  }

  .bt-counter-btn {
    width: 35px;
    height: 48px;
    font-size: 16px;
  }

  .bt-counter input[type="number"] {
    width: 50px;
    height: 48px;
    font-size: 14px;
  }
}

/* Contact Layout Improvements */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
  padding-top: 64px;
}

/* Counter Field Styling */
.bt-counter-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  /* align-items: center; */
}

.bt-counter-field label {
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #2d2d2d;
}



.bt-counter-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}



/* Steps Grid for Tailor Made Page */
.bt-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.bt-steps article {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: var(--offwhite);
  border: 1px solid var(--line);
}

.bt-steps span {
  font-family: var(--ui);
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bt-steps h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 600;
  color: var(--soft-black);
}

.bt-steps p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

/* Responsive Design Improvements */
@media (max-width: 1040px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bt-intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bt-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .bt-fields {
    grid-template-columns: 1fr;
  }

  .bt-fields.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bt-fields.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bt-counter {
    justify-content: space-between;
    padding: 12px;
  }
}

/* Additional Mobile Optimizations */
@media (max-width: 430px) {
  .contact-form {
    padding: 20px;
  }

  .contact-panel {
    padding: 20px;
  }

  .bt-form-card {
    padding: 20px;
  }

  .bt-counter-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .bt-counter input[type="number"] {
    width: 50px;
    font-size: 14px;
  }

  .bt-steps article {
    padding: 18px;
  }

  .bt-steps h3 {
    font-size: 20px;
  }
}


/* Loading State for Submit Button */
.bt-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.bt-submit:disabled:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.text-link {
  text-align: left;
  margin: 0 0 0 auto;
}

.contact-form select {
  margin-top: 12px;
}.section-head {
    max-width: 100%;
    margin: 0 auto 42px;
    text-align: start;
}
.ornament {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}





@media (max-width: 991px) {

.contact-form label span {
    margin: 0 0 0;
}
.contact-form select {
    margin-top: 2px;
}

}


/* =========================================================
   Form Validation — Inline Errors
   ========================================================= */
.bt-field-error input,
.bt-field-error select,
.bt-field-error textarea {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, .12) !important;
}

.bt-field-error.bt-consent-row {
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(192, 57, 43, .05);
}

.bt-error {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: #c0392b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.bt-error::before {
    content: "⚠";
    font-size: 11px;
    flex-shrink: 0;
}


/* =========================================================
   Child Ages Grid
   ========================================================= */
.bt-child-ages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 4px;
    padding: 16px;
    background: rgba(201, 155, 61, .06);
    border: 1px dashed rgba(201, 155, 61, .35);
    border-radius: 16px;
    animation: fadeInUp .22s ease;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.bt-child-ages-grid .bt-field label {
    font-size: 12px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 5px;
    display: block;
}

.bt-child-ages-grid .bt-field label span {
    color: var(--gold);
}
