html {
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: var(--font-family-secondary);
}

:root {
    --primary: #7B3AED;
    --primary-gradient: linear-gradient(90deg,#5B1ACE,#3D03A1);
    --primary-hover: #5B1ACE;
    --primary-focus: #3D03A1;
    --primary-disabl: #DDCAFF;
    --primary-disabled: #ede3ff;
    --primary-disabled-opcity: #ede3ffcf;
    --secondary: #111111;
    --secondary-hover: linear-gradient(180deg,#505050,#111);
    --secondary-focus: #94A3B8;
    --secondary-disabled: #CBD5E1;
    --tertiary: #7B3AED;
    --tertiary-hover: #5B1ACE;
    --tertiary-focus: #3D03A1;
    --tertiary-disabled: #ede3ff;
    --success: #16A34A;
    --warning: #F79009;
    --danger: #DC2626;
    --info: #0EA5E9;
    --white: #ffffff;
    --black: #000000;
    --text-primary: #1F2937;
    --text-secondary: #6B7280;
    --text-disabled: #9CA3AF;
    --background: #F8FAFC;
    --surface: #FFFFFF;
    --border-color: #E5E7EB;
    --font-family-primary: "Sora", sans-serif;
    --font-family-secondary: "Instrument Sans", sans-serif;
	--font-family-button: "Manrope",sans-serif;
    --section-padding: 60px 0;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extrabold: 800;
    --h1-size: clamp(40px, 8.75vw, 48px);
    --h2-size: clamp(36px, 8.75vw, 44px);
    --h3-size: clamp(32px, 8.75vw, 40px);
    --h4-size: clamp(28px, 8.75vw, 32px);
    --h5-size: clamp(24px, 8.75vw, 28px);
    --h6-size: clamp(22px, 8.75vw, 24px);
    --sub-heading-size: clamp(18px, 8.75vw, 20px);
    --body-large: 18px;
    --body-medium: 16px;
    --body-small: 14px;
	--paragraph-large: 24px;
	--paragraph-medium: 22px;
	--paragraph-small: 20px;
    --caption: 12px;
    --line-height-heading: 1.2;
    --line-height-body: 1.6;
    --letter-spacing-heading: -0.03em;
    --letter-spacing-body: 0;
    --radius-1: 24px;
    --radius-2: 8px;
    --radius-3: 12px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 16px;
    --padding-1: 4px;
    --padding-2: 8px;
    --padding-3: 16px;
    --heading-bottom-space-para: 16px;
    --heading-bottom-space: 64px;
    --button-commom-top-space: 40px;
    --gap-1: 8px;
    --gap-2: 16px;
    --gap-3: 24px;
    --border-1: 1px;
    --border-2: 2px;
    --border-3: 3px;
    --shadow-1: 0 2px 6px rgba(0,0,0,.08);
    --shadow-2: 0 6px 20px rgba(0,0,0,.12);
    --shadow-3: 0 12px 32px rgba(0,0,0,.16);
    --btn-sm: 13px 16px;
    --btn-md: 20px 24px;
    --btn-lg: 28px 44px;
	--tertiary-btn:16px 20px;
	--tertiary-btn-size:16px;
	--tertiary-btn-width:160px;
	--tertiary-btn-height:56px;
	
	
}

@media (max-width: 1199px) {
    :root {
        --h1-size: clamp(32px, 8.75vw, 40px);
        --h2-size: clamp(30px, 8.75vw, 36px);
        --h3-size: clamp(28px, 8.75vw, 32px);
        --h4-size: clamp(24px, 8.75vw, 28px);
        --h5-size: clamp(22px, 8.75vw, 24px);
        --h6-size: clamp(20px, 8.75vw, 22px);
        --sub-heading-size: clamp(18px, 8.75vw, 20px);
        --body-large: 17px;
        --body-medium: 15px;
        --body-small: 14px;
		--paragraph-large: 22px;
		--paragraph-medium: 20px;
		--paragraph-small: 18px;
        --radius-1: 16px;
        --radius-2: 10px;
        --radius-3: 14px;
        --padding-1: 4px;
        --padding-2: 8px;
        --padding-3: 14px;
        --heading-bottom-space-para: 16px;
        --heading-bottom-space: 64px;
        --button-commom-top-space: 40px;
        --gap-1: 8px;
        --gap-2: 14px;
        --gap-3: 20px;
        --btn-sm: 13px 16px;
        --btn-md: 20px 24px;
        --btn-lg: 28px 44px;
		--tertiary-btn:14px 16px;
		--tertiary-btn-size:16px;
		--tertiary-btn-width:152px;
		--tertiary-btn-height:52px;
    }
}

@media (max-width: 767px) {
    :root {
        --h1-size: clamp(28px, 8.75vw, 32px);
        --h2-size: clamp(28px, 8.75vw, 30px);
        --h3-size: clamp(24px, 8.75vw, 28px);
        --h4-size: clamp(20px, 8.75vw, 24px);
        --h5-size: clamp(20px, 8.75vw, 22px);
        --h6-size: clamp(18px, 8.75vw, 20px);
        --sub-heading-size: clamp(16px, 8.75vw, 18px);
        --body-large: 16px;
        --body-medium: 15px;
        --body-small: 14px;
		--paragraph-large: 20px;
		--paragraph-medium: 18px;
		--paragraph-small: 16px;
        --radius-1: 24px;
        --radius-2: 8px;
        --radius-3: 12px;
        --padding-1: 4px;
        --padding-2: 6px;
        --padding-3: 12px;
        --heading-bottom-space-para: 16px;
        --heading-bottom-space: 44px;
        --button-commom-top-space: 40px;
        --gap-1: 6px;
        --gap-2: 12px;
        --gap-3: 16px;
        --btn-sm: 32px;
        --btn-md: 12px 18px;
        --btn-lg: 16px 20px;
		--tertiary-btn:14px 16px;
		--tertiary-btn-size:14px;
		--tertiary-btn-width:134px;
		--tertiary-btn-height:48px;
    }
}

a {
    outline: 0px;
}

.clear {
    content: "";
    display: block;
    clear: both;
}

.header {
    position: relative;
    padding-bottom: 30px;
    background: var(--primary);
    padding-top: 6px;
}

.header-home {
    background: url("../img/banner.webp") center top / 1440px repeat-x;
}

.header-background {
    background: #FCEEFC !important;
}

.header-background-white{
	background: #FFFFFF !important;
}

.header-common {
    background: url("../img/demo-bg.webp") center top / 1440px repeat-x;
}

.header::after {
    display: block;
    background: linear-gradient(rgba(222, 241, 226, 0.33) 0%, rgba(222, 241, 226, 0.78) 42%, transparent 100%);
    position: absolute;
    inset: 0px;
    z-index: -1;
}

.header .centerlogo{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	padding:20px 0 30px;
}

.header-common-triangle {
    background: url("../img/lp-bg.webp") center top / 1440px repeat-x;
}

.header .centerlogo .logo {
    width: 148px;
}

.header .centerlogo .logo a {
	align-items:center;
}

.header .centerlogo .logo a img {
    width: 100%;
}

.header .menu {
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border-radius: 20px;
}

.header .menu .logo {
    width: 117px;
}

.header .menu .logo a {
}

.header .menu .logo a img {
    width: 100%;
}

.header .menu .header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    width: calc(100% - 117px);
}

.header .menu .header-menu button {
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background: var(--primary-gradient);
    padding: var(--btn-sm);
    display: flex;
    gap: 8px;
    align-items: center;
    border: 0px;
    margin-left: 15px;
}

.header .menu .header-menu button svg {
    width: 16px;
    transition: 0.5s;
}

.header-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: none;
}

.header-menu ul li {
}

.header-menu ul li a {
    font-family: "Instrument Sans";
    font-size: 14px;
    color: rgb(17, 17, 17);
    text-decoration: none;
    padding: 0px 10px;
}

.header-menu ul li a svg {
    width: 16px;
    margin-left: 5px;
}

.fixed-menu-header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.11) 2px 2px 7px;
    animation: 0.5s ease 0s 1 normal none running slideDown;
    border-radius: 0px !important;
    padding: 11px 25px !important;
}

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

    100% {
        transform: translateY(0px);
    }
}

.animated-heading span {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(40px);
    will-change: transform;
}

.animated-heading .italic {
    font-family: "Instrument Serif", serif;
    font-style: italic;
}

.animated-heading.animate span {
    animation: 0.8s ease 0s 1 normal forwards running wordReveal;
}

@keyframes wordReveal {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0px);
    }
}

.header .hero-content {
    max-width: 640px;
    margin: 0px auto;
    text-align: center;
    padding: 110px 0px;
}

.header .hero-content h1 {
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: var(--h1-size);
    line-height: 1.2;
    color: rgb(17, 17, 17);
    margin-bottom: var(--heading-bottom-space-para);
}

.header .hero-content p {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font-family-secondary);
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
}

.header .hero-content a {
    background: var(--primary);
    border-radius: 12px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding: var(--btn-md);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-top: var(--button-commom-top-space);
}

.header .hero-content a svg {
    width: 22px;
    height: 22px;
    transition: 0.5s;
}

.header .hero-content .img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.header .hero-content .img img {
    width: 36px;
}

.header .hero-content .img p {
    font-family: var(--font-family-secondary);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: rgb(124, 58, 237);
    display: none;
}

