/* ===== DARK CLOUD THEME ===== */

body {
    background-color: #0f1117 !important;
    color: #e4e6eb !important;
}

.navbar {
    background-color: #12141b !important;
}

.master-breadcrumb {
    background-color: #151821 !important;
}

.card, .panel {
    background-color: #1c1f2a !important;
    border: 1px solid #2b2f3c !important;
}

.btn-primary {
    background: linear-gradient(90deg, #0066ff, #00b3ff) !important;
    border: none !important;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #0052cc, #0099dd) !important;
}
/* Glass Navbar */
.navbar-light {
    background: rgba(18, 20, 27, 0.85) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.hero, .jumbotron {
    background: linear-gradient(135deg, #0f1117 0%, #1a1f2e 50%, #101422 100%) !important;
}
.pricing-table .card,
.product .card {
    transition: all 0.3s ease;
    border-radius: 12px;
}

.pricing-table .card:hover,
.product .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.25);
}
.pricing-table .featured,
.product.featured {
    border: 2px solid #0066ff !important;
    box-shadow: 0 0 30px rgba(0, 102, 255, 0.4);
}
/* Domain Search Section Dark */
.domain-search,
#domain-search,
.jumbotron {
    background-color: #11141d !important;
    padding: 60px 0;
}

.domain-search h2,
.domain-search p {
    color: #ffffff !important;
}

.domain-search input[type="text"] {
    background-color: #1c1f2a !important;
    border: 1px solid #2b2f3c !important;
    color: #ffffff !important;
}

.domain-search .btn {
    background: linear-gradient(90deg, #0066ff, #00b3ff) !important;
    border: none !important;
}
.primary-content h2 {
    font-weight: 600;
    letter-spacing: 1px;
}
/* HERO */
.vps-hero {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f1117 0%, #1a1f2e 50%, #101422 100%);
}

.vps-hero h1 {
    color: #ffffff;
    font-weight: 700;
}

.vps-hero p {
    color: #b0b3c0;
    max-width: 750px;
    margin: 0 auto;
}

/* CLOUD CARD */
.cloud-card {
    background-color: #1c1f2a;
    border: 1px solid #2b2f3c;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.cloud-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.25);
}
.cloud-card {
    background: linear-gradient(145deg, #1c1f2a, #151822);
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(6px);
}

.cloud-card:hover {
    box-shadow: 0 0 40px rgba(0, 102, 255, 0.35);
}
