/* Theme marker: Embassy */
:root {
  --main-color: #27318b;
  --secondary-color: #007dc3;
  --dark-theme-background: #121212;
  --pretty-blue: #08a5c5;
}

.navtopper-em {
  position: relative;
  background: linear-gradient(120deg, #0b1a3a 0%, #103f8a 45%, var(--secondary-color) 100%);
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.navtopper-em::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.2), transparent 45%);
  opacity: 0.6;
  pointer-events: none;
}

.navtopper-em .container-xl {
  position: relative;
  z-index: 999;
}

.navtopper-em .nav-topper-wrap-em {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.navtopper-em .vendor-form-em {
  margin-right: 0;
}

.navtopper-em .vendor-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 4px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 24px rgba(6, 14, 40, 0.2);
  transition: background 250ms ease, box-shadow 250ms ease;
}

.navtopper-em .vendor-search:hover,
.navtopper-em .vendor-search:focus-within {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 26px rgba(6, 14, 40, 0.28);
}

.navtopper-em .vendor-search .nav-circle-icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
  font-size: 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.navtopper-em .vendor-search:hover .nav-circle-icon,
.navtopper-em .vendor-search:focus-within .nav-circle-icon {
  transform: scale(1.04);
  background: #ffffff;
  color: #0b1a3a;
}

.navtopper-em .vendor-search .vendor-text-banner {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 2px;
  white-space: nowrap;
}

.navtopper-em .vendor-search .vendor-cont {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-width 320ms ease, opacity 240ms ease;
}

