/*
Theme Name: CasaSearch
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: 
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/

@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */
.maintenance-container {
  background-image: url('https://casasearch.com/wp-content/uploads/2025/03/maintenance.png');
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15%;
  height: 1562px;
  box-sizing: border-box;
  font-family: Sans-serif;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#main-nav .nav-link[href="https://casasearch.com/login/"],
#main-nav .nav-link[href="https://casasearch.com/en/login/"] {
  display: flex;
  align-items: center;
  gap: 7px;
}
#main-nav .nav-link[href="https://casasearch.com/login/"]::before,
#main-nav .nav-link[href="https://casasearch.com/en/login/"]::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(https://casasearch.com/wp-content/uploads/2025/02/icon-LoginPremium.svg);
  display: block;
}

body:has(#navi-user .login-link) .header-mobile-right button.toggle-button-right {
  display: none;
}

/* Zet de door Elementor toegevoegde vertaling weer op nul */
.elementor-sticky--effects.elementor-sticky--active{
  transform: translate3d(0,0,0) !important;
}

section.agency-properties {
  background: linear-gradient(180deg, #fff 76.56%, #f0f9ff 100%), #fff;
  padding-bottom: 110px;
}
#tab-properties .listing-tools-wrap {
  margin-top: -48px;
  margin-bottom: 80px;
}
#tab-properties .listing-tabs .nav-tabs {
  display: grid;
  gap: 10px;
  padding: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  box-shadow: 0px 32px 72px -12px rgba(0, 0, 0, 0.1);
  border-radius: 0px 60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #tab-properties .listing-tabs {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  #tab-properties .listing-tabs .nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 573px) {
  #tab-properties .listing-tabs .nav-tabs {
    grid-template-columns: 1fr;
  }
}
#tab-properties .listing-tabs .nav-tabs .nav-item .nav-link {
  background-color: #fff;
  color: var(--e-global-color-primary);
  text-transform: inherit;
  outline: 2px solid var(--e-global-color-primary);
  outline-offset: -2px;
  font-size: 19px;
  font-weight: 600;
  transition: background-color .3s ease-in-out;
}
#tab-properties .listing-tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: #f0f9ff;
}
#tab-properties .listing-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

#tab-properties .listing-tabs .nav-tabs .nav-item:first-child .nav-link {
  border-top-right-radius: 28px;
}
#tab-properties .listing-tabs .nav-tabs .nav-item:last-child .nav-link {
  border-bottom-left-radius: 28px;
}
@media (min-width: 574px) {
  #tab-properties .listing-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-top-right-radius: 0;
  }
  #tab-properties .listing-tabs .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-top-right-radius: 28px;
  }
  #tab-properties .listing-tabs .nav-tabs .nav-item:nth-child(3) .nav-link {
    border-bottom-left-radius: 28px;
  }
  #tab-properties .listing-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  #tab-properties .listing-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-bottom-left-radius: 28px;
  }
  #tab-properties .listing-tabs .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-top-right-radius: 0;
  }
  #tab-properties .listing-tabs .nav-tabs .nav-item:nth-child(3) .nav-link {
    border-bottom-left-radius: 0;
  }
  #tab-properties .listing-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 28px;
  }
}

/*
.listing-wrap .page-title-wrap .page-title {
  margin: 0 20px;
}

.listing-wrap .listing-tools-wrap {
  margin: 0 20px;
}
*/

.listing-wrap > .container {
  overflow: hidden;
}

.listing-wrap .listing-tools-wrap > div {
  flex-direction: column;
  align-items: start !important;
}

.country-selector {
  display: none;
}

.elementor-widget-text-editor p:last-child{
  margin-bottom:0px;
}

main .item-title,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: "Cocon Regular", Sans-serif;
  font-weight: 400;
}

#main-nav > li {
  font-family: Poppins;
  font-size: 16px;
}

.page-title h1 {
  font-size: 40px;
}

.listing-tools-wrap > div.d-flex > div.flex-grow-1 {
  font-size: 18px;
  color: var(--e-global-color-primary);
}
.listing-tools-wrap > div.d-flex > div.sort-by .sort-by-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* HOME */
.container {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .container,
  #header-section .container {
    max-width: 1624px !important;
  }
  footer .container {
    max-width: 1280px !important;
  }
}

@media (min-width: 992px) {
  .grid-view-3-cols.grid-view .item-listing-wrap {
    width: calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 4);
  }
}

#header-section .navbar {
  gap: 56px;
  padding: 0 30px;
}
@media (min-width: 1688px) {
  #header-section .navbar {
    padding: 0;
  }
}

