* {
	outline: 0 !important;
	text-decoration: none !important;
}

html {
	margin-top: 0px !important;
}

body {
	font-family: "Harmonia Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 30px;
	background-color: black;
	line-height: 120%;
}

p {
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	margin-bottom: 16px;
	letter-spacing: -1.2px;
}

img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

a,
a:hover {
	transition: 0.3s all;
}

ul,
li {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	font-family: "Harmonia Sans Pro", sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 120%;
}

h1,
.h1 {
	font-size: 72px;
}

h2,
.h2 {
	font-size: 60px;
}

h3,
.h3 {
	font-size: 21px;
	margin: 20px auto 15px;
}

.wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 23px;
}

.text_white {
	color: #fff;
}

.hero {
	margin: auto;
}

/* .sub_heading {
    font-size: 28px;
    font-weight: 700;

    letter-spacing: -1.12px;
} */

/* 72px */
/*     letter-spacing: -2.88px; */

/* .section-heading {
    margin-bottom: 40px;
} */

.header {
	padding: 40px 60px 80px 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.header .container-fluid {
	width: 100%;
	max-width: 1375px;
	padding: 0;
}

.navigation ul li a {
	color: #ececec;
	font-family: "Harmonia Sans Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.navigation ul li {
	display: inline-block;
	margin-left: 20px;
}

.mob-header > a {
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

.hamburger {
	margin-left: 20px;
	cursor: pointer;
}

.hamburger span {
	width: 28px;
	height: 3px;
	background: #fff;
	display: table;
	margin: 5px 0;
}

.mobile-menu {
	position: fixed;
	background: linear-gradient(180deg, #0b1e42 0%, #9e428f 100%);
	top: 0;
	left: 100%;
	height: 100vh;
	overflow: auto;
	width: 100%;
	z-index: 9999;
	transition: 0.4s all;
}

.mobile-menu ul li {
	list-style: none;
}

body.industry-auto .mobile-menu {
	background: linear-gradient(180deg, #0b1e42 0%, #005873 100%);
}

.mobile-menu .d-flex {
	padding: 20px 15px;
}

.mobile-menu .d-flex img {
	width: 130px;
}

.mobile-menu ul {
	padding: 0 20px;
}

.mobile-menu ul li a {
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.48px;
	color: #fff;
	width: 100%;
	display: table;
	padding: 21px 0;
}

.mobile-menu ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu address {
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	padding: 0 20px;
	margin: 30px 0 15px;
}

.mob-social {
	padding: 0 20px;
}

.mob-social svg {
	width: 25px;
	height: 25px;
}

.mob-social a {
	margin-right: 10px;
}

.menu-close {
	cursor: pointer;
}

@media (max-width: 991px) {
	.mob-dropdown {
		position: relative;
	}

	.mob-dropdown ul {
		padding: 0 0 0 15px;
	}

	.mob-dropdown:not(.act) ul {
		display: none;
	}

	.mob-dropdown span {
		position: absolute;
		top: 18px;
		right: 0;
		width: 30px;
		height: 30px;
		z-index: 2;
	}

	.mob-dropdown span:after {
		content: "";
		position: absolute;
		border-style: solid;
		border-width: 7px 7px 0;
		border-color: #ffffff transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: 10px;
		left: 16px;
	}

	/* 	body.menu-act {
		overflow: hidden;
	} */

	body.menu-act .mobile-menu {
		left: 0;
	}

	.navigation {
		display: none;
	}

	.header {
		padding: 20px 15px;
	}

	.header .logo img {
		width: 170px;
	}
}

/*Hero*/
/* .hero {
    padding: 200px 0 90px;
} */

/* .hero .h1 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -2.88px;
    margin-bottom: 20px;
    padding-right: 30px;
} */

/* .hero p {
    margin-bottom: 30px;
} */

.cbtn {
	color: #fff;
	font-family: "Harmonia Sans Pro";
	font-size: 14px;
	font-weight: 500;
	padding: 5px 30px;
	text-transform: uppercase;
	margin: auto;
	display: block;
	width: fit-content;

	border-radius: 24px;
	background: #1f1d25;
	box-shadow: 0px 0px 1px 1px #e34d8d, 0px 0px 16px 0px #e34d8d;
}

.cbtn:hover {
	color: #000;
	background-color: #fff;
	box-shadow: 0 0px 15px #ffffff70;
}

/* ANIMATED LOGOS */

.logo-ticker {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 30px;
}

.logo-ticker ul {
	display: flex;
	list-style: none;
	animation: marquee 20s linear infinite;
}

.logo-ticker li {
	margin: 0 20px;
	display: flex;
	justify-content: center;
	height: 40px;
	align-items: center;
}

.logo-ticker li img {
	max-height: 40px;
	max-width: inherit;
	opacity: 1;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% + 20px));
	}
}

/*Canvas*/

/* canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
} */

/*Process Area CSS*/
/* .gradient_bg {
    padding-top: 80px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, rgba(158, 66, 143, 0.0) 0%, rgba(158, 66, 143, 0.30) 30%, #0B1E42 79.16%, #000 97.07%);
} */

/* .process-block {
    height: 548px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.process-block.v1 {
    background: url(../img-home/block-bg.webp) no-repeat center / cover;
}

.process-block .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 52px;
    left: 0;
}

.process-block h3 {
    font-weight: 700;

    letter-spacing: -2.4px;
}

.process-block.v1 {
    text-align: center;
}

.process-area .row [class*="col-sm"] {
    padding: 0 20px;
}

.process-block.v2 {
    background: rgba(0, 0, 0, 0.60);
}

.process-block .content p {
    letter-spacing: 0;
    margin: 20px 0
}

.process-area .col-sm-12 .process-block {
    height: 554px;
}

.process-block.v2 .h2 {

    color: #fafafa;
}

.process-block.v2 p {
    color: #fafafa;
}

.process-area .col-sm-12 .process-block p {
    color: #fff;
} */

/* INDUSTRIES */

/*Creative*/
/* .creative-area {
    padding-top: 80px;
}

.creative-area .row [class*="col"] {
    padding: 0 20px;
}

.creative-text-box {
    border-radius: 40px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.20);
}

.creative-text-box span {
    color: #FAFAFA;
    font-size: 28px;
    font-weight: 700;

    letter-spacing: -1.12px;
    margin-bottom: 20px;
}

.creative-text-box .h2 {
    color: #FAFAFA;
    font-size: 66px;
    font-weight: 400;

    letter-spacing: -2.64px;
}

.creative-video {
    position: relative;
    height: 691px;
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

.creative-video video {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
    object-fit: cover;
}

.creative-video-text .video {
    position: relative;
    padding-top: 75px;
    padding-bottom: 20px;
}

.creative-video-text .video::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img-home/video-bg.webp) no-repeat scroll top center/cover;
}

.creative-video-text .video .inner img {
    width: 100%;
    height: 100%;

}

.creative-video-text .video .inner {
    width: 342px;
    height: 690px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;
}

.creative-video-text .inner video {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    left: 50%;
    width: 303px;
    height: 655px;
    top: 50%;
    object-fit: cover;
    border-radius: 40px;
    transform: translate(-50%, -50%);
}

.creative-video-text .text .h2 {
    color: #FAFAFA;

    letter-spacing: -2.4px;
    margin-bottom: 20px;
}

.creative-video-text p {
    color: #FAFAFA;

    letter-spacing: 0;
    margin: 0;
}

.creative-video-text .text {
    padding: 40px 64px;
    padding-bottom: 77px;
    position: relative;
    z-index: 1
}

.creative-video-text {
    position: relative;
    padding: 1px;
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
    height: 100%;
}

.creative-video-text::after {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 4px);
    transform: translateX(1px);
    background: rgba(0, 0, 0, 0.50);
    z-index: -1;
    border-radius: 40px;
}
 */
/*Compliance*/
/* .compliace-area {
    padding-top: 120px;
}

.compliance-box {
    margin-top: 40px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 548px;
}

.compliance-box video {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
    object-fit: cover;
    z-index: 1;
}

.compliance-box.video .content {
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.compliance-box.video .h2 {
    text-transform: uppercase;

    letter-spacing: -2.4px;
    margin-bottom: 24px;
}

.compliance-box.video p {

    letter-spacing: -1.2px;
}

.compliace-area .row [class*="col"] {
    padding: 0 20px;
}

.compliance-box.video::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B1E42 0%, #9E428F 100%);
    mix-blend-mode: overlay;
    z-index: 1;
}

.compliance-box.process-block .content {
    text-align: left;
    padding: 40px;
}

.process-block.video video {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
    object-fit: cover;
}

.process-block.video::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 40px;
    background: linear-gradient(92deg, rgba(0, 0, 0, 0.60) 35.94%, rgba(0, 0, 0, 0.00) 98.96%);
}

.process-block.video {
    padding: 0;
    border-radius: 40px;
}

.process-block.video .content {
    z-index: 1;
    padding: 40px;
}
 */
/*Book Demo*/
.book-demo-area {
	padding: 0;
	text-align: center;
}

.book-demo-area .h2 {
	color: #fff;
	text-align: center;

	font-family: "Harmonia Sans Pro";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
}

.book-demo-area p {
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	font-family: "Harmonia Sans Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 14px auto 40px auto;
}

.book-demo-area .cbtn {
	color: #fff;
	font-family: "Harmonia Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 40px;
	padding: 10px 20px;
}

.book-demo-area .col-sm-3,
.book-demo-area .col-sm-5 {
	color: #000;
}

/*Footer*/
footer {
	padding-top: 300px;
	padding-bottom: 80px;
}

footer .flogo {
	display: inline-block;
	width: 240px;
	margin: 0 auto 48px;
	display: block;
}

footer .social {
	display: block;
	width: 100%;
	text-align: center;
	margin: 48px 0;
}

footer .social a {
	margin: 0 13px;
}

footer .social a svg {
	transform: scale(1);
	transition: 0.3s all;
}

footer .social a:hover svg {
	transform: scale(0.9);
}

footer p {
	font-size: 18px;

	letter-spacing: 0.01em;
}

footer p a {
	color: #ff8585;
	position: relative;
}

footer p a:after {
	content: "";
	background: #ff8585;
	width: 0%;
	right: 0;
	left: auto;
	bottom: -1px;
	position: absolute;
	height: 1px;
	transition: 0.4s;
}

footer p a:hover:after {
	width: 100%;
	transition: 0.4s;
	right: auto;
	left: 0;
}

footer p span {
	display: block;
	color: #808080;
	margin-top: 10px;
}

footer p a:hover {
	color: #ff8585;
}

/*Contact*/
.contact-wrapper .container {
	max-width: 1245px;
}

.contact-wrapper header {
	padding: 20px 0;
}

.contact {
	padding: 47px 0 0;
}

.contact .head .h2 {
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: -2.4px;
	background: linear-gradient(90deg, #a35c9f 0%, #f39c97 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tabs .nav-tabs li button:hover {
	border-color: transparent !important;
}

.tabs .tab-links li a,
.tabs .nav-tabs li button {
	border-radius: 8px;
	border: 1px solid transparent;
	padding: 14px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	display: table;
}

.tabs .tab-links li,
.tabs .nav-tabs li {
	margin: 0 5px;
}

.tabs {
	margin: 44px 0 0;
}

.tabs .tab-links,
.tabs .nav-tabs {
	text-align: center;
	margin: 0 0 13px;
	display: block;
	border: none;
}

.tabs .tab-links li,
.tabs .nav-tabs li {
	display: inline-block;
}

.tabs .nav-tabs li button.active,
.tabs .nav-tabs li button.active:hover {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
}

.tabs .nav-tabs.tab_Multiple li button {
	position: relative;
	z-index: 1;
	border: none;
}

.tabs .nav-tabs.tab_Multiple li button span {
	font-size: 20px;

	font-weight: bold;
}

.tabs .nav-tabs.tab_Multiple li button.active span {
	background: linear-gradient(90deg, #9e428f 1.81%, #ff8585 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tabs .nav-tabs.tab_Multiple li button.active::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	padding: 2px;
	background: linear-gradient(90deg, #9e428f 1.81%, #ff8585 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.tabs .tab-content {
	padding: 32px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.6);
	position: relative;
}

.tab-content iframe {
	height: 850px;
}

.tab-content #contact iframe {
	height: 930px;
}

.contact-logos {
	border-radius: 40px;
	background: rgba(0, 0, 0, 0.6);
	padding: 40px;
	text-align: center;
	margin-top: 145px;
}

.contact-logos img:nth-child(1) {
	margin-top: 0;
}

.contact-logos img {
	display: block;
	margin: 40px auto;
}

/*Location*/
.locations {
	padding: 160px 0 95px;
}

.locations .head h2 {
	text-transform: uppercase;
	letter-spacing: -2.4px;
}

.locations .tabs {
	margin: 62px 0 0;
}

.tabs .location-nav {
	text-align: center;
	margin: 0px 0 51px;
	display: flex;
}

.tabs .location-nav li {
	display: inline-block;
	padding: 0 12px;
	width: 50%;
}

.tabs .location-nav li a {
	border-radius: 8px;
	border: 1px solid transparent;
	padding: 9px 18px;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	display: table;

	letter-spacing: 0;
	width: 100%;
}

.tabs .location-nav li a.active {
	border: 1px solid;
}

.tabs .location-content {
	display: none;
	border-radius: 30px;
	overflow: hidden;
}

.tabs .location-content.active {
	display: block;
}

.tabs .location-content iframe {
	border: none;
	width: 100%;
	height: 528px;
}

.location-content {
	position: relative;
}

.location-content .infoContact {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 70px;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}

.snazzymap {
	width: 100%;
	height: 450px;
	border-radius: 30px;
}

.infoContact .si-content {
	width: auto;
}

.si-content {
	width: 170px;
	color: #111;
}

.si-content h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #111;
	font-size: 20px;
}

.si-content p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;

	font-size: 16px;
	color: #555;
	letter-spacing: 0;
}

