/*
Theme Name: VantX
*/


/* == main css starts == */

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter//Inter-VariableFont_opsz\,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Inter', sans-serif!important;
    overflow-x: hidden;
}

 
a{
    text-decoration:none!important;
    color:#0eb14d;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.main-container{
     padding: 80px 5%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #0eb14d;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

.logo-dark{
    display: none;
}

/* == main css ends == */

/* == Slider section starts == */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #00000000;
    border: none;
    outline: none;
    background: #ffffff00;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
    background-color: #FF6B00;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -50px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\f177'; 
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -50px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    line-height: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2d2d2f47;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #ffffff57;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;
	padding: 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* == slider section ends == */

/* == header starts == */

.header-wrapper {
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
}

.header-wrapper .custom-container {
    padding: 15px 5%;
}

.header-logo img {
    width: 200px;
    display: block;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-header{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.login-header a {
    background-color: #ffffff;
    color: #000000;
    padding: 6px 28px;
    border-radius: 100px;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.login-header a:hover {
    background-color: #07BC4B;
    color: #fff;
}

.signup-header a {
    color: #fff;
}

.signup-header a:hover {
    color: #07BC4B;
}

.f-nav .header-wrapper {
    background-color: #0e0e0eb3;
}

.f-nav .header-logo img {
    width: 150px;
    
}

/* == header ends == */

/* == menu starts == */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
}

/* == menu starts == */

/* == banner starts == */

.banner-wrapper {
  position: relative;
  min-height: 110vh;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.banner-wrapper .bg-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  filter: blur(160px);
  opacity: 0.25;
  transform: scale(0.95);
  animation: bannerPulse 6s ease-in-out infinite;
  animation-fill-mode: both;
}


.banner-wrapper .bg-green {
    background: #028132eb;
    top: -150px;
    right: -150px;
    filter: blur(200px);
}

.banner-wrapper .bg-orange {
    background: #ff781888;
    top: 400px;
    left: -200px;
    animation-delay: 3s;
}


@keyframes bannerPulse {
  0% {
    opacity: 0.25;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0.25;
    transform: scale(0.95);
  }
}


.banner-wrapper .banner-container {
    position: relative;
    width: 100%;
    margin: auto;
    padding-left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding-top: 100px;
}

.banner-wrapper .banner-content {
  max-width: 520px;
  color: #fff;
}

.banner-wrapper .banner-content h1 {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}

.banner-wrapper .banner-content h1 span {
  background: linear-gradient(94.73deg, #0DE762 0.65%, #61C7DB 46.56%, #C9DDF1 75.51%, #FFFFFF 97.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.banner-wrapper .banner-content p {
    font-size: 17px;
    margin-bottom: 30px;
    font-weight: 200;
}

.banner-wrapper .banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #07BC4B;
  color: #ffffff;
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
  font-weight: 300;
  text-decoration: none;
}

.banner-wrapper .banner-btn i {
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.banner-wrapper .banner-btn:hover i {
  transform: rotate(0deg);
}

.banner-wrapper .banner-images {
  position: relative;
  width: 640px;
  height: 540px;
}

.banner-wrapper .banner-images img {
  position: absolute;
}

.banner-wrapper .img-main {
    right: 0;
    top: 50px;
    width: 600px;
    z-index: 3;
}

.banner-wrapper .img-mobile {
    left: -30px;
    bottom: 0px;
    width: 200px;
    z-index: 22;
    border-radius: 30px;
    box-shadow: 28px 12px 50px 0px rgba(0, 0, 0, 0.2);
}

.banner-wrapper .img-small {
    left: -130px;
    top: 390px;
    width: 180px;
    z-index: 99;
    border-radius: 20px;
}

.banner-wrapper .img-main {
    z-index: 5 !important;
}

.banner-wrapper .banner-bird-svg-final {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%; 
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 10;
}

.banner-wrapper #banner-path-final {
    stroke-linecap: round;
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
    filter: drop-shadow(0 0 15px rgba(7, 188, 75, 0.2)); 
    animation: bannerDrawSwoop 9s ease-in-out infinite;
    z-index: 4; 
}

.banner-wrapper .banner-bird {
    offset-path: path("M 850,1000 C 1150,900 1150,200 850,100 C 650,20 150,150 150,550 C 150,750 450,750 600,450");
    offset-rotate: auto 50deg;
    z-index: 100;
    animation: bannerBirdSwoop 9s ease-in-out infinite;
}

@keyframes bannerBirdSwoop {
    0% { offset-distance: 0%; opacity: 0; }
    5% { opacity: 1; }
    90% { opacity: 1; }
    100% { offset-distance: 100%; opacity: 0.9; }
}

@keyframes bannerDrawSwoop {
    0% { 
        stroke-dashoffset: 2500; 
        stroke-width: 20; /* High width at start */
    }
    100% { 
        stroke-dashoffset: 0; 
        stroke-width: 1; /* Thins out */
    }
}



/* == banner starts == */

/* common styles */

.main-sub-heading {
    color: #0EB24E;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.main-heading {
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

/* core capabilities */

.core-capabilities-first-wrapper,
.core-capabilities-second-wrapper,
.core-capabilities-third-wrapper,
.core-capabilities-fourth-wrapper {
  padding: 100px 0;
}

.core-capabilities-wrapper {
    position: relative;
}

.core-capabilities-wrapper .core-capabilities-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #07BC4B;
    color: #ffffff;
    padding: 7px 6px 7px 15px;
    border-radius: 50px;
    font-weight: 300;
    text-decoration: none;
    margin-top: 10px;
}

.core-capabilities-wrapper .core-capabilities-btn i {
    background: #ffffff;
    color: #0a0a0a;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.core-capabilities-wrapper .core-capabilities-btn:hover i {
    transform: rotate(0deg);
}

.core-capabilities-wrapper .page-vertical-guides {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}

.core-capabilities-wrapper .page-vertical-guides span {
    width: 2px;
    height: 100%;
    background-image: repeating-linear-gradient(
        to bottom,
        rgb(0 0 0 / 3%),
        rgb(0 0 0 / 4%) 6px,
        transparent 6px,
        transparent 12px
    );
}


 .core-capabilities-wrapper .main-container {
    padding: 80px 7% 80px 10%;
        max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.core-capabilities-wrapper{
    width: 100%;
}
 

.core-capabilities-wrapper .content-box {
  max-width: 520px;
}

.core-capabilities-wrapper .subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.core-capabilities-wrapper .subtitle img {
  width: 28px;
  height: 28px;
}

.core-capabilities-wrapper h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
}

.core-capabilities-wrapper p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.core-capabilities-wrapper h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
}

.core-capabilities-wrapper .icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.core-capabilities-wrapper .icon-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.core-capabilities-wrapper .icon-list img {
    width: 30px;
    height: 30px;
    background-color: #F8D849;
    border-radius: 50px;
    padding: 8px;
}

.core-capabilities-wrapper .image-box {
  position: relative;
  text-align: center;
}

.core-capabilities-wrapper .main-image {
    max-width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 0px 0px 60px 25px #0000000f;
}

.core-capabilities-second-wrapper .main-image {
    max-width: 250px;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 10px 24px 124px 0px rgba(228, 228, 228, 1);
}

/* FLOATING ICONS  FIRST*/
.core-capabilities-first-wrapper .float-icon {
    position: absolute;
    width: 20px;
    animation: shake 3s infinite ease-in-out;
}

.core-capabilities-first-wrapper .float-icon.top {
  top: -50px;
  left: 60%;
  transform: translateX(-50%);
}

.core-capabilities-first-wrapper .float-icon.right {
    right: -50px;
    top: 80%;
    transform: translateY(-50%);
}

.core-capabilities-first-wrapper .float-icon.bottom {
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.core-capabilities-first-wrapper .float-icon.left {
  left: -50px;
  top: 35%;
  transform: translateY(-50%);
}

/* FLOATING ICONS SECOND */
.core-capabilities-second-wrapper .float-icon {
    position: absolute;
    width: 20px;
    animation: shake 3s infinite ease-in-out;
}

.core-capabilities-second-wrapper .float-icon.top {
    top: 0px;
    left: 20%;
    transform: translateX(-50%);
}

.core-capabilities-second-wrapper .float-icon.right {
    right: 15%;
    top: 10%;
    transform: translateY(-50%);
}

.core-capabilities-second-wrapper .float-icon.bottom {
    bottom: 35%;
    left: unset;
    transform: translateX(-50%);
    right: 15%;
}

.core-capabilities-second-wrapper .float-icon.left {
    left: 10%;
    top: unset;
    transform: translateY(-50%);
    bottom: 15%;
}

/* FLOATING ICONS THIRD */
.core-capabilities-third-wrapper .float-icon {
    position: absolute;
    width: 20px;
    animation: shake 3s infinite ease-in-out;
}

.core-capabilities-third-wrapper .float-icon.top {
    top: -50px;
    left: 45%;
    transform: translateX(-50%);
}

.core-capabilities-third-wrapper .float-icon.right {
    right: -50px;
    top: 10%;
    transform: translateY(-50%);
}

.core-capabilities-third-wrapper .float-icon.bottom {
    bottom: -15%;
    right: 20%;
    transform: translateX(-50%);
}

.core-capabilities-third-wrapper .float-icon.left {
    left: -50px;
    top: 45%;
    transform: translateY(-50%);
}

/* FLOATING ICONS FOURTH */
.core-capabilities-fourth-wrapper .float-icon {
    position: absolute;
    width: 20px;
    animation: shake 3s infinite ease-in-out;
}

.core-capabilities-fourth-wrapper .float-icon.top {
    top: -50px;
    left: 45%;
    transform: translateX(-50%);
}

.core-capabilities-fourth-wrapper .float-icon.right {
    right: 15%;
    top: 10%;
    transform: translateY(-50%);
}

.core-capabilities-fourth-wrapper .float-icon.bottom {
    bottom: -20%;
    right: 40%;
    transform: translateX(-50%);
}

.core-capabilities-fourth-wrapper .float-icon.left {
    left: 15%;
    bottom: 5%;
    transform: translateY(-50%);
}

.core-capabilities-wrapper .core-capabilities-fourth-wrapper .main-image {
    box-shadow: 0px 0px 60px 25px #00000000;
    width: 250px;
}

@keyframes shake {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(3px, -3px); }
  50%  { transform: translate(0, 3px); }
  75%  { transform: translate(-3px, 0); }
  100% { transform: translate(0, 0); }
}

/* animation 1 */

.core-capabilities-first-wrapper .img-anim-wrap {
    position: relative;
    display: inline-block;
}

.core-capabilities-first-wrapper .main-image {
    width: 500px;
    position: relative;
    z-index: 2; 
    border-radius: 15px;
    box-shadow: 0px 14px 54px 0px rgba(234, 235, 235, 1);
    display: block;
}

.core-capabilities-first-wrapper .collections-swoop-svg {
    position: absolute;
    top: -15%;
    left: -35%;
    width: 150%;
    height: 120%;
    z-index: 1;
    overflow: visible;
    pointer-events: none;
}

.core-capabilities-first-wrapper #collections-path-line {
    stroke-linecap: round;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    filter: drop-shadow(0 0 12px rgba(7, 188, 75, 0.6));
    animation: collectionsDrawTrail 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.core-capabilities-first-wrapper .collections-bird {
    offset-path: path("M 300,650 C 50,650 0,450 450,400 C 900,350 1100,500 950,150");
    offset-rotate: auto 50deg; 
    z-index: 10;
    animation: collectionsFlyAction 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes collectionsFlyAction {
    0% { offset-distance: 0%; opacity: 0; }
    5% { opacity: 1; }
    90% { opacity: 1; }
    100% { offset-distance: 100%; opacity: .8; }
}

@keyframes collectionsDrawTrail {
    0% { stroke-dashoffset: 2000; stroke-width: 15; }
    100% { stroke-dashoffset: 0; stroke-width: 1; }
}

/* animation 1 */

/* animation 2 */
.core-capabilities-second-wrapper .swoop-animation-svg {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    height: 120%;
    z-index: 1;
    overflow: visible;
    pointer-events: none;
}

.core-capabilities-second-wrapper #swoop-path-line {
    stroke-linecap: round;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    filter: drop-shadow(0 0 10px rgba(7, 188, 75, 0.5));
    animation: drawSwoopTrail 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.core-capabilities-second-wrapper .swoop-bird {
    offset-path: path("M 600,550 C 750,550 750,350 400,350 C 50,350 -100,150 150,50");
    offset-rotate: auto 50deg; 
    animation: flySwoopAction 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes flySwoopAction {
    0% { offset-distance: 0%; opacity: 0; }
    5% { opacity: 1; }
    90% { opacity: 1; }
    100% { offset-distance: 100%; opacity: 0.8; }
}

@keyframes drawSwoopTrail {
    0% { 
        stroke-dashoffset: 1500; 
        stroke-width: 13; 
    }
    100% { 
        stroke-dashoffset: 0; 
        stroke-width: 1; 
    }
}
/* animation 2 */

/* animation 3 */

.core-capabilities-third-wrapper .img-anim-wrap {
    position: relative;
    display: inline-block;
}

.core-capabilities-third-wrapper .main-image {
    width: 500px;
    position: relative;
    z-index: 2; 
    border-radius: 15px;
    box-shadow: 0px 14px 54px 0px rgba(234, 235, 235, 1);
    display: block;
}

.core-capabilities-third-wrapper .collections-swoop-svg {
    position: absolute;
    top: -15%;
    left: -35%;
    width: 150%;
    height: 120%;
    z-index: 1;
    overflow: visible;
    pointer-events: none;
}

.core-capabilities-third-wrapper #collections-path-line {
    stroke-linecap: round;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    filter: drop-shadow(0 0 12px rgba(7, 188, 75, 0.6));
    animation: collectionsDrawTrail 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.core-capabilities-third-wrapper .collections-bird {
    offset-path: path("M 300,650 C 50,650 0,450 450,400 C 900,350 1100,500 950,150");
    offset-rotate: auto 50deg; 
    z-index: 10;
    animation: collectionsFlyAction 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes collectionsFlyAction {
    0% { offset-distance: 0%; opacity: 0; }
    5% { opacity: 1; }
    90% { opacity: 1; }
    100% { offset-distance: 100%; opacity: .8; }
}

@keyframes collectionsDrawTrail {
    0% { stroke-dashoffset: 2000; stroke-width: 15; }
    100% { stroke-dashoffset: 0; stroke-width: 1; }
}

/* animation 3 */

/* animation 4 */
.core-capabilities-fourth-wrapper .swoop-animation-svg {
    position: absolute;
    top: -50px; 
    left: 50%;
    transform: translateX(-50%);
    width: 120%; 
    max-width: 900px; 
    height: 120%;
    z-index: 1;
    overflow: visible;
    pointer-events: none;
}

.core-capabilities-fourth-wrapper #swoop-path-line {
    stroke-linecap: round;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    filter: drop-shadow(0 0 10px rgba(7, 188, 75, 0.5));
    animation: drawSwoopTrail 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.core-capabilities-fourth-wrapper .swoop-bird {
    offset-path: path("M 600,550 C 750,550 750,350 400,350 C 50,350 -100,150 150,50");
    offset-rotate: auto 50deg; 
    animation: flySwoopAction 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes flySwoopAction {
    0% { offset-distance: 0%; opacity: 0; }
    5% { opacity: 1; }
    90% { opacity: 1; }
    100% { offset-distance: 100%; opacity: 0.8; }
}

@keyframes drawSwoopTrail {
    0% { 
        stroke-dashoffset: 1500; 
        stroke-width: 13; 
    }
    100% { 
        stroke-dashoffset: 0; 
        stroke-width: 1; 
    }
}
/* animation 4 */

/* why vantx */
.why-vantx-wrapper {
    position: relative;
    background: #000;
    overflow: hidden;
    padding-bottom: 70px;
}

.why-vantx-slider-wrap {
    position: relative;
    
    margin: 30px auto 0;
    height: 520px;
    overflow: visible;
}

.why-vantx-slider {
    height: 100%;
    position: relative;
    z-index: 3;
}

.why-vantx-slider .slick-list {
    height: 520px;
    overflow: hidden;
}

.why-vantx-slider .slick-track {
    height: 100% !important;
}

.why-vantx-slide {
    height: 520px !important;
    display: flex !important;
    flex-shrink: 0;
}

.why-vantx-box {
    height: 100%;
    background: linear-gradient(135deg, #120e09 0%, #07160d 40%, #0b160f 100%);
    border: 1px solid rgba(0, 255, 150, 0.35);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    z-index: 3;
}

.why-vantx-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.why-vantx-content h3{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}

.why-vantx-content p{
    line-height: 1.6;
    font-size: 16px;
    font-weight: 200;
}

.why-vantx-content li {
    font-size: 16px;
    font-weight: 200;
    list-style-position: outside;
    margin-left: 20px;
}

.why-vantx-content ul {
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}

.why-vantx-content ul li::marker {
    color: #0eb24e;
}

.why-vantx-image {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.why-vantx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.why-vantx-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #07BC4B;
    color: #ffffff!important;
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
    font-weight: 300;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0px 0px 32px 16px #07bc4b3b;
    margin-top: 20px;
}

a.why-vantx-btn i {
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

a.why-vantx-btn:hover i {
    transform: rotate(0deg);
}

.why-vantx-shadow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 420px;
    border-radius: 20px;
 background: rgb(239 239 239 / 11%);
    z-index: 1;
    pointer-events: none;
    filter: blur(0.8px);
}

.why-vantx-shadow-one {
    width: 94%;
    bottom: -18px;
}

.why-vantx-shadow-two {
    width: 88%;
    bottom: -36px;
    opacity: 0.6;
}

.why-vantx-slider-wrap .slick-dots {
   position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.why-vantx-dots {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.why-vantx-dots .slick-dots {
    position: static;
    display: flex;
    flex-direction: column;
}

.why-vantx-dots .slick-dots li {
    margin: 8px 0;
}

.why-vantx-dots .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
}

.why-vantx-dots .slick-dots .slick-active button {
    background: #0eb24e;
}

.why-vantx-wrapper .bg-blob {
    position: absolute;
    width: 500px;
    height: 500px;
    filter: blur(160px);
    opacity: 0.25;
    transform: scale(0.95);
    animation: bannerPulse 6s ease-in-out infinite;
    animation-fill-mode: both;
}

.why-vantx-wrapper .main-heading {
    color: #ffffff;
}

.why-vantx-wrapper .bg-green {
    background: #07bc4c42;
    top: -70px;
    right: -150px;
}

.why-vantx-wrapper .bg-orange {
    background: #ff78184a;
    top: -70px;
    left: -100px;
    animation-delay: 3s;
}


@keyframes bannerPulse {
  0% {
    opacity: 0.25;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0.25;
    transform: scale(0.95);
  }
}

.why-vantx-wrapper {
    width: 100%;
}

.why-vantx-wrapper .main-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


/* why vantx */

/* vantx solutions */

.vantx-solutions-wrapper .main-container {
    padding: 80px 0;
}

.vantx-solutions-wrapper .main-sub-heading {
    text-align: center;
    color: #4caf50;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.vantx-solutions-wrapper .main-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a1a1a;
    text-transform: none;
}

.vantx-solutions-wrapper .vantx-accordion {
    position: relative;
    border-top: 1px solid #f0f0f0;
    margin-top: 80px;
    margin-bottom: 80px;
}

.vantx-solutions-wrapper .vantx-item {
    position: relative;
    padding: 35px 10%;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);

    display: flex;
    align-items: flex-start;
}

.vantx-solutions-wrapper .vantx-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at bottom left, rgba(255, 165, 0, 0.12) 0%, transparent 30%),
                radial-gradient(circle at bottom right, rgba(76, 175, 80, 0.1) 0%, transparent 35%);
    opacity: 0;
    transition: opacity 0.9s ease;
    z-index: 0;
}



.vantx-solutions-wrapper .vantx-text {
    width: 50%;
    position: relative;
    z-index: 2;
}

.vantx-solutions-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 0;
    transition: all 0.9s ease;
}

.vantx-solutions-wrapper .vantx-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}

.vantx-solutions-wrapper .vantx-content p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}

.vantx-solutions-wrapper .vantx-content a {
    color: #4caf50;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.vantx-solutions-wrapper .vantx-image {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    width: 380px;
    height: 380px;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vantx-solutions-wrapper .vantx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
}

.vantx-solutions-wrapper .vantx-item.active,
.vantx-solutions-wrapper .vantx-item:hover {
    padding: 60px 10%;
}

.vantx-solutions-wrapper .vantx-item.active::before,
.vantx-solutions-wrapper .vantx-item:hover::before {
    opacity: 1;
}

.vantx-solutions-wrapper .vantx-item.active h3,
.vantx-solutions-wrapper .vantx-item:hover h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.vantx-solutions-wrapper .vantx-item.active .vantx-content,
.vantx-solutions-wrapper .vantx-item:hover .vantx-content {
    max-height: 400px;
    opacity: 1;
}

.vantx-solutions-wrapper .vantx-item.active .vantx-image,
.vantx-solutions-wrapper .vantx-item:hover .vantx-image {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.vantx-solutions-wrapper .vantx-accordion:hover .vantx-item.active:not(:hover) {
    padding: 35px 10%;
}

.vantx-solutions-wrapper .vantx-accordion:hover .vantx-item.active:not(:hover)::before {
    opacity: 0;
}

.vantx-solutions-wrapper .vantx-accordion:hover .vantx-item.active:not(:hover) h3 {
    font-size: 24px;
    font-weight: 500;
}

.vantx-solutions-wrapper .vantx-accordion:hover .vantx-item.active:not(:hover) .vantx-content {
    max-height: 0;
    opacity: 0;
}

.vantx-solutions-wrapper .vantx-accordion:hover .vantx-item.active:not(:hover) .vantx-image {
    opacity: 0;
    transform: translateY(-50%) scale(0.9);
}

/* vantx solutions */

/* vantx customers */

.vantx-customers-wrapper {
    background: #0a0a0a;
    background-image: radial-gradient(circle at 0% 0%, rgba(255, 126, 0, 0.12) 0%, transparent 35%), radial-gradient(circle at 100% 50%, rgba(0, 255, 100, 0.08) 0%, transparent 45%);
    padding: 60px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.vantx-content-col { 
  z-index: 5; 
  position: relative; 
}

.vantx-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 600px;
}

.vantx-subtitle { 
  color: #0EB24E;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.vantx-heading { 
      color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}

.vantx-desc-bottom {
    max-width: 320px;
    color: #fff;
    font-weight: 300;
}

.vantx-slider-col { 
  z-index: 10; 
}
 
.vantx-footer {
    display: flex;
    flex-direction: column;
}

.vantx-customers-wrapper .slick-list { overflow: visible !important; }

.vantx-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    margin-right: -1px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    outline: none;
    background: #0a0a0a;
    background-image: radial-gradient(circle at 0% 0%, rgb(0 0 0 / 12%) 0%, transparent 35%), radial-gradient(circle at 100% 50%, rgb(0 255 100 / 5%) 0%, transparent 45%);
    min-height: 600px;
}

.vantx-customers-wrapper .vantx-card h3 {
    font-size: 30px;
    font-weight: 400;
     min-height: 100px;
}
 
.vantx-customers-wrapper .vantx-card p {
    font-size: 16px;
    font-weight: 300;
    min-height: 200px;
}
.vantx-customers-wrapper {
    position: relative; /* ensure positioning context */
}
 
.vantx-customers-wrapper .slick-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
}

.vantx-customers-wrapper .slick-dots li { margin: 0 10px; }
.vantx-customers-wrapper .slick-dots li button:before { 
    color: #0EB24E; 
    font-size: 12px; 
    opacity: 0.3;
}
.vantx-customers-wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
}

