:root {
    --defaultColor: #50cd89;
    --grayColor: #b5b5c3;
    --primaryColor: #009ef7;
    --dangerColor: #c82333;
    --btnColor: #009ef7;
    --whatsappBottom: 120px;
    --whatsappRight: 27px;
    --primaryGradient: linear-gradient(90deg, var(--primaryColor) 0%, var(--primaryRGB-25) 100%);
}

.theme-light {
    --navbar-bg: #1e3a5f;
    --body-color: #f3f5f9;
    --background-color: #f3f5f9;
    --color: #4b566b;
    --card-color: #fff;
    --box-shadow: #eee;
    --box-shadow-soft: #eee;
    --border-color: #eee;
    --soft-background: #fff;
    --card-soft: #f9f9f9;
    --after-bg-color: rgba(0, 0, 0, 0.4);

    /* --hero-bg-color: linear-gradient(160deg, var(--primaryColor) 0%, var(--primaryColor) 50%, var(--primaryColor) 100%); */

    ;

}

.theme-dark {
    --navbar-bg: #0c1a30;
    --body-color: #0f1729;
    --color: #e3e5e7;
    --card-color: #162032;
    --box-shadow: rgba(0, 0, 0, 0.1);
    --box-shadow-soft: #322d2d;
    --background-color: #0f1729;
    --border-color: rgba(209, 213, 219, 0.1);
    --soft-background: rgba(255, 255, 255, 0.1);
    --card-soft: rgba(255, 255, 255, 0.1);
    --after-bg-color: rgba(0, 0, 0, 0.2);
    /* --hero-bg-color: linear-gradient(160deg, #06101f 0%, #0e1f3d 50%, #162d5a 100%); */
}

.whatsapp-color {
    color: rgb(52, 211, 153);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: var(--body-color) !important;
}

a {
    color: var(--color);
}

a:hover,
a:visited {
    color: var(--color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    font-family: "Montserrat";
}

.theme-light .contacts_area .form-control,
.theme-light .reservation_form .form-control,
.theme-light .form-control {
    border-color: #ddd !important;
}

.mainWrapper {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    background-color: var(--body-color);
}

.hero-search-title {
    color: var(--color);
}

.mt-150 {
    margin-top: 150px;
}

.users_section.homeSection,
.theme-contact-section {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 0;
    margin: 0;
    background: var(--body-color) !important;
}

td,
tr,
th {
    color: var(--color) !important;
    border-color: var(--border-color) !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

button:hover {
    text-decoration: none;
    outline: none;
}

button:focus {
    text-decoration: none;
    outline: none;
}

p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.dis_none {
    display: none;
}

img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out !important;
}

a:hover,
button:hover {
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out !important;
}

.pointer {
    cursor: pointer;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--body-color) inset !important;
    -webkit-text-fill-color: var(--color) !important;
    /* Add this */
    transition: background-color 5000s ease-in-out 0s;
    /* Prevent background color flashing */
}

