:root {
    --theme-color: #00a79e;
    --second-color: #00205B;
    --third-color: #001B4B;
    --width: 80px;
    --height: 80px;
    --border-radius: 100%;
    --theme-color2: #F78202;
    --stepform-primary: #22c55e;
    --stepform-light: #bbf7d0;
    --stepform-accent: #dcfce7;
    --stepform-dark: #16a34a;
    --theme-white: #FFFFFF;
}

html,
body {
    color: #00205B;
    font-size: 18px;
    /* letter-spacing: -.01em; */
    font-family: Poppins, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
}

p {
    color: #00205B;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px !important;
}

.heading-color {
    color: var(--bs-gray-900) !important;
    font-weight: 600;
}

.bg-yellow {
    background-color: #F78202 !important;
}

.lead {
    font-size: 16px;
    font-weight: 500;
}

.bg-theme-aptcolor {
    background: var(--theme-color) !important;
}
.bg-theme1 {
    background: var(--theme-color2) !important;
}

.bg-thirdcolor {
    background: var(--third-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #272727;
    letter-spacing: -0.01em;
    font-family: Poppins, sans-serif;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
    margin-bottom: 0;
}

img {
    object-fit: cover;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.text-primary {
    color: var(--theme-color) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(235, 238, 255, 1) !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.display-6 {
    /* font-size: 3.2rem; */
    font-weight: 700;
}



.pt-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.btn-theme {
    color: rgb(255, 255, 255);
    line-height: 1.62;
    background: linear-gradient(to right, rgb(0 166 158) 0%, rgb(11 26 87) 51%, rgb(0 166 158) 100%) 0% 0% / 200%;
    transition: 0.3s ease-in-out;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0.96rem 1.8rem;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover,
.btn-theme:focus-visible {
    color: rgb(255, 255, 255) !important;
    background-position: right center;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: rgb(39 39 39);
}

.nav-link:hover {
    color: var(--theme-color) !important;
}

@media (min-width: 992px) {

    .navbar-expand-lg .dropdown:hover>.dropdown-menu,
    .navbar-expand-lg .dropstart:hover>.dropdown-menu {
        animation: dropdown-show .2s;
        display: block;
    }
}


/* Dropdown animation */

@keyframes dropdown-show {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #33354d;
    display: block;
    font-weight: 400;
    padding: 0.375rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, .05), 0 0.25rem 0.5625rem rgba(11, 15, 25, .03);
        margin-top: 0.25rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:before {
        content: "";
        height: .375rem;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
}

.border-theme {
    border-bottom: 1px solid #00205b !important;
}

.fs-20 {
    font-size: 20px;
}

.text-theme {
    color: rgb(5, 29, 89) !important;
}

.newmargin li {
    margin-bottom: 10px;
}

.subpara1 li {
    margin-bottom: 7px;
    position: relative;
    list-style: none;
    color: rgb(5, 29, 89);
    /* font-size: 18px; */
    font-weight: 400 !important;
}

.newmargin li:before {
    color: #f78202;
}

.subpara1 li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    color: #F78202;
}

.fs-24 {
    font-size: 24px !important;
}

.newbtn1 .btn {
    background: #F78202;
    width: 100%;
    border-radius: 30px;
    border: unset;
    padding: 10px;
    margin-top: 15px;
    color: #fff;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
}


/* main card section */

.toast-card {
    border: 2px solid #e8f4fd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* max-width: 1000px;
    margin: 2rem auto; */
    padding: 20px;
    position: relative;
    overflow: hidden;
}


/* Badge */

.editor-choice-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #F78202;
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-right-radius: 8px;
}

.number-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffdfc9;
    color: #F78202;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-top-right-radius: 8px;
}

@media (min-width: 991px) {
    .fs-61 {
        font-size: 50px;
        text-align: start;
    }
}



.newmargin li:before {
    color: #F78202;
}

.subpara li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
}

.pb-50 {
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 100px;
}

.bg-aucolor {
    background: #FFFFFF;
}


.heading_s1 h2 {
    margin-bottom: 15px;
    font-size: 48px;
}

/* Logo */

.toast-logo {
    width: 80px;
    height: auto;
}

/* Text & Headings */

.main-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}


/* Offer Banner */

.offer-banner {
    background: #fffdfc;
    border: 1px dashed #F78202;
    color: #F78202;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 12px;
}


/* Service Icons */

.service-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 12px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color);
}

.service-icon {
    color: #00a69e;
}


/* Feature List */

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    /* color: #666; */
    line-height: 1.4;
    font-weight: 400;
}

.feature-list li::before {
    content: "âœ“";
    color: #27ae60;
    font-weight: bold;
}

.bg-theme2 {
    background: var(--second-color) !important;
}

.wehelp img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.pricing-inner .card {
    border: 1px solid #0b1a57;
    border-radius: 1rem;
    transition: all 0.2s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.5rem 1rem 0px;
}

.pricing-inner hr {
    margin: 1.5rem 0px;
}

.pricing-inner .card-title {
    margin: 0.5rem 0px;
    font-size: 23px;
    /* letter-spacing: 0.1rem; */
    font-weight: bold;
    color: #F78202;
}

.pricing-inner .card-price {
    font-size: 2.4rem;
    margin: 0px;
}

.pricing-inner .card-price .period {
    font-size: 0.8rem;
}

.pricing-inner ul li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.pricing-inner .text-muted {
    opacity: 0.7;
    color: #F78202;
}

.pricing-inner .btn {
    font-size: 80%;
    border-radius: 5rem;
    /* letter-spacing: 0.1rem; */
    /* font-weight: bold; */
    padding: 0.7rem 2rem;
    /* opacity: 0.7; */
    transition: all 0.2s ease 0s;
}

.text-yellow {
    color: rgb(247, 130, 2);
}

.feature-list-wrapper {
    position: relative;
    max-width: 600px;
    /* optional */
    margin: auto;
}

.feature-list-wrapper ul {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    padding-right: 1rem;
    /* space for scrollbar if needed */
}

.feature-list-wrapper ul.expanded {
    max-height: 2000px;
}


/* Fade effect at bottom */

.feature-list-wrapper ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.feature-list-wrapper ul.expanded::after {
    opacity: 0;
}


/* Visit Button */

.visit-btn {
    background: var(--theme-color);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: background 0.3s;
    margin-bottom: 8px;
    text-decoration: none;
}

.visit-btn:hover {
    color: rgb(255, 255, 255) !important;
    background-position: right center;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
}

.section-subtitle {
    font-weight: 600;
    font-size: 1.25rem;
}

.section-text {
    /* color: #5a5a5a; */
    font-size: 1rem;
    line-height: 1.7;
}

.section-link {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 600;
}

.section-link:hover {
    text-decoration: underline;
}

.ctabanner {
    background-image: linear-gradient(-62deg, rgb(10, 41, 97) 0%, rgb(0, 166, 157) 100%);
}

