@font-face {
     font-family: "SF Pro Display proxima";
     src: url("/fonts/SF-Pro-Display-Proxima-Nova.woff2") format("woff2");
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: SF Pro Display proxima !important;
    font-size: 14px;
}

 :root {
    --brand-orange: #BF5708;
    --brand-blue: #1E40AF;
    --brand-green: #16A34A;
    --card-radius: 24px;
}

button:focus {
    box-shadow: none !important;
    outline: 1px solid #fff !important;
}

a:active {
    color: #BF5708;
}

a {
    text-decoration: none;
}

.sticky-top {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background: #fff;
}

.h1-tag {
    font-size: calc(1.375rem + 1.5vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h2-tag {
    font-size: calc(1.325rem + .9vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3-tag {
    font-size: calc(1.3rem + .6vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h4-tag {
    font-size: calc(1.275rem + .3vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5-tag {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h6-tag {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.primary_button-top {
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px !important;
    width: 140px !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

/* mocdoc logo */

.brand-logo-image {
    max-width: 125px;
}


/*  */


/* Small utilities */

.badge-pill {
    border-radius: 999px;
    padding: .45rem .9rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
}

.pulse-ring {
    position: absolute;
    border-radius: 999px;
    opacity: 0.12;
    border: 4px solid;
    pointer-events: none;
    width: 76px;
    height: 76px;
}

.rounded-3xl {
    border-radius: 24px;
}

.rounded-2xl {
    border-radius: 16px;
}

.slide-in-left {
    animation: slideInLeft .8s ease both;
}

.slide-in-right {
    animation: slideInRight .8s ease both;
}

.fade-in-up {
    animation: fadeInUp .7s ease both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-28px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

.badge-pill {
    background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
    color: #fff;
}

.text-gray-600 {
    color: #4b5563;
}

.text-gray-900 {
    color: #111827;
}

p {
    font-size: 18px;
    color: #676565;
    line-height: 28px;
    font-weight: 500;
}

.muted-xs {
    color: #6b7280;
    font-size: .9rem;
}

.btn-rounded {
    border-radius: 10px;
    padding: 0.7rem 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-rounded:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.input-box input[type="button"]:hover {
    opacity: 1;
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #BF5708 #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #BF5708;
    border-radius: 10px;
    border: 3px solid #ffffff;
}


/* end */

/*progress scroll style css start*/
#progress {
    position: fixed;
    bottom: 110px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
}

#progress-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001a2e;
}
.scroll-arrow {
    width: 24px;
}
/*progress scroll style css end*/

/*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}

.whatsapp-sticky img {
    width: 98%; 
    height: auto; 
    max-width: 100%;
    max-height: 100%;
}
/*whatsapp sticky style end*/

/* section css */

section {
    padding: 3rem 5rem;
    overflow: hidden;
}

.sub-heading {
    font-size: 20px;
    max-width: 60ch;
}

.section-title {
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #111827;
}

.section-subtext {
    color: #676565;
    font-size: 1.325rem;
}


/* section css end */


/* herosection */

.hero-bg {
    background: #f0f8ff;
    min-height: auto;
    position: relative;
    overflow: hidden;
}

#hero-section .pos-title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
    width: 70%;
}

#hero-section .hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hero-section .stat-number {
    font-weight: 800;
    font-size: 3rem;
}

#hero-section .hero-image-wrapper {
    margin: 78px 20px 50px;
}

#hero-section .main-wrap {
    position: absolute;
    top: 17px;
    left: 30%;
    z-index: 11;
}

#hero-section .main-img {
    width: 600px;
}

#hero-section .Revenue {
    position: absolute;
    top: -100px;
    left: 85px;
}

#hero-section .Revenue img {
    width: 170px;
}

#hero-section .stock {
    position: absolute;
    top: 80%;
    left: 65px;
}

#hero-section .stock img {
    width: 185px;
}

#hero-section .payment {
    z-index: 10;
    position: absolute;
    top: 55.5%;
    left: 270px;
}

#hero-section .payment img {
    width: 230px;
}

#hero-section .grap {
    position: absolute;
    right: 262px;
    top: 39%;
}

#hero-section .grap img {
    width: 300px;
}

