[data-aos] {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999999
}

.circle-pulse-1 {
    --size: 5rem;
    --animation-timing-function: linear;
    --animation-duration: 2s;
    position: relative;
    width: var(--size);
    height: var(--size)
}

.circle-pulse-1::before,
.circle-pulse-1::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--themecolor);
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    animation: var(--animation-timing-function) var(--animation-duration) infinite circle-pulse-1-animation
}

.circle-pulse-1::after {
    animation-delay: calc(var(--animation-duration) / 2)
}

@keyframes circle-pulse-1-animation {
    0% {
        opacity: 1;
        transform: scale(0)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.logo-loader {
    width: 100px;
    height: 100px;
    animation: pulse 1.5s ease-in-out infinite;
    margin-bottom: 20px
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.1);
        opacity: .7
    }
}

.preloader h4 {
    color: var(--themecolor2);
    font-weight: bold
}

.preloader p {
    font-size: 1.2rem;
    color: red;
    font-weight: bold;
    margin-top: 20px
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 22ch
    }
}

@keyframes blink-caret {

    0%,
    100% {
        border-color: transparent
    }

    50% {
        border-color: black
    }
}

.home1-site-logo a img {
    width: 70px
}

.hero-area1 .main-headding {
    padding-top: 125px
}

.hero-area1 {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hero-content {
    position: relative;
    z-index: 2
}

@media (max-width:991px) {
    .hero-area1 {
        min-height: 80vh !important
    }

    .hero-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.pbmit-title,
.main-headding h3,
.main-headding p {
    max-width: 100%
}

.home1-site-logo a {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 10px;
    font-size: 1.2rem;
    color: var(--themecolor2);
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: .4px
}

.hero-area1 .main-headding h1 {
    font-size: 3.5rem
}

.hero-area1 .main-headding p {
    font-size: 1rem
}

.common-main-headding .blog-tit {
    font-size: 3rem;
    line-height: normal;
    font-weight: bold;
    color: var(--themecolor)
}

.hero-area1 .main-headding span.span,
.hero-area1 .main-headding h1,
.hero-area1 .main-headding p {
    color: black
}

.mobile-header .mobile-header-elements .mobile-logo img {
    width: 50px
}

.mobile-logo a {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 10px;
    font-size: 1.2rem;
    color: var(--themecolor2);
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: .4px
}

.hero-area1 {
    min-height: 651px
}

.header-area.header-area1 .main-menu-ex ul#list-example li a.active {
    color: #6A5CFF;
    font-weight: 600
}

.header-area.header-area1 .header-elements .main-menu-ex::after {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0);
    background: linear-gradient(rgba(255, 255, 255, 0))
}

.header-area.header-area1 .header-elements .main-menu-ex::before {
    background-color: transparent
}

.header-buttons .btn--ripple {
    background: var(--themecolor);
    color: white
}

.work-prosess .headding1 span.span,
.hero-area1 .main-headding span.span {
    background: rgba(0, 0, 0, .021);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, .09)
}

.gradient-border {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #0a0a0a;
    z-index: 0
}

.gradient-border::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(270deg, #0ff, #00f, #f0f, #0ff);
    background-size: 800% 800%;
    border-radius: 10px;
    z-index: -1;
    animation: animatedBorder 26s ease infinite
}

.gradient-border .h3 {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    background: transparent
}

@keyframes animatedBorder {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.hero-area1 .main-headding span.span h3 {
    font-size: 1rem
}

.hero-area-image .image img {
    border-radius: 6px
}

.hero-area-image .image::after {
    background-color: transparent;
    animation: none
}

.header-area.header-area1 .main-menu-ex ul#list-example li a.active {
    color: var(--themecolor) !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--themecolor);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-skip-ink: none;
    text-decoration-skip: none;
    letter-spacing: .2px
}

.theme-btn2::after {
    background-color: var(--themecolor)
}

.theme-btn3::before {
    background-color: var(--themecolor)
}

.stapes .stapes-images1 .image1 img,
.stapes .stapes-images2 .image1 img {
    width: 90%
}

.headding2 span.span,
.blog1 .headding1 span.span {
    color: var(--themecolor);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .247);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 237, 237)
}

.work-prosess .headding1 span.span,
.work-prosess .headding1 h2,
.headding1 p,
.headding1 h4,
.blog1 h2,
.blog1 .headding1 span.span {
    color: rgb(0, 0, 0)
}

.work-prosess .work-box-area.left-top::before,
.work-prosess .work-box-area.right-top::before,
.work-prosess .work-box-area.left-bottom::before,
.work-prosess .work-box-area.right-bottom::before {
    background: transparent
}

.work-prosess .work-box-area .single-box {
    background: rgba(235, 235, 235, .356);
    background: var(--themecolor2);
    color: white;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 24px 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .045)
}

.work-box-area .single-box .image {
    padding: 4%;
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: top 0 right 10px;
    transition: transform 1.2s ease, filter .6s ease
}

.work-box-area .single-box img {
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.work-prosess .work-box-area .single-box:hover img {
    transform: scale(1.1);
    transition: all .4s
}

.work-box-area h4 {
    cursor: pointer;
    display: flex;
    color: white;
    font-size: 1rem;
    justify-content: space-between;
    flex-wrap: nowrap
}

.collapse {
    background: transparent
}

.industries-boxs {
    padding: 20px 10px 0
}

.industries-boxs .single-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(10px);
    border: none
}

.industries-boxs ul {
    list-style: disc
}

.industries-boxs a {
    color: white;
    text-decoration: underline
}

.industries-boxs a:hover {
    color: var(--theme-color, #e4e4e4)
}

.features-section {
    padding: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .05));
    background: url(../img/bg/cta1-bg.webp) no-repeat center center / cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.features-header {
    text-align: center;
    margin-bottom: 50px
}

.features-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: white
}

.features-header p {
    font-size: 1rem;
    color: #f3f3f3;
    margin-top: 10px
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px
}

.feature-card {
    position: relative;
    padding: 30px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .938);
    border: 1px solid rgba(255, 255, 255, .082);
    backdrop-filter: blur(18px);
    transition: all .35s ease-in-out;
    color: #000000;
    text-align: center;
    overflow: hidden;
    z-index: 1
}