.bg-theme {
    background: var(--theme-color);
}

.bg-primary {
    background: var(--theme-color2) !important
}

.accordion.accordion-border .accordion-item {
    border: none;
    background-color: transparent;
}

.form-control-lg {
    min-height: calc(1.4em + 2rem + calc(1px * 2));
    padding: 1rem 1.125rem;
    font-size: 1rem;
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    background-color: #fff;
}

.form-control:focus {
    color: rgb(255 255 255 / 70%);
    background-color: #fff;
    border-color: rgb(255 255 255 / 70%);
    outline: 0;
    box-shadow: unset;
}

.advertiseform .form-control-lg {
    min-height: calc(1.4em + 2rem + calc(1px * 2));
    padding: 1rem 1.125rem;
    font-size: 1rem;
    /* border: 1px solid rgb(255 255 255 / 25%); */
    border-radius: 20px;
    background-color: transparent;
}

.form-label {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.advertiseform .form-control:focus {
    color: rgb(255 255 255 / 70%);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(255 255 255 / 70%);
    outline: 0;
    box-shadow: unset;
}

.text-theme {
    color: var(--theme-color);
}

.question-card {
    background: #00a69f;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: none;
    margin-top: 1rem;
}

.question-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}

.stepform-btn {
    background: #ffffff;
    border: 2px solid #fff;
    color: var(--second-color);
    border-radius: 0.75rem;
    font-weight: 500;
    font-size: 16px;
    padding: 9px;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepform-btn:hover {
    background: #00a79f;
    border-color: #fff;
    color: white;
    transform: scale(1.02);
    opacity: 0.9;
    border: 2px solid #fff !important;

}

.stepform-btn:focus {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.step-indicator {
    text-align: center;
    margin-top: 1.5rem;
    color: #6b7280;
    font-weight: 500;
}

.progress-container {
    margin-top: 1rem;
    background: #e5e7eb;
    border-radius: 1rem;
    height: 8px;
    overflow: hidden;
}

.progress-bar {
    background: var(--stepform-primary);
    height: 100%;
    border-radius: 1rem;
    transition: width 0.5s ease;
}

.result-card {
    text-align: center;
    padding: 3rem 2rem;
}

.result-icon {
    width: 64px;
    height: 64px;
    background: var(--stepform-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.result-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.result-text {
    color: #6b7280;
    margin-bottom: 2rem;
}

.fade-in {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden {
    display: none;
}

.stepform-header {
    background: #00a69f26;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 14px;
    text-align: center;
    position: relative;
    color: #00a69f;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.form-control-lg {
    min-height: calc(1.4em + 2rem + calc(1px * 2));
    padding: 1rem 1.125rem;
    font-size: 1rem;
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    background-color: #fff;
}

.form-control:focus {
    color: #000;
    /* background-color: #fff; */
    border-color: rgb(255 255 255 / 70%);
    outline: 0;
    box-shadow: unset;
}

.advertiseform .form-control-lg {
    min-height: calc(1.4em + 2rem + calc(1px * 2));
    padding: 1rem 1.125rem;
    font-size: 14px;
    /* border: 1px solid rgb(255 255 255 / 25%); */
    border-radius: 7px;
    background-color: #fff;
}

.advertiseform .form-control:focus {
    color: rgb(255 255 255 / 70%);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(130 130 130 / 70%);
    outline: 0;
    box-shadow: unset;
}

.hidden {
    display: none;
}



.question-card {
    margin-top: 20px;
}

.enquireform {
    padding: 2rem;
    border-radius: 20px;
    background: #00a79e;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
}

.enquireform .form-control {
    font-size: 15px;
}

@media (min-width: 992px) {
    .form-col {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .min-width {
        width: 300px;
    }
}


/* Responsive */

@media (max-width: 768px) {
    .fs-20 {
        font-size: 16px;
    }

    .heading_s1 h1 {
        font-size: 40px;
    }

    .heading_s1 h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .paddingstylebanner {
        padding-top: 12px !important;
    }

    .number-badge {
        position: absolute;
        top: 0;
        left: unset;
        background: #ffdfc9;
        color: #F78202;
        padding: 4px 14px;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
        border-top-right-radius: 8px;
        bottom: unset;
        right: 0;
    }

    .toast-card {
        margin: 0;
        padding: 15px;
    }

    .main-title {
        font-size: 16px;
    }

    .service-icons {
        gap: 15px;
    }

    .logocard {
        width: 150px;
    }

    .rating-box {
        padding: 10px 10px;
        margin-bottom: 0;
    }

    .rating-score {
        font-size: 25px;
        font-weight: bold;
        color: var(--theme-color2);
        margin-bottom: 0;
        line-height: 1;
    }

    img.img-fluid.logocard {
        width: 150px;
        height: 85px;
        object-fit: contain;
    }

    .section-title {
        font-weight: 700;
        font-size: 1.5rem;
    }

    html,
    body {
        font-size: 16px;
    }

    .paddingstylebanner a.btn.text-white.bg-yellow.fw-medium.fs-20.me-2 {
        margin-left: 28px !important;
    }
}

@media (max-width: 576px) {
    .service-icons {
        /* flex-direction: column; */
        gap: 8px;
    }

    .rating-section {
        margin-top: 15px;
    }

    h5.text-white.fs-2.mb-0.fw-normal {
        font-size: 16px !important;
    }
}

/* new while develop */
video.w-100 {
    border-radius: 30px;
}

h3.fw-bold.text-capitalize.text-theme.mb-2 {
    font-size: 28px;
}

@media (min-width: 992px) {
    .min-width {
        width: 300px;
    }
}

@media (min-width: 991px) {
    .fs-61 {
        font-size: 42px;
        text-align: start;
    }
}

.toggle-more,
.toggle-less {
    color: #F78202 !important;
}

.imageposaptsystem1 {
    width: 76% !important;
}

.newmargin .d-md-none {
    width: 44%;
}

h5.card-title.text-capitalize.text-theme {
    font-weight: bold;
}

@media (min-width: 1200px) {
    h5.text-white.fs-2.mb-0.fw-normal {
        font-size: 18px !important;
    }
}

.card.enquireform ::placeholder {
    color: var(--second-color);
}

@media (min-width: 1200px) {
    .grabofferstyle1 {
        font-size: 24px !important;
    }
}

@media (max-width: 576px) {
    .grabofferstyle1 {
        font-size: 16px !important;
    }
}

.paddingstylebanner a.btn.text-white.bg-yellow.fw-medium.fs-20.me-2 {
    margin-left: 20px !important;
}

.wp-block-qr-code-integration-qr-code-contents .subpara.mt-5 {
    display: none;
}

@media (max-width:767px) {
    .imageposaptsystem1 {
        width: 76% !important;
        top: -2rem;
        position: relative;
    }
}

/* footer new */
#footer {
    background: rgb(28, 28, 28);
    padding: 0px 0px 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0px;
    background: rgb(64, 64, 64);
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0px 0px 20px;
    padding: 0px;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: rgb(255, 255, 255);
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0px;
    padding: 8px;
    width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 0px;
    font-size: 16px;
    padding: 0px 30px;
    margin: 3px;
    background: rgb(233, 107, 86);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: rgb(230, 87, 63);
}

#footer .footer-top {
    background: rgb(28, 28, 28);
    border-top: 1px solid rgb(71, 71, 71);
    border-bottom: 1px solid rgb(71, 71, 71);
    padding: 40px 0 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0px 0px 20px;
    padding: 2px 0px;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

#footer .footer-top .social-links a {
    background: rgb(84, 84, 84);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 27px;
    margin-right: 5px;
    padding: 8px 0px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

#footer .footer-top .social-links a:hover {
    background: rgb(233, 107, 86);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgb(236, 127, 109);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0px;
}

#footer .footer-top .footer-links ul a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #00a79e;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    color: rgb(255, 255, 255);
}

#footer .copyright {
    text-align: center;
    padding-top: 0;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.credits a {
    color: aqua;
}

[class^="bg-"] {
    background-size: cover;
    background-position: center center;
}

.nav-active-theme a {
    color: #fff;
}

.nav-active-theme a:hover {
    color: #00a79e;
}

/* fff */


@media (max-width: 767px) {
    .footer-links p {
        margin-bottom: 10px;
    }

}

a {
    color: rgb(41, 43, 44);
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

/* footer */
/* new header */
.navbar-top a {
    color: #F78202;
    font-size: 16px;
}

header .navbar-nav>li>a {
    color: rgb(35, 35, 35);
    font-size: 16px;
    font-weight: 500;
    margin: 0px 10px;
    padding: 5px 0px;
    text-transform: capitalize;
    letter-spacing: 0.015em;
}

.navbar-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.2rem 0;
}

a.navbar-brand img {
    height: 57px;
}

.off_width {
    width: 260px;
}

.navbar .dropdown-fullwidth {
    position: static;
}

.navbar .dropdown-fullwidth .dropdown-menu {
    left: 0px;
    margin: 1.25rem auto;
    max-width: 600px;
    padding: 1rem 0px;
    right: 0px;
    border: 0px;
    top: 56px;
}

.dropdown-menu h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: rgb(5, 29, 89) !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #00a69e;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .navbar .dropdown-fullwidth .dropdown-menu {
        height: 20em;
        overflow-y: scroll;
    }
}

.navbar-default .dropdown .dropdown-menu {
    transform: translate3d(0px, 40px, 0px);
    opacity: 0;
    visibility: hidden;
    transition: 0.36s;
    margin: 6px auto;
    border-radius: 5px;
    padding: 12px 0px;
    border-top: 4px solid rgb(255, 155, 78);
}

@media (min-width: 768px) {
    .navbar-default .dropdown .dropdown-menu {
        border-left: 0px;
        display: block;
        position: absolute;
        box-shadow: rgba(17, 16, 15, 0.1) 0px 2px, rgba(20, 19, 18, 0.1) 0px 2px 10px;
    }

    .navbar-default .dropdown .dropdown-menu {
        border: 0;
    }
}

@media (max-width: 768px) {
    .navbar-default .dropdown .dropdown-menu {
        border: 0;
    }

    .dropdown-menu h6 a,
    .dropdown-menu h6 {
        font-size: 19px !important;
        color: #01a69e !important;
    }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
    padding: 4px 18px;
    transition: all 500ms ease 0s;
    font-weight: 500;
    min-width: 220px;
    text-transform: capitalize;
    font-size: 13px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #00a69e;
    transition: all 500ms ease 0s;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
    background-color: rgb(255, 255, 255);
    color: var(--second-color);
}

.navbar-default .dropdown:hover .dropdown-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
}

