﻿body {
    background: #fff;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.custom-nav {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
}

.hero-section {
    background: linear-gradient(rgba(5,20,40,.8), rgba(5,20,40,.8)), url('../images/bg.png');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero-badge {
    background: rgba(255,255,255,.1);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    max-width:500px;
}

.hero-text {
    font-size: 15px;
    color: #fff;
    margin: 25px 0;
}

.hero-btn-primary {
    background: #0d6efd;
    color: #fff;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 600;
}

.hero-btn-outline {
    border: 1px solid white;
    color: white;
    padding: 14px 30px;
    border-radius: 12px;
}

.hero-image {
    max-width: 90%;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    color:#9aa8bb;
}

.section-subtitle {
    color: #9aa8bb;
}

.service-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 25px;
    padding: 35px;
    transition: .4s;
}

    .service-card:hover {
        transform: translateY(-10px);
        background: rgba(255,255,255,.08);
    }

.service-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.packages-section {
    background: #0b1728;
}

.package-card {
    background: white;
    color: #111;
    border-radius: 25px;
    padding: 40px;
    position: relative;
    transition: .4s;
}

    .package-card:hover {
        transform: scale(1.03);
    }

.featured-package {
    border: 3px solid #0d6efd;
}

.featured-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #0d6efd;
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
}

.price {
    font-size: 48px;
    font-weight: 800;
    margin: 20px 0;
}

.package-card ul {
    padding: 0;
    list-style: none;
}

    .package-card ul li {
        margin-bottom: 15px;
    }

.package-btn {
    background: #0d6efd;
    color: white;
    padding: 14px;
    border-radius: 12px;
}

.contact-box {
    background: rgba(255,255,255,.05);
    border-radius: 30px;
    padding: 50px;
}

.custom-input {
    background: rgba(255,255,255,.07);
    border: 1px solid #9aa8bb;
    color: #000;
    padding: 16px;
    border-radius: 12px;
}

    .custom-input:focus {
        background: rgba(255,255,255,.1);
        color: #000;
        box-shadow: none;
    }

.submit-btn {
    background: #0d6efd;
    color: white;
    padding: 16px;
    border-radius: 12px;
    font-weight: 700;
}

/* FOOTER */

.footer {
    background: linear-gradient(to bottom, #fff, #08111d);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    color:black;
}

    .footer::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(13,110,253,.12);
        filter: blur(120px);
        top: -200px;
        right: -150px;
        border-radius: 50%;
    }

.footer-logo {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(to right,#fff,#0d6efd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-height:140px;
}

.footer-text {
    color: #000;
    line-height: 1.9;
    margin-bottom: 30px;
}

.footer-title {
    color: #000;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 16px;
    }

    .footer-links a {
        color: #000;
        text-decoration: none;
        transition: .3s;
        font-size:14px;
    }

        .footer-links a:hover {
            color: #0d6efd;
            padding-left: 8px;
        }

.footer-social {
    display: flex;
    gap: 15px;
}

    .footer-social a {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: rgba(255,255,255,.05);
        color: white;
        font-size: 20px;
        transition: .4s;
    }

        .footer-social a:hover {
            transform: translateY(-5px);
            background: #0d6efd;
        }

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.06);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.footer-cta {
    margin-top: 80px;
    background: linear-gradient(135deg, rgba(13,110,253,.15), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    padding: 50px;
}

    .footer-cta h3 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 15px;
        color: #9aa8bb;
    }

    .footer-cta p {
        color: #fff;
        margin: 0;
    }

.footer-cta-btn {
    background: #0d6efd;
    color: white;
    padding: 18px 35px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: .4s;
}

    .footer-cta-btn:hover {
        background: white;
        color: #111;
        transform: translateY(-5px);
    }

.footer-bottom {
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #8fa0b7;
    font-size: 15px;
}

    .footer-bottom a {
        color: #8fa0b7;
        text-decoration: none;
        
    }

        .footer-bottom a:hover {
            color: white;
        }

.footer-separator {
    margin: 0 12px;
}

@media(max-width:768px) {

    .footer {
        padding-top: 70px;
    }

    .footer-logo {
        font-size: 34px;
    }

    .footer-cta {
        padding: 35px;
    }

        .footer-cta h3 {
            font-size: 28px;
        }

    .footer-bottom {
        text-align: center;
    }
}

@media(max-width:768px) {

    .hero-title {
        font-size: 42px;
    }

    .section-title {
        font-size: 36px;
    }
}




/* WHATSAPP FLOAT BUTTON */

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    background: linear-gradient(135deg,#25d366,#1ebe5d);
    color: white;
    text-decoration: none;
    padding: 16px 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 10px 30px rgba(37,211,102,.35);
    transition: .4s;
}

    .whatsapp-float i {
        font-size: 30px;
        line-height: 1;
    }

    .whatsapp-float:hover {
        transform: translateY(-6px) scale(1.03);
        color: white;
        box-shadow: 0 18px 45px rgba(37,211,102,.45);
    }

    .whatsapp-float::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        background: linear-gradient( 135deg, rgba(255,255,255,.18), transparent);
        pointer-events: none;
    }

    /* PULSE EFFECT */

    .whatsapp-float::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 18px;
        background: rgba(37,211,102,.4);
        z-index: -1;
        animation: pulseWhatsapp 2s infinite;
    }

