.sub-nav {
    display: flex;
    gap: 12px;
    overflow-x: auto;
}

ul.sub-nav li.active .sub-nav-link {
    padding: 8px 14px !important;
    background: #38b1ed;
    /* border-radius: 20px; */
    text-decoration: none;
    color: #000;
    white-space: nowrap;
}

ul.sub-nav li.active .sub-nav-link {
    background: #ffff;
    color: #000;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    position: relative;
}

@media (max-width:600px) {
    .border-right {
        border-bottom: 1px solid #e5dede;
        border-right: none !important;
    }
    .sub-nav {
        gap: 12px;
        overflow-x: auto;
        display: grid !important;
    }
    .features-content {
        display: flow !important;
        grid-template-columns: 1fr 1.3fr;
        gap: 40px;
        align-items: center;
    }
    .plan-wrapper {
        display: flow;
        gap: 32px;
        justify-content: center;
    }
    .benefits-grid {
        gap: 32px;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
}

.border-right {
    border-right: 1px solid #e5dede;
}

.dedicated-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.dual-range input {
    width: 100%;
}

.filter-box h6 {
    font-size: 14px;
    margin-bottom: 8px;
}


/* SLIDERS */

.dual-range input[type=range] {
    width: 100%;
}


/* TABLE */

.server-table th,
.server-table td {
    white-space: nowrap;
    font-size: 14px;
    padding: 5 10px;
}

.table-wrapper {
    overflow-x: auto;
}


/* TAG BADGE */

.tag.sale {
    background: #dc3545;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}


/* SCROLLABLE TABS */

.dedicated-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background: aliceblue;
    border-top: 9px solid #36ace8;
}

.dedicated-tabs.nav-tabs .nav-link {
    border: solid transparent;
    border-width: 0 !important;
    padding: 12px 25px !important;
}

.dedicated-tabs .nav-link {
    white-space: nowrap;
}


/* RESPONSIVE BREAKPOINTS */

@media (max-width: 991px) {
    .table-tools {
        flex-direction: column;
    }
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}


/* .tab-content{
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000;
    border-bottom: 4px solid #2196F3;
    /* background: #47aeea; */
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}

.progressbar {
    width: 100%;
}

.table-scroller {
    overflow-x: auto;
    overflow-y: scroll;
    height: 40vh;
}


/* SCROLLBAR SIZE */

.table-scroller::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


/* TRACK */

.table-scroller::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
    background: #fff;
}


/* THUMB */

.table-scroller::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background: #e6ebef;
    border-radius: 8px;
}


/* HOVER */

.table-scroller::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #007bb0;
}

.tab-content>.active {
    display: block;
    padding: 0;
}

.hps-btn-outline {
    color: #0094cd;
    border: 1px solid #0094cd;
    padding: 2px 20px;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    width: max-content;
}

.plan-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
    border: solid 1px #e5eaec;
    border-radius: 8px;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .benefits-grid {
        gap: 32px;
        grid-template-columns: repeat(2, 1fr) !important;
        display: grid;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

.btn-main {
    margin-bottom: 15px;
}

#section-features {
    padding: 10px !important;
}

.plan-price {
    display: flow;
    align-items: baseline;
    gap: 6px;
    margin: 0 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 10px;
    padding: 12px 25px;
    width: max-content;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}


/* SECTION BASE */

#monitoring {
    padding: 60px 20px;
    background: #03A9F4;
    color: white;
}


/* FLEX WRAP */

.monitoring-wrap {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 48px;
    align-items: center;
}


/* IMPORTANT: PREVENT OVERFLOW */

.monitoring-wrap>div {
    min-width: 0;
}


/* IMAGE */

.monitoring-image img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* CONTENT */

.monitoring-content {
    flex: 1;
}

.monitoring-content h2 {
    margin-bottom: 16px;
    color: white;
}

.monitoring-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
}


/* LIST GRID */

.monitoring-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.monitoring-lists ul {
    padding-left: 18px;
    margin: 0;
}

.monitoring-lists li {
    line-height: 1.6;
    word-break: break-word;
}


/* ---------- TABLET ---------- */

@media (max-width: 991.98px) {
    .monitoring-wrap {
        flex-direction: column;
        text-align: left;
    }
    .monitoring-lists {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ---------- MOBILE ---------- */

@media (max-width: 575.98px) {
    .monitoring-lists {
        grid-template-columns: 1fr;
    }
}


/* SECTION BASE */

.custom {
    padding: 60px 20px;
    background: #f5fbff;
}


/* FLEX WRAPPER */

.custom-wrap {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}


/* 🔥 PREVENT FLEX TEXT OVERFLOW */

.custom-wrap>div {
    min-width: 0;
}


/* CONTENT */

.custom-content {
    flex: 1;
}

.custom-content h2 {
    margin-bottom: 16px;
}

.custom-contact {
    margin-bottom: 24px;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
}


/* BUTTON */

.custom-chat .btn {
    padding: 12px 28px;
    font-size: 16px;
}


/* IMAGE */

.custom-image-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* ---------- TABLET ---------- */

@media (max-width: 991.98px) {
    .custom-wrap {
        flex-direction: column;
        text-align: center;
    }
    .custom-chat {
        justify-content: center;
    }
}


/* ---------- MOBILE ---------- */

@media (max-width: 575.98px) {
    .custom {
        padding: 40px 16px;
    }
    .custom-content h2 {
        font-size: 22px;
    }
    .backup-features {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        margin-top: 40px;
    }
}

.backup-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    margin: 5% 0;
}

.wrap i {
    color: #0094cd;
    font-size: 40px;
}

.pricing-cards-card {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}


/* ================= AWARDS ================= */

#awards {
    padding: 70px 0;
    /* background: #f7fbff; */
}