.pricing-inner .nav-pills .nav-link.active,
.pricing-inner .nav-pills .show>.nav-link {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 140, 51);
}

.pricing-inner .nav-pills .nav-link {
    background: rgb(255, 255, 255);
    border: 0px;
    border-radius: 0.25rem;
    margin: 2px;
    color: rgb(255, 140, 51);
}

@media (min-width: 992px) {
    .navbar-expand-md .offcanvas {
        flex-grow: 1;
        position: static;
        transition: none 0s ease 0s;
        z-index: auto;
        background-color: transparent !important;
        border: 0px !important;
        height: auto !important;
        transform: none !important;
        visibility: visible !important;
        width: auto !important;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid rgb(236, 240, 239);
        font-size: 18px !important;
    }

    .navbar-nav li {
        padding: 7px 0px;
    }

    .navbar-nav li a {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .poshead {
        margin-bottom: 0px;
    }

    .navbar-default .dropdown .dropdown-menu .dropdown-item {
        padding: 4px 18px;
        transition: all 500ms ease 0s;
        font-weight: 500;
        min-width: 220px;
        text-transform: capitalize;
        font-size: 13px;
        border-bottom: 1px solid #eee;
        margin-bottom: 8px;
    }
}


@media (min-width: 768px) {
    .navbar-default .dropdown .dropdown-menu {
        border-left: 0px;
        display: block;
        position: absolute;
        box-shadow: rgba(17, 16, 15, 0.1) 0px 2px, rgba(20, 19, 18, 0.1) 0px 2px 10px;
        border: 0;
    }
}

@media (max-width: 800px) {

    a.navbar-brand img {
        height: 40px;
    }

}

@media (max-width: 767px) {

    header .navbar-nav>li>a {
        margin: 0px;
    }
}

/* new pos uk sunabhat */
.bg-white-theme {
    background: #FFFFFF !important;
}

.text-theme {
    color: #00205B !important;
}

.text-color2 {
    color: var(--theme-color2) !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}
.fs-23{
		font-size: 23px;
}
.fs-24offer{
font-size:24px !important;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}
.fs-30{
		font-size:30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-33 {
    font-size: 33px;

    line-height: 1.3;

}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}
.fs-47{
font-size: 47px;
}
 	.fs-53{
font-size: 53px;
}
.fs-56 {
    font-size: 56px;
}

.fs-57 {
    font-size: 57px;
    font-weight: 500;
}

.feature-number {
    color: #F78202;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 1rem;
}


/* 2 */
.features-section h3 {
    font-size: 28px;
    font-weight: 600;
    color: #00205B;
    margin-bottom: 8px;
    line-height: 1.3;
}

.features-section .feature-step {
    color: #F78202;
    font-weight: bold;
    font-size: 2.2rem;
    margin-right: 6px;
}

.features-section .feature-content {
    font-size: 18px;
    color: #00205B;
    margin-bottom: 0.6rem;
}

@media (max-width: 991px) {
    .features-section .feature-img {
        margin-bottom: 1.5rem;
    }
}

@media (max-width:767px) {
    .fs-16 {
        font-size: 14px;
    }

    .fs-18 {
        font-size: 16px;
    }
.fs-23{
		font-size: 18px;
}
.fs-24 {
    font-size: 20px !important;
}
.fs-24offer{
font-size:16px !important;
}

    .fs-25 {
        font-size: 18px;
    }

    .fs-26 {
        font-size: 19px !important;
    }
.fs-30{
		font-size:20px;
}

    .fs-32 {
        font-size: 20px;
    }

    .fs-33 {
        font-size: 22px;
    }

    .fs-36 {
        font-size: 24px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .fs-42 {
        font-size: 30px;
    }
    .fs-43 {
        font-size: 30px;
    }
	.fs-47{
		font-size: 29px;
		}
	.fs-53{
font-size: 43px;
}

    .fs-56 {
        font-size: 36px;
    }

    .fs-57 {
        font-size: 30px;
        font-weight: 600px !important;
    }

    .features-section h3 {
        font-size: 20px;
    }

    .features-section .feature-step {
        font-size: 1.6rem;
    }

    .features-section1 h3 {
        font-size: 18px;
    }
p {
    color: #00205B;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px !important;
}

}

/* find plan start */
.styleplan {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 6px;
    color: #000;
    line-height: 1.2;
}

.styleplan::before {
    content: "✔";

    color: var(--theme-color2, #F78202);

    position: absolute;
    left: 0;
    top: 0;

    font-weight: 100;
    font-size: 1.3rem;
    line-height: 1;
}

.card {
    transition: all 0.3s ease;
    border-radius: 16px !important;
}



.btn-warning {
    background-color: #F78202;
    border: none;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #e5a91d;
    transform: translateY(-2px);
}

/* qr code */
.btn.bg-yellow {
    border: none;
    transition: all 0.3s ease;
}

.btn.bg-yellow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ratio img {
    object-fit: cover;
}

/* restaurant banner */
.bg-yellow {
    outline-width: thin;

}

.btn.bg-yellow:hover {
    background-color: #e0a800 !important;
}

/* front video content */
/* Section base */
.contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Ensure the row stretches both columns to equal height */
.contact-us .row {
    align-items: stretch;
}

/* Left content vertically center inside its column */
.contact-us .content-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centers content vertically */
    gap: 1rem;
}

/* Card/form fills column height */
.contact-us .enquireform {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--theme-color);
    /* subtle white card on dark bg */
}

/* Fields wrapper grows so submit stays pinned */
.contact-us .form-fields {
    flex: 1 1 auto;
    overflow: auto;
}

/* Input styling */
.contact-us .form-control {
    border-radius: 8px;
    padding: 0.8rem 0.95rem;
    font-size: 1rem;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Larger textarea comfortable size */
.contact-us textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

/* Submit wrapper pinned bottom */
.contact-us .submit-wrap {
    flex-shrink: 0;
}

/* Button */
.contact-us .stepform-btn {
    border: none;
    border-radius: 10px;
    font-size: 1.05rem;
    transition: transform .15s ease, box-shadow .15s ease;
}

/* Heading and text */
.contact-us .display-5 {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
}

.contact-us p {
    font-size: clamp(0.95rem, 0.6vw, 1.05rem);
    line-height: 1.6;
}

/* On small screens: stack and remove forced heights */
@media (max-width: 767.98px) {
    .contact-us .row {
        align-items: flex-start;
    }

    .contact-us .content-inner {
        justify-content: flex-start;
        padding-bottom: 1rem;
    }

    .contact-us .enquireform {
        height: auto;
        margin-top: 1rem;
    }

    .contact-us .form-fields {
        max-height: none;
        overflow: visible;
    }
}

/* Terms section base */
#terms {
    background: var(--theme-white);
    color: var(--second-color);

}

/* center container and set readable measure */
#terms .terms-wrap {
    max-width: 980px;
    padding: 48px 22px;
}

