/* Screen reader only - accessibility utility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

section.default {
    padding: 80px 0;
}

.btn-spinner {
    position: relative;

}

/* Note: Universal selector (*) and base body styles are defined in style.css */

.btn-spinner::before {
    content: "\f110" !important;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute !important;
    top: 19% !important;
    right: 9px !important;
    transform: translateY(-50%);
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    left: auto !important;
    bottom: auto !important;
    height: auto !important;
    width: auto !important;
    background: transparent !important;
}

.dropdown-menu {
    background-color: var(--background-color) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--soft-background) !important;
    color: var(--color) !important;
}

.signupBtn a {
    color: #fff !important;
}

.top-bar i {
    margin-right: 4px;
}

.top-bar .fa {
    font-size: 16px;
}

.homeTopMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background: #29c7ac;
    padding: 0 20px;
    height: 35px;
    display: none;
}

.navbar-custom {
    background: var(--background-color);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar-custom .nav-link {
    font-weight: 400;
    padding: 0.5rem 1rem !important;

}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:active {
    color: var(--dcolor);
}

.nav.navbar,
.navbar-brand {
    padding: 0;
    display: inline-flex;
    align-items: center;
}

nav.navbar a {
    color: var(--color);
}

nav.navbar a.create_profile {
    color: #fff !important;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-toggler {
    font-size: 1.8rem;
    color: var(--color);
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 991px) {

    .navbar-collapse {
        background-color: var(--background-color);
        z-index: 1050;
    }

}

@media (max-width: 768px) {

    .navbar-custom .navbar-nav .nav-item {

        margin: 5px 0;

    }

}

.newSection {
    padding: 80px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

.newSection h4 {
    font-size: var(--size-400);

}

@media (max-width: 1199px) {

    .newSection {
        scroll-margin-top: 66px;
    }
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: var(--size-700);
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 85px;
    height: 3px;
    background: var(--primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title p {
    font-size: var(--size-500);
    padding: 10px;
}

.text-primary {
    color: var(--dcolor) !important;

}

.text-primary.steps {
    font-weight: 700;
}

/* OLD Hero section styles removed - now using enhanced version in MODERN SAAS ENHANCEMENTS section */

/* OLD About section styles removed - now using enhanced version in MODERN SAAS ENHANCEMENTS section */

/* Bootstrap 4 gap fix - simulates Bootstrap 5's g-3 (gap: 1rem) */
.feature-grid-gap {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.feature-grid-gap>[class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
}

/* OLD How It Works styles removed - now using enhanced version in MODERN SAAS ENHANCEMENTS section */

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #343b42e8;
    color: #f5f6fa;
    padding: 10px 15px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    justify-content: space-between;
    align-items: center;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container p {
    font-size: 1rem;
    color: #fff !important;
}

.cookie-container a {
    color: rgb(3, 127, 255) !important;
    text-decoration: underline;
}

.cookie-container.active {
    display: flex;
    z-index: 99999;
}

.cookie-btn {
    background: #1475ff;
    border: 0;
    color: #f5f6fa;
    padding: 15px;
    font-size: 1rem;

    border-radius: 3px;
    cursor: pointer;

    margin: 0 15px;
}

.rating_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--soft-background);
    padding: 10px;
}

.comments_area {
    padding: 10px;
    border: 1px solid var(--border-color);
}

.rating_content {
    margin-bottom: 10px;
}

span.time_ago {
    color: #777;
    font-size: 13px;
    margin-left: 10px;
}

.star_area i.fa.fa-star {
    color: #FF912C;
}

.star_area i.fa.fa-star-o {
    color: #F2B827;
}

.rating_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.select_rating {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.select_rating span {
    flex: 0 0 60px;
    display: inline-block;
    margin-right: 11px;
}

.review_section {
    min-height: 100vh;
}

.author_rating {
    padding: 10px;
    background: var(--soft-background);
    border-radius: 8px;
}

.shop_review_content {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.07);
}

.rating_by span:first-child {
    font-weight: 600;
    color: var(--color);
    margin: 0 10px;
}

.confirmMsgArea .trackText {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 300;
}

.whatsapp_share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.whatsapp_share a:hover {
    background-color: #128C7E;

    color: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.whatsapp_share a:active {
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp_share_content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.copyRight p {
    color: #a4acc4;
}

.copyRight {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    padding: 15px 0;
    border-top: 1px solid #2e344e;
}

.home_page_navbar {
    transition: all 0.5s ease;
}

#headers {

    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;

}

img.site_logo {
    height: 50px;
}

a.navbar-brand img.site_logo {
    height: 50px;
    max-width: 189px;
    padding: 10px;
    object-fit: contain;
    transform: scale(1.2);
}

.home_page_navbar nav li a {
    padding: 12px 10px !important;
    display: inline-block;
}

.right_bar a:hover {
    background: rgba(41, 199, 172, 1);
    border-color: rgba(41, 199, 172, 1);
    color: #fff;
}

.right_bar a {
    background: rgba(41, 199, 172, .1);
    color: rgba(41, 199, 172, 1);
    border: 1px solid rgba(41, 199, 172, 1);
    padding: 12px 30px;
    margin-right: 11px;
    transition: all .5s ease;
    border-radius: 4px;
}

.right_bar a.create_profile {
    background: rgba(41, 199, 172, 1);
    color: #fff;
}

.right_bar a.create_profile:hover {
    background: rgba(41, 199, 172, .1);
    color: rgba(41, 199, 172, 1);
    border: 1px solid rgba(41, 199, 172, 1);
}

.homeMenuNav {
    box-shadow: 0 0 5px var(--box-shadow);
}

.home_page_navbar nav li.active a,
.home_page_navbar nav li a:hover {
    color: rgba(41, 199, 172, 1) !important;
}

ul.left_top_menu {
    display: flex;
    align-items: center;
}

ul.right_top_menu {
    display: flex;
    align-items: center;
}

ul.left_top_menu li a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 5px 13px;
}

ul.right_top_menu li a {
    display: block;
    padding: 5px 10px;
}

ul.right_top_menu li a i {
    color: #fff;
}

.bottom_down {
    text-align: left;
    color: var(--color);
}

.heading {
    color: var(--color);
    font-size: 25px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.features-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.features-heading,
.sction_title {
    padding: 60px 0;
    text-align: center;
}

.features-heading h2,
.sction_title h2 {
    padding: 3px;
    color: var(--color);
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2.heading-text::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 35%;
    background: rgba(41, 199, 172, 1);
    bottom: 0;
    left: 25%;
    transform: translateX(22%);
}

.features-heading p,
.sction_title p {
    color: var(--color);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 10px 30px;
}

.features-wrap {
    background: var(--soft-background) none repeat scroll 0 0;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 16px 5px 13px;
    display: flex;
    justify-content: space-between;
    transition: all .4s ease-out;
    color: var(--color);
}

.features-wrap:hover {
    background: var(--soft-background) none repeat scroll 0 0;
    box-shadow: 0 7px 10px -3px var(--dcolor);
    transition: all .4s ease-out;
}

.features-img img {
    display: block;
    margin: 0px auto;
}

.features-wrap i {
    font-size: 40px;
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
    text-align: center;
    line-height: 57px;
}

.features-wrap img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    flex: 0 0 60px;

}

.features-wrap.left_wrap {
    text-align: right;
    padding-left: 3px;
}

.features-wrap.right_wrap {
    text-align: left;
    padding-right: 3px;
}

.features-wrap.left_wrap i,
.features-wrap.left_wrap img {
    margin-left: 20px;
}

.features-wrap.right_wrap i,
.features-wrap.right_wrap img {
    margin-right: 20px;
}

.features-content h4 {
    font-size: calc(13px + .15vw);
}

.single_serivce_area {
    transition: 1s;
    margin-bottom: 30px;
    height: 305px;
    overflow: hidden;
    box-shadow: 0px 7px 6px 0px var(--box-shadow);
    background: var(--soft-background);
    border-radius: .5rem;
}

.single_service {
    padding: 15px;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
}

.home_service_img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.leftHero {
    max-width: 500px;
}

.single_serivce_area:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 0px rgba(41, 199, 172, 1);
    transition: all .4s ease;
}

.single_serivce_area .topIcon>i {
    border-radius: 50%;
    margin-top: 13px;
    font-size: 30px;
}


.service_details h4 {
    padding-bottom: 5px;
}

.service_details {
    padding-top: 10px;
}

.top_service h4 {
    font-size: 17px;
}

.top_service i {
    font-size: 25px;
    margin-right: 7px;
}

.home_service_mr {
    margin-bottom: 67px !important;
    box-shadow: 0 2px 3px var(--box-shadow);
    padding: 10px 0;
}

.home_service_icon {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 12px;
}

.home_service_icon i {
    font-size: 27px;
    height: 70px;
    width: 70px;
    color: #fff;
    background: radial-gradient(rgba(41, 199, 172, 1) 60%, rgba(41, 199, 172, .4) 62%);
    ;
    text-align: center;
    line-height: 2.6;
    border-radius: 100%;
}


section.services_area.how_it_works {
    background: var(--body-color);
    color: var(--color);
}

.teamSections {
    background: var(--body-color);
    padding-top: 100px;
    padding-bottom: 120px;
}

.page_accordion_header {
    background: var(--soft-background);
    padding: 20px 10px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: var(--color);
}

.arrow_up::after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transform: rotate(0deg);
    color: rgba(41, 199, 172, 1);
    transition: transform 200ms ease-in-out;
}

.arrow_down::after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transform: rotate(180deg);
    color: rgba(41, 199, 172, 1);
    transition: transform 200ms ease-in-out;
}