.navtopper-em .vendor-search:hover .vendor-cont,
.navtopper-em .vendor-search:focus-within .vendor-cont {
  max-width: 260px;
  opacity: 1;
  pointer-events: auto;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.navbar-area.navbar-style-two.is-sticky {
  background-color: white;
}

.navtopper-em .vendor-input {
  height: 32px;
  width: 140px;
  border-radius: 999px;
  border: 1px solid rgba(9, 22, 58, 0.15);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  padding: 0 12px;
}

.navtopper-em .vendor-input::placeholder {
  color: #7a89a8;
  font-weight: 500;
}

.vendor-submit-em {
  background: linear-gradient(90deg, #ffffff 0%, #d9f2ff 100%);
  color: #0b1a3a;
  border: none;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 12px;
  letter-spacing: 0.12em;
  margin-left: 0;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.vendor-submit-em:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(9, 18, 52, 0.25);
}

.navtopper-em .use-location-em {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  transition: background 220ms ease, transform 220ms ease;
}

.navtopper-em .use-location-em:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.navtopper-em .use-location-em .nav-circle-icon {
  width: 30px;
  height: 30px;
  margin-right: 0;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.navtopper-em .use-location-em:hover .nav-circle-icon {
  background: #ffffff;
  color: #0b1a3a;
}

.navtopper-em .navvendor {
  background: transparent;
  width: auto;
  border-radius: 999px;
  padding: 0;
}

.navtopper-em .navvendor .vendor-title-em {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 220ms ease, transform 220ms ease;
}

.navtopper-em .navvendor .vendor-title-em:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.navtopper-em .navvendor .vendor-title-em > span:first-child {
  white-space: nowrap;
}

.navtopper-em .navvendor .v-arrow-l {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  transition: background 220ms ease, color 220ms ease;
}

.navtopper-em .navvendor .v-arrow-l .fa {
  font-size: 1rem;
}

.navtopper-em .navvendor .vendor-title-em:hover .v-arrow-l {
  background: #ffffff;
  color: #0b1a3a;
}

.navtopper-em .vendor-change-cont {
  display: flex;
  align-items: center;
  margin-left: 0;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 220ms ease, transform 220ms ease;
}

.navtopper-em .vendor-change-cont:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .navtopper-em .nav-topper-wrap-em {
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
  }

  .navtopper-em .vendor-search {
    width: 100%;
    max-width: 420px;
  }

  .navtopper-em .vendor-search .vendor-text-banner {
    display: none;
  }
  .feature-banner-slider .banner-section {
        padding-bottom: 120px !important;
    }

  .navtopper-em .vendor-search .vendor-cont {
    max-width: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .navtopper-em .vendor-search .vendor-input {
    width: 100%;
    min-width: 120px;
  }
  .navtopper-em .use-location-em {
    padding:5px;
  }
}

.navbar-style-two-em {
  top: 65px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: white;
  padding-bottom: 0px;
  padding-top: 5px;
}

.navbar-area.is-sticky-em {
  position: fixed;
  background-color: white!important;
  top: 0px !important;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.tuam-nav-em .navbar {
  transition: 0.5s;
  padding-right: 25px;
  padding-top: 0;
  padding-left: 25px;
  padding-bottom: 0;
}
.tuam-nav-em .navbar .navbar-brand {
  width: 150px;
}
.sc-icon-em {
  font-size: 24px;
  color: var(--pretty-blue);
}

@media (min-width: 768px) {
  .navbar-style-two-em .navbar-collapse {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .navbar-style-two-em .navbar-collapse .navbar-nav {
    margin: 0 auto;
  }

  .navbar-style-two-em .navbar-collapse .others-option {
    margin-left: auto;
  }

  .navbar-style-two-em .navbar-collapse .nav-sc-wrap:first-of-type {
    margin-left: auto;
  }
}

/* Embassy nav dropdown behavior overrides */
.navbar-style-two-em .navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}

.navbar-style-two-em .dropdown-menu .nav-item {
  position: relative;
}

.navbar-style-two-em .dropdown-menu .nav-item:hover > .dropdown-menu {
  display: block !important;
  top: 0;
  left: calc(99%);
}


.navbar-style-two-em .dropdown-menu.show {
  display: block;
}

.navbar-style-two-em .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 1.5rem;
  white-space: nowrap;
}

.navbar-style-two-em .navbar-nav .dropdown-toggle::after {
  margin-left: 0.35rem;
}

.navbar-style-two-em li.nav-item.nav-hassub::after,
.navbar-style-two-em .navbar-nav li.nav-item:hover.nav-hassub::after {
  content: none;
}

.navbar-style-two-em .nav-pool-banner {
  display: inline;
}

.navbar-style-two-em .navbar-nav .dropdown-toggle::after {
  vertical-align: middle;
}

.navbar-style-two-em .nav-sc-wrap + .nav-sc-wrap {
  margin-left: 18px;
}

.navbar-style-two-em .navbar-nav .nav-link.dropdown-toggle {
  position: relative;
}

.navbar-style-two-em .navbar-nav .nav-link.dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, #27318b 0%, #06b6d4 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.navbar-style-two-em .navbar-nav .nav-link.dropdown-toggle:hover::before,
.navbar-style-two-em .navbar-nav .nav-link.dropdown-toggle:focus-visible::before {
  transform: scaleX(1);
}

@media (max-width: 991px) {
  .navbar-style-two-em {
    top: 3.5rem;
    /* padding-top: 10px;
    padding-bottom: 10px; */
  }

  .tuam-nav-em .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-style-two-em .navbar-collapse {
    margin-top: 12px;
    border-top: 1px solid #e7ecf4;
    padding-top: 10px;
    background: #ffffff;
  }

  .navbar-style-two-em .navbar-nav {
    margin-top: 0;
    max-height: 60vh;
    overflow-y: auto;
    padding-top: 4px;
  }

  .navbar-style-two-em .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-style-two-em .navbar-nav .nav-item .nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1f2a44;
  }

  .navbar-style-two-em .navbar-nav .nav-item .dropdown-menu {
    left: 0;
    position: relative;
    top: 0 !important;
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 6px 0;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    background: #f5f8ff;
  }

  .navbar-style-two-em .dropdown-menu label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5f6f8f;
    padding: 8px 16px 4px;
    margin: 0;
  }

  .navbar-style-two-em .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    white-space: normal;
  }

  .navbar-style-two-em .dropdown-menu .nav-item:hover > .dropdown-menu {
    left: 0;
    top: 0;
  }

  .navbar-style-two-em .navbar-collapse .nav-sc-wrap:first-of-type {
    margin-left: 0;
  }

  .navbar-style-two-em .nav-sc-wrap {
    display: inline-flex;
    margin-top: 8px;
  }

  .navbar-style-two-em .nav-sc-wrap + .nav-sc-wrap {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .navbar-style-two-em .tuam-nav-em .navbar .navbar-brand {
    width: auto;
  }

  .navbar-style-two-em .tuam-nav-em .navbar .navbar-brand .logo {
    width: 100px;
    padding: 0.3rem;
  }
}






/* Footer Modern Styles */

.footer-area-em {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #e4e4e4;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-area-em::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00d4ff 0%, #0066ff 50%, #00d4ff 100%);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.footer-main-em {
    padding-bottom: 40px;
}

/* Footer Widget */
.footer-widget-em {
    margin-bottom: 20px;
}

/* Brand Section */
.footer-brand-em .footer-logo-img-em {
    max-width: 180px;
    height: auto;
    filter: brightness(1.1);
    transition: transform 0.3s ease;
}

.footer-brand-em .footer-logo-link-em:hover .footer-logo-img-em {
    transform: scale(1.05);
}

.footer-address-em {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
}

.footer-contact-em {
    margin-top: 15px;
}

.footer-contact-link-em {
    color: #00d4ff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-contact-link-em:hover {
    color: #fff;
    transform: translateX(5px);
}

/* Footer Titles */
.footer-title-em {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-title-em::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #00d4ff, #0066ff);
    border-radius: 2px;
}

/* Footer Links */
.footer-links-em {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-em li {
    margin-bottom: 12px;
}

.footer-links-em a {
    color: #b8b8b8;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links-em a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #00d4ff;
    transition: width 0.3s ease;
}

.footer-links-em a:hover {
    color: #00d4ff;
    transform: translateX(5px);
}

.footer-links-em a:hover::before {
    width: 100%;
}

/* Social Links */
.social-links-em {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon-em {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon-em:hover {
    background: linear-gradient(135deg, #00d4ff, #0066ff);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.3);
    border-color: transparent;
    color:white;
}

.social-icon-em i {
    font-size: 18px;
}

/* Newsletter */
.footer-newsletter-text-em {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Footer Divider */
.footer-divider-em {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    margin: 30px 0;
}



.footer-copyright-em {
    color: #b8b8b8;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.3px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .footer-area-em {
        padding: 40px 0 0;
    }
    
    .footer-main-em {
        padding-bottom: 30px;
    }
    
    .footer-widget-em {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer-title-em {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-links-em li {
        margin-bottom: 10px;
    }
    
    .social-icon-em {
        width: 38px;
        height: 38px;
    }
    
    .social-icon-em i {
        font-size: 16px;
    }
}

/* Klaviyo Form Styling */
.klaviyo-form-Tzezbd {
    margin-top: 15px;
}

/* Custom Scrollbar for Footer (optional enhancement) */
.footer-area-em *::-webkit-scrollbar {
    width: 6px;
}

.footer-area-em *::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.footer-area-em *::-webkit-scrollbar-thumb {
    background: rgba(0, 212, 255, 0.3);
    border-radius: 3px;
}

.footer-area-em *::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 255, 0.5);
}
.main-banner-content {
  text-align: center;
}
.hero-pill{
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-weight: 600;
  font-size: 14px;
}

.hero-title{
  font-size: clamp(48px, 7vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.hero-title-accent{
  background: linear-gradient(90deg, #49d9ff 0%, #c9f6ff 60%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle{
  max-width: 860px;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.95;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  padding-bottom: 14px;
  /* border-bottom: 2px solid rgba(255,255,255,0.35); */
}

.hero-btn-primary{
  color: #1a66ff;
  font-weight: 700;
}
.hero-btn-outline{
  font-weight: 700;
}

.hero-metric-number{
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
.hero-metric-label{
  font-size: 14px;
  font-weight: 600;
  opacity: 0.95;
}
.hero-stars{
  font-size: 18px;
  color: #ffcc33;
}
.mw-600 {
  max-width: 600px;
}
/* Gradient overlay for hero slider */
.banner-gradient-overlay::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  /* Bottom dark → top light → fade out */
  background:
    linear-gradient(
      to top,
      rgba(36, 32, 72, 0.88) 0%,      /* deep blue/purple bottom */
      rgba(48, 72, 128, 0.65) 30%,   /* rich blue */
      rgba(72, 164, 196, 0.35) 60%,  /* sky teal */
      rgba(120, 220, 210, 0.12) 80%, /* light teal */
      rgba(120, 220, 210, 0.00) 100% /* fade out */
    );
}
/* ---------- Shared ---------- */
.section-title{
  font-size: 42px;
  font-weight: 800;
}
.section-title span{
  background: linear-gradient(90deg,#2d6cff,#4fd1ff);
  -webkit-background-clip:text;
  color:transparent;
}
.section-subtitle{
  font-size:18px;
  color:#4b5563;
}

/* ---------- Section 1 ---------- */
.feature-icon-card h6{ font-weight:700; margin-top:12px; }
.feature-icon-card p{ font-size:14px; color:#475569; }

.feature-icon{
  width:56px;height:56px;
  border-radius:14px;
  background:linear-gradient(135deg,#2d6cff,#4fd1ff);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:22px;
  margin:0 auto 12px;
}

/* ---------- Section 2 ---------- */
.pool-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  overflow:hidden;
  transition:transform .2s;
}
.pool-card:hover{ transform:translateY(-6px); }


.pool-card-body{ padding:28px; text-align:left; }

.pool-meta{ font-size:14px;color:#6b7280; }
.pool-price{ font-size:34px;font-weight:800;color:#2563eb;margin:12px 0; }

.pool-features{
  list-style:none;padding:0;margin:16px 0 24px;
}
.pool-features li{
  margin-bottom:8px;
  padding-left:22px;
  position:relative;
}
.pool-features li::before{
  content:"✓";
  position:absolute;left:0;color:#3b82f6;font-weight:700;
}

.pool-card.featured{
  border:3px solid #4fd1ff;
  transform:translateY(-10px);
}

.badge-popular{
  position:absolute;
  top:12px;left:50%;
  transform:translateX(-50%);
  background:#fbbf24;
  color:#000;
  padding:6px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

/* ---------- Section 3 ---------- */
.service-card{
  background:#eef9ff;
  padding:36px 28px;
  border-radius:22px;
  text-align:left;
}
.service-icon{
  width:48px;height:48px;
  border-radius:12px;
  background:linear-gradient(135deg,#2d6cff,#4fd1ff);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:20px;
  margin-bottom:16px;
}
.service-card h5{ font-weight:700; }
.service-card p{ color:#475569; font-size:15px; }
/* Ensure we can position the wave relative to the whole slider area */
.feature-banner-slider--wave{
  position: relative;
}

/* Wave overlay */
.feature-banner-wave{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;        /* hides seam */
  height: 120px;       /* thickness of wave */
  width: 100%;
  z-index: 20;         /* above slides + overlays */
  pointer-events: none;
}

.feature-banner-wave svg{
  display: block;
  width: 100%;
  height: 100%;
}

/* OPTIONAL: if your flag block is getting covered by the wave,
   bump its z-index above the wave OR above the slide content. */
.banner-btm-abs{
  z-index: 25;
}

/* OPTIONAL: if the wave overlaps and you want extra white space below the slider */
.feature-banner-slider--wave{
  padding-bottom: 0; /* set to 80px if you want the next section to start lower */
}

@media (max-width: 576px){
  .hero-subtitle{ font-size: 16px; }
}

/* Embassy Pools - Feature Icon Cards */
.embassy-features .feature-icon-card{
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 10px 30px rgba(15, 35, 70, 0.08);
  height: 100%;
  transition: transform .15s ease, box-shadow .15s ease;
}

.embassy-features .feature-icon-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(15, 35, 70, 0.12);
}

/* Bigger icon + soft “pool” gradient badge */
.embassy-features .feature-icon{
  width: 84px;
  height: 84px;
  margin: 0 auto 14px auto;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(28, 186, 255, .18), rgba(67, 88, 255, .18));
  display: grid;
  place-items: center;
}

/* SVG styling (no FontAwesome needed) */
.embassy-features .feature-svg{
  width: 46px;
  height: 46px;
  fill: rgba(45, 115, 255, 0.18);
  stroke: rgba(45, 115, 255, 0.95);
  stroke-width: 2.5;
}

/* Titles + text */
.embassy-features .feature-title{
  font-size: 1.02rem;
  margin-bottom: 8px;
  font-weight: 800;
  letter-spacing: .1px;
}

.embassy-features .feature-sub{
  margin-bottom: 12px;
  color: rgba(25, 35, 55, 0.72);
  line-height: 1.35;
}

/* Bullet list inside card */
.embassy-features .feature-bullets{
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: left;
  font-size: .92rem;
  color: rgba(25, 35, 55, 0.78);
}

.embassy-features .feature-bullets li{
  position: relative;
  padding-left: 18px;
  margin: 6px 0;
}

.embassy-features .feature-bullets li:before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(45, 115, 255, 0.85);
}

/* small footer line */
.embassy-features .feature-footnote{
  color: rgba(25, 35, 55, 0.65);
  font-size: .95rem;
}
/* ================================
   Embassy Pools - Pool Picker (6 cards)
   Paste into theme.css
================================ */

/* section spacing + background */
.pool-picker{
  background: #fff;
}

/* heading */
.pool-picker-title{
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.pool-picker-subtitle{
  color: rgba(15, 25, 40, 0.72);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.45;
}

/* gradient text (uses your brand blues; adjust if you want) */
.text-gradient{
  background: linear-gradient(90deg, #1b6dff, #21c0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* card shell */
.pool-card{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 35, 70, 0.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  border: 2px solid rgba(27, 109, 255, 0.08);
  height: 100%;
}

/* hover lift */
.pool-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(15, 35, 70, 0.16);
  border-color: rgba(27, 109, 255, 0.18);
}

/* featured card outline */
.pool-card--featured{
  border-color: rgba(33, 192, 255, 0.55);
  box-shadow: 0 18px 55px rgba(33, 192, 255, 0.14);
}

/* badge (uses data-badge attr) */
.pool-card[data-badge]::before{
  content: attr(data-badge);
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 200, 0, 0.95);
  color: rgba(15, 25, 40, 0.95);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* media area */
.pool-card-media{
  position: relative;
  height: 190px;
  overflow: hidden;
}

/* SVG placeholder fills the media area */
.pool-media-svg{
  width: 100%;
  height: 100%;
  display: block;
}

/* subtle shine overlay */
.pool-card-media::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.10) 0%,
    rgba(255,255,255,0.00) 45%,
    rgba(0,0,0,0.08) 100%
  );
  pointer-events: none;
}

/* body */
.pool-card-body{
  padding: 18px 18px 18px 18px;
}

/* top header area */
.pool-card-top{
  margin-bottom: 12px;
}

.pool-name{
  font-weight: 900;
  letter-spacing: -0.01em;
}

.pool-meta{
  color: rgba(15, 25, 40, 0.70);
  font-size: 0.92rem;
  line-height: 1.25;
}

/* price row */
.pool-price{
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(27, 109, 255, 0.06);
  margin: 12px 0 12px 0;
}

.pool-price-label{
  font-size: 0.85rem;
  color: rgba(15, 25, 40, 0.62);
  font-weight: 700;
}

.pool-price-value{
  font-size: 1.55rem;
  font-weight: 900;
  color: #1b6dff;
  letter-spacing: -0.02em;
}

/* feature bullets */
.pool-points{
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
}

.pool-points li{
  position: relative;
  padding-left: 22px;
  margin: 8px 0;
  color: rgba(15, 25, 40, 0.78);
  font-size: 0.95rem;
  line-height: 1.25;
}

.pool-points li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(27, 109, 255, 0.95);
  box-shadow: 0 6px 14px rgba(27, 109, 255, 0.22);
}

/* sizes area */
.pool-sizes{
  margin-top: 10px;
  margin-bottom: 14px;
}

.pool-sizes-title{
  font-size: 0.85rem;
  font-weight: 800;
  color: rgba(15, 25, 40, 0.62);
  margin-bottom: 8px;
}

.pool-sizes-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 25, 40, 0.05);
  color: rgba(15, 25, 40, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

/* button */
.btn-see-sizes{
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .01em;
  padding: 10px 14px;
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease;
}

.btn-see-sizes:focus{
  box-shadow: 0 0 0 .2rem rgba(27, 109, 255, 0.25);
}

/* hover "active" feel */
.pool-card:hover .btn-see-sizes{
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(27, 109, 255, 0.22);
  filter: saturate(1.08);
}

/* mobile: slightly taller media for better look */
@media (max-width: 575.98px){
  .pool-card-media{ height: 210px; }
}

/* optional: smooth click feedback */
.pool-card:active{
  transform: translateY(-2px) scale(0.997);
}
/* ===== Pool Card Title Upgrade ===== */

.pool-card-top{
  margin-bottom: 14px;
}

/* Bigger, stronger pool name */
.pool-name{
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 6px;
}

/* Gradient text ONLY for the name */
.pool-name--gradient{
  font-size: 2.1rem;
  background: linear-gradient(
    90deg,
    #0d6efd 0%,
    #2bb6ff 55%,
    #5ad7ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Subtitle under the name */
.pool-meta{
  font-size: 1rem;
  font-weight: 500;
  color: rgba(15, 25, 40, 0.75);
  line-height: 1.35;
}

/* Slight boost on hover to feel “active” */
.pool-card:hover .pool-name--gradient{
  filter: brightness(1.05) saturate(1.1);
}

/* ================================
   Embassy Pools - Pool Picker (6 cards)
   END
================================ */



/* =========================
Embassy Gear Section Styles
Paste into theme.css
========================= */

.embassy-gear {
  padding: 70px 0;
  background: #ffffff;
}

.embassy-gear__header {
  margin-bottom: 36px;
}

.embassy-gear__title {
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.embassy-gear__sub {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

.embassy-gear__row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  padding: 28px 0;
}

.embassy-gear__row + .embassy-gear__row {
  border-top: 1px solid rgba(0,0,0,0.08);
}

.embassy-gear__row--reverse .embassy-gear__media {
  order: 2;
}
.embassy-gear__row--reverse .embassy-gear__content {
  order: 1;
}

.embassy-gear__media {
  position: relative;
}

.embassy-gear__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  background: #f6f7f9;
}

.embassy-gear__content {
  padding: 6px 0;
}

.embassy-gear__kicker {
  color: #0b5ed7;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.75;
  margin-bottom: 10px;
}

.embassy-gear__h3 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.embassy-gear__p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.92;
}

.embassy-gear__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.embassy-gear__bullets li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}

.embassy-gear__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b5ed7; /* bootstrap primary-ish */
  margin-top: 1px;
}

.embassy-gear__icon svg {
  width: 22px;
  height: 22px;
}

.embassy-gear__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.embassy-gear__btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 12px;
  background: #0b5ed7;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(11,94,215,0.22);
}

.embassy-gear__btn:hover {
  filter: brightness(0.95);
  text-decoration: none;
}

.embassy-gear__link {
  color: #0b5ed7;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.embassy-gear__link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .embassy-gear__row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }

  .embassy-gear__row--reverse .embassy-gear__media,
  .embassy-gear__row--reverse .embassy-gear__content {
    order: initial;
  }

  .embassy-gear__title {
    font-size: 28px;
  }

  .embassy-gear__h3 {
    font-size: 22px;
  }
}



/* =========================
   Reviews Section (Gradient)
   ========================= */
.reviews-section{
  position: relative;
  overflow: hidden;
  /* similar to your Image #1 vibe */
  background: linear-gradient(135deg, var(--dp-theme-custom-2) 0%, var(--dp-theme-custom-1) 100%);
}

.reviews-section:before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    radial-gradient( circle at 20% 30%, rgba(255,255,255,0.10), rgba(255,255,255,0) 45%),
    radial-gradient( circle at 80% 60%, rgba(255,255,255,0.08), rgba(255,255,255,0) 55%);
  pointer-events:none;
}

.reviews-topper{
  letter-spacing: .12em;
  font-size: .85rem;
  color: rgba(255,255,255,.9);
}
.reviews-topper-bar{
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255,255,255,.9);
}

.reviews-title{
  font-weight: 800;
  line-height: 1.02;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  color: #fff;
  margin: 0;
}

.reviews-subtitle{
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255,255,255,.88);
  max-width: 42rem;
}

.reviews-hero-img-wrap{
  width: 100%;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  padding: 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
}
.reviews-hero-img{
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

/* =========================
   Slider + Card styling
   ========================= */
.reviews-slider-wrap{
  position: relative;
  z-index: 1;
}

/* Your slick dots will inherit these tweaks */
.reviews-slider-wrap .slick-dots li button:before{
  font-size: 10px;
  opacity: .45;
  color: #fff;
}
.reviews-slider-wrap .slick-dots li.slick-active button:before{
  opacity: .95;
  color: #fff;
}

.reviews-card{
  height: 100%;
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  /* box-shadow: 0 18px 50px rgba(0,0,0,.20); */
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.reviews-stars img.reviews-star{
  width: 18px;
  height: 18px;
  display: inline-block;
}

.reviews-card-title{
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: .01em;
}

.reviews-card-quote{
  color: rgba(255,255,255,.92);
  font-style: italic;
  line-height: 1.7;
  font-size: 1.02rem;
}

/* =========================
   Avatar (Image #3 style)
   - You said you'll swap the image/background later
   - This uses background-image cover already
   ========================= */
.reviews-avatar{
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Blue gradient border */
  border: 3px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;

  /* If an image is present it will be first layer; border becomes second layer */
  background-image:
    var(--reviews-avatar-img, linear-gradient(#ffffff22, #ffffff22)),
    linear-gradient(135deg, var(--dp-theme-custom-3) 0%, var(--dp-theme-custom-2) 100%);
}

/* When we set inline backgroundImage, it replaces the whole background-image.
   This keeps the border gradient by using a pseudo-border. */
.reviews-avatar{
  position: relative;
}
.reviews-avatar:before{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dp-theme-custom-3) 0%, var(--dp-theme-custom-2) 100%);
  z-index: -1;
}

/* Name + meta */
.reviews-card-name{
  font-weight: 800;
  letter-spacing: .01em;
}
.reviews-card-loc{
  font-size: .92rem;
  color: rgba(255,255,255,.78);
}

/* Verified pill */
.reviews-verified{
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.95);
  font-weight: 700;
}

/* Mobile spacing */
@media (max-width: 575.98px){
  .reviews-card{
    padding: 18px;
    border-radius: 18px;
  }
  .reviews-avatar{
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}



/* =========================
   Blogs / Articles Grid
   ========================= */
.blogs-section {
  position: relative;
}

.blogs-topper {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d5bff;
  font-size: 0.82rem;
}

.blogs-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #0f2742;
}

.blogs-subtitle {
  color: #5a6b7c;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

/* Card */
.blogs-card {
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 39, 66, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
  height: 100%;
}

.blogs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(15, 39, 66, 0.16);
}

.blogs-img-wrap {
  position: relative;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  height: 160px;
  background: #eef3f8;
}

.blogs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 180ms ease;
}

.blogs-card:hover .blogs-img {
  transform: scale(1.06);
}

.blogs-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

/* Body */
.blogs-body {
  padding: 14px 14px 16px 14px;
}

.blogs-card-title {
  font-size: 1.08rem;
  font-weight: 900;
  color: #0f2742;
  line-height: 1.25;
  margin: 0 0 8px 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-card-desc {
  color: #5a6b7c;
  font-size: 0.98rem;
  line-height: 1.6;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive image height like your examples */
@media (min-width: 992px) {
  .blogs-img-wrap {
    height: 170px;
  }
}

@media (max-width: 575.98px) {
  .blogs-img-wrap {
    height: 190px;
  }
  .blogs-body {
    padding: 16px;
  }
}


/* =========================
   Pool Safety Footer Section
   ========================= */
.pool-safety-footer {
  position: relative;
  overflow: hidden;
  background: var(--dp-theme-custom-2); 
  color: #fff;
}

/* subtle color wash */
.pool-safety-footer:before {
  content: "";
  position: absolute;
  inset: -35%;
  background: linear-gradient(135deg, var(--dp-theme-custom-2) 0%, var(--dp-theme-custom-1) 100%);
  pointer-events: none;
}

.pool-safety-kicker {
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
}
.pool-safety-kicker-bar {
  width: 36px;
  height: 3px;
  border-radius: 99px;
  background: rgba(0, 220, 255, 0.9);
}

.pool-safety-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  margin: 0;
}

.pool-safety-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 42rem;
}

.pool-safety-btn {
  font-weight: 900;
  border-radius: 12px;
  padding: 12px 18px;
}
.pool-safety-btn-outline {
  font-weight: 800;
  border-radius: 12px;
  padding: 12px 18px;
  border-width: 2px;
}

.pool-safety-legal {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 44rem;
}

/* cards */
.pool-safety-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.pool-safety-card-title {
  font-weight: 900;
  font-size: 1.02rem;
  margin-bottom: 3px;
}
.pool-safety-card-text {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
}

/* icon bubbles */
.pool-safety-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b2b40;
  flex: 0 0 44px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.bg-aqua {
  background: linear-gradient(135deg, #19e6ff 0%, #49b2ff 100%);
}
.bg-purple {
  background: linear-gradient(135deg, #a76bff 0%, #5b7cff 100%);
}
.bg-sun {
  background: linear-gradient(135deg, #ffe34a 0%, #ff9f1a 100%);
}

/* tip callout */
.pool-safety-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.28);
}

.pool-safety-tip-ico {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  flex: 0 0 40px;
}

.pool-safety-tip-title {
  font-weight: 900;
  margin-bottom: 2px;
}

.pool-safety-tip-text {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
  font-size: 0.98rem;
}

.pool-safety-small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.86rem;
  line-height: 1.45;
}

/* Mobile spacing */
@media (max-width: 575.98px) {
  .pool-safety-card,
  .pool-safety-tip {
    padding: 14px 14px;
    border-radius: 14px;
  }
}






/* =========================
   Build A Pool CTA Section
   ========================= */
.build-a-pool-cta{
  position: relative;
  overflow: hidden;
  background: transparent;
}

/* Background image (opacity controlled here) */
.build-a-pool-cta::before{
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/assets/embassy/images/build-a-pool-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 1; /* IMAGE opacity */
  z-index: 0;
}

/* Gradient color pop overlay */
.build-a-pool-cta::after{
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0, 210, 230, 0.10) 0%,   /* bright teal */
      rgba(255, 255, 255, 0.5) 40%,   /* bright white */
      rgba(255, 255, 255, 0.5) 60%,   /* bright white */
      rgba(160, 90, 255, 0.10) 100%   /* purple pop */
    );

  z-index: 1;
}

/* Content stays on top */
.build-a-pool-cta > .container{
  position: relative;
  z-index: 2;
}


.build-a-pool-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0b5aa6;
  font-size:.85rem;
}
.build-a-pool-kicker .kicker-dot{
  width:10px;height:10px;border-radius:999px;
  background: radial-gradient(circle at 30% 30%, #00dcff, #007bff);
  box-shadow: 0 0 0 4px rgba(0,123,255,.10);
}

.build-a-pool-title{
  font-weight:900;
  letter-spacing:-.02em;
  color:#0b3c6f;
  font-size: clamp(4rem, 2.8vw, 4rem);
  line-height:1.05;
}
.text-gradient{
  background: linear-gradient(90deg, #00c2ff, #2f7dff, #a85cff);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.build-a-pool-sub{
  color:#2f4d6a;
  font-size: 1.05rem;
  line-height:1.6;
  max-width: 52ch;
}

.build-a-pool-bullets{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.build-bullet{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.build-bullet strong{
  color:#0b3c6f;
}
.build-bullet-sub{
  color:#3c5b78;
  margin-top:2px;
  font-size:.95rem;
  line-height:1.45;
}

.bullet-ico{
  width:44px;height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  flex: 0 0 auto;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.bullet-ico svg{
  width:22px;height:22px;
}
.bullet-ico-teal{
  color:#007c8a;
  background: linear-gradient(135deg, rgba(0,220,255,.22), rgba(0,140,255,.10));
  border: 1px solid rgba(0,220,255,.35);
}
.bullet-ico-sun{
  color:#7a4d00;
  background: linear-gradient(135deg, rgba(255,210,0,.25), rgba(255,120,0,.10));
  border: 1px solid rgba(255,210,0,.35);
}
.bullet-ico-purple{
  color:#4b1ea6;
  background: linear-gradient(135deg, rgba(170,120,255,.24), rgba(0,140,255,.08));
  border: 1px solid rgba(170,120,255,.35);
}

.build-a-pool-btn{
  font-weight:800;
  padding:.85rem 1.1rem;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(13,110,253,.18);
}
.build-a-pool-btn-outline{
  font-weight:800;
  padding:.85rem 1.1rem;
  border-radius: 14px;
}

.build-a-pool-note{
  display:flex;
  align-items:center;
  gap:10px;
  color:#3c5b78;
  font-size:.95rem;
}
.build-a-pool-note .note-ico{
  width:26px;height:26px;border-radius:999px;
  display:grid;place-items:center;
  background: rgba(255,210,0,.18);
  border: 1px solid rgba(255,210,0,.35);
  color:#7a4d00;
  font-weight:900;
}

/* =========================
   Right Card (Preview)
   ========================= */
.build-a-pool-card{
  position: relative;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(14, 65, 120, .14);
  box-shadow: 0 30px 70px rgba(0, 20, 60, .12);
  overflow:hidden;
}

.build-card-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding: 18px 18px 10px 18px;
}

.build-card-title{
  font-weight:900;
  color:#0b3c6f;
  font-size:1.15rem;
}
.build-card-sub{
  color:#3c5b78;
  font-size:.95rem;
  margin-top:2px;
}

.build-badge{
  display:flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 123, 255, .08);
  border: 1px solid rgba(0, 123, 255, .18);
  color:#0b5aa6;
  font-weight:800;
  font-size:.85rem;
  white-space:nowrap;
}
.build-badge .badge-dot{
  width:10px;height:10px;border-radius:999px;
  background: radial-gradient(circle at 30% 30%, #00dcff, #2f7dff);
}

.build-steps{
  position:relative;
  z-index:2;
  padding: 6px 18px 14px 18px;
  display:grid;
  gap:10px;
}

.build-step{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(0, 140, 255, .05);
  border: 1px solid rgba(0, 140, 255, .10);
}

.step-num{
  width:34px;height:34px;border-radius:12px;
  display:grid;place-items:center;
  font-weight:900;
  color:#0b3c6f;
  background: #fff;
  border: 1px solid rgba(14, 65, 120, .15);
  box-shadow: 0 10px 18px rgba(0,0,0,.06);
}

.step-label{
  font-weight:900;
  color:#0b3c6f;
  line-height:1.1;
}
.step-desc{
  color:#3c5b78;
  font-size:.92rem;
  margin-top:2px;
}

.build-card-bottom{
  position:relative;
  z-index:2;
  padding: 14px 18px 18px 18px;
  border-top: 1px solid rgba(14, 65, 120, .10);
  background: linear-gradient(180deg, rgba(0,140,255,.04), rgba(170,120,255,.04));
}

.build-mini{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:12px;
}
.mini-ico{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  color:#0b5aa6;
  background: rgba(0, 220, 255, .16);
  border: 1px solid rgba(0, 220,  255, .35);
}
.pool-logo{
  max-height: 90px;
  object-fit: contain;
  transition: transform .2s ease, filter .2s ease;
}

.pool-logo:hover{
  transform: translateY(-4px);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.15));
}
.pool-row {
  position: relative;
  margin-top: 20px;
}
/* Header (keep yours if you like) */
.db-step-head { text-align: center; margin-bottom: 18px; }
.db-step-kicker {
  display: inline-block;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 160, 255, 0.12);
  border: 1px solid rgba(0, 160, 255, 0.25);
}
.db-step-title { margin: 12px 0 6px; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; font-weight: 900; }
.db-step-title-gradient {
  background: linear-gradient(90deg, #00d4ff 0%, #2a7bff 45%, #7a5cff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.db-step-desc { margin: 0 auto; max-width: 820px; font-size: 15px; opacity: .92; }

/* Stepper layout */
.db-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 10px;
}

.db-stepper-viewport {
  width: 100%;
}

/* Step item: stacks pill + label, centered */
.db-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}

/* The “better looking numbers”: rounded rectangle pill */
.db-step-pill {
  width: 44px;
  height: 34px;
  border-radius: 5px;              /* <— your 5px */
  border: 1px solid rgba(25, 80, 140, 0.25);
  background: linear-gradient(180deg, rgba(12, 32, 55, 0.10), rgba(12, 32, 55, 0.02));
  box-shadow: 0 10px 18px rgba(0,0,0,0.10);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: default;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}

.db-step-pill-text {
  color: #fff;                     /* <— white font */
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

/* Active = vibrant blue/teal gradient pill */
.db-step-pill.is-active {
  border-color: rgba(0, 220, 255, 0.45);
  background: linear-gradient(135deg, #00d4ff 0%, #2a7bff 55%, #2de2c7 100%);
  box-shadow: 0 18px 30px rgba(0, 160, 255, 0.28);
  transform: translateY(-1px);
}

/* Done = softer filled pill, still white check */
.db-step-pill.is-done {
  border-color: rgba(0, 220, 255, 0.35);
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.35), rgba(42, 123, 255, 0.28));
}

/* Only completed steps hover/click */
.db-step-pill.can-click { cursor: pointer; }
.db-step-pill.can-click:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(0,0,0,0.18);
  border-color: rgba(0, 220, 255, 0.55);
}

/* Centered label under each step */
.db-step-label {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;              /* <— centered */
  color: rgba(20, 90, 150, 0.75);
}
.db-step-label.is-active {
  color: rgba(0, 170, 255, 0.95);
}

/* Connector between steps */
.db-step-connector {
  width: 90px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(25, 80, 140, 0.10);
  position: relative;
  overflow: hidden;
}

.db-step-connector::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(90deg, #00d4ff 0%, #2a7bff 60%, #2de2c7 100%);
  border-radius: 999px;
  transition: width 220ms ease;
}

.db-step-connector.is-filled::after {
  width: 100%;
}

@media (max-width: 767px) {
  .db-stepper-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .db-stepper-viewport::-webkit-scrollbar {
    display: none;
  }

  .db-stepper {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    gap: 10px;
    padding: 12px 8px 10px;
  }

  .db-step-item {
    flex: 0 0 auto;
    min-width: 64px;
  }

  .db-step-connector {
    flex: 0 0 auto;
    width: 44px;
    height: 4px;
  }
}
/* ---------- Section titles ---------- */
.stepper-title.sm-title {
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 900;
  margin: 22px 0 18px;
  letter-spacing: -0.02em;
}

.dp-title-gradient {
  background: linear-gradient(90deg, #00d4ff 0%, #2a7bff 45%, #7a5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dp-subtitle {
  color: #111;           /* black */
  opacity: .75;
  font-size: 14px;
}

/* ---------- Choice cards (ALL steps) ---------- */
.dp-choice-cont {
  background: #fff;
  border: 1px solid rgba(10, 40, 80, 0.10);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
  padding: 18px 18px 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  cursor: pointer;
  height: 100%;
}

.dp-choice-cont:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.12);
  border-color: rgba(0, 180, 255, 0.35);
}
.dp-choice-cont:hover .dp-benefits li {
  background: #fff;
}




/* Optional: “selected” look (if you add .selected class later) */
.dp-choice-cont.selected {
  border-color: rgba(0, 200, 255, 0.55);
  box-shadow: 0 20px 46px rgba(0, 160, 255, 0.18);
}

.dp-choice-cont.dp-choice-add-on {
  position: relative;
}

.dp-choice-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(10, 40, 80, 0.24);
  background: #fff;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 160ms ease;
  z-index: 2;
}

