﻿@charset "utf-8";
/* CSS Document */
/* css resets starts here */
* {
    margin: 0;
    outline: none;
    padding: 0;
    font-weight: 400;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-family: 'poppins', 'roboto' !important;
    font-size: 10px !important;
    line-height: 1.6rem;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    min-width: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: var(--gray-f1f1f1) !important;
    margin: 0;
    padding: 0px;
    font-family: 'poppins' !important;
}

main {
    display: block;
    font-family: 'poppins', 'roboto' !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
    line-height: 1.6rem;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

i {
    font-style: normal;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]:-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.text-center {
    text-align: center;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    position: relative;
    z-index: 100;
}
/* css resets end here */
/* page css starts here */
* {
    box-sizing: border-box;
}

:root {
    --black-000: #000;
    --black-333: #333;
    --black-666: #666;
    --black-999: #999;
    --black-f2f2f2: #f2f2f2;
    --black-f9f9f9: #f9f9f9;
    ---black-ccc:#ccc;
    --black-e4e4e4: #e4e4e4;
    --white: #fff;
    --red: #ff4242;
}
/* button starts here */
.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.sul-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2rem;
    background-color: var(--white);
    border: none;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: var(--weight-500);
    color: var(--black);
    white-space: nowrap;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: transparent;
}

.sul-big-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.6rem;
    background-color: var(--yellow-clr);
    border: none;
    font-size: 1.4rem;
    font-weight: var(--weight-500);
    height: 2.4rem;
    color: var(--black);
}

    .sul-big-button.dis-blk {
        display: flex;
    }

.sul-button.small {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
}

.sul-button.red-but {
    background-color: var(--red);
    color: var(--white);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-align: center;
}

.sul-button.gray-but {
    background-color: var(--gray-ccc);
    color: var(--black);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-align: center;
}

.sul-button.yellow-but {
    background-color: var(--yellow-full);
    color: var(--black);
}

.sul-button.border-red {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 1.2rem 2rem;
    color: var(--red);
    border: solid 1px var(--red);
    font-weight: var(--weight-500);
    background-color: var(--white);
    transition: 1s;
}

    .sul-button.border-red:hover {
        background-color: var(--red);
        color: var(--white);
    }

.sul-button-gray-border {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.6rem;
    color: var(--black-shade-666);
    border: solid 1px var(--black-shade-999);
    font-size: 1.4rem;
    font-weight: var(--weight-500);
    transition: 1s;
}

    .sul-button-gray-border:hover {
        background-color: var(--black-shade-999);
        color: var(--white);
    }

.sul-button a i {
    display: flex;
}

a.sul-button.loading-ser {
    pointer-events: none;
}

a.sul-button .loader {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

a.sul-button .circle {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}

    a.sul-button .circle:nth-child(2) {
        animation-delay: 0.2s;
    }

    a.sul-button .circle:nth-child(3) {
        animation-delay: 0.4s;
    }

    a.sul-button .circle:nth-child(4) {
        animation-delay: 0.6s;
    }
/* button end here */
/* page css starts here */
h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: var(--black-000);
    padding: 10px 0;
}

.offer-page {
    width: 80%;
    margin: 0 auto;
}

    .offer-page h1 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        color: var(--black-000);
        text-align: center;
        margin: 20px 0;
    }

        .offer-page h1 span {
            position: relative;
            margin: 0 5px;
        }

            .offer-page h1 span:after {
                content: ' ';
                position: absolute;
                left: -5px;
                bottom: 6px;
                z-index: -1;
                width: 106%;
                background-color: rgb(255, 198, 206);
                height: 10px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }

.top-section {
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    gap: 20px;
    margin: 20px auto;
}

.panel {
    border-radius: 15px;
    padding: 2.5rem;
}

.offers-panel {
    background: #ffe8eb;
    position: relative;
}

.panel .sub-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: var(--black-333);
    padding: 1rem 0 1.5rem 0;
    font-weight: 500;
}

.offers-panel h2, .promo-panel h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
}

.promo-label, .feature-text, .cta-copy, .info-text, .offer-subtitle, .card-subtitle, .owner-details {
    margin: 12px 0;
    color: #666666;
    line-height: 1.6;
}

.panel-intro {
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--black-666);
    padding: 0 0 1rem 0;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 15px 0 25px 0;
}

