/*!
Theme Name: Apurva.ai
Theme URI: 
Author: Shrinivas Naik
Author URI: 
Description: Custom WordPress theme for Apurva.ai
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apurva-ai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Index
-----
1. WordPress Core

*/



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

input:focus-visible{
    outline: none;
}
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.gallery-item img{
    margin: auto;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media(max-width:500px) {
    .gallery-item {
        max-width: 100% !important;
        width: 100% !important;

    }
}

/* Globlal Styles */
body {
	font-family: "Poppins", sans-serif;
    font-size: 17px;
    background-color: #fff;
    overflow-x: hidden;
	color: #05020D;
    min-height: 100vh;
}
html{
	overflow-x: hidden;
}
p {
	margin-bottom: 0;
}

.button,
.btn {
    border: 1px solid #501ECC;
    font-size: 16px;
    color: rgba(255, 255, 255, 1) !important;
    background: #501ECC;
    font-weight: 500;
    padding: 10px 20px;
    letter-spacing: 1px;
	border-radius: 100px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.button:hover,
.btn:hover,
.btn:active {
    border: 1px solid #280F66 !important;
    background: #280F66 !important;
    color: #fff !important;
}

.button:focus,
.btn:hover {
    text-decoration: none;
    border: 1px solid #280F66;
    background: #280F66;
    color: #fff !important;
}

.button:disabled,
.btn:disabled {
    border: 1px solid #E0D3FF;
    color: rgba(255, 255, 255, 1) !important;
    background: #E0D3FF;
}
.btn-outline{
    border: 1px solid #6526FF;
    background: transparent;
    color: #6526FF !important;
} 

a{
    color: #6526FF;
}
a:hover{
    color: #280F66;
}

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
::selection {
  background-color: #FCAF17; 
}

::-moz-selection {
  background-color: #FCAF17;
}

.fw-la-section{
    /* margin-left: calc((100% - 1320px) / 2); */
    width: 100%;
}

/* SwiperJS global styles */
.swiper-pagination-bullet{
    height: 8px;
    width: 8px;
    background-color: #FCAF17;
    opacity: 0.2;
}
.swiper-pagination-bullet-active{
    color: #FCAF17;
    opacity: 1;
}
.apurva-swiper-navigation{
    position: relative;
    width: 150px;
}
.apurva-swiper-control-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
}
.apurva-swiper-pagination{
    display: flex;
    flex: 200px 1 0;
}
.apurva-swiper-navigation{
    display: flex;
    flex: 140px 0 1;
}
.apurva-swiper-navigation .swiper-button-next,
.apurva-swiper-navigation .swiper-button-prev{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #6526FF;
    border: 1px solid rgba(5, 2, 13, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.apurva-swiper-navigation .swiper-button-next:not(.swiper-button-disabled):hover ,
.apurva-swiper-navigation .swiper-button-prev:not(.swiper-button-disabled):hover{
    background-color: #280F66;
}
.apurva-swiper-navigation .swiper-button-next img,
.apurva-swiper-navigation .swiper-button-prev img{
    height: 16px;
    width: 16px;
}
.apurva-swiper-navigation .swiper-button-next::after,
.apurva-swiper-navigation .swiper-button-prev::after{
    display: none;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
    background: #FFFFFF;
    border: 1px solid rgba(5, 2, 13, 0.15);
    opacity: 1;
}
.swiper-button-next.swiper-button-disabled img, 
.swiper-button-prev.swiper-button-disabled img{
    filter: brightness(0) saturate(100%);
}
.apurva-swiper-progressbar-wrapper{
    width: 100%;
    position: relative;
    margin-top: 3.5rem;
    display: flex;
    justify-content: end;
}
.apurva-swiper-progressbar-wrapper .swiper-pagination{
    max-width: 301px;
}
.apurva-swiper-progressbar-wrapper .swiper-pagination-progressbar{
    background: #FEEFD0;
    height: 7px;
    border-radius: 20px;
    overflow: hidden;
    left: auto;
}
.apurva-swiper-progressbar-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #FCAF17;
}

/* Modal global styles */
.modal-content{
    background: #FEF7E7;
    border-radius: 30px;
    padding: 1rem;
    padding-top: 0;
}
.modal-header {
    border-bottom: 1px solid #fcaf176e;
}
.modal-header .btn-close{
    border-radius: 50%;
    background: #E0D3FF;
    opacity: 100%;
}
.modal-header .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236526FF'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: center;
}

/*Shimmer*/
.shimmer {
	background-color: #ebebeb; /* Light gray */
    border-radius: 8px;
    position: relative; /* Needed for the animation */
    overflow: hidden; /* Hide overflow from the shimmer effect */
}
.shimmer-text {
    width: 100%;
    height: 25px; /* Example line height */
    margin-bottom: 25px;
}
.shimmer::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
      );
      transform: translateX(-100%);
      animation: shimmeranim 1.1s infinite;
}
@keyframes shimmeranim {
	100% {
        transform: translateX(100%);
    }
}