#hero-section .total-order {
    position: absolute;
    bottom: -90px;
    right: -65px;
}

#hero-section .total-order img {
    width: 215px;
}

#hero-section .transaction {
    position: absolute;
    top: -20px;
    right: -30px;
}

#hero-section .transaction img {
    width: 230px;
}

#hero-section .tag {
    color: #000;
    font-size: 18px;
}


/* hero section end */


/* smart pos section  */

#smartPos-sec .feature-item {
    position: relative;
    padding-left: 24px;
}

#smartPos-sec .feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #16a34a;
    border-radius: 50%;
}

#smartPos-sec .floating-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    max-width: 230px;
    z-index: 2;
}

#smartPos-sec .payment-icon {
    width: 35px;
    height: auto;
}

.fa-bolt:before,
.fa-zap:before {
    content: "\f0e7";
    color: #fff;
}

#smartPos-sec .stat-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#smartPos-sec .feature-check svg {
    color: #16a34a;
}

#smartPos-sec .feature-check span {
    font-size: 1rem;
    font-weight: 500;
}


/* smartpos section end */


/* seamless section */

section.bg-gradient {
    background: linear-gradient(to bottom right, #f9fafb, #eff6ff);
}

#seamless-section .workflow-title {
    color: #111827;
}

#seamless-section .icon-circle {
    width: 2.5rem;
    height: 1.5rem;
    background-color: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

#seamless-section .feature-list h4 {
    font-weight: 600;
    margin-bottom: 0;
}

#seamless-section .feature-list p {
    margin-bottom: 0.5rem;
}

#seamless-section .feature-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

#seamless-section .single-feature {
    width: 290px;
    height: -webkit-fill-available;
    padding: 10px;
    background: #f0f8ff;
    border-radius: 1rem;
}

#seamless-section .dashboard-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    position: relative;
}

#seamless-section .dashboard-card img {
    border-radius: 1rem;
    max-width: 100%;
    object-fit: cover;
}

#seamless-section .clip {
    margin-bottom: 10px;
}

#seamless-section .dashboard-overlay {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* common green dot */

.pulse-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #22c55e;
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: pulse 1.5s infinite;
}

.pulse-img {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.4);
    }
}


/* seamless section end */

