@charset "UTF-8";
@font-face {
  font-family: "JosefinSansVariable";
  src: url("https://cdn.hstatic.net/files/1000030244/file/josefinsans-variablefont_wght_c5c1022eddfe4669bccebbc536a02c0d.ttf") format("truetype");
  font-weight: 100 900;
  /* nếu đây là variable font, có thể dùng range */
  font-style: normal; }

@font-face {
  font-family: "SVNUniformBold";
  src: url("https://cdn.hstatic.net/files/1000030244/file/svn-uniform_bold_a9dcd24126b84d3fa7d639be0263080c.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "InterV";
  src: url("https://cdn.hstatic.net/files/1000030244/file/inter-v_89112ec3a6ed41fc88b0b3efeef71afa.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

:root {
  --font-text: "Inter V";
  --font-title: "Josefin Sans";
  --font-bold: "SVN-Uniform";
  --txt-color: #414446; }

@font-face {
  font-family: 'Inter V';
  src: url("https://cdn.hstatic.net/files/1000030244/file/inter-v_59dab99f80f44b61b23c8abe4ae6e707.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Josefin Sans';
  src: url("https://cdn.hstatic.net/files/1000030244/file/josefinsans-variablefont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SVN-Uniform';
  src: url("https://cdn.hstatic.net/files/1000030244/file/svn-uniform_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

#visaobien {
  font-family: var(--font-text); }

.main-title {
  font-family: var(--font-title);
  font-weight: bold;
  font-size: 35px;
  background: linear-gradient(270deg, #04BDF7 11%, #0091DE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.6; }
  @media (max-width: 992px) {
    .main-title {
      font-size: 28px; } }

.section-gioithieu {
  background-image: linear-gradient(-49deg, #ffffff 5%, #edf6fd 100%);
  padding: 80px 0;
  position: relative;
  z-index: 1; }
  .section-gioithieu:after {
    content: "";
    background-image: url("https://cdn.hstatic.net/files/1000030244/file/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .section-gioithieu .des {
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0.21px;
    color: var(--txt-color);
    text-align: center;
    max-width: 850px; }
  .section-gioithieu .gioithieu-lists {
    display: flex;
    gap: 30px; }
    .section-gioithieu .gioithieu-lists .item {
      flex: 1;
      text-align: center; }

/* ===== LDS1 - Giới thiệu Gói Sao Biển ===== */
.lds1 {
  padding: 60px 0;
  background: radial-gradient(circle at 0% 50%, rgba(0, 183, 255, 0.45), transparent 40%), radial-gradient(circle at 99% 70%, rgba(0, 183, 255, 0.25), transparent 50%), #ffffff;
  text-align: center; }

.lds1-head {
  margin-bottom: 60px; }

.lds1-title {
  font-size: 30pt;
  font-weight: 500;
  color: #00aefe;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "JosefinSansVariable" , serif; }

.lds1-desc {
  font-size: 21px;
  color: #333333;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: "InterV" , sans-serif; }

.lds1-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; }

.lds1-item {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 7px solid #05b6f6; }

.lds1-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 174, 239, 0.1); }

.lds1-item-icon {
  margin-bottom: 20px;
  height: 60px; }

.lds1-item-icon img {
  max-height: 60px;
  object-fit: contain;
  display: inline-block; }

.lds1-item-title {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "InterV" , sans-serif; }

.lds1-item-desc {
  font-size: 14px;
  color: #414446;
  line-height: 23px;
  font-family: "InterV" , sans-serif;
  max-width: 220px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: 400; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .lds1-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
  .lds1-title {
    font-size: 20px; }
  .lds1-desc {
    font-size: 15px; } }

@media (max-width: 576px) {
  .lds1-list {
    grid-template-columns: 1fr; }
  .lds1-item {
    padding: 20px 15px; } }

/* ===== MEMBERSHIP - Đặc Quyền Gói Sao Biển ===== */
.membership {
  padding: 90px 20px;
  background-color: #ffffff;
  text-align: center; }

.membership-title {
  font-size: 30pt;
  font-weight: 500;
  color: #00aefe;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "JosefinSansVariable" , serif; }

.membership-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }

.membership-card {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 174, 239, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease , box-shadow 0.3s ease;
  border: 2px solid #e5e5e5; }

.membership-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 174, 239, 0.15); }

.membership .iomgq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 55px;
  gap: 40px; }

.membership .iomgq img {
  width: 60px;
  margin-top: -20px; }

/* ==== Card Header ==== */
.membership-card-head {
  padding: 6px 9px;
  background-color: #eee;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  width: 162px;
  margin: 30px 10px 10px 0;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  display: inline-block; }

.membership-card-head .membership-card-name {
  font-family: "InterV" , sans-serif; }

.membership-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00aef0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 18px;
  text-transform: uppercase;
  border-radius: 0 20px 0 20px;
  font-family: "InterV" , sans-serif; }

.membership-card:nth-child(3) {
  border-color: rgba(4, 189, 247, 0.44);
  border-width: 4px;
  border-radius: 30px; }

.membership-card-badge img {
  margin-top: -5px;
  margin-left: 3px; }

/* ==== Card Body ==== */
.membership-card-body {
  padding: 25px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left; }
  @media (max-width: 767.98px) {
    .membership-card-body {
      padding: 8px 20px 20px; } }

.membership-card-desc {
  font-size: 15px;
  font-family: "InterV" , sans-serif;
  color: #535658;
  margin-bottom: 15px;
  line-height: 1.5;
  min-height: 63px;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    .membership-card-desc {
      min-height: inherit; } }

.membership-card-price {
  font-size: 30px;
  font-weight: bold;
  color: #333132;
  margin-bottom: 6px; }

.membership-card-price span {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  transform: translateY(-10px);
  display: inline-block; }

.membership-card-bonus {
  font-size: 14px;
  color: #535658;
  margin-bottom: 20px;
  font-family: "InterV" , sans-serif;
  color: #000;
  font-weight: 500; }

.membership-card-button {
  display: inline-block;
  background: linear-gradient(to right, #ffc765 0%, #ffa133 0%, #ff7300 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: background 0.3s ease;
  text-align: center;
  font-family: "InterV" , sans-serif;
  font-size: 19px; }

/* ==== Features ==== */
.membership-card-features {
  margin: 0;
  padding: 10px;
  list-style: none;
  text-align: left;
  font-size: 14px;
  color: #333;
  background: #f5f5f5;
  border-radius: 10px;
  height: 100%; }

.membership-card-features li {
  display: flex;
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 14px;
  gap: 5px;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start; }

.membership-card-features .icon {
  color: #00aef0;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 0; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .membership-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  .membership-title {
    font-size: 24px; }
  .membership-card-price {
    font-size: 20px; } }

@media (max-width: 575px) {
  .membership-list {
    grid-template-columns: 1fr; }
  .membership-card {
    max-width: 100%; } }

.membership-note {
  font-size: 15px;
  font-style: italic;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .membership-note {
      font-size: 14px; } }

/* ===== BENEFIT - Ưu đãi chồng ưu đãi ===== */
.benefit {
  background: linear-gradient(to bottom, #00A9F1 0%, #ffffff 100%);
  padding: 60px 20px;
  text-align: center;
  color: #ffffff; }

.benefit-tagline {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 40px;
  font-family: "JosefinSansVariable" , serif;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  display: block;
  padding-top: 10px; }

.benefit-tagline-is {
  display: inline-flex;
  background: linear-gradient(to top, #ff6a00, #ff944d);
  border-radius: 50px;
  padding: 1px 30px;
  box-shadow: 0 4px 10px rgba(255, 106, 0, 0.3);
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  justify-content: center;
  gap: 20px;
  align-items: center; }

.benefit-tagline-is img {
  width: 32px;
  height: 42px; }

.benefit-title {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "JosefinSansVariable" , serif; }

.benefit-desc {
  font-size: 23px;
  color: #e6faff;
  max-width: 780px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-family: "InterV" , sans-serif; }

/* ===== List layout ===== */
.benefit-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap; }

.benefit-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.benefit-item-icon {
  margin-bottom: 25px;
  width: 100px;
  height: 100px; }

.benefit-item-icon img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain; }

.benefit-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-family: "InterV" , sans-serif; }

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .benefit-list {
    gap: 24px; }
  .benefit-item {
    width: 140px; }
  .benefit-title {
    font-size: 22px; }
  .benefit-tagline {
    font-size: 14px;
    padding: 8px 16px; }
  .benefit-desc {
    font-size: 14px; } }

/* ===== EXCLUSIVE GIFTS ===== */
.exclusive-gifts {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center; }

.exclusive-gifts .iomgq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 55px;
  gap: 20px; }

.exclusive-gifts .iomgq img {
  width: 60px;
  margin-top: -20px; }

.exclusive-gifts-title {
  font-size: 30pt;
  font-weight: 500;
  color: #00aefe;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "JosefinSansVariable" , serif; }

/* ===== Slider Item ===== */
.exclusive-item {
  padding: 0 10px; }

.exclusive-item-link {
  display: block;
  background: #f2f3f5;
  border-radius: 30px;
  padding: 20px 16px;
  transition: all 0.3s ease;
  text-decoration: none; }

.exclusive-item-link:hover {
  transform: translateY(-4px); }

.exclusive-item-img {
  margin-bottom: 16px;
  display: block;
  width: 200px;
  margin-left: auto;
  align-items: center;
  margin-right: auto; }

.exclusive-item-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block; }

/* ===== Title ===== */
.exclusive-item-title {
  background: #00aef0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0 auto;
  font-family: "InterV" , sans-serif; }

/* ===== Slick Overrides ===== */
.exclusive-slider .slick-dots {
  margin-top: 20px; }

.exclusive-slider .slick-dots li button:before {
  color: #00aef0;
  font-size: 10px;
  opacity: 0.4; }

.exclusive-slider .slick-dots li.slick-active button:before {
  opacity: 1; }

.exclusive-slider .slick-arrow {
  z-index: 2; }

.exclusive-slider .slick-prev:before,
.exclusive-slider .slick-next:before {
  font-size: 20px;
  color: #00aef0;
  opacity: 0.7; }

.exclusive-slider .slick-prev:hover:before,
.exclusive-slider .slick-next:hover:before {
  opacity: 1; }

.exclusive-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
  list-style: none; }

.exclusive-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0; }

.exclusive-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #D1D3D4;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  transition: background-color 0.3s ease; }

.exclusive-slider .slick-dots li.slick-active button {
  background-color: #00A9F1; }

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .exclusive-gifts-title {
    font-size: 22px; }
  .exclusive-item-img {
    height: 140px; }
  .exclusive-item-title {
    font-size: 13px;
    padding: 6px 10px; } }

.arowprev.slick-arrow {
  display: inline-flex;
  background: #EEEEEE;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer; }

.arownext.slick-arrow {
  display: inline-flex;
  background: #EEEEEE;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  right: -15px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer; }

.home-loyalty-slider {
  background: linear-gradient(to bottom, #DEF1FA 0%, #EAEAEA 100%);
  border-radius: 30px; }

.faq-accordion {
  padding: 60px 0;
  background: #f6f6f6; }

.faq-accordion-title {
  font-family: 'JosefinSansVariable' , sans-serif;
  margin: 0;
  font-size: 25pt;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(to left, #00cfff 0%, #0084d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  color: transparent;
  letter-spacing: 1px; }

.faq-accordion-list {
  max-width: 840px;
  margin: 40px auto 0; }
  .faq-accordion-list * {
    font-family: "InterV" , sans-serif; }

.faq-accordion-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.3s; }

.faq-accordion-question .faq-accordion-icon svg {
  width: 15px;
  height: 15px; }

.faq-accordion-question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: background 0.3s; }

.faq-accordion-question:hover {
  background: #f0f8ff; }

.faq-accordion-icon img {
  width: 24px;
  height: 24px;
  margin-top: 2px; }

.faq-accordion-label {
  flex: 1;
  color: #403E40;
  font-size: 15px;
  line-height: 28px; }

.faq-accordion-toggle-icon {
  font-size: 20px;
  font-weight: bold;
  color: #00aef0;
  margin-top: 1px; }

.faq-accordion-answer {
  display: none;
  padding: 15px 24px 20px 60px;
  font-size: 15px;
  line-height: 1.6;
  color: #555; }

.faq-accordion-answer ul {
  margin: 10px 0 0;
  padding-left: 18px; }

.faq-accordion-item.active {
  background: #fdfdfd; }

.faq-accordion-item.active .faq-accordion-toggle-icon {
  color: #ff4d00; }

.home-loyalty {
  padding: 40px 0;
  position: relative; }

.home-loyalty-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.home-loyalty-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px; }

.home-loyalty-item-left {
  flex: 1 1 50%; }

.home-loyalty-item-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #0075D4;
  padding: 10px 23px 10px 10px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px; }

.home-loyalty-item-content {
  font-size: 16px;
  line-height: 1.6;
  color: #414446;
  max-width: 370px;
  font-family: "InterV" , sans-serif;
  padding: 10px; }

.home-loyalty-item-right {
  flex: 1 1 45%;
  text-align: center;
  justify-content: center;
  display: flex; }

.home-loyalty-item-image {
  max-width: 100%;
  height: auto; }

.home-loyalty-dots {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (max-width: 992px) {
    .home-loyalty-dots {
      left: 30px; } }

.home-loyalty-dots .dot {
  width: 12px;
  height: 12px;
  background: #d0d0d0;
  border-radius: 50%;
  border: none;
  cursor: pointer; }

.home-loyalty-dots .slick-active button {
  background: #0075D4; }

.home-register-counter {
  background: linear-gradient(90deg, #009fe3 0%, #00c6fb 100%);
  padding: 70px 20px;
  text-align: center; }

.home-register-counter-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center; }

.home-register-counter-text {
  font-family: 'JosefinSansVariable' , sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding-top: 15px;
  color: #fff;
  text-transform: uppercase; }

.home-register-counter-box {
  font-family: "InterV" , sans-serif;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to top, #ff6a00, #ff944d);
  justify-content: center;
  border-radius: 12px;
  display: inline-flex;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px); }

.home-seastar {
  background: url("https://cdn.hstatic.net/files/1000030244/file/asset_5_4x-xxxxxxxx.png");
  padding: 80px 20px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.home-seastar-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px; }

.home-seastar-icon {
  height: 100px; }

.home-seastar-title {
  text-align: left; }

.home-seastar-heading {
  font-family: 'JosefinSansVariable' , sans-serif;
  margin: 0;
  font-size: 30pt;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(to left, #00cfff 0%, #0084d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 1px; }

.home-seastar-sub {
  font-family: 'JosefinSansVariable' , sans-serif;
  font-size: 22px;
  background: linear-gradient(to right, #009fe3, #00c6fb);
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 20px 0;
  margin-top: -5px;
  display: inline-block; }

.home-seastar-form {
  width: 700px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: left; }
  .home-seastar-form * {
    font-family: "InterV" , sans-serif; }

.home-seastar-form-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

.home-seastar-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px; }

.home-seastar-option input {
  display: none; }

.home-seastar-option-box {
  border: 3px solid #f9f9f9;
  border-radius: 15px;
  padding: 15px;
  cursor: pointer;
  background: transparent;
  text-align: center;
  transition: 0.3s;
  position: relative; }
  .home-seastar-option-box .tag {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #009fe3, #00c6fb);
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px; }

.home-seastar-option-box .price span.vnd {
  font-size: 14px;
  vertical-align: super;
  /* làm VNĐ bay lên cao */
  margin-left: 3px;
  letter-spacing: 1px;
  color: #666;
  font-weight: 300; }

.faq-accordion-icon i {
  color: #0a83ff; }

.home-seastar-option-box .name {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  width: 150px;
  margin-left: -20px;
  margin-top: -5px; }

.home-seastar-option-box .price {
  font-size: 29px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap; }

.home-seastar-option input:checked + .home-seastar-option-box {
  background: transparent;
  border-color: rgba(4, 189, 247, 0.44);
  border-width: 3px;
  border-radius: 15px; }

.home-seastar-option-box.premier {
  position: relative; }

.home-seastar-option-box .tag img {
  margin-top: -5px;
  margin-left: 3px; }

.home-seastar-option-box.premier .tag {
  position: absolute;
  top: -12px;
  right: -12px;
  background: gold;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 6px;
  border-radius: 10px; }

.home-seastar-option-box.basic .name {
  color: #888; }

.home-seastar-option-box.standard .name {
  color: #00aaff; }

.home-seastar-option-box.premier .name {
  color: #d4a100; }

.home-seastar-option-box.elite .name {
  color: #333; }

.home-seastar-check {
  font-size: 15px;
  margin-bottom: 20px; }

.home-seastar-check a {
  color: #0075d4; }

.home-seastar-option-box .tag img {
  margin-top: -5px;
  margin-left: 3px; }

.home-seastar-check input[type="checkbox"] {
  width: 20px;
  height: 15px; }

.home-seastar-check label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px; }

.home-seastar-check label a {
  text-decoration: none; }

.home-seastar-check a {
  color: #0075d4;
  text-decoration: underline; }

.home-seastar-submit button {
  background: linear-gradient(to right, #f90, #f60);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  cursor: pointer; }

.inrnumber {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px; }
  .inrnumber > span:nth-child(1) {
    font-size: 96px;
    font-weight: bold;
    line-height: 63px;
    color: #0075D4; }

.home-static-banner-wrap {
  margin: 40px 0; }

.home-loyalty-item {
  margin: 0 50px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .home-loyalty-item .home-loyalty-item-left .inrnumber span:nth-child(1) {
    display: inline-block;
    font-weight: 900;
    font-size: 95px;
    color: transparent;
    background: linear-gradient(to bottom, #0094e4 0%, #00c6ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    padding: 12px 0 0;
    line-height: 75px;
    font-family: "InterV" , sans-serif; }
  .home-loyalty-item .home-loyalty-item-left .inrnumber .home-loyalty-item-title {
    font-family: "InterV" , sans-serif;
    background: linear-gradient(to right, #0074d4 0%, #00c7ff 60%, #00d5ff 100%);
    padding: 0 20px; }

.home-loyalty-dots {
  display: flex;
  justify-content: center;
  align-items: center; }

.home-loyalty-dots .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }

.home-loyalty-dots .slick-dots li {
  position: relative;
  display: flex;
  justify-content: center; }

.home-loyalty-dots .slick-dots li::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 1px;
  height: 50px;
  background-color: #d9dee3;
  z-index: 0; }

.home-loyalty-dots .slick-dots li:last-child::after {
  display: none; }

.home-loyalty-dots .slick-dots button.dot {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  border: none;
  background-color: #d9dee3;
  z-index: 1;
  transition: 0.3s; }

.home-loyalty-dots .slick-dots li.slick-active button.dot {
  background: linear-gradient(to bottom, #0094e4, #00cfff); }

.home-loyalty-dots .slick-dots {
  gap: 40px; }

.home-register-counter-text:last-child {
  padding-left: 15px; }

.home-register-counter-text:nth-child(1) {
  padding-right: 15px; }

.exclusive-item-img img {
  margin: 0 auto; }

@media (max-width: 576px) {
  .lds1-list {
    grid-template-columns: 1fr 1fr; }
  .lds1-item-title {
    font-size: 15px;
    min-height: 36px; } }

@media (max-width: 767px) {
  .benefit-item {
    width: 90px; }
  .benefit-list {
    gap: 23px; }
  .benefit-item-icon {
    width: 80px;
    height: 70px; }
  .exclusive-gifts-title {
    font-size: 20px; } }

@media (max-width: 991px) {
  .membership-title {
    font-size: 20px; }
  .lds1 {
    padding: 30px 0; }
  .lds1-head {
    margin-bottom: 30px; }
  .lds1-item-desc {
    font-size: 13px;
    line-height: 19px; }
  .membership {
    padding: 40px 5px; }
  .membership .iomgq {
    margin-bottom: 23px;
    gap: 10px; }
  .membership .iomgq img {
    width: 35px;
    margin-top: -5px; }
  .benefit {
    padding: 30px 15px; }
  .benefit-item-title {
    font-size: 14px;
    line-height: 20px; }
  .exclusive-gifts {
    padding: 30px 15px; }
  .exclusive-gifts .iomgq {
    margin-bottom: 30px;
    gap: 20px; }
  .exclusive-gifts .iomgq img {
    width: 35px;
    margin-top: -5px; }
  .exclusive-slider .slick-dots {
    gap: 12px;
    padding: 0;
    list-style: none;
    margin: 0; }
  .home-static-banner-wrap {
    margin: 20px 0; }
  .home-loyalty-item {
    margin: 0 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .inrnumber {
    margin-bottom: 20px; }
  .home-loyalty-item-content {
    font-size: 14px; }
  .home-loyalty-item .home-loyalty-item-left .inrnumber span:nth-child(1) {
    font-size: 65px;
    line-height: 45px; }
  .home-loyalty-item-title {
    font-size: 21px; }
  .inrnumber {
    margin-bottom: 20px;
    justify-content: center;
    gap: 10px; }
  .home-loyalty-item {
    gap: 20px; }
  .home-register-counter {
    padding: 30px 15px; }
  .home-register-counter-wrap {
    display: block; }
  .home-register-counter-text:nth-child(1) {
    padding-right: 0;
    display: block;
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 22px; }
  .home-register-counter-text:last-child {
    padding-left: 0;
    display: block;
    font-size: 22px; }
  .home-seastar {
    padding: 30px 20px; }
    .home-seastar .home-seastar-icon {
      height: 60px; }
    .home-seastar .home-seastar-heading {
      font-size: 24px;
      text-align: center;
      line-height: 40px; }
    .home-seastar .home-seastar-sub {
      font-size: 16px;
      padding: 5px 20px 0;
      margin-top: 0; }
  .home-seastar-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 15px; }
  .home-seastar-option-box .name {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    width: 130px;
    margin-left: -20px;
    margin-top: 0px; }
  .home-seastar-check label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 11px; }
  .home-seastar-check {
    font-size: 15px;
    margin-bottom: 20px; }
  .faq-accordion {
    padding: 30px 0; }
  .faq-accordion-title {
    margin: 0;
    font-size: 22px;
    line-height: 40px;
    font-weight: 800; }
  .faq-accordion-list {
    max-width: 100%;
    margin: 10px auto 0; }
  .faq-accordion-question {
    padding: 10px 10px; }
  .faq-accordion-answer {
    padding: 15px 24px 20px 40px; } }

.home-seastar-form .new-fill {
  text-align: left;
  line-height: 21px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 5px; }

.popup-dki {
  color: #087ed1;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease; }

.popup-dki:hover {
  color: #b99d75;
  text-decoration: none; }

.modal-content {
  border-radius: 12px;
  overflow: hidden; }

.modal-header {
  background: linear-gradient(90deg, #087ed1, #b99d75); }

.terms-content {
  line-height: 1.7;
  font-size: 15px;
  color: #333; }

#termsModal .modal-body {
  max-height: 450px;
  overflow-y: scroll; }

.home-seastar-check.check-qe-q {
  margin-bottom: 10px; }

.home-seastar-check.check-qe-q label {
  gap: 2px; }

.home-seastar-check.check-qe-q label .check-oks {
  margin-top: 2px;
  font-size: 12px; }

#termsModal .terms-content ul {
  margin-left: 30px; }
  @media (max-width: 767px) {
    #termsModal .terms-content ul {
      margin-left: 25px; } }
  #termsModal .terms-content ul li {
    list-style: disc; }
