  
/* @font-face {
  font-family: "MaisonNeueExtendedXBold";
  src: url('/assets/font.woff2') format('woff2'),
    url('/assets/font.woff') format('woff');
} */

body,
html {
  color: #101820;
   font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 400;
  font-size: 25px;

}

a{
	color:#612E35;
}
p.normal-font{
	font-weight:normal;
}

a:hover {
  opacity: 1;
	color:#000;
}

h1,
h2,
h3{
   color:#612E35;
	    font-family: 'Gloock', serif;
	
	font-weight:normal;
}
h1 {
    font-size: 68px;
	line-height:60px;
	font-weight:normal;
	letter-spacing:0px;
}
h2{
    font-size: 45px !important;
    line-height: 45px;
    font-weight: normal;
	padding-bottom:0;
		
}
h3 {
    font-size: 36px !important;
    line-height: 45px !important;
	 font-family: 'Hanken Grotesk', sans-serif;
}

h4{
    font-size: 30px;
    font-weight: 400;
}


p, li{
	font-size: 19px;
	line-height:25px;
	font-weight:normal !important;
	margin-bottom:0;
	
}
li{
	padding-bottom:5px;
}

a.actionbtn-secondary{
      font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    text-decoration: underline;
   text-decoration-thickness:from-font !important;
	cursor:pointer;

}

.actionbtn-secondary:hover{
	text-decoration:none;
}


.actionbt:hover{
	text-decoration:underline;
}

.secondary-font{
	color:#F93822;
}

a.underline-btn,
.underline-btn
{
    border-bottom: 1px solid #fbfbfb;
}
.underline-btn:hover{
	color:#FF2E24;
	text-decoration:none !important;
}

.underline-btn-primary{
	border-bottom:1px solid #612E35;
}
.underline-btn-primary:hover{
	text-decoration:unset;
	border-bottom:1px solid #F93822;
	color:#F93822;
}
.single-back-blog a{
    font-size: 20px;
    margin-right: 20px;
}
.et_pb_row{
	   width: 1350px !important;
	max-width:100% !important;
}

.medium-row.et_pb_row{
	width:70% !important;
	max-width:100%;
}


.large-row.et_pb_row{
	width:90% !important;
	max-width:100%;
	margin:0 auto
}
.short-row.et_pb_row {
    width: 800px !important;
    max-width: 100% !important;
}

.fullwidth-row{
	width:100% !important;
	max-width:100% !important;
	margin: 0 auto;
}
.short-row.et_pb_row {
    width: 800px !important;
    max-width: 100% !important;
}


.fullwidth-img span{
	width:100%;
	
}
.fullwidth-img span img{
	width:100%;
}



.text-bold{
	font-weight:bold !important;
}



.black-background{
	background:#000000;
}

.black-background a, .black-background p, .black-background *{
	color:#fff;
}

.white-text-background{
	color:#fff;
}
.white-text-background  *{
	color:#fff;
}

.text-underline{
	text-decoration:underline;
	   text-decoration-thickness:from-font !important;
	
}

.white-background{
	background:#fff !important;
	background-color:#fff !important;
}
.white-background *{
	color:#000 !important;
}

/*** CURSOR ***/
html{ cursor: none !important; }

#cdot {
  position: fixed;
  width: 15px; height: 15px;
  background: #E8714A;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999999;
  transition: width .2s, height .2s, background .2s, opacity .3s;
  opacity: 0;
  left: -100px; top: -100px;
}
#cring {
  position: fixed;
  width: 50px; height: 50px;
  border: 1.5px solid rgba(232,113,74,.5);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999998;
  opacity: 0;
  left: -100px; top: -100px;
  transition: width .35s cubic-bezier(.25,.46,.45,.94),
              height .35s cubic-bezier(.25,.46,.45,.94),
              border-color .3s, opacity .3s;
}
#cdot.big   { width: 16px; height: 16px; background: #D85A30; }
#cring.big  { width: 100px; height: 100px; border-color: rgba(232,113,74,.85);background:#f9382245;}
#cdot.clicked { transform: translate(-50%,-50%) scale(.7); }



/* .cursor-ring.big{
  width:400px; height:400px;

	background:#f9382245 !important;
  border-color:#e2593c;
}
.cursor-dot.big{
  width:5px; height:5px;
background:#f9382245 !important;
} */


/*** SCROLL REVEAL ***/
.et_pb_section,
.et_pb_module {
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.et_pb_section:first-child {
  opacity: 1 !important;
  transform: none !important;
}
/*** PRIMARY CTA ***/
.primary-cta {
  position: relative;
  overflow: hidden;
}

.secondary-text {
  color: #F93822;
  position: relative;
 
}

.secondary-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
	    z-index: 6;
  width: 100%;
  height: 8px;
  background: #F93822;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0s;

  /* wavy shape via clip-path */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='10' viewBox='0 0 200 10'%3E%3Cpath d='M0,5 C25,0 50,10 75,5 C100,0 125,10 150,5 C175,0 200,5 200,5' stroke='white' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='10' viewBox='0 0 200 10'%3E%3Cpath d='M0,5 C25,0 50,10 75,5 C100,0 125,10 150,5 C175,0 200,5 200,5' stroke='white' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 200px 10px;
  mask-size: 200px 10px;
}

.primary-cta.hovered .secondary-text::after {
  transform: scaleX(1);
  transition: transform .65s cubic-bezier(.4, 0, .2, 1) .1s;
}

.alternate-bottom-border.hovered .secondary-text::after {
 transform: scaleX(1);
  transition: transform .65s cubic-bezier(.4, 0, .2, 1) .1s;
}

.primary-cta h2{
  margin-bottom: 30px;  
}
    .primary-cta .actionbtn{
  margin-top: 50px;  
}
.actionbtn{
    background: #612E35;
    color:#fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;

    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
       font-family: 'Hanken Grotesk', sans-serif;
	  transition: color .3s ease,
              transform .3s cubic-bezier(.34,1.56,.64,1),
              box-shadow .3s ease,
              border-color .3s ease;
	 position: relative;
  overflow: hidden;
  display: inline-block;
  isolation: isolate;
}

/* .actionbtn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -140%;
    width: 75%;
    height: 220%;
    background: linear-gradient(
        110deg,
        transparent 0%,
        rgba(255,255,255,0.07) 35%,
        rgba(255,255,255,0.20) 50%,
        rgba(255,255,255,0.25) 70%,
        rgba(255,255,255,0.07) 65%,
        transparent 100%
    );
    transform: rotate(22deg);
    transition: left .9s cubic-bezier(.22,.61,.36,1);
    pointer-events: none;
} */

.actionbtn:hover {
      color: #fff;
    text-decoration: none;
    background: #612E35;
/*     transform: translateY(-2px); */
    box-shadow: 0 14px 30px rgba(97,46,53,.18);
	 background-color: #F93822;
/*     box-shadow: 0 8px 18px rgba(97, 46, 53, 0.2); */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.secondary-btn{
    background: #F1E6DF;
    color:#612E35 !important;
    
}

.secondary-btn:hover{
    background-color: #F93822;
	color:#fff !important;
}
.actionbtn:hover::before {
    left: 170%;
}

.actionbtn:active {
    transform: translateY(0);
}
/* .actionbtn .ripple-el {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  transform: scale(0);
  animation: ripple .6s ease-out forwards;
  pointer-events: none;
  z-index: 2;
} */

/*** FLOAT TAGS ***/
.float-tag {
  position: absolute;
     font-family: 'Hanken Grotesk', sans-serif;
  font-style: italic;
  color: rgba(214,115,85,.20);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  animation: floatUp linear forwards;
}

@keyframes ripple {
  to { transform: scale(4); opacity: 0; }
}
@keyframes floatUp {
  0%   { opacity: 0; transform: translateY(0) rotate(var(--rot)); }
  8%   { opacity: 1; }
  88%  { opacity: 1; }
  100% { opacity: 0; transform: translateY(-100px) rotate(var(--rot)); }
}
/*** header ***/
.header-menu-sec a:hover{
	text-decoration:underline !important;
}
.header-menu-sec .current-menu-item {
	text-decoration:underline !important;
}

.header-logo-sec .et_pb_text_inner {
    font-size: 30px;
}
/* .nav{
	display:block !important;
} */

.et_pb_section.custom-top-header{
    background: #000 !important;
}

.header-center{
	text-align:center;
}

.custom-top-header .et_pb_menu{
    background:transparent !important;
}

.custom-top-header *{
    color:#fff;
}


.et_pb_section.custom-top-header{
    padding: 0 !important;
}
.custom-top-header .et_pb_row{
    padding:15px;
}
.custom-top-header ul {
    margin-bottom: 0;
    padding: 0;
    width:100%;
    float: right;
}
.custom-top-header li {
    list-style: none;
    display: inline;
    margin-left: 5%;
    float: right;
	font-size: 20px;
    
}
.custom-top-header li a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-align: right;
    padding-bottom: 0 !important;
    display: inline-block;
}
.custom-top-header li.menu-item {
    text-align: right;
    float: right;
    width: 100%;
    display: block !important;
}

/**** home page**/


.custom-home-banner .large-col  {
    width: 100%;
    text-align: center;
}