/* Accordion global style */
.apurva-accordion .e-n-accordion-item-title-icon{
    background: #E0D3FF;
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.form-control:focus {
    box-shadow: none;
}

.wpcf7-form label{
    display: flex;
    align-items: center;
    gap: 8px;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important; 
}

/* Pagination global style */
.blog-pagination .navigation {
    /* margin-bottom: 80px; */
    display: flex;
    justify-content: center;
}
.blog-pagination .navigation ul{
    padding: 0;
}
.blog-pagination .navigation li a,
.blog-pagination .navigation li.disabled {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: #828086;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50%;
    /* border: 1px solid #6526FF; */
    box-shadow: 0 0 0 0.25px #6526FF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    

}
.blog-pagination .navigation li {
    display: inline-block;
    margin: 5px;
}
.blog-pagination .navigation li a:hover{
    background: #6526FF;
    border: 1px solid #6526FF;
    color: #FFFFFF !important;
}
.blog-pagination .navigation li.active a{
    background: #6526FF;
    border: 1px solid #6526FF;
    color: #FFFFFF !important;
    
}
.blog-pagination .navigation .nextpage a,
.blog-pagination .navigation .prevpage a{
    background-color: transparent;
    border: 1px solid #6526FF;
}
.blog-pagination .navigation .nextpage a:hover,
.blog-pagination .navigation .prevpage a:hover{
    background-color: #6526FF;
}
.blog-pagination .navigation .nextpage a:hover img,
.blog-pagination .navigation .prevpage a:hover img{
    filter: brightness(0) invert(1);
}
.blog-pagination .navigation .nextpage img,
.blog-pagination .navigation .prevpage img{
    height: 12px;
    /* margin-left: 1px; */
}

/* header */
.header-wrapper{
    background: #FFFFFF;
    background: linear-gradient(148deg, rgba(255, 255, 255, 1) 0%, rgba(254, 247, 231, 1) 100%);

    z-index: 999;
    left: 0;
    right: 0;
    position: absolute;
}
.menu-wrapper {
/*     background-color: transparent;
    z-index: 999;
    left: 0;
    right: 0;
    position: absolute; */
}

.collapse-inner{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 30px;
    margin-left: 20px;
}
.mobile-navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#navbarSupportedContent{
    flex-shrink: 0;
}
.nav-link {
    display: flex;
    align-items: center;

    color: #1A1A1A;
    font-size: 18px;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 24px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.primarymenu > li:not(:last-child){ 
    padding-left: 0rem !important;
    padding-right: 2.5rem !important;
}
.navbar-nav .nav-link.active{
    font-weight: 600;
    color: #6526FF;
}
.navbar-nav .nav-link.show {
    color: #6526FF;
}
.nav-link:focus, .nav-link:hover {
    font-weight: 400;
    color: #6526FF;
}
.navbar-nav .nav-link.active::before{ 
    content: '';
    margin: auto;
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    height: 3px;
    width: 24px;
    background-color: #FFFBEB;
    transform-origin: right top;
}
/* ul.dropdown-menu {
    background: #FFFFFF;
    margin-top: 0px !important;
    min-width: 180px;
    border-radius: 8px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 10px !important;
    overflow: hidden;
} */
a.dropdown-item {
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* .dropdown-item.active, .dropdown-item:active{
    background-color: #254D36;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #254D36;
    color: #fff;
} */
a.dropdown-item:hover{
    /* padding-left: 60px; */
}
a.dropdown-item:hover::before{
    opacity: 1;
    left: 30px;
}
.dropdown-toggle::after {
    background-image: url(images/arrow-down.svg);
    height: 5px;
    width: 10px;
    background-size: cover;
    border: 0;
    margin-left: 14px;
}
.navbar-scroll{
    position:fixed;
    top:0;
    left:0;
    /* padding-right: 6vw;
    padding-left: 6vw; */
    width:100%;
    height: auto;
    z-index: 999;
    background-color: #fff;
    transition:0.5s;
    animation:scroll 0.5s 1;
    /* backdrop-filter: blur(10px); */
}

@keyframes scroll{
    0%{transform:translateY(-100%);}
    100%{transform:translateY(0%);}
}

/* Mega menu */
.primarymenu .dropdown-menu{
    background-color: #FEF7E7;
    padding: 1.3rem 2rem !important;
    border-radius: 32px;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); */
    box-shadow: 0px 25px 15px -12px rgb(250 193 164 / 17%);
    margin-top: 10px !important;

    transform: translateY(30px);
    opacity: 0;


    transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.primarymenu .show.dropdown-menu{
    transform: translateY(0px);
    opacity: 1;
    /* border-radius: 32px !important; */
    width: 100%;
}
.primarymenu .dropdown-menu-inner{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}
.primarymenu .dropdown-menu .dropdown-item-link {
    text-decoration: none;
    color: #05020D;
}
.primarymenu .dropdown-menu .dropdown-menu-item {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.primarymenu .dropdown-menu .dropdown-menu-item .dropdown-menu-img img{
   height: 70px;
    width: 70px;
}
.primarymenu .dropdown-menu .dropdown-menu-item .dropdown-menu-title{
    font-weight: 500;
}
.primarymenu .dropdown-menu .dropdown-menu-item p{
    font-size: 16px;
    color: #05020D;
    line-height: 1.5rem;
    margin-top: 1rem;
}

@media(min-width:576px) {
    /* Show dropdown menu on hover */
    .dropdown-menu{
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px); /* Initial position (start slightly below) */
        transition: all 0.3s ease; /* Transition for all changes */
        left: 0;
        width: 100%;
    }   
    .dropdown:hover .dropdown-menu{
        visibility: visible;
        opacity: 1;
        transform: translateY(0); /* Final position (original spot) */
        /* left: 0;
        width: 100%; */
    }
}

/* Homepage */
/* Why Apurva Section */
.home-hero{
	background-image: url('images/home-hero-bg-min.jpg');
	background-repeat: no-repeat;
    background-position-y: -28rem;
	background-position-x: -10rem;
}
.whyApurvaSwiper h3{
    color: #05020D;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.4rem;
}
.whyApurvaSwiper p{
    color: #05020D;
    font-size: 18px;
    text-align: center;
    line-height: 1.8rem;
}

/* Founder's note section */
#foundersNoteBtn .elementor-button {
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* apurva drawer */
.apurva_drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 9;
}
.apurva_drawer-menu {
	position: fixed;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 85vh;
	background: #F7F7F7;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -4px 20px rgb(129 129 129 / 30%);
	transition: bottom 0.4s ease;
	overflow-y: auto;
	touch-action: none;
	z-index: 999;
	padding: 15px;
    /* display: none; */

	-moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.apurva_drawer-handle {
	width: 60px;
	height: 6px;
	background: #2C2C2C;
	border-radius: 3px;
    margin: 30px auto 0 auto;
	cursor: grab;
	transition: background 0.2s;
}
.apurva_drawer-handle:active {
	cursor: grabbing;
	background: #888;
}
.apurva_drawer-content {
	/* padding: 20px; */
	/* position: relative; */
	overflow: auto;
}
.apurva_drawer-close-btn {
	position: absolute;
	top: 12px;
	right: 16px;
	cursor: pointer;
	background-size: 42%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236526FF'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
	height: 44px;
    width: 44px;
    border: 0;
	z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-color: #E0D3FF;
    opacity: 100%;
}
/* Scrollbar track (the background) */
.apurva_drawer-menu::-webkit-scrollbar-track {
  background: #E0D3FF;
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable handle) */
.apurva_drawer-menu::-webkit-scrollbar-thumb {
  background: #501ECC;
  border-radius: 10px;
}

/* Scrollbar thumb on hover */
.apurva_drawer-menu::-webkit-scrollbar-thumb:hover {
  background: #501ECC;
}

/* What we offer */
.what-we-offer-section{
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 247, 231, 1) 29%, rgba(245, 147, 100, 1) 75%);
}
.productsSwiper .swiper-slide {
    width: auto;
}
.productsSwiper .swiper-slide{
    height: auto;
}
.our-product-card{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(252, 175, 23, 0.25);

    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 395px;
}
.our-product-card .our-product-card-img{
    width: 180px;
    height: 180px;
    margin-bottom: 2rem;
}
.our-product-card h3{
    color: #0C0502;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 14px;
}
.our-product-card h3 .title-last-word{
    color: #F26522;
    text-transform: uppercase;
}
.our-product-card h5{
    color: #FCAF17;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
.our-product-card p{
    color: #05020D;
    font-size: 16px;
}

/* Testimonials */
.testimonialSwiper .swiper-slide{
    height: auto;
}
.testimonial-card{
    background-color: #FEF7E7;
    padding: 2.5rem;
    border-radius: 30px;
    height: 100%;
}
.testimonial-card .testimonial-img{
    width: 184px;
    height: 75px;
    margin-bottom: 4rem;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.testimonial-card .testimonials-content {
    color: #05020D;
    font-size: 18px;
    margin-bottom: 3rem;
}
.testimonial-card h5 {
    color: #F7941D;
    font-weight: 600;
    font-size: 16px;
}
.testimonial-card span {
    color: #05020D;
    font-size: 16px;
}
.testimonial-card .testimonial-viewmore {
    color: #6526FF;
    font-size: 16px;
}
.testimonial-card .testimonial-viewmore:hover {
    color: #280F66;
}
#testimonialModal .testimonial-name {
    color: #F7941D;
    font-weight: 600;
    font-size: 16px;
}
#testimonialModal .testimonial-designation {
    color: #05020D;
    font-weight: 400;
    font-size: 16px;
}
#testimonialModal .testimonial-content{
    font-size: 18px;
    max-height: 400px;
    overflow: auto;
}
#testimonialModal .testimonial-content::-webkit-scrollbar {
  width: 5px; /* Width of the vertical scrollbar */
}
/* Scrollbar track (the background) */
#testimonialModal .testimonial-content::-webkit-scrollbar-track {
  background: #E0D3FF;
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable handle) */
#testimonialModal .testimonial-content::-webkit-scrollbar-thumb {
  background: #501ECC;
  border-radius: 10px;
}

