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

  --color-primary-dark: #6a4297;
  --color-primary-regular: #fae2ff;
  --color-primary-light: #fffaf9;

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

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

.location-item p,
button,
.packages--price-cta p,
.package-item-title li {
  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;
}

/* main page style */

.layout-packages__sections#sections {
  display: none;
}

/* main page style */
.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;
}

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

.hl-section-1 {
  width: 100%;
  height: 100vh;
  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);
  flex-shrink: 0;
}

/* 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: 300px;
}

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

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

.header-text#location h1 span {
  font-size: 14px;
}

.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-dark);
  width: 30px;
  height: 30px;
}

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

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

.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; /* Align items when scrolling */
}

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

.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-dark);
  color: var(--color-text-white);
  line-height: 1;
  padding: 2px 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);
}

.location-cta svg {
  color: var(--color-text-white);
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}

/* .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);
  flex-shrink: 0;
}

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

.hl-section-1-group h1 {
  transition-delay: 150ms !important;
  text-align: start;
  color: var(--color-primary-dark);
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

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

.hl-section-1-badge-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
}

.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-regular);
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

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

.hl-section-1-price-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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#sub-info {
  color: var(--color-text-dark);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

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

.hl-price-info#bottombar2 {
  color: var(--color-text-dark);
  font-size: 12px !important;
  font-weight: 500;
  margin: 0;
}

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

.hl-price span {
  font-size: 30px;
}

.hl-price#bottombar {
  color: var(--color-primary-dark);
  font-size: 20px;
  text-align: start;
  font-weight: bold;
  margin: 0;
}

.hl-price#bottombar span {
  font-size: 18px;
}

.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: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 30px;
}

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

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

.cta-app {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 100px;
  color: var(--color-app);
  background: var(--color-background-card);
}

.cta-app:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  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: 5px;
  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%;
  overflow: hidden;
  border-radius: 50px 50px 0px 0px;
}

.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 {
  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: 90%;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  top: -50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  padding: 10px;
}

.tab-btn {
  flex: 1;
  padding: 15px;
  background: transparent;
  color: #333;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
  font-family: "Noto Sans Thai", serif;
  border-radius: 100px;
}

.tab-btn:hover {
  background: var(--color-primary-light);
}

.tab-btn.active {
  background: var(--color-primary-dark);
  font-weight: bold;
  color: var(--color-text-white);
}

.tab-content {
  padding: 20px;
}

.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;
}

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

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

.tab-group#tab2 {
  flex-direction: row;
  padding: 0px;
  padding-top: 50px;
  background: linear-gradient(106deg, #fff5ff 1.12%, #fff 62.32%), #fff7f4;
}

.tab2-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.tab2-content h1 {
  font-size: 25px;
  text-align: start;
}

.cta-more {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.cta-more h3 {
  color: var(--color-primary-dark);
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0px;
  text-align: center;
}

.tab2-content img {
  width: 400px;
}

.tab2-content ul {
  list-style-type: none;
}

.tab2-content li {
  color: var(--color-primary-dark);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tab2-content li p {
  color: var(--color-text-dark);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.tab2-box {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  background: var(--color-primary-dark);
  box-sizing: border-box;
  margin: 30px;
  margin-bottom: 60px;
  position: relative;
  padding: 20px 50px;
  border-radius: 20px;
}

.tab2-box img {
  width: 300px;
  height: auto;
  position: absolute;
  left: 40px;
}

.tab2-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tab2-box-text h2 {
  color: var(--color-text-white);
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.tab2-box-text p {
  color: var(--color-text-white);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.tab-group#tab1 {
  width: 100%;
  padding: 40px;
  padding-top: 80px;
  flex-direction: column;
  background-image: url("https://static.hd.co.th/system/image_attachments/images/000/447/881/original/rsv-bg-hero.png");
  object-fit: cover;
  object-position: left;
}

.tab-group#tab1 h3 {
  color: var(--color-primary-dark) !important;
  font-size: 25px !important;
  font-weight: bold !important;
  margin: 0;
  text-align: center;
  padding: 10px 0px !important;
}

.tab-group#tab1 ul {
  color: var(--color-text-dark) !important;
  font-size: 10px !important;
  padding-left: 30px;
  text-align: start;
}

.tab-group#tab1 ul li,
.tab-group#tab1 ul li a {
  text-align: start;
  color: var(--color-text-dark);
  font-size: 8px;
}

.tab1-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 30px 0px;
  box-sizing: border-box;
}

.tab1-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(242, 238, 253, 0.5) 100%
  );
  padding: 20px;
  box-sizing: border-box;
}

.tab1-card p {
  color: var(--color-primary-dark);
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.tab1-card h2 {
  background: linear-gradient(180deg, #ab37bd 0%, #5223af 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: bold;
  margin: 0;
}

.tab1-card h2 svg {
  color: #c5abf9;
  width: 50px;
  height: 50px;
}

.tab1-card h2 small {
  font-size: 15px;
}

.divider {
  width: 1px;
  height: 150px;
  background: var(--color-text-light);
  margin: 20px 0;
}

.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%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tab-group#tab3 {
  flex-direction: column;
  background-image: url("https://static.hd.co.th/system/image_attachments/images/000/448/004/original/hero-tab3-bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  gap: 0px;
  padding-top: 30px;
}

.bg-tab3-content h1 {
  color: var(--color-text-white) !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 1.6 !important;
}

.tab3-content ul {
  list-style: none;
}

.tab3-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.tab3-content li {
  color: var(--color-text-white) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.tab3-content li span {
  color: var(--color-text-white);
  font-size: 50px;
  font-weight: bold;
}

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

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

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

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

.divider#tab3 {
  width: 1px;
  height: 120px;
  background: #aeaeae;
  margin: 0px;
}

/* grid-highlight__group hero styles */

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

