:root {
  --color-text-white: #fff;
  --color-text-dark: #222;
  --color-text-light: #555;

  --color-primary-dark: #73032a;
  --color-primary-regular: #df4285;
  --color-primary-light: #feeff2;

  --color-secondary-dark: #338bff;
  --color-secondary-regular: #10a3e8;
  --color-secondary-light: #ffffff;

  --color-background-card: #f9f9f9;
  --color-app: #51c7fe;
}

.location-item p,
.tab-btn,
.hl-section-1-maincta,
.cta-more {
  font-family: "Noto Sans Thai", -apple-system, "system-ui", "Segoe UI", Roboto,
    Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif !important;
  font-weight: 500;
}

/* end */

/* header */
.hl-containers {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1255px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  position: relative;
  box-sizing: border-box;
}

/* end */

.reg-btn-mobile {
  position: sticky;
  bottom: 0;
}

.hl-section-1 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  position: sticky;
  flex-shrink: 0;
  box-sizing: border-box;
  top: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hl-section-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(39, 40, 41, 0.0784313725);
}

/* location box style  */

.hl-section-card#location {
  padding: 20px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  height: 100%;
  max-height: 270px;
}

.header-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-text#location h1 {
  color: var(--color-primary-regular);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.header-text#location-mobile h1 {
  color: var(--color-text-white);
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.header-text#location svg {
  color: var(--color-primary-regular);
}

.header-text#location-mobile svg {
  width: 20px;
  height: 20px;
  color: var(--color-text-white);
}

.location-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 10px;
  overflow-x: scroll;
}

.location-group::after {
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 80%);
  content: "";
  height: 50px;
  position: absolute;
  border-radius: 15px;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.location-group::-webkit-scrollbar {
  height: 8px;
  width: 5px;
}

.location-group::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.location-group::-webkit-scrollbar-track {
  background-color: #ffffff;
}

/* Style each location item */
.location-item {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 10px;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 20px;
  padding: 15px;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.location-item h5 {
  font-size: 18px;
  width: 100%;
  font-weight: bolder;
  margin: 0;
  text-align: left;
  color: var(--color-primary-regular);
  padding-bottom: 5px;
}

.location-item p {
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  color: var(--color-text-light);
}

.dropdown-content::-webkit-scrollbar {
  height: 8px;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgb(209, 209, 209);
  border-radius: 100px;
}

.dropdown-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.location-cta,
.location-cta:visited {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--color-primary-regular);
  color: var(--color-text-white);
  line-height: 1;
  padding: 5px 15px;
  padding-right: 5px;
  border-radius: 100px;
  text-align: center;
  font-weight: bolder;
  font-size: 12px;
  height: fit-content;
  font-family: inherit;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.location-cta:hover,
.location-cta:active {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.cta-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(266deg, #da306b 5%, #73032a 99.14%);
  text-align: center;
  font-weight: bold;
  color: var(--color-text-white) !important;
  transition: all 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.cta-more:hover {
  scale: 1.01;
  filter: brightness(1.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.grid-highlight__group#cta-more {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px !important;
  padding-bottom: 0px !important;
  box-sizing: border-box;
}

.grid-highlight__group#cta-more img {
  width: auto;
  height: 150px;
}

.cta-bottom-floating__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 15px;
  padding-bottom: 20px;
}

.cta-bottom-floating__content h1 {
  font-size: 25px;
  font-weight: 600;
  color: #2d2d2d;
  margin: 0px;
}

.cta-bottom-floating__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

/* .location-cta::after {
  content: " →";
} */

/* end */

.showmobile {
  display: none !important;
}

.showdesktop {
  display: block !important;
}

.hl-section-1-group {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: auto;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 2px 8px 0px rgba(39, 40, 41, 0.0784313725);
}

.hl-section-1-group h2 {
  transition-delay: 100ms !important;
  color: var(--color-primary-regular);
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
}

.hl-section-1-group h1 {
  transition-delay: 150ms !important;
  color: var(--color-text-dark);
  /* font-size: 30px; */
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  line-height: 1.5;
}

.hl-section-1-group h1 span {
  font-weight: 500;
}

.hl-section-1-price {
  padding-top: 20px;
  padding-bottom: 10px;
}

.hl-section-1-price#bottombar {
  padding: 0px;
}

.hl-section-1-badge-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hl-section-1-badge-group#bottombar {
  padding: 0px;
  padding-bottom: 10px;
}

