:root {
    --blue: #2563eb;
    --green: #22c55e;
    --dark: #07111f;
    --soft: #f8fbff;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Inter, "Segoe UI", sans-serif;
    overflow-x: hidden;
    color: #0f172a;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    line-height: 1.7;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 30%), radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.14), transparent 28%);
    pointer-events: none;
    z-index: -1;
}

.brand-logo {
    height: 44px;
    width: auto;
}

.footer-logo {
    height: 48px;
    width: auto;
}

.dropdown-menu {
    border: none;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    margin-top: 8px;
    min-width: 220px;
}

.dropdown-item {
    border-radius: 10px;
    padding: 0.8rem 0.95rem;
    transition: all 0.25s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.12), rgba(34, 197, 94, 0.1));
    color: var(--dark);
    transform: translateX(4px);
}

.navbar-nav .dropdown:hover .dropdown-menu,
.navbar-nav .dropdown:focus-within .dropdown-menu {
    display: block;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.custom-navbar {
    padding: 16px 0;
    transition: all 0.4s ease;
    background: transparent;
    backdrop-filter: blur(8px);
}

.custom-navbar.scrolled {
    background: rgba(7, 17, 31, 0.92);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.navbar-brand {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}

.nav-link {
    color: #fff;
    margin-left: 20px;
    position: relative;
    font-weight: 500;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:focus,
.custom-navbar .nav-link.active {
    color: #fff;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, var(--blue), var(--green));
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link:focus::after {
    width: 100%;
}

.btn-brand {
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-brand:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.35);
    color: #fff;
}

.hero-section {
    background: linear-gradient(135deg, #07111f 0%, #11315f 45%, #2563eb 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 140px 0 110px;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.transparenttextures.com/patterns/cubes.png") repeat;
    opacity: 0.08;
    pointer-events: none;
}

.modal-logo {
    height: 58px;
    width: auto;
    display: block;
    margin: 0 auto 12px;
    object-fit: contain;
}

.hero-image {
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    animation: float 6s ease-in-out infinite;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.8;
    animation: drift 10s ease-in-out infinite alternate;
}

.shape1 {
    width: 380px;
    height: 380px;
    background: #22c55e;
    top: -120px;
    right: -80px;
}

.shape2 {
    width: 280px;
    height: 280px;
    background: #2563eb;
    bottom: -90px;
    left: -70px;
}

.badge {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
}

.section-title {
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.section-title::after {
    content: "";
    width: 80px;
    height: 4px;
    display: block;
    margin: 0.7rem auto 0;
    border-radius: 999px;
    background: linear-gradient(45deg, var(--blue), var(--green));
}

.hero-card {
    position: relative;
}

.hero-floating-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(7, 17, 31, 0.82);
    color: #fff;
    padding: 18px 20px;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}

.hero-floating-card h5 {
    font-size: 1rem;
    margin-bottom: 4px;
}

.hero-floating-card p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trust-pill,
.logo-pill {
    display: inline-block;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
}

.logo-pill {
    color: var(--dark);
    background: #fff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.feature-list {
    display: grid;
    gap: 14px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
}

.feature-item i {
    color: var(--green);
    margin-top: 4px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.stat-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.metric-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 22px;
}

.stat-box h3,
.metric-card h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.stat-box p {
    margin: 0;
    color: #64748b;
}

.metric-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.stat-box h3 {
    color: var(--dark);
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.08);
}

.testimonial-card .quote {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #1e293b;
    margin-bottom: 18px;
}

.testimonial-slider {
    padding-bottom: 42px;
}

.testimonial-slider .swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet-active {
    background: linear-gradient(45deg, var(--blue), var(--green));
}

.testimonial-card h5 {
    margin-bottom: 4px;
    color: var(--dark);
}

.testimonial-card span {
    color: #64748b;
}

.detail-list {
    display: grid;
    gap: 12px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
}

.detail-item i {
    color: var(--green);
    margin-top: 4px;
}

.detail-card {
    background: linear-gradient(135deg, #ffffff, #f2f7ff);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}

.mini-card {
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.mini-card h5 {
    margin-bottom: 4px;
    color: var(--dark);
}

.mini-card p {
    margin: 0;
    color: #64748b;
}

.logo-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-card,
.process-card,
.contact-card,
.contact-box,
.contact-info-box {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before,
.process-card::before,
.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(34, 197, 94, 0.06));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover,
.process-card:hover,
.contact-card:hover,
.contact-box:hover,
.contact-info-box:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.service-card:hover::before,
.process-card:hover::before,
.contact-card:hover::before {
    opacity: 1;
}

.service-card i {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 18px;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--green));
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
}

.service-card h4 {
    margin-bottom: 10px;
}

.premium-card {
    border: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative;
}

.counter-section {
    background: linear-gradient(135deg, #07111f, #0f2d57 60%, #081c3a);
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: "";
    position: absolute;
    inset: auto -60px -60px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.2);
    filter: blur(20px);
}

.counter {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
    color: #fff;
}

.counter-section p {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.78);
}

.footer-section {
    background: #020817;
    color: #fff;
    padding: 80px 0 30px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--green);
    padding-left: 6px;
}

.social-icons a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: linear-gradient(45deg, var(--blue), var(--green));
    transform: translateY(-3px);
}

.whatsapp-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 14px 30px rgba(18, 140, 126, 0.35);
    animation: pulse 2.2s infinite;
}

