<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: EVPS
Author: Chedi
Description: EVPS Website
Version: 1.0
*/

/********** Template CSS **********/
:root {
  --primary: #24529d;
  --secondary: #f8fbff;
  --tertiary: #2E68C6;
  --complementary: #ef7621;
  --light: #EFFDF5;
  --dark: #0E2E50;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Custom CSS ***/
.customize-support {
  background-color: var(--secondary) !important;  
}

body {
  background-color: var(--secondary) !important;
}

.text-main {
  color: var(--tertiary);
}

.text-title {
  color: var(--dark);
}

.text-highlight {
  color: var(--complementary);
}

.section-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--dark);
}

.section-title:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 2px; 
  background-color: var(--complementary);
  transform: translateY(-50%);
}

.section-title:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 50%;
  width: 30px;
  height: 2px; 
  background-color: var(--complementary);
  transform: translateY(-50%);
}

.icon {
  color: var(--primary);
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.section-title-after {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.section-title-after:after {
  content: '';
  position: absolute;
  right: -70px;
  top: 55%;
  width: 60px;
  height: 3px; 
  background-color: var(--complementary);
  transform: translateY(-50%);
}

.section-title-before {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.section-title-before:before {
  content: '';
  position: absolute;
  left: -70px;
  top: 55%;
  width: 60px;
  height: 3px; 
  background-color: var(--complementary);
  transform: translateY(-50%);
}

.section-title-center {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.section-title-center:before {
  content: '';
  position: absolute;
  left: -70px;
  top: 55%;
  width: 60px;
  height: 3px; 
  background-color: var(--complementary);
  transform: translateY(-50%);
}

.section-title-center:after {
  content: '';
  position: absolute;
  right: -70px;
  top: 55%;
  width: 60px;
  height: 3px; 
  background-color: var(--complementary);
  transform: translateY(-50%);
}

.secondary-title {
  position: relative;
}

.secondary-title:after {
  content: '';
  position: absolute;
  right: 45%;
  bottom: -40%;
  width: 160px;
  height: 3px;
  background-color: var(--complementary);
}

.title-quote {
  color: var(--complementary);
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
  border-radius: 8px;
}

.btn-primary,
.btn-primary:focus {
  background-color: var(--primary);
  border: none;
}

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

.btn-primary:focus,
.btn-secondary:focus,
.btn-close:focus,
.btn-to-top {
  box-shadow: none !important;
}

.btn-dark:focus {
  box-shadow: none !important;
}

.btn-to-top {
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  padding: 0.5rem 0.75rem;
}

.btn-to-top:hover {
  background-color: var(--dark);
  color: white;
}

.contact-button {
  margin-left: 36px;
  background-color: var(--primary);
  border-radius: 8px;
  padding: 0 10px;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: var(--dark);
}

.contact-button .nav-link {
  color: #fff !important;
}

.tab-button {
  color: var(--dark);
  border: 1px solid;
  border-color: var(--primary);
  border-radius: 6px;
  padding: 6px 16px;
  transition: background-color 0.3s ease;
}

.tab-button:hover,
.tab-button.active {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}

.news-button {
  color: var(--dark);
  background-color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark);
  padding: 4px 8px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.news-button:hover {
  color: #fff;
  background-color: var(--dark);
}


/*** Navbar ***/
.nav-bar {
  position: relative;
  top: 45px;
  padding: 0 3rem;
  transition: top 0.3s ease-in-out, padding 0.3s ease;
  z-index: 1000;
}

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 2000;
  top:0 !important;
  transition: top 0s, padding 0.3s ease;
}

.navbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  border-radius: 12px;
}

.no-click &gt; a {
  pointer-events: none;
  cursor: default;
  color: var(--dark);
}

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--tertiary);
}

