:root {
  --sm: 640px;
  --md: 768px;
  --lg: 1024px;
  --xl: 1280px;
  --xxl: 1536px;
  --xxxl: 1800px;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/PlayfairDisplay-Bold.eot');
    src: url('../assets/fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../assets/fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('../assets/fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('../assets/fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../assets/fonts/FuturaPT-Book.eot');
    src: url('../assets/fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../assets/fonts/FuturaPT-Book.woff') format('woff'),
        url('../assets/fonts/FuturaPT-Book.ttf') format('truetype'),
        url('../assets/fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../assets/fonts/FuturaPT-Book_1.eot');
    src: url('../assets/fonts/FuturaPT-Book_1.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPT-Book_1.woff2') format('woff2'),
        url('../assets/fonts/FuturaPT-Book_1.woff') format('woff'),
        url('../assets/fonts/FuturaPT-Book_1.ttf') format('truetype'),
        url('../assets/fonts/FuturaPT-Book_1.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Demi';
    src: url('../assets/fonts/FuturaPT-Demi.eot');
    src: url('../assets/fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../assets/fonts/FuturaPT-Demi.woff') format('woff'),
        url('../assets/fonts/FuturaPT-Demi.ttf') format('truetype'),
        url('../assets/fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url('../assets/fonts/FuturaPT-Medium.eot');
    src: url('../assets/fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../assets/fonts/FuturaPT-Medium.woff') format('woff'),
        url('../assets/fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('../assets/fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('../assets/fonts/FuturaPT-Bold.eot');
    src: url('../assets/fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../assets/fonts/FuturaPT-Bold.woff') format('woff'),
        url('../assets/fonts/FuturaPT-Bold.ttf') format('truetype'),
        url('../assets/fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-PlayfairBold{
  font-family: 'Playfair Display';
}
.font-FuturaBook{
  font-family: 'Futura PT Book';
}
.font-FuturaDemi{
  font-family: 'Futura PT Demi';
}
.font-FuturaMedium{
  font-family: 'Futura PT Medium';
}
.font-FuturaBold{
  font-family: 'Futura PT Bold';
}

body {
  background-color: #fff;
}

html { scroll-behavior: smooth; }
html,
body {
  overflow-x: hidden;
}

section{
  scroll-margin-top: 50px;
}

[type="email"] {
  background-color: transparent;
}

.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:text-primary:not(
  [data-te-collapse-collapsed]
) {
  color: #000 !important;
}

[type="text"] {
  background-color: transparent;
  height: 50px;
  color: black;
}

input,
select {
  color: white !important;
  font-family: "Futura PT Book";
  border-top: none;
  border-bottom: 2px solid white;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;

  -webkit-border-radius: 0 !important;
}

input:focus,
select:focus {
  border: none;
  border-bottom: 2px solid #e80707 !important;
  --tw-ring-shadow: none !important;
}

input::placeholder,
textarea::placeholder {
  color: white !important;
  font-family: "Futura PT Book";
}

#registration select option {
  color: #241f20;
  background-color: #fff;
}

/* Footer */
footer {
  padding-top: 60px;
  padding-bottom: 30px;
}
footer p {
  color: #777777;
}
/* Add your styles for the initial and scrolled navigation bar here */
.navbar {
  background-color: #fff;
  transition: background-color 0.3s;
}
/*.navbar.scrolled {
  background-color: #fff;
  /* Change this to your desired background color
}*/
/* .mkland {
  width: 35%;
  margin-left: 10px;
}
.lh-1 {
  line-height: 1;
} */
/* Loader */
@-webkit-keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}
.progress-bar {
  width: 95%;
  max-width: 95%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-top: 30px;
}
.progress {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.bar {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.progress-bar {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: none;
}
.progress-bar span {
  display: block;
}
.bar {
  background: 0 0;
}
.progress {
  -webkit-animation: loader 8s ease infinite;
  animation: loader 8s ease infinite;
  background: #dc0000;
  color: #fff;
  padding: 5px;
  width: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.progress-bar {
  position: relative;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}
/*custom*/
.reg-color {
  color: #fff;
}
.half-bg {
  background: linear-gradient(180deg, #eed6c7 10%, #eed6c7 10%);
}

/* 1-2-3 campaign hero */
.campaign-nav,
.campaign-nav-shell,
.campaign-brand,
.campaign-logo,
.campaign-nav-link,
.campaign-nav-cta {
  will-change: padding, width, background-color, color, box-shadow, filter, top, left, transform;
}

.campaign-nav-menu {
  font-family: "Futura Book PT", sans-serif;
}

.campaign-menu-icon {
  object-fit: contain;
}

#menuToggleBtn,
#mobileMenuToggleBtn {
  border: 0;
  background: transparent;
  padding: 0;
}

@keyframes ms123Ripple {
  0% {
    opacity: 0.55;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1.45, 1.85);
  }
  100% {
    opacity: 0;
    transform: scale(1.45, 1.85);
  }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-nav,
  .campaign-nav-shell,
  .campaign-brand,
  .campaign-logo,
  .campaign-nav-link,
  .campaign-nav-cta {
    transition-duration: 0.01ms !important;
  }

  .campaign-nav-cta span[class*="ms123Ripple"] {
    animation: none !important;
  }
}

.campaign-hero {
  position: relative;
  min-height: 720px;
  height: 100vh;
  max-height: 1000px;
  overflow: hidden;
  color: #fff;
  background: #191919;
}

.campaign-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.campaign-hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 7.8vw, 140px);
  top: clamp(215px, 29.5vh, 300px);
  width: min(700px, calc(100vw - 48px));
  font-family: "Proxima Nova Rg", sans-serif;
}

.campaign-hero-separator {
  display: block;
  width: clamp(35px, 2.8vw, 50px);
  height: clamp(170px, 24vh, 215px);
  object-fit: contain;
  margin: 0 0 clamp(32px, 5vh, 48px) 13px;
}

.campaign-hero-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 5.35vw, 96px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}

.campaign-hero-diamond {
  display: block;
  width: clamp(14px, 1.1vw, 18px);
  height: clamp(14px, 1.1vw, 18px);
  margin: clamp(24px, 3.2vh, 33px) 0 clamp(23px, 3.4vh, 32px) 1px;
  background: #fff;
  transform: rotate(45deg);
}

.campaign-hero-price,
.campaign-hero-bedrooms {
  margin: 0;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.campaign-hero-price {
  font-size: clamp(24px, 1.8vw, 32px);
}

.campaign-hero-price strong {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: clamp(32px, 2.2vw, 38px);
  font-weight: 700;
}

.campaign-hero-price span {
  font-size: clamp(17px, 1.2vw, 22px);
}

.campaign-hero-bedrooms {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 17px;
  font-size: clamp(24px, 1.8vw, 32px);
}

.campaign-hero-bedrooms img {
  width: clamp(37px, 2.9vw, 50px);
  height: auto;
  object-fit: contain;
}

.campaign-hero-bedrooms strong {
  font-weight: 700;
}

.campaign-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 202px;
  min-height: 58px;
  margin-top: 28px;
  padding: 0 32px;
  border-radius: 999px;
  background: #d8002f;
  color: #fff;
  font-family: "Futura PT Book", sans-serif;
  font-size: clamp(19px, 1.3vw, 24px);
  line-height: 1;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.campaign-hero-button:hover {
  color: #fff;
  opacity: 0.86;
  transform: translateY(-1px);
}

.gradient-pill {
  background: linear-gradient(90deg, #FAEAD9 0%, #868585 50%, #FAEAD9 100%);
}

.about-bonus-mobile-slider.owl-carousel {
  display: block;
}

.about-bonus-mobile-slider:not(.owl-loaded) .about-bonus-card:not(:first-child) {
  display: none;
}

.about-bonus-card {
  display: flex;
  min-height: 224px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-bonus-icon {
  width: 92px;
  margin-bottom: 18px;
}

.about-bonus-mobile-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
}

.about-bonus-mobile-slider button.owl-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #5E5E5E!important;
  border-radius: 999px;
  background: transparent !important;
}

.about-bonus-mobile-slider button.owl-dot.active {
  width: 24px;
  border: 2px solid #5E5E5E !important;
  background: #d8002f !important;
}

@media (min-width: 640px) {
  .about-bonus-mobile-slider.owl-carousel {
    display: none !important;
  }
}

body {
  font-family: sans-serif;
  overflow-x: hidden;
}
.region-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  min-height: 35px;
  padding: 0 24px;
  margin: 0 9px;
  border: 1.5px solid #d8002f;
  border-radius: 8px;
  background-color: #fff;
  color: #241f20;
  box-shadow: none;
  text-transform: none;
  font-family: "Futura PT Book";
  line-height: 1;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}
.region-btn.active {
  border-color: #d8002f;
  background-color: #d8002f;
  color: #fff;
}
#dropdown {
  width: 90%;
}

.project-region-dropdown {
  z-index: 40;
}

.project-region-trigger {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 10px;
  background: #d8002f;
  color: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.28);
  font-family: "Futura PT Book", sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 0 22px 0 26px;
  text-align: left;
}

