.h-100 {
	height: 100%;
}

.comments-area a, .page-content a{
	text-decoration: none;
}

.elementor-heading-title span{
	color: var(--e-global-color-primary);
}

.gradient-border:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: linear-gradient(180deg, rgba(249, 250, 251, 0) 0%, rgba(243, 244, 245, 0.6) 10%, #EAEBEC 50%, rgba(242, 243, 244, 0.6) 90%, rgba(249, 250, 251, 0) 100%);
}

.sticky-block {
	position: sticky !important;
	top: 20px !important;
}

.testimonial-img-grid img{
    height: 280px !important;
    object-fit: cover;
}

.testimonial-img-grid > *:nth-child(even) {
    margin-top: -70px;
}
.mobile-clone-btn{
	flex:0 0 auto !important;	
}
.cta-btn a.elementor-button{
    white-space:nowrap !important;
}

.gradient-border .elementor-widget-heading .elementor-heading-title {
    min-height: calc(var( --e-global-typography-403ecfb-line-height )* 2em);
}
.full-width-accordion .e-n-accordion {
    --margin-offset: calc((100vw - var(--content-width)) / -2);
    margin-inline: var(--margin-offset);
}


.full-width-accordion .e-n-accordion-item {
    background-color: transparent;
    border-top: 1px solid var(--e-global-color-6d3cc06);
    padding: 0;
    counter-increment: accordion;
}

.full-width-accordion .e-n-accordion-item summary {
/*     max-width: var(--content-width); */
	max-width: calc(var(--content-width) + 40px);
    margin-inline: auto;
    width: 100%;
    border: 0;
/*     padding: 32px 0; */
	padding: 32px 20px;
	outline: none;
}

.full-width-accordion .e-n-accordion-item summary + div {
    border: revert-layer;
    margin-top: -32px;
    padding-bottom: 32px;
	padding-left:20px;
	padding-right: 20px;
}

.full-width-accordion .e-n-accordion-item[open] {
    background-color: #ffffff;
}

.full-width-accordion .e-n-accordion-item summary:before {
    content: '0' counter(accordion);
    width: 35px;
    font-size: 24px;
    color: var(--e-global-color-text);
}
.full-width-accordion .e-n-accordion-item:nth-child(n + 10) summary:before{
	content: counter(accordion);
}
.full-width-accordion .e-n-accordion-item summary .e-n-accordion-item-title-icon span{
	width: 35px;
	justify-content: center;
}
.full-width-accordion .e-n-accordion-item .accordion-body{
	max-width: 800px;
    width: 100%;
	margin-inline: auto;
}
.full-width-accordion .e-n-accordion-item summary .e-n-accordion-item-title-header {
    max-width: 800px;
    width: 100%;
}

/* slider */
.features-slider .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-top: -80px;
  margin-bottom: 20px;
  padding-top: 8px;
  flex-shrink: 0;
  width: 100%;
}

.features-slider .splide__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  position: relative;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 12px;
	border:none !important;
}


/* Hide Splide's built-in SVG */
.features-slider .splide__arrow svg {
  display: none;
}


.features-slider .splide__arrow--next {
  background-color: #DF1515;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7181 5.28094L14.693 0.279999C14.3166 -0.094573 13.7078 -0.0931729 13.3332 0.28326C12.9585 0.659663 12.9599 1.26847 13.3364 1.64308L16.7096 5.00003H0.961545C0.430464 5.00003 0 5.43051 0 5.96158C0 6.49264 0.430464 6.92312 0.961545 6.92312H16.7096L13.3364 10.2801C12.9599 10.6547 12.9585 11.2635 13.3332 11.6399C13.7078 12.0164 14.3167 12.0176 14.693 11.6432L19.7174 6.64312C20.094 6.26725 20.0935 5.65556 19.7181 5.28094Z' fill='white'/%3E%3C/svg%3E");
}

.features-slider .splide__arrow--next:hover:not(:disabled),
.features-slider .splide__arrow--prev:hover:not(:disabled) {
  background-color: #000;
}

