/*Banner section start*/

.custom-banner-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 60px 0 0;
  display: flex;
  align-items: flex-start;
}

.custom-banner-section::before,
.custom-banner-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.custom-banner-section::before {
  inset: auto auto 5% 6%;
  width: 520px;
  height: 190px;
  background: radial-gradient(ellipse at center, rgba(0, 106, 255, 0.3) 0%, rgba(0, 106, 255, 0) 70%);
  filter: blur(8px);
}

.custom-banner-section::after {
  inset: 9% 2% auto auto;
  width: 460px;
  height: 210px;
  background: radial-gradient(ellipse at center, rgba(255, 127, 22, 0.34) 0%, rgba(255, 127, 22, 0) 72%);
  filter: blur(8px);
}

.custom-banner-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.custom-banner-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 850ms ease, transform 4300ms ease;
}

.custom-banner-bg-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.custom-banner-section .container-fluid {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

.custom-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(119deg, rgba(255, 132, 25, 0.22) 0%, rgba(255, 132, 25, 0) 33%),
    radial-gradient(circle at 18% 14%, rgba(255, 125, 12, 0.2) 0%, rgba(255, 125, 12, 0) 42%),
    radial-gradient(circle at 52% 62%, rgba(6, 94, 255, 0.16) 0%, rgba(6, 94, 255, 0) 40%),
    radial-gradient(circle at 87% 82%, rgba(255, 125, 12, 0.22) 0%, rgba(255, 125, 12, 0) 38%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.76) 0%, rgba(3, 7, 14, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.custom-banner-top-strip {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255, 130, 28, 0.38);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(9, 13, 19, 0.92) 0%, rgba(9, 13, 19, 0.72) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  margin-bottom: 24px;
}

.custom-top-item {
  color: #f0f0f0;
  min-height: 46px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-right: 1px solid rgba(255, 130, 28, 0.22);
}

.custom-top-item:last-child {
  border-right: 0;
}

.custom-top-icon {
  color: #39d4d4;
  font-size: 16px;
}

.custom-banner-row {
  position: relative;
  z-index: 2;
  margin-left: -18px;
  margin-right: -18px;
  align-items: stretch !important;
}

.custom-banner-row > [class*="col-"] {
  padding-left: 18px;
  padding-right: 18px;
}

.custom-banner-content {
  position: relative;
  width: 100%;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.custom-banner-content::before {
  content: none;
}

.custom-banner-content-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 36px 42px 36px 0;
  background: transparent;
  border: 0;
  clip-path: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.custom-banner-content-shell::before,
.custom-banner-content-shell::after {
  content: none;
}

.custom-banner-copy-slider {
  position: relative;
  min-height: 352px;
}

.custom-banner-copy-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms ease;
  pointer-events: none;
}

.custom-banner-copy-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.custom-banner-content h1 {
  color: #fff;
  font-size: clamp(33px, 3.15vw, 44px);
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.7px;
  font-weight: 700;
  max-width: 92%;
  margin-left: 0;
  margin-right: auto;
}

.custom-banner-content h2 {
  color: #fff;
  font-size: clamp(33px, 3.15vw, 44px);
  line-height: 1.08;
  margin-bottom: 16px;
  letter-spacing: -0.4px;
  font-weight: 700;
  max-width: 92%;
  margin-left: 0;
  margin-right: auto;
}

.custom-banner-content h1::after,
.custom-banner-content h2::after {
  content: none;
}

.custom-highlight-cyan {
  color: #39d4d4;
}

.custom-banner-text {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  max-width: 82%;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.custom-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.custom-banner-section .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: 1px solid #ff8e1f;
  background: linear-gradient(90deg, #ef6a10 0%, #ff8b1f 100%);
  box-shadow: 0 10px 20px rgba(239, 106, 16, 0.32);
}

.custom-banner-section .btn.btn-secondary {
  min-height: 48px;
  border-radius: 12px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: 1px solid rgba(255, 142, 31, 0.68);
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-banner-section .btn.btn-secondary:hover,
.custom-banner-section .btn.btn-secondary:focus {
  color: #fff;
  border-color: #39d4d4;
  background: rgba(57, 212, 212, 0.2);
}

.custom-banner-form-wrap {
  height: 100%;
  background: linear-gradient(160deg, rgba(8, 9, 12, 0.92) 0%, rgba(14, 14, 14, 0.86) 100%);
  border-radius: 20px;
  padding: 30px 30px 18px;
  border: 1px solid rgba(255, 146, 55, 0.48);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45), inset 0 0 24px rgba(255, 121, 15, 0.06);
  max-width: 100%;
  margin-left: 24px;
  position: relative;
  overflow: hidden;
}

.custom-banner-form-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ef6a10 0%, #39d4d4 100%);
}

.custom-banner-form-wrap::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 124, 20, 0.3) 0%, rgba(255, 124, 20, 0) 70%);
  pointer-events: none;
}

