/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.wp-block-cover .wp-block-cover__inner-container {
	width: auto;
}

:root {
  --font-regular: 400 !important;
  --font-medium: 500 !important;
  --font-bold: 700 !important;
  --gradient-1: linear-gradient(89deg, #a25ef7 48.58%, #e0a1a3 90.09%);
  --gradient-2: linear-gradient(90deg, #795df6 0%, #c65ef8 100%);
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.list, ul.list {
	list-style: revert;
	margin-left: 10px;
	padding-left: 10px;
} 
a {
  font-style: none !important;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 17px !important;
  overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

html, body {
  overflow-x:hidden !important;
} 

h1 {
  font-size: 70px !important;
}

h2,
.h1-subtitle {
  font-size: 47px !important;
}
h3,
.page-id-476 h2,
.page-id-3 h2 {
  font-size: 40px !important;
}
h4 {
  font-size: 34px !important;
}

/* STACK */
.stack,
.stack-cover .wp-block-cover__inner-container,
.stack-group .wp-block-group__inner-container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.stack > *,
.stack-cover .wp-block-cover__inner-container > *,
.stack-group .wp-block-group__inner-container > * {
  margin-block: 0 !important;
}

.stack > * + *,
.stack-cover .wp-block-cover__inner-container > * + *,
.stack-group .wp-block-group__inner-container > * + * {
  margin-block-start: var(--space, 1.5rem) !important;
}

.stack-gap-1.stack > * + *,
.stack-gap-1.stack-cover .wp-block-cover__inner-container > * + *,
.stack-gap-1.stack-group .wp-block-group__inner-container > * + * {
  --space: 1rem;
}

.stack-gap-2.stack > * + *,
.stack-gap-2.stack-cover .wp-block-cover__inner-container > * + *,
.stack-gap-2.stack-group .wp-block-group__inner-container > * + * {
  --space: 2rem;
}

.stack-gap-3.stack > * + *,
.stack-gap-3.stack-cover .wp-block-cover__inner-container > * + *,
.stack-gap-3.stack-group .wp-block-group__inner-container > * + * {
  --space: 3rem;
}

/* Cluster */
.cluster,
.cluster-group > * {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: var(--space, 1rem) !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

/* Switcher */
.switcher {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

.switcher > * {
  flex-grow: 1 !important;
  flex-basis: calc((30rem - 100%) * 999) !important;
}

.switcher > :nth-last-child(n + 7),
.switcher > :nth-last-child(n + 7) ~ * {
  flex-basis: 100% !important;
}

/* Grid */
.grid,
.grid-group > .wp-block-group__inner-container {
  display: grid;
  grid-gap: 1rem;
}

@supports (width: min(250px, 100%)) {
  .grid,
  .grid-group > .wp-block-group__inner-container {
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  }
}

/* Utyls */

.display-none {
	display: none;
}

.break-word {
	word-break: break-word;
}

.border-color {
  border: 1px solid var(--border-color);
}

.mw-600 {
  max-width: 600px !important;
  margin-inline: auto;
}

.mw-755 {
  max-width: 855px !important;
  margin-inline: auto;
}

.linear-background-text {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.radial-background {
  background: radial-gradient(
    44.06% 50% at 50% 50%,
    #fff 65.1%,
    rgba(255, 255, 255, 0) 100%
  );
}

.pd-reset,
.pd-reset-group > .wp-block-group__inner-container {
  padding: 0 !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
	position: absolute;
}

.top-0 {
	top: 0;
}
.right-0 {
	right: 0;
}
.bottom-0 {
	bottom: 0;
}
.left-0 {
	left: 0;
}
.border-radius-10 {
  border-radius: 10px !important;
}

.my-container {
  max-width: 1280px !important;
  padding: 20px 40px !important;
}

.blue-accent {
  color: var(--accent) !important;
}

.second-accent {
  color: var(--second-accent) !important;
}

.gray-text {
  color: var(--gray-text) !important;
}

.sr-only:not(:focus):not(:active),
label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

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

.font-15 {
  font-size: 15px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-37 {
  font-size: 37px !important;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.block-editor-block-list__block.full-bleed {
  width: 100% !important;
  margin-left: 0 !important;
}

.flex-row,
.flex-row-group > * {
  display: flex !important;
  flex-direction: row !important;
}

.flex-column {
  display: flex !important;
  flex-direction: column !important;
}

.mr-b-150 {
  margin-bottom: 150px !important;
}

.mr-b-100 {
  margin-bottom: 100px !important;
}

.mr-b-negative-150 {
  margin-bottom: -150px !important;
}

.mr-t-negative-150 {
  margin-top: -150px !important;
}

.mr-b-80 {
  margin-bottom: 80px !important;
}

.mr-b-40 {
  margin-bottom: 40px;
}

.mr-b-05 {
  margin-bottom: 0.5rem !important;
}

.mr-b-1 {
  margin-bottom: 1rem !important;
}

.mr-b-2 {
  margin-bottom: 2rem !important;
}

.mr-b-3 {
  margin-bottom: 3rem !important;
}

.padding-block-80 {
  padding-block: 80px !important;
}

.padding-block-100 {
  padding-block: 100px !important;
}

.padding-block-150 {
  padding-block: 150px !important;
}

.padding-bottom-200 {
	padding-bottom: 200px;
}

.padding-bottom-350 {
	padding-bottom: 350px;
}

.width-50 {
  max-width: 50% !important;
}

.cover-contain img {
  object-fit: contain !important;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}

/* Buttons */
.wp-block-button__link {
  font-size: 17px !important;
  border-radius: 100px !important;
  padding: 11px 40px 12px 40px !important;
  border: 1px solid transparent !important;
  position: relative;
  background-clip: padding-box !important;
  z-index: 0;
}

.wp-block-button__link::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -2;
  border-radius: inherit;
  background: var(--gradient-1);
}

.wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(
    360deg,
    #51368e 0%,
    rgba(0, 0, 0, 1) 75%
  ) !important;
}

.link-btn {
  position: relative;
  display: inline-block;
}

.link-btn a {
  color: var(--base-3) !important;
}

.link-btn:hover::after {
  transform: translate(10px, -50%);
}

.link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -35px;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow_right_alt'%3E%3Cmask id='mask0_149_14' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect id='Bounding box' width='24' height='24' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_149_14)'%3E%3Cpath id='arrow_right_alt_2' d='M14 18L12.6 16.55L16.15 13H4V11H16.15L12.6 7.45L14 6L20 12L14 18Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.white-btn a {
  background-color: #fff !important;
  border: 1px solid transparent !important;
  transition: all 0.2s ease;
}

.white-btn a:hover {
  color: var(--accent);
}

.white-btn .wp-block-button__link::after,
.white-btn .wp-block-button__link::before {
  content: none !important;
}

/* Header */

.page-id-7 .site-content {
  padding: 0 40px !important;
}

.site-header {
  /* background-color: var(--base-3); */
  /* box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.25); */
	background-color: transparent;
	transition: background-color .4s ease;
}

.site-logo,
.site-branding {
  margin-bottom: 0 !important;
	z-index: 10;
}

.inside-header.grid-container {
  max-width: 1320px !important;
  padding: 20px !important;
}

.main-navigation {
  background-color: transparent !important;
}

.header-widget a {
  background: var(--accent) !important;
  color: var(--base-3) !important;
  border: 1px solid transparent;
}

.header-widget a:hover {
  background: var(--base-3) !important;
  color: var(--accent) !important;
  /* border-color: var(--blue-accent); */
}

.main-navigation .main-nav ul li a {
/* 	color: var(--accent); */
  	padding-left: 10px;
  	padding-right: 10px;
	word-break: break-word;
}

.header-widget .wp-block-buttons {
  justify-content: center;
}

.header-widget .wp-block-buttons a {
  padding: 7px 20px 7px 20px !important;
  z-index: 10;
}

.header-widget .wp-block-buttons > *:first-child a {
  background-color: var(--base-3) !important;
  /* color: #000 !important; */
  border: 1px solid #000 !important;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}

.header-widget .wp-block-buttons > *:first-child a:hover {
  color: var(--accent) !important;
}

.main-nav a {
  font-weight: 400;
  font-size: 16px;
}

.nav-float-right #site-navigation {
  margin-inline: auto !important;
}

.header-image {
  transition: all 0.2s ease-in-out;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: var(--background);
}

.sticky .header-image {
  max-width: 80% !important;
}

.sticky .wp-block-button__link {
  padding: 9px 38px 10px 38px !important;
}

.sticky .inside-header {
  padding: 10px 40px !important;
}

.main-navigation ul ul {
	background: var(--background);
/* 	background: rgba(0,0,0,0.01); */
/* 	backdrop-filter: blur(40px); */
}

/* Hero */

#hero {
  height: 95vh;
  overflow-y: visible;
}
.hero-title {
  word-wrap: normal;
}
#hero h1 {
  position: relative;
}

#hero .stack-group .wp-block-group__inner-container > :nth-child(3) {
  margin-block-end: 3rem !important;
}

/* HERO VIDEO */

.hero-video {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: -200px;
}

.hero-video > div {
	max-width: 100%;
}

.mobile-hero {
	display: none;
}

.background-triangle {
  position: absolute;
  top: -200px;
  left: -400px;
  z-index: -1;
}

.backgrond-triangle--oposite {
	left: revert;
	right: -400px;
}

.background-triangle.second-child {
  top: 250px;
  left: revert;
  right: -400px;
}

.background-triangle.third-child {
  top: revert;
  left: -700px;
  bottom: -400px;
}
/* VIDEOS SLIDER SECTION */
.videos-slider-section .swiper-slide > * {
	border-radius: 20px !important;
	width: 100%;
/* 	height: 380px; */
	
}

.videos-slider-section .swiper-slide > *:first-child {
	height: 100%;
}

.videos-slider-section .swiper-slide {
	display: flex;
	flex-direction: column;
	aspect-ratio: 16 / 9;
}

.videos-slider-section .video-description {
	margin-top: 1rem;
	color: var(--gray-text);
}

.videos-swiper-container .swiper-button-prev {
  left: -50px !important;
}

.videos-swiper-container .swiper-button-next {
  right: -50px !important;
}

.floating-element {
  margin-top: -5rem;
  z-index: 2;
  position: relative;
}

.floating-element img {
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  border-radius: 10px;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.floating-element figure {
  position: relative;
}

.floating-element figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 538px;
  background: #5642a8;
  filter: blur(227px);
  z-index: -1;
}

/* How it works */
#how-it-works {
  position: relative;
  /* padding-block: 200px; */
}

#how-it-works h2 {
  margin-top: 2rem;
}

.rod-v,
.rod-h {
  background-color: var(--accent);
  position: absolute;
  display: block;
  bottom: 30%;
  z-index: 0;
}

.rod-v {
  width: 5px;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
}

.rod-h {
  height: 5px;
  left: 5%;
  right: 5%;
}

#how-it-works::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 135px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: var(--accent);
  left: 50%;
  transform: translateX(-50%);
}