/* Scrollbar thumb on hover */
#testimonialModal .testimonial-content::-webkit-scrollbar-thumb:hover {
  background: #501ECC;
}

#testimonialModal .testimonial-img{
    border-radius: 10px;
    height: 75px;
    width: 184px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Ecosystem */
.ecosystemSwiper .ecosystem-logo{
    height: 100px;
    background-color: #fff;
    border-radius: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    height: 85px;
    width: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ecosystemSwiper .ecosystem-logo img{
    object-fit: contain;
}
.ecosystemSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}


/* About Us */
/* Our team */
.teamSwiper .swiper-slide {
    width: auto;
}
.team-card{
    width: 340px;
    height: 430px;
    position: relative;
    overflow: hidden;
}
.team-card .team-card-img{
    width: inherit;
    height: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.team-card .team-card-shape{
    mask-image: url('images/team-mask.png');
    width: inherit;
    height: inherit;
    mask-size: 100%;
}
.team-card .team-info{
    position: absolute;
    bottom: 15px;
    width: 85%;
    padding: 1.5rem;
    z-index: 2;
}
.team-card .team-info h3{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 3px;
}
.team-card .team-info p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.team-card .team-card-shape::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/team-card-overlay-min.png');
    z-index: 1;
}
.team-card .team-content-toggle{
    background-color: #E0D3FF;
    height: 34px;
    width: 34px;
    position: absolute;
    bottom: 3.5rem;
    right: 2rem;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-card .team-content-toggle img{
    width: 16px;
    height: 16px;
}
.team-card .team-content-toggle:hover{
    background-color: #280F66;
}
.team-card .team-content-toggle:hover img{
    filter: brightness(0) invert(1);
}
.team-linkedin{
    position: absolute;
    top: 1rem;
    right: 1rem;
}
#teamModal .team-modal-img{
    border-radius: 18px;
}
#teamModal .team-modal-title{
    font-size: 20px;
    color: #504D55;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
