/*
Theme Name:		Biocrossroads Startup
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.1
Text Domain: 	biocrossroads-startup
*/

/* IMPORTS */
@import url(assets/css/reset.css);



/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


/* BASIC SETUP */
body, html {
	font-size:16px;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 12px;
	padding:0;
}
h1, h1 a {
}
h2, h2 a {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Text elements */
p {
}
p, li {
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}


/* 11.5.25 - Font Gradients */

.text-gradient-1 {
	background: linear-gradient(90deg, #8489FF 0%, #7084FF 32.21%, #7887FF 63%, #9490FF 98.53%);
}

.text-gradient-2 {
	background: linear-gradient(180deg, #8489FF 16.13%, #656BFF 83.87%), #808080;
}

.text-gradient-3 {
	background: radial-gradient(51.85% 99.12% at 65.96% 50.02%, rgba(184, 187, 255, 0.20) 0%, rgba(127, 133, 255, 0.20) 100%);
}

.text-gradient-4 {
	background: radial-gradient(51.85% 99.12% at 65.96% 50.02%, rgba(184, 187, 255, 0.20) 0%, rgba(127, 133, 255, 0.20) 100%);
}

.text-gradient-1, .text-gradient-2, .text-gradient-3, .text-gradient-4 {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
input:not([type=checkbox]):not([type=radio]), textarea {
	border:solid 1px #999;;
	width:100%;
	padding:6px;
}
input.radio { width:auto; }


/* TAGS */
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}
.radial-gradient {
    background: radial-gradient(51.85% 99.12% at 65.96% 50.02%, rgba(184, 187, 255, 0.20) 0%, rgba(127, 133, 255, 0.20) 100%), #FFF;    
}
.radial-gradient.dark {
    background: linear-gradient(180deg, #8489FF 16.13%, #656BFF 83.87%), radial-gradient(71.65% 33.87% at 49.26% 50%, rgba(101, 107, 255, 0.10) 0%, rgba(132, 137, 255, 0.10) 100%), #FFF;
}
.fade-in-gradient * {
    z-index: 9;
}
.fade-in-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
	z-index: 1;
}
.white-icon svg path {
    fill: #FFF;
}
.bg-blur {
	backdrop-filter: blur(3.5px);
}


/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}

/* 11.5.25 - Radius Settings */

.radius-xsmall {
	border-radius: 4px;
}

.radius-small {
	border-radius: 8px;
}

.radius-medium {
	border-radius: 12px;
}

.radius-main {
	border-radius: 16px;
}

.radius-round {
	border-radius: 9999px;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */

.header {
	position: absolute !important;
	z-index: 99 !important;
    top: 0 !important;
}
body:not(.elementor-editor-active) .header {
    top: 32px !important;
}

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */


/* MAIN NAVIGATION */

/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */



/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

.hero-image > .elementor-motion-effects-container::before,
.hero-image > .e-con-inner::before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
    z-index: 9;
}
.hero-image > .elementor-motion-effects-container::before {
	background: rgba(0,0,0,.2);
}
.hero-image > .e-con-inner::before {
	background: linear-gradient(to bottom, rgba(0,0,0,0.78) 0%,rgba(0,0,0,0.33) 100%);
}
.hero-image > .e-con-inner > div {
    z-index: 19;
}

.accordion details {
	border-top: 1px solid rgba(0, 0, 0, 0.50);
}
.accordion details:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}
.icon-box ul {
	color: rgba(255,255,255,.75);
    list-style-type: circle;
	margin: 10px 0 0 15px;
}


.logo-wrapper img {
    filter: grayscale(1);
}


/*=========================
	RESOURCE HUB
=========================*/

.resource-filters .jet-list-tree__parent {
	flex-direction: row-reverse;
	padding: 16px;
	border-top: 1px solid var(--dark-faded, rgba(3, 3, 3, 0.10));
	border-bottom: 1px solid var(--dark-faded, rgba(3, 3, 3, 0.10));
	margin: -1px 0 0 0 !important;
}
.resource-filters .jet-list-tree__parent .jet-radio-list__decorator {
	display: none;
}
.resource-filters .jet-list-tree__parent .jet-radio-list__item {
	pointer-events: none;
}
.resource-filters .jet-list-tree__children {
	padding: 16px !important;
	margin: 0 !important;
}
.resource-filters .jet-collapse-none {
	display: none !important;
}
.terms-wrapper, .terms-wrapper > div {
	padding: 0 !important;
	gap: 10px !important;
}
.terms-wrapper .term-title {
	font-weight: 700;
	text-transform: uppercase;
}



/*=========================
	ASSETS PAGE
=========================*/

@media screen and (min-width: 769px){
	#map-wrapper {
		height: 700px !important;
	}
}