#how-it-works > * > *:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 180%;
  background: radial-gradient(
    44.06% 50% at 50% 50%,
    #fff 65.1%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}

#how-it-works .switcher {
  gap: 2rem !important;
}

#how-it-works .switcher > * {
  flex-basis: calc((65rem - 100%) * 999) !important;
}

.box {
  z-index: 1;
}

.box > * {
  aspect-ratio: 1 / 1;
  background: var(--base-3);
  box-shadow: 0px 0px 39px 6px rgba(4, 16, 75, 0.13);
  border-radius: 20px;
  padding: 25px !important;
  width: 165px;
  height: 175px;
  border: 1px solid transparent !important;
  position: relative;
  background-clip: padding-box !important;
  /* z-index: 0; */
}

.box > *::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -2;
  border-radius: inherit;
  background: var(--gradient-1);
}

.box.stack-group .wp-block-group__inner-container {
  justify-content: center !important;
  align-items: center !important;
}

.box p:first-child {
  border-radius: 100px;
  padding: 1rem;
  width: 60px;
  height: 60px;
  aspect-ratio: 1 / 1;
  text-align: center;
  line-height: 0.8;
  background: var(--gradient-2) !important;
}

.stack-group.linear-gradient-background.p-relative > * {
  height: 100%;
}