.stat-card {
    background: white;
    border-radius: 14px;
    padding: 20px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.stat-value {
    font-family: "Rubik Dirt", system-ui;
    font-size: 30px;
    line-height: 40px;
    color: #d04a1d;
    font-weight: 400;
    text-align: center;
}

.stat-label {
    font-size: 15px;
    line-height: 18px;
    color: var(--black-000);
    font-weight: 500;
    text-align: center;
}

.offer-list {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}

.offer-item {
    background: white;
    border-radius: 14px;
    padding: 18px 18px 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.offer-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
}

.offer-subtitle {
    margin: 8px 0 0;
    font-size: 16px;
    color: #666666;
}

.offer-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-000);
}

    .offer-tag.free {
        background: #a5ed95;
    }

    .offer-tag.hot {
        background: #ff836d;
    }

    .offer-tag.risk {
        background: #ffd786;
    }

.primary-button, .secondary-button, .pill-button {
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}

.primary-button {
    width: 100%;
    height: 58px;
    background: #ec4758;
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}

.secondary-button {
    width: 100%;
    height: 58px;
    background: #ffffff;
    color: #ec4758;
    border: 2px solid #ec4758;
    font-size: 18px;
    margin-top: 98px;
}

    .secondary-button.white {
        background: rgba(255, 255, 255, 0.15);
        color: white;
        border-color: rgba(255, 255, 255, 0.35);
    }

.promo-panel {
    background: #f5f3f3;
}

.promo-label {
    color: #555555;
    font-size: 22px;
    margin: 0 0 16px;
    font-weight: 500;
}

.promo-banner {
    display: flex;
    gap: 18px;
    align-items: center;
    background: #f88e0f;
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0;
    color: white;
}

.promo-icon-box {
}

.promo-banner-title {
    margin: 2rem 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.promo-features {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}

.feature-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: white;
    display: grid;
    place-items: center;
    font-size: 22px;
}

.feature-details {
}

.feature-title {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.feature-text {
    margin: 6px 0 0;
    font-size: 14px;
}

.promo-code-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.promo-code {
    font-size: 18px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 50px;
    background: #9ad872;
    color: #333333;
    font-weight: 700;
}

.promo-note {
    font-size: 18px;
    line-height: 22px;
    color: #50a817;
    font-weight: 600;
}

.offer-search {
    margin: 20px auto;
    padding: 20px;
    background-color: #F3F3F3;
}

    .offer-search .frm-outer {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

        .offer-search .frm-outer .single-search {
            width: 24.5%;
        }

            .offer-search .frm-outer .single-search .btn-outer {
                display: inline-flex;
            }

            .offer-search .frm-outer .single-search select {
                width: 100%;
                padding: 10px;
                appearance: auto;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                font-size: 15px;
                list-height: 20px;
                color: var(--black-666);
            }

.cat-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 5px 0 20px 0;
}

    .cat-list a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 14px;
        color: var(--black-333);
        background-color: #EAEFEF;
        transition: 1s;
    }

        .cat-list a.active, .cat-list a:hover {
            background-color: #BFC9D1;
        }

.listing-title-blk {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
}

    .listing-title-blk .lt-tit-blk {
        width: 50%;
    }

        .listing-title-blk .lt-tit-blk .first-line {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            column-gap: 5px;
            align-items: center;
            font-size: 18px;
            line-height: 22px;
            color: var(--black-000);
            font-weight: 600;
        }

            .listing-title-blk .lt-tit-blk .first-line b {
                font-weight: 600;
            }

            .listing-title-blk .lt-tit-blk .first-line span {
                font-size: 15px;
                color: var(--red);
            }

        .listing-title-blk .lt-tit-blk h3 {
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            padding: 10px 0 5px 0;
            margin: 0;
        }

    .listing-title-blk .rt-tit-blk {
        width: 50%;
    }

        .listing-title-blk .rt-tit-blk ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: center;
            gap: 15px;
        }

            .listing-title-blk .rt-tit-blk ul li {
                margin: 0px;
                padding: 0px;
                list-style: none;
            }

                .listing-title-blk .rt-tit-blk ul li a {
                    display: inline-block;
                    font-size: 16px;
                    line-height: 20px;
                    padding: 5px 10px;
                    background-color: #ebebeb;
                    color: var(--black-333);
                    text-decoration: none;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    transition: 1s;
                }

                    .listing-title-blk .rt-tit-blk ul li a:hover, .listing-title-blk .rt-tit-blk ul li a.active {
                        background-color: var(--black-999);
                        color: var(--white);
                    }