/*left content right images section start*/
.title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tag-title {
  color: #B04F08;
  font-weight: 700;
  background: #FFF;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 14px;
}
.sm .h6{
  font-size: 1.125rem;
  line-height: 1.45;
  width: 70%;
}
.tabs-container, .tabes-container, .tabez-container {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.tab, .tabes, .tabesn, .tabe, .tabez {
  font-size: 20px;
  font-weight: 600;
  padding: 14px;
    padding-right: 4px;
    padding-left: 4px;
  margin-bottom: 10px;
  background-color: #fafafa;
  max-height: fit-content !important;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  max-height: 5em;
  overflow: auto;
  transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.tab svg {
  margin-bottom: 5px;
}
.showme p {
  font-size: 16px;
  padding: 0px 31px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 400;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  transition: max-height 0.5s, overflow 0s;
}
.tab.active, .tabes.active, .tabesn.active, .tabe.active, .tabez.active {
  border-radius: 10px;
  fill:#B04F08;
  color:#B04F08;
  /*fill: #e16408;
  color: #e16408;*/
  background: #FCF0E6;
  max-height: fit-content;
  transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.nav_btns1 {
    display: none;
}
.nav_btns2 {
    display: none;
}
.next-btns {
    display: none;
}
.contents, .contentse, .contente, .contentseae {
  display: none;
  padding: 5px;
}
.sm2 .content-img1 {
  max-width: 90%;
  height: auto;
  transform: translateY(5px);
  transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
  will-change: opacity, transform;
}
.section-wrap {
  margin-bottom: 6%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.active {
    display: block;
}

/*left content right images section end*/
/* benefits section */

#benefits .benefit-card {
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

#benefits .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


/* Gradient backgrounds for each card */

.bg-blue-gradient {
    background: linear-gradient(to bottom right, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
}

.bg-green-gradient {
    background: linear-gradient(to bottom right, #ecfdf5, #d1fae5);
    border: 1px solid #a7f3d0;
}

.bg-purple-gradient {
    background: linear-gradient(to bottom right, #f5f3ff, #ede9fe);
    border: 1px solid #ddd6fe;
}

.bg-orange-gradient {
    background: linear-gradient(to bottom right, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
}

.bg-red-gradient {
    background: linear-gradient(to bottom right, #fef2f2, #fee2e2);
    border: 1px solid #fecaca;
}

.bg-yellow-gradient {
    background: linear-gradient(to bottom right, #fefce8, #fef9c3);
    border: 1px solid #fef08a;
}


/* Icon box styling */

#benefits .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
}

.bg-blue-icon {
    background-color: #3b82f6;
}

.bg-green-icon {
    background-color: #10b981;
}

.bg-purple-icon {
    background-color: #8b5cf6;
}

.bg-orange-icon {
    background-color: #ea580c;
}

.bg-red-icon {
    background-color: #ef4444;
}

.bg-yellow-icon {
    background-color: #facc15;
}

#benefits .benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

#benefits .benefit-card p {
    margin-bottom: 0;
    color: #1A1A1A;
    font-weight: 500;
}


/* benefits section end */


/* how it work section  */

.work-order {
    width: 32px;
    height: 32px;
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes tooltipFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* --- Icon animation containers --- */

.work-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}

.how-work {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-container {
    animation: float 3s ease-in-out infinite;
    position: absolute;
}

.icon-container:nth-child(2) {
    animation-delay: -0.5s;
}

.icon-container:nth-child(3) {
    animation-delay: -1s;
}

.icon-container:nth-child(4) {
    animation-delay: -1.5s;
}

.pulse-ring {
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.s-curve-path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drawPath 3s ease-out forwards;
}


/* --- Tooltip styles --- */

.tooltip-box {
    opacity: 0;
    animation: tooltipFadeIn 0.6s ease-out forwards;
    background: #fff;
    padding: .75rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    position: absolute;
    transform: translateX(-50%);
}

.tooltip-box::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.tooltip-top::before {
    bottom: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}

.tooltip-bottom::before {
    top: -8px;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}

.tooltip-1 {
    animation-delay: 1s;
}

.tooltip-2 {
    animation-delay: 2s;
}

.tooltip-3 {
    animation-delay: 3s;
}

.tooltip-4 {
    animation-delay: 4s;
}


/* how it work section end */


/* slider section  */

.swiper-container {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.button-wrap {
    margin: 10px 0;
}


/* Style for slides */

.parent-of-swiper {
    width: 100%;
    max-width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #BF5708;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    font-weight: 700;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-next {
    right: 50px;
}

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.single-product-features {
    background: #E4EAF2;
    padding: 6px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #004E8D;
    margin-bottom: 10px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slider-content p {
  font-size: 16px;
}

.swiper-slide .slider-content {
    min-height: 450px;
}

.product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #fff;
}

.product-content h4 {
    color: #000;
    font-weight: 700;
}

.cont-head {
    height: 250px;
}
.tag-wrapper {
    margin-top: auto;
    /* pushes button wrapper to bottom */
    display: flex;
    flex-direction: column;
}

.product-demo-button {
    padding: 4px 10px;
    background: #BF5708;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}

.last .product-button-wrapper {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.slider-content p {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.swiper-control {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.swiper-slide .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #BF5708 !important;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    font-weight: 700;
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: -webkit-fill-available !important;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 100%;
        fill: currentColor;
        pointer-events: none;
    }
}

.swiper-button-next {
    right: 50px;
}

.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f6f9fc;
    flex-direction: column;
    font-size: 18px;
    color: #333;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-button-wrapper {
    text-align: right;
    margin: 15px 15px;
    float: right;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}


/* slider section end */


/* Benefits of Healthcare POS  section*/

.wcu-wrapper.style1 .wcu-thumb .shape {
    position: absolute;
    top: 0px;
    max-width: 100%;
    z-index: 1;
}

.shape img {
    width: 100%;
    height: auto;
}

.wcu-wrapper.style1 .wcu-thumb .main-thumb {
    position: relative;
    z-index: 3;
    top: 0px;
}

.wcu-wrapper.style1 .wcu-thumb .main-thumb img {
    max-width: 100%;
}

.wcu-wrapper.style1 .wcu-thumb {
    position: relative;
}

.fancy-box.style2 {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 30px;
}

.fancy-box.style2 .content {
    max-width: 235px;
}

.wcu-container-wrapper {
    margin: 0px 0px 50px;
}


/* Benefits of Healthcare POS end */


/* poster section */

.poster-section {
    background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.poster-content {
    color: #fff;
    font-size: 20px;
}

.content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.poster-image {
    float: inline-end;
}

.play-store {
    margin-left: 30px;
}

.poster-navigate {
    text-decoration: none;
}

.action-box {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.poster-heading {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.banner-button-wraps {
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.requests-btn {
    padding: 16px 59px;
    background: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}

.request-btn {
    padding: 16px 50px;
    background: #BF5708;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid transparent;
}


/* poster section end */


/* FAQ sections */

.faq .accordion-container {
    width: 100%;
    max-width: 1000px;
}

.faq .accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.faq .accordion-header {
    background-color: #fff;
    color: #000;
    padding: 15px;
    font-size: 20px;
    border: none;
    height: 75px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.faq-section .container {
    max-width: 1000px;
    overflow: hidden;
}

.faq .accordion-header:hover {
    background-color: #BF5708;
    color: #fff;
}

.faq .accordion-header.active {
    background-color: #BF5708;
    color: #fff;
}

.faq .accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 10px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.faq .accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 18px;
}

.faq .icon {
    transition: transform 0.3s ease;
}

.faq .active .icon {
    transform: rotate(45deg);
}

.faq {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/* faq section end */


@media (min-width: 1300px) and (max-width: 1399.98px) {
    .flex .main-box-content-wrap,
    .flex .main-box-content-warpper2 {
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .brand-section h2,
    .why h2 {
        margin-bottom: 30px;
    }
}


/* ================================
   Media query
   ================================ */

@media (max-width: 575.98px) {
    .h1-tag {
        font-size: calc(1.375rem + 1.5vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h2-tag {
        font-size: calc(1.325rem + .9vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h3-tag {
        font-size: calc(1.3rem + .6vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h4-tag {
        font-size: calc(1.275rem + .3vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
/*left content right image section*/
    .showme {
    display: block;
   }
   .active p {
    display: block;
   }
   .tabes.showhim.px-2.active .showme {
  display: block;
}
.tab, .tabes, .tabesn, .tabe, .tabez {
    flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 14px;
    padding-right: 4px;
    padding-left: 4px;
  margin-bottom: 10px;
  background-color: #fafafa;
  max-height: fit-content !important;
  min-width: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  max-height: 5em;
  overflow: auto;
  transition: max-height 0.5s, overflow 0.5s 0.5s;
  scroll-snap-align: start;
}
.tabs-container, .tabes-container, .tabez-container {
    scroll-snap-type: x mandatory;
  display: flex;
  Flex-direction :row; 
  Gap:10px; 
  overflow:scroll;
  margin-top: 30px;
}
.tabs-wrap {
    position: relative;
}
.nav_btns1 {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 105%;
    justify-content: flex-end;
    top: 50%;
    transform: translateY(-50%);
}
.nav_btns2 {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 105%;
    justify-content: flex-end;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-flex {
    order: -1;
}
.nav_btns3 {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 90%;
justify-content: flex-end;
    bottom: 50%;
}
.next-btns {
    display: block;
    background-color: #e16408;
    display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #faf7f2;
}
.next-btns svg {
    width: 16px;
    color: #fff;
}
.content-img {
    max-width: 100%;
    height: auto;
    transform: translateY(5px);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    will-change: opacity, transform;
}
 .sm .h6 {
    font-size: 1rem;
    line-height: 28px;
    width: 100%;
  }

/*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}
/*whatsapp sticky style end*/
}


/* poster section */

@media screen and (max-width: 767.98px) {
    .play-store {
        margin-left: 10px !important;
    }
    .poster-heading {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        display: inline-block;
    }
    .brand-app {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .poster-section {
        background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .poster-content {
        font-size: 16px;
        text-align: center;
        line-height: 25px;
    }
    .poster-image {
        margin-top: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .poster-heading {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        display: inline-block;
    }
    .brand-app {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .poster-content {
        font-size: 16px;
        text-align: left;
        line-height: 25px;
    }
    /*left content right image section*/
    .content-img {
        max-width: 100%;
        height: auto;
        transform: translateY(5px);
        transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
        will-change: opacity, transform;
    }
}

@media (min-width:990px) and (max-width:1280px) {
    .poster-heading {
        font-size: 35px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        display: inline-block;
    }
    .brand-app {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .poster-content {
        font-size: 18px;
        text-align: left;
        line-height: 28px;
    }
    .content-img {
         max-width: 100%;
        height: auto;
        transform: translateY(5px);
        transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
        will-change: opacity, transform;
    }
}


/* poster section end */
@media (min-width: 1024px) {
/*left content right image section*/
.tabe.showhim.px-2.active .showme {
    display: block;
}
.tabez.showhim.px-2.active .showme {
    display: block;
}
.showme {
    display: none;
}
.tabes.active .showme p {
    display: block;
}
.tabes.showhim.px-2.active .showme {
  display: block;
}
}
/*  */

@media (max-width: 767.98px) {
    section {
        padding: 25px 16px;
        overflow: hidden;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 28px;
    }
    .hero-bg .container {
        padding-bottom: 0 !important;
    }
    .tag {
        color: #000;
        font-size: 14px;
    }
    .lead {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    .prmor {
        justify-content: center;
    }
    .section-subtext {
        color: #676565;
        font-size: 18px;
    }
    #benefits .row {
        margin-top: -40px;
    }
    .poster-section {
        margin-bottom: 0px;
    }
    .faq {
        margin-top: -30px;
    }
    #hero-section .pos-title {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 28px !important;
        width: 100%;
    }
    #hero-section .main-wrap {
        position: relative;
        top: 45px;
        left: 0%;
        z-index: 11;
    }
    .feature-list p {
        margin-bottom: 0rem;
    }
    #seamless-section .icon-circle {
        width: 2rem;
        height: 1.5rem;
    }
    .features {
        justify-content: center;
    }
    #hero-section .hero-image-wrapper,
    #hero-section .Revenue,
    #hero-section .stock,
    #hero-section .payment,
    #hero-section .grap,
    #hero-section .total-order,
    #hero-section .transaction {
        display: none;
    }
    #seamless-section .single-feature {
        width: 100%;
        height: -webkit-fill-available;
        padding: 10px;
        background: #E6F2FF;
        border-radius: 1rem;
    }
    .mob-btn {
        border-radius: 10px;
        padding: 0.5rem 0.5rem;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        white-space: nowrap;
    }
    .mobi {
        padding: 0px;
    }
    .mb-resp {
        flex-direction: row !important;
        align-items: center !important;
        gap: 5px !important;
    }
    .fa-2x {
        font-size: 1.5em !important;
    }
    .mbo-icon {
        gap: 0px !important;
    }
    .badge-pill {
        font-size: 12px;
        white-space: nowrap;
    }
    .dashboard-overlay {
        position: absolute;
        top: 1.5rem;
        left: -0.5rem;
    }
    .clip {
        margin-bottom: 0;
        font-size: 14px;
    }
    .stat-icon {
        width: 2rem;
        height: 2rem;
    }
    .floating-card {
        padding: 0.5rem;
    }
    .clip-1 {
        font-size: 12px;
    }
    .seamless-content p {
        font-size: 12px;
    }
    .seamless-img {
        height: auto;
        width: 100%;
    }
    .section-block .benefit-card {
        border-radius: 20px;
        padding: 25px;
    }
    .fancy-box.style2 .content {
        max-width: 100%;
    }
    .fancy-box.style2 .content h5 {
        font-size: 16px;
    }
    .fancy-box.style2 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .icon img {
        width: 50px;
        height: auto;
    }
    .request-btn {
        padding: 10px;
        white-space: nowrap;
    }
    .requests-btn {
        padding: 10px;
        white-space: nowrap;
    }
    .banner-button-wraps {
        margin: 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #benefits .benefit-card {
        border-radius: 20px;
        padding: 25px;
        height: 100%;
    }
    .wcu-wrapper.style1 .wcu-thumb .shape {
        left: 25px;
        position: absolute;
        bottom: -20px;
        max-width: 100%;
        z-index: 1;
    }
    .wcu-container-wrapper {
        margin: 0px 0px 20px;
    }
    .mob-benefit {
        margin-top: 25px;
    }
    /* Reduce section padding */
    section.py-5 {
        padding: 2rem 1rem !important;
    }
    /* Reduce heading & subheading */
    .how-work h3 {
        font-size: 1.5rem !important;
    }
    .how-work .sub-heading {
        font-size: 18px;
        padding: 0px;
    }
    .sub-heading {
        font-size: 18px !important;
    }
    /* Adjust timeline height for mobile */
    .how-work .position-relative {
        height: 380px !important;
    }
    /* Scale down the SVG curve */
    .how-work svg {
        height: 280px !important;
    }
    /* Smaller icons */
    .icon-container .rounded-circle {
        width: 55px !important;
        height: 55px !important;
    }
    .icon-container img {
        width: 22px !important;
        height: 22px !important;
    }
    /* Reduce glow pulse size */
    .pulse-ring {
        transform: scale(0.7) !important;
    }
    .work-order {
        width: 25px;
        height: 25px;
    }
    /* Reposition each icon for mobile stacking */
    /* ICON 01 */
    .icon-container:nth-of-type(1) {
        left: 10% !important;
        top: 25% !important;
        transform: translateX(-50%);
    }
    /* ICON 02 */
    .icon-container:nth-of-type(2) {
        left: 21% !important;
        top: 56% !important;
        transform: translateX(-50%);
    }
    /* ICON 03 */
    .icon-container:nth-of-type(3) {
        left: 58% !important;
        top: 30% !important;
        transform: translateX(-50%);
    }
    /* ICON 04 */
    .icon-container:nth-of-type(4) {
        left: 72% !important;
        top: 64% !important;
        transform: translateX(-50%);
    }
    .work-wrapper {
        height: 350px;
    }
    /* Tooltip adjustments for mobile */
    .tooltip-box {
        transform: translateX(-50%) translateY(0) !important;
        padding: 0.5rem !important;
        font-size: 0.85rem !important;
        white-space: normal !important;
        text-align: center;
        width: max-content;
        max-width: 200px;
    }
    /* Top tooltips anchor above */
    .tooltip-top {
        top: -65px !important;
    }
    /* Bottom tooltips anchor below */
    .tooltip-bottom {
        bottom: -65px !important;
    }
    /* Fix arrow size */
    .tooltip-box::before {
        border-width: 6px !important;
    }
    .accordion-header {
        background-color: #fff;
        color: #000;
        padding: 15px;
        font-size: 16px !important;
        border: none;
        height: auto !important;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }
    .accordion-content {
        background-color: #FAFAFA;
        overflow: hidden;
        padding: 0 15px;
        border-radius: 10px;
        max-height: 0;
        transition: max-height 0.3s ease;
    }
    .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 14px !important;
    }
}

@media (min-width:768px) and (max-width:1013.98px) {
    section {
        padding: 1.5rem 1.5rem;
        overflow: hidden;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .faq .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 16px;
    }
    .sub-heading {
        font-size: 18px !important;
    }
    .section-subtext {
        color: #676565;
        font-size: 18px;
    }
    #benefits .row {
        margin-top: -40px;
    }
    .poster-section {
        margin-bottom: 0px;
    }
    .faq {
        margin-top: -30px;
    }
    .faq .accordion-header {
        font-size: 18px;
    }
    .faq .accordion-container {
        width: 100%;
        max-width: 800px;
    }
    .hero-bg .container {
        padding-bottom: 0 !important;
    }
    .tag {
        color: #000;
        font-size: 14px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    #hero-section .pos-title {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: normal;
        width: 100%;
    }
    #hero-section .main-wrap {
        position: absolute;
        top: 45px;
        left: 30%;
        z-index: 11;
    }
    .hero-bg {
        min-height: auto;
    }
    #hero-section .hero-image-wrapper {
        margin: 78px 20px 100px;
    }
    #hero-section .main-img {
        width: 324px;
    }
    #hero-section .Revenue {
        position: absolute;
        top: -50px;
        left: 46px;
    }
    #hero-section .Revenue img {
        width: 120px;
    }
    #hero-section .stock {
        position: absolute;
        top: 80%;
        left: 40px;
    }
    #hero-section .stock img {
        width: 130px;
    }
    #hero-section .payment img {
        width: 150px;
    }
    #hero-section .payment {
        z-index: 10;
        position: absolute;
        top: 55.5%;
        left: 180px;
    }
    #hero-section .grap img {
        width: 175px;
    }
    #hero-section .grap {
        position: absolute;
        right: 155px;
        top: 39%;
    }
    #hero-section .total-order {
        position: absolute;
        bottom: -55px;
        right: -15px;
    }
    #hero-section .total-order img {
        width: 130px;
    }
    #hero-section .transaction {
        position: absolute;
        top: -20px;
        right: 0px;
    }
    #hero-section .transaction img {
        width: 160px;
    }
    #seamless-section .single-feature {
        width: 100%;
        height: -webkit-fill-available;
        padding: 0;
        background: #fff;
        border-radius: 1rem;
    }
    #seamless-section .feature-list {
        gap: 3px;
    }
    #seamless-section .icon-circle {
        width: 1rem;
        height: 1rem;
    }
    .feature-list p {
        margin-bottom: 0rem;
    }
    #benefits .benefit-card {
        border-radius: 20px;
        padding: 25px;
    }
    .work-wrapper {
        height: 400px;
    }
    .icon img {
        width: 40px;
        height: 40px;
    }
    .bg-gradient .container {
        width: 100%;
        max-width: 100%;
    }
    .shape img {
        width: 100%;
        height: auto;
    }
    .fancy-box .content h5 {
        font-size: 18px;
    }
    .poster-section {
        background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
        height: 550px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: -20px;
    }
    .wcu-wrapper.style1 .wcu-thumb .main-thumb {
        position: relative;
        z-index: 3;
        top: -38px;
    }
    .icon-container:nth-of-type(4) {
        left: 72.5% !important;
        top: 44% !important;
    }
    .wcu-wrapper.style1 .wcu-thumb .shape {
        position: absolute;
        top: 0;
        max-width: 100%;
        z-index: 1;
    }
    .mob-btn {
        border-radius: 10px;
        padding: 0.5rem 0.5rem;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        white-space: nowrap;
    }
    .request-btn {
        padding: 8px;
    }
    .requests-btn {
        padding: 8px;
    }
    .wcu-container-wrapper .container {
        max-width: 100%;
        width: 100%;
    }
    .poster-section .container {
        width: 100%;
        max-width: 100%;
    }
    .clip {
        margin-bottom: 0;
        font-size: 14px;
    }
    .stat-icon {
        width: 2rem;
        height: 2rem;
    }
    .floating-card {
        padding: 0.5rem;
    }
    .clip-1 {
        font-size: 12px;
    }
    .seamless-content p {
        font-size: 12px;
    }
}

@media (min-width:1014px) and (max-width:1200.98px) {
    section {
        padding: 1.5rem 1.5rem;
        overflow: hidden;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .hero-bg .container {
        padding-bottom: 0 !important;
    }
    .hero-bg {
        min-height: auto;
    }
    .tag {
        color: #000;
        font-size: 14px;
    }
    #benefits .row {
        margin-top: -40px;
    }
    .poster-section {
        margin-bottom: 0px;
    }
    .faq {
        margin-top: -30px;
    }
    .faq .accordion-container {
        width: 100%;
        max-width: 800px;
    }
    .faq .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 16px;
    }
    .faq .accordion-header {
        font-size: 18px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    #hero-section .pos-title {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: normal;
        width: 100%;
    }
    #hero-section .main-wrap {
        position: absolute;
        top: -40px;
        left: 30%;
        z-index: 11;
    }
    #hero-section .hero-image-wrapper {
        margin: 80px 20px 100px;
    }
    #hero-section .main-img {
        width: 500px;
    }
    #hero-section .Revenue {
        position: absolute;
        top: -50px;
        left: 46px;
    }
    #hero-section .Revenue img {
        width: 120px;
    }
    #hero-section .stock {
        position: absolute;
        top: 80%;
        left: 40px;
    }
    #hero-section .stock img {
        width: 130px;
    }
    #hero-section .payment img {
        width: 150px;
    }
    #hero-section .payment {
        z-index: 10;
        position: absolute;
        top: 55.5%;
        left: 200px;
    }
    #hero-section .grap img {
        width: 175px;
    }
    #hero-section .grap {
        position: absolute;
        right: 200px;
        top: 39%;
    }
    #hero-section .total-order {
        position: absolute;
        bottom: -90px;
        right: -15px;
    }
    #hero-section .total-order img {
        width: 140px;
    }
    #hero-section .transaction {
        position: absolute;
        top: -20px;
        right: 0px;
    }
    #hero-section .transaction img {
        width: 160px;
    }
    #seamless-section .single-feature {
        width: 100%;
        height: -webkit-fill-available;
        padding: 0px;
        background: #fff;
        border-radius: 1rem;
    }
    #seamless-section .icon-circle {
        width: 1rem;
        height: 1rem;
        background-color: #22c55e;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.75rem;
        margin-top: 0.25rem;
    }
    .work-wrapper {
        height: 400px;
    }
    .wcu-container-wrapper .container {
        max-width: 100%;
        width: 100%;
    }
    .wcu-wrapper.style1 .wcu-thumb .shape {
        position: absolute;
        top: 0;
        max-width: 100%;
        z-index: 1;
    }
    .wcu-wrapper.style1 .wcu-thumb .main-thumb {
        position: relative;
        z-index: 3;
        top: 0px;
    }
    .wcu-container-wrapper {
        margin: 0px 0px 0px;
    }
    .feature-list p {
        margin-bottom: 0rem;
    }
}