.hl-section-1-badge-group p {
  transition-delay: 200ms !important;
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--color-primary-light);
  color: var(--color-primary-regular);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.hl-section-1-badge-group#bottombar p {
  padding: 0px 10px;
  border-radius: 5px;
  background: var(--color-primary-light);
  color: var(--color-primary-regular);
  font-size: 8px;
  font-weight: bold;
  margin: 0;
}

.hl-section-1-price-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0px;
}

.hl-section-1-price-group#bottombar {
  justify-content: start;
  align-items: start;
}

.hl-price-info {
  transition-delay: 250ms !important;
  color: var(--color-text-dark);
  text-align: start;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.hl-price-info#bottombar {
  color: var(--color-text-dark);
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.hl-price {
  transition-delay: 300ms !important;
  color: var(--color-primary-regular);
  text-align: start;
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}

.hl-price#bottombar {
  color: var(--color-primary-regular);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.hl-price#bottombar small {
  color: var(--color-text-light);
  font-size: 12px;
}

.hl-price#bottombar span {
  font-size: 14px;
  font-weight: 500;
}

.hl-price span {
  font-size: 20px;
  font-weight: 500;
}

.hl-section-1-maincta {
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-radius: 100px;
  /* background: linear-gradient(
    to right,
    var(--color-secondary-dark),
    var(--color-secondary-regular)
  ); */
  background: #06c655;
  color: white !important;
  text-decoration: none;
  box-shadow: 0px 7.2px 14.4px 0px;
  font-family: "Noto Sans Thai", serif;
  margin: 20px 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hl-section-1-maincta:hover {
  transition: all 0.2s ease-in-out;
  scale: 1.01;
  filter: brightness(1.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.hl-section-1-app-group {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 30px;
}

.hl-section-1-app-group h3 {
  color: var(--color-app);
  text-align: start;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.hl-section-1-app-group h3 span {
  color: var(--color-app);
  font-size: 18px;
}

.cta-app {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--color-app);
}

.cta-app:hover {
  background: var(--color-background-card);
  transition: all 0.2s ease-in-out;
}

.section-1-image {
  width: 100%;
  height: auto;
}

.reg-btn {
  box-sizing: border-box;
  width: 90%;
  padding: 15px;
  text-align: center;
  border-radius: 100px;
  background: linear-gradient(
    to right,
    var(--color-secondary-dark),
    var(--color-secondary-regular)
  );
  color: white;
  text-decoration: none;
  box-shadow: 0px 7.2px 14.4px 0px #338bff3d;
  font-family: "Noto Sans Thai", serif;
}

.reg-btn:hover {
  filter: brightness(1.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.section-1-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.section-1-content p {
  color: var(--color-text-light);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.section-1-content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.content-item-header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.content-item-header svg {
  color: var(--color-primary-dark);
}

.content-item-header div {
  color: var(--color-text-dark);
  font-size: 16px;
  font-weight: bold;
}

.content-item-text {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    var(--color-primary-regular),
    var(--color-primary-light)
  );
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-dark);
}

.hl-section-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* padding-top: 20px; */
}

.grid-highlight__group {
  /* background: linear-gradient(
    to bottom,
    var(--color-text-white),
    var(--color-primary-light)
  ); */
  background: var(--color-text-white);
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 16px;
  box-shadow: 0px 2px 8px 0px rgba(39, 40, 41, 0.08);
  backdrop-filter: blur(4px);
  justify-content: start;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0px !important;
  margin: 0 !important;
}

.promo-image {
  width: 100%;
  height: auto;
}

.event-title-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.event-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.event-header img {
  width: auto;
  height: 30px;
}

.event-header h1 {
  color: var(--color-text-dark);
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.event-calender-content {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  /* padding: 30px; */
  background: white;
  box-shadow: 0px 2px 8px 0px rgba(39, 40, 41, 0.0784313725);
}

.group-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
}

.calender-content-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.calender-content-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
}

.calender-content-group ul {
  padding-left: 150px;
  color: var(--color-text-dark);
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
}

#calendar .content-item-text {
  font-weight: bold;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.speakers-grid img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.carousel-container {
  width: 100%;
  max-width: 852px;
  box-sizing: border-box;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
  cursor: grab;
}

.carousel-container:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.carousel-track.dragging {
  transition: none;
}

.carousel-item {
  flex: 0 0 calc(33.333% - 14px);
  background: white;
  border-radius: 20px 0px 20px 0px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: start;
  gap: 15px;
  pointer-events: none;
  overflow: hidden;
  position: relative;
}

.carousel-item::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(144, 238, 144, 0.3) 0%,
    rgba(144, 238, 144, 0.1) 60%,
    transparent 100%
  );
  border-radius: 50%;
  z-index: 0;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  flex-shrink: 0;
}

