/*!
Theme Name: lead_velocity
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lead_velocity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lead_velocity is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#breadcrumbs{
	display:none!important;
}
.breadcrumbs *{
    color: currentColor!important;
    font-size: 1rem;
    font-family: "400";
}

.custom-btn{
    display: inline-block;
	padding: .75rem 1rem;
/*     padding: 0.83rem 1.56rem; */
    background: var(--theme-color-blue-bold);
    box-shadow:
        0px 19.736px 8.31px 0px rgba(16, 87, 229, 0.01),
        0px 11.426px 6.232px 0px rgba(16, 87, 229, 0.04),
        0px 5.194px 5.194px 0px rgba(16, 87, 229, 0.07),
        0px 1.039px 3.116px 0px rgba(16, 87, 229, 0.08),
        0px 0px 0px 1.039px #1057e5,
        0px 0.519px 0.519px 0px rgba(255, 255, 255, 0.12) inset;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
	line-height: 1;
/*     line-height: 141.176%; */
    letter-spacing: -0.025rem;
    color: var(--theme-color-white);
}
.custom-arrow-btn {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 141.176%;
    letter-spacing: -0.02125rem;
    color: var(--theme-color-blue-bold);
}
.custom-arrow-btn:after {
    content: '';
    background: url('/wp-content/uploads/2025/06/arrow-righ-icon.svg')
        center/cover no-repeat;
    width: 0.31644rem;
    height: 0.73275rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.mini-head {
    width: max-content;
    background-color: var(--theme-color-white);
    border-radius: 0.4375rem;
    box-shadow:
        0px 4px 8px 0px rgba(41, 41, 41, 0.06),
        0px 2px 4px 0px rgba(41, 41, 41, 0.04),
        0px 1px 2px 0px rgba(41, 41, 41, 0.04),
        0px 0px 0px 1px rgba(41, 41, 41, 0.08),
        0px -0.5px 0.5px 0px rgba(41, 41, 41, 0.08) inset;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.00525rem;
}


#masthead {
    position: fixed;
    left: 0;
    top: 2.63rem;
    width: 100%;
    z-index: 111;
    transition: top 400ms ease-out;
}
#masthead.activeScrollDown{
    top:0;
	transition: all 400ms ease-out;
}
#masthead .site-branding img{
    width: 2.5rem;
    aspect-ratio: 1/1;
    height: auto;
}

#masthead.headerActive .header-menu-wrap{
	width: 52.875rem;
	 background: #fff;
    box-shadow:
        0px 1.039px 1.039px 0.519px rgba(41, 41, 41, 0.04),
        0px 3.116px 3.116px -1.558px rgba(41, 41, 41, 0.02),
        0px 6.232px 6.232px -3.116px rgba(41, 41, 41, 0.04),
        0px 12.465px 12.465px -6.232px rgba(41, 41, 41, 0.04),
        0px 24.929px 24.929px -12.465px rgba(41, 41, 41, 0.04),
        0px 49.859px 49.859px -24.929px rgba(41, 41, 41, 0.04),
        0px 0px 0px 1.039px rgba(41, 41, 41, 0.04),
        0px -1.039px 1.039px -0.519px rgba(51, 51, 51, 0.06) inset;
	padding: 0.88rem 1.12rem;
}

#masthead.headerActive .mega-menu-content-wrap{
	padding-top: 1.8rem;
}

.header-menu-wrap {
    display: flex;
    align-items: center;
    width: 76.175625rem;
/*     width: 100%; */
    margin: 0 auto;
    gap: 3.5rem;
    padding:0 0;
    border-radius: 1rem;
	transition: all 400ms ease-out;
   
}
.header-menu-wrap > *:last-child {
    margin-left: auto;
}
.header-menu-wrap #primary-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 1.17rem;
}
.header-menu-wrap #primary-menu a {
    font-size: 1.03875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.00544rem;
    color: #707070;
}
.header-menu-wrap #primary-menu li:not(:last-child) {
    margin-bottom: 0;
}

.header-menu-wrap .header-right-content .custom-btn {
/*     font-size: 0.97381rem;
font-style: normal;
font-weight: 500;
line-height: 160%; */
box-shadow: none;
/* padding: 0.65rem 1.04rem; */
}
.header-menu-wrap .header-right-content .custom-btn.theme-bg-white{
    border: 1px solid rgba(41, 41, 41, 0.08);
    color: var(--theme-bg-black);
}

.header-menu-wrap #primary-menu li {
    position: relative;
}

.mega-menu-content-wrap {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 0.5rem;
    width: 33.625rem;
    opacity: 0;
    pointer-events: none;
    z-index: 11;
	scale:0.9;
	transform-origin: right top;
	transition: all 200ms ease-out;
}