.feature-card::before {
    content: "";
    position: absolute;
    top: -75%;
    left: -75%;
    width: 250%;
    height: 250%;
    background: radial-gradient(circle, rgba(255, 255, 255, .2), transparent 70%);
    transform: scale(0);
    transition: transform .5s ease;
    border-radius: 50%;
    z-index: -1
}

.feature-card:hover::before {
    transform: scale(1)
}

.feature-card i {
    font-size: 2.4rem;
    color: var(--themecolor);
    transition: transform .4s ease
}

.feature-card h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--themecolor)
}

.feature-card:hover h5 {
    color: var(--rmm-foreground)
}

.feature-card p {
    font-size: .95rem;
    color: rgba(7, 7, 7, .911)
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .4)
}

.feature-card:hover i {
    transform: rotate(10deg) scale(1.2)
}

.feature-card a {
    color: #222222
}

.feature-card:hover a {
    color: #f1f1f1
}

.icon-wrapper {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-wrapper i {
    position: relative;
    font-size: 2.2rem;
    color: var(--themecolor);
    z-index: 2;
    transition: transform .4s ease, color .4s ease
}

.icon-circle {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    border: 2px dotted var(--themecolor);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateCircle 6s linear infinite;
    opacity: .6;
    z-index: 1;
    pointer-events: none
}

@keyframes rotateCircle {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.feature-card:hover .icon-circle {
    opacity: 1;
    animation-duration: 3s;
    border-color: #ffffff;
    box-shadow: 0 0 10px rgba(255, 102, 0, .2)
}

.feature-card:hover i {
    transform: scale(1.2) rotate(10deg)
}

.feature-card:hover {
    background: var(--themecolor);
    color: #FFF
}

.feature-card:hover i,
.feature-card:hover p {
    color: #FFF !important
}

.features-section .tes2-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.team-collaboration {
    background: url('../img/bg/footer3-sebscribe-bg.webp') no-repeat center center / cover;
    padding-top: 60px
}

.work-prosess {
    padding-top: 60px;
    padding-bottom: 120px
}

.team-collaboration span.span {
    color: black;
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    background: rgba(0, 0, 0, .0021);
    border: 1px solid rgba(0, 0, 0, .069)
}

.team-collaboration h2 {
    color: var(--themecolor)
}

.team-collaboration .single-box {
    background-color: var(--qt-bg-bg-w);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: linear-gradient(99deg, #FFF -1001.54%, rgba(255, 255, 255, .274) 127.88%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.team-collaboration .single-box::after {
    background: rgb(238, 238, 238)
}

.team-collaboration .team-all-images .image1::after,
.team-collaboration .team-all-images .image1::before {
    background: none
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

.tes2 {
    overflow: hidden;
    padding-bottom: 60px
}

.space25 {
    padding-bottom: 25px
}

.space30 {
    padding-top: 20px
}

.footer3 {
    background: var(--themecolor2);
    background: url(../img/bg/cta6-bg.webp) no-repeat center center / cover;
    color: #FFF
}

.footer3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000060
}

.footer3 .container {
    position: relative;
    z-index: 1
}

.footer-about {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer-about .logo {
    font-size: 1.2rem;
    font-weight: 600;
    color: white
}

.footer-about .logo img {
    width: 70px
}

.copyright-area a {
    color: rgb(255, 217, 0);
    font-weight: 600
}

.footer3 .single-footer-items h3 {
    color: rgb(226, 226, 226);
    padding-top: 20px
}

.footer3 .single-footer-items .menu-list li a,
.footer3 .single-footer-items .social-icons li a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400
}

.footer3 .single-footer-items .social-icons li a:hover,
.footer3 .single-footer-items .menu-list li a:hover {
    color: var(--themecolor);
    transition: all .4s
}

.footer3 .single-footer-items .social-icons li a {
    background-color: var(--themecolor);
    color: #ffffff;
    transition: all .4s;
    border-radius: 50%
}

.footer3 .single-footer-items .social-icons li a:hover {
    background-color: #ffffff;
    color: var(--themecolor);
    transition: all .4s
}

.footer3 .container.container-low {}

.hero2-image {
    width: 100%;
    position: relative
}

.hero2-image .image1 {
    width: 100%
}

.hero2-image .image2 {
    width: 90%;
    position: absolute;
    right: 5%;
    bottom: 10%
}

@media screen and (max-width:991px) {
    .hero2-image {
        display: flex;
        justify-content: center
    }

    .team-collaboration .row {
        gap: 20px
    }

    .hero2-image .image1 {
        width: 70%
    }

    .hero2-image .image2 {
        width: 60%;
        position: absolute;
        right: 20%;
        bottom: 10%
    }
}

.pricing-box {
    height: 100%
}

.pricing-plan-page .pricing-box .pricing-box-single {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .068);
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%
}

.pricing-box-single {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    transition: all .35s ease
}

.pricing-box-single:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 45px rgba(0, 0, 0, .12)
}

.pricing-features {
    flex-grow: 1;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.pricing-features li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px
}

.pricing-features li i {
    color: #6c5ce7;
    font-size: 14px
}

.pricing-btn {
    margin-top: 20px
}

.pricing-price {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 4px
}

.pricing-price span {
    font-size: 20px;
    opacity: .7;
    margin-left: 4px
}

.pricing-plan-page .pricing-box .pricing-box-single span.span {
    font-size: .9rem
}

.recommended-label {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #7b2ff7, #f107a3);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: .80rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: 0 6px 16px rgba(241, 7, 163, .35);
    transform: translateY(0);
    transition: all .35s ease
}

.pricing-box-single:hover .recommended-label {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(241, 7, 163, .55)
}

.blog1 {
    padding-top: 60px;
    padding-bottom: 60px
}

.blog1 .blog-box {
    background-color: var(--qt-bg-bg-w);
    border-radius: 4px;
    border: 1px solid rgba(63, 63, 63, .2);
    background: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    height: 100%
}

.blog1 .blog-box .headding1 a.date {
    color: rgba(87, 87, 87, .5) !important
}

.blog-box h4 a,
.afters {
    color: var(--themecolor) !important
}

.blog1 .blog-box .headding1 p {
    color: rgba(0, 0, 0, .397);
    font-weight: 300;
    font-size: 1rem
}

.blog1 .blog-box .headding1 a.learn {
    color: rgb(56, 56, 56);
    font-weight: 300
}

.blog1 .blog-box .headding1::before {
    background: none
}

.project-showcase-slider {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: visible;
    perspective: 1200px;
    background: transparent !important
}

.project-showcase-slider .swiper-slide {
    width: 70%;
    display: flex;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: transform .8s ease
}

.project-showcase-slider img {
    width: 100%;
    object-fit: cover;
    background: transparent;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
    transition: transform 1s ease, filter .6s ease
}

.project-showcase-slider img:hover {
    transform: scale(1.05);
    filter: brightness(1.05)
}

.swiper-pagination {
    bottom: 15px !important
}

.swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    border-radius: 4px;
    transition: all .3s ease;
    opacity: .8
}