/* Linear gradient cover */

.linear-gradient-background,
.linear-gradient-cover,
.editor-styles-wrapper .wp-block-cover.linear-gradient-cover {
  border-radius: 20px;
  background: var(--gradient-2) !important;
  padding: 50px 30px;
  min-height: revert !important;
}

.linear-gradient-background {
  padding: 0;
}

.linear-gradient-cover .cluster-group > * {
  justify-content: space-between !important;
}

.practisioners-row {
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

.practisioners-row > * {
  gap: 5px !important;
}

.practisioners-row figure {
  flex-shrink: 0 !important;
}

/* Icon box section */
#icon-box-section > * {
  display: flex;
  justify-content: stretch;
}

.icon-box {
  border-radius: 20px;
  border: 1px solid transparent !important;
  background-clip: padding-box !important;
  /* z-index: 1; */
  background-color: var(--background-light) !important;
}

.icon-box::before, .service-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border-radius: inherit;
  background: var(--gradient-1);
}

.icon-box > * {
  padding: 25px 15px !important;
}

.icon-box a {
  padding-inline: 20px !important;
}

#icon-box-section.switcher > * {
  flex-basis: calc((50rem - 100%) * 999) !important;
}

#icon-box-section.switcher > :nth-last-child(n + 5),
#icon-box-section.switcher > :nth-last-child(n + 5) ~ * {
  flex-basis: 100% !important;
  border: 1px solid red !important;
}