#teamModal span{
    color: #504D55;
    font-size: 16px;
    display: block;
    margin-bottom: 1.5rem;
}
#teamModal .team-modal-content p{
    color: #504D55;
    font-size: 18px;
}
#teamModal .modal-content {
    background: #FFF;
}
/* Advisor */
.advisorSwiper .swiper-slide {
    width: auto;
}
.advisor-card{
    width: 340px;
    height: 430px;
    position: relative;
    overflow: hidden;
}
.advisor-card .advisor-card-img{
    width: inherit;
    height: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.advisor-card .advisor-card-shape{
    mask-image: url('images/team-mask.png');
    width: inherit;
    height: inherit;
    mask-size: 100%;
}
.advisor-card .advisor-info{
    position: absolute;
    bottom: 15px;
    width: 85%;
    padding: 1.5rem;
    z-index: 2;
}
.advisor-card .advisor-info h3{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 3px;
}
.advisor-card .advisor-info p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.advisor-card .advisor-card-shape::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('images/advisor-card-overlay-min.png'); */
    z-index: 1;
    background: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69%, rgba(31, 31, 31, 0.8) 100%);
}
.advisor-card .advisor-content-toggle{
    background-color: #E0D3FF;
    height: 34px;
    width: 34px;
    position: absolute;
    bottom: 3.5rem;
    right: 2rem;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.advisor-card .advisor-content-toggle img{
    width: 16px;
    height: 16px;
}
.advisor-card .advisor-content-toggle:hover{
    background-color: #280F66;
}
.advisor-card .advisor-content-toggle:hover img{
    filter: brightness(0) invert(1);
}
.advisor-linkedin{
    position: absolute;
    top: 1rem;
    right: 1rem;
}
#advisorModal .advisor-modal-img{
    border-radius: 18px;
}
#advisorModal .advisor-modal-title{
    font-size: 20px;
    color: #504D55;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
#advisorModal span{
    color: #504D55;
    font-size: 16px;
    display: block;
    margin-bottom: 1.5rem;
}
#advisorModal .advisor-modal-content p{
    color: #504D55;
    font-size: 18px;
}
#advisorModal .modal-content {
    background: #FFF;
}

/* Design Principles */
.designprinciple-card {
    width: 395px;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.designprinciple-card-img{
    width: inherit;
    height: 234px;
    border-radius: 32px;
    background-size: cover;
    background-position: center;
}
.designprinciple-card h3{
    color: #0C0502;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}
.designprinciple-card span{
    font-size: 16px;
    color: #0C0502;
}
.dpSwiper .swiper-slide {
    width: auto;
}

/* Communities animation */
#aboutus-communities-lottie{
    width: 100%;
}
.communities-section h3{
    font-size: 44px;
    font-weight: 500;
    color: #0C0502;
    margin-bottom: 2rem;
    text-align: center;
}

/* Products Landing page */
.impact-card {
    height: 750px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 3rem;
}

.impact-nav-prev,
.impact-nav-next {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: #E0D3FF;
    border: 1px solid rgba(12, 5, 2, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.impact-nav-prev{
    left: -29px !important;
}
.impact-nav-next{
    right: -29px !important;
}
.impact-nav-prev:hover,
.impact-nav-next:hover{
    background-color: #280F66;
    border-color: #280F66;
}
.impact-nav-next img,
.impact-nav-prev img{
    height: 16px !important;
    width: 16px !important;
}
.impact-nav-next::after,
.impact-nav-prev::after{
    display: none !important;
}
.impact-nav-next:hover img,
.impact-nav-prev:hover img{
    filter: brightness(0) invert(1);
}
.impact-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: #D9D9D900;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 56%, rgba(252, 175, 23, 1) 100%);
}
.impact-card p{
    color: #FFFFFF;
    font-size: 32px;
    margin: 0;
    position: relative;
    z-index: 2;
}
.apurva-accordion .e-n-accordion-item-title-icon{
    flex-shrink: 0;
}

/* Products page */
/* Core Features */
.coreFeaturesSwiper .swiper-slide {
    width: auto;
}

.corefeature-card{
    width: 340px;
    height: 430px;
    position: relative;
}
.corefeature-card-shape{
    width: inherit;
    height: inherit;
    mask-size: 100%;
    mask-image: url('images/team-mask.png');
    background-color: #FDE9D1;
}
.corefeature-card .corefeature-card-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 177px;
    width: 177px;
    border-radius: 50%;
    background-color: #D9D9D9;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.corefeature-card .corefeature-info{
    position: absolute;
    width: auto;
    padding: 0;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    z-index: 2;
}
.corefeature-card .corefeature-info h3{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 2.5rem;
    margin-bottom: 3px;
}
.corefeature-card-shape::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/team-card-overlay-min.png');
    z-index: 1;
    /* background: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(222, 83, 13, 0.8) 87%); */
}
.corefeature-card .corefeature-content-toggle{
    background-color: #E0D3FF;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.corefeature-card .corefeature-content-toggle img{
    width: 16px;
    height: 16px;
}
.corefeature-card .corefeature-content-toggle:hover{
    background-color: #280F66;
}
.corefeature-card .corefeature-content-toggle:hover img{
    filter: brightness(0) invert(1);
}