.dp-choice-check.is-selected {
  border-color: #0d6efd;
  background: #0d6efd;
  color: #fff;
}

.db-step10-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 8px 0 24px;
}

.db-step10-actions .btn {
  min-width: 120px;
}

.db-step10-actions-top {
  margin-top: 0;
  margin-bottom: 16px;
}

.db-step10-actions-bottom {
  margin-top: 8px;
}

/* Images: centered with soft background */
.dp-choice-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0, 160, 255, 0.06), rgba(0,0,0,0));
  padding: 14px;
  margin-bottom: 14px;
}

.dp-choice-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transform: translateZ(0);
}

/* Step 7 liners: keep thumbnails compact so cards do not dominate viewport */
.dp-choice-cont.dp-choice-cont-liner .dp-choice-img.dp-choice-img-liner {
  min-height: 130px;
  max-height: 130px;
  padding: 10px;
}

.dp-choice-cont.dp-choice-cont-liner .dp-choice-img.dp-choice-img-liner img {
  max-height: 110px;
  width: auto;
}

/* Names + descriptions */
.dp-choice-name {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 6px 0 6px;
  color: #1b2b4a;
}

.dp-choice-p {
  color: #111;          /* black descriptions */
  opacity: .82;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* ---------- Benefit chips (Pool Type icons row) ---------- */
.dp-benefits {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.dp-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0, 160, 255, 0.10);
  border: 1px solid rgba(0, 160, 255, 0.18);
  color: #0d2a4a;
  font-weight: 800;
  font-size: 12px;
}