.features-slider .splide__arrow--prev {
  background-color: #DF1515;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='scale(-1%2C1) translate(-20%2C0)' d='M19.7181 5.28094L14.693 0.279999C14.3166 -0.094573 13.7078 -0.0931729 13.3332 0.28326C12.9585 0.659663 12.9599 1.26847 13.3364 1.64308L16.7096 5.00003H0.961545C0.430464 5.00003 0 5.43051 0 5.96158C0 6.49264 0.430464 6.92312 0.961545 6.92312H16.7096L13.3364 10.2801C12.9599 10.6547 12.9585 11.2635 13.3332 11.6399C13.7078 12.0164 14.3167 12.0176 14.693 11.6432L19.7174 6.64312C20.094 6.26725 20.0935 5.65556 19.7181 5.28094Z' fill='white'/%3E%3C/svg%3E");
}


.features-slider .splide__arrow:disabled {
   background-color: #d0d0d0;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}


/* 
   SPLIDE OVERRIDES
    */

.features-slider .splide__track {
  overflow: visible;
}

/* 
   FEATURE CARD
    */

.feature-card {
  position: relative;
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
}

/* Image area */
.feature-card__media {
    position: relative;
    width: 100%;
    /*     aspect-ratio: 15 / 10; */
    overflow: hidden;
    background-color: #F0F0F0;
    /* padding-bottom: 150px; */
}

.feature-card__image {
  width: 100%;
  object-fit: cover;
  display: block;
}
.feature-card__media img {/*    max-width: 600px; */margin: 0 auto;position: relative;z-index: 3;/*     padding-top: 32px; *//* height: 100%; */object-fit: contain;}

/* Wave overlay */
.feature-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 72%;
    background: #000000;
}
.feature-card::after {
  content: '';
  position: absolute;
 z-index:1;
  bottom: -1px;
  left: 0;
  width: 100%;
  min-height: 430px;
  background-image: url('data:image/svg+xml,<svg width="820" height="439" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M820 0c-81.898 76.684-227.303 141.127-399.018 167.877C254.921 193.746 101.576 178.547 0 133.979v304.083h820V0Z" fill="%23181516"/></svg>');
  background-size: 110% 100%;
  background-repeat: no-repeat;
}
.feature-card__content {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 90px 32px 31px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 3;
    position: relative;
}

.feature-card__title {
  font-family: Work Sans;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  /* margin-right: 70px; */
}

.feature-card__content p {
  font-family: Dm Sans;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* CTA arrow button */
.feature-card__cta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e01e2c;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  align-self: flex-end;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  right: 28px;
  bottom: 30px;
}

.feature-card__cta span {
	display: flex;
}

.features-slider .card-item:hover .feature-card__cta {
  background-color: #c01824;
}


.features-slider.is-initialized:not(.is-active) .splide__list{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    gap: 32px;
}