.custom-home-banner{
	position:relative;
}
.custom-home-banner:before{
	 content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.custom-home-banner .et_pb_module{
    text-align: center;
	
}


.testimonialSlider .et_pb_section{
	background:transparent;
    padding:0;
}
.testimonialSlider .et_pb_row{
	padding:0;
}

.testimonialSlider p{
	text-align:left;
}

.testimonialSlider h5 {
    text-align: left;
	font-size: calc(19px + 0.5vw);
	line-height:1.1;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}
.testimonialSlider span{
	font-size: calc(18px + 0.5vw);
	line-height:1.1;
	font-weight:300;
	font-style:italic;
	
}



/*** footer ***/
.et_pb_section.custom-footer {
    padding-top: 3% !important;
}
.custom-footer .et_pb_module {
    margin-bottom:0 !important;
}
.custom-footer li {
    list-style: none;
    margin-top: 0 !important;
    font-size: 0.7rem;
    line-height: 1.2;
	padding-bottom:1em;
	color:#fff;
}
.custom-footer *{
	color:#fff;
}
.custom-footer  ul {
    padding-left: 0 !important;
	margin-bottom:0 !important;
}

.custom-footer  a, .custom-footer p{
	padding-bottom:2% !important;
	line-height:1.1;
	    font-size: 0.7rem;
	color:#fff !important;
}

.custom-footer  a:hover{
	text-decoration:none;
}


.footer-row-logo img{
    width:220px;
}

.custom-footer  h4 a {
    font-size: calc(14px + 0.5vw);
    text-transform: uppercase;
   
}

.footer-col-2 li a , .footer-col-3 li a, .footer-col-4 li a{
	padding-bottom:2% !important;
	line-height:1.1;
	    float: left;
    width: 100%;
}

.site-footer {
	padding: 60px 0;
	
}


.footer-top {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1.2fr 1.6fr 1.6fr;
	gap: 30px;
	align-items: start;
	padding-bottom: 55px;
}




.footer-social {
	display: flex;
	gap: 14px;
}

.footer-social a {
	color: #f2ebe4;
    font-size: 30px;
	display: inline-flex;
}

.footer-social a:hover *{
	color:#F93822;
}

.footer-newsletter {
	border-left: 1px solid rgba(242, 235, 228, 0.3);
	padding-left: 40px;
}

.footer-newsletter .validation_message {
	color: #ffb3a7;
	font-size: 13px;
}

.footer-newsletter .gform_confirmation_message {
	color: #f2ebe4;
	font-size: 14px;
}

/* Bottom bar */
.footer-bottom {
	border-top: 1px solid rgba(242, 235, 228, 0.2);
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #f2ebe4;
}



.footer-privacy {
	color: #f2ebe4;
	text-decoration: underline;
}


.custom-footer  h4 {
      font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500 !important;
	font-size:0.9rem;
    letter-spacing: 0.88px;

}
.custom-footer *{
	font-weight:normal !important;
}

.custom-footer h4, .custom-footer h4 a{
	font-weight:400;
}


.custom-top-header a:hover,
.custom-footer  a:hover
{
color:#F2080A !important;
}

.custom-footer .et_pb_row{
    display: flex;
    
}


.transperent-form input{
    background-color: transparent !important;
    border:1px solid #fff !important;
    border-radius: 0 !important;
        padding: 7px !important;
    color:#fff !important;
    
    
}

.transperent-form ::placeholder{
    font-size: 14px !important;
   color:#fff !important; 
}

.custom-footer .gform_button,
.transparent-form-sec .gform_button
{
    width:100px;
    background: #F1E6DF !important;
    color:#612E35 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 15px !important;
    border-radius: 5px !important;
    
}
.custom-footer .gform_button:hover{
	background:#F93822 !important;
	color:#fff !important;
	border-color:#F93822 !important;
}

.mfp-title{
	display:none;
}

div#main-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row {
    margin: 0 !important;
}



.secondary-bg .gform-body input,
.secondary-bg .gform-body textarea
{
	color:#fff !important;
}


/* Responsive */
@media (max-width: 1000px) {
	.footer-top {
		grid-template-columns: 1fr 1fr;
		row-gap: 45px;
	}
	.footer-logo {
		grid-column: 1 / -1;
	}
	.footer-newsletter {
		grid-column: 1 / -1;
		border-left: none;
		padding-left: 0;
		border-top: 1px solid rgba(242, 235, 228, 0.3);
		padding-top: 30px;
	}
}