.dp-benefits i {
  color: rgba(0, 140, 255, 0.95);
  font-size: 13px;
}

/* ---------- Step 5 “size tiles” ---------- */
.db-build-step5-row {
  row-gap: 24px;
}

.db-build-step5-col .dp-choice-cont.dp-choice-tile {
  margin-bottom: 0 !important;
}

.dp-choice-cont.dp-choice-tile {
  padding: 22px 14px;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
  background: #f6f7fb; /* gray base */
  border: 1px solid rgba(10, 40, 80, 0.10);
  text-align: center;
}

.dp-choice-cont.dp-choice-tile:hover {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.18), rgba(122, 92, 255, 0.12));
  border-color: rgba(0, 200, 255, 0.40);
  box-shadow: 0 18px 40px rgba(0, 160, 255, 0.14);
}

.db-chocie-number {
  font-size: 28px;
  font-weight: 900;
  color: #2b3c55;
}

/* If you want the number itself to go gradient on hover */
.dp-choice-cont.dp-choice-tile:hover .db-chocie-number {
  background: linear-gradient(90deg, #00d4ff 0%, #2a7bff 45%, #7a5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.db-build-step1-row{
margin-bottom:2rem;
}
@media (max-width: 767px) {
  .db-build-step1-row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .dp-choice-name{
    line-height: 30px;
  }

  .db-build-step1-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .db-build-step1-col .dp-choice-name {
    font-size: 28px;
    line-height: 1.1;
  }

  .db-build-step1-col .dp-benefits {
    gap: 8px;
  }

  .db-build-step2-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .db-build-step2-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .db-build-step3-row,
  .db-build-step4-row,
  .db-build-step5-row,
  .db-build-step6-row,
  .db-build-step7-row,
  .db-build-step8-row,
  .db-build-step9-row,
  .db-build-step10-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .db-build-step3-col,
  .db-build-step4-col,
  .db-build-step5-col,
  .db-build-step6-col,
  .db-build-step7-col,
  .db-build-step8-col,
  .db-build-step9-col,
  .db-build-step10-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .db-build-step5-col {
    padding-left: 6px;
    padding-right: 6px;
  }

  .db-build-step5-row {
    margin-left: -6px;
    margin-right: -6px;
    row-gap: 0;
  }

  .db-build-step5-col .dp-choice-cont.dp-choice-tile {
    margin-bottom: 12px !important;
    padding: 16px 10px;
  }

  .db-build-step5-col .db-chocie-number {
    font-size: 21px;
    line-height: 1.15;
  }

  .db-build-step9-row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 4px;
    row-gap: 14px;
  }

  .db-build-step9-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
  }

  .db-build-step9-col .dp-choice-cont.dp-choice-tile {
    margin-bottom: 0 !important;
    padding: 18px 14px;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .db-build-step9-col .db-chocie-number {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
  }
}