.mega-menu-content-wrap .sub-mega-menu-list {
    padding: 1rem;
    border-radius: .75rem;
    background-color: var(--theme-color-white);
/*     box-shadow:
        0px 1.039px 1.039px 0.519px rgba(41, 41, 41, 0.04),
        0px 3.116px 3.116px -1.558px rgba(41, 41, 41, 0.02),
        0px 6.232px 6.232px -3.116px rgba(41, 41, 41, 0.04),
        0px 12.465px 12.465px -6.232px rgba(41, 41, 41, 0.04),
        0px 24.929px 24.929px -12.465px rgba(41, 41, 41, 0.04),
        0px 49.859px 49.859px -24.929px rgba(41, 41, 41, 0.04),
        0px 0px 0px 1.039px rgba(41, 41, 41, 0.04),
        0px -1.039px 1.039px -0.519px rgba(51, 51, 51, 0.06) inset; */
	border: 1px solid #1111110d;
}

.mega-menu-content-wrap .sub-mega-menu-list .menu-icon {
    width: 2.26rem;
    aspect-ratio: 1/1;
    display: inline-block;
    padding: 0.57rem;
    border-radius: 0.50456rem;
    border: 0.589px solid rgba(35, 93, 240, 0.1);
    background-color: var(--theme-color-white);
    line-height: 1%;
}
.mega-menu-content-wrap .sub-mega-menu-list .menu-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mega-menu-content-wrap .sub-mega-menu-list a {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 0.81rem;
    align-items: center;
    border-radius: 0.5rem;
    background-color: #eaeffe00;
	border: 1px solid #0000;
/*     padding: 1rem; */
    width: 100%;
	height: 100%;
	padding: .75rem 1rem;
}
.mega-menu-content-wrap .sub-mega-menu-list a:hover,
li.mega-menu:hover:not(:has(.sub-mega-menu-list a:hover))
.sub-mega-menu-list li:first-child a {
    background-color: #eaeffe;
	border-color:#1111110d;
}
.mega-menu:hover .sub-mega-menu-list li:is(+ li:hover)   a{
	background-color: #eaeffe00;
}
 
.mega-menu-content-wrap span:last-child {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03125rem;
    color: #070707;
}
.sub-mega-menu-list {
    list-style: none;
    padding-left: 0;
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 0.25rem 1rem;
}

.mega-menu:hover > a + .mega-menu-content-wrap {
    opacity: 1;
    pointer-events: auto;
	scale:1;
}

header .mega-menu >a{
    position: relative;
    padding-right: 0.9rem;
   
}
header .mega-menu >a:after{
    content:'';
    width: 0.4rem;
    aspect-ratio: 1/1;
    display: block;
    position:absolute;
    right:0.1rem;
    top:0.3rem;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    rotate: 45deg;
}

.menu-backdrop{
    width: 100%;
    height: 100lvh;
    position: fixed;
    left:0;
    top:0;
    z-index: 11;
    background-color: #fff4;
    backdrop-filter: blur(6px);
    pointer-events: none;
    opacity: 0;
    transition: 300ms ease-out;
}


.theme-hero-bg {
    background: url('/wp-content/uploads/2025/06/home-hero-bg-image.svg') center  top/ 100vw no-repeat;
}

.mini-cap-heading{
	text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.06rem;
    font-weight: 500;
}
.home-hero-section > *:first-child > *:first-child .wpb_single_image {
    margin-top: 12.88rem;
}

.logos-slider-wrap .swiper-wrapper{
	transition-timing-function: linear!important;
}
.logos-slider-wrap .wpb_single_image{
    height: 36px;
}

.logos-slider-wrap .wpb_single_image *{
    width:100%;
    height: 100%;
}
.logos-slider-wrap .wpb_single_image img{
    object-fit: contain;
}

.about-section .mid-content p{
	font-size: 1.9rem;
	line-height: 125%;
    letter-spacing: -0.02rem;
}

.image-content-cards-wrap h3 {
    font-size: 1.5rem;
/*     font-weight: 600; */
    line-height: 116.667%;
    letter-spacing: -0.0625rem;
    text-align: center !important;
}
.image-content-cards-wrap p {
    font-size: 1.14119rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.0175rem;
    text-align: center !important;
    color: #525252;
}
.image-content-cards-wrap .wpb_single_image {
    height: 18.125rem;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #ecf1fe;
    padding: 0 1rem;
}
.image-content-cards-wrap .wpb_single_image * {
    width: 100% !important;
    height: 100% !important;
}
.image-content-cards-wrap .wpb_single_image img {
    object-fit: contain;
    object-position: center bottom;
}
.image-content-cards-wrap >*>*>*{
	padding: 1rem;
}
.image-content-cards-wrap >*>*>*, 
.images-cards-wrap >*>*>*,
.blog-post-card{    
    height: 100%;
    border-radius: 1.278rem;
    box-shadow: color(srgb 0 0.121569 0.121569 / 0.04) 0rem 4rem 4rem -32px, color(srgb 0 0.121569 0.121569 / 0.04) 0rem 2rem 2rem -16px, color(srgb 0 0.121569 0.121569 / 0.04) 0rem 1rem 1rem -8px, color(srgb 0 0.121569 0.121569 / 0.04) 0rem 0.75rem 0.75rem -6px, color(srgb 0 0.121569 0.121569 / 0.04) 0rem 0.375rem 0.375rem -3px, color(srgb 0 0.121569 0.121569 / 0.04) 0rem 0.188rem 0.188rem -1.5px, color(srgb 0 0.121569 0.121569 / 0.08) 0rem 0.063rem 0.063rem -0.5px, color(srgb 0 0.121569 0.121569 / 0.04) 0rem 0rem 0rem 0.063rem;
    transform: translateY(-2px);
    
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.image-content-cards-wrap >*>*>*:hover ,
.images-cards-wrap >*>*>*:hover,
.blog-post-card:hover{
    opacity: 0.9;
     transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.000833333, 0, 0, 8, 0.993333);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.images-slider .wpb_single_image{
    margin-bottom: 0px!important; 
border-radius: 2rem;
overflow: hidden;
}
.images-slider .wpb_single_image * {
    width:100%!important;
    height: 100%!important;
}
.images-slider .wpb_single_image img{
    object-fit: cover; 
}
.images-slider .swiper-slide{
    width: calc(100% / 2);
}
.images-slider{
    overflow: visible;
    max-width: 64.625rem;
    width: 100%;
}
.images-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}

