:root {
    --primary-blue: #2563eb;
    --dark-navy: #020617;
    --text-muted: #64748b;
    --light-bg: #f8fafc;
    --font-display: "Lexend Deca", sans-serif;
    --font-body: "Inter", sans-serif;
    outline: 0;
}

body {
    font-family: 'Lexend Deca', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1e293b;
}

.font-display {
    font-family: var(--font-display);
}

.font-body {
    font-family: var(--font-body);
}

.bg-navy {
    background-color: var(--dark-navy) !important;
}

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

.btn-primary {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 6px;
}

.btn-outline-light {
    border-width: 2px;
}

.navbar {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-link {
    font-weight: 500;
    color: #475569;
    font-size: 14px;
    padding: 8px 15px !important;
}

.nav-link.active {
    color: var(--primary-blue) !important;
}

.hero-section {
    background-color: var(--dark-navy);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100px 100%;
    pointer-events: none;
}

.section-padding {
    padding: 80px 0;
}

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

.card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.industry-tag {
    background-color: #f1f5f9;
    color: #475569;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin: 4px;
    border: 1px solid #e2e8f0;
}

.footer {
    background-color: var(--dark-navy);
    color: white;
    padding: 80px 0 40px;
}

.footer h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: white;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-link:hover {
    color: white;
}

.cta-banner {
    background-color: var(--dark-navy);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.badge-custom {
    background-color: rgba(37, 99, 235, 0.1);
    color: var(--primary-blue);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-label {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.service-icon-box {
    width: 48px;
    height: 48px;
    background-color: var(--primary-blue);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 20px;
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

.form-control {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.contact-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #eff6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    flex-shrink: 0;
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    color: white;
}

.max-w-md {
    max-width: 28rem;
}

.glass-card {
    padding: 25px 20px;
    border-radius: 20px;

    /* Glass effect */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    /* Border */
    border: 1px solid rgba(255, 255, 255, 0.2);

    /* Soft glow + depth */
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);

    color: #fff;
}

/* Text styling */
.glass-card h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 1px;
}

.glass-card .sub-text {
    font-size: .775rem !important;
    line-height: 1.25rem !important;
    color: #fff9 !important;
    font-family: var(--font-body) !important;
}