.stack-group.linear-gradient-background.p-relative .wp-block-buttons {
  margin-top: auto !important;
}
/* About us */

#about {
  background-color: #fff;
  border: 1px solid transparent !important;
  position: relative;
  background-clip: padding-box !important;
}

#about::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -2;
  border-radius: inherit;
  background: var(--gradient-1);
}

#about .concentrical-cover img {
  object-fit: contain !important;
	border-radius: 100px;
}

#about .wp-block-button__link {
  background-color: var(--accent) !important;
}

#about .wp-block-button__link:hover {
  color: var(--contrast);
}

#about .wp-block-button__link::after,
#about .wp-block-button__link::before {
  content: none;
}

.team-member-avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  animation: levitate 8s ease-in-out infinite;
}

.team-member-avatar span {
  color: var(--contrast);
}

.team-member-avatar:nth-child(odd) {
  animation: levitate 12s ease-in-out infinite;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.team-member-avatar:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 2;
  animation-direction: reverse;
  animation-delay: 2s;
}

.team-member-avatar:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1;
  animation-delay: 1s;
}

.team-member-avatar:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 4;
  animation-direction: reverse;
}

.team-member-avatar:nth-child(4) {
  grid-column: 5 / 6;
  grid-row: 3;
  animation-delay: 3s;
  animation-direction: reverse;
}

.team-member-avatar:nth-child(5) {
  grid-column: 2 / 3;
  grid-row: 5;
}

.team-member-avatar:nth-child(6) {
  grid-column: 2 / 3;
  grid-row: 3;
}

.team-member-avatar:nth-child(7) {
  grid-column: 1 / 2;
  grid-row: 5;
}

.team-member-avatar:nth-child(8) {
  grid-column: 5 / 6;
  grid-row: 1;
}

.team-member-avatar:nth-child(9) {
  grid-column: 4 / 5;
  grid-row: 2;
}

.team-member-avatar:nth-child(10) {
  grid-column: 3 / 4;
  grid-row: 5;
}

@keyframes levitate {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

#about .concentrical-cover {
  position: relative;
  overflow: visible;
}

#about .blur-background {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  top: 30%;
  left: 60%;
  transform: translate(-50%, -50%);
  border-radius: 297px;
  background: rgba(76, 217, 237, 0.27);
  filter: blur(50px);
  z-index: -1;
}

#about .blur-background:last-child {
  background: rgba(141, 161, 255, 0.27);
  top: 70%;
  left: 30%;
}

/* FAQ */