.images-cards-wrap .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat{
    padding: 0!important;
    background-color: #fff0;
    margin-bottom: 0;
}
.images-cards-wrap h3{
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
/* font-style: normal; */
/* font-weight: 600; */
line-height: 127.273%;
letter-spacing: -0.0625rem;
}
.images-cards-wrap .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content{
    margin-bottom: 1.5rem;
}

.images-cards-wrap  > *>*>* {
    padding: 3rem 2.5rem 13rem 2.5rem!important;
    border-radius: 1.51825rem;
    height: 100%;
    position: relative;
    overflow: hidden;
	background-color: var(--theme-white);
}

/* .images-cards-wrap  > *:nth-child(4n+1)>*>*{
    background-color: #ECF1FE;
}
.images-cards-wrap  > *:nth-child(2n+2)>*>*{
    background-color: #D4E0FF;
} */
.images-cards-wrap  > *:nth-child(3n+3)>*>*{
/*     background-color: #F1F5FC; */
    padding: 8.87rem 49rem 8.87rem 8.31rem!important;
}
.images-cards-wrap {
    gap: 2rem 0;
}
.images-cards-wrap .vc_general.vc_cta3.vc_cta3-actions-bottom p { 
    color: #525252;
    font-size: 1rem; 
font-weight: 400;
line-height: 137.5%;
letter-spacing: -0.0175rem;
}

.images-cards-wrap .vc_btn3.vc_btn3-color-default, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat,
.images-cards-wrap .vc_btn3.vc_btn3-color-default, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover{
    font-size: 1.0625rem;
font-weight: 600;
line-height: 141.176%;
letter-spacing: -0.02125rem;
padding: 0!important;
background-color: #0000!important;
color: var(--theme-color-blue-bold)!important;
}
.images-cards-wrap .vc_btn3.vc_btn3-color-default, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:after{
    translate: 0 -0.1rem;
}

.images-cards-wrap  > *:nth-child(4n+1)>*>*,
.images-cards-wrap  > *:nth-child(2n+2)>*>*{
    padding-right: 14.25rem!important;
}

.images-cards-wrap .wpb_single_image{
    margin-bottom: 0!important;
    position: absolute;
   pointer-events: none;
}
.images-cards-wrap  > *:nth-child(4n+1) .wpb_single_image,
.images-cards-wrap  > *:nth-child(2n+2) .wpb_single_image{
    right: 0;
    bottom: 0;
    text-align: right;
}
.images-cards-wrap > *:nth-child(4n+1) .wpb_single_image img,
.images-cards-wrap  > *:nth-child(2n+2) .wpb_single_image img{
    width: 39vw!important;
    height: auto!important;
	max-width: unset;
}

.images-cards-wrap > *:nth-child(3n+3) .wpb_single_image{
    right: 10rem;
    top: 1.5rem;
}
.images-cards-wrap > *:nth-child(3n+3) .wpb_single_image img{
            width: 33vw;
    max-width: unset;
}


.site-footer{
    overflow: hidden;
}
.site-footer:after{
    content: "LeadVelocity";
    color: rgb(255 255 255 / 8%);
    font-size: 15.54rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.02488rem;
    display: block;
    translate: 0 2rem;
}
 
.site-footer *{
    color: var(--theme-color-white);
}
.site-footer h3{
    color: rgba(255, 255, 255, 0.50); 
    font-size: 1.125rem; 
font-weight: 400;
line-height:  166.667% ;
letter-spacing: -0.03375rem;
margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.footer-right-col > .row {
    gap: 5.81rem 0;
}
.footer-right-col ul{
    list-style: none;
    padding-left: 0;
}
.footer-right-col ul  li:not(:last-child){
    margin-bottom: 1rem;
}
.footer-right-col ul a,
.site-footer .footer-address a{
    font-size: 1rem; 
font-weight: 400;
line-height: 145.455%;
letter-spacing: -0.0275rem;
}

ul#social-links {
    display: flex;
    align-items: center;
    gap: 0.62rem;
}
ul#social-links li{margin-bottom:0;}