@media (max-width: 991.98px) {
  .nav-bar {
      margin: 0;
      padding: 0;
  }

  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      flex-direction: row;
      gap: 12px;
  }

  .navbar .nav-item .dropdown-menu {
      display: block;
      top: 100%;
      margin-top: 0;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  /* Show the dropdown when hovering the parent nav-item */
  .navbar .nav-item:hover &gt; .dropdown-menu {
      transform: rotateX(0deg);
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }

  /* Specific styles for the secondary dropdowns */
  .navbar .nav-item.dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: 0;
      margin-top: -9px;
  }

  /* Optional: Style to hide secondary dropdowns initially */
  .navbar .nav-item.dropdown-submenu .dropdown-menu {
      display: none;
  }

  /* Show the secondary dropdown when hovering over the parent submenu */
  .navbar .nav-item.dropdown-submenu:hover .dropdown-menu {
      display: block;
  }

  .dropdown-item.active,
  .dropdown-item:focus {
    background-color: var(--primary);
    color: #fff;
  }

  i.fas.fa-angle-down {
    margin-left: 6px;
  }

  i.fas.fa-angle-right {
    margin-left: 16px;
  }
}


/*** Header ***/
@media (min-width: 992px) {
  .header {
      margin-top: -120px;
  }
}

@media (max-width: 768px) {
  .header-content {
      max-width: 100% !important;
      padding: 1rem !important;
  }
}

.header {
  overflow: hidden;
  position: relative;
}

.header-button {
  border-radius: 8px;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
}

.header-button:hover {
  color: white;
  border-color: white;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(50, 102, 209, 0.7), rgba(0, 119, 182, 0));
  z-index: 1;
}

.carousel-item {
  height: 70vh;
}

.carousel-item img {
  object-fit: cover;
  filter: brightness(0.8);
  height: 100%;
  width: 100%;
}

.header-content {
  position: absolute;
  max-width: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #DDDDDD;
}

/*** Search ***/
.search-container {
  position: relative;
  top: -38px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  width: 80%;
  background-color: var(--secondary) !important;
  z-index: 999;
}

.calendar-modal .modal-dialog {
  height: 70vh;
}

.modal.calendar-modal .modal-body {
  overflow: hidden;
}

.search-calendar {
  width: 100%;
}


/*** About ***/
.about-content {
  text-align: center;
  margin-left: 5rem;
  margin-right: 5rem;
  line-height: 1.5;
  font-size: 20px;
}


/*** Villas List ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #FFFFFF;
}

.card-title:hover {
  color: var(--complementary);
}

.villa-tag {
  background-color: var(--tertiary);
}

.villa-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.villa-item img {
  transition: .5s;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.villa-item:hover img {
  transform: scale(1.1);
}

.villa-item .border-top {
  border-top: 1px solid var(--dark) !important;
}

.villa-item .border-end {
  border-right: 1px solid var(--dark) !important;
}

.small-card-text {
  font-size: 12px;
}


/*** News ***/
.news-item {
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.news-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.news-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.news-title {
  font-size: 17px;
  color: var(--dark);
}

.bookmark {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: -8px;
  left: 20px;
  padding: 5px 10px;
  background: var(--tertiary);
  color: #fff;
  z-index: 2;
  border-radius: 1px 1px 3px 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.bookmark::before,
.bookmark::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}

.bookmark::after {
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-radius: 1px;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #2757A6 transparent;
}

.bookmark::before {
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #2757A6;
}

.left {
  margin-right: 10px;
}

.left .day {
  font-size: 24px;
  font-weight: bold;
}

.right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.month-year {
  display: flex;
  flex-direction: column;
}

.yr, .mos {
  font-size: 12px;
  line-height: 1.2;
}

/*** Testimonial ***/
/* Owl Carousel Styling */
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
      padding-left: 4rem;
      padding-right: 4rem;
  }
}

/* Testimonial Item */
.testimonial-item {
  height: 200px;
  display: flex;
  flex-direction: column;
}

.testimonial-item .bg-white {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bg-light {
  background-color: #FCEDE5 !important;
}

/* Testimonial Content */
.testimonial-item p {
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Read More Button */
.testimonial-item .read-more-btn {
  display: block;
  font-size: 0.9rem;
  color: var(--primary);
  text-decoration: underline;
  margin-top: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-item p {
      -webkit-line-clamp: 3;
  }

  .testimonial-item {
      height: auto;
      min-height: 150px;
  }
}

/* Owl Carousel Navigation */
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 50%;
  font-size: 20px;
  transition: .5s;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  background: var(--dark);
}

.owl-carousel .owl-prev {
  top: -15px;
  left: -70px;
}

.owl-carousel .owl-next {
  top: -15px;
  right: 60px;
}


/*** Footer ***/
.footer .btn-primary:hover {
  background-color: var(--complementary);
}
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:focus {
  box-shadow: none;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255,255,255,0.5);
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/*** Reviews ***/
.comment-item {
  width: 400px;
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark);
  border-radius: 8px;
  padding: 0.375rem 0.75rem;
  background-color: #f6fcfe;
}