footer .footer-settings .switchers,
#header-section .switchers-nav .switchers {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: center;
  line-height: 1em;
}
#header-section .switchers-nav .switchers {
  height: 90px;
}
footer .footer-settings .switchers .switcher,
#header-section .switchers-nav .switchers .switcher {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
footer .footer-bottom-wrap .container .d-flex {
  align-items: center;
}
footer .footer-settings .switchers .switcher {
  border-bottom: 1px solid #9AC7E5;
  padding: 8px 0;
}
#header-section .switchers-nav .switchers .switcher {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#header-section .switchers-nav .switchers .switcher {
  padding: 0 18px;
  height: 40px;
}
#header-section .switchers-nav .switchers .currency-switcher {
  background-color: rgb(251, 243, 198);
}
#header-section .switchers-nav .switchers .currency-switcher svg path {
  fill: #78350F;
}
footer .footer-settings .switchers .currency-switcher svg path {
  fill: #9AC7E5;
}
footer .footer-settings .switchers .currency-switcher .currency,
#header-section .switchers-nav .switchers .currency-switcher .currency {
  display: flex;
  gap: 4px;
}
footer .footer-settings .switchers .currency-switcher .currency-symbol,
#header-section .switchers-nav .switchers .currency-switcher .currency-symbol {
  display: inline-flex;
  width: 20px;
  justify-content: right;
}
footer .footer-settings .switchers .currency-switcher .currency-symbol {
  color: #9AC7E5;
}
#header-section .switchers-nav .switchers .currency-switcher .currency-symbol {
  color: #975218;
}
#header-section .switchers-nav .switchers .language-switcher svg path {
  fill: #185E89;
}
footer .footer-settings .switchers .language-switcher svg path {
  fill: #ffffff;
}
footer .footer-settings .switchers .language-switcher .language svg path {
  fill: #9AC7E5;
}
footer .footer-settings .switchers .currency-switcher ul#switchers-currency-switcher-list,
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list,
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, border-top-color .2s ease-in-out;
  width: 100%;
  left: 0;
  border-top: solid 5px transparent;
  box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
footer .footer-settings .switchers .currency-switcher ul#switchers-currency-switcher-list,
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list {
  bottom: 30px;
  transform: translateY(20px);
}
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list {
  top: 40px;
  transform: translateY(-20px);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list {
  background-color: rgb(251, 243, 198);
}
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list {
  background-color: #E0F2FE;
}
footer .footer-settings .switchers .currency-switcher:hover ul#switchers-currency-switcher-list,
footer .footer-settings .switchers .language-switcher:hover ul#switchers-language-switcher-list,
#header-section .switchers-nav .switchers .currency-switcher:hover ul#switchers-currency-switcher-list,
#header-section .switchers-nav .switchers .language-switcher:hover ul#switchers-language-switcher-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
#header-section .switchers-nav .switchers .currency-switcher:hover ul#switchers-currency-switcher-list,
#header-section .switchers-nav .switchers .language-switcher:hover ul#switchers-language-switcher-list {
  border-top: solid 5px #fff;
}
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li a,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li a img,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li a img {
  width: 14px;
  height: 14px;
}
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li a:hover,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li a:hover {
  color: inherit;
  background: none;
}
footer .footer-settings .switchers .currency-switcher ul#switchers-currency-switcher-list li,
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li a,
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list li,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li a {
  transition: color .2s ease;
}
footer .footer-settings .switchers .currency-switcher ul#switchers-currency-switcher-list li,
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li a {
  padding: 14px 0 7px 0;
}
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list li,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li a {
  padding: 7px 18px;
}
footer .footer-settings .switchers .currency-switcher ul#switchers-currency-switcher-list li:hover,
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list li:hover {
  color: var(--e-global-color-accent);
}
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li:hover a,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li:hover a {
  color: #00aeef;
}
footer .footer-settings .switchers .currency-switcher ul#switchers-currency-switcher-list li:first-child,
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li:first-child a,
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list li:first-child,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li:first-child a {
  padding-top: 14px;
}
footer .footer-settings .switchers .currency-switcher ul#switchers-currency-switcher-list li:last-child,
footer .footer-settings .switchers .language-switcher ul#switchers-language-switcher-list li:last-child a,
#header-section .switchers-nav .switchers .currency-switcher ul#switchers-currency-switcher-list li:last-child,
#header-section .switchers-nav .switchers .language-switcher ul#switchers-language-switcher-list li:last-child a {
  padding-bottom: 14px;
}
#header-section .switchers-nav .switchers .language-switcher {
  background-color: #E0F2FE;
}
footer .footer-settings .switchers .language-switcher .language,
#header-section .switchers-nav .switchers .language-switcher .language {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  text-transform: uppercase;
}

#header-section a.btn-create-listing {
  font-size: 14px;
}

#header-section a.nav-link,
#header-section a.nav-link:active {
  background-color: transparent;
  padding: 0 !important;
}

#header-section .login-register .login-link a,
#navi-user .navbar-logged-in-wrap .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  padding: 0;
}

#main-nav.navbar-nav {
  gap: 15px;
}