@media screen and (max-width:1600px){
	
	.full-width-accordion .e-n-accordion-item summary{
		padding: 32px 60px;
	}
	.full-width-accordion > .e-n-accordion {
		margin-inline: calc(var(--margin-offset) + 8px);
	}
	
}
@media (max-width: 1600px) {
	.feature-card__media {
		/* aspect-ratio: 12.7 / 10; */
	}
	.feature-card__title{
		font-size:26px;
	}
}
@media (max-width: 1440px) {
	.feature-card__media {
		/* aspect-ratio: 11 / 10; */
	}
  .feature-card__media::after {
		content: '';
		position: absolute;
		z-index: 1;
		bottom: -1px;
		left: 0;
		width: 100%;
		min-height: 430px;
		background-image: url('data:image/svg+xml,<svg width="820" height="439" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M820 0c-81.898 76.684-227.303 141.127-399.018 167.877C254.921 193.746 101.576 178.547 0 133.979v304.083h820V0Z" fill="%23181516"/></svg>');
		background-size: 111% 100%;
		background-repeat: no-repeat;
		background-position: center;
	  	min-height:410px;
	}
	.full-width-accordion .e-n-accordion-item summary{
		padding: 32px 60px;
	}
	.main-primary-menu .hfe-nav-menu > li {
		margin-right: 13px !important;
	}

	.main-primary-menu .hfe-nav-menu > li a {
		font-size: 14px !important;
	}
}
@media (max-width: 1199px) {
	.feature-card__media {
        /* aspect-ratio: 10.6 / 10; */
    }
  .feature-card__media::after {
    	min-height:410px;
  }
  .feature-card__title{
		margin-right:0;
  }
}
@media (max-width: 1024px) {
	.feature-card__media img {
		/* max-width: 445px; */
	}
	.full-width-accordion .e-n-accordion-item summary + div {
		margin-top: 0;
	}
	.testimonial-img-grid > *:nth-child(even) {
    	margin-top: 0px;
	}
	.feature-card__media {
		/* aspect-ratio: 10.7 / 10; */
		}
	.feature-card__title {
        font-size: 24px;
    }
	.feature-card__media::after {
		min-height:410px;
	}
	.full-width-accordion .e-n-accordion-item summary:before{
		display:none;
	}
	.full-width-accordion .e-n-accordion-item summary{
		padding: 16px 20px;
	}
}

@media screen and (max-width:991px){
	.feature-card__media img {
        /* max-width: 540px; */
    }
	.feature-card__title{
		font-size:24px;
	}
}

