@import url("https://use.typekit.net/ohy5mmd.css");

h1, h2, h3 ,h4 ,h5, h6, .kb-count-up-number{
  font-family: "vendetta", serif;
  font-weight: 500;
}
h1{
  font-size: 6rem;
  line-height: 5rem;
}
h2{
  font-size: 4rem;
  line-height: 3.5rem;
  color: #01c7c5;
}
h2.has-medium-font-size{
  font-size: 2rem!important;
}
h3{
  font-size: 3rem;
  line-height: 2.5rem;
  color: #01c7c5;
}
a{
  text-decoration: none;
}

.btn.btn-primary{
  background: #01c7c5;
  border-color: #01c7c5;
}
.btn.btn-secondary{
  background: #F9F7E4;
  border-color: #F9F7E4;
  color: #252525;
}
.btn{
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
}
.invertTxt{
  mix-blend-mode: difference;
}

@media screen and ( max-width: 992px ){
  h1{
    font-size: 4rem;
    line-height: 3.5rem;
  }
  h2{
    font-size: 3rem;
    line-height: 2.5rem;
    color: #01c7c5;
  }
  h2.has-medium-font-size{
    font-size: 1.5rem!important;
  }
  h3{
    font-size: 2rem;
    line-height: 1.6rem;
    color: #01c7c5;
  }
  #text .invertTxt{
    mix-blend-mode: none;
    color: black!important;
  }
  #text .invertTxt.has-white-color{
    mix-blend-mode: none;
    color: white!important;
  }
}
header{
  background: #252525;
}
.custom-logo{
  width: 320px;
}

@media screen and ( max-width: 992px ){
  .custom-logo{
    width: 215px;
    margin-left: 15px;
  }
}
#menu-members-menu{
	padding-left: 0!important;
	margin-bottom: 70px;
}
#menu-members-menu li{
	display: block;
	margin-bottom: 15px;
}
#menu-members-menu li a{
	padding-bottom: 5px;
	border-bottom: 1px solid #09b4d8;
}

/* ====== NAV BAR ====== */
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#bar li{
	display: inline-block;
	margin: 0 15px;
}
#bar li a{
	color: white;
	font-size: 16px;
}

.memberIcon{
	width: 30px;
	height: auto;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
#bar .dropdown-menu li{
	display: flex;
	margin: 0 0 10px 0;
}
#bar .dropdown-menu li a{
	color: #09b4d8!important
}
#bar .dropdown-menu{
	border: 0;
	border-radius: 0;
	padding: 20px 30px;
	width: 250px;
}
.dropdown-menu.show, .dropdown:hover>.dropdown-menu {
    height: auto;
    opacity: 1;
    max-height: 1000px;
    transition: 0.8s;
}
/* ====== NAV BAR END ====== */

/* ====== NAV STICKY ====== */
#stickyNav{
	width: 100%;
	background-color: white;
}
#stickyNav li{
	display: inline-block;
	margin: 0 20px;
}
#stickyNav li a{
	color: white;
	font-size: 16px;
}
#stickyNav .dropdown-menu{
  padding: 20px;
  background-color: #09b4d8;
}
#stickyNav .dropdown-menu li{
	display: block;
	margin: 0;
}
#stickyNav .dropdown-menu{
	border: 0;
	border-radius: 0;
}
@media( max-width: 1200px ){
  #stickyNav li{
  	display: block;
  	margin: 0;
  }
}
/* ====== NAV STICKY END ====== */

/* ====== NAV BURGER ====== */
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
	overflow: hidden;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
}
.navbar-toggle{
	margin: 35px;
	background-color: #09b4d8;
}
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #09b4d8;
	border-radius: 50%;
  border: 0;
  overflow: visible;
	z-index: 20000;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 2!important;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  display: none;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#socialNav{
	margin: 0!important;
	padding: 0 30px!important;
}
#socialNav .btn.btn-primary{
  color: #01c7c5;
  border-color: white;
	background: white;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #01c7c5;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav ul{
	padding: 70px 30px 20px 30px;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation #socialNav, #sideNavigation #menu-header-menu{
  margin: 80px;
}
.menu-header-menu{
  margin-top: 20px;
  margin-right: 50px;
  padding: 0 30px;
  @include border-radius(5px);
  #transition: all 0.5s ease;
  a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
  }
}
@media(max-width: 1200px){
  .sidenav ul{
    display: block;
		margin-bottom: 0;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
    margin-right: 0;
  }
	#bar li{
		display: flex;
		flex-direction: column;
		width: auto;
		margin-bottom: 10px;
	}
	#bar li a{
		font-size: 20px;
		display: inline;
    margin-left: auto;
	}
	#bar .dropdown-menu li a{
		color: white!important;
		text-align: right;
		display: inline;
    margin-left: auto;
	}
}
/* ====== NAV BURGER ====== */
.wpcf7-form-control-wrap{
  width: 100%;
}
.wpcf7-form-control{
  width: 100%;
  padding: 15px;
  border: solid 1px #252525;
  border-radius: 30px;
}

