/*section 6 web/app */
.col-bg>.col-inner {
    padding: 24px 20px !important;
    border-radius: 19px;
    background: #FFF;
    border: 1px solid #27BDBE;
    box-shadow: 0px 2px 30px 0px #1519471A;
}

.col-bg>.col-inner .bg-tt h3 {
    font-size: 20px;
    line-height: 1.5;
    min-height: calc(1.5em * 2);
    margin-bottom: 0 !important;
    color: #000;
}

.col-bg>.col-inner .bg-tt p {
    font-size: 14px !important;
}

.col-bg>.col-inner .price-line {
    text-align: center;
    line-height: 100%;
    letter-spacing: -0.04em;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #27BDBE;
}

.col-bg>.col-inner .price-line strong {
    font-weight: 800;
    font-size: 20px;
    color: #27BDBE;
}

.col-bg>.col-inner .price-line span {
    font-weight: 400;
    font-size: 20px;
    top: -4px;
    position: relative;
    color: #27BDBE;
}

.text-icon {
    margin-bottom: 10px;
}

.col-bg>.col-inner .text-icon p {
    color: #0F172A !important;

    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.col-bg>.col-inner .text-icon p::before {
    content: "✔";
    font-size: 16px;
    color: #27BDBE;
    display: inline-block;
}


.button.btn-call {
    align-items: center;
    gap: 6px;
    color: #27BDBE;
    background: #FFF;
    border: 1px solid #27BDBE;
    border-radius: 6px;
}



.button.btn-call:hover {
    color: #27BDBE;
    background: #FFF !important;
    border-radius: 6px;
    box-shadow: none;
}

.col-bg>.col-inner,
.col-bg>.col-inner * {
    transition: all 0.3s ease;
}

.col-bg>.col-inner:hover {
    padding: 24px 20px !important;
    border-radius: 19px;
    background:
        linear-gradient(90deg, #6163EC 0%, #5BA1EC 54.33%, #46C9C2 100%),
        rgba(48, 233, 218, 0.38);
    box-shadow: 0px 1px 23px 0px #272E5926;
    border-color: transparent;
    gap: 32px;

}

.col-bg>.col-inner:hover .bg-tt h3 {
    font-size: 20px;
    margin-bottom: 0 !important;
    color: #FFF;
}

.col-bg>.col-inner .bg-tt-content p {
    font-size: 14px !important;
    line-height: 1.5;
    height: calc(1.5em * 2);
    overflow: hidden;

}

.col-bg>.col-inner:hover .bg-tt-content p {
    color: #FFF;
}

.col-bg>.col-inner:hover .price-line {
    color: #FFF;
}

.col-bg>.col-inner:hover .price-line {
    text-align: center;
    line-height: 100%;
    letter-spacing: -0.04em;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.col-bg>.col-inner:hover .price-line strong {
    font-weight: 800;
    color: #FFF;

    font-size: 20px;
}

.col-bg>.col-inner:hover .price-line span {
    font-weight: 400;
    font-size: 20px;
    top: -4px;
    color: #FFF;

    position: relative;
}

.col-bg>.col-inner:hover .text-icon p {
    color: #FFF !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.col-bg>.col-inner:hover .text-icon p::before {
    content: "✔";
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
}

/*section 6 BẢNG GIÁ DỊCH VỤ THIẾT KẾ WEBSITE WORDPRESS */

.bg-tt-wp {
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-line-wp {

    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.04em;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #27BDBE;

}

.bg-tt-wp h3 {
    margin-bottom: 0 !important;
}

.bg-tt-wp span {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;

}

.text-icon-wp {
    margin-bottom: 10px;
    height: 260px;
}

.col-bg>.col-inner .text-icon-wp p {
    color: #0F172A !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.col-bg>.col-inner .text-icon-wp p::before {
    content: "✔";
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.col-bg>.col-inner:hover .bg-tt-wp h3 {
    color: #FFF;
}

.col-bg>.col-inner:hover .bg-tt-wp span {
    color: #FFF;
}

.col-bg>.col-inner:hover .price-line-wp {
    color: #FFF;
}

.col-bg>.col-inner:hover .price-line-wp strong {
    color: #FFF;
}

.col-bg>.col-inner:hover .price-line-wp span {
    color: #FFF;
}

.col-bg>.col-inner:hover .text-icon-wp p {
    color: #FFF !important;
}

.col-bg>.col-inner:hover .text-icon-wp p::before {
    color: #ffffff;
}

.bg-tt-wp h3,
.bg-tt-wp span,
.col-bg>.col-inner .text-icon-wp p {
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

@media (max-width: 767.98px) {
    .col-bg>.col-inner {
        padding: 16px 14px !important;
        overflow: hidden;
    }

    .bg-tt-wp {
        min-height: 72px;
        padding: 8px 6px;
    }

    .bg-tt-wp h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .bg-tt-wp span {
        font-size: 12px;
        line-height: 18px;
    }

    .price-line-wp {
        line-height: 1.2;
    }

    .price-line-wp strong,
    .price-line-wp span {
        font-size: 18px;
    }

    .text-icon-wp {
        height: auto;
    }
}

/*hosting*/
.col-bg>.col-inner .bg-tt-ht h3 {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.col-bg>.col-inner .bg-tt-ht-content p {
    font-size: 14px !important;
    text-align: center;
    height: 50px;
}

.text-icon-ht {
    margin-bottom: 10px !important;
    gap: 4px;
    margin: 0 auto;
}

.text-icon-ht p {
    color: #0F172A !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    display: flex;
    gap: 8px;
}

.text-icon-ht p::before {
    content: "✔";
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.col-bg>.col-inner:hover .bg-tt-ht h3 {
    color: #FFF;
}

.col-bg>.col-inner:hover .bg-tt-ht-content {
    color: #FFF !important;
}

.col-bg>.col-inner:hover .text-icon-ht p::before {
    color: #ffffff;
}

.col-bg>.col-inner:hover .text-icon-ht p {
    color: #ffffff !important;
}




