
/* Top Header nav menu CSS :: BEGIN */
.top-header-menu {
	position: sticky;
	top: 0rem;
	z-index: 2;
	background: var(--color-white);
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.top-header-menu .in-appbar {
	height: 9.4rem;
    border-bottom: 0;
}
.top-header-menu .in-appbar .in-appbar-logo {
    margin-right: 3rem;
}
.top-header-menu .in-appbar .in-appbar-row .in-appbar-align-end {
    gap: 2rem;
}
.top-header-menu .in-appbar .in-appbar-row .in-appbar-align-end a {
    color: var(--color-black);
	font-size: 1.4rem;
}
.top-header-menu .in-appbar .in-appbar-logo a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}

.top-header-menu .in-appbar .in-appbar-logo a:focus-visible {
    outline: 0;
}
/* .top-header-menu .in-appbar .in-appbar-row .in-appbar-align-end .in-button {
    border: 0.2rem solid #9AE761;
   
} */
.top-header-menu .in-appbar .in-menu ul li a {
	text-transform: none;
	font-size: 1.4rem;
	gap: 0.1rem;
}
.top-header-menu .in-appbar .in-appbar-row .in-menu ul {
    overflow-y: inherit;
    align-items: center;
}
.in-mega-menu {
	position: absolute;
	left: -20rem;
	top: 100%;
	background: var(--color-white);
	border-top: 0.4rem solid #9AE761;
	box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
	padding: 2.4rem 3.2rem;
	display: none;
	z-index: 999;
	min-width: 90rem;
	border-radius: 6px;
}
  
.in-has-mega:hover .in-mega-menu {
	display: block;
}

.in-mega-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}
  
.in-mega-col h4 {
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 3rem;
	text-transform: uppercase;
}
.in-mega-grid .in-mega-col a {
    justify-content: flex-start;
	gap: 0.5rem;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.4;
    margin-bottom: 2rem;
}
.in-mega-col a {
	display: block;
	color: #111;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 0;
	transition: color 0.2s ease;
}
.in-mega-grid .in-mega-col a svg {
    flex-shrink: 0;
}
  
.in-mega-col a:hover {
	color: #007bff;
}
.in-mega-col a:hover svg {
	fill: #007bff;
}
  

@media (max-width: 768px) {
	html, body {
        overflow-x: hidden;
    }
	.top-header-menu {
		position: sticky;
		top: 0rem;
		z-index: 2;
		background: var(--color-white);
		box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.1);
	}
	a.logo-color:-webkit-any-link:focus-visible {
		outline-offset: 0;
	}

	.top-header-menu .in-appbar {
		height: 6.4rem;
	}
	.top-header-menu .in-appbar .in-appbar-row .in-appbar-align-end .in-button {
		border: 0;
	}
	.top-header-menu .in-appbar .in-appbar-row .in-appbar-align-end .in-button:hover {
		background: #9AE761;
	}
	.mobile-menu .in-drawer .in-drawer-body {
		padding-top: 0;
	}
	.side-bar-menus nav ul li {
		flex-wrap: wrap;
		overflow: auto;
		height: 100%;
		line-height: 1.8rem;
		border-bottom: 0.1rem solid var(--color-border);
	}
	.side-bar-menus nav ul li:last-child {
		border-bottom: 0;
	}
	.side-bar-menus nav ul li a {
		text-transform: none;
		justify-content: space-between;
		padding: var(--gutter-base) 0;
	}

	.in-main-nav {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 12px;
	}
	
	.in-mega-menu {
	  position: static;
	  display: none;
	  min-width: 100%;
	  border: none;
	  box-shadow: none;
	  padding: 1rem 0;
	}
  
	.in-has-mega.active .in-mega-menu {
	  display: block;
	}
  
	.in-mega-grid {
	  grid-template-columns: 1fr;
	  gap: 4rem;
	}
	.in-mega-col h4 {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	.in-mega-grid .in-mega-col a {
		height: auto;
		overflow: auto;
		margin-bottom: 0;
	}
	
}
/* Top Header nav menu CSS :: BEGIN */

section .in-container {
    padding: 5rem 0;
}