.custom-banner-form-wrap h4 {
  position: relative;
  margin-bottom: 18px;
  color: #f3f3f3;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.custom-banner-form-wrap h4 span {
  color: #ef6a10;
}

.custom-banner-form-wrap h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8d21 0%, #ffbd7b 100%);
  box-shadow: 0 0 12px rgba(255, 140, 33, 0.55);
}

.custom-banner-form .form-group {
  margin-bottom: 9px;
  position: relative;
  min-height: 52px;
  border: 1px solid rgba(180, 180, 180, 0.52);
  border-radius: 9px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  overflow: hidden;
}

.custom-banner-form .form-group:focus-within {
  border-color: #ef6a10;
  box-shadow: 0 0 0 0.15rem rgba(239, 106, 16, 0.16);
}

.custom-input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 100%;
  border-right: 1px solid rgba(178, 178, 178, 0.32);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.custom-input-icon-textarea {
  height: 48px;
}

.custom-banner-form .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  background: transparent;
  color: #f1f1f1;
  padding: 12px 14px 12px 62px;
  font-weight: 400;
  box-shadow: none;
}

.custom-banner-form textarea.form-control {
  height: auto;
  min-height: 72px;
  max-height: 104px;
  resize: vertical;
  padding-top: 12px;
}

.custom-banner-form .form-control:focus {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.custom-banner-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

.custom-banner-form .btn {
  min-height: 52px;
  width: 100%;
  margin-top: 12px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-banner-form .btn i {
  font-size: 15px;
  transform: translateY(-1px);
}

.custom-form-note {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-size: 12px;
}

.custom-form-note i {
  color: #ef6a10;
  margin-right: 4px;
}

.custom-banner-bottom-strip {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 130, 28, 0.35);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.92) 0%, rgba(8, 12, 18, 0.78) 100%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

.custom-bottom-item {
  min-height: 58px;
  font-size: 15px;
  color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 130, 28, 0.2);
  padding: 10px 12px;
  font-weight: 500;
}

.custom-bottom-item:last-child {
  border-right: 0;
}

.custom-bottom-item i {
  color: #39d4d4;
  font-size: 18px;
}

.custom-banner-section .btn.btn-primary:hover,
.custom-banner-section .btn.btn-primary:focus {
  background: #39D4D4 !important;
  border-color: #39D4D4 !important;
  color: #fff !important;
}