.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.offer-card {
    background: white;
    border: 1px solid #ebe7e7;
    border-radius: 16px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
    padding: 22px;
    display: grid;
    gap: 18px;
}

.offer-card-alt {
    background: white;
}

.card-top {
    display: grid;
    gap: 6px;
}

.card-tag {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-000);
}

    .card-tag a {
        font-size: 18px;
        font-weight: 600;
        color: var(--black-000);
    }

.card-subtitle {
    margin: 0;
    font-size: 15px;
    color: #666666;
}

.offer-value-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 18px;
    background: #f3f3f3;
    border-radius: 14px;
}

.value-label {
    margin: 0 0 8px;
    font-size: 15px;
    color: #888888;
}

.value-price {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

    .value-price.no-now {
        text-decoration: line-through;
        color: var(--black-666);
    }

.offer-owner-row {
    display: flex;
    gap: 14px;
    align-items: center;
}

.owner-pill {
    font-size: 18px;
    line-height: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFD8A7;
    border: 1px solid #ebe7e7;
    display: grid;
    place-items: center;
    color: #f0735c;
    font-weight: 700;
}

.owner-details-outer {
    width: calc(100% - 50px);
}

    .owner-details-outer .owner-name {
        margin: 0;
        padding: 0 0 5px 5px;
        font-size: 17px;
        color: #2fa4d7;
        font-weight: 500;
    }

        .owner-details-outer .owner-name a {
            font-size: 17px;
            color: #2fa4d7;
        }

    .owner-details-outer .owner-details {
        margin: 0px;
    }

        .owner-details-outer .owner-details ul {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-start
        }

            .owner-details-outer .owner-details ul li {
                margin: 0;
                padding: 0 0 3px 0;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                gap: 5px;
            }

                .owner-details-outer .owner-details ul li img {
                    width: 15px;
                }

                .owner-details-outer .owner-details ul li p {
                    font-size: 15px;
                    line-height: 18px;
                    color: var(--black-666);
                }

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.offer-price {
    margin: 0;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #93bd57;
}

    .offer-price.free {
        color: #333333;
    }

    .offer-price.pay-after {
        color: #93bd57;
    }

.offer-savings {
    margin: 4px 0 0;
    color: #93bd57;
    font-size: 14px;
    line-height: 17px;
}

.pill-button {
    min-width: 140px;
    background: white;
    color: #ec4758;
    border: 1px solid #ec4758;
    padding: 10px 14px;
    border-radius: 12px;
}

.cta-section {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 24px;
    background: #0cc3b8;
    border-radius: 16px;
    padding: 40px;
    color: white;
    margin-bottom: 32px;
}

.cta-main {
    display: grid;
    gap: 16px;
}

    .cta-main .cta-title-txt {
        padding: 0px 100px;
        margin: 0;
        font-size: 40px;
        line-height: 1.05;
        font-weight: 700;
        text-align: center;
    }

    .cta-main .cta-sub-title {
        padding: 0px 100px;
        margin: 0;
        font-size: 26px;
        line-height: 32px;
        font-weight: 500;
        text-align: center;
    }

.cta-copy {
    margin: 0;
    font-size: 17px;
    max-width: 680px;
    line-height: 1.7;
}

.cta-main .btn-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 100px;
    padding: 20px 0;
    gap: 30px;
}

    .cta-main .btn-outer a.cta-red-button {
        background-color: var(--red);
        color: var(--white);
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        text-align: center;
        font-size: 22px;
        line-height: 32px;
        padding: 15px 20px
    }

    .cta-main .btn-outer a.cta-white-button {
        border: solid 1px var(--white);
        color: var(--white);
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        text-align: center;
        font-size: 22px;
        line-height: 32px;
        padding: 15px 20px;
        transition: 1s;
    }

        .cta-main .btn-outer a.cta-white-button:hover {
            background-color: var(--red);
            border: solid 1px var(--red);
            color: var(--white);
            -webkit-border-radius: 5px !important;
            -moz-border-radius: 5px !important;
            border-radius: 5px !important;
            text-align: center;
            font-size: 22px;
            line-height: 32px;
            padding: 15px 20px
        }