.content {
  font-size: 14px;
  color: #333;
}

.navigation {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-dot.active {
  background: var(--color-primary-dark);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .carousel-item {
    flex: 0 0 calc(50% - 10px); /* Show 2 items on medium screens */
  }
}

@media (max-width: 640px) {
  .carousel-item {
    flex: 0 0 100%; /* Show 1 item on small screens */
  }
  .carousel-track {
    gap: 15px;
  }
  .content {
    font-size: 13px;
  }
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  opacity: 0;
  transform: translateY(50px);
}

/* tabs styles */

.tabs {
  width: 80%;
  max-width: 600px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.tab-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tab-buttons {
  display: flex;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}

.tab-btn {
  flex: 1;
  padding: 20px;
  background: transparent;
  color: #333;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
  border-radius: 20px 20px 0px 0px;
}

.tab-btn.active {
  /* background: var(--color-primary-light) !important; */
  background: linear-gradient(
    to right,
    var(--color-primary-dark) 10%,
    var(--color-primary-regular) 70%
  ) !important;
  font-weight: bold;
  /* border-bottom: 2px solid var(--color-primary-regular); */
  color: var(--color-text-white);
  box-shadow: -1px 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.tab-btn:hover {
  background: #ddd;
}

.tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  gap: 20px;
  box-sizing: border-box;
}

.tab {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  gap: 20px;
  flex-direction: column;
  display: flex;
}

.tab-group {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 20px;
  display: none;
  flex-direction: row;
  gap: 10px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
  position: relative;
}

.tab-group.active {
  display: flex;
}

.tab-group img {
  width: 100%;
}

.partners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.partner-logo {
  width: auto;
  height: 40px;
}

.grid-tabs {
  width: 100%;
}

.top-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.tab-group#tab1 .top-content img {
  width: auto;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
}

.top-content img {
  width: auto;
  height: 450px;
}

.bottom-cta-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bottom-cta-group div#t6 {
  color: var(--color-primary-regular);
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.tab-content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  width: 55%;
  z-index: 2;
}

.tab-group#tab1 .tab-content-left div#t1 {
  color: var(--color-primary-regular);
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.tab-group#tab2 .tab-content-left div#t1 {
  color: var(--color-primary-regular);
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.tab-group#tab1 .tab-content-left div#t2 {
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.tab-group#tab2 .tab-content-left div#t2 {
  color: var(--color-text-dark);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.tab-group#tab2 .tab-content-left div#t2 span {
  color: var(--color-text-dark);
  font-weight: bold;
  font-size: 16px;
}

.tab-group#tab2 .tab-content-left div#t3 {
  color: var(--color-text-dark);
  font-size: 20px;
  font-weight: bold;
}

.tab-group#tab2 .tab-content-left div#t4 {
  color: var(--color-text-dark);
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}

.tab-group#tab2 .tab-content-left div#t5 {
  color: var(--color-primary-regular);
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.tab-content-left div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.tab-content-cta {
  background: linear-gradient(266deg, #da306b 5%, #73032a 99.14%),
    linear-gradient(0deg, #db316b 0%, #db316b 100%), #2aa393;
  color: var(--color-primary-light) !important;
  line-height: 1;
  padding: 15px 25px;
  border-radius: 100px;
  text-align: center;
  font-weight: bolder;
  font-size: 16px;
  height: fit-content;
  font-family: inherit;
  text-decoration: none;
}

.tab-content-cta:hover {
  background: var(--color-primary-dark);
  color: var(--color-text-white);
  transition: all 0.2s ease-in-out;
  scale: 1.01;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.terms-group {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  padding-left: 30px;
}

.terms-group p {
  padding-top: 20px;
  font-size: 14px;
  color: #717171;
  margin: 0;
}

.terms-group div#t1 {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-text-dark);
  margin: 0;
}

.terms-list {
  margin: 0;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  color: var(--color-text-light);
  padding: 20px 0px;
}

.terms-list li {
  text-align: start;
  font-size: 14px;
  color: var(--color-text-light);
  padding-bottom: 10px;
}

.terms-list li a {
  color: var(--color-text-light);
}

.tab-content-left div#t1s {
  text-align: start;
  color: var(--color-text-dark);
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 10px;
}

.tab-content-left div#t2s {
  color: var(--color-primary-regular);
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.info-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}