/* PRIVACY */
.privacy-wrapper {
	background: #000;
}
.privacy-wrapper header {
	padding: 20px 0;
}
.privacy-wrapper header .container {
	width: 100%;
	max-width: 1400px;
	padding: 0 12px;
}

.privacy .container {
	max-width: 1372px;
	padding: 50px 16px;
}

@media (min-width: 1050px) {
	.privacy .container {
		padding: 50px 144.5px;
	}
}

.privacy {
	font-size: 20px;

	letter-spacing: 0px;
}

.privacy p {
	font-size: 20px;

	letter-spacing: 0px;
	margin-bottom: 30px;
}

.privacy h3 {
	font-size: 30px;

	margin-bottom: 5px;
	font-weight: 700;
}

.privacy h4 {
	font-size: 30px;

	margin-bottom: 15px;
}

.privacy a {
	color: #9e428f;
	border-bottom: 1px solid;
}

.privacy a:hover {
	border-bottom: 1px dotted;
}

.privacy ul {
	margin: -25px 0 40px 35px;
}

.privacy ul li {
	list-style: disc;
	color: #fff;
}

.privacy ol {
	margin: 0 0 40px -10px;
}

.privacy ol li {
	list-style: decimal;
	color: #fff;
}

.privacy ol ul {
	margin: 10px 0 12px 30px;
}

