﻿
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #0f172a;
    color: #f1f5f9;
    scroll-behavior: smooth;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

header {
    background: #1e293b;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: #7dd3fc;
    margin-left: 1.5rem;
    text-decoration: none;
}

.navbar-nav .nav-link {
    color: #7dd3fc !important;
}

nav a:hover {
    text-decoration: underline;
}

.hero {
    text-align: center;
    padding: 5rem 2rem;
    background: #1e293b;
}

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        max-width: 787px !important;
        margin-top: 14px !important;
    }


.section {
    padding: 4rem 2rem;
    text-align: center;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.card {
    background: #334155;
    padding: 2rem;
    border-radius: 10px;
    width: 280px;
}

    .card h3 {
        color: #38bdf8;
    }

.portfolio {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

    .portfolio img {
        width: 280px;
        border-radius: 10px;
    }

footer {
    text-align: center;
    padding: 2rem;
    background: #1e293b;
    font-size: 0.9rem;
    color: #94a3b8;
}


@media (max-width: 991.98px){
    .logo {
        height: 113px !important;
        max-width: 100% !important;
        padding-top: 8px !important;
    }
}

@media (max-width: 376px) {
    #Devnaza-importance {
        display: none !important;
    }
}


.logo {
    height: 145px;
    width: auto;
    max-width: 100%;
}

.navbar-toggler {
    border-color: #f1f5f9;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23f1f5f9' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link, .dropdown-item {
    text-decoration: none !important;
}

.nav-link, .dropdown-item {
    font-weight: 500;
    padding: 10px 20px;
    transition: background 0.3s, color 0.3s;
}
    .dropdown-item:hover {
        background-color: #f0f0f0;
        color: #000;
    }
.dropdown-menu .dropdown-item {
    cursor: pointer;
    color: #333;
}
.custom-navbar {
    background-color: #101826;
}

.dropdown-menu .dropdown-item {
        color: #1f2937; 
        padding: 10px 20px;
        font-size: 16px;
        margin: 0px;
    }
      
.dropdown-menu .dropdown-item + .dropdown-item {
            margin-top: 4px;
        }

.dropdown-menu {
    background-color: #7dd3fc; 
}

.Featured-Row {
    padding-top: 49px !important;
    margin-left: 23px !important;
}

.Featured-img {
    max-width: 64% !important;
    height: auto !important;
}



.service-card {
    background-color: #1e1e2e;
    border: 1px solid #7dd3fc;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .service-card.active,
    .service-card:hover {
        background-color: #7dd3fc;
        color: #0f172a;
    }

        .service-card.active h5,
        .service-card.active p,
        .service-card:hover h5,
        .service-card:hover p {
            color: #0f172a !important;
        }

    .service-card img {
        filter: brightness(0) invert(1);
        height: 32px;
    }

    .service-card.active img {
        filter: none;
    }

    .service-box {
  background-color: #1f1f1f;
  border: 1px solid #6a4fe0;
  transition: background-color 0.3s ease;
}

.service-box:hover {
        background-color: #7dd3fc; 
       cursor: pointer;
}


.gradient-section {
    background: linear-gradient(to bottom, #7dd3fc);
    color: white;
    padding: 80px 20px;
}

.highlighted {
    background-color: white;
    color: #7a3ff3;
    padding: 0 8px;
    border-radius: 5px;
}

.feature-list p {
    margin-bottom: 12px;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

/*    .feature-list p::before {
        content: "😊";
        margin-right: 8px;
    }*/