body {
    background: #f4f1ec;
    font-family: 'Playfair Display', serif;
    color: #000 !important;
}

.main-banner {
    background: url('/img/home/bannerr.png') no-repeat center;
    background-size: cover;
    padding: 40px 0;
}

.filter-box {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
}

.filter-box label {
    font-weight: 600;
    font-size: 13px;
}

.banner-bg {
    width: 100%;
    min-height: 420px;
    background-image: url('/img/home/cp.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    display: flex;
}

.banner-content {
    padding: 50px 50px 0px 50px;
    border-radius: 5px;
}

.banner-content h1 {
    font-size: 32px;
    font-weight: bold;
}

.profile-card {
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
}

.profile-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.footer {
    background: #2b2b2b !important;
    color: #fff !important;
    text-align: center;
    padding: 12px;
    font-size: 14px;
}

/* ===== EXACT BUTTON COLORS FROM IMAGE ===== */

.btn-search {
    background-color: #f36a2c !important;
    border: none;
    color: #fff !important;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.btn-search:hover {
    background-color: #e85c1f;
    color: #fff !important;
}

.btn-create {
    background-color: #e63b5a !important;
    border: none;
    color: #fff !important;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.btn-create:hover {
    background-color: #d8324f !important;
    color: #fff !important;
}

.btn-filter {
    background-color: #e63b5a !important;
    border: none;
    color: #fff !important;
    font-weight: 600;
}

.btn-filter:hover {
    background-color: #d8324f !important;
    color: #fff !important;
}

.btn-view {
    background-color: #f36a2c !important;
    border: none;
    color: #fff !important;
    font-size: 14px;
}

.btn-view:hover {
    background-color: #e85c1f !important;
    color: #fff !important;
}

hr {
    margin: 0.5rem 0 !important;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.sidebar-ad img {
    width: 100%;
    height: auto;
}

.cardhome {
    background: #ffffff91 !important;
}

.why-section {
    background: #fff !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.info-box {
    border: 1px solid #eaeaea !important;
    padding: 15px;
    text-align: center;
    background: #fff !important;
}

.info-box h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

.icon-list {
    display: flex;
    justify-content: space-between;
}

.icon-item {
    width: 32%;
    font-size: 13px;
}

.icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 6px;
}

.steps {
    text-align: left;
    padding: 0 10px;
}

.step {
    font-weight: 600;
    margin-bottom: 8px;
}

.step span {
    background: #f36a2c;
    color: #fff !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.store-btn {
    display: block;
    padding: 8px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 6px;
    font-weight: 600;
}

.store-btn.google {
    background: #000;
}

.store-btn.apple {
    background: #444;
}

.matrimony-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff6ef;
    padding: 12px 15px;
    border-radius: 6px;
}

.matrimony-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffe1cc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f36a2c !important;
    font-size: 20px;
    flex-shrink: 0;
}

.matrimony-text h6 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}

.matrimony-text p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #777 !important;
    line-height: 1.4;
}

/* LEFT MOBILE */
.download-left {
    flex-shrink: 0;
}

.app-mockup {
    height: 150px;
    width: auto;
}

/* RIGHT CONTENT */
.download-right h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

/* STORE BUTTONS */
.store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff !important;
    margin-bottom: 8px;
    font-size: 12px;
}

.store-btn i {
    font-size: 20px;
}

.store-btn.google {
    background: #000;
}

.store-btn.apple {
    background: #333;
}

/* ORANGE CTA */
.cta-btn {
    display: inline-block;
    margin-top: 8px;
    background: #f36a2c !important;
    color: #fff !important;
    padding: 7px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.cta-btn:hover {
    background: #e85c1f !important;
}

.hide-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    scroll-behavior: smooth;
}

.hide-scrollbar:active {
    cursor: grabbing;
}

.hide-scrollbar::-webkit-scrollbar {
    height: 0;
}

.hide-scrollbar:hover::-webkit-scrollbar {
    height: 6px;
}

.hide-scrollbar,
.hide-scrollbar * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* ------------------------------------------ */

@media (max-width: 992px) {
    .filter-box {
        padding: 12px;
        font-size: 13px;
    }

    .filter-box .d-flex.gap-4 {
        gap: 12px !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .filter-box {
        padding: 15px;
        border-radius: 8px;
    }

    .filter-box .d-flex {
        flex-wrap: wrap;
        gap: 10px !important;
    }

    .age-wrapper {
        padding: 0 5px;
    }

    .filter-box button {
        font-size: 15px;
        padding: 10px;
    }

    .sidebar-ad img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {

    .filter-box label b {
        font-size: 14px;
    }

    .filter-box span {
        font-size: 18px !important;
    }
}