.vantx-customers-wrapper .slick-dots li {
    width: 6px;
    height: 6px;
}


/* vantx customers */

/* recognized logos */

.recognized-logos-wrapper .logos-grid {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.recognized-logos-wrapper .three-logos {
    grid-template-columns: repeat(3, 1fr);
}

.recognized-logos-wrapper .tech-logos {
    grid-template-columns: repeat(3, 1fr);
}

.recognized-logos-wrapper .logos-grid img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #00000012;
}

.recognized-logos-wrapper .logos-wrapper {
    margin-top: 70px;
}

.recognized-logos-wrapper .regulatory-compliance {
    margin-top: 50px;
}

.recognized-logos-wrapper .certifications-main {
    padding: 0px 30px;
}

.recognized-logos-wrapper .technology-partners{
     padding: 0px 30px;
}

.recognized-logos-wrapper .regulatory-compliance {
     padding: 0px 30px;
}

.recognized-logos-wrapper .logos-wrapper h2 {
    color: #0eb24e;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}



@media (max-width: 768px) {
    .recognized-logos-wrapper .three-logos,
    .recognized-logos-wrapper .tech-logos {
        grid-template-columns: repeat(2, 1fr);
    }
    .recognized-logos-wrapper .certifications-main,
    .recognized-logos-wrapper .regulatory-compliance,
    .recognized-logos-wrapper .technology-partners {
        padding: 0px 10px;
    }
     .recognized-logos-wrapper .certifications-main,
    .recognized-logos-wrapper .regulatory-compliance,
    .recognized-logos-wrapper .technology-partners {
        margin-top: 40px;
    }
    .recognized-logos-wrapper .logos-wrapper {
        margin-top: 20px;
    }
    .recognized-logos-wrapper .main-container {
        padding: 80px 5% 20px;
    }
}

@media (max-width: 480px) {
    .recognized-logos-wrapper .three-logos,
    .recognized-logos-wrapper .tech-logos {
        grid-template-columns: repeat(2, 1fr);
    }
    .recognized-logos-wrapper .certifications-main {
        padding: 0px 10px;
    }
    .recognized-logos-wrapper .certifications-main,
    .recognized-logos-wrapper .regulatory-compliance,
    .recognized-logos-wrapper .technology-partners {
        padding: 0px 10px;
    }
      .recognized-logos-wrapper .certifications-main,
    .recognized-logos-wrapper .regulatory-compliance,
    .recognized-logos-wrapper .technology-partners {
        margin-top: 40px;
    }
     .recognized-logos-wrapper .main-container {
        padding: 80px 5% 20px;
    }
}

/* recognized logos */

/* awards and recogonition */

.awards-recogonition-wrapper {
    background-color: #fefefed9;
    z-index: 999;
    position: relative;
}

.awards-recogonition-wrapper .awards-grid-outer {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.awards-recogonition-wrapper .main-heading {
    text-transform: none;
}

.awards-recogonition-wrapper .awards-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.awards-recogonition-wrapper .awards-grid.fade-out {
    opacity: 0;
    border-color: transparent;
}

.awards-recogonition-wrapper .award-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.awards-recogonition-wrapper .award-item:has(img) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e599;
}

.awards-recogonition-wrapper .award-item:nth-child(6n):has(img) {
    border-right: none;
}

.awards-recogonition-wrapper .award-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.awards-recogonition-wrapper .award-item:hover img {
    opacity: 1;
}

.awards-recogonition-wrapper {
    position: relative;
    z-index: 1;
}

.awards-recogonition-wrapper::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -30px;
    right: -80px;
    background: rgb(7 188 75 / 31%);
    filter: blur(74px);
    z-index: -1;
    pointer-events: none;
}