.corefeature-modal ul{
    margin-top: 1rem;
}
.corefeature-modal ul li{
    margin-bottom: 10px;
}
.corefeature-modal .modal-content{
    background: #FFF;
}
.corefeature-modal .modal-title{
    font-size: 20px;
    color: #F26522;
    font-weight: 400;
}

/* Challenges cards */
.challenge-card {
    width: 260px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.8);

    height: 100%;
}

.challenge-card-img {
    background-color: #D9D9D9;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin-bottom: 2rem;
    background-image: url("images/challenge-check.svg");
}

.challenge-card-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
}

.challengeSwiper .swiper-slide {
    width: auto;
    height: auto;
}

.productdemoslider-card .productdemoslider-card-img{
    width: 100%;
    height: 594px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin-bottom: 2rem;
}
.productdemoslidecounter{
    color: #252C32;
    font-size: 40px;
    display: block;
}
.productdemoslidedesc{
    color: #6B7280;
    font-size: 18px;
    font-weight: 300;
}

/* Contact Us page */
.wpcf7-form .form-control{
    border: 1px solid rgba(12, 5, 2, 0.15);
    border-radius: 12px;
    background-color: transparent;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.wpcf7-list-item {
    margin: 0 0 0 0;
}
.wpcf7-form input[type="checkbox"] {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    outline: 1px solid rgba(12, 5, 2, 0.15);
    border-radius: 4px;
}

.wpcf7-form input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(12, 5, 2, 0.15);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.wpcf7-form input[type="checkbox"]:checked {
  background-color: #280F66;
  border-color: #280F66;
}

.wpcf7-form input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.product-of-interest-wrapper span.wpcf7-list-item {
    display: block;
}
.product-of-interest-wrapper .wpcf7-form-control-wrap{
    margin-top: 0.8rem;
    display: inline-block;
}

/* Responsible AI modal */
#responsibleAIModal .modal-content {
    background: #fff;
}
#responsibleAIModal .modal-img{
    border-radius: 20px;
}
#responsibleAIModal p{
    color: #504D55;
    font-size: 20px;
}

/* Testimonials page */
.testimonial-page-wrapper{
    padding-top: 160px;
    background-size: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
}
.testimonial-title-wrapper{
    position: sticky;
    top: 120px;           /* distance from top */
    width: 100%;
    height: fit-content;
}
.testimonial-page-wrapper .testimonial-page-title{
    color: #0C0502;
    font-size: 52px;
    font-weight: 500;
}

.testimonial-page-wrapper .row,
.testimonial-page-wrapper .col-md-4,
.testimonial-page-wrapper .col-md-8 {
    overflow: visible;
}
.video-testimonial-card h5{
    color: #05020D;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2rem;
}
.video-testimonial-wrapper{
    border-radius: 20px;
    overflow: hidden;
}

/* Blog module */
.blog-page-wrapper{
    padding-top: 140px;
    padding-bottom: 20px;
    background-size: contain;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
}
.blog-page-wrapper .section-title{
    color: #0C0502;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

.featured-blogs-wrapper{
    margin-bottom: 4rem;
}
.featured-blog-card{
    background-color: #FFF;
    border: 1px solid #0C050226;
    border-radius: 40px;
    min-height: 400px;
    overflow: hidden;

    background: #FFC8AE;
    background: linear-gradient(180deg, rgba(255, 200, 174, 1) 0%, rgba(227, 205, 255, 1) 100%);

}
.featured-blog-card .blog-info-wrapper{
    padding: 3rem;
}
.featured-blog-card .blog-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
}
.featured-blog-card .blog-post-meta span{
    flex: 0 0 auto;
}
.featured-blog-card .blog-post-meta .author{
    flex-basis: 100%;
    width: 100%;
}
.featured-blog-card .blog-post-meta span{
    color: #0C0502;
    font-size: 14px;
}
.featured-blog-card .blog-post-meta .cat-label{
    border: 1px solid #0C050226;
    border-radius: 100px;
    padding: 4px 12px;
    background: #fff;
}
.featured-blog-card .blog-title{
    color: #0C0502;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.9rem;
    /* margin-top: 1.4rem; */
    margin-bottom: 0.7rem;
}
.featured-blog-card .blog-excerpt{
    color: #0C0502;
    font-size: 14px;
    line-height: 1.5rem;
}
.featured-blog-card .read-more{
    color: #6526FF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 1.8rem;
}
.featured-blog-card .featured-blog-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 404px;
}
.insightsforchange-section {
    padding: 3rem 0;
    text-align: center;
    /* margin-top: 4rem; */
    border-bottom: 1px solid rgba(133, 130, 128, 0.25);
}
.insightsforchange-section h3{
    color: #0C0502;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.insightsforchange-section p{
    color: #0C0502;
    font-size: 18px;
    line-height: 1.5rem;
}

