﻿/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Details
- Services 1
- Services 2
- Services 3
- Projects
- Testimonials
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #F2F8FF
- Headings text - black #0A1020
- Body text - dark gray #334155
- Buttons, icons - green #0EA5E9
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #334155; 
	font: 400 1rem/1.625rem "Manrope", sans-serif;
}

h1 {
	color: #0A1020;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Sora"
}

h2 {
	color: #0A1020;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Sora"
}

h3 {
	color: #0A1020;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Sora"
}

h4 {
	color: #0A1020;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Sora"
}

h5 {
	color: #0A1020;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Sora"
}

h6 {
	color: #0A1020;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Sora"
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Sora"
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #334155;
	text-decoration: underline;
}

a:hover {
	color: #334155;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.read-more {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.green {
	color: #0EA5E9;
}

.bg-gray {
	background-color: #F2F8FF;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #0EA5E9;
	border-radius: 4px;
	background-color: #0EA5E9;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #0EA5E9; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #0EA5E9;
	border-radius: 4px;
	background-color: #0EA5E9;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #0EA5E9; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #0A1020;
	border-radius: 4px;
	background-color: transparent;
	color: #0A1020;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #0A1020;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #0A1020;
	border-radius: 4px;
	background-color: transparent;
	color: #0A1020;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #0A1020;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #0A1020;
	border-radius: 4px;
	background-color: transparent;
	color: #0A1020;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #0A1020;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #0EA5E9;
	border-radius: 4px;
	background-color: #0EA5E9;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #0EA5E9;
	background-color: transparent;
	color: #0EA5E9;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #0A1020;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 220px;
	height: auto;
}

@media (max-width: 575px) {
    .navbar .logo-image img {
        width: 170px;
    }
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #0A1020;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #0EA5E9;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #0A1020;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #0A1020;
	color: #0EA5E9;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #5b5f66;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #0EA5E9;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #0EA5E9;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;
}

.header #video-background {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100; 
}

.header .header-content {
	padding-top: 11rem;
	padding-bottom: 9rem;
	background: linear-gradient(rgba(21, 35, 63, 0.5), rgba(21, 35, 63, 0.5));
	background-size: cover;
	text-align: center; 
}

.header .h1-large {
	margin-bottom: 2.25rem;
	color: #ffffff;
	font-size: 3rem;
	line-height: 3.75rem;
}


/************************/
/*     Introduction     */
/************************/
.cards-1 {
	padding-top: 9.125rem;
	padding-bottom: 5.25rem;
	text-align: center;
}

.cards-1 .h2-heading {
	margin-bottom: 1.125rem;
}