.hero-bottom {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-bottom-badge {
    display: flex;
    align-items: center;    
	padding-top:50px;
}

.hero-bottom .hero-bottom-box {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 33px;
    background: rgb(255, 255, 255);
    border-radius: var(--radius-1);
}

/* badge  */
.hero-bottom-badge .hero-bottom-box-badge-content {
    width: 26.6%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 33px;
    background: rgb(255, 255, 255);
	border-top: 0.5px solid #DDCAFF;
	border-bottom: 0.5px solid #DDCAFF;
    
}

.hero-bottom-badge .hero-bottom-box-badge-content .hero-bot-img {
}

.hero-bottom-badge .hero-bottom-box-badge-content .hero-bot-img img {
    width: 54px;
}

.hero-bottom-badge .hero-bottom-box-badge-content .hero-bot-cont {
}

.hero-bottom-badge .hero-bottom-box-badge-content .hero-bot-cont h3 {
    font-family: var(--font-family-secondary);
    font-weight: var(--fw-bold);
    font-size: var(--h5-size);
    line-height: 1.5;
    color: var(--primary-hover);
    margin: 0px;
}

.hero-bottom-badge .hero-bottom-box-badge-content .hero-bot-cont p {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 1.5;
    color: #2C2F35;
    margin: 0px;
}

.hero-bottom-badge .hero-bottom-box-badge {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 72px;
    background: rgb(255, 255, 255);    
}

.hero-bottom-badge .hero-bottom-box-badge .hero-bot-img img {
    width: 180px;
}

.hero-bottom .hero-bottom-box .hero-bot-img {
}

.hero-bottom .hero-bottom-box .hero-bot-img img {
    width: 54px;
}

.hero-bottom .hero-bottom-box .hero-bot-cont {
}

.hero-bottom .hero-bottom-box .hero-bot-cont h3 {
    font-family: var(--font-family-secondary);
    font-weight: var(--fw-bold);
    font-size: var(--h5-size);
    line-height: 1.5;
    color: rgb(17, 17, 17);
    margin: 0px;
}

.hero-bottom .hero-bottom-box .hero-bot-cont p {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 1.5;
    color: rgb(108, 108, 108);
    margin: 0px;
}

.customers-logo {
    padding: 60px 0px 100px;
}

.customers-logo ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.customers-logo ul li {
}

.customers-logo ul li img {
    width: auto;
    height: 70px;
}

.out-cont {
    margin: 0px auto;
    max-width: 700px;
    text-align: center;
    width: 100%;
}

.out-cont h2 {
    font-family: var(--font-family-primary);
    font-weight: var(--fw-bold);
    font-size: var(--h2-size);
    line-height: 1.2;
    color: rgb(0, 0, 0);
    padding: 0px 60px;
    margin: 0px;
}

.out-cont p {
    color: rgb(36, 36, 36);
    font-size: 18px;
    font-family: var(--font-family-secondary);
    line-height: 1.4;
    margin-top: var(--heading-bottom-space-para);
    margin-bottom: 0px;
}

.tab-section {
    padding: 60px 0px;
}

.tab-box {
    display: flex;
    gap: 30px;
    margin-top: var(--heading-bottom-space);
}

.tab-box .tab-menu {
    width: 25%;
}

.tab-box .tab-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab-box .tab-menu ul li {
}

.tab-box .tab-menu ul li a {
    line-height: 1.4;
    font-size: 18px;
    color: rgb(28, 27, 41);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 20px;
    border-width: 1.5px 0px 0px 1.5px;
    border-style: dashed none none dashed;
    border-color: rgb(221, 221, 221) currentcolor currentcolor rgb(221, 221, 221);
    border-image: none;
    border-radius: 16px 0px 0px;
    text-decoration: none;
}

.tab-box .tab-menu ul li a span {
    display: inline-block;
    background: rgb(221, 221, 221);
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.tab-box .tab-menu ul li a.active, .tab-box .tab-menu ul li a:hover {
    background: var(--primary);
    border-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 16px;
}

.tab-box .tab-menu ul li a.active span, .tab-menu ul li a:hover span {
    background: rgb(255, 255, 255);
}

.tab-box .tab-cont {
    border-radius: var(--radius-1);
    border: 1px solid rgb(221, 221, 221);
    width: calc(75%);
    background: url("../img/tab-bg.webp") 100% 0% / 294px no-repeat;
    z-index: 1;
    position: relative;
    padding: 44px 44px 0px;
    display: none;
    overflow: hidden;
}

.tab-cont.active {
    display: block;
}

.tab-box .tab-cont::after {
    content: "";
    display: block;
    background: linear-gradient(232deg, var(--primary-disabled-opcity) 0%, transparent 68%);
    position: absolute;
    inset: 0px;
    z-index: -1;
}

.tab-box .tab-cont .tab-cont-box {
    display: flex;
    gap: 30px;
    align-items: end;
}

.tab-box .tab-cont .tab-cont-box .cont {
    width: 43%;
    display: flex;
    flex-direction: column;
}

.tab-box .tab-cont .tab-cont-box .cont span {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
}

.tab-box .tab-cont .tab-cont-box .cont span svg {
    width: 32px;
    height: 32px;
    color: rgb(255, 255, 255);
}

.tab-box .tab-cont .tab-cont-box .cont h3 {
    font-size: var(--h6-size);
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: var(--fw-semibold);
    font-family: var(--font-family-primary);
    margin-top: var(--heading-bottom-space-para);
    margin-bottom: 12px;
}

.tab-box .tab-cont .tab-cont-box .cont p {
    font-size: 16px;
    line-height: 1.4;
    color: rgb(108, 108, 108);
    margin: 0px;
}

.tab-box .tab-cont .tab-cont-box .tag-line {
    width: 55%;
}

.tab-box .tab-cont .tab-cont-box .tag-line ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 15px 10px;
}

.tab-box .tab-cont .tab-cont-box .tag-line ul li {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: var(--primary-disabled);
    border-radius: 110px;
    gap: 8px;
    font-size: 14px;
    color: rgb(22, 22, 22);
    line-height: 1.4;
}

.tab-box .tab-cont .tab-cont-box .tag-line ul li span {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: var(--primary-hover);
}

.tab-box .tab-cont .tab-cont-img {
    background: rgb(247, 245, 244);
    padding: 35px 25px 0px;
    border-radius: 36px 36px 0px 0px;
    margin-top: 48px;
    box-shadow: rgba(148, 178, 168, 0.21) -10px -10px 18px;
    margin-bottom: -10px;
}

.tab-box .tab-cont .tab-cont-img img {
    width: 100%;
}

.drive-measurable {
    padding: 90px 0px;
    background: linear-gradient(0deg, var(--primary-disabled)0%, #FFFFFF 77%);
}

.drive-measurable .out-cont {
    margin-bottom: 0px;
}

.drive-measurable .drive-box-div {
    margin-top: var(--heading-bottom-space);
}

.drive-measurable .drive-box-div .drive-box {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.drive-measurable .drive-box-div .drive-box img {
    width: 80px;
}

.drive-measurable .drive-box-div .drive-box h3 {
    font-size: var(--h6-size);
    font-weight: var(--fw-semibold);
    color: rgb(0, 0, 0);
    line-height: 1.3;
    margin: 32px 0px 12px;
    font-family: var(--font-family-primary);
}

.drive-measurable .drive-box-div .drive-box p {
    font-size: 18px;
    line-height: 1.4;
    color: rgb(108, 108, 108);
    margin: 0px;
}

.drive-measurable .drive-box-div .drive-box.pad-top {
    padding-top: 130px;
}

.testimonials {
    padding: 60px 0px;
    text-align: center;
    background: linear-gradient(180deg, var(--primary-disabled)0%, #FFFFFF 77%);
}

.testimonials img {
    width: 42px;
    /* filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(2284%) hue-rotate(220deg) brightness(97%) contrast(97%); */
    /* & img.quote-icon { */
        /* filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(2284%) hue-rotate(210deg) brightness(97%) contrast(97%); */
    /* } */
}

.testimonials p {
    font-size: 24px;
    color: rgb(17, 17, 17);
    line-height: 1.4;
    margin: 30px auto 45px;
    max-width: 850px;
}

.testimonials h4 {
    font-size: 24px;
    color: rgb(17, 17, 17);
    font-weight: 600;
}

.testimonials h5 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(68, 68, 68);
}

.get-started {
    background: var(--primary-focus);
    padding: 170px 0px;
    position: relative;
}

.get-started-box {
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.get-started h2 {
    margin-bottom: var(--heading-bottom-space-para);
    font-size: var(--h3-size);
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: var(--font-family-primary);
}

.get-started p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.4;
}

.get-started::after, .get-started::before {
    content: "";
    display: block;
    width: 70%;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, var(--primary) 0%, var(--primary) 70%, var(--primary) 85%, transparent 100%);
    clip-path: polygon(0px 0px, 96% 0px, 100% 50%, 96% 100%, 0px 100%);
}

.get-started::before {
    top: 2rem;
}

.get-started::after {
    bottom: 2rem;
    right: 0px;
    transform: rotate(180deg);
}

.get-started-btn {
    display: flex;
    justify-content: center;
}

.get-started a {
	font-family:var(--font-family-secondary);
    border-radius: 12px;
    font-weight: var(--fw-semibold);
    background: var(--warning);
    padding: var(--btn-lg);
    line-height: 0;
    gap: 10px;
    margin-top: var(--button-commom-top-space);
    align-items: center;
    letter-spacing: 0.3px;
    font-size: 16px;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: flex;
    color: rgb(10, 14, 21);
}

.get-started a svg {
    transition: 0.5s;
    width: 24px;
}

.faq-section {
    padding: 60px 0px;
}

.faq-div {
    display: flex;
    justify-content: space-between;
}

.faq-div .faq-head {
    width: 33%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.faq-div .faq-head h2 {
    font-size: var(--h3-size);
    line-height: 1.2;
    font-weight: 700;
    opacity: 0.5;
    font-family: var(--font-family-primary);
}

.faq-div .faq {
    width: 66%;
}

.faq-div .faq .faq-box {
    border: 1px solid rgb(221, 221, 221);
    border-radius: var(--radius-1);
    padding: 32px;
    margin-bottom: 15px;
}

.faq-div .faq .faq-box h4 {
    font-size: var(--sub-heading-size);
    font-weight: var(--fw-medium);
    color: rgb(10, 14, 21);
    margin-bottom: 8px;
    font-family: var(--font-family-secondary);
}

.faq-div .faq .faq-box p {
    margin: 0px;
    color: rgb(77, 77, 77);
    font-size: 18px;
    line-height: 1.5;
}

.footer {
    padding: 60px 0px;
    background: url("../img/footer-bg.webp") center center / cover no-repeat;
    border-top: 1px solid rgb(221, 221, 221);
}

.footer p {
    margin: 0px;
    font-size: 18px;
    color: rgb(22, 22, 22);
    line-height: 1.4;
}

.foot-img {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.foot-img img {
    width: 60px;
}

.foot-img p {
    margin: 0px;
    font-weight: 700;
    font-size: 26px;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 0px 0px;
    padding: 0px;
    list-style: none;
}

ul.social li {
}

ul.social li a {
}

ul.social li a img {
    width: 32px;
}

.footer address {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer address p {
    font-weight: 400;
    text-decoration: none;
    margin: 0px;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.footer address a {
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.footer-bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    transition: 1s;
    margin-top: 30px;
}

.footer ul.social li a img {
    width: 32px;
}

.footer-bottom p {
    opacity: 0.7;
    margin: 0px;
    word-break: break-all;
    white-space: normal;
    font-size: 14px;
}

.footer-bottom ul li a {
    padding: 0px 8px;
    border-right: 1px solid rgb(0, 0, 0);
    white-space: nowrap;
}

.footer-bottom ul li:last-child a {
    border: 0px;
    padding-right: 0px;
}

.carousel {
    margin-top: 20px;
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: 50px;
    opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 48px;
    height: 48px;
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center center / 15px no-repeat rgb(255, 255, 255);
    border-radius: 100%;
    border: 1px solid #ddccaf;
    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }

    & .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }
}

.carousel-control-prev-icon {
    transform: rotate(180deg);
    margin-left: 2px;
}

.carousel-control-prev {
    left: 40px;
}

.carousel-control-next {
    right: 40px;
}

.header .menu .header-menu button:hover, .get-started a:hover {
    opacity: 0.9;
}

.header .menu .header-menu button:hover svg, .get-started a:hover svg {
    transform: translateX(10px);
}

.header .hero-content a:hover {
    background: var(--primary-hover);
}

.header .hero-content a:hover svg {
    transform: translateX(10px);
}

.customers-logo {
    overflow: auto;
    scrollbar-width: none;
}

.customers-logo::-webkit-scrollbar {
    display: none;
}

.tab-box .tab-menu ul {
    overflow: auto;
    scrollbar-width: none;
}

.tab-box .tab-menu ul::-webkit-scrollbar {
    display: none;
}

.test-box {
    box-sizing: border-box;
}

.carousel-inner {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    margin-top: var(--heading-bottom-space);
}

.carousel-inner::after, .carousel-inner::before {
    content: "";
    position: absolute;
    width: 20%;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(85deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.95));
    z-index: 1;
    display: none;
}

.carousel-inner::after {
    right: 0px;
}

.carousel-inner::before {
    left: 0px;
}

.tabs {
    overflow: auto;
    scrollbar-width: none;
    flex-direction: row;
    gap: 15px;
    list-style: none;
    margin: 0px 0px 20px;
    padding: 0px;
    display: flex;
}

.tabs .tab {
    line-height: 1.4;
    color: rgb(28, 27, 41);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    padding: 13px 18px;
    font-size: 16px;
    border-width: 1.5px 0px 0px 1.5px;
    border-style: dashed none none dashed;
    border-color: rgb(221, 221, 221) currentcolor currentcolor rgb(221, 221, 221);
    border-image: none;
    border-radius: 16px 0px 0px;
    text-decoration: none;
}

.tabs .tab span {
    display: inline-block;
    background: rgb(221, 221, 221);
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.tabs .tab.active {
    background: var(--primary);
    border-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 16px;
}

.tabs .tab.active span {
    background: rgb(255, 255, 255);
}

.swiper-slide.tab-cont {
    display: block;
}

.mob-tab-box {
    display: none;
}

.inner-page-hero {
    background: rgb(2, 90, 63);
    padding: 30px 0px 130px;
}

.breadcrumb {
    margin: 30px 0px 0px;
    padding: 0px;
}

.breadcrumb li {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

.breadcrumb-item.active {
    color: rgb(255, 255, 255);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255, 255, 255);
}

.inner-page-hero-cont {
    padding-top: 80px;
}

.inner-page-hero-cont img {
    width: 100%;
}

.inner-page-hero-cont h2 {
    color: rgb(255, 255, 255);
    font-size: var(--h1-size);
    line-height: 1.2;
    font-weight: var(--fw-bold);
    text-align: left;
}

.inner-page-hero-cont p {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Instrument Sans", sans-serif;
    margin-top: var(--heading-bottom-space-para);
}

.case-study-deta {
    background: var(--primary-disabl);
    border-radius: 56px 56px 0px 0px;
    position: relative;
    padding: 40px 0px;
}

.case-study-deta h2 {
    font-size: 49px;
    font-weight: 700;
    font-family: "Instrument Sans", sans-serif;
    margin: 0px;
    line-height: normal;
}

.case-study-deta-div {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
}

.case-study-deta-box {
}

.case-study-deta-box:nth-child(2) {
    padding: 0px 12%;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}

.case-study-deta-box span {
    font-size: 36px;
    font-weight: 700;
    color: rgb(2, 90, 63);
    display: inline-block;
    line-height: normal;
    font-family: "Instrument Sans", sans-serif;
}

.case-study-deta-box p {
    margin: 0px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 17px;
    color: rgb(2, 90, 63);
    font-family: "Instrument Sans", sans-serif;
}

.case-study-deta::before {
    content: "";
    background: var(--primary);
    position: absolute;
    z-index: -1;
    width: 100%;
    display: inline-block;
    top: 0px;
    bottom: 0px;
}

.table-of-content-sec {
    background: rgb(255, 255, 255);
    border-radius: 56px 56px 0px 0px;
    position: relative;
    padding: 80px 0px;
}

.table-of-content-sec::before {
    content: "";
    background: var(--primary-disabl);
    position: absolute;
    z-index: -1;
    width: 100%;
    display: inline-block;
    top: 0px;
    bottom: 0px;
}

.table-of-content-menu {
    position: sticky;
    top: 50px;
    align-self: flex-start;
}

.table-of-content-menu h3 {
    font-family: var(--font-family-primary);
    font-size: var(--sub-heading-size);
    font-weight: var(--fw-bold);
    margin-bottom: 30px;
}

.table-of-content-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.table-of-content-menu ul li {
}

.table-of-content-menu ul li a {
    border: 1px solid rgb(222, 222, 222);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    transition: 1s;
    cursor: pointer;
}

.table-of-content-menu ul li a label {
    font-family: var(--font-family-secondary);
    font-weight: 400;
    font-size: 13px;
    color: rgb(10, 14, 21);
    text-decoration: none;
    width: calc(100% - 24px);
    padding-right: 20px;
    cursor: pointer;
    margin: 0px;
    opacity: 0.8;
    line-height: 1.3 !important;
}

.table-of-content-menu ul li a span {
    width: 24px;
    height: 24px;
    border: 1px solid rgb(222, 222, 222);
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
}

.table-of-content-menu ul li a span svg {
    width: 9.6px;
    height: 9.6px;
    color: rgb(0, 0, 0);
}

.table-of-content-menu a.active {
    font-weight: 500;
    background: rgb(241, 234, 255);
}

.table-of-content-menu a.active label {
    font-weight: 500;
    opacity: 1;
    font-size: 14px;
}

.table-of-cont-img {
    width: 100%;
}

.table-of-cont-img img {
    width: 100%;
}

.company-box {
    background: rgb(241, 234, 255);
    border-radius: 24px;
    padding: 45px;
    margin-bottom: 25px;
}

.company-box h4 {
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(22, 22, 22);
    font-family: var(--font-family-secondary);
    align-items: center;
    letter-spacing: 0.1px;
    margin-top: var(--heading-bottom-space-para);
}

.company-box h4 span {
}

.company-box h4 span svg {
    color: var(--primary);
    width: 20px;
    height: 20px;
}

.company-box p {
    font-family: "Instrument Sans", sans-serif;
    color: rgb(22, 22, 22);
    font-weight: 400;
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px !important;
}

.company-box ul {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 65px !important;
}

.company-box ul li {
    font-family: "Instrument Sans", sans-serif;
    color: rgb(22, 22, 22);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 14px !important;
}

.testimonial-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.right-content-box {
    border-radius: 24px;
    border: 1px solid rgb(221, 221, 221);
    padding: 32px;
    margin-bottom: 35px;
}

.case-cont-box {
}

.case-no {
    padding: 12px 20px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 8px;
    line-height: normal;
    font-family: Inter, sans-serif;
}

.case-no:hover {
}

.case-cont-box h2 {
    font-family: var(--font-family-primary);
    font-weight: var(--fw-bold);
    font-size: var(--h4-size);
    color: rgb(10, 14, 21);
    line-height: 1.2;
    margin-bottom: var(--heading-bottom-space-para);
}

.case-cont-box p {
    font-family: var(--font-family-secondary);
    color: rgb(22, 22, 22);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.case-cont-box ul {
    margin: 0px;
    padding: 0px 0px 0px 35px;
}

.case-cont-box ul li {
    font-family: var(--font-family-secondary);
    color: rgb(22, 22, 22);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
}

.case-cont-box h3 {
    font-weight: 600;
    font-size: var(--h6-size);
    line-height: 1.2;
    color: rgb(0, 0, 0);
    font-family: "Instrument Sans", sans-serif;
    margin-top: 26px;
    margin-bottom: 12px;
}

.case-test {
    display: flex;
    gap: 20px;
    margin-top: 32px;
}

.case-test .case-qu-img {
    width: 72px;
    height: 72px;
    background: var(--primary);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-test .case-qu-img img {
    width: 45%;
    filter: brightness(0) invert(1);
    opacity: .6;
}

.case-test .case-qu-cont {
    background: var(--primary);
    border-radius: 24px;
    width: calc(100% - 92px);
    padding: 32px;
}

.case-test .case-qu-cont p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
}

.right-content-box.img {
    text-align: center;
}

.right-content-box.img img {
    width: 80%;
}

.case-running-text .stat-card {
    background: #F1EAFF;
    padding: 32px 40px;
    margin-top: 15px;
    border-radius: 20px;
}

.case-running-text .stat-card .plus, .case-running-text .stat-card .suffix, .case-running-text .stat-card h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-weight: var(--fw-bold);
    margin-bottom: 0;
}

.case-running-text .stat-card p {
    margin: 0px;
    font-size: 14px;
}

.case-swiper-box {
    margin-bottom: 35px;
}

.case-swiper {
    position: absolute;
    left: 0px;
    width: calc(-15px + 100vw);
    transition: 2s;
}

.more-case {
    padding: 60px 0px;
}

.more-case .out-cont {
    max-width: 570px;
    margin: 0px auto 50px;
}

.case-slide-box {
    border: 1px solid #DEDEDE;
    border-radius: 24px;
    padding: 32px 24px;
    overflow: hidden;
}

.case-slide-box h5 {
    background: rgb(11, 185, 55);
    display: inline-flex;
    color: rgb(255, 255, 255);
    border-radius: 8px;
    font-size: 25px;
    font-weight: 700;
    font-family: "Instrument Sans", sans-serif;
    line-height: normal;
    padding: 4px 5px;
    margin: 0px;
    display: none;
}

.case-slide-box p {
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    color: rgb(22, 22, 22);
    line-height: 1.4;
}

.case-slide-box .case-foot {
}

.case-slide-box .case-foot {
    display: flex;
    justify-content: space-between;
    background: #F1EAFF;
    margin: 0px -24px -32px;
    padding: 20px 28px;
    align-items: center;
}

.case-slide-box .case-foot h6 {
    font-family: "Instrument Sans", sans-serif;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 1.2;
}

.case-slide-box .case-foot p {
    margin: 0px;
    font-size: 13px;
    font-weight: 100;
    color: rgb(22, 22, 22);
    text-transform: capitalize;
}

.case-slide-box .case-foot a {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(236, 236, 236);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.case-slide-box .case-foot a svg {
    width: 16px;
    height: 16px;
}



/******************       Demo & Calender Pages       ************************/


.demo-page-common-bg{
  background:url(../img/demo-bg.webp);
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar-brand{
    width: 152px;
    padding: 0;
    margin=top: 2;
}

.navbar{
    padding: 20px 0 !important;
}
.navbar-brand img{
    width: 100%;
}

.blog-new-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-req{
    display: inline-block;
    padding: 10px 20px;
    background: #008d62;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    
    font-weight: 600;
    text-decoration: none;
}
.blog-req:hover, .hero-banner .hero-cont .hero-cta-box-cont a:hover, .cus-div-box .content a:hover{
    background: #086a4c;
    color: #fff;
    text-decoration: none;
}
.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 12px;
}
.logo-head{
  font-size: 14px !important;
  margin-top: 20px;
  color: #1C1C1C !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Track */
.logo-track {
    display: inline-flex;
    white-space: nowrap;
    0:
    AUTO 100PX;
	gap:10px;
}

.logo-track-ltr {
    display: inline-flex;
    white-space: nowrap;
    0:
    AUTO 100PX;
	gap:10px;
}


/* Logos */
.logo-track img {
    height: 48px;    
}

/* LEFT SCROLL */
.scroll-left {
    animation: scrollLeft 20s linear infinite;
    background: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
}

/* RIGHT SCROLL */
.scroll-right {
    animation: scrollRight 20s linear infinite;
}

/* Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.animated-push-btn-cta{
    transform: translateY(0);
    transition: all 600ms cubic-bezier(0.3, 0.7, 0.4, 1) 0s;
    /* box-shadow: 0 -0.5em 0.5em transparent, 0 0.5em 0.5em transparent,
    0 0.25em 0.3em -0.2em hsla(190deg, 50%, 50%, 0.46),
    0 0.25em 0.75em hsla(190deg, 40%, 40%, 0.3); */
    overflow: hidden;
    background: #008d62;
    }


    .animated-push-btn-cta:hover{
        background: #10aa7c;
    }

.animated-push-btn-cta:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}


@-webkit-keyframes shiny-btn1 {
 0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.form-banner-section{
    padding: 0 0 0 0;
}
.form-banner{}
.form-banner h1{
    font-size: var(--h2-size);
    font-weight: var(--fw-bold);
    margin-bottom: var(--heading-bottom-space-para);
    font-family: var(--font-family-primary);
}
.form-banner h1 span{
    color: var(--primary);
}
.form-banner p{
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    font-family: "Instrument Sans", sans-serif;
}

.form-area {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.form-container #crmWebToEntityForm.zcwf_lblTopBottom, .form-container #crmWebToEntityForm.zcwf_lblLeft{
  box-shadow: none;
  border: none;
  border-radius: 3px;
  padding: 33px;
  
}
#crmWebToEntityForm .zcwf_title{
  display: none;
  font-family: "Inter", sans-serif;
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;

}
#crmWebToEntityForm .zcwf_row{
  margin: 5px 0 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab{
  width: 100%;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab label{
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  line-height: 19.6px;
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  /* max-width: 235px !important; */
  min-width: 235px !important;
  color:#0A0E15;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld{
  width: 100%;
}

#crmWebToEntityForm .zcwf_row .zcwf_col_fld_hp_hero{
  width: 100%;
  display: flex;
  justify-content: space-between;
}


#crmWebToEntityForm .zcwf_row .zcwf_col_fld textarea{
	width: 100%;
	font-size: 14px;	
    border: 1px solid #c0c6cc !important;
	font-family: "Inter", sans-serif;
    resize: vertical;
    border-radius: 12px;
    float: left;
	height: 100px;	
	color : #3a3a3c;
	font-weight: 500;
	padding: .5rem 1rem;
}


#crmWebToEntityForm .zcwf_row .zcwf_col_fld input{
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  padding: .5rem 1rem;
  /* border: 1px solid #00000078 !important; */
  border-radius: 12px;
  color: #3a3a3c;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
  height: 56px;
  margin: 0 auto !important;
}


#crmWebToEntityForm .zcwf_row .zcwf_col_fld_hp_hero input{
  width: 60%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  padding: .5rem 1rem;
  border: 1px solid var(--tertiary-hover);   /*--tertiary-focus*/
  border-radius: 12px;
  color: #3a3a3c;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
  height: 56px;
  margin: 0 auto !important;
}

#crmWebToEntityForm .zcwf_row .zcwf_col_fld_hp_hero input:focus, #crmWebToEntityForm .zcwf_row .zcwf_col_fld_hp_hero input:focus-visible{
  border: 1px solid var(--tertiary-focus) !important;
  outline: none;
  transition: all 0.3s ease 0s;
}