/* Hero Section CSS :: BEGIN  */
.hero-section .in-container {
    padding: 10rem 0;
}
.hero-content .label-bg {
	font-size: 1.4rem;
	font-weight: var(--font-weight-bold, 500);
    background: var(--color-black);
    color: var(--color-white);
	padding: var(--gutter-small);
	width: 100%;
    max-width: max-content;
    justify-content: center;
	margin-bottom: 2rem;
}
.hero-image {
	width: 75rem;
	margin: 0 auto;
}
/* .hero-content .in-button-group .in-button.in-warning-outline {
    background: #9AE761;
    color: #1C4200;
}
.hero-content .in-button-group .in-button:hover {
    background: #9AE761;
} */
.trusted-clients {
	display: flex;
	align-items: center;
	gap: 16px;
	margin:6rem 0 0;
}

.avatars {
	display: flex;
	align-items: center;
}

.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #fff;
	overflow: hidden;
	margin-left: -15px;
	box-shadow: 0 0 0 2px #fff;
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.avatar:first-child {
	margin-left: 0;
}

.avatar.more {
	background-color: #e8eafc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5a5ddf;
	font-weight: bold;
	font-size: 14px;
}

.trusted-clients-text {
	font-weight: bold;
	font-size: 14px;
	color: #464646;
}

@media (max-width: 768px) {
	.hero-section .in-container {
		padding-top: 0;
		padding-bottom: 3rem;
	}
	.hero-section .in-container .in-row {
		row-gap: 4rem;
		padding: 3rem 3rem 0;
	}
	.hero-content .label-bg {
		margin-bottom: var(--gutter-base);
		max-width: 100%;
		justify-content: flex-start;
	}
	.hero-content h1 {
		font-size: 3rem;
	}
	.trusted-clients-text {
		font-size: 1.4rem;
	}
}
/* Hero Section CSS :: END  */