.bottom-content p {
  color: var(--color-text-light);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0px;
  margin-bottom: 10px;
}

.info-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 20px 10px;
  border-radius: 20px;
  gap: 10px;
}

.info-card img {
  width: 50px;
  height: auto;
  border-radius: 10px;
}

.card-h1 {
  font-size: 16px;
  text-align: start;
  font-weight: bold;
  color: var(--color-text-light);
  margin: 0;
}

.info-card p {
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
}

.info-card#tab1 p {
  color: var(--color-text-light) !important;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.info-card p small {
  padding-top: 10px;
  font-size: 12px;
}

.tab-content ul {
  color: var(--color-text-dark) !important;
  font-size: 10px !important;
  padding-left: 30px;
}

.tab-content ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 30px;
}

.tab-content ul li,
.tab-content ul li a {
  color: var(--color-text-dark);
  font-size: 16px;
}

.divider {
  width: 1px;
  height: 120px;
  background: var(--color-primary-dark);
  margin: 20px 0;
}

.tab-content#tab2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.tab-content#tab2 img {
  width: auto;
  height: 460px;
}

.tab2-text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.tab2-cta-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tab2-text-content div#t1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-text-dark);
}

.tab2-text-content div#t2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: var(--color-primary-regular);
}

.tab2-text-group,
.tab2-cta-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tab2-cta-group div#t3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tab-content-cta#tab2 {
  width: 100%;
  box-sizing: border-box;
  border-radius: 100px;
  background: linear-gradient(
    to right,
    var(--color-primary-dark) 10%,
    var(--color-primary-regular) 70%
  );
  color: var(--color-text-white) !important;
}

/* end */

/* grid-highlight__group hero styles */

.grid-highlight__group#hero h1 {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
  text-align: center;
  /* padding: 30px;
  padding-bottom: 0px; */
  padding: 40px 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.grid-highlight__group#hero h1 span {
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    var(--color-primary-dark) 10%,
    var(--color-primary-regular) 70%
  );
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
}

.hero--cta-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.xe01-btn-more,
.xe01-btn-more:visited {
  /* background: linear-gradient(
    77deg,
    var(--color-primary-dark) 3.22%,
    var(--color-primary-regular) 99.16%
  ); */
  background: var(--color-primary-regular);
  border-radius: 50px;
  padding: 10px 20px;
  height: fit-content;
  width: fit-content;
  border: none;
  display: flex;
  gap: 0.48rem;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-primary-dark);
  text-decoration: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.xe01-btn-more::after {
  content: " →";
}

.xe01-btn-more:hover {
  transition: all 0.2s ease-in-out;
  scale: 1.01;
  background: var(--color-primary-dark);
  color: var(--color-text-white);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

/* end */

/* grid-highlight__group qfa styles */

.grid-highlight__group#qfa {
  padding: 30px;
  background: var(--color-primary-light);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.grid-highlight__group#qfa h1 {
  font-size: 25px;
  font-weight: bold;
  color: var(--color-text-dark);
  margin: 0;
}

.grid-highlight__group#qfa h1 span {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary-regular);
  margin: 0;
}

/* end */

/* grid-highlight__group info-1 styles */

.grid-highlight__group#info-1 {
  background: var(--color-text-white);
  gap: 0px;
}

.grid-highlight__group#info-1 h1 {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    var(--color-primary-dark) 10%,
    var(--color-primary-regular) 70%
  );
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
}

.info-1-box {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: var(--color-text-white);
}

.info-1-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  background: var(--color-text-white);
  padding: 20px;
}

.info-1-card h2 {
  font-size: 30px;
  text-align: start;
  font-weight: bold;
  color: var(--color-primary-dark);
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}

.info-1-card h2 span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
}

.info-1-card p {
  text-align: start !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-light);
  margin: 0 !important;
}