.none {
    display: none !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block {
    display: block;
}



/* --------------------------------------
        Hero Section Area
-------------------------------------- */

.hero-wrap {
    position: relative;
    background: var(--hero-bg-color);
    overflow: hidden;
    padding-top: 4rem;
    height: calc(100dvh - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner {
    padding-top: 1rem;
    padding-bottom: 5.5rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgb(10 22 40 / 13%);
    border: 1px solid rgb(255 152 0 / 23%);
    border-radius: 50px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1.35rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .3px;
}

.bottomShape {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
}

.hero-badge .fa {
    color: var(--primaryColor);
    font-size: 0.9rem;
}

.hero-title {
    font-size: clamp(1.85rem, 4vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.dz-styleTitle {
    margin-bottom: 20px;
}

.hero-title-gold {
    font-size: 28px;
    font-weight: 600;
    color: var(--primaryColor);
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.style-shape {
    position: absolute;
    bottom: -9px;
    height: 12px;
    width: 100%;
    left: 0;
}

.w-fit {
    width: fit-content;
}

.landing-page .hero-cats {
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    font-family: 'Poppins', sans-serif;
}


.landing-page .hero-desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.landing-page .btn-hero-outline {
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.55rem 1.35rem;
    background: transparent;
}

.landing-page .btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.landing-page .hero-features {
    margin-top: 2rem;
    padding-top: 0.25rem;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.landing-page .hero-feature-item .fa {
    color: var(--primaryColor);
    font-size: 1.1rem;
    width: 1.5rem;
    text-align: center;
    margin-right: 0.5rem;
}

.hero-bottom-action>.btn {
    padding: 14px 24px;
    border: 1px solid var(--primaryColor);
    border-radius: 30px;
    color: #f4f4f4;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.hero-bottom-action>.btn:hover {
    background: #eeeeee1a;
}

.hero-bottom-action .btn.live-demo-btn {
    background: var(--primaryColor);
    border: var(--primaryColor);
    color: #fff;
    transition: all .3s ease-in-out;
}

.hero-bottom-action .btn.live-demo-btn:hover {
    background: #fba100;
    box-shadow: 0 3px 20px #fb9f0091;
}

.hero-bottom-action {
    display: flex;
    align-items: center;
    gap: 15px;
}

.landing-page .phone-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.landing-page .phone-frame {
    width: 325px;
    max-width: 100%;
    background: linear-gradient(160deg, #2a3444 0%, #1a2230 100%);
    border-radius: 36px;
    padding: 12px 12px 18px;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    margin-top: 40px;

}

.landing-page .phone-notch {
    width: 100px;
    height: 22px;
    background: #1a2230;
    border-radius: 0 0 14px 14px;
    margin: -2px auto 8px;
}

.landing-page .phone-screen {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 10px 8px 12px;
}

.landing-page .menu-card {
    background: #fafafa;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px solid #eee;
}

.landing-page .menu-card-img-wrap {
    padding: 8px 8px 0;
    text-align: center;
}

.landing-page .menu-card-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}

.landing-page .menu-card-body {
    padding: 4px 8px 8px;
}

.landing-page .menu-card-title {
    font-size: 0.68rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 2px;
    line-height: 1.25;
}

.landing-page .menu-card-sub {
    font-size: 0.58rem;
    color: #777;
    margin: 0 0 6px;
    line-height: 1.3;
}

.landing-page .menu-card-price {
    font-size: 0.72rem;
    font-weight: 700;
    color: #222;
}

.landing-page .menu-card-plus {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: none;
    background: #ffb6c1;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page .phone-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1.25rem;
}

.landing-page .phone-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.landing-page .phone-dot.active {
    background: var(--primaryColor);
    width: 9px;
    height: 9px;
}

.landing-page .wave-bottom {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: -1px;
}

.landing-page .whatsapp-float {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 1050;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.landing-page .whatsapp-float:hover {
    color: #fff !important;
    transform: scale(1.05);
}

.landing-page .whatsapp-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 50px;
    background: #e53935;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0a1628;
}


/* —— Built for every business type (8 cards) —— */
.biz-types-section {
    color: var(--color);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.biz-types-badge {
    display: inline-block;
    background: var(--soft-background);
    color: #60a5fa;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #1e40af38;
}

.biz-types-heading {
    font-weight: 600;
    font-size: clamp(1.65rem, 3.2vw, 2.2rem);
    color: var(--color);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    font-family: 'Poppins', sans-serif;
}

.biz-types-lead {
    color: var(--color);
    font-size: 15px;
    line-height: 1.65;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
}

.biz-type-card {
    background: var(--card-color);
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    padding: 1.55rem 1.45rem;
    height: 100%;
    transition: box-shadow 0.2s ease,
        transform 0.2s ease;
    border: 1px solid var(--border-color);
}

.biz-type-card:hover {
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.biz-type-ico-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.landing-page .biz-type-ico-wrap .fa {
    font-size: 1.25rem;
}

.landing-page .biz-type-rest .biz-type-ico-wrap {
    background: rgba(234, 88, 12, 0.12);
    color: #ea580c;
}

.landing-page .biz-type-cafe .biz-type-ico-wrap {
    background: rgba(146, 64, 14, 0.12);
    color: #92400e;
}

.landing-page .biz-type-bakery .biz-type-ico-wrap {
    background: rgba(219, 39, 119, 0.12);
    color: #db2777;
}

.landing-page .biz-type-market .biz-type-ico-wrap {
    background: rgba(22, 163, 74, 0.12);
    color: #16a34a;
}

.landing-page .biz-type-ecom .biz-type-ico-wrap {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.biz-type-salon .biz-type-ico-wrap {
    background: rgba(147, 51, 234, 0.12);
    color: #9333ea;
}

.biz-type-juice .biz-type-ico-wrap {
    background: rgba(14, 165, 233, 0.14);
    color: #0ea5e9;
}

.biz-type-retail .biz-type-ico-wrap {
    background: rgba(100, 116, 139, 0.14);
    color: #64748b;
}

.biz-type-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color);
    margin-bottom: 0.35rem;
    font-family: 'Poppins', sans-serif;
}

.biz-type-desc {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.biz-type-divider {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 0 0 1rem;
}

.biz-type-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.biz-type-list li {
    display: flex;
    align-items: flex-start;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.biz-type-list li:last-child {
    margin-bottom: 0;
}

.biz-type-list .fa-check {
    flex-shrink: 0;
    margin-right: 0.45rem;
    margin-top: 0.15rem;
    font-size: 0.72rem;
}

.biz-type-rest .biz-type-list .fa-check {
    color: #ea580c;
}

.biz-type-cafe .biz-type-list .fa-check {
    color: #92400e;
}

.biz-type-bakery .biz-type-list .fa-check {
    color: #db2777;
}

.biz-type-market .biz-type-list .fa-check {
    color: #16a34a;
}

.biz-type-ecom .biz-type-list .fa-check {
    color: #2563eb;
}

.biz-type-salon .biz-type-list .fa-check {
    color: #9333ea;
}

.biz-type-juice .biz-type-list .fa-check {
    color: #0ea5e9;
}

.biz-type-retail .biz-type-list .fa-check {
    color: #64748b;
}

/* —— Why business owners choose us —— */
.why-choose-section {
    background: var(--hero-bg-color);
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
}

.why-choose-heading {
    font-weight: 600;
    font-size: clamp(1.65rem, 3.5vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0.65rem;
    font-family: 'Poppins', sans-serif;
}

.why-choose-heading .why-h-white {
    color: #ffffff;
}

.why-choose-heading .why-h-gold {
    color: rgb(251, 191, 36);
}

.why-choose-sub {
    color: #8892b0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.why-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.why-card:hover {
    border-color: rgba(249, 199, 79, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    transform: translateY(-3px);
}

.why-stat {
    font-size: clamp(2rem, 4vw, 2rem);
    font-weight: 600;
    color: rgb(251, 191, 36);
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    font-family: 'Poppins', sans-serif;
}

.why-ico-wrap {
    width: 52px;
    height: 52px;
    margin: 0 auto 1.1rem;
    border-radius: 12px;
    background: rgb(255 152 0 / 6%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.why-ico-wrap .fa {
    color: rgb(251, 191, 36);
    font-size: 1.2rem;
}

.why-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #eefaff;
    margin-bottom: 0.65rem;
    font-family: 'Poppins', sans-serif;
}

.why-card-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* —— Powerful Tools for Operations (tabs) —— */
.ops-tools-section {
    color: var(--color);
    padding-top: 3.75rem;
    padding-bottom: 4rem;
}

.ops-suite-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.ops-suite-label .fa {
    font-size: 1rem;
    color: #60a5fa;
}

.ops-section-title {
    font-weight: 600;
    font-size: clamp(1.6rem, 3.2vw, 2.15rem);
    color: var(--color);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.65rem;
    font-family: 'Poppins', sans-serif;
}

.landing-page .ops-section-lead {
    color: #6c757d;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.ops-tabs-nav {
    gap: 0.5rem;
    display: flex;
    width: fit-content;
    background: var(--card-soft);
    padding: 5px 7px;
    border-radius: 13px;
    border: 1px solid var(--border-color);
}

.ops-tab-container {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.ops-tabs-nav .nav-item {
    margin: 0.25rem;
}

.ops-tab-link {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--after-bg-color);
    color: var(--color);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.75rem 1.15rem;
    min-width: 118px;
    text-align: center;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.theme-light .ops-tab-link {
    background: #fff;
}

.ops-tab-link:hover {
    border-color: var(--border-color);
    color: var(--color) !important;
}

.ops-tab-link>i {
    font-size: 18px;
    margin-bottom: 0.35rem;
    display: block;
    line-height: 1;
}

.ops-tab-link.active {
    background: var(--primaryGradient) !important;
    border-color: var(--primaryColor) !important;
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(43, 99, 225, 0.38);
}

.landing-page .ops-tab-link.active i {
    color: #fff !important;
}



.ops-offline-ico .fa-cloud {
    font-size: 1.35rem;
    color: inherit;
}

.ops-offline-ico .fa-ban {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.72rem;
    color: #94a3b8;
}

.ops-tab-link.active i.fa-ban {
    color: rgba(255, 255, 255, 0.85) !important;
}

.ops-tab-link.active i.fa-cloud {
    color: #fff !important;
}

.ops-visual-frame {
    padding: 1.5rem 1.25rem 1.75rem;
    text-align: center;
}

.ops-visual-frame img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.ops-head-ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--primaryColor);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 10px !important;
    box-shadow: 0 3px 14px #6c99ffba;
}

.ops-pane-title {
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    font-weight: 600;
    color: var(--color);
    line-height: 1.25;
    margin-bottom: 0.65rem;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.ops-pane-desc {
    color: var(--color);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
    max-width: 500px;
}

.ops-feat-item {
    display: flex;
    align-items: center;
    background: var(--card-soft);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    margin-bottom: 0.65rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color);
}

.ops-feat-item:last-child {
    margin-bottom: 0;
}

.ops-feat-check {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
}

.ops-feat-check .fa-check {
    font-size: 0.65rem;
    color: #fff;
}

.ops-pane-body {
    padding-top: 0.25rem;
}




/* —— Pricing plans —— */

.pricing-section {
    color: var(--color);
    padding-top: 3.75rem;
    padding-bottom: 4.5rem;
}

.pricing-card {
    position: relative;
    background: var(--card-color);
    border-radius: 16px;
    padding: 1.75rem 1.35rem 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-color);
    text-align: center;
    height: 100%;
    border-top: 5px solid transparent;
    transition: box-shadow 0.2s ease,
        transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.pricing-dur-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    max-width: 520px;
    margin: 0 auto 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
}



.pz-divider {
    margin-top: 20px;
    padding-bottom: 13px;
    border-top: 1px solid var(--border-color);
}

.pricing-card:hover {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.pricing-card--basic {
    border-top-color: #22c55e;
}

.pricing-card--advanced {
    border-top-color: #2563eb;
}

.pricing-card--pro {
    border: 2px solid #7c3aed;
    border-top-width: 4px;
    border-top-color: #7c3aed;
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.18);
    padding-top: 2.35rem;
}

.pricing-card--premium {
    border-top-color: #d97706;
}

.pricing-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #7c3aed;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
}

.pricing-crown-wrap {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    line-height: 1;
}

.pricing-card--basic .pricing-crown-wrap {
    background: #22c55e1f;
}

.pricing-card--advanced .pricing-crown-wrap {
    background: #2563eb29;
}

.pricing-card--pro .pricing-crown-wrap {
    background: #7c3aed24;
}

.pricing-card--premium .pricing-crown-wrap {
    background: #d9770624;
}

.pricing-card--basic {
    border-top-color: #22c55e;
}

.card-price {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.pricing-card--basic .card-price {
    color: #16a34a;
}

.pricing-card--advanced .card-price {
    color: var(--primaryColor);
}

.pricing-card--pro .card-price {
    color: #7c3aed;
}

.pricing-card--premium .card-price {
    color: #d97706;
}

a.btn.subscribe-btn {
    width: 100%;
    border-radius: 7px;
    padding: 8px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px;
    transition: all .3s ease-in-out;
}

a.btn.subscribe-btn:hover {
    transform: scale(1.05);
}

.pricing-card--basic .subscribe-btn {
    background-color: #16a34a;
}

.pricing-card--advanced .subscribe-btn {
    background-color: #2563eb;
}

.pricing-card--pro .subscribe-btn {
    background-color: #7c3aed;
}

.pricing-card--premium .subscribe-btn {
    background-color: #d97706;
}

.card-price .period {
    color: var(--color) !important;
    font-size: 15px;
    font-weight: 500;
}

.pricing-plan-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color);
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.pricing-branch-badge {
    display: inline-block;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.85rem;
}

.pricing-cta {
    display: inline-block;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.85rem;
    text-decoration: none !important;
}

.pricing-card--basic .pricing-cta {
    color: #16a34a;
}

.pricing-card--advanced .pricing-cta {
    color: #2563eb;
}

.pricing-card--pro .pricing-cta {
    color: #7c3aed;
}

.pricing-card--premium .pricing-cta {
    color: #d97706;
}

.pricing-offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid;
    border-radius: 50px;
    padding: 0.35rem 0.75rem;
    font-size: 0.68rem;
    font-weight: 700;
    margin: 1rem auto 0;
}

.pricing-card--advanced .pricing-offer-badge {
    border-color: #2563eb5c;
    color: #2563eb;
    background: #2563eb0d;
}

.pricing-offer-badge>i {
    font-size: 13px;
}

.pricing-card--pro .pricing-offer-badge {
    border-color: #7c3aed87;
    color: #7c3aed;
    background: #7c3aed0f;
}

.pricing-card--premium .pricing-offer-badge {
    border-color: #d977067d;
    color: #d97706;
    background: #d9770608;
}

.pricing-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-feat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color);
}

.pricing-feat:last-child {
    border-bottom: none;
}

.pricing-feat span {
    flex: 1;
    text-align: left;
}

.pricing-feat .fa {
    flex-shrink: 0;
    font-size: 0.85rem;
}

.pricing-card--basic .fa-check {
    color: #22c55e;
}

.pricing-feat.not {
    color: #9ca3af;
}

.pricing-feat.not .fa-times {
    color: #F44336;
}

.pricing-card--advanced .fa-check {
    color: #2563eb;
}

.pricing-card--pro .fa-check {
    color: #7c3aed;
}

.pricing-card--premium .fa-check {
    color: #d97706;
}

/* —— Testimonials —— */
.testimonials-section {
    color: var(--color);
    padding-bottom: 4rem;
}

.testimonials-title {
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--color);
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.landing-page .testimonials-lead {
    text-align: center;
    color: #64748b;
    font-size: 0.98rem;
    max-width: 520px;
    margin: 0 auto 2rem;
}

.landing-page .testimonials-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding-bottom: 0.35rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    -webkit-overflow-scrolling: touch;
}


.testimonial-card {
    flex: 0 0 min(300px, 85vw);
    background: var(--card-color);
    border-radius: 14px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 20px var(--box-shadow);
    padding: 1.35rem 1.25rem 1.25rem;
    transition: box-shadow 0.2s ease,
        transform 0.2s ease;
    display: flex;
    flex-direction: column;
}


.testimonial-card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.test-stars {
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    letter-spacing: 0.12rem;
    color: #fbbf24;
}

.test-stars .fa-star-o {
    color: var(--color);
}

.test-quote {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--color);
    margin: 0 0 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.test-divider {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 0 0 1rem;
    margin-top: auto;
}

.test-footer {
    display: flex;
    align-items: center;
    text-align: left;
}

.test-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primaryGradient);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 0.75rem;
}

.test-biz {
    font-weight: 600;
    font-size: 0.92rem;
    color: #009ef7;
    line-height: 1.25;
    font-family: 'Poppins', sans-serif;
}

.test-loc {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 0.1rem;
}



/* —— Pricing plans —— */

.faq-section {
    color: var(--color);
    padding-bottom: 4.5rem;
}

.accordion.accordion-flush {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 14px;
    justify-content: space-between;
}

.accordion-card {
    width: 49%;
    background: var(--card-color);
    border: 1px solid var(--border-color);
    padding: 12px 18px;
    border-radius: 15px;
    box-shadow: 0 4px 10px var(--box-shadow);
}

.accordion-btn .count {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryRGB-25));
    border-radius: 50%;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #ffffff;
}

.btn.accordion-btn {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--color);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.btn.accordion-btn:focus {
    box-shadow: none;
}

.accordion-body {
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--color);
}

.collapsed.arrow_down::after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transform: rotate(180deg);
    color: var(--primaryColor);
    transition: transform 200ms ease-in-out;
    margin-left: auto;
}