@media (max-width: 768px) {
	.feature-card__media {
		/* aspect-ratio: 15 / 10; */
	}
  .feature-card__media::after {
    	min-height: 410px;
  }
	.full-width-accordion .e-n-accordion-item summary .e-n-accordion-item-title-text {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.features-slider .splide__arrows{
		margin-top: 0;
		margin-bottom:0;
	}
	.features-slider .splide__arrow {
		width: 40px;
		height: 40px;
		background-size: 16px 12px;
	}
}
@media (max-width: 500px) {
	.feature-card__media {
		/* aspect-ratio: 9 / 10; */
	}
  .feature-card__media::after {
    	min-height: 440px;
  }
	.feature-card__media::after {
		background-position: 61% 150%;
		top: 17px;
	}
	.feature-card__title {
        font-size: 22px;
        margin-right: 0;
    }
}
@media (max-width: 380px) {
	.feature-card__media {
		aspect-ratio: 8 / 10;
	}
	.feature-card__media img {
        max-width: 320px;
    }
	
}
@media (max-width: 350px) {

}

/* FAq Border */
.faq-single-component .e-n-accordion-item .e-n-accordion-item-title + .elementor-element{
	padding: 9px 0 0;
    border: 0;
}
.faq-single-component .e-n-accordion-item .e-n-accordion-item-title{
    padding:32px 0 0;
	border: 0;
    border-top: 1px solid  #EAEBEC !important;
}
.faq-single-component .e-n-accordion-item:last-child{
    padding-bottom: 32px;
    border-bottom: 1px solid  #EAEBEC !important;  
}
.faq-single-component .e-n-accordion-item-title-text{
	font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    line-height: 1.5;
}
/* Custom FAQ addons */
.container{
	max-width: var(--container-max-width);
	padding: 0 60px;
	width: 100%;
	margin-inline: auto;
}
.search-accordion__accordion details{
	overflow: clip;
}
.search-accordion__accordion.faq-single-component {
    --n-accordion-title-font-size: 18px;
    --n-accordion-title-justify-content: space-between;
    --n-accordion-title-flex-grow: 1;
    --n-accordion-title-icon-order: initial;
    --n-accordion-item-title-space-between: 32px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-icon-size: 15px;
	padding: 80px 0;
	background-color: #ffffff;
}
.search-accordion__accordion.faq-single-component:nth-child(even){
	background-color: var( --e-global-color-4da40d1 );
}
.search-accordion__accordion.faq-single-component .search-accordion__accordion-wrap > .elementor-heading-title{
	font-family: "Work Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--e-global-color-secondary);
	margin-bottom: 20px;
}
.search-accordion__accordion.faq-single-component .elementor-accordion-wrapper {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 48px;
}
.search-accordion__search {
    width: 100%;
}

/* SVG Icon Wrapper */
.search-accordion-search-wrap{
    display: flex;
    background-color: var(--e-global-color-4da40d1);
    border: 1px solid var(--e-global-color-6d3cc06);
    border-radius: 4px;
    align-items: center;
    padding: 4px 10px;
}
.search-accordion-search-wrap .search-icon-wrapper {
    display: flex;
}
.search-icon-wrapper .search-icon {
    width: 24px;
    height: 24px;
    color: #c6c7c8;
    transition: color 0.3s ease;
}

/* Full Width Input */
.search-accordion-search {
	flex: 1 1 0%;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 20px;
    font-weight: 500;
    color: var(--e-global-color-text);
    outline: none;
	border: 0 !important;
	background-color: transparent !important;
}

.search-accordion-search::placeholder {
    color: #9ca3af;
}
@media screen and (max-width: 991px){
	.container{
		padding: 0 20px;
	}
	
	.search-accordion__accordion.faq-single-component .elementor-accordion-wrapper{
	    grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.search-accordion__accordion.faq-single-component .elementor-accordion-wrapper .elementor-accordion--right .e-n-accordion-item:first-child .e-n-accordion-item-title{
		border-top: 0;
	}
}


.search-accordion__accordion.full-width-accordion{
        --n-accordion-title-font-size: 20px;
    --n-accordion-title-justify-content: space-between;
    --n-accordion-title-flex-grow: 1;
    --n-accordion-title-icon-order: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-icon-size: 40px;
}
/* video tab */
.video-wrapper .elementor-wrapper.elementor-open-inline {
    aspect-ratio: 1;
}
.video-wrapper .elementor-widget-video {
    height: 100%;
}
.video-wrapper .elementor-widget-video .elementor-wrapper{
    height: 100%;
}


/* Client review CSS */

.client-review-slider {
  --review-bg: #f9fafb;
  --review-border: #eaebec;
  --review-border-active: #DF1515;
  --review-star: #f8c00e;
  --review-text: #4f4e57;
  --review-accent: #DF1515;
  --review-radius: 4px;
  --review-gap: 24px;
}

/* --- Card  */
.client-review-slider .review-card{
  display:flex;
  flex-direction:column;
  height: 100%;
  padding: 32px;
  background: var(--review-bg);
  border: 1px solid var(--review-border);
  border-radius: var(--review-radius);
  transition: all 0.1s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='42' viewBox='0 0 47 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.08 7.47203e-05L46.08 7.62939e-05L46.08 22.3201C46.08 28.3201 44.88 32.8801 42.48 36.0001C39.84 39.2401 35.4 41.1001 29.16 41.5801L29.16 30.9601C31.32 30.9601 33.12 30.0601 34.56 28.2601C35.28 27.3001 35.64 25.4401 35.64 22.6801L35.64 19.2601L28.08 19.2601L28.08 7.47203e-05ZM1.88938e-05 7.22655e-05L18 7.38391e-05L18 22.3201C18 28.3201 16.92 32.7001 14.76 35.4601C11.88 39.0601 7.32001 41.1001 1.08002 41.5801L1.08002 30.9601C4.80002 30.9601 6.90002 29.1001 7.38002 25.3801C7.50002 24.9001 7.56002 24.0001 7.56002 22.6801L7.56002 19.2601L1.72101e-05 19.2601L1.88938e-05 7.22655e-05Z' fill='%23DF1515' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
	scale:1;
}
.client-review-slider:not(.destroy-slider) .splide__slide:not(.is-active) .review-card {
    scale: 0.9;
}

/* The centered slide in center mode is the active one */
.client-review-slider .splide__slide.is-active .review-card {
  border-color: var(--review-border-active);
  opacity: 1;
}

/* Make every card in a row the same height */
.client-review-slider .splide__slide {
  height: auto;
}

/* --- Stars  */
.client-review-slider .review-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

/* Override the inline fill so the stars match the design's gold */
.client-review-slider .review-card__stars svg,
.client-review-slider .review-card__stars svg path {
  width: 24px;
  height: 24px;
  fill: var(--review-star);
}

/* --- Body / quote  */
.client-review-slider .review-card__body {
  margin: 0;
  color: var(--review-text);
  line-height: 1.6;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 16px;
	height:100%;
	display:flex;
	flex-direction:column;
}
.client-review-slider:not(.destroy-slider) .splide__track  {
    width: 660px;
    margin: 0 auto;
    overflow: visible;
}

.client-review-slider .review-card__highlight {
  margin: 0 0 12px;
  color: #4F4E57;
  font-weight: 600;
}
.client-review-slider .splide__pagination__page.is-active,
.client-review-slider .splide__pagination__page:hover {
    background-color: var(--review-accent);
}
/* .splide__pagination > li:is(:first-child, :last-child) {
    display: none !important;
} */
/* --- Author  */
.client-review-slider .review-card__author {
  	margin-top:auto;
	padding-top: 20px;
}

.client-review-slider .review-card__name {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: var(--review-accent);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 16px;
}

/* Author name stays gray on the non-active (side) cards */
.client-review-slider .splide__slide:not(.is-active) .review-card__name {
  /* color: var(--review-text); */
}

.client-review-slider .review-card__role {
  color: var(--review-text);
  font-weight: 500;
  font-size: 14px;
  font-family: var(--e-global-typography-primary-font-family);
}

.client-review-slider.destroy-slider .splide__list {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
	gap:30px;
}

/* --- Pagination  */
.client-review-slider .splide__pagination {
  position: relative;
  bottom: auto;
  margin-top: 24px;
  padding: 0;
/*   display: flex !important; */
}

.client-review-slider .splide__pagination__page {
  width: 40px !important;
  height: 3px;
  margin: 4px;
  background: #EAEBEC;
  opacity: 1;
  border-radius: 999px;
  transition: width 0.3s ease, background 0.3s ease;
  padding: 0;
  border: none;
}
.client-review-slider .splide__pagination__page:before{
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	top:0;
	border-radius: 999px;
	width: var(--progress);
	/* transition: width 0.3s ease, background 0.3s ease; */
	background-color: var(--review-accent);
}
.client-review-slider.destroy-slider {
    visibility: visible !important;
}

.client-review-slider .splide__pagination__page.is-active {
  transform: scale(1);
}

.client-review-slider .splide__pagination__page.is-active{
	
}
@media screen and (max-width:991px){
	.client-review-slider:not(.destroy-slider) .splide__track {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
	}
	.client-review-slider:not(.destroy-slider) .splide__slide:not(.is-active.is-visible) .review-card,
	.client-review-slider .splide__slide:not(.is-active.is-visible) .review-card {
		scale: 1;
	}
	.client-review-slider.destroy-slider .splide__list {
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
	}
}
@media screen and (max-width:991px){
	.client-review-slider.destroy-slider .splide__list {
		grid-template-columns: 100%;
	}
}

/* End Client review CSS */


/* Main menu CSS */

@media screen and (max-width:1024px){
	.ehf-header #masthead {
		z-index:inherit;
	}
	nav.hfe-nav-menu__layout-horizontal {
		        position: fixed !important;
        right: -400px;
        top: 0 !important;
        bottom: 0;
		min-height: 100dvh !important;
        height: 100vh !important;
        
        background: #fff;
        width: 350px !important;
        left: auto !important;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 9999 !important;
	}
	  nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		display: block !important;
		padding: 50px 0 20px;
		overflow-y: auto;
		overflow-x: hidden;
	  }
	.admin-bar nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu{
		padding: 95px 0 20px;
	}
	nav.hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active{
		right:0 !important
	}

	.hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu {
		position: fixed;
		right: 11px;
		z-index: 99999;
		top: 2px;
	}
	.admin-bar .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu{
		top: 50px;
	}
	.hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu .hfe-nav-menu-icon svg {
  		width: 18px;
		height: 18px;
	}
}