@media (max-width: 600px) {
	.footer-top {
		grid-template-columns: 1fr;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
}


/*** new css design **/

.client-form-sec .et_pb_row{
    display: flex;
    justify-content: center;
/*     align-items: center; */
    align-content: center;
    margin-bottom: 80px;
}
.client-form-sec .et_pb_module *{
    text-align: center !important;
    color:#fff;
   
    
}
.client-form-sec .et_pb_module {
     background: #4a2327;
    padding:20px;
}
.client-form-sec .et_pb_module h4{
    padding-bottom: 0;
    text-transform: uppercase;
    
}
.gfield_description{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
input, textarea{
    padding: 13px 10px !important;
    margin-bottom: 0px !important;
   

}

::placeholder{
    color:#000 !important;
    font-size: 18px;
}
.gform-body h3{
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
	margin-bottom:0;
}

.gform-body label{
    font-weight:500 !important;
}
.gform_button{
    text-align: center;
     background: #F93823;
    color:#fff;
    font-size: 20px !important;
    border:0;
	    padding: 6px 10px !important;
		width:160px;
    
    
}
input,textarea,select {
	    border: 1px solid #bbbbbb73 !important;
}
fieldset{
	margin-top:20px !important;
}
.gform_button:hover{
	background:#F2080A;
	
	color:#fff;
}

.gform_footer{
    display: block !important;
	text-align:left;
}
 

/** zephyr css */
.short-row.et_pb_row {
    width: 900px !important;
    max-width: 100% !important;
}

.underline-button {
    border-bottom: 1px solid  #4a2327;
    color: #4a2327;
}

.border-bottom-line{
    border-bottom:1px solid #612E35;
}

.primary-text{
	color:#612E35;
}
.large-font p{
      font-size: 29px;
    letter-spacing: 1.4px;
    line-height: 39px;
}
.medium-font *{
    font-size: 24px;
    line-height: 35px;
    font-weight: normal;
}
/***  forms header **/
.custom-form-top-header .et_pb_image {
    width:230px;
      
}
.custom-form-top-header .et_pb_row{
    display: flex;
    align-items: center;
}
.tertiary-bg {
    background: #F1E6DF;
}
.form-footer-logo img{
	width:100px !important;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
        background-color: transparent !important;
    border: 1px solid #ffffff73 !important;
}

/**** home page ***/
.marque-bottom{
    padding:0 !important ;
    background: #F1E6DF;
	overflow:hidden;
        
}
.marque-bottom .marquee-track{
  overflow: hidden;
}

.marque-bottom .marquee-track p {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
  padding: 0 2.5rem;
  font-size: 20px;
    font-weight: 500;
  margin: 0;
}

.marque-bottom .marquee-track span {
  font-size: 20px;
  font-weight: 500;
    color:#F93822;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.display-flex {
    display: flex;
}
.flex-verticle-center {
    display: flex !important;
    flex-flow: wrap;
   
    align-content: center;
 
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


.floating-img img {

    animation: floatImg 5s ease-in-out infinite;
}

@keyframes floatImg{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

.rotate-img img{
  
}


.subscription-cta input{
    border-radius: 0;
    border:1px solid #101820 !important;
    width:600px !important;
}
.subscription-cta .gform_button{
    border:0 !important;
}

.communitypartner-slide .communityslide-image{
    height:70px;
    width:100%;
    
}
.communitypartner-slide .communityslide-image img{
    height:100%;
    object-fit: contain;
}
.secondary-bg {
	background:#612E35;
}
.secondary-bg *{
    color:#F1E6DF;
}

.border-bottom-red{
	border-bottom:1px solid #F93822;
}

.border-bottom-light{
	border-bottom:1px solid #F1E6DF;
}

.border-bottom-light {
  position: relative; 
  overflow: hidden;   
}

.border-bottom-light::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -1px;       
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent,#fff , transparent);
  animation: moveLine 6s linear infinite;
  pointer-events: none;
    visibility: visible;
}

@keyframes moveLine {
  0%   { left: -10%; opacity: 0; }
  5%   { opacity: 1; }
  45%  { opacity: 1; }
  50%  { left: 100%; opacity: 0; }
  100% { left: 100%; opacity: 0; }
}


.words-row .et_pb_text_inner p{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:baseline;
  gap:0.5em;
font-size: 50px;
    line-height: 60px;
	letter-spacing:2px;
	    font-family: 'Gloock', serif;
}
.words-row .et_pb_text_inner p br{
  display:none;
}
.words-row .drop-word{
  position:relative;
  display:inline-block;
  overflow:hidden;
  font-weight:600;
  color:#B89D9C !important;
  transition:color .4s ease, text-shadow .4s ease;
}
.words-row .drop-word *{
	color:#B89D9C !important;
}
.words-row .drop-word.seen{
  color:#B89D9C !important;
}

.words-row .drop-word.seen:hover{
  color:#ffffff !important;
	transition:0.3s all ease-in-out;
	
}
.words-row .drop-word.seen:hover *{
	color:#ffffff !important;
	transition:0.3s all ease-in-out;
}
.words-row .drop-word .char{
  display:inline-block;
  opacity:0;
  transform:translateY(-100%);
  animation:dropIn 0.5s ease forwards;
  animation-play-state:paused;
}

.words-row.in-view .drop-word .char{
  animation-play-state:running;
}

@keyframes dropIn{
  0%{
    opacity:0;
    transform:translateY(-100%);
  }
  60%{
    opacity:1;
    transform:translateY(10%);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

.home-services-listing li{
    list-style: none;
    display: inline-block;
    padding:10px 20px;
    font-size: 20px;
    line-height: 25px;
	transition:0.3s all ease-in-out;
}

.home-services-listing li:hover{
	color:#F93822 !important;
	 font-size: 23px;
/*     line-height: 27px; */
	transition:0.3s all ease-in-out;
}
/* .home-images-listing .et_pb_column{
  opacity:0;
  transform:translateY(40px);
  animation:riseIn .8s cubic-bezier(.16,1,.3,1) forwards;
}
.home-images-listing .et_pb_column_3{ animation-delay:.05s; }
.home-images-listing .et_pb_column_4{ animation-delay:.2s; }
.home-images-listing .et_pb_column_5{ animation-delay:.35s; }
@keyframes riseIn{
  to{ opacity:1; transform:translateY(0); }
} */

.home-images-listing .et_pb_image{
  position:relative;
  border-radius:8px;
  overflow:hidden;
/*   transition:transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease; */
  clip-path:inset(0 0 0 0);
}
.home-images-listing .et_pb_image:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 55px -16px rgba(0,0,0,.55);
}

 .home-images-listing .et_pb_image::before{
  content:'';
  position:absolute;
  inset:0;
  background:transparent;
  border-radius:8px;
  z-index:6;
  pointer-events:none;
  transition:border-color .5s ease, inset .5s ease;
}
.home-images-listing .et_pb_image:hover::before{
  background:linear-gradient(160deg, rgba(226,89,60,.20), rgba(20,6,10,.30));

} 

.home-images-listing .et_pb_image_wrap{
  display:block;
  aspect-ratio:4/5;
  overflow:hidden;
  position:relative;
}

.home-images-listing .et_pb_image_wrap img{
  width:100%;
  height:100% !important;
  object-fit:cover;

}


/* .home-images-listing .et_pb_image:hover .et_pb_image_wrap img{
  animation-play-state:paused;
  transform:scale(1.14);
  filter:saturate(1.08) brightness(1.03);
} */
/* 
.home-images-listing .et_pb_image_wrap::after{
  content:'';
  position:absolute;
  top:0; left:-60%;
  width:40%; height:100%;
  background:linear-gradient(75deg, transparent, rgba(255,255,255,.35), transparent);
  transform:skewX(-20deg);
  transition:left .9s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
  z-index:5;
}
.home-images-listing .et_pb_image:hover .et_pb_image_wrap::after{
  left:140%;
} */

/* 
.hover-swap {
  position: relative;
  min-height: 90px;
  background-color: #f4efe6;
  outline: 1px solid #F93822;
    outline-offset: 6px;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.hover-swap .et_pb_text_inner{
    display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hover-swap:hover {
  border-color: #e2543c;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hover-swap .et_pb_text_inner {
  position: relative;
  width: 100%;
}


.hover-swap .text-default,
.hover-swap .text-hover {
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: #3a2a2a;
  margin: 0;

    padding-bottom: 0;
}


.hover-swap .text-hover {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.hover-swap:hover .text-default {
  opacity: 0;
}
.hover-swap:hover {
    background:#F93822;
}
.hover-swap:hover .text-hover {
  opacity: 1;

  color: #fff; 
}
 */

.hover-swap {
  position: relative;
  min-height: 100px;
  background-color: #f4efe6;
  outline: 1px solid #F93822;
  outline-offset: 6px;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
	color:#612E35 !important;
  transition: background 0.6s ease, box-shadow 0.6s ease;
}

.hover-swap .et_pb_text_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.hover-swap .text-default,
.hover-swap .text-hover {
  font-style: italic;
	text-align:center;
  font-size: 17px;
  line-height: 1.5;
  color: #3a2a2a;
  margin: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


/* Default text */
.hover-swap .text-default {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}


/* Hidden hover text */
.hover-swap .text-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(-60px) scale(0.95);
  filter: blur(8px);
  color: #fff;
}


/* Hover state */
.hover-swap:hover {
  background: #F93822;
  box-shadow: 0 10px 30px rgba(249, 56, 34, 0.25);
}


/* First text flies away */
.hover-swap:hover .text-default {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(6px);
}


/* Second text drops from sky */
.hover-swap:hover .text-hover {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
	text-align:center;
}


.home-project-listing .actionbtn{
	margin-top:0;
}
.banner-overlay:before {
    content: " ";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto !important;
}
.home-banner *{
    color:#fff;
}
.et_pb_section.home-banner {
    padding: 20% 0 8%;
	height:100vh
}

.our-work-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
			column-gap:30px;
}

        @media (max-width: 700px) {
            .our-work-grid {
                grid-template-columns: 1fr;
            }
        }

        .our-work-item-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 10px;
            flex-wrap: wrap;
        }

        .our-work-item-name {
            font-size: 16px;
            font-weight: 500;
            text-transform: uppercase;
            color: #612E35;
        }

        .our-work-tags {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }

        .our-work-tag {
            font-size: 12px;
            font-weight: 500;
            color: #612E35;
			border:1px solid #612E35;
            background: transparent;
            padding: 4px 10px;
            border-radius: 20px;
            white-space: nowrap;
        }
.our-work-tag:hover{
	background:#F93822;
	color:#fff;
}

        .our-work-image-link {
            display: block;
        }

        .our-work-image {
            width: 100%;
            aspect-ratio: 4 / 3;
            overflow: hidden;
        
        }

        .our-work-image img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

/*         .our-work-image-link:hover img {
            transform: scale(1.03);
        } */

        .our-work-excerpt-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
            margin-top: 12px;
        }

        .our-work-excerpt {
            font-size: 16px;
            color: #000;
            line-height: 1.5;
            margin: 0;
        }

        .our-work-arrow {
            flex-shrink: 0;
            color: #612E35;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size:20px;
            transition: transform 0.2s ease;
        }

        .our-work-arrow:hover {
            transform: translate(2px, -2px);
        }
.our-work-item {
    padding: 10px;
    background: transparent;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.our-work-item:hover {
    background: #612E35;
    box-shadow: 0 0 0 15px #612E35; /* simulates the extra 20px "padding" */
	border-radius:7px;
	
}
.our-work-item:hover img{
	opacity:0.7;
}
.our-work-item:hover * {
    color: #fff;
}
.our-work-item:hover .our-work-tag{
	background:#F93822;
}
  
.our-work-item:hover .our-work-item-name{
	color:#F93822;
}
.our-work-item:hover p{
	
}
.our-work-item:hover .our-work-arrow,
.our-work-item:hover .our-work-arrow svg

{
	color:#F93822;
}
.our-work-item:hover .our-work-arrow path{
	fill:#F93822;
}

/*** contact page **/
.contact-sec-form input{
    border:0 !important;
    border-bottom:1px solid #ffffff73 !important;
    padding-left: 0 !important;
    font-weight: 500 !important;
	color:#fff;
}
.contact-sec-form input::placeholder{
    color:#F1E6DF !important;
       font-size: 16px;
    font-weight: 500px !important;
}
.contact-sec-form .gform_footer{
    align-items: center;
}
.contact-sec-form .gform_button{
    width:100%;
}

.contact-info ul{
    padding:0;
    
}

.contact-info ul li{
    padding-bottom: 3%;
    display: flex;;
    
}

.contact-info ul li a{
    font-size: 18px;
    color:#000;
    
}

.contact-info ul li svg{
    color:#F93822 !important;
    width:50px;
   font-size: 20px;
    padding-top: 3px;
    border-radius: 50%;
}

.contact-info ul li svg path{
    fill:#F93822 !important;
}

.secondary-border-bottom {
    border-bottom: 1px solid #e9a59d;
    padding-bottom: 10px;
}
.list-blurb .et_pb_module {
    padding-bottom: 10px !important;
    margin-bottom: 30px !important;
}

.list-blurb h4{
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
	padding-bottom:3px;
}
.list-blurb{
    padding-bottom: 20px;
}
.list-blurb p{
    font-size: 18px;
    font-weight: normal !important;
}

.list-blurb .et_pb_blurb {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.list-blurb .et_pb_module_header,
.list-blurb .et_pb_module_header span {
    transition: color 0.35s ease;
}


.list-blurb .et_pb_blurb:hover {
    transform: translateX(16px);
}


.list-blurb .et_pb_blurb:hover .et_pb_module_header,
.list-blurb .et_pb_blurb:hover .et_pb_module_header span {
    color: #F93822;
}
.et_pb_blurb_content{
    max-width:100%;
}


.single-project-display .et_pb_row {
  position: relative;
  display: flex;
  background: #612E35;
  border-radius: 24px;
  overflow: hidden;
    padding:0;
}
.single-project-display::before {
   content: "Work in action";
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #612E35;
    white-space: nowrap;
    z-index: 5;
}

.single-project-display .et_pb_column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 50px;
   padding-right:0;
  color: #fff;
}

.single-project-display .et_pb_column:last-child {
  z-index: 1;
  overflow: hidden;
}

.single-project-display .et_pb_image,
.single-project-display .et_pb_image_wrap {
  height: 100%;
  display: block;
}

.single-project-display img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


.single-project-display .et_pb_column:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
  z-index: 2;
  background: linear-gradient(90deg, #622e35 0%, rgba(98, 36, 54, 0.85) 25%, rgba(92, 36, 54, 0.5) 55%, rgba(92, 36, 54, 0) 100%);
  pointer-events: none;
}

.single-project-display .et_pb_row {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
              box-shadow 0.8s ease;
}
.single-project-display .et_pb_row:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.25);
}