.privacy ol ul li {
	list-style: disc;
}

/*About page css*/

.js-custom-popup {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	width: calc(1200px - 46px);
	z-index: 1;
	border-radius: 40px;
	background: linear-gradient(180deg, #0b1e42 0%, #9e428f 100%);
	padding: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	left: 50%;
	transform: translateX(-50%);
}

.js-custom-popup.active {
	opacity: 1;
	visibility: visible;
}

.js-custom-popup p {
	font-size: 22px;
	letter-spacing: -0.88px;
	color: #fafafa;
	line-height: 120%;
	margin-bottom: 30px;
}

.js-custom-popup p:last-child {
	margin-bottom: 0;
}

.pop_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	filter: grayscale(1);
}

.pop_text {
	height: 275px;
	position: absolute;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0 60px;
	padding-right: 65px;
}

.pop_text::-webkit-scrollbar {
	display: none;
}

.js-close-popup {
	position: absolute;
	top: 0;
	right: 20px;
	cursor: pointer;
	z-index: 9;
}

.mobile_hover {
	display: none;
}

/*Back to Top*/

.back-to-top {
	margin: 0 !important;
	padding: 0 !important;
	background: rgba(0, 0, 0, 0.2);
	height: 0px;
	width: 0px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: transparent;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	right: 20px;
	bottom: 35px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
	outline: 0 !important;
}

.back-to-top::before,
.back-to-top::after {
	content: "";
	display: block;
	vertical-align: middle;
	border-bottom: solid 10px #9e428f;
	border-left: solid 10px transparent;
	line-height: 0;
	border-right: solid 10px transparent;
	height: 0;
	margin: 18px auto 0;
	width: 0;
	border-radius: 20px;
	visibility: hidden;
}

.back-to-top.show::after,
.back-to-top.show::before {
	visibility: visible;
}

.back-to-top::after {
	border-bottom-color: #fff;
	position: relative;
	top: -24px;
}