@keyframes pulseWhatsapp {

    0% {
        transform: scale(1);
        opacity: .7;
    }

    70% {
        transform: scale(1.15);
        opacity: 0;
    }

    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

@media(max-width:768px) {

    .whatsapp-float {
        right: 15px;
        bottom: 15px;
        padding: 14px 18px;
        border-radius: 16px;
    }

        .whatsapp-float span {
            display: none;
        }

        .whatsapp-float i {
            font-size: 32px;
        }
}







/* TESTIMONIAL SECTION */

.testimonial-section {
    background: linear-gradient( to bottom, #9aa8bb, #0b1728);
}

/* MINI TITLE */

.section-mini-title {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(13,110,253,.12);
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

/* CARD */

.testimonial-card {
    position: relative;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 28px;
    padding: 35px;
    overflow: hidden;
    transition: .45s;
}

    /* HOVER */

    .testimonial-card:hover {
        transform: translateY(-10px);
        background: rgba(255,255,255,.06);
        border-color: rgba(13,110,253,.25);
        box-shadow: 0 20px 45px rgba(0,0,0,.35);
    }

    /* GLOW */

    .testimonial-card::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        background: rgba(13,110,253,.10);
        border-radius: 50%;
        filter: blur(90px);
        top: -100px;
        right: -100px;
    }

/* TOP */

.testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

/* USER */

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* AVATAR */

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient( 135deg, #0d6efd, #4aa3ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: white;
    box-shadow: 0 10px 30px rgba(13,110,253,.35);
}

/* NAME */

.testimonial-user h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

/* JOB */

.testimonial-user span {
    color: #9db0c9;
    font-size: 14px;
}

/* QUOTE */

.quote-icon {
    font-size: 60px;
    color: rgba(255,255,255,.08);
    line-height: 1;
}

/* STARS */

.testimonial-stars {
    font-size: 22px;
    color: #ffc107;
    margin-bottom: 22px;
    letter-spacing: 3px;
}

/* COMMENT */

.testimonial-text {
    color: #c2d0df;
    line-height: 1.9;
    margin: 0;
    font-size: 16px;
}

/* MOBILE */

@media(max-width:768px) {

    .testimonial-card {
        padding: 28px;
    }

    .testimonial-avatar {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .quote-icon {
        font-size: 45px;
    }
}












/* APAK LOGO */

.apak-logo {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #000;
    margin: 10px;
    line-height: 1;
    text-decoration:none;
}

    /* LINE */

    .apak-logo::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 3px;
        border-radius: 50px;
        background: linear-gradient( 90deg, #0d6efd 0%, #4aa3ff 50%, rgba(74,163,255,.2) 100% );
        box-shadow: 0 0 18px rgba(13,110,253,.7), 0 0 40px rgba(13,110,253,.4);
        transform-origin: left center;
        animation: lineGrow 1.2s ease;
        margin-top:10px;
    }

    /* GLOW EFFECT */

    .apak-logo::before {
        content: "";
        position: absolute;
        left: 10px;
        bottom: -8px;
        width: 80%;
        height: 20px;
        background: rgba(13,110,253,.35);
        filter: blur(18px);
        z-index: -1;
    }

/* ANIMATION */

@keyframes lineGrow {

    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}










/* CUSTOM TOAST */

.custom-toast {
    min-width: 340px;
    background: linear-gradient( 135deg, #111827, #18263d);
    border: 1px solid rgba(255,255,255,.08);
    border-left: 5px solid #25d366;
    border-radius: 22px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: white;
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
    backdrop-filter: blur(14px);
    transform: translateX(450px);
    opacity: 0;
    visibility: hidden;
    transition: .6s cubic-bezier(.22,1,.36,1);
    z-index: 999999;
}

    /* ACTIVE */

    .custom-toast.show {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

/* ICON */

.toast-icon {
    min-width: 55px;
    height: 55px;
    border-radius: 16px;
    background: linear-gradient( 135deg, #25d366, #1fa855);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(37,211,102,.35);
}

/* TITLE */

.toast-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

/* TEXT */

.toast-text {
    color: #c2cfdf;
    font-size: 14px;
}

/* MOBILE */

@media(max-width:768px) {

    .custom-toast {
        min-width: unset;
        width: calc(100vw - 30px);
    }
}





/*REFERANSLAR*/


.references-section {
    background: linear-gradient( to bottom, #08fff, #0b1728);
    position: relative;
    overflow: hidden;
}

    /* GLOW */

    .references-section::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(13,110,153,.08);
        border-radius: 50%;
        filter: blur(120px);
        top: -200px;
        left: -200px;
    }

/* BADGE */

.references-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(13,110,253,.12);
    color: #63a1ff;
    font-weight: 700;
    margin-bottom: 20px;
}

/* STATS */

.references-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* STAT ITEM */

.stat-item {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    transition: .4s;
}

    .stat-item:hover {
        transform: translateY(-8px);
        border: 1px solid rgba(255,255,255,.06);
		color: #0d6efd;
    }

    /* NUMBER */

    .stat-item h3 {
        font-size: 52px;
        font-weight: 900;
        color: #0d6efd;
        margin-bottom: 10px;
    }

    /* TEXT */

    .stat-item span {
        color: #b8c6d8;
        font-size: 16px;
    }

/* CARD */

.reference-card {
    background: rgba(255,255,000,.04);
    border: 1px solid #8fa0b7;
    border-radius: 28px;
    overflow: hidden;
    transition: .45s;
}

    .reference-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,.35);
    }

/* IMAGE */

.reference-image {
    position: relative;
    overflow: hidden;
    height: 260px;
}

    .reference-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

/* ZOOM */

.reference-card:hover img {
    transform: scale(1.08);
}

/* OVERLAY */

.reference-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0,0,0,.7), transparent);
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 25px;
    opacity: 0;
    transition: .4s;
}

