/* @font-face{ font-family: NombreFont; src: url(fonts/NombreFont-Bold.otf); } */
:root {
	--color-blue-hard: #003d92;
	--color-dark-gray: #5b5b5d;
	--color-blue: #1d71b9;
	--black1: #0D0D0D;
	--grey-text: #9CA3AF;
	--red-text: #E7000B;
	--red-2: #EF44441A;
	--red-2-text: #EF4444;
	--red-3: #EC0100;
	--red-4: #FB2C3666;
	--light-grey: #EDEDED;
	--light-grey2: #3F3F3F;
	--teal-glow: #00C4AD;
	--teal-muted: rgba(0, 196, 173, 0.1);
	--teal-border: rgba(0, 196, 173, 0.3);

--service-accent: #00C4AD;
	--bg-lavender: #CCD6F6;
--dark-blue: rgba(27, 38, 59, 1);
	--green-text: #53D2B4;
	--new-bg: #1B263B;
	--cyan: #64FFDA;
	--lila: #CCD6F6;
	--blue-text-2: #3B61A8;
;
}

/*=============================================================================
GENERAL
=============================================================================*/
body {
	overflow-x: hidden;
	position: relative;
}

html {
	overflow-x: hidden;
}
.new-bg{
	background-color: var(--new-bg) !important;
}
.bg-cyan{
	background-color: var(--cyan);
}
.bg-lila{
	background-color: var(--lila);
}
.bg-lila-2{
	background: rgba(147, 162, 212, 0.69);
}
.text-cyan{
	color: var(--cyan) !important;
}
.text-lila{
	color: var(--lila) !important;
}
.h1-bigger {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.1;
}

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