#privacy-policy-links{
    list-style: none;
    display: flex;
    padding-left:0;
    gap: 1.5rem;
}
#privacy-policy-links li{
    position: relative;
}
#privacy-policy-links a{
    font-size: 1rem; 
font-weight: 400;
line-height:  187.5%;
letter-spacing: -0.03rem;
}
#privacy-policy-links li:not(:last-child){ 
    margin-bottom: 0;
}
#privacy-policy-links li:not(:last-child):after{
    content: ".";
    font-size: 2rem;
    line-height: 100%;
    position: absolute;
    right: -1rem;
    top: -0.75rem;
}
.site-footer .site-info > .row>*{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 6rem;
}
 
.card-content-row-wrap {
    display: flex;
    align-items: center;
    gap: 2.88rem;
}
.card-content-row-wrap:before,
.card-content-row-wrap:after {
    display: none!important;
}
.card-content-row-wrap h3 {
    font-size: 1.5rem;
    font-style: normal;
/*     font-weight: 600; */
    line-height: 116.667%;
    letter-spacing: -0.0625rem;
    margin-bottom: 0.5rem;
}
.card-content-row-wrap h3 + p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.0175rem;
    margin-bottom: 1.5rem;
}
.tick-boxs-list {
    padding-left: 0;
    list-style: none;
}
.card-content-row-wrap .tick-boxs-list {
    margin-bottom: 2.5rem;
}
.tick-boxs-list li {
    padding: 1.5rem 1.12rem 1.5rem  4rem  ;
    border-radius: 0.5rem;
    border: 1px solid rgba(35, 93, 240, 0.21);
    background: var(--theme-color-white);
    box-shadow:
        0px 99px 28px 0px rgba(35, 93, 240, 0),
        0px 63px 25px 0px rgba(35, 93, 240, 0.01),
        0px 35px 21px 0px rgba(35, 93, 240, 0.02),
        0px 16px 16px 0px rgba(35, 93, 240, 0.03),
        0px 4px 9px 0px rgba(35, 93, 240, 0.04);
    position: relative;
}
.tick-boxs-list li:before {
    content: '';
    background: url("/wp-content/uploads/2025/07/tick-circle-icon.svg") center/ contain no-repeat;
    width:2rem;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    left:1.12rem;
    top:1.5rem;
}

.card-content-row-wrap  .wpb_single_image {
    width: 32.4375rem;
height: 36.4375rem;
background-color: var(--theme-color-cloud-blue);
border-radius: 1.51825rem;
margin-bottom:0;
overflow: hidden;
}
.card-content-row-wrap  .wpb_single_image img{
    max-width: unset;
    width: 100%!important;
    height: 100% !important;
    object-fit: contain;
}

.icon-content-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 0;
}
.icon-content-wrap *{
    text-align: center!important;
}
.icon-content-wrap .wpb_single_image{
    padding: 0.86rem;
    width: 4rem;
    aspect-ratio: 1/1;
    margin-inline: auto;
	margin-bottom: 1.5rem;
	border-radius: 0.85713rem;
border: 1px solid rgba(35, 93, 240, 0.10);
background-color: var(--theme-color-white);
}
.icon-content-wrap .wpb_single_image *{
    width: 100%!important;
    height: 100%!important;
}

.icon-content-wrap h3{
    font-size: 1.375rem; 
/* font-weight: 600; */
line-height:  127.273%;
letter-spacing: -0.0625rem;
margin-bottom: 0.5rem;
}
.icon-content-wrap p{
    margin-bottom: 0!important;
    color: #525252;
	font-size: 1rem;  
line-height:  137.5%;
letter-spacing: -0.0175rem;
}

body .theme-custom-form.wpforms-container :is(input, select, textarea) {
  padding: 1.12rem 1.5rem !important;
  border-radius: 0.75rem;
  border: 1px solid #9ab6ff;
  background-color: var(--theme-color-white);
  height: auto !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 181.777%;
  letter-spacing: -0.0175rem;
}

body .theme-custom-form.wpforms-container :is(input, select, textarea):focus {
  border: 1px solid #235df0 !important;
  box-shadow: none !important;
}

body .theme-custom-form.wpforms-container-full button[type=submit] {
  padding: 1rem 1.5rem;
  border-radius: 0.58431rem;
  background-color: var(--theme-color-blue-bold) !important;
  box-shadow: 0px 19.736px 8.31px 0px rgba(16, 87, 229, 0.01), 0px 11.426px 6.232px 0px rgba(16, 87, 229, 0.04), 0px 5.194px 5.194px 0px rgba(16, 87, 229, 0.07), 0px 1.039px 3.116px 0px rgba(16, 87, 229, 0.08), 0px 0px 0px 1.039px #1057e5, 0px 0.519px 0.519px 0px rgba(255, 255, 255, 0.12) inset;
  height: auto;
  font-size: 1.0625rem; 
font-weight: 600;
line-height:   141.176%;
letter-spacing: -0.02125rem;
}

body .theme-custom-form.wpforms-container-full .wpforms-submit-container {
  text-align: center;
}