.wpcf7-submit{
  color: white;
  background: #01c7c5;
  border: solid 1px #01c7c5;
  border-radius: 50px;
  width: auto;
  padding: 10px 40px;
}
.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #fff;
  padding-right: 40px; /* space for custom arrow */
}
.wpcf7 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  color: #000!important;
  -webkit-text-fill-color: #000!important;
}

footer{
  background-image: url('../img/footerOverlay.png');
  background-position: top left;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-color: #111111;
  color: white;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
footer h2{
  color: white;
}
.footerSocial{
  margin-right: 20px;
  width: 65px;
}
.circleSpinRight{
  transform: translatex(-50%) translatey(-50%);
	width: 500px;
  height: 500px;
  top: 200px;
  right: -400px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.terms-nav, .menu-terms-menu-container, .locations-nav{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.terms-nav li{
  display: inline-block;
  border-right: 1px solid #888888;
  margin-right: 10px;
  padding-right: 10px;
}
.locations-nav li{
  display: inline-block;
}
.locations-nav li a{
  color: white;
  margin-right: 20px;
}
.locations-nav{
  margin-bottom: 50px;
}

.termsBit a{
    color: #888888;
}

.footer-nav{
  margin: 0;
}
.footer-nav li{
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.footer-nav li a{
  font-size: 1.6rem;
  color: white;
}

@media screen and ( max-width: 992px ){
  .terms-nav li{
    display: block;
    border-right: none;
  }
  .terms-nav, .menu-terms-menu-container, .locations-nav{
    display: block;
  }
  .footer-nav{
    padding-left: 0;
  }
}
.carouselIcon{
  width: 80px;
}
.quotes{
  overflow: hidden;
}

#box {
  width: 100%;
  height: 5%;
  background: #252525;
  margin: 0;
  border-radius: 0;
  transition: border-radius 0.8s linear, height 0.8s linear;
  z-index: 0;
  top: 0;
  left: 0;
}
#text {
    color: black;
    transition: color 0.5s linear;
  }

.content {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: white;
}

#carouselExampleControls .carousel-control-prev, #carouselExampleControls .carousel-control-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white!important;
  top: auto;
  bottom: 0;
  left: 0;
  opacity: 1;
}
#carouselExampleControls .carousel-control-next{
	bottom: 80px;
}
.carousel-control-next, .carousel-control-prev{
  color: black;
}

#carouselExampleControls .carousel-control-prev .carousel-control-prev-icon, #carouselExampleControls .carousel-control-next .carousel-control-next-icon{
  filter: invert(1);
}

@media screen and ( max-width: 992px ){
  #box {
    height: 100%!important;
    border-bottom-left-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
  }
  .ti-widget{
    margin-top: 50px;
    color: white!important;
  }
  .carousel-control-next, .carousel-control-prev{
    position: relative;
    display: inline;
    top: 0!important;
  }
  #text {
    color: white!important;
  }
}
.list-group{
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.list-group svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imageContainer{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  pointer-events: none;
}
.list-group text a{
  color: white;
  fill: white;
  cursor: pointer;
}
.list-group text a.active, .list-group text a:hover{
  color: #01c7c5;
  fill: #01c7c5;
}
.list-group text a.active{
  font-weight: 900;
  font-size: 0.2rem;
}

.list-group text a:hover{
  text-decoration: underline;
}
.ethosTitle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ethosTitle h2{
  font-size: 3rem;
  color: white;
}

.panel{
  min-height: 100vh;
  z-index: 0;
}
.circle {
  width: 45%;
  margin-top: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle img {
  width: 95%;
  height: 95%;
  object-fit: cover;
}
.sticky-circle {
  position: sticky;
  top: 8%;
  display: inline-block;
}

#circleImage {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

#circleImage.fade-out {
  opacity: 0;
}

.circle-progress-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* keeps it square */
}

.circle-progress-wrapper svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress-ring__background {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2;
}

.progress-ring__circle {
  fill: transparent;
  stroke: black;
  stroke-width: 2;
  stroke-dasharray: 301.59; /* 2πr = 2 * π * 48 */
  stroke-dashoffset: 301.59;
  transition: stroke-dashoffset 0.2s ease;
}