.cards-1 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.cards-1 .card {
	margin-bottom: 4rem;
	border: none;
	border-radius: 6px;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-icon {
	width: 90px;
	height: 90px;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #0EA5E9;
	text-align: center;
}

.cards-1 .card-icon .fas {
	color: #ffffff;
	font-size: 2.125rem;
	line-height: 90px;
}

.cards-1 .card-title {
	margin-bottom: 0.625rem;
}


/*******************/
/*     Details     */
/*******************/
.split .area-1 {
	height: 430px;
	background: url('../images/details-background.jpg') center center no-repeat;
	background-size: cover;
}

.split .area-2 {
	padding-top: 9.25rem;
	padding-bottom: 9.75rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}


/**********************/
/*     Services 1     */
/**********************/
.basic-1 {
	padding-top: 9.75rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 .image-container img {
	border-radius: 8px;
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 2     */
/**********************/
.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-2 .image-container {
	margin-bottom: 4rem;
}

.basic-2 .image-container img {
	border-radius: 8px;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 3     */
/**********************/
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-3 .image-container {
	margin-bottom: 4rem;
}

.basic-3 .image-container img {
	border-radius: 8px;
}

.basic-3 h2 {
	margin-bottom: 1.5rem;
}


/********************/
/*     Projects     */
/********************/
.filter {
	padding-top: 9.5rem;
	padding-bottom: 5.625rem;
	text-align: center;
}

.filter h2 {
	margin-bottom: 2.625rem;
}

.filter .button-group {
	margin-bottom: 1.375rem;
}

.filter .button {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.25rem;
	padding: 0.125rem 0.875rem;
	border: none;
	background-color: #ffffff;
	color: #334155;
	font-weight: 600;
	font-size: 0.875rem;
}

.filter .button:hover,
.filter .button.is-checked {
	background-color: #0EA5E9;
	color: #ffffff;
}

.filter .grid {
	margin-right: auto;
	max-width: 351px;
	margin-left: auto;
}

.filter .element-item {
	margin-bottom: 3rem;
}

.filter .element-item a {
	text-decoration: none;
}

.filter .element-item img {
	margin-bottom: 1.125rem;
	border-radius: 8px;
}

.filter .element-item p {
	text-align: left;
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	position: relative;
	padding-top: 9.75rem;
	padding-bottom: 9.5rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .testimonial-image {
	width: 120px;
	height: 120px;
	margin-bottom: 2.25rem;
	border-radius: 50%;
}

.slider-1 .testimonial-text {
	margin-bottom: 1.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0.25rem;
	color: #0A1020;
}

.slider-1 .text-decoration {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 9.25rem;
	padding-bottom: 8.5rem;
	background: linear-gradient(rgba(2, 15, 29, 0.1), rgba(2, 15, 29, 0.1)), url('../images/contact-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 1.125rem;
	color: #ffffff;
}

.form-1 .p-heading {
	margin-bottom: 0.375rem;
	color: #ffffff;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
	color: #ffffff;
}

.form-1 .list-unstyled a {
	color: #ffffff;
}

.form-1 .list-unstyled .fas {
	color: #0EA5E9;
}

.contact-config-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.contact-config-list span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(14, 165, 233, 0.28);
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.08);
    color: #E2E8F0;
    font-size: 0.8rem;
    font-weight: 600;
}

.form-1 .form-control-input,
.form-1 .form-control-textarea {
	border-color: #374959;
	background-color: #293642;
	color: #efefef;
}

.form-1 .form-control-input::placeholder,
.form-1 .form-control-textarea::placeholder {
	color: #efefef;
}


/**********************/
/*     Statistics     */
/**********************/
.counter {
	padding-top: 9.75rem;
	padding-bottom: 4.375rem;
	text-align: center;
}

.counter .counter-cell {
	margin-bottom: 4rem;
}

.counter .purecounter {
	margin-bottom: 1.5rem;
	color: #0EA5E9;
	font-weight: 600;
	font-size: 5rem;
	line-height: 3rem;
}

.counter .counter-info {
	color: #0A1020;
	font-size: 0.875rem;
	line-height: 1.5rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: #0A1020;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #9ba3b1;
}

.footer p,
.footer a,
.footer ul {
	color: #9ba3b1;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #293642;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #9ba3b1;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: #0EA5E9;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #0A1020;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #9ba3b1;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #323137; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	margin-bottom: 0.25rem;
	margin-left: 0.125rem;
	width: 18px;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: #0A1020;
}

.ex-header h1 {
	color: #ffffff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #F2F8FF;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #0EA5E9;
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header .header-content {
		padding-top: 15rem;
		padding-bottom: 13rem;
	}
	/* end of header */


	/* Statistics */
	.counter .counter-cell {
		display: inline-block;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		vertical-align: top;
	}

	.counter .purecounter {
		font-size: 6rem;
		line-height: 4rem;
	}
	/* end of statistics */


	/* Contact */
	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #0A1020;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 18rem;
		padding-bottom: 16rem;
	}
	
	.header .h1-large {
		margin-bottom: 2.75rem;
		font-size: 5rem;
		line-height: 5.75rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 786px;
	}
	
	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}
	
	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		padding-bottom: 0;
		vertical-align: top;
	}

	.split .text-container {
		width: 400px;
		margin-left: 3rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .image-container {
		margin-bottom: 0;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 750px;
	}

	.filter .element-item {
		display: inline-block;
		width: 351px;
		margin-right: 0.625rem;
		margin-left: 0.625rem;
		vertical-align: top;
	}
	/* end of projects */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	/* end of general styles */
	

	/* Header */
	.header {
		height: 100vh;
	}
	
	.header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .btn-solid-lg {
		padding: 1.875rem 3rem;
		font-size: 1rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		width: 330px;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 3.625rem;
		margin-left: 3.625rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 708px;
	}

	.split .text-container {
		width: 450px;
		margin-left: 6rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 1120px;
	}
	/* end of projects */


	/* Testimonials */
	.slider-1 .slider-container {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of testimonials */


	/* Statistics */
	.counter .counter-cell {
		margin-right: 3.5rem;
		margin-left: 3.5rem;
	}
	
	.counter .counter-cell:first-of-type {
		margin-left: 0;
	}

	.counter .counter-cell:last-of-type {
		margin-right: 0;
	}
	/* end of statistics */


	/* Contact */
	.form-1 form {
		width: 776px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of contact */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */
}
/* end of min-width 1200px *//* ========================================== */
/*   ARROW GAMES MEDIA - ENHANCED STYLES     */
/*   Powerful Animations & Interactive UI     */
/* ========================================== */

/* Enhanced Logo Text Styling */
.navbar .logo-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1rem;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.navbar .logo-text:hover {
    color: #0EA5E9;
    transform: scale(1.05);
}

/* Hide image logo, show text logo */
.navbar .logo-image {
    display: block;
}

.navbar .logo-text {
    display: none;
}

/* ========================================== */
/*        SCROLL ANIMATIONS                   */
/* ========================================== */

/* Fade In Up Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade In Left Animation */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade In Right Animation */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scale In Animation */
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Slide In Bottom Animation */
@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply scroll animations to sections */
.cards-1, .split, .basic-1, .basic-2, .basic-3, 
.filter, .slider-1, .counter, .form-1 {
    animation: fadeInUp 0.8s ease-out;
}

/* Individual card animations with stagger effect */
.cards-1 .card:nth-child(1) {
    animation: fadeInUp 0.6s ease-out 0.1s backwards;
}

.cards-1 .card:nth-child(2) {
    animation: fadeInUp 0.6s ease-out 0.2s backwards;
}

.cards-1 .card:nth-child(3) {
    animation: fadeInUp 0.6s ease-out 0.3s backwards;
}

/* Service sections alternate animations */
.basic-1 .image-container {
    animation: fadeInLeft 0.8s ease-out;
}

.basic-1 .text-container {
    animation: fadeInRight 0.8s ease-out;
}

.basic-2 .image-container {
    animation: fadeInLeft 0.8s ease-out;
}

.basic-2 .text-container {
    animation: fadeInRight 0.8s ease-out;
}

.basic-3 .image-container {
    animation: fadeInLeft 0.8s ease-out;
}

.basic-3 .text-container {
    animation: fadeInRight 0.8s ease-out;
}

/* Results grid items stagger */
.filter .element-item {
    animation: scaleIn 0.5s ease-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.filter .element-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Testimonial slides */
.slider-1 .swiper-slide {
    animation: fadeInUp 0.6s ease-out;
}

/* Counter animation */
.counter-container .counter-cell {
    animation: slideInBottom 0.8s ease-out;
}

/* Enhanced hover effects for cards */
.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(14, 165, 233, 0.15);
}

/* Enhanced button animations */
.btn-solid-lg, .btn-solid-reg {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-solid-lg:hover, .btn-solid-reg:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}

/* ========================================== */
/*      ENHANCED FOOTER DESIGN                */
/* ========================================== */

.footer {
    padding-top: 5rem;
    padding-bottom: 1rem;
    background: linear-gradient(135deg, #0A1020 0%, #111A33 100%);
    position: relative;
    overflow: hidden;
}

/* Animated background pattern */
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(14, 165, 233, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(14, 165, 233, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.footer .footer-col {
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
    animation: fadeInUp 0.6s ease-out;
}

.footer .footer-col:nth-child(1) {
    animation-delay: 0.1s;
    animation-fill-mode: backwards;
}

.footer .footer-col:nth-child(2) {
    animation-delay: 0.2s;
    animation-fill-mode: backwards;
}

.footer .footer-col:nth-child(3) {
    animation-delay: 0.3s;
    animation-fill-mode: backwards;
}

.footer h6 {
    margin-bottom: 1.25rem;
    color: #0EA5E9;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #0EA5E9 0%, transparent 100%);
    border-radius: 2px;
}

.footer p,
.footer a,
.footer ul {
    color: #c5c9d0;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: #0EA5E9;
    padding-left: 5px;
    text-decoration: none;
}

.footer .li-space-lg li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 8px;
    transition: all 0.3s ease;
}

.footer .li-space-lg li:hover {
    padding-left: 15px;
}

.footer .li-space-lg li::before {
    content: '?';
    position: absolute;
    left: 0;
    color: #0EA5E9;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer .li-space-lg li:hover::before {
    opacity: 1;
}

/* Enhanced CTA in footer */
.footer .footer-col.third strong {
    color: #0EA5E9;
    font-size: 1.125rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.footer .footer-col.third a:hover strong {
    transform: scale(1.05);
    text-shadow: 0 0 20px rgba(14, 165, 233, 0.5);
}

/* Interactive footer contact card */
.footer .footer-col.third {
    padding: 2rem;
    background: rgba(14, 165, 233, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(14, 165, 233, 0.1);
    transition: all 0.3s ease;
}

.footer .footer-col.third:hover {
    background: rgba(14, 165, 233, 0.1);
    border-color: rgba(14, 165, 233, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(14, 165, 233, 0.2);
}

/* Copyright section enhancement */
.copyright {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #0f0d15;
    text-align: center;
    border-top: 1px solid rgba(14, 165, 233, 0.1);
}

.copyright p {
    margin: 0;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

.copyright a {
    color: #0EA5E9;
    font-weight: 600;
    transition: all 0.3s ease;
}

.copyright a:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
}

/* ========================================== */
/*      ENHANCED FORM DESIGN                  */
/* ========================================== */

.form-1 {
    animation: fadeInUp 0.8s ease-out;
}

.form-1 .form-control-input,
.form-1 .form-control-textarea {
    transition: all 0.3s ease;
    border: 2px solid #cbcbd1;
}

.form-1 .form-control-input:focus,
.form-1 .form-control-textarea:focus {
    border-color: #0EA5E9;
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.2);
    transform: scale(1.02);
}

.form-1 .form-control-submit-button {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.form-1 .form-control-submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4);
}

/* ========================================== */
/*      ENHANCED TESTIMONIALS                 */
/* ========================================== */

.slider-1 {
    position: relative;
}

.slider-1 .swiper-slide {
    transition: all 0.3s ease;
}

.slider-1 .testimonial-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #334155;
    position: relative;
    padding: 2rem;
    background: rgba(247, 249, 253, 0.5);
    border-radius: 12px;
    border-left: 4px solid #0EA5E9;
}

.slider-1 .testimonial-author {
    color: #0A1020;
    font-weight: 700;
    font-size: 1.375rem;
    margin-top: 1.5rem;
}

.slider-1 .testimonial-position {
    color: #0EA5E9;
    font-weight: 600;
    font-size: 1rem;
}

.slider-1 .swiper-button-next,
.slider-1 .swiper-button-prev {
    color: #0EA5E9;
    transition: all 0.3s ease;
}

.slider-1 .swiper-button-next:hover,
.slider-1 .swiper-button-prev:hover {
    transform: scale(1.2);
}

/* ========================================== */
/*      ENHANCED STATISTICS                   */
/* ========================================== */

.counter {
    background: linear-gradient(135deg, #F2F8FF 0%, #ffffff 100%);
    padding: 4rem 0;
}

.counter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.counter-cell {
    text-align: center;
    padding: 2rem 1rem;
    flex: 1;
    min-width: 200px;
    transition: all 0.3s ease;
}

.counter-cell:hover {
    transform: translateY(-10px);
}

.counter-cell .purecounter {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0EA5E9;
    line-height: 1;
    display: block;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 10px rgba(14, 165, 233, 0.2);
}

.counter-cell .counter-info {
    font-size: 1rem;
    font-weight: 600;
    color: #0A1020;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================================== */
/*      RESPONSIVE ENHANCEMENTS               */
/* ========================================== */

@media (max-width: 767px) {
    .navbar .logo-text {
        font-size: 1.25rem;
    }
    
    .footer .footer-col.third {
        padding: 1.5rem;
    }
    
    .counter-cell .purecounter {
        font-size: 2.5rem;
    }
}

/* ========================================== */
/*      SMOOTH SCROLL BEHAVIOR                */
/* ========================================== */

html {
    scroll-behavior: smooth;
}

/* Page load fade in */
body {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Enhanced project/results filter items */
.filter .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.filter .element-item img {
    transition: all 0.4s ease;
    border-radius: 8px;
}

.filter .element-item:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.filter .element-item p {
    transition: all 0.3s ease;
}

.filter .element-item:hover p {
    color: #0EA5E9;
}

/* Enhanced header with parallax effect simulation */
.header {
    position: relative;
    overflow: hidden;
}

.header .header-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out 0.3s backwards;
}

.header .h1-large {
    animation: fadeInUp 1s ease-out 0.5s backwards;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}

.header .btn-solid-lg {
    animation: fadeInUp 1s ease-out 0.7s backwards;
}

/* Map container styling */
.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.map-container:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
}

/* Section headings enhancement */
.h2-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.h2-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, #0EA5E9 50%, transparent 100%);
    border-radius: 2px;
}

/* Pulse animation for CTA buttons */
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.7);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(14, 165, 233, 0);
    }
}

.btn-solid-lg:hover,
.btn-solid-reg:hover {
    animation: pulse 2s infinite;
}

/* ========================================== */
/*   LAZY LOADING & SCROLL EFFECTS CSS        */
/* ========================================== */

/* Lazy loading image placeholder */
img[data-src] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

img.loaded {
    background: none;
}

/* Reveal animations */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Fade in sections */
.fade-in-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-section.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

/* Animate on scroll */
.animate-on-scroll {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: scale(1);
}

/* Animate children with stagger */
.animate-child {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-child.animated {
    opacity: 1;
    transform: translateX(0);
}

/* Progressive blur effect */
.blur-load {
    will-change: filter, transform;
}

/* Enhanced card transitions */
.card,
.element-item {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform;
}

/* Parallax elements */
.parallax-element {
    will-change: transform;
    transition: transform 0.1s ease-out;
}

/* Logo animation */
.navbar-brand img {
    transition: all 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05) rotate(-2deg);
    filter: drop-shadow(0 5px 15px rgba(14, 165, 233, 0.4));
}

/* Enhanced section reveals */
.cards-1,
.basic-1,
.basic-2,
.basic-3,
.filter,
.slider-1,
.counter,
.form-1 {
    opacity: 0;
    animation: none;
}

.cards-1.fade-in-active,
.basic-1.fade-in-active,
.basic-2.fade-in-active,
.basic-3.fade-in-active,
.filter.fade-in-active,
.slider-1.fade-in-active,
.counter.fade-in-active,
.form-1.fade-in-active {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Service cards stagger on reveal */
.cards-1.fade-in-active .card:nth-child(1) {
    animation: fadeInUp 0.6s ease-out 0.1s backwards;
}

.cards-1.fade-in-active .card:nth-child(2) {
    animation: fadeInUp 0.6s ease-out 0.3s backwards;
}

.cards-1.fade-in-active .card:nth-child(3) {
    animation: fadeInUp 0.6s ease-out 0.5s backwards;
}

/* Testimonial card enhancement */
.slider-1 .swiper-slide {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-1 .swiper-slide-active {
    transform: scale(1.02);
}

/* Image zoom on hover */
.element-item img,
.split .image-container img,
.basic-1 img,
.basic-2 img,
.basic-3 img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.element-item:hover img,
.split .image-container:hover img,
.basic-1 .image-container:hover img,
.basic-2 .image-container:hover img,
.basic-3 .image-container:hover img {
    transform: scale(1.08);
}

/* Scroll indicator animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.scroll-indicator {
    animation: bounce 2s infinite;
}

/* Section divider animation */
.section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #0EA5E9 50%, transparent 100%);
    margin: 4rem 0;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.8s ease;
}

.section-divider.revealed {
    opacity: 1;
    transform: scaleX(1);
}

/* Counter pulse effect */
.counter-cell.counted .purecounter {
    animation: pulse-number 0.5s ease-out;
}

@keyframes pulse-number {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Form field focus reveal */
.form-1 .form-control-input,
.form-1 .form-control-textarea {
    position: relative;
    overflow: hidden;
}

.form-1 .form-control-input::after,
.form-1 .form-control-textarea::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #0EA5E9;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.form-1 .form-control-input:focus::after,
.form-1 .form-control-textarea:focus::after {
    width: 100%;
}

/* Logo glow effect */
.navbar-brand img,
.navbar-brand .logo-text {
    position: relative;
}

@keyframes logo-glow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(14, 165, 233, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 20px rgba(14, 165, 233, 0.6));
    }
}

.navbar-brand:hover img {
    animation: logo-glow 2s ease-in-out infinite;
}

/* Page load animation override */
body.page-loaded .cards-1,
body.page-loaded .basic-1,
body.page-loaded .basic-2,
body.page-loaded .basic-3,
body.page-loaded .filter,
body.page-loaded .slider-1,
body.page-loaded .counter,
body.page-loaded .form-1 {
    opacity: 1;
}

/* Smooth transitions for all interactive elements */
button,
a,
input,
textarea {
    transition: all 0.3s ease;
}

/* Enhanced box shadow on scroll */
.navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

/* ========================================== */
/*   LOGO ENHANCEMENTS                        */
/* ========================================== */

/* Logo container styling */
.navbar-brand.logo-image {
    display: flex !important;
    align-items: center;
    padding: 0.5rem 0;
}

.navbar-brand.logo-image img {
    height: 50px;
    width: auto;
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 8px rgba(14, 165, 233, 0.2));
}

/* Logo hover effects */
.navbar-brand.logo-image:hover img {
    transform: scale(1.08) translateY(-2px);
    filter: drop-shadow(0 5px 20px rgba(14, 165, 233, 0.5));
}

/* Scrolled navbar logo adjustment */
.navbar.top-nav-collapse .navbar-brand.logo-image img {
    height: 40px;
}

/* Logo animation on page load */
.navbar-brand.logo-image img {
    animation: logoEntrance 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s backwards;
}

@keyframes logoEntrance {
    from {
        opacity: 0;
        transform: scale(0.8) rotate(-5deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Navbar scroll effect */
.navbar {
    transition: all 0.3s ease;
}

.navbar.top-nav-collapse {
    background-color: rgba(22, 18, 35, 0.98);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

/* ========================================== */
/*   ENHANCED LOADING STATES                  */
/* ========================================== */

/* Initial page state - hide sections until animations trigger */
body:not(.page-loaded) .fade-in-section {
    opacity: 0;
    transform: translateY(30px);
}

/* Smooth reveal when page is loaded */
body.page-loaded .fade-in-section {
    opacity: 1;
    transform: translateY(0);
}

/* Image lazy load shimmer effect enhancement */
img[data-src]:not(.loaded) {
    min-height: 200px;
    background: linear-gradient(
        90deg,
        #f0f0f0 0%,
        #f8f8f8 20%,
        #f0f0f0 40%,
        #f0f0f0 100%
    );
    background-size: 200% 100%;
    animation: shimmerLoad 1.8s ease-in-out infinite;
}

@keyframes shimmerLoad {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* ========================================== */
/*   CARD INTERACTIVE ENHANCEMENTS            */
/* ========================================== */

/* 3D tilt effect support */
.card,
.element-item {
    transform-style: preserve-3d;
    will-change: transform;
}

/* Smooth card entrance */
.reveal:not(.revealed) {
    will-change: opacity, transform;
}

/* Enhanced focus states for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid #0EA5E9;
    outline-offset: 3px;
    transition: outline-offset 0.2s ease;
}

/* ========================================== */
/*   SCROLL PROGRESS INDICATOR                */
/* ========================================== */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #0EA5E9 0%, #38BDF8 100%);
    z-index: 9999;
    transition: width 0.2s ease-out;
    box-shadow: 0 2px 10px rgba(14, 165, 233, 0.5);
}

/* ========================================== */
/*   MOBILE OPTIMIZATIONS                     */
/* ========================================== */

@media (max-width: 991px) {
    .navbar-brand.logo-image img {
        height: 40px;
    }
    
    /* Disable tilt effect on mobile */
    .card:hover,
    .element-item:hover {
        transform: translateY(-5px) !important;
    }
    
    /* Simplify animations on mobile */
    .fade-in-section,
    .reveal {
        animation-duration: 0.5s !important;
    }
}

@media (max-width: 575px) {
    .navbar-brand.logo-image img {
        height: 35px;
    }
}

/* ========================================== */
/*   PERFORMANCE OPTIMIZATIONS                */
/* ========================================== */

/* Hardware acceleration for animated elements */
.navbar,
.card,
.element-item,
img,
.btn-solid-lg,
.btn-solid-reg {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ========================================== */
/*   SERVICES HIGHLIGHT SECTION               */
/* ========================================== */

.services-highlight {
    padding: 6rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #F2F8FF 100%);
    position: relative;
    overflow: hidden;
}

.services-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-highlight::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-highlight .h2-heading {
    text-align: center;
    margin-bottom: 1rem;
    color: #0A1020;
    font-size: 2.5rem;
}

.services-highlight .p-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
    color: #334155;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Service Highlight Cards */
.service-highlight-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}

.service-highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(14, 165, 233, 0.2);
    border-color: rgba(14, 165, 233, 0.3);
}

/* Featured Card */
.service-highlight-card.featured {
    background: linear-gradient(135deg, #ffffff 0%, #f7fff4 100%);
    border: 2px solid #0EA5E9;
    transform: scale(1.05);
}

.service-highlight-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4);
}

/* Service Icon */
.service-highlight-card .service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.3);
    transition: all 0.3s ease;
}

.service-highlight-card:hover .service-icon {
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 12px 35px rgba(14, 165, 233, 0.5);
}

.service-icon i {
    font-size: 2.25rem;
    color: #ffffff;
}

/* Service Title & Description */
.service-highlight-card h3 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #0A1020;
    text-align: center;
    margin-bottom: 1rem;
}

.service-highlight-card .service-description {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #334155;
    text-align: center;
    margin-bottom: 2rem;
}

/* Service Benefits */
.service-benefits {
    flex-grow: 1;
    margin-bottom: 2rem;
}

.service-benefits h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0A1020;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f0f0f0;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #334155;
    margin-bottom: 0.75rem;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.benefits-list li:hover {
    color: #0EA5E9;
    transform: translateX(5px);
}

.benefits-list li i {
    color: #0EA5E9;
    margin-right: 0.75rem;
    font-size: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

/* Service Metric */
.service-metric {
    background: linear-gradient(135deg, #F2F8FF 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    border: 1px solid #e8e8e8;
}

.service-metric .metric-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0EA5E9;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(14, 165, 233, 0.2);
}

.service-metric .metric-label {
    display: block;
    font-size: 0.9375rem;
    color: #334155;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Service CTA Button */
.service-highlight-card .btn-solid-reg {
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 8px;
}

/* Bottom CTA Section */
.services-highlight-cta {
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #0A1020 0%, #111A33 100%);
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-highlight-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.1) 0%, transparent 50%);
    animation: rotateBg 20s linear infinite;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.services-highlight-cta h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.services-highlight-cta p {
    font-size: 1.125rem;
    color: #c5c9d0;
    max-width: 600px;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
}

.services-highlight-cta .btn-solid-lg {
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
    .service-highlight-card.featured {
        transform: scale(1);
        margin-top: 1rem;
    }
    
    .service-highlight-card.featured:hover {
        transform: scale(1) translateY(-10px);
    }
    
    .services-highlight .h2-heading {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .services-highlight {
        padding: 4rem 0;
    }
    
    .services-highlight .h2-heading {
        font-size: 1.75rem;
    }
    
    .service-highlight-card {
        padding: 2rem 1.5rem;
    }
    
    .service-highlight-card h3 {
        font-size: 1.375rem;
    }
    
    .services-highlight-cta {
        padding: 2rem 1.5rem;
    }
    
    .services-highlight-cta h3 {
        font-size: 1.5rem;
    }
}

/* Animation Enhancements */
.service-highlight-card.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-highlight-card.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger the card reveals */
.service-highlight-card.reveal:nth-child(1).revealed {
    transition-delay: 0.1s;
}

.service-highlight-card.reveal:nth-child(2).revealed {
    transition-delay: 0.2s;
}

.service-highlight-card.reveal:nth-child(3).revealed {
    transition-delay: 0.3s;
}

/* ========================================== */
/*   ENHANCED SECTION HEADERS                 */
/* ========================================== */

/* Section Header Enhanced */
.section-header-enhanced {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.section-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0EA5E9;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    background: rgba(14, 165, 233, 0.1);
    border-radius: 30px;
    position: relative;
}

.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #0EA5E9;
    border-radius: 50%;
}

.h2-heading-enhanced {
    font-size: 2.75rem;
    font-weight: 700;
    color: #0A1020;
    line-height: 1.2;
    margin: 1.5rem 0;
    position: relative;
    display: inline-block;
}

.heading-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.decoration-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #0EA5E9 50%, transparent 100%);
    animation: lineExpand 2s ease-in-out infinite;
}

.decoration-dot {
    width: 10px;
    height: 10px;
    background: #0EA5E9;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes lineExpand {
    0%, 100% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 80px;
        opacity: 0.7;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 8px rgba(14, 165, 233, 0.1);
    }
}