body .theme-custom-form.wpforms-container textarea {
  min-height: 23.3125rem;
}

/* Chrome, Safari, Edge, Opera */
body .theme-custom-form.wpforms-container input::-webkit-outer-spin-button,
body .theme-custom-form.wpforms-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
body .theme-custom-form.wpforms-container input[type=number] {
  -moz-appearance: textfield;
}

body .theme-custom-form.wpforms-container .wpforms-field {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 1.5rem; 
}
body .theme-custom-form.wpforms-container .wpforms-field:last-child{
    margin-bottom: 2rem;
}

.about-hero-section .sub-head {
	font-size: 2rem; 
font-weight: 500;
line-height:   150%;
letter-spacing: -0.0625rem;
margin-top: 4.5rem;
color: var(--theme-color-black);
}
.rotate-cards-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}

.rotate-cards-slider  {
	overflow: visible!important;
}
.rotate-cards-slider .swiper-slide{
	width: calc(100vw / 4); 
}
.rotate-cards-slider .swiper-slide .wpb_single_image{
	width: 27.3125rem;
	height: 31.125rem;
	margin-bottom: 0!important;
}
.rotate-cards-slider .swiper-slide .wpb_single_image *{
	width: 100%!important;
	height: 100%!important;
}
.rotate-cards-slider .swiper-slide .wpb_single_image img{
	object-fit: cover;
	border-radius: 2rem;
border: 7px solid #FFF;
}
.rotate-cards-slider .swiper-slide:nth-child(odd) .wpb_single_image{
	transform: rotate(-8.185deg);
}
.rotate-cards-slider .swiper-slide:nth-child(even) .wpb_single_image{
	transform: rotate(8.185deg);
}

.icon-short-info-wrap {
	flex-wrap: nowrap!important;
	gap: 2.5rem;
}
.icon-short-info-wrap .wpb_single_image{
	width: 4.5rem;
	aspect-ratio: 1/1;
	padding: 0.96rem;
	background-color: #D4E0FF;
	border-radius: 0.85719rem;
	margin-bottom: 0!important;
}
.icon-short-info-wrap .wpb_single_image *{
	width: 100%!important;
	height: 100%!important;
}
.icon-short-info-wrap >*>*>*{
	display: grid;
	grid-template-columns: max-content auto;
	gap: 1.5rem;
	align-items: center;
}
.icon-short-info-wrap >*>*{
	padding: 0!important;
	justify-content: center;
}
.icon-short-info-wrap >*{
	padding: 1rem!important;
	border-radius: 1rem;
background-color: #F1F5FC;
}

.icon-short-info-wrap .wpb_text_column{
	margin-bottom: 0!important;
}
.icon-short-info-wrap h3{
	color: #525252;
	font-size: 1rem; 
font-weight: 400;
line-height: 137.5%;
letter-spacing: -0.0175rem;
margin-bottom: 0.2rem;
}
.icon-short-info-wrap a{
	font-size: 1.25rem; 
font-weight: 600;
line-height: 140% ;
letter-spacing: -0.0625rem;
}

.wp-icon-content-list .wpb_single_image {
    width: 4.5rem;
    aspect-ratio: 1/1;
    padding: 0.96rem;
    border-radius: 0.85713rem;
    background-color: #d4e0ff;
}
.wp-icon-content-list .wpb_single_image * {
    height: 100% !important;
    width: 100% !important;
}
.wp-icon-content-list .wpb_single_image img {
    object-fit: cover;
}

.wp-icon-content-list :is(.wpb_single_image, .wpb_text_column) {
    margin-bottom: 0 !important;
}
.wp-icon-content-list > * > * > * {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem !important;
border-radius: 1rem;
border: 1px solid rgba(35, 93, 240, 0.10);
background: #FFF;
}
.wp-icon-content-list > *:not(:last-child) {
    margin-bottom: 1.5rem;
}

.wp-icon-content-list h3 {
    font-size: 1.375rem;
/*     font-weight: 600; */
    line-height: 127.273%;
    letter-spacing: -0.0625rem;
    margin-bottom: 0.3rem;
}
.row-equal-height-img .wpb_single_image *,
.row-equal-height-img .wpb_single_image {
    height: 100% !important;
    width: 100% !important;
}
.row-equal-height-img > * > * {
    height: 100%;
}
.row-equal-height-img .wpb_single_image img {
    object-fit: cover;
    border-radius: 1.5rem;
}


.steps-wrap > *:not(:last-child) {
    position: relative;
}
.steps-wrap > *:not(:last-child):after {
    content: '';
    background: url('/wp-content/uploads/2025/07/steps-arrow-icon.svg')
        center/contain no-repeat;
    width: 13.375rem;
    aspect-ratio: 214 / 31;
    display: block;
    position: absolute;
    right: -7rem;
    top: 1rem;
}