@media (min-width:1201px) and (max-width:1399.98px) {
    section {
        padding: 2.5rem 2.5rem;
        overflow: hidden;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .hero-bg .container {
        padding-bottom: 0 !important;
    }
    .hero-bg {
        min-height: auto;
    }
    .tag {
        color: #000;
        font-size: 14px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    #hero-section .pos-title {
        text-align: center;
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: normal;
        width: 100%;
    }
    #hero-section .main-wrap {
        position: absolute;
        top: -40px;
        left: 30%;
        z-index: 11;
    }
    #hero-section .hero-image-wrapper {
        margin: 80px 20px 100px;
    }
    #hero-section .main-img {
        width: 600px;
    }
    #hero-section .Revenue {
        position: absolute;
        top: -50px;
        left: 46px;
    }
    #hero-section .Revenue img {
        width: 150px;
    }
    #hero-section .stock {
        position: absolute;
        top: 80%;
        left: 40px;
    }
    #hero-section .stock img {
        width: 200px;
    }
    #hero-section .payment img {
        width: 220px;
    }
    #hero-section .payment {
        z-index: 10;
        position: absolute;
        top: 55.5%;
        left: 200px;
    }
    #hero-section .grap img {
        width: 240px;
    }
    #hero-section .grap {
        position: absolute;
        right: 200px;
        top: 39%;
    }
    #hero-section .total-order {
        position: absolute;
        bottom: -90px;
        right: -45px;
    }
    #hero-section .total-order img {
        width: 180px;
    }
    #hero-section .transaction {
        position: absolute;
        top: -20px;
        right: 0px;
    }
    #hero-section .transaction img {
        width: 195px;
    }
    #seamless-section .single-feature {
        width: 100%;
        height: -webkit-fill-available;
        padding: 0px;
        background: #fff;
        border-radius: 1rem;
    }
    #seamless-section .icon-circle {
        width: 1.5rem;
        height: 1.5rem;
        background-color: #22c55e;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.75rem;
        margin-top: 0.25rem;
    }
    .work-wrapper {
        height: 400px;
    }
    .wcu-container-wrapper .container {
        max-width: 100%;
        width: 100%;
    }
    .wcu-wrapper.style1 .wcu-thumb .shape {
        position: absolute;
        top: 0;
        max-width: 100%;
        z-index: 1;
    }
    .wcu-wrapper.style1 .wcu-thumb .main-thumb {
        position: relative;
        z-index: 3;
        top: 0px;
    }
    .wcu-container-wrapper {
        margin: 0px 0px 50px;
    }
    .feature-list p {
        margin-bottom: 0rem;
    }
}


/* THE END */