.container-hero {
    background-color: var(--cream-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%;
    padding: 80px 40px;
    flex-wrap: wrap;
}

.container-hero .content {
    max-width: 600px;
    color: #333;
    margin-right: 100px;

}

.container-hero p {
    font-size: 18px;
}

.container-hero .cta {
    min-width: 146px;
    margin: 10px 0px;
}

@media (max-width: 1207px) {
    .container-hero {
        padding: 40px;
        text-align: center;
        flex-direction: column;
    }

    .container-hero .content {
        margin: 0;
        margin: 20px 0px;
    }
}

.container-square {

    padding: 50px 100px;
    margin: auto;
}

.container-square .box {
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.container-square .light {
    background-color: var(--dark-grey-color);
}

.container-square .light h2 {
    margin-bottom: 20px;
    color: var(--dark-blue-color);
}

.container-square h2 {
    margin: 20px 0px;
}

.container-square .dark {
    background-color: var(--dark-blue-color);
    color: var(--white-color-diff-color);
}

.container-square .image-box {
    position: relative;
}

.container-square .box p {
    margin-bottom: 15px;
    font-size: 18px;
}

.container-square .image-box img {
    width: 70%;
    border-radius: 8px;
    margin: 24px 0px;
}

.container-square .overlay {
    position: absolute;
    top: 50px;
    min-width: 139px;
    right: 20%;
    padding: 11px 24px;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: black;
}

.container-square .white {
    background-color: var(--white-color-diff-color);
}

.container-square .blue {
    background-color: var(--light-blue-color);
    color: var(--dark-blue-color);

}



@media (max-width: 1214px) {

    .container-square .overlay {
        right: 14%;
    }
}

@media (max-width: 960px) {

    .container-square .overlay {
        right: 9%;
    }
}

@media (max-width: 823px) {

    .container-square .overlay {
        right: 0%;
    }
}

@media (max-width: 823px) {

    .container-square {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        flex-direction: column;
        margin: 20px 0px;
    }

    .container-square .overlay {
        left: 60%;
        width: max-content;
    }
}

@media (max-width: 680px) {

    .container-square .box {

        width: 100% !important;

    }

    .container-square .overlay {
        left: 50%;
        width: max-content;
    }
}

@media (max-width: 447px) {
    .container-square .image-box img {
        width: 45%;
        height: 150px;
    }

    .container-square .overlay {
        left: 40%;
        width: auto;
    }
}

@media (max-width: 600px) {
    .container-square .container {
        grid-template-columns: 1fr;
    }
}

.container-stay-connected {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color-diff-color);
    position: relative;
    background-color: rgba(0, 204, 255, 0.2)
}

.container-stay-connected::after {
    background-image: url('../images/home/digi-watch-back.jpg') no-repeat center center/cover;
}

.container-stay-connected::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/home/digi-watch-back.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: brightness(0.5) blur(0.5px);
}

.container-stay-connected .content-stay-connected {
    position: relative;
}

.right-stay-connected {
    text-align: left;
    width: 50%;
}