@media (max-width: 1024px) {
    .awards-recogonition-wrapper .awards-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .awards-recogonition-wrapper .award-item:nth-child(6n):has(img) {
        border-right: 1px solid #e5e5e5;
    }

    .awards-recogonition-wrapper .award-item:nth-child(4n):has(img) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .awards-recogonition-wrapper .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .awards-recogonition-wrapper .award-item {
        padding: 10px;
    }

    .awards-recogonition-wrapper .award-item:nth-child(4n):has(img),
    .awards-recogonition-wrapper .award-item:nth-child(6n):has(img) {
        border-right: 1px solid #e5e5e5;
    }

    .awards-recogonition-wrapper .award-item:nth-child(2n):has(img) {
        border-right: none;
    }

    .awards-recogonition-wrapper .award-item img {
        max-height: 80px;
    }
}

/* awards and recogonition */

/* contact */

.contact-wrapper {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 150px;
}

.contact-wrapper .main-container {
    position: relative;
    text-align: center;
}

.contact-wrapper .contact-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact-wrapper .contact-heading {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.1;
}

.contact-wrapper .contact-text {
    font-size: 16px;
    line-height: 1.6;
    color: #636363;
    margin-bottom: 30px;
}

.contact-wrapper .contact-btn {
   display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #07BC4B;
    color: #ffffff !important;
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
    font-weight: 300;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0px 0px 32px 16px #07bc4b3b;
   
}

