/*
Theme Name: VinCloud.net
Description: Công ty TNHH Giải Pháp VinCloud
Author: VinCloud.net
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* #94890a */
.header-button-1 a.button,
.btn-tu-van-giai-phap,
.btn-nhan-tu-van-ngay {
    background: #f9c801 !important;
}

.section-title b {
    background-color: rgb(85 85 85 / 0%) !important;
}

.section-title-normal {
    border-bottom: none !important;
}

.mesh-gradient {
    position: relative;
    background-color: #0a0a0c;
    background-image:
        radial-gradient(at 0% 0%, rgba(19, 182, 236, 0.18), transparent 55%),
        radial-gradient(at 100% 0%, rgba(147, 51, 234, 0.18), transparent 55%),
        radial-gradient(at 100% 100%, rgba(19, 182, 236, 0.12), transparent 55%),
        radial-gradient(at 0% 100%, rgba(147, 51, 234, 0.12), transparent 55%);
    overflow: hidden;
}

/* Badge container */
.badge-cloud {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(19, 182, 236, 0.3);
    background: rgba(19, 182, 236, 0.1);
    color: #13b6ec;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1.5rem;
}

/* Ping wrapper */
.ping-wrap {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Ping dot (center) */
.ping-dot {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    background: #13b6ec;
    border-radius: 50%;
    z-index: 2;
}

/* Ping ring animation */
.ping-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #13b6ec;
    border-radius: 50%;
    opacity: 0.75;
    animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* Ping keyframes */
@keyframes ping {

    75%,
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* H1 */
.hero-title {
    font-size: clamp(3rem, 6vw, 4.5rem);
    /* ~ text-5xl → text-7xl */
    font-weight: 900;
    /* font-black */
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    /* tracking-tight */
    color: #ffffff;
}

/* Gradient text */
.hero-title-gradient {
    background: linear-gradient(90deg, #13b6ec, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Paragraph */
.hero-desc {
    font-size: 1.125rem;
    /* text-lg */
    color: #94a3b8;
    /* slate-400 */
    line-height: 1.7;
    /* leading-relaxed */
    margin-bottom: 2.5rem;
    max-width: 42rem;
    /* max-w-2xl */
}

.feature-card div.col-inner:hover {
    transform: translateY(-6px);
    border-left-color: #13b6ec;
    box-shadow:
        0 10px 30px rgba(19, 182, 236, 0.15),
        inset 0 0 0 1px rgba(19, 182, 236, 0.3);
}

.he-sinh-thai-dich-vu img.attachment-medium {
    width: 70% !important;
}

.he-sinh-thai-dich-vu .icon-box-left {
    align-items: center !important;
}

.he-sinh-thai-dich-vu h2.section-title a:hover {
    color: rgb(19, 182, 236) !important;
}

.img-rounded img {
    border-radius: 16px;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    text-align: left;
}

.stat-box.highlight .stat-number {
    color: #60a5fa;
}

.stat-label {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #94a3b8;
}

.cta-section {
    position: relative;
    padding: 64px;
    text-align: center;
    border-radius: 2rem;
    overflow: hidden;

    /* Gradient nền */
    background: linear-gradient(135deg,
            rgba(19, 182, 236, 0.2),
            rgba(147, 51, 234, 0.2));

    /* Border mờ */
    border: 1px solid rgba(19, 182, 236, 0.2);
}

.vic-footer .section-title-container {
    margin-bottom: 0px !important;
}

.vic-footer .ux-menu-link__link {
    border-bottom-style: none !important;
}

.vic-footer .ux-menu-link__text {
    color: rgb(100 116 139) !important;
}

/* Form Khách Hàng */
#popup-form {
    position: relative;
    background: #0a0a0c;
    border-radius: 32px;
    border: 1px solid #1f2933;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

#popup-form::before,
#popup-form::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

#popup-form::before {
    top: -120px;
    left: -120px;
    background: rgba(59, 130, 246, 0.12);
    /* blue */
}

#popup-form::after {
    bottom: -120px;
    right: -120px;
    background: rgba(168, 85, 247, 0.12);
    /* purple */
}

#popup-form .section {
    padding: 0 !important;
}

#popup-form .section-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

#popup-form .section-title-main {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.04em;
}

#popup-form .section-title i {
    color: #22d3ee;
}

#popup-form p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.6;
}

#popup-form input[type="text"],
#popup-form input[type="email"] {
    height: 56px;
    padding: 0 20px;
    border-radius: 16px;
    border: none;
    background: #ffffff;
    color: #0f172a;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#popup-form input::placeholder {
    color: #94a3b8;
}

#popup-form input:focus {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(59, 130, 246, 0.35),
        0 10px 30px rgba(0, 0, 0, 0.2);
}

#popup-form input[type="submit"] {
    margin-top: 20px;
    background: #ffffff;
    color: #020617;
    border-radius: 999px;
    padding: 14px 36px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

#popup-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

#popup-form .mfp-close {
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.2s ease;
}

#popup-form .mfp-close:hover {
    color: #ffffff;
}

#popup-form select {
    height: 56px;
    padding: 0 20px;
    border-radius: 16px;
    border: none;
    background: #ffffff;
    color: #0f172a;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#popup-form select:focus {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(59, 130, 246, 0.35),
        0 10px 30px rgba(0, 0, 0, 0.2);
}

/* End Form Khách Hàng */

.page-lien-he a.ux-menu-link__link.flex,
.page-lien-he a.ux-menu-link__link.flex:hover {
    color: rgb(19 182 236) !important;
}

.page-lien-he .block-info .col-inner,
.lien-he-cf7 .col-inner {
    background-color: rgb(255 255 255 / 5%) !important;
    padding: 10px !important;
    border-radius: 10px;
}

.lien-he-cf7 .wpcf7-submit {
    background: #f9c801 !important;
    border-radius: 10px !important;
}

/* CDN */
.cdn-line {
    position: relative;
}

.cdn-line>.col {
    position: relative;
    display: flex;
    justify-content: center;
}

.cdn-line>.col>.col-inner {
    width: 70px;
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdn-line .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cdn-line>.col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 24px;
    border-top: 2px dashed rgba(248, 247, 247, .35);
    transform: translateY(-50%);
    pointer-events: none;
}

/* CDN */
.cdn-table-price .title {
    color: #f1f1f1 !important;
}

.cdn-table-price .price {
    --tw-text-opacity: 1;
    color: rgb(19 182 236 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.cdn-table-price .button.is-outline {
    --tw-text-opacity: 1;
    color: rgb(212 175 55 / var(--tw-text-opacity, 1));
}
.cdn-table-price .button.is-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 175 55 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(10 22 27 / var(--tw-text-opacity, 1));
}


@media (max-width: 768px) {
    #popup-form {
        border-radius: 24px;
    }

    .cdn-line>.col::after {
        display: none;
    }

    #popup-form input[type="text"],
    #popup-form input[type="email"] {
        height: 52px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}