:root {
    --primary-color: #662d91;
    --secondary-color: #0219e4;
    --bg-primary-color: #4c7ec417;
    --bg-secondary-color: #f9f9f9;
    --accent-color: #89EA5F;
    --white-divider: #ffffff70;
    --divider-color: #DADADA;
    --overlay-color: rgba(22, 51, 0, 0.65);
    --error-color: rgb(230, 87, 87);
    --accent-font: "Open Sans", sans-serif;
    --default-font: "Open Sans", sans-serif;
    --white: #fff;
    --black: #000;
    --transition: all ease-in-out .5s;
    --font-weight-100: 100;
    /* scroll-behavior: smooth; */
}

html {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: var(--white);
    /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--black);
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.scrollbar-track {
    background: #f2f3f4 !important;
}

body::-webkit-scrollbar-track {
    background: #f2f3f4 !important;
}

body::-webkit-scrollbar {
    width: 6px !important;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color) !important;
}

/* Base styles */
.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

/* Inner dot */
.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #999;
}

/* Outer outline */
.cursor-outline {
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    transition: transform 0.15s ease;
}

/* Hover grow effect */
.cursor-hover {
    width: 55px !important;
    height: 55px !important;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-column {
    margin-bottom: 40px;
}

.inner-column .sec-title {
    z-index: 9;
}

.inner-column .sec-title .heading {
    position: relative;
    font-size: 34px;
    line-height: 35px;
    color: #999;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0px 0px 1px var(--black);
    transition: var(--transition);
    user-select: text;
    padding-bottom: 15px;
    /* font-style: italic;  */
    font-family: "Lora", serif;
}

.text-theme-1 {
    color: var(--primary-color);
}

.inner-column .sec-title .heading::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background: linear-gradient(135deg, #401e59 0, #662d91 100%);
    left: 45px;
    width: 90px;
}

.proud-partners .inner-column .sec-title .heading::before {
    background: #fff;
}

.inner-column .sec-title .heading::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #ccc;
}

.cnts {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

#scrollPercentBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    transition: all 0.3s ease;
}