.single-project-display *{
    color:#fff;
}

.single-project-cat-display  *{
color:#F1E6DF;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.44px;
opacity: 0.7;
}

.single-project-display .et_pb_column:first-child:hover h3{
    color:#F93822;
}
.underline-icon-button{
    border:0;
    padding: 0 !important;
    border-radius: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    color:#F1E6DF;
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: normal;
    border-bottom: 1px solid #F1E6DF !important;
    padding-right: 25px !important;
}
.underline-icon-button:after{
    opacity: 1;
    margin-left:10px !important;
    font-size: 20px;
   
    
}
.underline-icon-button:hover{
    color:#F93822;
    padding:inherit !important;
    text-decoration: none;
     padding:0 !important;
    border:0 !important;
    border-bottom:1px solid #F93822 !important;
    background-color: transparent !important;
}
/****************** Our Work ***/
/* Nav tabs */
.projects-tabs .filter-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    border: none;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.projects-tabs .filter-nav .nav-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.projects-tabs .filter-nav .nav-link p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #622e35;
    font-weight: 500;
    transition: color 0.25s ease;
}
.projects-tabs .filter-nav .nav-link.active p,
.projects-tabs .filter-nav .nav-link:hover p {
    color: #7a3b46; /* maroon accent - adjust to your brand color */
}
.projects-tabs .filter-nav .nav-link.active p {
    border-bottom: 1px solid #7a3b46;
    padding-bottom: 6px;
    transition: border-color 0.25s ease;
}

/* Tab pane fade transition */
.projects-tabs .tab-pane {
    transition: opacity 0.3s ease;
}

/* Grid */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 900px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}
.project-list {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(18px);
	 transition: 0.5s all ease-in-out;
}

/* Staggered entrance animation - triggered by JS adding .in-view */
.project-list.in-view {
    animation: projectFadeUp 0.55s ease forwards;
}

@keyframes projectFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f2f2f2;
}
.project-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.project-list:hover .project-image img {
    transform: scale(1.05);
}
.project-content {
    padding-top: 18px;
	 padding:10px 0;
	transition:0.3s all ease-in-out;
}
.project-title-link {
    text-decoration: none;
    color: inherit;
}
.project-content h4 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #612E35;
    margin: 0 0 0px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
	transition:0.3s all ease-in-out;
	
}
.arrow-icon {
    font-size: 16px;
    transition: transform 0.25s ease;
}
.project-list:hover .arrow-icon {
    transform: translateX(4px);
}
.project-excerpt {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}
.no-projects {
    grid-column: 1 / -1;
    text-align: center;
    color: #999;
}
/* .project-list:hover{
    background: #612E35;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
} */
  
/* .project-list:hover *{
    color:#fff;
 
} */
.project-content a:hover{
	text-decoration:none;
}
.project-list:hover .arrow-icon,
.project-list:hover h4
{
	color:#F93822;
}

/* .project-list:hover .project-content{
  padding:10px;
} */

.parallex-image-sec{
    height:800px;
  
    
}
.five-steps-row h4{
    font-size: 120px;
    line-height: 130px;
    color:#F93822;
    font-weight: normal;
    letter-spacing: 5.44px;
    font-family: 'Gloock', serif;
    text-transform: uppercase;
}
.five-steps-row .et_pb_column {
  position: relative;
  overflow: visible;
	width: 20% !important;
    margin-right: 1% !important;
}

.five-steps-row  h4{
     transition:  0.3s all ease-in-out;
}
.five-steps-row .et_pb_column:hover  h4 {
  transform: translateY(-6px);
    color:#612E35 !important;
}

.count-on-box .et_pb_column .et_pb_text_inner {
  transition: transform 0.3s ease;
}
/* .five-steps-row .et_pb_column::before {
  position: absolute;
  top: -10px;
  left: 60%;
  transform: translateX(-50%) scale(0.7);
  font-family: Georgia, serif;
  font-size: 160px;
  font-weight: 700;
  color: #e05230;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(.22,1,.36,1);
}

.five-steps-row .et_pb_column_13::before { content: "1."; }
.five-steps-row .et_pb_column_14::before { content: "2."; }
.five-steps-row .et_pb_column_15::before { content: "3."; }
.five-steps-row .et_pb_column_16::before { content: "4."; }
.five-steps-row .et_pb_column_17::before { content: "5."; }

.five-steps-row .et_pb_column.ghost-active::before {
  opacity: 0.10;
  transform: translateX(-50%) scale(1);
	color:#fff;
} */

.five-steps-row .et_pb_blurb_content { position: relative; z-index: 1; }

/* .five-steps-row .et_pb_column.step-dim .et_pb_blurb_content {
  opacity: 0.60;
  transition: opacity 0.3s ease-in-out;
} */

.five-steps-row h3 {
    font-size: 24px !important;
    line-height: 30px !important;
	margin-bottom:0 !important;
	color: #101820;
	font-family: 'Hanken Grotesk', sans-serif;
}
.five-steps-row p {
	font-size:17px;
	line-height:22px;
		font-weight:300 !important;
}
.five-steps-row{
   display: flex;
    
} 
.five-steps-row .et_pb_column{
    padding:10px;
    transition: 0.3s all ease-in-out;
}
.five-steps-row .et_pb_column:hover{
/*         background: #622e35;
    padding:10px;
     transition: 0.3s all ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
    
}
/* .five-steps-row .et_pb_column:hover p{
    color:#fff;
}
.five-steps-row .et_pb_column:hover h3{
   color: #F93822
} */
.count-on-box p{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.6px;
    opacity: 0.75;
    color:#F1E6DF;
}
.count-on-box p:hover{
     opacity: 1;
}
.count-on-box {
    display: flex;
}
.count-on-box .et_pb_column {
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.count-on-box .et_pb_column:hover {
  border-bottom: 3px solid #FF2E24 /* change color to match your brand */
}

.count-on-box .et_pb_column:hover .et_pb_text_inner {
  transform: translateY(-6px);
}

.count-on-box .et_pb_column .et_pb_text_inner {
  transition: transform 0.3s ease;
}
.team-members {

		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 34px;
	}

	.team-member {
		opacity: 0;
		transform: translateY(34px);
		transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22,1,0.36,1);
	}
	.team-member.in-view { opacity: 1; transform: translateY(0); }
 
	.member-photo {
		position: relative;
		width: 100%;
		aspect-ratio: 4 / 5;
		overflow: hidden;
		
	}
 
	.member-image {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		filter: grayscale(1) sepia(0.1) contrast(1);
		transition: opacity 0.85s cubic-bezier(0.22,1,0.36,1), transform 1.1s cubic-bezier(0.22,1,0.36,1);
	}
	.img-default { opacity: 1;z-index: 2; }
	.img-hover   { opacity: 0;  z-index: 1; }
 
	.team-member:hover .img-default { opacity: 0; }
	.team-member:hover .img-hover    { opacity: 1;  filter:unset; }
 

.member-sheen {
		position: absolute;
		top: -60%;
		left: -160%;
		width: 50%;
		height: 220%;
		z-index: 3;
    opacity: 0.3;
		pointer-events: none;
		background: linear-gradient(
			100deg,
			rgba(255,255,255,0) 0%,
			rgba(255,255,255,0.5) 50%,
			rgba(255,255,255,0) 100%
		);
		transform: rotate(20deg);
		transition: left 1s cubic-bezier(0.22,1,0.36,1);
	}
	.team-member:hover .member-sheen { left: 160%; }
 
	.member-name {
		font-size: 28px;
        line-height: 36px;
        color:#612E35;
        font-weight: normal;
            font-family: 'Gloock', serif;
        padding-bottom: 5px;
		padding-top:10px;
        margin-bottom: 0;
        
	}
	.member-position {
	color:#F93822;
        font-style: italic;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
		padding-bottom:0;
        
	}
p.member-bio {
    font-weight: 300 !important;
    font-size: 18px;
}
	
.subscription-cta .gform_footer{
	text-align:center;
}
.secondary-text,
.secondary-text *
{
    color:#F93822 !important;
}
.parallex-main-image,
.parallex-main-image-low {
  position: relative;
  overflow: hidden;
}
.parallex-main-image .et_pb_image_wrap,
.parallex-main-image-low .et_pb_image_wrap {
  display: block;
  overflow: hidden;
}
.parallex-main-image img,
.parallex-main-image-low img {
  width: 100%;
  height: auto;
  transform: scale(1.20);
  will-change: transform;
  transition: transform 0.3s linear;
}


/** parallex flow **/
.parallex-flow {
  position: relative;
  overflow: hidden;
}
.parallex-flow .et_pb_image_wrap {
  display: block;
  overflow: hidden;
}
.parallex-flow img {
  width: 100%;
  height: auto;
  transform: scale(1.15);
  will-change: transform;
  transition: transform 0.3s linear;
}
 

        /* Toolbar */
 /* Toolbar */
.blog-toolbar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

/* Search row (its own line, full width) */
.blog-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    position: relative;
}

.blog-search-label {
       font-size: 14px;
    text-transform: uppercase;
    color: #612E35;
    margin: 0;
    white-space: nowrap;
    pointer-events: none;
}

.blog-search-inputwrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.blog-search-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding-left: 140px;
    font-size: 15px;
    color: #333;
}

