@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --primary: #3F3EED;
    --secondary: #102A43;
}

body {
    font-family: 'Inter', sans-serif;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none; /* Prevent vertical overscroll */

}
/* General
------------------------------*/
p {
    color: #486581;
}
a {
    text-decoration: none;
}
.mt_50 {
    margin-top: 50px;
}
.btn-link {
    text-decoration: none;
    padding: 0;
}
.bg-blue {
    background-color: #07172E;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 24
} 
.btn-primary {
    padding: 11px 34px;
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 4px;
}
.primary-heading {
    color: var(--secondary);
    font-size: 50px;
    font-weight: 600;
}
.secondary-heading {
    color: var(--secondary);
    font-size: 40px;
    font-weight: 600;
}

/* Header
------------------------------*/
header {
    position: sticky;
    z-index: 99;
    top: 0;
    background: #07172E;
    padding: 10px 0;
}
header .navbar .nav-item .nav-link {
    color: white;
    padding: 10px 24px;
    font-size: 18px;
    display: flex;
    align-items: center; 
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover{
    color: #0890ec; 
}
.mobile-drop-icon {
    margin: 8px 21px 0 -21px;
    color: #fff;
}
header .navbar .has-megamenu {
    position: static; 
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
header .navbar .megamenu {
    width: 100%;
}
header .navbar .nav-item .nav-link.show span {
    rotate: 180deg;
    transition: .3s;
}
.navbar-brand img {
    width: 100%;
    max-width: 220px;
    transition: .3s;
}
.sticky .navbar-brand img {
    max-width: 150px;
}
.navbar .megamenu {
    border: 0;
    margin: 10px auto;
    border-top: 1px solid #032d6a;
    background: #0a2142;
    padding: 3rem 0;
}  
header .title {
    color: #fff;
    margin-bottom: 1.5rem;
}
.navbar .megamenu ul li a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
header .navbar .megamenu ul li a .list-icon svg {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}
header .navbar .megamenu ul li a:hover {
    color: #0890ec;
    font-weight: 500;
}
header .menu-img img {
    width: 100%;
}
header .img-megamenu ul li {
    padding: 0 15px;
}
header .img-megamenu .menu-img img {
    width: 100%; 
    border-radius: 4px;
    aspect-ratio: 4/2;
    box-shadow: 0px 2px 20px #0a58ca61;
    margin-bottom: 7px;
}
header .img-megamenu ul li a:hover img { 
    filter: brightness( 115% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ); 
}
header .navbar-toggler-icon {
    filter: invert(1);
}
header .navbar-collapse {
    margin-top: 20px;
}


/* Home Page Hero Banner
------------------------------*/
.hero-banner {
    position: relative;
    background-image: url('../images/hero-banner.jpg');
    background-repeat: no-repeat;
    background: #010B17;
}
.hero-banner video  {
    position: absolute;
    width: 100%;
}
.hero-banner h1 {
    font-size: 100px;
    font-weight: 800;
    margin: 120px 0 40px;
}
.hero-banner h1 {
    font-size: 60px;
    font-weight: 700; 
}
.hero-banner h1 span {
    font-weight: 400;
    margin-top: 30px;
    display: block;
}
.hero-banner p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 100px;
    line-height: 1.8;
}
.hero-banner:before {
    content: '';
    background-image: linear-gradient(180deg, #07172E 0%, #07172e54 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
}

/* Hero Banner Slider
------------------------------*/
.carousel-section {
    padding: 80px 0 30px;
    overflow: hidden;
}

.owl-nav {
    display: none;
}

.carousel-section .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

#owl-carousel-hero .owl-stage-outer {
    overflow: unset;
}

.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    height: 50px;
    font-size: 30px;
}

.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
}

.carousel-section h2 {
    font-size: 34px;
    text-align: left;
    font-weight: 700;
}

