/*
Template Name: Grosery - Online Grocery Supermarket HTML Template
Author: Askbootstrap
Author URI: https://www.templatemonster.com/authors/askbootstrap/
Version: 1.0
*/

/*
-- Body
-- Colors
-- Buttons
-- Typography
-- Navbar
-- Banners
-- Product Detail
-- Listing
-- My Account
-- Checkout
-- Footer
-- Mobile Media
*/

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

:root {
    --primary: #0096c7;
    /* --danger: #fe3000; */
    --danger: #8e24aa;
    --danger-hover: #d72900;
    --warning: #ff8d27;
    --info: #95d9df;
    --muted: #e9ecef;
    --light-dark: #444444;

    --font-heading: "Montserrat", sans-serif;
    --font-body: "Inter", sans-serif;
    --fs-xs: clamp(0.35rem, 0.7vw, 0.35rem);
    --fs-sm: clamp(0.5rem, 1vw, 1rem);
    --fs-md: clamp(1rem, 1.5vw, 1rem);
    --fs-lg: clamp(1.25rem, 1vw, 1.75rem);
    --fs-xl: clamp(1.5rem, 3vw, 1.5rem);
}

/* Body */
body {
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.6;
    color: #222;
}
h1,
.display-1 {
    font-size: var(--fs-xl);
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2 {
    font-size: var(--fs-lg);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: var(--fs-md);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

p,
.card-text,
.small {
    font-size: var(--fs-sm);
}

.btn,
.nav-link {
    font-size: var(--fs-sm);
}
a {
    text-decoration: none;
    color: var(--danger);
}
.insta-reel {
    aspect-ratio: 9 / 16;
    height: auto;
    min-height: 600px;
    max-height: 600px;
}
.reels-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.reels-wrapper::-webkit-scrollbar {
    display: none!important;
}
.reel-card {
    padding: 10px;
    margin: 0 10px;
    max-width: fit-content;
    flex: 0 0 calc(100% / 3);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    background: #fff;
    transition: transform 0.3s ease;
}

.reel-card:hover {
    transform: scale(1.02);
}

.instagram-media {
    border: none !important;
    border-radius: 0 !important;
}
.reel-card iframe + div {
    display: none !important;
}
.blog-hero-banner {
    position: relative;
    width: 100%;
    /* 16:9 aspect ratio: height = 9/16 of width */
    aspect-ratio: 13 / 4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    display: flex;
    align-items: center; /* vertical centering */
    overflow: hidden;
}

.blog-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.blog-hero-banner .container {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.form-control,
.form-select,
.form-check-input {
    box-shadow: none !important;
}
.offcanvas-footer {
    padding: 1rem;
}
.form-check-input:checked {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.accordion .accordion-button {
    box-shadow: none;
    background-color: #fff;
    color: #000;
}
.dropdown .dropdown-menu .dropdown-item:active {
    background-color: var(--danger);
}
.osahan-dropdown {
    font-size: 14px;
    min-width: 256px;
}
.osahan-dropdown .dropdown-item {
    padding: 6px 1rem;
    font-size: 14px;
}
.shop-category,
.popular-products,
.coupons,
.cold-drinks,
.top-picks,
.big-img,
.small-img {
    display: none;
}
.intro-logo {
    height: 80px;
}

/* Colors */
.text-danger {
    color: var(--danger) !important;
}
.bg-danger {
    background-color: var(--danger) !important;
}

.border-end,
.border,
.border-start,
.border-top,
.border-bottom,
.card,
.card-header {
    border-color: #eaecef !important;
}

/* Buttons */
.osahan-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #d2d2d2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    font-size: 20px !important;
    border: 2px solid #dbdbdb;
    margin: auto;
    cursor: pointer;
    transition: all 0.2s;
}
.osahan-arrow:hover {
    color: #ff2f01;
    border-color: #ff2f01;
}
.osahan-right {
    right: -11px;
}
.osahan-left {
    z-index: 9;
    left: -10px;
}
.shop-category .osahan-arrow {
    bottom: auto;
    top: 41px;
}
.top-picks .osahan-arrow {
    bottom: auto;
    top: 59px;
}
.big-img .osahan-left {
    left: 20px;
}
.big-img .osahan-right {
    right: 20px;
}
.small-img .slick-current.slick-active .border {
    border: 2px solid #d72900 !important;
}
.small-img .border {
    cursor: pointer;
    transition: all 0.2s;
}
.small-img .border:hover {
    border: 2px solid #d72900 !important;
}
.osahan-new-btn {
    padding: 6px 0;
    border-radius: 11px !important;
}
.btn-outline-danger {
    border-color: var(--danger) !important;
    color: var(--danger) !important;
}
.btn-outline-danger:hover {
    background-color: var(--danger) !important;
    color: #fff !important;
}
.btn-danger {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.btn-danger:hover {
    background-color: var(--danger-hover) !important;
    border-color: var(--danger-hover) !important;
}
.value {
    width: 100px;
    border: none !important;
}
.value .btn {
    font-size: 23px;
    padding: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    border: 1px solid #ffd9ce !important;
    min-width: 32px;
    background: #ffe8e1;
    border-radius: 50px !important;
    color: #fe3000;
    font-weight: 100;
    transition: all 0.2s;
}
.value .btn:hover,
.value .btn:focus {
    background: #fe3000 !important;
    color: #fff;
    border-color: #fe3000 !important;
}

/* Typography */
.small-sm {
    font-size: 10px;
}

/* Navbar */
.osahan-header a.p-3 {
    height: 68px;
}

.logo-img {
    height: 2.1rem;
}
#mobile-search-wrapper {
    position: relative;
    z-index: 1; /* ensure it's above navbar */
}
#desktop-search-wrapper {
    position: relative;
    z-index: 1; /* ensure it's above navbar */
}
#desktop-search-wrapper .search-dropdown {
    top: 106%; /* appear just below the input */
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
#mobile-search-wrapper .search-dropdown {
    top: 100%; /* appear just below the input */
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.osahan-location small.small {
    width: 198px;
}
.category .card {
    transition: all 0.2s;
}
.category .card:hover {
    border-color: var(--danger) !important;
    box-shadow: 0 0 10px 1px #efefef;
    color: var(--danger);
}

.osahan-listing-page-nav {
    position: sticky;
    top: 0;
    z-index: 9;
}
.osahan-listing-page-nav .nav-link {
    font-size: 13px;
    padding: 14px 16px !important;
}
.osahan-listing-page-nav .nav-link.active,
.osahan-listing-page-nav .nav-link:hover {
    background: #ffe8e2;
    color: #fe2e00;
}
.osahan-listing-page-nav a.dropdown-item {
    font-size: 14px;
    padding: 6px 19px;
}
/* ─── Navbar logo tweaks ─────────────────────────────────────── */
.osahan-header {
    padding: 0 1rem;
}

/* ─── Position your search dropdown ──────────────────────────── */
/* .search-wrapper {
    width: -webkit-fill-available;
    position: relative;
} */
.search-dropdown {
    display: flex;
    /* gap: 1rem; */
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 8px;
    z-index: 100;
}

.brand-card img {
    max-height: 100px;
    object-fit: contain;
}
.suggestion-item:hover {
    background-color: #f8f8f8;
    border-radius: 6px;
}

.suggestion-item .text-muted small {
    font-size: 0.75rem;
}
/* .search-dropdown .search-suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
}
.search-dropdown .search-suggestions a {
    display: block;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
}
.search-dropdown .search-suggestions a:hover {
    background-color: #f8f9fa;
} */
/* Banners */
.banner-icon {
    width: 48px;
}
.ad-banner-1 {
    /* background-image: url(../img/demo/1.jpg); */
    width: fit-content;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */

    box-shadow: 0px 3px 10px #00000073;
}
.ad-banner-2 {
    /* background-image: url(../img/demo/2.jpg); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    width: fit-content;
    box-shadow: 0px 3px 10px #00000073;
}
.ad-banner-3 {
    /* background-image: url(../img/demo/3.jpg); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    width: fit-content;
    box-shadow: 0px 3px 10px #00000073;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8); /* Adjust the background color and opacity as needed */
    padding: 20px;
    text-align: center;
}
.grocery-banner {
    max-height: 140px;
}
.grocery-banner img {
    justify-self: center;
    object-fit: cover; /* crop/scale to fill */
    display: block; /* remove inline-img gaps */
}
.grocery-banner-2 {
    background-image: url(../img/grocery-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-box {
    height: 150px;
    width: auto;
    border: 1px solid #e5e5e5;
}
.osahan-badge {
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 13px;
    padding: 5px 4px 4px 4px;
    border-radius: 0 0 6px 6px;
}
.osahan-badge b {
    font-size: 12px;
}

/* Product Detail */
.why-shop-img {
    width: 60px;
}
.sticky-sidebar {
    position: sticky;
    top: 48px;
}
.sticky-sidebar2 {
    position: sticky;
    top: 0px;
}
.qr-code {
    width: 85px;
}
.small-img .osahan-arrow {
    z-index: 9;
}
.small-img:after {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.99) 99%,
        rgba(255, 255, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.99) 99%,
        rgba(255, 255, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.99) 99%,
        rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.small-img:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.01) 99%,
        rgba(255, 255, 255, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.01) 99%,
        rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.01) 99%,
        rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}

/* Listing */
.osahan-listing-page-nav-sidebar .nav-pills .nav-link {
    background-color: transparent;
    color: var(--light-dark);
    border-radius: 0;
    padding: 13px 10px;
    border-left: 3px solid transparent;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link img {
    width: 37px;
    background-color: var(--muted);
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active img {
    background-color: #fff !important;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active {
    border-left: 3px solid var(--danger) !important;
    background-color: #ffe8e2;
    color: #000;
    font-weight: 600;
}
.osahan-card-list .card-img-top {
    padding: 15px;
    transition: all 0.2s;
}
.osahan-card-list:hover .card-img-top {
    padding: 5px;
}

/* My Account */
.my-account-pills .nav-link {
    border: none;
    background-color: transparent;
    text-align: start;
    color: var(--light-dark);
    font-size: 14px;
    padding: 14px 14px;
    display: flex;
    position: relative;
    align-items: center;
}
.my-account-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f8f9fa;
    right: -1px;
}
.my-account-pills .nav-link.active {
    background-color: #f8f9fa;
}
.my-account-pills .nav-link i {
    background: #ffede8;
    color: #d400ff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 50px;
}
.my-account-pills .nav-link:hover i,
.my-account-pills .nav-link.active i {
    background: #a535c7;
    color: #ffffff;
}
.order-img {
    width: 60px;
}

/* Checkout */
.checkout-img {
    height: 27px;
    border: 1px solid #dadada;
    padding: 6px 6px;
    border-radius: 6px;
    background: #fff;
}
.osahan-checkout-item .img-fluid {
    height: 57px;
}
.osahan-netbanking .d-flex.justify-content-between.mb-2 {
    height: 42px;
    border: 1px solid #eaeaea;
    padding: 5px 5px;
    border-radius: 50px;
    width: 42px;
}
.upi-img {
    height: 20px;
    border: 1px solid #dadada;
    padding: 4px 4px;
    border-radius: 4px;
    background: #fff;
}
.osahan-radio-box-action a {
    position: absolute;
    right: 16px;
    background: #fff;
    font-size: 11px;
    bottom: 12px;
}
.osahan-radio-box {
    position: relative;
}
.osahan-radio-box .form-check-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.osahan-radio-box .form-check-input {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0px;
    border: 2px solid transparent;
    border-radius: 15px;
    background: no-repeat;
}
.osahan-radio-box .form-check-input:checked[type="radio"] {
    background: none !important;
    border: 2px solid #000;
}
.osahan-radio-box .form-check-input:after {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #f8f9fa;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #dee2e6;
}
.osahan-radio-box .form-check-input:checked[type="radio"]:before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 5px solid #fe3000;
}

/* Footer */
footer a {
    color: var(--light-dark);
}
footer a:hover {
    color: var(--danger);
}
.mobile-app-link {
    width: 102px;
}
.social-links a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--light-dark);
    transition: all 0.2s;
    color: #000;
}
.nav-item {
    padding: 0 1rem;
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--danger);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
}
.nav-link:hover {
    color: var(--warning);
}
.social-links .nav-link a:hover {
    background-color: var(--danger);
    color: #fff;
    border: none;
}
.card-body i.icofont-user-circle {
    color: #6c757d;
}

