body {
    font-family: var(--font-family);
    color: #212529;
}

.hero {
    position: relative;
    overflow: hidden;
}

.carousel-item img {
    filter: brightness(0.7);
}

.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    max-width: 50%;
}

.carousel-caption-custom h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.carousel-caption-custom p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

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

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}

.btn-brand {
    background: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
}

.btn-brand:hover {
    background: #0b5ed7;
    color: #fff;
}

.testimonial {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
}

.quote-icon {
    font-size: 3rem;
    color: var(--primary-color);
    opacity: 0.2;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* Premium Aesthetic Additions */
.bg-dots {
    background-image: radial-gradient(var(--secondary-color) 1px, transparent 0);
    background-size: 24px 24px;
    background-position: -19px -19px;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.section-header-modern {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.section-header-modern::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.bg-mesh-primary {
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, rgba(13, 110, 253, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(13, 110, 253, 0.08) 0px, transparent 50%);
}

.bg-mesh-dark {
    background: radial-gradient(circle at 10% 20%, rgba(0, 0, 0, 1) 0%, rgba(17, 24, 39, 1) 90.2%);
}

.glass-card {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07) !important;
}

.badge-premium {
    background: rgba(13, 110, 253, 0.1);
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.75rem;
}

.btn-premium {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px -5px rgba(13, 110, 253, 0.3);
}

.btn-premium:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(13, 110, 253, 0.4);
    color: white;
}

/* Modern Header */
.navbar-modern {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    padding: 15px 0;
}

.navbar-modern .nav-link {
    font-weight: 500;
    color: #4b5563 !important;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.navbar-modern .nav-link:hover,
.navbar-modern .nav-link.active {
    color: var(--primary-color) !important;
    background: rgba(13, 110, 253, 0.05);
}

.navbar-brand img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
    height: 60px;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Modern Footer */
.footer-modern {
    background: linear-gradient(to bottom, #111827, #000000);
    color: #9ca3af;
    border-top: 5px solid var(--primary-color);
    padding: 80px 0 40px;
}

.footer-modern h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.footer-modern a {
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-modern a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-modern .social-links a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern .social-links a:hover {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
    transform: translateY(-3px);
    padding-left: 0;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}