.accordion_content {
    background: var(--card-color);
    color: var(--color);
    padding: 5px 10px 10px;
    border-top: 1px solid var(--border-color);
    font-size: 0.9rem;
    display: none;
}

.accordion {
    margin-bottom: 15px;
}

.single_accordion {
    margin-bottom: 12px;
}

.faq_images {
    min-height: 350px;
    max-height: 500px;
    width: 78%;
    overflow: hidden;
    margin: 0 auto;
}

.faq_images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-nav .slick-arrow {
    background: transparent;
    border: 0;
    position: absolute;
    bottom: -45px;
    right: 0;
    height: 4px;
    outline: none;
    height: 30px;
    width: 30px;
    background: rgba(41, 199, 172, 1);
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    margin-right: 16px;
    z-index: 9;
}

.slider-nav .slick-arrow.slick-prev {
    display: block;
    color: #fff;
    right: 36px;
    cursor: pointer;
}

.slider-nav .slick-arrow.slick-next {
    right: 0;
    display: block;
    color: #fff;
    cursor: pointer;
}

.slider-nav.slick-slide.slick-active {
    outline: none;
}

.slider-nav.slick-slide {
    outline: none;
}

.slick-slide {
    outline: none !important;
}

.service_home_img {
    height: 250px;
}

.service_home_title h4 {
    padding-bottom: 15px;
}

.service_home_details p {
    line-height: 27px;
}

.row_reverse {
    flex-direction: row-reverse;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.team_details {
    background: var(--card-color);
    color: var(--color);
    padding: 9px 10px 10px;
}

.single_team {
    min-width: 320px;
    padding: 0 13px;
}

.slick-slide.slick-active {
    outline: none;
}

.left_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    text-align: center;
}

.left_footer ul {
    display: flex;
}

.left_footer ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    color: #777;
}

.left_footer ul li a:hover {
    color: rgba(41, 199, 172, 1);
}

.footer_bottom {
    padding: 10px 0;
    background: #f6f6f6;
}

ul.row_ul {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-top: 10px;
}

ul.row_ul li a {
    padding: 1px 10px;
    font-size: 15px;
    font-weight: normal;
}

ul.row_ul li a i {
    color: rgba(41, 199, 172, 1);
}

.theme-light .signup-Section,
.theme-light .login-Section,
.theme-light .contacts-section {
    background: var(--gradient);
}

.signup-container,
.login-container,
.forgot-container,
.contacts-container {
    min-height: 100vh;

}

.signup-box,
.forgot-box,
.staff-box,
.contacts-box {
    background-color: var(--card-color);
    border-radius: 15px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    animation: zoomIn 0.8s ease-out forwards;
}

@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.form-floating {
    position: relative;
    margin-bottom: 25px;
}

.form-floating label {
    position: absolute;
    top: 50%;
    left: 2.75rem;

    transform: translateY(-50%);
    background: transparent;
    color: transparent;
    pointer-events: none;
    transition: 0.2s ease all;
    font-size: 0.9rem;
}

.form-control:focus~label,
.form-control:not(:placeholder-shown)~label {
    top: -12px;
    left: 0;
    right: auto;
    font-size: 0.8rem;
    color: #007bff;
}

.form-check-label {

    font-size: 0.8rem;

}

.has-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 1rem;
    z-index: 1;
    pointer-events: none;
}

.form-control {
    border-color: var(--border-color) !important;
    height: 45px;
}

.form-floating .form-control {
    padding-left: 2rem !important;
}

.progress {
    background-color: transparent;
    margin-bottom: 10px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-link {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 20px;
}

.alert_msg {
    font-size: 0.8rem;
    color: red;
    margin-top: 5px;
}

.login-box {
    border-radius: 15px;
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    animation: zoomIn 0.8s ease-out forwards;
}

.login-left,
.login-right {
    padding: 30px;
}

.login-left {
    background-color: var(--card-color);
}

.login-right {
    background-color: var(--background-color);
    border-left: 1px solid var(--border-color);

}

.forgot-link {
    font-size: 0.8rem;
    color: #007bff;
}

.forgot-link:hover {
    text-decoration: underline;
}

.alternative-login {
    flex-direction: column;
    gap: 25px;

}

.alternative-login i {
    margin: 0 0.8rem;
}

.right-login-group {

    height: 300px;
}

.signup-link {
    font-size: 0.9rem;
    margin-top: 15px;
}

.divider {
    margin: 1rem 0;
    position: relative;
    text-align: center;
}

.divider::before,
.divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: linear-gradient(to right, #007bff, #e0e0e0, #fd7e14);
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.divider span {
    position: relative;
    z-index: 1;
    background-color: var(--background-color);
    padding: 0 12px;
    font-size: 0.95rem;
}

.divider .sginup-divspn {
    background-color: var(--card-color);
}

.eye-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    cursor: pointer;
    z-index: 3;
    font-size: 1rem;
}

.staff-box .staff-icon {
    text-align: center;
    margin-bottom: 20px;
}

.staff-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.input-group .dial-cod-select {
    max-width: 70px;
    padding: 5px;
    height: 45px !important;

}

.newPriceLayout {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.card-body.NewPricCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--card-color);
    border-radius: .5rem;
}

.pricing_1 .card,
.pricing_1 .princing-item {
    width: 31%;
    margin: 7px;
    background-color: var(--card-color);
    border-radius: .5rem;
}

.princing-item {
    width: 31%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: var(--card-color) !important;
}

.priceTopCard {
    width: 100%;
}