@media (max-width: 1199px) {
  .custom-banner-top-strip,
  .custom-banner-bottom-strip {
    display: none;
  }

  .custom-banner-section::before,
  .custom-banner-section::after {
    display: none;
  }

  .custom-banner-section .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .custom-banner-section {
    min-height: auto;
    padding: 74px 0 20px;
  }

  .custom-banner-row {
    margin-left: 0;
    margin-right: 0;
    row-gap: 14px;
  }

  .custom-banner-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-banner-row > .col-lg-7,
  .custom-banner-row > .col-xl-7,
  .custom-banner-row > .col-lg-5,
  .custom-banner-row > .col-xl-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-banner-content h1 {
    font-size: 31px;
    max-width: 100%;
  }

  .custom-banner-content h2 {
    font-size: 31px;
    max-width: 100%;
  }

  .custom-banner-text {
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
  }

  .custom-banner-form-wrap {
    margin-left: 0;
    border-radius: 16px;
    padding: 20px 16px 14px;
  }

  .custom-banner-form-wrap h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .custom-banner-form .form-group {
    min-height: 48px;
    margin-bottom: 8px;
  }

  .custom-input-icon {
    width: 44px;
  }

  .custom-banner-form .form-control {
    height: 46px;
    font-size: 14px;
    padding-left: 56px;
  }

  .custom-banner-form textarea.form-control {
    min-height: 72px;
    max-height: 98px;
  }

  .custom-banner-form .btn {
    min-height: 46px;
    font-size: 15px;
    margin-top: 10px;
  }

  .custom-form-note {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .custom-banner-top-strip,
  .custom-banner-bottom-strip {
    display: none;
  }

  .custom-banner-section::before,
  .custom-banner-section::after {
    display: none;
  }

  .custom-banner-section {
    min-height: auto;
    padding: 78px 0 22px;
  }

  .custom-banner-row {
    margin-left: 0;
    margin-right: 0;
    row-gap: 14px;
  }

  .custom-banner-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-banner-content {
    margin-bottom: 8px;
  }

  .custom-banner-content-shell {
    padding: 10px 0 12px;
  }

  .custom-banner-copy-slider {
    min-height: 276px;
  }

  .custom-banner-content h1 {
    font-size: 29px;
    max-width: 100%;
  }

  .custom-banner-content h2 {
    font-size: 29px;
    max-width: 100%;
  }

  .custom-banner-text {
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
  }

  .custom-banner-form-wrap {
    border-radius: 16px;
    padding: 20px 16px 14px;
    margin-left: 0;
  }

  .custom-banner-form-wrap h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .custom-banner-form .form-group {
    min-height: 48px;
    margin-bottom: 8px;
  }

  .custom-input-icon {
    width: 44px;
  }

  .custom-banner-form .form-control {
    height: 46px;
    font-size: 14px;
    padding-left: 56px;
  }

  .custom-banner-form textarea.form-control {
    min-height: 72px;
    max-height: 98px;
  }

  .custom-banner-form .btn {
    min-height: 46px;
    font-size: 15px;
    margin-top: 10px;
  }

  .custom-form-note {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .custom-banner-section {
    padding: 72px 0 16px;
  }

  .custom-banner-section .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .custom-banner-content-shell {
    padding: 8px 0 10px;
  }

  .custom-banner-copy-slider {
    min-height: 286px;
  }

  .custom-banner-content h1 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .custom-banner-content h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .custom-banner-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.55;
    max-width: 100%;
  }

  .custom-banner-actions {
    flex-direction: row;
    gap: 9px;
    width: 100%;
  }

  .custom-banner-actions .btn {
    width: 100%;
    min-height: 44px;
    font-size: 14px;
  }

  .custom-banner-form-wrap {
    border-radius: 14px;
    padding: 18px 12px 12px;
  }

  .custom-banner-form-wrap h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .custom-banner-form .form-control {
    font-size: 14px;
    height: 44px;
  }

  .custom-banner-form textarea.form-control {
    min-height: 66px;
    max-height: 90px;
  }

  .custom-banner-form .btn {
    font-size: 14px;
    min-height: 44px;
    margin-top: 8px;
  }

  .custom-form-note {
    font-size: 10px;
  }

  .custom-banner-bottom-strip {
    grid-template-columns: 1fr;
  }

  .custom-bottom-item {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 130, 28, 0.2);
    justify-content: center;
    font-size: 13px;
  }

  .custom-bottom-item:last-child {
    border-bottom: 0;
  }
}

/*Banner section end*/

/* Global Button Hover Cyan */
.btn:hover,
.btn:focus,
.btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.site-button:hover,
.site-button:focus,
.site-button:active {
  background-color: #39D4D4 !important;
  border-color: #39D4D4 !important;
  color: #fff !important;
}

/* Dubai FAQ block highlight */
.dlab-post-text #dubaiStandFaq .card {
  border: 1px solid #ffd8bd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}

.dlab-post-text #dubaiStandFaq .card:last-child {
  margin-bottom: 0;
}