.header-navbar {
    transition: background-color 0.3s ease;
    z-index: 1010;
    background-color: transparent;
    /* background-color: #000000a8; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));

}

.header-navbar.scrolled {
    background-color: var(--black);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.scrolled .navbar .header-nav .navbar-nav {
    border: 0px solid #ffffff8f !important;
}

.scrolled .navbar .header-btn {
    border: 1px solid #ffffff8f !important;
}

.header-navbar .navbar .navbar-brand img {
    height: 50px;
}

.header-navbar .navbar .header-nav .navbar-nav {
    gap: 4px;
}

.header-navbar .navbar .header-nav .navbar-nav .nav-item .nav-link {
    border-radius: 50px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}

/* .header-navbar .navbar .header-nav .navbar-nav .nav-item .nav-link.active {
    background-color: hsl(274.2deg 47.1% 33.9%);
    color: #fff;
} */

.header-navbar .navbar .header-nav .navbar-nav .nav-item .nav-link:hover {
    background-color: hsl(274.2deg 47.1% 33.9%);
}

.header-navbar .navbar .header-nav .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-navbar .navbar .header-btn {
    border-radius: 50px;
    border: 1px solid #ffffff30;
    padding: 14px 32px;
    color: var(--white);
    backdrop-filter: blur(30px);
    font-size: 14px;
    font-weight: 500;
    transition: all ease-in-out .5s;
}

.header-navbar .navbar .header-btn:hover {
    background-color: var(--primary-color);
}

.header-navbar .navbar .header-nav .navbar-nav .nav-item .dropdown-menu {
    /* background-color: hsl(274deg 24.7% 3.79% / 78%) !important; */
    backdrop-filter: blur(55px);
    /* border: 1px solid var(--white); */
    border: 0px;
    border-bottom: 2px solid var(--primary-color);
    color: var(--white);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    display: block;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    padding: 0px;
    /* overflow: hidden; */
}

.header-navbar .navbar .header-nav .navbar-nav .nav-item .dropdown-menu li a {
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

/* Nested submenu default hidden */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menus {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-bottom: 2px solid var(--primary-color);
    color: var(--white);
    border-radius: 5px;
    background-color: var(--white);
    padding: 0;
}

/* Show submenu on hover of Salesforce Solutions */
.dropdown-submenu:hover .dropdown-menus {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-item:focus, .dropdown-item:hover {
    /* background-color: hsla(0, 0%, 80%, .20); */
    background-color: var(--primary-color);
    color: var(--white) !important;
}

.navbar-toggler {
    color: var(--primary-color);
    box-shadow: none !important;
}

.menuOffcanvas .offcanvas-title img {
    height: auto;
    max-width: 150px;
}

.menuOffcanvas .offcanvas-body {
    padding-top: 10px;
    background: #f3f3f3;
    border-top: 1px solid #d5b9b9;
}

.btn-close {
    background-color: var(--primary-color);
    background-image: none;
    opacity: 1;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuOffcanvas .offcanvas-body .linkItems .linkItem {
    padding: 4px 10px;
    background: var(--primary-color);
    margin: 8px 0;
    border-radius: 7px;
    color: #fff;
}

.menuOffcanvas .offcanvas-body .linkItems .linkItem .linkAnchor {
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.menuOffcanvas .offcanvas-footer {
    padding: 1rem;
    background-color: #fff;
}

.menuOffcanvas .offcanvas-footer .loginBtn {
    width: 100%;
    height: 39px;
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.5s;
}

.submenu {
    display: none;
    transition: all ease-in-out 0.5s;
}

.submenu.show {
    display: block;
}

.nav-link.dropdown-toggle::after {
    content: '\f078';
    /* Font Awesome chevron down */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    float: right;
    transition: transform all ease-in-out 0.5s;
    border: 0px;
}

.nav-link.dropdown-toggle.active::after {
    transform: rotate(180deg);
    /* rotate on active */
}

.banner-content {
    background-position: center right;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    flex-direction: column;
    padding-bottom: 90px;
    gap: 40px;
}

.banner-content .banner-heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--white);
    font-family: "Lora", serif;
    margin-bottom: 24px;
}

.banner-content .cnts {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.theme-btn {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    backdrop-filter: blur(42px);
    border: 1px solid var(--primary-color);
    background-color: var(--white);
    /* background-image: linear-gradient(to bottom, var(--primary-color), #9642d6); */
    background-repeat: repeat-x;
    display: inline-block;
}

.custom-btn {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    backdrop-filter: blur(42px);
    border: 1px solid var(--primary-color);
    background-color: hsl(274.2deg 47.1% 33.9%);
    background-repeat: repeat-x;
    display: inline-block;
}

swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--white);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.custom-thumbs {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    width: 100%;
}

.thumb-wrapper {
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    cursor: pointer;
    border: .5px solid var(--white);
    background: var(--black);
    border-radius: 50px;
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb.active {
    opacity: 1;
    background-color: var(--primary-color);
}

.thumb-wrapper .thumb-caption {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-partner-img {
    background-color: var(--white);
    padding: 0px 10px;
    box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .1);
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-products-section {
    background-color: #f7f7f7;
    background-image: url(../images/home-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-products-section .product-spacing .product-carousel {
    width: calc(50% + 585px);
    margin-left: auto;
    padding-left: 15px;
    margin-top: 20px;
}

.our-products-section .product-spacing .product-carousel .product-item {
    /* box-shadow: 0 27px 24px -37px rgba(0, 0, 0, .66); */
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.our-products-section .product-spacing .product-carousel .product-item .product-img img {
    border-radius: 30px;
}

.our-products-section .product-spacing .product-carousel .product-item .product-content {
    /* background-color: var(--white); */
    padding: 25px 0px 35px 0px;
    height: 100%;
    text-align: center;
}

.our-products-section .product-spacing .product-carousel .product-item .product-content .title a {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
    font-weight: 600;
}

.our-products-section .product-spacing .product-carousel .product-item .product-content .cnts {
    font-style: italic;
}

.our-products-section .product-spacing .product-carousel .text-btn .btn-text {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.our-products-section .product-spacing .product-carousel .text-btn .btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background-color: var(--black);
    border-radius: 50%;
}

.our-products-section .product-spacing .product-carousel .text-btn .btn-icon i {
    color: var(--white);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-carousel .owl-nav {
    display: flex !important;
    justify-content: flex-end;
    position: relative;
    gap: 20px;
    margin-right: 10px;
}

.product-carousel .owl-nav::before {
    content: "";
    width: calc(100% - 167px);
    height: 1px;
    background: var(--black);
    position: absolute;
    left: 0;
    top: 50%;
}

.product-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-next {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 50%;
    transition: all .5s;
    background: #c9c9c9 !important;
    margin-right: 10px;
}

.product-carousel .owl-nav .owl-prev {
    transform: rotate(211deg);
}

.product-carousel .owl-nav .owl-next {
    transform: rotate(30deg);
}

.product-carousel .owl-nav .owl-prev::before, .product-carousel .owl-nav .owl-next::before {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    width: calc(100% + 9 * 2px);
    height: calc(100% + 9 * 2px);
    border-radius: 50%;
    opacity: 0;
    transition: all .5s;
    animation: rotateCircle 20s linear infinite;
    border: 1px dashed var(--black);
}

@keyframes rotateCircle {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.product-carousel .owl-nav .owl-prev:hover, .product-carousel .owl-nav .owl-next:hover {
    background-color: var(--black) !important;
}

.product-carousel .owl-nav .owl-prev:hover:before, .product-carousel .owl-nav .owl-next:hover:before {
    opacity: 1;
}

.custom-prev-arrow,
.custom-next-arrow {
    display: inline-block;
    width: 20px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-image 0.5s ease-in-out;
    position: absolute;
    top: 3px;
    left: 15px;
}

/* Default images */
.custom-prev-arrow {
    background-image: url("../images/icons/arrow-icon-1.svg");
}

.custom-next-arrow {
    background-image: url("../images/icons/arrow-icon-1.svg");
}

/* Hover images */
.product-carousel .owl-nav .owl-prev:hover .custom-prev-arrow {
    background-image: url("../images/icons/arrow-icon-2.svg");
}

.product-carousel .owl-nav .owl-next:hover .custom-next-arrow {
    background-image: url("../images/icons/arrow-icon-2.svg");
}


.client-satisafctions {
    display: flex;
    justify-content: space-between;
}

.client-satisafctions .satisafctions-outer {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #f8f8f8, inset 0 0 0 24px #f8f8f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-satisafctions .satisafctions-outer .animated-text {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 17px;
    text-transform: uppercase !important;
    animation: 15s linear infinite textRotation;
}

@keyframes textRotation {
    100% {
        transform: rotate(360deg);
    }
}

.proud-partners .nav-tabs {
    gap: 8px;
    padding-top: 30px;
}

.proud-partners .nav-tabs .nav-link {
    background: #75429c;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    padding: 7px 25px;
}

.satisafctions-text {
    text-align: center;
    margin: auto;
    max-width: 150px;
    font-weight: 600;
}

.satisafctions-text .f-40 {
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 28px;
    font-size: 40px
}

.animated-text span {
    position: absolute;
    left: 50%;
    line-height: normal;
    font-size: 19px;
    text-transform: uppercase !important;
    transform-origin: 0 136px;
    font-size: 16px;
    transform-origin: 0 115px;
}

.industry-section {
    background-color: #efeef1;
    background-image: url(../images/home-bg-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-section .industry-card {
    position: relative;
    box-shadow: 0px 0px 10px rgba(72, 70, 68, .39);
    padding: 20px;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center center !important;
    height: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-section .industry-card .cnts {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Lora", serif;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-section .industry-card .inner-block {
    width: 90%;
    height: 88%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.industry-section .industry-card .inner-block::before {
    background-color: rgba(255, 255, 255, .6705882353);
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 0%;
    transition: height .4s ease;
    width: 2px;
}

.industry-section .industry-card .inner-block::after {
    background-color: rgba(255, 255, 255, .6705882353);
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    height: 2px;
    transition: width .4s ease;
    width: 0%;
    bottom: 0;
    right: 0;
}

.industry-section .industry-card .inner-block i {
    position: relative;
    display: block;
    height: 100%;
    width: 100%
}

.industry-section .industry-card .inner-block i::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 2px;
    transition: width .4s ease;
    width: 0%;
    background-color: rgba(255, 255, 255, .6705882353)
}

.industry-section .industry-card .inner-block i::after {
    background-color: rgba(255, 255, 255, .6705882353);
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    height: 0%;
    transition: height .4s ease;
    width: 2px;
    top: 0;
    right: 0
}

.industry-section .industry-card .inner-block:hover:before {
    height: 100%;
}

.industry-section .industry-card .inner-block:hover:after {
    width: 100%;
}

.industry-section .industry-card .inner-block i:hover:before {
    width: 100%;
}

.industry-section .industry-card .inner-block i:hover:after {
    height: 100%;
}

.industry-section .industry-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.industry-section .industry-card .card-body .industry-img img {
    width: 50px !important;
    height: auto;
    filter: brightness(15.5);
}

.testimonial-section {
    position: relative;
    z-index: 9;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/map_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .1;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.testimonial-section .testimonial-item {
    box-sizing: content-box;
    padding: 40px 30px 40px 30px;
    margin: 30px 15px;
    text-align: center;
    border: 2px solid #662d91;
    border-radius: 35px;
}

.testimonial-section .testimonial-item::before {
    content: '\f10d';
    position: absolute;
    top: 0;
    left: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 60px;
    color: #662d91;
    line-height: 70px;
    background: #fff;
    padding: 0px 10px 0px 10px;
}

.testimonial-section .testimonial-item::after {
    content: '\f10e';
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 60px;
    color: #662d91;
    line-height: 70px;
    background: #fff;
    padding: 0px 10px;
}

.scrollheight {
    height: 118px;
    overflow-y: scroll;
}

.scrollheight:hover {
    overflow-y: scroll;
}

.scrollheight .scrollbar-track {
    background: #f2f3f4 !important;
}

.scrollheight::-webkit-scrollbar-track {
    background: #f2f3f4 !important;
}

.scrollheight::-webkit-scrollbar {
    width: 0px;
}

.scrollheight::-webkit-scrollbar:hover {
    width: 2px !important;
}

.scrollheight::-webkit-scrollbar-thumb {
    background-color: var(--primary-color) !important;
}

.scrollheight .cnts {
    font-size: 13px;
    line-height: 24px;
    padding-right: 10px;
}

.testimonial-text .color_blue {
    font-weight: 500;
    font-size: 14px;
    color: #9026DC !important;
}

.proud-partners {
    background-image: linear-gradient(132deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .05));
    width: 100%;
    -webkit-backdrop-filter: blur(29px);
    backdrop-filter: blur(29px);
    /* background-image: linear-gradient(132deg, var(--primary-color), #9642d6); */
    background-color: var(--primary-color);
    background-image: url(https://seoc.fleexstudio.com/wp-content/uploads/2025/01/cta-bg2.png), url(https://seoc.fleexstudio.com/wp-content/uploads/2025/01/cta-bg1.png);
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    animation-name: bgMove;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes bgMove {
    0% {
        background-position: bottom left, top right;
    }

    100% {
        background-position: bottom -30px left -30px, top -20px right -20px;
    }
}


.proud-partners .rating-slider-main .clients-carousel .clients-img {
    width: 100px;
    height: 80px;
    /* margin: 8px; */
    text-align: center;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 3D Slideshow */

#slideshow {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.entire-content {
    width: 100%;
    perspective: 1000px;
}

.content-carrousel {
    width: 500px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    animation: rotar 20s linear infinite;
    margin: auto;
    transform: rotateX(-8deg) rotateY(0deg);
}

.content-carrousel:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.content-carrousel figure {
    display: block;
    width: 100px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -60px;
    /* center the figure */
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s, box-shadow 0.5s;
}

.content-carrousel .shdws {
    width: 74px;
    height: 50px;
}

.content-carrousel img {
    /* image-rendering: auto; */
    transition: all 300ms;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-carrousel img:hover {
    transform: scale(1.2);
    transition: all 300ms;
}

@keyframes rotar {
    from {
        transform: rotateX(-8deg) rotateY(0deg);
    }

    to {
        transform: rotateX(-8deg) rotateY(360deg);
    }

}

/* .content-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(300px);
}

.content-carrousel figure:nth-child(10) {
    transform: rotateY(360deg) translateZ(300px);
} */

/* .shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
} */





/* 3D Slideshow */

#slideshows {
    /* height: 300px;
    width: 100%;  */
    margin: 0 auto;
    /* padding-top: 50px; */
    height: 580px;
    width: 100%;
    box-sizing: border-box;
}

.entire-contents {
    margin: auto;
    width: 270px;
    perspective: 1000px;
    position: relative;
    /* padding-top: 80px; */
}

.content-carrousels {
    width: 100%;
    position: absolute;
    float: right;
    transform-style: preserve-3d;
}

.content-carrousels:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.content-carrousels .pedcts {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 80px;
    pointer-events: auto;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .1) !important; */
    box-shadow: none !important;
    padding: 10px;
    contain: paint;
}

.content-carrousels .pedcts img {
    image-rendering: auto;
    width: 100%;
    border-radius: 5px;
}

.content-carrousels .pedcts:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
}

.content-carrousels .pedcts:nth-child(2) {
    transform: rotateY(51.43deg) translateZ(300px);
}

.content-carrousels .pedcts:nth-child(3) {
    transform: rotateY(102.86deg) translateZ(300px);
}

.content-carrousels .pedcts:nth-child(4) {
    transform: rotateY(154.29deg) translateZ(300px);
}

.content-carrousels .pedcts:nth-child(5) {
    transform: rotateY(205.72deg) translateZ(300px);
}

.content-carrousels .pedcts:nth-child(6) {
    transform: rotateY(257.15deg) translateZ(300px);
}

.content-carrousels .pedcts:nth-child(7) {
    transform: rotateY(308.58deg) translateZ(300px);
}


.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
}

.our-products-section .content-carrousels .product-content {
    /* padding: 10px; */
    text-align: center;
    /* position: absolute; */
    /* top: 13%; */
}

.our-products-section .content-carrousels .product-content .title {
    margin: 5px 0px;
}

.our-products-section .content-carrousels .product-content .title a {
    font-size: 14px;
    line-height: 24px;
    /* color: var(--white); */
    color: var(--primary-color);
    font-weight: 600;
}

.our-products-section .content-carrousels .product-content .cnts {
    font-style: italic;
    /* color: var(--white); */
    font-size: 10px;
    line-height: 16px;
}

.buttons button {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    transition: all .5s;
    background: #c9c9c9 !important;
    margin-right: 10px;
    border: none;
    transition: all 0.5s ease-in-out;
}

.buttons button.prev {
    transform: rotate(211deg);
}

.buttons button.next {
    transform: rotate(30deg);
}

.buttons button:hover {
    background: var(--primary-color) !important;
}

.buttons .prev img {
    display: inline-block;
    width: 18px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 2px;
    left: 11px;
}

.buttons .next img {
    display: inline-block;
    width: 18px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 2px;
    left: 11px;
}

.buttons button .prev-img-1 {
    visibility: hidden;
}

.buttons button:hover .prev-img {
    visibility: hidden;
}

.buttons button:hover .prev-img-1 {
    visibility: visible;
}

.contact-section {
    background-position: center left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-image: linear-gradient(90deg, rgb(247 247 247 / 94%) 52.42%, rgb(234 233 233) 100%), url(https://eightheme.com/eklan/wp-content/uploads/sites/28/2023/04/project-management-digital-marketing-and-collaboration-team-or-business-people-with-laptop-notebo.jpg);
}

.contact-section .contact-contnt .heads {
    font-size: 31px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: .5px;
    color: #662d91;
}

.contact-section .contact-contnt .heads span {
    color: #999;
}

.contact-section .contact-contnt img {
    height: 265px;
    width: 325px;
}

.contact-section .form-section {
    box-shadow: 0px 1.89347px 9.78694px rgba(182, 85, 255, 0.25);
    border-radius: 10px;
    padding: 2rem !important;
}

.contact-section .form-section .form-control, .contact-section .form-section .form-select {
    border: 1.5px solid #6200ea !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    padding: .75rem .75rem;
}

.contact-section .form-section .forms-inpt {
    position: relative;
}

.contact-section .form-section label {
    transform: translateY(-0.5rem);
    background-color: #ffffff;
    color: #6200ea;
    font-size: 0.75rem;
    padding: 0px 5px 0px 5px;
    height: fit-content;
    left: 13px;
    position: absolute;
    top: 0;
}

.footer_section {
    background: linear-gradient(rgba(102, 45, 145, 0.80), rgba(102, 45, 145, 0.80)), url(../images/footer-bg.jpg) !important;
    /* background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),  url(../images/footer-bg.jpg) !important; */
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.footer_section .cards {
    background-color: #FFFFFF14;
    backdrop-filter: blur(5px);
    padding: 20px;
    /* border: 1px solid #999999; */
}

.footer_section .footer_box .card-body .cnts {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.copyright {
    border-top: 1px solid #fff;
    color: #fff;
}

.footer_section .social_icon {
    gap: 10px;
    display: flex;
}

.footer_section .social_icon a {
    width: 35px;
    height: 35px;
    transition: all ease-in-out .5s;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color);
}

.footer_section .social_icon a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.box_head {
    font-size: 20px;
}

.links_footer {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.thanku {
    padding-top: 140px;
    padding-bottom: 80px;
}

.thanku .thnk-heading {
    font-size: 40px;
    line-height: 50px;
    text-shadow: 1px 1px 2px black;
    color: var(--primary-color);
    font-weight: 600;
}

.thanku .thnk-conts {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}

.thanku .thnk-cnts {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 15px;
}

.thanku .thnk-cnts a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline !important;
}

.thanku .thank-btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 47px;
    margin-top: 20px;
}

.thanku .thank-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* Breadcrumb */
.about-banner-section {
    padding: 90px 0 40px 0px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 99;
    height: 500px;
}

.about-banner-section .about-banner-content .banner-heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--white);
    font-family: "Lora", serif;
    margin-bottom: 22px;
}

.about-banner-section .about-banner-content .cnts {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: var(--white);
}

.about-banner-section .about-banner-content .breadcrumb {
    gap: 5px;
}

.about-banner-section .about-banner-content .breadcrumb li {
    font-size: 13px;
    color: var(--white);
}

.about-banner-section .about-banner-content .breadcrumb li a {
    color: var(--white);
}

.who-we-are-section .about2-images {
    height: 570px;
}

.who-we-are-section .about2-images .image1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.who-we-are-section .about2-images .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.who-we-are-section .image-anime:after, .product-about-section .image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.who-we-are-section .image-anime:hover:after, .product-about-section .image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.elementskit-funfact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px 15px 15px;
    animation: moveobject 3s infinite linear alternate;
    position: absolute;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    top: 15px;
    right: 0px;
    border: 1px solid #e1e1e1;
    box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .1);
}

@keyframes moveobject {

    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-60px)
    }
}

.who-we-are-section .about2-images .elementskit-funfact-inner svg {
    max-width: 50px;
}

.who-we-are-section .about2-images .funfact-content .number-percentage-wraper {
    font-size: 20px;
    font-weight: 600;
}

.who-we-are-section .about2-images .funfact-content .funfact-title {
    color: #757575;
    font-size: 14px;
}

.who-we-are-section .about2-images .shape img {
    position: absolute;
    left: 3%;
    z-index: -1;
    bottom: 20%;
    animation: topbottom 3s infinite linear alternate;
}

@keyframes topbottom {

    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50px)
    }
}

.mission-content {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 118px;
}

.mission-content .mission-heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Lora", serif;
    margin-bottom: 40px;
}

.mission-content .cnts {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    padding: 5%;
    border: 2px solid #f1f1f1;
}

.what-we-do {
    background-color: #efefef;
    background-image: url(../images/sec-bg10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.what-we-do .what-we-do-card {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 15px 10px 0 rgba(210, 222, 228, .46);
    transition: .5s ease-in-out;
    height: 100%;
    position: relative;
    background-color: var(--primary-color);
    z-index: 9;
    color: var(--white);
}

.what-we-do .what-we-do-card::before {
    content: "";
    position: absolute;
    height: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    border-radius: 20px;
    left: 0;
    width: 100%;
    background-image: url(../images/bg-shape-3.png);
    z-index: -9;
}

.what-we-do .what-we-do-card .what-we-do-heading {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Lora", serif;
}

.what-we-do .what-we-do-card .what-we-do-listing {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.what-we-do .what-we-do-card .what-we-do-listing li {
    font-size: 16px;
}

.what-we-do .what-we-do-card .what-we-do-listing li i {
    color: var(--white);
}

.what-we-do .what-we-do-img {
    overflow: hidden;
}

.what-we-do .what-we-do-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.what-we-do .what-we-do-img:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 450px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
    position: absolute;
    background: var(--primary-color);
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.main-timeline-section .timeline-end {
    right: 0px;
}

.main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color);
}

.timeline-article {
    width: 33.33%;
    position: relative;
    min-height: 300px;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-article .content-date {
    position: absolute;
    top: 57%;
    /* right: -60px; */
    font-size: 18px;
    font-weight: 700;
    font-family: "Lora", serif;
}

.timeline-article .meta-date {
    position: absolute;
    top: 77%;
    /* right: 0px; */
    transform: translateY(-77%);
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: var(--white);
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.timeline-article .content-box {
    box-shadow: 2px 2px 4px 0px #c1c1c1;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background-color: var(--white);
    width: 262px;
    position: absolute;
    top: 85%;
    /* right: -80px; */
    padding: 10px;
}

.timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: var(--primary-color);
}

.timeline-article-bottom .content-date {
    top: 59%;
}

.timeline-article-bottom .content-box {
    top: 10%;
}

.timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: var(--primary-color);
}

.how-we-work-points {
    box-shadow: 2px 2px 14px 0px #edd9fc;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
}

.heads {
    font-size: 28px;
    font-family: "Lora", serif;
    color: var(--primary-color);
}

.how-we-work-points ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.how-we-work-points ul li {
    font-size: 16px;
    display: flex;
    align-items: center;

}

.how-we-work-points ul li i {
    font-size: 20px;
    color: var(--primary-color);
}

.stand-out-section {
    background-color: #eaebf0;
}

.circle-container {
    position: relative;
    width: 135px;
    height: 135px;
    background: #662d91;
    border-radius: 50%;
    border: 1px solid #6666666B;
}

.circle-svg {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    /* Add rotate animation here if you want */
}

.center-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-svg {
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.elementor-element .elementor-element2 {
    justify-content: space-between;
    flex-direction: column;
}

.elementor-image-1 {
    margin: 0px -30px 0px 0px;
    position: relative;
}

.elementor-image-1 img {
    border-radius: 150px;

}

.elementor-image-2 {
    width: 60%;
    border: 1px dashed var(--primary-color);
    border-radius: 150px;
    padding-right: 15px;
}

.elementor-image-2 img {
    margin: -1px 1px -1px -1px;
    border-radius: 150px;
}

.stand-out-section ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stand-out-section ul li {
    font-size: 16px;
    font-weight: 600;
}

.stand-out-section ul li svg {
    margin-right: 10px;
}

.company-initiatives-section {
    background-color: var(--primary-color);
}

.company-initiatives-section .inner-column .sec-title .heading::before {
    background: #fff;
}

.company-initiatives-section .company-initiatives-cards {
    background-image: linear-gradient(to bottom, #292929, #662d91);
    border-radius: .5rem;
    gap: .625rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    padding-top: 3rem;
    position: relative;
}

.company-initiatives-section .company-initiatives-cards .values-icon {
    background-color: var(--black);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
}

.company-initiatives-section .company-initiatives-cards .values-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--white);
}

.company-initiatives-section .company-initiatives-cards .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}

.company-initiatives-section .company-initiatives-cards .descr {
    color: var(--white);
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
}

.contact-seprator {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-weight: 600;
}

.contact-seprator:after, .contact-seprator:before {
    height: calc(50% - 20px);
    top: 0;
    position: absolute;
    width: 2px;
    content: "";
    background: var(--primary-color);
}

.contact-seprator:before {
    top: auto;
    bottom: 0
}

.contact-info-card {
    box-shadow: 0px 1.89347px 9.78694px rgba(96, 155, 255, 0.25);
    border-radius: 10px;
    text-align: center;
    border-left: 3px solid var(--primary-color);
}

.contact-info-card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding: 20px 20px;
}

.contact-info-card .card-body .icons {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.contact-info-card .card-body .icons i {
    font-size: 22px;
}

.contact-info-card .card-body .heads {
    font-size: 18px;
    font-weight: 600;
}

.contact-info-card .card-body .cnts {
    font-size: 14px;
    font-weight: 400;
}

.contact-info-card .card-body .cnts a {
    color: var(--black);
}

.choose__img-wrap-three {
    position: relative;
    text-align: right !important;
}

.choose__img-wrap-three .main-img {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 18px solid var(--white);
    -webkit-box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
}

.choose__img-wrap-three .main-img img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

.choose__img-wrap-three .shape img {
    position: absolute;
    left: 3%;
    bottom: 18%;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}

.choose__img-wrap-three>img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #dadada;
    position: absolute;
    left: 5%;
    top: 30%;
    transition: all 0.3s ease-out 0s;

}

.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.contact-forms-section .form-section {
    border-radius: 10px;
    border: 18px solid var(--white);
    -webkit-box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
}

.contact-forms-section .form-section .forms-inpt {
    position: relative;
}

.contact-forms-section .form-section .form-control, .contact-forms-section .form-section .form-select {
    border: 1.5px solid #6200ea !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    padding: .75rem .75rem;
}

.contact-forms-section .form-section label {
    transform: translateY(-0.5rem);
    background-color: #ffffff;
    color: #6200ea;
    font-size: 0.75rem;
    padding: 0px 5px 0px 5px;
    height: fit-content;
    left: 13px;
    position: absolute;
    top: 0;
}

.work-with-us-section .about2-images {
    overflow: hidden;
}

.work-with-us-section .about2-images .image1 {
    text-align: center;
    padding: 10px 0px;
}

.work-with-us-section .about2-images .image1 img {
    height: 500px;
    border-radius: 10px 185px 10px 10px;
    border: 18px solid var(--white);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.work-with-us-section .image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.work-with-us-section .image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.career-cta-section {
    z-index: 9;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.career-cta-section .bg-cta {
    left: 0;
    z-index: -1;
}

.career-cta-section .bg-cta svg {
    height: 550px;
    width: auto;
    opacity: .7;
    fill: #f6eaff;
}

.career-cta-section .join-contnt .heading {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    font-family: "Lora", serif;
    letter-spacing: .5;
    text-wrap: balance;
}

.career-cta-section .join-contnt .cnts {
    letter-spacing: .5;
    font-size: 16px;
    line-height: 26px;
    color: #475569;
    text-wrap: balance;
}

.modal .modal-dialog {
    max-width: 600px;
}

.modal .modal-content .career-modal-header {
    border: 0px;
    background: #662d91 url(https://shots.jotform.com/elton/images/zig_zag_border.png) repeat-x bottom center;
    background-size: 50px 10px;
    padding: 20px 15px 25px 15px;
}

.modal-header .btn-close {
    font-size: 16px;
    box-shadow: none !important;
}

.modal .modal-body .form-section {
    border-radius: 10px;
    border: 18px solid var(--white);
    -webkit-box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
}

.modal .modal-body .form-section .forms-inpt {
    position: relative;
}

.modal .modal-body .form-section .form-control, .modal .modal-body .form-section .form-select {
    border: 1.5px solid #6200ea !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    padding: .75rem .75rem;
}

.modal .modal-body .form-section label {
    transform: translateY(-0.5rem);
    background-color: #ffffff;
    color: #6200ea;
    font-size: 0.75rem;
    padding: 0px 5px 0px 5px;
    height: fit-content;
    left: 13px;
    position: absolute;
    top: 0;
}

.forms-inpt .choose-label {
    position: unset !important;
    height: 100% !important;
}



.benefits-work-section {
    background-color: #f9f9f9;
}

.benefits-work-section .invest-cards {
    /* height: 100%; */
    position: relative;
    z-index: 9;
    transition: var(--transition);
}

.benefits-work-section .invest-cards .inspir {
    margin: 0.75rem;
    border-radius: 0.5rem;
    padding: 20px 30px;
    color: #0F0F0F;
    background-color: #f0f0f0;
    box-shadow:
        inset 1px 1px 0px rgb(255 255 255 / .5),
        inset -1px -1px 0px rgb(0 0 0 / .25),
        calc(0.75rem * .25) calc(0.75rem * .25) calc(0.75rem * .5) rgb(0 0 0 / .25);
    position: relative;
    height: 100%;
    transition: var(--transition);
}

.benefits-work-section .invest-cards .inspir::before {
    content: "";
    position: absolute;
    width: calc(100% + (0.75rem * 2));
    height: 100%;
    bottom: calc(0.75rem * -1);
    left: calc(0.75rem * -1);
    z-index: -1;
    transition: var(--transition);

    border-bottom-left-radius: calc(0.5rem + 0.75rem);
    border-bottom-right-radius: calc(0.5rem + 0.75rem);

    background-color: #e5e5e5;
    background-image:
        linear-gradient(to left, #e5e5e5 calc(0.75rem * 2), transparent 0),
        linear-gradient(135deg, var(--accent-color) 80%, #e5e5e5 0);
}

.benefits-work-section .invest-cards:hover .inspir {
    background-color: #fff;
}

.benefits-work-section .invest-cards .inspir .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 30px;
    text-align: center;
    color: var(--accent-color);
    transition: var(--transition);
}

.benefits-work-section .invest-cards .inspir .descr {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    line-height: 24px;
}

.case-study-section .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.case-study-section a.thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.case-study-section a.thumb-info img {
    -moz-border-radius: 3px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-border-radius: 3px;
    -webkit-transition: all .2s linear;
    border-radius: 3px;
    position: relative;
    transition: all .2s linear;
    background-image: url(img/projects/project-profiles/nhai_bill-tracking-system.jpg);
}

.case-study-section .team-item a.thumb-info span.thumb-info-title {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    background: rgba(36, 27, 28, .9);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    transition: all .3s;
    z-index: 1;
}

.case-study-section .team-item a.thumb-info span.thumb-info-inner {
    display: block;
    transition: all .3s;
    white-space: nowrap;
}

.case-study-section .team-item a.thumb-info span.thumb-info-type {
    background-color: var(--primary-color);
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px;
    padding: 2px 9px;
    text-transform: none;
}

.case-study-section span.thumb-info-caption {
    padding: 10px 0;
}

.case-study-section span.thumb-info-caption p {
    font-size: .9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px;
    height: auto;
    color: #777;
}

.case-study-section hr.short {
    margin: 11px 0;
}


.our-services-section {
    background-color: #efefef;
    background-image: url(../images/sec-bg10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services-section .what-we-do-card {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 15px 10px 0 rgba(210, 222, 228, .46);
    transition: .5s ease-in-out;
    height: 100%;
    position: relative;
    background-color: var(--primary-color);
    z-index: 9;
    color: var(--white);
}

.our-services-section .what-we-do-card::before {
    content: "";
    position: absolute;
    height: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    border-radius: 20px;
    left: 0;
    width: 100%;
    background-image: url(../images/bg-shape-3.png);
    z-index: -9;
}

.our-services-section .what-we-do-card .what-we-do-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Lora", serif;
}

.our-services-section .what-we-do-card .what-we-do-listing {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.our-services-section .what-we-do-card .what-we-do-listing li {
    font-size: 14px;
}

.our-services-section .what-we-do-card .what-we-do-listing li i {
    color: var(--white);
}

.cta-section {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 99;
}

.cta-section .cta-content .cta-heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--white);
    font-family: "Lora", serif;
    margin-bottom: 24px;
}

.cta-section .cta-content .cnts {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: var(--white); 
}

.contuts-forms {
    padding: 20px 30px;
}

.spacing-top {
    margin-top: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #777;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none !important;
}

.form-select {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

.faq-accordion .accordion-item , .our-module-detailed-section .accordion-item {
    margin-bottom: 20px;
    border: none;
    background-color: transparent;
}

.faq-accordion .accordion-header, .our-module-detailed-section .accordion-header {
    margin-bottom: 0;
    font-family: var(--accent-font);
}

.faq-accordion .accordion-header button , .our-module-detailed-section .accordion-header button {
    color: #662D91;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-left: 3px solid #CCC;
    border-radius: 8px !important;
    font-weight: 600;
    transition: all .15s ease-out;
    font-size: 15.4px;
    line-height: 22px;
    box-shadow: none;
    padding: 12px 20px 12px 10px;
    border-left-color: #662D91;
}

.faq-accordion .accordion-header button:after , .our-module-detailed-section .accordion-header button:after{
    content: '\f067';
    font-family: "FontAwesome";
    background: none;
    font-size: 10px;
}

.faq-accordion .accordion-button:not(.collapsed), .our-module-detailed-section .accordion-button:not(.collapsed) {
    background-color: #662D91;
    border-color: #662D91;
    color: #fff;
    /* border-left-color: #fff; */
}

.faq-accordion .accordion-header button:not(.collapsed):after,.our-module-detailed-section .accordion-header button:not(.collapsed):after {
    content: '\f068';
    font-family: "FontAwesome";
    background: none;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
}

.faq-accordion .accordion-body {
    color: #777;
    padding: 1rem 1.25rem;
}

.accordion-body ul li {
    list-style: disc !important;
}

.faq-accordion .accordion-body:last-child {
    margin-bottom: 0;
}

.why-choose-us-section {
    background-color: #efefef;
    background-image: url(../images/sec-bg10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-us-section ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-choose-us-section ul li {
    font-size: 14px;
    align-items: center;
}

.why-choose-us-section ul li i {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px;
}

.product-about-section .about2-images .image1 {
    position: absolute;
    top: -52px;
    left: -40px;
    z-index: 2;
    overflow: hidden;
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}

.product-about-section .about2-images .image1 img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    height: 180px;
    /* width: 250px; */
}

.product-about-section .about2-images .shape img {
    position: absolute;
    left: -7%;
    z-index: -1;
    bottom: 38%;
    animation: topbottom 3s infinite linear alternate;
}

.product-about-section .sec-title .sub-title {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.product-about-section .sec-title .sub-title span {
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0px 4px;
    margin-right: 6px;
}

.product-about-section .sec-title .sub-title i {
    font-size: 8px;
    margin-right: 4px;
    color: var(--primary-color);
    animation: 6s linear infinite circle-x;
}

@keyframes circle-x {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.prd_pnts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.prd_pnts li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-size: 14px;
}

.prd_pnts li i {
    font-size: 17px;
    color: var(--primary-color);
}

.produsts-services-section {
    background-color: #efefef;
    background-image: url(../images/sec-bg10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.produsts-services-section .excellence-cards {
    height: 100%;
}

.produsts-services-section .excellence-cards .inspir {
    position: relative;
    padding: 1.5rem;
    border-radius: .75rem;
    background-color: #fff;
    transition: transform 0.3s ease;
    /* overflow: hidden;  */
    width: 100%;
    height: 100%;
}

.produsts-services-section .excellence-cards .inspir::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -10;
    width: 70px;
    height: 70px;
    border-radius: 0.75rem;
    background-image: linear-gradient(to right, var(--primary-color), rgba(102, 45, 145, 0.1), rgb(122, 22, 204, 1));
    transition-duration: 0.3s;
}

.produsts-services-section .excellence-cards .inspir::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: -10;
    width: 70px;
    height: 70px;
    border-radius: 0.75rem;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to left, var(--primary-color), rgba(102, 45, 145, 0.1), rgba(122, 22, 204, 1));
    transition-duration: 0.3s;
}

.produsts-services-section .excellence-cards .inspir:hover:before {
    content: '';
    width: 100%;
    height: 100%;
}

.produsts-services-section .excellence-cards .inspir:hover:after {
    content: '';
    width: 100%;
    height: 100%;
}

.produsts-services-section .excellence-cards .inspir .title {
    font-family: "Lora", serif !important;
    font-size: 21px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 30px;
}

.produsts-services-section .excellence-cards .inspir .descr {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.produsts-services-section .excellence-cards .inspir .icon {
    background-color: #400b781a;
    border-radius: 9999px;
    border-bottom-right-radius: 0;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 2px solid #dddae0;
    margin-bottom: 15px;
    transition: var(--transition);
}

.produsts-services-section .excellence-cards .inspir .icon svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: var(--primary-color);
    transition: var(--transition);
}

.produsts-services-section .excellence-cards .inspir:hover .icon {
    background-color: var(--primary-color);
}

.produsts-services-section .excellence-cards .inspir:hover .icon svg {
    fill: var(--white);
}

.devices-table {
    position: relative;
    padding: 60px 0;
}

.devices-table .image-box img {
    /* border: 2px solid var(--primary-color); */
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.devices-table table {
    border: 2px solid var(--primary-color);
    background-color: #fff;
    display: inline-table;
}

.devices-table table th {
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    font-size: 18px;
    border: 0px;
    border-bottom: 0px;
}

.devices-table table th:first-child {
    border-right: 1.5px solid;
}

.devices-table table td, th {
    border: 1.5px solid var(--primary-color);
    color: var(--black);
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

/* .text--perspective {
  perspective: 1000px; 
} */

.text--perspective .char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(-25px, -20px, -800px);
    transition: transform 0.25s ease, opacity 0.05s ease;
    transition-delay: calc(var(--char-index) * 0.05s);
}

.text--perspective .char.in {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.faq-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-around;
}

/* LEFT big circle */
.circle-containers {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 2px solid #6a1b9a;
    margin: auto;
}
/* Center text */
.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
    color: #662D91;
    border-radius: 50%;
    background-color: #2900290d;
    justify-content: center;
    align-items: center;
    height: 120px;
    display: flex;
    width: 120px;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.1);
}

.question-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    background: var(--white);
    color: var(--primary-color);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    padding: 10px;
}

.question-circle:hover,
.question-circle.active {
    background: var(--primary-color);
    color: var(--white);
}

/* RIGHT Q&A box */
.qa-box {
    width: 500px;
}

.qa {
    display: none;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px; 
    border: 1px solid #F4F4F4;
    border-left: 3px solid #CCC;
    padding: 12px 20px 12px 10px;
    border-left-color: #662D91;
    border-radius: 8px !important;
}

.qa.active {
    display: block;
}

.qa h3 {
    color: #662D91; 
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    font-family: "Lora", serif;
}
.qa ul li{
    list-style: disc !important;
}