.swiper-pagination-bullet-active {
    background: var(--themecolor) !important;
    opacity: 1;
    width: 45px
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    border: 1px solid rgba(71, 71, 71, .089);
    background: var(--themecolor);
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    transition: all .3s ease;
    backdrop-filter: blur(6px)
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--themecolor2);
    transform: scale(1.1)
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none !important
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px !important;
    height: 45px !important
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--themecolor2);
    transform: scale(1.1)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1rem !important;
    font-weight: bold
}

@media (max-width:768px) {
    .project-showcase-slider {
        height: 450px
    }
}

.sp {
    padding: 60px 20px
}

.brands::after {
    background-image: none
}

.brands p {
    color: white
}

.tes2 .tes2-slider-all .single-slider {
    min-height: 200px
}

.footer3 .footer-about .text {
    font-size: 1.1rem
}

.hero5-slider .hero5-slider-hading .hero5-slider-all .single-slider {
    width: 150px !important
}

.hero5-slider .hero5-slider-hading h3 {
    font-weight: bold
}

.hero5-slider .hero5-slider-hading .hero5-slider-all {
    justify-content: center;
    align-items: center
}

.rmm_client-slider {
    overflow-x: hidden;
    padding: 2% 0;
    width: 100%;
    box-sizing: border-box;
    cursor: grab;
    user-select: none;
    position: relative
}

.rmm_client-slider:active {
    cursor: grabbing
}

.rmm_client-track {
    display: flex;
    width: max-content;
    animation: rmm_scroll-left 30s linear infinite;
    will-change: transform
}

.rmm_client-slider.dragging .rmm_client-track {
    animation-play-state: paused
}

.rmm_client-item {
    flex: 0 0 auto;
    width: 150px;
    height: 100px;
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rmm_client-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none
}

@keyframes rmm_scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    perspective: 2000px
}

.carousel-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d
}

.carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    transform-style: preserve-3d;
    opacity: 0;
    overflow: hidden;
    transition: all .9s cubic-bezier(.25, .46, .45, .94)
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: top;
    object-position: top;
    display: block;
    backface-visibility: hidden
}

.carousel-slide.active {
    opacity: 1;
    z-index: 10;
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1)
}

.carousel-slide.next {
    opacity: 0;
    z-index: 5;
    transform: translate3d(100%, 100%, -300px) rotateX(45deg) rotateY(-45deg) rotateZ(15deg) scale(.7)
}

.carousel-slide.prev {
    opacity: 0;
    z-index: 5;
    transform: translate3d(-100%, 100%, -300px) rotateX(45deg) rotateY(45deg) rotateZ(-15deg) scale(.7)
}

.carousel-slide.far-next,
.carousel-slide.far-prev {
    opacity: 0;
    z-index: 1;
    transform: translate3d(150%, 150%, -500px) rotateX(60deg) rotateY(-60deg) scale(.5)
}

.carousel-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    z-index: 20
}

.carousel-btn-prev {
    bottom: 30px;
    left: 0
}

.carousel-btn-next {
    bottom: 30px;
    right: 0
}

.carousel-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .2);
    background: rgba(15, 23, 42, .7);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3)
}

.carousel-btn:hover {
    background: rgba(59, 130, 246, .3);
    border-color: rgba(59, 130, 246, .8);
    transform: scale(1.15) translateY(-2px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, .4)
}

.carousel-btn:active {
    transform: scale(.95)
}

@media (max-width:768px) {
    .carousel-container {
        height: 450px
    }

    .carousel-controls {
        bottom: 20px;
        gap: 12px
    }

    .carousel-btn {
        width: 44px;
        height: 44px
    }

    .carousel-slide.next,
    .carousel-slide.prev {
        transform: translate3d(100%, 100%, -200px) rotateX(40deg) rotateY(-40deg) rotateZ(12deg) scale(.75)
    }

    .carousel-slide.far-next,
    .carousel-slide.far-prev {
        transform: translate3d(120%, 120%, -350px) rotateX(50deg) rotateY(-50deg) scale(.6)
    }
}

@media (max-width:480px) {
    .carousel-container {
        height: 320px
    }

    .carousel-btn {
        width: 40px;
        height: 40px
    }

    .carousel-btn svg {
        width: 18px;
        height: 18px
    }

    .carousel-slide.next,
    .carousel-slide.prev {
        transform: translate3d(100%, 100%, -150px) rotateX(35deg) rotateY(-35deg) rotateZ(10deg) scale(.7)
    }

    .carousel-slide.far-next,
    .carousel-slide.far-prev {
        transform: translate3d(120%, 120%, -300px) rotateX(45deg) rotateY(-45deg) scale(.55)
    }
}

.contact-form-all {
    border-radius: 4px;
    border: 1px solid #0000002d
}

.contact-page-boxs h6 {
    font-size: 1.2rem;
    font-weight: 600
}

.contact-page-area .contact-form-all .form-inputs .input input,
.contact-page-area .contact-form-all .form-inputs .input textarea {
    border-radius: 4px;
    border: 1px solid #0000001c
}