/* Title */
#terms .terms-title {
    /* font-size: clamp(1.6rem, 3.4vw, 2.4rem); */
    font-weight: 500;
    color: var(--second-color);
    letter-spacing: 0.2px;
    margin-bottom: 0.25rem;
}

/* updated small label */
#terms .terms-updated {
    color: #2f4a7b;
}

/* content */
#terms .terms-content p,
#terms .terms-content li {
    font-size: clamp(0.92rem, 0.9vw, 1rem);
    line-height: 1.6;
    color: var(--second-color);
}

/* Sub-headings */
#terms .terms-content h3 {
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    color: var(--second-color);
    font-weight: 600;
}

/* lists */
#terms .terms-content ul {
    padding-left: 1.15rem;
    margin-bottom: 0.8rem;
}

/* make long text narrow on large desktop for scanning */
@media (min-width: 1200px) {
    #terms .terms-wrap {
        max-width: 1100px;
        padding: 64px 28px;
    }
}

/* small screens - comfortable spacing and stacked layout */
@media (max-width: 767.98px) {
    #terms .terms-wrap {
        padding: 28px 16px;
    }

    #terms .terms-title {
        text-align: center;
    }

    #terms .terms-content h3 {
        font-size: 1rem;
    }

    #terms .terms-content p,
    #terms .terms-content li {
        font-size: 0.97rem;
    }
}

/* accessibility: high contrast focus states for links/buttons (if added later) */
#terms a:focus,
#terms a:hover {
    text-decoration: underline;
    outline: none;
}

/* Privacy section base start */
#privacy {
    background: #fff;
    color: var(--second-color);

}

#privacy h4 {
    color: var(--second-color);
}

/* center container and set readable measure */
#privacy .privacy-wrap {
    max-width: 980px;
    padding: 48px 22px;
}

/* Title */
#privacy .privacy-title {
    font-size: 36px;
    font-weight: 500;
    color: var(--second-color);
    letter-spacing: 0.2px;
    margin-bottom: 0.25rem;
}

/* updated small label */
#privacy .privacy-updated {
    color: var(--second-color);
}

/* content */
#privacy .privacy-content p,
#privacy .privacy-content li {
    font-size: clamp(0.92rem, 0.9vw, 1rem);
    line-height: 1.6;
    color: var(--second-color);
}

/* Sub-headings */
#privacy .privacy-content h3 {
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    color: var(--second-color);
    font-weight: 600;
}

/* Smaller subsection headings */
#privacy .privacy-content h4 {
    font-size: 0.98rem;
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

/* lists */
#privacy .privacy-content ul {
    padding-left: 1.15rem;
    margin-bottom: 0.8rem;
}

/* wide desktop tweak */
@media (min-width: 1200px) {
    #privacy .privacy-wrap {
        max-width: 1100px;
        padding: 64px 28px;
    }
}