.back-to-top.show {
	display: none;
	background: #fff;
	right: 15px;
	bottom: 30px;
	height: 50px;
	width: 50px;
	visibility: visible;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

/*Career Page CSS*/

/*Responsive*/

body > div > div.dvh {
	/* background: url("https://www.helloconstellation.com/wp-content/uploads/2025/03/home-page-header.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right; */
}

@media (min-width: 576px) {
	.dvh {
		min-height: 92vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 100px 0 0;
	}
}

@media (max-width: 575px) {
	.dvh {
		min-height: 100vh;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 0;
	}

	.dvh > header,
	.dvh > section {
		width: 100%;
	}
}

@media (max-width: 1800px) {
	.hero {
		padding: 0;
	}
}

/* @media(max-width:1200px) {
    .hero .h1 {
        font-size: 56px;
    }

    .creative-video-text .video::before {
        height: 108%;
    }
} */

/* @media(max-width:991px) {
    .container {
        padding: 0 15px;
    }

    .industries-slider .slick-prev {
        left: auto;
        right: 65px;
    }

    .industries-slider .slick-prev,
    .industries-slider .slick-next {
        width: 34px;
        height: 34px;
        bottom: 30px;
    }

    .hero .h1 {
        font-size: 42px;
        letter-spacing: -1.68px;
        padding-right: 0;
    }

    body,
    p {
        font-size: 20px;

    }

    h1,
    .h1 {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    .cbtn {
        font-size: 20px;
    }

    header {
        padding: 15px 0;
    }

    .hero {
        padding: 65px 0;
    }*/

.logo-ticker li {
	margin: 0 15px;
	height: 25px;
}

.logo-ticker li img {
	max-height: 40px;
	height: 40px;
}

.logo-ticker {
	padding: 100px 0px 100px 0px;
}
/*
    .gradient_bg {
        padding-top: 40px;
    }

    .heading {
        letter-spacing: -1.68px;
    }

    .sub_heading {
        font-size: 20px;
        letter-spacing: -0.88px;
        margin-bottom: 10px;
    }

    .process-block {
        height: 320px;
        margin-top: 30px;
        padding: 30px;
        border-radius: 20px;
    }

    .process-block h3 {
        font-size: 40px;

    }

    .process-block .content {
        padding: 30px;
    }

    .creative-area .row [class*="col"] {
        padding: 0 15px;
    }

    .process-area .row [class*="col-sm"] {
        padding: 0 15px;
    }

    .compliace-area .row [class*="col"] {
        padding: 0 15px;
    }

    .process-area .col-sm-12 .process-block {
        height: 320px;
    }

    .process-block.v2 .h2 {
        font-size: 30px;
        letter-spacing: -1.68px;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .industries {
        padding: 60px 0;
    }

    .industries-slider .slide > div {
        padding: 30px;
    }

    .industries-slider {
        border-radius: 20px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    .insight-area {
        padding-top: 0;
    }

    .aurora-video {
        height: 320px;
        border-radius: 20px;
        margin-top: 40px;
    }

    .aurora-video .content {
        padding: 30px;
    }

    .creative-text-box {
        padding: 30px;
        border-radius: 20px;
        height: 357px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .creative-text-box span {
        font-size: 20px;
        letter-spacing: -0.88px;
    }

    .creative-text-box .h2 {
        font-size: 36px;
        letter-spacing: -1.68px;
    }

    .creative-video {
        height: 357px;
        border-radius: 20px;
    }

    .creative-video-text {
        border-radius: 20px;
        height: 100%;

    }

    .creative-video-text .video {
        padding: 30px;
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .creative-video-text .video .inner {
        width: 175px;
        height: 340px;
    }

    .creative-video-text .inner video {
        width: 154px;
        height: 322px;
        border-radius: 20px;
    }

    .creative-video-text .text {
        padding: 30px;
        padding-bottom: 60px;
    }

    .compliace-area {
        padding-top: 80px;
    }

    .compliance-box {
        margin-top: 30px;
    }

    .compliance-box.process-block .content {
        padding: 30px;
    }

    .compliance-box {
        margin-top: 30px;
        border-radius: 30px;
        height: 360px;
    }

    .compliance-box.video .content {
        padding: 30px;
    }

    .compliance-box.process-block {
        height: 360px;
    }

    .book-demo-area {
        padding: 30px 0;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .flogo {
        width: 165px;
        margin: 0 auto 30px;
    }

    footer .social a svg {
        width: 30px;
    }

    footer .social a {
        margin: 0 7px;
    }

    footer .social {
        margin: 30px 0
    }

    footer p {
        font-size: 12px;
    }

    .locations {
        padding: 100px 0 45px;
    }

    .tabs .location-nav li a {
        font-size: 24px;
    }

    .location-content .infoContact {
        width: 240px;
    }

    .process-block.video .content {
        padding: 30px;
    }

    .process-block.video {
        border-radius: 20px;
    }

    .process-block.video::after {
        border-radius: 20px;
    }

}
 */
/* @media(max-width:950px) {
    .hero {
        padding: 0;
    }

    header .logo img {
        width: 120px;
    }

    header a.link {
        font-size: 16px;
    }

    .hero .h1 {
        font-size: 34px;
    }

    .hero p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .cbtn {
        font-size: 18px;
        padding: 12px 26px;
    }

    header {
        padding: 0;
    }

    .creative-video-text .video::before {
        height: 100%;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .creative-video-text::after {
        border-radius: 25px
    }
}
 */
/* @media(max-width:767px) {

    .tabs .tab-links li,
    .tabs .nav-tabs li {
        margin: 0;
    }

    .tabs .nav-tabs.tab_Multiple li button span {
        font-size: 14px;

    }

    .tabs .tab-links li a,
    .tabs .nav-tabs li button {
        padding: 10px;
    }

    .tabs .tab-content {
        padding: 15px;
    }

    .contact-logos {
        margin: 150px 0 0;
    }

    .location-content .infoContact {
        top: auto;
        bottom: 20px;
        width: calc(100% - 70px);
    }

    .hero .h1 {
        font-size: 34px;
    }
    

} */

@media (max-width: 575px) {
	header .logo img {
		width: 143px;
	}

	header a.link {
		font-size: 16px;
	}

	.hero {
		padding: 100px 0 20px;
	}

	.process-area {
		padding-top: 10px;
	}

	/* .cbtn {
		padding: 10px 21px;
		font-size: 16px;
	} */

	/*     .hero p {
        max-width: 267px;
        margin-bottom: 15px;
        letter-spacing: -0.88px;
        font-size: 20px;
    } */

	.privacy,
	.privacy li,
	.privacy p {
		font-size: 16px;
	}

	.privacy a {
		word-break: break-all;
	}

	.dvh {
		padding: 20px 0;
	}
	.full_video {
		font-size: 16px;
	}
}

@media (max-width: 650px) {
	.tabs .location-nav li a {
		padding: 8px 10px;
		font-size: 17px;
		white-space: nowrap;
	}

	.tabs .location-nav li {
		padding: 0 4px;
	}
}

@media only screen and (min-width: 355px) and (max-width: 792px) and (max-height: 650px) {
	.hero {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 1150px) and (max-height: 768px) {
	.hero .h1 {
		/* font-size: 65px; */
	}
}

@media (max-width: 575px) {
	body {
		height: 100%;
		position: fixed;
		width: 100%;
	}

	.wrapper {
		position: relative;
		height: 100%;
		overflow: auto;
		overflow-x: hidden;
	}
}

/*About Responsive*/
.header-toggle {
	display: none;
}

.header-toggle {
	height: 46px;
	width: 46px;
	text-align: center;
	border-radius: 10px;
	margin-left: 10px;
}

.header-toggle span {
	height: 2px;
	width: 95%;
	background: #fff;
	display: block;
	margin-top: 5px;
	position: relative;
	transition: all 0.2s ease 0s;
	border-radius: 5px;
	margin-right: auto;
	margin-left: 0;
}

.header-toggle span:nth-child(1) {
	top: 4px;
}

.header-toggle span:nth-child(2) {
	top: 6px;
	width: 65%;
}

.header-toggle span:nth-child(3) {
	top: 8px;
}

/* #menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}
 */

@media (max-width: 767px) {
	header {
		position: relative;
	}

	header.active {
		z-index: 22;
	}

	nav#menu {
		position: absolute;
		top: 99%;
		left: 0;
		width: 100%;
		display: block;
		z-index: 999;
		min-height: calc(100vh - 71px);
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all;
	}

	nav#menu.active {
		opacity: 1;
		visibility: visible;
		transition: 0.3s all;
	}

	.mainmenu ul {
		text-align: left;
	}

	nav#menu,
	nav#menu > ul ul {
		overflow: hidden;
		max-height: 0;
		background: linear-gradient(180deg, #0b1e42 0%, #9e428f 100%);
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	nav#menu,
	nav#menu > ul ul {
		overflow: auto;
		padding: 50px 20px;
	}

	nav#menu > ul > li {
		display: block !important;
		margin: 0 !important;
		padding: 0;
	}

	nav#menu ul ul,
	nav#menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		padding: 0;
	}

	nav#menu ul ul.sub-menu.active {
		visibility: visible;
		opacity: 1;
		max-height: inherit;
		padding: 12px 0 0 14px;
	}

	nav#menu > ul > li > a {
		display: block;
		position: relative;
		padding: 18px 0px;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		font-size: 20px;
	}

	nav#menu > ul > li:last-child > a {
		border: none;
	}

	.mainmenu ul li > ul {
		border: none;
	}

	nav#menu li.has-submenu > a:before {
		border: none;
		content: "+";
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
		height: auto;
	}

	nav#menu > ul ul li {
		display: block;
		margin: 0;
	}

	.sub-menu::before {
		height: 90% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}

	.sub-menu::after {
		display: none;
	}

	nav#menu li.has-submenu > a.active:before {
		content: "-";
		font-size: 20px;
	}

	nav#menu ul ul > li a {
		padding: 4px 0px;
		line-height: normal;
		color: #fff;
		font-size: 17px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		display: table;
	}

	ul.sub-menu {
		padding-left: 20px;
	}

	.header-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	.header-toggle.active span:nth-child(1) {
		top: 14px;
		transform: rotate(45deg);
	}

	.header-toggle.active span:nth-child(3) {
		top: 0px;
		transform: rotate(-45deg);
	}

	.header-toggle {
		display: block;
	}

	nav#menu > ul ul {
		background: transparent;
		box-shadow: none;
		width: 100%;
		padding-left: 15px;
	}

	header {
		transition: all 0.4s;
	}

	header.active {
		background: #0b1e42;
	}

	header:after {
		content: "";
		background: #0b1e42;
		height: 300px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		visibility: hidden;
	}

	header .container {
		position: relative;
		z-index: 2;
	}

	header.active:after {
		visibility: visible;
	}

	.mobile_hover .inner {
		height: 310px;
		overflow: auto;
		padding-right: 10px;
	}

	.js-custom-popup {
		display: none;
	}

	.mobile_hover {
		display: block;
	}

	.mobile_hover p {
		line-height: 120%;
		letter-spacing: -0.8px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	body.nav-active {
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.has-dropdown {
		position: relative;
	}

	.has-dropdown > a {
		padding-right: 17px;
	}

	.has-dropdown span {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 10px;
		height: 20px;
	}

	.has-dropdown span:after {
		content: "";
		position: absolute;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #ffffff transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: 4px;
		left: 0px;
	}

	.has-dropdown ul {
		position: absolute;
		top: calc(100% - 5px);
		left: -30px;
		width: 200px;
		padding: 30px 0 15px;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all;
	}

	.has-dropdown:hover ul {
		opacity: 1;
		visibility: visible;
		top: 100%;
	}

	.has-dropdown ul:after {
		content: "";
		background: #fff;
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
		height: calc(100% - 20px);
		border-radius: 5px;
	}

	.has-dropdown ul:before {
		content: "";
		position: absolute;
		border-style: solid;
		border-width: 0 7px 7px;
		border-color: #ffffff transparent;
		display: block;
		width: 0;
		z-index: 1;
		top: 8px;
		left: 65px;
	}

	.has-dropdown ul li {
		position: relative;
		z-index: 2;
		margin: 0;
	}

	.has-dropdown ul li a {
		color: #000;
		display: table;
		padding: 0 15px;
		font-size: 17px;
	}

	.has-dropdown a:before {
		opacity: 0 !important;
	}
}

/* 2025 styles */

.global-padding {
	padding: 80px;
}

.header .container-fluid {
	max-width: unset;
}

body > div > div.dvh > section > div {
	max-width: unset;
}

.hero {
	margin-top: 100px;
}

.hero .h1 {
	text-align: center;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 69px;
	margin: 0 auto 40px auto;
	max-width: 1350px;
}

.hero p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.56px;
	letter-spacing: 0;
	margin: 15px auto 0px auto;
	max-width: 1350px;
	width: 70%;
	display: block;
}

