
 
        :root {
            --bg-color: #f7f9fc;
            --card-bg: #ffffff;
            --text-main: #0f172a;
            --text-muted: #475569;
            --accent-color: #000036;
            --accent-light: #e6f0fa;
            --border-color: #e2e8f0;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-color);
        }

        .stylish-cards-section {
            background-color: #ecf6ff;
        }
        

        .text-gradient {
    background: linear-gradient(135deg, #2eaef3, #000036);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}




        .stylish-cards-section-con h2 {
            font-weight: 800;
            color: var(--text-main);
            margin-bottom: 20px;
            font-size: 2.5rem;
        }

        .stylish-cards-section-con p.text-secondary {
            color: var(--text-muted) !important;
            margin: 0 auto 50px auto;
            line-height: 1.6;
        }

        .card-wrapper {
            display: flex;
        }

        .stylish-card {
            background: var(--card-bg);
            border-radius: 16px;
            padding: 40px 30px;
            box-shadow: 0 20px 40px -12px rgba(46, 174, 243, 0.15);
            border-color: rgba(46, 174, 243, 0.3);
            border: 1px solid var(--border-color);
            transition: all 0.3s ease;
            position: relative;
            text-align: left;
            width: 100%;
            border-top: 4px solid transparent; 
        }

        .stylish-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            border-top: 4px solid var(--accent-color);
        }

        .icon-circle {
            width: 56px;
            height: 56px;
            background-color: var(--accent-light);
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 24px;
        }

        .iconser {
            /* Adjusting filter to colorize the image based on accent color */
            /* This is a tricky part without an SVG, but we'll try a generic blue filter */
            filter: invert(21%) sepia(85%) saturate(3015%) hue-rotate(195deg) brightness(97%) contrast(106%) !important;
            height: 28px;
            width: auto;
        }
          .iconser:hover {
            filter: invert(1) !important;
          }

        .stylish-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--text-main);
            margin-bottom: 16px;
        }

        .stylishcard-p.list-style {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 24px;
            flex-grow: 1;
        }

        .stylishcard-p.list-style span {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.5;
            position: relative;
            padding-left: 24px;
        }

        /* Adding a subtle bullet point */
        .stylishcard-p.list-style span::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--accent-color);
            font-weight: bold;
            font-size: 1.1rem;
        }

        /* Ko ɗoo mbayli-mi geɗe ɗe ngam newaare (Improved UX for price section) */
        .price-section {
            margin-top: auto;
            padding-top: 10px;
        }

        .price-text {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text-main);
            margin-bottom: 20px;
        }

        .stylish-cards-button {
            display: block;
            width: 100%;
            text-align: center;
            background-color: transparent;
            color: var(--accent-color);
            border: 2px solid var(--accent-color);
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s ease;
            box-shadow:none !important;

        }

        .stylish-cards-button:hover {
            background-color: var(--accent-color);
            color: white;
        }

        /* Responsive adjustments */
        @media (max-width: 991px) {
            .stylish-cards-row {
                gap: 20px;
            }
            .stylish-card {
                padding: 30px 20px; /* Better mobile padding */
            }
        }

          .bare-metal-explainer {
    background-color: #f4f6fb;
}

.bme-heading-badge {
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.bme-title {
    color: #0a0e2c;
    font-weight: 800;
    font-size: 2.4rem;
    margin: 0;
}

.bme-intro-text {
    color: #4b4f5c;
    font-size: 18px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 10px;
}

.bme-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(10, 14, 44, 0.06);
    padding: 30px 25px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bme-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(10, 14, 44, 0.1);
}

