.price-all-feature {
    text-align: center;
    padding: 0 40px;
    margin-top: 22px;
}
.price-all-feature .btn-feature-view {
    display: inline-block;
    border-bottom: 1px solid var(--heading-color);
    color: var(--heading-color);
    font-size: 16px;
    transition: all .3s;
}

.contactArea label {
    display: inline-block;
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.pricingCard .singlePrice .listing {
    height: 389px;
    overflow: hidden;
}


/*pricing Details page*/


/* single demo item */
.single-demo-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
.single-demo-item img {
    border-radius: 15px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.single-demo-item:hover .viewmore {
    visibility: visible;
    opacity: 1;
}
.single-demo-item .viewmore {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 300ms;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    background-color: var(--secondary-color);
    color: #fff;
}
.single-demo-item .viewmore:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.price-plan-nav-item {
    display: flex;
    align-content: center;
    justify-content: center;
}
.price-plan-nav-item ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.price-plan-nav-item ul li {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}
.price-plan-nav-item ul li.active {
    background-color: var(--main-color-one);
    border-radius: 5px;
    color: var(--heading-color);
    font-weight: 500;
}

.single-price-plan-item {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.single-price-plan-item.featured {
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
    top: -40px;
}
.single-price-plan-item.featured .price-header {
    padding-top: 80px;
}
.single-price-plan-item.featured .price-body {
    padding: 10px 40px 40px 40px;
}
.single-price-plan-item .price-header {
    text-align: center;
    padding: 40px 0;
}
.single-price-plan-item .price-header .title {
    font-size: 18px;
    line-height: 30px;
    color: var(--paragraph-color);
    font-weight: 400;
    margin-bottom: 10px;
}
.single-price-plan-item .price-header .price-wrap {
    font-size: 26px;
    line-height: 36px;
    color: var(--heading-color);
    font-weight: 600;
}
.single-price-plan-item .price-header .price-wrap .price {
    font-size: 45px;
    line-height: 60px;
}
.single-price-plan-item .price-body {
    padding: 0 40px;
}
.single-price-plan-item .price-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 250px;
    overflow: hidden;
}
.single-price-plan-item .price-body.features-view-all ul {
    max-height: 100%;
    overflow: visible;
}

.single-price-plan-item .price-body ul li {
    position: relative;
}
.single-price-plan-item .price-body ul li + li {
    margin-top: 20px;
}
.single-price-plan-item .price-body ul li.check {
    color: var(--heading-color);
}
.price-plan-two {
    padding: 30px 0;
}
.price-plan-left-wrap {
    border: 1px solid #e2e2e2;
    padding: 30px;
    display: flow-root;
}
.price-plan-two .price-body .features {
    column-count: 3;
}

@media screen and (max-width: 1199px) {
    .price-plan-two .price-body .features {
        column-count: 2;
    }
}

@media screen and (max-width: 991px) {
    .price-plan-two .price-body .features {
        column-count: 1;
    }
    .price-plan-two {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .price-plan-two {
        margin-top: 30px !important;
    }
}

.price-plan-left-wrap .price-header .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.price-plan-left-wrap .price-wrap {
    font-size: 26px;
    line-height: 36px;
    color: var(--heading-color);
    font-weight: 600;
}

.price-plan-left-wrap .price-wrap .price {
    font-size: 45px;
    line-height: 60px;
}

.price-plan-left-wrap .price-footer {
    margin-top: 40px;
}

.single-price-plan-item .price-body ul li.check:before {
    margin-right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: var(--main-color-one);
    color: #fff;
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    line-height: 25px;
    border-radius: 50%;
}
.single-price-plan-item .price-body ul li.close {
    opacity: 0.7;
}
.single-price-plan-item .price-body ul li.close:before {
    margin-right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    content: "\f00d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    line-height: 25px;
    border-radius: 50%;
    background-color: #F3EFEF;
    color: #E23A3A;
}
.single-price-plan-item .price-footer {
    padding: 50px 40px;
    text-align: center;
}
.single-price-plan-item .price-footer .btn-default {
    background-color: var(--main-color-one);
    padding: 18px 40px;
    border-radius: 5px;
    display: block;
}
.single-price-plan-item .price-footer .btn-default:hover {
    background-color: var(--secondary-color);
    color: #fff;
}


.payment-gateway-list {
    display: block !important;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}


.nice-select {
    border-radius: 7px !important;
}

/* =========================================================
   Header :01 — clean two-column layout (theme tokens only)
   ========================================================= */
.header-style-one {
    position: relative;
    overflow: hidden;
}

.header-style-one__inner {
    position: relative;
    z-index: 1;
    padding: 120px 0 120px;
    min-height: 640px;
}

.header-style-one__content {
    animation: headerStyleOneFadeUp 0.7s ease both;
}

.header-style-one .heroCaption .title,
.header-style-one .heroCaption .tittle {
    margin-bottom: 28px;
    line-height: 1.15;
}

.header-style-one .heroCaption .pera {
    color: var(--paragraph-color);
    margin-bottom: 36px;
    line-height: 1.6;
}

.header-style-one__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.header-style-one__btn-primary {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 999px !important;
    padding: 16px 28px !important;
}

.header-style-one__btn-primary i {
    font-size: 18px !important;
    margin: 0 !important;
    bottom: 0 !important;
    line-height: 1 !important;
    transition: transform 0.3s ease;
}

.header-style-one__btn-primary:hover i {
    transform: translateX(3px);
}

.header-style-one__btn-secondary {
    border-radius: 999px !important;
    padding: 14px 28px !important;
}

.header-style-one__aside-text {
    color: var(--paragraph-color) !important;
}

.header-style-one__visual {
    position: relative;
    width: 100%;
    animation: headerStyleOneFadeIn 0.85s 0.12s ease both;
}

.header-style-one__frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 24px 64px rgba(var(--heading-color-rgb), 0.1);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.header-style-one__frame:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 72px rgba(var(--heading-color-rgb), 0.14);
}

.header-style-one__frame img,
.header-style-one__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@keyframes headerStyleOneFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes headerStyleOneFadeIn {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
    .header-style-one__inner {
        min-height: 580px;
        padding: 100px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
    .header-style-one__inner {
        min-height: 520px;
        padding: 90px 0;
    }
}

@media only screen and (max-width: 991.99px) {
    .header-style-one__inner {
        min-height: 0;
        padding: 80px 0 70px;
    }

    .header-style-one__content {
        margin-bottom: 48px;
        text-align: center;
    }

    .header-style-one__actions {
        justify-content: center;
    }

    .header-style-one__visual {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .header-style-one__inner {
        padding: 64px 0 56px;
    }

    .header-style-one .heroCaption .pera {
        margin-bottom: 28px;
    }

    .header-style-one__btn-primary,
    .header-style-one__btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* =========================================================
   Why Choose Us — intro + 2x2 cross grid (theme tokens)
   ========================================================= */
.why-choose-us {
    position: relative;
    background: #fff;
}

.why-choose-us__layout {
    display: block;
}

.why-choose-us--with-intro .why-choose-us__layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.4fr);
    column-gap: clamp(36px, 5vw, 80px);
    align-items: start;
}

.why-choose-us__intro {
    max-width: 420px;
}

.why-choose-us__eyebrow {
    display: block;
    margin-bottom: 16px;
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--heading-color);
}

.why-choose-us__slash {
    color: var(--main-color-one);
    margin-right: 2px;
}

.why-choose-us__heading,
.why-choose-us__heading.title,
.why-choose-us__heading.tittle {
    margin: 0 0 20px;
    font-family: var(--heading-font);
    font-size: clamp(34px, 3.4vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--heading-color);
}

.why-choose-us__heading .color,
.why-choose-us__heading.title .color,
.why-choose-us__heading.tittle .color {
    color: var(--main-color-one);
}

.why-choose-us__desc {
    margin: 0 0 28px;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.7;
    color: var(--paragraph-color);
}

.why-choose-us__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 28px;
}

.why-choose-us__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--main-color-one);
    transition: color 0.3s ease;
}