.contact-wrapper .contact-btn i {
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.contact-wrapper .contact-btn:hover i {
    transform: rotate(0deg);
}

.contact-wrapper .contact-icon {
    position: absolute;
    width: 50px;
    height: auto;
}

.contact-wrapper .icon-left {
    top: 30%;
    left: 20%;
    background-color: #F7F3D1B2;
    border-radius: 50%;
    padding: 6px;
    animation: rotateSwing 2s ease-in-out infinite;
}

@keyframes rotateSwing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(20deg); }   
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-20deg); }   
  100% { transform: rotate(0deg); }
}

.contact-wrapper .icon-right {
    bottom: 5%;
    right: 15%;
    background-color: #EDFAFC;
    border-radius: 50%;
    padding: 6px;
    animation: rotateSwing 2s ease-in-out infinite;
}

@media (max-width: 767px) {
    .contact-wrapper {
        padding: 20px 0;
    }

    .contact-wrapper .contact-heading {
        font-size: 28px;
    }

    .contact-wrapper .contact-icon {
        width: 60px;
        opacity: .6;
    }
}

.bird-animation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.bird-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

#jet-path {
    fill: none;
    stroke-linecap: round;
    filter: drop-shadow(0 0 8px rgba(7, 188, 75, 0.4));
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: drawTrail 6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.bird-jet {
    offset-path: path("M -50,250 C 150,450 650,450 850,100");
    offset-rotate: auto 50deg; 
    animation: flyAction 6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes flyAction {
    0% { offset-distance: 0%; opacity: 0; }
    10% { opacity: 1; }
    85% { opacity: 1; }
    100% { offset-distance: 100%; opacity: 0.9; }
}

@keyframes drawTrail {
    0% { 
        stroke-dashoffset: 1200; 
        stroke-width: 6; 
    }
    100% { 
        stroke-dashoffset: 0; 
        stroke-width: 1; 
    }
}


/* contact */

/* footer */

.footer-wrapper {
    background: #0b0e0b;
    padding: 0px 0 20px;
    position: relative;
    overflow: hidden;
}
.footer-wrapper .footer-top {
    min-height: 300px;
}

.footer-wrapper .footer-logo img {
    max-width: 50%;
    padding-top: 100px;
}

.footer-wrapper .footer-menu-col {
    position: relative;
}

.footer-wrapper .footer-menu {
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.footer-wrapper .footer-menu::before {
    content: "";
    position: absolute;
    top: -230px;
    right: -190px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: rotate(-18deg);
    z-index: -1;
}

.footer-wrapper .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 70px;
}

.footer-wrapper .footer-menu ul li {
    margin-bottom: 10px;
}

.footer-wrapper .footer-menu ul li a {
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgb(255 255 255 / 82%);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-wrapper .footer-menu ul li a:hover {
    color: #0eb24e;
}

.footer-wrapper .footer-bottom {
        margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 15px;
    
}

.footer-wrapper .footer-copy {
    font-size: 15px;
    color: #FFFFFFA6;
    text-transform: capitalize;
}

.footer-wrapper .footer-email a {
    font-size: 15px;
    color: #FFFFFFA6; 
}

.footer-wrapper .footer-email a:hover{
   color: #0eb24e
}

.footer-wrapper .footer-email {
    text-align: center;
}

.footer-wrapper .footer-social {
    display: flex;
    gap: 40px;
}

.footer-wrapper .footer-social a {
    font-size: 18px;
    color: #FFFFFFA6;
    transition: color 0.3s ease;
}

.footer-wrapper .footer-social a:hover {
    color: #0eb24e;
}

.footer-wrapper .main-container {
    padding: 0px 5%;
}

.footer-wrapper .bg-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    filter: blur(60px);
    opacity: 0.25;
    transform: scale(0.95);
    animation: bannerPulse 6s ease-in-out infinite;
    animation-fill-mode: both;
}


.footer-wrapper .bg-green {
    background: #07bc4c4d;
    top: -150px;
    right: -150px;
}

.footer-wrapper .bg-orange {
    background: #ff78183d;
    top: -50px;
    left: -150px;
    animation-delay: 5s;
}

.vantx-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.vantx-popup h2 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 20px;
    
}

.vantx-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 79%);
}

.vantx-popup__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, rgb(11 175 74 / 48%) 0%, rgb(0 0 0 / 84%) 50%, rgb(21 120 59 / 92%) 100%);
    width: 90%;
    max-width: 480px;
    padding: 40px 40px 30px;
    border-radius: 15px;
    z-index: 10;
       
}

.vantx-popup__close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}
.vantx-popup .wpcf7 form {
    display: flex;
    flex-direction: column;
    
}

.vantx-popup .wpcf7 input, .vantx-popup .wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ffffff61;
    border-radius: 10px;
    font-size: 14px!important;
    background-color: #00000070;
    color: #fff;
    font-weight: 300;
}