.faq-content {
  position: relative;
  opacity: 0;
  max-height: 0;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  border: 2px solid transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0;
  margin-top: -16px;
  background: var(--background-light);
  background-clip: padding-box !important;
}

.faq-container.cluster {
  align-items: flex-start !important;
}

.faq-container > * {
  flex-basis: 45%;
}

.faq-heading > svg {
  flex-shrink: 0;
}

.faq-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 2rem;
  background-color: var(--background-light);
  position: relative;
  background-clip: padding-box !important;
}

.faq-heading::before,
.faq-content::before,
.faq-content::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -2;
  border-radius: inherit;
  background: var(--gradient-1);
}

.faq-content::before {
  top: -1px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.faq-content::after {
  background: var(--background-light);
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.faq-heading[aria-expanded="true"] {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-heading[aria-expanded="true"] + .faq-content {
  opacity: 1;
  max-height: 5000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding: 2rem;
}

.faq-heading .faq-open {
  width: 24px;
}

.faq-heading[aria-expanded="false"] .faq-open {
  display: none !important;
}

.faq-heading[aria-expanded="true"] .faq-closed {
  display: none !important;
}

@supports (width: min(400px, 100%)) {
  #faq .grid {
    grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  }
}

/* Testimonial */

.testimonial-container {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid transparent;
  background: var(--background-light);

  position: relative;
  background-clip: padding-box !important;
}

.testimonial-container::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -2;
  border-radius: inherit;
  background: var(--gradient-1);
}

.testimonial-header {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.testimonial-header img {
  border-radius: 100px;
}

.testimonialSwiper .swiper-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
  position: revert;
}


.swiper-button-next,
.swiper-button-prev {
  width: 57px;
  height: 57px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='51' viewBox='0 0 51 51' fill='none'%3E%3Ccircle cx='24.6159' cy='25.4999' r='23.8344' fill='none' stroke='%23FFF' stroke-width='1.56291'/%3E%3Cmask id='mask0_45_429' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='14' y='11' width='31' height='30'%3E%3Crect x='14.8477' y='11.0431' width='29.6954' height='29.6954' fill='%23FFF'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_45_429)'%3E%3Cpath d='M18.7876 25.8908L28.1078 35.211C28.3537 35.4569 28.4735 35.7464 28.4671 36.0795C28.4608 36.4126 28.3347 36.7021 28.0888 36.948C27.8429 37.1939 27.5534 37.3168 27.2203 37.3168C26.8872 37.3168 26.5977 37.1939 26.3519 36.948L16.8603 27.4754C16.6366 27.2518 16.4708 27.0011 16.3629 26.7236C16.2551 26.4459 16.2012 26.1683 16.2012 25.8908C16.2012 25.6132 16.2551 25.3356 16.3629 25.058C16.4708 24.7804 16.6366 24.5297 16.8603 24.3061L26.3519 14.8145C26.5977 14.5686 26.8904 14.4489 27.2298 14.4552C27.5693 14.4615 27.862 14.5877 28.1078 14.8335C28.3537 15.0794 28.4766 15.3689 28.4766 15.702C28.4766 16.0351 28.3537 16.3246 28.1078 16.5705L18.7876 25.8908Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E") !important;
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

#testimonials .swiper-wrapper {
  padding-bottom: 3rem;
}

/* Contact form */

.wpcf7-form-control {
  border: 1px solid #fff;
  border-radius: 100px !important;
  color: var(--base-3) !important;
  width: 100% !important;
  padding: 10px 20px !important;
  background: rgba(23, 45, 85, 0.39) !important;
  backdrop-filter: blur(19.5px);
}

.contact-form .wpcf7-submit {
  width: 100% !important;
  margin-top: 1rem !important;
  background: var(--accent) !important;
  color: var(--base-3) !important;
  border: 0 !important;
}

.contact-form .wpcf7-submit:hover {
  background: var(--base-3) !important;
  color: #000 !important;
}

.contact-form-inline .wpcf7-form-control::placeholder {
  color: var(--base-3) !important;
}

.contact-form-inline.contact-form .wpcf7-submit {
  background-color: var(--base-3) !important;
  color: var(--second-accent) !important;
  margin-top: 0 !important;
  /* border: 1px solid var(--blue-accent) !important; */
}