body > div > div.dvh > section > div > div > div > div {
	margin-bottom: 40px;
}

.specs {
	justify-content: center;
	margin-top: 50px;
	gap: 40px;
}

.specs .col-sm-4 {
	width: fit-content;
}

.specs p {
	color: #fff;
	text-align: center;
	font-family: "Harmonia Sans Pro";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
}

.spec-title {
	color: #fff;
	text-align: center;
	font-family: "Harmonia Sans Pro";
	font-size: 59.858px;
	font-style: normal;
	font-weight: 700;
	line-height: 69px; /* 115.273% */
}

.spec-sub-title {
	color: #fff;
	text-align: center;
	font-family: "Harmonia Sans Pro";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0.56px;
	margin-bottom: 50px;
}

.row.vert-intel {
	position: relative;
	padding-top: 40px;
}

.what-we-do {
	position: absolute;
	top: 76px;
	left: 0;
	font-size: 40px;
	font-weight: 600;
}

.spec-explaination {
	/* 	background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c); */
}

.line {
	background: url("https://www.helloconstellation.com/wp-content/uploads/2025/04/bar.png");
	/* padding-bottom: 300px !important; */
	margin-top: 50px;
	width: 2px;
	justify-self: center !important;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
}

.agentic .col-sm-7 {
	text-align: center;
}

