.globules-blancs {
    margin-top: 39px;
    margin-bottom: 60px;
}

.spce-left {
    margin-left: 10px;
}

.w-color {
    color: #fff;
}

.bg-w-color {
    background-color: #fff;
}

.services-wrap {
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial,
        sans-serif;

    padding: 88px 20px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-heading {
    text-align: center;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.2px;
    font-size: clamp(26px, 2.8vw, 40px);
    margin: 0 0 36px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-card {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 26px 22px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
    border: 1px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #434343;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(255, 0, 0, 0.12);
    border-color: var(--ring);
}

.service-card .icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #e9f4ff, #ddeeff);
    color: var(--brand);
    margin-bottom: 4px;
}

.service-card .icon svg {
    width: 34px;
    height: 34px;
}

.service-card .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.service-card .desc {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: 14.5px;
    flex: 1;
    color: #fff;
}

.service-card .more {
    margin-top: 14px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    border-bottom: 2px solid transparent;
}

.service-card .more:hover {
    border-color: var(--brand);
}

/* Responsive tweaks */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .spce-up-m {
        margin-top: 30px;
    }
}

@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-wrap {
        padding: 64px 16px;
    }
}

.spce-up {
    margin-top: 3%;
}

.bg-color-d {
    background-color: #000;
}

a {
    color: #fff;
    text-decoration: none;
}


.section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.panel {
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius);
}

.badge-chip {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    color: #05f;
    font-weight: 600;
}

.btn-accent {
    background: #000000;
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 0.85rem 1.15rem;
    font-weight: 800;
}

.btn-accent:hover {
    filter: brightness(1.05);
}

.btn-ghost {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 12px;
    padding: 0.85rem 1.15rem;
    font-weight: 800;
}

.lead {
    color: var(--muted);
}

.divider {
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.14),
            transparent);
}

.heading-xl {
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 800;
    letter-spacing: 0.2px;
}

.muted {
    color: #fff;
}

/* --- Hero --- */
.hero {
    background: radial-gradient(70rem 50rem at 70% -10%,
            rgba(230, 30, 36, 0.18),
            transparent 60%),
        radial-gradient(60rem 60rem at 30% 10%,
            rgba(30, 144, 255, 0.14),
            transparent 55%);
}

.ph-badge {
    background: rgba(231, 235, 238, 0.14);
    color: #05f;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/* --- Services Ring (inspired) --- */
.services-ring {
    position: relative;
    margin-top: 30px;
}

.services-ring .center-visual {
    width: 430px;
    max-width: 42vw;
    aspect-ratio: 4/5;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background: radial-gradient(closest-side,
            rgba(255, 255, 255, 0.08),
            transparent 65%),
        radial-gradient(closest-side,
            rgba(230, 30, 36, 0.15),
            transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* --- Why Choose Us --- */
.why .item {
    padding: 26px;
}

.why .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(230, 30, 36, 0.12);
    color: #ffffff;
    margin-bottom: 12px;
}

.why .item:hover {
    border-color: rgb(255, 255, 255);
}

/* --- Mission & Vision --- */
.mv .card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}

.mv .strip {
    height: 4px;
    background: linear-gradient(90deg, var(--accent), #ff6a6e);
}

/* --- Process --- */
.process .step {
    border-left: 3px solid rgba(255, 255, 255, 0.16);
    padding-left: 18px;
    margin-left: 8px;
    position: relative;
}

.process .step::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(230, 30, 36, 0.18);
}

/* --- Sizes & cards --- */
.size-card,
.service-card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.size-card:hover,
.service-card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(255, 0, 0, 0.45);
    border-color: var(--ring);
}

/* --- FAQ --- */
.faq button {
    color: #fff;
}

.color-w-bg {
    background-color: #434343;
}

.blck-color {
    color: #000;
}

.service-card-1:hover {
    transform: translateY(-6px);
    border-color: var(--ring);
}

.service-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(180deg,
            rgba(54, 163, 255, 0.18),
            rgba(54, 163, 255, 0.05));
    color: #fff;
    margin-bottom: 12px;
}

.service-card-1 h5 {
    font-weight: 800;
    margin: 0 0 6px;
}

.service-card-1 p {
    color: var(--muted);
    margin: 0;
}

.pos-tl {
    position: absolute;
    left: 4%;
    top: 6%;
}

.pos-tr {
    position: absolute;
    right: 4%;
    top: 6%;
}

.pos-bl {
    position: absolute;
    left: 4%;
    bottom: 8%;
}

.pos-br {
    position: absolute;
    right: 4%;
    bottom: 8%;
}

@media (max-width: 992px) {
    .service-card-1 {
        position: static;
        width: 100%;
        margin: 12px 0;
    }

    .ring {
        display: none;
    }

    .services-ring .center-visual {
        width: 100%;
        max-width: 420px;
    }
}

.size-card,
.service-card-1-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.size-card:hover,
.service-card-1-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    border-color: var(--ring);
}

@media (max-width: 992px) {
    .service-card-1 {
        position: static;
        width: 100%;
        margin: 12px 0;
    }

    .ring {
        display: none;
    }

    .services-ring .center-visual {
        width: 100%;
        max-width: 420px;
    }

    .mb-start {
        text-align: start;
    }
}

.service-card-1 h5 {
    font-weight: 800;
    margin: 0 0 6px;
}

.service-card-1 p {
    color: #fff;
    margin: 0;
}

.service-card-1:hover {
    transform: translateY(-6px);
    border-color: var(--ring);
}