/* Challenges Section CSS  */
.challenge-section {
    background: #F4F8EA;
}
.challenge-section .in-row .in-surface {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.challenge-section .in-row .in-surface:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 21px;
}
.challenge-section .in-surface svg {
    flex-shrink: 0;
}
/* .traditional-bg {
	height: 70rem;
} */
.traditional-bg img {
    width: 66rem;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.trade-info h2 {
    color: var(--color-white);
}
.trade-cont {
    margin-bottom: 5rem;
	margin-left: 5rem;
}
.trade-cont h2,
.trade-cont > p {
	color: var(--color-white);
}
.trade-info .color-text {
    color: #9AE761;
}
.trade-info .in-flex-row .in-surface {
	background: #F0FFE5;
    max-width: 38%;
    height: 18rem;
}
.trade-info .in-flex-row {
    column-gap: 1rem;
    margin-left: 0rem;
    justify-content: space-evenly;
}
.trade-info .in-flex-row .in-surface .in-flex {
    align-items: flex-start;
    column-gap: 2rem;
}
.trade-info .in-flex-row .in-surface .in-flex svg {
	flex-shrink: 0;
	margin-left: -5rem;
}
.trade-info .in-flex-row .in-surface .in-flex p {
	color: var(--color-black);
}

@media (max-width: 768px) {
	.challenge-section .in-container .in-row {
		margin-right: 0;
    	margin-left: 0;
	}
	.traditional-bg {
		height: auto;
	}
	.traditional-bg.dark-bg {
		padding: 1rem;
	}
	.traditional-bg .in-flex-row {
		flex-wrap: wrap;
	}
	.trade-cont {
		margin-left: 0;
	}
	.traditional-bg img {
		margin-bottom: 2rem;
	}
	.image img {
		max-width: max-content;
		width: 100%;
	}
	.trade-info .in-flex-row {
		margin-left: 0;
	}
	.trade-info .in-flex-row .in-surface .in-flex svg {
		margin-left: 0rem;
	}
	.trade-info .in-flex-row .in-surface {
		max-width: 100%;
	}
}

/* Challenges Section CSS  */



/* AI insight section CSS  */
.ai-insight-section {
	background: #F4F8EA;
}
.ai-insight-section .in-container .in-text-center {
    margin-bottom: 8rem;
}
.ai-insight-section .in-container .in-row.first-row {
	margin-bottom: 10rem;
}
.dark-bg {
	background: #034441;
	border-radius: var(--radius-xlarge);
	padding: var(--gutter-xlarge);
}
.surface-bg-light {
    background: #F0FFE5;
}
.color-text {
    color: #9AE761;
}
.ai-content-list {
    width: 100%;
    max-width: 80%;
}
.ai-content-list p {
    margin-bottom: 4rem;
}
.automate-img,
.insights-img {
    width: 60rem;
}
@media (max-width: 768px) {
	.ai-insight-section .in-container .in-row {
		margin-right: 0;
		margin-left: 0;
	}
	.ai-content-list {
		max-width: 100%;
		margin-bottom: 5rem;
	}
	.ai-content-list h3 br {
		display: none;
	}
	.ai-content-list ul li svg {
		flex-shrink: 0;
	}
	.flex-direction-column {
		flex-direction: column-reverse;
	}
}

/* AI insight section CSS  */


/* Transforming Brands CSS  */
.transform-brand .in-row .in-surface {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.transform-brand .in-row .in-surface:hover {
	transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 21px;
}
.transform-brand .in-row .in-col-3 {
    margin-bottom: 2.4rem;
}
.transform-brand .dark-bg h2 {
    color: var(--color-white);
	margin-bottom: 4rem;
}
.transform-brand .surface-bg-light svg {
    margin-bottom: var(--gutter-base);
	flex-shrink: 0;
}
.transform-brand .in-row .in-surface p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
	.transform-brand .dark-bg {
		padding: var(--gutter-large);
	}
}
/* Transforming Brands CSS  */



/* Everything Section CSS  */

.brand-content .in-tab-data .in-flex-row .in-surface {
    width: 100%;
    max-width: 32%;
	cursor: pointer;
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.brand-content .in-tab-data .in-flex-row .in-surface svg {
    margin-bottom: 1rem;
	flex-shrink: 0;
}
.brand-content .in-tab-data .in-flex-row .in-surface:hover {
    background: #9AE761;
	transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 21px;
}
.brand-menu .in-menu {
    margin-bottom: 3rem;
}
.brand-menu .in-menu.in-scrollable nav {
    overflow: inherit;
    overflow-y: revert;
}
.brand-menu .in-menu ul {
    justify-content: center;
	column-gap: 2rem;
}
.brand-menu .in-menu li {
	border: 0;
	position: relative;
	display: inline-block;
    margin: 1.2rem 0;
    cursor: pointer;
}
.brand-menu  .in-menu ul li a {
	text-transform: none;
    border: 0.1rem solid #cccccc;
	border-radius: var(--radius-large);
	color: #999999;
}
.brand-menu .in-menu li.in-active {
	background: var(--color-black);
	border: 0;
	border-radius: var(--radius-large);
	color: var(--color-white);
}
.brand-menu .in-menu li.in-active:after {
    content: " ";
    position: absolute;
    left: 6rem;
    top: 84%;
    border: 1px solid #000000cc;
    border-bottom: none;
    border-right: none;
    height: 1.6rem;
    width: 1.6rem;
    background-color: var(--color-black);
    z-index: 1;
    bottom: -6px;
    transform: translateX(-50%) rotate(225deg);
}
.brand-menu .in-menu li.in-active a {
	color: var(--color-white);
	border: 0;
}
.brand-menu .in-menu li.in-active .in-menu-indicator::before {
	border-top: 0;
} 

@media (max-width: 768px) {
	.scale-section h2 br {
		display: none;
	}
	.brand-menu .in-menu {
		margin-bottom: 0rem;
	}
	.brand-menu .in-menu ul {
		margin-left: 1rem;
	}
	.brand-menu .in-menu ul li:last-child {
		margin-right: 2rem;
	}
	.brand-content .in-tab-data .in-flex-row .in-surface {
		max-width: 100%;
	}
}

/* Everything Section CSS  */


/* Client Says CSS  */
.client-section {
	background: #F4F8EA;
}
.client-section .in-text-center {
    margin-bottom: 4.8rem;
}
.carousel-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
	margin-bottom: 4rem;
}
.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}
.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}
.carousel-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
.testimonial_box-name h4 {
    margin-bottom: 0;
}
/* Client Says CSS  */


/* FAQ Section CSS  */
.faq-section {
	background: var(--color-white);
}
.faq-section .in-text-center {
    margin-bottom: 4.8rem;
}
.faq-container {
    /* max-width: 80rem; */
    margin: 2rem auto;
    padding: 1rem;
}