.info-1-box p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  grid-column: span 2;
  margin: 0px;
  margin-top: 10px;
}

.terms-list#info-1 {
  padding: 0px;
  padding-top: 10px;
}

/* end */

.hide-on-mobile {
  display: flex !important;
}

.hide-on-desktop {
  display: none !important;
}

a.highlight--line-btn {
  background: linear-gradient(
    77deg,
    rgb(3 199 85) 3.22%,
    rgb(0, 173, 72) 99.16%
  );
  color: #fff;
  font-weight: bolder;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 100px;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 1rem 0rem;
  box-shadow: 0px 2px 8px 0px rgba(39, 40, 41, 0.0784313725);
}

a.highlight--line-btn:hover,
a.highlight--line-btn:visited,
a.highlight--line-btn:active {
  color: #fff;
  filter: brightness(1.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

/* grid-highlight__group#packages */

.grid-highlight__group#packages {
  background: var(--color-text-white);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0px;
}

/* .grid-highlight__group#packages h1 {
  text-align: start;
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: var(--color-primary-regular);
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
} */
/* 
.grid-highlight__group#packages h1 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
} */

.grid-highlight__group#packages h1 {
  text-align: start;
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: var(--color-primary-regular);
  line-height: 1.2;
}

.grid-highlight__group#packages h1 span {
  font-size: 20px;
  font-weight: 500;
}

.package-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 15px;
  gap: 10px;
  background: var(--color-primary-light);
}

.package-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  padding: 15px;
  box-sizing: border-box;
  gap: 24px;
}

.package-card-content .package-item:nth-child(odd) {
  background: var(--color-background-card);
  border-radius: 10px;
}

.package-item-title {
  text-align: start;
  width: 100%;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--color-text-dark);
  display: flex;
  flex-direction: column;
}

.package-item-title span {
  text-align: start;
  font-size: 1rem;
  color: var(--color-text-light);
  font-weight: 500;
}

.package-item-subtitle {
  width: 100%;
  text-align: start;
  font-weight: 500;
  font-size: 14px;
  padding-top: 5px;
  color: var(--color-text-dark);
}

.package-item-badge {
  color: #2d2d2d;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  flex-shrink: 0;
  background: #fafafa !important;
  order: 1;
  display: none;
}

.package-item-left {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4px;
}

.list-packages {
  background: var(--color-primary-light);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 10px;
}

.package-item-cta-container {
  display: flex;
  flex: 0 0 40%;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
  gap: 10px;
}

.packages--price-cta,
.packages--price-cta:visited {
  flex: 1 1 50%;
  background: #fff;
  border: 1px solid var(--color-primary-regular);
  color: var(--color-primary-regular);
  line-height: 1;
  /* padding: 1rem 0 0; */
  border-radius: 0.48rem;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit;
  /* transition: ease-in 300ms all; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  /* gap: 0.48rem; */
  max-width: 250px;
}

.packages--price-cta div {
  padding: 13px 0px 10px 0px;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 15px;
}

.packages--price-cta span.country-label {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.packages--price-cta span.pseudo-cta {
  width: 100%;
  background: var(--color-primary-regular);
  color: var(--color-text-white);
  font-size: 14px;
  padding: 0.48rem 0.14rem 0.4rem;
  border-radius: 0 0 0.24rem 0.24rem;
  /* margin-top: 0.24rem; */
  box-sizing: border-box;
}

.packages--price-cta:hover {
  background: var(--color-primary-regular);
  color: var(--color-text-white);
  box-shadow: 0 5px 10px 0 var(--color-primary-regular);
}

.package-item-2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 30px;
  gap: 1rem;
  font-family: inherit;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--color-text-white);
}

.package-item-2 img {
  border-radius: 1rem;
  width: 80px;
  height: 80px;
  object-fit: scale-down;
  flex-shrink: 0;
}

.package-item-2-description {
  flex: 0 1 40%;
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
  font-family: inherit;
  text-align: left;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.package-item-2-description p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-light);
  line-height: 1.2;
  font-size: 1rem;
  font-family: inherit;
  text-align: left;
  margin: 0;
}

.package-item-2-description badges {
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--color-primary-light);
  color: var(--color-primary-regular);
  font-size: 14px;
  font-weight: 500;
  width: auto;
  margin: 0;
}