.awards-title {
    text-align: center;
    margin-bottom: 40px;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.awards-item {
    /* background: #ffffff; */
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.awards-item h5 {
    margin: 0;
    color: #0094cd;
}

.awards-item span {
    display: block;
    white-space: normal;
    overflow-wrap: break-word;
}


/* ================= PLATFORMS ================= */

#platforms {
    padding: 70px 0;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
    font-size: 12px;
}

.platform-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    overflow: hidden;
}

.platform-head {
    display: flex;
    align-items: center;
    /* gap: 12px; */
    /* margin-bottom: 16px; */
}

.platform-card h3 {
    margin: 0;
    font-size: 12px;
}

.platform-card ul {
    padding-left: 18px;
    margin: 0;
}

.platform-card li {
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
}


/* ===== TABLET ===== */

@media (max-width: 991.98px) {
    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .cloud-plans {
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 32px;
        gap: 32px;
        display: inline !important;
    }
    .cloud-plan {
        background-color: #f6f8f9;
        padding: 32px 16px;
        border-radius: 16px;
        flex-direction: column;
        flex-basis: 25%;
        display: block;
        margin-bottom: 11px;
    }
    .money-wrapper {
        background: linear-gradient(-119deg, #9D8A7F 2%, #2E3848 102%, #D6E2E7 16%);
        padding: 49px;
        border-radius: 20px;
        color: #e1e1e1;
        display: block !important;
        justify-content: space-between;
    }
    .benefit-card {
        text-align: center;
        padding: 30px;
        background: #ebf7fd;
        border-radius: 10px;
        margin: 0px 10px;
    }
    .benefit-row-2 .benefit-card {
        width: 95%;
    }
    #calculate-cloud .content-wrapper {
        padding: 64px;
        background: #e6e4e2;
        border-radius: 16px;
        display: block;
        justify-content: space-between;
    }
    #calculate-cloud .cta-button {
        padding: 10px 24px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none;
        background: #fff;
        color: #0c1629;
        border-radius: 45px;
    }
    .info-grid {
        display: flow;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .info-card {
        text-align: left;
        padding: 64px 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        border-radius: 16px;
        background: #ebf7fd;
        margin-bottom: 11px;
    }
    .quiz-blog-block .btn-transparent {
        background: transparent;
        border-color: #0094cd;
        box-shadow: none;
        border: 1px solid #0094cd;
        color: #0094cd;
        padding: 8px 25px;
        align-items: center;
        justify-content: center;
        display: inline;
        /* margin-bottom: 26px; */
    }
}


/* ===== MOBILE ===== */

@media (max-width: 575.98px) {
    .awards-grid {
        grid-template-columns: 1fr;
    }
    .cloud-plans {
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 32px;
        gap: 32px;
        display: inline !important;
    }
    .platforms-grid {
        grid-template-columns: 1fr;
    }
    .awards-grid {
        background-image: url(https://cdn.webampm.com/pictures/world-map.png);
        background-size: cover;
        justify-content: center;
        align-items: center;
        height: auto !important;
        display: flex !important;
    }
    .cloud-plan {
        background-color: #f6f8f9;
        padding: 32px 16px;
        border-radius: 16px;
        flex-direction: column;
        flex-basis: 25%;
        display: block;
        margin-bottom: 11px;
    }
}

.awards-grid {
    background-image: url(https://cdn.webampm.com/pictures/world-map.png);
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 393px;
    display: flex;
}

.align-items-start {
    display: flex;
    justify-content: center;
}

.package-section select {
    word-wrap: normal;
    padding: 5px 10px;
    border: 1px solid #e0e7ea;
    border-radius: 4px;
    font-size: 12px;
}

.case-box {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    height: auto;
    /* width: 100%; */
    margin-bottom: 35px;
}

.wrap {
    padding: 10px;
}

.quiz-blog-block .btn-transparent {
    background: transparent;
    border-color: #0094cd;
    box-shadow: none;
    border: 1px solid #0094cd;
    color: #0094cd;
    padding: 8px 25px;
    display: inline;
}

.sub-nav .sub-nav-link .sub-nav-link {
    position: relative;
}

.server-filters {
    padding: 5px;
    background: #ebf7fd;
    margin: 0px !important;
    border-radius: 5px;
}

.core-slider-container {
    padding: 20px 0 5px 0;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 2px;
    /* Ultra-thin track */
}


/* Base Track Styling */

.slider-track {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d8eaf3;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


/* Range Input Overlays */

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    position: absolute;
    background: transparent;
    pointer-events: none;
    /* Allow clicks through to the other slider */
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 5;
}


/* Handle Styling - Hollow Circles */

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid #38b1ed;
    /* Hollow circle effect */
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
    /* Reactivate clicks on the handle */
    transition: transform 0.1s ease;
}

input[type="range"]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #38b1ed;
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
}


/* Labels */

.range-label {
    position: absolute;
    top: 17px;
    font-size: 13px;
    font-weight: 700;
    color: #65747a;
    letter-spacing: 0.5px;
}

.min-label {
    left: 0;
}

.max-label {
    right: 0;
}

.server-filters .col-lg-3 {
    padding: 0 15px 5px 15px;
}