.arrow_down::after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transform: rotate(0deg);
    color: var(--primaryColor);
    transition: transform 200ms ease-in-out;
    margin-left: auto;

}

/* --------------------------------------
Footer Area
-------------------------------------- */
.footer-section {
    background: var(--hero-bg-color);
    padding: 80px 0 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    width: 180px;
    margin-bottom: 25px;
}

.footer-text {
    color: #cbd5e1;
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 30px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: var(--primaryRGB-50);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-size: 15px;
}

.footer-social a:hover {
    transform: scale(1.1);
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: .5px;
    text-align: center;
    margin-left: -50px;
}



.footer-title.blue::before {
    background: #3b82f6;
}

h5.footer-title.blue {
    margin-left: 0;
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: .3s;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
}

.footer-links a i {
    width: 25px;
    color: #fbbf24;
}



.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links .footer-link1:hover {
    color: #3b82f6;
}

.footer-links .footer-link:hover {
    color: #fbbf24;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-item span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60a5fa;
    font-size: 16px;
    flex: 0 0 40px;
}

.contact-item p {
    margin: 0;
    color: #cbd5e1;
    font-size: 17px;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    color: #cbd5e1;
}

.btn.download-btn {
    background: var(--primaryGradient);
    border-radius: 24px;
    padding: 8px 22px;
    transition: all .3s ease-in-out;
    border: 1px solid var(--primaryGradient);
    color: #fff;
}