.dlab-post-text #dubaiStandFaq .card-header {
  background: #fff2e6;
  border-bottom: 1px solid #ffd8bd;
}

.dlab-post-text #dubaiStandFaq .card-body {
  background: #ffffff;
}



/*services section code start*/

.page-hero-banner {
  position: relative;
  padding: 90px 0 90px;
  overflow: hidden;
  margin-top: 115px;
  display: flex;
  /* 👈 added */
  align-items: center;
  /* 👈 vertical center */
}

.page-hero-banner .container {
  width: 100%;
  /* 👈 ensure full width alignment */
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.05);
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.page-hero-content h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.page-hero-content p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

/* Button Styling */
.page-hero-button {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  background: #EF6A10;
  border: none;
  transition: all 0.3s ease;
}

.page-hero-button:hover {
  transform: translateY(-2px);
}

/* ===== Responsive ===== */

@media (max-width: 991px) {
  .page-hero-banner {
    padding: 90px 0 90px;
    margin-top: 110px;
  }

  .page-hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .page-hero-banner {
    padding: 70px 0 70px;
    margin-top: 76px;
  }

  .page-hero-content h1 {
    font-size: 30px;
  }

  .page-hero-content p {
    font-size: 15px;
  }

  .page-hero-button {
    padding: 12px 26px;
    font-size: 14px;
  }
}

/* ===== Page Hero Banner End ===== */


/* FAQ Section Start */
.bx-faq-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #fff8f2 0%, #ffffff 100%);
}

.bx-faq-head {
  max-width: 760px;
  margin: 0 auto 34px;
}

.bx-faq-kicker {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ef6a10;
  margin-bottom: 10px;
}

.bx-faq-head .title {
  margin-bottom: 20px;
}

.bx-faq-head p {
  margin-bottom: 0;
  color: #5e5e5e;
  line-height: 1.7;
}

.bx-faq-list {
  max-width: 1200px;
  margin: 0 auto;
}

.bx-faq-item {
  border: 1px solid #ffd8bd;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(20, 16, 11, 0.05);
}

.bx-faq-item:last-child {
  margin-bottom: 0;
}

.bx-faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 19px 56px 19px 20px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: #1d1d1d;
  background: #fff4ea;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.bx-faq-item summary::-webkit-details-marker {
  display: none;
}

.bx-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ef6a10;
  color: #ef6a10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.bx-faq-item[open] summary {
  background: #ffffff;
}

.bx-faq-item[open] summary::after {
  content: "-";
  background: #EF6A10;
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}

.bx-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding: 0 20px 0;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease, padding 0.3s ease;
}

.bx-faq-answer>* {
  overflow: hidden;
}

.bx-faq-item[open] .bx-faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  padding: 0 20px 20px;
}

.bx-faq-answer p {
  margin: 0;
  color: #4f4f4f;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .bx-faq-section {
    padding: 50px 0;
  }

  .bx-faq-head {
    margin-bottom: 24px;
  }

  .bx-faq-item summary {
    font-size: 15px;
    padding: 16px 48px 16px 16px;
  }

  .bx-faq-item summary::after {
    right: 14px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .bx-faq-answer {
    padding: 0 16px 0;
  }

  .bx-faq-item[open] .bx-faq-answer {
    padding: 0 16px 16px;
  }

  .bx-faq-answer p {
    font-size: 14px;
  }
}

/* FAQ Section End */

/* Booth footer redesign start */
.bx-site-footer {
  background: #ffffff;
  color: #1f1f1f;
  font-family: "Roboto", sans-serif;
}

.bx-site-footer p,
.bx-site-footer a,
.bx-site-footer li,
.bx-site-footer input,
.bx-site-footer textarea,
.bx-site-footer button {
  font-family: "Roboto", sans-serif;
}

.bx-contact-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 24px 52px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
}

.bx-contact-kicker {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ef6a10;
  font-weight: 700;
  margin-bottom: 8px;
}

.bx-contact-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 14px;
}

.bx-contact-heading span {
  color: #ef6a10;
}

.bx-contact-tagline {
  font-size: 17px;
  line-height: 1.5;
  font-style: italic;
  color: #4f4f4f;
  margin-bottom: 30px;
}

