*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Mulish";
}

a {
    text-decoration: none;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

body {
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
}

.img-header img {
    max-width: 220px;
}

.color-main {
    color: #024384;
}

.topic-main-product {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #024384;
}

.topic-freetimepos {
    color: #024384;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.frame {
    margin: 100px 0;
}

.img-item-product-freetimepost img {
    width: 200px;
    height: 200px;
}

.btn-all {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    background: #024384;
    border: 1px solid #024384;
    text-align: center;
    color: #fff;
}

.btn-all:hover {
    background: #fff;
    color: #024384;
}

.slider-main-mobile {
    display: none;
}

.slider-main {
    display: block;
}

.slider-main-mobile img,
.slider-main img {
    object-fit: cover;
}

.slider-main-software {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-main-software .imagelaptop {
    width: 700px;
    height: 500px;
}

/* From Uiverse.io by G4b413l */
.group {
    position: relative;
}

.input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    /* width: 200px; */
    width: 100%;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
}

.input:focus {
    outline: none;
}

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.input:focus~label,
.input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #024384;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #024384;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.input:focus~.bar:before,
.input:focus~.bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.input:focus~.highlight {
    animation: inputHighlighter 0.3s ease;
}

.footer {
    padding: 50px;
    background-color: #000;
}

.text-muted {
    color: #6c757d !important;
}

.footer p {
    color: #fff;
}

.dot-star {
    color: red;
}

.footer a {
    font-size: 24px;
    color: #fff;
}

.title-footer {
    color: #0e6ace !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.frame-service-software {
    margin: 250px 0 100px;
}

@keyframes inputHighlighter {
    from {
        background: #024384;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.bg-1 {
    background: url(../hardware/freetimepos/background1.png) no-repeat center center;
    background-size: cover;
}

.list-circle {
    list-style-type: circle;
}

.about p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.about .section {
    margin-top: 20px;
    padding: 20px;
    border-left: 5px solid #007bff;
    background: #f1f6ff;
    border-radius: 8px;
}

.about h2 {
    font-size: 22px;
    color: #007bff;
    margin-bottom: 10px;
}

.about ul {
    list-style: circle;
    padding-left: 20px;
    margin: 10px 0;
}

.about ul li {
    margin: 5px 0;
}

.services h1 {
    margin-bottom: 20px;
}

.services .intro-text {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.services .hardware-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    gap: 20px;
}

.services .hardware-item:nth-child(even) {
    flex-direction: row-reverse;
}

.services .hardware-text {
    flex: 1;
}

.services .hardware-text h2 {
    color: #004085;
    font-size: 22px;
    margin-bottom: 10px;
}

.services .hardware-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.services .hardware-img {
    width: 200px;
    max-height: 200px;
    height: auto;
    border-radius: 10px;
}

.services .btn {
    display: inline-block;
    padding: 10px 20px;
    background: #004085;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
}

.services .btn:hover {
    background: #002752;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.step-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 280px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.step-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.step-icon {
    font-size: 30px;
    color: #004085;
    margin-bottom: 10px;
}

.step-title {
    font-size: 20px;
    font-weight: bold;
    color: #004085;
    margin-bottom: 10px;
}

.step-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.get-started-section {
    background: #f4f8fc;
    padding: 50px 20px;
    border-radius: 12px;
    margin: 40px 0;

}

@media (max-width: 1200px) {
    .slider-main-mobile {
        display: block;
    }

    .slider-main {
        display: none;
    }
}

@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .services .hardware-item {
        flex-direction: column-reverse;
        text-align: center;
    }

    .services .hardware-item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .hardware-img {
        width: 100%;
        max-width: 250px;
    }

    .footer {
        margin-top: 100px;
    }

    .frame,
    .frame-service-software {
        margin: 50px 0;
    }

    .slider-main-software .imagelaptop {
        width: 500px;
        height: 300px;
    }

    .slider-main-mobile img {
        height: 500px;
    }
}

@media (max-width: 680px) {
    .footer {
        margin-top: 50px;
    }
}

@media (max-width: 566px) {
    .slider-main-software .imagelaptop {
        width: 347px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 50px 0;
    }
}

@media (max-width: 424px) {}