:root {
    --primary-blue: #1E40AF;
    --secondary-blue: #3B82F6;
    --accent-green: #10B981;
    --light-gray: #F8FAFC;
    --medium-gray: #E2E8F0;
    --dark-gray: #64748B;
    --text-dark: #13284b;
    --text-medium: #475569;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 70px;
}

h1,h2,h3,h4,h5 {
 	font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Navbar Styles */
.navbar {
    background: #ffffff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 100;
    min-height: 70px;
  
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand img {
    height: 45px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #1f2937 !important;
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #1e40af !important;
}

.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.3);
    color: white;
}

.centered {text-align:center}

.pull-right {float:right}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(rgb(0 73 145 / 80%), rgb(0 32 64 / 80%)), url('images/hero_bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.no-min-height {
	min-height:auto;
	padding-top:20px;
	padding-bottom:20px;	
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease;
}

.hero-subtitle {
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.2s both;
}

p.hero-subtitle {
    font-size: 1.25rem;
}

.hero-buttons {
    animation: fadeInUp 1s ease 0.4s both;
}

.btn-hero {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    transition: all 0.3s ease;
}

.btn-hero-primary {
    background: white;
    color: var(--primary-blue);
    border: 2px solid white;
}

.btn-hero-primary:hover {
    background: transparent;
    color: white;
    transform: translateY(-2px);
}

.btn-hero-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-hero-secondary:hover {
    background: white;
    color: var(--primary-blue);
    transform: translateY(-2px);
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background: var(--light-gray);
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid var(--medium-gray);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.feature-description {
    color: var(--text-medium);
    line-height: 1.7;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: var(--primary-blue);
    color: white;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Services Section */

.services-banner {
    width: 100vw;
    height: 250px;
    background: url(images/completecycle2_1752174225050.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 60px;
}

.services-section {
    padding: 100px 0;
}

.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 40px 0;
}

.service-content {
    padding: 0 30px;
}

.service-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.service-description {
    font-size: 1.1rem;
    color: var(--text-medium);
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    padding: 0;
}

.service-features li {
    padding: 8px 0;
    position: relative;
    padding-left: 30px;
}

.service-features li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--accent-green);
    position: absolute;
    left: 0;
}

.service-image {
    background: var(--light-gray);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image i {
    font-size: 4rem;
     color: white;
		 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.service-image.ai-powered
	
 {
    background-image: linear-gradient(rgba(30, 64, 175, 0.5), rgba(59, 130, 246, 0.5)), url(images/iStock-2173923576.jpg);
}

.service-image.analytics
 {
    background-image: linear-gradient(rgba(30, 64, 175, 0.5), rgba(59, 130, 246, 0.5)), url(images/iStock-1311598658.jpg);
}

.service-image.support {
    background-image: linear-gradient(rgba(30, 64, 175, 0.5), rgba(59, 130, 246, 0.5)), url(images/iStock-1321779943.jpg);
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: var(--light-gray);
}

.contact-form {
    background: white;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.form-control {
    border: 2px solid var(--medium-gray);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(30, 64, 175, 0.25);
}

.contact-info {
    padding: 50px 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-icon i {
    color: white;
    font-size: 1.2rem;
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    border-bottom: 1px solid #374151;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.footer-section h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    color: #9CA3AF;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.full-width {width:100%}

label {
    font-size: 0.8em;
    color: #898989;
}

.ticket_qty {
    width: 80px;
    display: inline-block;
    padding: 5px 10px;
    border-width: 1px;
    margin: 4px auto;
}

.margined {
	margin-top:10px;
	margin-bottom:10px;	
}

.checkout_container {
	max-width:700px;	
}

#card-element {
  border: 2px solid var(--medium-gray);
  padding: 12px;
  border-radius: 8px;
}

.inputerrormessage {
	color:red;	
}

.fancybox-slide--html .fancybox-close-small {
    padding: 3px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .service-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-form {
        padding: 30px;
    }
    
    .hidden-phone { display:none}
    
    .fancybox-content {
	    padding: 40px 20px;
	}
}

@media (min-width: 769px) {
	 .hidden-desktop { display:none}
	 
	 .padded {
		padding-top:10px;
		padding-bottom:10px;	
	}
	
	.fancybox-content #cart_qty {
		min-width:700px;	
	}
}


/* Events Page */

.cart-line {
    padding: 10px 0;
}

.cart_qty_display {
    width: 50px;
    display: inline-block;
	text-align:center;
}

.cart_qty_adjust {
    border: 1px solid #ddd;
    padding: 0px 10px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin: 5px 0;
}

.cart_qty_adjust.active {
    background: #86b7fe;
    color: #fff;
    border-color: #608ccb;
}

.event_image {
	max-width:100%;
	height:auto;	
}

.directions-button {
	float:right;	
}

.btn-light {
    --bs-btn-color: #00407f;
    --bs-btn-bg: #e9f4ff;
    --bs-btn-border-color: #c9dff5;
}

.btn-primary {
    --bs-btn-bg: #0872cd;
    --bs-btn-border-color: #0872cd;
}

.card {--bs-card-border-color: rgb(141 141 141 / 18%);}

.card-header {
	color: #fff;
    background-color: rgb(46 85 125);
}

.card-header h4 {margin-bottom:0px}

.alternate .row.alt:nth-of-type(odd), .alternate2 .row.alt2:nth-of-type(odd) {
    background-color: rgb(153 153 153 / 5%);
}
.alternate .row.alt, .alternate2 .row.alt2 {
    padding: 8px 5px;
    border-bottom: 1px solid #e5e5e5;
}


.larger {font-size:1.2rem}

.deleted_row {
	text-decoration:line-through;
	color:#ccc;
}
.deleted_row select {opacity:0.5}

.card-header .text-muted {
	color:rgb(179 206 233 / 75%) !important
}

#submission_screen {
	width:100%;
	height:100vh;
	position:fixed;
	top:0px;
	background-color:rgba(255,255,255,0.3);
	background-image:url(images/infinityloading.svg);
	background-position:center center;
	background-repeat: no-repeat;	
}