:root {
    --primary: #0F172A; /* Navy */
    --secondary: #1E3A8A; /* Royal Blue */
    --accent: #F97316; /* Orange */

    --text-dark: #111827;
    --text-light: #FFFFFF;
    --bg-light: #F8FAFC;
}

body {
    font-family: "Segoe UI", sans-serif;
    background: #ffffff;
    color: var(--deg-dark);
}

.site-logo {
    height: 90px !important;
    width: auto;
}

.navbar {
    background: #0F172A !important;
    border-bottom: none;
    min-height: 65px;
}

    .navbar .nav-link {
        color: white !important;
        font-weight: 500;
    }

        .navbar .nav-link:hover {
            color: #F97316 !important;
        }

    .navbar .btn {
        padding: 10px 20px;
    }

.hero-section {
    background: linear-gradient( 135deg, #0F172A, #1E3A8A );
    color: white;
}

    .hero-section h1,
    .hero-section p {
        color: white;
    }

.btn-degatech {
    background: #F97316;
    border-color: #F97316;
    color: white;
}

    .btn-degatech:hover {
        background: #EA580C;
        border-color: #EA580C;
    }

.card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }

    .card h4 {
        color: var(--deg-green);
    }

    .card i {
        font-size: 4rem;
    }

    .card h4 {
        margin-top: 15px;
    }

.section-title {
    text-align: center;
    margin-bottom: 50px;
}


footer {
    background: #111827;
    color: white;
}

    footer a {
        color: #d1d5db;
        text-decoration: none;
    }

        footer a:hover {
            color: white;
        }

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin-left: 10px;
}

.site-logo {
    height: 110px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin-left: 10px;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar-brand img {
    transition: .3s;
}

.foundation-section {
    background: linear-gradient( 135deg, #0f172a, #1e293b );
    color: white;
}

    .foundation-section h2,
    .foundation-section p {
        color: white;
    }

.industries-section {
    background: linear-gradient( 135deg, #0F172A, #1E3A8A );
}

.more-section {
    background: linear-gradient( 135deg, #0F172A, #1E3A8A );
    color: white;
}

    .more-section h2,
    .more-section p,
    .more-section h4 {
        color: white;
    }

    .more-section .card {
        background: rgba(255,255,255,.12);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,.15);
        color: white;
    }
        .more-section .card:hover {
            transform: translateY(-8px);
            border-top: 4px solid #F97316;
        }
.why-section {
    background: linear-gradient( 135deg, #111827, #1f2937 );
    color: white;
}

    .why-section h2,
    .why-section h5,
    .why-section p {
        color: white;
    }

.stat-number {
    font-size: 4rem;
    font-weight: 700;
    color: #22c55e;
}

.client-login {
    background: linear-gradient( 135deg, #0E7A45, #22c55e );
    color: white;
}

    .client-login h2,
    .client-login p {
        color: white;
    }

.industries-section {
    background: linear-gradient( 180deg, #F8FAFC, #E2E8F0 );
}

.industry-card {
    min-height: 240px;
    padding: 25px 15px;
    background: white;
    border-radius: 16px;
    border-top: 4px solid transparent;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    transition: all .3s ease;
}

    .industry-card i {
        font-size: 3rem;
        color: #0E7A45;
        margin-bottom: 15px;
        display: block;
    }

    .industry-card:hover {
        transform: translateY(-8px);
        background: #0F172A;
        color: white;
        border-top: 4px solid #F97316;
    }

        .industry-card:hover i {
            color: #F97316; /* Orange */
        }

.product-icon {
    font-size: 4rem;
    color: #F97316;
    margin-bottom: 20px;
    display: block;
    transition: all .3s ease;
}

.card:hover .product-icon {
    transform: scale(1.1);
}

.product-icon-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #BFDBFE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.product-icon {
    font-size: 3rem;
    color: #F97316;
    transition: .3s ease;
}

.card:hover .product-icon-wrapper {
    background: #F97316;
}

.card:hover .product-icon {
    color: white;
}

.feature-icon {
    font-size: 3rem;
    color: #F97316;
    margin-bottom: 20px;
    display: block;
}

.choose-degatech {
    background: linear-gradient( 180deg, #F8FAFC, #E2E8F0 );
}

.feature-box {
    background: rgba(30,58,138,.04);
    border: 1px solid rgba(30,58,138,.08);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    transition: .3s;
}

    .feature-box:hover {
        transform: translateY(-8px);
        border-top: 4px solid #F97316;
    }

.feature-icon {
    font-size: 3rem;
    color: #F97316;
    margin-bottom: 20px;
    display: block;
}

.cta-section {
    background: linear-gradient( 135deg, #0F172A, #1E3A8A );
    color: white;
}

.btn-cta {
    background: #F97316;
    color: white;
    border: none;
    font-weight: 600;
    padding: 14px 32px;
}

    .btn-cta:hover {
        background: #EA580C;
    }

.cta-icon {
    font-size: 4rem;
    color: #F97316;
}

.erp-box {
    background: #E8F0FE;
    color: #0F172A;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    transition: all .3s ease;
}

    .erp-box:hover {
        transform: translateY(-8px);
        border-top: 4px solid #F97316;
        box-shadow: 0 15px 30px rgba(15,23,42,.15);
        background: white;
    }

.erp-icon {
    font-size: 3rem;
    color: #F97316;
    margin-bottom: 20px;
    display: block;
}

.erp-box h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.erp-box p {
    margin: 0;
    color: #64748B;
    font-size: .95rem;
}

.erp-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #DBEAFE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erp-icon {
    font-size: 2.5rem;
    color: #F97316;
    margin: 0;
}