.comment-header {
  padding: 10px;
}

.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
}

.comment-meta {
  padding-left: 20px;
}

.comment-content {
  overflow-y: auto;
  padding: 10px;
}

.comment-content &gt; p {
  margin-bottom: 0;
}

.read-more-btn {
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more-btn:hover {
  color: var(--complementary);
  text-decoration: none;
}

#reviewFormModal {
  z-index: 19900;
}

#reviewFormModal + .modal-backdrop {
  z-index: 19000;
}

.modal-adjusted {
  z-index: 9000;
  margin-top: 20px;
}

.modal-backdrop {
  z-index: 6000;
}

.modal-dialog {
  display: flex;
  align-items: center;
  height: 80vh;
  margin: 10vh auto;
  top:10px;
}

.modal-content {
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
}

.form-modal .modal-content {
  height: auto;
}

.modal .modal-header.sticky-top {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
}

.modal .modal-body {
  max-height: calc(100vh - 120px);
  flex-grow: 1;
  overflow-y: auto;
}

.modal-footer.sticky-bottom {
  border-top: none;
  margin-top: auto;
}

.modal-comment-item {
  min-height: 150px;
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
}

.modal-comment-item:last-child {
  border-bottom: none;
}

.modal-comment-content {
  word-wrap: break-word;
}

.comment-form-author input.form-control,
.comment-form-email input.form-control,
.comment-form-comment textarea.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  padding: 0.375rem 0.75rem;
}

.comment-form-author input.form-control:focus,
.comment-form-email input.form-control:focus,
.comment-form-comment textarea.form-control:focus {
  border-color: var(--tertiary);
  box-shadow: none;
}

.comment-highlight {
  background-color: #deeaff;
  border-radius: 8px;
}


/*** Villa Gallery ***/
/* Rounded Corners */
.villa-gallery-container .rounded-top-lg {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.villa-gallery-container .rounded-top-end {
  border-top-right-radius: 10px;
}

.villa-gallery-container .rounded-bottom-end {
  border-bottom-right-radius: 10px;
}

/* Hover Effects */
.image-container {
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}

.scale-on-hover {
  transition: transform 0.3s ease;
  border-radius: inherit;
}

.scale-on-hover:hover {
  transform: scale(1.1);
}

/*** Gallery Modal ***/
.nav {
  gap: 5px;
  border-bottom: none;
}

.nav-tabs .nav-link {
  color: var(--tertiary);
  border-radius: 20px;
  border-color: #dee2e6;
}

.nav-tabs .nav-link.active {
  color: var(--complementary);
  background-color: var(--secondary);
  border-color: #dee2e6;
}

.tab-pane img {
  border-radius: 8px;
  min-height: 400px;
  object-fit: cover;
}

.image-title-container {
  position: relative;
  display: inline-block;
}

.image-title-overlay {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
}

.image-title-text {
  font-weight: bold;
}

/* Lightgallery */
.lg-backdrop.fullscreen {
  z-index:20000 !important;
}

.lg-outer.fullscreen {
  z-index:20050 !important;
}

.lg-backdrop {
  z-index:20000 !important;
}

.lg-outer {
  z-index:20050 !important;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--complementary) !important;
}

.lg-progress-bar .lg-progress {
  background-color: var(--complementary) !important;
}

/*** Single Villa ***/
/* Villa Title */
.single-villa-title {
  margin-left: 80px;
}

.villa-section-title {
  position: relative;
}

.villa-section-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 15%;
  height: 2px;
  background-color: var(--complementary);
  left: 0;
  bottom: -0.5rem;
}

/* Villa Pricing Card */
.villa-pricing-card {
  position: sticky;
  top: 100px;
}

