
#rec1510537681 .vidhero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35); /* 0.35 = soft darkness, adjust 0.2–0.5 */
    z-index: 2;
    pointer-events: none;
}

/* Ensure the video stays behind overlay */
#rec1510537681 .vidhero video,
#rec1510537681 .vidhero iframe {
    position: relative;
    z-index: 1;
}


/* Center the whole menu container */
.t280__list {
  display: flex;
  flex-direction: column;
  align-items: center;     /* Centers the underline + items block */
  gap: 10px;               /* Vertical spacing between items */
  padding: 0;
  margin: 0 auto;
}

/* Each menu item wrapper */
.t280__menu__item {
  width: 100%;
  text-align: left;        /* Menu text aligned left */
  max-width: 260px;        /* Adjust width of link block */
  position: relative;
  margin: 0 auto;
}


/* Menu links */
.t280__menu__link {
  font-size: 20px;         /* Adjust size */
  text-decoration: none;
  display: block;
  padding: 4px 0;
  position: relative;
  text-transform: uppercase;
}

/* Underline (centered under the item) */
.t280__menu__link::after {
  content: "";
  display: block;
  width: 100%;              
  height: 2px;             
  background-color: #fff;  
  
  margin-top: 10px;
  transition: all 0.3s ease;
}

/* Hover effect (optional) */
.t280__menu__link:hover::after {
  width: 70%;              /* Make underline grow on hover */
}

.t280__menu__wrapper_2 .t280__menu {
    top: 44%;
}


.t-menuburger {

    z-index: 999;
    margin-top: 43px;
    margin-right: 10PX;
}

#rec1510537681 .vidhero .tn-atom {
  background-color: transparent !important;
}

#rec1575026911 .vidhero .tn-atom {
  background-color: transparent !important;
}

/* Base text styles */
.js-splittext {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.4;
  font-weight: bold;
}

/* Each letter – initial state: gray */
.js-splittext .char {
  display: inline-block;
  color: rgba(21, 46, 90, 0.25);   /* gray-ish based on #152E5A */
  opacity: 1;

  /* Smooth color animation both directions */
  transition: color 0.6s ease-out;
  transition-delay: var(--delay, 0s);
}

/* When in view: letters turn blue (#152E5A) with staggered delay */
.js-splittext.is-filled .char {
  color: #152E5A;  /* your main font color */
}



@media (max-width: 1024px) {
  .js-splittext {
    font-size: 17px;
    line-height: 1.45;
  }
}

@media (max-width: 480px) {
    .js-splittext {
        font-size: 16px;
        line-height: 1.45;
    }
}


/* Default state */
.num1 .tn-atom,
.num2 .tn-atom,
.num3 .tn-atom,
.num4 .tn-atom {
  color: #152E5A;
  transition: color 0.3s ease;
}

/* Hover active state applied by JS */
.num1.hover-on .tn-atom,
.num2.hover-on .tn-atom,
.num3.hover-on .tn-atom,
.num4.hover-on .tn-atom {
  color: #CFAB69 !important;
}

.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1500px;
    padding: 0;
}

#rec1573689321 .t-section__title {
    margin-bottom: 60px;
}

/* Make ALL feed cards same wide size */
#rec1573689321 .t-feed__slider-grid__post-wrapper.t-col {
    width: 660px !important;
    height: 570px !important;
    background-color: #ffffff;
    border-radius: 0;
}

.t-feed__post-label {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0px; 
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    margin-bottom: 0px;
    margin-right: 8px;
    margin-top: 8px; 
    padding: 7px 8px;
}


.t-feed__slider-grid__content {
    box-sizing: border-box;
    padding: 0px 20px 0px;
    position: relative;
}

#rec1573689321 .t-section__title {
    margin-bottom: 0px;
    display: none;
}


.t-input {
    padding: 0; 
}


/* All inputs & textarea inside Tilda blocks */
.t-input-block input,
.t-input-block textarea,
.t-input-phonemask__wrap {
    border: none !important;
    border-bottom: 1px solid #152E5A !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #292929 !important;
}



/* On focus */
.t-input-block input:focus,
.t-input-block textarea:focus,
.t-input-phonemask:focus {
    outline: none !important;
    border-bottom: 0px solid #152E5A !important;
}

/* No border on wrapper */
.t-input-phonemask__wrap {
    border: none !important;
    background: transparent !important;
}



.t-input-phonemask__select {
    box-shadow: none !important;
}




/* Image hover slide */
.hoverimg-1 .tn-atom__img,
.hoverimg-2 .tn-atom__img,
.hoverimg-3 .tn-atom__img,
.hoverimg-4 .tn-atom__img {
    transition: transform 0.25s ease;
}

.hoverimg-1:hover .tn-atom__img,
.hoverimg-2:hover .tn-atom__img,
.hoverimg-3:hover .tn-atom__img,
.hoverimg-4:hover .tn-atom__img {
    transform: translateY(-8px);
}


/* Base icon style */
.svg-gold .tn-atom__img {
    transition: filter 0.25s ease;
}

/* Hover → #CFAB69 gold */
.svg-gold:hover .tn-atom__img {
    filter: brightness(0) saturate(100%) 
            invert(78%) sepia(39%) saturate(633%) 
            hue-rotate(4deg) brightness(95%) contrast(91%);
}