.contact-page-area .contact-form-all .contact-page-boxs .single-box {
    display: grid;
    grid-template-columns: .1fr 1fr;
    column-gap: 10px
}

.contact-page-area .contact-form-all .contact-page-boxs .single-box .icon {
    background-color: none
}

.pricing-plan-page .pricing-box .pricing-box-single span.span {
    color: var(--themecolor2)
}

.pricing-plan-page .pricing-box .pricing-box-single h3 {
    color: var(--themecolor)
}

.shape-animaiton3 {
    width: 80%;
    display: flex;
    justify-content: end
}

.shape-animaiton3 img {
    width: 60%
}

.plan-toggle-wrap h2 {
    color: var(--themecolor);
    font-weight: bold;
    font-size: 2.5rem
}

.pages-hero .main-headding {
    padding-top: 0
}

.pages-hero {
    text-align: center;
    background: url(../img/bg/tes3-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0;
    min-height: 454px
}

.pages-hero .main-headding h1 {
    color: var(--themecolor);
    font-weight: bold;
    font-size: 3.5rem
}

.bbtn1 {
    color: rgba(0, 0, 0, .692);
    font-size: 1.2rem
}

span.current {
    color: rgba(0, 0, 0, .897);
    font-size: 1.2rem;
    font-weight: 700
}

.afterss {
    color: var(--themecolor2)
}

.head-breadcrumb {
    padding-bottom: 20px;
    font-size: 1.2rem
}

.terms-content {
    color: #2e2e2e
}

.terms-content .container {
    margin: 0 auto;
    border-radius: 12px
}

.terms-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--themecolor);
    margin-top: 40px;
    position: relative
}

.terms-content h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: var(--themecolor);
    bottom: -10px;
    left: 0;
    border-radius: 2px
}

.terms-content p {
    font-size: 17px;
    margin-top: 15px;
    color: #444;
    line-height: 1.8
}

.terms-content ul {
    padding-left: 25px;
    margin-top: 15px;
    color: #333
}

.terms-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 10px
}

.terms-content ul li::before {
    content: "•";
    color: var(--themecolor2);
    position: absolute;
    left: -10px;
    font-size: 20px
}

@media (max-width:768px) {
    .terms-content .container {
        padding: 40px 20px
    }

    .terms-content h2 {
        font-size: 22px
    }

    .terms-content p,
    .terms-content ul li {
        font-size: 15px
    }
    .contact-page-area .contact-form-all .contact-page-boxs .single-box {
    display: grid;
    grid-template-columns: 1fr;
    /* justify-content: center;
    align-items: center; */
    column-gap: 10px
}
}

#contact_form_3 #success,
#contact_form_3 #error {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4
}

#contact_form_3 #success .form-result-success {
    color: #198754;
    font-weight: 600
}

#contact_form_3 #error .form-result-error {
    color: #dc3545;
    font-weight: 600
}

#contact_form_3 .LoaderImage {
    display: none;
    margin-left: 8px;
    font-size: 13px;
    color: #6c757d
}

.enquiry-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background: var(--rmm-primary);
    color: #fff;
    border: 0;
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(42, 125, 246, .35);
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    z-index: 1001
}

.enquiry-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(42, 125, 246, .45)
}

.enquiry-btn:active {
    transform: translateY(0)
}

.rmm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .856);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 1001
}

.rmm-overlay.show {
    opacity: 1;
    pointer-events: auto
}

.rmm-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 99999999
}

.rmm-modal.show {
    opacity: 1;
    pointer-events: auto
}

.rmm-modal .rmm-modal-inner {
    width: min(960px, 92vw);
    --rmm-panel: #121826;
    background: url(../img/bg/cta5-bg.webp);
    backdrop-filter: blur(16px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    color: #eee;
    transform: translateY(16px) scale(.98);
    opacity: 0;
    animation: rmm-in .3s ease forwards
}

@keyframes rmm-in {
    0% {
        transform: translateY(16px) scale(.98);
        opacity: 0
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@keyframes rmm-out {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateY(16px) scale(.98);
        opacity: 0
    }
}

.rmm-aside {
    --rmm-bg: #0b0e13;
    padding: 28px 28px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.rmm-title {
    margin: 0 0 6px;
    font-size: 2rem;
    font-weight: 700;
    --rmm-foreground: #e7eaf1;
    color: var(--rmm-foreground)
}

.rmm-subtitle {
    margin: 0;
    opacity: .8
}

.rmm-form {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rmm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.rmm-col-span-2 {
    grid-column: span 2
}

.rmm-field {
    display: grid;
    gap: 6px
}

.rmm-field span {
    font-size: 12px;
    opacity: .85;
    font-weight: bold
}

.rmm-field input,
.rmm-field textarea {
    width: 100%;
    background: rgba(255, 255, 255, .925);
    backdrop-filter: blur(16px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgb(2, 2, 2);
    padding: 10px 12px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease
}

.rmm-field input::placeholder,
.rmm-field textarea::placeholder {
    color: rgba(39, 39, 39, .55)
}

.rmm-field input:focus,
.rmm-field textarea:focus {
    border-color: rgba(42, 125, 246, .55);
    box-shadow: 0 0 0 3px rgba(42, 125, 246, .2)
}

.rmm-popup {
    width: 80%;
    margin-top: 2%
}

.rmm-aside p {
    color: var(--rmm-foreground);
    font-size: 1.1rem
}

.rmm-aside p a {
    color: rgba(0, 0, 0, .795);
    font-weight: bold;
    text-decoration: none
}

.rmm-subcont {
    background: rgba(255, 255, 255, .774);
    color: rgba(0, 0, 0, .795) !important;
    backdrop-filter: blur(16px);
    padding: 12px;
    border-radius: 12px
}

.rmm-aside p a:hover {
    text-decoration: underline;
    transition: text-decoration .2s ease
}

.rmm-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.rmm-right {
    display: flex;
    align-items: center;
    gap: 10px
}

.rmm-submit:disabled {
    opacity: .6;
    cursor: not-allowed
}

.LoaderImage {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .25);
    border-top-color: #fff;
    animation: spin .8s linear infinite;
    display: none
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.rmm-alert {
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 600
}

.rmm-alert-success {
    background: rgba(18, 209, 178, .15);
    --rmm-accent: #12d1b2;
    color: #fff;
    border: 1px solid rgba(18, 209, 178, .3)
}

.rmm-alert-error {
    background: rgba(220, 38, 38, .12);
    color: #fff;
    border: 1px solid rgba(220, 38, 38, .35)
}

.rmm-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.close-label {
    position: absolute;
    top: 14px;
    right: 56px;
    color: #dfdfdf;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    text-wrap: nowrap
}

.close-label i {
    font-size: .7rem
}

@media (max-width:860px) {
    .rmm-modal .rmm-modal-inner {
        grid-template-columns: 1fr
    }

    .rmm-aside {
        display: none
    }
}

.cta5 {
    margin: 4% 0
}

.heading5-w {
    text-align: center
}

@media (min-width:992px) and (max-width:1204px) {
    .home1-site-logo a img {
        width: 50px
    }

    .home1-site-logo a {
        font-size: 1rem
    }
}

.webpart-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 20px;
    padding: 50px 20px
}

@media (max-width:991px) {
    .webpart-cards {
        grid-template-columns: repeat(2, minmax(200px, 1fr))
    }

    .common-main-headding .blog-tit {
        font-size: 2rem
    }
}

@media (max-width:767px) {
    .webpart-cards {
        grid-template-columns: repeat(1, minmax(200px, 1fr))
    }

    .princing-plans .row {
        gap: 30px
    }
}

.blog-details-all h4 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-size: 1.5em;
    border-left: 4px solid #0078d4;
    padding-left: 10px
}

.blog-details-all p {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444;
    font-size: 1rem
}

.blog-details-all img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 15px 0
}

.blog-details-all blockquote {
    font-style: italic;
    border-left: 4px solid #ccc;
    padding-left: 15px;
    color: #666;
    margin: 20px 0
}

.blog-details-all ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px
}

.blog-details-all li {
    margin-bottom: 8px
}

.webpart-card {
    border: 1px solid #eef1f5;
    background: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .75rem;
    transition: box-shadow 150ms ease, transform 150ms ease, border-color 150ms ease;
    box-shadow: 0 1px 1px rgba(15, 23, 42, .04), 0 2px 8px rgba(15, 23, 42, .05)
}

.webpart-card img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 4px
}