.footer-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-widget .wp-block-columns {
  align-items: start;
}

.footer-top-wrap {
  padding: 57px 0;
  font-size: 16px;
}
.footer-top-wrap .widget-wrap {
  margin-bottom: 0;
}
.footer-top-wrap .widget-wrap figure {
  margin: 15px 0 0 0;
}
.footer-top-wrap .widget-wrap .wp-block-columns.is-layout-flex {
  justify-content: space-between;
}
.footer-top-wrap .widget-wrap .wp-block-columns.is-layout-flex > .wp-block-column {
  min-width: auto;
}

.sticky-nav-area {
  box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
}

#hero-img {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

#hero-img .elementor-widget-container > img {
  width: 100%;
  height: auto;
}

.footer_logo img {
  max-height: 30px;
}

.drop-shadow-1 {
  box-shadow: 0px 25px 80px -12px rgba(8, 47, 73, 0.15);
}
.cloud-1 {
  filter: drop-shadow(24px 24px 20px rgba(8, 47, 73, 0.1));
  animation: float-1 20s ease-in-out infinite;
}
.cloud-2 {
  filter: drop-shadow(-24px -12px 20px rgba(8, 47, 73, 0.1));
  animation: float-2 18s ease-in-out infinite;
}
.cloud-3 {
  filter: drop-shadow(24px -24px 20px rgba(8, 47, 73, 0.1));
  animation: float-3 22s ease-in-out infinite;
}
@media (max-width: 1280px) {
  .cloud-1,
  .cloud-2,
  .cloud-3 {
    display: none;
  }
}

/************************
 * Property
 ************************/
 .single-property .container > .inner-container > .row {
  padding-bottom: 119px;
}
.single-property .container > .inner-container > .row > .bt-content-wrap {
  margin-bottom: 0;
}
.single-property .container > .inner-container > .row > .bt-content-wrap .property-view #property-gallery-grid > .block-wrap {
  padding-bottom: 0;
}
.single-property .container > .inner-container > .row > .bt-content-wrap .property-view #property-gallery-grid .gallery-grid-item:has(> .gallery-hidden) {
  display: contents;
}

/************************
 * Agency
 ************************/
