/* Montek Creative Agency Business HTML-5 Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Banner One
6. Services One
7. Gallery One
8. journal One
9. Testimonial One
10. Counter One
11. Awards One
12. Main Footer
13. Page Title
14. Team One
15. journal Detail
16. Work One
17. Work Detail
18. Contact Info
19. Contact Form

====================================================================
	Attachment Css Files
====================================================================

***/

@import url('global.css?v=orbyta6');
@import url('header.css?v=orbyta6');
@import url('footer.css?v=orbyta6');
@import url('animate.css');
@import url('swiper.min.css');
@import url('font-awesome.css');
@import url('custom-animate.css');
@import url('odometer-theme-default.css');

/*** 

====================================================================
	Banner One
====================================================================

***/

.banner-one{
	position:relative;
	padding:280px 0px 80px;
	background-size:cover;
}

.hero-logo {
	height: 120px;
	width: auto;
	position: absolute;
	top: 30px;
	right: 40px;
	z-index: 1001;
	object-fit: contain;
}

.banner-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background-color:var(--color-four);
}

.banner-one_content{
	position:relative;
	z-index: 2;
}

.banner-one_content-inner{
	position:relative;
}

.banner-one_heading{
	font-weight:700;
	text-align:center;
	margin-bottom:80px;
	color: var(--white-color);
	text-transform:uppercase;
}

.banner-one_text{
	position: relative;
	font-size: 30px;
	line-height: 40px;
	padding-top:20px;
	padding-right:180px;
	color: var(--white-color);
	border-top:1px solid #6B21A8;
}

.banner-one_text-two{
	position: relative;
	font-size: 30px;
	line-height: 40px;
	padding-bottom:20px;
	padding-right:180px;
	color: var(--white-color);
	border-bottom:1px solid var(--white-color);
}

.banner-one .down-box{
	position:absolute;
	left:47%;
	bottom:65px;
	z-index:10;
	width:125px;
	height:125px;
	cursor:pointer;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

/*** 

====================================================================
	Services One
====================================================================

***/

.services-one{
	position:relative;
	padding:120px 0px;
}

.service-block_one{
	position:relative;
	margin-bottom:30px;
}

.service-block_one-inner{
	position:relative;
	padding:35px 40px;
	border: 1px solid rgba(var(--white-color-rgb), 0.20);
}

.service-block_one-inner:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	opacity:0;
	transform:scale(1,0.2);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background-color:var(--color-three);
}

.service-block_one-inner:hover::before{
	opacity:1;
	transform:scale(1,1);
}

.service-block_one-heading{
	position:relative;
	font-weight:400;
	color: #fff;
}

.service-block_one-heading a{
	position:relative;
	color:var(--white-color);
}

.service-block_one-icon{
	position:relative;
}

/*** 

====================================================================
	Gallery One
====================================================================

***/

.gallery-one{
	position:relative;
	padding:100px 0px 70px;
	background-color: var(--color-four);
}

.gallery-block_one{
	position:relative;
	margin-bottom:30px;
}

.gallery-block_one-inner{
	position:relative;
}

.gallery-block_one-content{
	position:relative;
	padding:25px 25px;
	border: 1px solid rgba(var(--white-color-rgb), 0.20);
}

.gallery-block_one-content:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	opacity:0;
	transform:scale(0.2,1);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
}

.gallery-block_one-inner:hover .gallery-block_one-content:before{
	opacity:1;
	transform:scale(1,1);
}

.gallery-block_one-image{
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
}

.gallery-block_one-inner:hover .gallery-block_one-image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.gallery-block_one-image:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.gallery-block_one-image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block_one-title{
	position:relative;
	font-size:18px;
	text-transform:capitalize;
	color:rgba(var(--white-color-rgb), 0.50);
}

.gallery-block_one-heading{
	position:relative;
	font-weight: 600;
	margin-top:10px;
	text-transform:uppercase;
}

.gallery-block_one-heading a{
	position:relative;
	color:rgba(var(--white-color-rgb), 1);
}

.gallery-block_one-heading a:hover{
	color: rgb(255 255 255);
}

.service-block_one-more{
	position:relative;
	margin-left:25px;
}

.service-block_one-more .view-more{
	position:relative;
	font-size:16px;
	line-height:1em;
	display:inline-block;
	padding:9px 45px 9px 10px;
	color:var(--color-four);
	text-transform:uppercase;
	background-color:var(--white-color);
}

.service-block_one-more .view-more i{
	position:absolute;
	right:1px;
	top:1px;
	bottom:1px;
	width:35px;
	font-size:18px;
	line-height:33px;
	color:var(--white-color);
	background-color:var(--color-four);
}

/*** 

====================================================================
	journal One
====================================================================

***/

.journal-one{
	position:relative;
	padding:100px 0px 70px;
	background-attachment:fixed;
	background-size:cover;
}

.journal-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.70;
	background-color:var(--color-four);
}

.journal-one .journal-block_one{
	width:20%;
	float:left;
	padding:0px 15px;
}

.journal-block_one{
	position:relative;
	margin-bottom:30px;
}

.journal-block_one-inner{
	position:relative;
	padding:25px 25px;
	background-color:rgba(var(--black-color-rgb), 0.50);
}

.journal-block_one-inner:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	opacity:0;
	transform:scale(0.2,1);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
}

.journal-block_one-inner:hover::before{
	opacity:1;
	transform:scale(1,1);
}

.journal-block_one-title{
	position:relative;
	font-size:14px;
	padding:5px 15px;
	text-transform:capitalize;
	color:var(--white-color);
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border: 1px solid rgba(var(--white-color-rgb), 0.50);
}

.journal-block_one-inner:hover .journal-block_one-title{
	color:var(--white-color);
	border-color:var(--color-four);
	background-color:var(--color-four);
}

.journal-block_one-heading{
	position:relative;
	font-weight:400;
	margin-top:18px;
	max-width:220px;
	margin-bottom:110px;
}

.journal-block_one-heading a{
	position:relative;
	color:var(--white-color);
}

.journal-block_one-arrow{
	position:absolute;
	right:10px;
	bottom:15px;
	line-height:1em;
	font-size:30px;
	display:inline-block;
	color:var(--white-color);
	transform:rotate(45deg);
}

.journal-block_one-arrow:hover{
	color:var(--color-four);
}

/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one{
	position:relative;
	padding:100px 0px 70px;
	background-color:var(--color-four);
}

.testimonial-one.style-two{
	padding-top:0px;
	background:none;
}