.spec-explaination div:nth-child(1) > div.col-sm-7 {
	padding-bottom: 120px !important;
}

.vert-intel {
	align-items: baseline;
}

/* .vert-intel div:nth-child(2){
	padding-right: 3% !important;
} */

.explaination-copy h3 {
	color: #f38988;
	font-size: 32px;
	text-transform: uppercase;
}

.explaination-copy h4 {
	color: #fff;
	font-size: 26px;
	line-height: normal;
	margin-bottom: 30px;
}

.explaination-copy li {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: normal;
	margin-left: 14px;
	margin-top: 10px;
}

.hide-line {
	display: none;
}

.book-demo-area {
	text-align: left;
	/* margin-bottom: 100px; */
}

.book-demo-area h3 {
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.book-demo-area .cbtn {
	font-weight: 500 !important;
}

.book-demo-area .cbtn:hover {
	color: black !important;
}

@media (max-width: 1200px) {
	.logo {
		width: 250px;
	}

	.navigation ul li {
		margin-left: 10px;
	}

	.hero .h1 {
		/* font-size: 30px; */
	}

	.specs {
		margin-top: 20px;
	}

	.specs h3 {
		font-size: 18px;
		margin: 12px auto;
	}

	.specs p {
		font-size: 16px;
		letter-spacing: 0;
	}
}

@media (min-width: 1500px) {
	.dvh {
		background-size: cover !important;
	}

	.hero .col-md-6 {
		width: 40%;
	}
}


@media (max-width: 768px) {
	.hero .col-sm-4 h3 {
		color: rgba(243, 137, 136, 1);
	}
	body > div > div.dvh {
		/* background: url("https://www.helloconstellation.com/wp-content/uploads/2025/03/Screenshot-2025-01-27-at-9.20.36 AM-1-1.png");
		background-repeat: no-repeat;
		background-size: contain; */
		background: black;
	}

	.global-padding {
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	body > div > div.dvh > section > div > div > div.col-md-6,
	.specs {
		padding: 40px;
		padding-bottom: 50%;
	}

	.hero {
		margin: 0;
		padding-top: 150px;
	}

	.hero .h1 {
		font-size: 1.25em;
 		line-height: 1.25em;
		/* line-height: normal; */
		margin-bottom: 40px;
	}

	.cbtn {
		background-color: black;
		border-width: 2px;
	}

	.specs {
		flex-direction: column;
		background-color: black;
		padding-bottom: 0px;
	}

	.specs .col-sm-4 {
		width: 100%;
	}

	.specs h3 {
		font-size: 16px;
	}

	.specs p {
		font-size: 16px;
		letter-spacing: 0;
	}

	.vert-intel,
	.agentic {
		flex-direction: column;
	}

	.spec-explaination .col-sm-7,
	.spec-explaination .col-sm-5 {
		width: 100%;
	}

	/* 	.spec-explaination .col-sm-7{
		padding-top: 300px !important;
	} */

	body
		> div
		> div.spec-explaination
		> section
		> div
		> div.row.vert-intel
		> div.col-sm-7 {
		padding-top: 0px !important;
	}

	div.col-sm-5.explaination-copy {
		padding: 30px;
	}

	.explaination-copy h3 {
		font-size: 16px;
	}

	.explaination-copy h4 {
		font-size: 14px;
		margin-bottom: 0px;
		color: rgba(255, 255, 255, 0.8);
	}

	.explaination-copy li {
		list-style: none;
		margin-left: 0px;
		font-size: 14px;
	}

	.book-demo-area {
		padding-bottom: 0px;
	}

	.book-demo-area .container {
		background-color: black;
	}

	.book-demo-area p {
		margin-top: 50px;
		margin-bottom: 100px;
		letter-spacing: 0;
	}
	.book-demo-area .col-sm-4 {
		width: 100% !important;
	}

	.hide-line {
		display: block;
	}

	.what-we-do {
		font-size: 20px;
	}

	footer .social a {
		margin: 0 5px;
	}

	footer p a {
		font-size: 12px;
	}

	footer p span {
		font-size: 12px;
	}

	div.col-sm-5.explaination-copy {
		max-width: 75%;
	}
	.spec-title {
		font-size: 1.5em;
	}
}

@media (max-width: 576px) {
	.book-demo-area .col-sm-4 {
		width: 100% !important;
	}

	.hero p {
		max-width: unset !important;
		font-size: 1.15rem;
		line-height: 125%;
	}
}

.menu-item:nth-child(2),
.menu-item:nth-child(3),
.menu-item:nth-child(4),
.menu-item:nth-child(5) {
	/* display: none; */
}

.gradient-warm {
	background: linear-gradient(
		90deg,
		#f9ecda 0%,
		#ffdbee 48.61%,
		#f9daf5 100%
	);
}
.gradient-text {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.spec-description {
	color: #fff;
	text-align: center;
	font-family: "Harmonia Sans Pro";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#spec1 > div:nth-child(1) > div {
	background-repeat: no-repeat;
}

#spec1 {
	text-align: center;
}

.new-footer-link::after {
	content: "|";
	padding: 7px;
}

#menu-footer > li:nth-child(5) > a:after {
	content: none;
	padding: 0px;
}

#awards li {
	list-style: none;
}

