/* Color Variables & Reset */
:root {
    --primary-color: #0ea5e9; /* Electric Blue */
    --primary-hover: #0284c7;
    --dark-bg: #030712;
    --darker-bg: #0f172a;
    --card-bg: #1e293b;
    --text-light: #f8fafc;
    --text-secondary: #94a3b8;
    --border-color: #334155;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-light);
    overflow-x: hidden;
}

/* Typography Overrides */
.hero-title {
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Utilities */
.text-secondary-light { color: var(--text-secondary); }
.bg-darker { background-color: var(--darker-bg) !important; }
.bg-black { background-color: #000000 !important; }
.border-secondary { border-color: var(--border-color) !important; }
.text-primary { color: var(--primary-color) !important; }
.bg-primary { background-color: var(--primary-color) !important; }

.tracking-wider { letter-spacing: 0.1em; }
.text-sm { font-size: 0.875rem; }

/* Buttons */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.3);
}

.btn-glow {
    box-shadow: 0 0 15px rgba(14, 165, 233, 0.4);
}

/* Glassmorphism & Cards */
.glass-card {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.5);
    border-color: rgba(14, 165, 233, 0.5) !important;
}

.hover-bg {
    transition: background-color 0.3s ease;
}
.hover-bg:hover {
    background-color: rgba(30, 41, 59, 0.5);
}

/* Icon Box */
.icon-box {
    width: 40px; 
    height: 40px;
}
.icon-wrapper {
    width: 60px;
    height: 60px;
}

/* Hero Section */
.hero-section {
    background: radial-gradient(circle at top right, #111827, #030712);
}

.hero-bg-glow {
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, rgba(3, 7, 18, 0) 70%);
    top: -20%;
    right: -10%;
    z-index: 1;
    pointer-events: none;
}

.z-index-2 {
    z-index: 2;
}

.blur-xl {
    filter: blur(60px);
}

/* Feature List */
.feature-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

/* Stats */
.stat-card {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.4) 0%, rgba(15, 23, 42, 0.4) 100%);
    border: 1px solid var(--border-color);
    transition: border-color 0.3s ease;
}

.stat-card:hover {
    border-color: var(--primary-color);
}

/* Form Section */
.final-cta-section {
    background: linear-gradient(145deg, #0a0e17 0%, #111827 100%);
}
.form-bg-glow {
    width: 600px;
    height: 600px;
    background: var(--primary-color);
    opacity: 0.1;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}
.form-control:focus {
    background-color: #1e293b !important;
    border-color: var(--primary-color) !important;
    color: white !important;
    box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.25);
}
.form-control::placeholder {
    color: #64748b;
}

/* Testimonial Slider */
.text-orange { color: #0ea5e9 !important; }
.btn-orange { 
    background-color: #0ea5e9 !important; 
    border-color: #0ea5e9 !important;
    transition: all 0.3s ease;
}
.btn-orange:hover, .btn-orange:focus {
    background-color: #037bb3 !important;
    border-color: #0ea5e9 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(12, 27, 234, 0.4);
}
.testimonial-card {
    background-color: #1c1c1e !important;
}

/* Animations */
.fade-in-up {
    opacity: 1;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.phoneWrapper a, .emailWrapper a {
    color: #ffffff;
    text-decoration: none;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.topStripRight {
    gap: 30px;
}

#footerContactFormWrapper .formLabel {
	color: #fff;
	font-size: 17px;
}

#footerContactFormWrapper #footerPageForm .form-control {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}

#footerContactFormWrapper #footerPageForm .newCroFormSubmit {
	background-color: #4471e8;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 0px;
	margin-top: 35px;
	width: 100%;
	border: none;
	padding: 12px 25px;
}

#footerContactFormWrapper #footerPageForm .newCroFormSubmit:hover
{
   background-color: #3b60cd;
	color: #fff; 
}

#footerContactFormWrapper .form-group {
	margin-bottom: 25px;
}

.help-block.with-errors
{
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: 2px;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
}