.contact-form-inline.contact-form .wpcf7-submit:hover {
  background-color: var(--accent) !important;
  color: var(--base-3) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #a25ef7;
    font-weight: 500;
}

/* Footer */

.footer-widgets,
.site-info {
  /* background: #0d1939; */
}

.footer-widgets {
  padding-top: 40px;
}

.site-info {
  padding-bottom: 20px;
}

.site-footer a,
.site-footer p,
.copyright-bar {
  text-decoration: none;
  color: var(--base-3) !important;
  font-weight: var(--font-medium);
}

.footer-widget-1 #block-10 {
  display: flex;
  justify-content: center;
}

.footer-widgets img {
  max-width: 330px;
}

.copyright-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-right: revert !important;
  width: 100%;
}

.social-icons-wrapper {
  display: flex;
  gap: 0.5rem;
}

.social-icons-wrapper img {
  transition: transform 0.2s ease;
}

.social-icons-wrapper img:hover {
  transform: scale(1.05);
}

.footer-bar {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 0 0 40%;
  justify-content: flex-end;
}

/* Under construction */

#under-construction {
  margin-top: 8rem;
}
#under-construction .full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-block: auto;
  min-height: 75vh !important;
}

#under-construction .wp-block-image {
  margin-bottom: 3rem !important;
}

#under-construction .subtitle {
  font-size: 27px;
}

#under-construction .mr-b-reset {
  margin-bottom: 1rem !important;
}
body.page-id-387 .site-header {
  display: none !important;
}
body.page-id-387 .site-content {
  padding-top: 0 !important;
}
body.page-id-387 .site-footer {
  display: none;
}

#under-construction .hero-title {
  font-size: 67px !important;
  font-weight: bold !important;
  color: var(--base-3) !important;
}

#under-construction .wp-block-cover__image-background {
  object-fit: contain !important;
}

@media (max-width: 764px) {
  #under-construction .hero-title {
    font-size: 35px !important;
  }

  #under-construction .subtitle {
    font-size: 20px;
  }
}

/* End of Under construction */

/* */
.page-id-476 .wp-block-image,
.page-id-3 .wp-block-image {
  flex-shrink: 0 !important;
}

/* SERVICES */
.page-id-976 {
	overflow-x: hidden;
}
/* .page-id-651 {
	background-image: url("https://www.aanbestedingsjurist.ai/wp-content/uploads/2023/09/lines-bckg-1.png");	
	background-image: url("https://www.aanbestedingsjurist.ai/wp-content/uploads/2023/09/Group-1094.svg");
	background-position: center;
	background-size: contain;
}

.page-id-651 #page {
	background-color: transparent !important;
} */

.background-triangle.second-child.services-triangle {
	top: 400px;
}

.service-link {
	display: flex;
  	gap: .5rem;
  	align-items: center;
}

.service-link a{
	color: white !important;
}

.service-link svg {
transition: transform .2s ease;	
}

.service-link:hover a {
	color: var(--accent) !important;
}

.service-link:hover svg {
	fill: var(--accent) !important;
	transform: translateX(5px);
}

.service-link:hover svg path {
	fill: var(--accent) !important;
}

.service-card {
/* 	border: 1px solid #C8D4F6; */
	border-radius: 20px;
	position: relative;
}

.service-card img, .service-card figure {
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
}

.service-card-title {
	margin-block: 20px;
}


.service-card p {
	margin-bottom: 40px;
}

/* #hero.service-hero {
	max-height: 400px !important;
	margin-top: -40px;
} */

.hero-title.services-title {
	position: relative;
	margin-block: 100px;
	word-break: break-word;
}

/* .hero-title.services-title:after {
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background: radial-gradient( 44.06% 50% at 50% 50%, #fff 65.1%, rgba(255, 255, 255, 0) 100% );
  width: 100%;
  height: 90vh;
  z-index: -1;
} */

/* .floating-light {
	position: relative;
}

.floating-light::after {
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 538px;
  background: rgba(67, 127, 236, 0.58);
  filter: blur(131px);
  z-index: -1;
} */