.project-region-trigger[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.project-region-arrow {
  transition: transform 0.2s ease;
}

.project-region-trigger[aria-expanded="true"] .project-region-arrow {
  transform: rotate(180deg);
}

.project-region-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid #d8002f;
  border-top: 0;
  border-bottom-width: 2px;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
}

.project-region-option {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  color: #241f20;
  font-family: "Futura PT Book", sans-serif;
  font-size: 20px;
  line-height: 1;
  padding: 10px 30px;
  text-align: left;
}

.project-region-option:hover,
.project-region-option:focus {
  background: #faead9;
  outline: none;
}

.project-region-option.active {
  color: #d8002f;
}

.project-card,
.back,
.front {
  min-height: 600px;
}

.project-card.klangvalley:nth-child(7),
.project-card.klangvalley:nth-child(8),
.project-card.klangvalley:nth-child(9),
.project-card.klangvalley.active:nth-child(8),
.project-card.klangvalley.active:nth-child(9) {
  display: none;
}

@media (max-width: 1600px) {
  .project-card,
  .back,
  .front {
    min-height: 505px;
  }
}
@media (max-width: 1300px) {
  .project-card,
  .back,
  .front {
    min-height: 525px;
  }
}
@media (max-width: 960px) {
  html,
  body {
    overflow-x: hidden;
  }
  #shrink,
  #grow {
    display: none;
  }
  .project-card,
  .back,
  .front {
    height: fit-content;
    min-height: 500px;
  }

  #logo-navbar {
    display: none !important;
  }
  .project-card.klangvalley:nth-child(5),
  .project-card.klangvalley:nth-child(6),
  .project-card.klangvalley:nth-child(7),
  .project-card.klangvalley:nth-child(8),
  .project-card.klangvalley:nth-child(9),
  .project-card.klangvalley.active:nth-child(5),
  .project-card.klangvalley.active:nth-child(6),
  .project-card.klangvalley.active:nth-child(7),
  .project-card.klangvalley.active:nth-child(8),
  .project-card.klangvalley.active:nth-child(9) {
    display: none;
  }
}
@media (max-width: 500px) {
  input::placeholder,
  textarea::placeholder,
  input,
  select {
    font-size: 14px;
  }
  .project-card,
  .back,
  .front {
    height: fit-content;
    min-height: 475px;
  }
  input::placeholder,
  textarea::placeholder,
  select {
    font-size: 14px;
  }
}