.faq-item {
    margin-bottom: 3rem;
    border-radius: 0.8rem;
    overflow: hidden;
    background-color: var(--color-white);
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.faq-question {
    padding: 2.4rem 2rem;
    font-size: var(--font-size-base, 1.6rem);
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none; 
    background-color: #f9f9f9; 
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: #F4F8EA; 
}

.faq-icon {
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #666; 
    transition: transform 0.3s ease;
}

.faq-question.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    background-color: var(--color-white);
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    padding: 1rem 0 2rem 0;
    margin: 0;
    line-height: 1.6;
    color: #555;
}

.faq-question.active + .faq-answer {
    max-height: 50rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

@media (max-width: 768px) {
    .faq-question {
        padding: 1.5rem 1.5rem;
        font-size: 1.5rem;
    }
    .faq-answer {
        padding: 0 1.5rem;
    }
    .faq-question.active + .faq-answer {
        padding-bottom: 1.5rem;
    }
}
/* FAQ Section CSS  */




/* Footer CSS  */
.footer-section {
	/* background: var(--color-white); */
    background: #F4F8EA;
}
.footer-section .in-container {
    padding-bottom: 2rem;
}
.footer-section .in-container .in-row {
    border-bottom: 0.1rem solid var(--color-border);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.footer-col h6 {
    margin-bottom: 2.5rem;
}
.footer-col ul li a {
    color: var(--color-black);
	font-size: 1.6rem;
}
.in-text-right {
    text-align: right;
}

@media (max-width: 768px) {
	.footer-section .in-container {
		padding-bottom: 2rem;
	}
	.footer-section .in-container .in-row {
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 2rem;
        margin-bottom: 2rem;
	}	
	.footer-col {
		margin-bottom: 5rem;
	}
	.footer-bottom {
		text-align: center;
		align-items: center;
	}

}



/* Pricing Section CSS  */
.client-section.bg-white {
    background: var(--color-white);
}

.pricing-section {
	background: #F4F8EA;
}
.pricing-section .in-text-center {
    margin-bottom: 4rem;
}
.custom-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}
  
.custom-card {
	background: rgba(255, 255, 255, 0.9);
	border: 0.1rem solid var(--color-border);
	border-radius: 16px;
	padding: 4rem;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease;
	text-align: left;
	backdrop-filter: blur(6px);
	position: relative;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.custom-card .in-button {
    margin-top: auto;
}
  
.custom-card:hover {
	transform: translateY(-8px);
	box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
  
.custom-grid .highlighted {
	border: 2px solid #034441;
	background: #034441;
	color: #fff;
}

.custom-grid .highlighted .features li svg {
    fill: var(--color-white);
}

.custom-grid .features li svg {
    flex-shrink: 0;
}
  
.custom-grid .highlighted .btn-filled {
	background: #fff;
	color: #4f46e5;
}
  
.custom-grid .custom-icon {
	margin-bottom: 1.2rem;
	color: #4f46e5;
}
  
.highlighted .custom-icon {
	color: #fff;
}
  
.custom-card h3 {
	margin-bottom: 0.5rem;
	font-size: 2.2rem;
}
  
.custom-grid .price {
	font-size: 4rem;
	font-weight: bold;
	margin: 3rem 0;
	color: #333;
}
  
.custom-grid .highlighted .price {
	color: #fff;
}
  
.custom-grid .price span {
	color: #888;
}
  
.custom-grid .highlighted .price span {
	color: #e0e0e0;
}
  
.custom-grid .features {
	list-style: none;
	padding: 0;
	margin: 1rem 0 2rem;
}
  
.custom-grid .features li {
	margin-bottom: 0.6rem;
	color: #444;
}
  
.custom-grid .highlighted .features li {
	color: #eaeaea;
}
.custom-card .in-button.btn-color {
    margin-top: auto;
    background: #9AE761;
    color: var(--color-black);
}
  
@media (max-width: 768px) {
	.pricing-section .in-container {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.pricing-section .in-container h2 {
		font-size: 3rem;
	}
	.custom-card {
		padding: 3rem;
	}
	.custom-heading {
	  font-size: 2rem;
	}
}
  /* Pricing Section CSS  */