.service-page-title {
	font-size: 57px !important;
	font-weight: bold;
}

.author-columns .wp-block-post-author__avatar img {
	border-radius: 100px;
}

.author-columns .wp-block-post-author__avatar + .wp-block-post-author__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.author-columns .wp-block-post-author__name {
	font-size: 24px;
}

.author-columns ..wp-block-post-author__byline {
	font-size: 16px;
}

.author-columns {
	color: var(--gray-text);
	padding-top: 2rem;
	border-top: 1px solid var(--gray-text);
}

.author-columns .socials-share {
	text-align: right;
}

.author-columns .socials-share .flex-row {
	gap: .7rem;
	justify-content: flex-end;
	margin-top: 1rem;
}

.author-columns .socials-share .flex-row p {
	font-size: 16px;
}

.author-columns .socials-share .flex-row a {
	transition: transform .2s ease;
}

.author-columns .socials-share .flex-row a:hover {
	transform: translateY(-3px);
}

/* SERVICES CONTACT FORM */

.services-contact-form {
	margin-bottom: -3rem !important;
}

.single-service-contact-form {
	margin-bottom: -6rem !important;
}

/* PDF CHECKER PAGE */
.page-id-1123 {
background-image: url(https://aicontractmanager.nl/wp-content/uploads/2023/10/Polygon-9.svg);
	background-repeat: no-repeat;
	background-position: 25vw -10vw;
}

@media (max-width: 1281px) {
  #how-it-works .switcher {
    gap: 1rem !important;
  }
}

@media (max-width: 1236px) {
  .menu-toggle {
    background-color: transparent !important;
  }

  .has-inline-mobile-toggle #site-navigation {
    flex-basis: revert;
  }

  .has-inline-mobile-toggle .header-widget {
    flex-basis: revert;
    order: 2;
  }

  .main-navigation.mobile-menu-control-wrapper {
    order: 3;
  }

  .mobile-menu-open .main-navigation.mobile-menu-control-wrapper {
    order: revert;
  }

  .header-widget {
    margin-top: 0 !important;
  }

  .mobile-menu-open .header-widget {
    margin-inline: auto !important;
  }

  .mobile-menu-open .has-inline-mobile-toggle #site-navigation {
    flex-basis: 100% !important;
  }

  .mobile-menu-open .has-inline-mobile-toggle #site-navigation {
    flex-basis: 100% !important;
  }

  .mobile-menu-control-wrapper {
    margin-left: 0;
  }

  .mobile-menu-open .mobile-menu-control-wrapper {
    margin-left: auto;
  }
	
}

@media (max-width: 1181px) {
  .rod-v {
    bottom: 50px;
  }

  .rod-h {
    display: none;
  }
	
	.mobile-hero {
	display: block;
}
	.hero-video {
	margin-top: -150px;
}
	
	.videos-swiper-container .swiper-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
margin-top: 2rem;
}

.videos-swiper-container .swiper-button-next,
.videos-swiper-container .swiper-button-prev {
  position: revert;
}
}

@media (max-width: 881px) {
  #icon-box-section > * {
    display: revert;
  }

  .stack-group.linear-gradient-background.p-relative .wp-block-buttons {
    margin-top: 1.5rem !important;
  }

  #icon-box-section.switcher {
    gap: 5rem !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px !important;
  }
	