.blog-posts-wrapper{
    margin-top: 3rem;
}
.blog-post-card{
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    height: 399px;

    background: #FFE5B2;
    background: linear-gradient(180deg, rgba(255, 229, 178, 1) 0%, rgba(227, 205, 255, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.blog-post-card .blog-post-info{
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: space-between;
}
.blog-post-card .blog-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
}
.blog-post-card .blog-post-meta span{
    flex: 0 0 auto;
}
.blog-post-card .blog-post-meta .author{
    flex-basis: 100%;
    width: 100%;
}
.blog-post-card .blog-post-meta span{
    color: #0C0502;
    font-size: 12px;
}
.blog-post-card .blog-post-meta .cat-label{
    border: 1px solid #0C050226;
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 14px;
    background: #fff;
}
.blog-post-card .blog-title{
    color: #0C0502;
    font-size: 28px;
    font-weight: 400;
    line-height: 2.5rem;
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
}
.blog-post-card .author{
    color: #0C0502;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.filter-search-wrapper{
    padding-top: 5rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.blog-filter{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    list-style-type: none;
    padding: 0;
}
.blog-filter li a{
    display: block;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 18px;
    color: #1E1B25;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;

     transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog-filter li a:hover{
    background-color: #501ECC;
    color: #FFFFFF;
    cursor: pointer;
}
.blog-filter .current-cat a{
    background-color: #501ECC;
    color: #FFFFFF;
}
.blog-filter-wrapper{
    overflow: auto;
    scrollbar-width: none;
}
.blog-filter-wrapper::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}
.blog-filter-inner{
    width: 740px;
}

.blog-search-form{
    position: relative;
    width: 360px;
}
.blog-search-form #search{
    border: 1px solid #0C050226;
    border-radius: 12px;
    padding: 10px 20px;
    width: 100%;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog-search-form #search:focus{
    filter: drop-shadow(0px 0px 8px #9747ff42);
    border: 1px solid #501ECC;
}
.blog-search-form .search-btn{
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #E0D3FF;
    border: none;
    border-radius: 50%;
    right: 12px;
    top: 10px;
    background-image: url('images/search-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.blog-pagination-wrapper{
    margin-top: 5rem;
    margin-bottom: 2rem;
}

/* Blog search page */
.search-result-title h4{
    color: #0C0502;
    font-size: 28px;
    font-weight: 500;
}
.search-result-title span{
    color: #0C0502;
    font-size: 18px;
}
.blog-search-page .filter-search-wrapper{
    border-bottom: 1px solid rgba(133, 130, 128, 0.25);
    padding-bottom: 3rem;
    margin-bottom: 5rem;
}

/* Blog description page */
.blog-featured-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    border-radius: 40px;
    margin-bottom: 3rem;
}
.blog-post-single .blog-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
}
.blog-post-single .blog-post-meta span{
    flex: 0 0 auto;
}
.blog-post-single .blog-post-meta .author{
    flex-basis: 100%;
    width: 100%;
}
.blog-post-single .blog-post-meta span{
    color: #0C0502;
    font-size: 14px;
}
.blog-post-single .blog-post-meta .cat-label{
    border: 1px solid #0C050226;
    border-radius: 100px;
    padding: 4px 12px;
}
.blog-post-single .blog-title{
    color: #0C0502;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.9rem;
    margin-top: 1.4rem;
    margin-bottom: 0.7rem;
}
.blog-post-single .author{
    color: #0C0502;
    font-size: 14px;
    margin-top: 2rem;
    display: block;
}
.blog-single-content{
    margin-top: 3rem;
}

.single-post-content{
    color: #0C0502;
    margin-bottom: 4rem;
}
.single-post-content h1{
    font-size: 38px;
}
.single-post-content h2{
    font-size: 38px;
}
.single-post-content h3{
    font-size: 28px;
}
.single-post-content h4,
.single-post-content h5,
.single-post-content h6{
    font-size: 24px;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6{
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.single-post-content p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2rem;
    font-weight: 400;
}
.single-post-content img{
    max-width: 100%;
}
.single-post-content blockquote{
	border-left: 2px solid #0C050226;
    padding-left: 1.5rem;
}
.single-post-content blockquote p{
	font-size: 20px;
    font-style: italic;
}
.single-post-content ul{
	margin-bottom: 2rem;
}

.single-post-content ul li,
.single-post-content ol li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

/* Blog related insights */
.related-insights-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.related-insights-title{
    color: #0C0502;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 3rem;
}

/* Blog sidebar */
.blog-single-sidebar-wrapper{
    position: sticky;
    top: 120px;
    width: 100%;
    height: fit-content;
    padding-bottom: 2.5rem;
}

/* Continue your journey */
.continue-your-journey-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: linear-gradient(258.91deg, rgba(248, 174, 28, 0.4) 6.1%, rgba(147, 103, 255, 0.4) 109.81%);
    position: relative;
    z-index: 1;
}
.continue-your-journey-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    z-index: -1;
}
.continue-your-journey-wrapper h3{
    color: #0C0502;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.continue-your-journey-wrapper p{
    color: #0C0502;
    font-size: 18px;
}
.continue-your-journey-wrapper .continue-your-journey-img{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}
.next-prev-post-btns{
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

/* TOC style */
.lwptoc-light .lwptoc_i{
    background-color: transparent !important;
}
.lwptoc_title{
    color: #0C0502 !important;
    font-size: 28px !important;
    font-weight: 500 !important;
}
.lwptoc-light .lwptoc_i a{
    color: #0C0502 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.lwptoc_item{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    box-shadow: 0 0.25px 0 #828086;
}
.lwptoc_header {
    margin-bottom: 12px !important;
}
.lwptoc_i{
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 2rem;
}
.toc-highlighted span{
    font-weight: 500 !important;
    color: #F26522 !important;
}   

/* Blog single share  */
.blog-single-share h4{
    font-size: 18px;
}
.blog-single-social-share{
	list-style-type: none;
    display: flex;
    gap: 25px;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}
.blog-single-social-share li a{
/* 	font-size: 1.5rem;
	color: #F26648; */
}

/* Lottie Animations */
#homeHeroAnim{
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}
.sense-making-text{
    display: inline-block;
    opacity: 0;
}
#homeChallengeAnim{
    width: 100%;
    height: 100%;
}

