.row.equal-height {
    display: flex;
    align-items: stretch;
}

.row.equal-height>.col-xl-6 {
    display: flex;
    flex-direction: column;
}

.accordion-button {
    background: transparent;
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 16px;
    border-radius: 12px;
    box-shadow: none;
    background-color: transparent;
}

/* Apply when accordion is active/open */
.accordion-item.active {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: none;
}

.animate-on-scroll.in-view {
    animation: fadeUp 0.6s ease-out forwards;
}

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

.farqsw {
    background: transparent !important;
    color: #f2ab3c !important;
    text-align: left !important;
    padding: 0 !important;
}

.cedwq {
    height: 230px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .a2 {
        font-size: 22px !important;
    }

    .footer {
        margin-top: -4px !important;
    }

    .jiyu {
        padding-top: 50px;
    }

    .yerevsd {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px !important;
    }

    .section-title h2 {
        font-size: 20px !important;
    }

    .uyrfb {
        padding-top: 50px !important;
    }

    .card {
        margin-bottom: 20px;
    }

    .steps-container {
        gap: 0px !important;
    }

    .step {
        padding-bottom: 20px;
    }

    .text-area {
        padding-top: 30px !important;
    }

    .ereresd {
        padding-top: 0px !important;
    }

    .home1.video .overlay {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home1.video .content p {
        font-size: 27px;
        line-height: 41px;
    }

    .freesupp {
        margin-top: 80px;
    }

    .feature-text h5 {
        font-size: 18px !important;
        line-height: 32px !important;
    }

    .wew {
        padding-bottom: 60px !important;
    }

    .feature {
        margin-bottom: 20px;
    }

    .swiper {
        padding-top: 15px !important;
    }

    .playe {
        padding-left: 20px !important;
    }

    .testim {
        font-size: 24px !important;
        line-height: 37px !important;
    }

    .ipro {
        width: 100% !important;
        margin-top: -85px !important;
    }

    .pytww {
        padding-top: 10px !important;
        padding-bottom: 45px !important;
    }

    .slider-arrow.right {
        top: 17px !important;
    }

    .slider-buttons-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 50px !important;
    }

    .slider-buttons-container .swiper-button-next {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .slider-buttons-container .slider-arrow {
        width: 50px;
        height: 50px;
    }

    .slider-buttons-container .slider-arrow svg {
        width: 50px;
        height: 52px;
    }
}

.pulse {
    animation: pulse-animation 2s infinite;
    border-radius: 50px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.floating {
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 0px;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.zoom {
    /*transition: transform 1.2s;*/
}

.zoom:hover {
    /*transform: scale(1.1); */
}

.features-section {
    text-align: center;
    padding: 60px 20px;
}

.features-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 18px;
}

.features-section p {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #444;
}

.feature-box {
    background-color: rgb(255 255 255 / 27%);
    border-radius: 16px;
    padding: 40px;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    border: 1px solid #ffffff91;
}

.feature-box h3 {
    font-size: 18px;
    margin-bottom: 3px;
    /*font-weight:700;*/
}

.phone-mockup {
    background: #fff;
    border-radius: 32px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.mockup-header {
    font-weight: 600;
    margin-bottom: 10px;
}

.track-shipment {
    background: #ffe6a7;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 260px;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;

    margin: 0 auto;
}

.step-icon {
    margin-bottom: 10px;
}

.step p {
    font-size: 17px;
    color: #000;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

.arrow {
    font-size: 24px;
    color: #000;
}

.home1.banner .text-area p {
    width: 100%;
    font-size: 22px;
}

.payment-card {
    height: 379px !important;
}

.feature-card {
    height: 379px !important;
}

.dedication-card {
    height: 379px !important;
}

.service-info p {
    text-align: center;
    line-height: 38px;
    font-size: 36px;
    font-weight: 600;
    color: black !important;
}

.dedication-title {
    font-size: 33px;
    font-weight: 600;
}

.currencies-img {
    margin-top: -49px;
    width: 100%;
}

.pytww {
    padding-top: 50px;
    padding-bottom: 280px;
}

.ipro {
    width: 69%;
    display: block;
    margin: auto;
    /* position: absolute; */
    margin-top: -340px;
}

.butw {
    display: block;
    text-align: center;
}

.ued {
    font-size: 19px;
    margin-top: 20px;
}

.swiper {}

.swiper-slide {
    width: 300px;
    flex-shrink: 0;
}

.card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;

    text-align: left;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
}

.card h4 {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 80%;
    }

    .swiper {
        padding-right: 40px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    visibility: visible;
}

.left-boxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*background: #ffecd1;*/
    padding: 30px;
    border-radius: 16px;

    flex: 1;
}

.info-box {
    background: #d3d3d324;
    border-radius: 10px;
    padding: 15px 20px;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.05);*/
    font-size: 15px;
}

.info-box h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.info-box p {
    margin: 0;
    font-size: 17px;
    color: #666;
    
        margin-left: 30px;
}

.right-content {
    flex: 1;
    padding-top: 50px;
}

.tagline {
    color: #f4a300;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title span {
    color: #f4a300;
}

.description {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    /*margin-bottom: 20px;*/
}

.feature-text h5 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}

.feature-text p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #000;
}