.grid-highlight__group#hero h1#hero-title span {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-primary-dark);
  margin: 0;
}

.tab-group#tab1 h1 {
  color: var(--color-text-dark);
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding: 0px;
}

.tab-group#tab1 h1 span {
  color: var(--color-primary-dark);
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.tab-group#tab1 small {
  color: var(--color-text-light);
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

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

.std-info-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  background: var(--color-primary-light);
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

.std-info-item {
  background: var(--color-text-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
}

.std-info-item img {
  width: auto;
  height: 100px;
}

.std-info-item h2 {
  color: #ff5c00;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.std-info-item span {
  color: var(--color-text-light);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.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-dark);
  border-radius: 50px;
  padding: 10px 20px;
  padding-right: 10px;
  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-text-white);
  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.4);
}

.xe01-btn-more#info-1-1 {
  font-size: 18px;
}

.hero--cta-group#tab2 .xe01-btn-more {
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* 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-primary-dark);
  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-text-white);
  line-height: 1.2;
}

.grid-highlight__group#packages h1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.grid-highlight__group#packages h1 span {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-white);
}

.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;
  padding-left: 100px;
}

.package-card-content h5 {
  width: 100%;
  text-align: start;
  color: var(--color-primary-dark);
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0px;
}

.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;
  border-radius: 10px;
  background: var(--color-background-card);
}

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

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

.package-item-title span ul {
  margin: 0;
  padding-left: 30px;
}

.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: center;
  gap: 10px;
}

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

.packages--price-cta,
.packages--price-cta:visited {
  flex: 1 1 100%;
  background: #fff;
  border: 1px solid var(--color-primary-dark);
  color: var(--color-primary-dark);
  line-height: 1.2;
  border-radius: 0.48rem;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  align-self: stretch;
}

.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 p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
  margin: 0;
  color: var(--color-primary-dark);
  font-weight: 700 !important;
  height: 100%;
}

.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-dark);
  color: var(--color-text-white);
  font-size: 14px;
  padding: 0.48rem 0.14rem 0.4rem;
  box-sizing: border-box;
}

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

.package-item-cta-container#bottom-cta .packages--price-cta {
  border: 1px solid var(--color-primary-regular);
}

.package-item-cta-container#bottom-cta .packages--price-cta:hover {
  background: var(--color-primary-regular);
  color: var(--color-primary-dark);
  box-shadow: 0 5px 10px 0 var(--color-primary-regular);
}

.package-item-cta-container#bottom-cta .packages--price-cta span.pseudo-cta {
  background: var(--color-primary-regular);
  color: var(--color-primary-dark);
}

.package-card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--color-text-white);
  box-sizing: border-box;
  position: relative;
}

.package-card-header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 10px 0px;
}

.package-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 4px;
}

.package-card-logo {
  width: auto;
  height: 100px;
  border-radius: 10px;
}

.package-card-info h4 {
  color: var(--color-text-dark) !important;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  order: 2;
}

.package-card-info h5 {
  color: var(--color-text-dark) !important;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.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: cover;
  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-dark);
  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: #fffcf8;
  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#modal-3 {
  background: var(--color-primary-regular);
}

.modal-content#modal-4 {
  background: #f4f0fb;
}

.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); */
  background: transparent;
  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;
  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-dark);
  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-dark); /* 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: 130px; /* 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-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-dark);
  margin: 0;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
}

.location-item#dropdown {
  background: var(--color-text-white);
  color: var(--color-primary-dark);
  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;
}

.package-card-locationtext {
  font-weight: 500;
  text-align: start;
  font-size: 14px;
  color: var(--color-text-light);
}

/* 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: 13px;
  font-weight: 500;
  color: var(--color-text-dark);
  margin: 0;
  text-align: start;
}

.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: 12px;
  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: 10px 20px;
  border-radius: 100px;
  color: var(--color-text-white);
  background-color: var(--color-app);
}

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

/* end */

/* grid-highlight__group banner styles */