.bx-contact-tagline strong {
  font-weight: 800;
}

.bx-contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.bx-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.bx-contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00CCD7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 20px;
}

.bx-contact-text p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #1f1f1f;
}

.bx-contact-text span {
  display: block;
  margin-top: 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ef6a10;
}

.bx-contact-social {
  display: flex;
  gap: 8px;
}

.bx-contact-social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  background: #ffffff;
  transition: 0.2s ease;
}

.bx-contact-social a:hover,
.bx-contact-social a:focus {
  border-color: #EF6A10;
  background: #EF6A10;
  color: #ffffff;
}

.bx-contact-row:hover .bx-contact-icon {
  background: #EF6A10;
}

.bx-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bx-field {
  width: 100%;
  position: relative;
}

.bx-field-icon .bx-input-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #8f8f8f;
  font-size: 13px;
  pointer-events: none;
}

.bx-field input,
.bx-field textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 13px;
  transition: border-color 0.2s ease;
}

.bx-field-icon input {
  padding-left: 34px;
}

.bx-field input:focus,
.bx-field textarea:focus {
  border-color: #ef6a10;
  outline: none;
}

.bx-field input::placeholder,
.bx-field textarea::placeholder {
  color: #7f7f7f;
}

.bx-field textarea {
  min-height: 110px;
  resize: vertical;
}

.bx-upload-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bx-file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.bx-browse-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ef6a10;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.bx-browse-btn:hover,
.bx-browse-btn:focus {
  background: #39d4d4;
  color: #ffffff;
}

.bx-upload-name {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}

.bx-upload-help {
  grid-column: 1 / -1;
  margin: -2px 0 4px;
  padding: 8px 10px;
  border-left: 3px solid #ef6a10;
  background: rgba(239, 106, 16, 0.08);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #5c5c5c;
}

.bx-field-full,
.bx-form-msg,
.bx-submit-row {
  grid-column: 1 / -1;
}

.bx-form-msg .alert {
  margin-bottom: 0;
}

.bx-submit-row {
  display: flex;
  justify-content: flex-end;
}

.bx-submit-btn {
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  border-radius: 4px;
  background: #ef6a10;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 36px;
  cursor: pointer;
  transition: 0.2s ease;
}

.bx-submit-btn:hover,
.bx-submit-btn:focus {
  background: #39d4d4;
  color: #ffffff;
}

.bx-footer-divider {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
}

.bx-footer-main {
  background: #161616;
}

.bx-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 24px 0;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 34px;
}

.bx-footer-logo {
  margin-bottom: 16px;
}

.bx-footer-logo img {
  max-width: 210px;
  width: 100%;
  height: auto;
}

.bx-footer-brand p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  color: #aeaeae;
}

.bx-footer-col h4 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bx-footer-col h4:after {
  content: "";
  background: #f17a0d;
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bx-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bx-footer-col li {
  margin-bottom: 11px;
}

.bx-footer-col a {
  font-family: "Roboto", sans-serif;
  color: #bcbcbc;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bx-footer-col a:hover,
.bx-footer-col a:focus {
  color: #ffffff;
}

.bx-footer-bar {
  max-width: 1240px;
  margin: 44px auto 0;
  padding: 18px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.bx-footer-bar p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #aaaaaa;
}

.bx-footer-bar a {
  color: #ef6a10;
  text-decoration: none;
}

.bx-footer-bar a:hover,
.bx-footer-bar a:focus {
  color: #39d4d4;
}

@media (max-width: 991px) {
  .bx-contact-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bx-contact-heading {
    font-size: 46px;
  }

  .bx-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .bx-contact-wrap {
    padding: 44px 16px;
  }

  .bx-contact-heading {
    font-size: 36px;
  }

  .bx-contact-form {
    grid-template-columns: 1fr;
  }

  .bx-upload-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .bx-upload-help {
    font-size: 11px;
  }

  .bx-footer-inner {
    grid-template-columns: 1fr;
    padding: 36px 16px 0;
  }

  .bx-footer-bar {
    padding: 16px;
  }
}

/* Booth footer redesign end */