.testimonials-slider .vc_general {
    padding: 0;
    background: #0000 !important;
}
.testimonials-slider .profile-info {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 1rem;
    align-items: center;
}
.testimonials-slider .profile-pic img {
    width: 3.25rem;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials-slider .profile-info p {
    margin-bottom: 0;
}

.testimonials-slider .swiper-slide {
    width: calc(100% / 3);
}
.testimonials-slider h3 {
    font-size: 1.375rem;
/*     font-weight: 600; */
    line-height: 127.273%;
    letter-spacing: -0.0625rem;
    margin-bottom: 0.62rem;
}
.testimonials-slider :is(.vc_cta3-content-header, .profile-info) p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.0175rem;
    color: #525252;
}
.testimonials-slider .vc_cta3-content-header {
    padding: 1.75rem;
    border-radius: 0.5rem;
    background-color: var(--theme-color-cloud-blue);
    margin-bottom: 1.62rem;
}

.testimonials-slider .profile-info h4 {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 137.5%;
    letter-spacing: -0.0175rem;
}

/* blogs post start */

.featured-post .post-img{
    height: 23.75rem; /* 380px */
    width: 100%;
    position: relative;
}

:is(.featured-post, .blog-post-card) .post-img img{
    width: 100%;
/*     height: 100%; */
    object-fit: cover;
	height: 14.4375rem;
}

.featured-post .post-img img{
    border-radius: 1rem; /* 16px */
}

:is(.featured-post, .blog-post-card) .category{
	position: absolute;
	left: 2rem; /* 32px */
	top: 1.75rem; /* 28px */
	z-index: 1;
	border-radius: 0.3125rem; /* 5px */
	padding: 0.25rem 0.53125rem; /* 4px 8.5px */
	display: block;
	background-color: var(--theme-color-azure-mid);
	color: var(--theme-color-white);
	font-size: 0.875rem; /* 14px */
	text-transform: uppercase;
	letter-spacing: -0.0625rem; /* -1px */
	font-family: "Host Grotesk", sans-serif;
	font-weight: 600;
}

.featured-post .featured-card > * {
    padding-left: 1.65625rem; /* 26.5px */
    padding-right: 1.65625rem; /* 26.5px */
}

.featured-post .post-content :is(h2,p){
	margin-bottom: 1.5rem; /* 24px */
}

.blog-post-card .post-img img{
	border-radius: 0.5rem; /* 8px */
}

.blog-post-card .category{
	top: 1rem; /* 16px */
	left: 1rem; /* 16px */
}

.blog-post-card .post-img{
/* 	height: 14.4375rem; /* 231px / */
	position: relative;
	width: 100%;
/* 	padding: 1.5rem; */
}

/* .blog-post-card .post-img img{
	border-radius: 0;
} */

.blog-post-card .post-content{
	padding-block: 1.5rem 2.5rem;  
}

.blog-post-card h4{
	font-size: 1.5rem;
	margin-bottom: 0.5rem; /* 8px */
}

.blog-post-card{
/* 	border: 0.0625rem solid #39393820; /* 1px / */
/* 	border-radius: 0.5rem; /* 8px / */
	overflow: hidden;
/* 	height: 100%; */
	position: relative;
padding: 1rem;
}

.blog-post-card:after{
    content: "Read More";
    display: block;
    justify-self: end;
    padding-block: 0.5rem 1.5rem;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    color: var(--theme-color-azure-mid);
    width: calc(100% - 3rem);
    border-top: 1px solid #edf0f7;
}

.blog-post-card:hover:after{
    font-weight: 600;
}

/* single post hero start */
.blog-hero h1{
/* 	font-size: 4.3rem;
    line-height: 108.111%; */
    margin-bottom:1rem;
	    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
}
.single-post-hero-img {
        height: auto;
    width: 100%;
    aspect-ratio: 3/1.5;
}

.single-post-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem; /* 16px */
}

.single-post-content-wrapper h2{
/* 	font-size: 2.3rem;
    line-height: 116%; */
    margin-bottom: 1rem;  
}
.single-post-content-wrapper h3{
/* 	    font-size: 1.8rem;
    line-height: 116.429%; */
    margin-bottom: 0.8rem;  
}
.single-post-content-wrapper h4{
    margin-bottom: 0.5rem;  
}
.single-post-content-wrapper * + h2{
    margin-top:1.2rem;
}
.single-post-content-wrapper * + h3{
    margin-top:1rem;   
}
.single-post-content-wrapper p {
	font-size: 1rem;
}
.single-post-content-wrapper ul + *{
	margin-top: 1.25rem; /* 20px */
}

/* single post hero end */

/* blogs post end */


/* Privacy Policy Page start */
.static-page-wrap h2 + *{
	margin-top: 1.5rem;
}
.static-page-wrap * + h2{
	margin-top: 3rem;
}
.static-page-wrap h3 + *,
.static-page-wrap * + h3{
    margin-top: 1rem;
}
 
/* Privacy Policy Page end */

/* ##################### Media Queries Start ##################### */