/* Mobile Menu Specific Styles */
@media (max-width: 1024px) {
  /* Mobile menu overlay */
  #mobileMenuOverlay {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.6);
  }

  /* Mobile menu positioning and sizing */
  #mobileMenu {
    overflow-y: auto;
  }

  /* Mobile menu item hover effects */
  .mobile-menu-link {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 4px 0;
  }

  .mobile-menu-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
  }

  /* Ensure mobile toggle button is properly sized */
  #mobileMenuToggleBtn {
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  #mobileMenuToggleBtn:active {
    transform: scale(0.95);
  }

  /* Hide desktop menu items on mobile */
  #example-collapse-navbar {
    display: none !important;
  }

  /* Make mobile navbar compact by default */
  #brandLogo:not(.campaign-logo) {
    width: 70px !important;
    min-width: 60px;
    transition: all 0.3s ease;
  }

  /* Mobile navbar compact spacing */
  .nav-pad {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* Mobile toggle button compact size */
  #mobileMenuToggleBtn {
    width: 50px !important;
    height: 50px !important;
  }

  .mobile-toggle-img {
    width: 50px !important;
    height: 50px !important;
  }

  #mobileBarTop,
  #mobileBarMid,
  #mobileBarBot {
    width: 16px !important;
  }

  /* Mobile navbar: transparent at top, white when scrolled */
  #siteNav {
    backdrop-filter: none;
    background-color: transparent !important;
  }

  #siteNav.bg-white {
    background-color: #fff !important;
    backdrop-filter: blur(10px);
  }
}