.vantx-popup input:-internal-autofill-selected {
    background-color: #00000070 !important;
}

.vantx-popup .wpcf7 textarea {
    min-height: 60px;
    height: 120px;
}

.vantx-popup .wpcf7 input:focus,
.vantx-popup .wpcf7 textarea:focus {
    outline: none;
    border-color: #000;
}

.vantx-popup .wpcf7 input[type="submit"] {
    background: #0baf4a;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.vantx-popup .wpcf7 input[type="submit"]:hover {
    background: #fff;
    color: #0baf4a;
}

.vantx-popup .wpcf7-response-output {
    margin-top: 10px;
    font-size: 13px;
}

.vantx-popup .wpcf7 input::placeholder,
.vantx-popup .wpcf7 textarea::placeholder {
    color: #ffffff;
    opacity: 1;
}

.vantx-popup .wpcf7 input::-webkit-input-placeholder,
.vantx-popup .wpcf7 textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.vantx-popup .wpcf7 input:-ms-input-placeholder,
.vantx-popup .wpcf7 textarea:-ms-input-placeholder {
    color: #ffffff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffffff;
    margin: 2em 0.5em 1em;
    padding: .2em;
    border: 2px solid #ffffff;
    color: #fff;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #b3b0b0;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 5px;
}
.vantx-popup__box p{
    margin-bottom: 10px;
}

.vantx-popup__box .submit-btn p{
    margin-bottom: 0px;    
}
.vantx-popup .wpcf7 input:focus,
.vantx-popup .wpcf7 textarea:focus {
    border-color: #ffffff;
    outline: none;
    box-shadow: none;
}
.vantx-popup {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #b7b4b4;
    color: #fff;
    text-align: center;
}

.vantx-popup.vantx-show {
    opacity: 1;
}

.vantx-popup__box {
    opacity: 0;
    transform: translate(-50%, -60%) scale(0.96);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.vantx-popup.vantx-show .vantx-popup__box {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.vantx-form-signup h3,
.vantx-form-signup p{
    color: #fff;
}


/* == PAGE TITLE == */

.main.page-title {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 370px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main.page-title-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 91%) 30%, rgb(14 178 78 / 64%) 70%, rgb(14 178 78 / 68%) 100%);
    z-index: 1;
}

.main.page-title-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding-left: 10px;
    color: #fff;
    text-align: left;
}

.main.page-title-text {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 10px;
}

.main.breadcrumbs {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
}

.main.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.main.breadcrumbs span {
    margin: 0 6px;
}



/* == PAGE TITLE == */

/* == ABOUT PAGE == */

.about-page-wrapper {
    background-color: #000;
}

.about-page-wrapper .main-container {
    padding: 80px 7%;
}

.about-page-wrapper .row {
    align-items: center;
}

.about-page-wrapper .about-left {
    padding-right: 40px;
    position: relative;
}

.about-page-wrapper .about-right {
    padding-left: 40px;
}

.about-page-wrapper .about-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 3px;
    height: 80%;
    background: #0eb24ebd;
    border-radius: 19px;
}
 
.about-page-wrapper .about-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #0EB24E;
    text-transform: uppercase;
    font-weight: 600;
}

.about-page-wrapper .about-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(94.73deg, #0DE762 0.65%, #61C7DB 46.56%, #C9DDF1 75.51%, #FFFFFF 97.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.about-page-wrapper .about-right p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .about-page-wrapper .about-left,
    .about-page-wrapper .about-right {
        padding: 0 15px;
    }

    .about-page-wrapper .about-left::after {
        display: none;
    }

    .about-page-wrapper .row {
        row-gap: 30px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        background-color: #4CAF50;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        top: 60px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        right: calc(min(100vw - 40px, 260px));
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
        margin-bottom: 10px;
    }
	.header-menu {
		justify-content: flex-end;
	}
}


/* Leadership  */

.leadership-team-wrapper .leadership-row {
    display: flex;
    align-items: center;
    margin-top: 60px;
    padding: 0px 100px;
}

section.leadership-team-wrapper {
    background-color: #f7f7f761;
    width: 100%;
}

.leadership-team-wrapper .main-container {
   max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.leadership-team-wrapper .leadership-image-col {
    padding-right: 0px;
}

.leadership-team-wrapper .leadership-image-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.leadership-team-wrapper .leadership-image-box img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    filter: grayscale(1);
}

.leadership-team-wrapper .leadership-image-box:hover img{
    filter: unset;
}

.leadership-team-wrapper .leadership-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px 10px;
    background: linear-gradient(to top, rgb(20 168 78), rgb(0 0 0 / 84%), rgb(10 9 9 / 0%));
    color: #fff;
}

.leadership-team-wrapper .leadership-image-overlay h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.leadership-team-wrapper .leadership-image-overlay p {
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.85;
}

.leadership-team-wrapper .leadership-content-col {
    padding-left: 40px;
}

.leadership-team-wrapper .leadership-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

@media (max-width: 900px) {

    .leadership-team-wrapper .leadership-content-col {
        margin-top: 30px;
    }
}


/* == ABOUT PAGE == */

/* == common page == */

.common-page-content .contents p {
    text-align: center; 
    font-size: 30px;
    font-weight: 600;
}

.common-page-content .contents p {
    color: #000;
}

/* == common page == */

.footer-signup {
  display: none;
}

.footer-signup a{
    background-color: #ffffff;
    color: #000000;
    padding: 6px 28px;
    border-radius: 100px;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.footer-signup a:hover {
    background-color: #07BC4B;
    color: #fff;
}

.footer-menu::before {
    pointer-events: none;
}

@media (max-width: 991px) {
  .footer-signup {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .footer-wrapper .footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}
}


/* 404 page */

.vantx-404-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
}

.vantx-404-container {
    max-width: 1200px;
    width: 100%;
    padding: 150px 40px 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.vantx-404-animation {
    width: 50%;
    height: 420px;
}

.vantx-404-content {
    width: 50%;
    color: #ffffff;
}

.vantx-404-content h1 {
    font-size: 120px;
    margin: 0;
    font-weight: 800;
    color: #0eb24e;
}

.vantx-404-content h2 {
    font-size: 42px;
    margin: 10px 0 20px;
}

.vantx-404-content p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.85;
}

.vantx-404-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #07BC4B;
    color: #ffffff!important;
    padding: 6px 5px 6px 10px;
    border-radius: 50px;
    font-weight: 300;
    text-decoration: none;
    margin-top: 10px;
}

.vantx-404-btn i{
     background: #ffffff;
    color: #0a0a0a;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.vantx-404-btn:hover i {
    transform: rotate(0deg);
}


@media (max-width: 991px) {
    .vantx-404-container {
        flex-direction: column;
        text-align: center;
    }

    .vantx-404-animation,
    .vantx-404-content {
        width: 100%;
    }
}


/* 404 page */

/* thank you page */

.thankyou-page-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.thankyou-page-wrapper .main-container {
    text-align: center;
}

/* SVG */
.checkmark {
    width: 120px;
    height: 120px;
    stroke: #00ff88;
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Animation */
.checkmark-circle {
    stroke-dasharray: 144;
    stroke-dashoffset: 144;
    animation: stroke 0.6s ease forwards;
}

.checkmark-check {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s ease 0.6s forwards;
}

/* Text */
.thankyou-text {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.thankyou-message {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.thankyou-button{
	display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #07BC4B;
    color: #ffffff!important;
    padding: 4px 4px 4px 16px;
    border-radius: 50px;
    font-weight: 300;
    text-decoration: none;
}
.thankyou-button:hover i {
    transform: rotate(0deg);
}
.thankyou-button i {
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

/* Animations */
@keyframes stroke {
    to { stroke-dashoffset: 0; }
}


/* SERVICE PAGE */


.custom-container{
    padding: 0px 5%;
}

.page-template-page-services .logo-white{
    display: none;
}

.page-template-page-services .logo-dark{
    display: block;
}

.page-template-page-services .login-header a {
    background-color: #000000;
    color: #ffffff;
}

.page-template-page-services .login-header a:hover {
    background-color: #07BC4B !important;
}

.service-page-title-wrapper {
    position: relative;
    padding: 80px 0 50px;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, 
    #fdfdfb 0%, 
    #f2f9f0 50%, 
    #c1ffa8 100%
  );
}

.service-image-wrap {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    overflow: hidden;
}
 
.service-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.service-image-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: inherit;
    backdrop-filter: blur(0.4px);
    -webkit-backdrop-filter: blur(12px);
    mask-image: linear-gradient(to top, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);
    pointer-events: none;
}

 

.service-main-content h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #111;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.service-main-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 35px;
    max-width: 450px;
}

a.service-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #07BC4B;
    color: #fff!important;
    padding: 5px 8px 5px 20px;
    border-radius: 50px;
    font-weight: 300;
    text-decoration: none;
}