.single-houzez_agency .container header.agency-header {
  background-image: url('https://casasearch.com/wp-content/uploads/2025/03/agency-background.png');
  height: 396px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 80px;
  background-size: cover;
  border-radius: 0 100px;
  margin: 0 10px;
}
@media (min-width: 1380px) {
  .single-houzez_agency .container header.agency-header {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .single-houzez_agency .container {
    max-width: none;
  }
  .single-houzez_agency .container header.agency-header {
    border-radius: 0 100px;
    margin: 10px 10px;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .single-houzez_agency .container header.agency-header h1.agency-name {
    font-size: 48px;
  }
}
.single-houzez_agency .container header.agency-header .agency-name {
  margin: 0;
  font-size: 64px;
}
.single-houzez_agency .container header.agency-header .agency-details {
  display: flex;
  gap: 40px;
  font-size: 16px;
}
.single-houzez_agency .container header.agency-header .agency-details address,
.single-houzez_agency .container header.agency-header .agency-details a {
  color: inherit;
}
@media (max-width: 767px) {
  .single-houzez_agency .container header.agency-header .agency-details {
    flex-direction: column;
    gap: 5px;
  }
  .single-houzez_agency .container header.agency-header .agency-details address {
    margin-bottom: 0;
  }
}
.single-houzez_agency .container .agency-stats {
  box-shadow: 0px 32px 72px -12px rgba(0, 0, 0, 0.1);
  border-radius: 0px 32px;
  display: flex;
  justify-content: center;
  gap: 46px;
  padding: 64px;
  background-color: #fff;
  border: 1px solid #E5E5E5;

  flex-wrap: wrap;
  width: auto;
  margin: 10px;
  margin-bottom: 104px;
}
@media (min-width: 1380px) {
  .single-houzez_agency .container .agency-stats {
    flex-wrap: nowrap;
    margin: auto;
    width: 1280px;
    margin-top: -96px;
    margin-bottom: 104px;
  }
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 14px;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  align-items: center;
}
@media (min-width: 1380px) {
  .single-houzez_agency .container .agency-stats .agent-profile-chart-wrap {
    align-items: start;
  }
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex {
  gap: 24px;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-chart {
  top: 0;
  margin-right: 0;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-data > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 20px;
  font-size: 16px;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-data > ul > li {
  display: flex;
  gap: 12px;
  align-items: center;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-data > ul div[class^="legend-color-"] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  min-width: 12px;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-data > ul div.legend-color-1 {
  background-color: #3187BF;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-data > ul div.legend-color-2 {
  background-color: #B66F22;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-data > ul div.legend-color-3 {
  background-color: #185E89;
}
.single-houzez_agency .container .agency-stats .agent-profile-chart-wrap > .d-flex > .agent-profile-data > ul div.legend-color-4 {
  background-color: #F4A835;
}
.single-houzez_agency .container .agency-bio {
  text-align: center;
  max-width: 842px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-houzez_agency .container .agency-bio h2 {
  font-size: 32px;
  margin: 0;
}
.single-houzez_agency .container .agency-bio .agency-bio-content {
  font-size: 18px;
  line-height: 32px;
}
.single-houzez_agency .container .agency-bio .agency-bio-content ul {
  list-style-position: inside;
}
.single-houzez_agency .container .agency-bio .agency-languages {
  font-size: 16px;
}

/************************
 * Search results
 ************************/
.listing-wrap .page-title-wrap {
  display: none;
}
.listing-wrap .page-title-wrap + div {
  margin-top: 30px;
}

.page-template-template-search .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 20px;
}
.page-template-template-search .elementor-form-fields-wrapper .grid-col-span-2,
.page-template-template-search .elementor-form-fields-wrapper .grid-col-span-3,
.page-template-template-search .elementor-form-fields-wrapper .grid-col-span-4,
.page-template-template-search .elementor-form-fields-wrapper .grid-col-span-5,
.page-template-template-search .elementor-form-fields-wrapper .grid-col-span-6 {
  grid-column: inherit;
}
@media (min-width: 768px) {
  .page-template-template-search .elementor-form-fields-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-template-search .elementor-form-fields-wrapper .grid-col-span-2 {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .page-template-template-search .elementor-form-fields-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-template-template-search .elementor-form-fields-wrapper .grid-col-span-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1320px) {
  .page-template-template-search .elementor-form-fields-wrapper {
    grid-template-columns: repeat(6, 1fr);
    padding: 0;
  }
  .page-template-template-search .elementor-form-fields-wrapper .grid-col-span-4 {
    grid-column: span 4;
  }
  .page-template-template-search .elementor-form-fields-wrapper .grid-col-span-5 {
    grid-column: span 5;
  }
  .page-template-template-search .elementor-form-fields-wrapper .grid-col-span-6 {
    grid-column: span 6;
  }
}
.page-template-template-search .elementor-form-fields-wrapper > div {
  width: 100%;
}

/* Hide save search button because we show it in the search builder */
.listing-tools-wrap .save-search-form-wrap {
  display: none;
}

.boat {
  /*offset-path: path('M216.39,49.16c-12.17,18.5-18.34,40.22-28.11,60.09-9.77,19.87-24.89,39.09-46.31,44.7-14.66,3.83-30.09.75-45.17-.73-19.75-1.94-40.29-.97-58.47,6.98-18.19,7.95-33.71,23.76-37.52,43.23-1.28,6.54-1.19,13.54,1.51,19.63,5.1,11.51,18.02,17.23,30.16,20.53,33.58,9.12,70.02,7.37,102.57-4.93,27.12-10.24,51.94-27.66,80.63-31.79,38.09-5.49,74.83,13.23,111.26,25.62,54.9,18.67,114.47,23.42,171.64,13.68,14.54-2.48,29.99-6.5,39.5-17.78,7.46-8.85,10.03-20.89,10.25-32.47.47-25.55-9.17-50.03-15.57-74.77-6.4-24.74-9.21-52.53,3.71-74.57,6.95-11.85,17.89-20.93,29.78-27.82,50.63-29.35,114.92-20.2,169.89-.13,20.4,7.45,40.62,16.46,57.2,30.49,16.58,14.03,29.31,33.72,31.05,55.37,2.71,33.76-20.73,63.68-44.88,87.43-27.87,27.41-59.46,52.44-96.64,64.49-26.46,8.57-58.48,9.08-78.93-9.77-29.28-26.98-20.38-78.05-46.14-108.4-14.07-16.58-37.06-25-47.51-44.07-10.39-18.96-5.48-43.56-16.09-62.4-12-21.31-39.82-28.11-64.23-26.59-19.6,1.22-38.71,6.44-58.31,7.6-14.38.85-25.09-5.48-38.77-8.66-27.59-6.41-57.54-1.32-81.96,12.85-13.74,7.97-25.8,18.92-34.55,32.22Z');*/
  /*offset-distance: 100%;*/
  /*animation: boat-move 30s infinite;*/
}

.detail-card {
  transition: box-shadow 0.2s ease-in-out;
}
.detail-card:hover {
  box-shadow: 0px 32px 72px -12px rgba(0, 0, 0, 0.1);
}
.detail-card h3 {
  transition: color 0.2s ease-in-out;
}
.detail-card:hover h3 {
  color: #4e87c0;
}

@keyframes float-1 {
  0% {
    transform: translateX(-50px) translateY(0px);
  }
  50% {
    transform: translateX(50px) translateY(-10px);
  }
  100% {
    transform: translateX(-50px) translateY(0px);
  }
}

@keyframes float-2 {
  0% {
    transform: translateX(50px) translateY(0px);
  }
  50% {
    transform: translateX(-50px) translateY(10px);
  }
  100% {
    transform: translateX(50px) translateY(0px);
  }
}

@keyframes float-3 {
  0% {
    transform: translateX(120px) translateY(0px);
  }
  50% {
    transform: translateX(-50px) translateY(-10px);
  }
  100% {
    transform: translateX(120px) translateY(0px);
  }
}

@keyframes boat-move {
  100% {
    offset-distance: 0%;
  }
}
/* END HOME */
@font-face {
  font-family: "Cocon Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Cocon Regular"), url("CoconRegularFixed.woff") format("woff");
}

.btn {
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0 19px;
}

.list-2-cols,
.list-3-cols {
  column-gap: 32px;
}

.inner-container {
  max-width: 1280px;
  margin: auto;
}

/* START Search Form */
.houzez-field-textual.elementor-size-lg button:not(.actions-btn),
.elementor-field-textual.elementor-size-lg {
  font-size: 16px;
}

.houzez-search-form-js .houzez-ele-price-slider .price-range {
  border: none;
  height: 8px;
  border-radius: 4px;
  background-color: #BDDDF1;
}
.houzez-search-form-js .houzez-ele-price-slider .price-range .ui-slider-range {
  height: 8px;
  top: 0px;
  background-color: var(--e-global-color-accent);
}
.houzez-search-form-js .houzez-ele-price-slider .price-range .ui-slider-handle {
  border-radius: 50%;
  border: 2px solid var(--e-global-color-accent);
  width: 24px;
  height: 24px;
  top: -8px;
}
.houzez-search-form-js .houzez-ele-price-slider .price-range .ui-slider-handle:after {
  display: none;
}

.home-search .houzez-search-form-js {
  display: grid;
  place-items: center;
  gap: 32px;
}
.home-search #houzez-search-tabs-wrap {
  border: solid 1px #a3a3a3;
  border-radius: 24px;
  width: fit-content;
  padding: 5px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .home-search #houzez-search-tabs-wrap {
    flex-direction: row;
    border-radius: 999px;
  }
}
.home-search #houzez-search-tabs-wrap li {
  display: grid;
  place-items: center;
  height: 38px;
}
.home-search #houzez-search-tabs-wrap li a {
  display: grid;
  height: 38px;
  border-radius: 999px;
  padding: 0 30px;
  place-items: center;
  background-color: #ffffff !important;
  color: #262626 !important;
  width: 100%;
}
.home-search #houzez-search-tabs-wrap li a.active {
  background-color: var(--e-global-color-primary) !important;
  color: #fff !important;
}
.home-search .elementor-form-fields-wrapper {
  width: 100%;
}
.home-search .elementor-form-fields-wrapper {
  background-color: #f5f5f5;
  margin: 0 !important;
  padding: 10px;
  gap: 10px;
  border-bottom-left-radius: 38px;
  border-top-right-radius: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr auto;
}
.home-search .elementor-form-fields-wrapper > div.elementor-field-group {
  padding: 0 !important;
  margin: 0 !important;
}
.home-search .elementor-form-fields-wrapper
  > div.elementor-field-group
  button.dropdown-toggle,
  .home-search .elementor-form-fields-wrapper
  > div.elementor-field-group
  button.elementor-button,
  .home-search .elementor-form-fields-wrapper
  > div.elementor-field-group
  input.elementor-field {
  border-radius: 0;
}
.home-search .elementor-form-fields-wrapper
  > div.elementor-field-group
  .houzez-field-textual.elementor-size-lg {
  min-height: inherit;
}
.home-search .elementor-form-fields-wrapper > div.elementor-field-group-field-cities,
.home-search .elementor-form-fields-wrapper > div.elementor-field-group-field-types,
.home-search .elementor-form-fields-wrapper > div.elementor-field-group-field-property_id,
.home-search .elementor-form-fields-wrapper > .elementor-field-type-submit {
  width: 100%;
}
.home-search .elementor-form-fields-wrapper
  > div.elementor-field-group-field-cities
  .houzez-field-textual.elementor-size-lg {
  border-radius: 28px;
}
.home-search .elementor-field-textual.elementor-size-lg,
.home-search .houzez-field-textual.elementor-size-lg button:not(.actions-btn) {
  min-height: 56px;
}
.home-search .elementor-form-fields-wrapper > div.elementor-field-type-submit button.elementor-button {
  border: none;
  border-bottom-left-radius: 28px;
  min-height: 56px;
}
@media (min-width: 1080px) {
  .home-search .elementor-form-fields-wrapper > div.elementor-field-type-submit button.elementor-button {
    border-bottom-left-radius: 0;
    border-top-right-radius: 28px;
  }
}
.home-search .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1080px) {
  .home-search .elementor-form-fields-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
.home-search .elementor-form-fields-wrapper > div {
  width: 100%;
}
.home-search div.houzez-field-textual.elementor-size-lg {
  border: none;
}

.home-search .elementor-form-fields-wrapper > div.elementor-field-group-field-cities div.dropdown {
  border-top-right-radius: 28px;
}
.home-search .elementor-form-fields-wrapper > div.elementor-field-group-field-cities div.dropdown button {
  border-top-right-radius: 28px;
}
@media (min-width: 1080px) {
  .home-search .elementor-form-fields-wrapper > div.elementor-field-group-field-cities div.dropdown {
    border-top-right-radius: 0;
    border-bottom-left-radius: 28px;
  }
  .home-search .elementor-form-fields-wrapper > div.elementor-field-group-field-cities div.dropdown button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 28px;
  }
}
/* END Search Form */