/* mobile */
@media (max-width: 767.98px) {
    #privacy .privacy-wrap {
        padding: 28px 16px;
    }

    #privacy .privacy-title {
        text-align: center;
    }

    #privacy .privacy-content h3 {
        font-size: 1rem;
    }

    #privacy .privacy-content p,
    #privacy .privacy-content li {
        font-size: 0.97rem;
    }
}

/* accessibility: focus states */
#privacy a:focus,
#privacy a:hover {
    text-decoration: underline;
    outline: none;
}

/* contact page */


/* Scoped Contact Section */
.contact-section {
    /* font-family: "Poppins", sans-serif; */
    background: #fff;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

/* card wrapper */
.contact-section .media-card {
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: transparent;
    min-height: clamp(360px, 44vh, 520px);
    box-sizing: border-box;
}

/* VIDEO */
.contact-section .video-wrapper {
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 6px;
    display: flex;
}

.contact-section .media-video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    /* keep full frame visible */
    border-radius: 10px;
    display: block;
    padding-top: 32px;

}

/* Play overlay */
.contact-section .play-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .12s ease, opacity .12s ease;
    opacity: 1;
}

.contact-section .play-overlay.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.contact-section .play-overlay:active {
    transform: translate(-50%, -50%) scale(.98);
}

/* FORM */
.contact-section .form-wrapper {
    padding: 22px;
    align-items: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* heading inside form */
.contact-section .form-heading {
    font-weight: 500;
    margin: 0;
    padding-top: 6px;
    text-align: center;
    color: var(--second-color);
}

/* inner */
.contact-section .form-inner {
    background: var(--theme-color);
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 3%;
}

/* inputs */
.contact-section .form-wrapper .form-control {
    border-radius: 10px;
    background: #ffffff;
    border: none;
    padding: .75rem 1rem;
    box-shadow: none;
    color: var(--second-color);

}

/* placeholder colour (subtle) */
.contact-section .form-wrapper ::placeholder {
    color: var(--second-color);
}

/* textarea */
.contact-section .form-wrapper textarea.form-control {
    min-height: 50px;
    resize: vertical;
}

/* submit button */
.contact-section .submit-btn {
    background: var(--theme-color);
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    box-shadow: 0 6px 18px rgba(3, 19, 44, 0.12);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* FIX: remove white outline on hover/focus while keeping accessible focus ring */
.contact-section .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(3, 19, 44, 0.16);
    filter: brightness(1.02);
    outline: none;
    border: none;
}

/* Better focus (visible but not white border) */
.contact-section .submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 167, 158, 0.18);
}

/* remove default focus ring on button active states in some browsers */
.contact-section .submit-btn::-moz-focus-inner {
    border: 0;
}

/* ensure both columns stretch to same height */
.contact-section .row {
    align-items: stretch;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .contact-section .media-card {
        min-height: auto;
    }

    .contact-section .video-wrapper {
        padding: 12px;
    }

    .contact-section .form-wrapper {
        padding: 14px;
    }

    .contact-section .play-overlay svg {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 575.98px) {
    .contact-section .form-wrapper .form-control {
        padding: .6rem .8rem;
        font-size: .95rem;
    }

    .contact-section .submit-btn {
        padding: .8rem 1rem;
        font-size: .95rem;
    }
}

/* Accessibility focus states for inputs */
.contact-section .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(3, 19, 44, 0.06);
}

/* home front banner */
.homefront-banner {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

/* Headings and paragraph */
.homefront-banner h1 {
    line-height: 1.2;
    font-weight: 500;
}

/* ==== List styling with check icons ==== */
.homefront-banner ul {
    padding-left: 0;
    list-style: none;
}

.homefront-banner ul li {
    position: relative;
    font-size: 24px !important;
    line-height: 1.1;
    padding-left: 32px;
    margin-bottom: 10px;
}

/* ✅ Checkmark before each list item */
.homefront-banner ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color2, #F78202);
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Buttons styling */
.homefront-banner .btn {
    transition: 0.3s ease;
    white-space: nowrap;
}

.homefront-banner .btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Image container */
.homefront-banner .banner-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homefront-banner .banner-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 634px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 991px) {
    .homefront-banner {
        text-align: center;
    }

   

    .homefront-banner ul {
        text-align: left;
       
        max-width: 350px;
    }

    .homefront-banner .banner-image-wrapper {
        margin-top: 2rem;

    }
}

/* ✅ Buttons stay in one row on mobile */
@media (max-width: 576px) {
    .homefront-banner h1 {

        font-weight: 700;
    }

    .homefront-banner p {
        font-size: 19px;
    }

    .homefront-banner ul li {
        font-size: 19px !important;
    }

    .homefront-banner .d-flex.flex-wrap.gap-3 {
        flex-wrap: nowrap !important;
        justify-content: center;
        gap: 10px;
    }

    .homefront-banner .btn {
        flex: 1;
        text-align: center;
        font-size: 0.95rem;
        padding: 10px 0;
    }

}

/* home front pos hospitality */
/* Scoped styling to prevent conflicts */
.contact-us {
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.contact-us .video-wrapper {
    /* background: #f7f9fb; */
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}


.contact-us .video-element {
    width: 100%;
    height: 107%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* Content styling */
.contact-us .content-wrapper {
    color: #04385a;
}


.contact-us h3 {
    font-size: 42px !important;
    font-weight: 600;
    width: 100%;

    word-break: break-word;
}



/* ✅ List styling with check icons */
.contact-us ul {
    list-style: none;
    padding-left: 0;
}

.contact-us ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.contact-us ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color2, #F78202);
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Button style */


.contact-us .learn-btn:hover {
    color: var(--theme-color2) !important;
}

/* Responsive alignment */
@media (max-width: 991px) {
    .contact-us .row {
        text-align: left;
    }

    .contact-us .video-wrapper {
        margin-bottom: 2rem;
    }

    .contact-us ul {
        text-align: left;
        display: inline-block;
    }

    .contact-us .learn-btn {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {

    .contact-us p,
    .contact-us ul li {
        font-size: 1rem;
    }

    .contact-us h3 {
        font-size: 30px !important;
        font-weight: 700;
    }
}

/* home front pos hospitality end */

/* =========================
   Contact Plan Section
   ========================= */
#contact-plan1 {
    font-family: "Poppins", sans-serif;
    background: var(--theme2-color, #04385a);
    color: #fff;
}

#contact-plan1 .form-wrapper ::placeholder {
    color: var(--second-color);
}

#contact-plan1 .content-inner {
    padding: 20px 10px;
}

#contact-plan1 h2 {
    font-weight: 600;
    line-height: 1.2;
}

#contact-plan1 p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #f5f5f5;
}

/* Ensure both sides same height */
#contact-plan1 .row {
    align-items: stretch;
}

