html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(180deg, #14001f 0%, #1c1147 45%, #10193d 100%);
    color: white;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.page-shell {
    min-height: 100vh;
}

.top-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 32px;
    background: rgba(20, 0, 40, 0.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-link {

    display: flex;

    align-items: center;

    gap: 12px;

    text-decoration: none;

}			 
.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.brand-text {
    font-size: 1.9rem;
    font-weight: 700;
    color: white;
}

.nav-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
}

    .nav-links .active {
        color: white;
        font-weight: 600;
        transition: 0.3s ease;
    }

        .nav-links .active {
            color: #d38bff;
        }

/* Top-nav dropdown (Products → Restaurant, etc.) */
.nav-dropdown {
    position: relative;
}

    .nav-dropdown > summary {
        list-style: none;
        cursor: pointer;
        color: white;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        transition: 0.3s ease;
        user-select: none;
    }

        .nav-dropdown > summary::-webkit-details-marker {
            display: none;
        }

        .nav-dropdown > summary:hover {
            color: #d38bff;
        }

.nav-chevron {
    font-size: 0.7em;
    transition: transform 0.2s ease;
    display: inline-block;
}

.nav-dropdown[open] > summary > .nav-chevron {
    transform: rotate(180deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    background: #fff;
    color: #1f2330;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
    padding: 0.4rem;
    z-index: 1500;
}

    /* Override the global .nav-links a colour for items INSIDE the dropdown
       so they read as a normal dark menu against the white card. */
    .nav-dropdown-menu a {
        display: block;
        padding: 0.6rem 0.9rem;
        color: #1f2330;
        text-decoration: none;
        border-radius: 7px;
        font-size: 0.92rem;
        font-weight: 500;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

        .nav-dropdown-menu a:hover {
            background: #f3f4f6;
            color: #1f2330;
        }

.hero-section {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    padding: 70px 50px;
    min-height: 84vh;
    background: radial-gradient(circle at 18% 50%, rgba(192, 0, 255, 0.22), transparent 24%), radial-gradient(circle at 82% 45%, rgba(80, 120, 255, 0.12), transparent 28%), linear-gradient(90deg, #0b0018 0%, #120028 45%, #1a2152 100%);
}

.stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 1;
    background-image: radial-gradient(2px 2px at 20px 30px, white, transparent), radial-gradient(2px 2px at 80px 120px, white, transparent), radial-gradient(2px 2px at 150px 60px, white, transparent), radial-gradient(2px 2px at 220px 180px, white, transparent), radial-gradient(2px 2px at 300px 90px, white, transparent), radial-gradient(2px 2px at 380px 140px, white, transparent), radial-gradient(2px 2px at 460px 40px, white, transparent), radial-gradient(2px 2px at 540px 200px, white, transparent), radial-gradient(2px 2px at 620px 80px, white, transparent), radial-gradient(2px 2px at 700px 160px, white, transparent), radial-gradient(2px 2px at 780px 50px, white, transparent), radial-gradient(2px 2px at 860px 180px, white, transparent), radial-gradient(2px 2px at 940px 100px, white, transparent), radial-gradient(2px 2px at 1020px 60px, white, transparent), radial-gradient(2px 2px at 1100px 140px, white, transparent), radial-gradient(2px 2px at 1180px 200px, white, transparent);
    background-repeat: repeat;
    background-size: 1200px 400px;
}

.hero-left,
.hero-right {
    position: relative;
    z-index: 1;
}

.hero-left {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.logo-glow-circle {
    width: 580px;
    height: 580px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(220,130,255,0.18) 30%, rgba(140,55,255,0.20) 55%, rgba(70,20,140,0.10) 70%, transparent 82%);
    box-shadow: 0 0 70px rgba(197, 76, 255, 0.55), 0 0 160px rgba(132, 82, 255, 0.30);
}

.hero-logo {

    width: 390px;

    max-width: none;
    position: relative;
    z-index: 1;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(200, 80, 255, 0.50));
}
.hero-right {
    padding-right: 30px;
}

.hero-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: #d88dff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-right h1 {
    font-size: 4rem;
    line-height: 1.05;
    margin: 0 0 22px 0;
    max-width: 650px;
}

.hero-right p {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 620px;
    color:#efe7ff;
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
    color: white;
    border: 2px solid #bb57ff;
    background: rgba(165, 62, 255, 0.18);
    box-shadow: 0 0 20px rgba(187, 87, 255, 0.3);
}

.btn-secondary {
    background: white;
    color: #2d195d;
}

    .btn-primary:hover,
    .btn-secondary:hover {
        transform: translateY(-2px);
    }

.section-block {
    padding: 75px 50px;
}

.section-header {
    margin-bottom: 30px;
}

.section-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #cf99ff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-block h2 {
    font-size: 2.2rem;
    margin: 0 0 12px 0;
}

