/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 11:19:46 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 11:08:31 */
/* =========================================================
   VIP PROJECT SERVICES
========================================================= */

.vip-project-services,
.vip-project-services * {
    box-sizing: border-box;
}

.vip-project-services {
    --vps-red: #ed2528;
    width: 100%;
    padding: 20px;
    background:
        radial-gradient(
            circle at 85% 5%,
            rgba(237,37,40,.10),
            transparent 32%
        ),
        #080808;
    overflow: hidden;
    color: #fff;
}


/* =========================================================
   WRAPPER
========================================================= */

.vps-wrap {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 32% 68%;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #151515,
            #0d0d0d
        );

    border: 1px solid rgba(255,255,255,.09);
    border-radius: 16px;

    box-shadow:
        0 25px 80px rgba(0,0,0,.50);
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.vps-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.vps-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter:
        brightness(.76)
        contrast(1.08)
        saturate(.78);
    transition:
        transform 1s ease,
        filter 1s ease;
}

.vps-visual:hover img {
    transform: scale(1.055);

    filter:
        brightness(.86)
        contrast(1.08)
        saturate(.95);
}


/* =========================================================
   OVERLAY
========================================================= */

.vps-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.30),
            transparent 42%,
            rgba(0,0,0,.94)
        );
}


/* =========================================================
   TOP
========================================================= */

.vps-top {
    position: absolute;
    z-index: 5;

    top: 20px;
    left: 20px;
    right: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vps-project-tag {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 9px 13px;

    border: 1px solid rgba(255,255,255,.20);

    background: rgba(0,0,0,.42);

    border-radius: 50px;

    color: rgba(255,255,255,.88);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;

    backdrop-filter: blur(10px);
}

.vps-project-tag span {
    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: var(--vps-red);

    box-shadow:
        0 0 10px rgba(237,37,40,.7);
}

.vps-arrow {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.18);

    background:
        rgba(255,255,255,.10);

    border-radius: 50%;

    font-size: 18px;

    transition: .3s ease;
}

.vps-visual:hover .vps-arrow {
    background: var(--vps-red);
    border-color: var(--vps-red);
    transform: rotate(8deg);
}


/* =========================================================
   VISUAL BOTTOM
========================================================= */