.circle-img {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stickyText{
  bottom: 20px;
  position: absolute;
  padding:  0 20px;
  width: 90%;
}

@media screen and ( max-width: 992px ){
  .circle {
    width: 80%;
    margin-top: 50px;
  }
  .circle-progress-wrapper {
    width: 80%;
    left: 15px;
  }
  .sticky-circle{
    height: 90vh;
  }
}
.accord-container {
  display: flex;
width: 100%;
height: 500px;
overflow: hidden;
border-radius: 20px;
    }

    .accord {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: flex 0.6s ease;
      cursor: pointer;
      overflow: hidden;
      height: 100%;
    }

    .accord img {
      width: 120%;
  height: 120%;
  object-fit: cover;
    }

    .accord iframe {
      width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  position: absolute;
    }
    .accord.active iframe{
      pointer-events: auto;
    }

    /* Default state: both equal */
    .accord.active {
      flex: 8; /* 80% */
    }

    .accord:not(.active) {
      flex: 2; /* 20% */
    }
    .accord {
      position: relative;
    }

    .map-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background: transparent;
    }

    .accord.active .map-overlay {
      display: none;
    }


/* ====== image accordion ====== */
.imgaccordion-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  overflow: hidden;
  min-height: 550px;
}

.imgaccordion {
  display: flex;
  flex: 2;
  overflow: hidden;
  width: 50%;
  border-radius: 50px;
}

.imgaccordion-item {
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: flex 0.4s ease;
}
.imgaccordion-item img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.8);
  transition: filter 0.3s ease;
}

.imgaccordion-item.active {
  flex: 4;
}

.imgaccordion-item.active img {
  filter: brightness(1);
}

.imgaccordion-item::after {
  content: attr(data-title);
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 1.25rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.imgaccordion-container .content {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
  text-align: right;
}

.imgaccordion-container .content h2 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  color: #01c7c5;
}

.imgaccordion-container .content p {
  color: #374151;
  line-height: 1.5;
}

.imgaccordion-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.4s ease, filter 0.3s ease;
}

/* Title label (always visible) */
.imgaccordion-item::after {
  content: attr(data-title);
  position: absolute;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  transition: all 0.45s ease;
}

/* CLOSED state (rotated vertically, centered) */
.imgaccordion-item:not(.active)::after {
  top: 50%;
  left: 120%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  opacity: 0.9;
}

/* OPEN state (normal horizontal text, bottom-left corner) */
.imgaccordion-item.active::after {
  bottom: 20px;
  left: 20px;
  transform: rotate(0deg);
  transform-origin: left bottom;
  opacity: 1;
  font-size: 1.4rem;
}
.card {
  position: sticky;
  top: 0;
  min-height: 90vh;
  border-radius: 14px;
  border: 0;
}

.card__inner {
  will-change: transform;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
  background: linear-gradient(90deg, rgb(37, 37, 37) 43%, rgba(37, 37, 37, 0) 100%);
}

.cards {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card__content {
  padding: 40px 60px;
}
.card__content p{
  color: white;
}

.card__title {
  padding: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  color: #16263a;
}

.card__description {
  line-height: 1.4;
  font-size: 24px;
  color: #16263a;
}

.space {
  height: 20vh;
  min-height: 150px;
}

.space--small {
  height: 10vh;
}

@media (max-width: 600px) {
  .card__inner {
    flex-direction: column;
  }

  .card__image-container {
    width: 100%;
  }

  .card__image {
    aspect-ratio: 16 / 9;
  }

  .card__title {
    font-size: 32px;
  }

  .card__description {
    font-size: 16px;
  }

  .card__content {
    padding: 30px 20px;
  }
}
.text-start .kt-testimonial-item-wrap{
  text-align: left!important;
}
.text-start .kt-testimonial-meta-wrap{
  justify-content: start!important;
}
.squarePhoto{
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: block;
}
.squarePhoto img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.catLinks, .wp-block-categories-list{
  padding: 0;
}
.catLinks li, .wp-block-categories-list li, .taxonomy-category.wp-block-post-terms a{
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px black;
  border-radius: 30px;
  margin: 0 20px 20px 0;
}
.taxonomy-category.wp-block-post-terms a{
  color: black!important;
}
.wp-block-post-terms__separator{
  display: none!important;
}
.dropdown-toggle{
  padding: 10px 20px!important;
  border: solid 1px black!important;
}
.catLinks li a, .wp-block-categories-list li a{
  color: black;
}
.dropdown-toggle::after{
  right: 20px;
  position: absolute;
  top: 50%;
}
.headerImg{
  width: 100%;
  aspect-ratio: 6/4;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.headerImg img{
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