.p-heading-enhanced {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #334155;
    max-width: 750px;
    margin: 0 auto;
}

/* ========================================== */
/*   ENHANCED STATISTICS SECTION              */
/* ========================================== */

.counter-enhanced {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0A1020 0%, #111A33 50%, #0A1020 100%);
    position: relative;
    overflow: hidden;
}

.counter-enhanced::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
    animation: floatBubble 15s ease-in-out infinite;
}

.counter-enhanced::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
    animation: floatBubble 20s ease-in-out infinite reverse;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(30px, -30px) scale(1.1);
    }
}

.stats-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.stats-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0EA5E9;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    background: rgba(14, 165, 233, 0.15);
    border-radius: 30px;
    border: 1px solid rgba(14, 165, 233, 0.3);
}

.h2-heading-stats {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 1.5rem 0;
}

.p-heading-stats {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #c5c9d0;
    max-width: 750px;
    margin: 0 auto;
}

.counter-container-enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.counter-cell-enhanced {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid rgba(14, 165, 233, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.counter-cell-enhanced::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.counter-cell-enhanced:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(14, 165, 233, 0.5);
    box-shadow: 0 20px 60px rgba(14, 165, 233, 0.3);
}

.counter-cell-enhanced:hover::before {
    opacity: 1;
}

.counter-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4);
    transition: all 0.3s ease;
}