.testimonial-block_one{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block_one-inner{
	position:relative;
}

.testimonial-block_one-content{
	position:relative;
	padding:25px 25px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.testimonial-block_one-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	background-color:var(--white-color);
	
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonial-block_one-inner:hover .testimonial-block_one-content:before{
	opacity:1;
	-webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.testimonial-block_one-author{
	position:relative;
	width:70px;
	height:70px;
	display:inline-block;
}

.testimonial-block_one-name{
	position:relative;
	font-weight:500;
	margin-top:25px;
	color:var(--white-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block_one-inner:hover .testimonial-block_one-designation,
.testimonial-block_one-inner:hover .testimonial-block_one-name{
	color:var(--color-four);
}

.testimonial-block_one-designation{
	position:relative;
	font-weight:400;
	font-size:15px;
	margin-top:5px;
	opacity:0.30;
	color:var(--white-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block_one-number{
	position:relative;
	font-weight:700;
	font-size:40px;
	margin-top:30px;
	opacity:0.10;
	text-align:right;
	color:var(--white-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block_one-inner:hover .testimonial-block_one-number{
	opacity:1;
	color:var(--color-four);
}

.testimonial-block_one-lower{
	position:relative;
	margin-left:30px;
	margin-top:25px;
	font-size:18px;
	line-height:28px;
	padding-left:70px;
	color:var(--white-color);
}

.testimonial-block_one-lower .quote_icon{
	position:absolute;
	left:0px;
	top:6px;
	line-height:1em;
}

/*** 

====================================================================
	stats One
====================================================================

***/

.stats-one{
	position:relative;
	padding:100px 0px 100px;
	background-attachment:fixed;
	background-size:cover;
}

.stats-one.style-two::before{
	display:none;
}

.stats-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background-color:var(--color-four);
}

.stats-one .inner-container{
	position:relative;
	overflow:hidden;
	border: 1px solid rgba(var(--white-color-rgb), 1);
	border-bottom:0px;
}

.stats-one .counter-block_one{
	float:left;
	padding:0px 0px;
}

.counter-block_one{
	position:relative;
}

.counter-block_one-inner{
	position:relative;
	padding:35px 55px;
	border-right: 1px solid rgba(var(--white-color-rgb), 1);
	border-bottom: 1px solid rgba(var(--white-color-rgb), 1);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.counter-block_one-inner:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	opacity:0;
	transform:scale(0.2, 1);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
	z-index: 0;
}

.counter-block_one-inner:hover::before{
	opacity:1;
	transform:scale(1,1);
}

.counter-block_one-inner .counter-block_one-counter,
.counter-block_one-inner .counter-block_one-text{
	position: relative;
	z-index: 1;
}

.counter-block_one-counter{
	position:relative;
	font-size:75px;
	font-weight:500;
	line-height:1em;
	color:var(--white-color);
}

.counter-block_one-text{
	position:relative;
	font-size:20px;
	margin-top:0px;
	color:var(--white-color);
	text-transform:capitalize;
}

.stats-one_contact-column{
	padding:0px 0px;
	float:left;
}

.stats-one .stats-one_contact-column{
	position:relative;
}

.stats-one_contact-inner{
	position:relative;
	padding:35px 35px;
	background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
}

.stats-one_contact-content{
	position:relative;
	padding:19px 30px 19px 80px;
	background-color:var(--color-four);
}

.stats-one_contact-icon{
	position:absolute;
	left:25px;
	top:40px;
	font-size:34px;
	line-height:1em;
	color:var(--white-color);
}

.stats-one_contact-content h3{
	position:relative;
	font-size:30px;
	font-weight:500;
	color:var(--white-color);
	text-transform:uppercase;
}

.stats-one_contact-content .text{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:var(--white-color);
	text-transform:capitalize;
}

/*** 

====================================================================
	Awards One
====================================================================

***/

.awards-one{
	position:relative;
	padding:100px 0px 100px;
	background-color:var(--color-four);
}

.awards-one.style-two{
	padding-top:0px;
	background:none;
}

.awards-block_one{
	position:relative;
	margin-bottom:10px;
}

.awards-block_one-inner{
	position:relative;
	padding:10px 10px;
	min-height:122px;
	border: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.awards-block_one-inner:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	opacity:0;
	transform:scale(1,0.2);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
}

.awards-block_one-inner:hover::before{
	opacity:1;
	transform:scale(1,1);
}

.awards-block_one-content{
	position:relative;
	padding-top:25px;
	padding-left:125px;
}

.awards-block_one-number{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	font-size:40px;
	line-height:98px;
	text-align:center;
	display:inline-block;
	color:var(--white-color);
	background-color:var(--black-color);
	border: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.awards-block_one-title{
	position:relative;
	font-weight:400;
	color:var(--white-color);
	text-transform:uppercase;
}

.awards-block_one-title span{
	position:relative;
	font-size:17px;
	top:-5px;
	opacity:0;
	margin-left:10px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.awards-block_one-inner:hover .awards-block_one-title span{
	opacity:1;
}

.awards-block_one-arrow{
	position:absolute;
	right:25px;
	top:25px;
	z-index:1;
	font-size:44px;
	line-height:1em;
	color:var(--white-color);
}

.awards-block_one-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	display:block;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	padding:150px 0px 90px;
}

.page-title_heading{
	position:relative;
	font-size:120px;
	line-height:1em;
	color:var(--white-color);
	text-transform:uppercase;
}

.page-title_text{
	position:relative;
	font-size:18px;
	margin-top:10px;
	color:var(--white-color);
}

/*** 

====================================================================
	Team One
====================================================================

***/

.team-one{
	position:relative;
	padding:0px 0px 0px;
}

.team-one .title-box{
	position:relative;
}

.team-one .title-box h2{
	position:relative;
	font-size:40px;
	font-weight:400;
	line-height:50px;
	max-width:670px;
	margin-bottom:40px;
	color:var(--white-color);
}

.team-block_one{
	position:relative;
	margin-bottom:40px;
}

.team-block_one-inner{
	position:relative;
	padding-left:25px;
	padding-bottom:40px;
}

.team-block_one-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:45px;
	right:0px;
	bottom:0px;
	border: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.team-block_one-socials{
	position:relative;
	width:172px;
	margin-top:70px;
	display:inline-block;
	padding:10px 9px 4px;
	background-color:var(--black-color);
	border: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.team-block_one-socials a{
	position:relative;
	width:70px;
	height:40px;
	margin:0px 2px 5px;
	line-height:38px;
	text-align:center;
	display:inline-block;
	border: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.team-block_one-socials a img{
	position:relative;
	width:24px;
	top:-1px;
}

.team-block_one-socials a:hover{
	
}

.team-block_one-image{
	position:absolute;
	right:30px;
	bottom:0px;
}

.team-block_one-heading{
	position:relative;
	font-weight:500;
	margin-top:35px;
}

.team-block_one-heading a{
	position:relative;
	color:var(--white-color);
}

.team-block_one-designation{
	position:relative;
	font-size:16px;
	margin-top:0px;
	opacity:0.50;
	color:var(--white-color);
}

/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one{
	position:relative;
	padding:30px 0px 70px;
}

.contact-one_info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-one_info-outer{
	position:relative;
}

.contact-one_heading{
	position:relative;
	font-size:40px;
	font-weight:400;
	color:var(--white-color);
}

.contact-one_list{
	position:relative;
	margin-top:25px;
	padding:20px 0px;
	border-top: 1px solid rgba(var(--white-color-rgb), 0.50);
	border-bottom: 1px solid rgba(var(--white-color-rgb), 0.50);
}

.contact-one_list li{
	position:relative;
	font-size:22px;
	line-height:32px;
	margin-bottom:20px;
	color:var(--white-color);
}

.contact-one_list li a{
	position:relative;
	color:var(--white-color);
}

.contact-one_list li:nth-child(2){
	margin-bottom:0px;
}

.contact-one_list li:last-child{
	margin-bottom:0px;
}

.contact-one_socials{
	position:relative;
	margin-top:25px;
}

.contact-one_socials li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.contact-one_socials li a{
	position: relative;
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
}

.contact-one_form-column{
	position:relative;
	margin-bottom:30px;
}

.contact-one_form-outer{
	position:relative;
}

.contact-one_form-outer h3{
	position:relative;
	font-weight: 400;
	margin-bottom:20px;
    color: var(--white-color);
}


/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group{
	position: relative;
	margin-bottom:20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:60px;
	border-radius:0px;
	font-weight: 400;
	font-size:20px;
	color:var(--white-color);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background:none;
	border:1px solid rgba(var(--white-color-rgb), 0.10);
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:var(--white-color);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:var(--white-color);
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	font-size:20px;
	line-height:24px;
	padding:15px 20px 25px;
	color:var(--white-color);
	height:180px;
	resize:none;
	border-radius:0px;
	font-weight: 400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background:none;
	border:1px solid rgba(var(--white-color-rgb), 0.10);
}

.contact-form .form-group button{
	margin-top: 0px;
	position: relative;
    padding: 17px 40px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 20px;
	color:var(--white-color);
    display: inline-block;
	text-transform:uppercase;
    background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
}

.contact-form .form-group button:hover{
	background-color: var(--color-two);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	journal One
====================================================================

***/

.journal-two{
	position:relative;
	padding:30px 0px 70px;
}

.journal-two .journal-block_one{
	width:20%;
	float:left;
	padding:0px 15px;
}

/*** 

====================================================================
	journal Detail
====================================================================

***/

.journal-detail{
	position:relative;
	padding:180px 0px 50px;
}

.journal-detail .column{
	position:relative;
	margin-bottom:30px;
}

.journal-detail_image{
	position:relative;
	padding-right:30px;
	margin-bottom:30px;
}

.journal-detail_image img{
	position:relative;
	width:100%;
	display:block;
}

.journal-detail_title{
	position:relative;
	font-weight:400;
	font-size:50px;
	line-height:60px;
	margin-bottom:15px;
	color:var(--white-color);
}

.journal-detail p{
	position:relative;
	font-size:18px;
	line-height:28px;
	margin-bottom:15px;
	color:var(--white-color);
}

/*** 

====================================================================
	Single Work
====================================================================

***/

.single-work{
	position:relative;
	padding:180px 0px 50px;
}

.single-work .column{
	position:relative;
	margin-bottom:30px;
}

.single-work_image{
	position:relative;
	padding-right:30px;
	margin-bottom:30px;
}

.single-work_image img{
	position:relative;
	width:100%;
	display:block;
}

.single-work_title{
	position:relative;
	font-size:60px;
	font-weight:600;
	line-height:70px;
	margin-bottom:15px;
	color:var(--white-color);
	text-transform:uppercase;
}

.single-work p{
	position:relative;
	font-size:18px;
	line-height:28px;
	margin-bottom:15px;
	color:var(--white-color);
}

.single-work_list{
	position:relative;
	margin-top:30px;
	border:1px solid rgba(var(--white-color-rgb), 1);
	border-bottom:0px;
}

.single-work_list li{
	position:relative;
	padding:20px 20px;
	font-size:26px;
	font-weight:500;
	color:var(--white-color);
	text-transform:uppercase;
	border-bottom:1px solid rgba(var(--white-color-rgb), 1);
}

.single-work_list li span{
	position:relative;
	display:block;
	font-size:18px;
	margin-top:6px;
	text-transform:capitalize;
}

/*** 

====================================================================
	Work One
====================================================================

***/

.work-one{
	position:relative;
	padding:40px 0px 100px;
}




.robot {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    z-index: 3;
    mix-blend-mode: exclusion;
}	

.single-work_list a {
    color: #fff;
}

.single-work_list a:hover {
    color: #7C3AED;
}


a.backtop {
    background: transparent;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #770147;
    font-size: 24px;
    color: #930148;

    transition: background 0.5s ease, color 0.5s ease;
}

a.backtop:hover {
    background: linear-gradient(45deg, #b9074c, #6B21A8);
    color: #fff;
}

.service-block_one-more {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-block_one-inner:hover .service-block_one-more {
  opacity: 1;
  transform: translateY(0);
}
.row {
    display: flex;
    flex-wrap: wrap;
}

.team-block_one {
    transition: opacity 0.3s, filter 0.3s;
}

.team-block_one-socials a {
    transition: opacity 0.3s;
    opacity: 0;
}

.team-block_one:hover .team-block_one-socials a {
    opacity: 1;
}

.team-block_one:hover {
    opacity: 1;
    filter: blur(0);
    z-index: 1; /* Bring the hovered block to the front */
}

/* General sibling combinators to blur and fade out other team members */
.row:hover .team-block_one:not(:hover) {
    opacity: 0.5;
    filter: blur(2px);
}
.team-block_one {
    transition: transform 0.7s ease;
}
.team-block_one:hover {
    transform: translateY(-10px);
}
.team-block_one-socials a {
    transition: transform 0.7s ease, opacity 0.7s ease;
    transform: translateY(20px);
    opacity: 0;
}
.team-block_one:hover .team-block_one-socials a {
    transform: translateY(0);
    opacity: 1;
}
/* Define keyframes for the animated gradient */
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Base styles for social icons */
.team-block_one-socials a {
    position: relative;

    background-size: 200% 200%;
    transition: transform 0.3s ease-in-out;
}

/* Apply animated gradient on hover */
.team-block_one-socials a:hover {
    animation: gradient-animation 2s ease infinite;
    transform: scale(1.1);    background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
}
.team-block_one-socials a:hover {
    animation: gradient-animation 2s ease infinite;
    transform: scale(1.1);
    background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
    transition: background 1s ease; /* Slower transition for the background */
}
.team-block_one-socials a {
    position: relative;
    background-size: 200% 200%;
}

/* Create a pseudo-element for the gradient background */
.team-block_one-socials a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
    z-index: -1;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease; /* Smooth transition for opacity */
}

/* Show the pseudo-element on hover */
.team-block_one-socials a:hover::before {
    opacity: 1; /* Show the gradient with transition */
}

/* Apply other styles */
.team-block_one-socials a:hover {
    animation: gradient-animation 2s ease infinite;
    transform: scale(1.1);
}
/* Customize scrollbar track */
::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
    background-color: transparent; /* Background color of the scrollbar track */
}

/* Customize scrollbar thumb */
::-webkit-scrollbar-thumb {
    background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%); /* Gradient for the scrollbar thumb */
    border-radius: 10px; /* Rounded corners of the scrollbar thumb */
    border: 2px solid transparent; /* Border of the scrollbar thumb */
}

/* On hover, change thumb color */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to top, var(--color-two) 0%, var(--main-color) 100%); /* Gradient for the scrollbar thumb on hover */
}

/* Customize scrollbar track when scrollbar is actively being scrolled */
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(to top, var(--color-two) 0%, var(--main-color) 100%); /* Gradient for the scrollbar thumb when actively scrolling */
}

/* Customize scrollbar corner */
::-webkit-scrollbar-corner {
    background-color: transparent; /* Background color of the scrollbar corner */
}

/* Add gradient to scrollbar track */
::-webkit-scrollbar-track {
    background: linear-gradient(to top, var(--color-three) 0%, var(--color-four) 100%) !important; /* Gradient for the scrollbar track */
}
html {
    scroll-behavior: smooth; /* Enable smooth scrolling behavior for the whole page */
}


/* ========================================================= */
/* ORBYTA ADS: SOPHISTICATED GRADIENTS OVERRIDE              */
/* ========================================================= */

/* 1. FUNDO DA SEÇÃO DE SOLUÇÕES E SEÇÕES COLORIDAS */
.services-one,
.stats-one_contact-inner,
.handle-preloader {
    background: linear-gradient(135deg, #4C1D95 0%, #6B21A8 30%, #7C3AED 60%, #9333EA 100%) !important;
}

.gallery-one,
.awards-one,
.testimonial-one {
    background: var(--color-four) !important;
}

/* Força overrides em pseudo-elementos antigos */
.journal-one::before,
.stats-one::before,
.service-block_one-inner::before,
.gallery-block_one-content::before,
.journal-block_one-inner::before,
.awards-block_one-inner::before,
.counter-block_one-inner::before {
    background: linear-gradient(135deg, #4C1D95 0%, #6B21A8 30%, #7C3AED 60%, #9333EA 100%) !important;
}

/* 2. CARDS INTERNOS DAS SOLUÇÕES (Glassmorphism) */
.service-block_one-inner {
    background: linear-gradient(145deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

.service-block_one-inner:hover {
    border: 1px solid rgba(255,255,255,0.3) !important;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%) !important;
}

/* 3. NAVBAR / HEADER */
.main-header, .header, nav, .navbar, .main-header .header-lower {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.main-header.fixed-header,
.main-header.fixed-header .header-lower,
.main-header.sticky-header,
.main-header.sticky-header .header-lower {
    background: rgba(10, 10, 10, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.05) !important;
}

/* 4. BOTÕES E CTAs COLORIDOS */
.btn-style-one,
.btn-style-two {
    background: linear-gradient(135deg, #7C3AED 0%, #9333EA 100%) !important;
    border: none !important;
}
.btn-style-one:hover,
.btn-style-two:hover {
    background: linear-gradient(135deg, #6B21A8 0%, #7C3AED 100%) !important;
}
.btn-style-one::before,
.btn-style-two::before {
    display: none !important;
}

/* 5. FOOTER */
.main-footer {
    background: linear-gradient(180deg, #1a0533 0%, #0a0a0a 100%) !important;
    background-color: transparent !important;
}

/* 6. ELEMENTOS DECORATIVOS */
.banner-one_text {
    border-top: 1px solid transparent !important;
    border-image: linear-gradient(90deg, #7C3AED, #9333EA) 1 !important;
}
.banner-one_text-two {
    border-bottom: 1px solid transparent !important;
    border-image: linear-gradient(90deg, #7C3AED, #9333EA) 1 !important;
}

/* ACTIVE MENU ITEM & TEXTS */
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    background: -webkit-linear-gradient(90deg, #7C3AED, #9333EA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* ========================================================= */


header, .header, nav, .navbar, .main-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
}

header, .header, .main-header {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

html, body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Also reducing internal item padding so they sit closer to the top */
.main-header .main-box .logo-box {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.main-header .main-menu .navigation > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}


/* ========================================================= */
/* ORBYTA DEFINITIVE HEADER FIX — DO NOT REMOVE              */
/* ========================================================= */
html, body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.main-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
}

/* The .header-lower becomes sticky when JS adds .fixed-header class */
.main-header .header-lower {
    transition: background 0.4s ease, backdrop-filter 0.4s ease !important;
}

.main-header.fixed-header .header-lower {
    background: rgba(10, 10, 10, 0.80) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.05) !important;
}

/* ═══════════════════════════════════════════
   Service Block Description
═══════════════════════════════════════════ */
.service-block_one-desc {
    position: relative;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.6);
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* ═══════════════════════════════════════════
   Shared: Tag Label
═══════════════════════════════════════════ */
.orbyta-tag-label {
    color: #a78ff5;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.orbyta-section-sub {
    max-width: 680px;
    margin: 0 auto 56px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
}

/* ═══════════════════════════════════════════
   Results Section
═══════════════════════════════════════════ */
.orbyta-results {
    position: relative;
    padding: 100px 0 80px;
    background-color: var(--color-four);
    overflow: hidden;
}

/* Octopus watermark on results */
.orbyta-results:before {
    position: absolute;
    content: '';
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    opacity: 0.025;
    background-image: url(../../assets/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 0;
    filter: brightness(1.5) saturate(0.5);
}

.orbyta-results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.orbyta-result-card {
    position: relative;
    padding: 36px 32px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(135deg, rgba(124,58,237,0.06) 0%, rgba(18,12,18,0.8) 100%);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    overflow: hidden;
}

.orbyta-result-card:hover {
    transform: translateY(-4px);
    border-color: rgba(124,58,237,0.4);
    box-shadow: 0 16px 48px rgba(124,58,237,0.12);
}

.orbyta-result-card--featured {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(124,58,237,0.15) 0%, rgba(107,33,168,0.08) 50%, rgba(18,12,18,0.9) 100%);
    border-color: rgba(124,58,237,0.25);
}

.orbyta-result-card__badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(124,58,237,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #a78ff5;
}

.orbyta-result-card__metric {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 2px;
}

.orbyta-result-card--featured .orbyta-result-card__metric {
    font-size: 64px;
    background: linear-gradient(135deg, #fff 30%, #a78ff5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.orbyta-result-card__metric-label {
    font-size: 13px;
    color: #a78ff5;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

.orbyta-result-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.orbyta-result-card__desc {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.65;
    margin-bottom: 18px;
}

.orbyta-result-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.orbyta-result-card__tags span {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 4px 14px;
}

/* ═══════════════════════════════════════════
   Evolution Section
═══════════════════════════════════════════ */
.orbyta-evolution {
    position: relative;
    padding: 120px 0 100px;
    background-color: var(--color-four);
    overflow: hidden;
}

.orbyta-evolution:before {
    position: absolute;
    content: '';
    left: 0; top: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 20% 60%, rgba(124,58,237,0.1) 0%, transparent 55%),
                radial-gradient(ellipse at 80% 20%, rgba(107,33,168,0.07) 0%, transparent 45%),
                radial-gradient(circle at 50% 80%, rgba(88,28,135,0.05) 0%, transparent 40%);
    pointer-events: none;
}

/* Octopus silhouette background — uses real Orbyta logo */
.orbyta-evolution:after {
    position: absolute;
    content: '';
    right: -40px;
    bottom: -60px;
    width: 560px;
    height: 560px;
    opacity: 0.035;
    background-image: url(../../assets/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 0;
    filter: brightness(1.5) saturate(0.6);
}

.orbyta-evolution__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.orbyta-evolution__heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 28px;
}

.orbyta-evolution__heading span {
    color: rgba(255,255,255,0.5);
    font-weight: 400;
}

.orbyta-evolution__text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 24px;
}

.orbyta-evolution__card {
    position: relative;
    padding: 24px 28px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    margin-bottom: 16px;
    transition: all 0.35s ease;
    background: rgba(255,255,255,0.02);
}

.orbyta-evolution__card:hover {
    border-color: rgba(124,58,237,0.4);
    background: rgba(124,58,237,0.06);
    transform: translateX(6px);
}

.orbyta-evolution__card--highlight {
    border-color: rgba(124,58,237,0.3);
    background: rgba(124,58,237,0.08);
}

.orbyta-evolution__card-icon {
    margin-bottom: 10px;
}

.orbyta-evolution__card h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 8px;
}

.orbyta-evolution__card p {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════
   Practice Section
═══════════════════════════════════════════ */
.orbyta-practice {
    position: relative;
    padding: 100px 0 80px;
    background-color: var(--color-four);
    overflow: hidden;
}

/* Octopus watermark on practice */
.orbyta-practice:before {
    position: absolute;
    content: '';
    right: -100px;
    top: -40px;
    width: 380px;
    height: 380px;
    opacity: 0.02;
    background-image: url(../../assets/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 0;
    filter: brightness(1.5) saturate(0.5);
    transform: rotate(15deg);
}

.orbyta-practice__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.orbyta-practice__card {
    position: relative;
    padding: 36px 28px;
    border-radius: 16px;
    border: 1px solid rgba(124,58,237,0.2);
    background: linear-gradient(180deg, rgba(124,58,237,0.08) 0%, rgba(107,33,168,0.04) 100%);
    transition: all 0.4s ease;
}

.orbyta-practice__card:hover {
    transform: translateY(-5px);
    border-color: rgba(124,58,237,0.5);
    box-shadow: 0 12px 40px rgba(124,58,237,0.15);
    background: linear-gradient(180deg, rgba(124,58,237,0.15) 0%, rgba(107,33,168,0.08) 100%);
}

.orbyta-practice__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(124,58,237,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #a78ff5;
    transition: all 0.3s ease;
}

.orbyta-practice__card:hover .orbyta-practice__icon {
    background: rgba(124,58,237,0.3);
    transform: scale(1.05);
}

.orbyta-practice__card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 12px;
    line-height: 1.3;
}

.orbyta-practice__card p {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.65;
    margin: 0;
}

/* ═══════════════════════════════════════════
   Challenges Section
═══════════════════════════════════════════ */
.orbyta-challenges {
    position: relative;
    padding: 100px 0 80px;
    background-color: var(--color-four);
    border-top: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
}

/* Octopus watermark on challenges */
.orbyta-challenges:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    width: 480px;
    height: 480px;
    opacity: 0.018;
    background-image: url(../../assets/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 0;
    filter: brightness(1.5) saturate(0.5);
}

.orbyta-challenges .sec-title_heading {
    color: var(--white-color);
}

.orbyta-challenges .orbyta-tag-label {
    color: #a78ff5;
}

.orbyta-challenges__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.orbyta-challenges__card {
    position: relative;
    padding: 28px 28px 28px 64px;
    border-radius: 14px;
    border: 1px solid rgba(124,58,237,0.2);
    background: linear-gradient(135deg, rgba(124,58,237,0.06) 0%, rgba(18,12,18,0.6) 100%);
    transition: all 0.3s ease;
}

.orbyta-challenges__card:hover {
    background: linear-gradient(135deg, rgba(124,58,237,0.12) 0%, rgba(18,12,18,0.8) 100%);
    border-color: rgba(124,58,237,0.4);
    transform: translateY(-2px);
}

.orbyta-challenges__card--cta {
    border-color: rgba(124,58,237,0.35);
    background: linear-gradient(135deg, rgba(124,58,237,0.12) 0%, rgba(107,33,168,0.06) 100%);
}

.orbyta-challenges__icon {
    position: absolute;
    left: 22px;
    top: 28px;
    color: #a78ff5;
}

.orbyta-challenges__card p {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
    margin: 0;
}

.orbyta-challenges__card p strong {
    color: #a78ff5;
}

/* ═══════════════════════════════════════════
   Testimonials / Social Proof
═══════════════════════════════════════════ */
.orbyta-testimonials {
    position: relative;
    padding: 100px 0 80px;
    background-color: var(--color-four);
    overflow: hidden;
}

/* Octopus watermark */
.orbyta-testimonials:after {
    position: absolute;
    content: '';
    left: -60px;
    bottom: -80px;
    width: 420px;
    height: 420px;
    opacity: 0.02;
    background-image: url(../../assets/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 0;
    filter: brightness(1.5) saturate(0.5);
    transform: rotate(-10deg);
}

.orbyta-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.orbyta-testimonial-card {
    position: relative;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(160deg, rgba(124,58,237,0.06) 0%, rgba(18,12,18,0.7) 100%);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.orbyta-testimonial-card:hover {
    border-color: rgba(124,58,237,0.35);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(124,58,237,0.1);
}

.orbyta-testimonial-card--featured {
    grid-column: 1 / -1;
    background: linear-gradient(160deg, rgba(124,58,237,0.12) 0%, rgba(107,33,168,0.06) 40%, rgba(18,12,18,0.85) 100%);
    border-color: rgba(124,58,237,0.22);
    padding: 40px 44px;
}

.orbyta-testimonial-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.orbyta-testimonial-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(124,58,237,0.3);
}

.orbyta-testimonial-card__avatar span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.orbyta-testimonial-card__info {
    flex-grow: 1;
}

.orbyta-testimonial-card__info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 2px;
}

.orbyta-testimonial-card__sector {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.orbyta-testimonial-card__metric-badge {
    text-align: right;
    flex-shrink: 0;
}

.orbyta-testimonial-card__metric-value {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    background: linear-gradient(135deg, #fff 30%, #a78ff5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.orbyta-testimonial-card__metric-label {
    font-size: 11px;
    color: #a78ff5;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.orbyta-testimonial-card__metric-inline {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.orbyta-testimonial-card__metric-big {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.orbyta-testimonial-card__metric-sub {
    font-size: 14px;
    color: #a78ff5;
    font-weight: 500;
}

.orbyta-testimonial-card__stars {
    display: flex;
    gap: 3px;
}

.orbyta-testimonial-card__quote {
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    border: none;
    margin: 0;
    padding: 0;
    font-style: normal;
}

.orbyta-testimonial-card--featured .orbyta-testimonial-card__quote {
    font-size: 17px;
}

.orbyta-testimonial-card__quote strong {
    color: #fff;
    font-weight: 600;
}

.orbyta-testimonial-card__result {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.orbyta-testimonial-card__result span {
    font-size: 12px;
    color: #22c55e;
    font-weight: 500;
}

/* Social Proof Bar */
.orbyta-social-proof {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-top: 48px;
    padding: 28px 40px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(135deg, rgba(124,58,237,0.06) 0%, rgba(18,12,18,0.6) 100%);
}

.orbyta-social-proof__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.orbyta-social-proof__item span {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
}

.orbyta-social-proof__avatars {
    display: flex;
}

.orbyta-social-proof__avatar-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: 2px solid var(--color-four);
    margin-left: -8px;
}

.orbyta-social-proof__avatar-circle:first-child {
    margin-left: 0;
}

.orbyta-social-proof__stars {
    display: flex;
    gap: 2px;
}

/* ═══════════════════════════════════════════
   Responsive: New Sections
═══════════════════════════════════════════ */
@media (max-width: 991px) {
    .orbyta-results-grid {
        grid-template-columns: 1fr;
    }
    .orbyta-result-card--featured {
        grid-column: auto;
    }
    .orbyta-evolution__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .orbyta-evolution__heading {
        font-size: 36px;
    }
    .orbyta-practice__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .orbyta-challenges__grid {
        grid-template-columns: 1fr;
    }
    .orbyta-testimonials__grid {
        grid-template-columns: 1fr;
    }
    .orbyta-testimonial-card--featured {
        grid-column: auto;
    }
    .orbyta-social-proof {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .orbyta-practice__grid {
        grid-template-columns: 1fr;
    }
    .orbyta-result-card__metric {
        font-size: 36px;
    }
    .orbyta-result-card--featured .orbyta-result-card__metric {
        font-size: 44px;
    }
    .orbyta-evolution__heading {
        font-size: 28px;
    }
    .orbyta-testimonial-card {
        padding: 24px;
    }
    .orbyta-testimonial-card__metric-badge {
        display: none;
    }
}

/* ═══════════════════════════════════════════
   Portfolio Showcase
═══════════════════════════════════════════ */
.orbyta-portfolio {
    position: relative;
    padding: 100px 0 80px;
    background-color: var(--color-four);
    overflow: hidden;
}

.orbyta-portfolio__tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.orbyta-portfolio__tab {
    padding: 8px 22px;
    border: 1px solid rgba(124,58,237,0.25);
    border-radius: 24px;
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.orbyta-portfolio__tab:hover {
    border-color: rgba(124,58,237,0.5);
    color: #fff;
}

.orbyta-portfolio__tab--active {
    background: rgba(124,58,237,0.2);
    border-color: rgba(124,58,237,0.5);
    color: #a78ff5;
}

.orbyta-portfolio__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.orbyta-portfolio__item {
    transition: all 0.4s ease;
}

.orbyta-portfolio__item.hidden {
    display: none;
}

.orbyta-portfolio__card {
    position: relative;
    padding: 32px 28px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(160deg, rgba(124,58,237,0.06) 0%, rgba(18,12,18,0.7) 100%);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orbyta-portfolio__card:hover {
    border-color: rgba(124,58,237,0.4);
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(124,58,237,0.12);
}

.orbyta-portfolio__visual {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: rgba(124,58,237,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.orbyta-portfolio__card:hover .orbyta-portfolio__visual {
    background: rgba(124,58,237,0.2);
    transform: scale(1.05);
}

.orbyta-portfolio__category {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #a78ff5;
    padding: 3px 12px;
    border: 1px solid rgba(124,58,237,0.3);
    border-radius: 20px;
    display: inline-block;
    width: fit-content;
}

.orbyta-portfolio__card h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.orbyta-portfolio__card p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
}

.orbyta-portfolio__cta {
    text-align: center;
    margin-top: 48px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(124,58,237,0.2);
    background: linear-gradient(135deg, rgba(124,58,237,0.08) 0%, rgba(18,12,18,0.5) 100%);
}

.orbyta-portfolio__cta p {
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 18px;
}

.orbyta-portfolio__btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(124,58,237,0.3);
}

.orbyta-portfolio__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(124,58,237,0.4);
    color: #fff;
}

/* ═══════════════════════════════════════════
   Stats Override — Dark Theme
═══════════════════════════════════════════ */
.orbyta-stats-override {
    background-color: var(--color-four) !important;
    background-image: none !important;
}

.orbyta-stats-override:before {
    display: none !important;
}

.orbyta-stats-override .counter-block_one-inner {
    border-color: rgba(124,58,237,0.2) !important;
    background: linear-gradient(160deg, rgba(124,58,237,0.06) 0%, rgba(18,12,18,0.7) 100%) !important;
}

.orbyta-stats-override .counter-block_one-inner:hover {
    border-color: rgba(124,58,237,0.4) !important;
    box-shadow: 0 8px 32px rgba(124,58,237,0.12) !important;
}

.orbyta-stats-override .stats-one_contact-inner {
    border-color: rgba(124,58,237,0.3) !important;
    background: linear-gradient(135deg, rgba(124,58,237,0.15) 0%, rgba(107,33,168,0.08) 100%) !important;
}

@media (max-width: 991px) {
    .orbyta-portfolio__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .orbyta-portfolio__grid {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════
   Por que a Orbyta — Redesigned
═══════════════════════════════════════════ */
.orbyta-why {
    position: relative;
    padding: 100px 0 80px;
    background-color: var(--color-four);
    overflow: hidden;
}

.orbyta-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.orbyta-why__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 32px 28px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(160deg, rgba(124,58,237,0.04) 0%, rgba(18,12,18,0.7) 100%);
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
    overflow: hidden;
    cursor: pointer;
}

.orbyta-why__card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(124,58,237,0.6), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.orbyta-why__card:hover {
    border-color: rgba(124,58,237,0.35);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(124,58,237,0.12);
    text-decoration: none;
    color: inherit;
}

.orbyta-why__card:hover:before {
    opacity: 1;
}

.orbyta-why__number {
    font-size: 32px;
    font-weight: 800;
    color: rgba(124,58,237,0.15);
    line-height: 1;
    transition: color 0.3s ease;
}

.orbyta-why__card:hover .orbyta-why__number {
    color: rgba(124,58,237,0.35);
}

.orbyta-why__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(124,58,237,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a78ff5;
    transition: all 0.3s ease;
}

.orbyta-why__card:hover .orbyta-why__icon {
    background: rgba(124,58,237,0.2);
    transform: scale(1.08);
}

.orbyta-why__card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.orbyta-why__card p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.orbyta-why__link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #a78ff5;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.06);
    transition: all 0.3s ease;
}

.orbyta-why__link span {
    transition: transform 0.3s ease;
}

.orbyta-why__card:hover .orbyta-why__link span {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .orbyta-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .orbyta-why__grid {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════
   Section Separators
═══════════════════════════════════════════ */
.orbyta-section-sep {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-four);
    overflow: hidden;
}

.orbyta-section-sep__line {
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(124,58,237,0.5) 50%, transparent 100%);
}

.orbyta-section-sep__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(124,58,237,0.6);
    margin: 0 16px;
    box-shadow: 0 0 12px rgba(124,58,237,0.4);
}

.orbyta-section-sep--glow {
    height: 100px;
}

.orbyta-section-sep--glow:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(124,58,237,0.25) 30%, rgba(167,143,245,0.45) 50%, rgba(124,58,237,0.25) 70%, transparent 100%);
}

.orbyta-section-sep--glow:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,0.1) 0%, transparent 70%);
    filter: blur(20px);
}

/* ═══════════════════════════════════════════
   Scroll Reveal Animations
═══════════════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

/* Stagger delays for grid children */
.reveal-stagger > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger > *:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger > *:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger > *:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger > *:nth-child(6) { transition-delay: 0.5s; }

.reveal-stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-stagger.revealed > * {
    opacity: 1;
    transform: translateY(0);
}

/* Delay modifiers */
.reveal-d1 { transition-delay: 0.15s !important; }
.reveal-d2 { transition-delay: 0.3s !important; }
.reveal-d3 { transition-delay: 0.45s !important; }

@media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-left, .reveal-right, .reveal-scale,
    .reveal-stagger > * {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ═══════════════════════════════════════════
   Premium Footer — Tech Style
═══════════════════════════════════════════ */
.orbyta-footer {
    position: relative;
    background-color: #0A0A12;
    padding: 100px 0 0;
    overflow: hidden;
}

.orbyta-footer__pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(123,97,255,0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 0;
}

.orbyta-footer .auto-container {
    position: relative;
    z-index: 1;
}

.orbyta-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 80px;
    padding-bottom: 72px;
}

/* ---- Terminal Chip ---- */
.orbyta-footer__chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    border: 1px solid rgba(123,97,255,0.25);
    border-radius: 6px;
    background: rgba(123,97,255,0.06);
    margin-bottom: 28px;
}

.orbyta-footer__chip-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    color: rgba(123,97,255,0.8);
    letter-spacing: 0.03em;
}

.orbyta-footer__cursor {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: #7B61FF;
    animation: orbytaBlink 1s step-end infinite;
}

@keyframes orbytaBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* ---- Heading / Sub ---- */
.orbyta-footer__heading {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.orbyta-footer__sub {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 40px;
}

/* ---- Phone CTA ---- */
.orbyta-footer__phone {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 36px;
    position: relative;
}

.orbyta-footer__phone-text {
    font-family: 'Inter', sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: color 0.2s ease;
}

.orbyta-footer__phone:hover .orbyta-footer__phone-text {
    color: #fff;
}

.orbyta-footer__phone-text::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #7B61FF, #00E5FF);
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.orbyta-footer__phone:hover .orbyta-footer__phone-text::after {
    width: 100%;
}

/* Glitch effect on hover */
@keyframes orbytaGlitch {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 1px); }
    40% { transform: translate(2px, -1px); }
    60% { transform: translate(-1px, -1px); }
    80% { transform: translate(1px, 1px); }
    100% { transform: translate(0); }
}

.orbyta-footer__phone:hover .orbyta-footer__phone-text {
    animation: orbytaGlitch 0.3s ease forwards;
}

/* ---- Social Pills ---- */
.orbyta-footer__socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.orbyta-footer__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 28px;
    background: rgba(255,255,255,0.03);
    color: rgba(255,255,255,0.65);
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.orbyta-footer__pill:hover {
    border-color: rgba(123,97,255,0.5);
    color: #fff;
    background: rgba(123,97,255,0.08);
    box-shadow: 0 0 24px rgba(123,97,255,0.15);
    text-decoration: none;
}

.orbyta-footer__pill svg:last-child {
    opacity: 0.4;
    transition: all 0.3s ease;
}

.orbyta-footer__pill:hover svg:last-child {
    opacity: 1;
    transform: translate(2px, -2px);
}

/* ---- Navigation ---- */
.orbyta-footer__nav {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

.orbyta-footer__nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.orbyta-footer__nav-item::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #7B61FF;
    border-radius: 2px;
    transition: height 0.3s ease;
}

.orbyta-footer__nav-item:hover {
    color: #fff;
    padding-left: 12px;
    text-decoration: none;
}

.orbyta-footer__nav-item:hover::before {
    height: 24px;
}

.orbyta-footer__nav-item svg {
    opacity: 0.3;
    transition: all 0.3s ease;
}

.orbyta-footer__nav-item:hover svg {
    opacity: 1;
    color: #7B61FF;
    transform: translate(3px, -3px);
}

.orbyta-footer__nav-item:first-child {
    border-top: 1px solid rgba(255,255,255,0.07);
}

/* ---- Bottom Bar ---- */
.orbyta-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    flex-wrap: wrap;
    gap: 16px;
}

.orbyta-footer__copyright {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.02em;
}

.orbyta-footer__status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255,255,255,0.4);
}

.orbyta-footer__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: orbytaStatusPulse 2s ease-in-out infinite;
}

@keyframes orbytaStatusPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.4); }
    50% { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}

/* ---- Entrance Animations ---- */
.orbyta-footer-reveal-l {
    opacity: 0;
    transform: translateX(-30px);
    animation: orbytaFooterL 0.7s ease forwards;
}

.orbyta-footer-reveal-r {
    opacity: 0;
    transform: translateX(30px);
    animation: orbytaFooterR 0.7s 0.15s ease forwards;
}

@keyframes orbytaFooterL {
    to { opacity: 1; transform: translateX(0); }
}
@keyframes orbytaFooterR {
    to { opacity: 1; transform: translateX(0); }
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .orbyta-footer__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .orbyta-footer__phone-text {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .orbyta-footer {
        padding: 60px 0 0;
    }
    .orbyta-footer__heading {
        font-size: 28px;
    }
    .orbyta-footer__phone-text {
        font-size: 28px;
    }
    .orbyta-footer__socials {
        flex-direction: column;
    }
    .orbyta-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ═══════════════════════════════════════════
   Floating WhatsApp Button
═══════════════════════════════════════════ */
.orbyta-whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.orbyta-whatsapp-float__btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
    position: relative;
    opacity: 0;
    transform: scale(0) translateY(20px);
    animation: orbytaWhatsIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 2s forwards;
    text-decoration: none;
}

.orbyta-whatsapp-float__btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 36px rgba(37,211,102,0.5);
}

@keyframes orbytaWhatsIn {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.orbyta-whatsapp-float__pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(37,211,102,0.5);
    animation: orbytaPulse 2s ease-out infinite;
    pointer-events: none;
}

@keyframes orbytaPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* Balloon */
.orbyta-whatsapp-float__balloon {
    position: relative;
    max-width: 260px;
    padding: 18px 20px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(37,211,102,0.1) 0%, rgba(18,18,22,0.95) 100%);
    border: 1px solid rgba(37,211,102,0.25);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    visibility: hidden;
}

.orbyta-whatsapp-float__balloon.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
}

.orbyta-whatsapp-float__balloon:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: rgba(18,18,22,0.95);
    border-right: 1px solid rgba(37,211,102,0.25);
    border-bottom: 1px solid rgba(37,211,102,0.25);
    transform: rotate(45deg);
}

.orbyta-whatsapp-float__balloon strong {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}

.orbyta-whatsapp-float__balloon p {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
    margin: 0;
}

.orbyta-whatsapp-float__close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.4);
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.orbyta-whatsapp-float__close:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .orbyta-whatsapp-float {
        bottom: 18px;
        right: 18px;
    }
    .orbyta-whatsapp-float__btn {
        width: 54px;
        height: 54px;
    }
    .orbyta-whatsapp-float__balloon {
        max-width: 220px;
    }
}