#backToTop {
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: none;
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.28);
    z-index: 999;
}

.page-hero {
    background: linear-gradient(rgba(7, 17, 31, 0.82), rgba(7, 17, 31, 0.82)), url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1600');
    background-size: cover;
    background-position: center;
    padding: 150px 0 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.25);
    filter: blur(30px);
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(45deg, var(--blue), var(--green));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.service-link {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
}

.process-card span {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto auto 20px;
    font-weight: bold;
}

.cta-section {
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
}

.contact-card i {
    font-size: 40px;
    color: var(--blue);
    margin-bottom: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-list i {
    color: var(--green);
    margin-right: 10px;
}

.map-box {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.chatbot-fab {
    position: fixed;
    right: 24px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.chatbot-window {
    position: fixed;
    right: 24px;
    bottom: 180px;
    width: min(360px, calc(100vw - 24px));
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(7, 17, 31, 0.2);
    overflow: hidden;
    z-index: 998;
    display: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.chatbot-window.open {
    display: block;
}

.chatbot-header {
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chatbot-header h6 {
    margin: 0;
    font-weight: 700;
}

.chatbot-header small {
    display: block;
    opacity: 0.9;
}

.chatbot-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
}

.chatbot-body {
    padding: 16px;
    max-height: 300px;
    overflow-y: auto;
    background: #f8fbff;
}

.chat-message {
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    max-width: 85%;
    line-height: 1.5;
    font-size: 0.95rem;
}

.chat-message.bot {
    background: #e8f2ff;
    color: #12304d;
    border-top-left-radius: 4px;
}

.chat-message.user {
    margin-left: auto;
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
    border-top-right-radius: 4px;
}

.chatbot-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 12px;
}

.chat-option {
    border: 1px solid rgba(37, 99, 235, 0.15);
    background: #fff;
    color: var(--dark);
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 0.83rem;
}

.chatbot-form {
    display: flex;
    gap: 8px;
    padding: 12px 16px 16px;
    border-top: 1px solid #eef2f7;
}

.chatbot-form input {
    flex: 1;
    border: 1px solid #dce7f5;
    border-radius: 999px;
    padding: 10px 14px;
    outline: none;
}

.chatbot-form button {
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background: linear-gradient(45deg, var(--blue), var(--green));
    color: #fff;
}

.modal-content {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(7, 17, 31, 0.18);
    margin-top: 20px;
}

.modal-hero {
    background: linear-gradient(135deg, var(--blue), var(--green));
    color: #fff;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.modal-hero h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.modal-hero p {
    color: rgba(255, 255, 255, 0.9);
}

.btn-close {
    margin-bottom: 12px;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes drift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(20px, 20px, 0); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

@media (max-width: 991px) {
    .nav-link {
        margin-left: 0;
        padding: 0.7rem 0;
    }

    .hero-section {
        padding: 120px 0 90px;
    }
}

@media (max-width: 768px) {
    .service-card,
    .process-card,
    .contact-card,
    .contact-box,
    .contact-info-box {
        padding: 24px;
    }

    .counter {
        font-size: 2.3rem;
    }
}