﻿.premium-banner {
    height: 300px;
    background: linear-gradient(135deg, #111111 0%, #1d1d1d 45%, #d71920 100%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}


    .premium-banner:before {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        right: -150px;
        top: -150px;
        background: #ffffff;
        opacity: .08;
        border-radius: 50%;
    }


    .premium-banner:after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        left: -100px;
        bottom: -120px;
        background: #d71920;
        opacity: .20;
        border-radius: 50%;
    }



.premium-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}



    .premium-banner-content h2 {
        color: #ffffff;
        font-size: 44px;
        font-weight: 700;
        letter-spacing: .5px;
        margin-bottom: 25px;
    }




/* Breadcrumb */


.premium-breadcrumb {
    list-style: none;
    display: inline-flex;
    padding: 12px 28px;
    margin: 0;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
}



    .premium-breadcrumb li {
        color: #ffffff;
        font-size: 14px;
    }



        .premium-breadcrumb li:not(:last-child):after {
            content: "/";
            margin: 0 12px;
            color: #ddd;
        }



    .premium-breadcrumb a {
        color: #ffffff;
        text-decoration: none;
        transition: .3s;
    }



        .premium-breadcrumb a:hover {
            color: #ffcccc;
        }






/*=========================
    SERVICE CARD SECTION
==========================*/


.premium-service-section {
    background: #f7f7f8;
    padding: 90px 0;
}





/* Card */


.premium-service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 25px 35px;
    margin-bottom: 35px;
    text-align: center;
    min-height: 310px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    transition: .4s ease;
}




    /* Top red line */


    .premium-service-card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 5px;
        background: #d71920;
        transition: .4s ease;
    }



    .premium-service-card:hover:before {
        width: 100%;
    }



    .premium-service-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(0,0,0,.12);
    }





/* Icon */


.premium-service-icon {
    height: 90px;
    width: 90px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 38px;
    background: linear-gradient(135deg, #111111, #d71920);
    box-shadow: 0 15px 30px rgba(215,25,32,.25);
    transition: .5s ease;
}



.premium-service-card:hover
.premium-service-icon {
    transform: rotateY(360deg);
}





/* Content */


.premium-service-content h3 {
    margin-bottom: 15px;
}



    .premium-service-content h3 a {
        color: #111111;
        font-size: 21px;
        font-weight: 700;
        text-decoration: none;
        transition: .3s;
    }



        .premium-service-content h3 a:hover {
            color: #d71920;
        }



.premium-service-content p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}





/*==============================
    DARK INFORMATION SECTION
===============================*/


.premium-service-info {
    background: linear-gradient( 135deg, #111111, #252525);
    padding: 90px 0;
}





    .premium-service-info .section-title h3 {
        color: #ffffff;
        font-size: 38px;
        font-weight: 700;
    }



    .premium-service-info .lead {
        color: #cccccc;
    }





/* Glass Content */


.premium-message-box {
    margin-top: 40px;
    padding: 45px;
    border-radius: 25px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.15);
}



    .premium-message-box p {
        color: #dddddd;
        font-size: 15px;
        line-height: 30px;
    }



    .premium-message-box ul {
        padding-left: 0;
        list-style: none;
        margin: 30px 0;
    }



        .premium-message-box ul li {
            color: #ffffff;
            margin-bottom: 15px;
            font-size: 15px;
        }



            .premium-message-box ul li i {
                color: #d71920;
                margin-right: 12px;
                font-size: 16px;
            }







/*==============================
    RESPONSIVE
===============================*/


@media(max-width:767px) {


    .premium-banner {
        height: 230px;
    }


    .premium-banner-content h2 {
        font-size: 32px;
    }



    .premium-service-section {
        padding: 50px 15px;
    }



    .premium-service-card {
        min-height: auto;
    }



    .premium-message-box {
        padding: 25px;
    }
}

.premium-service-card {
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}



.premium-service-icon {
    flex-shrink: 0;
}



.premium-service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}



    .premium-service-content h3 {
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .premium-service-content p {
        flex: 1;
        display: flex;
        align-items: flex-start;
    }

.why-bitbyte {
    padding: 90px 0;
    background: #ffffff;
}



.section-tag {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 30px;
    background: #111;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}



.why-content h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}



    .why-content h2::first-letter {
        color: #d71920;
    }



.why-content p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
}



.why-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}



    .why-feature div {
        background: #f8f8f8;
        padding: 15px;
        border-radius: 12px;
        font-weight: 600;
    }



    .why-feature i {
        color: #d71920;
        margin-right: 10px;
    }





/* Graphic */


