@font-face {
  font-family: "Radikal";
  src: url("../assets/fonts/Nootype - Radikal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Radikal";
  src: url("../assets/fonts/Nootype - Radikal Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Radikal";
  src: url("../assets/fonts/Nootype - Radikal Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Radikal";
  src: url("../assets/fonts/Nootype-RadikalLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Radikal", Arial, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.primary-button {
  display: inline-block;
}

.btnPrimary {
  background: #c9a24a;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btnPrimary:hover {
  background: #a9853a;
}

.main-banner {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.banner-carousel {
  position: relative;
  width: 100%;
}

.banner-slide {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(100deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.15) 100%); */
}

.banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
  padding: 40px 16px 40px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  pointer-events: none;
}

.banner-content > * {
  pointer-events: auto;
}

.banner-form-wrap {
  margin-left: auto;
}

.banner-carousel .carousel-control-prev,
.banner-carousel .carousel-control-next {
  width: 5%;
  z-index: 3;
  opacity: 0.7;
}

.banner-carousel .carousel-control-prev:hover,
.banner-carousel .carousel-control-next:hover {
  opacity: 1;
}

.banner-carousel .carousel-indicators {
  z-index: 3;
  bottom: 20px;
  margin-bottom: 0;
}

.banner-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.banner-carousel .carousel-indicators .active {
  background-color: #c9a24a;
}

.banner-text {
  color: #fff;
  max-width: 560px;
  flex: 1 1 auto;
}

.banner-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d9b66a;
  padding: 6px 14px;
  border: 1px solid rgba(217, 182, 106, 0.6);
  border-radius: 30px;
  margin-bottom: 20px;
}

.banner-title {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 900;
  margin: 0 0 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-sub {
  font-size: 18px;
  color: #e6e6e6;
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.banner-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-highlights li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  color: #f0f0f0;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.banner-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #d9b66a;
  transform: rotate(45deg);
}

/* Banner form card */
.banner-form-wrap {
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
}

.banner-form-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
  /* padding: 32px 28px; */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  border-top: 4px solid #c9a24a;
}

.banner-form-card iframe {
  width: 100%;
  height: 510px;
  min-height: 650px;
}

.form-heading {
  text-align: center;
  margin-bottom: 22px;
}

.form-heading h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-heading p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.form-row {
  margin-bottom: 14px;
}

.modal-form .form-control {
  width: 100%;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.modal-form .form-control:focus {
  border-color: #c9a24a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, 0.15);
}

.modal-form .form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23888' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  color: #555;
}

.custom-placeholder::placeholder {
  color: #999;
}

.mobile-input-div {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.mobile-input-div:focus-within {
  border-color: #c9a24a;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, 0.15);
}

.mobile-input-div .country-code {
  padding: 12px 12px;
  background: #f5f5f5;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
}

.mobile-input-div .mobile-input {
  border: none;
  flex: 1;
  border-radius: 0;
}

.mobile-input-div .mobile-input:focus {
  box-shadow: none;
  border: none;
}

.mob-label {
  display: none;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
  margin-top: 6px;
  padding-left: 2px;
}

.form-check-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 4px;
  margin-bottom: 18px;
}

.form-check-row .form-check-input {
  margin-top: 3px;
  flex-shrink: 0;
}

.form-check-row .form-check-input:checked {
  background-color: #c9a24a;
  border-color: #c9a24a;
}

.form-check-row .form-check-label {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}

.btn-modal-submit {
  width: 100%;
  margin-top: 4px;
}

.secton-thankyou {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1c1c1c 100%);
  color: #fff;
  text-align: center;
}

.thankyou-content {
  max-width: 560px;
  padding: 48px 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 74, 0.4);
  border-radius: 10px;
}

.thankyou-content-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 162, 74, 0.08);
  border: 2px solid rgba(201, 162, 74, 0.4);
  border-radius: 50%;
  padding: 10px;
}

.thankyou-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.thankyou-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #d9b66a;
  letter-spacing: 0.5px;
}

.thankyou-subtitle {
  font-size: 15px;
  color: #e6e6e6;
  margin: 20px 0 28px;
  line-height: 1.6;
}

.thankyou-back {
  display: inline-block;
  padding: 12px 28px;
  background: #c9a24a;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}

.thankyou-back:hover {
  background: #a9853a;
  color: #fff;
}

footer .footer-black {
  background: #0a0a0a;
  color: #fff;
  padding: 40px 0 20px;
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-desc p {
  font-size: 13px;
  line-height: 1.6;
  color: #bbb;
  margin: 0 auto;
  max-width: 900px;
}

.custom-hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 24px 0 16px;
}

.copyright2 {
  text-align: center;
}

.copyright-desc2 {
  font-size: 13px;
  color: #bbb;
  margin: 0;
}

@media (max-width: 991px) {
  .main-banner {
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
  }

  .banner-carousel {
    order: 1;
  }

  .banner-carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.1) 100%); */
  }

  .banner-overlay {
    display: none;
  }

  .banner-content {
    position: relative;
    display: contents;
  }

  .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    padding: 0 20px;
    max-width: 100%;
    text-align: center;
    z-index: 3;
    color: #fff;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-title {
    font-size: 30px;
  }

  .banner-sub {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .banner-highlights {
    display: inline-block;
    text-align: left;
  }

  .banner-highlights li {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .banner-form-wrap {
    position: relative;
    order: 2;
    max-width: 100%;
    margin: 0;
    padding: 28px 20px 36px;
    z-index: 2;
  }

  .banner-form-card {
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .banner-title {
    font-size: 28px;
  }

  .banner-form-card {
    padding: 24px 20px;
  }

  .form-heading h2 {
    font-size: 19px;
  }

  .btnPrimary {
    padding: 12px 20px;
    font-size: 14px;
  }
}