.price-details-link {
  font-size: 1rem;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.price-details-link:hover {
  color: var(--complementary);
}

.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header {
  background: none;
  font-weight: bold;
  padding: 16px;
}

.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation {
  font-size: 18px;
}

.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev,
.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next {
  background: var(--dark);
  border-radius: 50%;
}

.wpbs-container .wpbs-calendars .wpbs-calendar table tr td .wpbs-date.wpbs-gap {
  background: none;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-field-required-asterisk {
  padding-left: 5px;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=email],
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=number],
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type=text] {
  border-radius: 4px !important;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button.wpbs-coupon-code-button,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type="submit"],
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="submit"] {
  background-color: var(--primary) !important;
  border-radius: 8px !important;
  width: 100% !important;
  transition: background-color 0.3s ease;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button.wpbs-coupon-code-button:hover,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type="submit"]:hover,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="submit"]:hover {
  background-color: var(--complementary) !important;
}

/* Icons for Important Info */
.villa-info ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* Description Villa */
.villa-description p {
  padding-right: 4rem;
  text-align: justify;
}

.description-modal p {
  text-align: justify;
}

.description-btn {
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.description-btn:hover {
  color: var(--complementary);
  text-decoration: none;
}

/* Villa Table */
.villa-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.villa-table thead th {
  background-color: var(--dark)  ;
  color: white;
  font-weight: bold;
  text-align: left;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-top-color: var(--dark);
}

.villa-table thead th:first-child {
  border-top-left-radius: 10px;
  border-left-color: var(--dark);
}

.villa-table thead th:last-child {
  border-top-right-radius: 10px;
  border-right-color: var(--dark);
}

.villa-table td {
  vertical-align: middle;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

.villa-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.villa-table strong {
  color: var(--main-color);
}

.villa-services-table td:last-child {
  min-width: 120px;
}

/* Showcase Video */
.villa-video-container {
  max-width: 600px;
  margin: 0 auto;
}

.plyr__video-embed iframe {
  width: 100%;
  height: auto;
}

/* Services List */
.services-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* Price Summary */
.price-summary {
  font-size: 1rem;
}
.price-summary strong {
  font-weight: bold;
}

/* Villa Map */
.villa-map iframe {
  transition: none;
  will-change: auto;
}
.villa-map:hover iframe {
  transform: none !important;
}

/* Rules */
.rule-group-title {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 36px;
  color: var(--primary) !important;
}

.rule-group-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  width: 30px;
  height: 3px;
  background: var(--complementary);
  transform: translateY(-50%);
}

.rule-item p {
  font-size: 17px;
  margin-bottom: 0.75rem;
}


/*** Partners ***/
.partner-info {
  margin-bottom: 1rem;
}

.partner-logo {
  width: 150px;
  height: 60px;
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-logo:hover img {
  transform: scale(1.1);
}

.partner-info h3 {
  font-size: 1.5rem;
}

.partner-info p {
  font-size: 1rem;
  line-height: 1.6;
}

.partner-info a {
  font-size: smaller;
  text-decoration: none;
  color: var(--tertiary);
}

@media (max-width: 768px) {
  .partner-logo {
    margin: 1rem auto;
  }

  .partner-info {
    text-align: center;
  }

  .partner-info h3 {
    font-size: 1.25rem;
  }
}

/*** FAQ ***/
.accordion-item {
  background-color: white;
  border-width: 2px 0;
}

.accordion-item:first-of-type {
  border-radius: 0;
}

.accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-button {
  background-color: white;
  color: #283544;
  transition: color 0.3s ease;
  padding: 1.5rem 1rem;
}

.accordion-button:focus {
  background-color: white;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--primary);
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2324529d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.still-need-help {
  font-size: smaller;
}

.still-need-help a {
  text-decoration: none;
  color: var(--complementary);
}

.custom-contact-link {
  font-size: 1rem;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.custom-contact-link:hover {
  color: var(--complementary);
  transform: translateX(5px); /* Subtle hover effect */
}

/*** Contact Us ***/
.contact-info {
  font-size: 1rem;
  line-height: 1.6;
}

.form-floating label {
  font-size: 0.9rem;
}
.form-floating input, .form-floating textarea {
  font-size: 1rem;
  padding: 1rem;
}

.form-floating textarea {
  height: 180px !important;
}

.btn-primary {
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: var(--dark);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: none;
  font-weight: bold;
}</pre></body></html>