/* Extra small mobile adjustments */
@media (max-width: 640px) {
  #mobileMenu {
    min-height: 60vh;
  }

  .mobile-menu-link {
    font-size: 24px !important;
  }

  #mobileMenuToggleBtn {
    width: 50px !important;
    height: 50px !important;
  }

  .mobile-toggle-img {
    width: 50px !important;
    height: 50px !important;
  }

  #mobileBarTop,
  #mobileBarMid,
  #mobileBarBot {
    width: 16px !important;
  }
}

#mobileMenu.mobile-menu-popover {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: calc(100dvh - 92px);
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top center;
  background: white;
  /* box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18); */
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

#mobileMenu.mobile-menu-popover nav,
#mobileMenu.mobile-menu-popover ul {
  align-items: center;
  text-align: center;
}

#siteNav.bg-white + #mobileMenu.mobile-menu-popover {
  top: 62px;
}

#mobileMenu.mobile-menu-popover.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}

#mobileMenu.mobile-menu-popover li {
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

#mobileMenu.mobile-menu-popover.is-open li {
  opacity: 1;
  transform: translateY(0);
}

#mobileMenu.mobile-menu-popover.is-open li:nth-child(2) {
  transition-delay: 0.04s;
}

#mobileMenu.mobile-menu-popover .mobile-menu-link {
  margin: 0;
  border-radius: 0;
  padding: 11px 0;
  font-size: clamp(22px, 6vw, 28px) !important;
  line-height: 1.05;
}

#mobileMenu.mobile-menu-popover .mobile-menu-link:hover {
  background-color: transparent;
  transform: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #mobileMenu.mobile-menu-popover {
    top: 86px;
  }

  #siteNav.bg-white + #mobileMenu.mobile-menu-popover {
    top: 68px;
  }
}

@media (max-width: 767px) {
  .campaign-brand {
    position: absolute;
    z-index: 1;
    transition:
      top 0.5s ease-in-out,
      left 0.5s ease-in-out,
      transform 0.5s ease-in-out;
  }

  .campaign-nav-shell {
    justify-content: flex-end;
  }

  #siteNav:not(.bg-white) .campaign-brand {
    top: clamp(75px, 12.5vh, 75px);
    left: 50%;
    transform: translateX(-50%);
  }

  #siteNav:not(.bg-white) .campaign-logo {
    width: min(205px, 54vw) !important;
    max-width: 40vw !important;
  }

  #siteNav.bg-white .campaign-brand {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }

  #siteNav.bg-white .campaign-logo {
    width: 68px !important;
    max-width: 24vw !important;
  }

  .campaign-hero {
    min-height: 760px;
    max-height: none;
  }

  .campaign-hero-video {
    object-position: center top;
  }

  .campaign-hero-copy {
    left: 24px;
    top: auto;
    bottom: 48px;
    width: calc(100vw - 48px);
  }

  .campaign-hero-separator {
    width: 32px;
    height: 134px;
    margin-left: 9px;
    margin-bottom: 24px;
  }

  .campaign-hero-title {
    max-width: 330px;
    font-size: clamp(48px, 15vw, 68px);
  }

  .campaign-hero-diamond {
    margin-top: 22px;
    margin-bottom: 20px;
  }

  .campaign-hero-price {
    font-size: 22px;
  }

  .campaign-hero-price strong {
    font-size: 31px;
  }

  .campaign-hero-bedrooms {
    gap: 11px;
    margin-top: 12px;
    font-size: 22px;
  }

  .campaign-hero-bedrooms img {
    width: 38px;
  }

  .campaign-hero-button {
    min-width: 160px;
    min-height: 48px;
    margin-top: 24px;
    font-size: 18px;
  }
}

@media (min-width: 640px) {
  .campaign-brand {
    position: absolute;
    z-index: 1;
    transition:
      top 0.5s ease-in-out,
      left 0.5s ease-in-out,
      transform 0.5s ease-in-out;
  }

  #siteNav:not(.bg-white) .campaign-brand {
    top: clamp(40px, 10vh, 118px);
    left: 45px;
    transform: none;
  }

  #siteNav:not(.bg-white) .campaign-logo {
    width: clamp(240px, 18vw, 290px) !important;
    max-width: 38vw !important;
  }

  #siteNav.bg-white .campaign-brand {
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }

  #siteNav.bg-white .campaign-logo {
    width: clamp(76px, 6vw, 96px) !important;
    max-width: 120px !important;
  }
}