.flex-stay-conncted {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.container-stay-connected .left-stay-connected {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.container-stay-connected .box {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
    border-radius: 50px;
}

.container-stay-connected .box-left {
    background: var(--cream-color);
    color: var(--dark-blue-color);
    margin: 0px;
}

.container-stay-connected .box-right {
    background: var(--light-blue-color);
    color: var(--dark-blue-color);
    margin: -24px;
}

.container-stay-connected .text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.container-stay-connected .subtext {
    font-size: 16px;
    margin-bottom: 20px;
}

.container-stay-connected .link {
    color: var(--white-color-diff-color);
    text-decoration: underline;
    cursor: pointer;
}



@media (max-width: 1000px) {
    .flex-stay-conncted {
        flex-direction: column;
    }

    .right-stay-connected {
        text-align: center;
        width: 90%;
    }

    .container-stay-connected .left-stay-connected {
        width: 250px;
    }

    .right-stay-connected {
        margin: 0px 20px;
    }
}

@media (max-width: 480px) {

    .container-stay-connected {
        height: 60vh;

    }

    .container-stay-connected .box {
        width: 120px !important;
        height: 120px !important;
        font-size: 30px;
    }


}

.container-POS {
    text-align: left;
    padding: 20px 130px;
    background-color: var(--cream-color);
}

.container-POS .pos-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.container-POS .pos-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 5px auto;
}

.container-POS .content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.container-POS .content img {
    width: 100%;
    max-width: 610px;
    border-radius: 5px;
}

.container-POS .text {
    flex: 1;
}

.container-POS .text h2 {
    color: var(--dark-blue-color);
}

.container-POS .text p {
    color: #333;
    line-height: 1.6;
    width: 68%;
    font-size: 18px;
}

.container-POS .highlight {
    color: var(--light-blue-color);
    font-weight: bold;
}

@media (max-width: 1285px) {
    .container-POS .text p {

        width: 100%;

    }

    .container-POS .content img {

        max-width: 525px;

    }
}

@media (max-width: 1100px) {
    .container-POS .content img {
        max-width: 450px;
    }


    .container-POS {
        padding: 50px 60px;
    }
}

@media (max-width: 860px) {
    .container-POS .content img {
        max-width: 350px;
    }

}

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

    .container-POS .content img {
        width: 100%;
        height: 200px;
        margin: 20px 0px;
    }

    .container-POS {
        padding: 30px;
    }
}


#container-main-tbo-solutions {
    margin: 50px auto;
    width: 100%;
}

.container-tbo-solutions {
    /* max-width: 1200px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}



#container-main-tbo-solutions .content div {
    background-color: var(--light-blue-color);
    color: var(--dark-blue-color);
    width: max-content;
    display: flex;
}


#container-main-tbo-solutions .content div span {

    border: 1px solid var(--dark-blue-color);
}

#container-main-tbo-solutions .content div span i {
    font-size: 22px;
    padding: 7px;
}

.first-box h1 {

    text-transform: uppercase;
    font-size: 40px;
    padding: 17px;
}

.container-tbo-solutions .box {
    background-color: var(--white-color-diff-color);
    position: relative;
    overflow: hidden;
    width: 27%;
    min-width: 222px;
    margin: 10px;
}

.first-box {
    background-color: var(--cream-color) !important;
    color: var(--dark-blue-color) !important;

    height: 60%;
    height: 364px;
    min-width: 320px !important;

}

.container-tbo-solutions .large {
    width: 55.5%;
    height: 364px;
}

.container-tbo-solutions .box img {
    width: 100%;
    height: 360px;
    transition: transform 0.3s;
    background: var(--dark-blue-color);
}

/* 
.container-tbo-solutions .box:hover img {
    transform: scale(1.05);
} */

.container-tbo-solutions .content {
    position: absolute;
    bottom: 4px;
    left: 0;

}

.container-tbo-solutions .content h3 {
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0px 10px;

}

.container-tbo-solutions .content h3 a {
    text-decoration: none;
    color: inherit;
}

.container-tbo-solutions .content p {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--white-color-diff-color);
    padding: 10px;
    margin: 0;
    width: max-content;
}

@media (max-width: 768px) {
    .container-tbo-solutions {
        grid-template-columns: 1fr;
    }

    .container-tbo-solutions .large {
        grid-column: span 1;
    }
}

@media (max-width: 1285px) {
    .first-box h1 {
        font-size: 35px;
    }
}

@media (max-width: 1100px) {
    .container-tbo-solutions .box {

        width: 41%;
        min-width: 222px;
    }

    .first-box h1 {
        font-size: 50px;
    }

    .first-box {
        width: 70% !important;
    }

    .large {
        width: 70% !important;
    }
}

@media (max-width: 680px) {
    .first-box h1 {
        font-size: 30px;
    }

    .first-box {
        height: auto;
    }

    .box {
        width: 75% !important;
    }

    .container-tbo-solutions .content p {

        width: auto;
    }
}

@media (max-width: 354px) {
    .box {
        width: 100% !important;
    }
}