.service-card-1 {
    background: #434343;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22px;
    width: 320px;
    box-shadow: 0 12px 40px rgba(53, 53, 53, 0.35);
    transition: 0.25s ease;
    backdrop-filter: blur(6px);
}

.desc {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: 14.6px;
    flex: 1;
}

.more {
    margin-top: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.service-card:hover .more {
    border-color: var(--accent);
    color: #000000;
    box-shadow: 0 6px 0 -5px var(--accent);
}

/* uniform image box + nicer hover/focus for cards & CTA */
.size-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease,
        border-color 0.22s ease;
    border-radius: 18px;
}

.size-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    border-color: rgba(230, 30, 36, 0.28);
}

.size-img-wrap {
    height: 140px;
    display: grid;
    place-items: center;
    margin-bottom: 6px;
}

.size-img {
    max-height: 130px;
    width: auto;
    object-fit: contain;
}

.price-cta {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 12px;
}

.btn.btn-accent.blck-color:focus {
    outline: 2px solid rgba(255, 255, 255, 0.65);
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .feature-box-content {
        margin-left: 0 !important;
        text-align: left !important;
    }

    .mb-right {
        margin-right: 20%;
    }
}

#subscribe-popup .bg-white {
    background-color: #fff !important;
}

/* ========== Alkaline Steps (neutral, gap-fixed) ========== */
.alkaline-steps {
    /* neutral palette */
    --as-bg: #0b0c0f;
    /* site black */
    --as-card: #121417;
    /* dark grey card */
    --as-text: #f2f4f5;
    /* bright text */
    --as-muted: #aeb4ba;
    /* muted text */
    --as-edge: #fff;
    /* grey borders/lines */
    --as-soft: #1a1d21;
    /* subtle surfaces */
    --as-badge-bg: #e8e9ea;
    /* light grey badge */
    --as-badge-fg: #0f1113;
    /* dark fg for badge */
    --as-outline: rgba(255, 255, 255, .06);

    display: block;
    background: #000;
    color: var(--as-text);

}

.alkaline-steps .as-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: clamp(24px, 3vw, 48px) 16px;
}

.alkaline-steps .as-title {
    font-weight: 800;
    letter-spacing: .2px;
    text-align: center;
    margin: 0 0 28px;
    font-size: clamp(22px, 2.4vw, 34px);
    color: #fff;
}

/* Timeline wrapper — GRID to avoid wrap gaps */
.alkaline-steps .as-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(14px, 2vw, 22px);
    align-items: stretch;
    /* equal height tiles */
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

/* subtle baseline */
.alkaline-steps .as-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .06);
    pointer-events: none;
}

/* Step card */
.alkaline-steps .as-step {
    position: relative;
    background: var(--as-card);
    border-radius: 22px;
    padding: 18px 16px 22px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "num"
        "text"
        "icon";
    row-gap: 12px;
    isolation: isolate;
    outline: 1px solid var(--as-outline);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, .04),
        0 10px 24px rgba(0, 0, 0, .35);
}

/* alternating caps — grey only */
.alkaline-steps .as-step.as-bottom {
    border-bottom: 5px solid var(--as-edge);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    box-shadow: inset 0 -16px 0 var(--as-soft);
}

.alkaline-steps .as-step.as-top {
    border-top: 5px solid var(--as-edge);
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    box-shadow: inset 0 16px 0 var(--as-soft);
}

/* faint vertical connectors for top items */
.alkaline-steps .as-step.as-top::before,
.alkaline-steps .as-step.as-top::after {
    content: "";
    position: absolute;
    top: -16px;
    bottom: -16px;
    width: 1px;
    background: rgba(255, 255, 255, .08);
}

.alkaline-steps .as-step.as-top::before {
    left: -10px;
}

.alkaline-steps .as-step.as-top::after {
    right: -10px;
}

/* Number badge (grey only) */
.alkaline-steps .as-num {
    grid-area: num;
    display: block;
    width: 72px;
    text-align: center;
    margin: 0 auto;
    color: var(--as-badge-fg);
    background: var(--as-badge-bg);
    border-radius: 32px 0 32px 0;
    padding: 6px 0;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: .5px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .25);
}

/* Icon circle (neutral) */
.alkaline-steps .as-icon {
    grid-area: icon;
    display: grid;
    place-items: center;
    margin-top: 4px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #0f1215;
    outline: 1px solid var(--as-outline);
    margin-inline: auto;
}

.alkaline-steps .as-svg {
    width: 44px;
    height: 44px;
    stroke: #d8dadd;
    /* light grey line icon */
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Text */
.alkaline-steps .as-text {
    grid-area: text;
    text-align: center;
}

.alkaline-steps .as-step-title {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 16.5px;
    color: #ffffff;
}

.alkaline-steps .as-step-desc {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--as-muted);
}

/* Responsive tweaks */
@media (max-width: 980px) {
    .alkaline-steps .as-title {
        margin-bottom: 22px;
    }
}

@media (max-width: 640px) {
    .alkaline-steps .as-step {
        border-radius: 18px;
        padding: 16px 14px 18px;
    }

    .alkaline-steps .as-num {
        width: 64px;
        font-size: 16px;
    }

    .alkaline-steps .as-icon {
        width: 72px;
        height: 72px;
    }

    .alkaline-steps .as-svg {
        width: 38px;
        height: 38px;
    }
}

.ri-icon {
    width: 48px;
    height: 48px;
    stroke: #ffffff;
    /* Forces white */
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: inline-block;
}
.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover {
  color:#fff!important;
}