.reference-card:hover .reference-overlay {
    opacity: 1;
}

/* LINK */

.reference-link {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient( 135deg, #0d6efd, #4aa3ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: .4s;
}

    .reference-link:hover {
        transform: rotate(8deg) scale(1.08);
        color: white;
    }

/* CONTENT */

.reference-content {
    padding: 30px;
}

/* CATEGORY */

.reference-category {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(13,110,253,.12);
    color: #63a1ff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* TITLE */

.reference-content h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
}

/* TEXT */

.reference-content p {
    color: #b9c6d8;
    line-height: 1.8;
    margin: 0;
}

/* MOBILE */

@media(max-width:991px) {

    .references-stats {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .references-stats {
        grid-template-columns: 1fr;
    }

    .reference-content h3 {
        font-size: 22px;
    }

    .stat-item h3 {
        font-size: 42px;
    }
}







.apak-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* LOGO */

.logo-img {
    max-height: 102px;
    width: 200px;
    object-fit: cover;
    transition: .4s ease;
}

/* HOVER */

.apak-logo:hover .logo-img {
    transform: scale(1.05);
}

/* MOBILE */

@media(max-width:768px) {

    .logo-img {
        height: 42px;
    }
}


.mssql-section {
    padding: 100px 20px;
    background: #f8fafc;
}

.containersql {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

    .section-title h2 {
        font-size: 22px;
        color: #0f172a;
        margin-bottom: 15px;
    }

    .section-title p {
        max-width: 700px;
        margin: auto;
        color: #64748b;
        line-height: 1.8;
        font-size: 16px;
    }

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 25px;
}

.service-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    transition: .3s;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

    .service-card:hover {
        transform: translateY(-8px);
    }

.icon {
    font-size: 22px;
    margin-bottom: 15px;
}

.service-card h3 {
    color: #0f172a;
    margin-bottom: 10px;
    font-size: 20px;
}

.service-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 15px;
}

.feature-box {
    margin-top: 70px;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

    .feature-box h3 {
        margin-bottom: 25px;
    }

    .feature-box ul {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
        gap: 15px;
        list-style: none;
        padding: 0;
    }

    .feature-box li {
        font-size: 15px;
        color: #334155;
    }

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 20px;
    margin-top: 60px;
}

.stat-item {
    background: #0f172a;
    color: white;
    text-align: center;
    padding: 35px;
    border-radius: 16px;
}

    .stat-item span {
        display: block;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.cta-box {
    margin-top: 70px;
    text-align: center;
    background: linear-gradient(135deg,#2563eb,#1e40af);
    color: white;
    padding: 60px;
    border-radius: 20px;
}

    .cta-box h2 {
        margin-bottom: 15px;
    }

    .cta-box p {
        margin-bottom: 25px;
    }

.btn-contact {
    display: inline-block;
    background: white;
    color: #2563eb;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s;
}

    .btn-contact:hover {
        transform: scale(1.05);
    }

@media(max-width:768px) {

    .section-title h2 {
        font-size: 20px;
    }

    .cta-box {
        padding: 40px 20px;
    }
}










.pricing-section {
    padding: 100px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 30px;
    margin-top: 50px;
}

.price-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .3s;
}

    .price-card:hover {
        transform: translateY(-10px);
    }

.featured {
    border: 3px solid #2563eb;
}

.badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #2563eb;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
}

.plan {
    color: #2563eb;
    font-weight: 700;
    letter-spacing: 1px;
}

.price-card h3 {
    margin: 20px 0;
    font-size: 28px;
}

.price {
    font-size: 38px;
    font-weight: bold;
    color: #0f172a;
    margin-bottom: 25px;
}

    .price small {
        display: block;
        font-size: 14px;
        color: #64748b;
        margin-top: 5px;
    }

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

    .price-card ul li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

.btn-price {
    display: inline-block;
    padding: 14px 35px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}