.webpart-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 2px rgba(15, 23, 42, .05), 0 8px 24px rgba(15, 23, 42, .08);
    border-color: #e6e8ec
}

.webpart-card h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: -.005em;
    font-weight: 700
}

.webpart-card p {
    margin: 0;
    color: #636262
}

.rmm_tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

.rmm_tab-btn {
    padding: 8px 16px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    transition: .3s
}

.rmm_tab-btn.active {
    background-color: #0078d4;
    color: white;
    border-color: #0078d4
}

.rmm_tab-content {
    display: none;
    margin-bottom: 20px
}

.rmm_tab-content.active {
    display: block
}

.rmm_tab-content ul {
    list-style-type: disc;
    padding-left: 20px
}

.slider-750 {
    max-width: 750px;
    margin: 0 auto
}

.slider-750 .owl-item>div {
    padding: 0 !important
}

.rmm_doc_img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    display: block
}

.owl-nav button {
    position: absolute;
    top: 100%;
    background: var(--themecolor2) !important;
    color: #fff !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px !important
}

.owl-nav .owl-prev {
    left: 45%
}

.owl-nav .owl-next {
    right: 45%
}

.owl-nav button:hover {
    background: rgba(0, 0, 0, .7) !important
}

.footer-links-note {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: end
}

.footer-links-note li a {
    color: #e2e2e2
}

.copyright-area .text-right {
    text-align: end
}

@media (max-width:720px) {
    .arc-caption {
        display: none
    }

    .copyright-area .row {
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column-reverse
    }

    .footer-links-note {
        justify-content: center
    }
}

.adress a {
    font-size: 1rem !important
}

.contact-page-area .contact-form-all .contact-page-boxs .single-box.modern-design:hover {
    background: blueviolet;
    color: white;
    border-radius: 10px;
    transition: all .3s
}

.contact-page-area .contact-form-all .contact-page-boxs .single-box .icon {
    font-size: 1.5rem;
    color: var(--themecolor)
}

.contact-page-area .contact-form-all .contact-page-boxs .single-box:hover .icon {
    background-color: transparent;
    color: white
}

.hero-area1 .main-headding h1 span.after {
    background: var(--Project-Management-Color-Text-GD, linear-gradient(99deg, #ff1c1c 64.53%, #FF0800 91.45%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rmm_scroller {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 30px 0;
    background: url(../img/bg/cta5-bg.webp);
    background-size: cover;
    background-position: center
}

.rmm_scroll-wrapper {
    display: flex;
    width: max-content;
    animation: rmm_scroll 35s linear infinite
}

.rmm_scroll-text {
    font-size: 2vw;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-right: 10px;
    white-space: nowrap
}

@keyframes rmm_scroll {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media (max-width:768px) {
    .rmm_scroll-text {
        font-size: 6vw
    }
}

.work-prosess .work-box-area {
    position: relative;
    padding: 15px;
    margin-top: 0;
    overflow: hidden
}

.summary p {
    background: rgb(101, 0, 196);
    padding: 20px;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    font-size: 1rem
}

.get-blog {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px 20px;
    margin: 2% 0;
    border-radius: 12px;
    background: url(../img/bg/brands6-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.headding2 h3 {
    font-weight: bold
}

.get-blog h5 {
    font-size: 2rem;
    color: var(--themecolor) !important
}

.get-blog p {
    font-size: 1rem;
    color: white !important;
    text-align: center
}

.comparison-section {
    padding: clamp(2rem, 5vw, 4rem) 1rem;
    text-align: center
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 62px;
    margin-bottom: 2rem
}

.highlight {
    background: #3b5bff;
    color: #fff;
    padding: .2rem .6rem;
    border-radius: 6px
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    align-items: center;
    gap: 1.5rem;
    position: relative
}

.comparison-card {
    background: #fff;
    border: 1.5px solid #e6e9f0;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    text-align: left;
    transition: transform .3s ease
}

.comparison-card:hover {
    transform: translateY(-5px)
}

.comparison-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.2rem
}

.comparison-card ul {
    list-style: none
}

.comparison-card li {
    padding: .4rem 0;
    font-size: 1rem
}

.comparison-card a {
    color: #3b5bff;
    font-weight: 600;
    text-decoration: none
}

.comparison-card a:hover {
    text-decoration: underline
}

.positive {
    border-left: 5px solid #3b5bff
}

.negative {
    border-left: 5px solid #ff4c4c
}

.vs-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3b5bff;
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(59, 91, 255, .4);
    z-index: 1
}

.fa-circle-check {
    color: #3b5bff
}

.fa-circle-xmark {
    color: #ff4c4c
}

@font-face {}

.common-main-headding h1 {}

.space400 {
    padding: 100px 0
}

.error-content {
    text-align: center
}

.error-content h1 {
    font-size: 3rem;
    line-height: 3.5rem
}

.error-content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 2rem
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg/lightbox-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(20px);
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.lightbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .164);
    z-index: -1
}

.goverlay {
    background: url('../img/bg/lightbox-bg.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    backdrop-filter: blur(20px) !important;
    opacity: 1 !important
}

.goverlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .16);
    z-index: -1
}