.counter-cell-enhanced:hover .counter-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(14, 165, 233, 0.6);
}

.counter-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.purecounter-enhanced {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0EA5E9;
    line-height: 1;
    display: block;
    margin-bottom: 0.75rem;
    text-shadow: 0 4px 20px rgba(14, 165, 233, 0.4);
    position: relative;
    z-index: 1;
}

.counter-info-enhanced {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.counter-description {
    font-size: 0.875rem;
    color: #c5c9d0;
    font-weight: 400;
}

/* ========================================== */
/*   ENHANCED FOOTER CONTACT CARD             */
/* ========================================== */

.footer-contact-card {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(14, 165, 233, 0.15) 100%);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    border: 2px solid rgba(14, 165, 233, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.footer-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.footer-contact-card:hover {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.2) 100%);
    border-color: rgba(14, 165, 233, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(14, 165, 233, 0.25);
}

.footer-contact-card h6 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.375rem;
    position: relative;
    z-index: 1;
}

.contact-item {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 1;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(14, 165, 233, 0.3);
    transition: all 0.3s ease;
}

.footer-contact-card:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 30px rgba(14, 165, 233, 0.5);
}

.contact-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.contact-text {
    flex: 1;
}

.contact-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0EA5E9;
    margin-bottom: 0.5rem;
}

.contact-text .p-small {
    margin: 0;
    line-height: 1.6;
}

.email-link {
    color: #0EA5E9;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.email-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0EA5E9;
    transition: width 0.3s ease;
}

.email-link:hover {
    color: #38BDF8;
}

.email-link:hover::after {
    width: 100%;
}

/* ========================================== */
/*   RESPONSIVE ADJUSTMENTS                   */
/* ========================================== */

