:root {
    --primary-color: #004aad;
    --primary-dark: #00367e;
    --secondary-color: #00d2ff;
    --accent-color: #ff3e6d;
    --dark-bg: #0a0e17;
    --card-bg: rgba(255, 255, 255, 0.8);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --text-main: #1e293b;
    --text-muted: #64748b;
}

body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
}

.service-premium-header {
    position: relative;
    padding: 160px 0 120px;
    background: var(--dark-bg);
    overflow: hidden;
    color: white;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(0, 74, 173, 0.4) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0, 210, 255, 0.3) 0%, transparent 40%);
    z-index: 1;
}

.header-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    filter: grayscale(100%);
    z-index: 0;
}

.breadcrumb-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.breadcrumb-glass .breadcrumb {
    margin-bottom: 0;
}

.service-badge {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.main-content-card {
    background: white;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 60px;
    margin-top: -80px;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.sidebar-premium-card {
    background: #fdfdfd;
    border-radius: 24px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    position: sticky;
    top: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.service-feature-box {
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.service-feature-box:hover {
    background: white;
    border-color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(0, 74, 173, 0.05);
    transform: translateX(5px);
}

.btn-premium-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 74, 173, 0.3);
}

.btn-premium-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 74, 173, 0.4);
    color: white;
}

.contact-widget {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    border-radius: 20px;
    padding: 30px;
    margin-top: 2rem;
}

.location-circle {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: inherit;
}

.location-circle:hover {
    transform: translateY(-10px);
}

.location-circle img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.location-circle:hover img {
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 74, 173, 0.2);
}

.section-title-wrapper {
    position: relative;
    margin-bottom: 4rem;
}



.text-gradient {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animate-up {
    animation: fadeInUp 0.8s ease-out both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-content-html {
    line-height: 1.8;
    font-size: 1.1rem;
    color: #475569;
}

.service-content-html h2,
.service-content-html h3 {
    color: var(--text-main);
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.area-badge {
    background: rgba(0, 74, 173, 0.05);
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* Enhanced Service Page Styles */
.fw-black {
    font-weight: 900 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.hover-up {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hover-up:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.service-content-html p {
    color: #4a5568;
    line-height: 1.8;
}

.section-title-wrapper h2 {
    letter-spacing: -1px;
}