.elementor-3126 .elementor-element.elementor-element-2c2cfa3{--display:flex;}.elementor-3126 .elementor-element.elementor-element-75e95002{--display:flex;}.elementor-3126 .elementor-element.elementor-element-60216f4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3126 .elementor-element.elementor-element-26502b7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3126 .elementor-element.elementor-element-120b6415{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3909bf89 */.tu-inner-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.tu-inner-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #2ea6ff;
  background: #eaf5ff;
  border-radius: 40px;
}

.tu-inner-title {
  font-family: 'Assistant', sans-serif;
  font-size: clamp(40px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.6px;
  color: #041525;
  margin-bottom: 18px;
}

.tu-inner-title .accent-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #2ea6ff;
}

.tu-hero-text-box {
  margin: 26px auto 0;
  padding: 26px 32px;
  max-width: 760px;
  background: #ffffff;
  border: 1px solid #e6f1fb;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(5, 20, 35, 0.06);
}

.tu-hero-text-box p {
  font-size: 17px;
  line-height: 1.75;
  color: #5b738a;
  margin: 0;
}

.tu-hero-text-box p + p {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .tu-inner-title {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .tu-hero-text-box {
    padding: 20px;
    border-radius: 18px;
  }

  .tu-hero-text-box p {
    font-size: 15.5px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49f6e9c6 */.tu-hotels-content{
  padding:20px 20px 70px;
}

.tu-hotels-content .tu-content-inner{
  max-width:860px;
  margin:0 auto;
  font-size:18px;
  line-height:1.75;
  color:#4a5e71;
}

.tu-hotels-content .tu-content-inner h2{
  font-family:'Assistant',sans-serif;
  font-size:34px;
  font-weight:900;
  color:#051423;
  margin:0 0 18px 0;
  letter-spacing:-1px;
}

.tu-hotels-content .tu-content-inner p{
  margin:0 0 18px 0;
}

.tu-hotels-content .tu-content-inner strong{
  color:#051423;
  font-weight:800;
}

.tu-hotels-areas{
  margin:14px 0 0 0;
  padding:0;
  list-style:none;
  background:#ffffff;
  border:1px solid #e6f1fb;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(5,20,35,0.06);
}

.tu-hotels-areas li{
  padding:14px 18px;
  border-bottom:1px solid #eff6ff;
  color:#5b738a;
  font-size:16.5px;
  line-height:1.6;
}

.tu-hotels-areas li:last-child{
  border-bottom:none;
}

.tu-hotels-areas li strong{
  color:#051423;
  font-weight:900;
}

@media (max-width:768px){
  .tu-hotels-content{
    padding:5px 16px 55px;
  }

  .tu-hotels-content .tu-content-inner{
    font-size:16px;
    line-height:1.7;
  }

  .tu-hotels-content .tu-content-inner h2{
    font-size:28px;
  }

  .tu-hotels-areas{
    border-radius:18px;
  }

  .tu-hotels-areas li{
    padding:13px 16px;
    font-size:15.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54a8fd3a */.tu-hotel-cards {
  padding: 60px 20px;
  background: #f8fbff;
}

.tu-hotel-cards-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tu-hotel-cards-title {
  font-family: 'Assistant', sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #051423;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}

.tu-hotel-cards-subtitle {
  font-size: 16px;
  color: #5f7a94;
  max-width: 820px;
  margin: 0 0 22px 0;
}

.tu-hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 22px;
  margin-top: 20px;
}

.tu-hotel-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e6f1fb;
  border-radius: 22px;
  padding: 26px 22px 22px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
  transition: transform .2s ease, box-shadow .2s ease;
}

.tu-hotel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}



.tu-hotel-tag {
  position: absolute;
  top: -14px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #1b6ed5;
  background: #eaf5ff;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(27, 110, 213, 0.15);
  z-index: 2;
}

.tu-hotel-top {
  display: block;
  margin-bottom: 10px;
}

.tu-hotel-top h3 {
  font-size: 18px;
  font-weight: 900;
  color: #051423;
  line-height: 1.25;
  margin: 0;
  width: 100%;
}

.tu-hotel-card p {
  margin: 0 0 14px 0;
  color: #5b738a;
  font-size: 14.5px;
  line-height: 1.65;
}

.tu-hotel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tu-hotel-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 800;
  color: #051423;
  background: #f3f9ff;
  border: 1px solid #e8f2ff;
}

.tu-hotel-card-lux .tu-hotel-tag {
  background: linear-gradient(90deg, #eaf5ff, #ffffff);
  color: #0f5fbf;
}

.tu-hotel-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0 26px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e6f1fb;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035);
}

.tu-hotel-tab {
  appearance: none;
  background: #ffffff;
  border: 1px solid #d9ecff;
  color: #051423;
  font-weight: 900;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.tu-hotel-tab.is-active {
  background: #2ea6ff;
  border-color: #2ea6ff;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(46, 166, 255, 0.25);
}

.tu-hotel-panel {
  display: none;
  animation: tu-panel-in .22s ease;
}

.tu-hotel-panel.is-active {
  display: block;
}

@keyframes tu-panel-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .tu-hotel-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

@media (max-width: 768px) {
  .tu-hotel-cards {
    padding: 46px 16px;
  }

  .tu-hotel-grid {
    grid-template-columns: 1fr;
    gap: 35px 16px;
  }

  .tu-hotel-tag {
    right: 15px;
  }

  .tu-hotel-tabs {
    border-radius: 22px;
  }

  .tu-hotel-tab {
    width: 100%;
    text-align: center;
  }
}

.tu-hotel-tab:hover {
  background: #ffffff;
  color: #051423;
  border-color: #2ea6ff;
  box-shadow: 0 0 0 1px rgba(46, 166, 255, 0.15);
}

@media (max-width: 768px) {
  .tu-hotel-cards {
    padding: 46px 16px;
  }

  .tu-hotel-grid {
    grid-template-columns: 1fr;
    gap: 35px 16px;
  }

  .tu-hotel-tag {
    right: 15px;
  }

  .tu-hotel-tabs {
    border-radius: 22px;
    padding: 6px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    scrollbar-width: none;
  }

  .tu-hotel-tabs::-webkit-scrollbar {
    display: none;
  }

  .tu-hotel-tab {
    width: auto;
    flex: 0 0 auto;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .tu-hotel-cards {
    padding: 46px 16px;
  }

  .tu-hotel-grid {
    grid-template-columns: 1fr;
    gap: 35px 16px;
  }

  .tu-hotel-tag {
    right: 15px;
  }

  .tu-hotel-tabs {
    border-radius: 22px;
    padding: 6px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    scrollbar-width: none;
  }

  .tu-hotel-tabs::-webkit-scrollbar {
    display: none;
  }

  .tu-hotel-tab {
    width: auto;
    flex: 0 0 auto;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    white-space: nowrap;
  }
}


.tu-hotel-tabs-label {
  display: table;
  margin: 0 auto 16px;
  padding: 6px 14px;
  background: #f0f7ff;
  color: #1b6ed5;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 8px;
  border: 1px solid #d0e5ff;
  box-shadow: 0 2px 6px rgba(27, 110, 213, 0.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-117dc3ea */.tu-phuket-hotels-faq {
  background: #f8fbff;
  border-radius: 32px;
}

.tu-phuket-hotels-faq .tu-content-inner {
  padding: 40px;
}

.tu-phuket-hotels-faq .tu-faq-item {
  background: #ffffff;
  border: 1px solid var(--tu-border);
  border-radius: 18px;
  padding: 22px 26px;
  margin-bottom: 18px;
}

.tu-phuket-hotels-faq .tu-faq-item h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--tu-dark);
  margin-bottom: 8px;
}

.tu-phuket-hotels-faq .tu-faq-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tu-text);
  margin: 0;
}

.tu-phuket-hotels-faq .tu-faq-item p strong {
  color: var(--tu-dark);
  font-weight: 800;
}

@media (max-width: 768px) {
  .tu-phuket-hotels-faq .tu-content-inner {
    padding: 22px 18px;
  }

  .tu-phuket-hotels-faq .tu-faq-item {
    padding: 18px 16px;
  }

  .tu-phuket-hotels-faq .tu-faq-item h3 {
    font-size: 16px;
  }

  .tu-phuket-hotels-faq .tu-faq-item p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f712b25 */.tu-cta-options {
  padding: 40px 20px 60px;
  background: #f8fbff;
}

.tu-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Assistant', sans-serif;
}

.tu-cta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.tu-cta-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  text-decoration: none;
  color: #0b1f33;
  border: 1px solid #e6f0fa;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tu-cta-icon {
  font-size: 44px;
  margin-bottom: 16px;
}

.tu-cta-card strong {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #051423;
}

.tu-cta-desc {
  font-size: 14px;
  color: #5f7a94;
  line-height: 1.5;
}

.tu-cta-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(5, 20, 35, 0.08);
  border-color: #36A7FF;
}

@media (max-width: 1024px) {
  .tu-cta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .tu-cta-options {
    padding: 30px 15px 45px;
  }

  .tu-cta-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tu-cta-card {
    padding: 22px 14px;
    border-radius: 18px;
    min-height: 160px;
  }

  .tu-cta-icon {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .tu-cta-card strong {
    font-size: 15px;
  }

  .tu-cta-desc {
    font-size: 12px;
  }
}/* End custom CSS */