@media (min-width: 820px) and (max-width: 959px){
  .campaign-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center !important;
  }
}

@media (min-width: 1024px) {
  #siteNav:not(.bg-white) .campaign-brand {
    top: clamp(16px, 1.5vw, 26px);
    left: calc(clamp(24px, 6.8vw, 140px) + clamp(9px, 1.3vw, 25px) - 28px);
    transform: none;
  }

  #siteNav:not(.bg-white) .campaign-logo {
    width: clamp(160px, 14vw, 245px) !important;
    max-width: 30vw !important;
  }

  #siteNav.bg-white .campaign-logo {
    width: clamp(70px, 4vw, 78px) !important;
    max-width: 84px !important;
  }
}

@media (min-width: 1280px) {
  #siteNav:not(.bg-white) .campaign-brand {
    left: calc(clamp(24px, 6.8vw, 140px) + clamp(9px, 1.3vw, 25px) - 7.8vw);
  }
}


@keyframes flip-top {
	to {
		transform: rotateX(90deg);
	}
}
@keyframes flip-bottom {
	to {
		transform: rotateX(0deg);
	}
}

.cards {
		display: flex;
		gap: 15px;
}
.card {
  text-align: center;
  font-size: 40px;
}
.flip-card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 5px auto;
}

/* Ribbon cross-fade */
.project-card .ribbon-text {
  opacity: 1;
  transition: opacity .35s ease;
  will-change: opacity;
}
.project-card .ribbon-text.fade-out {
  opacity: 0;
}

.sticky-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;       /* adjust to your palette */
    color: #fff;
    padding: 6px 12px;
    box-shadow: 0 -10px 30px rgba(0,0,0,.15);
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;          /* avoid intercepting clicks when hidden */
    transition: opacity .35s ease, transform .35s ease;
  }
  .sticky-banner.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .sticky-banner .banner-inner {
    text-align: center;
  }
  @media (prefers-reduced-motion: reduce) {
    .sticky-banner { transition: none; }
  }


/* Whatsapp Chatbot */
  
.sticky-icons {

  position: fixed;

  bottom: 5%;

  z-index: 10000;

  display: flex;

  flex-direction: row;

  right: 1%;

  background-color: white;

  border-radius: 15px;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 2px 2px 6px rgb(182, 182, 182);

  -webkit-animation: pulse 1.5s infinite;

  -moz-animation: pulse 1.5s infinite;

  -o-animation: pulse 1.5s infinite;

  animation: pulse 1.5s infinite;

}

.sticky-icons:hover {

  -webkit-animation: none;

  -moz-animation: none;

  -o-animation: none;

  animation: none;

}

.sticky-icons :hover{cursor: pointer;}

.sticky-icon {

  width: 40px;

  height: 40px;

  object-fit: contain;

  background: #0D9F16;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  margin: 5px;

  position: relative;

  transform: rotate(26deg);

}

.sticky-icon img{width: 70%;object-fit: contain; transform: rotate(-24deg);}

.sticky-icons p{

  color: #0a6b10;

  font-size: 22px;

  font-family: "Proxima Nova Cn Rg";

  margin-bottom: 0px;

  padding: 0;

  font-weight: bold;

  line-height: 1.2;

}

.sticky-icon::after{

  content: "";

  width: 0;

  height: 0;

  border-left: 6px solid transparent;

  border-right: 6px solid transparent;

  border-top: 8px solid #0d9f16;

  position: absolute;

  bottom: -3px;

  left: -18px;

  right: 0;

  margin: 0 auto;

  transform: rotateZ(31deg);

}

@-webkit-keyframes pulse {

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}

@-moz-keyframes pulse{

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}

@-o-keyframes pulse{

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}

@keyframes pulse{

  0% {transform: scale(0.9);}

  70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}

  100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}

}



@media(max-width:500px){

  .sticky-icons p{font-size: 18px; line-height: 1;}

  .sticky-icon{width: 35px; height: 35px;}

}