.icyrp {
    color: #000;
    font-size: 18px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.slider-arrow {
    position: relative;
    background: transparent;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-arrow.left {
    background: #141414;
}

.slider-arrow.right {
    background: #f2ab3c;
    margin-left: 36px;
}

/* Desktop styles for slider buttons */
@media (min-width: 992px) {
    .slider-buttons-container .slider-arrow.right {
        margin-left: 120px;
    }
}

/* Tablet styles for slider buttons */
@media (min-width: 768px) and (max-width: 991px) {
    .slider-buttons-container {
        margin-top: 80px !important;
    }

    .slider-buttons-container .slider-arrow.right {
        margin-left: 20px;
    }
}

.slider-arrow svg {
    width: 64px;
    height: 64px;
}

.slider-arrow:hover {
    transform: scale(1.1);
}

/* Hide default swiper buttons and their content */
.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

/* Show only our custom slider arrows */
.slider-arrow.left,
.slider-arrow.right {
    display: flex !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.pytww {
    background-image: url("assets/images/pro/Component 7.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    padding: 100px 0;
    background-position: center bottom;
    /* default for mobile/tablet */
}

@media (min-width: 992px) {
    .pytww {
        background-position: left bottom;
        /* better for wide desktops */
    }
}

/* Main device container */
.device-container {
    position: relative;
    width: 600px;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
}

/* Swiper setup */
.myVerticalSwiper {
    position: absolute;
    top: -29px;
    left: 58px;
    width: 485px;
    height: 800px;
    overflow: hidden;
    z-index: 5;
}

/* Swiper slide */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 10px 0;
    transition:
        filter 0.3s ease,
        transform 0.3s ease;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}

/* Inactive slides */
.swiper-slide:not(.swiper-slide-active) img {
    filter: blur(4px) brightness(0.9);
    transform: scale(0.85);
}

/* Active slide */
.swiper-slide-active img {
    transform: scale(1.05);
    filter: none;
}

/* Frame overlay */
.frame-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/pro/Frame.png") no-repeat center center;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .device-container {
        width: 340px;
        height: 420px;
    }

    .myVerticalSwiper {
        width: 270px;
        height: 330px;
        top: 35px;
        left: 35px;
    }

    .swiper-slide {
        height: 100px;
        margin: 8px 0;
    }

    .frame-overlay {
        background-size: contain;
    }
}

@media (max-width: 480px) {
    .device-container {
        width: 300px;
        height: 370px;
    }

    .myVerticalSwiper {}

    .swiper-slide {
        height: 90px;
        margin: 6px 0;
    }
}

.frame-overlay {
    position: absolute;
    top: 4%;
    left: 55px;
    width: 54%;
    height: 100%;
    background: url("assets/images/pro/Frame.png") no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 768px) {
    .frame-overlay {
        left: 35px;
        width: 54%;
    }
}

@media (max-width: 480px) {
    .frame-overlay {
        left: 29px;
        width: 64%;
        top: 16%;
    }

    .steps-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        /* allows wrapping on smaller screens */
        gap: 20px;
        padding: 30px;
        text-align: center;
    }

    .step {
        max-width: 220px;
        flex: 1 1 150px;
    }

    .step-icon svg {
        width: 70px;
        height: 70px;
    }

    .arrow {
        font-size: 24px;
        margin: 0 10px;
    }

    @media (max-width: 768px) {
        .steps-container {
            flex-direction: column;
            align-items: center;
        }

        .arrow {
            transform: rotate(90deg);
            margin: 10px 0;
        }

        .step-icon svg {
            width: 60px;
            height: 60px;
        }
    }

    .pytww {
        background-image: url("assets/images/pro/Component 8.png");
        background-size: cover;
        /* Fills the container */
        background-position: center center;
        /* Centers the image */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 400px;
        /* Increase height for better mobile view */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 20px;
        color: #fff;
        box-sizing: border-box;
        overflow: hidden;
    }

    /* Mobile-specific styles */
    @media (max-width: 767px) {
        .pytww {
            min-height: 300px;
            /* Ensure visible height on mobile */
            padding: 40px 15px;
        }

        .text-area h1 {
            font-size: 20px;
        }

        .text-area p {
            font-size: 14px;
        }
    }

    .store-icon {
        width: 180px;
        height: auto;
    }

    /* Styles for tablets */
}

@media (min-width: 768px) and (max-width: 1024px) {
    .feature-box {
        padding: 10px !important;
    }

    .store-icon {
        width: 130px;
    }

    .store-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }

    .steps-container {
        padding: 50px 50px !important;
        display: flex;
        flex-wrap: nowrap;
        /* Prevent wrapping */
        overflow-x: auto;
        /* Enable horizontal scroll if needed */
        gap: 30px;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px;
    }

    .step {
        flex-shrink: 0;
        /* Prevent shrinking */
        min-width: 150px !important;
        /* Set fixed width */
        max-width: 150px !important;
        box-sizing: border-box;
        text-align: center;
    }
}

.active-step svg .svg-bg {
    display: block !important;
}

.vertical-swiper .swiper-slide {
    width: 100% !important;
}

.vertical-slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 15px;
}

.slider-description {
    flex: 1;
}

.slider-boxes {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.slider-box {
    border-radius: 12px;
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 20px;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.05);*/
    height: 100%;
}

.vertical-swiper {
    width: 620px;
    height: 480px;
    overflow: hidden;
}

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

.vertical-swiper img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
}

.vertical-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    transform: scale(0.85);
    filter: blur(2.5px);
    opacity: 0.4;
    z-index: 1;
}

.vertical-swiper .swiper-slide-active {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
    z-index: 3;
}

.active-step {
    background: #f2ab3c;

    border-radius: 10px;
    transition: 0.3s ease;
}

.active-step h4 {
    color: #fff;
}

.active-step p {
    color: #fff;
}

.active-step path {
    fill: #fff;
}

.floating {
    max-width: 100%;
    transition: 0.3s ease;
}

.section-bg-faq2 {
    background-image: url("assets/images/faqq.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 70vh;
    padding: 100px 0;
}

@media (min-width: 992px) {
    .section-bg-faq2 {
        background-position: left bottom;
    }
}

.mySwiper123 .swiper-slide {
    min-width: 300px;
}

.tyty {
    height: 350px;
}