#contact-plan1 .form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contact-plan1 .form-inner {
    background: var(--theme-color);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Inputs & Textarea */
#contact-plan1 .form-control {
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #04385a;
}

#contact-plan1 .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/* Submit Button */
#contact-plan1 .stepform-btn {
    background: var(--theme-white, #fbbf24);
    border: none;
    color: var(--second-color);
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.25s ease;
}

#contact-plan1 .stepform-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
    background-color: var(--theme-color);
    color: var(--theme-white);
}

/* Learn Button */
#contact-plan1 .btn-learn {
    transition: 0.3s ease;
}

#contact-plan1 .btn-learn:hover {
    color: var(--theme-color2) !important;
}


.learn-onlinelink:hover {
    color: var(--theme-color2) !important;
}

/* Responsive */
@media (max-width: 991px) {
    #contact-plan1 .content-inner {
        text-align: left;
    }

    #contact-plan1 .btn-learn {
        margin: 0 auto;
    }

    #contact-plan1 .form-inner {
        padding: 1.2rem;
    }
}

@media (max-width: 576px) {
    #contact-plan1 p {
        font-size: 0.95rem;
    }

    #contact-plan1 h2 {
        font-size: 1.6rem;
    }

    #contact-plan1 .stepform-btn {
        padding: 0.9rem 1rem;
        font-size: 0.95rem;
    }

    .contact-section .customvideostyle {
       
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px;
        background: var(--third-color);
    }
}

/* features card */
.features-section1 ul {
    padding-left: 0;
    list-style: none;
}

.features-section1 ul li {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6;
    padding-left: 32px;
    margin-bottom: 10px;
}

/* ✅ Checkmark before each list item */
.features-section1 ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color2, #F78202);
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* button style */
/* =============================
   Responsive Equal Buttons
   ============================= */
.btn-group-custom a {
    min-width: 160px;
    /* Equal minimum size */
    text-align: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Keep both buttons equal height */
.btn-group-custom {
    gap: 1rem;
}

.btn-group-custom .btn {
    flex: 1 1 160px;
    /* Make buttons grow equally */
    max-width: 200px;
    /* Prevent too large on big screens */
}

/* Hover effect */
.btn-group-custom .btn:hover {
    background: #fff;
    color: var(--second-color) !important;
    /* Same as bg-yellow */
    border: 2px solid #fbbf24;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .btn-group-custom a {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0.9rem 1.2rem;
        font-size: 1rem;
    }
}

.ratio-16x9 {
    --bs-aspect-ratio: 75.25%;
}

.customvideostyle {
    border-radius: 4rem !important;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 5px;
    background: var(--third-color);
}

@media (max-width: 676px) {
    .customvideostyle {
        border-radius: 22px !important;
    }
}

/* pos restaurant banner need to replace with class ,remove it */
/* === Scoped only to this section === */
.pos-restaurant {
    overflow: hidden;
}

/* Align image properly and prevent cropping */
.pos-restaurant .banner-image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 520px;
    object-fit: contain;
}

/* Equal button width */
.pos-restaurant .equal-btn {
    min-width: 180px;
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
}

/* Checkmark before each list item */
.pos-restaurant ul li {
    position: relative;
    padding-left: 30px;
    font-size: 24px !important;
}

