/*
 Theme Name:   child-theme
 Template:     twentytwentyfive
 Version:      1.0.0
*/


/* ---------------------------------------------------------------------------------- */
/* .circle-repeat {
  
  --columns: 100hw;
  --rows: auto;
  --size: 1rem;
  --bg: #5e4f64;
  --fadeSize: 70%;
  
  background-image:
    radial-gradient(ellipse, var(--bg) 0%, var(--bg) 30%, transparent 34%);
  background-size: var(--size) var(--size);
  background-repeat: repeat;
  width: calc(var(--columns) * var(--size));
  height: calc(var(--rows) * var(--size));
  position: relative;
}

.circle-repeat::after {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  background-image:
    linear-gradient(to right, transparent calc(100% - var(--fadeSize)), #5e4f64);
} */
/* ---------------------------------------------------------------------------------- */



header {
    position: fixed;
	left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    background-color: white;
    box-shadow: 0 4px 10px #0000001c;
    text-align: center;
}

header li{
	margin-right: 1em !important;
}
header li:last-child{
	margin-right: 0 !important;
}


h2 .has-inline-color{
	font-weight: 700 !important;
}


main{
	margin-top: 0 !important;
}

swiper-container {
      width: 100%;
      height: 100%;
}


swiper-slide {
      text-align: center;
      font-size: 18px;
/*       background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;

}

.hero-image{
	min-height:600px !important;
}

swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}
swiper-slide .website-image{
	border-radius: 1em;
}


.website-swiper-slide *{
	pointer-events: none !important;
		z-index:10;

}


.mySwiper.swiper-free-mode > .swiper-wrapper,
.mySwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}



body, html {
  scroll-behavior: smooth;
/*   scroll-padding-top: 50px; /* Optional: offsets fixed headers */ */
}

.wp-block-site-title a{
	text-decoration: none;
}

/* header li{
	margin-right: 1em;
} */


/* nav mobile nav */
.wp-block-navigation__responsive-container li{
	margin-bottom: .4em !important;
	margin-top: .4em !important;
}

li strong a,
nav li a,
p a{
	text-decoration-color: #6301F7 !important;
	text-decoration-thickness: 3px !important;
	text-underline-offset: 5px !important;
}

nav li a:hover{
	text-decoration: underline;
}
li strong a:hover,
p a:hover{
	color: #5000C9 !important;
	text-decoration: underline;
}

footer p a{
	text-decoration: none !important;
}
footer p a:hover{
	color: white !important;
	text-decoration: underline !important;
	text-decoration-color: #6301F7 !important;
	text-decoration-thickness: 3px !important;
	text-underline-offset: 5px !important;
}

footer li{
	margin-bottom: 4px !important;
}

.contact-list-container ol {
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0;
  position: relative;
}



.contact-list-container ol li {
  position: relative;
  padding-left: 2.6rem;
/*   margin-bottom: 2rem; */
}


/* Numbered circle */
.contact-list-container ol li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: .1rem;
  background-color: #503aa8;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}


/* Vertical connecting line */
.contact-list-container ol li::after {
  content: '';
  position: absolute;
  left: 0.78rem; /* center of the circle */
  top: 1.4rem;
  height: 100%;
  border-left: 3px solid #503aa8;
}


/* Remove line after the last item */
.contact-list-container ol li:last-child::after {
  display: none;
}


blockquote{
/* 	border: 1px solid #e5edf1; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: white;
  	background-color: #3B3B45;
	box-shadow: 0 2px 8px #cccccc;
  	padding: 1.4em 1.8em;
  	border-radius: 1em;
  	text-align: start;
  	margin-bottom: 1em;
	min-height: 56%;
}

blockquote p{
	margin-top: 10px;
}

swiper-container::part(bullet-active) {
	background-color:#755bfd !important;
}


.testimonial-image-container{
/* 	display: flex; */
	justify-content: center;
	width: 100%;
}


.testimonial-image {
  width: 44px;
  height: 44px;
  opacity: .2;
}


.testimonial-container div{
	min-height: 360px !important;
}


.websection-container{
	min-height: 600px;
}



.price-plan-card h3{
	margin-top: 0;
}


.price-plan-card .has-inline-color{
	font-size: 1rem;
}