.blog-search-btn {
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    cursor: pointer;
    color: #a9583f;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Filter row (separate line below, right-aligned) */
.blog-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

        .blog-filters-label {
            font-size: 14px;
            color: #444;
        }

        .blog-filter-dropdown {
            position: relative;
        }

        .blog-filter-toggle {
            background: none;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            color: #612E35;
    
            padding: 0;
        }

        .blog-filter-menu {
            display: none;
            position: absolute;
            top: calc(100% + 10px);
            right: 0;
            background: #fff;
            border: 1px solid #eee;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            min-width: 180px;
            z-index: 10;
            border-radius: 4px;
            overflow: hidden;
        }

        .blog-filter-menu.open {
            display: block;
        }

        .blog-filter-option {
            display: block;
            width: 100%;
            text-align: left;
            background: none;
            border: none;
            padding: 10px 16px;
            font-size: 14px;
            cursor: pointer;
            color: #333;
        }

        .blog-filter-option:hover {
            background: #f7f2ef;
            color: #a9583f;
        }

    
        .blog-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px 30px;
        }

        .blog-column a {
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .squared {
            width: 100%;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            background: #f2f2f2;
        }

        .squared img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .blog-column a:hover .squared img {
            transform: scale(1.04);
        }

        .blog-date {
            font-size: 12px;
            color: #a9583f;
            margin-top: 16px;
            font-weight: 500;
        }

        .blog-title {
            font-size: 18px;
          
            margin: 6px 0 0;
          
          
        }

        .blog-noresults {
            text-align: center;
            padding: 60px 0;
            color: #777;
        }

        @media (max-width: 900px) {
            .blog-row { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 560px) {
            .blog-row { grid-template-columns: 1fr; }
            .blog-toolbar { align-items: flex-start; }
        }
 
/* ============ HEADER BAR (base) ============ */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
}

.header-logo a {
  text-decoration: none;
}

/* #headerLogo {
  max-height: 40px;
} */

/* ============ TOGGLE BUTTON ============ */
#toggle {
  width: 42px;
  height: 28px;
  position: relative;
  cursor: pointer;
  z-index: 10001;
  display: inline-block;
}

#toggle .one,
#toggle .two,
#toggle .three {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

#toggle .one   { top: 4px; }
#toggle .two   { top: 13px; }
#toggle .three { top: 22px; }

#header.open #toggle .one {
  top: 13px;
  transform: rotate(45deg);
}

#header.open #toggle .two {
  opacity: 0;
}

#header.open #toggle .three {
  top: 13px;
  transform: rotate(-45deg);
}

/* ============ INLINE NAV (#mainMenu) — desktop only ============ */
#mainMenu {
  list-style: none;
  display: none;
}

#mainMenu > li {
  list-style: none;
}

#mainMenu > li > a.d-inline-block {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

#mainMenu > li > a.d-inline-block:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  #mainMenu {
    display: flex;
  }
}

/* ============ OVERLAY MENU (#menu) ============ */
#menu {
  position: fixed;
  inset: 0;
  background: #4a2b2e;
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

#header.open #menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-menu-inner {
  position: relative;
  min-height: 100vh;
}
/* 
#menu .overlay-logo {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 1002;
} */

#menu .overlay-logo img {
  width:200px;
}

#overlayMenu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
/*   padding: 100px 0 60px; */
  margin: 0;
}
.toggle-menu-row{
	padding-top:60px !important;
}
#overlayMenu > li {
  list-style: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding: 18px 0;
}

#overlayMenu.animate-in > li {
  opacity: 1;
  transform: translateY(0);
}

#overlayMenu > li:nth-child(1) { transition-delay: 0.05s; }
#overlayMenu > li:nth-child(2) { transition-delay: 0.1s; }
#overlayMenu > li:nth-child(3) { transition-delay: 0.15s; }
#overlayMenu > li:nth-child(4) { transition-delay: 0.2s; }
#overlayMenu > li:nth-child(5) { transition-delay: 0.25s; }
#overlayMenu > li:nth-child(6) { transition-delay: 0.3s; }
#overlayMenu > li:nth-child(7) { transition-delay: 0.35s; }

#overlayMenu > li > a.d-inline-block {
  font-family: 'Gloock', serif;
  font-size: 44px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #f5f0e8;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#overlayMenu > li > a.d-inline-block:hover {
  opacity: 0.7;
}


.main-header-row{
    padding:20px;
    display: flex;
    align-items: center;
}
.header-logo{
    width:250px;
}
.header-hamburger{
  width:20px;  
}
#menuContainer{
    width:100%;
    margin-right: 4%;
}

 
.et_pb_section.page-banner{
	padding-top:10%!important;
}

/**** case study **/
.case-study-overview {
  
    color: #fff;
}
.case-study-overview .cs-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #F93822;
}
.case-study-overview .cs-label {
    text-transform: uppercase;
    opacity: 0.8;
    flex: 0 0 140px;
}
.case-study-overview .cs-value {
    font-weight: 600;
    flex: 1;
}

.implementation-steps {
    max-width: 700px;
}
.implementation-steps .is-title {
    font-weight: 700;
    margin-bottom: 16px;
}
.implementation-steps .is-table {
   border:0 !important;
    border-collapse: collapse;
}
.implementation-steps .is-table thead th {
    background: #612E35;
    color: #fff;
    text-align: left;
    font-weight:500;

}
.implementation-steps .is-table tbody td {
    padding: 20px 16px;
    border-bottom: 1px solid #612E35;
    vertical-align: top;
    
}
.implementation-steps .is-key-action {
    font-weight: normal;
/*     white-space: nowrap; */
}
.is-description p br{
	display:none;
}
.implementation-steps .is-description p{
    font-size: 16px;
    line-height: 20px;
}
.implementation-steps .is-description p:first-child strong {
    display: block;
    margin-bottom: 4px;
}
.implementation-steps .is-timeline {
/*     white-space: nowrap; */
    text-align: right;
}


.kpi-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border:0 !important;
}

.kpi-table{
	margin-top:20px !important;
}
.kpi-table thead th {
    background-color: #612E35;
    color: #fff;
    font-weight: 600;
   
}

.kpi-table tbody td {
    padding: 16px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #612E35;
}
.fixed-height-images .et_pb_image_wrap {
    height:450px;
	width:100%;
    
}
.fixed-height-images .et_pb_image_wrap  img{
    height:100%;
	
	width:100% !important;
    object-fit: cover;
}

.et_pb_section.project-banner {
    padding:30% 0 0%;
}
.project-banner *{
    color:#fff;
}

.project-banner .et_pb_text_inner{
    border-left:2px solid #F93822;
    padding-left:40px;
    padding-bottom: 10px;
}
.project-banner {
  position: relative;
}

.project-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: linear-gradient(
    90deg,
    rgba(97, 46, 53, 0.75) 0%,
    rgba(97, 46, 53, 0.35) 40%,
    rgba(97, 46, 53, 0) 70%
  ),
  linear-gradient(
    to top,
    #612E35 0%,
    rgba(97, 46, 53, 0) 45%
  ); */
	background:linear-gradient(90deg, rgba(97, 46, 53, 0.75) 0%, rgba(97, 46, 53, 0.35) 40%, rgba(97, 46, 53, 0) 70%), linear-gradient(to top, #612E35 0%, rgb(2 2 2 / 18%) 45%);
  z-index: 1;
  pointer-events: none;
}

.project-banner .et_pb_row {
  position: relative;
  z-index: 2;
}

.blurb-with-border-button .et_pb_blurb h4{
     font-size: 17px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 0;
       
}

.blurb-with-border-button .et_pb_blurb{
 border-bottom:1px solid #F93822;
    padding-bottom: 20px;
}
.numbered-blurb {
  counter-reset: step-counter;
}

.numbered-blurb .et_pb_blurb {
  counter-increment: step-counter;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 70px;
  margin-bottom: 35px;
}

.numbered-blurb .et_pb_blurb::before {
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 70px;
        font-family: 'Gloock', serif;
  font-weight: 700;
  color:#F93822;
}

.numbered-blurb .et_pb_blurb_content {
  width: 100%;
}

.numbered-blurb .et_pb_module_header {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0px;
 
}

.numbered-blurb .et_pb_blurb_description p {
  font-size: 16px;
  line-height: 1.5;
 
}

.project-testimonial-section .testimonial-content {
  position: relative;
}
.project-testimonial-section  *{
    text-align: center;
	
}
.project-testimonial-section  p{
font-style:italic;
}
.project-testimonial-section .testimonial-content::before {
content: "“";
    display: block;
	font-family: 'Gloock', serif;
    font-size: 130px;
    color: #F93822;
    line-height: 0px;
    margin-bottom: 10px;
    margin-top: 100px;
}

.project-testimonial-section .testimonial-content::after {
  content: "”";
	font-family: 'Gloock', serif;
  display: block;
  line-height: 0;
  margin-top: 80px;
    font-size: 130px;
    color: #F93822;
   
}

.project-testimonial-section .testimonial-by {

  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.brief-us-in-tab {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  writing-mode:  sideways-lr;
  background-color:#F1E6DF;
  color: #612E35;

  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 24px 10px;
  border-radius: 0px 6px 6px 0;
  z-index: 9999;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, padding-right 0.3s ease;
}

.brief-us-in-tab:hover {
  background-color: #F93822;
    text-decoration: none;
  padding-right: 16px;
  color: #fff;
}

.scroll-text .primary-text,
.scroll-text .secondary-text {
  color: rgba(97, 46, 53, 0.2); /* dimmed state - matches your maroon brand color */
  transition: color 0.6s ease;
}

.scroll-text.is-active .primary-text,
.scroll-text.is-active .secondary-text {
  color: #612E35; /* fully highlighted state */
}

.scroll-text .secondary-text em {
  color: inherit;
  font-style: italic;
}
/* #letter-fall-container {
    width: 60% !important;
	height:70% !important;
    position: absolute;
    bottom: 0;
    right: 0;
}
#letter-fall-canvas {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

#letter-fall-container {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
} */

#letter-fall-container {
    width: 60% !important;
    height: 70% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none; /* default: click-through */
}