.gcontainer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(255, 255, 255, .4);
    z-index: 2
}

.lightbox.show img {
    transform: scale(1);
    opacity: 1
}

.lightbox.zoomed img {
    cursor: zoom-out;
    transform: scale(1.8)
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px
}

.lightbox-prev {
    left: 30px
}

.lightbox-next {
    right: 30px
}

.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
    color: #ccc
}

@media (max-width:768px) {
    .comparison-grid {
        grid-template-columns: 1fr
    }

    .vs-circle {
        position: static;
        margin: 1rem auto;
        transform: none
    }

    .comparison-card {
        text-align: left
    }

    .common-main-headding h1 {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.doc-wrapper {
    display: flex;
    margin-bottom: 1%
}

.doc-sidebar {
    min-width: 360px;
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 40px 25px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, .03);
    border-right: 1px solid #eee;
    position: sticky;
    top: 0
}

.doc-sidebar h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--themecolor);
    margin-bottom: 30px
}

.doc-menu {
    list-style: none
}

.doc-menu li {
    margin-bottom: 15px
}

.doc-menu a {
    display: block;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-radius: 8px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    overflow: hidden
}

.doc-menu a::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: var(--themecolor2);
    z-index: 0;
    transition: width .4s ease;
    border-radius: 8px
}

.doc-menu a:hover::after,
.doc-menu a.active::after {
    width: 100%
}

.doc-menu a:hover,
.doc-menu a.active {
    color: #fff;
    transform: translateX(4px)
}

.doc-menu a span {
    position: relative;
    z-index: 1
}

.doc-content {
    flex-grow: 1;
    padding: 60px;
    transition: all .4s ease
}

.doc-section {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease
}

.doc-menu a i {
    margin-right: 8px;
    width: 20px;
    text-align: center;
    color: inherit;
    transition: transform .3s ease
}

.doc-menu a:hover i,
.doc-menu a.active i {
    transform: scale(1.1)
}

.doc-section.active {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.doc-section h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--themecolor);
    margin-bottom: 20px
}

.doc-section p,
.doc-section ul {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px
}

.doc-section ul {
    padding-left: 20px
}

.doc-section ul li {
    margin-bottom: 10px
}

.rmm_slider-prev,
.rmm_slider-next {
    display: none
}

.blog1 .blog-box .headding1 {
    display: flex;
    flex-direction: column;
    height: 100%
}

.pricing-content p {
    color: var(--themecolor2);
    font-weight: 600;
    font-size: 1.4rem;
    padding-bottom: 1%
}

.pricing-box-single {
    display: flex;
    flex-direction: column;
    height: 100%
}

.space25 {
    padding: 2% 0
}

.pricing-box-single>.space30 {
    margin-top: auto
}

.col-md-6.h-100,
.col-lg-6.h-100,
.pricing-box {
    height: 100%
}

.swiper-navigation-icon {
    display: none !important
}

.enquiry {
    transform: rotate(-90deg) translate(-20%, 0%);
    transform-origin: right;
    z-index: 99;
    position: fixed;
    top: 210px;
    right: 15px;
    font-size: 12px
}

.enquiry .apoint-btn-box {
    transform: none !important;
    padding: 10px;
    cursor: pointer;
    background: var(--themecolor) !important;
    display: block;
    visibility: visible !important;
    color: #fff;
    font-size: 15px
}

.enquiry .apoint-btn-box:before,
.enquiry .apoint-btn-box:after {
    content: "";
    background: var(--themecolor);
    position: absolute;
    height: 100%;
    width: 40%;
    transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    top: 0;
    right: -30px;
    z-index: -1
}

.enquiry .apoint-btn-box:before {
    right: auto;
    left: -30px;
    transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg)
}

.enquiry .apoint-btn-box.onFooter {
    background: #fff !important;
    color: #000 !important;
    font-weight: 800;
    border-top: solid 3px #000
}

.enquiry .apoint-btn-box.onFooter:before,
.enquiry .apoint-btn-box.onFooter:after {
    background: #fff !important;
    top: -3px;
    border: solid 3px #000
}

#rotate {
    vertical-align: top;
    margin-top: 23px;
    width: 80px;
    height: 30px
}

.WPButton {
    position: fixed;
    top: 450px;
    right: 0;
    z-index: 99
}

.WPButton img {
    width: 50px;
    height: 50px
}

.icon-bar {
    position: fixed;
    top: 520px;
    right: 0;
    z-index: 99
}

