.elementor-kit-6{--e-global-color-secondary:#1B2D4A;--e-global-color-text:#2A4D5A;--e-global-color-primary:#0B2D36;--e-global-color-accent:#FF8F74;--e-global-color-44de4c5:#DB7659;--e-global-color-2543513:#A64B35;--e-global-color-c58a75d:#6DA1B3;--e-global-color-7d49e24:#C6E8FC;--e-global-color-31f4371:#FFFBF5;--e-global-color-d986bc6:#E79E4A;--e-global-typography-primary-font-family:"degular";--e-global-typography-primary-font-size:74px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-2px;--e-global-typography-secondary-font-family:"degular";--e-global-typography-secondary-font-size:54px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-1.5px;--e-global-typography-text-font-family:"Satoshi";--e-global-typography-text-font-size:16px;font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"degular";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;color:var( --e-global-color-secondary );font-family:"Satoshi", Sans-serif;font-size:14px;line-height:1.3em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:400ms;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-6 p{margin-block-end:10px;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-2543513 );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"degular", Sans-serif;font-size:74px;font-weight:600;}.elementor-kit-6 h2{font-family:"degular", Sans-serif;font-size:48px;font-weight:600;line-height:1.2em;}.elementor-kit-6 h3{font-family:"degular", Sans-serif;font-size:30px;font-weight:600;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.custom-underline h2 {
     position: relative;
  display: inline-block; /* important */
}

.custom-underline h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;            
  width: 100%;
  height: 5px;              
  background-color: #FF8F74;
  
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(.19,1,.22,1);
}

.custom-underline h2:hover::after {
  transform: scaleX(1);
}
.e-loop-item:hover {
    transition: transform 0.15s ease;
    transform: translate(-2px, 4px);
    box-shadow: none !important;
}
h3.place-category-heading {
color:#1B4651;
}

.sub-background {
  /* Required for multi-line cloning */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  /* Easy tweak variables */
  --highlight-height: 0.65em;
  --offset-top: 68%;
  --offset-shadow: 100%;

  /* Two layered strips */
  background-image:
    linear-gradient(#A64B35, #A64B35),
    linear-gradient(rgba(166, 75, 53, 1), rgba(166, 75, 53, 1));

  background-repeat: no-repeat;

  background-size:
    100% var(--highlight-height),
    100% var(--highlight-height);

  background-position:
    0 var(--offset-top),
    0 var(--offset-shadow);

  padding-bottom: 0.08em;
}

elementor-field-group {
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.elementor-form-fields-wrapper {
    justify-content: center;
    flex-direction: column;
}
.elementor-column {
    justify-content: center;
    margin: 0 auto;
}

/** Reveal SVG CSS **/
.reveal{
  position: relative;
  overflow: hidden;
  display: inline-block; /* or block if you want full width */
}

/* keep content stationary */
.reveal .reveal__content,
.reveal img,
.reveal svg{
  display: block;
  width: 100%;
  height: auto;
}

/* the “mask/cover” */
.reveal::after{
  content:"";
  position:absolute;
  inset:0;
  background: transparent;            /* match your section bg */
  transform: translateX(var(--revealX));   /* starts covering */
  z-index: 2;
}

/* optional: prevent flicker */
.reveal, .reveal::after { will-change: transform; }


/* ─────────────────────────────────────────────
   Explore the Area – Map Info Window Styles
   Add to: Elementor → Page Settings → Custom CSS
   or child theme style.css
   ───────────────────────────────────────────── */

/* ── Remove Google's default info window chrome ── */
.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14) !important;
    overflow: hidden !important;
    max-width: 280px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
}

/* Hide the default close button — we'll rely on clicking the map to close */
.gm-style .gm-style-iw-chr {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 10 !important;
}

.gm-style .gm-style-iw-chr button {
    background: rgba(255, 251, 245, 0.9) !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    opacity: 1 !important;
}

.gm-style .gm-style-iw-chr button span {
    width: 14px !important;
    height: 14px !important;
    margin: 7px !important;
}

/* Hide the info window tail/arrow */
.gm-style .gm-style-iw-tc {
    display: none !important;
}

/* ── Info window wrapper ── */
.ea-info-window {
    font-family: 'Satoshi', sans-serif;
    width: 280px;
    background: #fffbf5;
    border-radius: 12px;
    overflow: hidden;
}

/* ── Featured image ── */
.ea-iw-image {
    display: block;
    width: 100%;
    height: 120px !important;
    object-fit: cover;
}

/* ── Body ── */
.ea-iw-body {
    padding: 14px 16px 16px;
}

/* ── Category pill ── */
.ea-iw-category {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
}

.ea-iw-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Title ── */
.ea-iw-title {
    margin: 0 0 2px;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1B4651;
    line-height: 1.1em;
}

/* ── Description ── */
.ea-iw-description {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.2em;
    color: #1B4651;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'degular';
    font-weight:300;
}

/* ── Address ── */
.ea-iw-address {
    margin: 0 0 12px;
    font-size: 11px;
    color: #1B4651;
    line-height: 1.2em;
    font-family: 'degular';
}

/* ── Actions row ── */
.ea-iw-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.ea-iw-phone {
    font-size: 12px;
    font-weight: 500;
    color: #1B4651 !important;
    text-decoration: none;
    transition: color 0.2s;
}

.ea-iw-phone:hover {
    opacity: 0.75;
}

.ea-iw-website {
    font-size: 11px;
    font-weight: 600;
    color: #1B4651 !important;
    text-decoration: none;
    margin-left: auto;
    transition: opacity 0.2s;
}

.ea-iw-website:hover {
    opacity: 0.75;
}

/* ─────────────────────────────────────────────
   Explore the Area – Tab Bar
   ───────────────────────────────────────────── */

#explore-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: min(100%, 1600px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.explore-tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border: 1.5px solid #ddd;
    border-radius: 4px;
    background: transparent;
    font-family: 'Degular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform:uppercase;
    letter-spacing: 0;
    color: #0B2D36;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.explore-tab:hover {
    border-color: #aaa;
    color: #222;
    background:#ffffff;
}

.explore-tab.is-active {
    background: #ffffff;
    border-color: #0b2d36;
    color: #0b2d36;
}

.explore-tab.is-active .explore-tab-dot {
    box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.4);
}

.explore-tab-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ea-iw-title-link {
    color: #0b2d36 !important;
    text-decoration: none;
}
.ea-iw-title-link:hover {
    text-decoration: underline;
}

/* Category border colors on cards */
.e-loop-item.place_category-food-drink .e-con {
    border-color: #b7513c !important;
}
.e-loop-item.place_category-stay-transit .e-con {
    border-color: #4892a4 !important;
}
.e-loop-item.place_category-entertainment-activities .e-con {
    border-color: #e79e4a !important;
}
.e-loop-item.place_category-outdoor-gems .e-con {
    border-color: #3d9560 !important;
}
.e-loop-item.place_category-shopping-markets .e-con {
    border-color: #bbdaed !important;
}
.e-loop-item.place_category-live-here .e-con {
    border-color: #ff8f74 !important;
}
.e-loop-item.place_category-amenities .e-con {
    border-color: #1b4651 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-display: auto;
	src: url('https://pearlpoint1.wpenginepowered.com/wp-content/uploads/2026/02/Satoshi-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */