@charset "UTF-8";
/*
Theme Name: Starfruit
Theme URI: https://starfruit.com
Author: Starfruit Team
Author URI: https://starfruit.com
Description: A modern corporate WordPress theme with Turbo.js for SPA-like transitions, Alpine.js for interactive UI, and DaisyUI for styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starfruit
Tags: corporate, business, turbo, alpine, daisyui, responsive
*/
/* Import Google Font Philosopher */
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* 
This file is mainly for WordPress theme identification.
Actual styles will be loaded through the build process.
*/
:root {
  /* Font family configuration */
  --font-family-base: "Philosopher", sans-serif;
  /* Existing color variables */
  --color-base-100: oklch(97.788% 0.004 56.375);
  --color-base-200: oklch(93.982% 0.007 61.449);
  --color-base-300: oklch(91.586% 0.006 53.44);
  --color-base-content: oklch(23.574% 0.066 313.189);
  --color-primary: #e91b2d;
  --color-primary-content: #fff;
  --color-secondary: oklch(89% 0.061 343.231);
  --color-secondary-content: oklch(45% 0.187 3.815);
  --color-accent: oklch(66% 0.295 322.15);
  --color-accent-content: oklch(47% 0.157 37.304);
  --color-neutral: oklch(27% 0.006 286.033);
  --color-neutral-content: oklch(92% 0.004 286.32);
  --color-info: oklch(68% 0.169 237.323);
  --color-info-content: oklch(29% 0.066 243.157);
  --color-success: oklch(69% 0.17 162.48);
  --color-success-content: oklch(26% 0.051 172.552);
  --color-warning: oklch(79% 0.184 86.047);
  --color-warning-content: oklch(28% 0.066 53.813);
  --color-error: oklch(64% 0.246 16.439);
  --color-error-content: oklch(27% 0.105 12.094);
  --radius-selector: 1rem;
  --radius-field: 2rem;
  --radius-box: 1rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 2px;
  --depth: 1;
  --noise: 0;
  --transition-all: all 0.5s ease;
  --width-container: 1268px;
}

/* Apply Philosopher font to the whole site */
body {
  font-family: var(--font-family-base);
  overflow-x: hidden !important;
  font-size: 14px;
  color: rgb(43, 43, 43);
}