.price-plan-card sup{
	font-size: 2rem;
}


.info-cards img{
	filter: invert(24%) sepia(30%) saturate(3000%) hue-rotate(230deg) brightness(105%) contrast(102%) !important;align-content
}


.price-plan-card li span{
	align-self: flex-start !important;
	padding: 1px !important;
}
.price-plan-card li span svg{
	margin-top: .4ch !important;
}


.card-sub-text strong{
	font-weight: 700;
}



/* tabs */
.wp-block-kadence-tab{
	min-height: auto !important;
}

.wp-block-kadence-tabs .kt-tab-title{
	border-bottom-width: 0 !important;
	border-top-width: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}


.wp-block-kadence-tabs .kt-tab-title:active,
.wp-block-kadence-tabs .kt-tab-title-active *{
	outline: none !important;
}


.kt-tabs-title-list{
	max-width: 300px
}

.why-choose-wp-section{
	color: #000000;
}


footer a svg{
	height: 1.4em !important;	
	width: 1.4em !important;	
}
.hero-button:first-child{
	margin-right: 1em !important;
}

@media only screen and (max-width: 890px) { 
	.hero-button{
	width: 100% !important;
}
	.hero-button:first-child{
		margin-right: 0 !important;
		margin-bottom: 1em !important;
}
	.nav-site-logo a img{
		width: 90px !important;
	}
	
} 

@media only screen and (max-width: 768px) { 
	.hero-image{
		min-height:400px !important;
	}
	.hero-image img{
		background-size: cover;
	    background-position: 50% 0% !important;
	}
}

@media only screen and (max-width: 600px) { 
	.footer-flex-content{
		flex-direction: column !important;
/* 		justify-content: center !important; */
	}
	.footer-flex-content nav,
	.footer-flex-content nav ul,
		.footer-flex-content nav ul li{
		width: 100% !important;
	}
			.footer-flex-content nav ul li{
				display: flex !important;
				justify-content: center !important;
	}
}

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

	
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:before{
		content: '';
		width: 100px;
		height: 50px;
		background-image: url('https://wpstack.dev/wp-content/uploads/2025/05/wp_logo.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 1em;
	}
	
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
/* 	background-color: red !important; */
	margin-right: 0 !important;
}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container li{
/* 	background-color: green !important; */
	margin-right: 0 !important;
}
	
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container li a{
	font-size: 1.4em !important;
}
	
	.stack-on-mobile{
		display: flex;
		flex-direction: column !important;
		gap: 0 !important;
	}
	.stack-on-mobile div {
		padding-bottom: 12px !important;
		padding-top: 12px !important;
	}
	
}

/* removetawk text ad */
.tawk-footer>.tawk-text-center{
	display: none !important;
}




.comparison-table .has-inline-color{
	font-size: 1rem;
}


.comparison-table p {
	color: #1a202c !important;
	margin: .6rem !important;
}

.comparison-table tr td:first-child{
	text-align: start !important;
}
.comparison-table tbody tr:first-child:hover {
background-color: transparent !important;
}


.comparison-table-button .kt-accordion-header-wrap{
	display: flex !important;
  	justify-content: center;
}
.comparison-table-button button{
	background-color: transparent !important;
	border: solid 1px #755bfd !important;
	color: #755bfd !important;
	width: auto;
  	display: flex !important;
  	justify-content: center;
  	align-items: center;
  	padding: 1em 2em !important;
  	margin-right: 0 !important;
	border-radius: 5em !important;
	cursor: pointer;
	margin-top: -2em !important;
	margin-bottom: 3em !important;
}



.kt-blocks-accordion-title-wrap{
	padding-right: 0 !important;
}





/* -------------------------------------------- */
/* Infinite horizontal branding CSS Only 2 */
/* -------------------------------------------- */

.wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  margin-top: 5rem;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

.item {
  width: 200px;
  height: 100px;
  background-color: red;
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}


/* pagination */
/* -------------------------------------------------------- */
.wp-block-query-pagination div span,
.wp-block-query-pagination a{
	margin: 0 10px;
}


input[type=submit]{
	background-color: #755bfd;
}
input[type=submit]:hover{
	background-color: #6750E0;
}

.side-container-gap li div{
	gap:1.2em !important;
}