@media screen and (max-width: 769px){
	#map-wrapper {
		height: unset;
	}
	#map-wrapper .results{
		height: 700px !important;
	}
}

#map-wrapper .results {
    overflow: scroll;
}
.filters .jet-filter-items-dropdown__body {
	position: relative;
}

@media screen and (max-width: 769px){
	#map-wrapper .jet-filter-items-dropdown__body {
		position: unset;
	}
}


/*=========================
	INVESTOR PAGE
=========================*/

.startup-testimonial .elementor-testimonial-wrapper::before {
    content: url("assets/images/quote.svg");
    display: inline-block;
}
.startup-testimonial .elementor-testimonial-details {
	gap: 8px;
	display: flex !important;
	flex-direction: column;
}

/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}


/* SOCIAL ICONS */

/* BUTTONS */

.custom-button a {
	background: -webkit-linear-gradient(left, #341899 0%, #5627FF 100%);
	background: -o-linear-gradient(left, #341899 0%, #5627FF 100%);
	background: linear-gradient(to right, #341899 0%, #5627FF 100%);
	height: 48px;
	padding: var(--space-1, 8px) 10px var(--space-1, 8px) 12px !important;
	justify-content: center !important;
	align-items: center !important;
	display: flex;
    border-radius: 12px !important;
    cursor: pointer;
    color: #FFF;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%; /* 24px */    
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.custom-button.no-icon a {
    padding: 8px 12px !important;
}
.custom-button.flat a {
	background: none;
	height: auto;
	padding: 0 !important;
    border-radius: 0 !important;
    color: rgba(3, 3, 3, 1);
}
.custom-button.cta {
	width: 100%;
	margin-top: auto;
}
.custom-button.cta a {
	background: none;
	height: auto;
	padding: 0 !important;
	justify-content: flex-start !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.custom-button a:hover {
    animation: gradient .5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.custom-button.cta a:hover,
.custom-button.flat a:hover {
    animation: none;
}
@keyframes gradient {
  0% {
	background: -webkit-linear-gradient(left, #341899 0%, #5627FF 100%);
	background: -o-linear-gradient(left, #341899 0%, #5627FF 100%);
	background: linear-gradient(to right, #341899 0%, #5627FF 100%);
  }
  50% {
	background: -webkit-linear-gradient(left, #5627FF 0%, #341899 100%);
	background: -o-linear-gradient(left, #5627FF 0%, #341899 100%);
	background: linear-gradient(to right, #5627FF 0%, #341899 100%);
  }
  100% {
	background: -webkit-linear-gradient(left, #5627FF 0%, #5627FF 100%);
	background: -o-linear-gradient(left, #5627FF 0%, #5627FF 100%);
	background: linear-gradient(to right, #5627FF 0%, #5627FF 100%);
  }
}
.custom-button .elementor-button-icon {
	width: 32px;
	height: 32px;
	justify-content: center;
	display: flex;
	overflow: hidden;
}
.custom-button .elementor-button-icon svg {
	z-index: 1;
	background: transparent var(--icon) no-repeat center /var(--icon-size);
	display: inline-flex;
	flex: none;
	height: 28px;
	overflow: hidden;
	position: relative;
	transition: transform .525s cubic-bezier(.625,.05,0,1);
	width: 28px;
    left: -14px;
}
.quick-link .custom-button .elementor-button-icon svg:first-child,
.custom-button .elementor-button-icon svg:first-child {
    transform: translateY(200%);
}
.quick-link:hover .elementor-button-icon svg:first-child,
.custom-button a:hover .elementor-button-icon svg:first-child {
	transform: translate(200%);
}
.quick-link .elementor-button-icon svg:nth-child(2),
.custom-button .elementor-button-icon svg:nth-child(2) {
    transform: translateY(100%);
}
.quick-link:hover .elementor-button-icon svg:nth-child(2),
.custom-button a:hover .elementor-button-icon svg:nth-child(2) {
	transform: translate(200%,-100%);
}
.quick-link .elementor-button-icon svg:nth-child(3),
.custom-button .elementor-button-icon svg:nth-child(3) {
    transform: translate(0);
}
.quick-link:hover .elementor-button-icon svg:nth-child(3),
.custom-button a:hover .elementor-button-icon svg:nth-child(3) {
	transform: translate(200%,-200%);
}
.quick-link .elementor-button-icon svg:nth-child(4),
.quick-link .elementor-button-icon svg:nth-child(5),
.custom-button .elementor-button-icon svg:nth-child(4),
.custom-button .elementor-button-icon svg:nth-child(5) {
    display: none;
}
.custom-button:not(.no-icon) .elementor-button-icon::before {
    content: '';
    position: absolute;
	border-radius: 6px;
	background: var(--light, #FFF);
	width: 32px;
	height: 32px;
	transition-duration: .525s;
	transition-property: bottom,transform;
	transition-timing-function: cubic-bezier(.625,.05,0,1);
}
.custom-button.flat .elementor-button-icon::before {
	border: var(--border-width-main, 1.5px) solid var(--dark-faded, rgba(3, 3, 3, 0.10));
	background: var(--light, #FFF);
	backdrop-filter: blur(10px);
}
.quick-link:hover .elementor-button-icon::before,
.custom-button a:hover .elementor-button-icon::before {
    transform: rotate(90deg);
}
.quick-link:hover .custom-button.cta a:hover .elementor-button-icon::before {
    transform: none;
}
.custom-button span.elementor-button-content-wrapper {
	gap: 12px !important;   
}         
.custom-button span.elementor-button-content-wrapper,
.cta-button span.elementor-button-content-wrapper {
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.cta-button .elementor-button-icon {
	border-radius: 6px;
	background: var(--light, #FFF);
	width: 32px;
	height: 32px;
	justify-content: center;
    font-size: 20px;
}


.custom-button .elementor-button-icon,
.custom-button .elementor-button-icon *,
.custom-button .elementor-button-icon::before {
	pointer-events: none;
}


/* Quick Links */
.quick-link, .quick-link a {
	height: 100%;
}
.quick-link .elementor-cta__content {
	flex-direction: column;
}



/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

.footer {
    background: radial-gradient(56.88% 71.4% at 48.16% 44.75%, rgba(41, 43, 50, 0.17) 0%, rgba(3, 3, 3, 0.50) 100%), linear-gradient(90deg, rgba(148, 144, 255, 0.25) 0%, rgba(92, 106, 255, 0.25) 20.37%, rgba(92, 126, 255, 0.25) 60.16%, rgba(91, 100, 255, 0.25) 79.1%, rgba(132, 137, 255, 0.25) 98.53%), var(--theme-background, #030303);
}


/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1060) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 568px) {
}
@media all and (max-width: 340px) {
}


/**
 * 9.0 Custom
 * ----------------------------------------------------------------------------- */

.elementor #hero-bg-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 72.83%, rgba(3, 3, 3, 0.75) 87.1%, #060607 97.4%), radial-gradient(39.25% 72.93% at 72.95% 47.44%, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.50) 44.83%, rgba(0, 0, 0, 0.78) 87.26%);
}

.hero-video-bg .e-hosted-video {
    height: 100%;
    width: 100%;
}

.home-hero-video {
  height: 100vh;
  overflow: hidden;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-bg {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.hero-video-bg.elementor-sticky--effects {
  bottom: -1px !important;
}

/* Image fade in from right */

.image-fade-in-right {
  opacity: 0;
  transform: translate(100px, 100px);
  filter: blur(12px);
  will-change: transform, opacity, filter;
}

/* Blur-loading headings */

.blur-heading .blur-word {
  display: inline-block;
  opacity: 0;
  filter: blur(16px);
  transform: scale(1.06);
  will-change: opacity, filter, transform;
  transition: none;
}

/* Welcome section overlay */

#welcome {
  position: relative;
  overflow: hidden;
}

#welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1; /* ensures it sits above the background but below content */
  pointer-events: none;
  background: radial-gradient(
    58.28% 42.9% at 59.2% 58.56%,
    rgba(10, 18, 37, 0.77) 0%,
    #030303 100%
  );
  mix-blend-mode: normal; /* default “mode” — see below */
}

body .elementor #startup-journey{
	background: radial-gradient(50.91% 66.12% at 50% 41.08%, rgba(3, 3, 3, 0.00) 0%, rgba(3, 3, 3, 0.38) 100%), linear-gradient(180deg, rgba(86, 39, 255, 0.00) 20.65%, rgba(86, 39, 255, 0.20) 51.21%, rgba(86, 39, 255, 0.00) 98.53%), linear-gradient(180deg, rgba(3, 3, 3, 0.95) 1.1%, rgba(5, 17, 42, 0.95) 7.26%, rgba(5, 22, 58, 0.95) 43.25%, rgba(6, 36, 100, 0.95) 84.14%, rgba(3, 3, 3, 0.95) 100.01%);
}

.journey-line-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#journey-line {
  position: relative;
  z-index: 1;
}

.journey-node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #4A78FF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 18px rgba(74, 120, 255, 0.8);
}

#startup-journey .card-single {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(180deg, #8489FF 16.13%, #656BFF 83.87%), linear-gradient(172deg, #517CE3 10.79%, #0A47C6 53.7%, #143FAA 109.97%);
}
#startup-journey .card-single .icon-list a {
	flex-direction: row-reverse;
	justify-content: space-between !important;
    opacity: .5;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#startup-journey .card-single .icon-list a:hover {
    opacity: 1;
}
body:not(.elementor-editor-active)  .cards-carousel {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

body:not(.elementor-editor-active) .cards-track {
  position: relative;
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  perspective: 2000px;
}

body:not(.elementor-editor-active) .card-single {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  background: linear-gradient(180deg, #6a73ff 0%, #5562e0 100%);
  border-radius: 20px;
  padding: 40px 24px;
  color: #fff;
  box-sizing: border-box;
  will-change: transform, opacity;
  pointer-events: auto;
  backface-visibility: hidden;
  box-shadow: none;
  opacity: 0.7;
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
}

body:not(.elementor-editor-active) .cards-carousel .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border: none;
  font-size: 34px;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  transition: background 0.3s ease, color 0.3s ease;
}

body:not(.elementor-editor-active) .cards-carousel .nav:hover {
  background: rgba(255,255,255,0);
  color: white;
}

body:not(.elementor-editor-active) .cards-carousel .nav.prev { left: 30px; }
body:not(.elementor-editor-active) .cards-carousel .nav.next { right: 30px; }

body:not(.elementor-editor-active) .cards-carousel {
  position: relative;
  width: 100%;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}


/* Card bullet nav */

.carousel-bullets {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: -50px;
}

.carousel-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-bullet.active {
  background: #88e2ff; /* Your light blue active color */
}

html {
	overflow-x: hidden;
}



/*****
 * Resource Filter Styling
*****/

.resources-filters .jet-list-tree__children {
    display: block !important;
}

.resources-filters .jet-list-tree__parent .jet-radio-list__decorator, .resources-filters .jet-list-tree__parent .jet-collapse-icon, .resources-filters .jet-list-tree__children .jet-collapse-none {
    display: none !important;
}

.resources-filters .jet-radio-list__row.jet-filter-row.jet-list-tree__parent.jet-list-toggle-collapsed {
    pointer-events: none;
}

/* ================================================
   BIOCROSSROADS - TESTIMONIAL CAROUSEL
================================================ */

body:not(.elementor-editor-active).wp-theme-biocrossroads-startup {

  /* Outer shell */
  .testimonial-shell {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  /* Inner layout */
  .testimonial-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    gap: 40px;
    width: 100%;
  }

  /* Heading column */
  .testimonial-heading {
    flex: 0 0 258px !important;
    max-width: 258px !important;
    width: 258px;
    position: relative;
    z-index: 2;
  }

  /* Carousel viewport */
  .testimonial-carousel {
    flex: 1 1 auto;
    min-width: 0 !important;
    overflow: hidden;
    position: relative;
  }

  /* Track */
  .testimonial-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    will-change: transform;
    transform: translate3d(0,0,0);
  }

  /* Slides */
  .testimonial-slide {
    flex: 0 0 623px;
    width: 623px;
    display: flex;
    box-sizing: border-box;
  }

  /* Force equal height behavior */
  .testimonial-slide,
  .testimonial-slide .elementor-widget-testimonial,
  .testimonial-slide .elementor-testimonial-wrapper {
    height: 100%;
  }

  .testimonial-slide .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Pagination layout */
  .testimonial-nav {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .testimonial-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .testimonial-pagination__current,
  .testimonial-pagination__dash,
  .testimonial-pagination__total {
    font-family: var(--font-secondary-family, Roboto);
    font-size: 14px;
    line-height: 150%;
    color: #fff;
  }

  .testimonial-pagination__dash,
  .testimonial-pagination__total {
    opacity: .6;
  }

  /* Arrows */
  .testimonial-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .testimonial-arrow {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    background: #fff;
    backdrop-filter: blur(10px);
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .testimonial-arrow svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  /* Prev points left, Next rotated */
  .testimonial-arrow--next svg {
    transform: rotate(180deg);
  }

  /* Tablet */
  @media (max-width: 1024px) {
    .testimonial-heading {
      flex: 0 0 220px !important;
      max-width: 220px !important;
    }

    .testimonial-slide {
      flex: 0 0 560px;
      width: 560px;
    }
  }

  /* Mobile */
  @media (max-width: 768px) {
    .testimonial-inner {
      flex-direction: column;
      gap: 24px;
    }

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

    .testimonial-slide {
      flex: 0 0 100%;
      width: 100%;
    }
  }
}