.testimonials .testimonial-slider .slide {
	position: relative;
}

.testimonial-slider .slick-slide.slick-current .slide:after {
	content: "";
	background: url(../img/arrow.svg) no-repeat center;
	width: 49px;
	height: 49px;
	position: absolute;
	left: 20px;
	bottom: -30px;
}

body.industry-dtc
	.testimonials
	.testimonial-slider
	.slick-slide.slick-current
	.slide:after {
	background: url(../img/arrow-dtc.svg) no-repeat center;
}

.testimonials .testimonial-slider .slide {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.36px;
}

.testimonials .testimonial-slider .slick-slide {
	padding: 0 7px;
}

.testimonials .container .testimonial-slider {
	width: 90%;
	min-width: inherit;
	position: relative;
	left: -10px;
	transform: none;
}

.testimonials .testimonial-slider .slick-list {
	overflow: visible;
}

.testimonials .prev {
	display: none;
}

.testimonials .testimonial-slider .slick-slide:not(.slick-current) .slide {
	color: #9b9da2;
}

.testimonials .next {
	position: absolute;
	top: 1px;
	right: 0px;
	width: 50px;
	height: 100%;
	font-size: 0;
	z-index: 22;
}

.testimonials .next svg {
	display: none;
}

.testimonials:after {
	background: url(../img/dots.png) no-repeat center -11px;
	background-size: cover;
}

@media (min-width: 1801px) {
	.testimonials .container .testimonial-slider {
		min-width: 2500px;
	}
}

@media (min-width: 992px) and (max-width: 1800px) {
	.testimonials .prev {
		transform: translate(-50%, -50%);
		left: calc(50% - 365px);
	}

	.testimonials .next {
		transform: translate(-50%, -50%);
		right: calc(50% - 418px);
	}
}

.testimonials-alt .slide p {
	font-size: 30px;
	line-height: 120%;
	letter-spacing: 0.045px;
	max-width: 900px;
	margin: 0 auto;
}

.testimonials-alt .slide p span {
	color: #9e428f;
	font-weight: 700;
}

.testimonials-alt .slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0 0;
}

.testimonials-alt .slick-dots li {
	margin: 0 4px;
	padding: 0;
	width: auto;
}

.testimonials-alt .slick-dots li button {
	width: 20px;
	height: 20px;
	background: #808080;
	border: none;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
}

.testimonials-alt .slick-dots li.slick-active button {
	background: #9e428f;
}

.testimonials-alt .slide p {
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
}

.testimonials h3 {
	font-family: Harmonia Sans Pro;
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.8px;
	text-align: center;
}

.testimonials h3 + p {
	color: #fafafa;
	text-align: center;
	font-family: Harmonia Sans Pro;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.48px;
}

.testimonials.alt:after {
	display: none;
}

.testimonials.alt {
	position: relative;
	padding: 0;
}

.testimonial-v3 {
	padding: 72px 0;
}

.testimonial-v3 .top-logo {
	max-width: 140px;
	margin-bottom: 25px;
}

.testimonial-v3 .quote__inner {
	text-align: center;
	margin-bottom: 80px;
}

.testimonial-v3 .quote__inner p {
	color: #fff;
	font-family: "Harmonia Sans Pro";
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	margin: 10px 5%;
	max-width: 100vw;
}

@media (max-width: 768px) {
	.testimonial-v3 .quote__inner p {
		font-size: 35px;
		max-width: 85vw;
		margin: 0;
	}
}

.testimonial-v3 .quote__inner cite {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0.001em;
	color: #a6b7c9;
	text-align: left;
}

.testimonial__slider--wrap {
	position: relative;
	padding-bottom: 60px;
}

@media (max-width: 768px) {
	.testimonial__slider--wrap {
		padding-bottom: 100px;
	}
}

.testimonial__slider--wrap .tnext,
.testimonial__slider--wrap .tprev {
	position: absolute;
	top: calc(50% - 55px);
	left: -50px;
	transform: translateY(-50%);
	cursor: pointer;
}

.testimonial__slider--wrap .tnext_header,
.testimonial__slider--wrap .tprev_header {
	position: absolute;
	top: calc(50% - 55px);
	left: -50px;
	transform: translateY(-50%);
	cursor: pointer;
}

.testimonial__slider--wrap .tnext {
	left: auto;
	right: -50px;
}

.testimonial__slider--wrap .tnext_header {
	left: auto;
	right: -80px;
}