.grid-highlight__group#banner {
  background: var(--color-primary-regular);
  /* background: #e4e2f2; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.grid-highlight__group#banner h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-primary-dark);
  /* background: linear-gradient(
    to right,
    #8E78BE 10%,
    #514072 70%
  ); */
  /* -webkit-background-clip: text;
  color: transparent; */
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.grid-highlight__group#banner h1 span {
  color: var(--color-text-dark);
  font-size: 40px;
}

.grid-highlight__group#banner p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-light);
  margin: 0;
  text-align: center;
}

/* end */

/* other styles */

.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; /* Adjust this value as needed */
}

.cta-tag-more {
  width: 100%;
}

.cta-tag-more a {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 100px;
  background: var(--color-primary-dark);
  color: var(--color-text-white);
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.cta-tag-more a:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

@media (max-width: 1280px) {
  .cta-tag-more {
    margin: 10px 0px;
  }

  .cta-tag-more a {
    font-size: 18px;
  }
}

/* end */

/* mobile styles */
@media (max-width: 1000px) {
  .package-item-cta-container#bottom-cta .packages--price-cta {
    font-size: 14px;
  }

  .hl-section-1-group h2{
    text-align: start;
  }

  /* grid-highlight__group package */
  .info-1-box-group ul li div,
  .info-1-box-group ul li ul li {
    font-size: 12px !important;
  }

  .info-1-box-group ul li {
    font-size: 16px !important;
    text-align: start !important;
  }

  .header-text-info-1 button {
    font-size: 10px;
    padding: 5px 10px;
  }

  .info-group {
    flex-direction: column;
    padding: 20px;
  }

  .tab3-content ul {
    margin: 0px !important;
  }

  .tab3-content li span {
    font-size: 40px;
  }

  .tab3-content li {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .tab-group#tab3 ul {
    padding: 0px 20px;
  }

  .bg-tab3-content {
    height: 500px;
  }

  .tab2-box img {
    top: -120px;
    width: 250px;
  }

  .tab2-box {
    margin-top: 100px;
    padding: 20px;
    padding-top: 100px;
    justify-content: center;
    align-items: center;
  }

  .tab2-content li {
    font-size: 18px;
  }

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

  .tab1-card p,
  .tab2-content li p {
    font-size: 14px;
  }

  .tab1-card h2 {
    font-size: 50px;
  }

  .tab-group#tab1 h3 {
    font-size: 16px !important;
    padding: 0px !important;
  }

  .tab-group#tab2 {
    padding: 10px;
  }

  .cta-more h3 {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
  }

  .tab-group#tab1 h1,
  .bg-tab3-content h1 {
    font-size: 20px !important;
    padding: 20px;
  }

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

  .divider,
  .divider#tab3 {
    width: 100%;
    height: 1px;
  }

  .tab1-grid {
    gap: 10px;
    flex-direction: column;
    padding-top: 0px;
  }

  .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;
  }

  html {
    scroll-padding-top: 150px; /* Adjust this value as needed */
  }

  .hl-section-1-badge-group p {
    font-size: 13px;
  }

  .hl-price-info {
    font-size: 14px;
  }

  .mobile-footer {
    display: none;
  }

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

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

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

  .package-card {
    gap: 20px;
  }

  .std-info-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-1-box-group {
    padding: 10px;
  }

  .xe01-btn-more#cta {
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .std-info-item span {
    font-size: 14px;
  }

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

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

  .packages--price-cta p {
    padding: 10px 0px;
  }

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

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

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

  .package-card-header {
    align-items: start;
    flex-direction: column;
    text-align: start;
  }

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

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

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

  .info-1-box {
    padding: 20px;
  }

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

  .grid-highlight__group {
    padding: 0px;
  }

  .tab-group#tab1 h1 {
    font-size: 18px !important;
    padding: 20px 0px;
  }

  .tab-group#tab1 h1 span {
    font-size: 25px;
  }

  .grid-highlight__group#packages h1 {
    font-size: 20px;
    flex-direction: column;
    align-items: start;
    line-height: 1.5;
    padding: 25px;
  }

  .grid-highlight__group#banner h1 {
    font-size: 25px;
  }

  .grid-highlight__group#banner h1 span {
    font-size: 30px;
  }

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

  .grid-highlight__group#hero h1#hero-title {
    font-size: 16px;
  }

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

  .grid-highlight__group#banner p {
    font-size: 12px;
  }

  .grid-highlight__group#qfa {
    padding: 20px;
  }

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

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

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

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

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

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

  .tab-icon {
    height: -webkit-fill-available;
    width: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--color-text-white);
    border-radius: 20px 0px 0px 20px;
    display: none !important;
  }

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

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

  /* .tab-buttons {
    border-radius: 0px;
    overflow-x: auto;
  } */
  .tab-buttons {
    padding: 10px;
  }

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

  /* 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 {
    padding: 10px;
    font-size: 10px;
  }

  .tab {
    padding: 20px;
  }

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

  .modal-content {
    padding: 10px;
    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 */