/* ─── Section Wrapper  */
.video-testimonial {
  max-width: 1100px;
  margin: 0 auto;
}

.video-testimonial__heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

/* ─── Splide Core Overrides  */
.video-testimonial__slider .splide__track {
  border-radius: 8px;
  overflow: hidden;
}

/* ─── Video Slide  */
.vt-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #4a4f5a;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
}

/* Thumbnail image */
.vt-slide__thumbnail {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.vt-slide:hover .vt-slide__thumbnail {
  transform: scale(1.03);
  filter: brightness(0.85);
}

/* Overlay — subtle dark gradient at bottom for context */
.vt-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.45) 100%
  );
  pointer-events: none;
}

/* Play button */
.vt-slide__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  pointer-events: none; /* click handled by parent .vt-slide */
}

.vt-slide:hover .vt-slide__play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.32);
}

/* SVG play icon — red triangle matching design */
.vt-slide__play-btn svg {
  width: 20px;
  height: 20px;
  fill: #e02020;
  margin-left: 3px; /* optical centering */
}

/* Slide is "playing" — hide thumbnail + play btn, show iframe */
.vt-slide.is-playing .vt-slide__thumbnail,
.vt-slide.is-playing .vt-slide__overlay,
.vt-slide.is-playing .vt-slide__play-btn {
  opacity: 0;
  pointer-events: none;
}