@media (max-width: 991px) {
    .h2-heading-enhanced,
    .h2-heading-stats {
        font-size: 2.25rem;
    }
    
    .counter-container-enhanced {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 767px) {
    .section-header-enhanced,
    .stats-header {
        margin-bottom: 3rem;
    }
    
    .h2-heading-enhanced,
    .h2-heading-stats {
        font-size: 1.875rem;
    }
    
    .p-heading-enhanced,
    .p-heading-stats {
        font-size: 1rem;
    }
    
    .counter-container-enhanced {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .counter-cell-enhanced {
        padding: 2rem 1.5rem;
    }
    
    .purecounter-enhanced {
        font-size: 2.75rem;
    }
    
    .counter-enhanced {
        padding: 4rem 0;
    }
    
    .footer-contact-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .decoration-line {
        width: 40px;
    }
    
    .section-label,
    .stats-label {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
    }
}

/* ========================================== */
/*   ENHANCED FOOTER DESIGN - POWERFUL        */
/* ========================================== */

/* Footer Enhanced Container */
.footer-enhanced {
    background: linear-gradient(135deg, #0f0d1a 0%, #0A1020 50%, #111A33 100%);
    padding: 5rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.footer-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(14, 165, 233, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.08) 0%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
}

.footer-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #0EA5E9 20%, #38BDF8 50%, #0EA5E9 80%, transparent 100%);
    animation: borderShine 3s ease-in-out infinite;
}

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

.footer-enhanced .footer-col {
    position: relative;
    z-index: 1;
}

/* Footer Headings with Icons */
.footer-heading-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-icon-wrapper {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(14, 165, 233, 0.4);
    transition: all 0.3s ease;
}

.footer-heading-wrapper:hover .footer-icon-wrapper {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 30px rgba(14, 165, 233, 0.6);
}

.footer-icon-wrapper i {
    font-size: 1.25rem;
    color: #ffffff;
}

.footer-enhanced h6 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Footer About Section */
.footer-col.first .p-small {
    color: #c5c9d0;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Mini Stats in Footer */
.footer-stats-mini {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.mini-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(14, 165, 233, 0.1);
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(14, 165, 233, 0.2);
    transition: all 0.3s ease;
}

.mini-stat:hover {
    background: rgba(14, 165, 233, 0.15);
    border-color: rgba(14, 165, 233, 0.4);
    transform: translateY(-3px);
}

.mini-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #0EA5E9;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(14, 165, 233, 0.3);
}

.mini-stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #c5c9d0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Footer Links Grid */
.footer-links-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.link-category {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(14, 165, 233, 0.1);
    transition: all 0.3s ease;
}

.link-category:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(14, 165, 233, 0.3);
}

.link-category-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0EA5E9;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.link-category-title i {
    font-size: 1rem;
}

.link-category ul {
    padding-left: 0;
    margin: 0;
}

.link-category ul li {
    margin-bottom: 0.5rem;
}

.link-category ul li:last-child {
    margin-bottom: 0;
}

.link-category ul li a {
    color: #c5c9d0;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.link-category ul li a i {
    font-size: 0.625rem;
    color: #0EA5E9;
    transition: transform 0.3s ease;
}

.link-category ul li a:hover {
    color: #0EA5E9;
    padding-left: 0.5rem;
}

.link-category ul li a:hover i {
    transform: translateX(5px);
}

/* Enhanced Footer Contact Card */
.footer-contact-card-enhanced {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.2) 100%);
    border: 2px solid rgba(14, 165, 233, 0.3);
    position: relative;
    overflow: hidden;
}

.contact-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.2) 0%, transparent 60%);
    animation: rotateGlow 10s linear infinite;
    pointer-events: none;
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer-contact-card-enhanced h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    font-size: 1.375rem;
}

.footer-contact-card-enhanced h6 i {
    animation: pulse 2s ease-in-out infinite;
}

/* Footer CTA Button */
.btn-footer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    box-shadow: 0 5px 20px rgba(14, 165, 233, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-footer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-footer-cta:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(14, 165, 233, 0.6);
}

.btn-footer-cta:hover::before {
    left: 100%;
}

.btn-footer-cta i {
    transition: transform 0.3s ease;
}

.btn-footer-cta:hover i {
    transform: translateX(5px);
}

/* Footer Bottom Separator */
.footer-enhanced::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(14, 165, 233, 0.3) 50%, transparent 100%);
}

/* ========================================== */
/*   ENHANCED COPYRIGHT SECTION               */
/* ========================================== */

.copyright {
    background: #0a0812;
    padding: 2rem 0;
    border-top: 1px solid rgba(14, 165, 233, 0.1);
    position: relative;
}

.copyright::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #0EA5E9 50%, transparent 100%);
}

.copyright .p-small {
    color: #c5c9d0;
    margin: 0;
    text-align: center;
}

.copyright .p-small a {
    color: #0EA5E9;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.copyright .p-small a:hover {
    color: #38BDF8;
}

/* ========================================== */
/*   RESPONSIVE FOOTER DESIGN                 */
/* ========================================== */

@media (max-width: 1199px) {
    .footer-stats-mini {
        gap: 1rem;
    }
    
    .mini-stat {
        padding: 0.75rem 1rem;
    }
    
    .mini-stat-number {
        font-size: 1.75rem;
    }
}

@media (max-width: 991px) {
    .footer-enhanced {
        padding: 4rem 0 2.5rem;
    }
    
    .footer-col {
        margin-bottom: 3rem;
    }
    
    .footer-col:last-child {
        margin-bottom: 0;
    }
    
    .footer-stats-mini {
        justify-content: center;
    }
    
    .footer-links-grid {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .footer-enhanced {
        padding: 3rem 0 2rem;
    }
    
    .footer-heading-wrapper {
        justify-content: center;
    }
    
    .footer-col.first,
    .footer-col.second {
        text-align: center;
    }
    
    .footer-stats-mini {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    
    .mini-stat {
        flex: 1 1 calc(33.333% - 0.75rem);
        min-width: 80px;
    }
    
    .mini-stat-number {
        font-size: 1.5rem;
    }
    
    .footer-contact-card-enhanced {
        padding: 2rem 1.5rem;
    }
    
    .btn-footer-cta {
        font-size: 0.9375rem;
        padding: 0.875rem 1.25rem;
    }
}

@media (max-width: 575px) {
    .footer-icon-wrapper {
        width: 40px;
        height: 40px;
    }
    
    .footer-icon-wrapper i {
        font-size: 1.125rem;
    }
    
    .footer-enhanced h6 {
        font-size: 1.125rem;
    }
    
    .footer-stats-mini {
        gap: 0.5rem;
    }
    
    .mini-stat {
        flex: 1 1 calc(33.333% - 0.5rem);
        padding: 0.625rem 0.75rem;
    }
    
    .mini-stat-number {
        font-size: 1.25rem;
    }
    
    .mini-stat-label {
        font-size: 0.6875rem;
    }
    
    .link-category {
        padding: 1rem;
    }
    
    .btn-footer-cta {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
    }
}

/* ========================================== */
/*   FIXED FOOTER CONTACT CARD - NO OVERLAP   */
/* ========================================== */

/* Override and fix the contact card */
.footer-contact-card-enhanced {
    background: rgba(30, 30, 45, 0.8) !important;
    border: 2px solid rgba(14, 165, 233, 0.4) !important;
    padding: 2rem !important;
    border-radius: 16px !important;
    position: relative;
    overflow: visible !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Remove problematic rotating glow */
.contact-card-glow {
    display: none !important;
}

/* Fix heading spacing and alignment */
.footer-contact-card-enhanced h6 {
    display: block !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    font-size: 1.25rem !important;
    color: #ffffff !important;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(14, 165, 233, 0.3);
}

.footer-contact-card-enhanced h6 i {
    margin-right: 0.5rem;
    color: #0EA5E9;
}

/* Fix contact items - prevent overlap */
.footer-contact-card-enhanced .contact-item {
    display: block !important;
    margin-bottom: 1.5rem !important;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.footer-contact-card-enhanced .contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(5px);
}

/* Fix contact icons - smaller and cleaner */
.footer-contact-card-enhanced .contact-icon {
    width: 45px !important;
    height: 45px !important;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%) !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem !important;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3) !important;
}

.footer-contact-card-enhanced .contact-icon i {
    font-size: 1.125rem !important;
    color: #ffffff !important;
}

/* Fix contact text - ensure readability */
.footer-contact-card-enhanced .contact-text {
    display: block !important;
    width: 100% !important;
}

.footer-contact-card-enhanced .contact-label {
    display: block !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #0EA5E9 !important;
    margin-bottom: 0.5rem !important;
}

.footer-contact-card-enhanced .contact-text .p-small {
    margin: 0 !important;
    line-height: 1.6 !important;
    color: #e0e0e0 !important;
    font-size: 0.9375rem !important;
}

/* Fix email link */
.footer-contact-card-enhanced .email-link {
    color: #0EA5E9 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    word-break: break-all;
}

.footer-contact-card-enhanced .email-link:hover {
    color: #38BDF8 !important;
    text-decoration: underline !important;
}

/* Fix CTA button */
.footer-contact-card-enhanced .btn-footer-cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    margin-top: 1.5rem !important;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(14, 165, 233, 0.4) !important;
    transition: all 0.3s ease !important;
    text-align: center;
}