.section-text {
    max-width: 700px;
    color: #ddd4ff;
    line-height: 1.7;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.glow-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(193, 110, 255, 0.45);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 0 18px rgba(183, 80, 255, 0.18);
}

.service-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .service-card:hover,
    .portfolio-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 0 22px rgba(200, 100, 255, 0.25);
    }

.service-icon {
    font-size: 2rem;
    margin-bottom: 14px;
}

.service-card h3,
.portfolio-card h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

.service-card p,
.portfolio-card p,
.about-box p,
.contact-box p {
    color: #e9e1ff;
    line-height: 1.7;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.portfolio-card {
    overflow: hidden;
    padding: 0;
}

.portfolio-image {
    height: 180px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.portfolio-content {
    padding: 22px;
}

.portfolio-img-1 {
    background: linear-gradient(rgba(35, 16, 82, 0.65), rgba(35, 16, 82, 0.65)), linear-gradient(135deg, #6121b8, #171f68);
}

.portfolio-img-2 {
    background: linear-gradient(rgba(26, 20, 68, 0.55), rgba(26, 20, 68, 0.55)), linear-gradient(135deg, #1d3d8f, #6d1fb1);
}

.portfolio-img-3 {
    background: linear-gradient(rgba(45, 18, 85, 0.55), rgba(45, 18, 85, 0.55)), linear-gradient(135deg, #7a1fc1, #293a8f);
}

.about-box,
.contact-box {
    max-width: 900px;
}

.contact-btn {
    margin-top: 14px;
}

.site-footer {
    background: rgba(20, 0, 40, 0.96);
    color: white;
    padding: 16px 50px 8px;
	border-top: 1px solid rgba(255,255,255,0.08);
	margin-top: 0;
					 
}
 
.footer-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
													
}
 
.footer-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
 
.footer-brand {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
}
.page-banner {
    padding: 80px 50px 30px 50px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(188, 70, 255, 0.18), transparent 35%);
}

    .page-banner h1 {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .page-banner p {
        max-width: 700px;
        margin: 0 auto;
        color: #ddd4ff;
        line-height: 1.7;
    }

.footer-center {
    display: flex;
    justify-content: center;
    gap: 18px;
}
 
.icon {
    width: 18px;
    height: 18px;
    opacity: 0.95;
}
 
.footer-right {
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.5;
}
 
.footer-bottom {
    text-align: center;
    margin-top: 8px;
    font-size: 0.75rem;
    opacity: 0.75;
}
@media (max-width: 900px) {
    .top-nav {
        padding: 18px 20px;
        flex-direction: column;
        gap: 14px;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 50px 20px;
        text-align: center;
    }

    .hero-left {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin-top: -30px;
    }

    .hero-right {
        padding-right: 0;
    }

        .hero-right h1 {
            font-size: 2.35rem;
        }

        .hero-right p {
            margin: 0 auto;
        }

    .hero-buttons {
        justify-content: center;
    }

    .logo-glow-circle {
        width: 320px;
        height: 320px;
    }

.hero-art {
        width: 320px;
        margin: 0 auto 10px auto;
    }
         .hero-art::before {
            width: 280px;
            height: 280px;
        }
 
        .hero-art::after {
            width: 180px;
            height: 24px;
            bottom: 6px;
        }
    .   .hero-logo {
        width: 245px; 
    }
 
    .hero-right {
        align-items: center;
    }
 
        .hero-right h1 {
            font-size: 2.4rem;
        }
 
        .hero-right p {
            margin: 0 auto;
        }
 
    .hero-buttons {
        justify-content: center;
    }
 						
    .section-block {
        padding: 50px 20px;
    }

    .page-banner {
        padding: 60px 20px 20px 20px;
    }

        .page-banner h1 {
            font-size: 2.2rem;
        }
}
 
/* IMAGE-BASED SERVICES PAGE */

.service-image-layout {

    position: relative;

    min-height: 680px;

    max-width: 1500px;

    margin: 0 auto;

}
 
.service-img {

    position: absolute;

    width: 370px;

    border-radius: 24px;

    transition: transform 0.3s ease, filter 0.3s ease;

}
 
    .service-img:hover {

        transform: translateY(-8px) scale(1.03);

        filter: brightness(1.12);

    }
 
.service-custom {

    top: 25px;

    left: 40px;

}
 
.service-database {

    top: 25px;

    right: 40px;

}
 
.service-websites {

    left: 40px;

    bottom: 120px;

}
 
.service-reports {

    right: 40px;

    bottom: 120px;

}
 
.service-automation {

    width: 430px;

    left: 50%;

    bottom: 10px;

    transform: translateX(-50%);

}
 
    .service-automation:hover {

        transform: translateX(-50%) translateY(-8px) scale(1.03);

    }
 
.service-bunny-img {

    position: absolute;

    width: 390px;

    left: 50%;

    top: 46%;

    transform: translate(-50%, -50%);

    z-index: 5;

    filter: drop-shadow(0 0 25px rgba(210, 100, 255, 0.5)) drop-shadow(0 0 55px rgba(140, 70, 255, 0.35));

}
 
/* MOBILE */

@media (max-width: 1100px) {

    .service-image-layout {

        display: flex;

        flex-direction: column;

        gap: 24px;

        min-height: auto;

        align-items: center;

    }
 
    .service-img,

    .service-bunny-img {

        position: relative;

        top: auto;

        left: auto;

        right: auto;

        bottom: auto;

        transform: none;

        width: 90%;

        max-width: 420px;

    }
 
    .service-bunny-img {

        order: -1;

        width: 280px;

    }
 
    .service-automation:hover,

    .service-img:hover {

        transform: translateY(-6px);

    }

}

/* MAGIC TRAILS - SOFTER SWIRLS */

.magic-trail {

    position: absolute;

    pointer-events: none;

    z-index: 1;

    opacity: 0.9;

    border-radius: 50%;

    filter: blur(1px);

}
 
.trail-purple {

    width: 520px;

    height: 210px;

    left: 70px;

    top: 185px;

    border-top: 4px solid rgba(190, 70, 255, 0.9);

    transform: rotate(10deg);

    box-shadow: 0 -8px 20px rgba(190,70,255,0.7);

}
 
.trail-blue {

    width: 520px;

    height: 210px;

    right: 70px;

    top: 185px;

    border-top: 4px solid rgba(0, 180, 255, 0.9);

    transform: rotate(-10deg);

    box-shadow: 0 -8px 20px rgba(0,180,255,0.7);

}
 
.trail-green {

    width: 520px;

    height: 210px;

    left: 65px;

    bottom: 110px;

    border-bottom: 4px solid rgba(150, 255, 40, 0.9);

    transform: rotate(-8deg);

    box-shadow: 0 8px 20px rgba(150,255,40,0.7);

}
 
.trail-orange {

    width: 520px;

    height: 210px;

    right: 65px;

    bottom: 110px;

    border-bottom: 4px solid rgba(255, 120, 25, 0.9);

    transform: rotate(8deg);

    box-shadow: 0 8px 20px rgba(255,120,25,0.7);

}
 
.trail-gold {

    width: 520px;

    height: 160px;

    left: 50%;

    bottom: 15px;

    transform: translateX(-50%);

    border-bottom: 4px solid rgba(255, 195, 35, 0.95);

    box-shadow: 0 8px 22px rgba(255,195,35,0.75);

}
 
 
/* SERVICES PAGE WRAPPER FIX */

.services-magic-page {

    position: relative;

    overflow: hidden;

    min-height: 86vh;

    padding: 35px 50px 45px;

    background: radial-gradient(circle at 50% 42%, rgba(180, 60, 255, 0.22), transparent 34%), linear-gradient(135deg, #070015 0%, #15002e 45%, #101947 100%);

}
 
.services-header {

    position: relative;

    z-index: 10;

    text-align: center;

    margin: 0 auto 20px auto;

}
 
    .services-header h1 {

        font-size: 4.5rem;

        line-height: 1;

        margin: 0 0 12px 0;

        color: white;

        text-align: center;

        text-shadow: 0 0 10px rgba(255,255,255,0.2), 0 0 25px rgba(190, 90, 255, 0.45);

    }
 
    .services-header p {

        font-size: 1.05rem;

        color: rgba(255,255,255,0.9);

        text-align: center;

    }
/* WHO WE SERVE SECTION */
.who-we-serve {
    text-align: center !important;
    padding: 80px 20px !important;
    width: 100%;
    background: linear-gradient(180deg, #1c1147 0%, #10193d 100%);
}

    .who-we-serve h2 {
        font-size: 4rem !important;
        color: white;
        margin: 0 0 15px 0;
        text-align: center !important;
        text-shadow: 0 0 25px rgba(180, 100, 255, 0.8);
    }

.serve-subtitle {
    max-width: 900px;
    margin: 0 auto 25px auto !important;
    text-align: center !important;
    color: #d9d9d9;
    font-size: 1.2rem;
    line-height: 1.6;
}

.who-we-serve h3 {
    text-align: center !important;
    color: #d47cff;
    font-size: 2.2rem !important;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
}

.who-we-serve-image {
    display: block;
    margin: 0 auto !important;
    width: 95%;
    max-width: 1200px;
    border-radius: 25px;
    box-shadow: 0 0 35px rgba(170, 80, 255, 0.45), 0 0 70px rgba(80, 150, 255, 0.25);
}
/* FIX HERO TITLE BORDER / CLICK FOCUS ISSUE */
.hero-right h1,
.hero-right h1:focus,
.hero-right h1:active,
.hero-right h1:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}