.vt-slide.is-playing .vt-slide__media {
  opacity: 1;
  pointer-events: auto;
}

/* Media container (iframe / native video) */
.vt-slide__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.vt-slide__media iframe,
.vt-slide__media video {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ─── Pagination — flat pills  */
.video-testimonial__slider .splide__pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  position: static;
  bottom: auto;
}

.video-testimonial__slider .splide__pagination__page {
  width: 40px;
  height: 3px;
  background: #d0d0d0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    background 0.25s ease,
    width 0.25s ease;
  	appearance: none;
	border-radius: 4px;
	transform: none !important;
	opacity:1 !important
}

.video-testimonial__slider .splide__pagination__page.is-active {
  background: #DF1515;
}
.video-testimonial__slider .splide__pagination__page {
    
}

/*  Responsive  */
@media (max-width: 600px) {
  .vt-slide__play-btn {
    width: 44px;
    height: 44px;
  }
  .vt-slide__play-btn svg {
    width: 16px;
    height: 16px;
  }
}

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 80px 24px;
    background: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
}
 
.error-container {
    max-width: 520px;
    width: 100%;
    text-align: center;
}
 
/* ── 404 number  */
.error-code {
    font-family: 'Work Sans', sans-serif;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #DF1515;
    user-select: none;
}
 
/* ── Divider  */
.error-divider {
    width: 48px;
    height: 3px;
    background: #DF1515;
    margin: 24px auto;
    border-radius: 2px;
}
 
/* ── Heading ────────────────────────────── */
.error-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #111111;
    margin: 0 0 16px;
}
 
/* ── Body copy  */
.error-message {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #3D3D3D;
    margin: 0 0 36px;
}
 
/* ── Button  */
.btn-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 4px;
    background: #DF1515;
    color: #FFFFFF;
    border: 2px solid #DF1515;
    text-decoration: none;
    line-height: 1;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
    cursor: pointer;
    white-space: nowrap;
}
 
.btn-home:hover {
    background: #BF1010;
    border-color: #BF1010;
	color: #FFFFFF;
}
 
.btn-home:active {
    transform: translateY(1px);
}
 
.btn-home:focus-visible {
    outline: 3px solid #DF1515;
    outline-offset: 3px;
}
 
/* ── Responsive  */


@media screen and (min-width:1200px){
	.white-space-text{
		white-space: nowrap
	}
}