.footer-contact-card-enhanced .btn-footer-cta:hover {
    background: linear-gradient(135deg, #8ed03c 0%, #aee565 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.5) !important;
    color: #ffffff !important;
}

.footer-contact-card-enhanced .btn-footer-cta i {
    transition: transform 0.3s ease;
}

.footer-contact-card-enhanced .btn-footer-cta:hover i {
    transform: translateX(5px);
}

/* Ensure proper spacing in footer columns */
.footer-enhanced .footer-col.third {
    padding: 0 15px;
}

/* Fix for mobile - prevent overflow */
@media (max-width: 991px) {
    .footer-contact-card-enhanced {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .footer-contact-card-enhanced {
        padding: 1.5rem !important;
    }
    
    .footer-contact-card-enhanced h6 {
        font-size: 1.125rem !important;
    }
    
    .footer-contact-card-enhanced .contact-item {
        padding: 0.75rem;
        text-align: center;
    }
    
    .footer-contact-card-enhanced .contact-icon {
        margin: 0 auto 0.75rem !important;
    }
    
    .footer-contact-card-enhanced .btn-footer-cta {
        font-size: 0.875rem !important;
        padding: 0.875rem 1.25rem !important;
    }
}

@media (max-width: 575px) {
    .footer-contact-card-enhanced {
        padding: 1.25rem !important;
    }
    
    .footer-contact-card-enhanced .contact-text .p-small {
        font-size: 0.875rem !important;
    }
    
    .footer-contact-card-enhanced .btn-footer-cta {
        font-size: 0.8125rem !important;
        padding: 0.75rem 1rem !important;
    }
}

/* ========================================== */
/*   FOOTER SOCIAL LINKS - SIMPLIFIED         */
/* ========================================== */

.footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-link-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.2);
    border-radius: 12px;
    color: #c5c9d0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link-item:hover {
    background: rgba(14, 165, 233, 0.15);
    border-color: rgba(14, 165, 233, 0.4);
    color: #0EA5E9;
    transform: translateX(5px);
}

.social-link-item i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #ffffff;
    flex-shrink: 0;
}

.social-link-item span {
    font-weight: 600;
    font-size: 0.9375rem;
}

/* ========================================== */
/*   POWERFUL CTA SECTION - READY TO SCALE    */
/* ========================================== */

.cta-section-powerful {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.cta-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(22, 18, 35, 0.95) 0%, rgba(26, 22, 40, 0.9) 50%, rgba(22, 18, 35, 0.95) 100%);
    z-index: 1;
}

.cta-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(14, 165, 233, 0.15) 0%, transparent 50%);
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-icon-badge {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 10px 40px rgba(14, 165, 233, 0.5);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.cta-icon-badge i {
    font-size: 2.5rem;
    color: #ffffff;
}

.cta-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cta-subheading {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #c5c9d0;
    max-width: 800px;
    margin: 0 auto 3rem;
}

/* CTA Info Cards */
.cta-info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.cta-info-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(14, 165, 233, 0.2);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.cta-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(14, 165, 233, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.cta-info-card:hover {
    transform: translateY(-10px);
    border-color: rgba(14, 165, 233, 0.5);
    box-shadow: 0 20px 60px rgba(14, 165, 233, 0.3);
}

.cta-info-card:hover::before {
    opacity: 1;
}

.cta-info-card-featured {
    border-color: rgba(14, 165, 233, 0.5);
    background: rgba(14, 165, 233, 0.08);
    transform: scale(1.05);
}

.cta-info-card-featured:hover {
    transform: translateY(-10px) scale(1.05);
}

.cta-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.4);
    transition: all 0.3s ease;
}

.cta-info-card:hover .cta-card-icon {
    transform: rotate(360deg) scale(1.1);
}

.cta-card-icon i {
    font-size: 1.75rem;
    color: #ffffff;
}

.cta-card-content {
    position: relative;
    z-index: 1;
}

.cta-card-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0EA5E9;
    margin-bottom: 0.75rem;
}

.cta-card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
}

.cta-email-link {
    color: #0EA5E9;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-email-link:hover {
    color: #38BDF8;
    transform: scale(1.05);
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    color: #ffffff;
    box-shadow: 0 8px 30px rgba(14, 165, 233, 0.5);
    border: 2px solid transparent;
}

.btn-cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(14, 165, 233, 0.7);
    color: #ffffff;
}

.btn-cta-primary:hover::before {
    left: 100%;
}

.btn-cta-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(14, 165, 233, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta-secondary:hover {
    background: rgba(14, 165, 233, 0.1);
    border-color: rgba(14, 165, 233, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(14, 165, 233, 0.3);
    color: #0EA5E9;
}

.btn-cta-primary i,
.btn-cta-secondary i {
    transition: transform 0.3s ease;
}

.btn-cta-primary:hover i {
    transform: translateX(5px);
}

.btn-cta-secondary:hover i {
    transform: scale(1.2);
}

/* ========================================== */
/*   RESPONSIVE CTA SECTION                   */
/* ========================================== */

@media (max-width: 1199px) {
    .cta-heading {
        font-size: 3rem;
    }
    
    .cta-subheading {
        font-size: 1.125rem;
    }
}

@media (max-width: 991px) {
    .cta-section-powerful {
        padding: 4rem 0;
        min-height: 500px;
    }
    
    .cta-heading {
        font-size: 2.5rem;
    }
    
    .cta-info-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 500px;
        margin: 0 auto 3rem;
    }
    
    .cta-info-card-featured {
        transform: scale(1);
    }
    
    .cta-info-card-featured:hover {
        transform: translateY(-10px) scale(1);
    }
}

@media (max-width: 767px) {
    .cta-section-powerful {
        padding: 3rem 0;
    }
    
    .cta-background-image {
        background-attachment: scroll;
    }
    
    .cta-icon-badge {
        width: 70px;
        height: 70px;
        margin-bottom: 1.5rem;
    }
    
    .cta-icon-badge i {
        font-size: 2rem;
    }
    
    .cta-heading {
        font-size: 2rem;
    }
    
    .cta-subheading {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .cta-info-card {
        padding: 1.5rem 1.25rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .cta-heading {
        font-size: 1.75rem;
    }
    
    .cta-icon-badge {
        width: 60px;
        height: 60px;
    }
    
    .cta-icon-badge i {
        font-size: 1.75rem;
    }
    
    .cta-card-icon {
        width: 50px;
        height: 50px;
    }
    
    .cta-card-icon i {
        font-size: 1.5rem;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        font-size: 0.9375rem;
        padding: 0.875rem 1.5rem;
    }
}

/* Remove old footer contact card styles since we simplified it */
.footer-col.third .footer-contact-card,
.footer-col.third .footer-contact-card-enhanced {
    display: none;
}

/* ========================================== */
/*   ENHANCED CTA OVERLAY WITH BRAND COLORS   */
/* ========================================== */

/* Updated overlay with blue brand tones */
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, 
            rgba(22, 18, 35, 0.92) 0%, 
            rgba(45, 65, 30, 0.88) 25%,
            rgba(26, 22, 40, 0.9) 50%, 
            rgba(45, 65, 30, 0.88) 75%,
            rgba(22, 18, 35, 0.92) 100%
        );
    z-index: 1;
}

.cta-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(14, 165, 233, 0.25) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(56, 189, 248, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(14, 165, 233, 0.08) 0%, transparent 60%);
}

.cta-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(14, 165, 233, 0.15) 0%,
        transparent 30%,
        transparent 70%,
        rgba(14, 165, 233, 0.1) 100%
    );
}

/* Add subtle animated green accent line at top */
.cta-section-powerful::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg, 
        transparent 0%, 
        rgba(14, 165, 233, 0.6) 20%, 
        rgba(56, 189, 248, 0.8) 50%, 
        rgba(14, 165, 233, 0.6) 80%, 
        transparent 100%
    );
    z-index: 3;
    animation: accentPulse 3s ease-in-out infinite;
}

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