/* ═══════════════════════════════════════════
   Sobre Section
═══════════════════════════════════════════ */

.orbyta-sobre {
    position: relative;
    background-color: #0b0918;
    padding: 120px 80px;
}

.orbyta-sobre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(123, 95, 255, 0.18), transparent);
}

.orbyta-sobre__grid {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 60px;
    align-items: start;
}

/* Left Column */
.orbyta-sobre__tag {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(123, 95, 255, 0.7);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.orbyta-sobre__heading {
    font-family: 'Inter', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
}

.orbyta-sobre__heading span {
    color: #7B5FFF;
}

.orbyta-sobre__body {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    max-width: 560px;
    margin-bottom: 0;
}

.orbyta-sobre__divider {
    height: 1px;
    background: rgba(123, 95, 255, 0.12);
    margin: 28px 0;
}

.orbyta-sobre__pillars-label {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.orbyta-sobre__pillars {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.orbyta-sobre__pillar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.orbyta-sobre__pillar-accent {
    width: 3px;
    height: 16px;
    background: #7B5FFF;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 2px;
}

.orbyta-sobre__pillar-content h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 4px;
    line-height: 1.2;
}

.orbyta-sobre__pillar-content p {
    font-size: 13px !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5) !important;
    line-height: 1.6;
    margin: 0;
}

/* Right Column — Metric Cards */
.orbyta-sobre__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.orbyta-sobre__metric-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(123, 95, 255, 0.12);
    border-left: 2px solid #7B5FFF;
    border-radius: 12px;
    padding: 20px 24px;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.orbyta-sobre__metric-card:hover {
    border-color: rgba(123, 95, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.orbyta-sobre__metric-label {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.12em;
    margin-bottom: 8px;
}

.orbyta-sobre__metric-number {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 6px;
}

.orbyta-sobre__metric-sub {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
    .orbyta-sobre {
        padding: 100px 40px;
    }
    .orbyta-sobre__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .orbyta-sobre {
        padding: 80px 24px;
    }
    .orbyta-sobre__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .orbyta-sobre__heading {
        font-size: 28px;
    }
    .orbyta-sobre__metric-number {
        font-size: 32px;
    }
}

/* ═══════════════════════════════════════════
   Section Rhythm & Background System
═══════════════════════════════════════════ */

/* 1. Background Themes */
.theme-hero { 
    background-color: #06060e !important; 
    position: relative;
}
.theme-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(123, 95, 255, 0.15) 0%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

.theme-context { 
    background-color: #0e0c1c !important; 
    position: relative;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
/* Dot Grid Pattern for Context */
.theme-context::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(123, 95, 255, 0.04) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}

.theme-results { 
    background-color: #07070f !important; 
    background-image: linear-gradient(rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0.012)) !important;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.theme-services { 
    background-color: #0b0918 !important; 
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.theme-terminal { 
    background-color: #04040a !important; 
}

/* 2. Transition Separators */

/* Energy Line: Faded purple gradient */
.sep-energy-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(123, 95, 255, 0.2), transparent);
    position: relative;
    z-index: 10;
}

/* Tech Divider: Solid low opacity for context */
.sep-tech-divider {
    width: 100%;
    height: 1px;
    background: rgba(123, 95, 255, 0.12);
    position: relative;
    z-index: 10;
}

/* 3. Typography Contrast Rules */

/* Darker Sections Typography */
.theme-hero, .theme-results, .theme-terminal {
    --heading-color: #FFFFFF;
    --body-color: rgba(255, 255, 255, 0.5);
}
.theme-hero h1, .theme-hero h2, .theme-hero h3, .theme-hero h4,
.theme-results h1, .theme-results h2, .theme-results h3, .theme-results h4,
.theme-terminal h1, .theme-terminal h2, .theme-terminal h3, .theme-terminal h4 {
    color: var(--heading-color) !important;
}
.theme-hero p, .theme-results p, .theme-terminal p {
    color: var(--body-color) !important;
}

/* Medium Sections Typography */
.theme-context, .theme-services {
    --heading-color: rgba(255, 255, 255, 0.95);
    --body-color: rgba(255, 255, 255, 0.45);
}
.theme-context h1, .theme-context h2, .theme-context h3, .theme-context h4,
.theme-services h1, .theme-services h2, .theme-services h3, .theme-services h4 {
    color: var(--heading-color) !important;
}
.theme-context p, .theme-services p {
    color: var(--body-color) !important;
}

/* Override sections to ensure background is applied correctly */
section.theme-context, section.theme-results, section.theme-services, footer.theme-terminal {
    background-image: none !important;
}

/* Ensure energy lines are visible against deepest blacks */
.sep-energy-line {
    box-shadow: 0 0 15px rgba(123, 95, 255, 0.1);
}

/* Banner One specific overlay adjustment to match Section 1 theme */
.banner-one.theme-hero:before {
    background-color: #06060e !important;
    opacity: 0.85 !important;
}


