@charset "utf-8";
 

.container,
.container-lg {
	margin: auto;
	max-width: 100%;
}
@media (min-width: 1141px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1740px;
    }
}
@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
}
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: var(--main, #004F62);
  -webkit-font-smoothing: antialiased;
  color: #3a3a3a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "indivisible", sans-serif;
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {
  margin: 0 0 0;
  color: #004F62;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list-unstyled {
	list-style: none;
	padding: 0;
}
.list-unstyled li {
	display: block;
	margin: 0;
}
.list-inline {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
	margin: 0;
}
.list-inline li:not(:last-child) {margin-right: 5px;}
ul, ol {
  margin: 0 0 0;
  padding-left: 22px;
}
ul *, ol * {
  vertical-align: top;
}
li {}
td, th {}
a {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
a:hover, a:focus {/* text-decoration: underline; */}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}

.fa-solid.fa-arrow-right{
  /* color: var(--white, #F9F9F9); */
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h1{
  color: #FFF;
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.h1-eyebrown{
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.h1-style {
  color: #FFF;
  font-family: "Playfair-Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.h1-bnn {
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

 

h2 {
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.h2-eyebrown{
  color: #FFF;
  font-family: "Playfair-Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3 {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h4 {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-bnn {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

 .p-bnn{
	z-index: 9;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px;
}
.interior .subtitle-bar{
	margin:10px;
	margin-left: 0;
}
.bg-white{
  background-color:#FFF;
}
.bg-grey{
  background-color:#F9F9F9;
}
.center {
    justify-self: anchor-center;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: relative;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: all .4s ease;
  opacity: 1;
  background: #F9F9F9;
  margin: 0 auto;
}
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.actived {
  padding: 10px 20px;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
}
.menu.behaved {
  background-color: transparent;
  height: 94px;
  overflow: hidden;
  box-shadow: none;
  box-shadow: none!important;
  position: fixed;
}
.menu.home {
	position: absolute;
	top: 0;
	background: transparent;
}
.menu > .container {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 20px 50px 20px;
  align-items: center;
  justify-content: space-between;
  /* max-width: 1850px; */
}
.menu.home > .container {
	align-items: start;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu.home {
  top: 32px;
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu .mobile-nav {}
.menu .mobile-nav ul {
	margin: 0 0;
}
.menu .mobile-nav ul li:not(:last-child) {
	margin-right: 23px;
}
.menu > div .navigation {
  display: block;
  background: none;
  color: var(--teal, #230704);
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 29px 0;
  float: right;
  width: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
 margin: 23px 0;
 margin-right: 36px;
}
.menu.behaved > div .navigation {
  color: var(--main-color, #003865);
  margin: 22px 0;
  margin-right: 0;
  top: 0;
  width: 24px;
}
.menu.behaved > div .navigation:hover {
	color: var(--main-color, #230704);
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: 2px;

	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: '';
  font-size: 16px;
  font-weight: 600;
  color: var(--teal, #230704);
  letter-spacing: 0;
  position: relative;
  text-transform: lowercase;
  top: -2px;
}
.menu.behaved > div a.navigation > .txt:before {color: #fff;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 32px;
  background-color: var(--teal, #230704);
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.actived > div a.navigation > .bar {
  
}
.menu.behaved > div a.navigation > .bar {
  background-color: var(--teal, #230704);
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 0px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 8px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 16px;
}
/*
.menu > div a.navigation:hover > span:first-child {
  top: -2px;
}
.menu > div a.navigation:hover > span:nth-child(3) {
  top: 18px;
}
*/
.menu > div a.navigation.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  display: block;
  max-width: 181px;
  transition: all .3s ease;
  display: flex;
   width:188px;
  height: auto;
  padding: 0.008px 0.016px 0px 0px;
   
  gap: 15.988px;
  flex-shrink: 0;
  /* aspect-ratio: 442/63; */
}
.menu .logo-nav img.logo-home {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu .logo-nav:hover { opacity: .9!important }

.menu .logo-nav img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.actived .logo-nav {
}
.menu.behaved .logo-nav {
 opacity: 0;
 width: 0;
 overflow: hidden;
 top: -50%;
}
.menu.behaved .social-nav {
  opacity: 0;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 30px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}


.menu .collapse-menu > li > ul {
  /* display: none; */
  background: #ffff;
  backdrop-filter: blur(2px);
  box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  position: absolute;
  top: 100%;
  left: -8px;
  right: unset;
  z-index: 5;
  padding: 0;
  width: 250px;
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  display: block;
  border-radius: 8px;
}
.menu .collapse-menu > li > ul:focus-within,
.menu .collapse-menu > li:hover > ul {
	padding: 7px 0;
	opacity: 1;
	margin-top: 0!important;
	height: auto;
	/* display: block!important; */
}
.menu .collapse-menu > li > ul > li {
  display: block;
  padding: 0;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0!important;
}
.menu .collapse-menu > li > ul > li:hover {
	background-color: #fcfcfc
}
.menu .collapse-menu > li > ul > li a {
  display: block;
  position: relative;
  color: var(--teal, #230704);
  text-shadow: none;
  padding: 10px 18px!important;
  border-bottom: solid 0px transparent;
}
.menu .collapse-menu > li > ul > li a:hover {
  color: var(--teal, #230704);
}
.menu .collapse-menu > li > ul > li a:focus {
  color: var(--teal, #230704);
  text-decoration: none;
}
.menu .collapse-menu > li > ul > li.current-menu-item a {
  color: var(--teal, #230704);
}
.menu .collapse-menu > li > ul > li a:before,
.menu .collapse-menu > li > ul > li a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: relative;
  top: -1px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .8em;
}
.menu .collapse-menu > li > ul > li a:before {
  left: 0;
  position: absolute;
  top: 12px;
}
.menu .collapse-menu > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 6px;
}
.menu .collapse-menu > li > ul > li a:after {
  margin-left: 0;
  background: none;
  background: none!important;
}
.menu .collapse-menu > li > ul > li:not(.current-menu-item) a:not(:focus):hover:after {
  opacity: 1;
  margin-left: 4px;
  background: none;
}
.menu .collapse-menu {
	width: 100%;
	/* max-width: 710px; */
	margin: 0;
	display: flex;
	/* padding: 7px; */
	gap: 10px;
	justify-content: flex-end;
	/* justify-content: space-around; */
}
.menu .collapse-menu li {
	color: var(--main-color, #230704);
	font-family: 'montserrat';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.menu .collapse-menu li:not(:last-child) {/* margin-right: 13px; */}
.menu .collapse-menu li .fal {
	margin-top: 3px;
}
.menu .collapse-menu li a {
	display: inline-block;
	position: relative;
	padding: 10px;
	color: var(--leather, #230704);
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.menu .collapse-menu li.current-menu-item > a,
.menu .collapse-menu li.current-page-ancestor > a {
	color: var(--teal, #230704);
	background: none;
}
.menu .collapse-menu li strong {
	margin-right: 5px
}
.menu .collapse-menu li:hover a,
.menu .collapse-menu li:focus a,
.menu .collapse-menu li a:hover,
.menu .collapse-menu li a:focus {
	color: var(--teal, #230704);
	text-decoration: none;
}
.menu .collapse-menu li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.menu .collapse-menu li.current-menu-item > a:after,
.menu .collapse-menu li.current-page-ancestor > a:after,
.menu .collapse-menu li:hover a:after,
.menu .collapse-menu li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--teal, #230704);
}

.menu.home .collapse-menu > li > a {
	color: #fff;
}
.menu.home .collapse-menu > li.current-menu-item > a,
.menu.home .collapse-menu > li.current-page-ancestor > a {
	color: #fff;
}
.menu.home .collapse-menu > li:hover > a,
.menu.home .collapse-menu > li:focus > a,
.menu.home .collapse-menu > li > a:hover,
.menu.home .collapse-menu > li > a:focus {
	color: #fff;
}
.menu.home .collapse-menu > li.current-menu-item > a:after,
.menu.home .collapse-menu > li.current-page-ancestor > a:after,
.menu.home .collapse-menu > li:hover a:after,
.menu.home .collapse-menu > li:focus a:after{
 background-color: #fff;
}

.menu.home > div a.navigation:not(.behaved) > .bar {
	background-color: #fff;
}

.menu i.fa.fa-caret-down {
    color: var(--main-color, #230704);
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-left: 5px;
}

.social-icons-header {
    display: flex;
    gap: 15px;
    color: var(--main-color, #230704);
    font-family: "Font Awesome 6 Brands";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu .menu-item-has-children {
  position: relative;
}

.menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 15px;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 12px;
  display: none;
  z-index: 99;
}

.menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 98px 35px 50px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  background: var(--gray, #EBE8E5);
  border: none;
}
.navigation-overlay.behaved {
  right: 0;
}
.eyebrow-nav {
  /* background-color: #fff; */
  /* border-bottom: 1px solid #eee; */
  padding: 8px 0;
  position: relative;
  z-index: 1;
}
a.btn-layout.eyebrown {
    padding: 20px 10px;
    height: 40px;
}

.eyebrow-nav .container {
    padding-right: 0;
}
.eyebrow-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.eyebrow-menu li a {
  text-decoration: none;
  color: var(--cream, #F7EEE5);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.eyebrow-menu li a:hover {
  /* text-decoration: underline; */
}


.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {margin-bottom: 18px!important;}
.navigation-overlay > ul > li > a {
	background: none;
	color: #23070C;
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-decoration: none;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #0e385e;
}
.navigation-overlay > ul > li > a:focus {
  color: #0e385e;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #0e385e;
}
.navigation-overlay > ul > li > a i {
	/* float: right; */
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #0e385e;
}
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-menu-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: block;
  border-left: solid 2px #230704;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 12px;
  margin-bottom: 10px;
}


.navigation-overlay > ul > li > ul li {margin-bottom: 11px!important;}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #230704;
  background: none;
}
.navigation-overlay > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > ul li a:hover {
  text-decoration: none;
  color: #230704;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #230704;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #230704;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #230704;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: relative;
  top: -3px;
  margin-right: 5px;
  font-size: .7em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}


body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 993px) {
  /*============== TOP ================*/
  .menu .navigation,
  .menu .mobile-nav,
  
  .navigation-overlay {
    display: none !important;
  }
	
	
}
@media screen and (max-width: 991px) {
	.menu > .container {
		padding: 20px 20px;
		align-items: start;
		gap: 20px;
		align-items: anchor-center;
	}
	.eyebrow-nav{
		display:none;
	}
	.social-icons-header {
		display:none;
		}
	.menu.home > .container {
		padding: 30px 50px;
	}
  .menu .collapse-menu { display: none }
  h1 > span, .h1-style > span { font-size: 16px }
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 0;}
  .menu.actived {
    background: #fff;
    padding: 5px 2vw;
}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
    border: transparent;
    background: transparent;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div .navigation {
    margin: 18px 0 0;
    margin-right: 0;
  }
  .menu.actived > div .navigation {
    margin: 0;
    margin-right: 0px;
  }
  .menu .services-menu,
  .menu .bottom {
    display: none;
  }
  .menu .logo-nav {
  top: 8px;
  left: 10px;
  font-size: 65px;
  color: var(--chas-blue, #230704);
  }
  .menu.actived .logo-nav {
  top: 4px;
  font-size: 49px;
  max-width: 105px;
  }
}
@media screen and (max-width: 650px) {
  .menu.home > .container {
		padding: 30px 20px;
	}

  /*============== TOP NAV ================*/
  /*.menu div > a > .txt {
    display: none;
  }*/
  .menu.behaved > div .navigation {
  	width: 24px;
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay > ul > li > a {
  }
  .navigation-overlay > ul > li > ul > li a {
  }
  .menu .donate {
    top: 7px
  }
  .menu.actived .donate {
    top: 1px
  }
}
@media screen and (max-width: 910px) {
  .customize-support .menu.home, .customize-support .menu.actived{
    top: 32px;
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    /* margin-top: 34px; */
  }
}
@media screen and (max-width: 782px) {
  .customize-support .menu.home, .customize-support .menu.actived{
    top: 46px;
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    /* margin-top: 46px; */
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu.home {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
  .customize-support .navigation-overlay {
    /* margin-top: 46px; */
  }
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 0;
  } 
}
@media (max-width: 370px) {
	.menu .mobile-nav ul li:not(:last-child) {
		margin-right: 5px;
	}
}

span.headerSpan {
    color: #00DBEF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}
/*===========================================================================================================*/
/*=========================================== 1920fix ======================================================*/
/*===========================================================================================================*/


.section-white {
  padding: 50px 0;
}
.section-white.grey {
  background: #F9F9F9;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 0;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/* Container */
.container,
.container-lg {
	margin: auto;
	max-width: 100%;
	padding: 0 50px;
}
.container {
	max-width: 1140px;
}
@media (min-width: 1920px) {
	.container {
	    max-width: 1440px;
	}
}

/* Columns Even */
.columns-even.image-side img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
@media (min-width: 769px) { 
  .columns-even {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
  }
  .columns-even .col { 
    width: 100% 
  }
  .columns-even.x3 {
	flex-wrap: wrap;
  }
  .columns-even.x3 .col {
	width: calc(33.3333% - 20px);
  }
  .columns-even.image-side {
	  align-items: center;
  }
  .columns-even.image-side .col {
	  height: 100%;
  }
}
@media (max-width: 768px) {
	.columns-even.reverse {
	    display: flex;
		flex-direction: column-reverse;
	}
	.columns-even img {
		margin: 0 0 30px;
	}
}

/* Image Row */
.image-row {
  margin: 50px 0;
}
.image-row .columns-even .col:first-child img { border-radius: 10px 10px 0 0; }
.image-row .columns-even .col:last-child img { border-radius: 0 0 10px 10px; }
@media (min-width: 769px) {
  .image-row .columns-even .col:first-child img { border-radius: 10px 0 0 10px; }
  .image-row .columns-even .col:last-child img { border-radius: 0 10px 10px 0; }
}




/*===========================================================================================================*/
/*=========================================== Home ======================================================*/
/*===========================================================================================================*/

 .hero-banner {
  padding: 30px 50px 0 50px;
  padding-top: 0;
  background: #F9F9F9;
}

.hero-banner-wrapper {
  position: relative;
  border-radius: 15px 15px 8px 8px;
  overflow: hidden;
  /* aspect-ratio: 16 / 9; */
}

.hero-banner-image {
  display: block;
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: left;
}

.interior .hero-banner-image {
  object-position: center;
}

.hero-banner-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;    
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.20) 10%,
      rgba(0, 0, 0, 0.40) 100%
    );
    
}

.hero-banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  color: white;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); */
}

.interior .hero-banner-content{
	 /* padding-left:0; */
}
.interior.int h1.h1-bnn {
    color: var(--dark, #424242);

/* h1-interior-header */
    font-family: Barlow;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 94.836%; /* 47.418px */
}

.interior.int .p-bnn {
    color: var(--main, #004F62);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.interior.int .blueBox {
    max-width: 720px;
}
.blueBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 10px; */
    /* max-width: 400px; */
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.bnn-loc h4 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bnn-loc {
    display: flex;
    gap: 20px;
    align-items: anchor-center;
}

.bnn-btn {
    margin-bottom: 20px;
} 

.interior.int .blueBox p {
    color: var(--main, #004F62);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-banner_content {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  max-width: 50%;
  padding: 30px;
  color: #fff;
  margin: 0;
}

.hero-banner .highlight {
  color: #FFF;
  font-family: Barlow;
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 94.836%;
}
 

.hero-banner_image::after {
  content: "";
  left: 20px;
  bottom: 30px;
  height: 24px;
  width: 170px;
  background: red;
  /* z-index: 3; */
  position: absolute;
}
 

.mobile-img {
  display: none;
}

@media (max-width: 720px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
    object-position: center;
  }
 
	.hero-banner-content {
		padding:30px;
	}

.bnn-btn,.bnn-loc {
     display: flex;
     text-align: -webkit-center;
     gap: 10px;
     flex-flow: column;
} 
}


/* ======= Featured Home ======= */
.featured-home {/* padding: 40px 0; */padding-bottom: 0;}
.featured-home .fh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: 346px;
}
.featured-home .fh-card {
  position: relative;
  display: block;
  /* min-height: 260px; */
  border-radius: 14px;
  overflow: hidden;
  background: #111 center / cover no-repeat;
  background-image: var(--bg);
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 6px 18px rgba(0,0,0,.10);
  transform: translate3d(0,0,0);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
  will-change: transform;
}
.featured-home .fh-card:hover,
.featured-home .fh-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 4px 10px rgba(0,0,0,.08), 0 18px 36px rgba(0,0,0,.16);
}
.featured-home .fh-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.25) 100%);
  pointer-events: none;
  transition: opacity .28s ease;
}
.featured-home .fh-card:hover .fh-overlay { opacity: .95; }

.featured-home .fh-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 18px;
}
.featured-home .fh-title {
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.featured-home .fh-note {
  margin-top: 6px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

 @media (max-width: 1085px) {
	.featured-home.section-white.scroll-section .container-lg{
		 padding:0px 20px;  
	}
	.container-lg{padding: 0px 20px;}
.featured-home.section-white.scroll-section{
	padding:10px 0px;
	}
.parallax-offer{
	padding:20px 00px
}
 }

 @media (max-width: 960px) {
  .featured-home .fh-grid {height: 680px;grid-template-columns: 1fr;}
}
@media (max-width: 600px) {
  .featured-home .fh-grid {grid-template-columns: 1fr;padding-bottom: 679px;}
  .featured-home .fh-card { min-height: 220px; }
	
}

/* ===== What We Offer (Parallax) ===== */
.parallax-offer {}
.parallax-offer .parallax-clip{
  position: relative;
  isolation: isolate;              /* cria novo contexto de empilhamento */
  overflow: hidden;
  border-radius: 20px;
  min-height: 420px;               /* evita cortar em telas menores */
  height: clamp(420px, 70vh, 600px);
  align-content: center;
}

.parallax-offer .parallax-bg{
  position: absolute;
  inset: -10%;                     /* bleed pra não aparecer borda ao mover */
  width: 120%;
  height: 120%;
  will-change: transform;
  z-index: 0;                      /* fica ATRÁS do conteúdo */
  pointer-events: none;            /* não bloqueia cliques */
  background:
    var(--bg) 50% / cover no-repeat,
    rgba(35, 7, 4, 0.86);
  background-blend-mode: multiply, normal;
  border-radius: 20px;
}

/* Conteúdo acima do bg */
.parallax-offer .offer-content{
  position: relative;
  z-index: 1;                      /* garante que fica acima */
  padding: clamp(48px, 10vw, 150px) clamp(16px, 6vw, 100px);
  color: #fff;
  text-align: center;
}

.parallax-offer .offer-title{
  margin: 0 0 60px;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: clamp(32px, 6vw, 40px);  /* responsivo */
  line-height: 1.1;
}

/* Grid dos itens */
.parallax-offer .offer-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 24px;
  margin: 0 auto;
  text-align: left;
}

.parallax-offer .offer-item{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.3;
  text-transform: capitalize;
}

/* Quebras */
@media (max-width: 960px){
  .parallax-offer .offer-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
  .parallax-offer .offer-grid{justify-self: anchor-center;grid-template-columns: 1fr;}
}


.content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 4rem;
}

.content-row:last-child {
	margin-bottom: 0;
}

.content-row.reverse {
  /* flex-direction: row-reverse; */
}

.text-block {
  flex: 1 1 43%;
}

.text-block h1 {
  color: var(--main, #004F62);
  margin-bottom: 20px;
  color: #230704;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

 

.text-block p {
  color: #1E1E1E;
  margin-bottom: 1.5rem;
  /* max-width: 540px; */
}

.image-block {
  flex: 1 1 39%;
}
.container-lg.home{
  /* padding: 50px 150px; */
  padding-top: 0;
}

.image-block img {
  width: 100%;
  border-radius: 12px;
  display: block;
  justify-self: center;
  /* height: 403px; */
  background-size: cover;
}

.section-icon {
  /* margin: 0 auto 1rem; */
  display: block;
  width: 114.984px;
  height: 68.93px;
  justify-self: anchor-center;
}

.section-title {
  margin-bottom: 10px;
  color: #424242;

/* h2-sans */
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  text-align: -webkit-center;
  justify-self: anchor-center;
}

.section-subtitle {
  margin-bottom: 50px;
  color: #424242;

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-self: anchor-center;
}
 

.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-bottom: 50px;
}

.feature-box {
  background: rgba(139, 208, 192, 0.10);
  padding: 20px;
  border-radius: 12px;
  flex: 1 1 250px;
  max-width: 420px;
  text-align: left;
}

.feature-box h3 {
  margin-bottom: 0.5rem;
  color: #004F62;

/* h1s */
  font-family: "Playfair-Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.featured-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.featured-item-link:hover {
  transform: translateY(-5px);
}

p.section-sub {padding-bottom: 20px;
    color: #424242;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: none;}

p.section-subsec {
    /* padding-bottom: 50px; */
    color: #424242;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: none;
}
.subtitle-bar {
  width: 100px;
  height: 3px;
  background-color: #F68D6E;
  margin-bottom: 10px;
  border-radius: 59px;
}

.subtitle-bar.req {
    margin-top: 10px;
}

.feature-box p {
  color: var(--dark, #424242);

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.video-thumb {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 15px;
}

.video-thumb .video-wrapper,
.video-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: bottom;
}
.interior .video-thumb img {
  object-position: center;
  width: 100%;
}
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  border-radius: 50%;
  color: white;
  pointer-events: none;
}
.interior .text-block {
    flex: 1 1 45%;
    align-self: flex-start;
}

.interior .image-block.image {
    flex: 1 1 45%;
}

.interior .video-thumb {
    padding-bottom: 69%;
}
.standard p{
  margin-bottom: 30px;
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}

.standard h1{
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}
.standard .subtitle-bar{
  margin:30px 0;
}
.standard.video .container-lg.home {padding-bottom: 0;}

.standard.video .content-row {
    margin-bottom: 0;
    margin: 20px 0px;
}
.news .container-lg.home.two-cols {
    padding: 80px 50px;
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

 
/* ===== Locations Section ===== */
.locations-section {padding: 50px 0;border-top: 1px solid var(--champagne, #EFD9AF);}
.locations-section .locations-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 50px;
}
.locations-section .locations-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--leather, #230704);
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h2.locations-title i {
    font-size: 33px;
}
.locations-section .locations-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* layout principal */
.locations-section .loc-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.locations-section .loc-img img {
  width: 100%;
  border-radius: 14px;
  display: block;
}
.locations-section .loc-content h3 {
  margin-bottom: 20px;
  color: #230704;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.locations-section .loc-sub {
  margin-bottom: 20px;
  color: var(--leather, #230704);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.locations-section .loc-text p {
  margin-bottom: 18px;
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.locations-section .loc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* responsivo */
@media (max-width: 960px) {
  .locations-section .loc-grid { grid-template-columns: 1fr; }
}

/* ===== About Infinity ===== */
.about-infinity {padding: 100px 110px 100px;text-align: center;border-top: 2px solid var(--champagne, #EFD9AF);}
.about-infinity .about-title {
  margin: 0 0 30px;
  color: var(--leather, #230704);
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about-infinity .about-text p {
  max-width: 900px;
  margin: 0 auto 30px;
  color: #666;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-infinity .about-strong {
  color: #666;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about-text a {
    color: #666;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.about-infinity .about-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
.about-infinity .about-title {
font-size:35px;
}

   h2.reviews-title {font-size:25px!important;}
  .about-infinity { padding: 44px 0 52px; }
  .about-infinity .about-text { font-size: 16px; }
}


 .parallax-reviews .parallax-clip{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 150px;
  height: 600px;
  align-content: center;
  isolation: isolate;              /* cria contexto, evita sobreposição externa */
}

.parallax-reviews .parallax-bg{
  position: absolute;
  inset: -10%;
  width:120%;
  height:120%;
  border-radius: 20px;
  will-change: transform;
  z-index: 0;                      /* fica atrás */
  pointer-events: none;            /* não bloqueia cliques */
  background-image:
    linear-gradient(0deg, rgba(243,243,243,0.90) 0%, rgba(243,243,243,0.90) 100%),
    var(--bg),
    var(--bg);
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-blend-mode: normal, normal;
}

.parallax-reviews .reviews-content{
  position: relative;
  z-index: 1;                      /* acima do bg */
}

.reviews-eyebrow{
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.reviews-eyebrow i{
  color: var(--leather, #230704);
  font-size: 40px;
  line-height: 1;
}

h2.reviews-title{
  color: var(--leather, #230704);
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}


/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/



/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
 
 .site-footer{position: relative;padding: 56px 0 44px;background: url('/wp-content/themes/infinity/assets/img/svgeta.svg') center/cover no-repeat; /* BG fixo */overflow: hidden; /* impede o bg de vazar para cima */border-top: 5px solid var(--champagne, #EFD9AF);} /* se usar parallax, remove o bg estático e deixa o .footer-bg trabalhar */ .site-footer.parallax{ background: none; } /* fundo em parallax (linhas SVG) */ .site-footer .footer-bg{ position: absolute; inset: -8%; /* bleed para não aparecer borda branca ao mover */ width: 116%; height: 116%; background: url('/wp-content/themes/infinity/assets/img/svgeta.svg') center/cover no-repeat; opacity: .75; will-change: transform; z-index: 0; pointer-events: none; } /* grid principal: esquerda (conteúdo) + direita (form) */ .site-footer .footer-grid{position: relative;z-index: 1; /* conteúdo acima do bg */display: grid;grid-template-columns: 1.9fr 0.8fr;gap: 32px;align-items: start;} /* ===== coluna esquerda ===== */ .site-footer .footer-left{display: grid;grid-template-rows: auto auto auto auto; /* logo / menus / botões / badges */row-gap: 40px;margin-top: 70px;} /* logo no topo */ .site-footer .footer-logo img{/* display: block; */width: 208px;height: auto;} /* menus em 3 colunas */ .site-footer .footer-menus{display: grid;grid-template-columns: 0.18fr 0.18fr 0.18fr;gap: 24px;} .site-footer .footer-col h4{margin: 0 0 20px;color: var(--leather, #230704);font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 700;line-height: normal;} .site-footer .footer-menu, .site-footer .footer-menu li{ list-style: none; margin: 0; padding: 0; } .site-footer .footer-menu li + li{ margin-top: 8px; } .site-footer .footer-menu a{text-decoration: none;color: rgba(0,0,0,.82);color: #230704;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;} .site-footer .footer-menu a:hover{ text-decoration: underline; } /* botões de ação */ .site-footer .footer-actions{display: flex;gap: 19px;align-items: center;flex-wrap: wrap;} .site-footer .footer-actions .btn-layout{display: inline-flex;align-items: center;gap: 8px;height: 48px;padding: 0 18px;/* border-radius: 12px; */} .site-footer .footer-actions .btn-layout.hollow{ min-width: 54px; justify-content: center; padding: 0 14px; } /* logos/badges */ .site-footer .badges{ display: flex; gap: 14px; align-items: center; flex-wrap: wrap; } .site-footer .badges img{ height: 40px; width: auto; display: block; } /* ===== coluna direita (form em card) ===== */ .site-footer .footer-card{background: #F7EEE5;border-radius: 16px;padding: 50px 40px;box-shadow: 0 6px 20px rgba(0,0,0,.06);} .site-footer .footer-card h3{margin: 4px 0 14px;color: var(--leather, #230704);font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 700;line-height: normal;} /* ajustes Gravity Forms */ .site-footer .footer-card .gform_wrapper form .gform_fields{ row-gap: 12px; } .site-footer .footer-card .gform_wrapper .gfield input, .site-footer .footer-card .gform_wrapper .gfield textarea{border-radius: 10px;border: 1px solid #230704;background: transparent;padding: 10px 12px;} .site-footer .footer-card .gform_wrapper .gform_footer .gform_button{ border-radius: 999px; padding: 10px 18px; background: #2b0f0f; color: #fff; border: 0; cursor: pointer; } /* ===================== Responsivo ===================== */ /* desktop/tablet mantém: conteúdo à esquerda, form à direita */ /* mobile (≤780px): form primeiro */ @media (max-width: 981px){ .site-footer{ padding: 44px 0 36px; } .site-footer .footer-grid{ grid-template-columns: 1fr; } .site-footer .footer-left{ order: 2; } .site-footer .footer-card{order: 1;padding: 20px;} .site-footer .footer-menus{ grid-template-columns: 1fr; } .site-footer .footer-actions .btn-layout{/* height: 44px; *//* border-radius: 10px; */} .site-footer .badges img{ height: 34px; } }
.footer-left .footer-logo {
    max-width: 200px;
}
/*===========================================================================================================*/
/*=========================================== MOBILE ========================================================*/
/*===========================================================================================================*/
@media (max-width: 1407px)
{ 
.site-footer .footer-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1200px) {
  
.two-cols {
	flex-flow:column;
}
}

@media (max-width:1114px){
.container-lg.home{
	padding-left: 20px;
	padding-right: 20px;
}
 
	 
 
	 .hero-banner {
		padding: 20px;
	}

.single-news {
padding:0
}
}
@media (max-width:930px){
.content-row {
	flex-flow:column;
}
.content-row.reverse {
     flex-direction: row;
     flex-flow: column-reverse;
}
	 .video .image-block {
    display: block;
    width: 100%;
	   
  }
	 
	.two-cols {
		 gap:10px;
	}

	
}
 @media (max-width:990px){
.site-footer .footer-grid{ grid-template-columns: 1fr; }

 }
 @media (min-width:1920px){
 
 

  
 }

@media (max-width:850px){
.events-list {
	flex-flow:column;
	width: 100%;
	margin-bottom: 20px;
}
	
}

@media (max-width: 768px) {
  .footer-left-area .footer-inner {
	   
	  flex-flow: column;
	 }
	.h1-bnn{
		font-size: 40px;
	}
	.hero-banner .highlight{font-size: 60px;}
	.hero-banner_content {
		max-width:100%
	}
.parallax-reviews .parallax-clip{
	padding:20px;
}
.featured-items-grid {
	padding:10px;
}
	.featured-item-footer {flex-direction: column-reverse;align-content: flex-start;}
	.upcoming-event-cta {/* display: flex; */margin-left: 0;/* flex-wrap: wrap; */align-items: flex-start;}
	.upcoming-event-image img {
		max-width:100%;
		
	}

.featured-item-image img {
  display: block;
  width: 100%;
  min-height: auto;
}

	.upcoming-event-item
	{
		justify-content:center;
	}



}
@media (max-width:595px){
.upcoming-event-item {
        justify-content: flex-start; }

	.access-info {
		flex-flow:column;
	}
}
@media (max-width:530px){
.container-lg.home{
	padding-left:20px;
	padding-right:20px;
}
.footer-actions{
	flex-flow:column;
	align-content: flex-start;
}
.site-footer .footer-actions {
    align-items: baseline;
}
	 

 
section.featured-items.section-white.scroll .container {
    padding-left: 5px;
    padding-right: 5px;
}
 
}

 


.ready  {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}

 
.container-lg.home > .content-row{
  display: grid !important;
  grid-template-columns: 1fr 0.80fr;
  grid-template-areas:
    "text image";
  gap: 80px;
  align-items: center;
  /* margin-bottom: 4rem; */
}
.container-lg.home > .content-row > .text-block{ grid-area: text; }
.container-lg.home > .content-row > .image-block{ grid-area: image; }
.container-lg.home > .content-row:nth-child(even){
  grid-template-areas:
    "image text";
  grid-template-columns: 0.80fr 1fr;
}

/* ===== Extra Large Screens (>=1800px) ===== */
@media (min-width: 1800px){
  .container-lg.home > .content-row:nth-child(odd) > .text-block{
    /* padding-left: 250px; */
    /* padding-right:0; */
    /* font-size:1.1rem; */
  }
  .container-lg.home > .content-row:nth-child(even) > .text-block{
    padding-right:100px;
    padding-left:0;
    
  }
  .text-block h1{
		font-size: 40px;
		}
.standard p {
  font-size: 20px;
}
}

/* ===== Mobile ===== */
@media (max-width: 930px){
  .container-lg.home > .content-row{
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "image"
      "text";
    gap: 20px;
    margin-bottom: 2.5rem;
    align-items: start;
  }
  .container-lg.home > .content-row:nth-child(even){
    grid-template-areas:
      "image"
      "text" !important;
  }
  .container-lg.home > .content-row > .text-block{
    padding-left:20px !important;
    padding-right:20px !important;
    font-size:inherit;  
  }
.section-white {
  padding: 20px 0;
}
}