.bme-card-title {
    color: #0a0e2c;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.bme-card-text {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .bme-title {
        font-size: 1.8rem;
    }
    .bme-card {
        margin-bottom: 15px;
    }
}



    .e-home-location-page-wrapper {
        max-width: 1600px;
        margin: 0 auto;
        padding: 50px 20px;
    }

    .e-home-location-hero-header {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 1200px;
    }

    .e-home-location-badge-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 14px;
        background: linear-gradient(90deg, rgba(46, 174, 243, 0.1), rgba(0, 0, 54, 0.05));
        border-radius: 100px;
        font-size: 0.8125rem;
        font-weight: 600;
        color: #000036;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
        border: 1px solid rgba(46, 174, 243, 0.2);
    }

    .e-home-location-badge-dot {
        width: 6px;
        height: 6px;
        background-color: #2eaef3;
        border-radius: 50%;
        box-shadow: 0 0 8px #2eaef3;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(0.95);
            opacity: 1;
        }

        50% {
            transform: scale(1.5);
            opacity: 0.5;
        }

        100% {
            transform: scale(0.95);
            opacity: 1;
        }
    }

    .e-home-location-h2 {
        font-size: 45px;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: -0.03em;
        color: #000036;
        margin-bottom: 1.5rem;
    }

    .text-gradient {
        background: linear-gradient(135deg, #2eaef3, #000036);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .e-home-location-hero-desc {
        font-size: 18px;
        color: #6b7280;
        font-weight: 400;
    }

    .e-home-location-bento-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
        auto-rows: minmax(min-content, max-content);
    }

    .e-home-location-card {
        background: #edf6ff;
        border-radius: 24px;
        padding: 15px;
        border: 1px solid #f3f4f6;
        box-shadow: 0 4px 24px -8px rgba(0, 0, 54, 0.08);
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
        position: relative;
        text-decoration: none;
        color: inherit;
        overflow: hidden;
        z-index: 1;
    }

    /* Hover interaction for all cards */
    .e-home-location-card:hover {
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 20px 40px -12px rgba(46, 174, 243, 0.15);
        border-color: rgba(46, 174, 243, 0.3);
        z-index: 10;
    }

    .e-home-location-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        padding: 2px;
        background: linear-gradient(135deg, #2eaef3, #f79221, #d0142c);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        pointer-events: none;
    }

    .e-home-location-card:hover::before {
        opacity: 1;
    }

    .e-home-location-card-img-wrap {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        margin-bottom: 1.5rem;
        background: #f8f9fa;
    }

    /* Standard card image height */
    .e-home-location-card:not(.e-home-location-card-featured) .e-home-location-card-img-wrap {
        height: 180px;
    }

    .e-home-location-card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        filter: grayscale(20%) contrast(1.1);
    }

    .e-home-location-card:hover .e-home-location-card-img {
        transform: scale(1.08);
        filter: grayscale(0%) contrast(1);
    }

    .e-home-location-card-content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 0 0.5rem 0.5rem 0.5rem;
    }

    .e-home-location-card-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 2rem;
    }

    .e-home-location-city-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #000036;
        letter-spacing: -0.02em;
        line-height: 1.2;
    }

    .e-home-location-region-subtitle {
        font-size: 0.875rem;
        color: #6b7280;
        margin-top: 4px;
    }

    .e-home-location-tier-badge {
        background: rgba(0, 0, 54, 0.04);
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 0.75rem;
        font-weight: 600;
        color: #6b7280;
    }

    .e-home-location-card-footer {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 1.5rem;
        border-top: 1px solid #f3f4f6;
    }

    .e-home-location-price-block {
        display: flex;
        flex-direction: column;
    }

    .e-home-location-price-label {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #f79221;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .e-home-location-price-amount {
        display: flex;
        align-items: baseline;
        color: #000036;
    }

    .e-home-location-currency {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2eaef3;
        margin-right: 2px;
    }

    .e-home-location-amount {
        font-size: 2.25rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -1px;
    }

    .e-home-location-period {
        font-size: 1rem;
        color: #6b7280;
        font-weight: 500;
        margin-left: 2px;
    }

    .e-home-location-action-btn {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: #d0142c;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease-out;
    }

    .e-home-location-card:hover .e-home-location-action-btn {
        background: #2eaef3;
        transform: translateX(4px);
        box-shadow: 0 4px 12px rgba(46, 174, 243, 0.3);
    }

    .e-home-location-card-featured {
        grid-column: span 2;
    }

    .e-home-location-card-featured .card-inner-flex {
        display: flex;
        gap: 2rem;
        height: 100%;
    }

    .e-home-location-card-featured .e-home-location-card-img-wrap {
        width: 50%;
        height: 100%;
        margin-bottom: 0;
    }

    .e-home-location-card-featured .e-home-location-card-content {
        width: 50%;
        padding: 1rem 1rem 0.5rem 0;
        justify-content: space-between;
    }

    .e-home-location-card-featured .e-home-location-city-title {
        font-size: 2.25rem;
    }

    .e-home-location-card-featured .e-home-location-amount {
        font-size: 3rem;
    }

    /* Tag for popular/premium */
    .e-home-location-status-tag {
        position: absolute;
        top: 1rem;
        left: 1rem;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(4px);
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 0.75rem;
        font-weight: 700;
        color: #000036;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .e-home-location-tag-red {
        color: #d0142c;
    }

    .e-home-location-tag-orange {
        color: #f79221;
    }

    @media (max-width: 1200px) {
        .e-home-location-bento-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        /* Featured cards naturally span 2, standard cards span 1. 
               This perfectly aligns the 10 items into a solid 3-column grid. */
    }

    @media (max-width: 900px) {
        .e-home-location-bento-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .e-home-location-h2 {
            font-size: 2.5rem;
        }
    }

    @media (max-width: 650px) {
        .e-home-location-bento-grid {
            grid-template-columns: 1fr;
        }

        .e-home-location-card,
        .e-home-location-card-featured {
            grid-column: span 1;
        }

        .e-home-location-card-featured .card-inner-flex {
            flex-direction: column;
            gap: 1.5rem;
        }

        .e-home-location-card-featured .e-home-location-card-img-wrap,
        .e-home-location-card-featured .e-home-location-card-content {
            width: 100%;
        }

        .e-home-location-card-featured .e-home-location-card-img-wrap {
            height: 200px;
        }

        .e-home-location-card-featured .e-home-location-card-content {
            padding: 0 0.5rem 0.5rem 0.5rem;
        }

        .e-home-location-page-wrapper {
            padding: 4rem 1.25rem;
        }
    }

    /* ========================================================
   POPULAR SERVERS SECTION - FULL CUSTOM STYLES
   ======================================================== */