.cta-card {
    background: rgba(255, 255, 255, 0.66);
    border-radius: 18px;
    padding: 24px;
    display: grid;
    gap: 16px;
}

.cta-card-info {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

    .cta-card-info .info-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        background: white;
        display: grid;
        place-items: center;
        padding: 10px;
    }

    .cta-card-info .info-details {
        width: calc(100% - 50px);
    }

        .cta-card-info .info-details .info-title {
            margin: 0;
            font-size: 25px;
            line-height: 30px;
            font-weight: 600;
            color: var(--black);
        }

        .cta-card-info .info-details .info-text {
            margin: 6px 0 0;
            font-size: 17px;
            line-height: 21px;
            color: var(--black-666);
        }

.categories-section {
    margin-bottom: 60px;
}

.browse-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

    .browse-categories h2 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
    }

.category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.category-card {
    background: white;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 22px;
    display: grid;
    gap: 16px;
    text-align: left;
}

.category-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #f5f5f5;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 700;
}

.category-card p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.offer-ser-cat {
    margin: 20px 0
}

    .offer-ser-cat .title-blk {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0;
        gap: 15px;
    }

        .offer-ser-cat .title-blk .lt-blk {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

            .offer-ser-cat .title-blk .lt-blk h3 {
                font-size: 22px;
                line-height: 26px;
                font-weight: 600;
                padding: 5px 0 5px 0;
                margin: 0;
                color: var(--black);
            }

            .offer-ser-cat .title-blk .lt-blk .sub-title {
                font-size: 16px;
                line-height: 20px;
                color: var(--black-666);
                margin: 5px 0 0 0;
            }

        .offer-ser-cat .title-blk .rt-blk {
        }

    .offer-ser-cat ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

        .offer-ser-cat ul li {
            padding: 0;
            margin: 0;
            border: solid 1px var(---black-ccc);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            width: 19%;
            transition: 1s;
        }

            .offer-ser-cat ul li:hover {
                box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
            }

            .offer-ser-cat ul li a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 25px 20px;
                font-size: 14px;
                color: var(--black-333);
                text-decoration: none;
                transition: 1s;
                width: 100%;
            }

                .offer-ser-cat ul li a figure {
                    margin: o auto;
                }

                .offer-ser-cat ul li a span {
                    display: block;
                    font-size: 14px;
                    line-height: 20px;
                    color: var(--black);
                    padding: 5px 0;
                }

