.page-nustar-cebu-villa {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-nustar-cebu-villa__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}.page-nustar-cebu-villa__section {  background-color: #fff;  margin-bottom: 30px;  padding: 30px;  border-radius: 8px;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);}.page-nustar-cebu-villa__hero-section {  position: relative;  background-color: #0a192f;  color: #fff;  text-align: center;  padding: 10px 0 80px 0;  overflow: hidden;  border-radius: 0;  box-shadow: none;}.page-nustar-cebu-villa__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.4;  z-index: 0;}.page-nustar-cebu-villa__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;  padding: 40px 20px;}.page-nustar-cebu-villa__hero-title {  font-size: 3em;  margin-bottom: 20px;  color: #ffd700;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-nustar-cebu-villa__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  color: #e0e0e0;}.page-nustar-cebu-villa__btn {  display: inline-block;  background-color: #ffd700;  color: #0a192f;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-nustar-cebu-villa__btn:hover {  background-color: #ffe033;  transform: translateY(-2px);}.page-nustar-cebu-villa__btn--primary {  background-color: #007bff;  color: #fff;}.page-nustar-cebu-villa__btn--primary:hover {  background-color: #0056b3;}.page-nustar-cebu-villa__title {  font-size: 2.2em;  color: #0a192f;  margin-bottom: 25px;  text-align: center;}.page-nustar-cebu-villa__subtitle {  font-size: 1.8em;  color: #333;  margin-bottom: 20px;  text-align: left;}.page-nustar-cebu-villa__text {  font-size: 1.1em;  margin-bottom: 15px;  color: #555;}.page-nustar-cebu-villa__list {  list-style: none;  padding: 0;}.page-nustar-cebu-villa__list-item {  background-color: #f2f2f2;  margin-bottom: 10px;  padding: 15px 20px;  border-radius: 5px;  display: flex;  align-items: center;  box-sizing: border-box;}.page-nustar-cebu-villa__list-item::before {  content: '✔';  color: #ffd700;  margin-right: 10px;  font-weight: bold;}.page-nustar-cebu-villa__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;}.page-nustar-cebu-villa__card {  background-color: #f9f9f9;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  display: flex;  flex-direction: column;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-nustar-cebu-villa__card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);}.page-nustar-cebu-villa__card-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-nustar-cebu-villa__card-content {  padding: 20px;  flex-grow: 1;}.page-nustar-cebu-villa__card-title {  font-size: 1.4em;  color: #0a192f;  margin-bottom: 10px;}.page-nustar-cebu-villa__card-text {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-nustar-cebu-villa__card-link {  display: inline-block;  color: #007bff;  text-decoration: none;  font-weight: bold;  transition: color 0.3s ease;}.page-nustar-cebu-villa__card-link:hover {  color: #0056b3;}.page-nustar-cebu-villa__faq-item {  margin-bottom: 15px;  border: 1px solid #ddd;  border-radius: 8px;  overflow: hidden;}.page-nustar-cebu-villa__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  background-color: #f2f2f2;  cursor: pointer;  font-weight: bold;  color: #0a192f;  font-size: 1.1em;  transition: background-color 0.3s ease;}.page-nustar-cebu-villa__faq-question:hover {  background-color: #e6e6e6;}.page-nustar-cebu-villa__faq-question h3 {  margin: 0;  pointer-events: none;  font-size: 1em;}.page-nustar-cebu-villa__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-nustar-cebu-villa__faq-item.active .page-nustar-cebu-villa__faq-toggle {  transform: rotate(45deg);}.page-nustar-cebu-villa__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  background-color: #fff;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-nustar-cebu-villa__faq-item.active .page-nustar-cebu-villa__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-nustar-cebu-villa__blog-card {  display: flex;  flex-direction: column;  background-color: #f9f9f9;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-nustar-cebu-villa__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);}.page-nustar-cebu-villa__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-nustar-cebu-villa__blog-content {  padding: 20px;  flex-grow: 1;}.page-nustar-cebu-villa__blog-title {  font-size: 1.4em;  color: #0a192f;  margin-bottom: 10px;}.page-nustar-cebu-villa__blog-text {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-nustar-cebu-villa__blog-date {  font-size: 0.85em;  color: #999;  margin-top: auto;}.page-nustar-cebu-villa__floating-buttons {  position: fixed;  right: 20px;  bottom: 100px;  z-index: 1000;  display: flex;  flex-direction: column;  gap: 15px;}.page-nustar-cebu-villa__floating-btn {  background-color: #007bff;  color: #fff;  border: none;  border-radius: 50%;  width: 60px;  height: 60px;  display: flex;  align-items: center;  justify-content: center;  font-size: 1.2em;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  cursor: pointer;  transition: background-color 0.3s ease, transform 0.2s ease;}.page-nustar-cebu-villa__floating-btn:hover {  background-color: #0056b3;  transform: scale(1.05);}.page-nustar-cebu-villa__floating-btn--register {  background-color: #ffd700;  color: #0a192f;}.page-nustar-cebu-villa__floating-btn--register:hover {  background-color: #ffe033;}.page-nustar-cebu-villa__floating-btn--login {  background-color: #007bff;}.page-nustar-cebu-villa__floating-btn--login:hover {  background-color: #0056b3;}@media (max-width: 768px) {  .page-nustar-cebu-villa__container {    padding: 15px;  }  .page-nustar-cebu-villa__hero-title {    font-size: 2.2em;  }  .page-nustar-cebu-villa__hero-description {    font-size: 1em;  }  .page-nustar-cebu-villa__btn {    padding: 12px 25px;    font-size: 0.9em;  }  .page-nustar-cebu-villa__title {    font-size: 1.8em;  }  .page-nustar-cebu-villa__subtitle {    font-size: 1.5em;  }  .page-nustar-cebu-villa__text {    font-size: 0.95em;  }  .page-nustar-cebu-villa__grid {    grid-template-columns: 1fr;  }  .page-nustar-cebu-villa__list-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 10px 15px;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-nustar-cebu-villa__list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-nustar-cebu-villa__faq-question {    font-size: 1em;    padding: 15px;  }  .page-nustar-cebu-villa__faq-answer {    padding: 15px !important;  }  .page-nustar-cebu-villa__floating-buttons {    right: 10px;    bottom: 80px;    gap: 10px;  }  .page-nustar-cebu-villa__floating-btn {    width: 50px;    height: 50px;    font-size: 1em;  }  .page-nustar-cebu-villa__card-image, .page-nustar-cebu-villa__blog-image {    height: 180px;  }}