.icon-bar a.enroll {
    display: flex;
    align-items: center;
    background: var(--Gradient, linear-gradient(90deg, #662FFF -17.5%, #EA25F5 100%));
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px 0 0 30px;
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, .1);
    text-decoration: none;
    font-size: 14px;
    transition: all .3s ease;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.icon-bar a svg {
    fill: var(--qt-bg-bg-w)
}

.icon-bar a.enroll:hover {
    width: 200px
}

.enroll img {
    width: 24px;
    margin-right: 10px
}

.scroll-reveal {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    will-change: opacity, transform
}

.scroll-reveal.is-visible {
    opacity: 1;
    pointer-events: auto
}

#enroll {
    color: #fff;
    font-weight: 700;
    font-size: 0;
    transition: font-size .3s ease
}

.enroll:hover #enroll {
    font-size: 16px
}

.contact-infos .pera {
    color: #fff
}

.blog-btn {
    width: max-content;
    text-align: center
}

.time-track-steps .step-area {
    background: #f5f8fe;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.step-area video {
    width: 100%;
    border-radius: 10px
}

@media (max-width:991px) {
    .stapes .stapes-images2 {
        position: relative;
        padding-top: 30px
    }
}

@media (max-width:768px) {
    .doc-wrapper {
        flex-direction: column
    }

    .rmm_slider-prev,
    .rmm_slider-next {
        display: block
    }

    .doc-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        overflow: visible;
        box-shadow: none;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 20px 15px
    }

    .features-section {
        padding: 30px
    }

    .doc-sidebar h2 {
        font-size: 18px;
        text-align: center
    }

    .doc-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px
    }

    .doc-menu li {
        margin-bottom: 0
    }

    .doc-menu a {
        font-size: 14px;
        padding: 10px 15px;
        text-align: center;
        border-radius: 6px
    }

    .doc-content {
        padding: 20px
    }

    .doc-section h3 {
        font-size: 22px
    }

    .doc-section p,
    .doc-section ul {
        font-size: 15px
    }

    .doc-menu a:hover,
    .doc-menu a.active {
        transform: none
    }
}

@media (max-width:991px) {
    .hero-area1 {
        min-height: 591px
    }

    .enquiry {
        display: none
    }
}

@media (max-width:768px) {
    .hero-area1 .main-headding span.span h3 {
        font-size: .8rem
    }

    .hero-area1 .main-headding h1 {
        font-size: 2rem
    }

    .hero-area1 .main-headding p {
        font-size: 1rem;
        line-height: 1.4rem
    }

    .stapes .stapes-images1 .image1 img,
    .stapes .stapes-images2 .image1 img {
        width: 100%
    }
    .contact-page-area .contact-form-all {
    background-color: var(--qt-text-h-text1);
    padding: 8px;
    border-radius: 4px;
}
}

.rmm_article_list {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.rmm_article_row {
    display: flex;
    gap: 22px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    transition: all .25s ease
}

.rmm_article_row:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08)
}

.rmm_article_row figure {
    margin: 0;
    flex: 0 0 260px
}

.rmm_article_row figure img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 14px
}

.rmm_article_body {
    flex: 1
}

.rmm_article_body h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700
}

.rmm_article_body h3 a {
    text-decoration: none;
    color: #1a1a1a
}

.rmm_article_body p {
    color: #666;
    font-size: 15px;
    margin-bottom: 18px
}

.rmm_article_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px
}

.rmm_article_meta span {
    color: #888
}

.rmm_article_meta a {
    color: var(--theme-color, #4A3AFF);
    font-weight: 600;
    text-decoration: none
}

@media (max-width:768px) {
    .rmm_article_row {
        flex-direction: column
    }

    .rmm_article_row figure {
        flex: unset
    }

    .rmm_article_row figure img {
        height: 200px
    }
}

.article-wrapper {
    max-width: 880px
}

.article-featured img {
    border-radius: 20px;
    object-fit: cover
}

.article-title {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777;
    font-size: .95rem;
    margin-bottom: 25px
}

.article-meta .dot {
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%
}

.article-quote {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 20px 25px;
    margin: 25px 0;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 10px
}

.article-content h2 {
    font-size: 1.7rem;
    margin-top: 35px;
    font-weight: 700
}

.article-content h3 {
    font-size: 1.3rem;
    margin-top: 20px;
    font-weight: 600
}

.article-content h4 {
    font-size: 1.15rem;
    margin-top: 15px;
    font-weight: 600
}

.article-content p,
.article-content ul {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 18px;
    color: #333
}

.article-content ul li {
    margin-bottom: 8px
}

.article-cta h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 700
}

.article-content h6 {
    font-size: 1.1rem;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600
}

.faq-genz {
    position: relative
}

.faq-genz h2 {
    font-weight: 700;
    color: #111;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: -.5px
}

.accordion-item {
    border: 1px solid #e6e6e6;
    border-radius: .9rem;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .25s ease, transform .25s ease
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.accordion-item:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 135, 255, .18)
}

.accordion-button {
    font-size: 1.15rem;
    font-weight: 600;
    padding: 1.4rem 2rem;
    color: #111;
    background-color: #f9f9fc;
    border-radius: .9rem !important;
    transition: background .25s, padding .25s ease
}

.accordion-button.collapsed {
    background-color: #fdfdfd
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(120deg, #eef5ff, #e7efff);
    color: #000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05)
}

.accordion-button::after {
    transition: transform .35s ease
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg)
}

.accordion-body {
    font-size: 1rem;
    color: #444;
    padding: 1.25rem 1.75rem 1.25rem 2.2rem;
    background-color: #fff;
    border-radius: 0 0 .9rem .9rem;
    animation: fadeIn .3s ease-out;
    position: relative
}

.accordion-body::before {
    content: "→";
    position: absolute;
    top: 1.25rem;
    left: 1rem;
    color: #0088ff;
    font-size: 1.15rem;
    opacity: .9
}

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

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

.faq-side-box {
    border-radius: 1rem;
    padding: 2.5rem 1.75rem;
    text-align: center;
    min-height: 330px;
    background: linear-gradient(135deg, #ee2eff, #6f4ef2, #4ac7ff);
    background: url(../img/bg/cta5-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease
}

.faq-side-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, .12)
}

.faq-side-box h4 {
    color: #fff;
    font-size: 1.45rem;
    margin-bottom: .75rem
}

.faq-side-box p {
    color: #ececec;
    font-size: .95rem;
    margin-bottom: 1.4rem
}

