/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  margin: 0;
  background-image: url("./../assets/images/bg-hi88-cskh.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1200px !important;
}

.main-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

/* Desktop View */
.desktop-view {
  display: block;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.mobile-view {
  display: none;
}

/* Logo Section */
.logo-section {
  text-align: center;
  margin-bottom: 20px;
}

.main-logo {
  max-width: 280px;
  height: auto;
}

/* Main Title */
.main-title {
  text-align: center;
  margin-top: 20px;
  /* margin: 20px 0; */
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.main-title img {
  width: 90%;
  max-width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Left Section */
.left-section {
  padding: 20px 40px;
}

/* Partnership Container */
.partnership-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
  justify-content: center;
  padding: 16px;

  background: linear-gradient(
    84.6deg,
    rgba(140, 217, 255, 0.4) 0.35%,
    rgba(140, 217, 255, 0.4) 99.65%
  );
  border-radius: 32px;
}

.partnership-daisu {
  display: flex;
  gap: 24px;
}

.partnership-box {
  background: rgba(140, 217, 255, 0.4);
  border-radius: 32px;
  padding: 30px 20px;
  flex: 1;
  max-width: 380px;
  text-align: center;
}

.partnership-title {
  color: #26a9e0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.partnership-image {
  margin: 12px 0;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partnership-image img {
  max-width: 96%;
  height: auto;
}

.partnership-image.ambassador {
  position: relative;
}

.signature {
  position: absolute;
  top: 60px;
  right: 20px;
  max-width: 80px;
}

.partnership-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.partner-icon {
  height: 30px;
  width: auto;
}

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

.divider {
  color: #26a9e0;
  font-size: 20px;
  font-weight: bold;
}

.partnership-subtitle {
  color: #26a9e0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Link Section */
.link-section {
  margin: 0px 0;
}

.link-title-top {
  margin-bottom: 16px;
  display: flex;
  width: auto;
  height: 38px;
  max-width: 400px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.link-title-top img {
  /* width: 60%; */
  width: auto;
  height: 38px;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.link-title {
  text-align: center;
  margin-bottom: 20px;
  width: 85%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.link-box {
  background: linear-gradient(to bottom, #ff2727 0%, #d10101 47.596%, #e60000 100%);
  border: 3.322px solid #ffe500;
  border-radius: 20px;
  padding-top: 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.link-header {
  color: white;
  font-size: 16px;
  font-weight: 900;
  /* text-transform: uppercase; */
  margin-bottom: 8px;
  text-shadow: 0px 1.107px 1.605px rgba(0, 0, 0, 0.57);
}

.link-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 8px 0;
}

.link-speed {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 15px 0 0;
}

.link-speed .link-button-item {
  width: auto;
  height: 48px;
  justify-content: center;
  background-color: transparent;
  padding: 0;
}

.link-speed .tick-icon {
  width: auto;
  height: 48px;
  max-width: 100%;
  display: block;
}

.link-speed .link-button-item .tick-icon {
  transform-origin: center;
  transition: transform 0.2s ease;
  will-change: transform;
}

.link-speed .link-button-item:hover .tick-icon,
.link-speed .link-button-item:focus-visible .tick-icon {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .link-speed .link-button-item .tick-icon {
    transition: none;
  }
}

.link-button {
  background: white;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 2.214px 2.214px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.link-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.tick-icon {
  width: 20px;
  height: 20px;
}

.link-button span {
  color: #e00;
  font-size: 18px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.link-warning {
  color: white;
  font-size: 14px;
  font-weight: 900;
  margin-top: 8px;
  text-shadow: 0px 1.107px 1.605px rgba(0, 0, 0, 0.57);
}

/* Right Section */
.right-section {
  margin-top: 20px;
  padding: 20px 20px;
}

/* Contact Info */
.contact-info {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
  gap: 16px;

  width: 100%;
  height: 60px;

  background: #ffffff;
  border-left: 2px solid #0079ae;
  border-top: 2px solid #63d0ff;
  border-right: 2px solid #0079ae;
  border-bottom: 2px solid #63d0ff;

  box-shadow: inset 0px -5.70586px 3.80391px rgba(130, 214, 241, 0.3);
  border-radius: 15px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  /* align-self: stretch; */
  /* flex-grow: 0; */

  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.contact-item img {
  width: 24px;
  height: 24px;
}

.contact-item .label {
  color: #000;
}

.contact-item .value {
  color: #0261ff;
}

.separator {
  width: 4px;
  height: 100%;
  margin: 0 12px;
  color: #26a9e0;
}

/* Service Buttons */
.service-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

.service-btn {
  background:
    linear-gradient(180.143deg, rgba(246, 253, 255, 0.9) 8.5%, rgba(203, 242, 255, 0.95) 99.698%),
    linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  border: 3.804px solid #63d0ff;
  border-top: 0.951px solid #63d0ff;
  border-bottom: 0.951px solid #63d0ff;
  border-radius: 32px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: inset 0px -5.706px 3.804px 0px rgba(130, 214, 241, 0.3);
  min-height: 147px;
}

.service-btn:hover {
  transform: translateY(-5px);
  box-shadow:
    0 5px 15px rgba(38, 169, 224, 0.3),
    inset 0px -5.706px 3.804px 0px rgba(130, 214, 241, 0.3);
}

.btn-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon img {
  max-width: 100%;
  max-height: 100%;
}

.btn-text {
  color: #26a9e0;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

/* Platform Section */
.platform-section {
  margin-bottom: 20px;
}

.section-header {
  background:
    linear-gradient(0deg, rgb(2, 97, 255) 0%, rgb(1, 225, 252) 100%),
    linear-gradient(90deg, rgb(38, 169, 224) 0%, rgb(38, 169, 224) 100%);
  border: 1.557px solid white;
  border-radius: 9px;
  padding: 12px 20px;
  text-align: center;
  color: white;
  font-size: 21px;
  font-weight: 900;
  text-shadow: 0px 3.316px 3.316px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  box-shadow: inset 0px -3.444px 4.592px rgba(0, 0, 0, 0.25);
}

.platform-buttons {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 627 183'%3E%3Cpath fill='%2363d0ff' fill-opacity='0.2' d='M0 23h627v137c0 12.7-10.3 23-23 23H23c-12.7 0-23-10.3-23-23V23z'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% 100%;
  padding: 45px 40px 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 23px;
  margin-bottom: 10px;
}

.platform-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.platform-btn:hover {
  transform: translateY(-5px);
}

.platform-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.platform-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(168deg, rgb(38, 169, 224) 19.632%, rgb(0, 181, 255) 83.009%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: -1;
}

.platform-icon img {
  max-width: 60%;
  max-height: 60%;
  z-index: 1;
}

.platform-text {
  background: linear-gradient(168deg, rgb(38, 169, 224) 19.632%, rgb(0, 181, 255) 83.009%);
  border: 0.732px solid white;
  border-radius: 90px;
  padding: 5px 20px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow:
    0px 2.267px 2.267px rgba(0, 0, 0, 0.25),
    inset 0px -2.197px 1.641px #0090cc;
  text-align: center;
  min-width: 110px;
}

.wp-middle {
  flex-direction: column;
  gap: 15px;
  margin-top: 5px;
}

.item-right-sp {
  width: 100%;
}

.product-list {
  display: flex;
}

.product-item {
  cursor: pointer;
  width: 25%;
}

.btn-right-sp.btn-label {
  margin-bottom: -30px;
}

.product-item.dp-mb {
  display: none !important;
}

.product-item .thumb-nail {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  margin-bottom: 5px;
}

.btn-right-bottom {
  padding: 58px 40px 44px 40px;
}

.btn-right-bottom.btn-pd-top {
  padding-top: 2.2rem !important;
}

.title-service {
  background: linear-gradient(
    180deg,
    hsl(198deg 75% 51%) 0%,
    hsl(198deg 78% 51%) 11%,
    hsl(198deg 80% 51%) 22%,
    hsl(198deg 83% 51%) 33%,
    hsl(198deg 86% 51%) 44%,
    hsl(198deg 89% 51%) 56%,
    hsl(198deg 92% 51%) 67%,
    hsl(198deg 94% 51%) 78%,
    hsl(197deg 97% 50%) 89%,
    hsl(197deg 100% 50%) 100%
  );
  border-radius: 20px;
  width: 108px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 5px 3px;
  margin: auto;
  border: 1px solid #fff;
}

.slick-next,
.slick-prev {
  position: relative;
}

.slick-prev::before {
  content: url(./../assets/images/arraw-prev.png) !important;
  position: relative;
  z-index: 100000;
  left: 2px;
  top: -10px;
  height: 20px;
  width: 20px;
}

.slick-next::before {
  content: url(./../assets/images/arraw-next.png) !important;
  position: relative;
  z-index: 100000;
  right: 0px;
  top: -10px;
  height: 20px;
  width: 20px;
}

/* End Flatform */

/* Redirect Section */
.redirect-area {
  margin-top: 2.5vh;
  margin-left: auto;
  margin-right: auto;
}

.btn-redirect-ct {
  gap: 100px;
}

.btn-redirect-ct .des-speed {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.btn-redirect-ct .des-speed img {
  width: 25px;
  height: 30px;
}

.des-speed {
  cursor: pointer;
  color: #fff;
  border: 2px solid #26a9e0;
  background: linear-gradient(
    180deg,
    hsl(198deg 100% 50%) 0%,
    hsl(199deg 100% 57%) 11%,
    hsl(200deg 100% 61%) 22%,
    hsl(200deg 100% 64%) 33%,
    hsl(199deg 100% 66%) 44%,
    hsl(199deg 100% 69%) 56%,
    hsl(199deg 100% 71%) 67%,
    hsl(198deg 100% 73%) 78%,
    hsl(198deg 100% 75%) 89%,
    hsl(197deg 100% 77%) 100%
  );
  width: 100%;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 10px 0px;
  transition: 0.5s;
  font-weight: 700;
}

/* End Redirect Section */
.text-link {
  color: #fff;
  text-shadow: 0px 3.457px 3.457px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 19.016px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.text-info-main {
  color: #fff;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
}

.text-info-main:hover {
  color: #000;
}

.border-radius-3 {
  border-radius: 16px;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.linkhover {
  transition: 0.5s;
}

.linkhover:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.item-right-download.dp-mb {
  display: none;
}

.download-app {
  margin-top: 8px;
}

.download-app img {
  width: auto;
  height: 44px;
  transform-origin: center;
  transition: transform 0.2s ease;
  will-change: transform;
}

.download-app:hover img,
.download-app:focus-visible img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .download-app img {
    transition: none;
  }
}

.bg-product {
  padding: 4px;
  border-radius: unset;
  border: none;
  background-image: url("./../assets/images/backgroud-product-2.png") !important;
  padding-bottom: 24px;
  background-position: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn-right-sp.btn-label {
  width: 40.5%;
  margin: auto;
  margin-bottom: -35px;
  padding: 8px;
  /* Rectangle 6918 */

  box-sizing: border-box;

  background:
    linear-gradient(0deg, #26a9e0, #26a9e0), linear-gradient(0deg, #0261ff 0%, #01e1fc 100%);
  border: 1.55712px solid #ffffff;
  border-radius: 9.34271px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.btn-right-bottom.btn-pd-top {
  padding-top: 3.2rem !important;
}

.grid-columns-4 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.btn-right-bottom {
  margin-top: 10px;
  padding: 50px 20px 27px;
  max-height: 165px;
}

.btn-product {
  border-radius: 5.969px;
  border: 1.854px solid #fff;
  background-color: #fff;
  box-shadow: 0px 3.707px 3.707px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 5.5px 0;
  cursor: pointer;
  width: 100%;
  max-width: 160px;
}

@keyframes changeBg {
  0% {
    background-position: 10% 0%;
  }

  50% {
    background-position: 91% 100%;
  }

  100% {
    background-position: 10% 0%;
  }
}
/* Mobile Styles */
@media (max-width: 991px) {
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .download {
    margin-top: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-bottom: 16px;
  }

  .download-app img {
    width: auto;
    height: 32px;
  }

  .product-item {
    cursor: pointer;
    width: 25%;
  }

  .btn-right-sp.btn-label {
    margin-bottom: -36px;
  }

  .product-item.dp-mb {
    display: none !important;
  }

  .product-item .thumb-nail {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    margin-bottom: 5px;
  }

  .title-service {
    font-size: 10px;
    width: 80px;
    padding: 4px 2px;
    margin: auto;
  }

  .main-logo {
    max-width: 187px;
  }

  .main-title {
    margin: 15px 0;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .main-title img {
    width: 90%;
    max-width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    height: auto;
    display: block;
  }

  .contact-info {
    width: 100%;
    height: 52px;
    font-size: 12px;
    margin-bottom: 16px;
    gap: 2px;
    background: #ffffff;
    border-left: 2px solid #0079ae;
    border-top: 2px solid #63d0ff;
    border-right: 2px solid #0079ae;
    border-bottom: 2px solid #63d0ff;

    box-shadow: inset 0px -5.70586px 3.80391px rgba(130, 214, 241, 0.3);
    border-radius: 12px;
  }

  .contact-item img {
    width: 20px;
    height: 20px;
  }

  .contact-item .label {
    color: #000;
  }

  .contact-item .value {
    color: #0261ff;
  }

  .separator {
    width: 2.5px;
    height: 100%;
    color: #26a9e0;
  }

  /* Service Buttons Mobile */
  .service-buttons-mobile {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 20px;
  }

  .service-btn-mobile {
    background:
      linear-gradient(180.143deg, rgba(246, 253, 255, 0.9) 8.5%, rgba(203, 242, 255, 0.95) 99.698%),
      linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    border: 2.416px solid #63d0ff;
    border-top: 0.604px solid #63d0ff;
    border-bottom: 0.604px solid #63d0ff;
    border-radius: 24px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    box-shadow: inset 0px -3.624px 2.416px 0px rgba(130, 214, 241, 0.3);
    min-height: 94px;
  }

  .service-btn-mobile .btn-icon {
    width: 42px;
    height: 42px;
  }

  .service-btn-mobile .btn-text {
    font-size: 12px;
  }

  /* Platform Section Mobile */
  .platform-section-mobile {
    margin-bottom: 15px;
  }

  .platform-section-mobile .section-header {
    font-size: 13px;
    padding: 8px 15px;
    box-shadow: inset 0px -2.197px 2.929px rgba(0, 0, 0, 0.25);
  }

  .platform-buttons-mobile {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 117'%3E%3Cpath fill='%2363d0ff' fill-opacity='0.2' d='M0 15h400v87c0 8.3-6.7 15-15 15H15c-8.3 0-15-6.7-15-15V15z'/%3E%3C/svg%3E")
      no-repeat;
    background-size: 100% 100%;
    padding: 43px 26px 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 81px 23px;
  }

  .platform-btn-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-decoration: none;
  }

  .platform-btn-mobile .platform-icon {
    width: 56px;
    height: 56px;
  }

  .platform-btn-mobile .platform-text {
    font-size: 9px;
    padding: 4px 12px;
    min-width: 70px;
  }

  /* Link Section Mobile */
  .link-section-mobile {
    margin: 16px 0;
  }

  .link-section {
    margin-bottom: 16px;
  }

  .link-title {
    font-size: 22px;
    margin-bottom: 8px;
    max-width: 92%;
    height: 26px;
    /* max-width: 600px; */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .link-title img {
    width: auto;
    height: 26px;
  }

  .link-title-top {
    /* margin-bottom: 16px; */
    display: flex;
    width: auto;
    height: 26px;
    max-width: 300px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .link-section-mobile .link-title-top img {
    /* width: 60%; */
    width: auto;
    height: 26px;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .link-speed {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 15px 0 0;
  }

  .link-speed .link-button-item {
    width: auto;
    height: 32px;
    justify-content: center;
    background-color: transparent;
    padding: 0;
  }

  .link-speed .tick-icon {
    width: auto;
    height: 32px;
    max-width: 100%;
    display: block;
  }

  .link-box-mobile {
    background: linear-gradient(to bottom, #ff2727 0%, #d10101 47.596%, #e60000 100%);
    border: 2px solid #ffe500;
    border-radius: 12px;
    padding: 8px 4px;
    text-align: center;
  }

  .link-box-mobile .link-header {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .link-buttons-mobile {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 0;
  }

  .link-button-mobile {
    background: white;
    border-radius: 4px;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0px 1.29px 1.29px rgba(0, 0, 0, 0.25);
    flex: 1;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .link-button-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }

  .link-button-mobile .tick-icon {
    width: 12px;
    height: 12px;
  }

  .link-button-mobile span {
    color: #e00;
    font-size: 10px;
    font-weight: 700;
  }

  .link-box-mobile .link-warning {
    font-size: 10px;
    margin-top: 8px;
  }

  /* Partnership Mobile */
  .partnership-mobile {
    display: flex;
    margin: 8px 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .partnership-mobile img {
    width: 90%;
  }

  .partnership-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }

  .partnership-box-mobile {
    width: 50%;
    flex: 0 0 50%;
    text-align: center;
  }

  .partnership-box-mobile .partnership-title {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .partnership-image-mobile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    aspect-ratio: 1 / 1;
  }

  .partnership-image-mobile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .signature-mobile {
    position: absolute;
    top: 50px;
    right: 10px;
    max-width: 50px;
  }

  .partnership-footer-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
  }

  .partner-icon-mobile {
    height: 20px;
  }

  .partner-logo-mobile {
    height: 22px;
  }

  .divider-mobile {
    color: #26a9e0;
    font-size: 14px;
  }

  .partnership-subtitle-mobile {
    color: #26a9e0;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

/* Iframe Popup */
.iframe-popup {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 375px;
  width: 100%;
  background: rgb(13, 171, 222);
  z-index: 999999;
  padding-top: 50px;
  cursor: move;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.close-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.code-iframe {
  display: none;
  width: 100%;
  height: 600px;
}

.code-iframe.active {
  display: block;
}

.chat-dialog {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive adjustments for tablets */
@media (max-width: 1400px) {
  .service-buttons {
    grid-template-columns: repeat(4, 1fr);
  }

  .platform-buttons {
    gap: 40px 15px;
  }
}

@media (max-width: 1200px) {
  .partnership-container {
    flex-direction: column;
    align-items: center;
  }

  .partnership-box {
    max-width: 500px;
  }

  .main-title {
    font-size: 32px;
  }

  .link-title {
    font-size: 28px;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .service-buttons-mobile {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .service-btn-mobile {
    min-height: 80px;
    padding: 8px;
  }

  .service-btn-mobile .btn-icon {
    width: 32px;
    height: 32px;
  }

  .service-btn-mobile .btn-text {
    font-size: 9px;
  }

  .platform-buttons-mobile {
    gap: 60px 15px;
  }

  .partnership-row {
    flex-direction: row;
  }
}