@media screen and (max-width: 992px) {
    html {
        font-size: 1.5vw;
    }

    br {
        display: none;
    }
	
	 .header-menu-wrap,
	#masthead.headerActive .header-menu-wrap{
		width:100%;
	}
	
    .image-content-cards-wrap .wpb_single_image {
        height: 12.125rem;
    }
    .images-cards-wrap > *:nth-child(4n + 1) > * > *,
    .images-cards-wrap > *:nth-child(2n + 2) > * > * {
        padding-right: 2.25rem !important;
		padding-bottom: 8rem!important;
    }
    .images-cards-wrap > *:nth-child(3n + 3) > * > * {
        padding: 6.87rem 27rem 6.87rem 6.31rem !important;
    }
    .images-cards-wrap > *:nth-child(3n + 3) .wpb_single_image {
        right: -19rem;
    }
	.images-cards-wrap > *:nth-child(4n+1) .wpb_single_image img, 
	.images-cards-wrap > *:nth-child(2n+2) .wpb_single_image img{
		width: 100%!important;
	}
	.mini-head{
		    width: 100%;
    text-align: center;
    max-width: 500px;
	}
} /* Media 992px */

@media screen and (max-width: 768px) {
    :root {
        --equal-padds: 4.25rem;
    }

    html {
        font-size: 3.6vw;
    }
    .container,
    .vc_section .container {
        max-width: calc(100% - 3rem) !important;
    }
	
	/* .blog-hero h1 */
    h1,
    .h1 {
        font-size: 2.1rem;
        letter-spacing: -0.12rem;
    }
	
/* 	.single-post-content-wrapper h2  */
    h2,
    .h2{
        font-size: 1.9rem;
    }
	
/* 	.single-post-content-wrapper h3  */
    h3,
    .h3{
        font-size: 1.6rem;
    }

    h4,
    .h4 {
        font-size: 1.4rem;
    }

    h5,
    .h5 {
        font-size: 1.2rem;
    }

    h6,
    .h6 {
        font-size: 1.125rem;
    }
	
	
nav#site-navigation {
    position: fixed;
    height: auto;
        max-height: 81vh;
        overflow: auto;
    width: calc(100vw - 5rem);
    left: 50%;
/*     top: calc(100% + 1.8rem); */
	top: 5.8rem;
    translate: -50% 0;
	transform-origin: center;
    padding: 1.62rem 0.93rem;
    background-color: #ffffff;
   transition: 400ms ease-out 0ms;
    display: flex;
    align-items: stretch;
    justify-content: center;
		gap: 1.29rem;
    flex-direction: column;
    border-radius: 1.14663rem;
    box-shadow: 0px 1.191px 1.191px 0.596px rgba(41, 41, 41, 0.04), 0px 3.573px 3.573px -1.787px rgba(41, 41, 41, 0.02), 0px 7.146px 7.146px -3.573px rgba(41, 41, 41, 0.04), 0px 14.292px 14.292px -7.146px rgba(41, 41, 41, 0.04), 0px 28.584px 28.584px -14.292px rgba(41, 41, 41, 0.04), 0px 57.169px 57.169px -28.584px rgba(41, 41, 41, 0.04), 0px 0px 0px 1.191px rgba(41, 41, 41, 0.04), 0px -1.191px 1.191px -0.596px rgba(51, 51, 51, 0.06) inset;
		    filter: blur(20px);
    scale: 2;
    opacity: 0;
	pointer-events:none;
}

nav#site-navigation.active {
    transition: 400ms ease-out 100ms;
    scale: 1;
    filter: blur(0px);
    opacity: 1;
	pointer-events:auto;
}

#site-navigation  .menu-primary-menu-container {
    height: auto;
    width: 100%;
/*     background-color: #fff; */
/*     border-radius: 0.5rem; */
/*     padding: 2rem; */
/*     filter: blur(20px); */
/*     scale: 2; */
/*     opacity: 0; */
/*     transition: 400ms ease-out 0ms; */
/*     box-shadow: 0px 19.736px 8.31px 0px rgba(16, 87, 229, 0.01), 0px 11.426px 6.232px 0px rgba(16, 87, 229, 0.04), 0px 5.194px 5.194px 0px rgba(16, 87, 229, 0.07), 0px 1.039px 3.116px 0px rgba(16, 87, 229, 0.08), 0px 0px 0px 1.039px #1057e52b, 0px 0.519px 0.519px 0px rgba(255, 255, 255, 0.12) inset; */
}
/* #site-navigation.active .menu-primary-menu-container{ 
    transition: 400ms ease-out 100ms;
    scale: 1;
    filter: blur(0px);
    opacity: 1;
} */
	
	
/* 
.mobile-button span {
    display: block;
    width: 0.4rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #000;
    transition: 400ms ease-out;
}

.mobile-button .button-elems {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.14rem;
    place-items: center;
    width: 1rem;
    transform-origin: center;
    transition: 400ms ease-out;
}
.mobile-button {
    width: 1.7rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 0.34rem 0.29rem;
    overflow: hidden;
    transition: 400ms ease-out;
    position: relative;
}

.mobile-button.active .button-elems {
    scale: 2;
    rotate: 45deg;
	translate: -1px 0;
	cursor: pointer;
}
.mobile-button.active span {
    background-color: #fff;
    border-radius: 0%;
}
.mobile-button.active {
    background-color: #000;
    border-color: #fff;
    border-radius: 0.19rem;
} */
	