#letter-fall-canvas {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none; /* default: click-through */
}

/*** single blog scetion **/

.single-metas-bottom {
    text-align: center;
    border-top: 1px solid #595A5A;
	padding-top:30px;
}
.single-metas-bottom h5{
	display:block;
}
.single-metas h5{
    margin-bottom: 0;
    padding-bottom: 5px;
}
.single-blog-section .bredacrumb{
    text-align: center;
}
.bredacrumb a{
    text-decoration: underline;
    color:#595A5A !important;
}

.single-post-banner * {
    text-align: center;
    color: #fff !important;
}


.single-post .blog-section .et_pb_image_wrap,
.single-post .blog-section .et_pb_image_wrap img{
    width:100%;
}

.custom-blog .blog-column .read-more-btn{
    position: absolute;
    bottom:0;
}
.custom-blog .blog-excerpt{
    padding-bottom: 40px;
}
.single-back-blog{
    text-align: center;
}

.blog-top-sec h5{
    font-size: 15px;
    line-height: 20px;
    
  
}
.single-blog-section h2{
	font-weight:500;
	font-size:30px !important;
	line-height:38px;
	    font-family: 'Hanken Grotesk', sans-serif;
}

.single-blog-hero-content h2{
	    font-family: 'Gloock', serif;
}
.single-blog-section h2 *{
	font-weight:500;
}
.single-blog-section tr td *{
	font-weight:500;
}
.single-blog-section h3{
	font-weight:500;
}
.single-blog-section li{
	font-size:19px;
	line-height: 1.3;
}
.single-blog-section ul {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}
.single-blog-section .bredacrumb a{

}
.single-blog-section .et_pb_row .et_pb_row{
	width:100% !important;
}
.single-post-featured-img img{
    width:100%;
}

.single-blog-hero-content *{
    text-align: center;
}
.single-blog-main {
    padding-top: 20px;
 
}
.single-blog-main h3{
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 5px;
}
.share-article-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
     
}
.single-post-featured-img{
	width:900px;
}
.single-blog-section p *{
    font-size: 20px !important;
    line-height: 25px !important;
}
.blog-top-sec {
    display: flex;
    justify-content: space-between;
}
.single-metas {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.share-article-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
     
}


.share-text {
     font-family: "EB Garamond", serif;
    font-size: 35px;
    font-weight: normal;
  color:#000000;
      border-bottom: 1px solid #000;
	cursor:pointer;
  
   
}
.single .post{
    padding-bottom: 0;
}
.share-component-container {
    display: flex;
/*     align-items: center;  */
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
}

.share-column {
    display: flex;
    flex-direction: column; 
    gap: 10px;
}



.social-share-links {
    display: none; 
    align-items: center;
    gap: 15px;
    padding-top: 5px;
    animation: slideDown 0.3s ease-out;
}

.social-share-links a {
    color: inherit;
    font-size: 18px;
    transition: opacity 0.2s;
}

.social-share-links a:hover {
    opacity: 0.6;
}

.copy-icon-trigger {
    cursor: pointer;
    position: relative;
    padding-top: 10px; 
}



.copy-status {
    display: none;
    position: absolute;
    background: #333;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-images-sec {
    margin-top: 50px !important;
     margin-bottom: 50px !important;
	justify-content:center;
}
.logo-images-sec .et_pb_image_wrap {
    height:60px;
}

.logo-images-sec .et_pb_image_wrap img{
    height:100%;
    object-fit: contain;
}


.stats-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
  
}

.stats-table thead th {
  background-color: #612E35;
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.stats-table tbody td {
  padding: 14px 16px;
  
}



.stats-table .note {
  font-size: 12px;
  color: #888;
  font-style: italic;
  display: block;
}

.clipping-gallery .et_pb_gallery_item {
    width: 31% !important;
    margin-right: 2% !important;
    padding: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 20px;
	clear:unset !important;
}

.primary-cta .actionbtn{
	margin-top:10px;
}

/*** team popup sec **/
.member-photo { cursor: pointer; }

.team-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  box-sizing: border-box;
	cursor:pointer;
}

.team-popup-overlay.active {
  display: flex;
}

.team-popup-box {
  background: #fff;
  width: 100%;
  max-width: 950px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  display: flex;
  gap: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.team-popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  z-index: 2;
}

.team-popup-content {
  display: flex;
  gap: 40px;
  width: 100%;
}

.team-popup-content .popup-image {
  flex: 0 0 300px;
}

.team-popup-content .popup-image img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.team-popup-content .popup-text {
  flex: 1;
  min-width: 0;
}

.team-popup-content .popup-name {
  margin: 0 0 0px;
  font-size: 28px;
}

.team-popup-content .popup-position {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
color:#FF2E24;
}

.team-popup-content .popup-bio p {
 font-size:16px;
	margin-bottom:0;
  margin: 0 0 6px;
  color: #333;
}

.team-popup-content  .popup-bio {
    padding-bottom: 20px;
}
.team-popup-content h6 {
       margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    padding-bottom: 0;
}

.project-listng-sections .et_pb_module,
.blog-listing-sections .et_pb_module,
.hide-transition .et_pb_module
{
	transform:unset !important;
		will-change:unset !important;
		transition:unset !important;
		opacity:unset !important;
}

.terms-conditions li{
    list-style: none;
    padding-bottom: 10px;
}

.terms-conditions ul{
    padding-left: 0;
}

.terms-conditions h2{
    font-size: 30px !important;
    line-height: 40px !important;
}


/** woned , paid earned **/
#owned-tab-open,
#earned-tab-open,
#paid-tab-open {
  display: none;
	padding-top:0;
}

#owned-tab-open.active-tab,
#earned-tab-open.active-tab,
#paid-tab-open.active-tab {
  display: block;
}
.tab-sections-wrapper {
  position: relative;
  width: 100%;
}

#owned-tab-open,
#earned-tab-open,
#paid-tab-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  transform: translateY(-40px);
  pointer-events: none;

  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#owned-tab-open.active-tab,
#earned-tab-open.active-tab,
#paid-tab-open.active-tab {
  position: relative; /* becomes part of normal flow so wrapper gets height */
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}
.drop-word {
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.drop-word.active-word {
 
  color: #FF2E24 !important;
}
.drop-word.active-word * {
	color:#FF2E24 !important;
}
.home-single-tab .et_pb_module:first-child{
	margin-bottom:15px !important;
}

.hide-kpi-subtilte h6{
	display:none;
}

/** faq page **/
.faq-tabs li{
	list-style:none;
}
.faq-tabs-target { display: none; }
.faq-tabs-target.faq-active { display: block; }


.faq-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
	justify-content:center;
}

.faq-filter-tabs li {
  padding: 12px 26px;
  border-radius: 50px;
  background: #fff;
  border: 1.5px solid rgba(97, 46, 53, 0.15);
  color: #612E35;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-filter-tabs li:hover {
  border-color: #F93822;
  color: #F93822;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(249, 56, 34, 0.18);
}

.faq-filter-tabs li.active {
  background: #612E35;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(97, 46, 53, 0.3);
}


.faq-tabs-target { display: none; }

.faq-tabs-target.faq-active {
  display: block;
  animation: faqFadeIn 0.45s ease;
}

@keyframes faqFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}


.faq-tabs-target .et_pb_toggle.et_pb_toggle_item {
  position: relative;
  background: #FBF5F3;
  border: 1px solid rgba(97, 46, 53, 0.15);
  border-radius: 14px;
  padding: 24px 30px !important;
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.faq-tabs-target .et_pb_toggle.et_pb_toggle_item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #612E35;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.faq-tabs-target .et_pb_toggle.et_pb_toggle_open {
  background: #fff;
  border-color: #612E35;
  box-shadow: 0 10px 26px rgba(97, 46, 53, 0.1);
}

.faq-tabs-target .et_pb_toggle.et_pb_toggle_open::before {
  transform: scaleY(1);
}

.faq-tabs-target .et_pb_toggle_title {
  position: relative;
  color: #612E35 !important;
  font-size: 20px !important;
	font-weight:500 !important;
  line-height: 1.4;
  padding-right: 46px !important;
  cursor: pointer;
  margin: 0 !important;
  transition: color 0.3s ease;
}


/* .faq-tabs-target .et_pb_toggle_title::before {
  display: none !important;
}


.faq-tabs-target  .et_pb_toggle_title::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  background: #612E35;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 1.2rem;
  transition: all 0.35s ease;
}
 */
.faq-tabs-target  .et_pb_toggle_open .et_pb_toggle_title {
  color: #F93822;
}

/* .faq-tabs-target .et_pb_toggle_open .et_pb_toggle_title::after {
  content: '−';
  background: #F93822;
  transform: rotate(180deg);
} */

.et_pb_toggle_title:before,
.et_pb_toggle_title:after{
	color:#612E35 !important;
}
.faq-tabs-target .et_pb_toggle_content {
  color: #3a2226;
  line-height: 1.75;
  padding-top: 14px !important;
}

.faq-tabs-target h2{
    text-align: center;
    font-size: 30px !important;
    line-height: 40px !important
}

/*** shop **/
.ssg-topbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:16px;
	padding-bottom:16px;
	
	margin-bottom:30px;
}