.lab-graphic {
    height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



.circle-one {
    position: absolute;
    width: 320px;
    height: 320px;
    background: linear-gradient( 135deg, #111, #d71920);
    border-radius: 50%;
    opacity: .12;
}



.software-card {
    width: 220px;
    height: 220px;
    background: white;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}



    .software-card i {
        font-size: 55px;
        color: #d71920;
    }



    .software-card h4 {
        font-size: 24px;
        margin-top: 15px;
    }



.floating-card {
    position: absolute;
    background: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    font-weight: 600;
}



    .floating-card i {
        color: #d71920;
        margin-right: 8px;
    }



.card-one {
    top: 40px;
    right: 40px;
}



.card-two {
    bottom: 60px;
    left: 30px;
}



.card-three {
    bottom: 20px;
    right: 70px;
}




@media(max-width:767px) {

    .why-content h2 {
        font-size: 30px;
    }


    .lab-graphic {
        margin-top: 50px;
    }
}

.software-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

    .software-tags span {
        background: #f5f5f5;
        color: #111;
        padding: 8px 14px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid #eee;
        transition: .3s;
    }

        .software-tags span:hover {
            background: #d71920;
            color: #fff;
        }

.software-showcase {
    background: #0f1014;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

    .software-showcase:before {
        content: "";
        width: 700px;
        height: 700px;
        background: #d71920;
        opacity: .06;
        position: absolute;
        right: -250px;
        top: -200px;
        border-radius: 50%;
    }

.showcase-content span {
    color: #ff4d4d;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
}

.showcase-content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0;
}

.showcase-content p {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 32px;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin: 35px 0;
}

    .service-list div {
        color: #fff;
    }

    .service-list i {
        color: #ff3b3b;
        margin-right: 10px;
    }

.showcase-btn {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
}

    .showcase-btn:hover {
        background: #fff;
        color: #111;
    }

/* Graphic */

.showcase-image {
    position: relative;
    height: 450px;
}

.tech-circle {
    width: 260px;
    height: 260px;
    background: #17181d;
    border: 2px solid rgba(255,255,255,.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px auto;
}

    .tech-circle i {
        font-size: 90px;
        color: #ff3b3b;
    }

.tech-card {
    position: absolute;
    background: #1b1d23;
    color: #fff;
    padding: 15px 20px;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

    .tech-card i {
        color: #ff3b3b;
        margin-right: 8px;
    }

.tc1 {
    top: 30px;
    left: 20px;
}

.tc2 {
    top: 70px;
    right: 10px;
}

.tc3 {
    bottom: 40px;
    left: 40px;
}

.tc4 {
    bottom: 20px;
    right: 30px;
}








/*==========================================
    AI SOFTWARE SHOWCASE
==========================================*/

.software-showcase {
    background: #0b0b0d;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

    .software-showcase:before {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        background: rgba(215, 25, 32, .08);
        border-radius: 50%;
        top: -220px;
        right: -180px;
    }

    .software-showcase:after {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(255,255,255,.03);
        border-radius: 50%;
        bottom: -180px;
        left: -150px;
    }

/* Left Content */

.showcase-content {
    position: relative;
    z-index: 2;
}

.showcase-tag {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.showcase-content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.showcase-content p {
    color: #bcbcbc;
    font-size: 16px;
    line-height: 30px;
}

/* Service Grid */

.service-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin: 40px 0;
}

    .service-grid div {
        background: rgba(255,255,255,.05);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 12px;
        padding: 16px;
        color: #fff;
        transition: .3s;
    }

        .service-grid div:hover {
            background: #d71920;
            transform: translateY(-5px);
        }

    .service-grid i {
        color: #ff5252;
        margin-right: 10px;
    }

    .service-grid div:hover i {
        color: #fff;
    }

/* Button */

.btn-premium {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 14px 34px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

    .btn-premium:hover {
        background: #fff;
        color: #111;
        text-decoration: none;
    }

/*=============================
    AI PANEL
==============================*/

.ai-panel {
    background: #16181d;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,.35);
    position: relative;
    z-index: 2;
}

.ai-header {
    background: #1f2228;
    padding: 18px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ai-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}

.red {
    background: #ff4d4f;
}

.yellow {
    background: #ffc53d;
}

.green {
    background: #52c41a;
}

.ai-body {
    padding: 35px;
}

.ai-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

    .ai-item:last-child {
        margin-bottom: 0;
    }

    .ai-item i {
        width: 60px;
        height: 60px;
        background: #d71920;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .ai-item h4 {
        color: #fff;
        font-size: 20px;
        margin: 0 0 8px;
        font-weight: 600;
    }

    .ai-item p {
        color: #bfbfbf;
        margin: 0;
        line-height: 26px;
    }

/*=============================
    Responsive
==============================*/

@media(max-width:991px) {

    .showcase-content {
        margin-bottom: 50px;
    }

        .showcase-content h2 {
            font-size: 38px;
        }
}

@media(max-width:767px) {

    .service-grid {
        grid-template-columns: 1fr;
    }

    .showcase-content h2 {
        font-size: 30px;
    }

    .software-showcase {
        padding: 70px 0;
    }

    .ai-body {
        padding: 25px;
    }
}

.showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

    .showcase-tag i {
        color: #ff3b3b;
        font-size: 15px;
    }