.multi-select-500 {
  width: 500px;
}
.pl-cat {
  padding: 150px 0 10px !important;
  background: #fff;
}
.pl-titleGradient {
  background: linear-gradient(90deg, #00d4ff 0%, #2a7bff 55%, #7a5cff 100%) !important;
  -webkit-background-clip: text  !important;
  background-clip: text;
  color: transparent;
}
.pl-btn {
  background: #0d6efd !important;
  color: #ffffff !important;
}

.main-banner-content-embassy {
  z-index: 9999999999;
  position: relative;
  color: #fff;
  padding: 2rem 18px;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  max-width: 560px;
}

@media (max-width: 767px) {
  .embassy-hero-banner {
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .main-banner-content-embassy {
    max-width: 100%;
    margin-top: -18px;
    padding: 12px;
  }

  .hero-cta-row .btn {
    padding: 0.5rem 0.8rem;
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .hero-metrics {
    max-width: 100%;
  }

  .hero-metric-number {
    font-size: 28px;
  }

  .hero-metric-label {
    font-size: 12px;
    line-height: 1.2;
  }
}

.embassy-mobile-nav .nav-item-link-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.embassy-mobile-nav .nav-item-link-wrap > a {
  flex: 1 1 auto;
}

.embassy-mobile-nav .nav-submenu-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: inherit;
  padding: 8px 10px;
  line-height: 1;
  cursor: pointer;
}

.embassy-mobile-nav .nav-submenu-toggle:focus {
  outline: none;
}

@media (max-width: 991px) {
  .embassy-mobile-nav .navbar-nav a.dropdown-toggle::after {
    display: none;
  }

  .embassy-mobile-nav li.nav-item.nav-hassub:after,
  .embassy-mobile-nav .nav-item li.nav-item.nav-hassub:after {
    display: none;
  }

  .embassy-mobile-nav .nav-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    min-width: 42px;
    min-height: 42px;
    font-size: 16px;
  }

  .embassy-mobile-nav .navbar-nav .dropdown-menu .nav-submenu-toggle {
    color: var(--dp-theme-custom-4);
  }
}

/* Build-a-Pool Step 7 spacing */
.db-build-step7-row {
  row-gap: 24px;
}

.db-build-step7-col .dp-choice-cont {
  margin-bottom: 0 !important;
}

/* Build-a-Pool Step 10 spacing */
.db-build-step10-row {
  row-gap: 24px;
}

.db-build-step10-col .dp-choice-cont {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .db-build-step7-row {
    row-gap: 12px;
  }

  .db-build-step10-row {
    row-gap: 12px;
  }
}

/* Build-a-Pool page/footer separation */
.db-build-page {
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .db-build-page {
    padding-bottom: 72px;
  }
}

/* Build-a-Pool mobile row spacing for all steps */
@media (max-width: 767px) {
  .db-build-step1-row,
  .db-build-step2-row,
  .db-build-step3-row,
  .db-build-step4-row,
  .db-build-step5-row,
  .db-build-step6-row,
  .db-build-step7-row,
  .db-build-step8-row,
  .db-build-step9-row,
  .db-build-step10-row {
    row-gap: 12px;
  }
}

/* Embassy product detail mobile overflow fix */
@media (max-width: 767px) {
  .page-title-area.pool-feature + .container-fluid,
  .page-title-area.pool-feature + .container-fluid + .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.breadcrumb-cont {
  padding: 1rem;

}
.dp-product-info-solid {
  margin:.5rem;
    width: auto;
}
.disclaimer-p {
  margin:1rem;
}
  .page-title-area.pool-feature + .container-fluid > .row.flex-nowrap,
  .page-title-area.pool-feature + .container-fluid + .container-fluid > .row.flex-nowrap {
    flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-title-area.pool-feature + .container-fluid > .row.flex-nowrap > .dp-product-padding,
  .page-title-area.pool-feature + .container-fluid + .container-fluid > .row.flex-nowrap > .col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dp-product-padding {
    width: auto;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .dp-product-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
