﻿body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
}

header {
    background: #0038a8;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

    header h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    header p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    header .container {
        max-width: 1200px;
        margin: auto;
    }

        header .container .left {
            display: inline-block;
            text-align: left;
        }

        header .container .right {
            display: inline-block;
            text-align: right;
            width: 60%;
        }

            header .container .right img {
                width: 100%;
                /*max-width: 400px;*/
                height: auto;
            }

.banner {
    width: auto;
    aspect-ratio: 1900/500;
    background: url("/img/bg-banner1.webp") center no-repeat;
    background-size: cover;
}

    .banner img {
        width: 100px;
        margin-bottom: 30px;
    }

.button-group a {
    background: #fff;
    color: #0038a8;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 5px;
    text-decoration: none;
    font-weight: bold;
    width: fit-content;
}

.btn-main {
    background: linear-gradient(to right, #ff6a00, #ee0979);
    color: white;
    padding: 10px 30px 15px 30px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 30px;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
}

.btn-sub {
    background: linear-gradient(to right, #ff6a00, #ee0979);
    color: white;
    padding: 10px 30px 15px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .btn-sub a {
        color: white;
        text-decoration: none;
    }

.btn-exp {
    background: linear-gradient(to right, #ff6a00, #ee0979);
    color: white;
    padding: 10px 30px 15px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    text-align: center;
    margin: 0px auto 30px;
}

.section {
    padding: 50px 20px;
    max-width: 1100px;
    margin: auto;
}

.stats {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

.stat {
    padding: 20px;
}

    .stat h2 {
        font-size: 28px;
        color: #0038a8;
    }

    .stat img {
        width: 80px;
    }

.products, .benefits, .testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

    .products h4 {
        color: #0038a8;
        font-size: 28px;
        margin: 10px;
    }

    .products .card {
        background: white;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        flex: 1;
        text-align: center;
    }

        .products .card h3 {
            margin: 10px;
        }

.section1 {
    background: #eef4ff;
}

.ip-vps {
    padding: 20px 20px;
    max-width: 1100px;
    margin: auto;
    align-items: center;
}

    .ip-vps div {
        /*flex: 1;*/
        padding: 10px;
    }

    .ip-vps ul {
        display: flex;
        list-style-type: none;
        padding: 0;
    }

        .ip-vps ul li {
            width: 50%;
            /*padding: 75px;*/
            height: 100%;
            margin: auto;
        }

            .ip-vps ul li img {
                width: 100% !important;
            }

.section2 {
    background: #5160cc;
    display: grid;
}

    .section2 .benefits {
        padding: 30px 20px 20px 20px;
        max-width: 1100px;
        margin: auto;
    }

.benefits .card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    flex: 1;
    text-align: center;
}

    .benefits .card img {
        max-height: 100px;
        width: auto;
        margin: auto;
    }

    .benefits .card h3 {
        margin: 10px;
        min-height: 50px;
    }

.section3 {
    background: #f9f9f9;
}

    .section3 .testimonials-header {
        font-size: 18px;
        color: #000;
        text-align: center;
    }

    .section3 .testimonials {
        padding: 30px 20px 50px 20px;
        max-width: 1100px;
        margin: auto;
    }

.testimonials .card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    flex: 1;
}

    .testimonials .card h3 {
        margin: 10px 10px 10px 0;
    }

    .testimonials .card p {
        margin: 10px 10px 10px 0;
    }

.review-box {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 20px;
    /*text-align: center;*/
    max-width: 300px;
}

    .review-box img {
        width: 50px;
        /*margin-bottom: 10px;*/
    }

    .review-box h4 {
        margin: 10px 0 8px;
        font-size: 18px;
        color: #333;
    }

    .review-box p {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }

.stars {
    margin-top: 10px;
    color: #ffbb00;
    font-size: 18px;
}

.cta-center {
    text-align: center;
    margin-top: 40px;
}

    .cta-center h3 {
        font-size: 24px;
        color: #0038a8;
        margin-bottom: 20px;
    }

.footer {
    background-color: #f1f4ff;
    margin-top: 40px;
    padding: 10px 0 0px 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #333;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: auto;
    max-width: 1100px;
    padding-bottom: 20px;
}

.footer-col {
    flex: 1 2 200px;
}

    .footer-col a {
        color: #333;
        text-decoration: none;
    }

    .footer-col h4 {
        font-size: 14px;
        color: #3c34d8;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .footer-col p {
        margin: 6px 0;
    }

        .footer-col p a {
            color: #333;
            text-decoration: none;
        }

.footer-col-3 h4 {
    font-size: 14px;
    color: #3c34d8;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-col-3 p {
    margin: 6px 0;
}

    .footer-col-3 p a {
        color: #333;
        text-decoration: none;
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    margin: auto;
    max-width: 1200px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .footer-left a {
        color: #6e76f1;
        text-decoration: none;
    }

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .footer-social i {
        font-size: 18px;
        color: #6e76f1;
    }

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.animate-linear {
    animation: moveUpDown 3s linear infinite;
}

@media (max-width: 991px) {
    .banner {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .banner {
        aspect-ratio: 9/16;
        padding-top: 30px
    }
}

.language-form {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1000;
}

    .language-form select {
        padding: 6px 28px 6px 12px;
        border-radius: 20px;
        border: 1px solid #0038a8;
        background: #fff url('data:image/svg+xml;utf8,<svg fill="0038a8" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center/16px 16px;
        color: #0038a8;
        font-size: 15px;
        font-family: 'Segoe UI', sans-serif;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        transition: border 0.2s;
        min-width: 120px;
    }

        .language-form select:focus {
            outline: none;
            border: 2px solid #ff6a00;
        }



/* Responsive layout adjustments */

/* >= 1200px (desktop) */
@media (min-width: 1200px) {
    .section, .footer-container, .section2 .benefits, .section3 .testimonials {
        max-width: 1200px;
    }
}

/* <= 1200px */
@media (max-width: 1200px) {
    header h1 {
        font-size: 32px;
    }

    .btn-main {
        font-size: 20px;
    }
}

/* <= 1024px */
@media (max-width: 1024px) {
    .products, .benefits, .testimonials {
        flex-direction: row;
        gap: 16px;
    }

    .stat h2 {
        font-size: 24px;
    }

    .products .card, .benefits .card, .testimonials .card {
        flex: 1 1 45%;
    }
}

/* <= 991px */
@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-col, .footer-col-3 {
        width: 100%;
        text-align: center;
    }
}

/* <= 768px */
@media (max-width: 768px) {
    header h1 {
        font-size: 28px;
    }

    header p {
        font-size: 16px;
    }

    header .container {
        max-width: 1200px;
        margin: auto;
    }

        header .container .left {
            display: inline-block;
            text-align: left;
        }

        header .container .right {
            display: inline-block;
            text-align: right;
            width: 60%;
        }

            header .container .right img {
                width: 100%;
                /*max-width: 400px;*/
                height: auto;
            }

    .banner {
        width: auto;
        background-size: auto;
        aspect-ratio: 9 / 7;
    }

        .banner img {
            margin-bottom: 30px;
        }

    .button-group a {
        margin: 20px 0;
        display: block;
    }

    .btn-main, .btn-sub, .btn-exp {
        margin-top: 15px;
        padding: 8px 10px;
        font-size: 14px;
    }

    .btn-main {
        font-size: 18px;
        padding: 10px 20px;
    }

    .products .card, .benefits .card, .testimonials .card {
        flex: 1 1 100%;
    }

    .cta-center h3 {
        font-size: 20px;
    }
}

/* <= 600px */
@media (max-width: 600px) {
    header h1 {
        font-size: 20px;
    }

    header p {
        font-size: 14px;
    }

    header .container {
        max-width: 1200px;
        margin: auto;
    }

        header .container .left {
            display: inline-block;
            text-align: left;
        }

        header .container .right {
            display: inline-block;
            text-align: right;
            width: 60%;
        }

            header .container .right img {
                width: 100%;
                /*max-width: 400px;*/
                height: auto;
            }

    .banner {
        width: auto;
        background-size: auto;
        aspect-ratio: 9 / 11;
    }

        .banner img {
            margin-bottom: 30px;
        }

    .button-group a {
        margin: 20px 0;
        display: block;
    }

    .btn-main, .btn-sub, .btn-exp {
        margin-top: 15px;
        padding: 8px 10px;
        font-size: 14px;
    }

    .language-form select {
        min-width: 100px;
        font-size: 14px;
    }

    .stats {
        flex-direction: column;
    }

    .language-form {
        top: 10px;
        right: 10px;
    }

    .stat {
        padding: 10px 0;
    }

    .footer-left, .footer-social {
        justify-content: center;
        width: 100%;
    }
}

/* <= 400px */
@media (max-width: 400px) {
    header h1 {
        font-size: 22px;
    }

    header p {
        font-size: 14px;
    }

    header .container {
        max-width: 1200px;
        margin: auto;
    }

        header .container .left {
            display: inline-block;
            text-align: left;
        }

        header .container .right {
            display: inline-block;
            text-align: right;
            width: 60%;
        }

            header .container .right img {
                width: 100%;
                /*max-width: 400px;*/
                height: auto;
            }

    .banner {
        width: auto;
        background-size: auto;
        aspect-ratio: 9 / 13;
    }

        .banner img {
            margin-bottom: 30px;
        }

    .button-group a {
        margin: 20px 0;
        display: block;
    }

    .btn-main, .btn-sub, .btn-exp {
        margin-top: 15px;
        padding: 8px 10px;
        font-size: 14px;
    }

    .language-form select {
        min-width: 100px;
        font-size: 14px;
    }
}