.ssg-search{
	flex:1;
	min-width:200px;
	position:relative;
	border-bottom:1px solid #612E35;
	margin-right:30px;
}

.ssg-search input{
	width:100%;
	border:none;
	border-bottom:1px solid #ddd;
	padding:6px 26px 6px 0;
	font-size:13px;
	letter-spacing:.5px;
	text-transform:uppercase;
	background:transparent;
	outline:none;
}

.ssg-search button{
	position:absolute;
	right:0;
	top:11px;
	background:none;
	border:none;
	cursor:pointer;
}

.ssg-filters{
	display:flex;
	align-items:center;
	gap:20px;
	flex-wrap:wrap;
}

.ssg-filters label{
	font-size:13px;
	color:#612E35;
	margin-bottom:0;
}

.ssg-filters select{
	border:none;
	background:transparent;
	font-size:13px;
	cursor:pointer;
	outline:none;
	color:#612E35;
}

.ssg-cart{
	position:relative;
	font-size:18px;
	text-decoration:none;
	color:#612E35;
}

.ssg-cart-count{
	position:absolute;
	top:-6px;
	right:-8px;
	background:#612E35;
	width:8px;
	height:8px;
	border-radius:50%;
}

.ssg-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:30px;
}

.ssg-card-img{
	background:#fff;
	border:1px solid #eee;
	margin-bottom:12px;
	display:block;
}

.ssg-card-img img{
	width:100%;
	display:block;
}

.ssg-price{
	color:#C25E3E;
	font-size:13px;
}

.ssg-title{
	font-size:16px!important;
	line-height:23px!important;
	margin:4px 0 0;
}

.ssg-title a{
	color:#222;
	text-decoration:none;
}

.ssg-add a{
	color:#C25E3E;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:underline;
	cursor:pointer;
}

.ssg-add a.ssg-added{
	color:#4a8f4a;
}
.ssg-short-desc {
    padding-bottom: 10px;
}

.ssg-topbar input::placeholder{
	color:#612E35;
}

/** word flip */

/*** testing **/
.sentence {
 
  display: flex;
/*   gap: 10px; */
}

.flip-container {
  position: relative;
  display: inline-block;
  height: 3rem; /* Match font height */
  perspective: 400px; /* Gives the 3D depth effect */
}

.flip-word {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
	color:#F93822;
  white-space: nowrap;
  transform-origin: 50% 100%;
  transform: rotateX(-90deg);
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  backface-visibility: hidden; /* Prevents flickering */
}

/* State when word is visible */
.flip-word.active {
  opacity: 1;
  transform: rotateX(0deg);
}

/* State when word flips out upward */
.flip-word.exit {
  opacity: 0;
  transform: rotateX(90deg);
}
.sentence{
   padding-left: 32%;
}
.flip-container{
    margin-left: 15px;
}

/** responsive **/


@media only screen and (max-width:1800px){
.medium-row.et_pb_row {
    width: 80% !important;
}
	.fixed-height-images .et_pb_image_wrap {
    height: 350px;
}
	.single-project-display::before {
    left: 7%;
	}
}

@media only screen and (max-width:1600px){
	.et_pb_row {
    width: 90% !important;
    max-width: 100% !important;
}
	
	
	.et_pb_row.fullwidth-row{
		 width: 100% !important;
    max-width: 100% !important;
	}
	.medium-row.et_pb_row {
    width: 90% !important;
    
}
	.count-on-box p {
    font-size: 24px;
    line-height: 30px;
	}
	    .single-project-display::before {
        left: 2%;
    }
}

@media only screen and (max-width:1400px){

	#header .medium-row.et_pb_row {
    width: 95% !important;
    
}
	h1 {
    font-size: 54px;
    line-height: 64px;
}
	#menuContainer li a{
		padding:0 12px !important;
	}
	.et_pb_section.home-banner {
    padding: 23% 0 12%;
}
	
	.parallex-image-sec{
    height: 500px;
}
	.five-steps-row p {
    font-size: 15px;
    line-height: 22px;
	}
	.five-steps-row h3 {
    font-size: 20px !important;
    line-height: 26px !important;
	}
	.five-steps-row h4 {
    font-size: 100px;
    line-height: 100px;
	}
	.fixed-height-images .et_pb_image_wrap {
    height: 250px;
}
	/** team */
	.member-name {
    font-size: 26px;
    line-height: 37px;
	}
	h2 {
    font-size: 41px !important;
    line-height: 52px;
	}
	
	.faq-filter-tabs li{
		font-size: 18px !important;
	}
/* 	.sentence {
    padding-left: 35%;
} */
}

@media only screen and (max-width:1200px){
	.short-row.et_pb_row {
    width: 90% !important;
    max-width: 100% !important;
}
	.home-services-listing li {
    font-size: 18px;
    line-height: 25px;
	}
	#menuContainer li a{
		padding:0 10px !important;
		font-size:11px !important;
	}
	.subscription-cta input {
    width: 500px !important;
}
	.large-font p {
    font-size: 26px;
    line-height: 35px;
}
	/*** blog **/
	.blog-title {
    font-size: 15px;
    line-height: 22px;
	}
	.implementation-steps .is-description p {
    font-size: 14px;
    line-height: 17px;
}
	.medium-font * {
    font-size: 21px;
    line-height: 31px;
	}
}
@media only screen and (max-width:991px){

h1 {
    font-size: 40px;
    line-height: 50px;
}
	p br,
	h2 br,
	h1 br
	{
		display:none;
		
	}
	.custom-footer .et_mobile_nav_menu {
    display: none !important;
}

.custom-footer .et_pb_menu__menu {
    display: block !important;
}
	.footer-col-2 {
    padding-left: 0%;
}
	.custom-footer  .et_pb_menu__wrap{
		justify-content: center !important;
	}
	.footer-col-3 .et_pb_module {
    text-align: center;
}
	.et_pb_section.custom-footer{
    padding: 0 !important;
}
	.custom-footer h4 {
    font-weight: 400;
    padding-bottom: 0;
}
	.custom-footer .et_pb_module {
    margin-bottom: 0 !important;
}
	.custom-footer .et_pb_column{
		margin-bottom:15px !important;
	}
	.custom-footer ul{
		padding-bottom:0;
	}
	
/* 	.custom-footer .et_pb_column{
		width:50% !important;
	} */
		.footer-col-3 h4 {
    text-align: right;
}
	.custom-footer .et_pb_menu__wrap{
		    justify-content: flex-end !important;
	}
	.footer-row-logo .et_pb_column{
		width:100% !important;
	}
.custom-footer li {
    font-size: calc(13px + 0.5vw) !important;
	}
	.et_pb_row.footer-row-logo {
    padding: 0;
}
	
	.custom-top-header li,
	.custom-top-header li a
	{
		 font-size: 16px;
	}
	.logo-sec-form {
		margin-bottom:0 !important;
	}
	
	
	    .alter-column {
        display: flex !important;
        flex-flow: column;
    }
.alter-column .et_pb_column:first-child{
		order:2;
		padding-top:15px;
	}
	
	.home-services-listing li {
    padding: 8px 10px;
	}
	
	.home-images-listing .et_pb_column{
		width: 31% !important;
        margin: 6px;
	}
	#menuContainer{
		display:none;
	}
  body.menu-open {
    overflow: hidden;
  }

  .header-hamburger {
    position: fixed;
    top: 30px;
    right: 40px;
    z-index: 1001;
  }
.overlay-logo {
    padding-top: 23px;
}
/*   #header.open .header-logo {
    position: fixed;
    top: 20px;
    left: 24px;
    text-align: left !important;
    z-index: 1001;
  } */

	#menu .overlay-logo img{
		width:200px;
	}
	.header-logo{
		width:200px;
	}

	.main-header-row {
    padding: 20px 0;
	}
	#overlayMenu > li > a.d-inline-block {
    font-size: 38px;
		line-height:42px;
	}
	#overlayMenu {
		padding-top:30px;
	}
	#overlayMenu > li {
    padding: 12px 0;
}
	#header .et_pb_row{
		padding:0 !important;
	}

	.home-projectlist-title {
    display: flex;
    flex-flow: row;
}
	.our-work-item-header{
		    flex-flow: column;
		align-items: flex-start;
	}
	#letter-fall-container{
		display:none;
	}
	
	.parallex-image-sec{
    height: 400px;
}
	.single-project-display .et_pb_column:last-child::before{
		width: 100%;
  
    background: linear-gradient(4deg, #622e35 0%, rgba(98, 36, 54, 0.85) 25%, rgba(92, 36, 54, 0.5) 55%, rgba(92, 36, 54, 0) 100%);
	}
	.single-project-display .et_pb_column:first-child{
		padding:10px 20px;
	}
	.single-project-cat-display * {
    font-size: 13px;
    letter-spacing: 1.2px;
	}
	.five-steps-row .et_pb_column {
    width: 32% !important;
	}
	.display-flex
	{
		flex-direction:column;
	}
	.home-projectlist-title{
		flex-direction:row;
	}
	.team-popup-box{
		padding:20px;
	}
	.popup-bio p br{
		display:block;
	}
	    .logo-images-sec .et_pb_column {
        width: 16% !important;
        margin-right: 4% !important;
    }
	.logo-images-sec .et_pb_image_wrap {
    height: 50px;
}
	.logo-images-sec{
		margin-top:0 !important;
		margin-bottom:0 !important;
	}
	.hover-swap {
    padding: 10px;
	}
	
	/** shop **/
	.ssg-grid{
	grid-template-columns:repeat(2,1fr);
	}
	
	    .faq-filter-tabs li {
        font-size: 15px !important;
        padding: 10px 16px;
    }
	.faq-tabs-target h2 {
    font-size: 26px !important;
    line-height: 35px !important;
}
	.medium-font * {
    font-size: 21px;
    line-height: 32px;
	}
	.flip-container {
 
    height: 0rem;
  
}
}