.carousel-container {
    max-width: 100%;
    padding-left: 115px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel button.owl-dot {
    background: #B2D7FE;
    width: 30px;
    height: 8px;
    border-radius: 10px;
    margin: 0 7px;
}
.owl-carousel button.owl-dot.active {
    background: #5C80FF;
    width: 10px;
    height: 10px;
}

.overlay-product-category {
    /* background-image: linear-gradient(180deg, #047cf600 0%, #047CF6 100%); */
    background-image: linear-gradient(180deg, #047cf600 0%, #07172eab 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border-radius: 10px;
}

.product-category img {
    border-radius: 10px;
    aspect-ratio: 3/3;
    object-fit: cover;
}

.product-category h3 {
    font-size: 26px;
    font-weight: 600;
}
.product-category a {
    position: absolute;
    inset: 0;
}
.product-category h4 {
    font-size: 18px;
    font-weight: 400;
}

 

/* Home Services
------------------------------*/
.services {
    background-image: linear-gradient(130deg, #ffffff 30%, #C5F4FF 100%);
    padding: 100px 0;
}
.services .container {
    max-width: 1418px;
}
.services .nav.nav-tabs .nav-link {width: 31.33%;}
.services-card {
    padding: 25px 20px;
    border-top: 4px solid transparent;
    box-shadow: 0 2px 15px rgba(2,59,109,.12);
    background: #fff;
    border-radius: 8px;
    margin-bottom: 24px;
}
.services .nav.nav-tabs .nav-link:first-child .services-card {border-color: #F9D957;}
.services .nav.nav-tabs .nav-link:nth-child(2) .services-card {border-color: #6936F5;}
.services .nav.nav-tabs .nav-link:nth-child(3) .services-card {border-color: #F54245;}
.services .nav.nav-tabs .nav-link:nth-child(4) .services-card {border-color: #2ABB52;}
.services .nav.nav-tabs .nav-link:nth-child(5) .services-card {border-color: #9424D7;}
.services .nav.nav-tabs .nav-link:nth-child(6) .services-card {border-color: #0084FE;}
.service-title h3 {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 600;
    min-height: 90px;
    line-height: 30px;
}
.services-card a {
    width: 33px;
    height: 33px;
    display: block;
    border: 2px solid var(--secondary);
    border-radius: 30px;
    color: var(--secondary);
    text-align: center;
    line-height: 39px;
}
.services-card a span {
    rotate: -40deg;
    font-size: 21px;
}
.service-icon {
    width: 60px;
    height: 54px;
    text-align: center;
    color: #F9D957;
    background: #fff9e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 25px;
}
.services .nav.nav-tabs .nav-link:nth-child(2) .service-icon {background-color: #f4efff; color: #6936F5;}
.services .nav.nav-tabs .nav-link:nth-child(3) .service-icon {background-color: #ffecec; color: #F54245;}
.services .nav.nav-tabs .nav-link:nth-child(4) .service-icon {background-color: #eafff0; color: #2ABB52;}
.services .nav.nav-tabs .nav-link:nth-child(5) .service-icon {background-color: #faf2ff; color: #9424D7;}
.services .nav.nav-tabs .nav-link:nth-child(6) .service-icon {background-color: #ecf6ff; color: #0084FE;}
.services .nav.nav-tabs .nav-link.active .services-card  {background-image: linear-gradient(180deg, #409AFF 0%, #0B65C9 100%);border-color: #409AFF;}
.services .nav.nav-tabs .nav-link.active .service-icon  {background-color: #fff;color: var(--secondary);}
.services .nav.nav-tabs .nav-link.active .service-title h3 {color: #fff;}
.services .nav.nav-tabs .nav-link.active .services-card a {color: #fff;border-color: #fff;margin-left: auto;}
.services .nav.nav-tabs .nav-link.active .services-card a span {rotate: 0deg};
.services .tab-content p {
    font-weight: 500;
    line-height: 1.8;
}

/* Industries
------------------------------*/
.industries {
    background-image: url(../images/bg_industries.jpg);
    background-color: #320083;
    padding: 100px 0;
    background-repeat: no-repeat;
}
.industries-container {
    background: #0E1424;
    padding: 40px;
    border-radius: 30px;
}
.industries .nav-link {
    color: #D9D9D9;
}
.industries .nav-link.disabled, .industries .nav-link:disabled {
    color: #D9D9D9;
}
.industries .nav-tabs .nav-item.show .nav-link, .industries .nav-tabs .nav-link.active {
    background: var(--primary);
    color: #fff;
    border-radius: 10px;
    border-color: var(--primary);
}
.industries .card {
    border: 4px solid #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.industries .card-img img {
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.industries .card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
}
.industries .card .btn-primary {
    padding: 8px 16px;  
    font-size: 15px;
}


/* Clients
------------------------------*/
.client-logos {
    margin: 7rem 0;
}

.intro-logos_oh {
    display: flex;
    overflow: hidden;
    padding: 3rem;
    border: 1px solid #e1e1e1;
    border-width: 1px 0 1px 0;
}

.intro-logos_w {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    animation: logoloop 90s linear infinite;
}

.intro-logos_w img {
    /* filter: invert(1); */
    width: 100%;
    height: 5rem;
    flex: 1;
    margin-left: 2rem;
    margin-right: 2rem;
    display: block;
}

@keyframes logoloop {
    0% {
        transform: translateX(0%);
    }

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


/* Footer
------------------------------*/
.footer {
    background-image: linear-gradient(180deg, #07172E 0%, #07244D 100%);
    padding: 50px 0 0px;
    position: relative;
    overflow: hidden;
}
.footer::before {
    content: '';
    background-image: url(../images/footer-bg-left.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
}
.footer-links h4 {
    font-size: 20px;
}
.footer ul li a {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.footer-bottom {
    margin-top: 30px;
}
 
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    color: #071f3f;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 16px;
}
.social-icons a:hover {
    background: #4069f7;
    color: #fff;
}



/* Contact Us Page
------------------------------*/
.contact-us {
    position: relative;
    background: #f7f6fa;
    padding: 120px 0;
}
.contact--info-area {
    position: relative;
    margin-right: 40px;
}
.contact--info-area h3 {
    font-size: 30px;
    color: #2c234d;
    font-weight: 800;
    line-height: 0.8;
    margin-bottom: 16px;
}
.contact--info-area > p {
    color: #686875;
    line-height: 24px;
    border-bottom: 1px solid #e5e4ed;
    margin-bottom: 33px;
    padding-bottom: 25px;
}
.single-info {
    position: relative;
    margin-bottom: 37px;
}
.single-info h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c234d;
}
.single-info p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #686875;
    margin: 0;
    padding-left: 32px;
}
.single-info p i {
    font-size: 16px;
    line-height: 22px;
    color: #2b70fa;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 43px 50px 65px;
    box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.06);
}
.contact-form .form-control {
    background: #f5f5f7;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.contact-form h4 {
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 700;
}
.contact-form p {
    font-size: 16px;
    color: #686875;
    line-height: 26px;
    position: relative;
    z-index: 3;
    margin: 0 0 41px;
}
.contact-form textarea {
    height: 220px;
    resize: none;
    line-height: 30px;
    padding-top: 14px;
}



/* Digital Card Page
------------------------------*/
.digital-card-area {
    max-width: 767px;
    margin: 0 auto;
    position: relative;
}
.digital-card-area .qr-icon {
    width: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.digital-card-profile {
    background: #07172E;
    padding: 50px 0 60px;
    text-align: center; 
}
.digital-card-profile img {
    width: 100px
}
.digital-card-profile h2 {
    color: #a88e5f;
    margin: 20px 0 5px;
    font-size: 26px;
}
.digital-card-profile .designation {
    color: #a88e5f;
    margin: 0;
    font-size: 16px;
}
.digital-card-address {
    padding: 0 20px;
}

.digital-card-address-icon {
    margin-top: -25px;
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin-bottom: 30px;
}
.digital-card-address-icon span {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #a86e3b;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.digital-card-area .btn-save-contact {
    padding: 11px 14px;
    background: #3f3eed;
    border-color: #3f3eed;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto 20px;
    display: block;
    width: 191px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}
.digital-card-address h3 {
    font-size: 18px;
    text-align: center;
    margin: 40px 0 10px;
    font-weight: 700;
}
.digital-card-social-icons {
    display: flex;
    justify-content: center;
}
.digital-card-social-icons a {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 22px;
    background: #0d6efd;
}
.digital-card-social-icons a:last-child {
    margin-right: 0;
}
.digital-card-social-icons a.twitter {
    background: #1da1f2;
}
.digital-card-social-icons a.google-plus {
    background: #d74e3e;
}
.digital-card-social-icons a.skype{
    background: #00aae8;
}

/* Product Page
------------------------------*/  
.inpagenavigation {
    background: #11376f;
    padding: 10px 0;
    top: 75px ;
    position: sticky;
    z-index: 9;
} 
#pageSelect {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
} 
.inpagenavigation .btn-primary {
    padding: 8px 16px; 
} 
.inner-banner {
    background-image: linear-gradient(180deg, #07172E 0%, #07244D 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.inner-banner::before {
    content: ''; 
    background-image: url(../images/42.png);
    background-image: url(../images/banner-abstract.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
}
.inner-banner:after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: radial-gradient(at center right, #2173FF5C 0%, #2173FF00 44%);
}
.product-introduction {
    padding: 100px 0;
}
.big-para {
    line-height: 1.75em;
    font-size: 22px;
}

 
.product-benefits .custom-container {
    background: #eff7fe;
    padding: 70px 30px;
    margin-bottom: 100px;
    border-radius: 20px;
}
.product-benefits .card {
    background-color: #ffffff;
    background-image: url(../images/card-abstract.png);
    background-size: cover;
    padding: 40px;
    min-height: 230px;
    box-shadow: 0px 20px 40px 0px rgba(63.99999999999993, 71.99999999999993, 81.99999999999991, 0.1);
    border: 0;
    height: 100%;
}
.product-benefits .card h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.gallery-card {
    overflow: hidden;
    border-radius: 15px;
}
.gallery-card .gallery-thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gallery-card .gallery-thumb img {
    aspect-ratio: 7 / 4;
    object-fit: cover;
    width: 100%;
}
.gallery-card .gallery-thumb::before {
    position: absolute;
    left: 0;
    bottom: -100px;
    content: "";
    height: 50%;
    width: 100%;
    background: #0058d6;
    transform: skewY(42deg);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-card .gallery-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 230px;
    width: 100%;
    background: var(--bg-gradient);
    transform: skewY(42deg);
    transition: all 0.35s ease-in-out;
    opacity: 0;
}
.gallery-card:hover .gallery-thumb::before {
    height: 200%;
    bottom: 0;
    opacity: 0.7;
    visibility: visible;
}
.gallery-card:hover .gallery-thumb::after {
    top: 100%;
    opacity: 0.6;
    background: #525ffc;
}
.gallery-card .gallery-thumb a {
    position: absolute;
    left: 60px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-image: linear-gradient(90deg, #7a42ff 20%, #0890ec 100%);
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.gallery-card:hover .gallery-thumb a {
    left: 30px;
    opacity: 1;
    visibility: visible;
}
.gallery-card .content {
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 15px 15px;
}
.gallery-card .content {
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 15px 15px;
}
.gallery-card .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-industries {
    background: rgb(7 23 46);
    padding: 100px 0; 
    margin: 100px 0 0;
}
.product-industries .card {
    display: table;
    height: 100%;
}
.product-industries .card .card-body {
    display: table-row;
    height: 100%;
}
.product-industries .card .card-body .card-helper {
    display: table;
    height: 100%;
    padding: 20px 15px;
}
.product-industries .card .card-body p {
    display: table-row;
    height: 100%; 
}

.product-resources {
    background: #eff7fe;
    padding: 100px 0;
} 
.product-resources .card {
    display: table;
    height: 100%;
    padding: 30px;
}
.product-resources .card .card-helper {
    display: table;
    height: 100%;
}
.product-resources .card .card-helper p {
    display: table-row;
    height: 100%;
}
.product-resources .card .btn-link { 
    margin-top: 20px ;
}


/* About Page
------------------------------*/ 
.blend-banner {
    background-image: url("../images/fp-about-banner02.jpg");
    background-color: #284266;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 140px 0;
}

.blend-banner::before {
    content: none;
}

.about-banner {
    /* background: url("../images/fp-about-banner02.jpg"); */
    padding: 140px 0;
}
.about-banner img {
    border-radius: 20px;
    height: 370px;
    width: 90%;
    object-fit: cover;
    box-shadow: #2173ff38 0px 48px 100px 0px;
}
.vision-mission {
    padding: 120px 0;
    background-image: linear-gradient(130deg, #ffffff 30%, #C5F4FF 100%);
}
.vision-mission .card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0;
    padding: 30px;
    box-shadow: 0px 4px 20px 5px rgba(0,0,0,0.03);
    background-image: url(../images/card-abstract.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 60%;
    border-top: 5px solid #f9d957;
}
.vision-mission .card-border-top:first-child {
    border-color: #6936f5;
}
.vision-mission .card-border-top:nth-child(2) {
    border-color: #8bc34a;
}
.vision-mission .card .icon img {
    width: 80px;
}
.vision-mission .card h3 {
    color: #161313;
    font-size: 24px;
    margin-bottom: 15px;
}
.vision-mission .card p {
    color: rgb(0 0 0 / 70%);
}
.about-us-prodcut {
    background: #f3f6fd;
    padding: 120px 0;
}
.detailing-product-tabs .nav-tabs {
    background: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 40px;
    justify-content: space-between;
}
.detailing-product-tabs .nav-tabs .nav-item button {
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    border-radius: 10px;
    transition: .5s;
    padding: 15px 20px;
    display: block;
}
.detailing-product-tabs .nav-tabs .nav-item button.active {
    background: var(--primary);
    color: #ffffff;
    transition: .0s;
}
.detailing-product-tabs .card {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    border: 0;
}
.detailing-product-tabs .content-box h3 { 
    font-size: 24px;
    line-height: 1.1;
    background: #f3f6fd;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 24px;
}
.detailing-product-tabs .content-box h3 .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.detailing-product-tabs .content-box h3 .icon img {
    width: 20px;
    display: block;
}


/* Platform and Solutions Page
------------------------------*/ 
.inner-banner-white {
    overflow: hidden;
}
 
.welcome-platform {
    background-image: linear-gradient(177deg, #eff7fe, transparent 40%);
    padding: 100px 0 60px;
}
.welcome-platform .bg_info {
    background: rgb(57 186 246 / 11%);
    border-radius: 16px;
    padding: 3rem;
    position: relative;
    overflow: hidden; 
}
.welcome-platform ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #6b7989;
    font-size: 15px;
}
.welcome-platform ul li i {
    min-width: 16px;
    height: 16px;
    margin-right: 12px;
    background: #39baf6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    top: 5px;
    position: relative;
}
.welcome-platform h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.welcome-badge {
    background-image: linear-gradient(to right, #80f 0, #22f 50%, #00b3e3 100%);
    color: #fff;
    height: 230px;
    width: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: -40px;
    background: #22f;
}
.welcome-badge:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: url('https://copygen.themenio.com/assets/images/pattern/dot-a.png');
    width: 100%;
    height: 100%;
    filter: invert(1);
    background-size: 30px 30px;
    background-position: center;
}
.welcome-badge h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-top: 30px;
}

.welcome-badge span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.detailing-product-tabs-icon .nav-tabs {
    background: transparent; 
    padding: 0; 
}
.detailing-product-tabs-icon li.nav-item {
    display: flex;
    flex-grow: 1;
    padding: 0 5px;
}

.detailing-product-tabs-icon .nav-tabs .nav-item button svg {
    height: 26px;
    width: auto;
    display: flex;
    flex-basis: 100%;
    margin-bottom: 8px;
}
.detailing-product-tabs-icon .nav-tabs .nav-item button {
    border: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    padding: 12px 14px 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: white;
    white-space: nowrap;
    flex-grow: 1;
}
.industries-slider .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.industries-slider .owl-nav .owl-prev { 
    left: -60px;
    position: relative;
}
.industries-slider .owl-nav .owl-next {
    float: right;
    right: -60px;
    position: relative;
}
.industries-slider .owl-carousel .owl-nav .owl-next, 
.industries-slider .owl-carousel .owl-nav .owl-prev {
    border: 1px solid var(--primary); 
    color: var(--primary); 
} 
.industries-slider .owl-carousel .owl-nav .owl-next:hover, 
.industries-slider .owl-carousel .owl-nav .owl-prev:hover {
    border: 1px solid var(--primary); 
    color: #fff;
    background-color: var(--primary);
}


/* Artificial Intelligence Page
------------------------------*/ 
.video-banner { 
}
.video-banner video {
    width: 100%;
    height: calc(100vh - 95px);
    object-fit: cover;
}
.video-bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #410aa736;
    background-image: radial-gradient(at top center, #0A011833 16%, #08174f 67%);
    background-image: linear-gradient(180deg, #07172E 0%, #07172e54 100%);
}
.video-bg-content {
    position: absolute;
    max-width: 1050px;
    text-align: center;
}
.video-bg-content h1 {
    color: #fff;
    font-size: 90px;
}
.wrap-dark-bg {
    background-color: #0a0b20;
    overflow: hidden;
    background-image: url("../images/wrap-bg.png");
    background-size: cover;
    background-color: #051122;
}
.ai-case-studies {
    padding: 50px 0 0;
}
.service_item {
    background-color: #1E293B;
    padding: 40px 40px 40px 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    background-color: #ffffff0d;
    transform-style: preserve-3d;
    border: 1px solid #272727;
    border-color: #bf94f633; 
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(160deg, rgba(225, 202, 255, .05), rgba(56, 48, 227, .05));
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.service_item:hover, .service_item:active {
    background: linear-gradient(50deg, #324DF6 7.14%, #324DF6 7.15%, #667DFA 91.6%);
    background: linear-gradient(42deg, #0e17ff 0%, #ff00b7 102.5%);
}
.service_item:hover .service_icon img {
    filter: brightness(0%);
}
.service_icon {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 100px;
    background: #343E4F;
    box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.14) inset;
    padding: 20px;
}
.service_item:hover {
    box-shadow: rgb(227 3 191 / 20%) -10px 10px, rgb(223 3 193 / 19%) -20px 20px;
    box-shadow: rgb(39 21 248 / 20%) -10px 10px, rgb(32 21 249 / 19%) -20px 20px;
    transform: rotate3d(0.5, 1, 0, 8deg);
} 
.service_item:hover .service_icon {
    background: #fff;
}
.service_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(82%) saturate(2%) hue-rotate(9deg) brightness(109%) contrast(101%);
    width: 100%;
}
.service_icon::after {
    position: absolute;
    top: -7px;
    right: -45px;
    width: 80px;
    height: 80px;
    content: "";
    background-image: url(../images/border-line.png);
    background-repeat: no-repeat;
}
.service_number span {
    color: #343E4F;
    font-size: 60px;
    font-weight: 600;
}
.service_item h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 25px 0px 10px 0px;
}   
.service_item p {
    color: #BBBFC4;
    font-size: 14px;
    padding-bottom: 25px;
}
.service_item:hover .service_number span,
.service_item:hover p {
    color: #fff;
}
.service_item a { 
    font-size: 15px;
    border: 1px solid #2196F3;
    color: #2196F3;
    padding: 10px 20px;
    border-radius: 30px;
}
.service_item:hover a {
    background-color: #fff;
}
.ai-services {
    padding: 100px 0;
    perspective: 1000px;
}
.ai-services h2 {
    font-size: 50px;
    color: #fffc;
    font-weight: 600;
    margin-bottom: 80px;
}  
.ai-services .service_icon {
    background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 
  40%, #e5e5e5 48%);
  background: linear-gradient(120deg, rgb(255 255 255 / 9%) 30%, rgb(240 240 240 / 50%) 38%, rgb(240 240 240 / 50%) 40%, hsl(0deg 0% 100% / 14%) 48%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: load89234 2s infinite;
}
@keyframes load89234 {
    100% {
      background-position: -100% 0;
    }
  }
.ai-services .row > div:nth-child(1) .service_icon {
    background-color: #f54245;
    box-shadow: 0 15px 15px rgba(239,66,70,.3);
}
.ai-services .row > div:nth-child(2) .service_icon {
    background-color: #0084fe;
    box-shadow: 0 15px 15px rgba(0,132,154,.3);
}
.ai-services .row > div:nth-child(3) .service_icon {
    background-color: #2abb52;
    box-shadow: 0 15px 15px rgba(0,132,154,.3);
}
.ai-services .row > div:nth-child(4) .service_icon {
    background-color: #9424d7;
    box-shadow: 0 15px 15px rgba(147,38,214,.3);
}
.ai-services .row > div:nth-child(5) .service_icon {
    background-color: #E91E63;
    box-shadow: 0 15px 15px rgb(233 30 99 / 30%);
}
.ai-services .row > div:nth-child(6) .service_icon {
    background-color: #FF9800;
    box-shadow: 0 15px 15px rgb(255 152 0 / 30%);
}
.ai-services .row > div:nth-child(7) .service_icon {
    background-color: #FF5722;
    box-shadow: 0 15px 15px rgb(255 87 34 / 30%);
}
.ai-services .row > div:nth-child(8) .service_icon {
    background-color: #009688;
    box-shadow: 0 15px 15px rgb(0 150 136 / 30%);
}
.ai-services .service_item:hover div.service_icon {
    background-color: #fff;
}

.ai-services2 {
    background-image: url(../images/background_landing_01.jpg);
    background-image: url(https://aiko.bold-themes.com/main-demo/wp-content/uploads/sites/4/2023/11/hero_about_me.jpg);
    background-size: cover;
}
.ai-services2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(35px);
    z-index: -1;
}
/* .ai-services2 .service_item {
    background: #fff;
} */
.ai-services2 .service_item p {
    color: #121315; 
}
.ai-services2 .service_item:not(:hover) {
    background: #fff;
}
.ai-services2 .service_item:hover h3,  
.ai-services2 .service_item:hover p {
    color: #fff;
}

/* Extra css
------------------------------*/ 
.ai-services2 .service_item:not(:hover) {
    background: #00000080;
    background-color: rgba(51, 51, 51, 0.6);
    backdrop-filter: blur(20px);
    padding: 20px;
}
.ai-services2 .service_item h3,
.ai-services2 .service_item p {
    color: #fff;
}
/* Extra css
------------------------------*/ 

/* Products Page
------------------------------*/ 
.in-ban-pad {
    padding: 100px 0;
}
.product-v1 .welcome-platform .bg_info { 
    padding: 5rem 4rem;
    background-color: #7c41ff;
    background-image: url("../images/intro-layer.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-v1  .welcome-platform h2 {
    font-size: 34px;
    margin-bottom: 20px;
}
.product-v1  .welcome-platform p {
    font-size: 20px;
}
.prodcut-solutions .card {
    background-color: rgb(229 245 255);
    background-image: url("../images/card-abstract.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    padding: 3rem;
    margin-bottom: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.prodcut-solutions .card:hover {
    box-shadow: rgb(86 93 252 / 50%) 0px 18px 50px -10px;
    background: #565dfc;
}
.prodcut-solutions .card:hover * {
    color: #fff;
}
.prodcut-solutions .card img {
    max-width: 260px;
    width: 100%;
    margin: 0 auto 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.prodcut-solutions .card:hover img {
    transform: scale(1.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.ind-card-slider.bg-blue {
    background-color: #051122;
}
.ind-card-slider:after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: radial-gradient(at center center, #2173FF5C 0%, #2173FF00 44%);
}
.ind-card-slider .card img {
    max-width: 270px;
    margin: 0 auto;
}
.ind-card-slider .card {
    padding: 30px;
    border: 1px solid #272727;
    border-color: #bf94f633;
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(160deg, rgba(225, 202, 255, .05), rgba(56, 48, 227, .05));
}
.ind-card-slider .card h4 {
    color: #fff;
}
.ind-card-slider .card p {
    color: #ffffffc7;
    font-weight: 300;
    font-size: 15px;
}

.faq {
    background-color: #eff7fe;
    padding: 100px 0;
}
.faq .accordion-item {
    border: 0;
    margin-bottom: 20px;
    border-radius: 12px;
}
.faq .accordion-button { 
    overflow: hidden;
    padding: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    background: #fff; 
    box-shadow: none;
}
.faq .accordion-body {
    padding: 0 32px 12px;
}

.product-v2 p {
    color: #a9a7b0;
}
.pro-row-padd {
    padding-bottom: 100px;
}
.pv-card {
    padding: 3rem 1.5rem;
    height: 100%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.pv-card img {
    max-width: 80px; 
}
.pv-card h3 {
    font-size: 25px;
    margin: 20px 0 15px;
}
.pv-card:hover {
    background-color: #6600ff;
    -webkit-box-shadow: 0 5px 30px rgb(102 0 255 / 30%);
    -ms-box-shadow: 0 5px 30px rgb(102 0 255 / 30%);
    box-shadow: 0 5px 30px rgb(102 0 255 / 30%);
}
.pv-card:hover img {
    filter: brightness(0) invert(1);
}
.pv-card:hover p {
    color: #fff;
}
  
/* ---- Start Particles.js container ---- */
  .particles-wrap {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_extra.jpg");
    background-color: #0a0e1b;
    overflow: hidden;   
  }

  #particles-js {  
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .particles-wrap canvas {
    display: block;
    vertical-align: bottom;
}
  
  /* ---- stats.js ---- */
  
  .count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  
  .js-count-particles{
    font-size: 1.1em;
  }
  
  #stats,
  .count-particles{
    -webkit-user-select: none;
  }
  
  #stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  .count-particles{
    border-radius: 0 0 3px 3px;
  }
  /* ---- End Particles.js container ---- */