/* 1. Sidebar එක සහ Filter Elements සියල්ල Hide කිරීම */
#popular-section-wrapper .filter-and-table-layout > div:first-child:not(.table-column),
#popular-section-wrapper .filter-sidebar,
#popular-section-wrapper .sidebar-column,
#popular-section-wrapper [class*="sidebar"] {
    display: none !important;
}

/* 2. Main Layout එක Block කර Table Column එක 100% Full Width කිරීම */
#popular-section-wrapper #eservers-main-layout,
#popular-section-wrapper .filter-and-table-layout {
    display: block !important;
    width: 100% !important;
}

#popular-section-wrapper .table-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. Dark Blue Title Banner එක Hide කිරීම */
#popular-section-wrapper .popular-header-title,
#popular-section-wrapper .popular-custom-header,
#popular-section-wrapper [class*="header"] {
    display: none !important;
}

/* 4. Product Cards Grid එක Columns 2ක Layout එකකට සැකසීම */
#popular-section-wrapper #product-grid,
#popular-section-wrapper .g-new-product-pricing-table-tbody {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
}

/* 5. Buy Now Button Color එක Orange (#ff8c00 / #f28b00) කිරීම */
#popular-section-wrapper .btn,
#popular-section-wrapper .btn-primary,
#popular-section-wrapper a[class*="btn"],
#popular-section-wrapper button {
    background-color: #ff8c00 !important;
    background: #ff8c00 !important;
    border-color: #ff8c00 !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

/* Hover Effect for Buttons */
#popular-section-wrapper .btn:hover,
#popular-section-wrapper .btn-primary:hover,
#popular-section-wrapper a[class*="btn"]:hover {
    background-color: #e07b00 !important;
    border-color: #e07b00 !important;
}

.g-new-product-pricing-table-tbody-row{
    grid-template-columns: none !important;


}

/* 6. Mobile Devices සඳහා Responsive Grid Setup */
@media (max-width: 768px) {
    #popular-section-wrapper #product-grid,
    #popular-section-wrapper .g-new-product-pricing-table-tbody {
        grid-template-columns: 1fr !important;
    }
}