/*START Listing */
.property-head-wrap {
  position: relative;
  background-color: #fafafa;
  overflow: hidden;
}
@media (min-width: 768px) {
  .property-head-wrap {
    border-bottom-left-radius: 64px;
    border-top-right-radius: 64px;
  }
}
@media (max-width: 767px) {
  .mobile-property-contact {
    display: none;
  }
  .property-wrap > .container > .inner-container > .row {
    margin: 0px;
    padding: 0px 30px;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-tools {
    padding: 30px 0;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-tools #pills-tab {
    display: none;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-tools .item-tools {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-title {
    padding: 0;
    margin-top: -100px;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-title .label-featured {
    top: 0;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-title .labels-wrap {
    top: 0;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-title .labels-wrap a.label {
    white-space: nowrap;
  }
  .property-wrap > .container > .inner-container > .row .mobile-property-title .page-title {
    margin-top: 10px;
  }
}
.property-wrap .houzez-photoswipe.row {
  margin: 0;
}
.property-wrap .houzez-photoswipe.row > .col-md-12 > .block-wrap {
  margin-top: 77px;
  margin-bottom: 44px;
}
.property-wrap .gallery-grid-container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 592px;
  width: 100%;
}
.property-wrap .gallery-grid-container a.img-wrap-1 {
  grid-area: span 2;
}
.property-wrap .gallery-grid-container a.img-wrap-2 {
  margin: 0;
}
.property-wrap .gallery-grid-container a img {
  object-fit: cover;
  height: 0;
  min-height: 100%;
  width: 0;
  min-width: 100%;
}

.property-similar-wrap .inner-container {
  padding-bottom: 104px;
}
.property-similar-wrap .block-title-wrap {
  text-align: center;
  border: none;
  margin: 0;
  padding-top: 106px;
  padding-bottom: 62px;
}
.property-similar-wrap .block-title-wrap h2 {
  font-size: 40px;
}

#main-wrap .property-head-wrap h1 {
  font-family: "Poppins";
  font-size: 32px;
}

.label {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: none;
  font-weight: 300;
}
.page-title-wrap .label {
  font-size: 14px;
  padding: 8px 12px;
  margin-right: 5px;
}

.property-wrap .page-title-wrap {
  padding-top: 39px;
  padding-bottom: 46px;
}
.property-wrap .page-title-wrap .item-tools {
  display: flex;
  gap: 8px;
}
.property-wrap .page-title-wrap .item-tools .item-tool > span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}
.property-wrap .page-title-wrap .property-title-price-wrap {
  margin-top: 36px;
}
.property-wrap .page-title-wrap .property-title-price-wrap .page-title {
  margin-top: 0;
}
.property-wrap .page-title-wrap .property-title-price-wrap .page-title h2 {
  line-height: 32px;
}
.property-wrap .page-title-wrap .property-title-price-wrap .item-price {
  margin: 0;
  line-height: 32px;
}
.property-wrap .page-title-wrap .property-labels-wrap {
  margin: 21px 0 16px;
}
.property-wrap .page-title-wrap .property-labels-wrap > span{
  white-space: nowrap;
}
.property-wrap .page-title-wrap .property-price-warning {
  font-size: 12px;
  opacity: .8;
}

.content-wrap.property-wrap {
  background: linear-gradient(180deg, #ffffff 76.56%, #f0f9ff 100%), #ffffff;
}

.property-head-wrap .page-title-wrap,
.property-head-wrap .block-wrap,
.property-head-wrap .property-banner {
  background-color: transparent;
}

.property-head-wrap .property-banner {
  max-width: 1280px;
  margin: auto;
}

.property-head-wrap .background-img-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.property-head-wrap .background-img-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.property-head-wrap .property-overview-item {
  font-size: 24px;
}
.property-head-wrap .property-overview-item > strong {
  font-weight: 400;
}
.property-head-wrap .property-overview-data .list-unstyled {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.property-head-wrap .block-wrap .property-overview-data ul:first-of-type {
  border-left: none;
}
.property-head-wrap .block-wrap .property-overview-data ul:last-of-type {
  border-right: none;
}

.property-wrap .property-gallery-grid-wrap {
  gap: 8px;
}
.property-wrap .property-gallery-grid-wrap .gallery-grid-item > a > img {
  width: 0;
  min-width: 100%;
  height: 172px;
  object-fit: cover;
}

.block-title-wrap h2 {
  font-size: 32px;
}

.property-section-wrap .block-wrap {
  padding: 0;
  line-height: 32px;
  margin-top: 91px;
  border-bottom: 1px solid #dce0e0;
  padding-bottom: 89px;
  background-color: transparent;
}
.property-section-wrap:last-child .block-wrap {
  border-bottom: none;
}

.property-description-wrap .block-wrap {
  font-size: 18px;
}
.property-section-wrap .block-title-wrap {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 46px;
}

@media (min-width: 992px) {
  .bt-sidebar-wrap {
    width: 435px;
    max-width: 435px;
    flex: 0 0 435px;
  }
  .bt-content-wrap {
    width: 58%;
    max-width: 58%;
    flex: 0 0 58%;
  }
}

.inner-container .row {
  justify-content: space-between;
}

.agency-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 48px 48px;
  justify-content: space-between;
  margin-top: 91px;
  background: #ffffff;
  box-shadow: 0px 0px 72px -12px rgba(0, 0, 0, 0.1);
  border-radius: 0px 76px;
  row-gap: 10px;
}
.agency-container .agency-listing-header {
  font-size: 16px;
  font-weight: 500;
  color: #3187bf;
}
.agency-container .agency-content {
  font-size: 16px;
  line-height: 28px;
}
.agency-container .btn-secondary {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  width: 100%;
  border-radius: 0 28px;
  padding: 7px 19px;
  margin-top: 15px;
}
.agency-container .listing-dates-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  align-items: center;
}
.agency-container .listing-dates-container .listing-date {
  display: flex;
  flex-direction: column;
}
.agency-container .listing-dates-container .listing-date:last-child {
  align-items: end;
}
.agency-container .listing-dates-container .divider {
  border-left: 1px solid #e0e0e0;
  height: 37px;
}
.agency-container .listing-dates-container .listing-date-title {
  font-size: 12px;
  color: #404040;
}
.agency-container .listing-dates-container .listing-date-value {
  font-size: 16px;
}

/* END Listing */

/* START FOOTER */
.footer-wrap {
  position: relative;
}
.footer-wrap .footer-top-wrap {
  padding: 57px 0;
}
.footer-wrap .footer-top-wrap .container,
.footer-wrap .footer-bottom-wrap .container {
  max-width: 1280px;
  padding: 0;
}
.footer-wrap .footer-top-wrap .container .row {
  justify-content: space-between;
  align-items: start;
  gap: normal;
}
.footer-wrap .footer-top-wrap .container .row > div {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex: 0 0 fit-content;
  max-width: fit-content;
}
@media (min-width: 1280px) {
  .footer-wrap .footer-bottom-wrap .container .footer-nav {
    margin-left: 115px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .footer-top-wrap .container .row {
    flex-direction: column;
    gap: 30px;
    padding: 0 30px;
  }
  .footer-wrap .footer-top-wrap .container .row > div {
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer-top-wrap .widget-wrap .wp-block-columns.is-layout-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.footer-wrap .footer-top-wrap .container .row > div:last-child {
  flex-grow: 1;
}
.footer-wrap .footer-top-wrap .widget-wrap {
  margin: 0;
}
.footer-wrap .footer-top-wrap .widget-wrap figure {
  margin: 0;
}
.footer-widget > div.wp-block-columns {
  align-items: start;
  font-size: 16px;
  gap: 158px;
}
.footer-widget
  > div.wp-block-columns
  ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(
    .dropdown-menu
  ):not(.nav-tabs)
  > li
  > a {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.footer-widget
  > div.wp-block-columns
  ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(
    .dropdown-menu
  ):not(.nav-tabs)
  > li
  > a:before {
  content: none;
}
.footer-widget
  > div.wp-block-columns
  ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(
    .dropdown-menu
  ):not(.nav-tabs) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-widget
  > div.wp-block-columns
  ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(
    .dropdown-menu
  ):not(.nav-tabs)
  li {
  padding: 0;
}
/* END FOOTER */

/* START CHECK-OUT */
.checkout-page .header {
  background-image: url("https://casasearch.com/wp-content/uploads/2025/04/checkout-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  border-radius: 0 100px;
  margin: 10px 10px;
}
@media (min-width: 992px) {
  .checkout-page .header {
    margin: 0 10px;
    height: 400px;
  }
}
.checkout-page .header .header-container {
  width: 1280px;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-page .header .header-container h2 {
  font-size: 48px;
  margin: 0;
}
@media (min-width: 992px) {
  .checkout-page .header .header-container h2 {
    font-size: 64px;
  }
}
.checkout-page .header .header-container p {
  max-width: 842px;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.checkout-page .content {
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}
.checkout-page .content .content-container {
  width: 1280px;
}
.checkout-page .content .content-container .content-columns {
  display: flex;
  gap: 95px;
  justify-content: center;
}
.checkout-page .content .content-container .content-columns .payment-column {
  flex-basis: 733px;
  flex-grow: 0;
  border-radius: 0px 76px 0px 76px;
  box-shadow: 0px 0px 72px -12px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  min-width: 0;
  padding: 40px 20px;
  margin: 10px;
}
@media (min-width: 992px) {
  .checkout-page .content .content-container .content-columns .payment-column {
    padding: 56px;
    margin: 0;
    margin-top: -96px;
  }
}
.checkout-page .content .content-container .content-columns .payment-column .dashboard-content-block h2 {
  font-size: 32px;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 40px;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap h2 {
  margin: 0;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap .payment-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap .payment-content .payment-method {
  margin: 0;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap .payment-content .payment-method .stripe-method {
  background: none;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap .payment-content .payment-method .stripe-method .radio-tab-inner {
  border-bottom: none;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap .payment-content .button-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checkout-page .content .content-container .content-columns .payment-column .payment-content-wrap .payment-content #houzez_complete_membership {
  background-color: var( --e-global-color-accent );
  border-color: var( --e-global-color-accent );
  min-height: 56px;
  font-size: 18px;
  font-weight: bold;
}
.checkout-page .content .content-container .content-columns .overview-column {
  flex-grow: 1;
}
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap {
  margin: 0;
}
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap h2 {
  box-shadow: none;
  border-bottom: none !important;
  padding: 0 !important;
}
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap a.change-package {
  height: 56px;
  background-color: #E0F2FE;
  display: grid;
  place-content: center;
  border-radius: 0 28px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .dashboard-content-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  /* padding-top: 67px; */
  box-shadow: none;
}
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .dashboard-content-block h3 {
  margin: 0;
  font-size: 20px;
}

body .mebership-list-info li strong {
  margin-left: unset;
  float: unset;
}

.dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info li,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li {
  border: none;
  gap: 13px;
  font-size: 16px;
}
.dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info li svg,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li svg {
  fill: #079455;
}
.dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info li.no,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li.no {
  color: #A3A3A3;
}
.dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info li.yes svg,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li.yes svg {
  fill: #079455;
  height: 20px;
  width: 20px;
}
.dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info li.no svg,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li.no svg {
  fill: #E31C1C;
  height: 28px;
  width: 20px;
}
/* .checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li:nth-child(2n) {
  background-color: #F5F5F5;
} */
 .dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info li.total-price,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li.total-price {
  background-color: #ffffff;
  border-top: 1px solid #737373;
  margin-top: 40px;
  padding: 0;
  padding-top: 52px;
  font-weight: 600;
}
.dashboard-main-wrap .dashboard-content-wrap .dashboard-content-block .mebership-list-info li.total-price strong,
.checkout-page .content .content-container .content-columns .overview-column .membership-package-order-detail-wrap .membership-package-order-detail ul.list-unstyled.mebership-list-info li.total-price strong {
  font-size: 32px;
}

/* END CHECK-OUT */

/* PREMIUM */
.package-card {
  transition: box-shadow 0.2s ease-in-out;
}
.package-card:hover {
  box-shadow: 0px 32px 72px -12px rgba(0, 0, 0, 0.1);
}
.package-card .package-price {
  transition: color 0.2s ease-in-out;
}
.package-card:hover .package-price {
  color: #4e87c0;
}
/* PREMIUM */

/* COUNTRY */
.listing-type-card {
  transition: box-shadow 0.2s ease-in-out;
}
.listing-type-card:hover {
  box-shadow: 0px 32px 72px -12px rgba(0, 0, 0, 0.1);
}
/* END COUNTRY */






body.maintenance{
	padding:0;
	margin:0;
}

body.maintenance img{
	width:100vw;
	height:100vh;
	object-fit:cover;
	object-position:center bottom;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}

body.maintenance .wrapper{
	text-align:center;
	z-index:20;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.maintenance h1{
	font-size:3rem;
	font-weight:bold;
  font-family: "Cocon Regular", Sans-serif;
}

body.maintenance h2{
	font-size:1rem;
	font-weight:normal;
	font-family: "Poppins", Sans-serif;
}


.dashboard-content-wrap .elearngif{
  margin:2rem 0;
  max-height:14rem;
  display: block;
  max-width: 100%;
  background-color: white;
  border:1px solid rgb(230, 230, 230);
  padding:.5rem;
  border-radius: 4px;;

}