.vps-visual-bottom {
    position: absolute;
    z-index: 5;

    left: 25px;
    right: 25px;
    bottom: 27px;

    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.vps-counter small {
    display: block;

    margin-bottom: 12px;

    color: var(--vps-red);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.vps-counter strong {
    display: inline-block;

    font-size: 76px;
    line-height: .65;

    font-weight: 300;

    letter-spacing: -6px;
}

.vps-counter span {
    margin-left: 8px;

    color:
        rgba(255,255,255,.58);

    font-size: 11px;
    font-weight: 600;
}

.vps-divider {
    width: 1px;
    height: 58px;

    background:
        rgba(255,255,255,.30);
}

.vps-visual-copy small {
    display: block;

    margin-bottom: 7px;

    color:
        rgba(255,255,255,.52);

    font-size: 10px;
    letter-spacing: 2.5px;
}

.vps-visual-copy strong {
    display: block;

    font-size: 16px;
    line-height: 1.2;

    letter-spacing: 1.2px;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.vps-content {
    min-width: 0;

    padding:
        32px 30px 20px;
}


/* =========================================================
   EYEBROW
========================================================= */

.vps-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 12px;

    color: var(--vps-red);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2.8px;
}

.vps-eyebrow span {
    width: 28px;
    height: 2px;

    flex: 0 0 28px;

    background: var(--vps-red);
}


/* =========================================================
   HEADING
========================================================= */

.vps-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 25px;
}

.vps-heading-content {
    min-width: 0;
}

.vps-heading-row h2 {
    margin: 0;

    font-size: 40px;
    line-height: 1.05;

    font-weight: 400;
     color: #fff;
    letter-spacing: -1.8px;
}

.vps-heading-row h2 em {
    color: var(--vps-red);
    font-style: normal;
}

.vps-heading-row p {
    margin:
        11px 0 22px;

    color:
        rgba(255,255,255,.56);

    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   TOTAL
========================================================= */

.vps-total {
    display: flex;
    align-items: baseline;

    gap: 5px;
    padding-top: 4px;

    white-space: nowrap;
}

.vps-total strong {
    font-size: 38px;
    line-height: 1;

    font-weight: 300;
}

.vps-total span {
    color:
        rgba(255,255,255,.45);

    font-size: 17px;
}


/* =========================================================
   SERVICES — 3 COLUMNS
========================================================= */

.vps-services {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 10px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.vps-service {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 78px;
    padding:
        13px 11px;
    display: flex;
    align-items: center;
    gap: 9px;
    background:
        rgba(255,255,255,.025);
    border:
        1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    opacity: .38;
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


/* =========================================================
   NUMBER
========================================================= */

.vps-service-number {
    position: absolute;

    top: 6px;
    left: 8px;

    color:
        rgba(255,255,255,.30);

    font-size: 9px;
    line-height: 1;

    font-weight: 700;
}

.vps-service.active .vps-service-number {
    color:
        rgba(0,0,0,.30);
}


/* =========================================================
   ICON
========================================================= */

.vps-service-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 8px; */
    border-radius: 9px;
    background:
        rgba(255,255,255,.055);
    color:
        rgba(255,255,255,.45);
    font-size: 18px;
    font-weight: 700;
    transition:
        transform .3s ease,
        background .3s ease;
}


/* =========================================================
   SERVICE TEXT
========================================================= */

.vps-service-info {
    min-width: 0;
    flex: 1 1 auto;
    /* margin-top: 8px; */
}

.vps-service-info strong {
    display: block;
    width: 100%;

    color:
        rgba(255,255,255,.84);

    font-size: 13px;
    line-height: 1.25;

    font-weight: 700;

    /* FULL TEXT */
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.vps-service-info small {
    display: block;
    width: 100%;

    margin-top: 5px;

    color:
        rgba(255,255,255,.42);

    font-size: 9px;
    line-height: 1.3;

    /* FULL TEXT */
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}


/* =========================================================
   STATUS
========================================================= */

.vps-status {
    flex: 0 0 auto;

    align-self: flex-start;

    margin-left: auto;
    margin-top: 6px;

    color:
        rgba(255,255,255,.18);

    font-size: 17px;
    font-weight: 700;
}


/* =========================================================
   ACTIVE
========================================================= */

.vps-service.active {
    opacity: 1;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #eeeeee 100%
        );

    border-color: #fff;
}

.vps-service.active .vps-service-icon {
    background: var(--vps-red);
    color: #fff;
}

.vps-service.active .vps-service-info strong {
    color: #111;
}

.vps-service.active .vps-service-info small {
    color: #777;
}

.vps-service.active .vps-status {
    color: #111;
}


/* =========================================================
   HOVER
========================================================= */

.vps-service.active:hover {
    transform: translateY(-3px);

    border-color:
        var(--vps-red);

    box-shadow:
        0 10px 25px rgba(237,37,40,.13);
}

.vps-service.active:hover .vps-service-icon {
    transform:
        scale(1.08)
        rotate(-4deg);
}


/* =========================================================
   FEATURED
========================================================= */

.vps-featured::after {
    content: "FEATURED";
    position: absolute;
    top: -6px;
    right: 8px;
    padding: 0px 7px;
    background:
        var(--vps-red);
    border-radius: 3px;
    color: #fff;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* =========================================================
   FOOTER
========================================================= */

.vps-footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-top: 16px;
    padding-top: 14px;

    border-top:
        1px solid rgba(255,255,255,.08);
}

.vps-legend {
    display: flex;
    align-items: center;

    gap: 9px;

    color:
        rgba(255,255,255,.52);

    font-size: 12px;
    font-weight: 600;
}

.vps-dot {
    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    border-radius: 50%;
}

.vps-dot.red {
    background:
        var(--vps-red);
}

.vps-dot.grey {
    margin-left: 10px;
    background: #555;
}

.vps-footer-title {
    color:
        rgba(255,255,255,.32);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .vip-project-services {
        padding: 15px;
    }

    .vps-wrap {
        grid-template-columns: 30% 70%;
    }

    .vps-content {
        padding: 27px 18px 18px;
    }

    .vps-heading-row h2 {
        font-size: 32px;
    }

    .vps-heading-row p {
        font-size: 12px;
    }

    .vps-services {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 7px;
    }

    .vps-service {
        min-height: 90px;
        padding: 12px 8px;
        gap: 6px;
    }

    .vps-service-icon {
        width: 35px;
        height: 35px;

        min-width: 35px;
        flex-basis: 35px;

        font-size: 14px;
    }

    .vps-service-info strong {
        font-size: 11px;
    }

    .vps-service-info small {
        font-size: 8px;
    }

    .vps-status {
        font-size: 14px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 750px) {

    .vip-project-services {
        padding: 10px;
        border-radius: 16px;
    }

    .vps-wrap {
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .vps-visual {
        min-height: 280px;
        height: 280px;
    }

    .vps-top {
        top: 16px;
        left: 16px;
        right: 16px;
    }

    .vps-project-tag {
        font-size: 8px;
        padding: 8px 11px;
    }

    .vps-arrow {
        width: 35px;
        height: 35px;
    }

    .vps-visual-bottom {
        left: 18px;
        right: 18px;
        bottom: 20px;

        gap: 15px;
    }

    .vps-counter strong {
        font-size: 62px;
    }

    .vps-content {
        padding: 26px 15px 19px;
    }

    .vps-eyebrow {
        font-size: 9px;
    }

    .vps-heading-row {
        gap: 12px;
    }

    .vps-heading-row h2 {
        font-size: 30px;
    }

    .vps-heading-row p {
        font-size: 11px;
    }

    .vps-total strong {
        font-size: 28px;
    }


    /* 2 COLUMNS ON MOBILE */

    .vps-services {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 7px;
    }

    .vps-service {
        min-height: 92px;
        height: auto;

        padding: 13px 8px;
        gap: 6px;
    }

    .vps-service-number {
        top: 5px;
        left: 7px;
        font-size: 9px;
    }

    .vps-service-icon {
        width: 34px;
        height: 34px;

        min-width: 34px;
        flex-basis: 34px;

        font-size: 12px;
    }

    .vps-service-info strong {
        font-size: 11px;
    }

    .vps-service-info small {
        font-size: 8px;
    }

    .vps-status {
        font-size: 13px;
    }

    .vps-footer {
        margin-top: 15px;
    }

    .vps-footer-title {
        display: none;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .vps-visual {
        min-height: 255px;
        height: 255px;
    }

    .vps-heading-row h2 {
        font-size: 27px;
    }

    .vps-heading-row p {
        font-size: 10px;
    }

    .vps-total strong {
        font-size: 26px;
    }

    .vps-services {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .vps-service {
        min-height: 96px;
        padding: 13px 7px;
    }

    .vps-service-icon {
        width: 33px;
        height: 33px;

        min-width: 33px;
        flex-basis: 33px;
    }

    .vps-service-info strong {
        font-size: 10.5px;
    }

    .vps-service-info small {
        font-size: 7.8px;
    }
}


/* =========================================================
   VERY SMALL
========================================================= */

@media (max-width: 320px) {

    .vps-services {
        grid-template-columns: 1fr;
    }

    .vps-service {
        min-height: 82px;
    }
}