@media only screen and (max-width:768px){
	    h1 {
        font-size: 35px;
			line-height:40px;
    }
	
	h2 {
    font-size: 30px !important;
    line-height: 36px;
	}
	h3 {
    font-size: 28px !important;
    line-height: 33px !important;
}
	h4 {
    font-size: 25px;
    font-weight: 400;
}
	p, li, .single-blog-section li{
    font-size: 17px;
    line-height: 23px;
	}
	.et_pb_section {
    padding: 20px 0;
}
	
	    .home-banner h3 {
        font-size: 21px !important;
        line-height: 25px !important;
    }

	.et_pb_section.home-banner{
		height:auto !important;
	}
	.gform_button {
    width: 170px;
    padding:10px !important;
    font-size: 27px !important;
		line-height:31px !important;
}
	.custom-top-header li {
	font-size: 16px;
    
}
.custom-top-header li a {
    font-size: 16px;
    line-height: 20px;
  
}
	.custom-footer .et_pb_module {
   text-align: center;
}
	.home-about p {
    font-size: 25px;
    line-height: 33px;
}
	
	.custom-footer .et_pb_column {
    width: 100% !important;
}
	.footer-col-3 h4 {
    text-align: center;
}
	.custom-footer .et_pb_menu__wrap{
		    justify-content:center !important;
	}
	.custom-form-top-header .et_pb_row{
		display:block;
	}
	.custom-form-top-header .et_pb_column .et_pb_image{
		text-align:center;
	}
	.custom-form-top-header .et_pb_image {
    width: 230px;
    margin: 0 auto;
		margin-bottom:15px !important;
}
.custom-form-top-header  li{
		float:unset;
	}
	.custom-form-top-header  ul {
    display: flex;
		        flex-flow: column;
    align-items: center;
    justify-content: center;
}
	
	  .stats-table {
    font-size: 13px;
  }

  .stats-table thead th,
  .stats-table tbody td {
    padding: 10px 10px;
  }
	.home-images-listing {
    display: flex;
}
	.words-row .et_pb_text_inner p {
    font-size: 42px;
    line-height: 54px;
	}
	.home-services-listing  ul{
		margin-bottom:0;
	}
	.flex-verticle-center{
		flex-direction:column;
	}
	
	    .subscription-cta input {
        width: 100% !important;
    }
	.footer-logo{
        width: 150px;
    }
		.parallex-image-sec{
    height: 350px;
}
	.single-project-display .et_pb_row{
		display:block;
	}
	
	.et_pb_section.page-banner{
	padding-top: 15%!important;
}
	    .count-on-box p {
        font-size: 18px;
        line-height: 24px;
    }
	.marque-bottom .marquee-track p {
    padding: 0 0.5rem;
    font-size: 15px;
	}
	.marque-bottom .marquee-track span {
    font-size: 15px;
	}
	
	    .five-steps-row h4 {
        font-size: 69px;
        line-height: 52px;
    }
	    .five-steps-row .et_pb_column {
        width: 100% !important;
    }


/*   .five-steps-row:not(.slick-initialized) {
    display: none;
  }
 */
/*   .five-steps-row .et_pb_column {
    padding: 0 14px;
  }

  .five-steps-row .slick-dots {
    bottom: -6px;
  }
  .five-steps-row .slick-dots li button:before {
    font-size: 9px;
    opacity: 1;
  }
  .five-steps-row .slick-dots li.slick-active button:before {
    color: #d9541f;
  }

  .five-steps-row .slick-prev,
  .five-steps-row .slick-next {
    z-index: 2;
    width: 34px;
    height: 34px;
  }
  .five-steps-row .slick-prev { left: -6px; }
  .five-steps-row .slick-next { right: -6px; }
  .five-steps-row .slick-prev:before,
  .five-steps-row .slick-next:before {
    color: #d9541f;
    font-size: 22px;
    opacity: 1;
  }
	
.five-steps-row.slick-initialized .slick-slide > * {
  width: 100% !important;
  box-sizing: border-box !important;
} */
	
	/** blogs **/
	.single-blog-section p * {
    font-size: 16px !important;
  
}
	.blog-top-sec h5 {
    font-size: 13px;
    line-height: 18px;
}
	.blog-top-sec {
    flex-flow: column;
    gap: 10px;
}
	.single-metas {
    justify-content: center;
}
.fixed-height-images .et_pb_image_wrap {
        height: 200px;
    }
	.implementation-steps {
    max-width: 100% !important;
}
	.implementation-steps .entry-content table:not(.variations){
		overflow:hidden;
	}
	
	.kpi-table tbody td {
    padding: 8px;
    font-size: 14px;
	}
	.home-projectlist-title{
		flex-direction:row;
	}
	
	/** team **/
	.team-popup-content{
		flex-flow:column;
	}
	.member-position {
    font-size: 13px;
    line-height: 16px;
	}
	p.member-bio {
    font-size: 14px;
    line-height: 20px;
}
	.team-members {

    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}
	    .member-name {
        font-size: 24px;
        line-height: 32px;
    }
	
	.single-project-display::before {
        left: 39%;
        top: -4%;
        transform: unset;
        writing-mode: unset;
	}
	.list-blurb p {
    font-size: 16px;

}
	

.sentence {
    padding-left: 17%;
}
}

@media only screen and (max-width:600px){

	
input, textarea {
    border: 0;
    padding: 12px 8px !important;
    margin-bottom: 0px !important;
	line-height:auto !important;
}
	.home-about p {
    font-size: 22px;
    line-height: 30px;
}
	.footer-row-logo img {
    width: 150px;
}
	.large-font p {
        font-size: 24px;
        line-height: 32px;
    }
	.list-blurb h4 {
    font-size: 16px;
	}
	h6 {
    font-size: 0.8rem;
}
	.projects-tabs .filter-nav {
    gap: 15px;
	}
	
	.implementation-steps .is-table tbody td {
    padding: 10px 6px;
		font-size:12px;
	}
	.entry-content thead th, .entry-content tr th {
    padding: 9px 8px;
}
	.blurb-with-border-button .et_pb_blurb h4 {
    font-size: 15px;
	}
	    .et_pb_row {
        width: 85% !important;
        max-width: 100% !important;
	}
	.blog-column .squared {
    height: 250px;
}
	.kpi-table{
	overflow-x: auto;
    width: 100%;
    max-width: 100%;
    display: block;
}
	
	    .logo-images-sec .et_pb_column {
        width: 28% !important;
        margin-right: 4% !important;
			margin-bottom:10px !important;
    }
	.clipping-gallery .et_pb_gallery_item {
    width: 47% !important;
	}
	
	.custom-footer *{
		text-align:center;
	}
	    .footer-logo {
     
        margin: 0 auto;
    }
	.footer-social {
    justify-content: center;
}
	.footer-bottom{
		align-items:center !important;
	}
	.hover-swap .text-default, .hover-swap .text-hover {
    font-size: 14px;
    line-height: 1.3;
	}
}

@media only screen and (max-width:480px){
	    h2 {
        font-size: 25px !important;
        line-height: 30px;
    }
	p, li {
    font-size: 16px;
    line-height: 21px;
	}
.banner-logo-image img {
    width: 93% !important;
}
	.et_pb_column.home-banner-image {
    width: 63% !important;
}
	.custom-home-banner h1 {
    font-size: 19px;
    line-height: 27px;
}
	.actionbtn {
    font-size: 14px;
}
	.custom-form-top-header  .et_pb_row {
    padding: 10px 0;
}
	.single-blog-section li{
		   font-size: 16px;
    line-height: 21px;
		}

  .brief-us-in-tab {
    font-size: 12px;
    padding: 18px 8px;
	}
	
	.words-row .et_pb_text_inner p {
   
    font-size: 28px;
    line-height: 33px;
	}
	.home-services-listing li {
        font-size: 14px;
        line-height: 20px;
    }
	#overlayMenu{
		padding-top:30px;
	}
	    #overlayMenu > li > a.d-inline-block {
        font-size: 36px;
        line-height: 41px;
    }
	    #overlayMenu > li {
        padding: 5px 0;
    }
	
		.parallex-image-sec{
    height: 200px;
}
	.single-blog-section h2 {
    font-size: 29px !important;
    line-height: 38px;
}
	h3 {
        font-size: 23px !important;
        line-height: 31px !important;
    }
	    .fixed-height-images .et_pb_column {
        width: 47% !important;
        margin-right: 3% !important;
			margin-bottom: 3% !important;
	}
	.fixed-height-images .et_pb_image_wrap {
        height: 150px;
    }
	
	.implementation-steps .is-description p {
    font-size: 11px;
    line-height: 14px;
}
	
	    .entry-content thead th, .entry-content tr th {
        font-size: 11px;
    }

	.kpi-table tbody td {
      
        font-size: 12px;
    }
	
	    .faq-filter-tabs li {
        font-size: 14px !important;
        padding: 5px 10px;
    }
	.faq-tabs-target .et_pb_toggle.et_pb_toggle_item {
    padding: 15px 15px !important;
		    
	}
	.faq-tabs-target .et_pb_toggle_title{
		font-size: 18px !important;
	}
	.sentence {
    padding-left: 14%;
}
}