/* 	#hero {
		height: auto;
	} */

  .wp-block-button__link {
    font-size: 15px !important;
    padding: 8px 37px 9px 37px !important;
  }

  h1 {
    font-size: 55px !important;
    font-weight: var(--font-bold);
  }
  .hero-title {
    font-size: 40px !important;
  }
  h2,
  .h1-subtitle {
    font-size: 37px !important;
    font-weight: var(--font-medium);
  }
  h3,
  .page-id-476 h2,
  .page-id-3 h2 {
    font-size: 34px !important;
  }
  h4 {
    font-size: 30px !important;
  }

  .mr-b-150 {
    margin-bottom: 100px !important;
  }
	
	.mr-b-100 {
  margin-bottom: 80px !important;
}

  .mr-b-negative-150 {
    margin-bottom: -100px !important;
  }

  .mr-t-negative-150 {
    margin-top: -100px !important;
  }

  .mr-b-80 {
    margin-bottom: 50px !important;
  }

  .mr-b-40 {
    margin-bottom: 30px;
  }

  .pd-b-80 {
    padding-bottom: 80px !important;
  }

  .padding-block-80 {
    padding-block: 40px !important;
  }

  .padding-block-100 {
    padding-block: 80px !important;
  }

  .padding-block-150 {
    padding-block: 120px !important;
  }

  .width-50 {
    max-width: 100% !important;
  }

  .font-20 {
    font-size: 18px !important;
  }

  .font-27 {
    font-size: 22px !important;
  }

  .font-37 {
    font-size: 30px !important;
  }

  .font-15 {
    font-size: 14px !important;
  }
	
	.service-page-title {
	font-size: 45px !important;
}
	
		.hero-video {
	width: revert;
	margin: 5rem 0 0;	
}
	
	.hero-video video {
	border-radius: 20px;	
}
}

@media (max-width: 508px) {
  body {
    font-size: 14px !important;
  }

  .wp-block-button__link {
    font-size: 14px !important;
    padding: 7px 30px 8px 30px !important;
  }

  h1 {
    font-size: 50px !important;
  }
  .hero-title {
    font-size: 30px !important;
  }
  h2,
  .h1-subtitle {
    font-size: 30px !important;
  }
  h3 {
    font-size: 25px !important;
  }
  .page-id-476 h2,
  .page-id-3 h2 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }

  .font-20 {
    font-size: 17px !important;
  }

  .font-27 {
    font-size: 20px !important;
  }

  .font-37 {
    font-size: 25px !important;
  }

  .font-15 {
    font-size: 12px !important;
  }
  .mr-b-150 {
    margin-bottom: 80px !important;
  }
	.mr-b-100 {
  margin-bottom: 60px !important;
}
  .mr-b-negative-150 {
    margin-bottom: -80px !important;
  }

  .mr-t-negative-150 {
    margin-top: -80px !important;
  }

  .mr-b-80 {
    margin-bottom: 40px !important;
  }

  .padding-block-80 {
    padding-block: 30px !important;
  }

  .padding-block-100 {
    padding-block: 70px !important;
  }

  .padding-block-150 {
    padding-block: 110px !important;
  }

  .team-member-avatar {
    font-size: 9px;
  }

  .team-member-avatar img {
    height: 40px;
  }

  .social-icons-wrapper {
    margin-inline: auto !important;
  }

  .copyright-bar {
    justify-content: center !important;
  }

  .page-id-476 .wp-block-image,
  .page-id-3 .wp-block-image {
    flex-basis: 10% !important;
  }

  #about {
    padding-inline: 15px !important;
  }
	.service-page-title {
	font-size: 40px !important;
}
	.service-card-title {
		font-size: 25px !important;
		word-break: break-word;
	}
}

@media (max-width: 606px) {
  .has-inline-mobile-toggle #site-navigation {
    flex-basis: 100%;
    order: 3;
  }

  .main-navigation.mobile-menu-control-wrapper {
    order: 2;
  }

  .has-inline-mobile-toggle .header-widget {
    flex-basis: 100%;
    order: 3;
  }

  .mobile-menu-control-wrapper {
    margin-left: auto;
  }
	
	#hero {
  height: 65vh;
  overflow-y: visible;
}
}

@media (max-width: 425px) {
  .hero-title {
    font-size: 26px !important;
  }

  .footer-widgets img {
    max-width: 100%;
  }
  .site-header .header-image {
    max-width: 200px;
  }
  .sticky .inside-header {
    padding: 10px 20px !important;
  }

  .linear-gradient-cover .cluster-group > * {
    justify-content: center !important;
  }

  .linear-gradient-cover {
    padding: 30px 15px;
  }

  #testimonials .swiper-wrapper {
    padding-bottom: 0;
  }

  .my-container {
    padding: 20px 0 !important;
  }
}

@media (max-width: 380px) {
  .hero-title {
    font-size: 20px !important;
  }
}