/* Add subtle blue tint to background image */
.cta-background-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(14, 165, 233, 0.12) 0%,
        rgba(22, 18, 35, 0.3) 50%,
        rgba(14, 165, 233, 0.12) 100%
    );
    mix-blend-mode: overlay;
}




/* ========================================== */
/*   CONTACT FORM - POWERFUL UI/UX            */
/* ========================================== */

.form-1-powerful {
    padding: 6rem 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(14, 165, 233, 0.14) 0%, transparent 40%),
        radial-gradient(circle at 86% 78%, rgba(14, 165, 233, 0.12) 0%, transparent 42%),
        linear-gradient(135deg, #0f0d1a 0%, #171428 48%, #111022 100%);
    position: relative;
    overflow: hidden;
}

.form-background-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255, 255, 255, 0.03) 0%, transparent 30%),
        linear-gradient(-120deg, rgba(14, 165, 233, 0.06) 0%, transparent 34%);
    z-index: 0;
}

.form-1-powerful .container {
    position: relative;
    z-index: 1;
}

/* ---- Section Header ---- */
.contact-header-powerful {
    text-align: center;
    margin-bottom: 3.75rem;
}

.contact-label-badge {
    display: inline-block;
    padding: 0.45rem 1.4rem;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.55);
    background: rgba(14, 165, 233, 0.16);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    color: #E0F2FE;
    margin-bottom: 1.25rem;
}

.h2-heading-contact {
    font-size: 2.85rem;
    line-height: 1.12;
    color: #ffffff;
    margin-bottom: 1rem;
}

.p-heading-contact {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.06rem;
    line-height: 1.8;
    color: #c7ccd5;
}

/* ---- Left: Info Wrapper ---- */
.contact-info-wrapper {
    padding: 0.75rem 2rem 0.75rem 0;
}

.form-1-powerful .row.align-items-center {
    row-gap: 2rem;
}

.contact-info-header h3 {
    margin-bottom: 0.75rem;
    color: #ffffff;
    font-size: 1.65rem;
}

.contact-info-header p {
    margin-bottom: 2.2rem;
    color: #bbc1cd;
    line-height: 1.75;
}

/* ---- Benefits ---- */
.contact-benefits-list {
    margin-bottom: 2.25rem;
}

.contact-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.contact-benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    background: linear-gradient(160deg, #0EA5E9 0%, #38BDF8 100%);
    box-shadow: 0 10px 24px rgba(14, 165, 233, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-benefit-item:hover .benefit-icon {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(14, 165, 233, 0.48);
}

.benefit-content h4 {
    margin-bottom: 0.4rem;
    color: #ffffff;
    font-size: 1.05rem;
}

.benefit-content p {
    margin: 0;
    color: #bbc1cd;
    font-size: 0.93rem;
    line-height: 1.6;
}

/* ---- Contact Details Box ---- */
.contact-details-box {
    padding: 1.7rem;
    border-radius: 16px;
    border: 1px solid rgba(14, 165, 233, 0.3);
    background: rgba(17, 20, 31, 0.55);
    backdrop-filter: blur(6px);
    margin-top: 2rem;
}

.contact-detail-item {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1.2rem;
    align-items: flex-start;
}

.contact-detail-item:last-child {
    margin-bottom: 0;
}

.contact-detail-item > i {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 165, 233, 0.2);
    color: #7DD3FC;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.detail-label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    color: #38BDF8;
    text-transform: uppercase;
}

.detail-text {
    color: #d5d9df;
    font-size: 0.92rem;
    line-height: 1.5;
}

.detail-link {
    color: #7DD3FC;
    text-decoration: none;
    transition: color 0.2s ease;
}

.detail-link:hover {
    color: #E0F2FE;
}

/* ---- Form Card ---- */
.contact-form-card {
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(14, 165, 233, 0.4);
    background: linear-gradient(155deg, rgba(29, 34, 45, 0.97) 0%, rgba(15, 18, 26, 0.97) 100%);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    padding: 2.5rem;
    overflow: hidden;
    isolation: isolate;
    animation: formFadeIn 0.7s ease-out;
}

.contact-form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.28), transparent 45%),
        radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.15), transparent 48%);
    z-index: -1;
    pointer-events: none;
}

.contact-form-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.08), rgba(14, 165, 233, 1), rgba(14, 165, 233, 0.12));
    border-radius: 24px 24px 0 0;
}

/* ---- Form Card Header ---- */
.form-card-header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(14, 165, 233, 0.25);
}

.form-kicker {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.42);
    background: rgba(14, 165, 233, 0.14);
    color: #E0F2FE;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.form-card-header h3 {
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.25;
}

.form-card-header p {
    margin: 0;
    color: #bec5cf;
    font-size: 0.95rem;
}

/* ---- Form Layout ---- */
.contact-form-enhanced {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    width: 100%;
}

.form-row-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    padding-bottom: 0.5rem;
    position: relative;
}

.form-row-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.35), transparent);
}

.form-group-enhanced {
    min-width: 0;
    animation: formFadeIn 0.5s ease-out backwards;
}

.form-row-group .form-group-enhanced:nth-child(1) { animation-delay: 0.1s; }
.form-row-group .form-group-enhanced:nth-child(2) { animation-delay: 0.2s; }
.form-group-enhanced:nth-of-type(2) { animation-delay: 0.3s; }
.form-group-enhanced:nth-of-type(3) { animation-delay: 0.4s; }
.form-group-enhanced:nth-of-type(4) { animation-delay: 0.5s; }
.form-group-submit { animation: formFadeIn 0.5s ease-out 0.6s backwards; }

.form-group-enhanced label {
    display: block;
    margin-bottom: 0.5rem;
    color: #e6ebf1;
    font-size: 0.86rem;
    font-weight: 600;
    transition: color 0.25s ease;
}

.form-group-enhanced:focus-within label {
    color: #38BDF8;
}

/* ---- Input Wrapper (Grid: icon | input) ---- */
.input-wrapper {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(14, 165, 233, 0.28);
    background: rgba(10, 14, 22, 0.85);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.input-wrapper:hover {
    border-color: rgba(14, 165, 233, 0.52);
}

.input-wrapper:focus-within {
    border-color: #38BDF8;
    background: rgba(8, 13, 22, 0.97);
    box-shadow:
        0 0 0 3px rgba(14, 165, 233, 0.16),
        0 4px 14px rgba(14, 165, 233, 0.18);
}

.input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid rgba(14, 165, 233, 0.2);
    background: rgba(14, 165, 233, 0.07);
    transition: background 0.25s ease;
}

.input-wrapper:focus-within .input-icon {
    background: rgba(14, 165, 233, 0.14);
}

.input-icon i {
    color: #0EA5E9;
    font-size: 0.95rem;
    transition: color 0.25s ease, transform 0.25s ease;
}

.input-wrapper:focus-within .input-icon i {
    color: #BAE6FD;
    transform: scale(1.08);
}

/* ---- Inputs & Textarea ---- */
.form-control-input-enhanced,
.form-control-textarea-enhanced {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 0.94rem;
    line-height: 1.4;
    padding: 0.9rem 1rem;
    outline: none;
    transition: background 0.25s ease;
}

.form-control-input-enhanced::placeholder,
.form-control-textarea-enhanced::placeholder {
    color: #6b7280;
}

.form-control-textarea-enhanced {
    min-height: 128px;
    resize: vertical;
    font-family: inherit;
    padding-top: 0.95rem;
}

.textarea-group-enhanced .input-wrapper {
    align-items: stretch;
}

.textarea-group-enhanced .input-icon {
    align-items: flex-start;
    padding-top: 1rem;
}

/* ---- Select ---- */
select.form-control-input-enhanced {
    appearance: none;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #38BDF8 50%),
        linear-gradient(135deg, #38BDF8 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% + 1px),
        calc(100% - 12px) calc(50% + 1px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 2.5rem;
    color: #ffffff;
}

select.form-control-input-enhanced option {
    background: #151c2a;
    color: #ffffff;
}

/* ---- Validation ---- */
.form-control-input-enhanced:invalid:not(:placeholder-shown),
.form-control-textarea-enhanced:invalid:not(:placeholder-shown) {
    color: #fca5a5;
}

.form-control-input-enhanced:valid:not(:placeholder-shown),
.form-control-textarea-enhanced:valid:not(:placeholder-shown) {
    color: #ffffff;
}

/* ---- Submit Button ---- */
.form-group-submit {
    margin-top: 0.4rem;
}

.form-control-submit-button-enhanced {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
    color: #ffffff;
    padding: 1.05rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.03rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
    box-shadow: 0 10px 26px rgba(14, 165, 233, 0.42);
}

.form-control-submit-button-enhanced:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow:
        0 16px 36px rgba(14, 165, 233, 0.56),
        0 0 44px rgba(14, 165, 233, 0.28);
}

.form-control-submit-button-enhanced:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(14, 165, 233, 0.4);
}