#comment-form {
    scroll-margin-top: 80px; /* so “Reply” jumps nicely below your fixed navbar */
}
.footer-payment {
    height: 23px;
    border: 1px solid #dadada;
    padding: 4px 5px;
    border-radius: 4px;
    background: #fff;
}
@media (max-width: 1024px) {
    .reel-card {
        flex: 0 0 calc(100% / 2);
    }
}
@media (max-width: 992px) {
    .blog-hero-banner {
        background-position: top center;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-left {
        z-index: 9;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
    }
    .osahan-listing .container {
        padding: 0px;
    }
    .product-details {
        display: none;
    }
    .product-detail-page .sticky-sidebar2 .border-start .overflow-auto .vh-100.p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }
}
@media (min-width: 768px) {
    .blog-hero-banner .container {
        padding: 1rem;
        text-align: center;
    }

    /* .search-wrapper {
    width: 100%;
    margin-top: 0.5rem;
  } */

    .account-icon {
        align-self: flex-end;
    }

    .logo-img {
        height: 2.1rem;
    }
}
/* Mobile Media */

@media (max-width: 576px) {
    h1,
    .display-1 {
        font-size: 1rem;
    }
    h2 {
        font-size: 0.75rem;
    }
    h3 {
        font-size: 0.55rem;
    }
    p,
    .small,
    .card-text {
        font-size: 0.875rem;
    }
    .blog-hero-banner .container {
        padding: 1rem;
        text-align: center;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-location small.small,
    .osahan-location h6 {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .osahan-location {
        padding-right: 0px !important;
    }
    .osahan-header ul.list-inline li.list-inline-item:first-child a.p-3 {
        /* padding-left: 0px !important; */
    }
    .footer-copyright {
        background: #f8f9fa;
        padding: 1.5rem 1rem;
        text-align: center;
        font-size: 0.9rem;
        border-top: 1px solid #ddd;
    }
    .footer-copyright .col-auto {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .footer-copyright .col-auto {
        margin: auto;
        padding: 4px 0;
    }
    .footer-copyright p.m-0.text-muted.pe-1 {
        display: none;
    }
    .top-search-bar {
        border-top: 1px solid #dee2e6;
    }

    .top-search-bar input {
        border: none;
        box-shadow: none !important;
    }
    .shop-category .osahan-arrow {
        display: none !important;
    }
    .osahan-left {
        z-index: 9;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
    }
    .osahan-listing .container {
        padding: 0px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
    .product-details {
        display: none;
    }
    .product-detail-page .sticky-sidebar2 .border-start .overflow-auto .vh-100 .p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }
    .osahan-card-list .card-img-top {
        padding: 0;
    }
    .osahan-card-list:hover .card-img-top {
        padding: 0;
    }
    .reels-wrapper {
        display: flex !important;
        flex-wrap: nowrap;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .reels-wrapper::-webkit-scrollbar {
        display: none;
    }
    .reels-wrapper {
        scrollbar-width: none;
    }

    .reel-card {
        flex: 0 0 100%;
        box-sizing: border-box;
        padding: 0 0.5rem;
        scroll-snap-align: center;
    }
    .reel-card blockquote.instagram-media {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .reels-section {
        margin-left: 10px;
        margin-right: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .reel-card iframe + div {
        /* display: none !important; */
    }
    .blog-card .card-body {
        padding: 1rem;
    }
    .card-body,
    .reel-card,
    .timeline-step {
        padding: clamp(0.75rem, 2vw, 1.5rem);
    }
    .blog-card .card-title {
        font-size: 1rem;
    }
    .blog-card .card-text {
        font-size: 0.875rem;
    }
}
#signup {
    --bs-modal-width: 600px;
}

h2.fw-bold::after {
    content: "";

    background-color: #f892ff;
    width: 80px;
    display: block;
    height: 4px;
    margin-top: 6px;
}

/* --- brand helpers --- */
.text-gradient {
    background: linear-gradient(90deg, #892eff, #cc1fe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-primary-dd {
    color: #892eff;
}
.hover-lift {
    transition:
        0.3s transform,
        0.3s box-shadow;
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}
.wave-top,
.wave-btm {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
}
.wave-top {
    top: -1px;
    transform: scaleY(1);
}
.wave-btm {
    bottom: -1px;
}
/* --- timeline --- */
.timeline {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.timeline-step {
    text-align: center;
    max-width: 180px;
}
.timeline-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #cc1fe3;
    border-radius: 50%;
    font-weight: 700;
    color: #cc1fe3;
    margin-bottom: 0.5rem;
}
/* CTA subtle hover */
.cta-card {
    transition:
        box-shadow 0.3s,
        transform 0.3s;
}
.cta-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