#crmWebToEntityForm .zcwf_row .zcwf_col_fld input.frm-email{
  display: block !important;
  /* max-width: 235px !important; */
  /* min-width: 235px !important; */
}

.formsubmit.zcwf_button:hover{
	background: #04684a;
}
.demo-form input[type="email"] {
    width: 100%;
    max-width: 300px;         /* Same width as image */
    height: 54px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus, #crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus-visible{
  border: 1px solid #00212C !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input.is-invalid{
  border-color: red !important;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select{
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid #d9d8fe;
  border-radius: 4px;
  color: #3a3a3c;
  margin-top: 5px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus-visible{
  border: 1px solid #00212C !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
/* #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164{
  padding: 12px 0;
  border: none;
  overflow: hidden;
  height: 100% !important;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164:focus, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164:focus-visible{
  border: none !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option {
  margin-bottom: 10px;
  position: relative;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"], #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:checked{
  background: none;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"]::before{
  border: 1px solid #fff;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:before {
  content: '';
  border: 1px solid #00212C;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  display: none;
  left: 3px;
  top: 1px;
  background: url(./../images/success-check.svg) no-repeat 0 0 scroll;
  background-size: 100%;
  filter: grayscale(1) brightness(0.5);
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"]::before, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:checked::before{
  border: 1px solid #004CFF;
  background: #004CFF;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"]::after, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:checked::after{
  display: block;
} */
#crmWebToEntityForm .zcwf_row_checkbox_list{
  margin-top: 20px;
}
#crmWebToEntityForm .zcwf_row_checkbox_list > .zcwf_col_lab{
  margin-bottom: 20px;
}
  #crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab{
  order: 2;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab label{
  font-weight: 400;
  font-size: 16px;
  color: #00212C;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld{
  padding-right: 0;
  margin-top: 0;
}
  #crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld input{
  margin-top: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .zcwf_button{
  display: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .frmLabelheight{
	font-size:12px;
	font-family: Arial;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button{
  display: block;
  background: var(--primary);
  color: #ffffff;
  padding: var(--btn-md);
  font-size: 14px;
  text-align: center;
  border:none !important;
  border-radius: 12px;
  font-family: "Instrument Sans", sans-serif;
  width: 100% !important;
  margin-bottom:0px !important;
  height: auto;
  max-width: 100%;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:hover{
  background: var(--primary-hover);
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:disabled{
  cursor: not-allowed;
  opacity: 0.7;
}
#recaptcha-wrapper{
	height: 95px;               
    margin-bottom: 20px;
}

.recaptcha-show{
  display: block !important;
}
.auther{
    /* background: #eeeeee; */
    margin-top: 35px;
    /* padding: 30px 30px; */
    border-radius: 6px;
}
.auther p{
    font-size: 18px;
    /* font-style: italic; */
    font-family: "Inter", sans-serif;
    line-height: 25px;
    color: #000;
}
.auther p.pos{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #454545;
    opacity: .6;
    line-height: 7px;
}
.auther p.comp{
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}

.form-cus-btn{
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  color: #111111;
  font-family: "Instrument Sans", sans-serif;
  opacity: .36;
}


.mob-div{
  display: none;
}

#recaptcha-wrapper{
      max-height: 75px;
    }




    
.multi-step-form{
    max-width:720px;
    margin:auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 3px 3px 21px rgba(0,0,0,0.08);
    border-bottom: 6px solid var(--primary);
}

/* STEP TEXT */
.step-title-top{
    font-size: 16px;
    font-weight:700;
    color: var(--primary);
    margin-bottom: 5px;
}

/* PROGRESS BAR */
.progressbar{
    width:100%;
    height: 8px;
    background:#ececec;
    border-radius:30px;
    overflow:hidden;
    margin-bottom: 20px;
}

.progress{
    width:33%;
    height:100%;
    background: var(--primary);
    border-radius:30px;
    transition:0.4s ease;
}

/* STEP CONTENT */
.step{
    display:none;
    animation:fade .4s ease;
}

.step.active{
    display:block;
}

@keyframes fade{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* QUESTION */
.question{
    font-size: var(--sub-heading-size);
    line-height:1.4;
    font-weight:700;
    color:#111;
    margin-bottom: 25px;
}

/* OPTIONS */
.options{
    display:flex;
    gap: 20px;
    flex-wrap: wrap;
}

.option{
    border: 1px solid #f1f1f1;
    padding:20px 24px;
    border-radius: 12px;
    cursor:pointer;
    transition:0.3s;
    font-size:16px;
    font-weight: var(--fw-medium);
    width: calc(50% - 10px);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.option:hover{
    border-color: var(--primary-disabl);
}

.option.active{
    border-color: #DDCAFF;
    background: var(--primary-disabled);
    color: #DDCAFF;
    position: relative;
}

.option input{
    display:none;
}

/* INPUTS */
.input-field{
    width:100%;
    height: 56px !important;
    border:1px solid #ddd;
    border-radius: 12px !important;
    padding:0 18px;
    font-size:16px;
    margin-bottom: 8px;
    outline:none;
}

.input-field:focus{
    border-color:var(--primary);
}

/* BUTTONS */
.btn-group{
    display:flex;
    gap:15px;
    margin-top: 15px;
}

.btn{
    border:none;
    padding: 16px 34px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor:pointer;
    transition:0.3s;
    height: 56px !important;
}

.btn-next,
.btn-submit{
    background: var(--primary);
    color: #fff !important;
    border: 0 !important;
}

.btn-next:hover,
.btn-submit:hover{

    background: var(--primary-hover);
}

.btn-back{
    background:#e9e9e9;
    color:#111;
    display: none;
}

.btn:hover{
    opacity:0.9;
}


.mob-div{
  display: none;
}

.option.active::after{
  content: "";
  background: url('../img/check-icon-green.svg') no-repeat center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  top: 6px;
  display: block;
}

.space-re{
    display: none;
}

.cus-show{
    display: block !important;
}





/************************       Free Trial       ********************/



.free-trial-common-bg{
	background:url(../img/background-image.png) right;
	background-size: cover;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.navbar-brand{
    width: 152px;
    padding: 0;
}
.txtcenter{text-align:center;}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.width152{width:152px;}
.navbar{
    padding: 55px 0 !important;
}
.navbar-brand img{
    width: 100%;
}

.blog-new-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	margin-top: 0px;
    margin-bottom: 50px;
}
.blog-req{
    display: inline-block;
    padding: 10px 20px;
    background: #008d62;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    
    font-weight: 600;
    text-decoration: none;
}
.blog-req:hover, .hero-banner .hero-cont .hero-cta-box-cont a:hover, .cus-div-box .content a:hover{
    background: #086a4c;
    color: #fff;
    text-decoration: none;
}
.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 12px;
}
.logo-head{
  font-size: 12px !important;
  margin-top: 65px;
  color: #1C1C1C !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Track */
.logo-track {
    display: inline-flex;
    white-space: nowrap;
    0:
    AUTO 100PX;
}

/* Logos */
.logo-track img {
    height: 48px;    
}

/* LEFT SCROLL */
.scroll-left {
    animation: scrollLeft 20s linear infinite;
    background: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
}

/* RIGHT SCROLL */
.scroll-right {
    animation: scrollRight 20s linear infinite;
}

/* Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.animated-push-btn-cta{
    transform: translateY(0);
    transition: all 600ms cubic-bezier(0.3, 0.7, 0.4, 1) 0s;
    /* box-shadow: 0 -0.5em 0.5em transparent, 0 0.5em 0.5em transparent,
    0 0.25em 0.3em -0.2em hsla(190deg, 50%, 50%, 0.46),
    0 0.25em 0.75em hsla(190deg, 40%, 40%, 0.3); */
    overflow: hidden;
    background: #008d62;
    }


    .animated-push-btn-cta:hover{
        background: #10aa7c;
    }

.animated-push-btn-cta:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}


@-webkit-keyframes shiny-btn1 {
 0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.form-banner-section{
    padding: 0 0 0px 0;
}



.trial-section{
    width:100%;
    text-align:center;
}
.trial-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
	margin-top:50px;
    margin-bottom:14px;
	
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important; /* your input bg */
  -webkit-text-fill-color: #000 !important; /* text color */
  border-radius: inherit;
  transition: background-color 5000s ease-in-out 0s;
}
.trial-heading span{
    color:#494949;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
}
.trial-form-wrapper {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 9px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(        90deg,        var(--primary),        #ffffff,        var(--primary)    );
    background-size: 300% 100%;
    animation: borderAnimation 4s linear infinite;
}

@keyframes borderAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

.captcha-wrapper {
    display: flex;
    justify-content: center;
    
}


.trial-form-wrapper::before {
  content: "";
  position: absolute;
  inset: 3px;
  background: #fff;
  border-radius: 50px;
  z-index: 0;
}
.trial-form-wrapper input{
    flex:1;
	border:none;
    outline:none;
	background:transparent;
	padding:7px 24px;
	color:#000000;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	z-index:1;

}
.formsubmit.zcwf_button:hover{
	background: var(--primary-hover);
    color: #fff !important;
    border: 0 !important;
	
}
.trial-form-wrapper input::placeholder{
    color:#9e9e9e;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 500;
	z-index:1;
}
.trial-form-wrapper button{
    border:none;
    outline:none;
	color:#ffffff;
	padding:14px 33px;
	border-radius:50px;
	font-family: "Instrument Sans", sans-serif;
	font-size:14px;
    font-weight:500;
	cursor:pointer;
	background: linear-gradient(180deg, #008D62 0%, #014530 100%);
	transition:all 0.3s ease;
}

.trial-form-wrapper button:hover{
    background:#005437;
}
.trial-bottom-text{
    font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	color:#494949;
	padding:0px 10px;
}

.form-banner ul{margin: 20px 0;}
.form-banner ul li{
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    font-family: "Instrument Sans", sans-serif;
}






/***********************       Responsive       ********************/


@media (max-width: 1200px) {
    .test-box {
        width: 75%;
        margin: 0px auto;
    }
}

@media (max-width: 991px) {
    .carousel-control-next, .carousel-control-prev {
        bottom: initial;
        top: 70px;
        opacity: 1;
    }

    .carousel-control-next, .carousel-control-next-icon, .carousel-control-prev, .carousel-control-prev-icon {
        width: 32px;
        height: 32px;
    }

    .carousel-control-prev, .carousel-control-prev-icon {
        width: 34px;
    }

    .carousel-control-prev {
        left: initial;
        right: 40px;
    }

    .carousel-control-next {
        right: 0px;
    }

    .tab-box {
        flex-wrap: wrap;
        gap: 0px;
    }

    .tab-box .tab-menu {
        width: 100%;
    }

    .tab-box .tab-menu ul {
        flex-direction: row;
        overflow-x: scroll;
        padding-bottom: 20px;
        gap: 15px;
    }

    .tab-box .tab-menu ul li a {
        white-space: nowrap;
        padding: 13px 18px;
        font-size: 16px;
    }

    .tab-box .tab-cont .tab-cont-box {
        flex-wrap: wrap;
    }

    .tab-box .tab-cont {
        width: 100%;
        padding: 25px 25px 0px;
    }

    .tab-box .tab-cont .tab-cont-box .cont, .tab-box .tab-cont .tab-cont-box .tag-line {
        width: 100%;
    }

    .tab-box .tab-cont .tab-cont-box .cont span {
        width: 48px;
        height: 48px;
    }

    .tab-box .tab-cont .tab-cont-box .cont span svg {
        width: 24px;
        height: 24px;
    }

    .tab-box .tab-cont .tab-cont-box .cont h3 {
    }

    .tab-box .tab-cont .tab-cont-box .cont p {
        font-size: 14px;
    }

    .tab-box .tab-cont .tab-cont-box .tag-line ul li {
        padding: 6px 12px;
        font-size: 12px;
    }

    .tab-box .tab-cont .tab-cont-box .tag-line ul {
        justify-content: start;
        gap: 5px;
    }

    .drive-measurable .drive-box-div .drive-box img {
        width: 65px;
    }

    .drive-measurable .drive-box-div .drive-box.pad-top {
        padding: 0px;
    }

    .drive-measurable .drive-box-div .drive-box h3 {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .drive-measurable .drive-box-div .drive-box {
        margin-bottom: var(--heading-bottom-space);
        flex-direction: row;
        align-items: self-start;
        gap: 25px;
    }

    .faq-div {
        flex-wrap: wrap;
    }

    .faq-div .faq-head {
        width: 100%;
        position: initial;
    }

    .faq-div .faq {
        width: 100%;
    }

    .faq-div .faq-head h2 {
        margin-bottom: 35px;
    }

    .customers-logo {
        overflow: scroll;
        padding: 50px 0px;
    }

    .customers-logo ul {
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .right-content-box{
    border: 0;
    padding: 0;
}
   .case-running-text .stat-card p{
    padding: 0;
   }
   .right-content-box.img{
        border: 1px solid #DDDDDD;
    padding: 30px;
   }
   .right-content-box.img img{
    width: 100%;
   }
   .table-of-content-menu{
    display: none;
}
 .case-study-deta-box{
        width: 33.33%;
        padding: 0 15px !important;
    }
}

@media (max-width: 768px) {
    .header .hero-content h1 {
        margin-bottom: 12px;
    }

    .header .hero-content p {
        font-size: 16px;
    }

    .hero-bottom {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-bottom .hero-bottom-box {
        width: 100%;
        padding: 15px;
    }

    .hero-bottom .hero-bottom-box .hero-bot-cont h3 {
        font-size: 20px;
    }

    .hero-bottom .hero-bottom-box .hero-bot-cont p {
        font-size: 14px;
    }

    .hero-bottom .hero-bottom-box .hero-bot-img img {
        width: 40px;
    }

    .out-cont h2 {
        padding: 0px;
        letter-spacing: 0.4px;
    }

    .out-cont p {
        font-size: 14px;
    }

    .testimonials p {
        font-size: 20px;
    }

    .testimonials h4 {
        font-size: 22px;
    }

    .testimonials h5 {
        font-size: 16px;
    }

    .get-started h2 {
        font-size: 32px;
    }

    .get-started p {
        font-size: 16px;
    }

    .get-started a {
        font-size: 16px;
    }

    .get-started-btn {
        justify-content: center;
    }

    .get-started {
        text-align: center;
    }

    .footer address {
        margin-top: 35px;
    }

    .foot-img img {
        width: 45px;
    }

    .foot-img p {
        font-size: 20px;
    }

    .footer p {
        font-size: 16px;
    }

    .faq-div .faq-head h2 {
        text-align: center;
        letter-spacing: 0.4px;
    }

    .header .hero-content a {
        font-size: 16px;
    }

    .testimonials {
        padding-bottom: 130px;
        text-align: left;
    }

    .testimonials img {
        width: 36px;
    }

    .faq-div .faq .faq-box {
        padding: 25px;
    }

    .faq-div .faq .faq-box h4 {
    }

    .faq-div .faq .faq-box p {
        font-size: 14px;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .container {
        padding: 0px 25px;
    }

    .header .menu .header-menu button {
        display: none;
    }

    .test-box {
        width: 100%;
    }

    .drive-measurable {
        padding-top: 0px;
    }

    .carousel-control-next, .carousel-control-prev {
        position: initial;
    }

    .test-nav-arrow {
        display: flex;
        gap: 10px;
        justify-content: end;
        margin-top: 25px;
    }

    .tab-box .tab-cont .tab-cont-img {
        width: 550px;
        margin-top: 32px;
    }

    .tab-box {
        display: none;
    }

    .mob-tab-box {
        display: block;
    }

     .inner-page-hero-cont{
        padding-top: 30px;
    }
    .breadcrumb li{
        font-size: 12px;
    }
    .inner-page-hero-cont h2{
        letter-spacing: .10px;
    }
    .inner-page-hero-cont p{
        font-size: 15px;
    }
    .inner-page-hero{
        padding:30px 0 60px 0;
    }
    .case-study-deta, .table-of-content-sec{
        border-radius: 40px 40px 0 0;
    }
    .case-study-deta h2{
        text-align: center;
        font-size: 26px;
        margin-bottom: 33px;
    }
   
    .case-study-deta-box span{
        font-size: 24px;
    }
    .case-study-deta-box p{
        font-size: 12px;
    }
    .case-no{
        font-size: 12px;
    }
    .case-cont-box h2{
        font-size: 22px;
        letter-spacing: 0.10px;
    }
    .company-box{
        padding: 25px;
    }
    .company-box p, .company-box ul li{
        font-size: 13px !important;
    }
    .company-box ul{
        padding-left: 55px !important;
    }
    .case-cont-box p, .case-cont-box ul li{
        font-size: 14px;
    }
    .case-test{
        flex-direction: column;
    }
    .case-test .case-qu-img{
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    .case-test .case-qu-cont{
        border-radius: 12px;
        width: 100%;
    }
    .case-test .case-qu-cont p{
        font-size: 16px;
    }
    .table-of-cont-img img{
        width: 100%;
    }
    .case-cont-box h3{
        font-size: 16px;
    }
    .case-running-text .stat-card{
        display: flex;
        align-items: center;
        padding: 20px 25px;
        border-radius: 16px;
        margin-top: 15px;
    }
     .case-running-text .stat-card h2, .case-running-text .stat-card span{
                font-size: 22px !important;
        margin: 0 !important;
     }
.case-running-text .stat-card p{
            font-size: 13px;
        padding: 0;
        min-height: auto;
        padding-left: 15px;
}
.more-case .out-cont h2{
    font-size: 24px;
}
.case-slide-box h5{
    font-size: 20px;
}
.case-slide-box p{
    font-size: 15px;
}
.auther{
  /* display: none; */
}
.logo-slider{
  margin-bottom: 20px;
}
.des-div {
        display: none;
    }
	.mob-div{
	  display: block;
	  padding-bottom: 15px;
	}

     .multi-step-form{
        padding:25px;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    

    .question{
        font-size:24px;
    }

    .option{
        padding:16px 18px;
        font-size:15px;
    }

    .btn{
        width:100%;
    }

    .btn-group{
        flex-direction:column;
    }

}
  @media only screen and (min-width: 640px) and (max-width: 1200px) {

    #crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button{
  margin-top: 15px !important;
 }
.multi-step-form{
        padding:25px;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    

    .question{
        font-size:24px;
    }

    .option{
        padding:16px 18px;
        font-size:15px;
    }

    .btn{
        width:100%;
    }

    .btn-group{
        flex-direction:column;
    }
 


}


@media (max-width: 640px) {

.header .hero-content{
	padding-bottom:10px;
}

.hero-bottom-badge .hero-bottom-box-badge-content .hero-bot-cont{
	padding-left:10px;
}

.form-banner h1{
  font-size: 35px;
}
.form-banner p{
  font-size: 16px;
}
.form-area{
  margin-top: 20px  !important;
}
.mob-recaptcha-box{
  display: none;
}
.cus-show{
display: block !important;
}
	#crmWebToEntityForm .zcwf_row .frmLabelheight{
		padding-top: 5px;
	}

 #crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button{
  margin-top: 11px !important;
 }
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button{
  float: none !important;
}

.form-banner h1{
  font-size: 35px;
}
.form-banner p{
  font-size: 16px;
}
.form-banner ul li{
  font-size: 16px;
}
.option{width: 100% !important;height: 55px !important;}
.brk-hide{
  display: none;
}
.form-area{max-width: 100%;}


}
.cus-show .captcha-space {
    visibility: visible;
    opacity: 1;
} 



@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    
}


  @media only screen and (min-width: 300px) and (max-width: 1200px) {
    .foot-soci {
        justify-content: center;
    }

    .footer {
        text-align: center;
    }
    .form-area{
        margin-top: 40px;
    }
   
.demo-page-common-bg{
  height:auto
}

.navbar{
  padding: 20px 0 !important;
}


}


/* Privacy Page */


.privacy-content-card{
    max-width:852px;
    margin:auto;
    background: #ffffff;    
    border-radius: 32px;   
    border : 1px solid #DEDEDE;	
	padding : 35px;
}

.privacy-center {
    display: flex;
    align-items: center;
    gap: 15px;
}


 .privacy-wrapper {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 25px 25px 15px;
	text-align:left;
}

/* Header */
.privacy-title {
	margin: 0;
	color: #0A0E15;
	font-size: var(--h2-size);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: var(--font-family-primary);
}

.privacy-effective-date {
	margin: 10px 0 0;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 1.5;
	font-family: var(--font-family-secondary);
}

.privacy-divider {
	height: 1px;
	margin: 47px 0 46px;
	background: #dedede;
	border: 1;
}

/* Content */
.privacy-content {
	font-size: var(--body-medium);
	line-height: 1.5;
}

.privacy-content p {
	margin: 0 0 23px;
	font-family: var(--font-family-secondary);
	color:#2C2F35;
}

.privacy-intro {
	margin-bottom: 21px !important;
	font-family: var(--font-family-secondary);
}

/* Navigation list */
.privacy-section-list {
	margin: 0 0 43px;
	padding: 0 0 0 25px;
	list-style: none;
}

.privacy-section-list li {
	position: relative;
	margin: 0 0 4px;
	padding-left: 0;
}

.privacy-section-list li::before {
	content: "·";
	position: absolute;
	left: -14px;
	font-weight: 700;
}

/* Main headings */
.privacy-heading {
	margin: 0 0 14px;
	color: #0A0E15;
	font-size: var(--h6-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.3px;
	font-family: var(--font-family-primary);
}

.privacy-subheading {
	margin: 28px 0 12px;
	color: #4D4D4D;
	font-size: var(--sub-heading-size);
	line-height: 1.2;
	font-weight: 700;
	font-family: var(--font-family-primary);
}

/* Rights section */
.privacy-rights {
	margin-top: 38px;
}

.privacy-right-item {
	margin: 0 0 14px;
}

.privacy-right-item strong {
	color: #2C2F35;
	font-weight: 700;
}

/* Address */
.privacy-company {
	margin-top: 49px;
	color: #111318;
	font-size: 16px;
	line-height: 1.55;			
}

.privacy-company-name {
	margin-bottom: 2px;
	font-weight: 700;
	font-family: var(--font-family-secondary);
	font-size: 18px;
}

.privacy-address-line {
	margin: 0;
	font-family: var(--font-family-secondary);
}

.privacy-content p.privacy-address-line {
	margin: 0;
}



/* Thanks page */
.thanks-bg {
	background-size: cover;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
	background: url(../img/banner.png);
	background-repeat: repeat-x;
	background-size: 1440px;
	background-position: center top;
}

.thanks-content {
	position: relative;
	width: 644px;
	background: linear-gradient(104.19deg, #FFFFFF -3.55%, rgba(255, 255, 255, 0) 99.28%);
	 border: 1px solid rgba(90, 180, 120, .18);
	border-radius: 24px;
	padding: 40px 70px;
	text-align: center;
	border: 1px solid #C5E1D1;
	 
	backdrop-filter: blur(1px);	
}

.thanks-bg .thanks-content {
	max-width: 644px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 100px;
}

.form-banner h1{
    font-size: var(--h2-size);
    font-weight: var(--fw-bold);
    margin-bottom: var(--heading-bottom-space-para);
    font-family: var(--font-family-primary);
}


.thanks-content h1 {
	margin-top: 16px;
	font-family: var(--font-family-primary);
	font-weight: var(--fw-bold);
	font-size:  var(--h1-size);
	line-height: 1.2;
	color: #111111;
	margin-bottom: var(--heading-bottom-space-para);
}

.thanks-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-top: 32px;
	font-family: "Instrument Sans", sans-serif;
	margin: 0;
	color: #494949;
}

.thanks-content p span {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
}

.thanks-content small {
	font-family: Instrument Sans;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: var(--primary);
	display: block;
	margin-top: 122px;
}

.thanks-bg .thanks-content .time-btn a {
	margin-top: 12px;
}

.time-btn a {
	border-radius: 12px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: var(--primary);
	padding: 13px 16px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	 height: 64px;
	margin: auto;
}

.time-btn a:hover {
	background: var(--primary-hover);
}

.back-btn {
	position: absolute;
	left: 35px;
	top: 35px;
	 color: #8E8E8E;
	cursor: pointer;
}

.width22px {
	width: 22px;
}

.width17px {
	width: 17px;
}
.back-btn-mobile{
	display:none;
}


/* contact-us */


.contact-section {
	min-height: 100vh;
	padding: 50px 20px;
	
}

.contact-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 1fr 530px;
	gap: 40px;
	align-items: center;
}

/* LEFT CONTENT */

.contact-left {
	padding-top: 60px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.contact-title {
	margin: 0 0 14px;
	font-family : var(--font-family-primary);
	font-size:var(--h1-size);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -2px;
	color:#0A0E15;
}

.contact-description {
	max-width: 620px;
	margin: 0;
	font-size: var(--sub-heading-size);
	line-height: 1.5;
	font-family : var(--font-family-secondary);
	font-size: var(--paragraph-small);
	color: #4D4D4D;
}

.contact-details {
	display: grid;
	grid-template-columns: 5fr 0.15fr;
	gap: 20px;
	margin-top: auto;
	padding-bottom: 25px;
}

.contact-detail-item {
	display: flex;
	flex-direction: column;
}

.contact-icon {
	width: 30px;
	height: 30px;
	margin-bottom: 16px;
	color: #5b16dc;
}

.contact-detail-title {
	font-family : var(--font-family-secondary);
	margin: 0 0 12px;
	color: #5B1ACE;
	font-size: var(--paragraph-small);
	line-height: 1.2;
	font-weight: 700;
}

.contact-detail-text {
	font-family : var(--font-family-secondary);
	margin: 0;
	font-size: var(--body-medium);
	line-height: 1.5;
	color: #2C2F35;
}

.contact-detail-text a {
	font-family : var(--font-family-secondary);
	margin: 0;
	line-height: 1.5;
	color: #2C2F35;

	font-weight: 400;
    	text-decoration: none;
    	font-size: var(--body-medium);    	
}

/* FORM */

.contact-form-wrapper {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 36px;
	padding: 20px 30px 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.contact-form {
	width: 100%;
}

.contact-form-group {
	margin-bottom: 26px;
}

.contact-label {
	font-family:var(--font-family-secondary);
	display: block;
	margin-bottom: 11px;
	font-size: var(--body-small);
	line-height: 1.5;
	color: #0A0E15;
}

.contact-required {
	color: #e53935;
}

.contact-input,
.contact-textarea,
.contact-phone-input,
.contact-country-select {
	width: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 12px;
	background: #ffffff;
	outline: none;
	font-family: inherit;
	font-size: var(--body-large);
	color: #292933;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-input {
	height: 52px;
	padding: 0 20px;
}

.contact-input::placeholder,
.contact-textarea::placeholder,
.contact-phone-input::placeholder {
	color: #a0a8b8;
	opacity: 1;
}

.contact-input:focus,
.contact-textarea:focus,
.contact-phone-input:focus {
	border-color: #6419d8;
	box-shadow: 0 0 0 3px rgba(100, 25, 216, 0.08);
}

.contact-phone-row {
	display: grid;
	grid-template-columns: 137px 1fr;
	gap: 15px;
}

.contact-country {
	position: relative;
}

.contact-country-select {
	height: 52px;
	padding: 0 36px 0 58px;
	appearance: none;
	cursor: pointer;
}

.contact-flag {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 20px;
	border-radius: 3px;
	overflow: hidden;
	background:
		linear-gradient(
			to bottom,
			#ff9933 0%,
			#ff9933 33.33%,
			#ffffff 33.33%,
			#ffffff 66.66%,
			#138808 66.66%,
			#138808 100%
		);
	border: 1px solid #eee;
	pointer-events: none;
}

.contact-country-arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid #25252c;
	border-bottom: 2px solid #25252c;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.contact-phone-input {
	height: 52px;
	padding: 0 20px;
}

.contact-textarea {
	height: 120px;
	padding: 20px 20px;
	resize: none;
}

.contact-submit {
	width: 100%;
	height: 68px;
	margin-top: 2px;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(90deg, #6418d8, #4f0eb8);
	color: #ffffff;
	font-size: var(--body-large);
	font-weight: 600;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;

	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(91, 22, 220, 0.22);
}

.contact-submit-arrow {
	font-size: 24px;
	line-height: 1;
}

.contact-privacy {
	font-family:var(--font-family-secondary);
	margin: 16px auto 0;
	max-width: 570px;
	text-align: center;
	color: #4D4D4D;
	font-size: 12px;
	line-height: 1.50;
}

.contact-privacy a {
	color: #2474e8;
	text-decoration: underline;
}

.contact-empty-section {
	min-height:40px;
}

.contact-bottom {
		margin-top:auto;
}




@media(max-width:1367px){
	.thanks-bg .thanks-content {
		max-width: 599px;
		padding: 50px 80px;
	}
	
}
@media(max-width:767px){
	.thanks-bg .thanks-content {
		max-width: 576px;
		padding: 30px 30px;
	}
	.thanks-content {
		width: 350px;
		background:none;
		border:none;
		box-shadow:none;
	}
	 .time-btn a{font-size:18px;width: 235px;}
	 .thanks-content small{font-size:14px;}
	.thanks-content h1{font-size:35px;}
	.thanks-content p{font-size:16px;}
	.thanks-content small {
		margin-top: 80px;
	}
	.thanks-content p span {
	font-size: 16px;
	}
	.thanks-bg .container {
        padding: 0 0px;
    }
	.back-btn{
		display:none;
	} 
	
    .back-btn-mobile{
        display: flex;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 999;
		width: 40px;
        height: 40px;
		align-items: center;
        justify-content: center;
    }

    .back-btn-mobile img{
        width: 18px;
    }
	
	.privacy-content-card{
		background:none;
		border: 0px;
		padding:0px;
		border-radius:0px;
		
	}
	
	
	ul.social{
		justify-content: left;
	}
	
}


/* CONTACT US TABLET */


/* CONTACT US TABLET */

@media (max-width: 1100px) {
	
	.contact-section{
		padding: 30px 20px;
	}

    .contact-container {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 760px;
        gap: 0;
    }

    /*
     * Make contact-left contents participate
     * directly in the contact-container grid.
     */
    .contact-left {
        display: contents;
    }

    /* 1. LET'S TALK */
    .contact-intro {
        grid-row: 1;
        width: 100%;
        padding-top: 40px;
        margin-bottom: 30px;
    }

    /* 2. FORM */
    .contact-form-wrapper-block {
        grid-row: 2;
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-form-wrapper {
        width: 100%;
        padding: 20px 30px;
    }
	
	/* 4. VISIT US */
	 .contact-left .contact-details:nth-of-type(2) {
        grid-row: 3;
        width: 100%;
        margin-top: 30px;
    }

    /* 3. CALL US */
    .contact-left .contact-details:nth-of-type(1) {
        grid-row: 4;
        width: 100%;
        margin-top: 0;
    }

    
   

}

/* CONTACT US MOBILE */

@media (max-width: 600px) {

    .contact-section {		
        padding: 0px 0;
    }

    .contact-container {
        padding: 0 18px;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    /*
     * Make contact-left children behave
     * like direct children of contact-container
     */
    .contact-left {
        display: contents;
    }

    /* 1. Let's Talk + Description */
    .contact-intro {
        order: 1;
        width: 100%;
		padding-top: 10px;
    }

    .contact-title {
        line-height: 1.1;
        letter-spacing: -1px;
        margin-bottom: 14px;
    }

    .contact-description {
        line-height: 1.5;
        max-width: 100%;
    }
	
	.contact-form-wrapper-block {
        order: 2;
        width: 100%;        
    }

    /* 2. Form */
    .contact-form-wrapper {        
         padding: 10px 10px 10px; 
         border-radius: 25px; 
    }

    .contact-form-group {
        margin-bottom: 22px;
    }

    .contact-input,
    .contact-phone-input,
    .contact-country-select {
        height: 58px;
    }

    .contact-textarea {
        height: 130px;
    }

    .contact-phone-row {
        grid-template-columns: 115px 1fr;
        gap: 10px;
    }

    .contact-country-select {
        padding-left: 50px;
        padding-right: 28px;
    }

    .contact-submit {
        height: 60px;
    }

    .contact-privacy {
        /* font-size: 12px; */
    }

    /* 3. Visit Us + Call Us */
    .contact-details {        
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 0;
        padding-bottom: 0;
    }
	
	.contact-bottom {
		order:3;
		width: 100%;
	}

    .contact-detail-title {
        /* font-size: 22px; */
    }

    .contact-detail-text {
        /* font-size: 16px; */
    }
}

/* LP HOME CUSTOMER SCROLL */

.scroll-customers-logo {
    padding: 10px 0 100px;
    overflow: hidden;
}

.scroll-customers-logo .logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll-customers-logo .logo-track {
    display: flex;
    width: max-content;
    animation: logo-scroll 30s linear infinite;
}

.scroll-customers-logo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* Logo box */
.scroll-customers-logo ul li {
    width: 180px;
    height: 75px;
    flex-shrink: 0;

    border: 1px solid #E3E3E3;
    border-radius: 12px;

    display: flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
}

/* Logo image */
.scroll-customers-logo ul li img {
    display: block;
    max-width: 80%;
    max-height: 70px;

    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes logo-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}




/* lp home page - exp-detail */


/* =========================
   LEASE CALENDAR SECTION
========================= */

.lease-section {
    width: 100%;
    padding: 14px 40px;
    box-sizing: border-box;
    background: #fff;
}

.lease-container {
    max-width: 1315px;
    min-height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 42% 58%;
	background: linear-gradient(180deg, #f7f3ff 0%, #ffffff 45%);
    border: 1px solid #ddd;
    border-radius: 16px;

    overflow: hidden;
}




/* =========================
   LEFT CONTENT
========================= */

.lease-content {
    padding: 52px 30px 52px 52px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    box-sizing: border-box;
}

.lease-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;   

    border-radius: 12px;

    margin-bottom: 24px;
}

.lease-icon img {
    width:100%    
}


.lease-content h3 {
    margin: 0 0 8px;
	font-family:var(--font-family-primary);
    font-size: var(--paragraph-large);
    line-height: 1.2;
    font-weight: 700;
    color: #0A0E15;
}


.lease-description {
    max-width: 350px;
	font-family:var(--font-family-secondary);
    font-size: var(--body-medium);
	font-weight: 400;
    margin: 0;   
    line-height: 1.5;
    color: #4D4D4D;
}


/* =========================
   FEATURES
========================= */

.lease-features {
    margin-top: auto;
    margin-bottom: 42px;
}

.lease-features h3 {
    margin: 0 0 14px;
    font-family:var(--font-family-secondary);
    font-size: var(--body-medium);
	font-weight: 600;
    line-height: 1.5;
    color: #0A0E15;
}

.lease-features ul {
    margin: 0;
    padding-left: 21px;
	font-family:var(--font-family-secondary);
    max-width: 350px;
}

.lease-features li {
    margin-bottom: 8px;
    font-size: var(--body-medium);
    line-height: 1.6;	
    color: #0A0E15;
}

.lease-features li:last-child {
    margin-bottom: 0;
}


/* =========================
   PRICING BUTTON
========================= */

.pricing-btn {
    min-width: var(--tertiary-btn-width);
    height: var(--tertiary-btn-height);
	
    padding: var(--tertiary-btn);

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    box-sizing: border-box;

    text-decoration: none;

    border: 1px solid #DEDEDE;
    border-radius: 12px;

    background: #fff;

    color: #4D4D4D;

    font-family:var(--font-family-button);
    font-size: var(--tertiary-btn-size);
	font-weight:700;
    transition: all 0.2s ease;
}

.pricing-btn:hover {
    background: #F3F3F3;
    /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06*/
}

/* Focus */
.pricing-btn:focus {
    outline: 1px solid #7788f5;
    outline-offset: 4px;
}

.pricing-btn:focus-visible {
    outline: 1px solid #7788f5;
    outline-offset: 4px;    
}

.pricing-btn-arrow {   
    height: 24px;
    color: #7b8790;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}

.pricing-btn:hover .pricing-btn-arrow {
    transform: translateX(8px);
}


/* =========================
   RIGHT PNG
========================= */

.lease-image {
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    padding-top: 60px;
	background: url(../img/tab-lp-bg.webp) 100% 0% / 650px no-repeat;
	
}

.lease-image img {
    /* width: 100%; */
    /* max-width: none; */
    /* height: auto; */
    /* display: block; */
    /* object-fit: contain; */
    /* object-position: left top; */
	width: 100%;
    max-width: none;
    transform: scale(1.15);
    transform-origin: bottom left;
	
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

    .lease-section {
        padding: 20px;
    }

    .lease-container {
        grid-template-columns: 1fr;
		
    }

    .lease-content {
		order:2;
        padding: 40px;
    }

    .lease-features {
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .lease-image {
        padding: 0 30px 40px;
    }

    .lease-image img {
		order:1;
        width: 100%;
		transform: scale(1.1);
        padding-top: 40px;
        transform-origin: top left;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .lease-section {
        padding:40px 15px 15px 15px;
    }

    .lease-container {
        /* border-radius: 16px; */
        display: flex;
        flex-direction: column;
		background: none;
        border: none;
        /* border-bottom: 1px solid #DDCAFF;         */
		background: linear-gradient(180deg, #f7f3ff 0%, #ffffff 45%);
		overflow:hidden;
    }

    .lease-content {
		order:2;
        padding: 10px 24px 32px 5px;
		border-bottom: 1px solid #DDCAFF;   
    }

    .lease-icon {
		justify-content: unset;
		margin-bottom: 14px;
	}

    .lease-icon img {
        width: 80%;
    }

    .lease-content h3 {
        font-size: 23px;
    }

    .lease-description {
        font-size: 14px;
    }

    .lease-features {
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .lease-features li {
        font-size: 13px;
    }

    .lease-image {	
	
		order:1;
        padding: 30px 5px 5px;
        width: 100%;
        box-sizing: border-box;
		border: 1px solid #DDDDDD;
        border-radius: 16px;		
		display:flex;
		background: url(../img/tab-lp-bg.webp) 100% 0% / 300px no-repeat;
    }

    .lease-image img {
        width: 100%;
        height: auto;
		transform:none;
		transform-origin:none;
		padding-top:0px;
        /* border: 1px solid #DDDDDD; */
        /* border-radius: 16px; */
        /* padding: 10px; */
    }
}



/* lp home - client scroll */

.scroll-client-logo {
    padding: 60px 0 100px;
    overflow: hidden;
}

.scroll-client-logo .logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
	padding:0px 0px 45px;
}

.scroll-client-logo .logo-track {
    display: flex;
    width: max-content;
    animation: logo-scroll-rtl 30s linear infinite;
}

.scroll-client-logo .logo-track-ltr {
    display: flex;
    width: max-content;
    animation: logo-scroll-ltr 30s linear infinite;
}

.scroll-client-logo ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
	
    flex-shrink: 0;
}

.scroll-client-logo ul li {
    flex-shrink: 0;	
}

.scroll-client-logo ul li img {
    height: 64px;
    margin-right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #DEDEDE;
    border-image: none;
    padding: 16px;
    /* background: rgba(0, 0, 0, 0.04); */
    border-radius: 12px;
}

/* Infinite right-to-left scroll */
@keyframes logo-scroll-rtl {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Infinite left-to-right scroll */
@keyframes logo-scroll-ltr {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* Pause animation on hover */
.scroll-client-logo .logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.scroll-client-logo .logo-slider:hover .logo-track-ltr {
    animation-play-state: paused;
}

@media (max-width: 797px) {

	.scroll-client-logo .logo-slider{
		padding: 0px 0px 15px;
	}

	.scroll-client-logo {
		padding: 20px 0 80px;
	}
	
	.scroll-client-logo ul li img {
    height: 56px;
    margin-right: 15px;    
	}

}
/* lp home */

/* ================================
   BENEFITS SECTION
================================ */

.benefits-section {
    padding: 35px 20px 50px;    
	background: linear-gradient(0deg, #F5F1FF 0%, #FFFFFF 77%);
}

.benefits-grid {
    max-width: 1320px;
    margin: 0 auto;
	padding:80px 20px 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* ================================
   CARD
================================ */

.benefit-card {
    min-height: 278px;
    padding: 39px 40px 35px;

    background: #ffffff;

    border: 1px solid #d9cdfa;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    transition: transform 0.3s ease,
                box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(92, 45, 190, 0.08);
}


/* ================================
   ICON
================================ */

.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        #5630b9 0%,
        #7541d2 100%
    );

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-icon svg {
    width: 27px;
    height: 27px;

    stroke: #ffffff;
    stroke-width: 1.8;
}


/* ================================
   TITLE
================================ */

.benefit-card h3 {
    margin: 0 0 8px;
	font-family:var(--font-family-primary);
    font-size: var(--h6-size);
    line-height: 1.2;
    font-weight: 600;
    color: #111111;
}


/* ================================
   DESCRIPTION
================================ */

.benefit-card p {
    margin: 0;
	font-family:var(--font-family-secondary);
    font-size: var(--body-medium);
    line-height: 1.5;
    font-weight: 400;
    color: #464646;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-card {
        min-height: 260px;		
    }   
}


@media (max-width: 1400px) {

	.hero-bottom-badge .hero-bottom-box-badge-content{
		padding : 10px 20px;
		gap:5px;
	}
	
	.hero-bottom-badge .hero-bottom-box-badge .hero-bot-img img{
		width:130px;
	}
	.hero-bottom-badge .hero-bottom-box-badge{
		padding: 0px 90px;
	}
	
	.hero-bottom-box-badge{
		
	}
	
}

/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {

    .benefits-section {
        padding: 0px 0px 10px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 18px;
		padding: 40px 0px 20px;
    }

    .benefit-card {
        min-height: auto;       
		border: 0px;
		padding: 10px 0px 10px;
		background:none;
    }

    .benefit-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
		border-radius: 12px;
    }    
	
	.benefit-icon svg {
		width: 24px;
		height: 24px;

		stroke: #ffffff;
		stroke-width: 1.8;
	}
	
	.benefit-card:hover{
		transform:none;
		box-shadow:none;
	}
}


/* =====================================
   ENTERPRISE AI SECTION
===================================== */

.enterprise-ai-section {
    width: 100%;
    background: #f8f8fc;
    padding: 100px 20px 80px;
}

.enterprise-ai-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
	padding:60px 0px 60px;
}


/* =====================================
   HEADING
===================================== */

.enterprise-ai-container h2 {
    margin: 0 0 32px;
	font-family:var(--font-family-secondary);
    font-size: var(--paragraph-large);
    line-height: 1.5;
    font-weight: 400;
    color: #111111;
}


/* =====================================
   BADGES WRAPPER
===================================== */

.enterprise-badges {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 38px;

    flex-wrap: wrap;
}


/* =====================================
   INDIVIDUAL BADGE
===================================== */

.enterprise-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-badge img {
    display: block;

    width: 105px;
    height: 105px;

    object-fit: contain;
}




/* =====================================
   TABLET
===================================== */

@media (max-width: 768px) {

    .enterprise-ai-section {
        padding: 70px 20px 60px;
    }

    .enterprise-badges {
        gap: 5px;
    }

    .enterprise-badge img {
        width: 90px;
        height: 90px;
    }    
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 600px) {

    .enterprise-ai-section {
        padding: 55px 15px;
    }

    .enterprise-ai-container h2 {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .enterprise-badges {
        gap: 2px;		
    }

    .enterprise-badge img {
        width: 72px;
        height: 100%;
    }
    
}

@media (max-width: 420px) {
.enterprise-badges {
        gap: 15px;		
		padding: 0 30px;
    }
	
	.enterprise-badge img{
		width:66px;
	}
	
}


/* lp home */

@media (max-width: 1250px) {

	.hero-bottom-badge .hero-bottom-box-badge{
		display:none;		
	}
	
	.hero-bottom-badge .hero-bottom-box-badge-content{
		width: 33.33%;
		/*justify-content: center; /* horizontal center */
		/*align-items: center; */
	}


}

@media (max-width: 1100px) {
	
	.hero-bottom-badge{
	    flex-direction: column;
        align-items: stretch;
        gap: 25px;
		
	}
	.hero-bottom-badge .hero-bottom-box-badge-content {
        width: 100%;
        display: flex;
		background:none;
       /* justify-content: center;
        align-items: center;*/
		border:none;		
    }
	
	
}

@media (max-width: 767px) {
	
	
	.hero-bottom-badge .hero-bottom-box-badge-content {
        width: 100%;
        display: flex;
        
    }
	
	
}


/* FORM WRAPPER */
.lp-form-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp-form-wrapper-message {    
    align-items: center;
    gap: 20px;
}

/* EMAIL FIELD */
.lp-form-wrapper #Email {
    width: 390px;
    height: 56px;
    padding: 0 25px;
	font-family:var(--font-family-secondary);
    border: 1px solid var(--primary-hover);
    border-radius: 12px;
    background: #fff;
    font-size: var(--body-small);
    color: #333;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease,
                box-shadow 0.3s ease;
}

/* EMAIL PLACEHOLDER */
.lp-form-wrapper #Email::placeholder {
    color: #555;
    opacity: 1;
}

/* EMAIL FOCUS */
.lp-form-wrapper #Email:focus {
    border-color: #5b2fc2;
    box-shadow: 0 0 0 4px rgba(105, 65, 215, 0.12);
}


/* SUBMIT BUTTON */
/* SUBMIT BUTTON PART RRR */ 
.lp-form-wrapper #formsubmit {
    width: 210px;
    height: 50px;
    border: none;
    border-radius: 12px;
	font-family:var(--font-family-secondary);
    background-color: var(--primary);

    /* SVG Arrow */
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M13 6L19 12L13 18' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: calc(50% + 65px) center;
    background-size: 20px;

    color: #ffffff;
    font-size: var(--body-medium);
    font-weight: 500;
    cursor: pointer;

    animation: border-pulse 1.5s ease-out infinite;
	
}


/* MULTIPLE PULSE RINGS */
@keyframes border-pulse {
    0% {
        box-shadow:
            0 0 0 2px rgba(255, 255, 255, 1),
            0 0 0 6px rgba(107, 63, 211, 0.5),
            0 0 0 12px rgba(107, 63, 211, 0.25);
    }

    50% {
        box-shadow:
            0 0 0 2px rgba(255, 255, 255, 1),
            0 0 0 10px rgba(107, 63, 211, 0.25),
            0 0 0 20px rgba(107, 63, 211, 0.08);
    }
	
	100% {
        box-shadow:
            0 0 0 2px rgba(255, 255, 255, 0.25),
            0 0 0 15px rgba(107, 63, 211, 0),
            0 0 0 25px rgba(107, 63, 211, 0);
    }

    /* 100% { */
        /* box-shadow: */
            /* 0 0 0 2px rgba(255, 255, 255, 1), */
            /* 0 0 0 6px rgba(107, 63, 211, 0.5), */
            /* 0 0 0 12px rgba(107, 63, 211, 0.25); */
    /* } */
}

/* BUTTON HOVER ANIMATION */
/* .lp-form-wrapper #formsubmit:hover { */
    /* transform: translateY(-4px) scale(1.02); */

    /* box-shadow: */
        /* 0 0 0 7px rgba(105, 65, 215, 0.18), */
        /* 0 14px 30px rgba(92, 47, 190, 0.4); */
/* } */


/* /* BUTTON CLICK */ */
/* .lp-form-wrapper #formsubmit:active { */
    /* transform: translateY(0) scale(0.98); */
/* } */


/* HELP DIV - HIDE IF NOT REQUIRED */
.lp-form-wrapper .zcwf_col_help {
    display: none;
}



/* MOBILE */
@media (max-width: 600px) {
    .lp-form-wrapper {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 15px;
    }

    .lp-form-wrapper #Email,
    .lp-form-wrapper #formsubmit {
        width: 100%;
    }
	
	.align-left{
		text-align:left;
	}
	
}




.page-btn {
    --border-color: #c7ccd1;
    --text-color: #4f565d;
    --hover-bg: #e7e8ea;
    --focus-color: #6d7df5;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 18px;

    color: var(--text-color);
    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.page-btn svg {
    width: 24px;
    height: 24px;

    stroke: #87919a;
    stroke-width: 1.5;
    fill: none;

    transition: transform 0.2s ease;
}

/* Large */
.page-btn-large {
    width: 202px;
    height: 72px;
    padding: 0 24px;
}

/* Medium */
.page-btn-medium {
    width: 194px;
    height: 66px;
    padding: 0 20px;
}

/* Small */
.page-btn-small {
    width: 170px;
    height: 62px;
    padding: 0 18px;

    font-size: 18px;
    border-radius: 17px;
}

.page-btn-small svg {
    width: 22px;
    height: 22px;
}

/* Hover */
.page-btn:hover {
    background: var(--hover-bg);
}

.page-btn:hover svg {
    transform: translateX(3px);
}

/* Focus */
.page-btn:focus {
    outline: none;
}

.page-btn:focus-visible {
    border-color: var(--focus-color);

    box-shadow:
        0 0 0 4px #fff,
        0 0 0 5px var(--focus-color);
}

/* Disabled */
.page-btn.is-disabled {
    color: #7f8993;
    border-color: #9fa8b1;

    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.85;
}

.page-btn.is-disabled svg {
    stroke: #7f8993;
}



.chat-icon{
	width: 30px;
	height: 30px;
	margin-bottom: 16px;
	color: #5b16dc;
	
}

.row.align-left {
    text-align:left;
}



.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footer-get-in-touch {
	width:160px;
	height:34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
	font-family:var(--font-family-secondary);
    padding: 4px 12px;

    border: 1px solid #B68CFF;
    border-radius: 20px;

    color: #38257d;
    background: #DDCAFF;
	line-height:1.5;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
	margin-top:15px;
    transition: all 0.3s ease;
}

.footer-get-in-touch .footer-arrow {
    
   transition: transform 0.3s ease;
}


/* Hover effect */
.footer-get-in-touch:hover {
    background: #5B1ACE;
    color: #ffffff;
    border-color: #B68CFF;
}

.footer-get-in-touch:hover .footer-arrow {
    transform: translate(3px, -3px);
}

.footer-right a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        text-align: left;
    }
}









/* Partnership page */


.partner-container {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 100px 60px 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    box-sizing: border-box;
}


/* =========================
   LEFT CONTENT
========================= */

.partner-content {
    width: 52%;
    max-width: 670px;
}

.partner-content h1 {
    margin: 0 0 24px;
    font-size: var(--h1-size);
    line-height: 1.1;
    font-weight: 700;
    color: var(--primary-focus);
}

.partner-content p {    
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #0A0E15;
	font-family:var(--font-family-secondary);
}


/* =========================
   FORM
========================= */

.partner-form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.partner-form input {
    width: 375px;
    height: 74px;

    padding: 0 25px;

    border: 1.5px solid #5933d6;
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.35);

    font-size: 17px;
    font-family: inherit;
    color: #30323a;

    outline: none;
    box-sizing: border-box;
}

.partner-form input::placeholder {
    color: #666974;
}


/* =========================
   BUTTON
========================= */

.partner-form button {
    width: 270px;
    height: 74px;

    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    border: 1px solid #6540dc;
    border-radius: 16px;

    background: linear-gradient(
        135deg,
        #7654e8 0%,
        #5420c9 100%
    );

    box-shadow:
        0 0 0 5px rgba(255, 255, 255, 0.45),
        0 0 0 7px rgba(110, 72, 220, 0.2);

    color: #ffffff;

    font-size: 20px;
    font-weight: 600;
    font-family: inherit;

    cursor: pointer;

    transition: all 0.3s ease;
}

.partner-form button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 6px 20px rgba(82, 32, 201, 0.25),
        0 0 0 5px rgba(255, 255, 255, 0.45),
        0 0 0 7px rgba(110, 72, 220, 0.2);
}

.partner-form button i {
    width: 28px;
    height: 28px;

    stroke-width: 1.8;
}


/* =========================
   RIGHT IMAGE
========================= */

.partner-illustration {
    width: 52%;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.partner-illustration img {
    width: 100%;
    max-width: 680px;
    height: auto;

    display: block;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1200px) {

    .partner-container {
        padding: 70px 40px;
        gap: 40px;
    }    

    .partner-content p {
        font-size: 18px;
    }

    .partner-form input {
        width: 280px;
    }

    .partner-form button {
        width: 230px;
        font-size: 17px;
    }	

}


@media (max-width: 1000px) {

    .partner-container {
        padding: 70px 25px;

        flex-direction: column;
        align-items: flex-start;

        gap: 50px;
    }
	
	.partner-content{
		order:2;
        width: 100%;
        max-width: 100%;		
	}
	
    .partner-illustration {
		order:1;
        width: 100%;
        max-width: 100%;
    }
   

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {


    .partner-container {
        padding: 90px 25px 40px;

        flex-direction: column;
        align-items: flex-start;

        gap: 50px;
    }

    .partner-content{
		order:2;
        width: 100%;
        max-width: 100%;		
	}
	
    .partner-illustration {
		order:1;
        width: 100%;
        max-width: 100%;
    }
   

    .partner-content p {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .partner-content p br {
        display: none;
    }

    .partner-form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .partner-form input,
    .partner-form button {
        width: 100%;
        height: 65px;
    }

    .partner-illustration {
        justify-content: center;
		display:none;
    }

    .partner-illustration img {
        max-width: 550px;
    }
}



.service-partner-section {
    padding: 48px 20px 56px;
    /* background: #f7f7f7; */
}

.service-partner-container {
    max-width: 1500px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;

    align-items: start;
}

/* LEFT IMAGE */
.service-partner-image {
    width: 100%;
}

.service-partner-image img {
    width: 100%;
    max-width: 670px;
    height: 400px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

/* RIGHT CONTENT */
.service-partner-content {
    padding-top: 0;
}

.service-partner-content h3 {
    margin: 0 0 16px;
	font-family:var(--font-family-primary);
    font-size: var(--h4-size);
    line-height: 1.2;
    font-weight: 700;
    color: #0A0E15;
}

.service-description {
    max-width: 670px;
    margin: 0;
	font-family:var(--font-family-secondary);
    font-size: var(--body-large);
    line-height: 1.5;
    color: #2C2F35;
}

/* BENEFITS */
.service-partner-benefits {
    margin-top: 42px;
}

.service-partner-benefits h4,
.service-partner-ideal-for-box h4 {
    margin: 0 0 16px;
    font-size: var(--body-large);
    line-height: 1.5;
    font-weight: 500;
	font-family:var(--font-family-secondary);
    color: #0A0E15;
	opacity:40%;
}

.service-partner-benefits ul {
    margin: 0;
    padding-left: 30px;
}

.service-partner-benefits li {
    margin-bottom: 8px;
	font-family:var(--font-family-secondary);
    font-size: var(--body-medium);
    line-height: 1.5;
    color: #2C2F35;
	font-weight:400;
}




/* IDEAL FOR BOX */
.service-partner-ideal-for-box {
    margin-top: 40px;
    padding: 32px 40px;
    border-radius: 20px;
    background: #F7F4FF;
}

.service-partner-ideal-for-box p {
    margin: 0;
	font-family:var(--font-family-secondary);
    font-size: var(--body-medium);
    line-height: 1.5;
    color: #2C2F35;
	font-weight:400;
}

@media (max-width: 1000px) {

    .service-partner-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-partner-image {
        order: 1;
    }

    .service-partner-content {
        order: 2;
    }

    .service-partner-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 670 / 400;
        object-fit: cover;
    }
}

@media (max-width: 768px) {

    .service-partner-section {
        padding: 40px 0px 25px;
    }

    .service-partner-container {
        gap: 30px;
    }

    .service-partner-benefits {
        margin-top: 18px;
    }

   .service-partner-benefits ul{
	   padding-left:16px;
   }

    .service-partner-ideal-for-box {
        margin-top: 18px;
        padding: 25px;
        border-radius: 20px;
    }

	.service-partner-content h3{
		margin:0 0 8px;
	}
    
}






































/* =========================================================
   PARTNER STEPS SECTION
========================================================= */

.partner-steps-section {
    width: 100%;

    padding: 55px 4.2% 86px;

    background: #F7F4FF;

    box-sizing: border-box;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.partner-steps-container {
    position: relative;

    width: 100%;
    max-width: 1500px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    column-gap: 29px;

    box-sizing: border-box;
}


/* =========================================================
   STEP ITEM
========================================================= */

.partner-step-item {
    position: relative;

    min-width: 0;

    display: flex;
    flex-direction: column;

    cursor: pointer;

    box-sizing: border-box;
}


/* =========================================================
   STEP INDICATOR
========================================================= */

.partner-step-indicator {
    position: relative;

    width: 110px;
    height: 56px;

    padding: 4px;

    margin-bottom: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #DCC5FF;

    border-radius: 16px;

    background: #F8F5FF;

    box-sizing: border-box;

    z-index: 3;

    transition:
        border-color 0.4s ease,
        transform 0.4s ease;
}


/* =========================================================
   INNER STEP
========================================================= */

.partner-step-indicator span {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #DDCAFF;

    color: #7B3AED;

    font-family: var(--font-family-secondary);

    font-size: 16px;
    font-weight: 600;

    line-height: 1.5;

    box-sizing: border-box;

    transition:
        background-color 0.4s ease,
        color 0.4s ease;
}


/* =========================================================
   DESKTOP HORIZONTAL CONNECTING LINE
========================================================= */

/* .partner-step-item:not(:last-child)::before { */
    /* content: ""; */

    /* position: absolute; */

    /* top: 28px; */

    /* left: 110px; */

    /* width: calc( */
        /* 100% + 29px - 110px */
    /* ); */

    /* height: 1px; */

    /* background: #D7C2FF; */

    /* z-index: 1; */

    /* transition: */
        /* background-color 0.4s ease; */
/* } */


/* /* ========================================================= */
   /* ACTIVE CONNECTING LINE */
/* ========================================================= */ */

/* .partner-step-item.active:not(:last-child)::before { */
    /* background: #7837E8; */
/* } */


/* =========================================================
   ACTIVE STEP INDICATOR
========================================================= */

.partner-step-item.active
.partner-step-indicator {

    border-color: #7837E8;

    transform: scale(1.02);
}


.partner-step-item.active
.partner-step-indicator span {

    background: #7837E8;

    color: #FFFFFF;
}


/* =========================================================
   CARD
========================================================= */

.partner-step-card {
    position: relative;

    width: 100%;

    min-height: 320px;

    padding: 36px 40px 38px;

    display: flex;
    flex-direction: column;

    border: 1px solid #7B3AED;

    border-radius: 20px;

    background: #FFFFFF;

    box-sizing: border-box;

    opacity: 0.82;

    transform: scale(1);

    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease,
        opacity 0.45s ease;
}


/* =========================================================
   ACTIVE CARD
========================================================= */

.partner-step-item.active
.partner-step-card {

    z-index: 2;

    transform: scale(1.035);

    border-color: #7837E8;

    opacity: 1;

    box-shadow:
        0 12px 32px rgba(120, 55, 232, 0.14);
}


/* =========================================================
   ICON
========================================================= */

.partner-step-icon {

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 45px;

    line-height: 1;

    transform: scale(1);

    transition:
        transform 0.45s ease;
}


.partner-step-icon img {
    width: 100%;
}


/* =========================================================
   ACTIVE ICON
========================================================= */

.partner-step-item.active
.partner-step-icon {

    transform: scale(1.08);
}





/* =========================================================
   DESKTOP HORIZONTAL CONNECTING LINE
========================================================= */

.partner-step-item:not(:last-child)::before {
    content: "";

    position: absolute;

    top: 28px;
    left: 110px;

    width: calc(
        100% + 29px - 110px
    );

    height: 1px;

    background: #D7C2FF;

    z-index: 1;

    transition: background-color 0.4s ease;
}


/* =========================================================
   ACTIVE / COMPLETED CONNECTING LINES
========================================================= */

/* Current active step line */
.partner-step-item.active:not(:last-child)::before {
    background: #7837E8;
}


/* Keep all previous connecting lines active */
.partner-step-item:has(~ .partner-step-item.active)::before {
    background: #7837E8;
}

/* =========================================================
   COMPLETED STEP INDICATORS
   Keep them highlighted
========================================================= */

.partner-step-item:has(~ .partner-step-item.active)
.partner-step-indicator {

    border-color: #7837E8;

    transform: scale(1.02);
}


.partner-step-item:has(~ .partner-step-item.active)
.partner-step-indicator span {

    background: #7837E8;

    color: #FFFFFF;
}

/*   end of step */


















/* =========================================================
   CARD CONTENT
========================================================= */

.partner-step-content {

    margin-top: 64px;
}


/* =========================================================
   HEADING
========================================================= */

.partner-step-content h3 {

    margin: 0 0 10px;

    color: #0A0E15;

    font-family: var(--font-family-primary);

    font-size: var(--sub-heading-size);

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -0.3px;
}


/* =========================================================
   PARAGRAPH
========================================================= */

.partner-step-content p {

    max-width: 330px;

    margin: 0;

    font-family: var(--font-family-secondary);

    color: #464646;

    font-size: var(--body-medium);

    font-weight: 400;

    line-height: 1.5;
}







/* =========================================================
   HOVER - DESKTOP ONLY
========================================================= */

@media (hover: hover) and (pointer: fine) {

    .partner-step-item:hover
    .partner-step-card {

        opacity: 1;

        transform:
            translateY(-5px)
            scale(1.02);

        border-color: #7837E8;
    }


    .partner-step-item.active:hover
    .partner-step-card {

        transform:
            translateY(-5px)
            scale(1.045);
    }


    .partner-step-item:hover
    .partner-step-indicator {

        border-color: #7837E8;
    }

}


@media (max-width: 1400px) {
	
	.partner-step-content{
		margin-top:40px;
	}
}



/* =========================================================
   TABLET
   768px - 1100px
========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .partner-steps-section {

        padding: 45px 0 80px;
    }


    .partner-steps-container {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 20px;

        row-gap: 25px;
    }


    .partner-step-indicator {

        width: 95px;
        height: 52px;

        margin-bottom: 20px;

        border-radius: 14px;
    }


    .partner-step-indicator span {

        border-radius: 9px;

        font-size: 17px;
    }


    /* Hide desktop horizontal line */

    .partner-step-item::before {

        content: none;

        display: none;
    }


    .partner-step-content {

        margin-top: 36px;
    }


    .partner-step-card {

        min-height: 240px;

        padding: 20px;
    }


    .partner-step-item.active
    .partner-step-card {

        transform: scale(1.02);
    }

}


/* =========================================================
   MOBILE
   BELOW 767px
========================================================= */

@media (max-width: 767px) {

    /* =====================================================
       SECTION
    ====================================================== */

    .partner-steps-section {

        padding: 20px 0 80px;
    }


    /* =====================================================
       MOBILE CONTAINER
    ====================================================== */

    .partner-steps-container {

        width: 100%;

        display: flex;

        flex-direction: column;

        gap: 14px;

        box-sizing: border-box;
    }


    /* =====================================================
       MOBILE STEP ITEM

       IMPORTANT:
       Do NOT use display: contents.

       Each item becomes a real grid row:
       LEFT  = Step indicator
       RIGHT = Card
    ====================================================== */

    .partner-step-item {

        position: relative;

        width: 100%;

        display: grid;

        grid-template-columns:
            70px minmax(0, 1fr);

        column-gap: 15px;

        align-items: start;

        box-sizing: border-box;
    }


    /* =====================================================
       REMOVE DESKTOP HORIZONTAL LINE

       Desktop uses ::before.
       Mobile uses ::after for vertical line.
    ====================================================== */

    .partner-step-item::before {

        content: none !important;

        display: none !important;
    }


    /* =====================================================
       STEP INDICATOR
    ====================================================== */

    .partner-step-indicator {

        grid-column: 1;
        grid-row: 1;

        position: relative;

        width: 62px;
        height: 32px;

        padding: 2px;

        margin: 0;

        align-self: start;
        justify-self: start;

        border-radius: 16px;

        z-index: 5;

        transform: none;

        box-sizing: border-box;
    }


    .partner-step-indicator span {

        width: 100%;
        height: 100%;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 12px;

        font-size: 13px;

        white-space: nowrap;

        box-sizing: border-box;
    }


    /* =====================================================
       ACTIVE STEP
    ====================================================== */

    .partner-step-item.active
    .partner-step-indicator {

        transform: scale(1.02);

        border-color: #7837E8;
    }


    .partner-step-item.active
    .partner-step-indicator span {

        background: #7837E8;

        color: #FFFFFF;
    }


    /* =====================================================
       MOBILE CARD
    ====================================================== */

    .partner-step-card {

        grid-column: 2;
        grid-row: 1;

        width: 100%;

        min-height: 180px;

        padding: 20px;

        align-self: start;

        border-radius: 24px;

        opacity: 0.82;

        transform: scale(1);

        box-sizing: border-box;

        transition:
            transform 0.45s ease,
            border-color 0.45s ease,
            box-shadow 0.45s ease,
            opacity 0.45s ease;
    }


    /* =====================================================
       ACTIVE CARD
    ====================================================== */

    .partner-step-item.active
    .partner-step-card {

        transform: scale(1.02);

        border-color: #7837E8;

        opacity: 1;

        box-shadow:
            0 8px 25px rgba(120, 55, 232, 0.12);
    }


    /* =====================================================
       MOBILE VERTICAL TIMELINE

       ONLY Step 1, Step 2 and Step 3.

       Step 4 has NO LINE.
    ====================================================== */

    .partner-step-item:not(:last-child)::after {

        content: "";

        position: absolute;

        /*
         * Center of the 70px step column
         */
        left: 35px;

        /*
         * Start below the step pill
         */
        top: 32px;

        /*
         * Continue to the bottom of the
         * current card and through the gap
         */
        bottom: -14px;

        width: 1px;

        background: #D7C2FF;

        display: block;

        z-index: 1;

        transition:
            background-color 0.4s ease;
    }


    /* =====================================================
       ACTIVE VERTICAL LINE
    ====================================================== */

    .partner-step-item.active:not(:last-child)::after {

        background: #7837E8;
    }


    /* =====================================================
       STEP 4

       Explicitly NO line after Step 4.
    ====================================================== */

    .partner-step-item:last-child::after {

        content: none !important;

        display: none !important;

        width: 0 !important;

        height: 0 !important;
    }


    /* =====================================================
       ICON
    ====================================================== */

    .partner-step-icon {

        width: 40px;
        height: 40px;

        font-size: 38px;

        transform: scale(1);

        transition:
            transform 0.45s ease;
    }


    .partner-step-item.active
    .partner-step-icon {

        transform: scale(1.08);
    }


    /* =====================================================
       CONTENT
    ====================================================== */

    .partner-step-content {

        margin-top: 20px;
    }


    .partner-step-content h3 {

        margin: 0 0 8px;

        line-height: 1.15;

        letter-spacing: -0.4px;
    }


    .partner-step-content p {

        max-width: none;

        margin: 0;

        line-height: 1.5;
    }

}


/* =========================================================
   SMALL MOBILE
   480px AND BELOW
========================================================= */

@media (max-width: 480px) {

    .partner-steps-section {

        padding: 18px 0 80px;
    }


    .partner-step-item {

        grid-template-columns:
            62px minmax(0, 1fr);

        column-gap: 12px;
    }


    .partner-step-indicator {

        width: 58px;
        height: 31px;
    }


    .partner-step-indicator span {

        font-size: 12px;
    }


    .partner-step-card {

        min-height: 220px;

        padding: 28px 24px;
    }


    .partner-step-icon {

        width: 40px;
        height: 40px;

        font-size: 35px;
    }


    /* =====================================================
       TIMELINE CENTER
    ====================================================== */

    .partner-step-item:not(:last-child)::after {

        left: 31px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   360px AND BELOW
========================================================= */

@media (max-width: 360px) {

    .partner-steps-section {

        padding-left: 10px;
        padding-right: 10px;
    }


    .partner-step-item {

        grid-template-columns:
            58px minmax(0, 1fr);

        column-gap: 10px;
    }


    .partner-step-indicator {

        width: 55px;
        height: 30px;
    }


    .partner-step-indicator span {

        font-size: 11px;
    }


    .partner-step-card {

        min-height: 210px;

        padding: 25px 20px;
    }


    .partner-step-content h3 {

        font-size: 20px;
    }


    .partner-step-content p {

        font-size: 15px;
    }


    /* =====================================================
       TIMELINE CENTER
    ====================================================== */

    .partner-step-item:not(:last-child)::after {

        left: 29px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .partner-step-item,
    .partner-step-indicator,
    .partner-step-indicator span,
    .partner-step-card,
    .partner-step-icon {

        transition: none !important;
    }

}





/* =====================================================
   FORM POSITION - DESKTOP
   ===================================================== */

@media (min-width: 601px) {

    .lp-form-wrapper-position {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .lp-form-wrapper-position #Email {
        width: 300px;
        flex-shrink: 1;
    }

    .lp-form-wrapper-position #formsubmit {
        width: 220px;
        min-width: 220px;
        flex-shrink: 0;

        padding: 0 50px 0 15px;
        box-sizing: border-box;
        white-space: nowrap;

        background-position: right 18px center;
    }
}


/* =====================================================
   TABLET / SMALL DESKTOP
   ===================================================== */

@media (max-width: 1200px) and (min-width: 601px) {

    .lp-form-wrapper-position #formsubmit {
        min-width: 200px;
        width: 200px;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 600px) {

    .lp-form-wrapper-position {
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        justify-content: flex-start;
        width: 100%;
        gap: 15px;
    }

    .lp-form-wrapper-position #Email {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .lp-form-wrapper-position #formsubmit {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        flex: 0 0 auto;
        align-self: stretch !important;

        padding: 0 50px 0 15px;
        box-sizing: border-box;

        white-space: nowrap;

        background-position: right 18px center;
    }
}



.lp-form-wrapper-errormessage {
    height: 30px;
    width: 100%;
}

#partner-form-wrapper-emailError {
    color: red;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    line-height: 16px;
}


.partner-content-poistion{
	padding-bottom:48px;
	padding-top:80px;	
}

@media (max-width: 600px) {
	.partner-content-poistion{
	padding-bottom:0px;
	padding-top:50px;	
}
}