.form-control-submit-button-enhanced i {
    transition: transform 0.22s ease;
}

.form-control-submit-button-enhanced:hover i {
    transform: translateX(4px);
}

/* ---- Privacy Note ---- */
.form-privacy-note {
    margin-top: 0.9rem;
    text-align: center;
    color: #a0a8b4;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.form-privacy-note i {
    color: #38BDF8;
}

.label-optional {
    font-size: 0.76rem;
    font-weight: 400;
    color: #6b7280;
    margin-left: 0.3rem;
}

.form-trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(14, 165, 233, 0.15);
}

.form-trust-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #9ea7b4;
    letter-spacing: 0.02em;
}

.form-trust-badges i {
    color: #38BDF8;
    font-size: 0.82rem;
}

/* ---- Animations ---- */
@keyframes formFadeIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
    .h2-heading-contact {
        font-size: 2.45rem;
    }
}

@media (max-width: 991px) {
    .form-1-powerful {
        padding: 4.75rem 0;
    }
    .contact-info-wrapper {
        padding: 0;
        margin-bottom: 2rem;
    }
    .form-row-group {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .form-1-powerful {
        padding: 3.5rem 0;
    }
    .contact-header-powerful {
        margin-bottom: 2.8rem;
    }
    .h2-heading-contact {
        font-size: 2rem;
    }
    .p-heading-contact {
        font-size: 1rem;
    }
    .contact-form-card {
        padding: 1.75rem 1.25rem;
    }
    .form-card-header h3 {
        font-size: 1.45rem;
    }
    .contact-details-box {
        padding: 1.3rem;
    }
}

@media (max-width: 575px) {
    .h2-heading-contact {
        font-size: 1.72rem;
    }
    .form-control-input-enhanced,
    .form-control-textarea-enhanced {
        font-size: 0.9rem;
    }
    .form-control-submit-button-enhanced {
        font-size: 0.98rem;
    }
}

/* ========================================== */
/*   WHY PARTNER - POWERFUL SPLIT REDESIGN    */
/* ========================================== */

.split-powerful {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    height: auto;
    min-height: 660px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-top: 1px solid rgba(14, 165, 233, 0.18);
    border-bottom: 1px solid rgba(14, 165, 233, 0.14);
}

/* ---- Image Panel ---- */
.split-image-panel {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.split-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.9s ease;
}

.split-powerful:hover .split-bg-img {
    transform: scale(1.04);
}

.split-image-overlay {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(120deg, rgba(10, 16, 32, 0.7) 0%, rgba(10, 16, 32, 0.2) 36%, rgba(10, 16, 32, 0.82) 100%);
}

/* ---- Floating Stat Badges ---- */
.split-image-badge {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(10, 13, 22, 0.88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(14, 165, 233, 0.4);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.split-image-badge--top {
    bottom: auto;
    top: 2.5rem;
    left: auto;
    right: 2.5rem;
}

.split-badge-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #38BDF8;
    line-height: 1;
    flex-shrink: 0;
}

.split-badge-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    color: #7DD3FC;
    line-height: 1;
    margin-bottom: 0.18rem;
}

.split-image-chip-row {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    z-index: 2;
}

.split-image-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.32);
    background: rgba(10, 16, 32, 0.78);
    color: #dbeafe;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
}

.split-badge-text {
    display: block;
    font-size: 0.82rem;
    color: #c7ccd5;
    line-height: 1.3;
    font-weight: 500;
}

/* ---- Content Panel ---- */
.split-content-panel {
    background:
        radial-gradient(circle at 88% 12%, rgba(14, 165, 233, 0.18) 0%, transparent 44%),
        radial-gradient(circle at 8% 82%, rgba(56, 189, 248, 0.1) 0%, transparent 52%),
        linear-gradient(160deg, #0A1020 0%, #0D1428 100%);
    display: flex;
    align-items: center;
}

.split-content-inner {
    width: 100%;
    padding: 4.3rem 4rem;
    max-width: 760px;
}

/* ---- Label Badge ---- */
.split-label {
    display: inline-block;
    padding: 0.38rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.5);
    background: rgba(14, 165, 233, 0.14);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    color: #BAE6FD;
    margin-bottom: 1.25rem;
    display: block;
    width: fit-content;
}

.split-heading {
    font-size: 2.9rem;
    line-height: 1.08;
    color: #ffffff;
    margin-bottom: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02rem;
}

.split-intro {
    font-size: 1.03rem;
    line-height: 1.75;
    color: #bfccde;
    margin-bottom: 1.65rem;
    padding-left: 1.1rem;
    border-left: 3px solid rgba(14, 165, 233, 0.58);
}

.split-kpi-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.7rem;
}

.split-kpi-item {
    border: 1px solid rgba(14, 165, 233, 0.22);
    background: rgba(14, 165, 233, 0.08);
    border-radius: 12px;
    padding: 0.9rem 0.85rem;
}

.split-kpi-item strong {
    display: block;
    color: #E0F2FE;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.split-kpi-item span {
    display: block;
    color: #A7B7CC;
    font-size: 0.78rem;
    font-weight: 600;
}

/* ---- Feature Items ---- */
.split-feature-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.25rem;
}

.split-feature-item {
    display: flex;
    position: relative;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(14, 165, 233, 0.18);
    background: rgba(10, 16, 32, 0.38);
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    cursor: default;
}

.split-feature-item:hover {
    border-color: rgba(14, 165, 233, 0.45);
    background: rgba(14, 165, 233, 0.1);
    transform: translateX(5px);
}

.split-feature-index {
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    color: rgba(191, 219, 254, 0.3);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
}

.split-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #0EA5E9, #38BDF8);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 8px 22px rgba(14, 165, 233, 0.32);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.split-feature-item:hover .split-feature-icon {
    transform: scale(1.1) rotate(-4deg);
    box-shadow: 0 12px 28px rgba(14, 165, 233, 0.45);
}

.split-feature-content h4 {
    margin-bottom: 0.3rem;
    color: #ffffff;
    font-size: 1.06rem;
    font-weight: 700;
}

.split-feature-content p {
    margin: 0;
    color: #AAB7C9;
    font-size: 0.92rem;
    line-height: 1.6;
}

.split-cta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.split-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #93C5FD;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.split-secondary-link:hover {
    color: #E0F2FE;
    transform: translateX(3px);
    text-decoration: none;
}

/* ---- CTA Button Icon ---- */
.split-content-inner .btn-solid-reg i {
    margin-left: 0.4rem;
    font-size: 0.85rem;
    transition: transform 0.22s ease;
}

.split-content-inner .btn-solid-reg:hover i {
    transform: translateX(4px);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .split-powerful {
        grid-template-columns: 1fr;
    }

    .split-image-panel,
    .split-content-panel {
        width: 100%;
    }

    .split-image-panel {
        min-height: 390px;
    }

    .split-content-inner {
        padding: 3.4rem 2rem;
    }

    .split-heading {
        font-size: 2.2rem;
    }

    .split-kpi-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .split-image-panel {
        min-height: 300px;
    }

    .split-content-inner {
        padding: 2.7rem 1.2rem;
    }

    .split-heading {
        font-size: 1.82rem;
    }

    .split-intro {
        margin-bottom: 1.2rem;
    }

    .split-kpi-row {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        margin-bottom: 1.1rem;
    }

    .split-image-badge {
        padding: 0.75rem 1.1rem;
        bottom: 1rem;
        left: 1.25rem;
    }

    .split-image-badge--top {
        top: 1rem;
        right: 1rem;
    }

    .split-badge-number {
        font-size: 1.65rem;
    }

    .split-image-chip-row {
        left: 1rem;
        right: 1rem;
        bottom: 5rem;
    }

    .split-image-badge {
        max-width: calc(100% - 2.5rem);
    }

    .split-image-badge--top {
        display: none;
    }

    .split-feature-item {
        padding: 1rem;
    }
}