@media (max-width:767.98px) {
    .faq-genz h2 {
        font-size: 1.6rem
    }

    .accordion-button {
        font-size: 1rem;
        padding: 1rem 1.25rem
    }

    .accordion-body {
        padding: 1rem 1.25rem 1rem 2rem
    }

    .faq-side-box {
        margin-top: 2rem
    }
}

.modern-blog .blog-section {
    border-radius: 14px
}

.modern-blog .styled-list li {
    margin-bottom: 6px;
    line-height: 1.6
}

.modern-blog h2,
.modern-blog h3,
.modern-blog h4 {
    letter-spacing: -.3px
}

.rmm_testimonial_wrap {
    background: #f7f9ff;
    padding: 60px 20px
}

.rmm_testimonial_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px
}

.rmm_testimonial_badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #ffb59f;
    color: #ff5722;
    margin-bottom: 10px
}

.rmm_testimonial_title {
    font-size: 44px;
    font-weight: 700;
    color: #0b1220
}

.rmm_testimonial_nav {
    display: flex;
    gap: 14px
}

.rmm_testimonial_prev,
.rmm_testimonial_next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: #d8dcff;
    color: #5b61ff;
    font-size: 22px;
    cursor: pointer;
    transition: .25s ease
}

.rmm_testimonial_prev:hover,
.rmm_testimonial_next:hover {
    background: #5b61ff;
    color: #ffffff
}

.rmm_testimonial_card {
    background: #f9fbff;
    border: 1px solid #e2e8ff;
    border-radius: 12px;
    padding: 36px;
    min-height: 240px;
    position: relative
}

.rmm_testimonial_stars {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 12px
}

.rmm_testimonial_quote {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 46px;
    color: #cfd3ff
}

.rmm_testimonial_text {
    font-size: 18px;
    line-height: 1.75;
    color: #222b45
}

.rmm_testimonial_text a {
    color: #2b59ff;
    font-weight: 600;
    text-decoration: none
}

.rmm_testimonial_dots {
    margin-top: 30px;
    text-align: center
}

.rmm_testimonial_dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9dcf0;
    opacity: 1;
    margin: 0 6px;
    position: relative
}

.rmm_testimonial_dots .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid #edf0ff;
    border-radius: 50%
}

.rmm_testimonial_dots .swiper-pagination-bullet-active {
    background: #5b61ff
}

.rmm_testimonial_dots .swiper-pagination-bullet-active::after {
    border-color: #5b61ff
}

.swiper.rmm_testimonial_swiper {
    padding-bottom: 40px
}

.swiper.rmm_testimonial_swiper .swiper-pagination {
    bottom: 0 !important
}

@media (max-width:992px) {
    .rmm_testimonial_title {
        font-size: 32px
    }
}

@media (max-width:768px) {
    .rmm_testimonial_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
}

.rmm_docs_slider_wrap {
    max-width: 760px;
    margin: 0 auto;
    position: relative
}

.rmm_docs_swiper .swiper-slide {
    height: 300px
}

.rmm_doc_img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px
}

.rmm_docs_nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px
}

.rmm_docs_prev,
.rmm_docs_next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #004d4f;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: .25s ease
}

.rmm_docs_prev:hover,
.rmm_docs_next:hover {
    background: #007477
}

.rmm_contact_fab {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 99
}

#rmmContactFab {
    position: absolute;
    bottom: -40px;
    left: 8%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.rmm_content_below_box_arrow {
    width: 48px;
    height: auto;
    opacity: .85
}

@keyframes rmmBounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.rmm_fab_btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(90deg, #FF0F7B, #F89B29);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    overflow: visible;
    transition: transform .25s ease
}

.rmm_fab_btn svg {
    fill: #ffffff
}

.rmm_fab_btn:hover {
    transform: scale(1.08)
}

.rmm_fab_btn::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid rgba(255, 105, 180, .35);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9);
    opacity: 0;
    animation: rmmPulseOuter 2.4s ease-out infinite;
    pointer-events: none
}

.rmm_fab_btn::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: rmmPulseInner 2.4s ease-in-out infinite;
    pointer-events: none
}

@keyframes rmmPulseOuter {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.8)
    }

    40% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.15)
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.4)
    }
}

@keyframes rmmPulseInner {

    0%,
    100% {
        opacity: .35;
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: .55;
        transform: translate(-50%, -50%) scale(1.08)
    }
}

.rmm_contact_box {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
    position: absolute;
    bottom: 100px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .35s ease
}

.rmm_contact_box.rmm_open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.rmm_section h4 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600
}

.rmm_section p {
    margin: 0 0 12px;
    font-size: 13px;
    color: #555
}

.rmm_btn_dark,
.rmm_btn_whatsapp,
.rmm_btn_light {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}

.rmm_btn_dark {
    background: #1a1a1a;
    color: #fff
}

.rmm_btn_dark:hover {
    color: #fff
}

.rmm_btn_whatsapp {
    background: #00b60f;
    color: #ffffff
}

.rmm_btn_whatsapp:hover {
    color: #ffffff
}

.rmm_btn_light {
    background: #efefef;
    color: #222
}

.rmm_btn_light:hover {
    color: #111
}

.rmm_close_btn {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer
}

.rmm_reply_time {
    font-size: 12px;
    color: #444
}

#rmmContactBox {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease
}

#rmmContactBox.rmm_open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

#rmmContactBox.rmm_closing {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none
}

@media (max-width:768px) {
    .rmmmobilefloatinfctabox .rmm_section h4 {
        font-size: .7rem
    }

    .rmmmobilefloatinfctabox .rmm_section p {
        font-size: .7rem
    }

    .rmmmobilefloatinfctabox .rmm_section a {
        font-size: .7rem
    }

    .rmmmobilefloatinfctabox .rmm_section a svg {
        width: 20px;
        height: 20px
    }

    .rmmmobilefloatinfctabox .rmm_section a {
        padding: 10px
    }
}

.blog-details-all .details-box .headding2 .faq-blog h5 {
    font-size: 1.2rem
}

@media (max-width:1468px) {
    .blog-details-all ul {
        list-style: disc !important
    }
}

.contact-infos span {
    color: #fff !important;
}