a.service-button i{
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

a.service-button:hover i{
    transform: rotate(0deg);
}

section.service-overview-wrapper {
    position: relative;
    overflow: hidden;
    padding: 70px 0;  
}


section.service-overview-wrapper::before {
    content: "";
    position: absolute;
    top: 20%; 
    right: 0%;
    width: 150px;
    height: 150px;
    background: url('https://www.vantx.ai/wp-content/uploads/2026/02/birdfly.png') no-repeat center center;
    background-size: contain;
     
}

 
/* 
.service-overview-wrapper .bird-animation-wrap-services {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20;
}

.service-overview-wrapper .bird-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.service-overview-wrapper #jet-path {
       fill: none;
    stroke-linecap: round;
    filter: drop-shadow(0 0 7px #27E96C);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawTrailServ 7s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    stroke-width: 2px;
}

.service-overview-wrapper .bird-jet {
    offset-path: path("M 1100,350 C 1000,300 900,200 920,80");
    offset-rotate: auto 45deg; 
    animation: flyActionServ 7s cubic-bezier(0.19, 1, 0.22, 1) infinite;
} */

@keyframes flyActionServ {
    0% { offset-distance: 0%; opacity: 0; }
    5% { opacity: 1; }
    30% { offset-distance: 100%; } 
    85% { opacity: 1; }  
    100% { opacity: 0; }
}

@keyframes drawTrailServ {
    0% { stroke-dashoffset: 100; opacity: 0; }
    5% { opacity: 1; }
    30% { stroke-dashoffset: 0; } /* Line draws with the bird */
    85% { opacity: 1; }
    100% { opacity: 0; }
}


.service-overview-wrapper .overview-image img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.service-overview-wrapper .overview-content h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #111;
    margin-bottom: 25px;
    width: 400px;
}
 
.service-overview-wrapper .overview-content h3 {
    color: rgba(14, 178, 78, 1);
    text-transform: uppercase;
    font-size: 15px;
}

.service-overview-wrapper .overview-content p {
      width: 530px;
}

.service-how-we-partner .how-we-partner-wrap {
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px #00000021;
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
}

.service-how-we-partner .how-we-partner-wrap:hover {
    transform: translateY(-6px);
}

.service-how-we-partner .how-we-partner-wrap img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.how-we-partner-row {
    margin-top: 40px;
    justify-content: center;
}

.service-how-we-partner .how-we-partner-wrap p {
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    width: 240px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .service-page-title-wrapper .main-container {  padding: 80px 5% 0px; }  
    .service-main-content h1 { font-size: 2.5rem; text-align: left; }
    .service-image-wrap { margin-top: 50px; margin-right: auto; float: left; }
    .service-main-content p { text-align: left;  }
        
}

@media (min-width: 992px) {
    .page-template-page-services #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { color: #000000; }
    .page-template-page-services.f-nav .header-wrapper { background-color: #ffffffd9; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus { color: #0eb14d !important; }
}

.why-strategic-consulting-wrapper {
    width: 100%;
    height: 700px; 
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 50px;
}

.why-strategic-consulting-wrapper .main-container {
    text-align: center;
}

.why-strategic-consulting-wrapper .section-heading {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    width: 500px;
    position: relative;
    z-index: 9;
}

.why-strategic-consulting-wrapper .bg-green {
    background: #028132eb;
    bottom: -150px;
    right: -150px;
    filter: blur(200px);
}

.why-strategic-consulting-wrapper .bg-orange {
    background: #ff781888;
    top: 0px;
    left: -200px;
}

.why-strategic-consulting-wrapper .bg-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    filter: blur(160px);
    opacity: 0.25;
    transform: scale(0.95);
    animation: bannerPulse 6s ease-in-out infinite;
}

@keyframes bannerPulse {
    0%, 100% { transform: scale(0.95); opacity: 0.25; }
    50% { transform: scale(1.05); opacity: 0.35; }
}

.why-strategic-consulting-wrapper .cards-flow-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.why-strategic-consulting-wrapper .consulting-card {
    position: absolute;
    width: 280px;
    height: 380px;
    border-radius: 15px;
    overflow: hidden;
    bottom: -450px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.why-strategic-consulting-wrapper .consulting-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.why-strategic-consulting-wrapper .card-overlay {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.why-strategic-consulting-wrapper .color-blue .card-overlay {
    background: linear-gradient(to top, rgba(0, 50, 150, 0.9) 0%, rgba(0, 50, 150, 0.4) 50%, transparent 100%);
}

.why-strategic-consulting-wrapper .color-purple .card-overlay {
    background: linear-gradient(to top, rgba(90, 20, 150, 0.9) 0%, rgba(90, 20, 150, 0.4) 50%, transparent 100%);
}

.why-strategic-consulting-wrapper .color-orange .card-overlay {
    background: linear-gradient(to top, rgba(200, 80, 0, 0.9) 0%, rgba(200, 80, 0, 0.4) 50%, transparent 100%);
}

.why-strategic-consulting-wrapper .card-overlay h3 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.why-strategic-consulting-wrapper .card-overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

@keyframes floatUpInfinite {
    0% { transform: translateY(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-1300px); opacity: 0; }
}

.why-strategic-consulting-wrapper.flowing .consulting-card {
    animation: floatUpInfinite 10s linear infinite;
}

.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(1) { left: 2%;  animation-delay: 0s; }
.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(2) { left: 72%; animation-delay: 2s; }
.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(3) { left: 38%; animation-delay: 4s; }
.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(4) { left: 5%;  animation-delay: 6s; }
.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(5) { left: 75%; animation-delay: 8s; }
.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(6) { left: 42%; animation-delay: 10s; }
.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(7) { left: 8%;  animation-delay: 12s; }
.why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(8) { left: 68%; animation-delay: 14s; }

@media (max-width: 1024px) {
    .why-strategic-consulting-wrapper .consulting-card { width: 220px; height: 320px; }
    .why-strategic-consulting-wrapper .section-heading { font-size: 40px; width: 90%; }
}

@media (max-width: 768px) {
    .why-strategic-consulting-wrapper .section-heading { font-size: 32px; width: 100%; }
    .why-strategic-consulting-wrapper .consulting-card { width: 160px; height: 240px; }
    .why-strategic-consulting-wrapper .card-overlay h3 { font-size: 16px; }
    
    
    .why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(odd) { left: 5%; }
    .why-strategic-consulting-wrapper.flowing .consulting-card:nth-child(even) { left: 55%; }
}


.service-area-focus-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff;
    padding: 60px 0;
    box-sizing: border-box;
}

.service-area-focus-wrapper .main-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.service-area-focus-wrapper .main-header-part {
    margin-bottom: 40px;
}

.service-area-focus-wrapper .service-focus-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    flex: 1;
    min-height: 0;
}

.service-area-focus-wrapper .service-focus-images {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    background: #f9f9f9;
}

.service-area-focus-wrapper .image-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    height: 350px;
}

.service-area-focus-wrapper .image-item:first-child {
    opacity: 1;
    visibility: visible;
}

.service-area-focus-wrapper .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-area-focus-wrapper .service-focus-text-container {
    position: relative;
}

.service-area-focus-wrapper .text-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.service-area-focus-wrapper .text-item:first-child {
    opacity: 1;
}

.service-area-focus-wrapper .text-item h3 {
    font-size: 30px;
    margin-bottom: 11px;
    color: #000;
    margin-top: 50px;
}

.service-area-focus-wrapper .focus-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}


/* strategic method */

.strategic-engagement-section {
    background-color: #050505;
    color: #ffffff;
    min-height: 100vh;
    overflow: hidden;
}

