/* ========================================
   Simora Technologies - PREMIUM DARK SAAS THEME
======================================== */

:root {
    --primary: #14B8A6; /* Teal */
    --secondary: #F97316; /* Orange */
    --dark: #0F172A;
    --dark-2: #111827;
    --text: #FFFFFF;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--dark);
    color: var(--text);
    font-family: 'Segoe UI',sans-serif;
    overflow-x: hidden;
}

/* NAVBAR */

.custom-navbar {
    background: rgba(5,8,22,.90);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(249,115,22,.25);
}

.navbar-brand {
    color: #fff !important;
    font-weight: 700;
    font-size: 1.4rem;
}

.nav-link {
    color: #fff !important;
    transition: .3s;
}

    .nav-link:hover {
        color: var(--primary) !important;
    }

/* HERO */

.hero-section {
    background: radial-gradient(circle at top left, rgba(20,184,166,.20), transparent 30%), radial-gradient(circle at top right, rgba(249,115,22,.20), transparent 30%), linear-gradient(135deg, #0F172A, #111827, #0F172A);
}

.hero-glow {
    position: absolute;
    top: -150px;
    right: -100px;
    width: 550px;
    height: 550px;
    background: linear-gradient(135deg, #14B8A6, #F97316);
    filter: blur(220px);
    opacity: .35;
}

.hero-title {
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.1;
}

.hero-text {
    font-size: 1.2rem;
    color: var(--text);
}

.hero-badge {
    background: rgba(20,184,166,.10);
    color: #14B8A6;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(20,184,166,.25);
}

/* BUTTONS */

.btn-primary {
    background: linear-gradient(135deg, #14B8A6, #F97316);
    border: none;
    color: white;
    border-radius: 50px;
}

    .btn-primary:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(249,115,22,.35);
    }

.btn-outline-light {
    border-radius: 50px;
    transition: .3s;
}

    .btn-outline-light:hover {
        transform: translateY(-4px);
    }

/* GLASS EFFECT */

.glass-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 25px;
    transition: .3s;
}

    .glass-card:hover {
        transform: translateY(-8px);
        border-color: #14B8A6;
        box-shadow: 0 20px 50px rgba(20,184,166,.20);
    }

/* TECH STACK */

.tech-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 20px;
    font-weight: 600;
    transition: .3s;
}

    .tech-card:hover {
        transform: translateY(-8px);
        border-color: #14B8A6;
        color: #14B8A6;
    }

/* STATS */

.stats-number {
    color: #10B981;
    font-size: 3rem;
    font-weight: 800;
}

/* SERVICES */

.service-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    transition: .3s;
}

    .service-card:hover {
        transform: translateY(-10px);
        border-color: #F97316;
        box-shadow: 0 20px 50px rgba(249,115,22,.25);
    }

    .service-card h3 {
        color: var(--primary);
    }

/* SECTIONS */

section {
    position: relative;
    z-index: 1;
}

h1, h2, h3, h4, h5 {
    color: #fff;
}

/* LINKS */

a {
    text-decoration: none;
}
.section-title,
.hero-title {
    background: linear-gradient(90deg, #14B8A6, #F97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-card,
.portfolio-card,
.glass-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(20px);
    border-radius: 20px;
}

    .service-card:hover,
    .portfolio-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(249,115,22,.25);
    }

/* FOOTER */

.footer {
    background: #0B1220;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 60px 0 20px;
}

    .footer a {
        color: var(--text);
    }

        .footer a:hover {
            color: var(--primary);
        }

/* WHATSAPP BUTTON */

.whatsapp-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    background: linear-gradient( 135deg, #14B8A6, #F97316 );
    z-index: 9999;
    box-shadow: 0 0 20px rgba(20,184,166,.35), 0 0 30px rgba(249,115,22,.25);
}

    .whatsapp-btn:hover {
        transform: scale(1.15);
        color: #fff;
    }

.whatsapp-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    background: linear-gradient(135deg, #14B8A6, #F97316);
    z-index: 9999;
    box-shadow: 0 0 20px rgba(20,184,166,.35), 0 0 30px rgba(249,115,22,.25);
}
/* SCROLLBAR */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 20px;
}

/* MOBILE */

@media(max-width:768px) {

    .hero-title {
        font-size: 2.6rem;
        text-align: center;
    }

    .hero-text {
        text-align: center;
    }

    .hero-section {
        padding-top: 100px;
    }

    .hero-badge {
        display: block;
        text-align: center;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 10px;
    }
}

.portfolio-card {
    background: #111827;
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
    border: 1px solid rgba(255,255,255,.08);
}

    .portfolio-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(249,115,22,.25);
    }

    .portfolio-card img {
        transition: .4s;
    }

    .portfolio-card:hover img {
        transform: scale(1.05);
    }

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;

    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.stats-number {
    background: linear-gradient(135deg, #14B8A6, #F97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 3rem;
}
.hero-title,
.section-title {
    background: linear-gradient( 90deg, #14B8A6, #F97316 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-card,
.portfolio-card,
.glass-card {
    transition: all .35s ease;
}

    .service-card:hover,
    .portfolio-card:hover,
    .glass-card:hover {
        transform: translateY(-8px);
    }

.team-card {
    position: relative;
    overflow: hidden;
    padding: 40px;
    min-height: 320px;
    transition: .4s;
}

    .team-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient( 90deg, #14B8A6, #F97316 );
    }

    .team-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 50px rgba(20,184,166,.15), 0 20px 50px rgba(249,115,22,.15);
    }

.team-avatar {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: white;
    background: linear-gradient( 135deg, #14B8A6, #F97316 );
    box-shadow: 0 10px 30px rgba(249,115,22,.25);
}

.team-role {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(20,184,166,.12);
    border: 1px solid rgba(20,184,166,.20);
    color: #14B8A6;
    font-weight: 600;
}