@media screen and (max-width:767px){
	.mobile-sldier-hide img.swiper-slide-image {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 600px) {
    .error-code {
        font-size: 80px;
    }
 
    .error-title {
        font-size: 32px;
    }
 
    .error-message {
        font-size: 15px;
    }
 
    .btn-home {
        width: 100%;
    }
	
}
 
/* ── Reduced motion  */
@media (prefers-reduced-motion: reduce) {
    .btn-home {
        transition: none;
    }
}

.gform-theme--foundation.input-field-sty-wrap_wrapper{
	--gf-field-gap-x: 20px !important;
	--gf-field-gap-y: 20px !important;
	--gf-font-family-base: var(--e-global-typography-text-font-family) !important;
}
.input-field-sty-wrap_wrapper .gform_fields {
	--gf-form-gap-x: 20px !important;
    --gf-form-gap-y: 20px !important;
}
.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
    position: absolute;
	bottom: 4px;
    left: 12px;
    font-size: 9px;
    font-weight: 600;
}
.gfield.gfield--type-name.gfield--input-type-name .gfield_validation_message {
    position: static;
}
.input-field-sty-wrap_wrapper .gform_heading {
    display: none !important;
}
.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
    line-height: 1;
    position: relative;
}
.gform-theme--framework .gform_validation_errors {
    margin-bottom: 25px;
}
.input-field-sty-wrap_wrapper .gfield .ginput_password, 
.input-field-sty-wrap_wrapper .gfield input, 
.input-field-sty-wrap_wrapper .gfield textarea.large,
.input-field-sty-wrap_wrapper .gfield select{
	padding: 12px 15px;
    height: 54px;
    outline: none !important;
    border: 1px solid #ccc !important;
	font-weight: 500;
}
.input-field-sty-wrap_wrapper .gfield select{
	line-height: 2;
}
.gform-theme--foundation .gfield textarea.large {
    min-block-size: 10rem;
}
/* Internet Explorer 10-11 */
.input-field-sty-wrap_wrapper .gfield input:-ms-input-placeholder , 
.input-field-sty-wrap_wrapper .gfield textarea:-ms-input-placeholder{
  color: #888888;
}

/* Microsoft Edge 12-18 */
.input-field-sty-wrap_wrapper .gfield input::-ms-input-placeholder , 
.input-field-sty-wrap_wrapper .gfield textarea::-ms-input-placeholder {
  color: #888888;
}
.input-field-sty-wrap_wrapper .gfield input::placeholder, 
.input-field-sty-wrap_wrapper .gfield textarea::placeholder {
  color: #888888; 
  opacity: 1;
}
.input-field-sty-wrap_wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.gform-footer .gform_button {
    background-color: var(--e-global-color-primary) !important;
    padding: 15px !important;
    height: 48px !important;
    min-width: 200px !important;
    font-size: 16px !important;
	outline:none !important;
    font-weight: 700 !important;
    font-family: var(--e-global-typography-text-font-family) !important;
}
.gform-footer .gform_button:hover{
    background-color: #000 !important;
}

.input-field-sty-wrap_wrapper {
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (max-width:767px){
	gform-theme--foundation.input-field-sty-wrap_wrapper {
    	--gf-field-gap-x: 10px !important;
		--gf-field-gap-y: 10px !important;
	}
	.input-field-sty-wrap_wrapper .gform_fields{
		--gf-form-gap-x: 15px !important;
    	--gf-form-gap-y: 15px !important;
	}
	
}


.tac-content ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.tac-content ol li {
  counter-increment: item;
  padding-left: 1.5em;
  position: relative;
}

.tac-content ol li::before {
  content: "(" counter(item, lower-alpha) ") ";
  position: absolute;
  left: 0;
}
.tac-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--e-global-color-secondary);
    font-family: var( --e-global-typography-7f33811-font-family ), sans-serif;
    margin-top: 1.5em;
}

.tac-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--e-global-color-secondary);
    font-family: var( --e-global-typography-7f33811-font-family ), sans-serif;
    margin-top: 1em;
}
.tac-content h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--e-global-color-secondary);
    font-family: var( --e-global-typography-7f33811-font-family ), sans-serif;
    margin-top: 1em;
}

.tac-content h3:first-child,
.tac-content h2:first-child{
	margin-top: 0;
}