.pos-restaurant ul li::before {
    content: "✔";
    color: var(--theme-color2);
    /* your yellow accent */
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .pos-restaurant .banner-image-wrapper img {
        max-width: 400px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .pos-restaurant .equal-btn {
        flex: 1 1 45%;
    }

    .pos-restaurant ul li {
        font-size: 18px !important;
    }

    .pos-restaurant h1 {
        font-size: 30px;
    }
}




/* replace above remove */


.postrestaurant {
  overflow: hidden;
}

/* Image container alignment */
.postrestaurant .banner-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Image size slightly reduced for better visual balance */
.postrestaurant .banner-image-wrapper img {
  width: 90%;
  height: auto;
  max-width: 520px;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(3, 19, 44, 0.15);
}

/* Equal button width */
.postrestaurant .equal-btn {
  min-width: 180px;
  text-align: center;
  padding: 10px 25px;
  font-size: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.postrestaurant .equal-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Checkmark before list items */
.postrestaurant ul li {
  position: relative;
  padding-left: 30px;
  font-size: 24px !important;
  line-height: 1.3;
}

.postrestaurant ul li::before {
  content: "✔";
  color: var(--theme-color2);
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

/* Ensure both sides align in height */
.postrestaurant .row {
  align-items: stretch !important;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .postrestaurant .banner-image-wrapper img {
    width: 85%;
    max-width: 400px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .postrestaurant .equal-btn {
    flex: 1 1 45%;
  }

  .postrestaurant ul li {
    font-size: 18px !important;
  }

  .postrestaurant h1 {
    font-size: 32px;
  }
}


/* free pos banner */
/* Scoped to contentvideo1 */
.contentvideo1 {
    overflow: hidden;
    background: var(--aucolor, #f7f9fc);
    font-family: "Poppins", sans-serif;
}

/* Video styling */
.contentvideo1 .video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentvideo1 .video-element {
    width: 100%;
    height: auto;
    max-width: 520px;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(3, 19, 44, 0.15);
}

/* Button container */
.contentvideo1 .btn-group-custom {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    /* prevents breaking into multiple rows */
}

/* Equal button styling */
.contentvideo1 .equal-btn {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contentvideo1 .equal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Checkmark before list items */
.contentvideo1 ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 24px;
	line-height:1.2;
}

.contentvideo1 ul li::before {
    content: "✔";
    color: #f4b400;
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 1;
}

/* Responsive heading & spacing */
.contentvideo1 h1 {

    font-weight: 600;
}
/* Keep both columns equal height */
.contentvideo1 .row {
  align-items: stretch !important;
}

/* Control video height so it visually matches text */
.contentvideo1 .video-wrapper {
  height: 100%;
}

.contentvideo1 .video-element {
  max-width: 100%;
  max-height: 387px; /* 🔹 Adjust this to match your text height */
  object-fit: cover;
}


/* Responsive behavior */
@media (max-width: 991px) {
    .contentvideo1 .video-element {
        max-width: 420px;
    }
}

@media (max-width: 767.98px) {

    /* Stack reversed: video first, text second */
    .contentvideo1 .row {
        flex-direction: column-reverse !important;
    }

    .contentvideo1 h1 {
        text-align: start;
        font-size: 30px;
    }

    .contentvideo1 ul {
        text-align: left;
    }

    .contentvideo1 .btn-group-custom {
        justify-content: center;
        flex-wrap: nowrap;
        /* keep in one line */
        gap: 10px;
    }

    .contentvideo1 .equal-btn {
        flex: 1 1 45%;
        min-width: 150px;
    }
}

/* features  */
.features1 {
    font-family: "Poppins", sans-serif;
}

.features1 h2 {
   
    font-weight: 500;
}

.features1 h3 {
    font-size: 37px;
   
    color: var(--second-color);
}

.features1 .feature-content {
    color: var(--second-color);
    line-height: 1.6;
}

/* ✅ Bigger, more prominent numbers */
.features1 .feature-step {
    font-size: 94px;
    color: var(--theme-color2);
    margin-right: 14px;
    line-height: 1;
    font-weight: 700;
}

/* Image styling */
.features1 .feature-img {
   
    width: 100%;
    border-radius: 14px;
   
}

/* ✅ Clean list with checkmark only (no dots) */
.features1 ul {
    list-style: none !important;
    padding-left: 0;
    margin: 0;
}

.features1 ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    list-style-type: none !important;
}

.features1 ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 1;
	font-weight:900;
}

/* Buttons */
.features1 .btn-group-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.features1 .equal-btn {
    flex: 1;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.features1 .equal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .features1 .feature-img {
        max-width: 380px;
    }
}

@media (max-width: 767.98px) {
.features1 h3 {
    font-size: 29px;
   
    color: var(--second-color);
}
    .features1 .feature-item {
        flex-direction: column-reverse !important;
        text-align: start;
    }

    .features1 .feature-item ul {
        text-align: left;
    }

    .features1 .btn-group-custom {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 10px;
    }

    .features1 .equal-btn {
        flex: 1 1 45%;
        min-width: 150px;
    }
}

/* qrcode option1 */
.qrcodeoption1 {
    font-family: "Poppins", sans-serif;
}

.bg-darkblue {
    background-color: #00215b;
}

/* Headings & Text */
.qrcodeoption1 .feature-title {
    font-size: 43px;
    font-weight: 600;
    color: #ffffff;
}

.qrcodeoption1 .feature-text {
    font-size: clamp(15px, 1.6vw, 17px);
    color: #d8e0f5;
    line-height: 1.7;
}

/* Images */
.qrcodeoption1 .feature-img {
   
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qrcodeoption1 .feature-img:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

/* Learn link */
.qrcodeoption1 .learn-link {
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: color 0.3s ease;
}

.qrcodeoption1 .learn-link:hover {
    color: #f4b400;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .qrcodeoption1 .feature-img {
      
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {

.qrcodeoption1 .feature-title {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
    .qrcodeoption1 .feature-item {
        flex-direction: column !important;
        text-align: start;
    }

    .qrcodeoption1 .feature-title {
        margin-top: 1rem;
    }

    .qrcodeoption1 .learn-link {
        margin-top: 0.5rem;
    }
}

/* offer time  */
.timeoffer123 {
    background-color: #f4b400;
    /* bright yellow */
    font-family: "Poppins", sans-serif;
}

/* Text styling */
.timeoffer123 .promo-heading,
.timeoffer123 .promo-countdown-container,
.timeoffer123 .promo-subtext {
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

/* Keep inline layout on larger screens */
@media (min-width: 768px) {

    .timeoffer123 .promo-heading,
    .timeoffer123 .promo-countdown-container,
    .timeoffer123 .promo-subtext {
        display: inline-block !important;
    }
}

/* Stack on mobile */
@media (max-width: 767.98px) {

    .timeoffer123 .promo-heading,
    .timeoffer123 .promo-countdown-container,
    .timeoffer123 .promo-subtext {
        display: block !important;
       
    }

    .timeoffer123 .promo-countdown-container {
        font-weight: 600;
    }
}


@media (max-width: 575.98px) {
    .mobile-mt-4 {
        margin-top: 1.5rem !important;

        display: block;

    }
}

/* banner button  */
/* --- Main button layout --- */
.btn-group-custom {
    flex-wrap: nowrap !important;
    gap: 0.75rem;
}

/* --- Button style tweaks --- */
.btn-group-custom a {
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
    /* ✅ Prevents text wrapping */
    font-size: 16px;
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
}

/* --- Button hover effect --- */
.btn-group-custom a:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* --- Small screen (mobile) adjustments --- */
@media (max-width: 575.98px) {
    .btn-group-custom a {
        font-size: 15px;
        padding: 0.5rem 0.75rem;
    }
}


@media (max-width: 350px) {
    .btn-group-custom {
        flex-wrap: wrap !important;
    }

    .btn-group-custom a {
        flex: 1 1 100%;
    }
}

/* --- Prevent button text from breaking into two lines --- */
.no-wrap-btn {
    white-space: nowrap;
}

/* new after live in dev */


/* ✅ Ensure lists are truly left-aligned on all devices */
.homefront-banner .align-list-left {
    text-align: left !important;
    padding-left: 0rem !important;
}

.homefront-banner .align-list-left li {
    position: relative;
    padding-left: 1.5rem;
    /* add space for any icons or bullets if needed */
}

/* Optional: align list better in mobile view */
@media (max-width: 575.98px) {
    .homefront-banner .align-list-left {
        margin-left: 0 !important;
        padding-left: 0.5rem !important;
    }
}

.planstyle1 {
    font-size: 10px !important;
}

.features-section1 h3 {
    font-size: 23px;
}

li.styleplan {
    font-size: 18px !important;
}


/*  fixing For How POSApt Helps Your Business Grow section */
* --- General Styling Fix --- */ .wehelp .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Heading baseline alignment */
.wehelp .card-title {
    border-bottom: 1px solid #00205b !important;
    color: #00205b;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
    margin-top: 29px !important;
}

/* Reset any fixed min-height */
.wehelp .card-title[style] {
    min-height: unset !important;
}

@media (max-width: 767px) {

    /* Allow flexibility on mobile */
    .wehelp .card-title {
        min-height: auto !important;
    }
li.styleplan {
    font-size: 16px !important;
}
}

.wehelp .card-title[style] {
    min-height: 85px !important;
    font-size: 23px;
}







/* ====== POS for Small Business Section ====== */
/* ====== POS for Small Business Section ====== */
.homefrontnew {
    background-color: #fff;
}

.homefrontnew .heading-main {
    font-size: 57px;
    font-weight: 600;
    line-height: 1.2;
    color: #0d2c6d;
    margin-bottom: 0.75rem;
}

.homefrontnew .styleplan {
    font-size: 24px !important;
    line-height: 1.2;
    position: relative;
    padding-left: 28px;
}

.homefrontnew .styleplan::before {
    content: "✔";
    color: #fbbf24;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
}

.homefrontnew .btn-group-custom a {
    white-space: nowrap;
    padding: 10px 22px;
    font-size: 15px;
}

.homefrontnew .banner-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.homefrontnew .banner-image-wrapper img {
    max-width: 542px;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

/* Bring text & image closer together */
.homefrontnew .row {
    --bs-gutter-x: 2rem;
    /* tighter spacing */
}

/* Adjust vertical alignment (baseline alignment) */
.homefrontnew .row.align-items-center {
    align-items: flex-start !important;
    /* aligns bottom edges of text & image */
}

/* ====== Responsive Tweaks ====== */
@media (max-width: 991px) {
    .homefrontnew .heading-main {
        font-size: 40px;
        text-align: left;
    }

    .homefrontnew ul {
        text-align: center;
        padding-left: 0;
    }

    .homefrontnew .btn-group-custom {
        justify-content: center !important;
    }

    .homefrontnew .banner-image-wrapper {
        justify-content: center;
        margin-top: 20px;
    }

    .homefrontnew .banner-image-wrapper img {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .homefrontnew .heading-main {
        font-size: 30px;
    }

    .homefrontnew .styleplan {
        font-size: 20px !important;
    }

    .homefrontnew .btn-group-custom a {
        flex: 1 1 auto;
        text-align: center;
    }
}

/* Header base new header uk header */
/* Header */
.header-main {
  transition: all 0.3s ease;
  z-index: 1030;
}

/* Logo */
.navbar-brand img {
  max-height: 48px;
}

/* Navbar links */
.navbar-nav .nav-link {
  color: #03132c;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--theme-color2, #f9b233);
}

/* Dropdown menu */
.dropdown-menu {
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  animation: fadeIn 0.2s ease;
}

.dropdown-menu .dropdown-item {
  padding: 10px 16px;
  color: #03132c;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--theme-color1, #f9b233);
  color: #fff;
}

/* Buttons */
.navbar .btn {
  font-weight: 600;
  border: none;
  transition: all 0.2s ease;
}

.navbar .btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Toggler */
.navbar-toggler {
  font-size: 1.5rem;
  color: #03132c;
}

/* Offcanvas */
.offcanvas {
  width: 270px;
}

/* Responsive Tweaks */
@media (max-width: 992px) {
  .offcanvas-body .btn {
    display: none !important; /* hide buttons inside mobile menu */
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .navbar .btn {
    width: auto;
  }
}

/* Smaller logo on mobile */
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 42px;
  }
  .navbar .btn {
      font-size: 13px;
      font-weight: 500;
      border: none;
      transition: all 0.2s ease;
  }
}

/* Dropdown fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Base Styling offer time top */
.timeoffer123 {
  background-color: var(--theme-color2, #f9b233);
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* One line on desktop */
.timeoffer123 .grabofferstyle1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
  gap: 10px;
}

/* Responsive: Two clean lines on mobile */
@media (max-width: 576px) {
  .timeoffer123 .grabofferstyle1 {
    flex-wrap: wrap; /* allow line break */
    white-space: normal;
    text-align: center;
    line-height: 0.5;
  }

  .timeoffer123 .promo-heading {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 4px;
  }

  /* Countdown + subtext stay on second line */
  .timeoffer123 .promo-countdown-container,
  .timeoffer123 .promo-subtext {
    flex: 0 0 auto;
    display: inline-block;
  }

  .timeoffer123 .promo-countdown-container {
    margin: 0 6px;
  }
}

/* toggle price */ 
/* === Feature List Styling === */
.newplanprice .styleplan {
    list-style: none !important;
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 6px;
    color: #000;
    line-height: 1.3;
    font-size: 16px !important;
}

/* Checkmark */
.newplanprice .styleplan::before {
    content: "\2714";
    /* ✔ checkmark */
    color: var(--theme-color2, #F78202);
    position: absolute;
    left: 0;
    top: 0.05rem;
    font-weight: 600;
    font-size: 16px !important;
}

/* Smooth collapse animation */
.newplanprice .styleplan {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    max-height: 50px;
    /* enough for one line */
    opacity: 1;
}

.newplanprice .extra-hidden {
    max-height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Toggle link styling */
.toggle-wrapper {
    cursor: pointer;
    color: var(--theme-color2, #FBBF24);
    font-weight: 600;
    font-size: 0.95rem;
    user-select: none;
}
/* offer time */
/* General style */
.timeoffer123 {
    transition: all 0.6s ease;
}

.timeoffer123 .promo-heading,
.timeoffer123 .promo-subtext,
.timeoffer123 .promo-countdown {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

/* For mobile view only */
@media (max-width: 576px) {

    .timeoffer123 .promo-heading,
    .timeoffer123 .promo-subtext,
    .timeoffer123 .promo-countdown {
        font-size: 12.5px;
    }

    /* Ensure all elements stay in one line */
    .timeoffer123 h5 {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
        white-space: nowrap;
    }

    .timeoffer123 .promo-countdown-container {
        margin: 0 3px;
    }
}

/* Smooth hide animation after offer ends */
.timeoffer123.offer-ended .promo-countdown {
    color: #fff;
    font-weight: 600;
}

.contact-form-table {
  border-collapse: separate;
  border-spacing: 8px 10px;
}

.contact-form-table td {
  vertical-align: top;
  padding: 5px 8px;
}

.contact-form-table label {
  font-weight: 500;
  color: #333;
}

.contact-form-table input,
.contact-form-table textarea {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 576px) {
  .contact-form-table tr {
    display: block;
    margin-bottom: 10px;
  }
  .contact-form-table td {
    display: block;
    width: 100%;
    padding: 3px 0;
  }
}

/* ===== POS Restaurant Section ===== */
.pos-restaurantnew {
  background-color: #FFFFFF
  overflow: hidden;
}

.pos-restaurantnew h1 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.pos-restaurantnew ul {
  padding-left: 0;
  margin-bottom: 1rem;
}

.pos-restaurantnew .styleplan {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 6px;
  color: #000;
  line-height: 1.3;
font-weight: 400;
font-size:24px !important;
}

.pos-restaurantnew .styleplan::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2, #f78202);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

/* ===== Buttons ===== */
.pos-restaurantnew .btn-group-custom {
  gap: 10px;
  flex-wrap: wrap;
}

.pos-restaurantnew .no-wrap-btn {
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 18px;
  transition: all 0.3s ease;
}

.pos-restaurantnew .no-wrap-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* ===== Video Wrapper ===== */
.pos-restaurantnew .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  
  overflow: hidden;
  border-radius: 10px;
 
}

.pos-restaurantnew .media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* ===== Typography  Layout Adjustments ===== */
@media (min-width: 992px) {
  .pos-restaurantnew h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 991px) {
  .pos-restaurantnew h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .pos-restaurantnew h1 {
    font-size: 1.8rem;
  }

  .pos-restaurantnew .no-wrap-btn {
    font-size: 13px;
    padding: 8px 14px;
  }

  /* mt-1 for mobile only */
  .pos-restaurantnew {
    margin-top: 0.25rem !important;
  }
.pos-restaurantnew .styleplan {
 
font-size:18px !important;
}
}

@media (min-width: 769px) {
  /* mt-2 for tablet  desktop */
  .pos-restaurantnew {
    margin-top: 0.5rem !important;
  }
}