.container_frame {
  width: var(--width-container);
  display: block;
  margin: auto;
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .container_frame {
    width: calc(100% - 5.375rem);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container_frame {
    width: calc(100% - 3.125rem);
  }
}
@media (max-width: 767px) {
  .container_frame {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-left-section {
  padding-left: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-left-section {
    padding-left: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-left-section {
    padding-left: 40px;
  }
}
@media (max-width: 769px) {
  .p-left-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-right-section {
  padding-right: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-right-section {
    padding-right: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-right-section {
    padding-right: 40px;
  }
}
@media (max-width: 769px) {
  .p-right-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

article p:not(:last-child) {
  margin-bottom: 1rem;
}
article .mejs-video {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
article .mejs-video .mejs-controls {
  display: none;
}
article .mejs-video br {
  display: none;
}
article h1,
article h2,
article h3,
article h4,
article h5 {
  font-weight: 600;
}
article h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
article h2 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
article h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
article h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
article h5 {
  font-size: 0.875rem;
  margin-bottom: 0;
}
article table {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
article table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
article table th {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5rem;
  font-weight: 600;
}
article table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
}
article table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
article figure {
  margin-bottom: 1.5rem !important;
}
article figure img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
article figure figcaption {
  font-size: 0.875rem;
  color: #888;
  text-align: center;
}
article ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
article ul li {
  margin-bottom: 0.5rem;
}
article ul li:last-child {
  margin-bottom: 0;
}
article ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
article iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
article .wp-block-separator {
  margin: 2rem 0;
  opacity: 0;
}
article a {
  font-weight: 600;
  color: var(--color-base-content);
  text-decoration: underline;
}

.itemFloorplan span {
  transition: all 0.3s ease-in-out;
}
.itemFloorplan.active span {
  color: var(--color-title);
}

.itemMarker {
  transform: translate(-50%, -50%);
}
.itemMarker span {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.itemMarker:hover span, .itemMarker.active span {
  bottom: calc(100% + 8px);
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: var(--transition-all);
}
header .gradient-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
header .gradient-blur > div,
header .gradient-blur::before,
header .gradient-blur::after {
  position: absolute;
  inset: 0;
}
header .gradient-blur::before {
  content: "";
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
}
header .gradient-blur > div:nth-of-type(1) {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0.6) 48%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0) 65%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0.6) 48%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0) 65%);
}
header .gradient-blur > div:nth-of-type(2) {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 60%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 60%);
}
header .gradient-blur > div:nth-of-type(3) {
  z-index: 4;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 60%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 60%);
}
header .gradient-blur > div:nth-of-type(4) {
  display: block;
  z-index: 5;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 47%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 47%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%);
}
header .gradient-blur > div:nth-of-type(5),
header .gradient-blur > div:nth-of-type(6),
header .gradient-blur::after {
  display: none;
}
header .submenu {
  list-style: none;
  margin: 0;
  padding-left: 2rem;
  height: 0;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
header .submenu a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}
header .submenu.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}
header .sldie_menu {
  position: absolute !important;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
  right: 20%;
  width: 45rem;
}
header .sldie_menu .slick-current {
  opacity: 1 !important;
  transition: var(--transition-all);
}
header .sldie_menu .image {
  opacity: 0.18;
  position: relative;
  margin-bottom: 32px;
  width: 40rem;
  transition: all 0.5s ease;
}
header .sldie_menu img {
  width: 100%;
  height: auto;
}
header.change {
  transition: var(--transition-all);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.0392156863);
}
header.change .--logo {
  height: 50px;
  transition: var(--transition-all);
}
header.change.active {
  padding: 80px 0;
}
header.change.active .--logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}
header.change .--tabBar {
  height: 40px;
  transition: var(--transition-all);
}
header.change .--headerRight .hotline_mobi {
  height: 40px;
  transition: var(--transition-all);
}
header.active .--headerRight .--phone {
  color: #fff !important;
}
header .--logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 80px;
  transition: var(--transition-all);
}
header .--logo img {
  width: 100%;
  height: 100%;
}
header .--logo .logo_white {
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
}
header .--logo.active .logo_white {
  opacity: 1;
}
header .--logo.active .logo_color {
  opacity: 0;
}
header .header {
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
}
header .--headerLeft {
  display: flex;
  align-items: center;
  gap: 44px;
}
header .--tabBar {
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 12.5px 1.4rem;
  cursor: pointer;
  background: #fff;
  height: 44px;
}
header .--tabBar p {
  width: 12px;
  height: 1px;
  background: #fff;
  transition: var(--transition-all);
  margin-bottom: 0;
}
header .--tabBar .--tab {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
header .--tabBar span {
  color: #000;
  display: block;
  font-size: 15px;
}
header .--tabBar.active {
  width: 72px;
  height: 72px;
  justify-content: center;
  background: rgb(117, 77, 41);
  display: flex;
  align-items: center;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}
header .--tabBar.active span {
  width: 0;
  opacity: 0;
}
header .--tabBar.active p {
  width: 16px;
}
header .--tabBar.active p:nth-child(1) {
  transform: rotate(45deg) translate(5px, 2px);
}
header .--tabBar.active p:nth-child(2) {
  transform: translate(300%, 0);
}
header .--tabBar.active p:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -2px);
}
header .--listMenu {
  position: fixed;
  background: linear-gradient(180deg, #d42427 -12.26%, #f5ad41 105.85%);
  width: 40vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding-bottom: 80px;
  transform: translate(-100%, 0);
  transition: var(--transition-all);
}
header .--listMenu.active {
  transform: none;
}
header .--listMenu .itemMenu {
  color: #fff;
  font-size: 28px;
  transition: var(--transition-all);
  text-decoration: none;
  text-align: center;
}
header .--listMenu .itemMenu:hover {
  padding-left: 10px;
}
header .--listMenu .container {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-flow: column;
}
header .--listMenu .--menu {
  display: flex;
  flex-flow: column;
  width: -moz-max-content;
  width: max-content;
  gap: 24px;
  text-transform: uppercase;
}
header .--listMenu .--menu .has_childmenu .icon {
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
}
header .--headerRight {
  display: flex;
  align-items: center;
  gap: 32px;
}
header .--headerRight .--phone {
  color: #fff;
}
header .--headerRight .hotline_mobi {
  color: #fff;
}
@media (max-width: 1919px) {
  header.change.active {
    padding: 40px 0;
  }
  header .--listMenu {
    padding-bottom: 40px;
  }
  header .--listMenu .itemMenu {
    font-size: 20px;
  }
  header .--listMenu .--menu {
    gap: 18px;
  }
  header .--listMenu .--footerMenu {
    margin-top: 40px;
  }
}
@media (max-width: 1439px) {
  header.change.active {
    padding: 24px 0;
  }
  header .--listMenu {
    padding-bottom: 1.4rem;
  }
  header .--listMenu .--footerMenu {
    margin-top: 32px;
  }
  header .--listMenu .--footerMenu .--download i {
    width: 40px;
    height: 40px;
  }
  header .itemMenu {
    font-size: 16px;
  }
}
@media (max-width: 1056px) {
  header .--headerRight {
    gap: 15px;
  }
  header .--headerRight .hotline_mobi {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  header .--headerRight .--phone {
    display: none;
  }
  header .--listMenu .container_frame {
    justify-content: center;
  }
}
@media (max-width: 920px) {
  header .container_frame {
    margin: 0;
    width: 100%;
  }
  header .--headerLeft {
    gap: 12px;
  }
  header .--headerLeft .--tabBar {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
  }
  header .sldie_menu {
    display: none;
  }
  header .has_childmenu a {
    pointer-events: none;
  }
  header .has_childmenu .submenu a {
    pointer-events: all;
  }
  header .--headerRight .btn.btn-1 {
    display: none;
  }
  header .--headerRight .--phone {
    display: none;
  }
  header .--logo {
    top: unset;
    transform: none;
    position: unset;
    left: unset;
  }
  header .--logo .logo_color {
    opacity: 1;
  }
  header .--logo .logo_white {
    left: 0;
    transform: none;
    top: 0;
  }
  header .--tabBar {
    height: 43px;
    width: 43px;
  }
  header .--tabBar span {
    display: none;
  }
  header .--tabBar.active p:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
  }
  header .--tabBar.active p:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  header .--menuContact {
    display: none;
  }
  header .--tabBar {
    padding: 6px 10px;
  }
  header.change.active .--logo {
    transform: none;
    left: 20px;
  }
  header.change.active .--logo img {
    width: 130px;
  }
  header .--listMenu .pattern-1 {
    display: none;
  }
  header .--listMenu .pattern-2 {
    right: 0;
    left: unset;
    width: 80%;
    height: 50vh;
    -o-object-position: bottom;
       object-position: bottom;
  }
  header .--listMenu .pattern-3 {
    height: 50vh;
    width: 80%;
  }
  header .--listMenu .--menu {
    padding-left: 20px;
  }
  header .--listMenu .container_frame {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header .--logo {
    height: 40px;
    position: relative;
    left: unset;
    transform: none;
    top: unset;
  }
  header .logo_color {
    height: 100% !important;
    width: auto !important;
  }
  header .container_frame {
    height: 100%;
  }
  header .--headerRight {
    display: none;
  }
  header .--listMenu {
    width: 80vw;
  }
}

.bg-product {
  background: linear-gradient(68.24deg, rgba(0, 0, 0, 0) 33.52%, rgba(0, 0, 0, 0.368565) 67.64%, rgba(0, 0, 0, 0.5) 97.6%);
}

.cta_page {
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.devvn_animation_zoom {
  background: linear-gradient(180deg, #d42427 -12.26%, #f5ad41 105.85%);
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 15px;
  z-index: 9999;
  animation: devvn_zoom 1.5s infinite linear;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.devvn_animation_zoom i {
  color: #fff;
}

@keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes calltrap_spin {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-10deg);
  }
  36% {
    transform: rotate(10deg);
  }
  39% {
    transform: rotate(-10deg);
  }
  42% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  48% {
    transform: rotate(10deg);
    opacity: 1;
  }
  51% {
    transform: rotate(-10deg);
  }
  54% {
    transform: rotate(10deg);
  }
  57% {
    transform: rotate(0deg);
  }
}
.list_agent {
  height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.list_agent::-webkit-scrollbar {
  width: 1px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 10px !important;
}
.list_agent::-webkit-scrollbar-thumb {
  background: #fff;
}
@supports (-moz-appearance: none) {
  .list_agent {
    scrollbar-width: thin; /* Độ dày thanh cuộn */
    scrollbar-color: #fff transparent; /* Màu thanh cuộn và màu nền */
  }
}/*# sourceMappingURL=style.css.map */