.testimonial__slider--wrap .tprev_header {
	left: -80px;
}
.testimonial__slider--wrap .slick-dots {
	position: absolute;
	bottom: -80px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.testimonial__slider--wrap .slick-dots li {
	margin: 0 4px;
}

.testimonial__slider--wrap .slick-dots li button {
	width: 17px;
	height: 17px;
	background: #38336d;
	font-size: 0px;
	border: none;
	border-radius: 50%;
}

.testimonial__slider--wrap .slick-dots li.slick-active button {
	background: #a6b7c9;
}

.testimonial-v3 ul:not(.slick-dots) {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 64px 0px;
	gap: 78px;
	opacity: 0.7;
}

.testimonial-v3 .quote__inner p {
	/* font-size: 24px;
	padding: 0 5px; */
}

.testimonial-v3 .quote__inner cite {
	width: 100%;
	font-size: 26px;
	display: inline-flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
	margin: 50px 5%;
	color: white;
	text-align: left;
}

@media (max-width: 1024px) {
	.testimonial-v3 .quote__inner cite {
		font-size: 17px;
		width: 90vw;
		margin: 50px 0;
		margin-right: 0%;
		justify-content: center;
		float: left;
		text-align: left;
	}
	.testimonial-v3 .quote__inner p {
		/* text-align: center; */
	}
	.testimonial-2025-heading {
		/* text-align: center; */
	}
}

.testimonial-v3 .quote__inner cite img {
	margin: 0;
}

.testimonial-v3 {
	padding: 150px 0 0px;
	height: 600px;
}
@media (max-width: 600px) {
	.testimonial-v3 {
		height: 750px;
	}
}

.testimonial-v3 ul:not(.slick-dots) {
	padding: 32px 0px 64px;
	gap: 40px;
}

.testimonial-v3 ul:not(.slick-dots) img {
	max-height: 50px;
}

.testimonial-v3 .quote__inner p {
	/* font-size: 32px;
	max-width: 650px; */
}

.icon__teaser-v2,
.testimonial__slider--wrap .slick-dots,
body > div.wrapper > div > div:nth-child(5) > div > div.row {
	max-height: 10px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}

.testimonial-2025-heading {
	color: #fff;
	font-family: "Harmonia Sans Pro";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 69px; /* 265.385% */
}

@media (max-width: 768px) {
	.testimonial-2025-heading {
		max-width: 85vw;
		line-height: 1.2em;
	}
}

.page-id-2198 .testimonial-v3 .quote__inner {
	margin-bottom: 0;
}

.page-id-2198 .testimonial-v3 .quote__inner p {
	color: #000;
	max-width: 700px;
	text-align: left;
}

.page-id-2198 .testimonial-v3 .quote__inner span {
	color: #000;
}

.page-id-2198 .testimonial-v3 .quote__inner cite {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: 700;
	z-index: 10;
	max-width: 100vw;
}

.page-id-2198 .testimonial-v3 .quote__inner p {
	font-size: 44px;
	font-weight: 700;
	z-index: 10;
	max-width: 100vw;
}

@media (max-width: 768px) {
	.page-id-2198 .testimonial-v3 .quote__inner p {
		font-size: 30px;
		max-width: 100vw;
	}
}

body
	> div
	> div
	> header
	> div
	> div.d-flex.align-items-center.d-lg-none.mob-header
	> a {
	display: none;
}

.mobile-menu {
	background: black;
}

.navigation ul li a {
	position: relative;
}

.navigation ul li a:before {
	content: "";
	background-color: rgba(255, 133, 133, 1) !important;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	margin: 0 auto;
	display: inline-flex;
	right: 0;
	transition: 0.2s all;
	opacity: 0;
}

.has-dropdown ul li a:hover {
	color: #999;
}

#hero-image-wrapper {
	height: fit-content;
	position: relative;
}

 @media only screen and (max-width: 768px) {
            #hero-image {
                content: url('https://www.helloconstellation.com/wp-content/uploads/2025/05/mobile-hero-2025.png');
                transform: none;
                padding: 0 !important;
            }
	 
	 .gradient-border-overlay {
		 box-shadow: unset !important;
	 }
}
	 
.gradient-border-overlay {
	width: 100%;
	height: -webkit-fill-available;
	display: block;
	position: absolute;
	z-index: 200;
	box-shadow: inset 80px 0px 50px black, inset -80px 0px 50px black;
}

.gradient-border-overlay-rl {
	width: 100%;
	height: -webkit-fill-available;
	display: block;
	position: absolute;
	z-index: 200;
	box-shadow: inset 80px 0px 30px black, inset -80px 0px 30px black;
	margin-top: -20px;
}

/*AWARDS SECTION */
.awards-logos-home {
    display: flex;
    flex-wrap: no-wrap;
    gap: 25px 50px;
    justify-content: center;
  padding: 15px;
  }

.awards-logos-home > * {
    align-self: center;
}
  
  /* Mobile: force only 2 lines */
  @media (max-width: 550px) {
	  
	  .awards-logos-home {
		flex-wrap: wrap;
    }
	  
    .awards-logos-home > * {
      flex: 1 1 calc(33.333% - 50px); 
      box-sizing: border-box;
    }
  }

@media (max-width: 991px) {

	.bob ul{
		display: block !important;
	}

    .mob-dropdown:not(.bob) ul {
        display: none;
	}
}

.book-demo-area .cbtn{
	color: white;
}

.olympics-banner-wrapper {
	background: linear-gradient(135deg,rgba(158,66,143,1) 0%,rgba(255,133,133,1) 100%);
	margin-bottom: 20px;
}

.olympics-banner {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: center;
    flex-wrap: wrap
}

.olympics-banner:nth-child(2) {
    border-top: 1px solid black;
}

.olympics-text {
    display: flex;
    align-items: center
}

.olympics-text p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    padding-right: 10px;
	line-height: normal;
}

.olympics-cta {
   border-radius: 24px;
    background: #1f1d25;
    box-shadow: 0px 0px 1px 1px #e34d8d, 0px 0px 16px 0px #e34d8d;
    padding: 8px 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    margin-left: 10px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 20px
}

.olympics-ctas {
	display: flex;
}

@media (max-width: 767px) {
    .olympics-cta {
        margin-top:10px;
        margin-left: 0;
        padding: 6px 30px;
        font-size: 14px
    }
	.olympics-ctas {
		display: flex;
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}

    .olympics-text p {
        font-size: 14px;
		text-align: center;
    }

    .olympics-banner {
        justify-content: flex-start;
		padding: 15px;
    }
}


@media (max-width: 1560px) {
    .olympics-banner {
        justify-content: flex-start;
		padding: 15px;
    }
}
@media (min-width: 768px) {
    .olympics-banner {
        flex-wrap:inherit
    }
} 

@media (max-width: 574px) {
	.hero {
		margin: 0;
		padding-top: 220px;
	}
}