.btn.download-btn:focus {
    box-shadow: none;
}

.downloadModal .modal-header {
    border: 0px;
    padding: 10px;
}

.downloadModal .modal-header .close {
    background: #000000;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    font-size: 26px;
    padding: 2px 8px 7px 8px;
    margin: 0 0 0 auto;
    box-shadow: 0 3px 6px #00000038;
}

.downloadModal .modal-content {
    background: var(--card-color) !important;
    border-radius: 23px !important;
    border: 1px solid var(--border-color);
    padding: 10px 20px;
}

.btn.download-btn:hover {
    transform: scale(1.1);
}



/* Drag Line */
.drag-line {
    width: 42px;
    height: 5px;
    background: var(--border-color);
    border-radius: 30px;
    margin: 0 auto 25px;
}

/* Logo */
.app-logo-wrap {
    width: 92px;
    height: 92px;
    margin: 0 auto 24px;
    background: var(--background-color);
    border-radius: 28px;
    padding: 10px;
    border: 2px solid var(--border-color);
    box-shadow: 0 3px 10px var(--box-shadow);
}

.app-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Title */
.app-title {
    text-align: center;
    font-size: 20px;
    color: var(--color);
    margin-bottom: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* Badge */
.app-badge {
    width: max-content;
    margin: 0 auto 28px;
    padding: 10px 18px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    color: var(--color);
    background: var(--after-bg-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.theme-light .app-badge {
    background: rgb(0 0 0 / 5%);
}

/* Install Card */
.install-card {
    background: linear-gradient(to right, #efebea, #f5f1f0);
    border: 1px solid #ddd2cb;
    border-radius: 22px;
    padding: 22px 20px;
    text-align: center;
    margin-bottom: 22px;
}

.theme-dark .install-card {
    background: var(--after-bg-color) !important;
    border: 1px solid var(--border-color) !important;
}

.install-icon {
    font-size: 26px;
    color: #946544;
    margin-bottom: 12px;
}

.install-card h3 {
    font-size: 20px;
    color: var(--color);
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif;
}

.install-card p {
    color: var(--color);
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

/* Button */
.install-btn {
    width: 100%;
    padding: 11px 15px;
    font-family: 'Poppins', sans-serif;
    border-radius: 22px;
    background: linear-gradient(135deg, rgb(251, 191, 36), rgb(217, 119, 6));
    color: #000000 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 26px;
    box-shadow: 0 3px 10px rgba(251, 190, 36, 0.338);
}

.install-btn:hover {
    transform: scale(1.03);
}

/* Later */
.later-btn {
    width: 100%;
    border: none;
    background: none;
    color: var(--color);
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}

.downloadModal .modal-dialog {
    max-width: 450px !important;
}

.small-divice-action {
    display: none;
}

/* --------------------------------------
Responsive Area
-------------------------------------- */


@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

/* Medium Devices (Tablets, 768px to 991px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .small-divice-action .language-dropdown.dropdown,
    .small-divice-action .theme-toggle-box {
        display: none;
    }

    .small-divice-action {
        display: flex;
    }

}

/* Small Devices (Landscape Phones, 576px to 767px) */
@media (min-width: 769px) and (max-width: 991.98px) {
    .nav-action-btn {
        justify-content: center;
        gap: 20px;
    }

    .footer-section {
        padding: 60px 0 25px;
    }

    .footer-bottom {
        text-align: center;
        justify-content: center;
    }

    .landing-page .navbar-collapse {
        background: rgba(10, 22, 40, 0.97);
        padding: 1rem;
        border-radius: 12px;
        margin-top: 0.75rem;
    }

    .landing-page .nav-side-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-top: 1rem;
    }

    .testimonial-card {
        flex: 1 1 calc(25% - 1rem);
        max-width: 320px;
        min-width: 0;
    }

    .landing-page .testimonials-scroll {
        flex-wrap: wrap;
        overflow-x: visible;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .small-divice-action .language-dropdown.dropdown,
    .small-divice-action .theme-toggle-box {
        display: none;
    }

    .small-divice-action {
        display: flex;
    }

    .btn-gradient-pill {
        padding: 9px 21px;
        font-weight: 600;
        font-size: 13px;
    }

    .navbar-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dz-styleTitle {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .accordion-card {
        width: 100%;
    }

    .footer-section .link-col {
        margin-bottom: 30px;
    }

    .hero-bottom-action {
        justify-content: center;
    }
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (min-width: 426px) and (max-width: 768px) {

    .navbar-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .small-divice-action {
        display: flex;
    }

    .dz-styleTitle {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .btn-gradient-pill {
        padding: 9px 21px;
        font-weight: 600;
        font-size: 13px;
    }

    .nav-action-btn {
        justify-content: center;
        gap: 20px;
    }

    .footer-section {
        padding: 60px 0 25px;
    }

    .small-divice-action .language-dropdown.dropdown,
    .small-divice-action .theme-toggle-box {
        display: none;
    }

    .sm-w-full {
        width: 100% !important;
    }

    .accordion-card {
        width: 100%;
    }

    .footer-section .link-col {
        margin-bottom: 30px;
    }

    .hero-bottom-action {
        justify-content: center;
    }

}



/* Very Small Devices (less than 400px) */
@media (min-width: 320px) and (max-width: 426px) {
    .btn-gradient-pill {
        padding: 11px 15px;
        font-weight: 600;
        font-size: 13px;
        width: 100%;
    }

    .btn.accordion-btn {
        display: flex;
        align-items: center;
        gap: 7px;
        color: var(--color);
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        letter-spacing: .5px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .small-divice-action {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .hero-title {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0;
    }

    .hero-title-gold {
        font-size: 22px;
        font-weight: 600;
        color: var(--primaryColor);
        line-height: 1.2;
        font-family: 'Poppins', sans-serif;
    }

    .dz-styleTitle {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .hero-cats {
        color: var(--primaryColor);
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 1rem;
        letter-spacing: 0;
        font-family: 'Poppins', sans-serif;
    }



    .sm-w-full {
        width: 100% !important;
    }

    .hero-badge {
        font-size: 11px;
        letter-spacing: 0;
    }

    .hero-desc {
        color: rgba(255, 255, 255, 0.72);
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 1.5rem;
        font-family: 'Poppins', sans-serif;
    }

    .hero-bottom-action {
        flex-direction: column;
    }

    .hero-bottom-action>.btn {
        width: 100%;
    }

    .ops-tabs-nav {
        gap: 0;
        display: flex;
        width: 100%;
        background: var(--card-soft);
        padding: 5px 7px;
        border-radius: 13px;
        border: 1px solid var(--border-color);
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .ops-tab-link {
        font-weight: 600;
        font-size: 0.82rem;
        min-width: 100%;
        flex-wrap: nowrap;
    }

    .accordion-card {
        width: 100%;

        background: var(--card-color);
        border: 1px solid var(--border-color);
        padding: 7px 10px;
        border-radius: 15px;
        box-shadow: 0 4px 10px var(--box-shadow);
    }

    .accordion-body {
        font-size: 14px;
    }

    .footer-section .row {
        gap: 30px;
    }
}



@media (max-width: 320px) {}

.logo {
    display: none;
}

.theme-light ._light_logo {
    display: block;
}

.theme-dark ._dark_logo {
    display: block;
}

.previous_price {
    color: #fe696a !important;
    text-decoration: line-through;
    font-size: 1.2rem;
    margin-right: 5px;
}

/*----------------------------------------------
 PWA 
----------------------------------------------*/

.add-to,
.add-to-2 {
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.add-to-area {
    position: fixed;
    top: 40%;
    background: var(--background-color);
    width: auto;
    text-align: center;
    padding: 10px 53px 10px 10px;
    box-shadow: 0 0 5px var(--box-shadow);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 98524;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: var(--color);
}

.add-to-area .pt-15 {
    padding-bottom: 20px;
}

.add-to-area button.btn {
    margin-top: .9rem;
    color: #fff;
}


.pwaContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
}

.pwaContent img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.pwaContent h4 {
    font-size: 17px;
}

a.pwaClose {
    position: absolute;
    top: 2px;
    right: 6px;
    color: red;
}

.add-to-2:before,
.add-to:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    z-index: 10000;
    backdrop-filter: brightness(90%) contrast(50%) grayscale(10%) blur(5px);
    overflow-y: hidden;
    background-attachment: fixed;

}

/*----------------------------------------------
 PWA SECTION 
----------------------------------------------*/
.testimonials-section {
    padding-top: 5rem;

}

li.nav-item.active a {
    color: var(--primaryColor) !important;
}

.dropdown-item {
    color: var(--color);
}



/*----------------------------------------------
 Service section 
----------------------------------------------*/
.singleService {
    background: transparent;
    border-radius: 1rem;
    color: var(--color);
    padding: 1rem;
}

.singleService h4 {
    font-size: 1.3rem;
    padding: 15px 0;
    padding-top: 0;
}

.serviceImg {
    height: 270px;
}

.serviceImg img {
    border-radius: .5rem .5rem 0 0;
}

.serviceCaption {
    background: var(--soft-background);
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
}

/*----------------------------------------------
 End service section 
----------------------------------------------*/

/*----------------------------------------------
 how it works 
----------------------------------------------*/
.single_serivce_area {
    background: var(--soft-background);
    color: var(--color);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: .5rem;
}

.home_service_img {
    --imgR: 100px;
    height: var(--imgR);
    width: var(--imgR);
    margin: 0 auto;
    background: var(--hero-bg-color);
    border-radius: 1rem;
    padding: .5rem;
    margin-bottom: 2rem;
}

.top_service h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.home_service_img img {
    border-radius: 100%;
}

section.default.services_area.how_it_works {
    color: var(--color);
    padding: 2rem 0;
    text-align: center;
}

.features-heading {
    padding: 3rem;
}

h2.heading-text {
    margin-bottom: 1rem;
}

/*----------------------------------------------
 end how it works 
----------------------------------------------*/

.demoIframe {
    overflow: hidden;
}

.demoIframe {
    height: 531px;
}

.demoIframe body,
.demoIframe iframe,
.demoIframe iframe {
    width: 360px;
    max-width: 360px;
}

.phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

iframe {
    height: 100%;
}

/* iPhone Slider Styles */
.iphone-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    border-radius: 40px;
    padding-top: 5px;
    padding-bottom: 30px;
}

/* iPhone Notch */
.iphone-slider::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background: #000;
    border-radius: 0 0 20px 20px;
    z-index: 20;
}

/* iPhone Home Indicator */
.iphone-slider::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    z-index: 20;
}

.iphone-slider-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 12px;
}

.iphone-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iphone-slide.active {
    opacity: 1;
}

.iphone-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.iphone-slider-dots {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 15;
}

.iphone-slider-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.iphone-slider-dots .dot.active {
    background: #fff;
    width: 18px;
    border-radius: 3px;
}

/* Hero Search Form */
.hero-search-title {
    font-size: 2.5rem;
}

.count-highlight {
    color: var(--primaryColor);
}

.hero-search-form {
    transition: all 0.3s ease;
}

.hero-search-form .search-input {
    font-size: 1.1rem;
}

.hero-search-form .location-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primaryColor);
    background-color: var(--primaryRGB-10);
}

.hero-search-form .location-btn i {
    font-size: 1.2rem;
}

.hero-search-form .search-submit-btn {
    height: 45px;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

/* Beautiful Single Shop Cards for Users Page */
.users_section .singleShop {
    background: var(--card-color);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.theme-dark .users_section .singleShop {
    background: var(--card-color);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.users_section .singleShop:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.theme-dark .users_section .singleShop:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
}

.users_section .singleShop .shopUrl {
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    color: inherit;
    flex-grow: 1;
}

.users_section .singleShop .shopTopper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.users_section .singleShop .leftShopImg {
    width: 90px;
    height: 90px;
    margin-bottom: 18px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.theme-dark .users_section .singleShop .leftShopImg {
    border-color: #2a3444;
}

.users_section .singleShop:hover .leftShopImg {
    transform: scale(1.05);
}

.users_section .singleShop .leftShopImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.users_section .singleShop .righShopDetails {
    width: 100%;
}

.users_section .singleShop .shopInfo h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color);
    margin-bottom: 8px;
    transition: color 0.2s ease;
}

.users_section .singleShop:hover .shopInfo h4 {
    color: var(--primaryColor);
}

.users_section .singleShop .shopInfo p {
    font-size: 0.9rem;
    color: var(--grayColor);
    margin-bottom: 20px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.users_section .singleShop .shopBottom ul {
    display: flex;
    justify-content: center;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 18px;
}

.theme-dark .users_section .singleShop .shopBottom ul {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.users_section .singleShop .shopBottom ul li {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color);
    display: flex;
    align-items: center;
    gap: 6px;
}

.users_section .singleShop .shopBottom ul li i {
    font-size: 1rem;
    color: var(--primaryColor);
}

.users_section .singleShop .shopBottom ul li i.fa-star {
    color: #ffb800 !important;
}

.users_section .singleShop .cardFooter {
    background: rgba(0, 0, 0, 0.02);
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.theme-dark .users_section .singleShop .cardFooter {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.users_section .singleShop .cardFooter ul {
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.users_section .singleShop .cardFooter ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
}

.theme-dark .users_section .singleShop .cardFooter ul li a {
    background: #2a3444;
    border-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.users_section .singleShop .cardFooter ul li a i {
    font-size: 1.1rem;
}

.users_section .singleShop .cardFooter ul li a:hover {
    background: var(--primaryColor);
    color: #fff;
    transform: translateY(-3px) scale(1.05);
}

/* Fix for spacing in the grid */
.users_section #shopList .row {
    margin-top: 30px;
}

/* Modern Contact Form Styling */
.theme-contact-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact-title {
    font-size: 2.5rem;
    color: var(--color);
    margin-bottom: 15px;
}

.contact-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.contact-card {
    background: var(--card-color);
    border-radius: 20px;
    padding: 40px 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04) !important;
}

.theme-dark .contact-card {
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2) !important;
}

.form-group-custom .form-label {
    margin-bottom: 8px;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.form-control-custom {
    background-color: var(--body-color);
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 1rem;
    color: var(--color);
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.form-control-custom:focus {
    background-color: var(--card-color);
    border-color: var(--primaryColor);
    box-shadow: 0 0 0 4px rgba(0, 158, 247, 0.1) !important;
}

.theme-dark .form-control-custom {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.theme-dark .form-control-custom:focus {
    background-color: var(--card-color);
    border-color: var(--primaryColor);
}

.btn-contact-submit {
    padding: 14px 40px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 50px;
    background-color: var(--primaryColor);
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 158, 247, 0.2);
}

.btn-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 158, 247, 0.3);
    background-color: var(--primaryColor);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .contact-card {
        padding: 30px 20px;
    }

    .contact-title {
        font-size: 2rem;
    }
}