@font-face {
  font-family: "Bellefair";
  src: url("assets/fonts/Bellefair.ttf");
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "InterMedium";
  src: url("assets/fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: "InterBold";
  src: url("assets/fonts/Inter-Bold.ttf");
}

@media (min-width: 769px) and (max-width: 1100px) {
  .global-content-padding {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
@media (min-width: 1111px) and (max-width: 1120px) {
  .global-content-padding {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}
@media (min-width: 1121px) and (max-width: 1150px) {
  .global-content-padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (min-width: 1151px) and (max-width: 1220px) {
  .global-content-padding {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}
@media (min-width: 1221px) and (max-width: 1300px) {
  .global-content-padding {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

h4,
p {
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

body {
  height: fit-content;
}

.truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  /* line-clamp: 2; */
  -webkit-box-orient: vertical;
}

/* Small devices */
.breadcrumb-section {
  padding: 0px 16px;
}




.goldtrack-container {
  width: 100%;
  height: auto;
  padding: 24px 16px;
  transform: translate(0px, -16px);

  gap: 16px;
}

.dropdown-container {
  width: 100%;
  height: 178px;
  padding: 32px 16px;
  border-radius: 16px;
  transform: translate(0%, -18%);
  position: inherit;
  z-index: 100;
}

.search-label {
  color: var(--gray-text-strong, #2c3059);

  /* Desktop/H3 — Bold; */
  font-family: "InterBold";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.hero-title-md {
    align-items: center; /* align text center  */
}

.navigation-section .d-md-none {
    padding: 0px 16px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-section {
    height: 300px;
  }

  .hero-title-md {
    color: var(--gray-text-invert, #fff);

    /* Desktop/Display-1 */
    font-family: "Bellefair";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;

    height: 100%;
    display: flex;
    align-items: flex-end; /* align text end  */
    padding-bottom: 56px;
    z-index: 1;
  }

  .goldtrack-container {
    width: 100%;
    height: auto;
    padding: 64px 150px 0px 150px;
    transform: translate(0px, -64px);
    gap: 48px;
  }

  .dropdown-container {
    width: 100%;
    height: 188px;
    border-radius: 16px;
    transform: translate(0%, -18%);
    padding: 32px;
  }

  .search-label {
    color: var(--gray-text-strong, #2c3059);

    /* Desktop/H3 — Bold; */
    font-family: "InterBold";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
  }
}



/*.hero-section img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: -1;
}*/

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 91.5%
  );
  z-index: 0 !important;
}

.form-floating .form-select {
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.dropdown-container {
  width: 100%;
  border-radius: 16px;
  transform: translate(0%, -18%);

  display: flex;
  flex-direction: column;
  gap: 24px;

  box-shadow: 0px 16px 40px 0px #1018280f;
  background: var(--gray-surface-invert, #ffffff);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -80.51%,
    #ffffff 50%
  );
  backdrop-filter: blur(200px);
}

/*.no-results {
  text-align: center;
  font-size: 1.2rem;
  color: #6c757d;

  padding-top: 40px;
  padding-bottom: 40px;
}*/

.error-img {
  width: 177px !important;
  height: auto;
}

.error-title {
  color: var(--gray-text-strong, #2c3059);

  /* H4/Header 4 — Bold; */
  font-family: "InterBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}

.error-msg {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Regular; */
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
}

.dropdown-menu {
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  border: 1px solid var(--gray-stroke, #dfe0eb);
  box-shadow: 0px 16px 40px 0px #1018281f;
  z-index: 1;
}

.dropdown-item {
  width: 100%;
  height: 50px;
  padding: 12px;
  border-radius: 4px;

  display: flex !important;
  align-items: center;
}

.dropdown-container .form-select,
.dropdown-menu {
  color: var(--gray-text-strong, #2c3059);

  /* Body/Body — Medium */
  font-family: "InterMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
}

.dropdown-container .dropdown-toggle::after {
  display: none;
}

.dropdown-container #countryDropdown {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-container #countryDropdown div:first-child,
.dropdown-container .menu-container > div:first-child {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  /* border-radius: 20px; */
  /* padding: 5px 12px 2px 7px; */
  /* background: var(--primary-surface-weak, #f5efff); */
  /* width: 4%; */
  color: var(--primary-text, #684b9b);
}

.dropdown-container .countryOptions {
  width: 100%;
  margin-top: 15px !important;
  border: none;
}

.dropdown-container .menu-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.dropdown-container .menu-item {
  margin-left: 16px;
}

.dropdown-container .menu-item div:first-child {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: var(--gray-text-strong, #2c3059);
}

.dropdown-container .menu-item div:last-child {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--gray-text, #6a6d87);
}

.join {
  width: 192px !important;
  height: 61px !important;
  padding: 8px 32px 8px 32px;
  gap: 8px;
  border-radius: 30px;
  opacity: 0px;
  background: linear-gradient(98.72deg, #684b9b -27.72%, #381b6b 127.08%);
  box-shadow: 0px 1px 2px 0px #1018280d;
  text-align: center;
  padding-top: 15px;
  margin-top: 25px !important;
  margin-left: 16px;
}

.memberContent {
  width: 100%;
  height: auto;
  gap: 24px;
  opacity: 0px;
}

.content {
  width: 100%;
  height: auto !important;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: var(--gray-text, #6a6d87);
  display: flex;
  padding-top: 25px;
}

.join-button {
  width: 81px;
  height: 29px;

  /* H4/Header 4 — Bold; */
  font-family: "InterBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;

  color: var(--gray-text-invert, #ffffff);
}

.separator {
  border-top: 1px solid #ccc;
  width: auto;
  flex-shrink: unset !important;
  margin: 0px 16px !important;
  z-index: -1;
}

.header {
  color: var(--gray-text-strong, #2c3059);

  /* Body/Body — Bold; */
  font-family: "InterBold";
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
}

.success-content {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: var(--gray-text, #6a6d87);
}

.membership {
  width: 100%;
  height: auto;
  padding: 16px !important;
}

.form-floating .form-select {
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.dropdown-country:focus {
  border-radius: 8px;
  border: 1px solid var(--primary-stroke-weak, #cfb3ff) !important;
  background: var(--gray-surface-invert, #fff);

  /* Shadow/xs focused 4px primary-100 */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #f4ebff !important;
}

.dropdown-container {
  width: 100%;
  border-radius: 16px;
  transform: translate(0%, -18%);

  display: flex;
  flex-direction: column;
  gap: 24px;

  box-shadow: 0px 16px 40px 0px #1018280f;
  background: var(--gray-surface-invert, #ffffff);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -80.51%,
    #ffffff 50%
  );
  backdrop-filter: blur(200px);

  position: relative;
  z-index: 1000 !important;
}

.dropdown-menu {
  max-height: 317px;
  width: 100%;
  overflow-y: auto;
  border: 1px solid var(--gray-stroke, #dfe0eb);
  box-shadow: 0px 16px 40px 0px #1018281f;
  z-index: 100;
}

.dropdown-label {
  margin-bottom: 0 !important;
  padding: 24px 24px 12px 24px;
  color: var(--gray-text-strong, #2c3059);

  /* H4/Header 4 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}

.dropdown-menu li {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
}

.dropdown-item {
  width: 100%;
  height: max-content;
  padding: 12px !important;
  gap: 16px;
  z-index: 100;

  display: flex !important;
  align-items: center;
}

.dropdown-item:hover {
  border-radius: 4px !important;
}

.dropdown-item:focus {
  background-color: #dfe0eb !important;
}

.dropdown-container .form-select,
.dropdown-menu {
  color: var(--gray-text-strong, #2c3059);

  /* Body/Body — Medium */
  font-family: "InterMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
}

.dropdown-container .dropdown-toggle::after {
  display: none;
}

.dropdown-container #countryDropdown {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-container #countryDropdown div:first-child,
.dropdown-container .menu-container > div:first-child {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  /* border-radius: 20px; */
  /* padding: 5px 12px 2px 7px; */
  /* background: var(--primary-surface-weak, #f5efff); */
  /* width: 4%; */
  color: var(--primary-text, #684b9b);
}

.dropdown-container .countryOptions {
  width: 100%;
  margin-top: 15px !important;
  border: none;
}

.dropdown-container .countryOptions p {
  margin-bottom: 0 !important;
}

.dropdown-container .menu-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.dropdown-container .menu-item {
  margin-left: 16px;
}

.dropdown-container .menu-item div:first-child {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: var(--gray-text-strong, #2c3059);
}

.dropdown-container .menu-item div:last-child {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--gray-text, #6a6d87);
}

.dropdown-header {
  padding-left: 24px !important;
  padding-right: 24px !important;
    font-family: "InterBold";
     font-size: 18px;
  font-weight: 700;
  line-height: 22.4px;
}

.dropdown-item .aircraft-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dropdown-item .aircraft-detail .aircraftName-text {
  color: var(--gray-text-strong, #2c3059);

  font-family: "InterMedium";
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0px;
}

.dropdown-item .aircraft-detail .cabinName-text {
  color: var(--gray-text, #6a6d87);

  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0px;
}

.navigation-section {
    padding: 0px !important; 

}

.navigation-section nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.navigation-section .nav-underline {
  row-gap: unset;
  column-gap: unset;
}

.navigation-section .nav-underline .nav-item {
  width: 20%;
}

.navigation-section .nav-underline .nav-link.active {
  overflow: hidden;
  color: var(--primary-text, #684b9b);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* Desktop/H5 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */

  border-bottom: 3px solid var(--primary-icon, #684b9b);
}

.navigation-section .nav-underline .nav-link,
.nav-link:hover {
  overflow: hidden;
  color: var(--gray-text-weak, #9596ac);
  text-align: center;
  text-overflow: ellipsis;

  /* Desktop/H5 — Medium */
  font-family: "InterMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */

  border-bottom: 1px solid var(--gray-stroke-strong, #cacad9);
}

.navigation-section select {
  color: var(--gray-text-strong, #2c3059);

  /* Body1/Body 1 — Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.nav-link {
  width: 100%;
}

.tab-content .carousel-inner {
  border-radius: 8px !important;
}

.cms-img-carousel .carousel-controls-and-indicators {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 16px 0px;

  position: absolute;
  bottom: 0;
}

.cms-img-carousel .cms-carousel-control-prev {
  background: url("../../../../content/dam/thaiairways/images/icons/carousel-prev-arrow-white.png");
  border: none;
  width: 20px;
  height: 20px;
}

.cms-img-carousel .cms-carousel-control-next {
  background: url("../../../../content/dam/thaiairways/images/icons/carousel-next-arrow-white.png");
  border: none;
  width: 20px;
  height: 20px;
}

.cms-img-carousel {
  width: 100%;
  object-fit: cover;
}

/* .cms-img-carousel {
  max-width: 358px;
}

.cms-img-carousel .carousel-item {
  min-height: 220px;
} */

@media (min-width: 768px) {
  .cms-img-carousel .cms-carousel-control-prev {
    background: url("../../../../content/dam/thaiairways/images/icons/carousel-prev-arrow-white.png");
    border: none;
    width: 24px;
    height: 24px;
  }

  .cms-img-carousel .cms-carousel-control-next {
    background: url("../../../../content/dam/thaiairways/images/icons/carousel-next-arrow-white.png");
    border: none;
    width: 24px;
    height: 24px;
  }

  .cms-img-carousel {
    max-width: 560px;
    aspect-ratio: 3 / 2;
  }

  .cms-img-carousel .carousel-item {
    height: 370px;
    aspect-ratio: 3 / 2;
  }
}

.cms-img-carousel {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.cms-img-carousel .carousel-item {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.cms-img-carousel .carousel-item img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px;
  /* object-position: 10% 10%; */
}
.carousel-indicators {
  position: unset !important;
  margin: unset !important;
  gap: unset !important;
}

.cms-img-carousel .carousel-indicators {
  display: flex !important;
  align-items: anchor-center !important;
  gap: 4px;
}

.cms-img-carousel .carousel-indicators [data-bs-target].active {
  width: 20px !important;
  height: 6px !important;
  border-radius: 5.2px !important;
  border: none !important;
  opacity: 1;
}

.cms-img-carousel .carousel-indicators [data-bs-target] {
  width: 6px !important;
  height: 6px !important;
  border-radius: 5.2px !important;
  border: none !important;
  opacity: 0.5;
}

.tab-content h2 {
  color: var(--gray-text-strong, #2c3059);

  font-family: "Bellefair";
  font-weight: 400;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0px;
  text-transform: uppercase;

  margin-bottom: 16px !important;
}

.tab-content p {
  color: var(--gray-text, #6a6d87);

  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
}

.tab-pane .row {
  padding: 0px 16px;
}

.nav-pills .nav-link {
  color: var(--gray-text, #6a6d87) !important;

  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;

  background-color: var(--Background, #fefefe);
  border: none !important;
}

.nav-pills .nav-link.active {
  color: var(--gray-text-strong, #2c3059) !important;

  font-family: "InterBold";
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;

  padding: 12px 24px !important;
  background-color: var(--gray-surface, #f2f2fa) !important;
}

.img-container {
  padding-bottom: 24px;
  z-index: 0;
}

.form-floating input.form-select {
  padding-top: 1rem !important;
}

.form-floating label {
  color: var(--gray-text, #6a6d87);

  font-family: "Inter";
  font-weight: 500;
  font-size: 12px !important;
  line-height: 19.2px;
  letter-spacing: 0%;
}

@media (min-width: 768px) {
  .subTab-heading {
    padding-top: 60px;
  }

  .tab-content h2 {
    color: var(--gray-text-strong, #2c3059);

    font-family: "Bellefair";
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  .tab-pane .row {
    padding: 60px 0px 0px 0px;
  }

  .desc-container {
    padding-right: 80px !important;
  }

  .subTab-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    gap: 4px;
  }
}
.button-link {
  color: var(--primary-text, #684b9b);

  font-family: "InterBold";
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: right;

  display: flex;
  align-items: center;

  margin-top: 16px;
}

.button-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../../../content/dam/thaiairways/images/icons/arrow-icon.png"); 
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

@media (min-width: 768px)
    {

.content-container {

    padding-left: 0px !important;
  padding-right: 0px !important;

}
     .dropdown-menu.countryOptions {
  		width: 550px;
  		max-height: 609px;
 }
}