.mobile-button{
 
	cursor: pointer;
	display: inline-block;
}

.mobile-button .button-elems {
 
	position: relative;
width: 1.7rem;
        aspect-ratio: 1 / 1;
	display: block;
}

.mobile-button span {
	all: initial;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
}

/* Only use first two bars */
.mobile-button span:nth-child(1) {
	top: 6px;
}

.mobile-button span:nth-child(2) {
	top: 14px;
}

.mobile-button.active span:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
}

.mobile-button.active span:nth-child(2) {
	top: 10px;
	transform: rotate(-45deg);
}

.header-menu-wrap #primary-menu {
    flex-direction: column;
    text-align: left;
	gap: 0;
}

.header-menu-wrap #primary-menu a {
    font-size: 2rem;
    color: #000;
}

	
	#masthead{
		top: 1.5rem;
	}
	
	.header-menu-wrap .header-right-content .custom-btn{
		padding: 0.65rem 1.04rem;
        width: 100%;
        text-align: center;
	}
	
	.header-menu-wrap #primary-menu > li > a {
    width: 100%;
    display: inline-block;
    border-radius: 0.57331rem;
    background: #fff;
    padding: 1.51rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03581rem;
}

header .mega-menu >a:after {
    position: unset;
    width: 0.8rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}
header .mega-menu.active >a:after{
    rotate: 226deg;
}

header .mega-menu >a {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

.mega-menu-content-wrap {
    position: relative;
    padding-top: 0;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    display: none;
}
.mega-menu-content-wrap.active{
    display: block;
}

.services-menu .sub-mega-menu-list {
    padding: 0 0.8rem;
    box-shadow: none;
	grid-template-columns: auto;
}

    .home-hero-section > .vc_row:first-of-type > *:nth-child(2) {
        order: -1;
    }

    .home-hero-section > *:first-child > *:first-child,
    .home-hero-section > *:first-child > *:last-child {
        width: 50%;
    }
    .home-hero-section > *:first-child > *:first-child > *,
    .home-hero-section > *:first-child > *:last-child > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home-hero-section > *:first-child > *:first-child .wpb_single_image {
        margin-top: 0;
    }

	.logos-slider-wrap .wpb_single_image{
    height: 26px;
}
	
    .image-content-cards-wrap > *:not(:last-child) {
        margin-bottom: 3rem !important;
    }
    .images-slider .swiper-slide {
        width: 100%;
    }
    .images-cards-wrap > *:nth-child(4n + 1) .wpb_single_image,
    .images-cards-wrap > *:nth-child(2n + 2) .wpb_single_image {
        right: 0;
/*         top: 17.5rem; */
    }
    .images-cards-wrap > *:nth-child(3n + 3) > * > * {
        padding: 2.5rem 2.5rem 8rem 2.5rem !important;
    }
    .images-cards-wrap > *:nth-child(3n + 3) .wpb_single_image {
            right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    }
    .images-cards-wrap > *:nth-child(3n + 3) .wpb_single_image img {
            width: 80vw!important;
    height: 12rem;
    object-fit: contain;
    object-position: right 2rem;
    }

    .home-hero-section > *:first-child > *:first-child img,
    .home-hero-section > *:first-child > *:last-child img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: top;
    }
	
	
	.about-hero-section .sub-head {
    font-size: 1.4rem;
}

.rotate-cards-slider .swiper-slide {
    width: calc(100vw / 2);
}
.rotate-cards-slider .swiper-slide .wpb_single_image {
    width: 17.3125rem;
    height: 20.125rem; 
}

.card-content-row-wrap{
    gap: 1.88rem;
}
.card-content-row-wrap .wpb_single_image {
    width: 100%;
    height: 20rem;
}

.card-content-row-wrap .wpb_single_image img { 
    width: 100% !important;
    object-position: 100% 100%;
}
.card-content-row-wrap .wpb_single_image * {
    height: 100%!important;
    width: 100%!important;
}

body .theme-custom-form.wpforms-container .wpforms-field-container >* {
    float: none!important;
    width: 100%;
    margin-inline: 0;
}
.icon-short-info-wrap {
    flex-direction: column;
}
	
	
    .footer-right-col > .row {
        gap: 3rem 0;
    }

    .site-footer:after {
        font-size: 4.6rem;
        letter-spacing: -0.24488rem;
        translate: 0 0.5rem;
    }

    #privacy-policy-links {
        flex-direction: column;
        gap: 1rem;
    }
    #privacy-policy-links li:not(:last-child):after {
        display: none;
    }
	
	.wp-icon-content-list > * > *,
.benefit-key-section > * > .row-equal-height-img .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.steps-wrap > *:not(:last-child):after {
    left: 50%;
    right: auto;
    top: 107%;
    transform-origin: center;
    rotate: 90deg;
    translate: -50% 0;
}

.testimonials-slider .swiper-slide {
    width: 100%;
}
	
	.site-footer .site-info > .row>*{
		gap: 3rem;
	}

	
} /* Media 768px */