.strategic-engagement-section .se-container {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.strategic-engagement-section .se-left-col {
    width: 50%;
    height: auto;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
}

.strategic-engagement-section .se-label { color: #23a455; font-weight: 600; font-size: 13px; }
.strategic-engagement-section .se-main-title { font-size: 42px; margin-top: 20px; font-weight: 500; width: 400px; }
.strategic-engagement-section .se-footer-desc { font-size: 16px; color: #aaa; line-height: 1.6; width: 400px; }

.strategic-engagement-section .se-right-col{
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.strategic-engagement-section .se-item {
    cursor: pointer;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 80px; 
    padding: 20px 60px;
}

/* Updated Background Color Logic to Loop every 4 items */
.strategic-engagement-section .se-item:nth-child(4n+1) { background-color: #008a3d; }
.strategic-engagement-section .se-item:nth-child(4n+2) { background-color: #007a36; }
.strategic-engagement-section .se-item:nth-child(4n+3) { background-color: #006a2f; }
.strategic-engagement-section .se-item:nth-child(4n+4) { background-color: #004d22; }

.strategic-engagement-section .se-item.is-active {
    flex-grow: 1;
    min-height: 450px;
    padding: 60px;
}



.strategic-engagement-section .se-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.strategic-engagement-section .se-item-title { font-size: 28px; margin: 0; }

.strategic-engagement-section .se-item-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.strategic-engagement-section .se-item.is-active .se-item-content {
    opacity: 1;
    transform: translateY(0);
}

.strategic-engagement-section .se-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.strategic-engagement-section .se-col {
    padding-right: 20px;
}


.strategic-engagement-section .se-col-right {
    padding-left: 40px;
    padding-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.strategic-engagement-section .se-col-head {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
}


/* strategic method */

/* service page ends */

/* == Responsive == */

@media (max-width: 767.5px) {
    .signup-header,
    .login-header {
        display: none;
    }

    .footer-wrapper .footer-email {
    margin-bottom: 15px;
}

   .banner-wrapper {
        min-height: auto;
        padding: 80px 0 0 0;
    }

    .banner-wrapper .banner-container {
        flex-direction: column;
        padding-left: 0;
    }

    .banner-wrapper .banner-content {
        max-width: 90%;
        margin: 0 auto 30px auto;
        text-align: center;
    }

    .banner-wrapper .banner-content h1 {
        font-size: 32px;
    }

    .banner-wrapper .banner-images {
        width: 100%;
        height: 350px;
        
    }

    .banner-wrapper .img-main {
        width: 85%;
        right: -2px !important;
        bottom: -2px !important;
        top: auto !important;
    }

    .banner-wrapper .img-mobile {
       width: 100px;
        left: 10%;
        bottom: 30px;
        border-radius: 15px;
    }

        .banner-wrapper .img-small {
        width: 120px;
        left: 5px;
        top: 230px;
        border-radius: 15px;
    }

   .banner-wrapper .banner-bird-svg-final {
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: -5%;
        right: 0%;
        top: auto;
        pointer-events: none;
        overflow: visible;
        z-index: 10 !important;
    }

    .banner-wrapper .banner-bird {
        offset-path: path("M 850,1000 C 1150,900 1150,200 850,100 C 650,20 150,150 150,550 C 150,750 450,750 600,450");
        animation: bannerBirdSwoop 9s ease-in-out infinite;
    }
    .main-heading {
        font-size: 30px;
        line-height: 1.2;
    }

    .core-capabilities-first-wrapper, .core-capabilities-second-wrapper, .core-capabilities-third-wrapper, .core-capabilities-fourth-wrapper {
        padding: 50px 0;
    }
    .core-capabilities-wrapper h2 {
        font-size: 28px;
    }
    .core-capabilities-wrapper .content-box {
        margin-bottom: 80px;
    }
    .core-capabilities-first-wrapper .main-image {
        display: block;
        width: 280px;
        image-rendering: auto;
    }
    .core-capabilities-second-wrapper .main-image {
        max-width: 160px;
    }
    .core-capabilities-third-wrapper .main-image {
        width: 280px;
    }
    .core-capabilities-wrapper .core-capabilities-fourth-wrapper .main-image {
        width: 160px;
    }
 
    .vantx-solutions-wrapper .vantx-item {
        flex-direction: row;
        padding: 20px 5%;
        position: relative;
        cursor: pointer;
    }

    .vantx-solutions-wrapper .vantx-text {
        width: 100%;
        z-index: 2;
    }

    .vantx-solutions-wrapper h3 {
        font-size: 18px;
        margin: 0;
    }

    .vantx-solutions-wrapper .vantx-content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.6s ease, opacity 0.6s ease;
    }

    .vantx-solutions-wrapper .vantx-item.active .vantx-content {
        max-height: 400px;
        opacity: 1;
    }

    .vantx-solutions-wrapper .vantx-image {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%) scale(0.8);
        width: 220px;
        height: 220px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.6s ease;
        z-index: 1;
    }

    .vantx-solutions-wrapper .vantx-item.active .vantx-image {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    .vantx-solutions-wrapper .vantx-item.active h3 {
        font-size: 22px;
        font-weight: 700;
    }
    .vantx-solutions-wrapper .vantx-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 70%);
        pointer-events: none;
        border-radius: 20px;
    }

    .vantx-text-wrapper {
        height: 280px;
    }
    .vantx-desc-bottom {
        margin-bottom: 30px;
    }
    .vantx-card {
       min-height: 690px;
    }

    .footer-logo{
        text-align: center;
    }

    .footer-wrapper .footer-menu ul {
        padding-left: 0px;
        text-align: center;
    }
    .footer-wrapper .footer-logo img {
        max-width: 70%;
    }
    .footer-wrapper .footer-copy {
        font-size: 15px;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-wrapper .footer-social {
        display: flex;
        gap: 30px;
    }
    .footer-wrapper  .socialmedia {
            justify-content: center!important;
    }
    .contact-wrapper .bird-svg {
        width: 500px;
        height: 500px;
        overflow: visible;
    }
    .contact-wrapper .icon-right {
        bottom: 0%;
        right: 5%;
    }
    .contact-wrapper .icon-left {
        top: 0%;
    }

    .main.page-title-text {
        font-size: 37px;
    }
    .leadership-team-wrapper .leadership-row {
        margin-top: 30px;
        padding: 0px 5px;
    }
    .main.page-title {
        min-height: 330px;
        padding-top: 140px;
    }
    .vantx-popup__box {
        width: 95%;
        padding: 40px 20px 30px;
    }
    .leadership-team-wrapper .leadership-content-col {
        padding-left: 20px;
    }

    /* servicepage */

    section.service-overview-wrapper {
        padding: 0px 0;
    }
    .service-overview-wrapper .overview-content h2 {
        width: auto;
    }
    .service-overview-wrapper .overview-content p {
        width: auto;
    }
    section.service-overview-wrapper::before {
        top: 0%;
        z-index: 99;
    }
    
    .strategic-engagement-section .se-container{
        flex-direction: column;
    }

    .strategic-engagement-section .se-left-col{
        width: 100%;
        position: relative;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 40px 25px;
    }

    .strategic-engagement-section .se-main-title{
        font-size: 28px;
        width: 100%;
    }

    .strategic-engagement-section .se-footer-desc{
        width: 100%;
        font-size: 14px;
    }

    .strategic-engagement-section .se-right-col{
        width: 100%;
    }

    .strategic-engagement-section .se-item{
        height: 70px;
        padding: 18px 25px;
    }

    .strategic-engagement-section .se-item.is-active{
        height: auto;
        padding: 35px 25px;
    }

    .strategic-engagement-section .se-item-title{
        font-size: 20px;
    }

    .strategic-engagement-section .se-item-content{
        margin-top: 30px;
    }

    .strategic-engagement-section .se-content-grid{
        grid-template-columns: 1fr;
    }

    .strategic-engagement-section .se-col-right{
        padding-left: 0;
        border-left: none;
        margin-top: 20px;
    }
    .service-area-focus-wrapper {
        height: auto !important;
        padding: 70px 0px 0px!important;
        overflow: visible !important;
    }

    .service-area-focus-wrapper .main-container {
        height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0px!important;
    }

    .service-area-focus-wrapper .service-focus-content-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px;
    }

    .service-area-focus-wrapper .service-focus-images,
    .service-area-focus-wrapper .service-focus-text-container {
        display: contents !important;
    }

    .service-area-focus-wrapper .image-item,
    .service-area-focus-wrapper .text-item {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        display: block !important;
        width: 100% !important;
        inset: auto !important;
    }

    .service-area-focus-wrapper .image-item {
        height: 250px !important;
        margin-bottom: 15px !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        background: #f9f9f9 !important;
    }

    .service-area-focus-wrapper .image-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 20px !important;
    }

    .service-area-focus-wrapper .text-item {
        margin-bottom: 40px !important;
    }

    .service-area-focus-wrapper .text-item h3 {
        margin-top: 0 !important;
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .service-area-focus-wrapper .image-item:nth-child(1) { order: 1; }
    .service-area-focus-wrapper .text-item:nth-child(1)  { order: 2; }
    
    .service-area-focus-wrapper .image-item:nth-child(2) { order: 3; }
    .service-area-focus-wrapper .text-item:nth-child(2)  { order: 4; }
    
    .service-area-focus-wrapper .image-item:nth-child(3) { order: 5; }
    .service-area-focus-wrapper .text-item:nth-child(3)  { order: 6; }
    
    .service-area-focus-wrapper .image-item:nth-child(4) { order: 7; }
    .service-area-focus-wrapper .text-item:nth-child(4)  { order: 8; }
    
    .service-area-focus-wrapper .image-item:nth-child(5) { order: 9; }
    .service-area-focus-wrapper .text-item:nth-child(5)  { order: 10; }


    .why-strategic-consulting-wrapper {
        height: 550px;
    }
    .service-image-wrap::after {
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
       
    }
  }   
  
  
    
@media only screen and (max-width:992px) {
    html{
        overflow-x: hidden;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-top: 15px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
        width: 18px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        width: 30px;
    }

    
     .page-template-page-services #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner,
    .page-template-page-services #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner::before,
    .page-template-page-services #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
       background-color: #000000;
    }


    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        width: 40px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        animation: widthPulse 1.8s ease-in-out infinite;
    }

    /* Stagger animation */
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        animation-delay: .2s;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0
    .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        animation-delay: .4s;
    }

     
    @keyframes widthPulse {
        0% {
            width: 18px;
        }
        50% {
            width: 40px;
        }
        100% {
            width: 18px;
        }
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #ffffff;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background-color: #000000b0;
    }

    .banner-wrapper .banner-btn {
        margin-bottom: 25px;
    }
    .why-vantx-wrapper {
        padding-bottom: 0px;
    }

    .why-vantx-slider-wrap {
        height: auto;
        margin-top: 20px;
    }

    .why-vantx-slider,
    .why-vantx-slider .slick-list,
    .why-vantx-slider .slick-track {
        height: auto !important;
    }

    .why-vantx-slide {
        height: auto !important;
        display: block !important;
        margin-bottom: 24px;
    }

    .why-vantx-box {
        padding: 24px;
    }

    .why-vantx-box .row {
        flex-direction: column-reverse;
    }

    .why-vantx-box .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }

    .why-vantx-image {
        height: auto;
        margin-bottom: 16px;
    }

    .why-vantx-image img {
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .why-vantx-content {
        height: auto;
        justify-content: flex-start;
    }

    .why-vantx-content h3 {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .why-vantx-content p,
    .why-vantx-content li {
        font-size: 14px;
    }

    .why-vantx-dots,
    .why-vantx-shadow {
        display: none;
    }

    /* servicepage */
    a.service-button {
        float: left;
    }

    .page-template-page-services.f-nav .header-wrapper {
        background-color: #ffffffd1;
    }
      
}



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

     .signup-header,
    .login-header {
        display: none;
    }

    .banner-wrapper .banner-content h1 {
        font-size: 38px;
    }

    .banner-wrapper {
        min-height: auto;
        padding: 80px 0 0 0;
    }

    .banner-wrapper .banner-container {
        flex-direction: column;
        padding-left: 0;
    }

    .banner-wrapper .banner-content {
        max-width: 90%;
        margin: 0 auto 30px auto;
        text-align: center;
    }

    .banner-wrapper .banner-content h1 {
        font-size: 32px;
    }

    .banner-wrapper .banner-images {
        width: 100%;
        height: 600px;
    }

    .banner-wrapper .img-mobile {
        width: 150px;
        left: 20%;
        bottom: 110px;
        border-radius: 15px;
    }

    .banner-wrapper .img-small {
        width: 180px;
        left: 50px;
        top: 60%;
        border-radius: 15px;
    }

    .banner-wrapper .img-main {
        width: 70%;
        right: -2px !important;
        bottom: -2px !important;
        top: auto !important;
    }

    .core-capabilities-wrapper .content-box {
        max-width: 520px;
        margin-bottom: 50px;
    }

    .vantx-solutions-wrapper .vantx-image {
        width: 250px;
        height: 250px;
    }

    .vantx-text-wrapper {
        height: 300px;
    }

    .vantx-desc-bottom {
        margin-bottom: 40px;
    }
     .footer-logo{
        text-align: center;
    }

    .footer-wrapper .footer-menu ul {
        padding-left: 0px;
        text-align: center;
    }
    .footer-wrapper .footer-logo img {
        max-width: 70%;
    }
    .footer-wrapper .footer-copy {
        font-size: 15px;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-wrapper .footer-social {
        display: flex;
        gap: 30px;
    }
    .footer-wrapper  .socialmedia {
            justify-content: center!important;
    }
    .leadership-team-wrapper .leadership-row {
        padding: 0px 10px;
    }

    .leadership-team-wrapper .leadership-content-col {
        padding-left: 20px;
    }

    .leadership-team-wrapper .leadership-image-box img {
        height: 350px;
    }

        .recognized-logos-wrapper .three-logos, .recognized-logos-wrapper .tech-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner-wrapper .banner-bird-svg-final {
        width: 100%;
    }
    

    .service-overview-wrapper .overview-content h2 {
        width: auto;
    }

    .service-overview-wrapper .overview-content p {
        width:  auto;
    }
 
    .service-area-focus-wrapper {
        height: auto !important;
        padding: 60px 20px 0px!important;
        overflow: visible !important;
    }

    .service-area-focus-wrapper .main-container {
        height: auto !important;
        max-width: 100% !important;
        padding-top: 0 !important;
    }

    .service-area-focus-wrapper .service-focus-content-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
        align-items: start !important;
        align-items: center;
    }

    .service-area-focus-wrapper .service-focus-images,
    .service-area-focus-wrapper .service-focus-text-container {
        display: contents !important;
    }

    .service-area-focus-wrapper .image-item,
    .service-area-focus-wrapper .text-item {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        display: block !important;
        width: 100% !important;
        inset: auto !important;
        height: auto !important;
    }

    .service-area-focus-wrapper .image-item {
        height: 300px !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        margin-bottom: 60px !important;
    }

    .service-area-focus-wrapper .image-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 20px !important;
    }

    .service-area-focus-wrapper .text-item {
        margin-bottom: 60px !important;
    }

    .service-area-focus-wrapper .text-item h3 {
        margin-top: 0 !important;
        font-size: 26px !important;
    }

    .service-area-focus-wrapper .image-item:nth-child(1) { order: 1; }
    .service-area-focus-wrapper .text-item:nth-child(1)  { order: 2; }
    
    .service-area-focus-wrapper .image-item:nth-child(2) { order: 3; }
    .service-area-focus-wrapper .text-item:nth-child(2)  { order: 4; }
    
    .service-area-focus-wrapper .image-item:nth-child(3) { order: 5; }
    .service-area-focus-wrapper .text-item:nth-child(3)  { order: 6; }
    
    .service-area-focus-wrapper .image-item:nth-child(4) { order: 7; }
    .service-area-focus-wrapper .text-item:nth-child(4)  { order: 8; }
    
    .service-area-focus-wrapper .image-item:nth-child(5) { order: 9; }
    .service-area-focus-wrapper .text-item:nth-child(5)  { order: 10; }
   

    .strategic-engagement-section .se-container{
    flex-direction: column;
}

.strategic-engagement-section .se-left-col{
    width: 100%;
    position: relative;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 50px 40px;
}

.strategic-engagement-section .se-right-col{
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 60vh;
}

/* collapsed items */
.strategic-engagement-section .se-item{
    height: 80px;
    padding: 20px 40px;
}

/* active item fills remaining space */
.strategic-engagement-section .se-item.is-active{
    flex-grow: 1;
    height: auto;
    padding: 40px;
    min-height: 200px;
}

.strategic-engagement-section {
    min-height: 80vh;
}

.strategic-engagement-section .se-item-content{
    margin-top: 25px;
}

.strategic-engagement-section .se-main-title{
    font-size: 36px;
    width: 100%;
}

.strategic-engagement-section .se-footer-desc{
    width: 100%;
}
}
 
@media (min-width: 1600px) {
     .leadership-team-wrapper .leadership-image-box img {
        height: auto;
    }
	.banner-wrapper {
		min-height: 80vh; 
	}
	.strategic-engagement-section {
		min-height: 70vh;
	}
	.strategic-engagement-section .se-right-col {
		min-height: 70vh;
	}
}
 