.package-item-2-description span {
  font-weight: 500;
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
  border-radius: 0.24rem;
  padding: 0.48rem 0.68rem 0.34rem;
  width: fit-content;
  line-height: 1.2;
  font-size: 1rem;
  font-family: inherit;
}

.package-item-2-description h4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  color: var(--color-text-dark);
  font-weight: bolder;
  font-family: inherit;
  flex-shrink: 0;
}

/* end */

/* modal styles */

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1000;
  justify-content: center;
  padding: 50px;
  box-sizing: border-box;
}

/* Modal content */
.modal-content {
  background: var(--color-primary-regular);
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  text-align: left;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-content::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: var(--color-primary-dark);
  border-radius: 100px;
}

.modal-content::-webkit-scrollbar-track {
  background-color: var(--color-primary-regular);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: var(--color-primary-dark);
  background: var(--color-primary-regular);
  border: none;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.close-btn:hover {
  color: var(--color-primary-dark);
  background-color: var(--color-background-card);
}

.modal-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary-dark);
  margin: 0;
}

.modal-title span {
  font-size: 25px;
  font-weight: bold;
  color: var(--color-primary-dark);
  margin-bottom: 10px;
}

.modal-body-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-text-white);
}

.modal-card h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary-dark);
  margin: 0;
  line-height: 1;
  padding: 20px;
}

.modal-card h2 span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
}

.modal-card p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-light);
  margin: 0;
  padding: 0px 20px 20px 20px;
}

.modal-card ul {
  padding-left: 20px;
  color: var(--color-text-dark);
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
}

.modal-card ul li {
  margin: 5px 0px;
}

.modal-card ul li::marker {
  color: var(--color-primary-dark);
}
.modal-card ul li::marker {
  font-size: 20px;
}

/* end */

/* grid-highlight__group location styles */

.header-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px;
  width: 100%;
}

.location-card {
  box-sizing: border-box;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.grid-highlight__group#location {
  background: var(--color-primary-regular);
  position: sticky;
  top: 10px;
  gap: 0px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0px 2px 8px 0px rgba(39, 40, 41, 0.3);
  flex-direction: column;
  padding: 10px;
  justify-content: start;
  align-items: stretch;
  margin: 10px !important;
}

/* end */

/* dropdown styles */
.dropdown {
  display: inline-block;
  position: relative;
}

/* Style the dropdown button */
.dropdown {
  background-color: var(--color-text-white); /* Green background */
  color: var(--color-primary-regular); /* White text */
  padding: 8px 15px; /* Padding around the text */
  border-radius: 100px;
  font-size: 16px; /* Text size */
  border: none;
  cursor: pointer; /* Pointer cursor on hover */
  width: 270px; /* Fixed width */
  text-align: left; /* Align text to the left */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Style for the SVG icon */
.dropdown button svg {
  width: 20px; /* Set icon size */
  height: 20px; /* Set icon size */
  fill: white; /* Icon color */
}

/* Button hover effect */
.dropdown button:hover {
  background-color: var(--color-primary-dark); /* Darker green when hovered */
}

.dropdown-content {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column; /* Items will be displayed in a row */
  overflow-x: auto; /* Horizontal scroll enabled */
  gap: 10px; /* Space between items */
  padding: 10px;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  box-sizing: border-box;
  scroll-snap-type: x mandatory; /* Optional: Snap scrolling for smoother experience */
}

.location-title {
  font-size: 18px;
  color: var(--color-primary-regular);
  margin: 0;
  text-align: start;
}

.location-item#dropdown {
  background: var(--color-text-white);
  color: var(--color-primary-regular);
  width: 100%;
  /* max-width: 250px; */
}

.dropdown-content a {
  color: black;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

p.location-description {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
}

/* end */

/* bottombar styles */

.bottombar {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  bottom: 10px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 15px;
  opacity: 0;
  transform: translateY(50px);
  z-index: 1000;
  gap: 10px;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  opacity: 0;
  transform: translateY(50px);
}

.info-hl-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 0.5px solid rgba(196, 196, 196, 0.8);
  padding-bottom: 10px;
}

.price-group {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  gap: 5px;
}