.offer-faq-blk {
    padding: 20px;
    margin: 20px 0;
    border: solid 1px #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .offer-faq-blk h2 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        padding: 0 0 10px 0;
        margin: 0;
        color: var(--black);
    }

    .offer-faq-blk .faq-outer {
        padding: 2rem 0;
    }

        .offer-faq-blk .faq-outer ul {
            padding: 0px;
            margin: 0px;
        }

            .offer-faq-blk .faq-outer ul li {
                margin: 0px;
                padding: 0 0 1.5rem 0;
            }

                .offer-faq-blk .faq-outer ul li h3 {
                    padding: 0px;
                    margin: 0px;
                }

                    .offer-faq-blk .faq-outer ul li h3 .ques-txt {
                        display: block;
                        padding: 1.5rem 3rem 1.5rem 1.5rem;
                        font-size: 1.6rem;
                        line-height: 2.2rem;
                        color: var(--black);
                        border: solid 1px var(--black-e4e4e4);
                        -webkit-border-top-left-radius: 4px;
                        -webkit-border-top-right-radius: 4px;
                        -moz-border-radius-top-left: 4px;
                        -moz-border-radius-top-right: 4px;
                        border-top-left-radius: 4px;
                        border-top-right-radius: 4px;
                        position: relative;
                        background: url(https://usimg.sulekha.io/cdn/others/images/others_2025-05-06-07-58-48-883.png) no-repeat 99% center;
                    }

                        .offer-faq-blk .faq-outer ul li h3 .ques-txt .arrows {
                            position: absolute;
                            top: 17px;
                            right: 5px;
                            z-index: 5;
                        }

                            .offer-faq-blk .faq-outer ul li h3 .ques-txt .arrows span {
                                font-size: 2rem;
                                font-weight: 600;
                                color: var(--black-666);
                            }

                        .offer-faq-blk .faq-outer ul li h3 .ques-txt.active .arrows span {
                            animation: rotate180 0.5s ease-in-out forwards;
                        }

@keyframes rotate180 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.offer-faq-blk .faq-outer ul li .answ {
    display: none;
    border: solid 1px var(--black-e4e4e4);
    border-top: none;
    padding: 1.5rem;
    background-color: var(--black-f9f9f9);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .offer-faq-blk .faq-outer ul li .answ.show {
        display: block;
    }

    .offer-faq-blk .faq-outer ul li .answ .sub-title {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: var(--black);
        font-weight: 600;
        padding: 1rem 0;
    }

    .offer-faq-blk .faq-outer ul li .answ p {
        font-size: 1.4rem;
        line-height: 2rem;
        color: var(--black-333);
        padding: 0 0 1rem 0;
    }

    .offer-faq-blk .faq-outer ul li .answ ul {
        margin: 1rem 0;
        padding: 0px;
    }

        .offer-faq-blk .faq-outer ul li .answ ul li {
            margin: 0 0 1rem 3rem;
            padding: 0px;
            list-style: circle;
            font-size: 1.5rem;
            line-height: 2rem;
            color: var(--black-333);
        }




/* page css end here */

/* Media queries starts here */
@media (max-width: 1366px) {
    .offer-ser-cat ul li {
        width: 18.8%;
    }
}

@media (min-width: 1023px) and (max-width: 1280px) {
}

@media (max-width: 1200px) {
}

@media (min-width: 769px) and (max-width: 1024px) {
}

@media (max-width: 768px) {
    .offer-page {
        padding: 90px 0 0 0;
        width: 95%;
    }

        .offer-page h1 {
            font-size: 26px;
            line-height: 30px;
        }

    .top-section {
        grid-template-columns: 1fr;
    }

    .stats-row {
        grid-template-columns: 1fr;
    }

    .stat-card {
        padding: 10px 5px;
        min-height: auto;
    }

    .stat-value {
        font-size: 25px;
        line-height: 25px;
    }

    .offer-item {
        flex-direction: column;
    }

    .offer-title {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .offer-subtitle {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .offers-panel h2, .promo-panel h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .promo-banner {
        flex-direction: column;
        padding: 10px;
        margin: 10px;
        gap: 5px;
    }

    .promo-banner-title {
        margin: 10px 0;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .feature-row {
        flex-direction: row;
        gap: 10px;
    }

    .panel {
        padding: 15px;
    }

    .promo-banner {
        margin: 10px 0;
    }

    .feature-icon {
        padding: 0 5px;
        border-radius: 5px;
        width: 50px
    }

    .feature-details {
        width: calc(100% - 60px)
    }

    .promo-code-block {
        flex-direction: column;
    }

    .promo-note {
        text-align: center;
    }

    .secondary-button {
        margin-top: 0px;
    }

    .cat-list {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .listing-title-blk {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .listing-title-blk .lt-tit-blk {
            width: 100%;
        }

            .listing-title-blk .lt-tit-blk h3 {
                font-size: 17px;
                line-height: 20px;
            }

        .listing-title-blk .rt-tit-blk {
            width: 100%;
            overflow-x: scroll;
            white-space: nowrap;
        }

            .listing-title-blk .rt-tit-blk ul {
                justify-content: flex-start;
            }

    .offers-grid {
        grid-template-columns: 1fr;
    }

    .offer-search .frm-outer {
        flex-direction: column;
        align-items: flex-start;
    }

        .offer-search .frm-outer .single-search {
            width: 100%;
        }

    .cta-section {
        padding: 15px;
    }

    .cta-section {
        grid-template-columns: 1fr;
    }

    .cta-main .cta-title-txt {
        padding: 10px 10px 0 10px;
        font-size: 26px;
        line-height: 30px;
    }

    .cta-main .cta-sub-title {
        font-size: 18px;
        line-height: 22px;
        padding: 0 10px 10px 10px;
    }

    .cta-main .btn-outer {
        margin: 10px;
        padding: 0px;
    }

    .offer-ser-cat .title-blk {
        flex-direction: column;
    }

    .offer-ser-cat ul li {
        width: 47%;
    }

        .offer-ser-cat ul li a {
            padding: 10px;
        }
}
/* Media queries end here */