.priceCardFooter {
    width: 100%;
    padding: 0 20px 20px;
}

.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF)
}

.pricing_2 ul li {
    margin-bottom: 1.4rem
}

.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative
}

.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    fill: var(--card-color);
}

.btn-custom {
    background: #C64545;
    color: #fff;
    border-radius: 20px
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.princing-item {
    transition: all 150ms ease-out;
    margin-bottom: 20px;

}

.princing-item:hover {
    transform: scale(1.05)
}

.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}

.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0)
}

.card-body.bg-white.mt-0.shadow {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

ul.list-unstyled.mb-5.position-relative {
    text-align: left;
}

h4.my-0.text-light.font-weight-normal.mb-3 {
    font-size: calc(15px + 1vw);
}

.list-unstyled {
    text-align: left;
}

.pricing_1 .card {
    border: none;
    border-radius: 0;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px !important;
}

.pricing_1 hr {
    margin: 1.5rem 0;
}

.pricing_1 .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing_1 .card-price {
    font-size: calc(15px + 1vw);
    margin: 0;
}

.pricing_1 .card-price .period {
    font-size: 1.2rem;
}

.signupCard {
    margin-top: -30px;
}

.pricing_1 ul li {
    margin-bottom: 1rem;
}

.text-muted {
    opacity: 0.7;
}

.pricing_1 .btn.price_btn {
    font-size: 1.2rem;
    border-radius: .5em;
    margin-top: 20px;
    letter-spacing: .1rem;
    padding: 1rem;
    transition: all 0.2s;
    background: linear-gradient(90deg, #1475ff 0, #8cb1fb);
    color: #fff;
    box-shadow: 0 5px 20px rgb(42 47 51 / 20%);
}

.previous_price {
    color: #fe696a !important;
    text-decoration: line-through;
}

@media (min-width: 992px) {
    .pricing_1 .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .newPriceLayout .card,
    .princing-item {
        width: 31%;
        margin: 7px;
    }

}

.form_content.signup.with_package {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_package_details_signup.with_package {
    display: flex;
    align-items: flex-start;
    padding: 0;
    justify-content: center;
    width: 100%;
}

.left_package_details_signup.with_package.pricing_1 .card {
    background: var(--card-color);
    margin-right: 10px;
    box-shadow: none;
}

.left_package_details_signup.with_package.pricing_1 .card .fa-ul {
    padding-left: 0px;
    padding-right: 40px;
    text-align: left;
}

.bg_white {
    background: var(--card-color);
}

.pricing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 15px;
    animation: fadeInDown 0.6s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--card-color, #fff);
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pricing-toggle:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.toggle-label {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    letter-spacing: 0.05rem;
}

.toggle-label.active {
    color: #C64545;
    transform: scale(1.05);
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    transition: 0.3s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked+.slider {
    background: linear-gradient(90deg, #C64545 0%, #e76f6f 100%);
}

input:checked+.slider:before {
    transform: translateX(26px);
}

input:focus+.slider {
    box-shadow: 0 0 1px #C64545;
}

.savings-badge {
    background: linear-gradient(90deg, #1475ff 0%, #8cb1fb 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(20, 117, 255, 0.3);
    animation: pulse 2s infinite;
    white-space: nowrap;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.package-monthly {
    display: block;
    animation: fadeInUp 0.5s ease-out;
}

.package-yearly {
    display: none;
}

.pricing-view-yearly .package-monthly {
    display: none;
}

.pricing-view-yearly .package-yearly {
    display: block;
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-price,
.current-price {
    transition: color 0.3s ease;
}

.pricing_2.pricing-view-yearly .princing-item.package-yearly {
    animation: fadeInUp 0.5s ease-out;
}

.pricing_2.pricing-view-yearly .princing-item.package-yearly:hover {
    transform: scale(1.05);
}

.pricing_1.pricing-view-yearly .card.package-yearly {
    animation: fadeInUp 0.5s ease-out;
}

@media (min-width: 992px) {
    .pricing_1.pricing-view-yearly .card.package-yearly:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 768px) {
    .pricing-toggle-wrapper {
        margin-bottom: 35px;
    }

    .pricing-toggle {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 12px 20px;
    }

    .toggle-label {
        font-size: 15px;
    }

    .switch {
        width: 50px;
        height: 26px;
    }

    .slider:before {
        height: 20px;
        width: 20px;
    }

    input:checked+.slider:before {
        transform: translateX(24px);
    }

    .newPriceLayout .card,
    .princing-item {
        width: 47%;
        margin: 7px;
    }

}

@media (max-width: 576px) {
    .pricing-toggle {
        padding: 10px 15px;
    }

    .toggle-label {
        font-size: 14px;
    }

    .switch {
        width: 46px;
        height: 24px;
    }

    .slider:before {
        height: 18px;
        width: 18px;
    }

    input:checked+.slider:before {
        transform: translateX(22px);
    }
}

@media (prefers-color-scheme: dark) {
    .pricing-toggle {
        background: var(--card-color, #2d3748);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .toggle-label {
        color: #a0aec0;
    }

    .toggle-label.active {
        color: #e76f6f;
    }

    .slider {
        background-color: #4a5568;
    }
}

.pricing-toggle.loading {
    pointer-events: none;
    opacity: 0.6;
}

.switch input:focus-visible+.slider {
    outline: 2px solid #C64545;
    outline-offset: 2px;
}

.toggle-label:focus-visible {
    outline: 2px solid #C64545;
    outline-offset: 4px;
    border-radius: 4px;
}

@media print {
    .pricing-toggle-wrapper {
        display: none;
    }

    .package-monthly,
    .package-yearly {
        display: block !important;
    }
}

.banner_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.home_search_area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_search_area input {
    height: 50px;
    border-radius: 0;
    outline: none;
    border: 0;
}

.home_search_area .btn {
    border-radius: 0;
    height: 50px;
    width: 69px;
    padding: 10px;
    border: 0;
    background: #fff;
    color: #777;
}

.home_search_area .btn:hover {
    color: #000;
}

.home_search_area .btn i {
    font-size: 24px;
}

form.home_search_form {
    width: 38%;
}

.single_users {
    margin-top: 10px;
    box-shadow: 0px 0px 5px #eee;
    margin-bottom: 10px;
    height: 336px;
    overflow: hidden;
}

.qr_area {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.banner_text {
    width: 38%;
    color: #fff;
    margin-bottom: 10px;
}

.users_banner_area.home_banner {
    height: 100vh;
    z-index: 5;
}

.users_banner_area.home_banner p {
    color: #fff;
    width: 50%;
    text-align: center;
    margin: 10px auto;
}

.custom-file.home_search_area {
    position: relative;
}

.single_user_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.home_user_profile {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #037fff;
}

.user_social_sites ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.user_social_sites ul li a {
    color: #777;
    height: 35px;
    width: 35px;
    display: inline-block;
    border: 0;
    margin: 0 5px;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    border-radius: 0;
    transition: .5s;
    margin-bottom: 14px;
}

.user_social_sites ul li a:hover {
    color: #037fff;
    transition: .5s;
}

.single_user_body {
    text-align: center;

    padding: 10px 5px;
    padding-top: 0;
}

.users_section {
    min-height: 100vh;
}

.user_right_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.user_right_btn_area .form-control,
.user_right_btn_area .c_btn {
    border-radius: 0;
    height: 46px !important;
    margin-right: 11px;
    outline: none;
}

.formAreasearch,
.rightSearch {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.formAreasearch {
    justify-content: space-between;
}

.users_section.homeSection.mt-150 {
    padding-top: 80px;
}

.leftSearch {
    margin: 7px 0 14px 0;
}

.users_banner_area {
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    color: #fff;
    position: relative;

}

.users_banner_area::before {
    background: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
}

.user_type {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.user_type span {
    background: #037fff;
    margin: 2px;
    color: #fff;
    border-radius: 14px;
    padding: 2px 8px;
}

.user_banner_wrapper {
    text-align: center;
    z-index: 9;
    width: 100%;
}

.user_banner_wrapper h4 {
    color: #fff !important;
    font-family: Boogaloo;
}

.profile_btn {
    background: #fff;
    border: 1px solid rgba(41, 199, 172, 1);
    display: inline-block;
    margin: 10px 0 20px 0;
    padding: 6px 12px;
    border-radius: 0;
    transition: .5s;
    color: #333;
    font-family: 'rubik';
    font-size: 14px;
}

.profile_btn:hover {
    background: rgba(41, 199, 172, 1);
    transition: .5s;
    color: #fff;
}

.username {
    font-family: 'Montserrat';
    font-size: 19px;
}

.single_user_top label {
    margin-top: -7px;
}

.users_banner_area.home_banner {
    height: 100vh;
    z-index: 5;
}

.users_banner_area.home_banner p {
    color: #fff;
    width: 50%;
    text-align: center;
    margin: 10px auto;
}

.custom-file.home_search_area {
    position: relative;
}

.cd-headline.clip.typing_data.home_search_type {
    font-size: 24px;
    padding: 5px 10px;
    font-family: Boogaloo;
}

.search_typing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.user_type {
    margin-top: 26px;
}

.user_type .form-control {
    border-radius: 0;
    height: 46px;
    border: 1px solid #777;
    background: transparent;
    color: #fff;
}

.user_type button {
    height: 46px;
    margin-top: -4px;
    padding: 10px 27px;
    background: transparent;

    color: #fff;
    transition: 1s;
    font-size: calc(15px + .2vw);
}

.user_type button:hover {
    transition: 1s;
}

.user_type .form-control::placeholder {

    color: #fff;
    opacity: 1;

}

.user_type .form-control:-ms-input-placeholder {

    color: #fff;
}

.user_type .form-control::-ms-input-placeholder {

    color: #fff;
}

.device-wrapper {
    margin: 0 auto;
}

.device-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;

}

.html5-video-player a {
    display: none !important;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
}

iframe:hover .ytp-autohide .ytp-watermark {
    display: none;
}

.screen::before {
    background: #000;
    height: 50px;
    width: 100%;
    top: 0;
    z-index: 999999;
    position: absolute;
    border-radius: 15px;
}

.screen::after {
    background: #000;
    height: 56px;
    width: 100%;
    top: auto;
    z-index: 999999;
    position: absolute;
    border-radius: 50px;
    bottom: 0px;
}

.features-content p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    max-width: 95%;
}

.terms_page {
    margin: 90px 0;
    min-height: 65vh;
}

.home_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.device {
    transform: scale(.8);
}

.team_header img {
    height: 358px;
}

.heroWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qrImg {
    height: 150px;
    width: 150px;
}

.rightHero {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 40px 0;
}

.rightHero h4 {
    font-family: 'Montserrat';
    padding-bottom: 10px;
    font-size: 15px;
}

.home_banner {
    width: 100%;
    background-attachment: fixed !important;
    background-position: left center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_baner_content {
    position: relative;
    z-index: 9;
    color: #fff;
}

input.form-control.checkUsername:-webkit-autofill,
input.form-control.checkUsername:-webkit-autofill:hover,
input.form-control.checkUsername:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

.form-group.resturant_name {
    display: flex;
    align-items: center;
}

.form-group.resturant_name button {
    background: green;
    color: #fff;
    padding: 3px 20px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 11px;
    margin-left: -4px;
}

.resturant_name .form-control::placeholder {

    color: #fff;
    opacity: 1;

}

.resturant_name .form-control:-ms-input-placeholder {

    color: #fff;
}

.resturant_name .form-control::-ms-input-placeholder {

    color: #fff;
}

.heroSearch {
    color: #fff !important;
}

.resturant_name .form-control:focus {
    box-shadow: none !important;
    outline: none;

}

.alert_msg.heroSearch,
.heroSearch.searching::after {
    color: #fff !important;
    font-size: 0.8rem;
}

.pb-10 {
    padding-bottom: 10px;
}

section.hero-banner.home_section.home_banner.video_banner {
    padding: 50px 0;
}

a.price_btn {
    color: #fff !important;
}

.not_found_page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invalid_text img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 14px;
}

.invalid_text {
    text-align: center;
}

.invalid_text h4 {
    font-size: calc(15px + .4vw);
    font-family: cursive;
    margin-bottom: 7px;
}

.invalid_text p {
    font-size: 17px;
    font-family: sans-serif;
}

.invalid_text a {
    font-size: 17px;
    background: rgba(41, 199, 172, 1);
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 12px;
    text-decoration: none;
    font-family: sans-serif;
}

.home_right_test h4 {
    margin-bottom: 14px;
}

.device-wrapper {
    margin: 0 auto;
    margin-top: -50px;
}

.home_left_img {
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 300px;
    padding: 10px;
}

.home_left_img img {
    height: 200px;
    width: auto;
}

.single_user_top label {
    background: #29c7ac;
}

.user_login_header img {
    height: 100px;
    width: 100px;
    margin: 20px auto;
    display: block;
    border: 1px solid #fff;
    border-radius: 20%;
    padding: 5px;
    box-shadow: 0 0 5px #eee;
}

.right_form_login.signup {
    justify-content: center;
}

.nearbyArea {
    display: flex;
}

.searchInput {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.searchInput .user_right_btn_area {
    flex: 0 0 98px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.searchInput .user_right_btn_area button {
    margin: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.searchInput input {
    height: 46px;
    border-radius: 5px 0 0 5px;
    margin-right: -5px;
}

section.nearbySection {
    padding: 80px 0;
}

.findNearby {
    flex: 0 0 200px;
}

.findNearby button {
    height: 46px;
    border-radius: 5px;
    margin-left: 10px;
}

.singleShop {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
    padding: 0 10px;
    border-radius: 5px;
    background: var(--soft-background);
    min-height: 90px;
    flex-direction: column;
    justify-content: space-between;
}

.leftShopImg {
    flex: 0 0 87px;
    margin-right: 10px;
    height: 87px;
}

.shopInfo h4 {
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
}

.shopInfo p {
    font-size: 14px;
}

.shopInfo {
    border-bottom: 1px dashed var(--border-color);
    padding: 8px 0;
}

.shopBottom ul {
    display: flex;
    align-items: center;
    padding: 7px 0;
    justify-content: space-between;
}

div#errorMsg {
    padding: 5px;
    color: tomato;
}

.shopBottom ul li {
    font-size: 12px;
}

.shopUrl {
    width: 100%;
}

.restaurantList {
    margin-top: 30px;
}

.restaurantList a {
    color: #777;
}

.righShopDetails {
    width: 100%;
}

.nearbySection {
    background: var(--card-color);
    color: var(--color);
}

.popularItem .homeSingle_item {
    margin-bottom: 15px;
}

.singleShop.singleShopItem {
    flex-direction: column;
    padding: 0;
}

.singleShop.singleShopItem .leftShopImg {
    height: 191px;
    width: 100%;
    flex: inherit;
    margin: 0;
    border-radius: 5px 5px 0 0;
}

.singleShop.singleShopItem .shop_info {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.singleShop.singleShopItem .shop_info>img {
    height: 40px;
    width: 40px;
    margin-right: 7px;
}

.singleShop.singleShopItem .shop_info h4 {
    font-size: 15px;
}

.singleShop.singleShopItem .shopInfo {
    padding: 4px 10px;
}

.singleShop.singleShopItem .shopBottom {
    padding: 3px 10px;
}

.shopInfo .itemTitle {
    padding-top: 5px;
}

.shopBottom.shopDeatils_thumb ul {
    margin: 0;
    padding: 0;
}

.shopBottom.shopDeatils_thumb {
    margin: 3px 0 0 0;
    padding: 0 !important;
}

.shopBottom.shopDeatils_thumb li {
    margin-right: 9px;
}

.itemHeading h4 {
    font-size: 18px;
    display: block;
    padding: 9px 0;
    border-bottom: 1px dashed var(--body-color);
    margin-bottom: 13px;
    font-family: 'Josefin Sans', sans-serif;
}

.homePopular.pb-80 {
    padding-bottom: 80px;
}

.restaurantList {
    min-height: 250px;
}

.load::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../../assets/frontend/images/loader.svg');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;

}

.load {
    z-index: 2;
    height: 250px;
    position: relative;
    box-shadow: none;
}

.footerLogo {
    height: 40px;
    margin-bottom: 10px;
}

.footerLogo img {

    object-fit: contain;

}

.singleUsersArea img {
    height: 60px;
    width: 60px;
    aspect-ratio: 1/1;
}

.singleUsersArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.usersHeader {
    display: flex;
    gap: 10px;
}

.usersArea {

    background: #f9f9f9;
    box-shadow: 0 0 5px #ddd;
    margin: 10px 0;
}

.usersHeader img {
    height: 80px;
    width: 80px;
    border-radius: 3px 0 0 3px;
    background: #fff;
}

.usersFooter img {
    height: 70px;
    width: 70px;
    margin-right: 5px;
}

.usersHeader h4 {
    padding-top: 8px;
}

.shopTopper {
    display: flex;
}

.cardFooter ul {
    display: flex;
    gap: 10px;
}

.cardFooter ul a {
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.cardFooter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--body-color);
}

.cardFooter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cardFooter ul li {
    width: 100%;
    border-right: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardFooter ul li:last-child {
    border: 0;
}

.singleShop {
    padding: 0;
}

.righShopDetails {
    padding: 0 5px;
}

.qrImage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrImage img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

span.previous_price {
    font-size: 1.3rem;
}

span.previous_price.text-light {
    color: #f8f8f8 !important;
}

.onlinePaymentList ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.onlinePaymentList ul label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    margin: 0;
}

.onlinePaymentList ul .payout_img {
    width: 35px;
    aspect-ratio: 1/1;
    flex: 0 0 35px;
    height: 35px;
    background-color: #fff !important;
}

.onlinePaymentList ul li {
    display: flex;
    cursor: pointer;
    background: var(--soft-background);
    padding: 8px 12px;
    border-radius: .3rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.payment_nav li a {
    text-wrap: nowrap;
}

pre.pre-code {
    white-space: pre-line;
    background: transparent;
    border: 0;
    font-size: 15px !important;
    font-weight: 500;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offlinePayment {
    width: 100%;
}

.opacity_0 {
    opacity: 0 !important;
}

input.form-control.checkUsername {
    background: transparent !important;
    border: 0;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    color: #fff;
    padding-left: 0;
    margin-right: 10px;

}

input.form-control.checkUsername:focus {
    background-color: transparent !important;
    outline: none;
}

/* ===============================================
   MODERN SAAS LANDING PAGE ENHANCEMENTS
   Brand Color: #1475ff
   =============================================== */

/* Enhanced Hero Section */
.hero {
    padding-top: 120px;
    padding-bottom: 60px;
    background: var(--gradient-hero, var(--gradient));
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(var(--primary-rgb), 0.08) 0%, transparent 70%);
    pointer-events: none;
    animation: heroGlow 8s ease-in-out infinite;
}

@keyframes heroGlow {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-5%, 5%) scale(1.1);
        opacity: 0.8;
    }
}

.hero .hero-content h1 {
    font-size: var(--size-900);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero .hero-content h1 .text-primary {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subheading {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--color-muted, var(--color));
    max-width: 540px;
}

/* Enhanced Company Badge */
.hero .company-badge {
    background: var(--glass-bg, rgba(var(--primary-rgb), 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border, rgba(var(--primary-rgb), 0.2));
    color: var(--color);
    padding: 10px 16px;
    border-radius: var(--radius-full, 50px);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: var(--transition-base);
}

.hero .company-badge:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Enhanced Hero Buttons */
.hero .btn {
    margin: 10px 5px 10px 0;
    border-radius: var(--radius-lg, 16px);
    font-size: 1rem;
    font-weight: 600;
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
}

.hero .btn-primary {
    padding: 16px 32px;
    background: var(--gradient-primary, var(--dcolor));
    border: none;
    color: #fff;
    box-shadow: var(--shadow-primary, 0 10px 40px -10px rgba(var(--primary-rgb), 0.5));
}

.hero .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px -10px rgba(var(--primary-rgb), 0.6);
}

.hero .btn-primary:active {
    transform: translateY(-1px);
}

.hero .btn-outline-primary {
    padding: 15px 28px;
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.hero .btn-outline-primary:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: var(--shadow-primary);
}

/* Enhanced Hero Image */
.hero .hero-image {
    max-width: 560px;
    position: relative;
    margin: 0 auto;
    animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.hero .hero-image img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* Enhanced Stats Row */
.hero .stats-row {
    background: var(--glass-bg, var(--secondary));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border, var(--border-color));
    margin: 60px 0 20px;
    border-radius: var(--radius-xl, 24px);
    box-shadow: var(--glass-shadow, var(--shadow-lg));
    padding: 10px;
}

.hero .stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: var(--radius-lg);
    transition: var(--transition-base);
}

.hero .stat-item:hover {
    background: var(--soft-background);
}

.hero .stat-item .stat-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-md);
    transition: var(--transition-base);
    box-shadow: var(--shadow-sm);
}

.hero .stat-item .stat-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.hero .stat-item:hover .stat-icon {
    transform: scale(1.1) rotate(-5deg);
}

.hero .stat-item .stat-content .h5 {
    font-weight: 700;
    color: var(--heading-color);
}

/* Enhanced Section Title */
.section-title {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

.section-title h2 {
    font-size: var(--size-700);
    font-weight: 800;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
    letter-spacing: -0.02em;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: var(--gradient-primary);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: var(--radius-full);
}

.section-title p {
    font-size: var(--size-400);
    color: var(--color-muted, var(--color));
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===============================================
   ENHANCED ABOUT SECTION
   =============================================== */
.about {
    padding: 100px 0;
    background: var(--body-color);
}

/* About Badge */
.about .about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.875rem;
}

.about .about-badge i {
    font-size: 0.75rem;
}

/* About Title */
.about .about-title {
    font-size: var(--size-800);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.about .about-title .text-primary {
    display: block;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* About Description */
.about .about-description {
    font-size: var(--size-400);
    line-height: 1.8;
    color: var(--color-muted, var(--color));
}

/* Feature Grid */
.about .about-features-grid {
    margin-top: 1.5rem;
}

.about .about-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--card-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    transition: var(--transition-base);
}

.about .about-feature-item:hover {
    border-color: var(--primary);
    transform: translateX(5px);
    box-shadow: var(--shadow-sm);
}

.about .about-feature-item i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    flex-shrink: 0;
}

.about .about-feature-item span {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--heading-color);
}

/* About Conclusion */
.about .about-conclusion {
    font-size: 0.95rem;
    color: var(--color-muted, var(--color));
    font-style: italic;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.about .about-conclusion i {
    margin-top: 3px;
    flex-shrink: 0;
}

/* About Images */
.about .about-image-wrapper {
    position: relative;
}

.about .about-images {
    position: relative;
    padding-left: 40px;
}

.about .about-main-image {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-2xl);
    transition: var(--transition-slow);
    width: 100%;
}

.about .about-main-image:hover {
    transform: scale(1.02);
}

.about .about-small-image {
    position: absolute;
    top: 10%;
    left: 0;
    width: 45%;
    max-width: 220px;
    border-radius: var(--radius-lg);
    border: 6px solid var(--card-color);
    box-shadow: var(--shadow-xl);
    transition: var(--transition-slow);
}

.about .about-small-image:hover {
    transform: translateY(-10px);
}

/* Floating Badge */
.about .about-floating-badge {
    position: absolute;
    top: 8%;
    right: -10px;
    background: var(--card-color);
    padding: 16px 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: floatBadge 4s ease-in-out infinite;
    z-index: 10;
}

.about .about-floating-badge .badge-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: var(--radius-md);
}

.about .about-floating-badge .badge-icon i {
    font-size: 1.25rem;
    color: #fff;
}

.about .about-floating-badge .badge-content {
    display: flex;
    flex-direction: column;
}

.about .about-floating-badge .badge-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.about .about-floating-badge .badge-text {
    font-size: 0.75rem;
    color: var(--color-muted, var(--color));
    font-weight: 500;
}

/* About Responsive */
@media (max-width: 991px) {
    .about .about-images {
        padding-left: 30px;
        margin-top: 3rem;
    }

    .about .about-floating-badge {
        top: -20px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .about {
        padding: 60px 0;
    }

    .about .about-title {
        font-size: var(--size-700);
    }

    .about .about-images {
        padding-left: 0;
    }

    .about .about-small-image {
        display: none;
    }

    .about .about-floating-badge {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 1rem;
        display: inline-flex;
    }
}

/* ===============================================
   ENHANCED HOW IT WORKS SECTION
   =============================================== */
.how-it-works-section {
    padding: 100px 0;
    background: var(--body-color);
}

/* Section Header */
.section-header {
    margin-bottom: 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.875rem;
}

.section-badge i {
    font-size: 0.75rem;
}

.section-heading {
    font-size: var(--size-700);
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-subheading {
    font-size: var(--size-400);
    color: var(--color-muted, var(--color));
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Steps Container */
.how-it-works-steps {
    position: relative;
}

/* Step Card */
.how-it-works-card {
    background: var(--card-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    transition: var(--transition-base);
    position: relative;
    height: 100%;
}

.how-it-works-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

/* Step Number */
.step-number {
    width: 56px;
    height: 56px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: var(--shadow-primary);
    position: relative;
    z-index: 2;
}

.step-number span {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

/* Step Image */
.step-image {
    margin-bottom: 1.5rem;
}

.step-image img {
    max-width: 200px;
    max-height: 200px;
    border-radius: var(--radius-lg);
    border: 3px solid var(--border-color);
    padding: 4px;
    background: var(--card-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
}

.how-it-works-card:hover .step-image img {
    transform: scale(1.05);
    box-shadow: var(--shadow-xl);
}

/* Step Icon Placeholder */
.step-icon-placeholder {
    width: 120px;
    height: 120px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.step-icon-placeholder i {
    font-size: 3rem;
    color: var(--primary);
}

/* Step Content */
.step-content {
    padding: 1rem;
}

.step-title {
    font-size: var(--size-500);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--heading-color);
}

.step-description {
    font-size: 0.95rem;
    color: var(--color-muted, var(--color));
    line-height: 1.7;
    margin: 0;
}

/* Step Connector (desktop only) */
.step-connector {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    z-index: 1;
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 991px) {
    .how-it-works-section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-heading {
        font-size: var(--size-600);
    }
}

@media (max-width: 767px) {
    .how-it-works-card {
        padding: 1.5rem 1rem;
    }

    .step-number {
        width: 48px;
        height: 48px;
    }

    .step-number span {
        font-size: 1.25rem;
    }
}

/* ===============================================
   ENHANCED FEATURES SECTION
   =============================================== */
.features-section {
    padding: 100px 0;
    background: var(--body-color);
}

/* Features Grid */
.features-grid {
    margin-top: 20px;
}

/* Feature Card */
.feature-card {
    margin-bottom: 1.5rem;
}

.feature-card-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--card-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    transition: var(--transition-base);
}

.feature-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

/* Left aligned cards - content first, icon second */
.feature-card.left-aligned .feature-card-inner {
    flex-direction: row;
    text-align: right;
}

/* Right aligned cards - icon first, content second */
.feature-card.right-aligned .feature-card-inner {
    flex-direction: row;
    text-align: left;
}

/* Feature Icon */
.feature-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: var(--radius-md);
    transition: var(--transition-base);
}

.feature-card-inner:hover .feature-icon {
    background: var(--gradient-primary);
}

.feature-icon i,
.feature-icon svg {
    font-size: 1.5rem;
    color: var(--primary);
    transition: var(--transition-base);
}

.feature-card-inner:hover .feature-icon i,
.feature-card-inner:hover .feature-icon svg {
    color: #fff;
}

.feature-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* Feature Content */
.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
    color: var(--heading-color);
}

.feature-description {
    font-size: 0.875rem;
    color: var(--color-muted, var(--color));
    line-height: 1.6;
    margin: 0;
}

/* Center Image */
.features-center-image {
    text-align: center;
}

.features-center-image img {
    max-width: 280px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

/* Floating animation */
.floating-image {
    animation: floatingAnimation 5s ease-in-out infinite;
}

@keyframes floatingAnimation {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .features-section {
        padding: 60px 0;
    }

    .feature-card.left-aligned .feature-card-inner,
    .feature-card.right-aligned .feature-card-inner {
        text-align: left;
    }

    .features-center-image {
        margin: 2rem 0;
    }
}

@media (max-width: 767px) {
    .feature-card-inner {
        padding: 1rem;
    }

    .feature-icon {
        width: 48px;
        height: 48px;
    }

    .feature-icon i,
    .feature-icon svg {
        font-size: 1.25rem;
    }
}

/* ===============================================
   ENHANCED SERVICES SECTION
   =============================================== */
.services-section {
    padding: 100px 0;
    background: var(--gradient-hero, var(--body-color));
}

/* Services List */
.services-list {
    margin-top: 40px;
}

/* Service Item */
.service-item {
    margin-bottom: 60px;
}

.service-item:last-child {
    margin-bottom: 0;
}

/* Service Image */
.service-image {
    position: relative;
}

.service-image img {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    transition: var(--transition-base);
    width: 100%;
}

.service-image:hover img {
    transform: scale(1.02);
}

/* Step Number Badge */
.service-step-badge {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-primary);
    z-index: 2;
}

.service-step-badge span {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.service-item.reversed .service-step-badge {
    left: auto;
    right: -15px;
}

/* Service Content */
.service-content {
    padding: 2rem 0;
}

.service-title {
    font-size: var(--size-600);
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--heading-color);
}

.service-description {
    font-size: var(--size-400);
    color: var(--color-muted, var(--color));
    line-height: 1.8;
}

.service-description p {
    margin-bottom: 1rem;
}

.service-description p:last-child {
    margin-bottom: 0;
}

/* Text Alignment for Reversed */
.text-lg-right {
    text-align: right;
}

/* Responsive */
@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }

    .service-item {
        margin-bottom: 40px;
    }

    .service-step-badge {
        width: 50px;
        height: 50px;
        top: -10px;
        left: -10px;
    }

    .service-step-badge span {
        font-size: 1.25rem;
    }

    .service-item.reversed .service-step-badge {
        left: -10px;
        right: auto;
    }

    .text-lg-right {
        text-align: left;
    }

    .service-content {
        padding: 1.5rem 0;
    }
}

@media (max-width: 767px) {
    .service-image {
        margin-bottom: 1.5rem;
    }

    .service-title {
        font-size: var(--size-500);
    }
}

/* ===============================================
   ENHANCED FAQ SECTION
   =============================================== */
.faq-section {
    padding: 100px 0;
    background: var(--body-color);
}

/* FAQ Content Layout */
.faq-content {
    margin-top: 40px;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 100%;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 16px;
    background: var(--card-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition-base);
}

.faq-item:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.faq-item.active {
    border-color: var(--primary);
}

/* FAQ Question (Header) */
.faq-question {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    transition: var(--transition-fast);
}

.faq-item.active .faq-question {
    background: rgba(var(--primary-rgb), 0.05);
}

.faq-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: var(--radius-md);
}

.faq-title {
    flex: 1;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--heading-color);
}

.faq-icon {
    flex-shrink: 0;
    color: var(--primary);
    transition: var(--transition-base);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* FAQ Answer (Content) */
.faq-answer {
    display: none;
    padding: 0 1.5rem 1.5rem;
    padding-left: calc(1.5rem + 36px + 1rem);
    line-height: 1.8;
    color: var(--color-muted, var(--color));
}

.faq-answer.show {
    display: block;
}

.faq-answer p {
    margin-bottom: 1rem;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* FAQ Image */
.faq-image {
    text-align: center;
    padding: 2rem;
}

.faq-image img {
    max-width: 100%;
    border-radius: var(--radius-xl);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

/* Responsive */
@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-image {
        margin-top: 3rem;
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .faq-question {
        padding: 1rem;
    }

    .faq-number {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .faq-answer {
        padding: 0 1rem 1rem;
        padding-left: 1rem;
    }

    .faq-title {
        font-size: 0.9rem;
    }
}

/* Enhanced Team Section */
.teamSections .single_team {
    background: var(--card-color);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    transition: var(--transition-base);
    text-align: center;
}

.teamSections .single_team:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.teamSections .team_header img {
    width: 100px;
    height: 100px;
    border-radius: var(--radius-full);
    object-fit: cover;
    border: 4px solid var(--primary);
    margin-bottom: 1rem;
}

.teamSections .team_details h5 {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.teamSections .team_details p {
    color: var(--color-muted, var(--color));
    font-size: 0.9rem;
}

/* ===============================================
   NEW: PWA SECTION STYLES
   =============================================== */
.pwa-section {
    padding: 100px 0;
    background: var(--gradient);
    position: relative;
    overflow: hidden;
}

.pwa-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231475ff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.pwa-content {
    position: relative;
    z-index: 1;
}

.pwa-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.pwa-title {
    font-size: var(--size-800);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.pwa-description {
    font-size: var(--size-400);
    color: var(--color-muted, var(--color));
    margin-bottom: 2rem;
    line-height: 1.8;
    max-width: 500px;
}

.pwa-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.pwa-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pwa-feature-item i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
}

.pwa-feature-item span {
    font-weight: 500;
}

.pwa-image {
    position: relative;
}

.pwa-phone-mockup {
    max-width: 400px;
    margin: 0 auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
    animation: pwaFloat 5s ease-in-out infinite;
}

@keyframes pwaFloat {

    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

.pwa-floating-badge {
    position: absolute;
    background: var(--card-color);
    padding: 12px 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 10px;
    animation: floatBadge 4s ease-in-out infinite;
}

.pwa-floating-badge.top-right {
    top: 10%;
    right: 0;
    animation-delay: 0s;
}

.pwa-floating-badge.bottom-left {
    bottom: 20%;
    left: 0;
    animation-delay: 2s;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.pwa-floating-badge i {
    font-size: 1.5rem;
    color: var(--primary);
}

.pwa-floating-badge span {
    font-weight: 600;
    font-size: 0.875rem;
}

/* ===============================================
   NEW: TESTIMONIALS SECTION STYLES
   =============================================== */
.testimonials-section {
    padding: 100px 0;
    background: var(--body-color);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-card {
    background: var(--card-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: 2rem;
    position: relative;
    transition: var(--transition-base);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 5rem;
    color: rgba(var(--primary-rgb), 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 1rem;
}

.testimonial-rating i {
    color: #f59e0b;
    font-size: 1rem;
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color);
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-full);
    object-fit: cover;
    border: 3px solid var(--primary);
}

.testimonial-author-info h5 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 1rem;
}

.testimonial-author-info p {
    color: var(--color-muted, var(--color));
    font-size: 0.875rem;
}

.testimonial-company {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: var(--color-muted, var(--color));
}

.testimonial-company i {
    color: var(--primary);
    font-size: 0.75rem;
}

.testimonial-company span {
    color: var(--color-muted, var(--color));
    font-size: 0.85rem;
}

.testimonial-company img {
    height: 20px;
    opacity: 0.7;
}

/* Testimonials Slider Navigation */
.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.testimonials-nav button {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-full);
    border: 2px solid var(--border-color);
    background: var(--card-color);
    color: var(--color);
    cursor: pointer;
    transition: var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-nav button:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* ===============================================
   ENHANCED CTA SECTION
   =============================================== */
.cta-section {
    position: relative;
    padding: 100px 0;
    background: var(--gradient-primary);
    overflow: hidden;
}

/* Decorative Background */
.cta-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.cta-shape {
    position: absolute;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.1);
}

.cta-shape-1 {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: pulse 6s ease-in-out infinite;
}

.cta-shape-2 {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -50px;
    animation: pulse 8s ease-in-out infinite;
    animation-delay: 2s;
}

/* CTA Content */
.cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

/* CTA Badge */
.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 20px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.cta-badge i {
    font-size: 1rem;
}

/* CTA Heading */
.cta-heading {
    font-size: var(--size-800);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* CTA Subheading */
.cta-subheading {
    font-size: var(--size-400);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.cta-primary-btn {
    background: #fff;
    color: var(--primary);
    border: none;
    padding: 16px 32px;
    font-weight: 700;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transition: var(--transition-base);
}

.cta-primary-btn:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.cta-secondary-btn {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 14px 28px;
    font-weight: 600;
    transition: var(--transition-base);
}

.cta-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

/* CTA Trust Indicators */
.cta-trust {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
}

.cta-trust-item i {
    color: #10b981;
    font-size: 1rem;
}

/* CTA Responsive */
@media (max-width: 991px) {
    .cta-section {
        padding: 80px 0;
    }

    .cta-heading {
        font-size: var(--size-700);
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-heading {
        font-size: var(--size-600);
    }

    .cta-subheading {
        font-size: var(--size-300);
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-primary-btn,
    .cta-secondary-btn {
        width: 100%;
    }

    .cta-trust {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 575px) {
    .cta-heading {
        font-size: var(--size-500);
    }

    .cta-badge {
        font-size: 0.75rem;
        padding: 8px 16px;
    }
}

/* ===============================================
   ENHANCED FOOTER STYLES
   Note: home-footer specific styles use .home-footer class
   to avoid affecting restaurant user_footer.php
   =============================================== */
.footer_area {
    background: var(--secondary);
    position: relative;
}

.footer_area .top_footer {
    padding: 80px 0 40px;
}

/* Footer Headings */
.footer_area .footer-heading,
.footer_area .left_footer h5 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: var(--heading-color);
    position: relative;
}

/* Footer Description - Home Footer only */
.home-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 300px;
    color: var(--color-muted, var(--color));
}

/* Footer Email Link - Home Footer only */
.home-footer .footer-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color);
    transition: var(--transition-fast);
    font-size: 0.95rem;
}

.home-footer .footer-email:hover {
    color: var(--primary);
}

.home-footer .footer-email i {
    color: var(--primary);
}

/* Footer Links - Home Footer only */
.home-footer .footer-links li {
    margin-bottom: 12px;
}

.home-footer .footer-links li a {
    color: var(--color);
    transition: var(--transition-fast);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.home-footer .footer-links li a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

.home-footer .footer-links li a i {
    font-size: 0.65rem;
    color: var(--primary);
    transition: var(--transition-fast);
}

/* User Footer (Restaurant) Link Styles */
.user-footer .left_footer ul li {
    margin-bottom: 8px;
}

.user-footer .left_footer ul li a {
    color: var(--color);
    transition: var(--transition-fast);
}

.user-footer .left_footer ul li a:hover {
    color: var(--primary);
}

/* Social Icons Enhanced - Home Footer */
.home-footer .footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Social Icons - User Footer (existing) */
.footer_area .left_footer ul:not(.row_ul):not(.footer-links) {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-footer .footer-social li a,
.footer_area .left_footer ul:not(.row_ul):not(.footer-links) li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    background: var(--soft-background);
    border: 1px solid var(--border-color);
    transition: var(--transition-base);
}

.home-footer .footer-social li a:hover,
.footer_area .left_footer ul:not(.row_ul):not(.footer-links) li a:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.home-footer .footer-social li a:hover i,
.footer_area .left_footer ul:not(.row_ul):not(.footer-links) li a:hover i {
    color: #fff !important;
}

.home-footer .footer-social li a i {
    font-size: 1rem;
    color: var(--color);
    transition: var(--transition-fast);
}

/* Footer Bottom */
.footer_area .footer_bottom {
    padding: 1.5rem 0;
    border-top: 1px solid var(--border-color);
}

.footer_area .footer_bottom p {
    color: var(--color-muted, var(--color));
    font-size: 0.9rem;
}

/* Footer Bottom Links - Home Footer only */
.home-footer .footer-bottom-links {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
}

.home-footer .footer-bottom-links a {
    color: var(--color-muted, var(--color));
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.home-footer .footer-bottom-links a:hover {
    color: var(--primary);
}

/* Footer Logo */
.footer_area .footerLogo img {
    max-height: 45px;
}

/* Footer Responsive - Home Footer */
@media (max-width: 767px) {
    .home-footer .top_footer {
        padding: 60px 0 30px;
    }

    .home-footer .footer-bottom-links {
        justify-content: center;
        margin-top: 1rem;
    }

    .home-footer .footer_bottom .row {
        flex-direction: column;
        text-align: center;
    }
}

/* Footer Responsive - User Footer (Restaurant) */
@media (max-width: 991px) {
    .user-footer .top_footer {
        padding: 40px 0 20px;
    }

    .user-footer .left_footer {
        text-align: center;
        margin-bottom: 2rem;
    }

    .user-footer .left_footer h4 {
        margin-bottom: 1rem;
    }

    .user-footer .footer-social-links {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .user-footer .top_footer {
        padding: 30px 0 15px;
    }

    .user-footer .left_footer ul.row_ul {
        padding-left: 0;
    }

    .user-footer .left_footer ul.row_ul li {
        text-align: left;
    }
}

/* ===============================================
   MICRO-ANIMATIONS
   =============================================== */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animate on scroll visible */
[data-aos="fade-up"] {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* ===============================================
   RESPONSIVE ENHANCEMENTS
   =============================================== */

/* Tablet - 991px and below */
@media (max-width: 991px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .hero .hero-content {
        text-align: center;
    }

    .hero-subheading {
        margin: 0 auto;
    }

    .hero .hero-image {
        margin-top: 3rem;
    }

    /* PWA Section - Tablet */
    .pwa-section {
        padding: 80px 0;
    }

    .pwa-content {
        text-align: center;
        margin-bottom: 3rem;
    }

    .pwa-description {
        margin-left: auto;
        margin-right: auto;
    }

    .pwa-features {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .pwa-content .btn {
        display: inline-flex;
    }

    .pwa-image {
        margin-top: 2rem;
    }

    .pwa-phone-mockup {
        max-width: 300px;
    }

    .pwa-floating-badge {
        padding: 10px 16px;
    }

    /* Testimonials - Tablet */
    .testimonials-section {
        padding: 80px 0;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Mobile - 767px and below */
@media (max-width: 767px) {
    .hero .stats-row {
        margin: 30px 0 10px;
    }

    .hero .stat-item {
        padding: 1rem;
    }

    /* PWA Section - Mobile */
    .pwa-section {
        padding: 60px 0;
    }

    .pwa-title {
        font-size: var(--size-600);
    }

    .pwa-features {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .pwa-floating-badge {
        display: none;
    }

    /* Testimonials - Mobile */
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .testimonial-content {
        font-size: 0.95rem;
    }
}

/* Small Mobile - 575px and below */
@media (max-width: 575px) {
    .hero .company-badge {
        font-size: 0.8rem;
        padding: 8px 12px;
    }

    .hero .btn {
        width: 100%;
        margin: 8px 0;
    }

    .hero .btn-outline-primary {
        margin-top: 0;
    }

    /* PWA Section - Small Mobile */
    .pwa-title {
        font-size: var(--size-500);
    }

    .pwa-description {
        font-size: var(--size-300);
    }

    .pwa-feature-item span {
        font-size: 0.9rem;
    }

    /* Testimonials - Small Mobile */
    .testimonial-card::before {
        font-size: 3rem;
        top: 10px;
        right: 15px;
    }

    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-avatar {
        margin: 0 auto;
    }
}

/* ===============================================
   DARK MODE COLOR FIXES FOR LANDING PAGE
   =============================================== */

/* Override Bootstrap .text-muted to use CSS variables for dark mode */
.text-muted {
    color: var(--color-muted, #6c757d) !important;
}

/* Section subheadings dark mode fix */
.section-subheading,
.section-subheading.text-muted {
    color: var(--color-muted, var(--color)) !important;
}

/* Feature card content */
.feature-content h4,
.feature-content p {
    color: var(--color);
}

/* Service content - but NOT the step badge */
.service-content h3,
.service-content p {
    color: var(--color);
}

/* Service step badge - always white on gradient */
.service-step-badge {
    color: #fff !important;
}

/* PWA feature items text */
.pwa-feature-item span {
    color: var(--color);
}

/* PWA floating badge - always white text on card */
.pwa-floating-badge span {
    color: var(--heading-color, var(--color));
}

/* Stats row text - always visible */
.stats-row .stat-item span,
.stats-row .stat-item h3 {
    color: var(--heading-color, var(--color));
}

.stats-row .stat-item p {
    color: var(--color-muted, var(--color));
}

/* How it works step content */
.step-content h4,
.step-content p {
    color: var(--color);
}

/* How it works step number - always white on gradient */
.step-number {
    color: #fff !important;
}

/* FAQ answer text */
.faq-answer,
.faq-answer p {
    color: var(--color-muted, var(--color));
}

/* Testimonial company span */
.testimonial-company span {
    color: var(--color-muted, var(--color));
}