.teal-pill {
	background: var(--teal-muted);
	border: 1px solid var(--teal-border);
	color: var(--teal-glow);
	padding: 0.5rem 1.25rem;
	border-radius: 50px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.btn-modern-teal {
	background-color: #CCD6F6;
	color: #000 !important;
	border: none;
	border-radius: 8px;
	padding: 1rem 2rem;
	font-weight: 600;
	box-shadow: 0 0 20px rgba(0, 196, 173, 0.3);
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.btn-modern-teal:hover {
	box-shadow: 0 0 35px rgba(0, 196, 173, 0.6);
	transform: translateY(-2px);
	background-color: #f8f9fa;
}

.hero-glow-icon {
	filter: drop-shadow(0 0 30px rgba(0, 196, 173, 0.4));
	transition: all 0.5s ease;
}

.hero-glow-icon:hover {
	filter: drop-shadow(0 0 50px rgba(0, 196, 173, 0.6));
	transform: scale(1.02);
}

@media (max-width: 991px) {
	.h1-bigger {
		font-size: 2.5rem;
	}
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

a {
	text-decoration: none !important
}

*::-moz-selection {
	background: var(--color-blue-hard);
	color: #FFF;
	text-shadow: none;
}

*::selection {
	background: var(--color-blue-hard);
	color: #FFF;
	text-shadow: none;
}

.bg-default {
	background-color: #eee;
	border: 1px solid #ddd;
}

.bg-default-02 {
	background-color: #ddd;
	border: 1px solid #ccc;
}

.text-black {
	color: #000;
}

.bg-cover-index {
	background-image: url("http://placehold.it/1920x1080");
}

.bg-grey2 {
	background-color: var(--light-grey2);
}

.shiny-green-btn {
	box-shadow: 0px 4px 6px -4px #00e79e4d !important;
	box-shadow: 0px 10px 15px -3px #00e7b14d !important;
}

.light-img {
	filter: drop-shadow(0 0 90px #64FFDA4D);
}	

.page-item {
	margin-right: 10px;

}

.page-link {
	background-color: var(--black1);
	color: white;
	border-radius: 30% !important;
	width: 40px;
	height: 40px;
}

.page-item.active .page-link {
	background-color: var(--cyan) !important;
	color: var(--dark-blue) !important;
	border: 1px solid var(--cyan);
}

.page-item.disabled .page-link {
	background-color: rgba(13, 13, 13, 0.5) !important;
	color: white;
}

.page-link:hover {
	background-color: var(--cyan) !important;
	color: var(--dark-blue) !important;
	border: 1px solid var(--cyan);
}

/*=============================================================================
THANKS PAGE
=============================================================================*/
.thanks-page {
	height: 60vh;
}

.thanks-page img {
	width: 400px;
	max-width: 100%;
}

.texto-new-blue{
	color: var(--dark-blue) !important;
}

.texto-new-blue-2{
	color: var(--blue-text-2) !important;
}
/*=============================================================================
NAVBAR
=============================================================================*/
.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

/* colores items menu */
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
	color: #333;
	border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--red-text);
}

/* colores items menu */
/* separación items menu */
.navbar-nav>.nav-item {
	padding-left: 15px;
	padding-right: 15px;
}

/* separación items menu */
.navbar-brand img {
	width: 80px;
}

/*=============================================================================
HOME
=============================================================================*/
.hero {
	background: radial-gradient(circle at 85% 50%, rgba(0, 196, 173, 0.15) 0%, rgba(0, 0, 0, 1) 70%),
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	background-color: #000;
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	display: flex;
	align-items: center;
}

.results-card {
	background-color: var(--teal-glow);
	color: #FFF;
	border-radius: 20px;
	padding: 2.5rem 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.results-card:hover {
	transform: translateY(-5px);
	border-color: var(--teal-border);
	box-shadow: 0 10px 30px rgba(0, 196, 173, 0.1);
}

.results-icon-box {
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.03);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.results-value {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.results-label {
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.results-footer {
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.results-footer-icon {
	width: 14px;
	height: 14px;
}

.why-card {
	border: 1px solid var(--teal-border);
	border-radius: 12px;
	background: rgba(0, 196, 173, 0.05);
	backdrop-filter: blur(5px);
	transition: all 0.3s ease;
}

.why-card:hover {
	background: rgba(0, 196, 173, 0.1);
	border-color: var(--teal-glow);
	transform: translateY(-2px);
}

.request-bg {
	background-color: #CCD6F6;
	color: #000;
}

.services-card {
	background-color: var(--black1);
	border-radius: 20px;
	padding: 2.5rem 1.5rem;
	gap: 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-card:hover {
	transform: translateY(-15px);
	border-color: var(--teal-border);
	box-shadow: 0 20px 40px rgba(0, 196, 173, 0.15);
}


.services-image {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.services-image img {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	transition: transform 0.4s ease;
}

.services-card:hover .services-image img {
	transform: scale(1.03);
}


.services-card-title,
.unified-card-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.services-card-description {
	color: var(--grey-text);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}


.services-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.services-link a {
	color: var(--teal-glow);
	transition: color 0.3s ease;
}

.services-link img {
	transition: transform 0.3s ease;
}

.services-card:hover .services-link a {
	color: #ffffff;
}

.services-card:hover .services-link img {
	transform: translateX(8px);
}

.unified-section {
	position: relative;
	z-index: 2;
	background-image: url("../images/inicio/unified-bg.png");
	background-size: cover;
	background-position: center;
	min-height: 60vh;
}

.button-unified {
	font-weight: 300;
	border: 1px solid #fff;
	color: #fff;
	font-size: .75rem;
	background-color: transparent;
	background: rgba(0, 121, 65, 0.26);
	border-radius: 50px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(2.3px);
}

.unified-card {
	border: 1px solid #fff;
	padding: 1.5rem 2rem;
	background: #02b58642;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(2.3px);
	border: 1px solid rgba(0, 196, 173, 0.37);
	display: flex;
	flex-direction: column;
	min-height: 225px;
}

.unified-icon-box {
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(239, 68, 68, 0.20) 0%, rgba(255, 255, 255, 0.29) 100%);
	display: flex;
	justify-content: center;
	padding: .5rem;
	height: 50px;
	width: 50px;
}

.unified-card-description {
	color: #fff;
	font-weight: 200;
}

/*=============================================================================
WHY
=============================================================================*/
.why_pastilla {
	border-radius: 10px;
	border: 1px solid var(--cyan);
	background-color: var(--cyan);
	color: var(--dark-blue);
}

.why_pastilla_inverted,
.why_pastilla_inverted:hover {
	border-radius: 10px;
	border: 1px solid var(--cyan);
	background-color: transparent;
	color: white;
}


.blog_pastilla{
	border-radius: 30%;
	border: 1px solid var(--cyan);
	background-color: var(--cyan);
	color: var(--dark-blue);
}

.blog_pastilla_2{
	border-radius: 30%;
	border: 1px solid var(--lila);
	background-color: rgba(255, 255, 255, 0.37);
	color: var(--dark-blue);
}

.new_box{
	background-color: #CCD6F65E;
	box-shadow: 0px 4px 4.7px 0px rgba(27, 38, 59, 0.5);
}

.why_pastilla2 {
	border-radius: 30%;
	border: 1px solid var(--cyan);
	background-color: #64FFDA4D;
	color: var(--cyan);
}

.shadow-cyan{
	box-shadow: 0px 10px 15px -3px rgba(0, 212, 146, 0.3);
}

.pill_shield {
	height: 16px;
	position: relative;
	top: -2px;
}

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

.black-quad {
	min-height: 225px;
	border-radius: 20px;
}

.black-quad-contact {
	border-radius: 20px !important;
}

.pantalla-oscura {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1B263B 100%);
	position: absolute;
	width: 100%;
	height: 100%;
}

.custom-button-blue {
	background-color: #1B263B;
	color: white;
	font-size: 14px;
}

.custom-button-red {
	background-color: var(--new-bg);
	color: var(--cyan);
	border: 1px solid var(--new-bg);
	font-size: 14px;
}

.custom-button-red:hover {
	background-color: var(--new-bg);
	color: var(--cyan);
	border: 1px solid var(--new-bg);
	font-size: 14px;
}

.custom-button-red-inverted{
	background-color: transparent;
	color: var(--new-bg);
	border: 2px solid var(--new-bg);
	font-size: 14px;
}

.custom-button-red-2 {
	background-color: var(--lila);
	color: var(--dark-blue);
	border: 1px solid var(--lila);
	font-size: 14px;
}

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

.custom-button-blue-inverted {
	background-color: transparent;
	color: #1B263B;
	border: 1px solid var(--new-bg);
	font-size: 14px;
}

.red-filter {
	width: 100%;
	position: absolute;
	min-height: 500px;
	z-index: 2;
	transform: rotate(180deg);
}

.red-square {
	box-shadow: 0px 4px 4px 0px rgba(100, 255, 218, 0.25) inset;
	background-color: rgba(13, 13, 13, 1);
	border-radius: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	min-height: 190px;
}

.light-red-border {
	box-shadow: 0px 4px 4px 0px rgba(236, 1, 0, 0.25) inset;
	border-top: 2px solid rgba(255, 255, 255, 0.08)
}

.light-cyan-border {
	box-shadow: 0px 4px 4px 0px rgba(100, 255, 218, 0.25) inset;
	border-top: 1px solid rgba(0, 212, 146, 1)
}

.custom-badge {
	border: 2px solid rgba(83, 210, 180, 1);
	color: var(--green-text) !important;
	border-radius: 10px;
	background-color: var(--black1);
}

.bg-black {
	background-color: black;
}

.light_border {
	border: 1px solid rgba(255, 255, 255, 0.08)
}

/*=============================================================================
Services
=============================================================================*/
.importance-pill {
	border-radius: 30px;
	border: 1px solid var(--teal-glow);
	background-color: var(--teal-glow);
	color: var(--teal-text);
	padding: 10px 20px;
	display: inline-block;
	font-weight: 700;
	font-size: 1.2rem;
}

.bg-advantages {
	background-color: #0D0D0D;
}

/*=============================================================================
CONTACT
=============================================================================*/
.custom-input {
	box-shadow: 0px 4px 4px 0px rgba(204, 214, 246, 0.8) inset;
	background-color: rgba(13, 13, 13, 1) !important;
	border-radius: 10px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-bottom: 1px solid var(--grey-text) !important;
	border: 1px solid rgba(204, 214, 246, 0.2) !important;
	padding: 15px;
	color: var(--grey-text) !important;
}

.br-10 {
	border-radius: 10px;
}

.bicolor_borde {
	border: 2px solid transparent;
	border-radius: 10px;

	/* 2. Aplicamos dos degradados como fondo */
	background-image:
		linear-gradient(#0D0D0D, #0D0D0D),
		/* Capa 1: El fondo de tu input/botón (cámbialo si es oscuro) */
		linear-gradient(90deg, #9E9EFF 46.63%, #00D3F3 73.56%, #00D492 100%);
	/* Capa 2: Tu degradado */


	/* 3. El truco mágico de las capas */
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

.contact_image {

	height: 100%;
	background-size: cover;
	background-position: 30%;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: padding-box, border-box;

	border: 2px solid transparent;
	border-radius: 10px;

	background-image:
		url('../images/home/bg-contact.png'),
		linear-gradient(#fff, #fff),
		linear-gradient(90deg, #9E9EFF 46.63%, #00D3F3 73.56%, #00D492 100%);

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	background-origin: padding-box, padding-box, border-box;
	background-clip: padding-box, padding-box, border-box;

}

/*=============================================================================
FOOTER
=============================================================================*/
.bg-black1 {
	background-color: var(--black1) !important;
	color: var(--grey-text) !important;
}


.texto-degradado-verde {
	background: linear-gradient(90deg, #009792ff 0%, #00D3F3 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.texto-degradado-rojo {
	
	color: var(--cyan) !important;
}

.special_color {
	background: linear-gradient(90deg, #00D3F3 0%, var(--teal-glow) 100%) !important;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: transparent !important;
}

.border-sutile-white {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
}

.navbar-toggler-icon {
	filter: invert(1);
}

.nav-link:hover {

	background: linear-gradient(90deg, #008a88 0%, #1ebea6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.btn-cyan{
	background-color: var(--cyan) !important;
	color: var(--dark-blue) !important;
}
/*=============================================================================
BLOG
=============================================================================*/

.blog-play-container {
	height: auto !important;
}

.blog-card {
	background-color: #0D0D0D !important;
	color: white !important;
	max-width: 320px !important;
}

.blog-card2 {
	background-color: #0D0D0D !important;
	color: white !important;
}

.fw300 {
	font-weight: 300
}

.pastilla_ht {
	background: #1A1A1A;
}

.bg-widget-cover.bg-mh {
	background-image: url("http://placehold.it/1920x500.png?text=1920x500.jpg");
	height: 500px;
}

.bg-widget-cover {
	background-position: center;
	background-size: cover;
}

.play-container {
	position: relative;
	height: 100%;
}

.play-container:hover .play-ico {
	opacity: 1;
	cursor: pointer;
}

.play-container:hover {
	cursor: pointer;
}

.play-ico {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 1;
	opacity: 0.5;
}

.img-blog {
	min-height: 800px;
	background-image: url("../img/Blog/header.jpg");
	background-position: center;
	background-size: cover;
}

.container-blog {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
}

.i-text {
	background: #e2dede;
	border: none;
	border-radius: 10px;
	color: #757575;
	text-align: center;
	font-size: 12px;
	padding: 10px 40px;
	margin-right: 10px;
}

.bolder {
	font-weight: bolder !important;
}

.hr-blog {
	max-width: 15%;
	border: 1px solid #e2dede;
	-webkit-box-shadow: 0px 2px 3px #e2e2e2;
	box-shadow: 0px 2px 3px #e2e2e2;
}

.text-intblog {
	width: 100%;
	position: absolute;
	bottom: 10px;
}

.btn-blog {
	width: 100%;
	background: black;
	border: none;
	font-weight: 100;
	font-family: sans-serif;
	color: #fff;
}

.btn-blog2 {
	background: black;
	border: none;
	font-weight: 100;
	font-family: sans-serif;
	color: #fff;
}

.btn-blog3 {
	background: black;
	border: 1PX solid #FFF;
	font-weight: 100;
	font-family: sans-serif;
	color: #fff;
	padding: 6px 50px;
	font-size: 16px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.btn-blog3:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.text-initblogf {
	position: absolute;
	top: 30%;
	left: 30%;
}

.img-finalblog {
	background-image: url("../img/Blog/footer.jpg");
	background-position: center;
	background-size: cover;
}

.custom-dropdown>li>.dropdown-menu,
.dropdown-child {
	background-color: #333;
}

.dropdown-child>a {
	color: #FFF;
}

.custom-dropdown>li>.dropdown-menu>.nav-link:hover,
.custom-dropdown>li>.dropdown-menu>.dropdown-item:hover,
.dropdown-child>a:hover {
	background-color: #222;
}

.dropdown-child>a:hover {
	color: #FFF;
}

/*=============================================================================
MEDIA
=============================================================================*/
/* 1920 x 1080 */
@media(max-width: 1920px) {}

/* 1600 x 900*/
@media(max-width: 1600px) {}

/* 1440 x 900 */
@media(max-width: 1440px) {}

/* 1280 x 800 */
@media(max-width: 1280px) {}

/* 990 x 1000 */
@media(max-width: 990px) {}

/* 767 x 414 */
@media(max-width: 767px) {
	.hero .row {
		flex-direction: column-reverse;
	}

	.results-value {
		font-size: 2.25rem !important;
	}

	.why-section-title {
		font-size: 2rem !important;
	}

	.why-card {
		padding: 1.5rem !important;
	}

	.services-card {
		padding: 2rem 1.5rem !important;
	}

	.unified-section {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.stats-container {
		padding: 2rem 1rem !important;
	}

	.testimonial-card {
		padding: 2rem 1.5rem !important;
	}
}

/* 576 x 320 */
@media(max-width: 576px) {}

/* 375 x 320 */
@media(max-width: 375px) {}

/*
	@media( max-width: 1920px ) {}
	@media( max-width: 1600px ) {}
	@media( max-width: 1440px ) {}
	@media( max-width: 1366px ) {}
	@media( max-width: 1280px ) {}
	@media( max-width: 1024px ) {}
	@media( max-width: 736px ) {}
	@media( max-width: 667px ) {}
	@media( max-width: 640px ) {}
	@media( max-width: 568px ) {}
*/

.fondo-img {
	background-color: #efddb7;
	height: calc(100vh - 110px);
}

.image-carousel {
	height: calc(100vh - 200px);
	width: auto;
}

@media(max-width: 736px) {
	.image-carousel {
		/* height: calc(100vh - 180px); */
		width: 100%;
		height: initial;
	}
}

.fs-14 {
	font-size: 14px !important;
}

.fs-12 {
	font-size: 12px !important;
}

/*=============================================================================
BREACH SECTION
=============================================================================*/
.breach-section {
	background-color: #fff;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.breach-glow-icon {
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(239, 68, 68, 0.2) 0%, rgba(239, 68, 68, 0.1) 40%, rgba(239, 68, 68, 0) 70%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 1.5rem;
	position: relative;
}

.breach-glow-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(239, 68, 68, 0.1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		opacity: 0.8;
	}

	50% {
		transform: scale(1.1);
		opacity: 0.3;
	}

	100% {
		transform: scale(0.95);
		opacity: 0.8;
	}
}

.breach-glow-icon i {
	font-size: 3.5rem;
	color: var(--red-2-text);
	filter: drop-shadow(0 0 15px rgba(239, 68, 68, 0.8));
}

.red-text-motto {
	color: var(--teal-glow);
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 0.85rem;
	opacity: 0.9;
}

.breach-card {
	background: #0A0A0A;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 24px;
	padding: 3rem 2rem;
	height: 100%;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.breach-card:hover {
	transform: translateY(-12px);
	border-color: var(--teal-border);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 196, 173, 0.1);
	background: #0F0F0F;
}

.breach-card-icon {
	margin-bottom: 2rem;
	height: 80px;
	width: 80px;
	background: var(--teal-muted);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid var(--teal-border);
}

.breach-card:hover .breach-card-icon {
	background: rgba(0, 196, 173, 0.15);
	transform: scale(1.05);
	border-color: rgba(0, 196, 173, 0.4);
}


.breach-card-value {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 800;
	margin-bottom: 0.75rem;
	line-height: 1;
}

.breach-card-label {
	color: var(--grey-text);
	font-size: 0.95rem;
	text-align: center;
	line-height: 1.6;
	max-width: 200px;
}

.red-dot-icon {
	width: 16px;
	height: 16px;
	background-color: var(--teal-glow);
	border-radius: 50%;
	box-shadow: 0 0 20px var(--teal-glow), 0 0 8px #fff;
}

.breach-card i {
	font-size: 3rem;
	color: var(--red-2-text);
	filter: drop-shadow(0 0 10px rgba(239, 68, 68, 0.3));
}

/*=============================================================================
TESTIMONIALS SECTION
=============================================================================*/
.testimonials-section {
	background-color: #000;
}

.services-pill {
	background-color: var(--teal-muted);
	color: var(--teal-glow);
	border: 1px solid var(--teal-border);
	padding: 0.5rem 1.5rem;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.testimonials-pill {
	background-color: rgba(6, 182, 212, 0.1);
	color: #06b6d4;
	border: 1px solid rgba(6, 182, 212, 0.3);
	padding: 0.5rem 1.5rem;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.testimonial-card {
	background-color: #0A0A0A;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	padding: 2.5rem 2rem;
	height: 100%;
	transition: all 0.3s ease;
}

.testimonial-card:hover {
	border-color: var(--teal-border);
	transform: translateY(-5px);
}

.quote-box {
	width: 40px;
	height: 40px;
	background-color: var(--teal-glow);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.25rem;
}

.stars-box {
	color: #FBBF24;
	font-size: 0.75rem;
	letter-spacing: 2px;
}

.testimonial-text {
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.6;
	font-style: italic;
	margin-bottom: 2rem;
}

.author-title {
	color: var(--grey-text);
	font-size: 0.85rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 1rem;
}

.stats-container {
	background: linear-gradient(135deg, rgba(20, 20, 20, 0.8) 0%, rgba(10, 10, 10, 0.8) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 24px;
	padding: 3rem;
	margin-top: 4rem;
	backdrop-filter: blur(10px);
}

.stat-item {
	text-align: center;
}

.stat-value {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	line-height: 1;
}

.stat-label {
	color: #fff;
	font-size: 0.95rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.stat-footer {
	color: var(--grey-text);
	font-size: 0.8rem;
}

.cyan-text {
	color: #06b6d4 !important;
}

.red-stat-text {
	color: var(--teal-glow) !important;
}