.why-choose-us__link span {
    transition: transform 0.3s ease;
}

.why-choose-us__link:hover {
    color: var(--secondary-color);
}

.why-choose-us__link:hover span {
    transform: translateX(3px);
}

/* Staggered two-column features (rows not locked together) */
.why-choose-us__features {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    align-items: start;
    width: 100%;
    min-width: 0;
}

.why-choose-us__divider {
    width: 1px;
    align-self: stretch;
    background: rgba(var(--heading-color-rgb), 0.14);
}

.why-choose-us__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.why-choose-us__col--left {
    padding-right: clamp(20px, 2.8vw, 40px);
}

.why-choose-us__col--right {
    padding-left: clamp(20px, 2.8vw, 40px);
    /* stagger: shift the right column down */
    padding-top: 48px;
}

.why-choose-us__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0 0 36px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(var(--heading-color-rgb), 0.14);
    margin-bottom: 36px;
}

.why-choose-us__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Bare icons — no peach/rounded boxes */
.why-choose-us__icon {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block;
    line-height: 0;
}

.why-choose-us__icon img,
.why-choose-us__icon svg {
    display: block;
    width: 56px;
    height: 56px;
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.why-choose-us__body {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.why-choose-us__item-title {
    margin: 2px 0 8px;
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-color);
}

.why-choose-us__item-title a {
    color: inherit;
    transition: color 0.3s ease;
}

.why-choose-us__item-title a:hover {
    color: var(--main-color-one);
}

.why-choose-us__item-desc {
    margin: 0;
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 1.65;
    color: var(--paragraph-color);
}

.why-choose-us__item-desc a {
    color: var(--main-color-one);
    text-decoration: underline;
    font-weight: 500;
}

@media only screen and (max-width: 1199.99px) {
    .why-choose-us__col--right {
        padding-top: 36px;
    }

    .why-choose-us__item {
        gap: 14px;
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .why-choose-us__item-title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991.99px) {
    .why-choose-us--with-intro .why-choose-us__layout {
        grid-template-columns: 1fr;
        row-gap: 48px;
    }

    .why-choose-us__intro {
        max-width: 560px;
    }
}

@media (max-width: 767.98px) {
    .why-choose-us__features {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .why-choose-us__divider {
        display: none;
    }

    .why-choose-us__col--left,
    .why-choose-us__col--right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .why-choose-us__col--left .why-choose-us__item:last-child {
        border-bottom: 1px solid rgba(var(--heading-color-rgb), 0.14);
        margin-bottom: 28px;
        padding-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .why-choose-us__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .why-choose-us__icon img,
    .why-choose-us__icon svg {
        width: 48px;
        height: 48px;
        max-width: 48px;
        max-height: 48px;
    }
}