.cta-group#bottombar {
  width: 100%;
  /* max-width: 160px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cta-group#bottombar p {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-app);
  margin: 0;
  text-align: start;
  line-height: 1.5;
}

.cta-group#bottombar p span {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-text-dark);
  margin: 0;
}

a.highlight--line-btn#bottombar {
  flex-shrink: 0;
  box-sizing: border-box;
  font-size: 10px;
  justify-content: center;
  align-items: center;
}

.cta-app#bottombar {
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 100px;
  color: var(--color-text-white);
  background-color: var(--color-app);
}

.cta-app#bottombar span {
  font-weight: 500;
}

/* end */

/* other styles */

.disabled {
  cursor: no-drop;
  opacity: 0.1;
  /* display: none; */
}

.animate-class {
  opacity: 0 !important;
  transition: all 0.8s ease;
  transform: translateY(50px) !important;
}

.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.youtube-shot {
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  outline: none;
}

.youtube-shot-iframe {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

figure {
  margin: 0;
}

html {
  scroll-padding-top: 20px;
}

.tab-icon {
  display: none;
}

/* end */

/* mobile styles */
@media (max-width: 1000px) {
  html {
    scroll-padding-top: 100px;
  }

  /* header */

  .hl-section-1-app-group h3 {
    font-size: 14px;
  }

  .hl-section-1-app-group h3 span {
    font-size: 16px;
  }

  /* end */

  /* tab bar */

  .tab-icon {
    height: 79px;
    width: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px 0px 0px 0px;
    background: var(--color-background-card);
  }

  .tab-icon svg {
    width: 30px;
    height: 30px;
  }

  .tab-icon svg path {
    fill: var(--color-primary-regular);
  }

  .tab-buttons {
    border-radius: 0px;
    overflow-x: auto;
  }

  .tab-content#tab2 {
    flex-direction: column;
  }

  .tab2-text-content {
    justify-content: center;
    align-items: center;
  }

  .tab2-text-content div#t1 {
    font-size: 25px;
  }

  .tab2-text-content div#t2 {
    text-align: center;
    font-size: 20px;
  }

  .tab-content-left div#t1s {
    text-align: center;
    font-size: 25px;
  }

  .card-h1 {
    width: 100%;
    text-align: start;
  }

  .info-card p {
    width: 100%;
    text-align: center;
  }

  .bottom-cta-group div#t6 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }

  .tab-btn {
    flex: none;
    flex-shrink: 0;
  }

  .tab-group#tab2 .tab-content-left div#t4 {
    font-size: 14px;
    text-align: center;
  }

  .tab-group#tab2 .tab-content-left div#t5 {
    font-size: 16px;
    text-align: start;
  }

  .tab-group#tab2 .tab-content-left div#t1 {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
  }

  .tab-content-left div,
  .tab-content-left {
    padding: 20px;
    gap: 10px;
  }

  /* end */

  .info-1-box p {
    grid-column: span 1;
    margin: 10px 0px;
  }

  .cta-more {
    font-size: 14px;
  }

  /* grid-highlight__group package */

  .package-item-2-description badges {
    font-size: 11px;
  }

  .package-item-2-description h4 {
    font-size: 14px;
  }

  .package-item-2-description p {
    font-size: 12px;
  }

  .package-item-2 .package-item-2-description {
    flex: 0 1 70%;
    padding-right: 0px;
  }

  .package-item-2 {
    align-items: center;
    gap: 12px;
    padding: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /* width: calc(100% / 2); */
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  /* end */

  .grid-highlight__group#cta-more {
    padding: 15px !important;
    padding-bottom: 0px !important;
  }

  .cta-bottom-floating__content {
    padding-bottom: 10px !important;
    gap: 10px !important;
  }

  .cta-bottom-floating__content h1 {
    font-size: 16px;
  }

  .cta-bottom-floating__content a {
    font-size: 12px;
  }

  .grid-highlight__group#cta-more img {
    height: 100px;
  }

  /* promotion section */

  .bottom-cta-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
  }

  .bottom-cta-group div#t3,
  .tab-content-left div#t2s {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }

  .divider {
    width: 100%;
    height: 1px;
    margin: 0px;
  }

  .info-card {
    width: 100%;
    box-sizing: border-box;
  }

  .info-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
  }

  .tab-group#tab1 {
    padding: 0px;
  }

  .tab-group#tab1 .top-content img {
    position: relative;
  }

  .tab-content-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .terms-list li {
    font-size: 14px;
  }

  .terms-group div#t1 {
    font-size: 16px;
  }

  .terms-group {
    padding: 10px;
    padding-left: 20px;
    padding-bottom: 0px;
  }

  .tab-content-left div#t2 {
    font-size: 20px;
    text-align: center;
  }

  .tab-group#tab1 .tab-content-left div#t1 {
    font-size: 20px;
    text-align: center;
  }

  .tab-group#tab1 .tab-content-left div#t2 {
    font-size: 16px;
    text-align: center;
  }

  .tab-group#tab1 .bottom-content {
    padding: 0px 20px;
  }

  .card-h1 {
    font-size: 16px;
    text-align: center;
    color: var(--color-primary-regular);
  }

  .tab-content-left div,
  .tab-content-left {
    width: 100%;
    justify-content: start;
    align-items: center;
    padding: 0px 10px;
    box-sizing: border-box;
  }

  .tab-content {
    padding: 0px;
    gap: 0px;
  }

  .top-content img,
  .tab-content#tab2 img {
    height: 300px;
  }

  .top-content {
    flex-direction: column-reverse;
  }

  /* end */

  .mobile-footer {
    display: none;
  }

  .layout-packages {
    margin: 0 auto;
    padding: 0;
  }

  .hl-section-2 {
    padding-bottom: 120px;
    gap: 20px;
    /* padding-top: 20px; */
  }

  .package-item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .packages--price-cta span.pseudo-cta {
    font-size: 12px;
  }

  .packages--price-cta,
  .packages--price-cta:visited {
    max-width: none;
    font-size: 14px;
  }

  .package-item-title span {
    font-size: 12px;
  }

  .package-item-title {
    font-size: 16px;
  }

  .grid-highlight__group#packages h1 {
    font-size: 20px;
    padding: 25px 30px;
  }

  /* .grid-highlight__group#packages h1 {
    font-size: 20px;
    padding: 30px 20px;
  } */

  /* .grid-highlight__group#packages h1 span {
    font-size: 11px;
  } */

  .package-card-content {
    padding: 10px;
  }

  .hero--cta-group {
    padding: 10px;
  }

  .info-1-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px;
  }

  a.highlight--line-btn {
    margin: 0px;
  }

  .grid-highlight__group {
    padding: 0px;
  }

  .grid-highlight__group#hero h1,
  .grid-highlight__group#info-1 h1 {
    font-size: 14px;
  }

  .grid-highlight__group#packages h1 span {
    font-size: 14px;
  }

  .grid-highlight__group#hero h1 span {
    font-size: 22px;
  }

  .xe01-btn-more,
  .xe01-btn-more:visited {
    font-size: 11px;
  }

  .hl-containers {
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 20px;
    max-width: none;
  }

  .package-item-cta-container {
    width: 100%;
    flex: 0 0 100%;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .hide-on-desktop {
    display: flex !important;
  }

  .hl-section-1 {
    position: static;
    max-width: none;
  }

  .list-packages {
    padding: 0px;
    gap: 6px;
    background: transparent;
  }

  /* grid-highlight__group qfa styles */

  .grid-highlight__group#qfa {
    flex-direction: column;
    gap: 10px;
  }

  .grid-highlight__group#qfa h1 {
    font-size: 16px;
    text-align: center;
  }

  .grid-highlight__group#qfa h1 span {
    font-size: 12px;
    text-align: center;
  }

  /* end */

  .partner-logo {
    width: auto;
    height: 25px;
  }

  .modal {
    padding: 0px;
  }

  .time-calender {
    font-size: 12px;
  }

  .content-item-text {
    font-size: 10px;
  }

  .tab-btn {
    font-size: 14px;
  }

  .tab {
    padding: 20px;
  }

  .modal {
    bottom: 0;
    justify-content: center;
    align-items: end;
  }

  .modal-content {
    width: 100%;
    height: 80%;
    max-width: none;
  }

  .section-1 {
    position: static;
    max-width: none;
  }

  .speakers-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .containers {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .section-1 {
    box-shadow: none;
    background: transparent;
  }

  .section-2 {
    padding: 20px;
    box-sizing: border-box;
  }

  .section-1-content {
    margin: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 2px 8px 0px rgba(39, 40, 41, 0.0784313725);
  }

  .showmobile {
    display: flex !important;
  }

  .showdesktop {
    display: none !important;
  }
}
/* end */