/* Table media query */
@media(max-width:1200px) {
    #navbarSupportedContent .collapse-inner{
        height: calc(100dvh - 68px);
        padding-bottom: 25px;
    }
    .collapse-inner{
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .menu-wrapper {
        /* padding-top: 0.7rem;
        padding-bottom: 0.7rem; */
    }
    .mobile-navbar-wrapper{
        background: #FFFFFF;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(254, 247, 231, 1) 100%);
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
    #navbarSupportedContent{
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-nav{
        width: 100%;
    }
   .navbar-brand img {
        height: 36px;
   }
   .nav-link{
        /* box-shadow: 0 0.5px 0 0 #FCAF17; */
        border-bottom: 1px solid #FCAF17;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .primarymenu .dropdown-menu .dropdown-menu-item{
        align-items: center;
    }
    .primarymenu .dropdown-menu {
        padding: 10px;
    }
    .primarymenu .dropdown-menu .dropdown-item-link {
        padding: 14px 24px;
        border-radius: 60px;
    }
    .primarymenu .dropdown-menu .dropdown-item-link.active {
        background: #EFE9FF;
    }
    .primarymenu .dropdown-menu-inner{
        gap: 1rem;
    }
   .fw-la-section {
        margin-left: auto;
   }
   
   .impact-card {
        height: 550px;
   }

   /* Homepage */
   .why-apurva-wrapper {
        width: 100% !important;
   }

   /* Blog */
   .featured-blog-card .featured-blog-img{
        min-height: 300px;
   }
   .featured-blogs-wrapper{
        padding-left: 2rem;
   }
   .blog-search-form{
        width: 380px;
   }

   /* Products */
   .productdemoslider-card .productdemoslider-card-img{
        height: 360px;
        border-radius: 10px;
   }
}


/* Mobile */
@media(max-width:767px) {

    /* Navbar */
    .header-wrapper{
        background: #fff;
    }
    
    .nav-link{
        border-bottom: 1px solid #FCAF17;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
    .primarymenu > li:not(:last-child) {
        padding-left: 0rem !important;
        padding-right: 0 !important;
    }
    .dropdown-toggle::after {
        margin-left: auto;
    }
    .primarymenu .dropdown-menu-inner {
        display: flex;
        flex-direction: column;
    }
    .primarymenu .dropdown-menu {
        background-color: #fff;
        border: 0;
    }
    .primarymenu .dropdown-menu .dropdown-menu-item p {
        display: none;
    }
    .header-cta{
        width: 100%;
    }

    /* Home Hero */
    .home-hero {
        background-position-y: -38rem;
        background-position-x: -50rem;
    }
    .home-hero-title{
        font-size: 32px !important;
        line-height: 3rem !important;
        text-align: center;
        margin-top: 3rem;
    }
    .whyApurvaSwiper p{
        font-size: 16px !important;
    }
    .why-apurva-wrapper {
        width: 100% !important;
        padding: 2rem 15px !important;
    }
    .whyApurvaSwiper h3 {
        font-size: 32px !important;
    }
    #lottie-canvas-2{
        transform: scale(1.1) !important;
        margin-top: 2rem;
    }
    #lottie-canvas-1{
		/* transform: scale(1.2) !important;	 */
        height: 220px !important;
        margin-top: 2rem !important;
	}

    /* Products */
    .our-product-card {
        width: auto;
    }
   .productdemoslider-card .productdemoslider-card-img{
        height: 170px;
        border-radius: 10px;
   }
   .productdemoslider-control-wrapper .apurva-swiper-pagination{
        flex: 180px 1 0;
   }
    
    /* Testimonials */
    .testimonial-card {
        padding: 1.8rem;
    }
    .testimonial-card .testimonials-content {
        font-size: 14px;
    }
    .testimonial-card .testimonial-img {
        margin-bottom: 2.5rem;
    }
    .testimonial-card h5 {
        font-size: 14px;
    }
    .testimonial-card span {
        font-size: 14px;
    }
    .testimonial-card .testimonial-viewmore {
        font-size: 14px;
    }

    /* Footer */
    .copyrighttext p{
        color: #FFFFFF !important;
    }

    /* About Us */
    .team-card{
        width: 300px;
        height: 380px;
    }
    .team-card .team-card-shape{
        width: 300px;
        height: 380px;
    }
    .team-linkedin {
        top: 0.5rem;
        right: 0.5rem;
    }
    .advisor-card{
        width: 300px;
        height: 380px;
    }
    .advisor-card .team-card-shape{
        width: 300px;
        height: 380px;
    }
    .advisor-linkedin {
        top: 0.5rem;
        right: 0.5rem;
    }
    .designprinciple-card {
        width: auto;
    }
    .designprinciple-card-img {
        height: 198px;
    }
    #teamModal .team-modal-content p{
        font-size: 16px;
    }
    #teamModal span {
        margin-bottom: 1.2rem;
    }
    #teamModal .team-modal-title{
        margin-bottom: 0.6rem;
    }
    .designprinciple-card h3 {
        font-size: 22px;
    }

    .communities-section h3{
        font-size: 32px;
    }

    /* Products landing page */
    .impact-card {
        height: 300px;
        padding: 2rem;
    }
    .impact-card p {
        font-size: 18px;
    }

    /* Contact Us page */
    .wpcf7-form label{
        font-size: 12px;
    }

    /* Responsible AI */
    #responsibleAIModal p{
        font-size: 16px;
        text-align: center;
    }

    /* Products page */
    .corefeature-card{
        width: 300px;
        height: 380px;
    }
    .corefeature-card .corefeature-info h3{
        font-size: 24px;
        line-height: 2rem;
    }

    .sense-making-text{
        opacity: 1;
    }

    .productdemoslidecounter{
        margin-bottom: 1rem;
    }
    .productdemoslidedesc {
        font-size: 16px;
    }
    .productdemoslidecounter {
        font-size: 32px;
    }

    /* Testimonials page*/
    .testimonial-page-wrapper {
        padding-top: 120px;
    }
    .testimonial-page-wrapper .testimonial-page-title{
        font-size: 40px;
        margin-bottom: 50px;
    }
    .video-testimonial-wrapper iframe{
        height: 200px;
    }
    .testimonial-title-wrapper {
        position: relative;
        top: 0;
    }

    /* Blog */
    .filter-search-wrapper{
        flex-direction: column;
        gap: 1.5rem;
    }
    .blog-search-form{
        width: 100%;
    }
    .featured-blog-card .blog-info-wrapper {
        padding: 1.8rem;
    }
    .featured-blogs-wrapper{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .apurva-swiper-progressbar-wrapper{
        justify-content: center;
    }
    .featured-blog-card .blog-title{
        font-size: 18px;
        line-height: 1.7rem;
    }
    .featured-blog-card .blog-post-meta .date{
        display: none;
    }
    .featured-blog-card .blog-post-meta .author{
        display: none;
    }
    .blog-page-wrapper .section-title{
        font-size: 20px;
    }
    .featured-blog-card .blog-info-wrapper{
        min-height: 371px;
    }
    .insightsforchange-section h3{
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .insightsforchange-section p{
        font-size: 14px;
    }
    .blog-filter li a{
        font-size: 14px;
        padding: 10px 14px;
        border: 1px solid #501ECC;
    }
    .blog-post-card .blog-title{
        font-size: 20px;
        line-height: 1.8rem;
    }
    .filter-search-wrapper{
        padding-top: 1rem;
    }
    .insightsforchange-section{
        border-bottom: 0;
    }
    .blog-post-single .blog-title {
        font-size: 18px;
        line-height: 1.8rem;
    }
    .blog-featured-img{
        margin-top: 2.5rem;
        height: 190px;
        border-radius: 20px;
        margin-bottom: 0;
    }
    .blog-single-content {
        margin-top: 2rem;
    }
    .continue-your-journey-wrapper::after{
        opacity: 0.1;
    }
    .continue-your-journey-img{
        height: 209px;
        margin-top: 2.5rem;
    }
    .continue-your-journey-wrapper h3{
        font-size: 40px;
    }
    .continue-your-journey-wrapper p{
        font-size: 16px;
    }
    .related-insights-title{
        font-size: 40px;
    }

    .blog-post-card {
        height: 299px;
    }
    .blog-post-card .blog-post-info {
        padding: 2rem;
    }

    .lwptoc_i{
        margin-bottom: 0;
    }
    .blog-single-share{
        display: none;
    }
    .lwptoc-light .lwptoc_i a{
        font-size: 16px !important;
    }
    .lwptoc_title{
        font-size: 22px !important;
    }
    .search-result-title h4{
        font-size: 22px;
    }
    .blog-search-page .filter-search-wrapper{
        margin-bottom: 3rem;
    }

    /* Homepage */
    .why-apurva-wrapper {
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .why-apurva-swiper-wrapper {
        width: 100% !important;
    }
    .why-apurva-animation-wrapper {
        width: 100% !important;
    }
    .why-apurva-swiper-wrapper{
        flex-direction: column;
    }
    .why-apurva-timeline-wrapper{
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 1.5rem;
    }
    .timeline {
        width: 100% !important;
        height: 1px !important;
    }
    .timeline .dot:nth-child(1){
        left: 2%;
    }
    .timeline .dot:nth-child(2){
        left: 48%;
    }
    .timeline .dot:nth-child(3){
        left: 99% !important;
    }
    .timeline .dot {
        top: -8px !important;
    }
    .whyApurvaSwiper{
        width: 100% !important;
    }

    #foundersNoteBtn .elementor-button {
        height: 100px;
    }
}
