/*
Theme Name: experionglobal
*/

/* MAIN CSS */

@font-face {
  font-family: 'Manrope';
  src: url('./assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: 'Manrope', sans-serif !important;
  overflow-x: hidden;
  background-color: #000 !important;
}
 
html, body {
    height: 100%;
    margin: 0;
     font-family: 'Manrope', sans-serif !important;
}

html {
  scroll-behavior: auto !important;
}

.experion-page-glow {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 75vw;
    background: url('assets/img/gradient-shape-animation.webp') no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    animation: imagePulse 8s infinite alternate ease-in-out;
}

.experion-page-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(120deg, #000000d9 0%, #2a7ebd 41.35%, #FF52EB 95.67%); */
    background: linear-gradient(180deg, #0050C9 0%, #52B5FF 41.35%, #FF52EB 95.67%);
    border-radius: 50%;
    opacity: 0;
    filter: blur(80px);
    animation: gradientGlow 8s infinite alternate ease-in-out;
}

@keyframes imagePulse {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        filter: blur(0px);
        opacity: 0.8;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        filter: blur(40px);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        filter: blur(0px);
        opacity: 0.8;
    }
}

@keyframes gradientGlow {
    0% {
        opacity: 0;
        filter: blur(40px);
    }
    50% {
        opacity: 0.6; /* The gradient appears during the glow */
        filter: blur(120px);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        filter: blur(40px);
    }
}

body {
    background-color: #000;
    margin: 0;
    padding: 0;
}
 

.home .experion-page-glow {
    display: none;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: clip !important;
}

.experion-footer {
    margin-top: auto;
}

p{
    font-size: 16px;
    font-weight: 300;
}

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

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

::selection {
	background: #19243f;
    color: #fff;
}

::-moz-selection {
	background: #19243f;
    color: #fff;
}

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

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

::-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: #106FFF;
}

/* @media (min-width: 1200px) {
    .container { max-width: 1300px !important; }
    :root { --container-max: 1300px; }
}

@media (min-width: 1500px) {
    .container { max-width: 1550px !important; }
    :root { --container-max: 1550px; }
}

@media (min-width: 1800px) {
    .container { max-width: 1900px !important; }
    :root { --container-max: 1900px; }
} */

:root {
    --container-max: 1300px;
    --container-padding: 24px;
}

@media (min-width: 1200px) {
    .container { 
        max-width: 1300px !important; 
        padding-left: 24px;
        padding-right: 24px;
    }
    :root { 
        --container-max: 1300px;
        --container-padding: 24px;
    }
}

@media (min-width: 1500px) {
    .container { 
        max-width: 1550px !important; 
        padding-left: 100px !important; 
        padding-right: 100px !important; 
    }
    :root { 
        --container-max: 1550px;
        --container-padding: 100px;
    }
}

@media (min-width: 1800px) {
    .container { 
        max-width: 1900px !important; 
        padding-left: 150px !important; 
        padding-right: 150px !important; 
    }
    :root { 
        --container-max: 1900px;
        --container-padding: 150px;
    }
}

/* For Footer */
@media (min-width: 1200px) {
    .experion-footer-container { 
        max-width: 1300px !important; 
        padding-left: 24px !important;
        padding-right: 24px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    :root { --container-max: 1300px; }
}

/* 1500+ */
@media (min-width: 1500px) {
    .experion-footer-container { 
        max-width: 1550px !important; 
        padding-left: 100px !important;
        padding-right: 100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    :root { --container-max: 1550px; }
}

/* 1800+ */
@media (min-width: 1800px) {
    .experion-footer-container { 
        max-width: 1900px !important; 
        padding-left: 150px !important;
        padding-right: 150px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    :root { --container-max: 1900px; }
}
/* MAIN CSS */

/* == SLIDER SECTION == */

.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 == */

/* MEGA MENU SECTION */

@media screen and (min-width: 1025px) {

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        /* background: radial-gradient(120% 100% at 15% 0%, rgb(0 0 0 / 9%) 0%, #00000000 45%), radial-gradient(100% 100% at 90% 100%, rgb(120 40 160 / 21%) 0%, transparent 50%), linear-gradient(135deg, #0a0e1a 0%, #1f2e59 55%, #120d19 100%) !important; */
        top: 100% !important;
        margin-top: 20px !important;
        padding: 0 30px 30px 30px !important;
        border: none !important;
                background: linear-gradient(90deg, rgb(0 0 0) 0%, #142c67 50%, rgb(52 12 49) 100%) !important;
    }
}

  @media screen and (min-width: 992px) {
    /* Targets the li only if it contains a .mega-sub-menu */
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:has(.mega-sub-menu) > a.mega-menu-link::after {
        content: "" !important;
        display: inline-block !important;
        width: 10px !important;
        height: 10px !important;
        border-right: 2px solid currentColor !important;
        border-bottom: 2px solid currentColor !important;
        transform: rotate(45deg) !important;
        margin-left: 10px !important;
        vertical-align: middle !important;
        margin-bottom: 8px !important;
        transition: all .3s ease-in-out !important;
    }
}

@media screen and (min-width: 1025px) {

    #mega-menu-wrap-primary #mega-menu-primary .mega-menu-row {
        max-width: 1240px !important;
        margin: 60px auto 0 !important;
        align-items: flex-start !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .mega-indicator {
        display: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-1668 > a.mega-menu-link::after {
        display: none !important;
        content: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-8368 > a.mega-menu-link::after {
        display: none !important;
        content: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 14px;
        position: relative !important;
        z-index: 10 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after {
        transform: rotate(-135deg) !important;
        margin-bottom: -3px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::before,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::before {
        content: "" !important;
        position: absolute !important;
        bottom: -18px !important;
        left: 0 !important;
        width: 100% !important;
        height: 1px !important;
        background: linear-gradient(90deg, rgba(65, 65, 65, 0) -1.11%, #106FFF 22.55%, #7CE3FF 60.79%, #106FFF 76.83%, rgba(65, 65, 65, 0) 100.72%) !important;
        filter: drop-shadow(0 0 8px #106FFF) !important;
        z-index: 10 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .mega-column-8-of-12 {
        padding-right: 40px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_text {
        margin-bottom: 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding-bottom: 10px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_text h4 {
        color: rgb(255 255 255 / 82%) !important;
        font-size: 18px !important;
        text-transform: uppercase !important;
        letter-spacing: 0px !important;
        margin: 0 !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_text p,
    #mega-menu-wrap-primary #mega-menu-primary .widget_text a {
        color: rgb(255 255 255 / 82%) !important;
        font-size: 18px !important;
        text-transform: uppercase !important;
        letter-spacing: 0px !important;
        margin: 0 !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_text a:hover {
        color: #4a90e2 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_nav_menu ul {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 60px !important;
        row-gap: 9px !important;
        list-style: none !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_nav_menu li a {
        color: #ffffff !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        display: flex !important;
        align-items: center !important;
        opacity: 1!important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_nav_menu li a:hover {
        opacity: 1 !important;
        color: #4a90e2 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .widget_nav_menu li a::before {
        content: "" !important;
        width: 7px !important;
        height: 7px !important;
        background: #ffffff !important;
        border-radius: 50% !important;
        margin-right: 12px !important;
        display: inline-block !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary .mega-column-4-of-12 {
        background: transparent !important;
        border: none !important;
    }

    .mega-featured-card {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        border-radius: 0 !important;
        overflow: hidden !important;
    }

    .mega-featured-card img {
        width: 100% !important;
        height: 250px !important;
        display: block !important;
        object-fit: cover !important;
    }

    .card-caption {
        padding: 20px 20px !important;
        background: #1e222a63 !important;
        color: #ffffff !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
        font-weight: 300 !important;
        opacity: 0.95 !important;
        word-spacing: -3% !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        position: relative !important;
        overflow: visible !important;
        background: transparent !important;
    }

    header,
    .site-header,
    #mega-menu-wrap-primary,
    #mega-menu-wrap-primary #mega-menu-primary {
        overflow: visible !important;
        transition: all .3s ease-in-out !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover::after,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on::after,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item::after {
        content: "" !important;
        position: absolute !important;
        bottom: -20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 250px !important;
        height: 150px !important;
        background: radial-gradient(ellipse at 50% 100%, rgb(0 84 211 / 60%) 0%, rgba(16, 111, 255, 0.1) 45%, transparent 75%) !important;
        filter: blur(15px) !important;
        z-index: -1 !important;
        display: block !important;
        pointer-events: none !important;
        transition: all .3s ease-in-out !important;
    }

   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-current-menu-ancestor > a.mega-menu-link::before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-current-menu-item > a.mega-menu-link::before {
    content: "" !important;
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 250px !important;
    height: 150px !important;
    background: radial-gradient(ellipse at 50% 100%, rgb(0 84 211 / 60%) 0%, rgba(16, 111, 255, 0.1) 45%, transparent 75%) !important;
    filter: blur(15px) !important;
    z-index: -1 !important;
    display: block !important;
    pointer-events: none !important;
    transition: all .3s ease-in-out !important;
}

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(:hover):not(.mega-current-menu-item):not(.mega-toggle-on)::after {
        display: none !important;
    }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        position: fixed !important;
        top: 0px !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 0 !important;
        padding-top: 60px !important;
        z-index: -2 !important;
    }

}

/* MEGA MENU SECTION */

/* == HEADER SECTION == */

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

.header-logo-sec {
    margin: auto;
}

.experion-header-wrapper {
    padding-top: 20px;
    transition-duration: 0.3s;
    padding-bottom: 20px;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #ffffff00;
}

.f-nav .experion-header-wrapper {
    background: #000;
    border-bottom: 1px solid #ffffff26;
}

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

.f-nav .experion-header-wrapper {
    padding-top: 15px;
    transition-duration: 0.3s;
    padding-bottom: 15px;
}

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

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

.experion-header-wrapper .contactus a{
    color: #fff;
    padding: 10px 24px;
    border: 1px solid #106FFF;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.experion-header-wrapper .contactus a:hover{
    border: 1px solid #ffffff;
}

.experion-header-wrapper .locations{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.experion-header-wrapper .locations a{
    color: #fff;
}

.experion-header-wrapper .dropdown-container {
  position: relative;
  display: inline-block;
}

.experion-header-wrapper .location-button {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px; 
  transition: all .3s ease-in-out;
}

.experion-header-wrapper .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(72.07deg, #184199 -85.51%, #000000 51.87%);
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  border: 0px;
  border-radius: 0px;
  transition: all .3s ease-in-out;
}

.experion-header-wrapper .location-button img{
    width: 20px;
}

.experion-header-wrapper .dropdown-menu li a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.experion-header-wrapper .dropdown-menu li a:hover {
  background-color: #0c0c0c;
}

.experion-header-wrapper .dropdown-container:hover .dropdown-menu {
  display: block;
}

/* == HEADER SECTION == */

/* == BANNER SECTION == */
.experion-banner-wrapper {
    position: relative;
    width: 100%;
    
    background: #000;
    overflow: hidden;
}
 
.banner-bg-container video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.banner-slider-init:not(.slick-initialized) > *:not(:first-child) {
    display: none;
}

/* .experion-banner-wrapper .banner-slide-item {
    height: 100vh;
    position: relative;
    display: flex !important;
    align-items: center;
} */

.experion-banner-wrapper .banner-bg-container {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.experion-banner-wrapper .banner-bg-container video,
.experion-banner-wrapper .banner-img-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; 
    position: absolute; 
    top: 0;
    left: 0;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.experion-banner-wrapper .banner-bg-container video {
    object-position: center center;
}

.experion-banner-wrapper .banner-bg-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.experion-banner-wrapper .banner-img-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}


.experion-banner-wrapper .banner-dark-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgb(0 0 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0) 40%); */
    z-index: 2;
}

.experion-banner-wrapper .banner-content-container {
    position: relative;
    z-index: 10;
    padding-top: 150px;
}

.experion-banner-wrapper .banner-inner-content {
    max-width: 1000px;
}

.experion-banner-wrapper .banner-title {
      color: #ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: -5%;
}

.experion-banner-wrapper .banner-description {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
}

.experion-banner-wrapper .read-more-btn {
    color: #00a3ff;
    text-decoration: underline;
    font-weight: 300;
    margin-left: 10px;
    display: inline-block;
}

.experion-banner-wrapper .banner-nav-labels-row {
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    max-width: 480px; 
}

.experion-banner-wrapper .nav-label-item {
    flex: 1;
    cursor: pointer;
    position: relative;
}

.experion-banner-wrapper .nav-label-text {
    font-size: 16px;
    color: rgb(255 255 255 / 58%);
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s;
    padding-right: 15px;
    white-space: nowrap;
    padding-left: 15px;
    font-weight: 300;
}

.experion-banner-wrapper .nav-progress-track {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    position: relative;
}

.experion-banner-wrapper .nav-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
   background: linear-gradient(90deg, #106FFF 0%, #7CE3FF 100%);
    margin-top: -0.5px;
}

.experion-banner-wrapper .nav-label-item.active .nav-label-text {
    color: #ffffff;
}

@keyframes progressRun {
    from { width: 100%; }
    to { width: 100%; }
}

.experion-banner-wrapper .nav-label-item.active .nav-progress-fill {
    animation: progressRun 6s linear forwards;
}

.experion-banner-wrapper .btn-conversation {
    background: #106FFF;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all .3s ease-in-out;
    position: relative;
}

.experion-banner-wrapper .btn-conversation:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.experion-banner-wrapper .btn-conversation::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.experion-banner-wrapper .btn-conversation img{
    width:15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
 
.experion-banner-wrapper .btn-conversation i{
    transition: all .3s ease-in-out;
}


.experion-banner-wrapper .btn-conversation:hover i{
    transform: translateX(4px);
}

.banner-bottom-card-wrap {
    padding: 20px 0px 50px;
    background-color: #00000054;
    position: relative;
    overflow: visible;
    color: #ffffff;
}

.banner-bottom-card-wrap .banner-footer-cards {
    position: relative;
    bottom: 0px;
    width: 100%;
    z-index: 20;
}

.banner-bottom-card-wrap .banner-footer-cards .col-md-4 {
    padding: 10px 5px;
}


.banner-bottom-card-wrap .f-card {
    background: rgb(0 0 0 / 83%);
    padding: 18px 15px;
    border-radius: 12px;
    height: 160px;
    display: flex;
    flex-direction: column;
    border: 1px solid #106FFF;
    transition: all .3s ease-in-out;
}

.banner-bottom-card-wrap .f-card:hover img {
    filter: brightness(0) invert(1);
}

.banner-bottom-card-wrap .f-card:hover {
    border: 1px solid #106fff80;
}

.banner-bottom-card-wrap .f-tag {
    font-size: 16px;
    color: rgb(255 255 255);
    letter-spacing: 1px;
    font-weight: 300;
    padding-bottom: 12px;
}

.banner-bottom-card-wrap .f-text {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
    padding-bottom: 15px;
}

.banner-bottom-card-wrap .f-arrow {
    color: #0066ff;
    font-size: 20px;
}

.banner-bottom-card-wrap .f-card img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


/* == BANNER SECTION == */


/* OUTCOME SECTION  */
.experion-outcome-wrapper {
    background-color: #000000;
    padding: 80px 0;
    position: relative;
    overflow: visible;
    color: #ffffff;
}

.experion-outcome-wrapper .outcome-top-gradient {
    position: absolute;
    top: -100px;
    left: 40%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(28, 58, 148, 0.6) 0%, rgba(28, 58, 148, 0.35) 30%, rgba(28, 58, 148, 0.15) 50%, rgba(0, 0, 0, 0) 75%);
    filter: blur(100px);
    box-shadow: 0 0 200px rgba(28, 58, 148, 0.5), 0 0 350px rgba(28, 58, 148, 0.35);
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

.experion-outcome-wrapper .outcome-top-gradient {
    animation: glowPulse 4s ease-in-out infinite alternate;
}

@keyframes glowPulse {
    from {
        opacity: 0.7;
        transform: translateX(-50%) scale(1);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) scale(1.15);
    }
}

.experion-outcome-wrapper .container {
    position: relative;
    z-index: 2;
}

.experion-outcome-wrapper .outcome-main-title {
    font-size: 62px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -5%;
    margin-bottom: 25px;
}

.experion-outcome-wrapper .outcome-lead-text {
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: -5%;
}

.experion-outcome-wrapper .outcome-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experion-outcome-wrapper .outcome-feature-list li {
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
    color: #ffffff;
}

.experion-outcome-wrapper .outcome-feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 30px;
    line-height: 1;
    top: -2px;
}

.experion-outcome-wrapper .awards-right-grid {
   padding: 0px 100px;
}

.experion-outcome-wrapper .awards-intro-text {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 29px;
    max-width: 450px;
    line-height: 1.3;
    margin-top: 40px;
}

.experion-outcome-wrapper .awards-items-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;  
}

.experion-outcome-wrapper .award-single-box {
    background-color: #ffffff;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    min-height: 130px;
    border-radius: 2px;
}

.experion-outcome-wrapper .award-img-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experion-outcome-wrapper .award-logo {
    max-width: 130px;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.experion-outcome-wrapper .award-name {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.experion-outcome-wrapper .awards-view-more {
    margin-top: 25px;
}

.experion-outcome-wrapper .view-all-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease-in-out;
}

.experion-outcome-wrapper .view-all-link:hover{
   color: #106fff
}

.experion-outcome-wrapper .view-all-link img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
}

.experion-outcome-wrapper .view-all-link:hover img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(92%) saturate(2874%) hue-rotate(205deg) brightness(95%) contrast(101%);
}

.experion-outcome-wrapper .view-all-link:hover img{
     transform: translateX(5px);
}

/* OUTCOME SECTION  */

/* ENTERPRISE SECTION */

.experion-enterprise-wrapper {
    background-color: #000000;
    padding: 80px 0;
    position: relative;
    color: #ffffff;
    
}

.experion-enterprise-wrapper .enterprise-bg-glow {
    position: absolute;
    top: -20%;
    left: 60%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 30%, #1039a3 0%, rgba(28, 58, 148, 0.05) 45%, rgba(0, 0, 0, 0) 80%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
    animation: enterpriseGlowPulse 6s ease-in-out infinite;
}

@keyframes enterpriseGlowPulse {
    0%,100% {
        opacity: .7;
        transform: translate(-50%, 0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1.1);
    }
}


.experion-enterprise-wrapper .container {
    position: relative;
    z-index: 5;
}

.experion-enterprise-wrapper .enterprise-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -5%;
    margin-top: 10px;
}

.experion-enterprise-wrapper .stat-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.experion-enterprise-wrapper .stat-number {
    font-size: 60px;
    font-weight: 400;
    background: linear-gradient(90deg, #1170FF 0%, #53B6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.experion-enterprise-wrapper .stat-suffix {
    font-size: 60px;
    color: #007bff;
    margin-left: 2px;
}

.experion-enterprise-wrapper .stat-label {
    width: 100%;
    color: #ffffffcf;
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.experion-enterprise-wrapper .feature-card {
    margin-top: 10px;
}

.experion-enterprise-wrapper .feature-card img {
    width: 100%;
    height: 230px;
    border-radius: 2px;
    margin-bottom: 15px;
    object-fit: cover;
}

.experion-enterprise-wrapper .feature-card p {
    color: #ffffff;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: -3%;
}

.experion-enterprise-wrapper .enterprise-client-slider-row {
    margin-top: 10px;
    padding-top: 60px;
}

.experion-enterprise-wrapper .client-logo-item {
    padding: 0 30px;
    outline: none;
}

.experion-enterprise-wrapper .client-logo-item img {
    max-width: 150px;
    height: auto;
    /* filter: brightness(0) invert(1); */
    opacity: 1;
}


/* ENTERPRISE SECTION */

/* SERVICE SECTION */

.experion-service-wrapper {
    background-color: #000;
    padding: 80px 0;
    color: #fff;
    overflow: hidden;
}

.experion-service-wrapper .service-heading {
    margin-bottom: 40px;
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-service-wrapper p.service-subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -5%;
}

.experion-service-wrapper .service-slider-outer {
    /* width: calc(100% + 150px); */
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.experion-service-wrapper .service-slider-outer:hover {
    width: 100%;
}

.experion-service-wrapper .service-flex-track {
    display: flex;
    gap: 15px;
    height: 390px;
}

.experion-service-wrapper .service-slide-item {
    flex: 1;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    min-width: 0;
    position: relative;
}

.experion-service-wrapper .service-card-main {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.experion-service-wrapper .card-image-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.experion-service-wrapper .card-overlay-layer {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.4s;
}

.experion-service-wrapper .number-display {
    opacity: 0.35;
    padding: 25px;
    display: block;
    font-weight: 300;
    font-size: 70px; 
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-service-wrapper .state-initial,
.experion-service-wrapper .state-shrunk,
.experion-service-wrapper .state-expanded {
    position: absolute;
    inset: 0;
    transition: opacity 0.3s;
}

.experion-service-wrapper .state-shrunk,
.experion-service-wrapper .state-expanded {
    opacity: 0;
    visibility: hidden;
}

.experion-service-wrapper .state-initial {
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.experion-service-wrapper .initial-footer {
    margin-top: auto;
    background-color: var(--accent);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.experion-service-wrapper .initial-footer .initial-arrow img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
}

.experion-service-wrapper .initial-footer h3.initial-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-service-wrapper .state-shrunk {
    z-index: 4;
}

.experion-service-wrapper .state-shrunk .number-display {
    padding: 25px 0; 
    text-align: center;
    width: 100%;
}

.experion-service-wrapper .shrunk-title-vertical {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    bottom: 40px;
    left: 60px; 
    transform-origin: left bottom;
}

.experion-service-wrapper .state-expanded {
    padding: 40px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.experion-service-wrapper .expanded-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.experion-service-wrapper .expanded-title {
    font-size: 28px;
    margin: 0;
}

.experion-service-wrapper .expanded-number {
    font-size: 32px;
    opacity: 0.4;
    white-space: nowrap;
}

.experion-service-wrapper .expanded-body {
    font-size: 16px;
    line-height: 1.5;
    color: #f0f0f0;
}

.experion-service-wrapper .expanded-body p {
    font-size: 20px;
    line-height: 1.5;
    color: #f0f0f0;
}

.experion-service-wrapper .action-circle {
    margin-top: auto;
    width: 55px;
    height: 55px;
    border: 1px solid #ffffff00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.experion-service-wrapper .action-circle img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
}

.experion-service-wrapper .service-flex-track:hover .service-slide-item {
    flex: 0.45;
}

.experion-service-wrapper .service-flex-track:hover .state-initial {
    opacity: 0;
}

.experion-service-wrapper .service-flex-track:hover .state-shrunk {
    opacity: 1;
    visibility: visible;
}

.experion-service-wrapper .service-slide-item:hover {
    flex: 2.2 !important;
}

.experion-service-wrapper .service-slide-item:hover .state-shrunk {
    opacity: 0;
    visibility: hidden;
}

.experion-service-wrapper .service-slide-item:hover .state-expanded {
    opacity: 1;
    visibility: visible;
}

.experion-service-wrapper .service-slide-item:hover .card-overlay-layer {
    background-color: rgba(0, 0, 0, 0.75);
}

.experion-service-wrapper .service-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff;
}

.experion-service-wrapper .service-card-link:hover {
    color: #ffffff;
}

.experion-service-wrapper .service-card-main {
    cursor: pointer;
}

.experion-service-wrapper .service-slide-item {
    cursor: pointer;
}

.experion-service-wrapper .action-circle:hover i {
    color: #106fff;
}

@media (max-width: 991px) {
    .experion-service-wrapper .service-slider-outer {
        width: 100% !important;
    }

    .experion-service-wrapper .service-flex-track {
        flex-direction: column;
        height: auto;
    }

    .experion-service-wrapper .service-slide-item {
        height: 350px;
        flex: none !important;
    }
}

.experion-service-wrapper .state-initial,
.experion-service-wrapper .state-shrunk,
.experion-service-wrapper .state-expanded {
    position: absolute;
    inset: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

/* Initial hidden states */
.experion-service-wrapper .state-shrunk,
.experion-service-wrapper .state-expanded {
    opacity: 0;
    transform: scale(0.96);
    pointer-events: none;
}

/* Initial state disappears */
.experion-service-wrapper .service-flex-track:hover .state-initial {
    opacity: 0;
    transform: scale(0.96);
}

/* Shrunk state appears */
.experion-service-wrapper .service-flex-track:hover .state-shrunk {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/* Expanded state appears */
.experion-service-wrapper .service-slide-item:hover .state-expanded {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.25s;
}

/* Shrunk state hides when expanded */
.experion-service-wrapper .service-slide-item:hover .state-shrunk {
    opacity: 0;
    transform: scale(0.94);
    pointer-events: none;
}

/* Expanded content sizing */
.experion-service-wrapper .expanded-top,
.experion-service-wrapper .expanded-body {
    width: 100%;
    min-width: 400px;
    white-space: normal;
}

/* SERVICE SECTION */

/* TECHNOLOGY PARTNERS SECTION   */

.experion-partners-wrapper {
   background: linear-gradient(31deg, rgba(148, 61, 188, 0.3) -3.75%, rgba(0, 0, 0, 0.3) 59.3%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.experion-partners-wrapper .partners-bg-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: auto;
    background: radial-gradient(circle at bottom left, rgba(148, 61, 188, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
    pointer-events: none;
    z-index: 1;
}

.experion-partners-wrapper .partners-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.experion-partners-wrapper .partners-image-overlay img {
    width: 100%;
    height: auto;
    opacity: 1;
    object-fit: contain;
    transform: rotate(350deg);
}

.experion-partners-wrapper .container {
    position: relative;
    z-index: 5;
}

.experion-partners-wrapper .partners-sub-label {
    opacity: 1;
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 25px;
    letter-spacing: -5%;
}

.experion-partners-wrapper .partners-heading {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -5%;
    color: #FFFFFF;
    margin-bottom: 60px;
    opacity: 1;
}

.experion-partners-wrapper .partners-heading span {
    color: #ffffff;
    font-weight: 500;
}

.experion-partners-wrapper .partners-pill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 45px 0px 90px;
}

.experion-partners-wrapper .pill-item {
    background: #FFFFFF26;
    padding: 16px 30px;
    border-radius: 100px;
    font-size: 18px;
    color: #d1d1d1;
}

.experion-partners-wrapper .partners-info-text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    opacity: .8;
    padding-left: 10px;
}

.experion-partners-wrapper .partners-marquee-container {
    padding-top: 20px;
}

.experion-partners-wrapper .marquee-item {
    padding: 0 24px;
    outline: none;
}

.experion-partners-wrapper .marquee-item img {
    max-width: 200px;
    height: 100px;
    filter: brightness(0) invert(1);
    display: block;
    object-fit: contain;
}

 

/* TECHNOLOGY PARTNERS SECTION   */

/* BLOGS-CASESTUDY SECTION */

.experion-resource-section {
    padding: 100px 0;
    background-color: #000;
    background-image: radial-gradient(circle at 0% 0%, rgb(23 62 148 / 78%) 0%, transparent 45%), radial-gradient(circle at 100% 50%, rgb(17 46 110 / 73%) 0%, transparent 40%);
    overflow: hidden;
    color: #fff;
    position: relative;
}

.experion-resource-section .resource-top {
    margin-bottom: 50px;
    max-width: 1200px;
}

.experion-resource-section .resource-sub {
    font-size: 22px;
    opacity: 1;
    display: block;
    margin-bottom: 20px;
}

.experion-resource-section .resource-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-resource-section .resource-filters {
    margin-bottom: 60px;
}

.experion-resource-section .resource-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.experion-resource-section .resource-filter-item {
    padding: 14px 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}


.experion-resource-section .resource-filter-item.active,
.experion-resource-section .resource-filter-item:hover {
    background: #fff;
    color: #000;
}

.experion-resource-section .resource-slider-container {
    padding-left: calc((100% - min(100%, var(--container-max))) / 2 + var(--container-padding)) !important;
    transition: opacity 0.4s ease, transform 0.4s ease;
}


.experion-resource-section .resource-slider-container.filtering {
    opacity: 0;
    transform: translateY(20px);
}

.experion-resource-section .resource-filter-item.resource-view-all {
    padding: 0;
    background: none;
    border: none;
}

.experion-resource-section .resource-filter-item.resource-view-all a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 30px;
    background-color: #2b2bff;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.experion-resource-section .resource-filter-item.resource-view-all a:hover {
    background-color: #1a1ad6;
}

.experion-resource-section .resource-filter-item.resource-view-all a img {
    width: 16px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.experion-resource-section .resource-filter-item.resource-view-all a:hover img {
    transform: translateX(4px);
}

@media (max-width: 1400px) {
    .experion-resource-section .resource-slider-container { padding-left: 40px; }
}

.experion-resource-section .resource-init .slick-track {
    margin-left: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.experion-resource-section .resource-slide {
    padding-right: 25px;
    outline: none;
    flex-shrink: 0;
}

.experion-resource-section .resource-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    background: #111;
}

.experion-resource-section .resource-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.experion-resource-section .resource-card:hover .resource-card-bg {
    transform: scale(1.1);
}

.experion-resource-section .resource-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 69%) 0%, rgb(255 255 255 / 5%) 100%);
    z-index: 1;
}

.experion-resource-section .resource-card-content {
    position: relative;
    height: 100%;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.experion-resource-section .resource-card-title {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}

.experion-resource-section .resource-card-footer {
    margin-top: auto;
}

.experion-resource-section .resource-tag {
        display: inline-block;
    padding: 7px 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border-width: 1.5px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}

.resource-mobile-footer {
    display: none;
    padding: 30px 0;
    justify-content: flex-start;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.view-all-btn img{
   width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);
}


.view-all-btn:hover {
    background: #fff;
    color: #000;
}

/* BLOGS-CASESTUDY SECTION */

/* CASE STUDY SECTION  */

.experion-case-study-wrapper {
    background-color: #000000;
    padding: 30px 0 100px;
    color: #ffffff;
}

.experion-case-study-wrapper .case-study-main-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -5%;
}

.experion-case-study-wrapper .case-study-nav-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}

.experion-case-study-wrapper .slider-arrows {
    display: flex;
    gap: 10px;
}

.experion-case-study-wrapper .prev-arrow, 
.experion-case-study-wrapper .next-arrow {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.experion-case-study-wrapper .prev-arrow:hover, 
.experion-case-study-wrapper .next-arrow:hover {
    border-color: #106fff;
}

.experion-case-study-wrapper .view-all-btn {
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 7px
}

.experion-case-study-wrapper .view-all-btn img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
}

.experion-case-study-wrapper .view-all-btn:hover {
    border-color: #106fff;
    background-color: #000;
}

.experion-case-study-wrapper .view-all-btn:hover i{
    transform: translateX(4px);
}

.experion-case-study-wrapper .case-study-slider {
    margin: 0 -15px;
}

.experion-case-study-wrapper .case-study-card {
    padding: 0 10px;
}

.experion-case-study-wrapper .card-inner {
    background-color: #181818;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    min-height: 540px;
}

.experion-case-study-wrapper .card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.experion-case-study-wrapper .card-content {
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.experion-case-study-wrapper .card-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff;
}

.experion-case-study-wrapper .card-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.experion-case-study-wrapper .card-list ul li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 7px;
    position: relative;
    padding-left: 22px;
    font-weight: 300;
}

.experion-case-study-wrapper .card-list ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    top: -2px;
}

.experion-case-study-wrapper .read-more {
   color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: auto;
    opacity: 1;
    transition: all .3s ease-in-out;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 12px;
}

.experion-case-study-wrapper .read-more img{
    padding-top: 2px;
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.experion-case-study-wrapper .read-more:hover {
    opacity: .8;
}

.experion-case-study-wrapper .read-more:hover img{
    transform: translateX(4px);
}

 

/* CASE STUDY SECTION  */


/* HOME CAREER SECTION */

.experion-career-wrapper {
    background: linear-gradient(125.64deg, #1170FF 51.88%, #7CE3FF 129.14%);
    padding: 100px 0;
    color: #ffffff;
}

.experion-career-wrapper .career-main-heading {
    font-size: 65px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -5%;
    margin-bottom: 50px;
}

.experion-career-wrapper .career-media-container {
    width: 100%;
}

.experion-career-wrapper .career-main-image {
    width: 100%;
    height: 480px;
    display: block;
    border-radius: 2px;
    object-fit: cover;
}

.experion-career-wrapper .career-text-block {
    padding-left: 30px;
}

.experion-career-wrapper .career-intro-label {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: -5%;
}

.experion-career-wrapper .career-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.experion-career-wrapper .career-feature-list li {
    font-size: 24px;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    letter-spacing: -3%;
    color: #fff;
}

.experion-career-wrapper .career-feature-list li b{
    display: contents;
    font-weight: 500;
}

.experion-career-wrapper .career-feature-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.experion-career-wrapper .career-cta-heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1.2px;
    margin-bottom: 25px;
}

.experion-career-wrapper .career-list-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    padding: 12px 24px;
    border-radius: 8px;  
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.experion-career-wrapper .career-list-btn img {
   width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0);
}

.experion-career-wrapper .career-list-btn:hover img {
   filter: brightness(0) invert(1);
}


.experion-career-wrapper .career-list-btn i{
     color: #000000bf;
    font-size: 16px;
}

.experion-career-wrapper .career-list-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.experion-career-wrapper .career-list-btn:hover i{
   color: #fff;
}

.experion-career-wrapper .career-btn-arrow {
    margin-left: 12px;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.experion-career-wrapper .career-list-btn:hover .career-btn-arrow {
    transform: translateX(4px);
}

/* HOME CAREER SECTION */

/* HOME CONTACT SECTION */

.experion-contact-wrapper {
    background-color: #D9D9D9;
    overflow: hidden;
    display: block;
}

/* .experion-contact-wrapper .container{
    padding-right: 0px;
    margin-right: 0px;
} */

.experion-contact-wrapper .contact-left-content {
    padding: 100px 10% 100px 0%;
}

.experion-contact-wrapper .experion-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -3.5px;
    color: #000;
    margin-bottom: 30px;
}

.experion-contact-wrapper .experion-description {
    color: #1a1a1a;
    max-width: 653px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -5%;
}

.experion-contact-wrapper .experion-btn {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
   font-size: 18px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin-right: 10px;
    margin-bottom: 8px;
}

.experion-contact-wrapper .experion-btn img{
     width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);
}

.experion-contact-wrapper .experion-btn:hover img{
    filter: brightness(0);
}


.experion-contact-wrapper .experion-btn i {
    transition: all .3s ease-in-out;
}

.experion-contact-wrapper .experion-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.experion-contact-wrapper .experion-btn:hover i {
    transform: translateX(4px);
}

.experion-contact-wrapper .experion-arrow {
    margin-left: 8px;
    font-size: 16px;
}

.experion-contact-wrapper .experion-arrow img{
  width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);

}

.experion-contact-wrapper .experion-btn:hover img{
    filter: brightness(0);

}

.experion-contact-wrapper .experion-visual-grid {
    display: flex;
    height: 100%;
    min-height: 550px;
    background-size: cover;
    background-position: center right;
    position: relative;
    overflow: hidden;
}

.experion-contact-wrapper .experion-visual-grid::after {
   content: '';
    position: absolute;
    inset: 0;
    background-image: url(./assets/img/contact-gradient.webp);
    background-size: cover;
    background-position: center right;
    z-index: 1;
    transform: rotate(330deg);
    width: 600px;
}

.experion-contact-wrapper .experion-bar {
    flex: 1;
    height: 100%;
    position: relative;
    backdrop-filter: blur(30px);
}

.experion-contact-wrapper .experion-bar:first-child {
    border-left: none;
    background: linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
}

.experion-contact-wrapper .experion-bar:nth-child(2),
.experion-contact-wrapper .experion-bar:nth-child(4) {
    background: rgb(255 255 255 / 1%);
}

.experion-contact-wrapper .experion-bar:nth-child(3),
.experion-contact-wrapper .experion-bar:nth-child(5) {
    background: rgba(0, 0, 0, 0.02);
}

.experion-contact-wrapper .experion-bar:last-child {
    background: linear-gradient(-90deg, rgba(217, 217, 217, 0.6) 0%, rgba(217, 217, 217, 0) 100%);
}

/* Visible Glowing Effect */
.experion-contact-wrapper .experion-visual-grid::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 400px;
    height: 400px;
    background: #2564eb99;
    filter: blur(112.59px);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    animation: glowPulse 4s infinite ease-in-out;
}

.experion-contact-wrapper .experion-bar {
    z-index: 5;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1) translate(0, 0);
    }
    50% {
        opacity: 1;
        transform: scale(1.4) translate(10%, 5%);
    }
}

/* HOME CONTACT SECTION */

/* == HOMEPAGE ENDS == */

/* == FOOTER SECTION == */

.experion-footer {
    background: linear-gradient(72.07deg, #184199 -85.51%, #000000 51.87%);
    color: #ffffff;
    padding: 60px 20px 20px 20px;
    z-index: 1;
}

.experion-footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.experion-footer-brand {
    flex: 1;
    min-width: 200px;
}

.experion-footer-brand img {
    max-width: 180px;
    height: auto;
}

.experion-footer-links {
    flex: 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.experion-footer-column {
    margin-bottom: 20px;
}

.experion-footer-column h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
}

.experion-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experion-footer-column ul li {
    margin-bottom: 10px;
}

.experion-footer-column ul li a {
    color: #888888;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.experion-footer-column ul li a:hover {
    color: #ffffff;
}

.experion-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

.experion-footer-legal a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

.experion-footer-legal a:hover {
    color: #a0a0a0;
}

/* == FOOTER SECTION == */

/* CASE STUDY SINGLE PAGE */

.main-casestudy-content {
    color: #fff;
    margin-bottom: 80px;
    margin-top: -60px;
}


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

.main-casestudy-content ul li{
    font-size: 17px;
}

.main-casestudy-content .casestudywrap h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main-casestudy-content .casestudywrap h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.main-casestudy-content .casestudywrap h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.main-casestudy-content .casestudywrap h4 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 35px;
}

.main-casestudy-content .casestudywrap h5 {
       font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.experion-single-casestudy {
    padding-top: 130px;
    padding-bottom: 80px;
    color: #ffffff;
}

.single-casestudy b, .single-casestudy strong {
    font-weight: 600;
}

.experion-single-casestudy .back-link {
    display: flex;
    margin-bottom: 16px;
    color: #fffffff0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    gap: 5px;
}

.experion-single-casestudy .back-link img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.experion-single-casestudy .post-title {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -3.3px;
    max-width: 1200px;
}

.experion-single-casestudy .post-excerpt {
    margin-bottom: 50px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.experion-single-casestudy .hero-image-wrapper {
    position: relative;
    overflow: hidden;
}

.experion-single-casestudy .main-featured-image {
    width: 100%;
    display: block;
    max-height: 450px;
    object-fit: cover;
}

.experion-single-casestudy .static-label {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgb(0 0 0 / 14%);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.50);
}

.experion-single-casestudy .left-content-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experion-single-casestudy .left-content-wrapper li {
    position: relative;
    padding-left: 25px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.5px;
    width: 580px;
}

.experion-single-casestudy .left-content-wrapper li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #3b82f6;
    border-radius: 50%;
}

.experion-single-casestudy .right-content-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}

.experion-single-casestudy .right-content-wrapper li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.10);
}

/* overview */

.overview-case-study-wrapper {
    padding: 100px 0;
    background: transparent;
    color: #fff;
    border-top: 1px solid #ffffff40;
}

.overview-case-study-wrapper .heading-row {
    margin-bottom: 30px;
}

.overview-case-study-wrapper .main-heading {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -2.8px;
}

.overview-case-study-wrapper .image-box img {
    width: 570px;
    height: 250px;
    border-radius: 2px;
    object-fit: cover;
}

.overview-case-study-wrapper .content-row {
    padding-top: 50px;
}

.overview-case-study-wrapper .tab-triggers {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.overview-case-study-wrapper .tab-item {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff94;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.5px;

}

.overview-case-study-wrapper .active-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3b82f6;
    transition: width 0.4s ease;
}

.overview-case-study-wrapper .tab-text {
    transition: transform 0.4s ease;
}

.overview-case-study-wrapper .tab-item.active {
    color: #fff;
    font-size: 30px;
}

.overview-case-study-wrapper .tab-item.active .active-line {
    width: 24px;
}

.overview-case-study-wrapper .tab-item.active .tab-text {
    transform: translateX(35px);
}

.overview-case-study-wrapper .content-pane {
    display: none;
    animation: contentFade 0.5s ease forwards;
}

.overview-case-study-wrapper .content-pane p{
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.78px;
}

.overview-case-study-wrapper .content-pane.active {
    display: block;
}

@keyframes contentFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* challanges solution */

.experion-challenges-solutions-section {
    padding: 100px 0;
    background-color: #ffffff;
    color: #000000;
    z-index: 2;
}

.experion-challenges-solutions-section .section-main-title {
    margin-bottom: 80px;
    color: #000;
    font-size: 70px;
    font-weight: 540;
    line-height: 80px;
    letter-spacing: -3.5px;
    max-width: 100%;
    width: 1130px;
}

.experion-challenges-solutions-section .column-static-heading {
    margin-bottom: 0;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -2px;
}

.experion-challenges-solutions-section .challenges-table-header {
    border-bottom: 1px solid #e0e0e0;
    margin-left: 0;
    margin-right: 0;
}
 
.experion-challenges-solutions-section .header-col {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
}

.experion-challenges-solutions-section .challenge-row {
    border-bottom: 1px solid #e0e0e0;
    margin-left: 0;
    margin-right: 0;
}

.experion-challenges-solutions-section .challenge-col,
.experion-challenges-solutions-section .solution-col {
    padding: 40px 30px;  
    font-size: 16px;
    line-height: 1.6;
}

.experion-challenges-solutions-section .challenge-col {
    border-right: 1px solid #e0e0e0;;
}

.experion-challenges-solutions-section .challenge-col strong,
.experion-challenges-solutions-section .challenge-col b
{
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.78px;
}

.experion-challenges-solutions-section .content-wrapper {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.54px;
}

.experion-challenges-solutions-section .mobile-label {
    margin-bottom: 10px;
    color: #000000d6;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
}

/* outcome section */

.experion-outcome-section {
    padding: 100px 0;
    background-color: #00000061;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.experion-outcome-section .left-side-glow {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 600px;
    background: linear-gradient(180deg, rgba(0, 80, 201, 0.4) 0%, rgba(82, 181, 255, 0.2) 100%);
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
}

.experion-outcome-section .container {
    position: relative;
    z-index: 2;
}

.experion-outcome-section .outcome-main-title {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-outcome-section .outcome-image-wrapper img {
    width: 100%;
    height: 560px;
    border-radius: 4px;
    object-fit: cover;
}

.experion-outcome-section .outcome-content-wrapper {
    position: relative;
    padding-left: 30px;
}

.experion-outcome-section .content-bg-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    opacity: 0.6;
    pointer-events: none;
    z-index: -1;
}

.experion-outcome-section .actual-content p{
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -3%;
    color: #fff;
}

.experion-outcome-section .actual-content ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.experion-outcome-section .actual-content li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
    color: #fff;
}

.experion-outcome-section .actual-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #3b82f6;
    border-radius: 50%;
}


/* impact section */

.experion-impact-wrapper {
    padding: 100px 0;
    /* background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
    background-color: #000; */
    position: relative;
    /* overflow: hidden; */
    color: #fff;
}

.experion-impact-wrapper .impact-relative-content {
    position: relative;
    z-index: 10;
}

.experion-impact-wrapper .impact-title-text,
.experion-impact-wrapper .impact-subtitle-text {
    font-weight: 500;
    margin: 0;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-impact-wrapper .impact-social-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}

.experion-impact-wrapper .impact-share-label {
    color: rgb(255 255 255 / 65%);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}

.experion-impact-wrapper .impact-social-list {
    display: flex;
    gap: 10px;
}

.experion-impact-wrapper .impact-social-list a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #FFFFFF4D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.experion-impact-wrapper .impact-social-list a:hover {
    background: rgb(255 255 255 / 22%);
}

.experion-impact-wrapper .impact-social-list a img{
    width: 15px;
    height: 15px;
}

.experion-impact-wrapper .row.g-4 .col-lg-4:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.experion-impact-wrapper .impact-item-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 370px;
}

.experion-impact-wrapper .impact-card-image-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.experion-impact-wrapper .impact-card-image-bg img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.experion-impact-wrapper .impact-card-image-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);

}

.experion-impact-wrapper .col-lg-4:nth-child(2) .impact-card-image-bg::after {
    display: none;
}

.experion-impact-wrapper .impact-item-content {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.experion-impact-wrapper .impact-item-content h4 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-impact-wrapper .impact-item-desc p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.experion-impact-wrapper .impact-bg-shape-container {
    position: absolute;
    bottom: -300px;
    left: 25%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.experion-impact-wrapper .impact-bg-animated-image {
    width: 100%;
    max-width: 1300px;
    transform: rotate(250deg);
    opacity: 0.7;
    mix-blend-mode: plus-lighter;
}

/* related case study */
.experion-related-cs-wrap {
    padding: 100px 0;
    position: relative;
    border-top: 1px solid #ffffff1f;
}

.experion-related-cs-wrap .related-title {
    color: #fff;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-related-cs-wrap .cs-slide-item {
    padding: 0 12px;
}

.experion-related-cs-wrap .cs-card-inner {
    position: relative;
    height: 430px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    transition: all .3s ease-in-out;
}

.experion-related-cs-wrap a:hover .cs-card-inner{
    transform: translateY(-5px);
}

.experion-related-cs-wrap,
.experion-related-cs-wrap a {
    overflow: visible;
}

.experion-related-cs-wrap .cs-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 79%) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.experion-related-cs-wrap .cs-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experion-related-cs-wrap .cs-post-title {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -3%;
}

.experion-related-cs-wrap .cs-static-tag {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #fff;
    width: fit-content;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.experion-related-cs-wrap .slick-list {
    margin: 0 -12px;
    padding-top: 10px;
}


/* case study contact  */

.experion-contact-form-section {
    padding: 100px 0;
    background: linear-gradient(125.64deg, #1170FF 51.88%, #7CE3FF 129.14%);
    position: relative;
    overflow: hidden;
}

.experion-contact-form-section .sub-title {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -5%;
}

.experion-contact-form-section .main-title {
    color: #fff;
    max-width: 500px;
    font-weight: 540;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.experion-contact-form-section .main-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: -3%;
    line-height: 1.3;
    padding-right: 50px;
}

.experion-contact-form-section .contact-form-wrapper br {
    display: none !important;
}

.experion-contact-form-section .tp-contact-input label {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.experion-contact-form-section .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 5px;
}

.experion-contact-form-section input:not([type="submit"]),
.experion-contact-form-section textarea,
.experion-contact-form-section select {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 0px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 5px !important;
    padding: 14px 20px !important;
    color: #fff !important;
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
}

.experion-contact-form-section input::placeholder,
.experion-contact-form-section textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.experion-contact-form-section textarea {
    height: 120px !important;
}

.experion-contact-form-section input {
    height: 50px !important;
}

.experion-contact-form-section .tp-contact-consent {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.experion-contact-form-section .wpcf7-list-item {
    margin-left: 0 !important;
}

.experion-contact-form-section .tp-contact-consent input {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    vertical-align: middle;
}

.experion-contact-form-section .tp-contact-consent .wpcf7-list-item-label {
     font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.experion-contact-form-section .tp-contact-consent a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.experion-contact-form-section #btn-at-btm {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    padding: 13px 30px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
    line-height: 24px;
    letter-spacing: 0%;
}

.experion-contact-form-section #btn-at-btm:hover {
    background: #f8f8f8 !important;
    transform: translateX(5px);
}

.experion-contact-form-section .mb-20 {
    margin-bottom: 18px;
}

.experion-contact-form-section .wpcf7 form.invalid .wpcf7-response-output, 
.experion-contact-form-section .wpcf7 form.unaccepted .wpcf7-response-output, 
.experion-contact-form-section .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffffff;
    color: #fff;
    width: fit-content;
}

.experion-contact-form-section input:-webkit-autofill,
.experion-contact-form-section textarea:-webkit-autofill,
.experion-contact-form-section select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: transparent !important;
}

.experion-contact-form-section input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.exp-contact-form .tp-contact-input p{
    margin-bottom: 0px;
}

.experion-contact-form-section .tp-contact-consent p{
     margin-bottom: 0px;
}

.experion-contact-form-section .tp-contact-consent .wpcf7-list-item {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
}

.experion-contact-form-section .tp-contact-consent input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    flex: 0 0 18px !important;  
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 4px !important;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
}

.experion-contact-form-section .tp-contact-consent input[type="checkbox"]:checked {
    background: rgba(255, 255, 255, 0.1) !important;
}

.experion-contact-form-section .tp-contact-consent input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 10px;
}

.experion-contact-form-section .tp-contact-consent .wpcf7-list-item-label {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    cursor: pointer;
}

/* CASE STUDY SINGLE PAGE ENDS*/

/* BLOG SINGLE PAGE STARTS */

.experion-single-blog {
    padding: 80px 0;
    padding-top: 130px;
    padding-bottom: 80px;
    color: #ffffff;
}

.single-blog-main-content b, 
.single-blog-main-content strong {
    font-weight: 800;
}

.experion-single-blog .back-link {
    display: flex;
    margin-bottom: 16px;
    color: #fffffff0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    gap: 5px;
}

.experion-single-blog .back-link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.experion-single-blog .blog-main-title {
    margin-bottom: 50px;
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -3.3px;
    max-width: 1200px;
}

.experion-single-blog .blog-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.experion-single-blog .blog-label {
    position: absolute;
    top: 25px;
    left: 25px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 6px 18px;
    border-radius: 8px;
    background: rgb(0 0 0 / 12%);
    z-index: 5;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.experion-single-blog .blog-main-img {
    width: 100%;
    height: 470px;
    display: block;
    object-fit: cover;
}

.experion-single-blog .author-info-box {
    padding-left: 30px;
}

.experion-single-blog .author-bio p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -3%;
}

.experion-single-blog .author-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 40px 0;
}

.experion-single-blog .author-profile-footer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.experion-single-blog .author-img img {
    width: 97px;
    height: 97px;
    border-radius: 6px;
    object-fit: cover;
}

.experion-single-blog .author-details h5 {
    margin: 0 0 4px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.experion-single-blog .author-details p {
    color: rgb(255 255 255);
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.experion-single-blog .see-posts {
    color: #52B5FF;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -3%;
}


.single-blog-main-content .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    max-width: 100%;
}
 
.single-blog-main-content .alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    max-width: 100%;
}
 
.single-blog-main-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.single-blog-main-content .entry-content::after,
.single-blog-main-content .the_content::after {
    content: "";
    display: table;
    clear: both;
}

/* blog main content 1 */

.blog-section-container {
    padding: 0px 4%;
}

.single-blog-main-content .blog-experion-line {
    padding: 30px;
}

.single-blog-main-content .blog-experion-line .content p{
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
    color: #fff;
}

hr.blog-main-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 40px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.blog-main-wrap {
    color: #fff;
}

.blog-main-wrap .content {
    padding: 30px;
    line-height: 1.8;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.blog-main-wrap .content h2, 
.blog-main-wrap .content h3, 
.blog-main-wrap .content h4 {
    color: #fff;
    margin: 10px 0 25px 0;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -5%;
}

.blog-main-wrap .content h2 {
    font-size: 40px;
}

.blog-main-wrap .content h3 {
    font-size: 32px;
}

.blog-main-wrap .content p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -3%;
    color: #fff;
}

.blog-main-wrap .content a {
    color: #52b5ff;
}

.blog-main-wrap .content a:hover {
    color: #6fecff;
}

.blog-main-wrap .content ul, 
.blog-main-wrap .content ol {
    margin-bottom: 35px;
    padding-left: 0px;
}

.blog-main-wrap .content li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -3%;
}

.blog-main-wrap .content ol {
    padding-left: 20px;
}

.blog-main-wrap .content ol li {
    list-style: decimal;
    padding-left: 0;
}


.blog-main-wrap .content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #52B5FF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.blog-main-wrap .content img {
    max-width: 100%;
    height: 400px;
    border-radius: 0px;
    display: block;
    object-fit: cover;
}

.blog-main-wrap .content table {
    width: 100%;
    border-collapse: collapse;
    margin: 50px 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-main-wrap .content table thead tr th,
.blog-main-wrap .content table tr:first-child td,
.blog-main-wrap .content table tr th {
    background-color: #ffffff08;
    color: #fff;
    font-weight: 500;
    padding: 15px 22px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 17px;
}

.blog-main-wrap .content table tbody tr td {
    padding: 15px 22px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    background-color: #050505a8;
}

.blog-main-wrap .content table tbody tr td:first-child {
    background-color: #ffffff08;
    color: #fff;
    font-weight: 500;
    width: 25%;
}

.blog-main-wrap .content blockquote {
    margin: 50px 0;
    padding: 30px 40px;
    border-left: 3px solid #52B5FF;
    background: rgba(82, 181, 255, 0.03);
    font-style: italic;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}

/* blog faq */

.experion-blog-faq {
    padding: 40px 0;
    color: #fff;
}

.experion-blog-faq .faq-main-title {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
}

.experion-blog-faq .content {
    padding: 30px;
    line-height: 1.8;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
 
.experion-blog-faq .faq-item:last-child {
    border-bottom: none;
}

.experion-blog-faq .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 

.experion-blog-faq .faq-header {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.experion-blog-faq .faq-header h3 {
    margin: 0;
    padding-right: 30px;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: -3%;
    transition: all .3s ease-in-out;
    color: #fff;
}

.experion-blog-faq .faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.experion-blog-faq .faq-icon::before,
.experion-blog-faq .faq-icon::after {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.experion-blog-faq .faq-icon::before {
    width: 16px;
    height: 1px;
}

.experion-blog-faq .faq-icon::after {
    width: 1px;
    height: 16px;
}

.experion-blog-faq .faq-item.active .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.experion-blog-faq .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.experion-blog-faq .faq-content-inner {
    padding-bottom: 35px;
    padding-right: 35px;
}

.experion-blog-faq .faq-content p {
    color: rgb(255 255 255);
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
    margin-bottom: 0px;
}

.experion-blog-faq .faq-header:hover h3 {
    color: #fff;
}

/* categories */

.experion-blog-categories {
    padding: 80px 0;
    position: relative;
    overflow: visible;
    border-top: 1px solid #ffffff1f;
}

.experion-blog-categories::before {
    content: '';
    position: absolute;
    top: -67px;
    left: -150px;
    width: 700px;
    height: 900px;
    background: radial-gradient(circle, rgba(20, 50, 120, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.experion-blog-categories .container {
    position: relative;
    z-index: 2;
}

.experion-blog-categories .cat-title {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-blog-categories .category-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.experion-blog-categories .cat-item {
 background: #FFFFFF26;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgb(255 255 255);
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 300;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.experion-blog-categories .cat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.experion-blog-categories .view-more-cat {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 9px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.experion-blog-categories .view-more-cat img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.experion-blog-categories .view-more-cat:hover {
    background: #fff;
    color: #000;
}

.experion-blog-categories .view-more-cat:hover img{
   filter: brightness(0);
}

/* related blogs */

.experion-related-blog-wrap {
    padding: 100px 0;
    position: relative;
    border-top: 1px solid #ffffff1f;
    background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
}

.experion-related-blog-wrap .related-title {
    color: #fff;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-related-blog-wrap .blog-slide-item {
    padding: 0 12px;
}

.experion-related-blog-wrap .blog-card-inner {
    position: relative;
    height: 430px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    transition: all .3s ease-in-out;
}

.experion-related-blog-wrap a:hover .blog-card-inner {
    transform: translateY(-5px);
}

.experion-related-blog-wrap,
.experion-related-blog-wrap a {
    overflow: visible;
}

.experion-related-blog-wrap .blog-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 79%) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.experion-related-blog-wrap .blog-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experion-related-blog-wrap .blog-post-title {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -3%;
}

.experion-related-blog-wrap .blog-static-tag {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #fff;
    width: fit-content;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.experion-related-blog-wrap .slick-list {
    margin: 0 -12px;
    padding-top: 10px;
}

/* BLOG SINGLE PAGE ENDS */

/* CONTACT PAGE STARTS */

.experion-contact-page {
    color: #fff;
    padding: 130px 0 0;
    position: relative;
}

.contact-page-form-wrap {
    color: #fff;
    padding: 40px 0 130px;
    position: relative;
    background: linear-gradient(to bottom, rgb(0 0 0 / 39%) 0%, rgb(0 0 0) 50%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

.page-template-page-contact .experion-page-glow { 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(240deg) !important;
    width: 50vw;
    height: 60vw;
}

.form-section-wrapper .experion-page-glow {
  display: none;
}


.form-section-wrapper{
  position: relative;
  z-index: 2;
  
}

.form-section-wrapper .experion-page-glow {
  position: absolute; /* or fixed */
  z-index: 1;
}

.experion-contact-page::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10%;
    width: 800px;
    height: 100%;
    background: radial-gradient(circle at center, rgba(20, 60, 160, 0.4) 0%, rgba(20, 60, 160, 0) 60%);
    pointer-events: none;
    z-index: 1;
    filter: blur(40px);
}

.experion-contact-page .contact-main-title {
   margin-bottom: 20px;
    font-weight: 500;
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-contact-page .contact-main-subtitle {
    color: #fff;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.experion-contact-page .contact-info-card {
    border: 1px solid #106FFF;
    border-radius: 10px;
    padding: 15px 17px;
    height: 100%;
    transition: border-color 0.3s ease;
}

.experion-contact-page .contact-info-card:hover {
    border-color: #143ca0;
}

.experion-contact-page .card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 30px;
}

.experion-contact-page .card-sub {
    text-transform: uppercase;
    color: rgb(255 255 255);
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.experion-contact-page .card-title {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #fff;
}

.contact-box-row .col-lg-4:nth-child(2) {
  padding: 0;
}

.experion-contact-page .card-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.experion-contact-page .card-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: -5px;
}

.experion-contact-page .card-desc a {
    color: #04C4FE;
    display: block;
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
    transition: all .3s ease-in-out;
}

.experion-contact-page .card-desc a:hover {
    color: #FFF;
}

.contact-page-form-wrap .form-section-wrapper {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.page-template-page-contact .experion-page-glow {
    /* position: absolute; */
    z-index: 1;
}

.contact-page-form-wrap .contact-featured-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.contact-page-form-wrap .contact-form-container {
    padding-left: 50px;
    padding-right: 100px;
}

.contact-page-form-wrap input::placeholder,
.contact-page-form-wrap textarea::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.contact-page-form-wrap .form-title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -5%;
}

.contact-page-form-wrap input {
    height: 50px !important;
}

.contact-page-form-wrap .mb-20 {
    margin-bottom: 18px;
}

.contact-page-form-wrap .exp-contact-form br {
    display: none !important;
}

.contact-page-form-wrap .tp-contact-input label {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.contact-page-form-wrap .tp-contact-input input,
.contact-page-form-wrap .tp-contact-input textarea {
    width: 100%;
    border: 0px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 15px 20px;
    color: #fff;
    outline: none;
    background: #FFFFFF26;
}

.contact-page-form-wrap .tp-contact-input textarea {
    height: 100px;
}

.contact-page-form-wrap .tp-contact-consent {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 20px 0;
}

.contact-page-form-wrap .tp-contact-consent a {
    color: #fff;
    text-decoration: underline;
}

.contact-page-form-wrap .tp-btn-white {
    background: #fff;
    color: #000;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.contact-page-form-wrap .tp-btn-white:hover {
    background: #52B5FF;
    color: #fff;
}

.contact-page-form-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff4b4b;
    margin-top: 5px;
}

.contact-page-form-wrap input:-webkit-autofill,
.contact-page-form-wrap textarea:-webkit-autofill,
.contact-page-form-wrap select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: transparent !important;
}

.contact-page-form-wrap input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.contact-page-form-wrap .exp-contact-form .tp-contact-input p{
    margin-bottom: 0px;
}

.contact-page-form-wrap .tp-contact-consent p{
     margin-bottom: 0px;
}

.contact-page-form-wrap .tp-contact-consent .wpcf7-list-item {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
}

.contact-page-form-wrap .tp-contact-consent input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    flex: 0 0 18px !important;  
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 4px !important;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
}

.contact-page-form-wrap .tp-contact-consent input[type="checkbox"]:checked {
    background: rgba(255, 255, 255, 0.1) !important;
}

.contact-page-form-wrap .tp-contact-consent input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 10px;
}

.contact-page-form-wrap .tp-contact-consent .wpcf7-list-item-label {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    cursor: pointer;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}
 
.contact-page-form-wrap .tp-contact-consent input {
    margin-right: 10px !important;
    vertical-align: middle;
}


/* office section */

.exp-offices {
    position: relative;
    background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
    padding: 64px 0 80px;
}

.exp-offices {
    position: relative;
    overflow: hidden;
}

.exp-offices::before {
    content: '';
    position: absolute;
    right: -450px;
    bottom: -450px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 30%, #1039a3 0%, rgba(28, 58, 148, 0.05) 45%, rgba(0, 0, 0, 0) 80%);
    filter: blur(80px);
}

.exp-offices .exp-offices__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.exp-offices .exp-offices__row {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.exp-offices .exp-offices__col-header {
    margin-bottom: 32px;
}

.exp-offices .exp-offices__title {
    color: #ffffff;
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
}

.exp-offices .exp-offices__regions {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.exp-offices .exp-offices__region-btn {
    position: relative;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.45);
    padding: 8px 25px 15px;
    cursor: pointer;
    transition: color 0.25s ease;
    white-space: nowrap;
    outline: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -5%;
    text-align: center;
}

.exp-offices .exp-offices__region-btn--active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 65%;
    height: 2px;
    background: #106FFF;
    border-radius: 10px;
}

.exp-offices .exp-offices__region-btn:hover {
    color: rgba(255, 255, 255, 0.75);
}

.exp-offices .exp-offices__region-btn--active {
    color: #ffffff;
}

.exp-offices .exp-offices__col-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-height: 380px;
}

.exp-offices .exp-offices__map-col {
    flex: 0 0 65%;
    min-width: 0;
    position: relative;
    align-self: center;
}

.exp-offices .exp-offices__map-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    user-select: none;
}

.exp-offices .exp-offices__map-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: auto;
    object-fit: contain;
    object-position: left center;
    display: block;
    filter: brightness(0.5) saturate(0.3);
    pointer-events: none;
    opacity: .4;
}

.exp-offices .exp-offices__marker {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    z-index: 2;
    pointer-events: none;
}

.exp-offices .exp-offices__marker-dot {
    position: relative;
    z-index: 2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    opacity: 1 !important;
    transition: opacity 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    background: #DC143C;
}

.exp-offices .exp-offices__marker-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #DC143C80;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.exp-offices .exp-offices__marker--active .exp-offices__marker-dot {
    opacity: 1;
    background: #ffffff;
}

.exp-offices .exp-offices__marker--active .exp-offices__marker-pulse {
    animation: exp-pulse 2.2s ease-out infinite;
}

@keyframes exp-pulse {
    0%   { width: 1px;  height: 1px;  opacity: 0.8; transform: translate(-50%, -50%); }
    100% { width: 130px; height: 130px; opacity: .6;   transform: translate(-50%, -50%); }
}

.exp-offices .exp-offices__card-col {
    flex: 0 0 35%;
    width: 320px;
    position: relative;
    align-self: center;
}

.exp-offices .exp-offices__locations-wrap {
    position: relative;
    width: 100%;
}

/* FIX 2: fade only — no translateY */
.exp-offices .exp-offices__locations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    margin-bottom: 10px;
}

.exp-offices .exp-offices__locations--active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: none;
}

.exp-offices .exp-offices__card-stack {
    position: relative;
    
}

.exp-offices .exp-offices__card-stack-layer {
    position: absolute;
    top: -20px;
    left: 15px;
    right: 15px;
    height: 25px;
    background: rgb(48 48 48 / 39%);
    z-index: 1;
}

.exp-offices .exp-offices__card-stack-layer--2 {
    top: -40px;
    left: 30px;
    right: 30px;
    height: 45px;
    background: rgb(48 48 48 / 39%);
    z-index: 0;
}

.exp-offices .exp-offices__slider-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.exp-offices .exp-offices__card {
    background: rgba(8, 10, 30, 0.98);
    border-radius: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.exp-offices .exp-offices__card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.exp-offices .exp-offices__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.exp-offices .exp-offices__card:hover .exp-offices__card-img {
    transform: scale(1.04);
}

.exp-offices .exp-offices__card-body {
    padding: 25px;
    background: #ffffff2b;
}

.exp-offices .exp-offices__card-title {
    color: #ffffff;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 26px;
    line-height: 110.00000000000001%;
    letter-spacing: -3%;
}

.exp-offices .exp-offices__card-address {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
    color: #fff;
}

.exp-offices .exp-offices__card-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.exp-offices .exp-offices__card-meta-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.exp-offices .exp-offices__card-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: rgb(255 255 255);
}

.exp-offices .exp-offices__card-link {
    color: #04C4FE;
    transition: color 0.2s ease;
    font-weight: 300;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -3%;
    padding-left: 10px;
    margin-bottom: 8px;
}

.exp-offices .exp-offices__card-link:hover {
    color: #80c4ff;
}

.exp-offices .exp-offices__nav-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.exp-offices .exp-offices__nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.18s ease;
}

.exp-offices .exp-offices__nav-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}

.exp-offices .exp-offices__nav-btn:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.07);
    transform: scale(1.08);
}

.exp-offices .exp-offices__nav-btn:active {
    transform: scale(0.93);
}
 
/* CONTACT PAGE ENDS */

/* LEADERSHIP PAGE */



.exp-leadership-section {
    padding: 130px 0 100px;
    color: #fff;
}

.exp-leadership-section .exp-leadership-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.exp-leadership-section .exp-leadership-desc {
    color: #fff;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0%;
}

.exp-leadership-section .exp-leadership-main-grid {
    display: flex;
    gap: 60px;
}

.exp-leadership-section .exp-leadership-sidebar {
    width: 250px;
    flex-shrink: 0;
}

@media only screen and (min-width:767px){
.exp-leadership-section .exp-leadership-main-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start; 
}

.exp-leadership-section .exp-leadership-sidebar {
    width: 250px;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px; 
    z-index: 10;
}

.page-template-page-leadership .page-container {
    display: flex;
    flex-direction: column;
    min-height: unset;
    overflow: visible;
}
}

.exp-leadership-section .exp-leadership-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exp-leadership-section .exp-leadership-cat-item {
    padding: 13px 0 13px 25px;
    color: rgb(255 255 255 / 56%);
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -3%;
}

.exp-leadership-section .exp-leadership-cat-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0;
    background-color: #106FFF;
    transition: height 0.3s ease;
}

.exp-leadership-section .exp-leadership-cat-item.active {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -5%;
}

.exp-leadership-section .exp-leadership-cat-item.active::after {
    height: 30px;
}

.exp-leadership-section .exp-leadership-content {
    flex-grow: 1;
}

.exp-leadership-section .exp-leadership-member-grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.exp-leadership-section .exp-leadership-member-grid.active {
    display: grid;
}

.exp-leadership-section .exp-leader-img-wrapper {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin-bottom: 15px;
    background: #7d66f90d;
}

.exp-leadership-section .exp-leader-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(25px);
    opacity: 0.5;
    transform: scale(1.3);
}

.exp-leadership-section .exp-main-photo {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-leadership-section .exp-leader-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(38 38 38 / 29%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 3;
    transition: 0.3s ease;
  
}

.exp-leadership-section .exp-leader-img-wrapper:hover .exp-leader-hover-overlay {
    opacity: 1;
}

.exp-leadership-section .exp-btn-readmore {
    background: #ffffff8c;
    border: 0px solid #fff;
    color: #000;
    padding: 7px 15px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    border-radius: 30px;
}

.exp-leadership-section .exp-leader-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.exp-leadership-section .exp-leader-top-row h4 {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -3%;
}

.exp-leadership-section .exp-linkedin-icon img {
    width: 18px;
}

.exp-leadership-section .exp-leader-designation {
    font-size: 16px;
    color: rgb(255 255 255 / 86%);
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}

.exp-leadership-section .exp-leadership-mobile-accordion {
    width: 100%;
}

.exp-leadership-section .exp-mob-acc-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.exp-leadership-section .exp-mob-acc-header {
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.exp-leadership-section .exp-acc-icon {
    font-size: 24px;
    font-weight: 300;
}

.exp-leadership-section .exp-mob-acc-body {
    display: none;
    padding-bottom: 30px;
}

.exp-leadership-section .exp-mob-member-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.exp-leadership-section .exp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.exp-leadership-section .exp-modal-box {
   background: linear-gradient(159.9deg, rgb(148 61 188 / 59%) 3.04%, rgb(0 0 0 / 22%) 76.1%);
    padding: 40px;
    width: 100%;
    max-width: 840px;
    position: relative;
    border: 1px solid #333;
      border-radius: 5px;
      max-height: 90vh;
      
}

.exp-leadership-section .exp-modal-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

.exp-modal-box .exp-modal-body h3{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.exp-modal-box .exp-modal-body span{
    color: #d9d9d9;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -3%;
}

.exp-modal-box #expModalBio{
    padding-top: 12px;
    font-weight: 300;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
}

.exp-modal-box #expModalBio::-webkit-scrollbar {
    width: 2px;
}

.exp-modal-box #expModalBio::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.exp-modal-box #expModalBio::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}

/* LEADERSHIP PAGE ENDS */

/* SINGLE LEADERSHIP PAGE */

.exp-single-leader-section {
    padding: 120px 0 100px 0;
    position: relative;
    overflow: hidden;
}

.exp-single-leader-section .back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 5px;
    transition: color 0.25s ease;
}

.exp-single-leader-section .back-link:hover {
    color: #ffffff;
}

.exp-single-leader-section .back-link img {
    height: 14px;
    width: auto;
    object-fit: contain;
}

.exp-single-leader-section .blog-main-title {
   color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -3%;
}

.exp-single-leader-section .exp-leader-profile-box {
    width: 100%;
}

.exp-single-leader-section .exp-leader-img-container {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #1838764f;
    margin-bottom: 20px;
}

.exp-single-leader-section .exp-leader-blur-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(16, 111, 255, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.exp-single-leader-section .exp-main-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.exp-single-leader-section .exp-leader-single-designation {
   color: #ffffff !important;
    font-weight: 600 !important;
    margin: 0;
    letter-spacing: 0%;
    margin-bottom: 10px !important;
    font-size: 20px !important;
}

.exp-single-leader-section .exp-leader-single-content {
    color: #ffffff;
}

.exp-single-leader-section .exp-leader-single-content p {
   color: #fff;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 24px;
}

.exp-single-leader-section .exp-leader-single-content p:last-child {
    margin-bottom: 0;
}

/* SINGLE LEADERS PAGE ENDS */

/* CLIENTS PARTNERS  */

.exp-client-partners-page {
    color: #fff;
    padding: 130px 0 70px;
    position: relative;
    background-color: #050a126e;
    border-bottom: 1px solid #ffffff29;
}

.exp-client-partners-page .cp-main-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -3px;
}

.exp-client-partners-page .cp-main-subtitle {
    color: #ccc;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.exp-client-partners-page .cp-partner-btn {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    gap: 10px;
}

.exp-client-partners-page .cp-partner-btn img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);
}

.exp-client-partners-page .cp-partner-btn{
  position: relative;
  
}

.exp-client-partners-page .cp-partner-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;

  background: linear-gradient(
    92.96deg,
    #7CE3FF 0.84%,
    rgba(255, 255, 255, 0) 103.02%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.exp-client-partners-page .cp-partner-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.exp-client-partners-page .cp-partner-btn:hover {
    background-color: #0056e0;
    color: #fff;
}

.exp-client-partners-page .cp-partner-btn i {
    margin-left: 10px;
    font-size: 16px;
}

.exp-client-partners-page .cp-counter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

.exp-client-partners-page .cp-counter-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    width: 300px;
    backdrop-filter: blur(10px);
}

.exp-client-partners-page .cp-counter-number {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
    background: linear-gradient(90deg, #1170FF 0%, #53B6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.exp-client-partners-page .cp-counter-text {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.exp-client-partners-page .cp-slider-title {
    margin-top: 80px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
}

.exp-client-partners-page .cp-client-circle {
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s ease;
    padding: 25px;
}

.exp-client-partners-page .cp-client-circle img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(1) brightness(2);
}

.exp-client-partners-page .cp-client-circle:hover {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.15);
    transform: translateY(-5px);
}

.exp-client-partners-page .cp-client-slider {
    overflow: visible;
    width: calc(100% + ((100vw - 100%) / 2));
}

.exp-client-partners-page .slick-list {
    padding: 20px 0 !important;
}

.exp-client-partners-page .cp-client-item {
    padding: 10px 0;
}

.exp-client-partners-page .cp-client-circle {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* clients list */

.exp-client-listing-section {
    background-color: #0000004b;
    padding: 100px 0;
    color: #fff;
}

.exp-client-listing-section .cl-listing-title {
    margin-bottom: 40px;
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.exp-client-listing-section p.cl-top-tag {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -5%;
}

.exp-client-listing-section .cl-filter-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.exp-client-listing-section .cl-filter-btn {
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.exp-client-listing-section .cl-filter-btn.active {
   border-color: #0061ff;
    background: #106FFF59;
}

.exp-client-listing-section .cl-item.is-hidden-load {
    display: none;
}

.exp-client-listing-section .cl-logo-box {
   height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px;
    background: transparent;
}

.exp-client-listing-section .cl-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    animation: clSimpleFade 0.5s ease forwards;
}

.exp-client-listing-section .cl-logo-box:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
}

.exp-client-listing-section .cl-logo-box:hover {
    background: #ffffff1f;
}

.exp-client-listing-section .cl-logo-box:hover img {
    filter: none;
}

.exp-client-listing-section .cl-load-more-btn {
       background: transparent;
    border: 1px solid #ffffffb8;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 30px;
}

.exp-client-listing-section .cl-load-more-btn img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);
}

.exp-client-listing-section .cl-grid {
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
}

.exp-client-listing-section .cl-item {
    display: block; 
}



@keyframes clSimpleFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* partners  */

.exp-tech-partners-section {
    padding: 100px 0;
    color: #fff;
}

.exp-tech-partners-section .exp-tp-row {
    display: flex !important;
    align-items: stretch !important;
    position: relative !important; 
}

.exp-tech-partners-section .exp-tp-sticky-col {
    position: relative !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.exp-tech-partners-section .tp-main-title {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
}

.exp-tech-partners-section .tp-nav-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 50px; 
}

.exp-tech-partners-section .tp-nav-item {
    color: #afafaf;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -3%;
}

.exp-tech-partners-section .tp-nav-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #0061ff;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
}

.exp-tech-partners-section .tp-nav-item.active {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}

.exp-tech-partners-section .tp-nav-item.active::before {
    opacity: 1;
}

.exp-tech-partners-section .tp-content-sticky {
    position: relative;
    width: 100%;
    z-index: 10;
    will-change: transform, top, position;
    transition: none!important; 
}

.exp-tech-partners-section .tp-details-box {
    display: none;
    animation: tpFadeIn 0.5s ease forwards;
}

.exp-tech-partners-section .tp-details-box.active {
    display: block;
}

.exp-tech-partners-section .tp-description   {
    margin-bottom: 40px;
}

.exp-tech-partners-section .tp-description p {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
    color: #fff;
    padding-right: 10%;
}

.exp-tech-partners-section .tp-logo-wrapper {
    background-color: #ffffff;
    padding: 35px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    max-width: 350px;
}

.exp-tech-partners-section .tp-logo-wrapper img {
    max-width: 100%;
    height: auto;
    filter: invert(1);
}

.tp-mobile-content {
    display: none;
}

.tp-icon {
    display: none;
}

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


/* testimonials */

.exp-testimonials-section {
    padding: 100px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.exp-testimonials-section .pos-relative {
    position: relative;
}

.exp-testimonials-section .testimonial-slider {
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.exp-testimonials-section .testimonial-inner {
    padding: 40px 0;
}

.exp-testimonials-section .testimonial-quote p {
    color: #111;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.exp-testimonials-section .testimonial-quote p strong,
.exp-testimonials-section .testimonial-quote p b{
        display: inline-block;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2 !important;
}

.exp-testimonials-section .client-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.exp-testimonials-section .client-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
}

.exp-testimonials-section .client-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.exp-testimonials-section .client-name {
   margin: 0;
    color: #111;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -3%;
}

.exp-testimonials-section .client-designation {
    color: #666;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.exp-testimonials-section .slider-nav-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 3;
}

.exp-testimonials-section .slider-nav-container .slick-dots {
    position: static;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.exp-testimonials-section .slider-nav-container .slick-dots li {
    width: 30px;
    height: 2px;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: all 0.4s ease;
    margin: 0;
}

.exp-testimonials-section .slider-nav-container .slick-dots li button {
    display: none;
}

.exp-testimonials-section .slider-nav-container .slick-dots li.slick-active {
    width: 50px;
    background-color: #0061ff;
}
 

/* related cases */
section.cp-page-case-wrap {
    background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
}

section.cp-page-case-wrap h3.cp-related-title{
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -5%;
    color: #fff;
}

section.cp-page-case-wrap h2.cp-related-title{
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -5%;
}

.exp-testimonials-section .experion-page-glow {
    position: absolute;
    z-index: 1;
}

.exp-testimonials-section {
    position: relative;
}

/* CLIENTS PARTNERS ENDS  */

/* HEALTHCARE & LIFE SCIENCES */

.page-template-page-healthcare-life-sciences .experion-page-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    height: 45vw;
    background: url('assets/img/gradient-shape-animation.webp') no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 1;
    animation: imagePulse 8s infinite alternate ease-in-out;
}
 

.page-template-page-healthcare-life-sciences .experion-page-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #0050C9 0%, #52B5FF 41.35%, #FF52EB 95.67%);
    border-radius: 50%;
    opacity: 0;
    filter: blur(40px);
    animation: gradientGlow 8s infinite alternate ease-in-out;
}

 /* healthcare impact */
.exp-healthcare-impact-section {
  position: relative;
  background-color: #000000;
  padding: 80px 0px;
  
}
 
.exp-healthcare-impact-section .exp-healthcare-impact-content-split {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
    position: relative;
}

.exp-healthcare-impact-section .exp-healthcare-impact-content-split::before {
    content: '';
    position: absolute;
        bottom: -80px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.exp-healthcare-impact-section .exp-healthcare-impact-left {
  flex: 0 0 50%;
}

.exp-healthcare-impact-section .exp-healthcare-impact-right {
  flex: 0 0 45%;
}
 
.exp-healthcare-impact-section .exp-healthcare-impact-headline {
  margin: 0;
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -5%;
}

.exp-healthcare-impact-section .exp-healthcare-impact-text {
  font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -3%;
    color: #fff;
}

.exp-healthcare-impact-section .exp-healthcare-impact-headline {
  color: #ffffff;
}

.exp-healthcare-impact-section .exp-healthcare-impact-text .word {
  display: inline-block;
  color: rgb(255 255 255 / 28%);
  transition: color 0.15s linear;
}

.exp-healthcare-impact-section .exp-healthcare-impact-text .word.active {
  color: #ffffff;
}
 
 
/* healthcare ecosystems */
 .health-ecosystem-wrap {
  background-color: #000000;
  color: #ffffff;
  padding: 0px 0 80px;
  position: relative;
  
}

 .health-ecosystem-wrap .container{
  z-index: 2;
  position: relative;
  
}

.health-ecosystem-wrap .experion-page-glow {
    top: 15%;
}
 
.health-ecosystem-wrap .ecosystem-wrap-title {
  font-weight: 500;
  margin-bottom: 60px;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -5%;
}

.health-ecosystem-wrap .ecosystem-wrap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.health-ecosystem-wrap > .container > .ecosystem-wrap-grid {
  margin-bottom: 24px;
}

.health-ecosystem-wrap .ecosystem-expand-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s ease-in-out;
}

.health-ecosystem-wrap .ecosystem-expand-wrapper.ecosystem-show {
  grid-template-rows: 1fr;
}

.health-ecosystem-wrap .ecosystem-expand-inner {
  overflow: hidden;
}

.health-ecosystem-wrap .ecosystem-expand-inner .ecosystem-wrap-grid {
  padding-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out 0.2s, transform 0.5s ease-in-out 0.2s;
}

.health-ecosystem-wrap .ecosystem-expand-wrapper.ecosystem-show .ecosystem-expand-inner .ecosystem-wrap-grid {
  opacity: 1;
  transform: translateY(0);
}

.health-ecosystem-wrap .ecosystem-wrap-card {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.health-ecosystem-wrap .ecosystem-wrap-card-red {
  background-color: #A53A1F;
}

.health-ecosystem-wrap .ecosystem-wrap-card-orange {
  background-color: #92571B;
}

.health-ecosystem-wrap .ecosystem-wrap-card-yellow {
  background-color: #94791B;
}

.health-ecosystem-wrap .ecosystem-wrap-num {
  opacity: 0.3;
  display: block;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -3%;
}

.health-ecosystem-wrap .ecosystem-wrap-card-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -3%;
}

.health-ecosystem-wrap .ecosystem-wrap-desc {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -3%;
}

.health-ecosystem-wrap .ecosystem-wrap-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  flex-grow: 1;
}

.health-ecosystem-wrap .ecosystem-wrap-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  opacity: 0.9;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #fff;
}

.health-ecosystem-wrap .ecosystem-wrap-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.health-ecosystem-wrap .ecosystem-wrap-proof {
  padding-top: 20px;
  margin-top: auto;
}

.health-ecosystem-wrap .ecosystem-wrap-proof h4 {
  margin-bottom: 12px;
  position: relative;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -5%;
}

/* .health-ecosystem-wrap .ecosystem-wrap-proof h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #ffffff;
} */

.health-ecosystem-wrap .ecosystem-wrap-proof p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -3%;
}

.health-ecosystem-wrap .ecosystem-wrap-action {
  text-align: center;
  margin-top: 16px;
}

.health-ecosystem-wrap .ecosystem-wrap-btn {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 18px;
    line-height: 22.16px;
    letter-spacing: 0%;
}

.health-ecosystem-wrap .ecosystem-wrap-btn img{
    filter: invert(1);
}

.health-ecosystem-wrap .ecosystem-wrap-btn:hover img{
    filter: none;
}

.health-ecosystem-wrap .ecosystem-wrap-btn:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
 

/* healthcare outcomes */
.healthcare-outcomes-wrap {
    color: #ffffff;
    padding: 100px 24px;
    background: linear-gradient(0deg, #000000, #22158b00), linear-gradient(159.9deg, rgba(0, 80, 201, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%)
}

.healthcare-outcomes-wrap .outcomes-wrap-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -5%;
}

.healthcare-outcomes-wrap .healthcare-subtitle{
   color: #ffffff;
}

.healthcare-outcomes-wrap .outcomes-wrap-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.healthcare-outcomes-wrap .outcomes-wrap-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.2fr;
  gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid #ffffff0d;
  align-items: start;
}

.healthcare-outcomes-wrap .outcomes-wrap-header {
  border-bottom: 1px solid #ffffff0d;
  padding-bottom: 20px;
}

.healthcare-outcomes-wrap .outcomes-wrap-th {
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -5%;
}

.healthcare-outcomes-wrap .outcomes-wrap-td {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -3%;
}

.healthcare-outcomes-wrap .outcomes-wrap-focus {
  color: #ffffff;
    padding-right: 10px;
    font-weight: 500;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: -3%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.healthcare-outcomes-wrap .outcomes-wrap-focus img {
   width: 50px;
   height: 50px;
   object-fit: contain;
}

 
/* healthcare intelligence */

.healthcare-intelligence-wrap {
    background-color: #000000;
    color: #ffffff;
    padding: 100px 24px;
    overflow: hidden;
    position: relative; 
}
 
.healthcare-intelligence-wrap::before {
    content: "";
    position: absolute;
    top: -150px;       
    left: -150px;     
    width: 450px;      
    height: 450px;   
    background: #2563EB;
    opacity: 0.35;     
    filter: blur(140px); 
    pointer-events: none;  
    z-index: 1;        
}
 
.healthcare-intelligence-wrap .container {
    position: relative;
    z-index: 2;
}

.healthcare-intelligence-wrap .intelligence-title {
    margin-bottom: 30px;
    max-width: 600px;
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -5%;
}

.healthcare-intelligence-wrap .intelligence-subtitle-box {
  position: relative;
  padding-left: 24px;
  margin-bottom: 70px;
  max-width: 800px;
}

.healthcare-intelligence-wrap .intelligence-subtitle-box::before {
  content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 19px;
    height: 3px;
    background-color: #106FFF;
}

.healthcare-intelligence-wrap .intelligence-subtitle {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    padding-left: 10px;
}

.healthcare-intelligence-wrap .intelligence-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.healthcare-intelligence-wrap .intelligence-card {
  background: rgba(255, 255, 255, 0.01);
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
  border-image-slice: 1;
  
  transition: background-color 0.3s ease;
}

.healthcare-intelligence-wrap .intelligence-icon-box {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
   
}

.healthcare-intelligence-wrap .intelligence-icon-box img {
      width: 80px;
    height: 80px;
    object-fit: contain;
}

.healthcare-intelligence-wrap .intelligence-card-title {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.healthcare-intelligence-wrap .intelligence-card-desc {
 color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}
 
/* who we serve */

.healthcare-serve-wrap {
    background: linear-gradient(157.95deg, rgba(148, 61, 188, 0.3) -3.75%, rgba(0, 0, 0, 0.3) 59.3%);
    color: #ffffff;
    padding: 100px 24px;
    
    border-bottom: 1px solid #ffffff17;
    position: relative;
}

.healthcare-serve-wrap .serve-wrap-title {
  margin: 0 0 50px 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
    text-transform: capitalize;
}

.healthcare-serve-wrap .serve-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
  max-width: 1200px;
  align-items: center;
}

.healthcare-serve-wrap .serve-tag-item {
    display: inline-block;
    padding: 16px 30px;
    border-radius: 100px;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
    background: #FFFFFF26;
    transition: all .3s ease-in-out;
    border: 1px solid #00000017;
}

.healthcare-serve-wrap .serve-tag-item:hover {
    cursor: default;
    border: 1px solid #ffffff36;
}
 
/* healthcare leadership */

.healthcare-leaders-wrap {
  background-color: #000000;
  color: #ffffff;
  padding: 90px 24px;
}

.healthcare-leaders-wrap .leaders-title {
  margin-bottom: 24px;
    color: #ffffff;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.healthcare-leaders-wrap .leaders-subtitle {
  color: #ffffff;
    opacity: 0.8;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.healthcare-leaders-wrap .leader-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.healthcare-leaders-wrap .leader-image-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #1a1a1a;
  overflow: hidden;
  border-radius: 4px;
}

.healthcare-leaders-wrap .leader-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.healthcare-leaders-wrap .leader-name {
 color: #ffffff;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.healthcare-leaders-wrap .leader-designation {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.healthcare-leaders-wrap .leader-linkedin-link {
  display: inline-block;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
  margin-top: 4px;
}

.healthcare-leaders-wrap .leader-linkedin-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.healthcare-leaders-wrap .leader-linkedin-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
 
/* healthcare stories */

.healthcare-stories-wrap {
  color: #ffffff;
  padding: 90px 24px;
  background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
}

.healthcare-stories-wrap .stories-header-block {
  margin-bottom: 60px;
}

.healthcare-stories-wrap .stories-tagline {
  display: block;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -5%;
}

.healthcare-stories-wrap .stories-main-title {
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
    color: #ffffff;
}
 
.healthcare-stories-wrap .story-card {
  width: 100%;
  position: relative;
  border-radius: 0px; 
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.healthcare-stories-wrap .story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.healthcare-stories-wrap .row > div:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 
.healthcare-stories-wrap .story-card-inner {
     padding: 40px 20px;
    height: 100%;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    position: relative;
}
 
.healthcare-stories-wrap .story-card-blue {
  background-color: #1170FF;  
}

.healthcare-stories-wrap .story-card-brown {
  background-color: #92571B; 
}

.healthcare-stories-wrap .story-card-olive {
  background-color: #94791B;  
}
 
.healthcare-stories-wrap .story-number {
    opacity: 0.5;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -3%;
}

.healthcare-stories-wrap .story-title {
  color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -3%;
}

.healthcare-stories-wrap .story-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -3%;
    color: #fff;
    opacity: .9;
}

.healthcare-stories-wrap .story-read-more {
  position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease, padding-left 0.2s ease;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.healthcare-stories-wrap .story-read-more:hover {
  opacity: 0.8;
  padding-left: 4px;
  color: #ffffff;
}
 

/* testimonials */
.healthcare-testimonials-wrap {
  background-color: #000000;
  color: #ffffff;
  padding: 90px 24px;
 
  position: relative;
}

.healthcare-testimonials-wrap .experion-page-glow {
    left: 70%;
}
 
.healthcare-testimonials-wrap .container {
  position: relative;
  z-index: 2;
}

.healthcare-testimonials-wrap .slick-track {
  display: flex !important;
}

.healthcare-testimonials-wrap .slick-slide {
  height: auto !important;
  display: flex !important;
  justify-content: center;
  float: none !important;
}

.healthcare-testimonials-wrap .testimonial-slide-item {
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.healthcare-testimonials-wrap .testimonial-img-box {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #111111;
}

.healthcare-testimonials-wrap .testimonial-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  display: block;
}

.healthcare-testimonials-wrap .testimonial-content-column {
  min-width: 0 !important;
}

.healthcare-testimonials-wrap .testimonial-quote {
  color: #ffffff;
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -5%;
}

.healthcare-testimonials-wrap .testimonial-author {
  color: #ffffff;
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    font-style: normal;
}

.healthcare-testimonials-wrap .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.healthcare-testimonials-wrap .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.healthcare-testimonials-wrap .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.healthcare-testimonials-wrap .slick-dots li button::before {
  display: none;
}

.healthcare-testimonials-wrap .slick-dots li.slick-active button {
  background-color: #2563EB;
  transform: scale(1.2);
}
 
/* healthcare transformation */

.healthcare-transformation-wrap {
  background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
  color: #ffffff;
  padding: 90px 24px;
}

.healthcare-transformation-wrap .transformation-main-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
    color: #fff;
}

.healthcare-transformation-wrap .transformation-hero-banner {
  width: 100%;
  min-height: 520px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  overflow: hidden;
}

.healthcare-transformation-wrap .transformation-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.68deg, #0B2347 2.06%, rgb(0 0 0 / 16%) 71.12%);
  z-index: 1;
}

.healthcare-transformation-wrap .transformation-banner-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.healthcare-transformation-wrap .transformation-banner-heading {
     color: #ffffff;
    margin: 0 0 35px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
}

.healthcare-transformation-wrap .transformation-report-btn {
  display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 12px 24px;
    border-radius: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    border: 1.5px solid #FFFFFF80;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.healthcare-transformation-wrap .transformation-report-btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

/* HEALTHCARE PAGE STARTS */

/* NEWSROOM PAGE STARTS */

.newsroom-featured-section {
    padding: 120px 0 60px;
    color: #ffffff;
    overflow: hidden;
}

.newsroom-featured-section .newsroom-main-title {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.newsroom-featured-section .newsroom-main-desc {
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.newsroom-featured-section .newsroom-slider-wrapper {
    position: relative;
    width: 100%;
}

.newsroom-featured-section .newsroom-slide-image-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.newsroom-featured-section .newsroom-slide-image-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.newsroom-featured-section .newsroom-slide-content-row {
    padding-top: 10px;
}

.newsroom-featured-section .newsroom-meta-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
 
.newsroom-slider-dots-container {
    position: absolute;
    bottom: 0px;
    left: 12px;
}

.newsroom-featured-section .newsroom-badge-featured {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 20px;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.newsroom-featured-section .newsroom-content-right {
    padding-left: 15px;
}

.newsroom-featured-section .newsroom-slide-title {
   line-height: 110%;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 26px;
}

.newsroom-featured-section .newsroom-slide-title a {
   color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -3%;
}

.newsroom-featured-section .newsroom-slide-title a:hover {
    color: #3b82f6;
}

.newsroom-featured-section .newsroom-readmore {
    display: inline-block;
    color: #ffffff;
    text-decoration: underline;
    font-size: 1rem;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.newsroom-featured-section .newsroom-readmore:hover {
    color: #3b82f6;
}

.newsroom-featured-section .newsroom-slide-date {
   color: #adadad;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.newsroom-featured-section .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.newsroom-featured-section .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 !important;
}

.newsroom-featured-section .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #555555;
    border: none;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    transition: background 0.3s ease;
}
 
.newsroom-featured-section .slick-dots li.slick-active button {
    background: #3b82f6 !important;
}


/* articles */

.newsroom-articles-section {
    padding: 60px 0 100px 0;
    color: #ffffff;
    border-top: 1px solid #ffffff2b;
}

.newsroom-articles-section .newsroom-section-title {
    margin-bottom: 35px;
    color: #ffffff;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
    text-transform: capitalize;
}

.newsroom-articles-section .newsroom-tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
}

.newsroom-articles-section .newsroom-tab-btn {
    display: inline-block;
    padding: 13px 24px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 30px;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid #FFFFFF80
}

.newsroom-articles-section .newsroom-tab-btn:hover {
    border-color: #555555;
    color: #ffffff;
}

.newsroom-articles-section .newsroom-tab-btn.active {
    background-color: #106FFF59;
    border-color: #106fff;
    color: #ffffff;
}

.newsroom-articles-section .newsroom-articles-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.newsroom-articles-section .newsroom-article-card {
    background-color: #141414d9;
    overflow: hidden;
    display: none;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.newsroom-articles-section .newsroom-article-card.show-active {
    display: block !important;
}

.newsroom-articles-section .newsroom-article-card.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

.newsroom-articles-section .newsroom-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.newsroom-articles-section .newsroom-card-image-link img,
.newsroom-articles-section .newsroom-img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
}

.newsroom-articles-section .newsroom-img-placeholder {
    background-color: #222222;
}

.newsroom-articles-section .newsroom-card-body {
    padding: 30px;
    width: 100%;
}

.newsroom-articles-section .newsroom-card-badge {
    display: inline-block;
    color: #dddddd;
    background-color: #FFFFFF1A;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.newsroom-articles-section .newsroom-card-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -3%;

}

.newsroom-articles-section .newsroom-card-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.newsroom-articles-section .newsroom-card-title a:hover {
    color: #04C4FE;
}

.newsroom-articles-section .newsroom-card-date {
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-top: 12px;
}

.newsroom-articles-section .newsroom-card-excerpt {
        color: #ffffff;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.newsroom-articles-section .newsroom-card-readmore {
    color: #04C4FE;
    text-decoration: none;
    font-weight: 500;
    margin-left: 4px;
    display: inline-block;
}

.newsroom-articles-section .newsroom-card-readmore:hover {
    text-decoration: underline;
    color: #fff;
}

.newsroom-articles-section .newsroom-no-posts,
.newsroom-articles-section .newsroom-no-posts-found {
    color: #666666;
    text-align: center;
    padding: 40px 0;
}

.newsroom-articles-section .newsroom-pagination-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.newsroom-articles-section .newsroom-pagination-container ul.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    align-items: center;
}

.newsroom-articles-section .newsroom-pagination-container .page-link-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
    color: #cdcdcd;
    text-decoration: none;
    font-size: 0.95rem;
    border-radius: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

.newsroom-articles-section .newsroom-pagination-container a.page-link-custom:hover,
.newsroom-articles-section .newsroom-pagination-container button.page-link-custom:hover {
    color: #ffffff;
}

.newsroom-articles-section .newsroom-pagination-container li.active .page-link-custom {
    background-color: #0d6efd;
    color: #ffffff;
    font-weight: 600;
}

.newsroom-articles-section .newsroom-pagination-container .page-dots {
    color: #ffffff;
    padding: 0 6px;
}

.newsroom-articles-section .newsroom-pagination-container svg {
    display: block;
}
 

/* trending */
.newsroom-trending-section {
    padding: 100px 0 80px 0;
    color: #ffffff;
    background: linear-gradient(159.9deg, rgb(148 61 188 / 24%) 3.04%, rgba(0, 0, 0, 0) 76.1%);
}

.newsroom-trending-section .newsroom-trending-main-title {
    margin-bottom: 35px;
    color: #ffffff;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.05em;
}

.newsroom-trending-section .newsroom-trending-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
 
.newsroom-trending-section .newsroom-trending-slider {
    margin: 0 -8px; 
}
 
.newsroom-trending-section .newsroom-trending-slide-item {
    padding: 0 8px;
    box-sizing: border-box;
    outline: none;
}

.newsroom-trending-section .newsroom-trending-card {
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #111111;
    opacity: 0.7;  
    transition: opacity 0.3s ease;
}

.newsroom-trending-section .newsroom-trending-slider .slick-slide.slick-active .newsroom-trending-card {
    opacity: 1;
}

.newsroom-trending-section .newsroom-trending-card-img,
.newsroom-trending-section .newsroom-trending-img-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.newsroom-trending-section .newsroom-trending-img-fallback {
    background-color: #222222;
}

.newsroom-trending-section .newsroom-trending-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.newsroom-trending-section .newsroom-trending-card-badge {
    color: #efefef;
    background-color: #FFFFFF1A;
    padding: 5px 13px;
    border-radius: 20px;
    margin-bottom: 14px;
    text-transform: capitalize;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.newsroom-trending-section .newsroom-trending-card-title {
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 100%;
}

.newsroom-trending-section .newsroom-trending-card-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
    font-size: 23px;
    line-height: 110%;
    letter-spacing: -3%;
}

.newsroom-trending-section .newsroom-trending-card-title a:hover {
    color: #a78bfa;
}

.newsroom-trending-section .newsroom-trending-card-date {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

/* NEWSROOM PAGE ENDS */

/* SINGLE NEWSROOM PAGE STARTS  */

.exp-single-newsroom-section {
   padding: 130px 0 100px 0;
    position: relative;
    display: block;
}

 .back-link {
    display: flex;
    margin-bottom: 16px;
    color: #fffffff0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.back-link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
 
.back-link:hover {
    color: #ffffff;
}

.exp-single-newsroom-section .blog-main-title {
   margin-bottom: 16px;
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -3.3px;
    max-width: 1200px;
}

.exp-single-newsroom-section .exp-newsroom-main-img-wrap {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    background-color: #1a1a1a;
}

.exp-single-newsroom-section .exp-newsroom-featured-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.exp-single-newsroom-section .exp-newsroom-body-text {
    color: rgba(255, 255, 255, 0.9);
}

.exp-single-newsroom-section .exp-newsroom-body-text p {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.78px;
}

.exp-single-newsroom-section .exp-newsroom-body-text p:last-child {
    margin-bottom: 0;
}

.exp-single-newsroom-section .exp-recent-news-title {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -3.3px;
}

.exp-single-newsroom-section .exp-recent-news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exp-single-newsroom-section .exp-recent-news-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background-color: #111111;
    border: 1px solid #222222;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.exp-single-newsroom-section .exp-recent-news-card:hover {
    background-color: #161616;
    border-color: #333333;
}

.exp-single-newsroom-section .exp-recent-thumb-wrap {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #222222;
}

.exp-single-newsroom-section .exp-recent-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-single-newsroom-section .exp-recent-card-info {
    flex-grow: 1;
}

.exp-single-newsroom-section .exp-recent-card-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.exp-single-newsroom-section .exp-recent-card-excerpt {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 200;
}

.exp-single-newsroom-section .exp-no-news {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}
.exp-single-newsroom-section {
    padding: 130px 0 100px 0;
    position: relative;
    display: block;
}

.back-link {
    display: flex;
    margin-bottom: 16px;
    color: #fffffff0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.back-link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.back-link:hover {
    color: #ffffff;
}

.exp-single-newsroom-section .blog-main-title {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 66px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -3.3px;
    max-width: 1200px;
}

.exp-single-newsroom-section .exp-newsroom-main-img-wrap {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    background-color: #1a1a1a;
}

.exp-single-newsroom-section .exp-newsroom-featured-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.exp-single-newsroom-section .exp-newsroom-body-text {
    color: rgba(255, 255, 255, 0.9);
}

.exp-single-newsroom-section .exp-newsroom-body-text p {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.78px;
}

.exp-single-newsroom-section .exp-newsroom-body-text p:last-child {
    margin-bottom: 0;
}

.exp-single-newsroom-section .exp-recent-news-title {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -3.3px;
}

.exp-single-newsroom-section .exp-recent-news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exp-single-newsroom-section .exp-recent-news-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background-color: #111111;
    border: 1px solid #222222;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.exp-single-newsroom-section .exp-recent-news-card:hover {
    background-color: #161616;
    border-color: #333333;
}

.exp-single-newsroom-section .exp-recent-thumb-wrap {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #222222;
}

.exp-single-newsroom-section .exp-recent-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-single-newsroom-section .exp-recent-card-info {
    flex-grow: 1;
}

.exp-single-newsroom-section .exp-recent-card-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.exp-single-newsroom-section .exp-recent-card-title a{
    color: #ffffff;
}


.exp-single-newsroom-section .exp-recent-card-excerpt {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 200;
}

.exp-single-newsroom-section .exp-recent-card-excerpt a{
         color: #1e8aff;
    font-weight: 400;
}

.exp-single-newsroom-section .exp-no-news {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.exp-single-newsroom-sidebar-col {
    position: relative;
}

.exp-single-newsroom-section .row.position-relative {
    align-items: flex-start;
}

.exp-single-newsroom-sticky-element {
    position: sticky;
    top: 130px;
}

body.single-newsroom .page-container {
    overflow-x: visible !important;
    overflow-y: visible !important;
    overflow: visible !important;
}

body.single-newsroom {
    overflow-x: visible !important;
    overflow-y: visible !important;
    overflow: visible !important;
}

.exp-single-newsroom-sidebar-col {
    align-self: stretch;
}
/* SINGLE NEWSROOM PAGE ENDS  */

/* PODCASTS PAGE STARTS */

.experion-podcast-section {
    padding: 130px 0 60px;
    color: #ffffff;
}

.experion-podcast-section .experion-podcast-info-panel {
    padding-right: 20px;
}

.experion-podcast-section .experion-podcast-main-title {
   margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-podcast-section .experion-podcast-stats-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.experion-podcast-section .experion-podcast-stats-list li {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.experion-podcast-section .experion-podcast-stats-list li span {
  color: #ffffff;
    opacity: 0.8;
    font-size: 19px;
}

.experion-podcast-section .experion-podcast-subscribe-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color:#106FFF;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 12px;
    transition: background-color 0.2s ease;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%; 
} 

.experion-podcast-section .experion-podcast-subscribe-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.experion-podcast-section .experion-podcast-subscribe-btn img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.experion-podcast-section .experion-podcast-subscribe-btn:hover {
    background-color: #0052cc;
    color: #ffffff;
}

.experion-podcast-section .experion-podcast-slider-container {
    width: 100%;
    position: relative;
}

.experion-podcast-section .experion-podcast-slide-item {
    outline: none;
}

.experion-podcast-section .experion-podcast-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background-color: #111111;
}

.experion-podcast-section .experion-podcast-main-img,
.experion-podcast-section .experion-podcast-fallback-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.experion-podcast-section .experion-podcast-fallback-placeholder {
    background-color: #222222;
}

.experion-podcast-section .experion-podcast-center-play-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experion-podcast-section .experion-podcast-play-icon-shape {
    width: 60px;
    height: 60px;
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
}

.experion-podcast-section .experion-podcast-play-icon-shape svg {
    width: 100%;
    height: 100%;
    display: block;
  
}

.experion-podcast-section .experion-podcast-video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset;
    z-index: 1;
    pointer-events: none;
}

.experion-podcast-section .experion-podcast-center-play-trigger,
.experion-podcast-section .experion-podcast-bottom-strip {
    z-index: 2;
}

.experion-podcast-section .experion-podcast-video-wrapper:hover .experion-podcast-play-icon-shape {
    transform: scale(1.08);
    background-color:rgba(255, 255, 255, 0.15);
    opacity: 1;
}

.experion-podcast-section .experion-podcast-bottom-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
}

.experion-podcast-section .experion-podcast-ft-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.experion-podcast-section .experion-podcast-ft-badge img {
       width: 14px;
    height: 14px;
    object-fit: contain;
    filter: invert(1);
}

.experion-podcast-section .experion-podcast-ft-badge span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.experion-podcast-section .experion-podcast-timestamp-tag {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    letter-spacing: 0.5px;
}
 
.experion-podcast-section .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0px;
    list-style: none;
    padding: 0;
}

.experion-podcast-section .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.experion-podcast-section .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.experion-podcast-section .slick-dots li.slick-active button {
    background-color: #0066ff;
    transform: scale(1.2);
}

.experion-podcast-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.experion-podcast-video-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.experion-podcast-modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.experion-podcast-modal-body-box {
    position: relative;
    width: 90%;
    max-width: 800px;
    background-color: #000000;
    z-index: 2;
}

.experion-podcast-modal-close-trigger {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
}

.experion-podcast-iframe-responsive-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.experion-podcast-iframe-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
/* trending */

.experion-trending-section {
    padding: 50px 0 100px;
    color: #ffffff;
}

.experion-trending-section .experion-trending-main-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
    color: #fff;
}

.experion-trending-section .experion-trending-slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.experion-trending-section .experion-trending-prev-btn,
.experion-trending-section .experion-trending-next-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 86%);
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.experion-trending-section .experion-trending-prev-btn:hover,
.experion-trending-section .experion-trending-next-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.experion-trending-section .experion-trending-slider-wrapper {
    margin: 0 -12px;
}

.experion-trending-section .experion-trending-slide-item {
    padding: 0 12px;
    outline: none;
}

.experion-trending-section .experion-trending-card {
    background-color: #FFFFFF1A;
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 25px;
}

.experion-trending-section .experion-trending-video-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.experion-trending-section .experion-trending-video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
}

.experion-trending-section .experion-trending-main-img,
.experion-trending-section .experion-trending-fallback-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.experion-trending-section .experion-trending-fallback-placeholder {
    background-color: #222222;
}

.experion-trending-section .experion-trending-center-play-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.experion-trending-section .experion-trending-play-icon-shape {
    width: 48px;
    height: 48px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
}

.experion-trending-section .experion-trending-card:hover .experion-trending-play-icon-shape {
    opacity: 1;
    transform: scale(1.08);
    background-color: rgba(255, 255, 255, 0.3);
}

.experion-trending-section .experion-trending-play-icon-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}

.experion-trending-section .experion-trending-timestamp-tag {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 2px;
    z-index: 2;
}

.experion-trending-section .experion-trending-content-box {
    padding: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.experion-trending-section .experion-trending-card-title {
    color: #ffffff;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-trending-section .experion-trending-ft-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.experion-trending-section .experion-trending-ft-badge img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    filter: invert(1);
}

.experion-trending-section .experion-trending-ft-badge span {
   color: #ffffffba;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
}

.experion-trending-section .experion-trending-excerpt {
   color: #ffffff;
    margin-bottom: 20px;
    flex-grow: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -3%;
}

.experion-trending-section .experion-trending-case-link {
    color: #04C4FE;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: color 0.2s ease;
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-trending-section .experion-trending-case-link:hover {
    color: #007ecc;
    text-decoration: underline;
}
 
/* podcast collections */
.experion-collections-section {
    padding: 80px 0;
    color: #ffffff;
}

.experion-collections-section .experion-collections-main-title {
   color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
    margin-bottom: 25px;
}

.experion-collections-section .experion-collections-slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.experion-collections-section .experion-collections-prev-btn,
.experion-collections-section .experion-collections-next-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 86%);
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.experion-collections-section .experion-collections-prev-btn:hover,
.experion-collections-section .experion-collections-next-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.experion-collections-section .experion-collections-slider-wrapper {
    margin: 0 -12px;
}

.experion-collections-section .experion-collections-slide-item {
    padding: 0 12px;
    outline: none;
}

.experion-collections-section .experion-collections-card {
    background: transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.experion-collections-section .experion-collections-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.experion-collections-section .experion-collections-main-img,
.experion-collections-section .experion-collections-fallback-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.experion-collections-section .experion-collections-fallback-placeholder {
    background-color: #222222;
}

.experion-collections-section .experion-collections-count-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #ffffff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.experion-collections-section .experion-collections-content-box {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.experion-collections-section .experion-collections-card-title {
       color: #ffffff;
    margin: 0 0 12px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-collections-section .experion-collections-excerpt {
      color: #e5e5e5;
    margin-bottom: 20px;
    flex-grow: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
}

.experion-collections-section .experion-collections-playlist-link {
  color: #04C4FE;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: color 0.2s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-collections-section .experion-collections-playlist-link:hover {
    color: #007ecc;
    text-decoration: underline;
}
 
/* all podcasts */

.experion-discover-section {
    padding: 80px 0;
   background: linear-gradient(177.18deg, rgba(148, 61, 188, 0.3) -5.28%, rgba(0, 0, 0, 0) 48.99%);
    color: #ffffff;
}

.experion-discover-section .experion-discover-main-title {
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
}

.experion-discover-section .experion-discover-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.experion-discover-section .experion-discover-dropdowns-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.experion-discover-section .experion-discover-select-wrapper,
.experion-discover-section .experion-discover-sort-wrapper {
    position: relative;
}

.experion-discover-section .experion-discover-select-wrapper select,
.experion-discover-section .experion-discover-sort-wrapper select {
  background-color: #FFFFFF1A;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 44px 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
}

.experion-discover-section .experion-discover-select-wrapper select:focus,
.experion-discover-section .experion-discover-sort-wrapper select:focus {
   border-color: #438EFF;
    background-color: #1c1d2a!important;
    
}

.experion-discover-section .experion-discover-select-wrapper::before,
.experion-discover-section .experion-discover-select-wrapper::after,
.experion-discover-section .experion-discover-sort-wrapper::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #438EFF;
    transition: transform 0.25s ease, background-color 0.25s ease;
    pointer-events: none;
    transform-origin: center;
}

.experion-discover-section .experion-discover-select-wrapper::before {
    transform: translateY(-50%) rotate(0deg);
}

.experion-discover-section .experion-discover-select-wrapper::after {
    transform: translateY(-50%) rotate(90deg);
}

.experion-discover-section .experion-discover-select-wrapper:focus-within::after {
    transform: translateY(-50%) rotate(0deg);
    background-color: #00a3ff;
}

.experion-discover-section .experion-discover-select-wrapper:focus-within::before {
    background-color: #00a3ff;
}

.experion-discover-section .experion-discover-sort-wrapper::after {
    content: "▾";
    background: none;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #888888;
    transform: translateY(-50%);
}

.experion-discover-section .experion-discover-sort-wrapper:focus-within::after {
    color: #00a3ff;
}

.experion-discover-section .experion-discover-search-wrapper {
    position: relative;
}

.experion-discover-section .experion-discover-search-wrapper input {
    background-color: #FFFFFF1A;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px 10px 40px;
    border-radius: 6px;
    font-size: 16px;
    width: 240px;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.experion-discover-section .experion-discover-search-wrapper input::placeholder {
    color: #fff;
    opacity: 1;
}

.experion-discover-section .experion-discover-search-wrapper input::-webkit-input-placeholder {
    color: #fff;
}

.experion-discover-section .experion-discover-search-wrapper input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.experion-discover-section .experion-discover-search-wrapper input:-ms-input-placeholder {
    color: #fff;
}

.experion-discover-section .experion-discover-search-wrapper input:focus {
    border-color: #438EFF;   
}

.experion-discover-section .experion-discover-search-wrapper svg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
}

.experion-discover-section .experion-discover-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}

.experion-discover-section .experion-discover-card-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: none;
}

.experion-discover-section .experion-discover-card-item.is-visible {
    display: block;
}

.experion-discover-section .experion-discover-card-item.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.experion-discover-section .experion-discover-card {
    background-color: #FFFFFF1A;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.experion-discover-section .experion-discover-video-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.experion-discover-section .experion-discover-main-img,
.experion-discover-section .experion-discover-fallback-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.experion-discover-section .experion-discover-fallback-placeholder {
    background-color: #222222;
}

.experion-discover-section .experion-discover-center-play-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.experion-discover-section .experion-discover-play-icon-shape {
    width: 46px;
    height: 46px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
}

.experion-discover-section .experion-discover-play-icon-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}

.experion-discover-section .experion-discover-video-wrapper:hover .experion-discover-play-icon-shape {
    opacity: 1;
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.3);
}

.experion-discover-section .experion-discover-timestamp-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 2px;
    z-index: 2;
}

.experion-discover-section .experion-discover-content-box {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.experion-discover-section .experion-discover-card-title {
    color: #ffffff;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -3%;
}

.experion-discover-section .experion-discover-ft-badge {
    margin-bottom: 12px;
}

.experion-discover-section .experion-discover-ft-badge img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: invert(1);
}

.experion-discover-section .experion-discover-ft-badge span {
    color: #ffffffba;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
}

.experion-discover-section .experion-discover-excerpt {
   color: #ffffff;
    margin-bottom: 20px;
    flex-grow: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -3%;
}

.experion-discover-section .experion-discover-empty-state {
    display: none;
    text-align: center;
    padding: 60px 0;
    color: #8a8b92;
    font-size: 16px;
}

.experion-discover-section .experion-discover-pagination-row {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.experion-discover-section .experion-discover-action-btn {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 32px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 300;
    font-size: 18px;
    line-height: 22.16px;
    letter-spacing: 0%;
}

.experion-discover-section .experion-discover-action-btn img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
}

.experion-discover-section .experion-discover-action-btn:hover {
    border-color: #ffffff;
}

.experion-discover-section .experion-discover-sort-wrapper::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #438EFF;
    pointer-events: none;
    transition: transform 0.25s ease, color 0.25s ease;
}

.experion-discover-section .experion-discover-sort-wrapper:focus-within::after {
    content: "\f106";
    color: #00a3ff;
}
 
/* PODCASTS PAGE ENDS */

/* CAREERS PAGE STARTS */

.experion-career-main-section {
    position: relative;
    padding: 130px 0 100px 0;
    overflow: hidden;
    color: #ffffff;
}

.experion-career-main-section .experion-career-hero-title {
    color: #ffffff;
    margin: 0 0 24px 0;
    font-weight: 600;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: -0.03em;
}
 
.experion-career-main-section .experion-career-text-rotator {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.experion-career-main-section .experion-career-gradient-text {
    background: linear-gradient(88.57deg, #28F1FF -2.73%, #3456FF 40.1%, #FF00D5 86.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding-right: 6px;
    padding-left: 2px;
    line-height: 1.25;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;   
    visibility: hidden;
}
 
.experion-career-main-section .experion-career-gradient-text.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}
 
.experion-career-main-section .experion-career-hero-desc {
    color: #FFFFFF;
    max-width: 680px;
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.experion-career-main-section .experion-career-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.experion-career-main-section .experion-career-primary-btn {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    gap: 10px;
    position: relative;
    text-decoration: none;
}

.experion-career-main-section .experion-career-primary-btn:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.experion-career-main-section .experion-career-primary-btn:hover {
    background-color: #0052cc;
    color: #ffffff;
}

.experion-career-main-section .experion-career-secondary-btn {
    background-color: transparent;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: border-color 0.25s ease, background-color 0.25s ease;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    gap: 10px;
}

.experion-career-main-section .experion-career-secondary-btn img,
.experion-career-main-section .experion-career-primary-btn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
}

.experion-career-main-section .experion-career-secondary-btn:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.experion-career-main-section .experion-career-secondary-btn:hover img,
.experion-career-main-section .experion-career-primary-btn:hover img {
    transform: translateX(4px);
}

/* culture showcase */

.experion-culture-showcase {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff1c;
}

.experion-culture-showcase .culture-showcase-wrap {
    padding: 0px 100px;
}

.experion-culture-showcase .experion-culture-text-block {
    width: 100%;
    display: block;
}

.experion-culture-showcase .experion-culture-scroll-paragraph {
    color: rgba(255, 255, 255, 0.22);
    margin: 0;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
}

.experion-culture-showcase .experion-culture-scroll-word {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.22);
    transition: color 0.2s ease-out;
}

.experion-culture-showcase .experion-culture-scroll-word.is-revealed {
    color: #ffffff;
}

.experion-culture-showcase .experion-culture-action-row {
    display: flex;
    margin-top: 20px;
}

.experion-culture-showcase .experion-culture-cta-button {
        display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    gap: 10px;
    position: relative;
    text-decoration: none;
    position: relative;
}

.experion-culture-showcase .experion-culture-cta-button img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: all .3s ease-in-out;
    filter: brightness(0) invert(1);
}

.experion-culture-showcase .experion-culture-cta-button:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.experion-culture-showcase .experion-culture-cta-button:hover {
    background-color: #0052cc;
    color: #ffffff;
}

.experion-culture-showcase .experion-culture-cta-button svg {
    transition: transform 0.25s ease;
}

.experion-culture-showcase .experion-culture-cta-button:hover svg {
    transform: translateX(4px);
}

.experion-culture-showcase .experion-culture-media-block {
    display: flex;
    justify-content: flex-end;
}

.experion-culture-showcase .experion-culture-image-frame {
    width: 100%;
    max-width: 480px;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 1.6;
}

.experion-culture-showcase .experion-culture-featured-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-template-page-careers .experion-enterprise-wrapper {
    background-color: #00000000;
    border-top: 1px solid #ffffff38;
}

.experion-requirements-showcase {
    padding: 80px 0 100px;
    position: relative;
    overflow: visible;
    border-top: 1px solid #ffffff21;
}

.experion-requirements-section-title {
  color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.experion-requirements-media-block {
    display: flex;
    justify-content: flex-start;
}

.experion-requirements-image-frame {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1.1;
}

.experion-requirements-featured-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.experion-requirements-text-block {
    padding-left: 30px;
}

.experion-requirements-content {
    color: #ffffff;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
}

.experion-requirements-content p {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -3%;
}

.experion-requirements-content ul {
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.experion-requirements-content li {
    position: relative;
    padding-left: 24px;
    color: rgb(255 255 255);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.experion-requirements-content li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #106FFF;
    border-radius: 50%;
}

.experion-requirements-content li strong {
    color: #ffffff;
    font-weight: 600;
}

/* career listing */

.career-page-job-list {
    position: relative;
    width: 100%;
    background-color: #05020a6b;
    padding: 80px 0;
    box-sizing: border-box;
    overflow: visible;
    background: linear-gradient(177.18deg, rgba(148, 61, 188, 0.3) -5.28%, rgb(0 0 0 / 70%) 48.99%);
}

.career-page-job-list::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(177.18deg, rgb(0 0 0) -5.28%, rgb(0 0 0 / 0%) 48.99%);
    pointer-events: none;
    z-index: -1;
}

.career-page-job-list .career-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.career-page-job-list .career-section-heading {
    margin: 0 0 30px 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: -5%;
}

.career-page-job-list .career-filters-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

.career-page-job-list .career-left-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.career-page-job-list .career-filter-select select,
.career-page-job-list .career-search-box input {
        background: #FFFFFF1A;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -3%;
    border: 0;
}

.career-page-job-list .career-filter-select select {
     appearance: none;
    -webkit-appearance: none;
    color-scheme: dark;
    padding-right: 40px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'><path d='M1 1l4 4 4-4' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
}
 
 .career-page-job-list .career-filter-select select.career-native-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.career-page-job-list .career-custom-select {
    position: relative;
    display: inline-block;
}

.career-page-job-list .career-custom-trigger {
    background: #FFFFFF1A;
    color: #ffffff;
    padding: 15px 45px 15px 30px;
    border-radius: 6px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -3%;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    user-select: none;
}

.career-page-job-list .career-custom-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'><path d='M1 1l4 4 4-4' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.25s ease;
}

.career-page-job-list .career-custom-select.open .career-custom-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.career-page-job-list .career-custom-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 100%;
    background: #0f0b18;
    border-radius: 6px;
    padding: 6px 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    max-height: 280px;
    overflow-y: auto;
}

.career-page-job-list .career-custom-select.open .career-custom-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.career-page-job-list .career-custom-option {
    padding: 12px 30px;
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease;
}

.career-page-job-list .career-custom-option:hover {
    background: #FFFFFF1A;
}

.career-page-job-list .career-custom-option.selected {
    background: #106fff33;
}

.career-page-job-list .career-filter-select select option {
    background: #0f0b18;
    color: #ffffff;
}

.career-page-job-list .career-search-box input {
    width: 200px;
    padding-right: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'><path d='M6.5 11a4.5 4.5 0 100-9 4.5 4.5 0 000 9zM12 12l-2.3-2.3' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
}

.career-page-job-list .career-jobs-ajax-wrapper {
    width: 100%;
}

.career-page-job-list .career-jobs-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.career-page-job-list .career-job-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.career-page-job-list .career-job-row:hover {
    border-bottom-color: #106fff61;
}

.career-page-job-list .career-job-title {
   margin: 0 0 12px 0;
    font-weight: 500;
    transition: all .3s ease-in-out;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -5%;
    color:#fff
}
 

.career-page-job-list .career-job-meta {
    display: flex;
    align-items: center;
    gap: 25px;
}

.career-page-job-list .career-job-meta .meta-item {
    color: rgb(255 255 255);
    transition: all .3s ease-in-out;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0%;
}

.career-page-job-list .career-job-row:hover .career-job-meta .meta-item {
    color: rgba(255, 255, 255, 0.8);
}

.career-page-job-list .career-job-arrow img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: rotate(320deg);
}

.career-page-job-list .career-job-row:hover .career-job-arrow img {
    filter: none;
}

.career-page-job-list .career-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.career-page-job-list .career-load-more-btn {
    background: #00000000;
    border: 1px solid rgb(255 255 255);
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0%;
    transition: all .3s ease-in-out;
}

.career-page-job-list .career-load-more-btn img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all .3s ease-in-out;
}

.career-page-job-list .career-load-more-btn:hover img {
    transform: translateX(4px);
}

.career-page-job-list .no-jobs-found {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    padding: 40px 0;
}
 
/* CAREERS PAGE ENDS */

/* EXPERIENCE DESIGN PAGE STARTS */

.exp-experience-design-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #000000;
    overflow: hidden;
    padding: 140px 0 100px 0;
}

.exp-experience-design-wrap .exp-design-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-color: #000000;
}

.exp-experience-design-wrap .exp-design-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    background-color: #000000;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.exp-experience-design-wrap .exp-design-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.exp-experience-design-wrap .exp-design-hero-content {
    position: relative;
    z-index: 3;
}

.exp-experience-design-wrap .exp-design-main-title {
    color: #ffffff;
    margin: 0 0 32px 0;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.exp-experience-design-wrap .exp-design-description-editor {
    color: #ffffff;
    margin: 0 0 48px 0;
}

.exp-experience-design-wrap .exp-design-description-editor p {
   color: rgb(255 255 255);
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
}

.exp-experience-design-wrap .exp-design-description-editor p:last-child {
    margin-bottom: 0;
}

.exp-experience-design-wrap .exp-design-action-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.exp-experience-design-wrap .exp-design-btn-primary {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #ffffff;
    padding: 15px 32px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    font-weight: 500;
    gap: 12px;
    text-decoration: none;
    position: relative;
    transition: background-color 0.25s ease-in-out;
}

.exp-experience-design-wrap .exp-design-btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.exp-experience-design-wrap .exp-design-btn-primary:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.exp-experience-design-wrap .exp-design-btn-primary:hover {
        background-color: #0056e0;
    color: #fff;
}

.exp-experience-design-wrap .exp-design-btn-secondary {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    gap: 10px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: border-color 0.25s ease, background-color 0.25s ease;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.exp-experience-design-wrap .exp-design-btn-secondary:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.exp-experience-design-wrap .exp-design-btn-primary img,
.exp-experience-design-wrap .exp-design-btn-secondary img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.25s ease-in-out;
}

.exp-experience-design-wrap .exp-design-btn-primary:hover img,
.exp-experience-design-wrap .exp-design-btn-secondary:hover img {
    transform: translateX(4px);
}

/* trusted by */

.exp-design-about-section {
    position: relative;
    background-color: #000000;
    padding: 100px 0 120px 0;
    min-height: auto;
    display: block;
    overflow: hidden;
    border-top: 1px solid #ffffff14;
}

.exp-design-about-section .exp-design-blur-glow {
    position: absolute;
    top: 10%;
    right: 13%;
    width: 500px;
    height: 500px;
    background: #A33B23;
    opacity: 0.45;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.exp-design-about-section .container {
    position: relative;
    z-index: 2;
}

.exp-design-about-section .exp-design-about-title {
    color: #ffffff;
    margin: 0 0 50px 0;
    font-weight: 540;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.exp-design-about-section .exp-design-about-title .exp-design-title-block {
    display: block;
}

.exp-design-about-section .exp-design-points-grid {
    column-count: 2;
    column-gap: 80px;
    margin-bottom: 60px;
}

.exp-design-about-section .exp-design-points-grid ul,
.exp-design-about-section .exp-design-points-grid ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.exp-design-about-section .exp-design-points-grid li {
    position: relative;
    padding-left: 24px;
    color: rgb(255 255 255);
    margin-bottom: 20px;
    break-inside: avoid;
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -3%;
}

.exp-design-about-section .exp-design-points-grid li::before {
       content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #106FFF;
    border-radius: 50%;
}

.exp-design-about-section .exp-design-trusted-text {
    color: rgb(255 255 255);
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.exp-design-about-section .exp-design-logo-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.exp-design-about-section .exp-design-logo-box {
    background-color: #ffffff;
    width: calc(25% - 15px);
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 4px;
}

.exp-design-about-section .exp-design-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
}
 
/* contact */

.contact-experience-design .contact-left-content {
    padding: 100px 0% 100px 0%;
}

.contact-experience-design .experion-title {
    color: #000;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.contact-experience-design .experion-description {
  max-width: unset;  
}

.contact-experience-design .experion-btn {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.contact-experience-design .experion-btn-secndry{
    display: inline-flex;
    align-items: center;
    color: #000;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    border: 1px solid #000;
}

.contact-experience-design .design-contact-btns {
    display: flex;
    gap: 9px;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* design stratergy  */

.exp-design-stratergy-wrap {
   padding: 100px 0;
    position: relative;
    border-top: 1px solid #ffffff14;
}

.exp-design-stratergy-wrap .exp-design-blur-glow {
     position: absolute;
    top: 10%;
    right: 13%;
    width: 500px;
    height: 500px;
    background: #A33B23;
    opacity: 0.55;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
}

.exp-design-stratergy-wrap .exp-strat-main-title {
    color: #ffffff;
    margin: 0 0 20px 0;
    width: 990px;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.exp-design-stratergy-wrap .exp-strat-main-desc {
    color: rgb(255 255 255);
    margin: 40px 0 60px 0;
    font-weight: 500;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: -5%;
}

.exp-design-stratergy-wrap .exp-strat-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.exp-design-stratergy-wrap .exp-strat-card-box {
    padding: 25px 15px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    min-height: 380px;
    transition: transform 0.2s ease;
}

.exp-design-stratergy-wrap .exp-strat-card-number {
    color: #ffffff59;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -3%;
}

.exp-design-stratergy-wrap .exp-strat-card-title {
    color: #ffffff;
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: -3%;
}

.exp-design-stratergy-wrap .exp-strat-card-desc {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 0%;
}
 
/* directors message */

.exp-design-quote-section {
    background: linear-gradient(18deg, rgba(165, 58, 31, 0.3) -3.75%, rgba(0, 0, 0, 0.3) 59.3%);
    padding: 120px 7%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff14;
}

.exp-design-quote-section .exp-design-quote-img-box {
    width: 100%;
    position: relative;
}

.exp-design-quote-section .exp-design-quote-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.exp-design-quote-section .exp-design-quote-content {
    padding-left: 40px;
}

.exp-design-quote-section .exp-design-quote-text {
    color: #ffffff;
    margin: 0 0 24px 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -5%;
    padding-right: 100px;
}

.exp-design-quote-section .exp-design-quote-author {
    color: rgb(255 255 255 / 98%);
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 22.16px;
    letter-spacing: 0%;
    padding-top: 15px;
}

.page-template-page-experience-design .experion-page-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    height: 45vw;
    background: url(assets/img/gradient-shape-animation.webp) no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 1;
    animation: imagePulse 8s infinite alternate ease-in-out;
}

.page-template-page-experience-design .experion-page-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #0050C9 0%, #52B5FF 41.35%, #FF52EB 95.67%);
    border-radius: 50%;
    opacity: 0;
    filter: blur(40px);
    animation: gradientGlow 8s infinite alternate ease-in-out;
}

.exp-design-quote-section .experion-page-glow {
    left: 70%;
}
 
 
/* design blog - case study  */


.exp-design-works-section {
    background-color: #000000;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.exp-design-works-section .exp-design-blur-glow {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 500px;
    height: 500px;
    background: #A33B23;
    opacity: 0.45;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
    
}

.exp-design-works-section .exp-works-main-title {
    color: #ffffff;
    margin: 0 0 60px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -5%;
}

.exp-design-works-section .exp-works-slick-slider {
    width: 100%;
}

.exp-design-works-section .exp-works-slide-item {
    padding: 10px 12px;
    outline: none;
}

.exp-design-works-section .exp-works-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 390px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    padding: 40px 15px;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    transition: transform 0.3s ease;
}

.exp-design-works-section .exp-works-card-inner:hover {
    transform: translateY(-4px);
}

.exp-design-works-section .exp-works-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

.exp-design-works-section .exp-works-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: space-between;
}

.exp-design-works-section .exp-works-card-title {
   color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -3%;
}

.exp-design-works-section .exp-works-label-tag {
   display: inline-block;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px 16px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.exp-design-works-section .exp-works-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    font-weight: 500;
    font-size: 18px;
    line-height: 22.16px;
    letter-spacing: 0%;
}

.exp-design-works-section .exp-works-explore-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}

.exp-design-works-section .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.exp-design-works-section .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.exp-design-works-section .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
}

.exp-design-works-section .slick-dots li.slick-active button {
    background-color: #106FFF;
}
 
/* EXPERIENCE DESIGN PAGE ENDS */

/* AUTHOR PAGE STARTS */
.exp-author-archive-section {
    padding: 130px 0 100px 0;
}

.exp-author-archive-section .exp-author-profile-card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff24;
}

.exp-author-archive-section .exp-author-avatar-wrap {
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #222222;
    background-color: #111111;
}

.exp-author-archive-section .exp-author-avatar-wrap img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.exp-author-archive-section .exp-author-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-author-archive-section .exp-author-meta-info {
    display: flex;
    flex-direction: column;
}

.exp-author-archive-section .exp-author-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.exp-author-archive-section .exp-author-meta-info .author-desc {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.78px;
}

.exp-author-archive-section .exp-author-display-name {
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -5%;
    line-height: normal;
}

.exp-author-archive-section .exp-author-feed-header-row {
    margin-top: 60px;
}

.exp-author-archive-section .exp-author-feed-heading {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -5%;
    line-height: normal;
}

.exp-author-archive-section #exp-author-posts-grid {
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.exp-author-archive-section #exp-author-posts-grid.exp-fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.exp-author-archive-section .exp-author-post-card {
    background-color: #0d0d0d;
    border: 0px solid #1a1a1a;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.exp-author-archive-section .exp-author-post-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.exp-author-archive-section .exp-author-post-thumbnail-box {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    background-color: #161616;
}

.exp-author-archive-section .exp-post-item {
    margin-bottom: 15px;
}

.exp-author-archive-section .exp-fallback-box {
    background-color: #161616;
}

.exp-author-archive-section .exp-author-post-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.exp-author-archive-section .exp-author-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.exp-author-archive-section .exp-author-post-card:hover .exp-author-post-img {
    transform: scale(1.04);
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.exp-author-archive-section .exp-author-post-content-box {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.exp-author-archive-section .exp-author-post-date {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.exp-author-archive-section .exp-author-post-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -3%;
}

.exp-author-archive-section .exp-author-post-title-link {
    transition: color 0.2s ease;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -3%;
    font-weight: 500;
}

.exp-author-archive-section .exp-author-post-title-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.exp-author-archive-section .exp-author-post-summary {
    color: rgb(255 255 255);
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 28px;
    overflow: hidden;
}

.exp-author-archive-section .exp-author-post-footer {
    margin-top: auto;
}

.exp-author-archive-section .exp-author-read-more-btn {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 3px;
    transition: all .3s ease-in-out;
}

.exp-author-archive-section .exp-arrow i {
    font-size: 12px;
}

.exp-author-archive-section .exp-author-read-more-btn:hover {
    gap: 9px;
}

.exp-author-archive-section .exp-author-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.exp-author-numeric-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.exp-author-archive-section .exp-author-pagination-container .page-numbers {
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    background-color: #0d0d0d;
    border: 1px solid #1a1a1a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    gap: 7px;
}

/* Styled Ellipsis Box to match your square numbers */
.exp-author-archive-section .exp-author-pagination-container .exp-author-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    background-color: #0d0d0d;
    border: 1px solid #1a1a1a;
    color: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    font-size: 16px;
    user-select: none;
}

.exp-author-archive-section .exp-author-pagination-container i {
    font-size: 12px; 
}

.exp-author-pagination-container .page-numbers:hover:not(.current):not(.disabled) {
    background-color: #161616;
    border-color: #333333;
}

.exp-author-pagination-container .page-numbers.current {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    font-weight: 600;
    cursor: default;
}

.exp-author-pagination-container .page-numbers.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.exp-author-empty-state {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

/* AUTHOR PAGE ENDS */

/* CATEGORY PAGE STARTS */
.exp-cat-archive-section {
    padding: 130px 0 100px 0;
}

.exp-cat-header-box .category-title {
    color: rgb(255 255 255);
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: -1%;
}

.exp-cat-feed-heading {
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -5%;
    line-height: normal;
    margin: 30px 0 15px;
}

.exp-cat-header-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff24;
}

.exp-cat-main-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -5%;
    line-height: normal;
    margin: 0;
}

#exp-cat-posts-grid {
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

#exp-cat-posts-grid.exp-fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.exp-cat-card {
    background-color: #0d0d0d;
    border: 0px solid #1a1a1a;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}

.exp-cat-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.exp-cat-thumb-box {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    background-color: #161616;
}

.exp-cat-item {
    margin-bottom: 15px;
}

.exp-cat-fallback {
    background-color: #161616;
}

.exp-cat-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.exp-cat-img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.exp-cat-card:hover .exp-cat-img {
    transform: scale(1.04);
}

.exp-cat-content-box {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.exp-cat-date {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.exp-cat-post-title {
    margin: 0 0 14px 0;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -3%;
    color: #fff;
}

.exp-cat-title-link {
    color: #fff;
    text-decoration: none;
}

.exp-cat-title-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.exp-cat-summary {
    color: rgb(255 255 255);
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 28px;
    overflow: hidden;
}

.exp-cat-footer {
    margin-top: auto;
}

.exp-cat-read-btn {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 3px;
    transition: all .3s ease-in-out;
}

.exp-cat-arrow i {
    font-size: 12px;
}

.exp-cat-read-btn:hover {
    gap: 9px;
    color: #ffffffde;
}

.exp-cat-pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.exp-cat-numeric-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.exp-cat-pagination-nav .cat-page-btn {
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    background-color: #0d0d0d;
    border: 1px solid #1a1a1a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    gap: 7px;
}

/* Styled Ellipsis element to match your layout numbers */
.exp-cat-pagination-nav .exp-cat-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    background-color: #0d0d0d;
    border: 1px solid #1a1a1a;
    color: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    font-size: 16px;
    user-select: none;
}

.exp-cat-pagination-nav i {
    font-size: 12px; 
}

.exp-cat-pagination-nav .cat-page-btn:hover:not(.current):not(.disabled) {
    background-color: #161616;
    border-color: #333333;
}

.exp-cat-pagination-nav .cat-page-btn.current {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    font-weight: 600;
    cursor: default;
}

.exp-cat-pagination-nav .cat-page-btn.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.exp-cat-empty {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

/* CATEGORY PAGE ENDS */

/* ARC PAGE STARTS */

/* arc banner */
.exp-arc-page-wrap {
    background-color: #000000;
}

.exp-arc-page-wrap .exp-arc-banner {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-color: #000000;  
    color: #ffffff;
    padding: 100px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.exp-arc-page-wrap .exp-arc-banner .arc-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.exp-arc-page-wrap .exp-arc-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, #000000 100%);
    z-index: 1;
    pointer-events: none;
}

.exp-arc-page-wrap .exp-arc-banner .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;  
    box-sizing: border-box;
}

.exp-arc-page-wrap .exp-arc-banner .arc-row {
    display: flex;
    flex-wrap: wrap;
}

.exp-arc-page-wrap .exp-arc-banner .arc-content-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 100px;
}

.exp-arc-page-wrap .arc-brand-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.exp-arc-page-wrap .arc-logo-img {
    height: 110px;
    width: auto;
    object-fit: contain;
}

.exp-arc-page-wrap .arc-brand-text h1 {
    font-size: 35px;
    line-height: 1.1;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #fff;
}

.exp-arc-page-wrap .arc-brand-text {
    padding-left: 25px;
}

.exp-arc-page-wrap .arc-brand-text p {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 5px 0 0 0;
    color: #ffffff;
}

.exp-arc-page-wrap .arc-hero-tagline {
    margin: 60px 0 70px 0;
    font-weight: 200;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #fff;
}

.exp-arc-page-wrap .arc-banner-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.exp-arc-page-wrap .btn-strategic {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 24px;
    border-radius: 10px;
    gap: 12px;
    transition: background 0.3s ease;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
}

.exp-arc-page-wrap .btn-strategic::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.exp-arc-page-wrap .btn-strategic:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.exp-arc-page-wrap .btn-strategic img {
    filter: invert(1);
}

.exp-arc-page-wrap .btn-strategic:hover {
    background-color: #0052cc;
}

.exp-arc-page-wrap .btn-framework {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(255 255 255 / 85%);
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
   padding: 15px 24px;
    border-radius: 10px;
    gap: 12px;
    transition: background 0.3s ease;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.exp-arc-page-wrap .btn-framework img {
    filter: invert(1);
}

.exp-arc-page-wrap .btn-framework:hover {
    background-color: rgba(255, 255, 255, 0.15);
}


/* about section */

.exp-arc-page-wrap .exp-arc-about-section {
    position: relative;
    background-color: #000000;
    padding: 100px 0;
    overflow: visible;
    margin-top: -1px;
    z-index: 2;
}

.exp-arc-page-wrap .exp-arc-about-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 200px;
    background: #8313ccab;
    filter: blur(60px);
    opacity: 0.6;
    z-index: -1;
}

.exp-arc-page-wrap .exp-arc-glow-left {
    position: absolute;
    width: 900px;
    height: 900px;
    left: -220px;
    top: 0;  
    transform: translateY(-50%); 
    background: radial-gradient(circle, rgba(131, 19, 204, 0.35) 0%, rgba(131, 19, 204, 0) 70%);  
    filter: blur(60px);  
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: screen;
}

.exp-arc-page-wrap .arc-shade-right {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 40%;
    max-width: 600px;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

.exp-arc-page-wrap .exp-arc-about-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.exp-arc-page-wrap .exp-arc-about-section .exp-arc-about-content-split {
    display: flex;
    justify-content: flex-start;
}

.exp-arc-page-wrap .exp-arc-about-section .exp-arc-about-left {
    flex: 0 0 65%;
    max-width: 65%;
}

.exp-arc-page-wrap .exp-arc-about-section .exp-arc-about-headline {
    margin: 0 0 35px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
}

.exp-arc-page-wrap .exp-arc-about-section .exp-arc-about-text p{
   color: #a9a9a9!important;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -3%;
}

.exp-arc-page-wrap .exp-arc-about-section .exp-arc-about-text strong {
    color: #ffffff;
    font-weight: 500;
}

.exp-arc-page-wrap .exp-arc-about-section .exp-arc-about-text.text-secondary {
    margin-bottom: 40px;
}

.exp-arc-page-wrap .btn-framework-outline {
    background: transparent;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(255 255 255 / 85%);
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 10px;
    gap: 12px;
    transition: background 0.3s ease;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.exp-arc-page-wrap .btn-framework-outline img {
    filter: invert(1);
}

.exp-arc-page-wrap .btn-framework-outline:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.exp-arc-page-wrap .btn-framework-outline:hover img {
    filter: none;
}
 

/* marq section */

.exp-arc-page-wrap .exp-arc-marquee-section {
    padding: 0 0 80px;
    overflow: visible;
    position: relative;
    width: 100%;
    margin-top: -1px;
    z-index: 2;
}

.exp-arc-page-wrap .exp-arc-marquee-section .exp-arc-glow-left {
    position: absolute;
    width: 900px;
    height: 900px;
    left: -220px;
    top: 0;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgb(131 19 204 / 23%) 0%, rgba(131, 19, 204, 0) 70%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: screen;
}

.exp-arc-page-wrap .arc-marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    user-select: none;
}

.exp-arc-page-wrap .arc-marquee-track {
    display: flex;
    white-space: nowrap;
    gap: 40px;
    animation: arcMarqueeRun 25s linear infinite;
    width: max-content;
}

.exp-arc-page-wrap .arc-marquee-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.exp-arc-page-wrap .arc-marquee-item span {
      color: #ffffff;
    font-weight: 540;
    font-size: 140px;
    line-height: 158.97px;
    letter-spacing: -3%;
    text-align: center;
}

.exp-arc-page-wrap .arc-marquee-item img {
   height: 76px;
    width: 76px;
    object-fit: contain;
    display: inline-block;
}

@keyframes arcMarqueeRun {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-33.333%);
    }
}
 
/* story section */

.exp-arc-page-wrap .exp-arc-story-section {
    background-color: #00000000;
    padding: 30px 0 100px;
    position: relative;
    overflow: visible;
    margin-top: -1px;
    z-index: 2;
}

.exp-arc-page-wrap .exp-arc-story-section .custom-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.exp-arc-page-wrap .arc-story-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 60px;
}

.exp-arc-page-wrap .arc-story-title-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.exp-arc-page-wrap .arc-story-desc-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.exp-arc-page-wrap .arc-story-headline {
 color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -3%;
    width: 700px;
}

.exp-arc-page-wrap .arc-story-headline .text-purple {
    color: #A520FE;
}

.exp-arc-page-wrap .arc-story-lead {
    color: #ffffff;
    margin: 5px 0 0 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -3%;
}

.exp-arc-page-wrap .arc-story-grid {
    display: flex;
    gap: 30px;
}

.exp-arc-page-wrap .arc-story-card {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    background-color: #FFFFFF1A;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.exp-arc-page-wrap .arc-card-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.exp-arc-page-wrap .arc-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exp-arc-page-wrap .arc-card-content {
   padding: 20px 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.exp-arc-page-wrap .arc-card-tag {
    color: #d3d3d3;
    margin-bottom: 12px;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.exp-arc-page-wrap .arc-card-title {
    color: #ffffff;
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -3%;
}

.exp-arc-page-wrap .arc-card-text {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -2%;
}


/* pillars */

.exp-arc-page-wrap .exp-arc-pillars-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
    z-index: 2;
    background: url(assets/img/three-pillars-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #ffffff26;
}

.exp-arc-page-wrap .exp-arc-pillars-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0 / 0%) 50%, #000000a1 100%);
    z-index: 1;
    pointer-events: none;
}

.exp-arc-page-wrap .exp-arc-pillars-section .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.exp-arc-page-wrap .arc-pillars-header {
    margin-bottom: 60px;
}

.exp-arc-page-wrap .arc-pillars-subtitle {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -5%;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.exp-arc-page-wrap .arc-pillars-subtitle .text-purple {
    color: #A520FE;
}

.exp-arc-page-wrap .arc-pillars-main-title {
      font-weight: 500;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -5%;
    color: #ffffff;
    margin: 0;
}

.exp-arc-page-wrap .arc-pillars-grid {
    display: flex;
    gap: 25px;
}

.exp-arc-page-wrap .arc-pillar-card {
    flex: 0 0 calc(33.333% - 16.666px);
    max-width: calc(33.333% - 16.666px);
    background: #0000008c;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.exp-arc-page-wrap .arc-pillar-card:hover {
    background: #00000066;
}

.exp-arc-page-wrap .arc-pillar-icon-box {
    margin-bottom: 30px;
    height: 40px;
    display: flex;
    align-items: center;
}

.exp-arc-page-wrap .arc-pillar-icon {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.exp-arc-page-wrap .arc-pillar-title {
       margin: 0 0 15px 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -3%;
}

.exp-arc-page-wrap .text-ithink {
   background: linear-gradient(90deg, #54F6FF 0%, #0018EF 15%, #0018EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.exp-arc-page-wrap .text-ibuild {
    background: linear-gradient(90deg, #CF00F1 0%, #007BFF 15%, #007BFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.exp-arc-page-wrap .text-iscale {
   background: linear-gradient(90deg, #FFEE32 0%, #00EF5C 12%, #00EF5C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.exp-arc-page-wrap .arc-pillar-lead {
   color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.exp-arc-page-wrap .arc-pillar-desc {
        color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}
 


/* impact */

.exp-arc-page-wrap .exp-arc-intent-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-color: #000000;
    padding: 120px 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -1px;
    z-index: 2;
}

.exp-arc-page-wrap .arc-intent-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.exp-arc-page-wrap .exp-arc-intent-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: radial-gradient(circle at 30% 50%, rgba(0, 0, 0, 0.4) 0%, #0000000d 85%);
    z-index: 2;
    pointer-events: none;
}

.exp-arc-page-wrap .exp-arc-intent-section .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.exp-arc-page-wrap .arc-intent-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.exp-arc-page-wrap .arc-intent-left {
    flex: 0 0 65%;
    max-width: 65%;
}

.exp-arc-page-wrap .arc-intent-headline {
    color: #ffffff;
    margin: 0px 0 30px 0;
    font-weight: 500;
    font-size: 66px;
    line-height: 70px;
    letter-spacing: -4%;
}

.exp-arc-page-wrap .arc-intent-headline .text-purple {
    color: #8313CC;
}

.exp-arc-page-wrap .arc-intent-bullets {
    margin-bottom: 35px;
}

.exp-arc-page-wrap .arc-intent-bullets p {
    color: #ffffff;
    margin: 0px 0 5px 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -4%;
}

.exp-arc-page-wrap .arc-intent-body p{
       color: #ffffff;
    margin: 0px 0 30px 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -4%;
    max-width: 600px;
}

.exp-arc-page-wrap .arc-intent-footer p {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
}

.exp-arc-page-wrap .arc-intent-footer .text-green {
   color: #00EF5C;
    margin: 0px 0 5px 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -4%;
}

.exp-arc-page-wrap .arc-intent-footer .text-white {
   color: #ffffff;
    margin: 0px 0 5px 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -4%;
}

/* ARC PAGE ENDS */

/* CSR PAGE STARTS */

.csr-page-wrapper .csr-hero-section {
      position: relative;
    padding: 130px 0 60px;
    overflow: visible;
    display: flex;
    align-items: center;
    background: #000;
}

.csr-page-wrapper .glow-wrapper {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: rotate(90deg);
}

.csr-page-wrapper .experion-page-glow {
    width: 40vw;
    height: 45vw;
    animation: imagePulse 8s infinite alternate ease-in-out;
}

.csr-page-wrapper .csr-hero-section .experion-page-glow::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #0050C9 0%, #52B5FF 41.35%, #FF52EB 95.67%);
    border-radius: 50%;
    opacity: 0;
    filter: blur(40px);
    animation: gradientGlow 8s infinite alternate ease-in-out;
}

.csr-page-wrapper .csr-hero-bg-glow {
    position: absolute;
    top: 5%;
    right: -10%;
    width: 40%;
    height: 70%;
    background: #F37F204D;
    filter: blur(120px);
    pointer-events: none;
}
 
.csr-page-wrapper .csr-hero-sub-title {
     display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}

.csr-title-container {
    z-index: 1;
}

.csr-page-wrapper .csr-hero-main-title {
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
}

.csr-page-wrapper .csr-hero-description {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #ffffff;
    max-width: 600px;
    margin: 0;
}

/* image scroll */

.csr-page-wrapper .csr-slider-wrapper {
    width: 100%;
    overflow: visible;
    padding: 0px 0 40px;
    box-sizing: border-box;
     background: #000;
}

.csr-page-wrapper .csr-slider-track {
  display: flex;
  width: max-content;
}

.csr-page-wrapper .csr-slider-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  animation: arcCsrScrollContinuous 40s linear infinite;
}

.csr-page-wrapper .arc-csr-slide {
  flex-shrink: 0;
  box-sizing: border-box;
}

.csr-page-wrapper .arc-csr-slide img {
  width: 320px;
  height: 300px;
  object-fit: cover;
  display: block;
}

.csr-page-wrapper .csr-slider-track:hover .csr-slider-group {
  animation-play-state: paused;
}

@keyframes arcCsrScrollContinuous {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
 
  /* intro csr   */

.csr-page-wrapper .csr-intro-wrapper {
    position: relative;
    overflow: visible;
    background: #000;
    padding: 100px 0;
    box-sizing: border-box;
}

.csr-page-wrapper .csr-intro-wrapper::before {
    content: "";
    inset: 0;
    transform: scale(1.2);
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(60px);
    opacity: 0.45;
    top: -130px;
    left: -150px;
    background-color: #5513ffde;
}

.csr-page-wrapper .csr-intro-wrapper > * {
    position: relative;
    z-index: 1;
}

.csr-page-wrapper .csr-intro-content {
  width: 100%;
  max-width: 700px;
}

.csr-page-wrapper .csr-intro-title {
    margin: 0 0 28px 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
    background: linear-gradient(90deg, #106FFF 0%, #7CE3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.csr-page-wrapper .csr-intro-desc p,
.csr-page-wrapper .csr-intro-desc {
  color: #ffffff !important;
    opacity: 1 !important;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-intro-logo-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.csr-page-wrapper .csr-intro-logo-img {
     max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
}

/* csr pathways */

.csr-page-wrapper .csr-pathway-section {
    padding: 80px 0px;
    color: #ffffff;
    background: #000;
    border-top: 1px solid #ffffff24;
    position: relative;
}

.csr-page-wrapper .csr-pathway-bg-gradient {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(140px);
    opacity: 0.45;
}

.csr-page-wrapper .csr-gradient-top-left {
    top: 170px;
    left: -150px;
    background-color: #60489d;
}

.csr-page-wrapper .csr-gradient-top-right {
    top: -150px;
    right: -150px;
    background-color: #f37f20cf;
}

.csr-page-wrapper .csr-gradient-bottom-left {
    bottom: -150px;
    left: -150px;
    background-color: #60489d;
}

.csr-page-wrapper .csr-gradient-bottom-center {
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f37f20e0;
}

.csr-page-wrapper .csr-gradient-bottom-right {
    bottom: -150px;
    right: -150px;
    background-color: #17b34ee8;
}

.csr-page-wrapper .csr-pathway-section .container {
    position: relative;
    z-index: 2;
}

.csr-page-wrapper .csr-pathway-section .csr-blur-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.csr-page-wrapper .csr-pathway-main-title {
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-pathway-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.csr-page-wrapper .csr-pathway-box {
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #ffffff8f -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.csr-page-wrapper .csr-pathway-box-title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-pathway-box-desc {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-pathway-posts-list {
    display: flex;
    flex-direction: column;
}

.csr-page-wrapper .csr-pathway-post-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.csr-page-wrapper .csr-pathway-post-img-wrapper {
    width: 220px;
    height: 140px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 25px;
    background-color: #222;
}

.csr-page-wrapper .csr-pathway-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csr-page-wrapper .csr-pathway-post-content {
    flex-grow: 1;
    padding-right: 20px;
}

.csr-page-wrapper .csr-pathway-post-title {
    margin-top: 0;
    margin-bottom: 6px;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-pathway-post-excerpt {
    color: #fffffff5;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -3%;
    max-width: 600px;
}

.csr-page-wrapper .csr-pathway-post-arrow {
    width: 30px;
    height: 30px;
    color: #ffffff;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.csr-page-wrapper .csr-pathway-post-item:hover .csr-pathway-post-arrow {
    transform: translate(2px, -2px);
    color: #ffffff;
}

.csr-page-wrapper .csr-pathway-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.csr-page-wrapper .csr-pathway-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.csr-page-wrapper .csr-pathway-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
}

.csr-page-wrapper .csr-pathway-modal-wrapper {
    position: relative;
    background-color: #0c0d12;
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: 100%;
    max-width: 1200px;
    max-height: 90vh;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.8);
    transform: translateY(20px);
    transition: transform 0.3s ease;
    z-index: 2;
}

.csr-page-wrapper .csr-pathway-modal.is-active .csr-pathway-modal-wrapper {
    transform: translateY(0);
}

.csr-page-wrapper .csr-pathway-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.2s ease;
}

.csr-page-wrapper .csr-pathway-modal-close:hover {
    background: rgba(255, 255, 255, 0.15);
}

.csr-page-wrapper .csr-pathway-modal-body {
    padding: 35px 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
   
}
 

.csr-page-wrapper .csr-pathway-modal-header-data {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-right: 40px;
}

.csr-page-wrapper .csr-pathway-modal-img-container {
    width: 150px;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #222;
    border-radius: 7px;
}

.csr-page-wrapper .csr-pathway-modal-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csr-page-wrapper .csr-pathway-modal-title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content {
    overflow-y: auto;
    padding-right: 15px;
    font-size: 1rem;
    line-height: 25px;
    color: #ffffff;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content p {
    color: #ffffff;
    margin: 0 0 12px 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content a{
    font-size: 22px;
    font-weight: 400;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content p:has(img.alignleft),
.csr-page-wrapper .csr-pathway-modal-scroll-content p:has(img.alignright) {
    display: inline;
    margin: 0;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content p:last-child {
    margin-bottom: 0;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content::-webkit-scrollbar {
    width: 6px;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 3px;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

.csr-page-wrapper .csr-pathway-modal-scroll-content h1,
.csr-page-wrapper .csr-pathway-modal-scroll-content h2,
.csr-page-wrapper .csr-pathway-modal-scroll-content h3,
.csr-page-wrapper .csr-pathway-modal-scroll-content h4,
.csr-page-wrapper .csr-pathway-modal-scroll-content h5,
.csr-page-wrapper .csr-pathway-modal-scroll-content h6,
.csr-page-wrapper .csr-pathway-modal-scroll-content h2.heading {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -5%;
    clear: none;
}


.csr-page-wrapper .csr-pathway-modal-scroll-content h2.heading {
    font-size: 32px;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content h1  {
    font-size: 35px;
}
 
.csr-page-wrapper .csr-pathway-modal-scroll-content h2  {
    font-size: 32px;
}
 
.csr-page-wrapper .csr-pathway-modal-scroll-content h3 {
    font-size: 28px;
}
 
.csr-page-wrapper .csr-pathway-modal-scroll-content h4  {
    font-size: 22px;
}
 
.csr-page-wrapper .csr-pathway-modal-scroll-content h5,
.csr-page-wrapper .csr-pathway-modal-scroll-content h6 {
    font-size: 20px;
}


.csr-page-wrapper .csr-pathway-modal-scroll-content img.alignleft,
.csr-page-wrapper .csr-pathway-modal-scroll-content .alignleft img,
.csr-page-wrapper .csr-pathway-modal-scroll-content p img.alignleft,
.csr-page-wrapper .csr-pathway-modal-scroll-content img[style*="float: left"] {
    float: left !important;
    display: block;
    margin: 5px 25px 20px 0 !important;
    max-width: 45%;
    height: auto;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content img.alignright,
.csr-page-wrapper .csr-pathway-modal-scroll-content .alignright img,
.csr-page-wrapper .csr-pathway-modal-scroll-content p img.alignright,
.csr-page-wrapper .csr-pathway-modal-scroll-content img[style*="float: right"] {
    float: right !important;
    display: block;
    margin: 5px 0 20px 25px !important;
    max-width: 45%;
    height: auto;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content img.aligncenter,
.csr-page-wrapper .csr-pathway-modal-scroll-content .aligncenter img,
.csr-page-wrapper .csr-pathway-modal-scroll-content p img.aligncenter {
    display: block !important;
    float: none !important;
    margin: 0 auto 20px auto !important;
    max-width: 100%;
    height: auto;
}

.csr-page-wrapper .csr-pathway-modal-scroll-content::after {
    content: "";
    display: table;
    clear: both;
}

/* csr policy */

.csr-page-wrapper .csr-policy-wrapper {
  width: 100%;
  position: relative;
  background: linear-gradient(125.64deg, #1170FF 51.88%, #7CE3FF 129.14%);
  padding: 120px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.csr-page-wrapper .csr-policy-content {
  width: 100%;
  max-width: 900px;
  position: relative;
  z-index: 3;
}

.csr-page-wrapper .csr-policy-title {
      color: #ffffff;
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-policy-desc p {
   color: #ffffff;
    margin: 0 0 10px 0;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -3%;
    font-size: 22px;
}

.csr-page-wrapper .csr-policy-desc p:last-child {
  margin-bottom: 0;
}

.csr-page-wrapper .csr-policy-buttons {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.csr-page-wrapper .csr-policy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 45px;
    padding: 0 24px;
    border-radius: 8px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
}

.csr-page-wrapper .csr-policy-btn svg {
  transition: transform 0.3s ease;
}

.csr-page-wrapper .csr-policy-btn:hover svg {
  transform: translateX(4px);
}

.csr-page-wrapper .btn-white {
  background-color: #ffffff;
    color: #000000;
    border: 0;
}

.csr-page-wrapper .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.csr-page-wrapper .btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.csr-page-wrapper .btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.csr-page-wrapper .csr-policy-flag-wrapper {
      position: absolute;
    top: 0;
    right: 10%;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.csr-page-wrapper .csr-policy-flag-img {
  height: 130%;
  width: auto;
  object-fit: contain;
  display: block;
  transform: translateY(2%);
}

/* csr video */

.csr-page-wrapper .csr-video-section {
     width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    overflow: visible;
}

.csr-page-wrapper .csr-video-trigger-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.csr-page-wrapper .csr-video-wrapper {
  position: relative;
  width: 80vw;
  max-width: 100vw;
  will-change: width;
  transform: none !important;
  transition: none !important;
}

.csr-page-wrapper .csr-video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #111111;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  transform: none !important;
  transition: none !important;
}

.csr-page-wrapper .csr-main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csr-page-wrapper .csr-video-mute-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition-property: background, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.csr-page-wrapper .csr-video-mute-toggle:hover {
  background: rgba(0, 0, 0, 0.85);
  transform: scale(1.05);
}

.csr-page-wrapper .csr-video-mute-toggle svg {
  pointer-events: none;
  transition: none !important;
}

.csr-page-wrapper .csr-icon-mute {
  display: block !important;
}

.csr-page-wrapper .csr-icon-unmute {
  display: none !important;
}

.csr-page-wrapper .csr-video-mute-toggle.is-unmuted .csr-icon-mute {
  display: none !important;
}

.csr-page-wrapper .csr-video-mute-toggle.is-unmuted .csr-icon-unmute {
  display: block !important;
}

.csr-video-wrapper,
.csr-video-container {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  isolation: isolate;
}


/* csr about */
.csr-page-wrapper .csr-about-section {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    background: linear-gradient(to bottom, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}

.csr-page-wrapper .csr-blur-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.csr-page-wrapper .csr-blur-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(140px);
}

.csr-page-wrapper .csr-blur-left {
  background-color: #60489D80;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
}

.csr-page-wrapper .csr-blur-center {
  background-color: #F37F2066;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.csr-page-wrapper .csr-blur-right {
  background-color: #17B34E66;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
}

.csr-page-wrapper .csr-video-section .container {
  position: relative;
  z-index: 2;
}

.csr-page-wrapper .csr-about-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.csr-page-wrapper .csr-about-content p {
  color: #ffffff;
  margin: 0 0 35px 0;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
}

.csr-page-wrapper .csr-about-content p:last-child {
  margin-bottom: 0;
}

.csr-page-wrapper .csr-extra-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.5s ease;
}

.csr-page-wrapper .csr-extra-content.open {
  max-height: 3000px;
  opacity: 1;
}

.csr-page-wrapper .csr-readmore-link {
  display: inline;
  color: #0066cc;
  font-weight: 500;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -0.03em;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: color 0.2s ease;
  padding-left: 10px;
}

.csr-page-wrapper .csr-readless-link {
  display: none;
  color: #0066cc;
  font-weight: 500;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -0.03em;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-top: 35px;
  transition: color 0.2s ease;
}

.csr-page-wrapper .csr-readless-link.show {
  display: block;
}

.csr-page-wrapper .csr-readmore-link:hover,
.csr-page-wrapper .csr-readless-link:hover {
  color: #1a8cff;
}

/* the trustees   */

.csr-page-wrapper .csr-trustees-section {
     width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    border-top: 1px solid #ffffff1f;
     border-bottom: 1px solid #ffffff1f;
    overflow: visible;
}

.csr-page-wrapper .csr-trustees-header {
  width: 100%;
  max-width:1200px;
  margin-bottom: 60px;
}

.csr-page-wrapper .csr-trustees-header h2 {
 color: #ffffff;
    margin: 0 0 24px 0;
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-trustees-header p {
      color: #fbfbfb;
    margin: 0;
    font-weight: 400;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-trustee-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 40px;
}

.csr-page-wrapper .csr-trustee-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #476bf117;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.csr-page-wrapper .csr-trustee-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csr-page-wrapper .csr-trustee-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #111111 0%, #222222 100%);
}

.csr-page-wrapper .csr-trustee-info {
  width: 80%;
}

.csr-page-wrapper .csr-trustee-info h3 {
     color: #ffffff;
    margin: 0 0 8px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-trustee-info p {
  color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}
 
/* director message  */

.csr-page-wrapper .csr-director-section {
  width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}

.csr-page-wrapper .csr-director-section::before {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #60489D80;
  filter: blur(140px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.csr-page-wrapper .csr-director-section::after {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #17B34E66;
  filter: blur(140px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.csr-page-wrapper .csr-director-section .container {
  position: relative;
  z-index: 2;
  padding: 0px 7%;
}

.csr-page-wrapper .csr-director-image-wrap {
  width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #476bf117;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.csr-page-wrapper .csr-director-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.csr-page-wrapper .csr-director-content-wrap {
  width: 100%;
  padding-left: 40px;
}

.csr-page-wrapper .csr-director-quote {
  color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-director-meta h3 {
 color: #ffffff;
    margin: 0 0 6px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-director-meta p {
      color: #f9f9f9;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}
 
/* focus area */

.csr-page-wrapper .csr-focus-section {
  width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    border-top: 1px solid #ffffff1f;
    border-bottom: 1px solid #ffffff1f;
}

.csr-page-wrapper .csr-focus-section::before {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #60489D80;
  filter: blur(140px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.csr-page-wrapper .csr-focus-section::after {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F37F2066;
  filter: blur(140px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.csr-page-wrapper .csr-focus-section .container {
  position: relative;
  z-index: 2;
}

.csr-page-wrapper .csr-focus-header {
  width: 100%;
  margin-bottom: 50px;
}

.csr-page-wrapper .csr-focus-header h2 {
 color: #ffffff;
    margin: 0 0 24px 0;
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-focus-card {
  width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
}

.csr-page-wrapper .csr-focus-icon-box {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csr-page-wrapper .csr-focus-icon-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.csr-page-wrapper .csr-focus-info h3 {
 color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -5%;
    padding-right: 10px;
}
 

/* csr faces */

.csr-page-wrapper .csr-faces-section {
  width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff1f;
}

.csr-page-wrapper .csr-faces-static-wrap h2 {
  color: #ffffff;
    margin: 0 0 35px 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-faces-left-desc p {
  color: #ffffff;
    margin: 0 0 20px 0px;
    font-weight: 300;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -5%;
}
 

.csr-page-wrapper .csr-faces-slider-container {
  width: 100%;
  position: relative;
}

.csr-page-wrapper .csr-faces-card-box {
  width: 100%;
  background-color: #3232327d;
  border-radius: 4px;
  padding: 30px;
  box-sizing: border-box;
}

.csr-page-wrapper .csr-faces-avatar {
      width: 120px;
    height: 120px;
    margin-bottom: 35px;
    overflow: hidden;
}

.csr-page-wrapper .csr-faces-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csr-page-wrapper .csr-faces-quote p {
  color: #ffffff;
    margin: 0 0 30px 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-faces-author h3 {
     color: #ffffff;
    margin: 0 0 4px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-faces-author p {
  color: #ffffffd6;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.csr-page-wrapper .csr-faces-slick-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.csr-page-wrapper .csr-faces-slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}

.csr-page-wrapper .csr-faces-slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #333333;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.csr-page-wrapper .csr-faces-slick-slider .slick-dots li.slick-active button {
  background-color: #0066cc;
  transform: scale(1.2);
}


/* csr gallery */
.csr-page-wrapper .csr-gallery-section {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}

.csr-page-wrapper .csr-gallery-header {
  width: 100%;
  margin-bottom: 45px;
}

.csr-page-wrapper .csr-gallery-header h2 {
  color: #ffffff;
    margin: 0 0 24px 0;
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.csr-page-wrapper .csr-gallery-row {
  align-items: stretch;
}

.csr-page-wrapper .csr-gallery-left-col {
  display: flex;
  flex-direction: column;
}

.csr-page-wrapper .csr-gallery-static-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  width: 100%;
}

.csr-page-wrapper .csr-gallery-static-stack .csr-gallery-card {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.csr-page-wrapper .csr-gallery-static-stack .csr-gallery-image-box {
  flex: 1;
  min-height: 0;
  aspect-ratio: unset !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.csr-page-wrapper .csr-gallery-static-stack .csr-gallery-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csr-page-wrapper .csr-gallery-card {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #111111;
}

.csr-page-wrapper .csr-gallery-image-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.csr-page-wrapper .csr-gallery-image-box.custom-slider-aspect {
  aspect-ratio: 4 / 4;
}

.csr-page-wrapper .csr-gallery-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.csr-page-wrapper .csr-gallery-card:hover .csr-gallery-image-box img {
  transform: scale(1.04);
}

.csr-page-wrapper .csr-gallery-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: transform 0.3s ease;
}

.csr-page-wrapper .csr-gallery-card:hover .csr-gallery-play-btn {
  transform: translate(-50%, -50%) scale(1.08);
}

.csr-page-wrapper .csr-gallery-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  font-size: 32px;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.csr-page-wrapper .csr-gallery-card.csr-type-image:hover .csr-gallery-hover-overlay {
  opacity: 1;
}

.csr-page-wrapper .csr-gallery-slide-item {
  padding: 0 8px;
}

.csr-page-wrapper .csr-gallery-slick-slider {
  margin: 0 -8px;
}

.csr-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(8px);
}

.csr-lightbox-overlay.csr-active {
  display: flex;
  opacity: 1;
}

.csr-lightbox-content {
  position: relative;
  width: 90%;
  max-width: 750px;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

#csr-lightbox-media-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#csr-lightbox-media-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#csr-lightbox-media-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.csr-lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  z-index: 100000;
}

.csr-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100001;
  transition: background 0.2s ease;
}

.csr-lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.28);
}

.csr-lightbox-prev {
  left: calc(50% - 375px - 70px);
}

.csr-lightbox-next {
  right: calc(50% - 375px - 70px);
}


/* CSR PAGE ENDS */


/* CLOUD ENGINEERING PAGE STARTS */

.cloud-eng-page-wrapper .cloud-banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
}

.cloud-eng-page-wrapper .arc-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cloud-eng-page-wrapper .arc-video-bg  {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
 

.cloud-eng-page-wrapper .cloud-banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(90deg, #00000000 53%, rgb(0 0 0 / 0%) 60%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #000000 0%, rgb(0 0 0 / 7%) 8%, rgba(0, 0, 0, 0) 20%);
  z-index: 2;
  pointer-events: none;
}

.cloud-eng-page-wrapper .cloud-banner-layout-container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 110px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.cloud-eng-page-wrapper .cloud-banner-content-row {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.cloud-eng-page-wrapper .cloud-banner-content {
  width: 100%;
  max-width: 780px;
}

.cloud-eng-page-wrapper .cloud-banner-content h1 {
 color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.cloud-eng-page-wrapper .cloud-banner-points p {
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.6px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 25px;
}

.cloud-eng-page-wrapper .gradient-blue {
  background: linear-gradient(90deg, #106FFF 0%, #7CE3FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.cloud-eng-page-wrapper .cloud-banner-points ul {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.cloud-eng-page-wrapper .cloud-banner-points ul li {
  color: #ffffff;
    position: relative;
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.cloud-eng-page-wrapper .cloud-banner-points ul li::before {
  content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.cloud-eng-page-wrapper .cloud-btn-primary {
     display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -2%;
    gap: 10px;
}

.cloud-eng-page-wrapper .cloud-btn-primary img{
    width: 15px;
    height: 15px;
    object-fit: contain;
     filter: brightness(0);
}

/* navigation cloud */

.cloud-eng-page-wrapper .cloud-nav-guide-container {
  width: 100%;
  background-color: #000000;
  padding: 80px 0 10px;
  box-sizing: border-box;
}

.cloud-eng-page-wrapper .cloud-nav-title-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 110px;
}

.cloud-eng-page-wrapper .cloud-nav-title-wrapper h3 {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -5%;
}

.cloud-eng-page-wrapper .cloud-nav-title-line {
  width: 55px;
  height: 3px;
  background-color: #106FFF;
}

.cloud-eng-page-wrapper .cloud-nav-pills-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.cloud-eng-page-wrapper .cloud-nav-row {
  display: flex;
    gap: 14px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cloud-eng-page-wrapper .cloud-nav-pill {
     display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .cloud-nav-pill:hover {
  background-color: #0c337a;
  border-color: #106FFF;
  color: #ffffff;
}


/* cloud readiness */

.cloud-eng-page-wrapper .cloud-readiness-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
}

.cloud-eng-page-wrapper .cloud-readiness-header {
  margin-bottom: 70px;
  align-items: flex-start;
}

.cloud-eng-page-wrapper .cloud-readiness-header h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -2.5px;
  color: #ffffff;
  margin: 0;
  padding-right: 30px;
}
 
.cloud-eng-page-wrapper .readiness-desc-text  {
  font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.6px;
    color: #ffffff;
    margin: 0;
}

.cloud-eng-page-wrapper .cloud-readiness-table-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.cloud-eng-page-wrapper .cloud-table-header-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  padding: 0 0 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cloud-eng-page-wrapper .cloud-th {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.cloud-eng-page-wrapper .cloud-table-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

.cloud-eng-page-wrapper .cloud-table-row:last-child {
  border-bottom: none;
}

.cloud-eng-page-wrapper .readiness-title-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cloud-eng-page-wrapper .readiness-icon-box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cloud-eng-page-wrapper .readiness-icon-box img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.cloud-eng-page-wrapper .readiness-title-block h3 {
      color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .cloud-td p {
  color: #fff;
    margin: 0;
    padding-right: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .mobile-label {
  display: none;
}

.cloud-eng-page-wrapper .cloud-readiness-footer-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.cloud-eng-page-wrapper .cloud-btn-outline {
 display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 13px 32px;
    border-radius: 30px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    font-weight: 500;
    font-size: 18px;
    line-height: 22.16px;
    letter-spacing: 0%;
    gap: 10px;
}

.cloud-eng-page-wrapper .cloud-btn-outline img{
     filter: brightness(0) invert(1);
     width: 17px;
     height: 17px;
     object-fit: contain;
}

.cloud-eng-page-wrapper .cloud-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}


/* edge */

.cloud-eng-page-wrapper .experion-edge-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.cloud-eng-page-wrapper .experion-edge-section::before {
  content: '';
  position: absolute;
  top: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background-color: #2563EB;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

.cloud-eng-page-wrapper .experion-edge-section .container {
  position: relative;
  z-index: 2;
}

.cloud-eng-page-wrapper .edge-section-header-stacked {
  margin-bottom: 65px;
  width: 100%;
  max-width: 910px;
}

.cloud-eng-page-wrapper .edge-section-header-stacked h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -5%;
  color: #ffffff;
  margin: 0 0 35px 0;
}

.cloud-eng-page-wrapper .edge-desc-text-stacked  {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -3%;
  color: #ffffff;
  margin: 0;
}

.cloud-eng-page-wrapper .experion-edge-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  width: 100%;
}

.cloud-eng-page-wrapper .edge-feature-box {
  background: rgba(255, 255, 255, 0.01);
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
  border-image-slice: 1;
  transition: background-color 0.3s ease;
}

.cloud-eng-page-wrapper .edge-box-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud-eng-page-wrapper .edge-box-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cloud-eng-page-wrapper .edge-feature-box h3 {
      color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .edge-feature-box p {
 color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
}


/* cloud model */

.cloud-eng-page-wrapper .cloud-model-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
 
.cloud-eng-page-wrapper .cloud-model-section::before {
  content: '';
  position: absolute;
  top: -180px;
  left: -180px;
  width: 550px;
  height: 550px;
  background-color: #2563EB;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.cloud-eng-page-wrapper .cloud-model-section .container {
  position: relative;
  z-index: 2;
}

.cloud-eng-page-wrapper .cloud-model-header {
  margin-bottom: 75px;
  width: 100%;
  max-width: 900px;
}

.cloud-eng-page-wrapper .cloud-model-header h2 {
  font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #ffffff;
    margin: 0;
}

.cloud-eng-page-wrapper .cloud-model-table-wrapper {
  width: 100%;
}

.cloud-eng-page-wrapper .model-table-header-row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr;
  padding: 0 0 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cloud-eng-page-wrapper .model-th {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.cloud-eng-page-wrapper .model-table-row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

.cloud-eng-page-wrapper .model-table-row:last-child {
  border-bottom: none;
}

.cloud-eng-page-wrapper .stage-title-block {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cloud-eng-page-wrapper .stage-icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cloud-eng-page-wrapper .stage-icon-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cloud-eng-page-wrapper .stage-title-block h3 {
color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    padding-right: 30px;
}

.cloud-eng-page-wrapper .model-td p {
  color: #fff;
    margin: 0;
    padding-right: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .model-td.td-outcome p {
  padding-right: 0;
}

.cloud-eng-page-wrapper .model-table-row .mobile-label {
  display: none;
}

/* services */

.cloud-eng-page-wrapper .cloud-services-section {
      width: 100%;
    background-color: #000000;
    padding: 80px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.cloud-eng-page-wrapper .cloud-services-section .container {
    position: relative;
    z-index: 2;
}

.cloud-eng-page-wrapper .cloud-services-section::before {
   content: '';
    position: absolute;
    top: 0px;
    left: -180px;
    width: 900px;
    height: 200vh;
    background-color: #2563EB;
    border-radius: 50%;
    filter: blur(160px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

.cloud-eng-page-wrapper .services-main-header {
  margin-bottom: 90px;
  width: 100%;
  max-width: 900px;
}

.cloud-eng-page-wrapper .services-main-header h2 {
  font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #ffffff;
    margin: 0;
}

.cloud-eng-page-wrapper .services-blocks-list {
  display: flex;
  flex-direction: column;
  gap: 50px; 
  width: 100%;
}

.cloud-eng-page-wrapper .service-block-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}

.cloud-eng-page-wrapper .service-block-item:nth-child(even) {
  flex-direction: row-reverse;
}

.cloud-eng-page-wrapper .service-info-column {
  width: 55%;
  flex-shrink: 0;
}

.cloud-eng-page-wrapper .service-graphic-column {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud-eng-page-wrapper .service-title {
     color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
}

.cloud-eng-page-wrapper .service-description p {
 color: #ffffff;
    margin: 0 0 35px 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .service-lists-row {
  display: flex;
  gap: 40px;
  width: 100%;
}

.cloud-eng-page-wrapper .service-list-col {
  flex: 1;
}

.cloud-eng-page-wrapper .service-list-col h4 {
  color: #ffffff;
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .service-bullet-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cloud-eng-page-wrapper .service-bullet-points ul li {
      color: #ffffff;
    position: relative;
    padding-left: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .service-bullet-points ul li:last-child {
  margin-bottom: 0;
}

.cloud-eng-page-wrapper .service-bullet-points ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.cloud-eng-page-wrapper .service-image-container {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
}

.cloud-eng-page-wrapper .service-image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
 

/* cloud platforms */

.cloud-eng-page-wrapper .cloud-platforms-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
 
.cloud-eng-page-wrapper .cloud-platforms-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -200px;
  width: 550px;
  height: 550px;
  background-color: #2563EB;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}

.cloud-eng-page-wrapper .cloud-platforms-section .container {
  position: relative;
  z-index: 2;
}

.cloud-eng-page-wrapper .platforms-section-header {
  margin-bottom: 65px;
  width: 100%;
  max-width: 850px;
}
 
.cloud-eng-page-wrapper .platforms-section-header h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -2.5px;
  color: #ffffff;
  margin: 0;
}
 
.cloud-eng-page-wrapper .cloud-platforms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
}
 
.cloud-eng-page-wrapper .platform-capability-box {
  background: rgba(255, 255, 255, 0.01);
  padding: 30px 25px 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
  border-image-slice: 1;
  transition: background-color 0.3s ease;
}
  
.cloud-eng-page-wrapper .platform-box-icon {
  width: 65px;
    height: 65px;
    margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud-eng-page-wrapper .platform-box-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cloud-eng-page-wrapper .platform-capability-box h3 {
  color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .platform-capability-box p {
 color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
    margin: 0px;
}


/* case study */

.cloud-eng-page-wrapper .cloud-outcomes-section {
  width: 100%;
  background: #000000;
  background-image: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
  padding: 80px 0;
  box-sizing: border-box;
}

.cloud-eng-page-wrapper .outcomes-section-header {
  margin-bottom: 60px;
  width: 100%;
}

.cloud-eng-page-wrapper .outcomes-section-header .sub-eyebrow {
      display: block;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 30px;
    line-height: 26px;
}

.cloud-eng-page-wrapper .outcomes-section-header h2 {
  color: #ffffff;
    margin: 0;
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.cloud-eng-page-wrapper .outcomes-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}

.cloud-eng-page-wrapper .outcome-story-card {
  padding: 20px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cloud-eng-page-wrapper .outcome-story-card:hover {
  transform: translateY(-2px);
}

.cloud-eng-page-wrapper .card-auto-number {
    color: rgb(255 255 255 / 23%);
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .card-main-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cloud-eng-page-wrapper .outcome-story-card h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -3%;
    color: #ffffff;
    margin: 0 0 20px 0;

}

.cloud-eng-page-wrapper .outcome-story-card p {
      color: rgb(255 255 255);
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .card-read-more-btn {
      color: #ffffff;
    display: inline-flex;
    align-items: center;
    position: relative;
    opacity: 0.9;
    transition: opacity 0.2s ease;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.cloud-eng-page-wrapper .card-read-more-btn:hover {
  opacity: 1;
}
 
/* contact us */
 .cloud-eng-contact-section .contact-left-content {
    padding: 100px 0% 100px 0%;
}

 .cloud-eng-contact-section .experion-description {
    color: #1a1a1a;
    max-width: 653px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -5%;
}

 .cloud-eng-contact-section  .experion-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -3.5px;
    color: #000;
    margin-bottom: 30px;
}

.cloud-eng-contact-section .experion-arrow img{
     width: 15px;
     height: 15px;
     object-fit: contain;
     filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.cloud-eng-contact-section .cloud-btn-white {
    background-color: #ffffff00;
    border: 1px solid #000;
    color: #000;
}

.cloud-eng-contact-section .cloud-btn-white img{
    filter: brightness(0);
}

.cloud-eng-contact-section .cloud-btn-white:hover {
    background-color: #ffffff75;
}

.cloud-eng-contact-section .experion-btn {
    margin-bottom: 10px;
}

.cloud-eng-contact-section .cloud-btn-contact:hover {
    background-color: #106FFF;
    color: #ffffff;
}

/* CLOUD ENGINEERING PAGE ENDS */


/* CYBER SECURITY PAGE STARTS */

.cyber-security-page .cyber-banner-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #000000;
  overflow: hidden;
  padding: 140px 0 100px 0;
  box-sizing: border-box;
}

.cyber-security-page .cyber-banner-video,
.cyber-security-page .cyber-banner-poster-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cyber-security-page .cyber-banner-poster-bg {
  background-size: cover;
  background-position: center;
}

.cyber-security-page .cyber-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.cyber-security-page .cyber-banner-container .row {
  position: relative;
  z-index: 3;
}

.cyber-security-page .cyber-banner-eyebrow {
  display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cyber-security-page .cyber-banner-content h1 {
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -5%;
  color: #ffffff;
  margin: 0 0 30px 0;
}

.cyber-security-page .cyber-banner-desc {
  margin-bottom: 45px;
  max-width: 800px;
}

.cyber-security-page .cyber-banner-desc p {
  font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cyber-security-page .cyber-banner-desc p:last-child {
  margin-bottom: 0;
}

.cyber-security-page .cyber-banner-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cyber-security-page .cyber-btn-blue,
.cyber-security-page .cyber-btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  gap: 12px;
  color: #ffffff;
}

.cyber-security-page .cyber-btn-blue {
  background-color: #106FFF;
}

.cyber-security-page .cyber-btn-outline {
  background: transparent;
  border: 1px solid #fff;
}

.cyber-security-page .cyber-btn-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cyber-security-page .cyber-btn-blue::before {
  background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.cyber-security-page .cyber-btn-blue:hover {
  background-color: #0052cc;
}

.cyber-security-page .cyber-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.cyber-security-page .cyber-banner-actions img {
  width: auto;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease-in-out;
}

.cyber-security-page .cyber-banner-actions a:hover img {
  transform: translateX(4px);
}
 
/* navigation */

.cyber-security-page .cyber-nav-guide-container {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
}

.cyber-security-page .cyber-nav-title-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 110px;
}

.cyber-security-page .cyber-nav-title-wrapper h3 {
     color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-nav-title-line {
  width: 55px;
  height: 3px;
  background-color: #106FFF;
}

.cyber-security-page .cyber-nav-pills-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.cyber-security-page .cyber-nav-row {
  display: flex;
    gap: 14px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cyber-security-page .cyber-nav-pill {
      display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 30px;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.cyber-security-page .cyber-nav-pill:hover {
  background-color: #0c337a;
  border-color: #106FFF;
  color: #ffffff;
}

/* reality */

.cyber-security-page .cyber-reality-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.cyber-security-page .cyber-glow-left {
 position: absolute;
    top: 0%;
    left: -200px;
    width: 500px;
    height: 700px;
    background: #2563EB;
    opacity: 0.5;
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
}

.cyber-security-page .cyber-glow-right {
  position: absolute;
    bottom: 35%;
    right: -200px;
    width: 500px;
    height: 500px;
    background: rgb(255 82 235 / 14%);
    opacity: 1;
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
}

.cyber-security-page .cyber-reality-container .container {
  position: relative;
  z-index: 2;
}

.cyber-security-page .cyber-reality-eyebrow {
  display: block;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-reality-main-title {
    color: #ffffff;
    max-width: 900px;
    margin: 0 0 60px 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-reality-middle-row {
  margin-bottom: 80px;
}

.cyber-security-page .cyber-reality-img-box {
 width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.cyber-security-page .cyber-reality-img-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.cyber-security-page .cyber-reality-text-content {
  padding-left: 30px;
}

.cyber-security-page .cyber-reality-text-content h3 {
  color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-reality-text-content p {
  color: #ffffff;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -3%;
}

.cyber-security-page .cyber-reality-text-content p:last-child {
  margin-bottom: 0;
}

.cyber-security-page .cyber-stat-card {
  padding: 20px 0;
}

.cyber-security-page .cyber-stat-number {
      color: #106FFF;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-stat-desc {
  color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
}

.cyber-security-page .cyber-reality-stats-grid{
    border-bottom: 1px solid #ffffff2e;
    padding-bottom: 20px;
}
 
.cyber-security-page .cyber-reality-matrix-wrapper {
  width: 100%;
  background-color: #000000;
  padding: 0 0 80px 0;
  box-sizing: border-box;
      margin-top: -2px;
}

.cyber-security-page .cyber-matrix-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #ffffff;
}

.cyber-security-page .cyber-matrix-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cyber-security-page .cyber-matrix-row:last-child {
  border-bottom: none;
}

.cyber-security-page .cyber-matrix-risk-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cyber-security-page .cyber-matrix-risk-title span {
  color: #ffffff;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -3%;
}

.cyber-security-page .cyber-matrix-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cyber-security-page .cyber-matrix-text {
  color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.cyber-security-page .cyber-matrix-mobile-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cyber-security-page .cyber-matrix-mobile-card:last-child {
  border-bottom: none;
}

.cyber-security-page .cyber-mobile-meta label {
 display: block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #bdbcbc;
    margin-bottom: 2px;
    font-weight: 500;
    margin-top: 15px;
}

.cyber-security-page .cyber-matrix-action .cyber-btn-outline {
 position: relative;
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.16px;
    letter-spacing: 0%;
}

.cyber-security-page .cyber-matrix-action .cyber-btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(92.96deg, rgba(255, 255, 255, 0.4) 0.84%, rgba(255, 255, 255, 0) 103.02%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cyber-security-page .cyber-matrix-action .cyber-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.cyber-security-page .cyber-matrix-action img {
  width: auto;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease-in-out;
}

.cyber-security-page .cyber-matrix-action a:hover img {
  transform: translateX(4px);
}

.cyber-security-page .col-4.table-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -5%;
}
 

/* edge */

.cyber-security-page .cyber-edge-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  overflow: hidden;
  box-sizing: border-box;
}
 .cyber-security-page .cyber-edge-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 800px;
  background: radial-gradient(circle at 0% 0%, #2563eb 0%, rgba(37, 99, 235, 0) 70%);
  opacity: 0.6;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.cyber-security-page .cyber-edge-container::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 82, 235, 0.16) 0%, rgba(255, 82, 235, 0) 70%);
  filter: blur(120px);
  pointer-events: none;
  z-index: 1;
}
 
.cyber-security-page .cyber-edge-container .container {
  position: relative;
  z-index: 2;
}

.cyber-security-page .cyber-edge-eyebrow {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -5%;
}

.cyber-security-page .cyber-edge-main-title {
  color: #ffffff;
  max-width: 750px;
  margin: 0 0 40px 0;
  font-weight: 500;
  font-size: 60px;
    line-height: 70px;
  letter-spacing: -5%;
      text-transform: capitalize;
}

.cyber-security-page .cyber-edge-lead-desc p {
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -3%;
  max-width: 1100px;
  margin: 0;
}

.cyber-security-page .cyber-edge-container .cyber-matrix-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cyber-security-page .cyber-edge-container .table-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -5%;
  color: #ffffff;
}

.cyber-security-page .cyber-edge-container .cyber-matrix-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cyber-security-page .cyber-edge-container .cyber-matrix-row:last-child {
  border-bottom: none;
}

.cyber-security-page .cyber-edge-container .cyber-matrix-risk-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cyber-security-page .cyber-edge-container .cyber-matrix-risk-title span {
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -3%;
}

.cyber-security-page .cyber-edge-container .cyber-matrix-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cyber-security-page .cyber-edge-container .cyber-matrix-text {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -3%;
}

.cyber-security-page .cyber-edge-container .cyber-matrix-mobile-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cyber-security-page .cyber-edge-container .cyber-matrix-mobile-card:last-child {
  border-bottom: none;
}

.cyber-security-page .cyber-edge-container .cyber-mobile-meta label {
  display: block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #bdbcbc;
    margin-bottom: 2px;
    font-weight: 500;
    margin-top: 15px;
}

/* model */
.cyber-security-page .cyber-model-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  overflow: hidden;
  box-sizing: border-box;
}
 
.cyber-security-page .cyber-model-glow-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 600px;
  background: radial-gradient(circle at 0% 0%, #2563eb 0%, rgba(37, 99, 235, 0) 75%);
  opacity: 0.45;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}
 
.cyber-security-page .cyber-model-container .container {
  position: relative;
  z-index: 2;
}

.cyber-security-page .cyber-model-eyebrow {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -5%;
}

.cyber-security-page .cyber-model-main-title {
  color: #ffffff;
  margin: 0 0 60px 0;
  font-weight: 500;
  font-size: 60px;
    line-height: 70px;
  letter-spacing: -5%;
}

.cyber-security-page .cyber-model-container .cyber-matrix-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cyber-security-page .cyber-model-container .table-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -5%;
  color: #ffffff;
}

.cyber-security-page .cyber-model-container .cyber-matrix-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cyber-security-page .cyber-model-container .cyber-matrix-row:last-child {
  border-bottom: none;
}

.cyber-security-page .cyber-model-container .cyber-matrix-risk-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cyber-security-page .cyber-model-container .cyber-matrix-risk-title span {
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -3%;
}

.cyber-security-page .cyber-model-container .cyber-matrix-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cyber-security-page .cyber-model-container .cyber-matrix-text {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -3%;
}

.cyber-security-page .cyber-model-container .cyber-matrix-mobile-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cyber-security-page .cyber-model-container .cyber-matrix-mobile-card:last-child {
  border-bottom: none;
}

.cyber-security-page .cyber-model-container .cyber-mobile-meta label {
display: block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #bdbcbc;
    margin-bottom: 2px;
    font-weight: 500;
    margin-top: 15px;
}
 
/* services */
.cyber-security-page .cyber-services-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  overflow: hidden;
  box-sizing: border-box;
}
 
.cyber-security-page .cyber-services-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: radial-gradient(100% 100% at top center, #2563eb 0%, rgba(37, 99, 235, 0) 100%);
  opacity: 0.4;
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}
 
.cyber-security-page .cyber-services-container .container {
  position: relative;
  z-index: 2;
}

.cyber-security-page .cyber-services-main-title {
  color: #ffffff;
  max-width: 1000px;
  margin: 0 0 60px 0;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -5%;
  text-transform: capitalize;
}

.cyber-security-page .cyber-service-eyebrow{
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-services-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cyber-security-page .cyber-service-box {
  background: #00000057;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, rgba(207, 0, 241, 0) 47.27%);
  border-image-slice: 1;
  transition: background-color 0.3s ease;
}
 
.cyber-security-page .cyber-service-flex-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.cyber-security-page .cyber-service-left-col {
  padding-right: 45px;
}
 
.cyber-security-page .cyber-service-icon-block {
  flex-shrink: 0;
  margin-top: 4px;
}

.cyber-security-page .cyber-service-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cyber-security-page .cyber-service-content-block {
  flex-grow: 1;
}

.cyber-security-page .cyber-service-subtitle {
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cyber-security-page .cyber-service-title {
  color: #ffffff;
  margin: 0 0 25px 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -5%;
}

.cyber-security-page .cyber-service-desc p {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -3%;
}

.cyber-security-page .cyber-service-desc ul,
.cyber-security-page .cyber-accel-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.cyber-security-page .cyber-service-desc ul li,
.cyber-security-page .cyber-accel-content ul li {
  position: relative;
  padding-left: 20px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -3%;
}

.cyber-security-page .cyber-service-desc ul li::before,
.cyber-security-page .cyber-accel-content ul li::before {
  content: "•";
    position: absolute;
    left: -1px;
    color: #106FFF;
    font-size: 28px;
    top: -1px;
}
 
.cyber-security-page .cyber-service-right-col {
  padding-left: 45px;
  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, #7f0bff 0%, rgba(207, 0, 241, 0) 65%);
  border-image-slice: 1;
}

.cyber-security-page .cyber-accel-heading {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -2%;
  margin: 0 0 20px 0;
}

.cyber-security-page .cyber-accel-content {
  color: #aaaaaa;
}
 
/* compliance */

.cyber-security-page .cyber-compliance-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  overflow: hidden;
  box-sizing: border-box;
}
 
.cyber-security-page .cyber-compliance-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: radial-gradient(100% 100% at top center, #2563eb 0%, rgba(37, 99, 235, 0) 100%);
  opacity: 0.35;
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}

.cyber-security-page .cyber-compliance-container .container {
  position: relative;
  z-index: 2;
}
 
.cyber-security-page .cyber-compliance-subtitle {
  display: block;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-compliance-main-title {
  color: #ffffff;
  max-width: 1000px;
  margin: 0 0 60px 0;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -5%;
}

.cyber-security-page .cyber-inner-section-heading {
      color: #ffffff;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}
 
.cyber-security-page .cyber-frameworks-section {
  margin-bottom: 70px;
}

.cyber-security-page .cyber-frameworks-grid {
  display: grid;
  grid-template-columns: repeat(6, 10fr);
  gap: 15px;
}

.cyber-security-page .cyber-framework-card {
  background: #ffffff;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  min-height: 160px;
}

.cyber-security-page .cyber-framework-img-wrap {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.cyber-security-page .cyber-framework-logo {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.cyber-security-page .cyber-framework-title {
  color: #303030;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
}
 
.cyber-security-page .cyber-cpp-card {
      padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cyber-security-page .cyber-cpp-col{
    margin-bottom: 20px;
}

.cyber-security-page .cyber-cpp-number {
  color: #ffffff66;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -3%;
}

.cyber-security-page .cyber-cpp-title {
  color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -3%;
}

.cyber-security-page .cyber-cpp-desc {
 color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

/* outcomes */

.cyber-security-page .cyber-outcomes-container {
  width: 100%;
  background-color: transparent;  
  padding: 80px 0;
  box-sizing: border-box;
}

.cyber-security-page .cyber-outcomes-subtitle {
  display: block;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -5%;
}

.cyber-security-page .cyber-outcomes-main-title {
      color: #ffffff;
    max-width: 1100px;
    margin: 0 0 60px 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}
 
.cyber-security-page .cyber-outcome-card {
  background: #FFFFFF1A;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cyber-security-page .cyber-outcome-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
}

.cyber-security-page .cyber-outcome-img-wrap {
  width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.cyber-security-page .cyber-outcome-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cyber-security-page .cyber-outcome-content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cyber-security-page .cyber-outcome-card-title {
      color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -3%;
}

.cyber-security-page .cyber-outcome-card-desc p {
  color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.cyber-security-page .cy-outcome-box{
    margin-bottom: 20px;
}

/* contact */
.cyber-contact-section .contact-left-content {
    padding: 100px 0% 100px 0%;
}

.cyber-contact-section .experion-description {
    color: #1a1a1a;
    max-width: 653px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -5%;
}

.cyber-contact-section  .experion-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -3.5px;
    color: #000;
    margin-bottom: 30px;
}

.cyber-contact-section .experion-arrow img{
     width: 15px;
     height: 15px;
     object-fit: contain;
     filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.cyber-contact-section .cyber-btn-white {
    background-color: #ffffff00;
    border: 1px solid #000;
    color: #000;
}

.cyber-contact-section .cyber-btn-white img{
    filter: brightness(0);
}

.cyber-contact-section .cyber-btn-white:hover {
    background-color: #ffffff75;
}

.cyber-contact-section .experion-btn {
    margin-bottom: 10px;
}

.cyber-contact-section .cyber-btn-contact:hover {
    background-color: #106FFF;
    color: #ffffff;
}
 

/* CYBER SECURITY PAGE ENDS */

/* THANK YOU PAGE STARTS*/

.thank-you-page {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000001c;
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  box-sizing: border-box;
}

.thank-you-page::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(127, 11, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(80px);
  pointer-events: none;
}

.thank-you-page::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(80px);
  pointer-events: none;
}

.thank-you-page .thank-you-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 5;
  padding: 100px 0px;
}

.thank-you-page .thank-you-card {
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 50px rgb(0 0 0 / 15%);
    background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
}

.thank-you-page .thank-you-icon-box {
  width: 110px;
  height: 110px;
  margin: 0 auto 5px auto;
  position: relative;
}

.thank-you-page .thank-you-icon-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #106fff;
  border-radius: 50%;
  filter: blur(25px);
  opacity: 0;
  animation: ty-glow-reveal 0.8s ease-in-out 0.9s forwards;
}

.thank-you-page .thank-you-checkmark {
      width: 90px;
    height: 90px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #106fff;
  stroke-miterlimit: 10;
  position: relative;
  z-index: 2;
  box-shadow: inset 0px 0px 0px transparent;
  animation: ty-fill .4s ease-in-out .4s forwards, ty-scale .3s ease-in-out .9s backwards;
}

.thank-you-page .thank-you-checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #106fff;
  fill: none;
  animation: ty-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.thank-you-page .thank-you-checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-width: 4;
  stroke: #ffffff;
  animation: ty-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.thank-you-page .thank-you-title {
      color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 400;
       font-size: 45px;
    line-height: 50px;
    letter-spacing: -5%;
}

.thank-you-page .thank-you-desc {
   margin: 0 0 30px 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1%;
}

.thank-you-page .thank-you-btn {
      display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
}

.thank-you-page .thank-you-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.thank-you-page .thank-you-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.thank-you-page .thank-you-btn:hover {
 
  color: #ffffff;
  transform: translateY(-2px);
}

@keyframes ty-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes ty-scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes ty-fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #106fff;
  }
}

@keyframes ty-glow-reveal {
  100% {
    opacity: 0.3;
  }
}

/* THANK YOU PAGE ENDS*/

/* ERROR PAGE STARTS */
.error-page-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000001c;
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  box-sizing: border-box;
}

.error-page-wrapper::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(127, 11, 255, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(80px);
  pointer-events: none;
}

.error-page-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(80px);
  pointer-events: none;
}

.error-page-wrapper .container {
  position: relative;
  z-index: 5;
}

.error-page-wrapper .error-content-clean {
  padding: 20px 100px 20px 10px;
  background: transparent;
}

.error-page-wrapper .error-code-title {
  color: #ffffffed;
    font-size: 100px;
    line-height: 90px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: -2px;
    background: linear-gradient(92.96deg, #5297ff 0.84%, #ffffff 103.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-page-wrapper .error-main-heading {
  color: #ffffff;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -3%;
}

.error-page-wrapper .error-desc-text {
  margin: 0 0 35px 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1%;
  opacity: 0.85;
}

.error-page-wrapper .error-redirect-btn {
  display: inline-flex;
  align-items: center;
  background-color: #106FFF;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  position: relative;
  text-decoration: none;
}

.error-page-wrapper .error-redirect-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.error-page-wrapper .error-redirect-btn:hover:before {
  background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.error-page-wrapper .error-redirect-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(16, 111, 255, 0.3);
}

.error-page-wrapper .error-svg-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.error-page-wrapper .error-animated-svg {
  width: 100%;
  height: auto;
}

.error-page-wrapper .animated-magnifier-glass {
  animation: err-search-loop 6s ease-in-out infinite;
}

.error-page-wrapper .lens-glow {
  animation: err-lens-flash 3s ease-in-out infinite alternate;
}

.error-page-wrapper .error-pulse-ring {
  transform-origin: 200px 200px;
  animation: err-pulse-ring-glow 1.5s ease-out infinite;
}

.error-page-wrapper .broken-wire {
  animation: err-wire-glitch 2s infinite steps(2);
}

@keyframes err-search-loop {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(-8px, 12px); }
  66% { transform: translate(14px, -6px); }
}

@keyframes err-lens-flash {
  0% { stroke: #106FFF; filter: drop-shadow(0 0 2px rgba(16, 111, 255, 0.4)); }
  100% { stroke: #7CE3FF; filter: drop-shadow(0 0 12px rgba(124, 227, 255, 0.8)); }
}

@keyframes err-pulse-ring-glow {
  0% { r: 6; opacity: 1; stroke: #ff3b3b; }
  100% { r: 24; opacity: 0; stroke: #943DBC; }
}

@keyframes err-wire-glitch {
  0%, 90%, 100% { opacity: 0.8; stroke: #ff3b3b; }
  93%, 97% { opacity: 0.1; stroke: #943DBC; }
}

/* ERROR PAGE STARTS */

/* INSIGHTS PAGE STARTS */
.insights-page-wrap {
    background-color: #000000;
    color: #ffffff;
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}
.insights-page-wrap .insights-bg-glow {
   position: absolute;
    top: -50px;
    left: -50px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgb(0 102 255 / 42%) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}
.insights-page-wrap .container {
    position: relative;
    z-index: 2;
}
.insights-page-wrap .insights-header {
    margin-bottom: 60px;
}
.insights-page-wrap .insights-subtitle {
   display: block;
    color: #888888;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.insights-page-wrap .insights-header h1 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.insights-page-wrap .insights-desc p {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0%;
}
 
.insights-page-wrap .insights-desc p:last-child {
    margin-bottom: 0;
}

.insights-page-wrap .insights-filter-system {
    margin-bottom: 40px;
}

.insights-page-wrap .main-filter-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.insights-page-wrap .filter-box {
    position: relative;
}

.insights-page-wrap .filter-trigger {
    background: #FFFFFF1A;
    border: 0px solid #2c2c2e00;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 150px;
    justify-content: space-between;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.insights-page-wrap .filter-trigger .sign{
         color: #438EFF;
         font-size: 20px;
}

.insights-page-wrap .filter-box.active .filter-trigger {
        color: #000;
    background: #ffffff;
    border-color: #ffffff;
}

.insights-page-wrap .search-filter-box {
    width: 280px;
    position: relative;
}

.insights-page-wrap .search-filter-box input {
    width: 100%;
    border-radius: 15px;
    font-size: 16px;
    box-sizing: border-box;
    background: #FFFFFF1A;
    border: 0px solid #2c2c2e00;
    color: #ffffff;
    padding: 15px 45px 15px 24px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.insights-page-wrap .search-filter-box input::placeholder{
     color: #ffffff;
}

.insights-page-wrap .search-filter-box input:focus {
    border-color: #48484a;
    outline: none;
}

.insights-page-wrap .search-filter-box .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;
}
 
.insights-page-wrap .sort-filter-box {
    margin-left: auto;
    position: relative;
}

.insights-page-wrap .custom-sort-select {
    background: #8585851c;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    min-width: 260px;
    appearance: none;
    -webkit-appearance: none;
    border: 0px solid #2c2c2e00;
    color: #ffffff;
    padding: 17px 45px 17px 24px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.insights-page-wrap .custom-sort-select option {
    background-color: #0b0f19;  
    color: #ffffff;            
    padding: 10px;              
}

.insights-page-wrap .custom-sort-select:focus {
    border-color: #48484a;
}

.insights-page-wrap .sort-filter-box .sort-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;
}

.insights-page-wrap .filter-expanded-drawer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    overflow: hidden;
}

.insights-page-wrap .filter-expanded-drawer.open {
    display: grid;
    grid-template-rows: 1fr;
}

.insights-page-wrap .drawer-anim-wrapper {
    min-height: 0;
}

.insights-page-wrap .drawer-inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 25px;
}

.insights-page-wrap .tag-pill {
      background: #0000003d;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid #5c5c7047;
}

.insights-page-wrap .tag-pill input {
    display: none;
}

.insights-page-wrap .tag-pill:hover {
    border-color: #48484a;
}

.insights-page-wrap .tag-pill.active {
    background: #106FFF59;
    border: 1px solid #106FFF;
}
 
.insights-page-wrap .insights-grid {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    gap: 20px;
}

.insights-page-wrap .insight-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 420px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    opacity: 0;
    transform: translateY(30px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.insights-page-wrap .insight-card.grid-visible {
    display: flex;
}

.insights-page-wrap .insight-card.animate-up {
    opacity: 1;
    transform: translateY(0);
}
 
.insights-page-wrap .insight-card.span-col-4 { grid-column: span 6; }  
.insights-page-wrap .insight-card.span-wide { grid-column: span 9; }  
.insights-page-wrap .insight-card.span-narrow { grid-column: span 6; } 

.insights-page-wrap .insights-empty-state {
    text-align: center;
    padding: 80px 0;
    border: 1px dashed #2c2c2e;
    border-radius: 12px;
    margin: 20px 0;
}

.insights-page-wrap .insights-empty-state h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.insights-page-wrap .insights-empty-state p {
    color: #aeaeb2;
    margin: 0;
}

.insights-page-wrap .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.insights-page-wrap .card-top-slot,
.insights-page-wrap .card-bottom-slot {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.insights-page-wrap .card-title {
       margin: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.insights-page-wrap .card-badge {
    background: rgb(255 255 255 / 3%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 16px;
    border-radius: 13px;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -3%;
}

.insights-page-wrap .insights-load-more-wrap {
    text-align: center;
    margin-top: 50px;
}

.insights-page-wrap .load-more-btn {
        background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.insights-page-wrap .load-more-btn img {
       height: 15px;
    width: 15px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}


/* INSIGHTS PAGE ENDS */

/* SINGLE PRODUCT ENGINEERING */

.single-product-engineering-page .pe-hero-banner {
   background-color: #00000063;
    color: #ffffff;
    padding: 130px 0 0 0;
    position: relative;
    overflow: visible;
}

.single-product-engineering .experion-page-glow {
    position: fixed;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 75vw;
    background: url(assets/img/gradient-shape-animation.webp) no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    animation: imagePulse 8s infinite alternate ease-in-out;
}

.single-product-engineering-page .pe-hero-right-glow {
        position: absolute;
    top: -100px;
    right: -260px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #F37F204D 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.single-product-engineering-page .container {
    position: relative;
    z-index: 2;
}

.single-product-engineering-page .pe-hero-header {
    margin-bottom: 60px;
}

.single-product-engineering-page .pe-hero-subtitle {
   display: block;
    color: #888888;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}

.single-product-engineering-page .pe-hero-header h1 {
      margin: 0;
    font-weight: 500;
   font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}
 
.single-product-engineering-page .pe-hero-media-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-color: #0d0d11;
   
}

.single-product-engineering-page .pe-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-product-engineering-page .pe-hero-poster-fallback {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

 /* about */

 .single-product-engineering-page .pe-about-section {
   background-color: #000000d9;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.single-product-engineering-page .pe-about-header {
    margin-bottom: 35px;
    max-width: 60%;
}

.single-product-engineering-page .pe-about-header h2 {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.05em;
}

.single-product-engineering-page .pe-about-content {
    max-width: 95%;
}

.single-product-engineering-page .pe-about-content p {
       color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.03em;
    margin: 0 0 20px 0;
}

.single-product-engineering-page .pe-about-content p:last-child {
    margin-bottom: 0;
}

/* stories */

.single-product-engineering-page .pe-stories-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff1f;
    border-bottom: 1px solid #ffffff1f;
}

.single-product-engineering-page .pe-stories-left-glow {
    position: absolute;
    top: -200px;
    left: -200px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.single-product-engineering-page .pe-stories-section .container {
    position: relative;
    z-index: 2;
}

.single-product-engineering-page .pe-stories-header {
    margin-bottom: 60px;
}

.single-product-engineering-page .pe-stories-subtitle {
  display: block;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -5%;
}

.single-product-engineering-page .pe-stories-header h2 {
    margin: 0;
    font-weight: 500;
   font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.single-product-engineering-page .pe-stories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.single-product-engineering-page .pe-story-card {
    background: rgba(255, 255, 255, 0.01);
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
}
 
.single-product-engineering-page .pe-story-icon-wrap {
    margin-bottom: 25px;
     height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
}

.single-product-engineering-page .pe-story-icon {
    max-height: 100%;
    object-fit: contain;
    height: 80px;
    width: 80px;
}

.single-product-engineering-page .pe-story-card-title {
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -3%;
}

.single-product-engineering-page .pe-story-card-desc {
   margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}
 
/* success stories */

.single-product-engineering-page .pe-success-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.single-product-engineering-page .pe-success-header {
    margin-bottom: 50px;
}

.single-product-engineering-page .pe-success-header h2 {
   margin: 0;
    font-weight: 500;
   font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.single-product-engineering-page .pe-success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.single-product-engineering-page .pe-success-card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.single-product-engineering-page .pe-success-card:hover {
    transform: translateY(-5px);
}

.single-product-engineering-page .pe-success-card-title {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.single-product-engineering-page .pe-success-card-desc {
    margin: 0 0 30px 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}

.single-product-engineering-page .pe-success-cta {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: max-content;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -3%;
}
 

/* SINGLE PRODUCT ENGINEERING ENDS*/


/* SINGLE DIGITAL TRANSFORMATION STARTS */

.single-digital-transformation-page .dt-hero-banner {
    background-color: #00000063;
    color: #ffffff;
    padding: 130px 0 0 0;
    position: relative;
    overflow: visible;
}

.single-digital-transform .experion-page-glow {
    position: fixed;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 75vw;
    background: url(assets/img/gradient-shape-animation.webp) no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    animation: imagePulse 8s infinite alternate ease-in-out;
}

.single-digital-transformation-page .dt-hero-right-glow {
    position: absolute;
    top: -100px;
    right: -260px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #F37F204D 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.single-digital-transformation-page .container {
    position: relative;
    z-index: 2;
}

.single-digital-transformation-page .dt-hero-header {
    margin-bottom: 60px;
}

.single-digital-transformation-page .dt-hero-subtitle {
    display: block;
    color: #888888;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}

.single-digital-transformation-page .dt-hero-header h1 {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.single-digital-transformation-page .dt-hero-media-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-color: #0d0d11;
}

.single-digital-transformation-page .dt-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-digital-transformation-page .dt-hero-poster-fallback {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* about */

.single-digital-transformation-page .dt-about-section {
    background-color: #000000d9;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.single-digital-transformation-page .dt-about-header {
    margin-bottom: 50px;
    max-width: 60%;
}

.single-digital-transformation-page .dt-about-header h2 {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.05em;
}

.single-digital-transformation-page .dt-about-content {
    max-width: 95%;
}

.single-digital-transformation-page .dt-about-content p {
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.03em;
    margin: 0 0 20px 0;
}

.single-digital-transformation-page .dt-about-content p:last-child {
    margin-bottom: 0;
}

/* stories */

.single-digital-transformation-page .dt-stories-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff1f;
    border-bottom: 1px solid #ffffff1f;
}

.single-digital-transformation-page .dt-stories-left-glow {
    position: absolute;
    top: -200px;
    left: -200px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.single-digital-transformation-page .dt-stories-section .container {
    position: relative;
    z-index: 2;
}

.single-digital-transformation-page .dt-stories-header {
    margin-bottom: 60px;
}

.single-digital-transformation-page .dt-stories-subtitle {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -5%;
}

.single-digital-transformation-page .dt-stories-header h2 {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.single-digital-transformation-page .dt-stories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.single-digital-transformation-page .dt-story-card {
    background: rgba(255, 255, 255, 0.01);
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
}

.single-digital-transformation-page .dt-story-icon-wrap {
    margin-bottom: 25px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
}

.single-digital-transformation-page .dt-story-icon {
    max-height: 100%;
    object-fit: contain;
    height: 80px;
    width: 80px;
}

.single-digital-transformation-page .dt-story-card-title {
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -3%;
}

.single-digital-transformation-page .dt-story-card-desc {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}

/* success stories */

.single-digital-transformation-page .dt-success-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.single-digital-transformation-page .dt-success-header {
    margin-bottom: 50px;
}

.single-digital-transformation-page .dt-success-header h2 {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -5%;
}

.single-digital-transformation-page .dt-success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.single-digital-transformation-page .dt-success-card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.single-digital-transformation-page .dt-success-card:hover {
    transform: translateY(-5px);
}

.single-digital-transformation-page .dt-success-card-title {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.single-digital-transformation-page .dt-success-card-desc {
    margin: 0 0 30px 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}

.single-digital-transformation-page .dt-success-cta {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: max-content;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -3%;
}

/* SINGLE DIGITAL TRANSFORMATION ENDS*/

/* EMBEDDED ENGINEERING PAGE STARTS */

.embedded-eng-page-wrapper .embedded-banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
}

.embedded-eng-page-wrapper .arc-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.embedded-eng-page-wrapper .arc-video-bg  {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
 

.embedded-eng-page-wrapper .embedded-banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(90deg, #00000000 53%, rgb(0 0 0 / 0%) 60%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #000000 0%, rgb(0 0 0 / 7%) 8%, rgba(0, 0, 0, 0) 20%);
  z-index: 2;
  pointer-events: none;
}

.embedded-eng-page-wrapper .embedded-banner-layout-container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 110px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.embedded-eng-page-wrapper .embedded-banner-content-row {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.embedded-eng-page-wrapper .embedded-banner-content {
  width: 100%;
  max-width: 780px;
}

.embedded-eng-page-wrapper .embedded-banner-content h1 {
 color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.embedded-eng-page-wrapper .embedded-banner-points p {
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.6px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 25px;
}

.embedded-eng-page-wrapper .gradient-blue {
  background: linear-gradient(90deg, #106FFF 0%, #7CE3FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.embedded-eng-page-wrapper .embedded-banner-points ul {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.embedded-eng-page-wrapper .embedded-banner-points ul li {
  color: #ffffff;
    position: relative;
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.embedded-eng-page-wrapper .embedded-banner-points ul li::before {
  content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.embedded-eng-page-wrapper .embedded-btn-primary {
     display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -2%;
    gap: 10px;
}

.embedded-eng-page-wrapper .embedded-btn-primary img{
    width: 15px;
    height: 15px;
    object-fit: contain;
     filter: brightness(0);
}

/* navigation embedded */

.embedded-eng-page-wrapper .embedded-nav-guide-container {
  width: 100%;
  background-color: #000000;
  padding: 80px 0 10px;
  box-sizing: border-box;
}

.embedded-eng-page-wrapper .embedded-nav-title-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 110px;
}

.embedded-eng-page-wrapper .embedded-nav-title-wrapper h3 {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -5%;
}

.embedded-eng-page-wrapper .embedded-nav-title-line {
  width: 55px;
  height: 3px;
  background-color: #106FFF;
}

.embedded-eng-page-wrapper .embedded-nav-pills-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.embedded-eng-page-wrapper .embedded-nav-row {
  display: flex;
    gap: 14px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.embedded-eng-page-wrapper .embedded-nav-pill {
     display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .embedded-nav-pill:hover {
  background-color: #0c337a;
  border-color: #106FFF;
  color: #ffffff;
}


/* challenge */


.embedded-eng-page-wrapper .embedded-challenge-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
}

.embedded-eng-page-wrapper .embedded-challenge-header {
  margin-bottom: 70px;
  align-items: flex-start;
}

.embedded-eng-page-wrapper .embedded-challenge-header h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -2.5px;
  color: #ffffff;
  margin: 0;
  padding-right: 30px;
}
 
.embedded-eng-page-wrapper .challenge-desc-text p{
  font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.6px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
}

.embedded-eng-page-wrapper .embedded-challenge-table-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.embedded-eng-page-wrapper .embedded-table-header-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  padding: 0 0 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.embedded-eng-page-wrapper .embedded-th {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.embedded-eng-page-wrapper .embedded-table-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

.embedded-eng-page-wrapper .embedded-table-row:last-child {
  border-bottom: none;
}

.embedded-eng-page-wrapper .challenge-title-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.embedded-eng-page-wrapper .challenge-icon-box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.embedded-eng-page-wrapper .challenge-icon-box img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.embedded-eng-page-wrapper .challenge-title-block h3 {
      color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .embedded-td p {
  color: #fff;
    margin: 0;
    padding-right: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .mobile-label {
  display: none;
}

.embedded-eng-page-wrapper .embedded-challenge-footer-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.embedded-eng-page-wrapper .embedded-btn-outline {
 display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 13px 32px;
    border-radius: 30px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    font-weight: 500;
    font-size: 18px;
    line-height: 22.16px;
    letter-spacing: 0%;
    gap: 10px;
}

.embedded-eng-page-wrapper .embedded-btn-outline img{
     filter: brightness(0) invert(1);
     width: 17px;
     height: 17px;
     object-fit: contain;
}

.embedded-eng-page-wrapper .embedded-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

/* edge */

.embedded-eng-page-wrapper .experion-edge-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.embedded-eng-page-wrapper .experion-edge-section::before {
  content: '';
  position: absolute;
  top: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background-color: #2563EB;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

.embedded-eng-page-wrapper .experion-edge-section .container {
  position: relative;
  z-index: 2;
}

.embedded-eng-page-wrapper .edge-section-header-stacked {
  margin-bottom: 65px;
  width: 100%;
  max-width: 950px;
}

.embedded-eng-page-wrapper .edge-section-header-stacked h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -5%;
  color: #ffffff;
  margin: 0 0 35px 0;
}

.embedded-eng-page-wrapper .edge-desc-text-stacked  {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -3%;
  color: #ffffff;
  margin: 0;
}

.embedded-eng-page-wrapper .experion-edge-grid {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

.embedded-eng-page-wrapper .edge-feature-box {
  background: rgba(255, 255, 255, 0.01);
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
  border-image-slice: 1;
  transition: background-color 0.3s ease;
}

.embedded-eng-page-wrapper .edge-box-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embedded-eng-page-wrapper .edge-box-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.embedded-eng-page-wrapper .edge-feature-box h3 {
      color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .edge-feature-box p {
 color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .edge-conlusion p{
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.6px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
}

/* embedded model */

.embedded-eng-page-wrapper .embedded-model-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
 
.embedded-eng-page-wrapper .embedded-model-section::before {
  content: '';
  position: absolute;
  top: -180px;
  left: -180px;
  width: 550px;
  height: 550px;
  background-color: #2563EB;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.embedded-eng-page-wrapper .embedded-model-section .container {
  position: relative;
  z-index: 2;
}

.embedded-eng-page-wrapper .embedded-model-header {
  margin-bottom: 75px;
  width: 100%;
  max-width: 900px;
}

.embedded-eng-page-wrapper .embedded-model-header h2 {
  font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #ffffff;
    margin: 0;
}

.embedded-eng-page-wrapper .embedded-model-table-wrapper {
  width: 100%;
}

.embedded-eng-page-wrapper .model-table-header-row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr;
  padding: 0 0 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.embedded-eng-page-wrapper .model-th {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.embedded-eng-page-wrapper .model-table-row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

.embedded-eng-page-wrapper .model-table-row:last-child {
  border-bottom: none;
}

.embedded-eng-page-wrapper .stage-title-block {
  display: flex;
  align-items: center;
  gap: 18px;
}

.embedded-eng-page-wrapper .stage-icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.embedded-eng-page-wrapper .stage-icon-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.embedded-eng-page-wrapper .stage-title-block h3 {
color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    padding-right: 30px;
}

.embedded-eng-page-wrapper .model-td p {
  color: #fff;
    margin: 0;
    padding-right: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .model-td.td-outcome p {
  padding-right: 0;
}

.embedded-eng-page-wrapper .model-table-row .mobile-label {
  display: none;
}


/* services */

.embedded-eng-page-wrapper .embedded-services-section {
      width: 100%;
    background-color: #000000;
    padding: 80px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.embedded-eng-page-wrapper .embedded-services-section .container {
    position: relative;
    z-index: 2;
}

.embedded-eng-page-wrapper .embedded-services-section::before {
   content: '';
    position: absolute;
    top: 0px;
    left: -180px;
    width: 900px;
    height: 200vh;
    background-color: #2563EB;
    border-radius: 50%;
    filter: blur(160px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

.embedded-eng-page-wrapper .services-main-header {
  margin-bottom: 90px;
  width: 100%;
  max-width: 900px;
}

.embedded-eng-page-wrapper .services-main-header h2 {
  font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #ffffff;
    margin: 0;
}

.embedded-eng-page-wrapper .services-blocks-list {
  display: flex;
  flex-direction: column;
  gap: 50px; 
  width: 100%;
}

.embedded-eng-page-wrapper .service-block-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}

.embedded-eng-page-wrapper .service-block-item:nth-child(even) {
  flex-direction: row-reverse;
}

.embedded-eng-page-wrapper .service-info-column {
  width: 55%;
  flex-shrink: 0;
}

.embedded-eng-page-wrapper .service-graphic-column {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embedded-eng-page-wrapper .service-title {
     color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -5%;
}

.embedded-eng-page-wrapper .service-description p {
 color: #ffffff;
    margin: 0 0 35px 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .service-lists-row {
  display: flex;
  gap: 40px;
  width: 100%;
}

.embedded-eng-page-wrapper .service-list-col {
  flex: 1;
}

.embedded-eng-page-wrapper .service-list-col h4 {
  color: #ffffff;
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .service-bullet-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.embedded-eng-page-wrapper .service-bullet-points ul li {
      color: #ffffff;
    position: relative;
    padding-left: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .service-bullet-points ul li:last-child {
  margin-bottom: 0;
}

.embedded-eng-page-wrapper .service-bullet-points ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.embedded-eng-page-wrapper .service-image-container {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
}

.embedded-eng-page-wrapper .service-image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


/* embedded platforms */

.embedded-eng-page-wrapper .embedded-platforms-section {
  width: 100%;
  background-color: #000000;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
 
.embedded-eng-page-wrapper .embedded-platforms-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -200px;
  width: 550px;
  height: 550px;
  background-color: #2563EB;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}

.embedded-eng-page-wrapper .embedded-platforms-section .container {
  position: relative;
  z-index: 2;
}

.embedded-eng-page-wrapper .platforms-section-header {
  margin-bottom: 65px;
  width: 100%;
  max-width: 850px;
}
 
.embedded-eng-page-wrapper .platforms-section-header h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -2.5px;
  color: #ffffff;
  margin: 0;
}
 
.embedded-eng-page-wrapper .embedded-platforms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
}
 
.embedded-eng-page-wrapper .platform-capability-box {
  background: rgba(255, 255, 255, 0.01);
  padding: 30px 25px 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
  border-image-slice: 1;
  transition: background-color 0.3s ease;
}
  
.embedded-eng-page-wrapper .platform-box-icon {
  width: 65px;
    height: 65px;
    margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embedded-eng-page-wrapper .platform-box-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.embedded-eng-page-wrapper .platform-capability-box h3 {
  color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .platform-capability-box p {
 color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
    margin: 0px;
}

/* case study */

.embedded-eng-page-wrapper .embedded-outcomes-section {
  width: 100%;
  background: #000000;
  background-image: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
  padding: 80px 0;
  box-sizing: border-box;
}

.embedded-eng-page-wrapper .outcomes-section-header {
  margin-bottom: 60px;
  width: 100%;
}

.embedded-eng-page-wrapper .outcomes-section-header .sub-eyebrow {
      display: block;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 30px;
    line-height: 26px;
}

.embedded-eng-page-wrapper .outcomes-section-header h2 {
  color: #ffffff;
    margin: 0;
    font-weight: 540;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
}

.embedded-eng-page-wrapper .outcomes-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}

.embedded-eng-page-wrapper .outcome-story-card {
  padding: 20px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.embedded-eng-page-wrapper .outcome-story-card:hover {
  transform: translateY(-2px);
}

.embedded-eng-page-wrapper .card-auto-number {
    color: rgb(255 255 255 / 23%);
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .card-main-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.embedded-eng-page-wrapper .outcome-story-card h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -3%;
    color: #ffffff;
    margin: 0 0 20px 0;

}

.embedded-eng-page-wrapper .outcome-story-card p {
      color: rgb(255 255 255);
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .card-read-more-btn {
      color: #ffffff;
    display: inline-flex;
    align-items: center;
    position: relative;
    opacity: 0.9;
    transition: opacity 0.2s ease;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.embedded-eng-page-wrapper .card-read-more-btn:hover {
  opacity: 1;
}

/* contact */

.embedded-eng-contact-section .contact-left-content {
    padding: 100px 0% 100px 0%;
}

 .embedded-eng-contact-section .experion-description {
    color: #1a1a1a;
    max-width: 653px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -5%;
}

 .embedded-eng-contact-section  .experion-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -3.5px;
    color: #000;
    margin-bottom: 30px;
}

.embedded-eng-contact-section .experion-arrow img{
     width: 15px;
     height: 15px;
     object-fit: contain;
     filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.embedded-eng-contact-section .embedded-btn-white {
    background-color: #ffffff00;
    border: 1px solid #000;
    color: #000;
}

.embedded-eng-contact-section .embedded-btn-white img{
    filter: brightness(0);
}

.embedded-eng-contact-section .embedded-btn-white:hover {
    background-color: #ffffff75;
}

.embedded-eng-contact-section .experion-btn {
    margin-bottom: 10px;
}

.embedded-eng-contact-section .embedded-btn-contact:hover {
    background-color: #106FFF;
    color: #ffffff;
}

/* EMBEDDED ENGINEERING PAGE ENDS */

/* COMMON PAGE STARTS */

.common-page-wrapper {
    color: #fff;
    padding: 130px 0px 100px;
}

.page-template-default b, 
.page-template-default strong {
    font-weight: 600;
    font-size: 20px;
}

.page-template-default .common-main-title{
    width: 900px;
}

.page-template-default .common-page-wrapper h1 {
    color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.common-page-wrapper p {
    font-size: 18px;
}

.page-template-default .common-page-wrapper h2 {
     color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -5%;
    margin-bottom: 20px;
    margin-top: 50px;
}

.page-template-default .common-page-wrapper h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.page-template-default .common-page-wrapper ul li{
     margin-bottom: 15px;
}

.page-template-default .common-page-wrapper ol li {
    margin-bottom: 15px;
}
 
.page-template-default .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
    max-width: 100%;
}
 
.page-template-default .alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    max-width: 100%;
}
 
.page-template-default .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.page-template-default .entry-content::after,
.page-template-default .the_content::after {
    content: "";
    display: table;
    clear: both;
}


.common-page-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 50px 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.common-page-wrapper table thead tr th,
.common-page-wrapper table tr:first-child td,
.common-page-wrapper table tr th {
    
    font-weight: 500;
    padding: 15px 22px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 17px;
}

.common-page-wrapper table tbody tr td {
    padding: 15px 22px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    background-color: #050505a8;
}

.common-page-wrapper table tbody tr td:first-child {
    background-color: #ffffff08;
    color: #fff;
    font-weight: 500;
    width: 25%;
}
  
/* COMMON PAGE ENDS */

/* RESOURCES PAGE STARTS */

.resource-page-wrap {
    padding: 100px 0;
    position: relative;
}

.resource-page-wrap .resource-title-sec {
   text-align: left;
    margin-bottom: 60px;
    width: 900px;
}

.resource-page-wrap .resource-title-sec h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5%;
    color: #fff;
}

.resource-page-wrap .resource-title-sec p {
       font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
    color: #ffffff;
}

.resource-page-wrap .res-interactive-row {
    display: flex;
    align-items: stretch;   /* was flex-start */
    gap: 40px;
}

.resource-page-wrap .res-nav-column {
    width: 40%;
}

.resource-page-wrap .res-sticky-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 40px;
}

.resource-page-wrap .res-tab-trigger {
    color: #cfcfcf;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -3%;
    transition: all .3s ease-in-out;
}

.resource-page-wrap .res-tab-trigger::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    height: 10px;
    background-color: #106FFF;
    border-radius: 50%;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.resource-page-wrap .res-tab-trigger:hover {
    color: #fff;
}

.resource-page-wrap .res-tab-trigger.active {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.resource-page-wrap .res-tab-trigger.active::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.resource-page-wrap .res-details-column {
    width: 60%;
}

.resource-page-wrap .res-pane-box {
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.resource-page-wrap .res-pane-box.res-fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.resource-page-wrap .res-pane-description {
    margin-bottom: 25px;
}

.resource-page-wrap .res-pane-description p {
   font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -3%;
    color: #fff;
}

.resource-page-wrap .res-action-btn {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    margin-bottom: 40px;
    transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), color 0.3s ease;
}

.resource-page-wrap .res-action-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.resource-page-wrap .res-action-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.resource-page-wrap .res-action-btn:hover {
    background-color: #0056e0;
    color: #fff;
}

.resource-page-wrap .res-action-btn i {
    margin-left: 10px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.resource-page-wrap .res-action-btn:hover i {
    transform: translateX(4px);
}

.resource-page-wrap .res-pills-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 1px solid #ffffff29;
    padding-top: 30px;
}

.resource-page-wrap .res-pill-item {
    background: transparent;
    border: 1px solid #ffffff8f;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.resource-page-wrap .res-pill-item:hover {
    border-color: #106FFF;
    background: #106FFF59;
}

.resource-page-wrap .res-mobile-accordion {
    display: none;
    width: 100%;
}


/* RESOURCES PAGE ENDS */

/* OVERVIEW PAGE STARTS */

.overview-page-wrapper .ov-banner-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 0 60px 0;
    overflow: hidden;
    background-color: #000;
}

.overview-page-wrapper .ov-banner-video,
.overview-page-wrapper .ov-video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.overview-page-wrapper .ov-video-fallback {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overview-page-wrapper .ov-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}

.overview-page-wrapper .ov-banner-content-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
}

.overview-page-wrapper .ov-text-layout-column {
    width: 100%;
    max-width: 650px;
    text-align: left;
}

.overview-page-wrapper .ov-upper-tagline {
    display: block;
    color: #cfcfcf;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.overview-page-wrapper .ov-main-hero-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.overview-page-wrapper .ov-sub-heading-title {
    color: #fff;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.overview-page-wrapper .ov-banner-description p {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.overview-page-wrapper .ov-banner-description p:last-child {
    margin-bottom: 0;
}

.overview-page-wrapper .ov-clutch-badge-box {
    position: absolute;
    bottom: 0;
    right: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 200px;
}

.overview-page-wrapper .ov-clutch-cta-text {
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.overview-page-wrapper .ov-clutch-redirect-anchor {
    display: block;
    transition: transform 0.3s ease;
}

.overview-page-wrapper .ov-clutch-redirect-anchor:hover {
    transform: translateY(-2px);
}

.overview-page-wrapper .ov-clutch-brand-logo {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
}

/* values */

.overview-page-wrapper .ov-values-container {
    background: #000;
    padding: 80px 0;
    width: 100%;
    position: relative;
   overflow: visible;
}

.overview-page-wrapper .ov-values-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 450px;
    background: #2563EB;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

.overview-page-wrapper .ov-values-container .container {
    position: relative;
    z-index: 2;
}

.overview-page-wrapper .ov-values-section-title {
    margin-bottom: 50px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.overview-page-wrapper .ov-values-section-title span {
    background: linear-gradient(88.57deg, #28F1FF -2.73%, #3456FF 40.1%, #FF00D5 86.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.overview-page-wrapper .ov-values-cards-grid {
    display: flex;
    gap: 25px;
    width: 100%;
}

.overview-page-wrapper .ov-value-card-item {
    flex: 1;
    background: #FFFFFF0D;
    border: 0px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: background 0.3s ease, border-color 0.3s ease;
}
 

.overview-page-wrapper .ov-value-icon-wrap {
    margin-bottom: 30px;
    height: auto;
}

.overview-page-wrapper .ov-value-icon-media {
    object-fit: contain;
    display: block;
    width: 70px;
    height: 70px;
}

.overview-page-wrapper .ov-value-card-title {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.overview-page-wrapper .ov-value-card-desc p {
       color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    line-height: 1.3;
}

.experion-enterprise-wrapper.overview-enterprise .feature-card img {
    width: 100%;
    height: 200px;
}

.experion-enterprise-wrapper.overview-enterprise .enterprise-bg-glow {
    top: 10%;
    left: 0%;
}

/* development areas */

.overview-page-wrapper .ov-centers-container {
    background-color: #000;
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.overview-page-wrapper .ov-centers-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
    z-index: 1;
    pointer-events: none;
}

.overview-page-wrapper .ov-centers-container .container {
    position: relative;
    z-index: 2;
}

.overview-page-wrapper .ov-centers-section-title {
    color: #fff;
    margin-bottom: 50px;
    text-align: left;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.overview-page-wrapper .ov-centers-flex-grid {
    display: flex;
    gap: 20px;
    width: 100%;
}

.overview-page-wrapper .ov-center-card {
    flex: 1;
    height: 390px;
    position: relative;
    background-color: var(--card-base-color);
    border-radius: 12px;
    overflow: hidden;
    transition: flex 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.overview-page-wrapper .ov-center-card:hover {
    flex: 2.5;
}

.overview-page-wrapper .ov-card-hover-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.overview-page-wrapper .ov-center-card:hover .ov-card-hover-bg {
    opacity: 0.35;
    transform: scale(1);
}

.overview-page-wrapper .ov-card-lines-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.overview-page-wrapper .ov-center-card:hover .ov-card-lines-layer {
    opacity: 0;
}

.overview-page-wrapper .ov-card-dark-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.overview-page-wrapper .ov-center-card:hover .ov-card-dark-overlay {
    opacity: 1;
}

.overview-page-wrapper .ov-card-default-view {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 30px;
    opacity: 1;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.overview-page-wrapper .ov-center-card:hover .ov-card-default-view {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.15s ease-in, transform 0.15s ease-in;
}

.overview-page-wrapper .ov-default-num {
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.18);
    letter-spacing: -2px;
}

.overview-page-wrapper .ov-default-footer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.overview-page-wrapper .ov-default-title-constrain {
    width: 280px;
}

.overview-page-wrapper .ov-default-title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    line-height: 1.2;
    letter-spacing: -5%;
}

.overview-page-wrapper .ov-default-arrow-wrap img {
    display: block;
    width: 20px;
    height: auto;
    filter: brightness(0) invert(1);
}

.overview-page-wrapper .ov-card-hover-view {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 35px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease 0.15s, transform 0.4s cubic-bezier(0.25, 1, 0.3, 1) 0.15s, visibility 0.4s ease 0.15s;
    pointer-events: none;
}

.overview-page-wrapper .ov-center-card:hover .ov-card-hover-view {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.overview-page-wrapper .ov-hover-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.overview-page-wrapper .ov-hover-title-group {
    width: 280px;
}

.overview-page-wrapper .ov-hover-main-title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    line-height: 1.2;
    letter-spacing: -5%;
    margin-bottom: 5px;
}

.overview-page-wrapper .ov-hover-subtitle {
    margin: 0;
    white-space: nowrap;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    line-height: 1.3;
}

.overview-page-wrapper .ov-hover-num {
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.25);
}

.overview-page-wrapper .ov-hover-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.overview-page-wrapper .ov-hover-content-constrain {
    width: 350px;
}

.overview-page-wrapper .ov-info-address {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    line-height: 1.3;
}

.overview-page-wrapper .ov-info-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.overview-page-wrapper .ov-contact-link-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #00d2ff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.overview-page-wrapper .ov-contact-link-row:hover {
    color: #fff;
}

.overview-page-wrapper .ov-contact-link-row svg {
    flex-shrink: 0;
}

.overview-page-wrapper .ov-hover-action-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.overview-page-wrapper .ov-hover-action-arrow:hover {
    transform: translateX(5px);
}

.overview-page-wrapper .ov-hover-action-arrow img {
    display: block;
    width: 24px;
    height: auto;
    filter: brightness(0) invert(1);
}

/* global locations */

@keyframes ovMapGlowPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 1;
        box-shadow: 0 0 14px 5px #e11d48;
    }
    100% {
        transform: translate(-50%, -50%) scale(3.2);
        opacity: 0;
    }
}

.overview-page-wrapper .ov-global-areas-container {
    background-color: #000;
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.overview-page-wrapper .ov-global-areas-container::before {
    content: '';
    position: absolute;
    top: 15%;
    left: -12%;
    width: 600px;
    height: 600px;
    background: #2563EB;
    border-radius: 50%;
    filter: blur(160px);
    opacity: 0.28;
    z-index: 1;
    pointer-events: none;
}

.overview-page-wrapper .ov-global-areas-container::after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: -10%;
    width: 550px;
    height: 550px;
    background: #F37F20;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.overview-page-wrapper .ov-global-areas-container .container {
    position: relative;
    z-index: 2;
}

.overview-page-wrapper .ov-global-header-row {
    max-width: 700px;
    margin-bottom: 65px;
    text-align: left;
}

.overview-page-wrapper .ov-global-section-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -5%;
    color: #fff;
    margin-bottom: 22px;
    
}

.overview-page-wrapper .ov-global-section-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.overview-page-wrapper .ov-global-cards-grid {
    display: flex;
    gap: 24px;
    width: 100%;
}

.overview-page-wrapper .ov-global-card-item {
    flex: 1;
    height: 310px;
    position: relative;
    background: #031525;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #ffffff -5.27%, rgba(255, 255, 255, 0) 47.27%);
    border-image-slice: 1;
    padding: 35px 30px;
    overflow: hidden;
}

.overview-page-wrapper .ov-card-blue-tint-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.15), transparent 70%);
    z-index: 2;
    pointer-events: none;
}

.overview-page-wrapper .ov-global-card-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.overview-page-wrapper .ov-global-card-bg {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.35;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.overview-page-wrapper .ov-global-card-item:hover .ov-global-card-bg {
    transform: scale(1.05);
}

.overview-page-wrapper .ov-map-glow-pin {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #e11d488c;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 0 4px #e11d48d1;
}

.overview-page-wrapper .ov-map-glow-pin::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(225, 29, 72, 0.4);
    animation: ovMapGlowPulse 2.2s infinite ease-out;
}

.overview-page-wrapper .ov-pin-asia-1 { top: 62%; left: 45%; }
.overview-page-wrapper .ov-pin-asia-2 { top: 43%; left: 77%; }
.overview-page-wrapper .ov-pin-oceania { top: 67%; left: 78%; }
.overview-page-wrapper .ov-pin-europe { top: 51%; left: 63%; }
.overview-page-wrapper .ov-pin-na { top: 69%; left: 54%; }

.overview-page-wrapper .ov-global-card-inner {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.overview-page-wrapper .ov-global-card-title {
   color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.overview-page-wrapper .ov-global-tags-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.overview-page-wrapper .ov-global-tag-pill {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.overview-page-wrapper .ov-accordion-header-mobile {
    display: none;
}


/* OVERVIEW PAGE ENDS */

/* INDUSTRY SINGLE PAGE STARTS */

.single-industry-page-wrap .ind-banner-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 0 100px;
    overflow: hidden;
    background-color: #000;
}

.single-industry-page-wrap .ind-banner-video,
.single-industry-page-wrap .ind-video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.single-industry-page-wrap .ind-video-fallback {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-industry-page-wrap .ind-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}

.single-industry-page-wrap .ind-banner-content-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
}

.single-industry-page-wrap .ind-text-layout-column {
    width: 100%;
    max-width: 1040px;
    text-align: left;
}

.single-industry-page-wrap .ind-upper-tagline {
    display: block;
    color: #cfcfcf;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.single-industry-page-wrap .ind-main-hero-title {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -5%;
    text-transform: capitalize;
}

.single-industry-page-wrap .ind-banner-description {
    width: 100%;
}

.single-industry-page-wrap .ind-banner-description ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.single-industry-page-wrap .ind-banner-description ul li {
    display: inline-block;
    background: #FFFFFF26;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.ind-help-container a::after {
content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
  /* This loads a crisp line arrow that matches your red button image exactly */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230066cc' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.single-industry-page-wrap .ind-banner-description p {
 color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
}


.single-industry-page-wrap .ind-banner-description p b, 
.single-industry-page-wrap .ind-banner-description p strong{
      font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
}

.single-industry-page-wrap .ind-banner-cta-btn {
   display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
    margin-top: 20px;
}

.single-industry-page-wrap .ind-banner-cta-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);
}

.single-industry-page-wrap .ind-banner-cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.single-industry-page-wrap .ind-banner-cta-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.single-industry-page-wrap .ind-banner-cta-btn:hover {
    transform: translateY(-2px);
}

/* counter */

.single-industry-page-wrap .ind-counter-container {
    background: #000;
    padding: 50px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.single-industry-page-wrap .ind-counter-container::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: rgba(255, 82, 235, 0.3);
    border-radius: 50%;
    filter: blur(130px);
    z-index: 1;
    pointer-events: none;
}

.single-industry-page-wrap .ind-counter-container::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 450px;
    height: 450px;
    background: #2563EB;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

.single-industry-page-wrap .ind-counter-container .container {
    position: relative;
    z-index: 2;
}

.single-industry-page-wrap .ind-counter-grid {
    display: grid;
    gap: 40px;
    width: 100%;
}

.single-industry-page-wrap .ind-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.single-industry-page-wrap .ind-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.single-industry-page-wrap .ind-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.single-industry-page-wrap .ind-counter-card-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.single-industry-page-wrap .ind-counter-display-number {
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 60px;
    letter-spacing: -5%;
    background: linear-gradient(90deg, #1170FF 0%, #53B6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-industry-page-wrap .ind-counter-display-text {
       line-height: 1.4;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
}

/* how we help */

.single-industry-page-wrap .ind-help-container {
    background-color: #000;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single-industry-page-wrap .ind-help-container::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: rgba(37, 99, 235, 0.25);
    border-radius: 50%;
    filter: blur(140px);
    z-index: 1;
    pointer-events: none;
}

.single-industry-page-wrap .ind-help-container .container {
    position: relative;
    z-index: 2;
}

.single-industry-page-wrap .ind-help-header {
    margin-bottom: 50px;
    max-width: 900px;
}

.single-industry-page-wrap .ind-help-main-title {
    color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-help-main-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-accordion-wrapper {
    width: 100%;
}

.single-industry-page-wrap .ind-accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.single-industry-page-wrap .ind-accordion-header-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    padding: 26px 0;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

.single-industry-page-wrap .ind-accordion-title {
    color: rgb(255 255 255 / 95%);
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.single-industry-page-wrap .ind-accordion-item.active .ind-accordion-title,
.single-industry-page-wrap .ind-accordion-header-btn:hover .ind-accordion-title {
    color: #fff;
}

.single-industry-page-wrap .ind-accordion-icon {
    position: relative;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-industry-page-wrap .ind-accordion-icon::before,
.single-industry-page-wrap .ind-accordion-icon::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.single-industry-page-wrap .ind-accordion-icon::before {
    width: 14px;
    height: 2px;
}

.single-industry-page-wrap .ind-accordion-icon::after {
    width: 2px;
    height: 14px;
}

.single-industry-page-wrap .ind-accordion-item.active .ind-accordion-icon::before,
.single-industry-page-wrap .ind-accordion-item.active .ind-accordion-icon::after {
    background-color: #fff;
}

.single-industry-page-wrap .ind-accordion-item.active .ind-accordion-icon::after {
    transform: rotate(90deg);
}

.single-industry-page-wrap .ind-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-industry-page-wrap .ind-accordion-inner-content {
    padding: 0 0 30px 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
}

.single-industry-page-wrap .ind-accordion-inner-content p {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -3%;
    color: #fff;
}

.single-industry-page-wrap .ind-accordion-inner-content p a{
   color: #c9c9c9;
    transition: all .3s ease-in-out;
    font-size: 17px;
}

.single-industry-page-wrap .ind-accordion-inner-content p a:hover{
    color: #007bff;
}


.single-industry-page-wrap .ind-accordion-inner-content h4 {
    margin: 30px 0 15px 0;
}

.single-industry-page-wrap .ind-accordion-inner-content p:last-child {
    margin-bottom: 0;
}

.single-industry-page-wrap .ind-accordion-inner-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.single-industry-page-wrap .ind-accordion-inner-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -3%;
    color: #fff;
}

.single-industry-page-wrap .ind-accordion-inner-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #2563eb;
    border-radius: 50%;
}
 

/* ai in action */

.single-industry-page-wrap .ind-action-container {
    background-color: #000;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single-industry-page-wrap .ind-action-container::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -5%;
    width: 550px;
    height: 550px;
    background: rgba(37, 99, 235, 0.22);
    border-radius: 50%;
    filter: blur(140px);
    z-index: 1;
    pointer-events: none;
}

.single-industry-page-wrap .ind-action-container .container {
    position: relative;
    z-index: 2;
}

.single-industry-page-wrap .ind-action-header {
    margin-bottom: 50px;
    max-width: 900px;
}

.single-industry-page-wrap .ind-action-main-title {
    color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -5%;
        text-transform: capitalize;
}

.single-industry-page-wrap .ind-action-main-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.single-industry-page-wrap .ind-action-box {
    background: #00000057;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
}
 

.single-industry-page-wrap .ind-action-box-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-industry-page-wrap .ind-action-box-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.single-industry-page-wrap .ind-action-box-title {
    color: #fff;
    line-height: 1.3;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.single-industry-page-wrap .ind-action-box-desc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -3%;
}
 
/* impact */

.single-industry-page-wrap .ind-impact-container {
    background-color: #000;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single-industry-page-wrap .ind-impact-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000, #0050c94f), linear-gradient(159.9deg, rgba(0, 80, 201, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
    z-index: 1;
    pointer-events: none;
}

.single-industry-page-wrap .ind-impact-container .container {
    position: relative;
    z-index: 2;
}

.single-industry-page-wrap .ind-impact-header {
    margin-bottom: 60px;
    max-width: 900px;
}

.single-industry-page-wrap .ind-impact-main-title {
color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-impact-main-desc {
       color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -5%;
        text-transform: capitalize;
}

.single-industry-page-wrap .ind-impact-table-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.single-industry-page-wrap .ind-impact-table-thead {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 1.4fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.single-industry-page-wrap .ind-impact-th {
   color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -5%;
    text-align: left;
}

.single-industry-page-wrap .ind-impact-tr {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 1.4fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 0;
    align-items: center;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.single-industry-page-wrap .ind-impact-row-hidden {
    display: none !important;
    opacity: 0;
    transform: translateY(15px);
}

.single-industry-page-wrap .ind-impact-row-visible {
    display: grid !important;
    animation: indFadeInRow 0.5s forwards ease;
}

@keyframes indFadeInRow {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.single-industry-page-wrap .ind-focus-title-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-industry-page-wrap .ind-td-icon {
   width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.single-industry-page-wrap .ind-td-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.single-industry-page-wrap .ind-focus-title-text {
       color: rgb(255, 255, 255);
    padding-right: 10px;
    font-weight: 500;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: -3%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-industry-page-wrap .ind-td-inner-p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -3%;
    padding-right: 15px;
}

.single-industry-page-wrap .ind-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.single-industry-page-wrap .ind-load-more-btn {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    padding: 10px 20px;
    transition: opacity 0.2s ease;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0%;
}

.single-industry-page-wrap .ind-load-more-btn:hover {
    opacity: 0.8;
}

.single-industry-page-wrap .ind-load-more-btn img {
    width: 14px;
    height: auto;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.single-industry-page-wrap .ind-load-more-btn.is-opened img {
    transform: rotate(-90deg);
}

/* who we serve */

.single-industry-page-wrap .ind-serve-container {
    background-color: #000;
    padding: 100px 0;
    position: relative;
    overflow: visible;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-industry-page-wrap .ind-serve-container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background: rgb(163 59 35 / 59%);
    border-radius: 50%;
    filter: blur(140px);
    z-index: 1;
    pointer-events: none;
}

.single-industry-page-wrap .ind-serve-container .container {
    position: relative;
    z-index: 2;
}

.single-industry-page-wrap .ind-serve-header {
    margin-bottom: 45px;
}

.single-industry-page-wrap .ind-serve-main-title {
   color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-serve-content-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-industry-page-wrap .ind-serve-content-tags ul li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    line-height: 1.2;
}
 

/* leaders */

.single-industry-page-wrap .ind-leaders-container {
    background: transparent;
    padding: 90px 0;
    width: 100%;
    position: relative;
}

.single-industry-page-wrap .ind-leaders-header {
    margin-bottom: 50px;
    max-width: 900px;
}

.single-industry-page-wrap .ind-leaders-main-title {
      color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-leaders-main-desc {
        color: #ffffff;
    margin: 0;
    font-weight: 400;
  font-size: 25px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-leaders-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.single-industry-page-wrap .ind-leader-card {
    display: flex;
    flex-direction: column;
}

.single-industry-page-wrap .ind-leader-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 25px;
    overflow: hidden;
        background: #7d66f90d;
}

.single-industry-page-wrap .ind-leader-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-industry-page-wrap .ind-leader-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #111, #222);
}

.single-industry-page-wrap .ind-leader-name {
color: #fff;
    margin: 0 0 8px 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.single-industry-page-wrap .ind-leader-designation {
       color: #ffffff;
    line-height: 1.4;
    margin: 0 0 4px 0;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -3%;

}

.single-industry-page-wrap .ind-leader-company {
    color: #ffffff;
    line-height: 1.4;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0%;
}

/* stories */

.single-industry-page-wrap .ind-stories-container {
    background-color: #000;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single-industry-page-wrap .ind-stories-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
    z-index: 1;
    pointer-events: none;
}

.single-industry-page-wrap .ind-stories-container .container {
    position: relative;
    z-index: 2;
}

.single-industry-page-wrap .ind-stories-header {
    margin-bottom: 50px;
    max-width: 800px;
}

.single-industry-page-wrap .ind-stories-main-title {
  color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-stories-main-desc {
   color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.single-industry-page-wrap .ind-story-card {
    background: #1170FE;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 25px 30px 25px;  
    transition: transform 0.3s ease;
}

.single-industry-page-wrap .ind-story-card:hover {
    transform: translateY(-5px);
}

.single-industry-page-wrap .ind-story-img-wrap {
        width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.single-industry-page-wrap .ind-story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-industry-page-wrap .ind-story-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.single-industry-page-wrap .ind-story-card-title {
    color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -3%;
}

.single-industry-page-wrap .ind-story-card-desc {
    color: rgb(255 255 255);
    line-height: 1.5;
    margin: 0 0 25px 0;
    flex-grow: 1;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -3%;
}

.single-industry-page-wrap .ind-story-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
     
}

.single-industry-page-wrap .ind-story-link img {
    width: 15px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}

.single-industry-page-wrap .ind-story-link:hover img {
    transform: translateX(4px);
}

/*   testimonial */

.single-industry-page-wrap .ind-testi-final-container {
    background-color: #000;
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff26;
}

.single-industry-page-wrap .ind-testi-final-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(17.48deg, rgba(165, 58, 31, 0.3) -8.6%, rgba(0, 0, 0, 0.3) 43.08%);
    pointer-events: none;
    z-index: 1;
}

.single-industry-page-wrap .ind-testi-final-container .container {
    position: relative;
    z-index: 2;
}

.single-industry-page-wrap .ind-testi-final-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    width: 100%;
}

.single-industry-page-wrap .ind-testi-final-main-title {
   color: #fff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-testi-final-main-desc {
  color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -5%;
    text-transform: capitalize;
}

.single-industry-page-wrap .ind-testi-final-arrows {
    display: flex;
    gap: 14px;
}

.single-industry-page-wrap .ind-testi-final-arrows button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
}

.single-industry-page-wrap .ind-testi-final-arrows button:hover {
    border-color: #fff;
}

.single-industry-page-wrap .ind-testi-btn-prev::before {
    content: "\f060";
}

.single-industry-page-wrap .ind-testi-btn-next::before {
    content: "\f061";
}

.single-industry-page-wrap .ind-testi-final-slider {
    width: 100%;
}

.single-industry-page-wrap .ind-testi-final-slide {
    outline: none;
    width: 100%;
}

.single-industry-page-wrap .ind-testi-final-row {
    display: grid;
    grid-template-columns: 4.5fr 7.5fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.single-industry-page-wrap .ind-testi-final-img-box {
    width: 100%;
}

.single-industry-page-wrap .ind-testi-final-img-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
        filter: grayscale(1);
}

.single-industry-page-wrap .ind-testi-final-content-box {
    display: flex;
    flex-direction: column;
    padding-right: 100px;
}

.single-industry-page-wrap .ind-testi-final-body-editor p:first-child,
.single-industry-page-wrap .ind-testi-final-body-editor h2:first-child {
       color: #fff;
    margin: 0 0 25px 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -5%;
}

.single-industry-page-wrap .ind-testi-final-body-editor p b,
.single-industry-page-wrap .ind-testi-final-body-editor p strong {
      font-weight: 500;  
}

.single-industry-page-wrap .ind-testi-final-body-editor p {
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -3%;
}

.single-industry-page-wrap .ind-testi-final-body-editor p:last-child {
    margin-bottom: 0;
}

.single-industry-page-wrap .ind-testi-final-designation {
    color: #ffffff;
    margin: 15px 0 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0%;
}
 
.single-industry-page-wrap .experion-contact-form-section .main-title {
    color: #fff;
    max-width: 500px;
    font-weight: 540;
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -5%;
}

/* SINGLE INDUSTRY PAGE ENDS */

/* PRODUCT ENGINEERING MAIN PAGE */

.product-engineeering-page-wrap .pe-main-banner-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 0 100px;
    overflow: hidden;
    background-color: #000;
}

.product-engineeering-page-wrap .pe-main-banner-video,
.product-engineeering-page-wrap .pe-main-video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.product-engineeering-page-wrap .pe-main-video-fallback {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-engineeering-page-wrap .pe-main-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}

.product-engineeering-page-wrap .pe-main-banner-content-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
}

.product-engineeering-page-wrap .pe-main-text-layout-column {
  width: 100%;
    max-width: 800px;
    text-align: left;
}

.product-engineeering-page-wrap .pe-main-upper-tagline {
    display: block;
    color: #cfcfcf;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.product-engineeering-page-wrap .pe-main-hero-title {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.product-engineeering-page-wrap .pe-main-banner-description {
    width: 100%;
}

.product-engineeering-page-wrap .pe-main-banner-description ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.product-engineeering-page-wrap .pe-main-banner-description ul li {
    display: inline-block;
    background: #FFFFFF26;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.product-engineeering-page-wrap .pe-main-banner-description p {
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.4;
}

.product-engineeering-page-wrap .pe-main-banner-description p b, 
.product-engineeering-page-wrap .pe-main-banner-description p strong {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
}

.product-engineeering-page-wrap .pe-main-banner-cta-btn {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
    text-decoration: none;
}

.product-engineeering-page-wrap .pe-main-banner-cta-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);
}

.product-engineeering-page-wrap .pe-main-banner-cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.product-engineeering-page-wrap .pe-main-banner-cta-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.product-engineeering-page-wrap .pe-main-banner-cta-btn:hover {
    transform: translateY(-2px);
}

/* who we are */

.product-engineeering-page-wrap .pe-wwa-sec {
    position: relative;
    background-color: #000;
    padding: 100px 0;
    border-top: 1px solid #ffffff29;
}

.product-engineeering-page-wrap .pe-wwa-sec::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
    width: 450px;
    height: 450px;
    background: #2563EB;
    opacity: 0.25;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.product-engineeering-page-wrap .pe-wwa-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 2;
}

.product-engineeering-page-wrap .pe-wwa-left {
    width: 38%;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    height: auto;
    align-self: flex-start;
}

.product-engineeering-page-wrap .pe-wwa-sticky {
    width: 100%;
}

.product-engineeering-page-wrap .pe-wwa-tag {
    display: block;
    color: #cfcfcf;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.product-engineeering-page-wrap .pe-wwa-title {
        color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.1;
    font-size: 50px;
    letter-spacing: -5%;
}

.product-engineeering-page-wrap .pe-wwa-right {
    width: 58%;
}

.product-engineeering-page-wrap .pe-wwa-video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 45px;
}

.product-engineeering-page-wrap .pe-wwa-video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.product-engineeering-page-wrap .pe-wwa-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}

.product-engineeering-page-wrap .pe-wwa-video-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 180px;
    height: auto;
    object-fit: contain;
    z-index: 3;
}

.product-engineeering-page-wrap .pe-wwa-text {
    width: 100%;
}

.product-engineeering-page-wrap .pe-wwa-sub {
  line-height: 1.1;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -5%;
}

.product-engineeering-page-wrap .pe-wwa-body p {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: -3%;
}

.product-engineeering-page-wrap .pe-wwa-body p b, 
.product-engineeering-page-wrap .pe-wwa-body p strong {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
}

.product-engineeering-page-wrap .pe-wwa-body p:last-child {
    margin-bottom: 0;
}

/* what we do */

.product-engineeering-page-wrap .pe-wwd-sec {
    position: relative;
    background-color: #000;
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-engineeering-page-wrap .pe-wwd-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: #2563EB;
    opacity: 0.2;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.product-engineeering-page-wrap .pe-wwd-header {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.product-engineeering-page-wrap .pe-wwd-tag {
    display: block;
    color: #cfcfcf;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.product-engineeering-page-wrap .pe-wwd-title {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.product-engineeering-page-wrap .pe-wwd-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-engineeering-page-wrap .pe-wwd-box {
    background: rgba(255, 255, 255, 0.01);
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.product-engineeering-page-wrap .pe-wwd-box-icon {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.product-engineeering-page-wrap .pe-wwd-box-icon img {
      width: 80px;
    height: 80px;
    object-fit: contain;
}

.product-engineeering-page-wrap .pe-wwd-box-title {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
    transition: color 0.3s ease;
}

.product-engineeering-page-wrap .pe-wwd-box-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}

.product-engineeering-page-wrap .pe-wwd-box:hover {
    background: rgb(8 25 109 / 13%);
}

.product-engineeering-page-wrap .pe-wwd-box:hover .pe-wwd-box-title {
    color: #e5e7eb;
}

 /* stories */

 .product-engineeering-page-wrap .pe-stories-sec {
    position: relative;
    background-color: #000;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-engineeering-page-wrap .pe-stories-header {
    margin-bottom: 60px;
}

.product-engineeering-page-wrap .pe-stories-title {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.product-engineeering-page-wrap .pe-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product-engineeering-page-wrap .pe-stories-card {
    position: relative;
    padding: 40px 25px 80px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.product-engineeering-page-wrap .pe-stories-card-title {
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -3%;
}

.product-engineeering-page-wrap .pe-stories-card-desc {
   font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -3%;
    color: #fff;
    margin: 0;
}

.product-engineeering-page-wrap .pe-stories-readmore {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease, padding-left 0.2s ease;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.product-engineeering-page-wrap .pe-stories-card:hover {
    transform: translateY(-4px);
}

.product-engineeering-page-wrap .pe-stories-readmore:hover {
    padding-left: 5px;
    opacity: 0.8;
}
 
/* skilled */

.product-engineeering-page-wrap .experion-partners-wrapper {
    background: #000;
    padding: 70px 0;
}

.product-engineeering-page-wrap .experion-partners-wrapper .partners-info-text {
       padding-left: 10px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -5%;
    opacity: 1;
}

/* PRODUCT ENGINEERING MAIN PAGE */

/* AWARDS & RECOGONITION PAGE  */

.awards-recong-page-wrap .ar-hero-sec {
    position: relative;
    padding: 130px 0 100px 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(0 0 0 / 4%) 0%, #000000 100%), linear-gradient(90deg, #00000000 0%, rgb(0 0 0 / 0%) 20%, rgb(0 0 0 / 0%) 80%, #000000ed 100%);
    background-blend-mode: multiply;
}

.awards-recong-page-wrap .ar-hero-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    width: 450px;
    height: 600px;
    background: #106fff;
    opacity: 0.25;
    filter: blur(130px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.awards-recong-page-wrap .ar-hero-row {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.awards-recong-page-wrap .ar-hero-col-left {
    width: 32%;
}

.awards-recong-page-wrap .ar-hero-subtitle {
   display: block;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
}

.awards-recong-page-wrap .ar-hero-title {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.awards-recong-page-wrap .ar-hero-col-center {
    width: 33%;
    display: flex;
    justify-content: center;
}

.awards-recong-page-wrap .ar-hero-img-wrap {
    width: 100%;
    max-width: 360px;
}

.awards-recong-page-wrap .ar-hero-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.awards-recong-page-wrap .ar-hero-col-right {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.awards-recong-page-wrap .ar-hero-static-tag {
    display: block;
    color: #cfcfcf;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
}

.awards-recong-page-wrap .ar-hero-award-title {
    color: #ffffff;
    margin: 0 0 25px 0;
    line-height: 1.2;
    font-weight: 540;
    font-size: 24px;
    letter-spacing: -5%;
}

.awards-recong-page-wrap .ar-hero-cta-btn {
   display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 70%);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
}

.awards-recong-page-wrap .ar-hero-cta-btn img {
    margin-left: 8px;
    transition: transform 0.2s ease;
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.awards-recong-page-wrap .ar-hero-cta-btn:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.9);
}

.awards-recong-page-wrap .ar-hero-cta-btn:hover span {
    transform: translateX(4px);
}

/* counter */
.awards-recong-page-wrap .ar-counter-sec {
    position: relative;
    padding: 80px 0;
    background: #000000;
    width: 100%;
}

.awards-recong-page-wrap .ar-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.awards-recong-page-wrap .ar-counter-card {
    background: transparent;
    padding: 120px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    min-height: 300px;
}

.awards-recong-page-wrap .ar-counter-card:first-child {
    background: #151414;
}

.awards-recong-page-wrap .ar-counter-card:last-child {
    border-right: none;
}

.awards-recong-page-wrap .ar-counter-number-wrap {
    line-height: 1.1;
    color: #EBC86D;
    margin-bottom: 25px;
    display: flex;
    font-weight: 500;
    letter-spacing: -5%;
    font-size: 70px;
}

.awards-recong-page-wrap .ar-counter-anim-num {
    font-weight: inherit;
    color: inherit;
}

.awards-recong-page-wrap .ar-counter-suffix {
    font-weight: inherit;
    color: inherit;
    padding-left: 10px;
}

.awards-recong-page-wrap .ar-counter-card-title {
    color: #ffffff;
    margin: 0 0 5px 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -3%;
}

.awards-recong-page-wrap .ar-counter-card-desc {
    color: #ffffffd1;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -3%;
}
 
/* main awards */

.awards-recong-page-wrap .awards-define-sec {
    position: relative;
    padding: 40px 0 80px;
    background: #000000;
    width: 100%;
}

.awards-recong-page-wrap .awards-define-header {
    margin-bottom: 50px;
}

.awards-recong-page-wrap .awards-define-main-title {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.awards-recong-page-wrap .awards-define-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.awards-recong-page-wrap .awards-define-card {
    position: relative;
    height: 480px;
    background-color: var(--card-normal-bg);
    overflow: hidden;
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    transition: background-color 0.4s ease;
}

.awards-recong-page-wrap .awards-define-normal-view {
    position: absolute;
    inset: 0;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.awards-recong-page-wrap .awards-define-logo-wrap {
    width: 100%;
    max-height: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.awards-recong-page-wrap .awards-define-logo-wrap img {
    max-width: 260px;
    height: auto;
    max-height: 240px;
    object-fit: contain;
}

.awards-recong-page-wrap .awards-define-card-title {
    color: #000000e8;
    margin: 0 0 15px 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -5%;
}

.awards-recong-page-wrap .awards-define-card.is-dark-card .awards-define-card-title {
    color: #ffffff;
}

.awards-recong-page-wrap .awards-define-static-tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #4d4d4d;
}

.awards-recong-page-wrap .awards-define-static-tag span {
    color: #000000;
}

.awards-recong-page-wrap .awards-define-card.is-dark-card .awards-define-static-tag {
    color: #9ca3af;
}

.awards-recong-page-wrap .awards-define-card.is-dark-card .awards-define-static-tag span {
    color: #cbd5e1;
}

.awards-recong-page-wrap .awards-define-hover-view {
    position: absolute;
    inset: 0;
    padding: 30px 20px;
    background-color: #072072;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 3;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.awards-recong-page-wrap .awards-define-hover-top {
    margin-bottom: 20px;
    width: 100%;
}

.awards-recong-page-wrap .awards-define-hover-logo {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
}

.awards-recong-page-wrap .awards-define-hover-logo img {
    max-width: 60px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.awards-recong-page-wrap .awards-define-hover-title {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -3%;
}

.awards-recong-page-wrap .awards-define-scroll-content {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 8px;
}

.awards-recong-page-wrap .awards-define-scroll-content::-webkit-scrollbar {
    width: 4px;
}

.awards-recong-page-wrap .awards-define-scroll-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.awards-recong-page-wrap .awards-define-scroll-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.awards-recong-page-wrap .awards-define-scroll-content p {
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
}

.awards-recong-page-wrap .awards-define-scroll-content p:last-child {
    margin-bottom: 0;
}

.awards-recong-page-wrap .awards-define-card:hover .awards-define-normal-view {
    opacity: 0;
}

.awards-recong-page-wrap .awards-define-card:hover .awards-define-hover-view {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.awards-recong-page-wrap .awards-define-footer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.awards-recong-page-wrap .awards-define-loadmore {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    gap: 10px;
    transition: opacity 0.2s ease;
}

.awards-recong-page-wrap .awards-define-loadmore img {
    height: 14px;
    width: auto;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.awards-recong-page-wrap .awards-define-hover-view {
    position: absolute;
    inset: 0;
    padding: 30px 20px 0 20px;
    background-color: #072072;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 3;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.awards-recong-page-wrap .awards-define-scroll-content {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 8px;
    padding-bottom: 30px;
    mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
}
 
/* AWARDS & RECOGONITION PAGE  */

/* LIFE AT EXPERION PAGE */

.life-experion-hero-section {
    background-color: #000000;
    position: relative;
    padding: 130px 0 80px 0;
    overflow: hidden;
    width: 100%;
}

.life-experion-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #106fff 0%, #000000 50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.35;
}

.life-experion-hero-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.life-experion-hero-section .life-exp-hero-sub {
    color: #cbcbcb;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.life-experion-hero-section .life-exp-hero-title {
  color: #ffffff;
    line-height: 1.1;
    margin: 0 0 24px 0;
    max-width: 700px;
    font-weight: 500;
    font-size: 65px;
    letter-spacing: -5%;
}

.life-experion-hero-section .life-exp-hero-content p{
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
     
}

.life-experion-hero-section .life-exp-hero-content {
    margin: 0 0 50px 0;
      max-width: 800px;
}


.life-experion-hero-section .life-exp-hero-slider-wrap {
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    overflow: hidden;
}

.life-experion-hero-section .life-exp-hero-slider-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: lifeExpTickerContinuous 40s linear infinite;
}

.life-experion-hero-section .life-exp-hero-slider-wrap:hover .life-exp-hero-slider-track {
    animation-play-state: paused;
}

.life-experion-hero-section .life-exp-hero-slide {
    width: 340px;
    height: 230px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.life-experion-hero-section .life-exp-hero-slide::after {
 content: '';
    position: absolute;
    inset: 0;
    background: rgb(14 222 255 / 14%);
    pointer-events: none;
}

.life-experion-hero-section .life-exp-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

@keyframes lifeExpTickerContinuous {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
 
/* culture */
 
.life-experion-page-wrap .exp-cul-wrap {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    border-top: 1px solid #ffffff1f;
}

.life-experion-page-wrap .exp-cul-wrap .culture-subheading {
    line-height: 1.2;
    color: #ffffff;
    padding: 0;
    margin: 0 0 22px 0;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .exp-cul-wrap .culture-heading {
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 60px 0;
    font-weight: 540;
    font-size: 70px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .exp-cul-wrap .culture-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.life-experion-page-wrap .exp-cul-wrap .culture-card {
    background-color: #232021;
    border-radius: 4px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    transition: transform 0.3s ease;
}
 
.life-experion-page-wrap .exp-cul-wrap .culture-card.is-first {
    background-color: #106FFF;
}

.life-experion-page-wrap .exp-cul-wrap .culture-card .card-number {
    line-height: 1;
    margin-bottom: 30px;
    display: block;
    opacity: 0.35;
    color: #ffffff;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: -3%;
}

.life-experion-page-wrap .exp-cul-wrap .culture-card.is-first .card-number {
    opacity: 0.6;
}

.life-experion-page-wrap .exp-cul-wrap .culture-card .card-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 24px 0;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .exp-cul-wrap .culture-card .card-highlight {
        color: #ffffff;
    line-height: 1.2;
    margin: 0 0 12px 0;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -3%;
}

.life-experion-page-wrap .exp-cul-wrap .culture-card .card-desc {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
}

/* team says */

.life-experion-page-wrap .voices-slider-section {
    background-color: #000000;
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.life-experion-page-wrap .voices-slider-section::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(157.95deg, rgba(165, 58, 31, 0.3) -3.75%, rgba(0, 0, 0, 0.3) 59.3%);
    pointer-events: none;
    z-index: 1;
}

.life-experion-page-wrap .voices-slider-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.life-experion-page-wrap .voices-carousel-wrapper.has-slick .slick-list {
    overflow: visible;
    margin: 0 -15px;
}

.life-experion-page-wrap .voices-carousel-wrapper.has-slick .voice-slide-item {
    padding: 0 15px;
    outline: none;
}

.life-experion-page-wrap .voice-card-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: center;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

.life-experion-page-wrap .voice-media-col {
    width: 100%;
    position: relative;
}

.life-experion-page-wrap .voice-author-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
     
    border-radius: 0px;
}

.life-experion-page-wrap .voice-fallback-frame {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #1a1a1a;
}

.life-experion-page-wrap .voice-content-col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.life-experion-page-wrap .voice-text-quote {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -3%;
    margin-bottom: 32px;
}

.life-experion-page-wrap .voice-author-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 6px 0;
    letter-spacing: -1%;
}

.life-experion-page-wrap .voice-author-desig {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    opacity: 0.6;
    display: block;
    letter-spacing: -1%;
}
 
/* portfolio */

.life-experion-page-wrap .exp-gal-section {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.life-experion-page-wrap .exp-gal-section .gal-blur-bg {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #A33B23;
    opacity: 6;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.life-experion-page-wrap .exp-gal-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.life-experion-page-wrap .exp-gal-section .gal-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.life-experion-page-wrap .exp-gal-section .gal-sub {
    line-height: 1.2;
    color: #ffffff;
    padding: 0;
    margin: 0 0 22px 0;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .exp-gal-section .gal-h2 {
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    font-weight: 540;
    font-size: 70px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .exp-gal-section .gal-nav {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
}

.life-experion-page-wrap .exp-gal-section .gal-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.life-experion-page-wrap .exp-gal-section .gal-nav-btn:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.life-experion-page-wrap .exp-gal-section .gal-nav-btn img {
    height: 14px;
    width: auto;
    filter: brightness(0) invert(1);
    display: block;
}

.life-experion-page-wrap .exp-gal-section .gal-nav-btn.prev-btn img {
    transform: rotate(180deg);
}

.life-experion-page-wrap .exp-gal-section .gal-slider {
    width: 100%;
}

.life-experion-page-wrap .exp-gal-section .gal-slider.no-slick .gal-track {
    display: flex;
    gap: 24px;
}

.life-experion-page-wrap .exp-gal-section .gal-slider.no-slick .gal-item {
    width: calc(33.333% - 16px);
}

.life-experion-page-wrap .exp-gal-section .gal-slider.has-slick .gal-track {
    display: block;
}

.life-experion-page-wrap .exp-gal-section .gal-slider.has-slick .slick-list {
    overflow: visible;
    margin: 0 -12px;
}

.life-experion-page-wrap .exp-gal-section .gal-slider.has-slick .gal-item {
    padding: 0 12px;
}

.life-experion-page-wrap .exp-gal-section .gal-card {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.life-experion-page-wrap .exp-gal-section .gal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.life-experion-page-wrap .exp-gal-section .gal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 82%) 0%, rgba(0, 0, 0, 0.1) 40%, rgb(0 0 0 / 35%) 60%, rgb(0 0 0 / 83%) 100%);
    z-index: 1;
    pointer-events: none;
}

.life-experion-page-wrap .exp-gal-section .gal-content {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.life-experion-page-wrap .exp-gal-section .gal-content.pos-t-l {
    top: 0;
    bottom: auto;
}

.life-experion-page-wrap .exp-gal-section .gal-content.pos-b-l {
    bottom: 0;
    top: auto;
}

.life-experion-page-wrap .exp-gal-section .gal-card-ttl {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -3%;
}

.life-experion-page-wrap .exp-gal-section .gal-card-dsc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -2%;
}

.life-experion-page-wrap .exp-gal-section .gal-btn {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    width: max-content;
    background-color: rgb(0 0 0 / 13%);
    backdrop-filter: blur(4px);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.life-experion-page-wrap .exp-gal-section .gal-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
 
 
/* gptw */

.life-experion-page-wrap .experion-gptw-section {
    background-color: #E60100;
    padding: 80px 0;
    width: 100%;
}

.life-experion-page-wrap .experion-gptw-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.life-experion-page-wrap .experion-gptw-section .gptw-layout-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    align-items: stretch;
}

.life-experion-page-wrap .experion-gptw-section .gptw-left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.life-experion-page-wrap .experion-gptw-section .gptw-heading {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 20px 40px 0px;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .experion-gptw-section .gptw-logo-box {
    margin-top: auto;
    width: max-content;
}

.life-experion-page-wrap .experion-gptw-section .gptw-logo-box img {
    max-width: 130px;
    height: auto;
    display: block;
}

.life-experion-page-wrap .experion-gptw-section .gptw-right-col {
    display: flex;
    flex-direction: column;
}

.life-experion-page-wrap .experion-gptw-section .gptw-media-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    overflow: hidden;
    background-color: #000000;
    margin-bottom: 40px;
    box-shadow: 0px 9px 8px #0a0a0a1c;
}

.life-experion-page-wrap .experion-gptw-section .gptw-media-wrapper video,
.life-experion-page-wrap .experion-gptw-section .gptw-media-wrapper .gptw-fallback-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.life-experion-page-wrap .experion-gptw-section .gptw-desc {
        color: #ffffff;
    line-height: 1.3;
    margin: 0 0 30px 0;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -3%;
}

.life-experion-page-wrap .experion-gptw-section .gptw-action-row {
    margin-top: auto;
}

.life-experion-page-wrap .experion-gptw-section .gptw-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.life-experion-page-wrap .experion-gptw-section .gptw-btn:hover {
    background-color: #ffffff;
    color: #000;
}

.life-experion-page-wrap .gptw-btn:hover img{
    filter: brightness(0) grayscale(100%);
}

.life-experion-page-wrap .experion-gptw-section .gptw-arrow {
    height: 14px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

 /* learning */

 .life-experion-page-wrap .experion-ld-section {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.life-experion-page-wrap .experion-ld-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.life-experion-page-wrap .experion-ld-section .ld-header-wrap {
    position: relative;
    margin-bottom: 60px;
    max-width: 900px;
}

.life-experion-page-wrap .experion-ld-section .ld-bg-glow {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: #A33B23;
    filter: blur(150px);
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
    border-radius: 50%;
}

.life-experion-page-wrap .experion-ld-section .ld-subheading {
    line-height: 1.2;
    color: #ffffff;
    padding: 0;
    margin: 0 0 22px 0;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .experion-ld-section .ld-heading {
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 40px 0;
    font-weight: 540;
    font-size: 65px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .experion-ld-section .ld-desc {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    opacity: 0.85;
}

.life-experion-page-wrap .experion-ld-section .ld-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.life-experion-page-wrap .experion-ld-section .ld-card {
    border-radius: 4px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    transition: transform 0.3s ease;
}

.life-experion-page-wrap .experion-ld-section .ld-card .card-number {
    line-height: 1;
    margin-bottom: 30px;
    display: block;
    opacity: 0.35;
    color: #ffffff;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: -3%;
}

.life-experion-page-wrap .experion-ld-section .ld-card .card-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 24px 0;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .experion-ld-section .ld-card .card-desc {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    opacity: 0.9;
}
 

/* career */
.life-experion-page-wrap .career-sticky-section {
    background-color: #000000;
    padding: 100px 0;
    width: 100%;
        border-top: 1px solid #ffffff1f;
}

.life-experion-page-wrap .career-sticky-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.life-experion-page-wrap .career-sticky-section .career-sticky-layout {
    display: grid;
    grid-template-columns: 4.5fr 7.5fr;
    gap: 60px;
    align-items: start;
}

.life-experion-page-wrap .career-sticky-section .career-left-sticky-col {
    position: sticky;
    top: 120px;
    height: auto;
}

.life-experion-page-wrap .career-sticky-section .career-subheading {
    line-height: 1.2;
    color: #ffffff;
    padding: 0;
    margin: 0 0 22px 0;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .career-sticky-section .career-heading {
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    font-weight: 540;
    font-size: 70px;
    letter-spacing: -5%;
}

.life-experion-page-wrap .career-sticky-section .career-right-scroll-col {
    display: flex;
    flex-direction: column;
}

.life-experion-page-wrap .career-sticky-section .career-media-frame {
    width: 100%;
   height: 400px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
}

.life-experion-page-wrap .career-sticky-section .career-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 67%);
    z-index: 1;
    pointer-events: none;
}

.life-experion-page-wrap .career-sticky-section .career-media-frame video,
.life-experion-page-wrap .career-sticky-section .career-media-frame .career-fallback-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.life-experion-page-wrap .career-sticky-section .career-content-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.life-experion-page-wrap .career-sticky-section .career-desc-highlight {
    color: #ffffff91;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -3%;
}

.life-experion-page-wrap .career-sticky-section .career-desc {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    opacity: 0.85;
}

.life-experion-page-wrap .career-sticky-section .career-action-block {
    display: flex;
    width: 100%;
}

.life-experion-page-wrap .career-sticky-section .career-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    width: max-content;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.life-experion-page-wrap .career-sticky-section .career-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.life-experion-page-wrap .career-sticky-section .career-arrow {
    height: 14px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.life-experion-page-wrap .career-sticky-section .career-btn:hover .career-arrow {
    filter: brightness(0);
} 

/* gallery */
.life-experion-page-wrap .life-exp-gallery-container {
    background-color: #000;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.life-experion-page-wrap .life-exp-gallery-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(159.9deg, rgba(148, 61, 188, 0.3) 3.04%, rgba(0, 0, 0, 0) 76.1%);
    pointer-events: none;
    z-index: 1;
}

.life-experion-page-wrap .life-exp-gallery-container .container {
    position: relative;
    z-index: 2;
}

.life-experion-page-wrap .life-exp-gallery-header {
    margin-bottom: 40px;
    max-width: 800px;
}

.life-experion-page-wrap .life-exp-gallery-sub {
    color: #cbcbcb;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.life-experion-page-wrap .life-exp-gallery-title {
    color: #fff;
    margin: 0 0 16px 0;
    font-weight: 600;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.life-experion-page-wrap .life-exp-gallery-desc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.life-experion-page-wrap .life-exp-gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
    width: 100%;
}

.life-experion-page-wrap .life-exp-tab-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    color: #dddddd;
    cursor: pointer;
    padding: 10px 24px;
    outline: none;
    transition: all 0.25s ease;
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.life-experion-page-wrap .life-exp-tab-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.life-experion-page-wrap .life-exp-tab-btn.is-active {
    background-color: #180edb30;
    color: #fff;
    border-color: #2607ff;
}

.life-experion-page-wrap .life-exp-gallery-content-wrapper {
    width: 100%;
    position: relative;
}
 
.life-experion-page-wrap .life-exp-gallery-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s;
}
 
.life-experion-page-wrap .life-exp-gallery-pane.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 3;
}

.life-experion-page-wrap .vp-pagination {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.life-experion-page-wrap .vp-pagination__load-more,
.life-experion-page-wrap .vp-pagination a.vp-pagination__load-more-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
    cursor: pointer;
    outline: none;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
    padding: 10px 24px !important;
    transition: opacity 0.25s ease !important;
    text-decoration: none !important;
}

.life-experion-page-wrap .vp-pagination__load-more:hover,
.life-experion-page-wrap .vp-pagination a.vp-pagination__load-more-btn:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

.life-experion-page-wrap .vp-pagination__load-more::after,
.life-experion-page-wrap .vp-pagination a.vp-pagination__load-more-btn::after {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 14px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'><path d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 0 0 0 4px !important;
    padding: 0 !important;
    vertical-align: middle !important;
}
  

.life-at-exp-connect .experion-btn img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.life-at-exp-connect .experion-btn.white-btn{
    background-color: #fffffff5;
    color: #000;
    border: 1px solid #000000bd;
}

.life-at-exp-connect .experion-btn.white-btn:hover{
    background-color: #000;
    color: #fff;
}

.life-at-exp-connect .experion-btn.black-btn:hover img{
    filter: brightness(0);
}

.life-at-exp-connect .experion-btn.white-btn img{
   filter: brightness(0);
}

.life-at-exp-connect .experion-btn.white-btn:hover img{
    filter: brightness(0) invert(1);
}

.life-experion-page-wrap .voices-slider-section .experion-page-glow {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 35vw;
    height: 35vw;
    background: url('assets/img/gradient-shape-animation.webp') no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 1;
    animation: imagePulse 8s infinite alternate ease-in-out;
}
 

.life-experion-page-wrap .voices-slider-section .experion-page-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #0050C9 0%, #52B5FF 41.35%, #FF52EB 95.67%);
    border-radius: 50%;
    opacity: 0;
    filter: blur(40px);
    animation: gradientGlow 8s infinite alternate ease-in-out;
}

/* LIFE AT EXPERION PAGE */

/* SINGLE GALLERY */
 
.single-gallery-wrap .single-gal-section {
    background-color: #000000db;
    padding: 130px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 80vh;
}

.single-gallery-wrap .single-gal-section .gal-single-blur {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #A33B23;
    opacity: 3;
    filter: blur(160px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.single-gallery-wrap .single-gal-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
 
.single-gallery-wrap .single-gal-section .gal-single-back {
    margin-bottom: 30px;
}

.single-gallery-wrap .single-gal-section .gal-back-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.single-gallery-wrap .single-gal-section .gal-back-link img {
    height: 12px;
    width: auto;
    transform: rotate(0deg);
    filter: brightness(0) invert(0.7);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.single-gallery-wrap .single-gal-section .gal-back-link:hover {
    color: #ffffff;
}

.single-gallery-wrap .single-gal-section .gal-back-link:hover img {
    filter: brightness(0) invert(1);
   
}
 
.single-gallery-wrap .single-gal-section .gal-single-hero {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 60px;
}

.single-gallery-wrap .single-gal-section .gal-single-meta {
    max-width: 800px;
}

.single-gallery-wrap .single-gal-section .gal-single-tag {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -3%;
    margin-bottom: 16px;
    opacity: 0.9;
}

.single-gallery-wrap .single-gal-section .gal-single-h1 {
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 24px 0;
    font-weight: 540;
    font-size: 64px;
    letter-spacing: -4%;
}

.single-gallery-wrap .single-gal-section .gal-single-excerpt {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -2%;
    opacity: 0.85;
}

.single-gallery-wrap .single-gal-section .gal-single-frame {
    position: relative;
    width: 100%;
    height: 400PX;
    border-radius: 24px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.single-gallery-wrap .single-gal-section .gal-single-img {
    width: 100%;
     height: 400PX;
    object-fit: cover;
    display: block;
}

.single-gallery-wrap .single-gal-section .gal-single-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}

.single-gallery-wrap .single-gal-section .gal-single-body {
    max-width: 1000PX;
    margin: 0 auto;
}

.single-gallery-wrap .single-gal-section .gal-rich-text {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 300;
}

.single-gallery-wrap .single-gal-section .gal-rich-text p {
    margin: 0 0 24px 0;
    opacity: 0.85;
}

.single-gallery-wrap .single-gal-section .gal-rich-text h2, 
.single-gallery-wrap .single-gal-section .gal-rich-text h3 {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
    margin: 40px 0 20px 0;
}
 
.single-gallery-wrap .vp-pagination {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-gallery-wrap .vp-pagination__load-more,
.single-gallery-wrap .vp-pagination a.vp-pagination__load-more-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.5px !important;
    cursor: pointer;
    outline: none;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
    padding: 10px 24px !important;
    transition: opacity 0.25s ease !important;
    text-decoration: none !important;
}

.single-gallery-wrap .vp-pagination__load-more:hover,
.single-gallery-wrap .vp-pagination a.vp-pagination__load-more-btn:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

.single-gallery-wrap .vp-pagination__load-more::after,
.single-gallery-wrap .vp-pagination a.vp-pagination__load-more-btn::after {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 14px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'><path d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 0 0 0 4px !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* DIGITAL EXPERIENCE PAGE  */

.digital-experience-page .dex-hero {
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.7) 100%);
    position: relative;
    padding: 130px 0 100px 0;
    overflow: hidden;
    width: 100%;
}

.digital-experience-page .dex-glow {
    position: absolute;
    width: 650px;
    height: 650px;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(16, 111, 255, 0.45) 0%, rgba(148, 61, 188, 0.15) 45%, rgba(0, 0, 0, 0) 70%);
    mix-blend-mode: screen;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.digital-experience-page .dex-left {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.digital-experience-page .dex-sub {
    color: #cbcbcb;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.digital-experience-page .dex-title {
    color: #ffffff;
    font-size: 55px;
    font-weight: 540;
    line-height: 1.1;
    letter-spacing: -4%;
    margin: 0 0 24px 0;
}

.digital-experience-page .dex-desc p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    opacity: 0.85;
    margin: 0 0 40px 0;
}

.digital-experience-page .dex-btn {
   display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
    gap: 10px;
}

.digital-experience-page .dex-btn img{
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.digital-experience-page .dex-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.digital-experience-page .dex-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.digital-experience-page .dex-btn:hover {
    background-color: #0056cc;
}

.digital-experience-page .dex-right {
    width: 100%;
}

.digital-experience-page .dex-video-box {
    position: relative;
    width: 100%;
}

.digital-experience-page .dex-frame {
    width: 100%;
    height: 290px;
    border: 2px solid #106fff;
    border-radius: 12px;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.digital-experience-page .dex-frame video,
.digital-experience-page .dex-frame .dex-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.digital-experience-page .dex-flash {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 3;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-experience-page .dex-flash img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* counter */

.digital-experience-page .dex-counter-container {
    background: #000000e0;
    padding: 50px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
}

.digital-experience-page .dex-counter-container::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: rgba(255, 82, 235, 0.3);
    border-radius: 50%;
    filter: blur(130px);
    z-index: 1;
    pointer-events: none;
}

.digital-experience-page .dex-counter-container::after {
    content: '';
    position: absolute;
    top: -10%;
    right: 0%;
    width: 450px;
    height: 450px;
    background: #106fff;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

.digital-experience-page .dex-counter-container .container {
    position: relative;
    z-index: 2;
}

.digital-experience-page .dex-counter-grid {
    display: grid;
    gap: 40px;
    width: 100%;
}

.digital-experience-page .dex-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.digital-experience-page .dex-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.digital-experience-page .dex-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.digital-experience-page .dex-counter-card-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.digital-experience-page .dex-counter-display-number {
 line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 60px;
    letter-spacing: -5%;
    background: linear-gradient(90deg, #1170FF 0%, #53B6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.digital-experience-page .dex-counter-display-text {
       line-height: 1.4;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    width: 70%;
}

/* offerings */

.digital-experience-page .dex-offerings {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    position: relative;
}

.digital-experience-page .dex-off-head {
    margin-bottom: 50px;
}

.digital-experience-page .dex-off-sub {
    color: #ffffff;
    line-height: 1.2;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -5%;
}

.digital-experience-page .dex-off-main-title {
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: -5%;
}

.digital-experience-page .dex-off-box {
    background: rgba(255, 255, 255, 0.01);
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, rgba(207, 0, 241, 0) 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
    height: 100%;
}
 
.digital-experience-page .dex-off-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.digital-experience-page .dex-off-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.digital-experience-page .dex-off-box-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 16px 0;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -3%;
}

.digital-experience-page .dex-off-box-desc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
}

/* stories */
.digital-experience-page .dex-stories {
    background-color: #000000;
    padding: 80px 0 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.digital-experience-page .dex-stories-glow {
    position: absolute;
    width: 550px;
    height: 550px;
    top: -150px;
    left: -150px;
    background: radial-gradient(circle, rgba(16, 111, 255, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
    mix-blend-mode: screen;
    filter: blur(70px);
    pointer-events: none;
    z-index: 1;
}

.digital-experience-page .dex-stories .container {
    position: relative;
    z-index: 2;
}

.digital-experience-page .dex-stories-head {
    margin-bottom: 50px;
}

.digital-experience-page .dex-stories-sub {
    color: #ffffff;
    line-height: 1.2;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -5%;
}

.digital-experience-page .dex-stories-main-title {
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: -5%;
    text-transform: capitalize;
}

.digital-experience-page .dex-story-col {
    margin-bottom: 70px;
}

.digital-experience-page .dex-story-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
}

.digital-experience-page .dex-story-media {
       width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.digital-experience-page .dex-story-img {
       width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.digital-experience-page .dex-story-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.digital-experience-page .dex-story-cate {
    color: #ffffff;
    margin-bottom: 12px;
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -3%;
}

.digital-experience-page .dex-story-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 16px 0;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -5%;
}

.digital-experience-page .dex-story-desc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 24px 0;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: -3%;
}

.digital-experience-page .dex-story-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
}

.digital-experience-page .dex-story-highlight {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1%;
    background: linear-gradient(90deg, #1170FF 0%, #53B6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.digital-experience-page .dex-story-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: all .3s ease-in-out;
}

.digital-experience-page .dex-story-link:hover{
    transform: translateX(4px);
}

.digital-experience-page .dex-story-link img {
    width: 14px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* who we are */

.digital-experience-page .dex-wwr-section {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    position: relative;
    border-top: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
}

.digital-experience-page .dex-wwr-left-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: auto;
    padding-right: 40px;
}

.digital-experience-page .dex-wwr-sub {
    color: #ffffff;
    line-height: 1.2;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -5%;
}

.digital-experience-page .dex-wwr-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -5%;
    text-transform: capitalize;
}

.digital-experience-page .dex-wwr-right-scroll {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.digital-experience-page .dex-wwr-media {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.digital-experience-page .dex-wwr-img {
    width: 100%;
    height: 330px;
    display: block;
    object-fit: cover;
}
 
.digital-experience-page .dex-wwr-desc p {
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -2%;
}

.digital-experience-page .dex-wwr-desc p:last-child {
    margin-bottom: 0;
}

.digital-experience-page .dex-wwr-counter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-top: 20px;
    width: 100%;
}

.digital-experience-page .dex-wwr-counter-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.digital-experience-page .dex-wwr-number {
      line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 60px;
    letter-spacing: -5%;
    background: linear-gradient(90deg, #1170FF 0%, #53B6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.digital-experience-page .dex-wwr-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    margin: 0;
    opacity: 1;
}

/* rcognition */

.digital-experience-page .dex-recog-section {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.digital-experience-page .dex-recog-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(9deg, #943dbcc9 0%, #943dbc3d 40%, #943dbc00 70%);
    mix-blend-mode: screen;
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

.digital-experience-page .dex-recog-section .container {
    position: relative;
    z-index: 2;
}

.digital-experience-page .dex-recog-head {
    margin-bottom: 60px;
}

.digital-experience-page .dex-recog-main-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -5%;
}

.digital-experience-page .dex-recog-grid {
    row-gap: 50px;
}

.digital-experience-page .dex-recog-col {
    display: flex;
}

.digital-experience-page .dex-recog-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.digital-experience-page .dex-recog-box-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -5%;
}

.digital-experience-page .dex-recog-box-desc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
}

/* skilled */

.digital-experience-page .experion-partners-wrapper {
    background: #000;
    padding: 70px 0;
        border-top: 1px solid #ffffff21;
}

.digital-experience-page .experion-partners-wrapper .partners-info-text {
       padding-left: 10px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -5%;
    opacity: 1;
}

/* leaders */
.digital-experience-page .dex-leaders-section {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    position: relative;
}

.digital-experience-page .dex-leaders-head {
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.digital-experience-page .dex-leaders-main-title {
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: -3%;
}

.digital-experience-page .dex-contact p{
        color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -2%;
    opacity: 1;
    max-width: 600px;
}

.digital-experience-page .dex-leaders-main-desc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -2%;
    opacity: 0.85;
    max-width: 800px;
}

.digital-experience-page .dex-leaders-grid {
    row-gap: 48px;
}

.digital-experience-page .dex-leader-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.digital-experience-page .dex-leader-media {
    width: 100%;
    aspect-ratio: 1 / 1;  
    overflow: hidden;
    margin-bottom: 16px;
    background-color: #111111;
}

.digital-experience-page .dex-leader-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.digital-experience-page .dex-leader-card:hover .dex-leader-img {
    transform: scale(1.03);
}

.digital-experience-page .dex-leader-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.digital-experience-page .dex-leader-name {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 6px 0;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -3%;
}

.digital-experience-page .dex-leader-desig {
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -3%;
}

.digital-experience-page .dex-leader-company {
   color: #ffffff;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -3%;
}


.digital-experience-page .digital-experience-slide .experion-page-glow {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 35vw;
    height: 35vw;
    background: url('assets/img/gradient-shape-animation.webp') no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 1;
    animation: imagePulse 8s infinite alternate ease-in-out;
}
 

.life-experion-page-wrap .digital-experience-slide .experion-page-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #0050C9 0%, #52B5FF 41.35%, #FF52EB 95.67%);
    border-radius: 50%;
    opacity: 0;
    filter: blur(40px);
    animation: gradientGlow 8s infinite alternate ease-in-out;
}

/* DIGITAL EXPERIENCE PAGE  */

/* DIGITAL TRANSFORMATION PAGE */

.digital-transformation-page-wrap .dt-main-banner-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 0 100px;
    overflow: hidden;
    background-color: #000;
}

.digital-transformation-page-wrap .dt-main-banner-video,
.digital-transformation-page-wrap .dt-main-video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.digital-transformation-page-wrap .dt-main-video-fallback {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.digital-transformation-page-wrap .dt-main-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}

.digital-transformation-page-wrap .dt-main-banner-content-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
}

.digital-transformation-page-wrap .dt-main-text-layout-column {
  width: 100%;
    max-width: 800px;
    text-align: left;
}

.digital-transformation-page-wrap .dt-main-upper-tagline {
    display: block;
    color: #cfcfcf;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.digital-transformation-page-wrap .dt-main-hero-title {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.digital-transformation-page-wrap .dt-main-banner-description {
    width: 100%;
}

.digital-transformation-page-wrap .dt-main-banner-description ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.digital-transformation-page-wrap .dt-main-banner-description ul li {
    display: inline-block;
    background: #FFFFFF26;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.digital-transformation-page-wrap .dt-main-banner-description p {
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.4;
}

.digital-transformation-page-wrap .dt-main-banner-description p b, 
.digital-transformation-page-wrap .dt-main-banner-description p strong {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
}

.digital-transformation-page-wrap .dt-main-banner-cta-btn {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
    text-decoration: none;
    gap: 5px;
}

.digital-transformation-page-wrap .dt-main-banner-cta-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    padding-left: 4px;
    filter: brightness(0) invert(1);
}

.digital-transformation-page-wrap .dt-main-banner-cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.digital-transformation-page-wrap .dt-main-banner-cta-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.digital-transformation-page-wrap .dt-main-banner-cta-btn:hover {
    transform: translateY(-2px);
}

/* who we are */

.digital-transformation-page-wrap .dt-wwa-sec {
    position: relative;
    background-color: #000;
    padding: 100px 0;
    border-top: 1px solid #ffffff29;
}

.digital-transformation-page-wrap .dt-wwa-sec::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
    width: 450px;
    height: 450px;
    background: #2563EB;
    opacity: 0.25;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.digital-transformation-page-wrap .dt-wwa-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 2;
}

.digital-transformation-page-wrap .dt-wwa-left {
    width: 38%;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    height: auto;
    align-self: flex-start;
}

.digital-transformation-page-wrap .dt-wwa-sticky {
    width: 100%;
}

.digital-transformation-page-wrap .dt-wwa-tag {
    display: block;
    color: #cfcfcf;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.digital-transformation-page-wrap .dt-wwa-title {
        color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.1;
    font-size: 50px;
    letter-spacing: -5%;
}

.digital-transformation-page-wrap .dt-wwa-right {
    width: 58%;
}

.digital-transformation-page-wrap .dt-wwa-video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 45px;
}

.digital-transformation-page-wrap .dt-wwa-video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.digital-transformation-page-wrap .dt-wwa-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}

.digital-transformation-page-wrap .dt-wwa-video-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 180px;
    height: auto;
    object-fit: contain;
    z-index: 3;
}

.digital-transformation-page-wrap .dt-wwa-text {
    width: 100%;
}

.digital-transformation-page-wrap .dt-wwa-sub {
  line-height: 1.1;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -5%;
}

.digital-transformation-page-wrap .dt-wwa-body p {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: -3%;
}

.digital-transformation-page-wrap .dt-wwa-body p b, 
.digital-transformation-page-wrap .dt-wwa-body p strong {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
}

.digital-transformation-page-wrap .dt-wwa-body p:last-child {
    margin-bottom: 0;
}

/* what we do */

.digital-transformation-page-wrap .dt-wwd-sec {
    position: relative;
    background-color: #000;
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.digital-transformation-page-wrap .dt-wwd-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: #2563EB;
    opacity: 0.2;
    filter: blur(140px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.digital-transformation-page-wrap .dt-wwd-header {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.digital-transformation-page-wrap .dt-wwd-tag {
    display: block;
    color: #cfcfcf;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.digital-transformation-page-wrap .dt-wwd-title {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.digital-transformation-page-wrap .dt-wwd-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.digital-transformation-page-wrap .dt-wwd-box {
    background: rgba(255, 255, 255, 0.01);
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.digital-transformation-page-wrap .dt-wwd-box-icon {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.digital-transformation-page-wrap .dt-wwd-box-icon img {
      width: 80px;
    height: 80px;
    object-fit: contain;
}

.digital-transformation-page-wrap .dt-wwd-box-title {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
    transition: color 0.3s ease;
}

.digital-transformation-page-wrap .dt-wwd-box-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}

.digital-transformation-page-wrap .dt-wwd-box:hover {
    background: rgb(8 25 109 / 13%);
}

.digital-transformation-page-wrap .dt-wwd-box:hover .dt-wwd-box-title {
    color: #e5e7eb;
}

 /* stories */

 .digital-transformation-page-wrap .dt-stories-sec {
    position: relative;
    background-color: #000;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.digital-transformation-page-wrap .dt-stories-header {
    margin-bottom: 60px;
}

.digital-transformation-page-wrap .dt-stories-title {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.digital-transformation-page-wrap .dt-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.digital-transformation-page-wrap .dt-stories-card {
    position: relative;
    padding: 40px 25px 80px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.digital-transformation-page-wrap .dt-stories-card-title {
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -3%;
}

.digital-transformation-page-wrap .dt-stories-card-desc {
   font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -3%;
    color: #fff;
    margin: 0;
}

.digital-transformation-page-wrap .dt-stories-readmore {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease, padding-left 0.2s ease;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.digital-transformation-page-wrap .dt-stories-card:hover {
    transform: translateY(-4px);
}

.digital-transformation-page-wrap .dt-stories-readmore:hover {
    padding-left: 5px;
    opacity: 0.8;
}
 
/* skilled */

.digital-transformation-page-wrap .experion-partners-wrapper {
    background: #000;
    padding: 70px 0;
}

.digital-transformation-page-wrap .experion-partners-wrapper .partners-info-text {
       padding-left: 10px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -5%;
    opacity: 1;
}

/* DIGITAL TRANSFORMATION PAGE */

/* DATA AI SERVICE PAGE */

.data-ai-page-wrap .das-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #000000;
    overflow: hidden;
    padding: 130px 0 100px 0;
}

.data-ai-page-wrap .das-bg-vid,
.data-ai-page-wrap .das-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.data-ai-page-wrap .das-bg-img {
    background-size: cover;
    background-position: center;
}

.data-ai-page-wrap .das-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.data-ai-page-wrap .das-banner .container {
    position: relative;
    z-index: 3;
}

.data-ai-page-wrap .das-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.data-ai-page-wrap .das-sub {
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -5%;
    line-height: 1.2;
}

.data-ai-page-wrap .das-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -5%;
}

.data-ai-page-wrap .das-desc p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -2%;
    opacity: 1;
    margin-bottom: 15px;
    color: #fff;
}

/* capability */
.data-ai-page-wrap .das-caps-section {
    background-color: #000000;
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.data-ai-page-wrap .das-caps-section::before {
    content: '';
    position: absolute;
    top: -15%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, rgba(37, 99, 235, 0) 70%);
    mix-blend-mode: screen;
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
}

.data-ai-page-wrap .das-caps-section .container {
    position: relative;
    z-index: 2;
}

.regional-page-wrapper .regional-seo-desc p {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
}

.data-ai-page-wrap .das-caps-sub {
    color: #ffffff;
    line-height: 1.2;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -3%;
}

.data-ai-page-wrap .das-caps-main-title {
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    max-width: 900px;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: -5%;
    margin-bottom: 40px;
}

.data-ai-page-wrap .das-caps-grid {
    row-gap: 30px;
}

.data-ai-page-wrap .das-caps-col {
    display: flex;
}

.data-ai-page-wrap .das-caps-box {
    background: rgba(255, 255, 255, 0.01);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
    width: 100%;
}

.data-ai-page-wrap .das-caps-box:hover {
    background: rgba(255, 255, 255, 0.03);
}

.data-ai-page-wrap .das-caps-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.data-ai-page-wrap .das-caps-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.data-ai-page-wrap .das-caps-box-title {
        margin: 0 0 16px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.data-ai-page-wrap .das-caps-box-desc {
   color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}

/* AI capability */

.data-ai-page-wrap .das-outcomes-section {
    background-color: #000000;
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.data-ai-page-wrap .das-outcomes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000, #0050c900), linear-gradient(159.9deg, rgb(0 80 201 / 29%) 3.04%, rgba(0, 0, 0, 0) 76.1%);
    z-index: 1;
    pointer-events: none;
}

.data-ai-page-wrap .das-outcomes-section .container {
    position: relative;
    z-index: 2;
}

.data-ai-page-wrap .das-outcomes-header {
    margin-bottom: 64px;
}

.data-ai-page-wrap .das-outcomes-main-title {
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
    font-weight: 500;
    font-size: 55px;
    letter-spacing: -5%;
}

.data-ai-page-wrap .das-outcomes-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.data-ai-page-wrap .das-arc-logo-wrap img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

.data-ai-page-wrap .das-arc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    letter-spacing: -5%;
     
}

.data-ai-page-wrap .das-arc-btn:hover {
       transform: translateY(-2px);
}

.data-ai-page-wrap .das-arc-btn img {
    width: 15px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.data-ai-page-wrap .das-outcomes-grid {
    row-gap: 48px;
}

.data-ai-page-wrap .das-outcome-col {
    display: flex;
}

.data-ai-page-wrap .das-outcome-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.data-ai-page-wrap .das-outcome-media {
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 24px;
    background-color: #111111;
}

.data-ai-page-wrap .das-outcome-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.data-ai-page-wrap .das-outcome-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.data-ai-page-wrap .das-outcome-box-title {
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -5%;
}

.data-ai-page-wrap .das-outcome-box-desc {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -3%;
}

/* stories */

.data-ai-page-wrap .das-stories-section {
    position: relative;
    background-color: #000;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.data-ai-page-wrap .das-stories-head {
    margin-bottom: 56px;
    text-align: left;
}

.data-ai-page-wrap .das-stories-main-title {
   color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.data-ai-page-wrap .das-stories-grid {
    row-gap: 30px;
}

.data-ai-page-wrap .das-story-col {
    display: flex;
}

.data-ai-page-wrap .das-story-card {
   position: relative;
    padding: 40px 25px 80px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}
 

.data-ai-page-wrap .das-story-content {
    display: flex;
    flex-direction: column;
}

.data-ai-page-wrap .das-story-box-title {
   color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -3%;
}

.data-ai-page-wrap .das-story-box-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -3%;
    color: #fff;
    margin: 0;
}

.data-ai-page-wrap .das-story-link {
    align-items: center;
    width: max-content;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -3%;
}

.data-ai-page-wrap .das-story-link:hover {
    transform: translateY(-2px);
}


/* ai accelerators */

.data-ai-page-wrap .das-accel-section {
    background-color: #000000;
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.data-ai-page-wrap .das-accel-section::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -5%;
    width: 300px;
    height: 400px;
    background: #0143d330;
    mix-blend-mode: screen;
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

.data-ai-page-wrap .das-accel-section .container {
    position: relative;
    z-index: 2;
}

.data-ai-page-wrap .das-accel-header {
    margin-bottom: 56px;
    text-align: left;
}

.data-ai-page-wrap .das-accel-main-title {
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
    font-weight: 500;
    font-size: 56px;
    letter-spacing: -4%;
}

.data-ai-page-wrap .das-accel-grid {
    row-gap: 30px;
}

.data-ai-page-wrap .das-accel-col {
    display: flex;
}

.data-ai-page-wrap .das-accel-box {
    background: rgba(255, 255, 255, 0.01);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease;
    width: 100%;
}
 

.data-ai-page-wrap .das-accel-img-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.data-ai-page-wrap .das-accel-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.data-ai-page-wrap .das-accel-box-title {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.data-ai-page-wrap .das-accel-box-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
    opacity: 0.8;
}

/* leaders */

.data-ai-page-wrap .das-leaders-section {
    background-color: #00000000;
    padding: 80px 0;
    width: 100%;
    position: relative;
}

.data-ai-page-wrap .das-leaders-head {
    margin-bottom: 56px;
    text-align: left;
}

.data-ai-page-wrap .das-leaders-main-title {
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 56px;
    letter-spacing: -4%;
}

.data-ai-page-wrap .das-leaders-sub-desc {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 300;
    opacity: 0.8;
    margin: 0;
    max-width: 700px;
}

.data-ai-page-wrap .das-leaders-grid {
    row-gap: 40px;
}

.data-ai-page-wrap .das-leader-col {
    display: flex;
}

.data-ai-page-wrap .das-leader-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.data-ai-page-wrap .das-leader-thumb {
   position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 15px;
    background: #7d66f90d;
}

.data-ai-page-wrap .das-leader-thumb .exp-leader-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(25px);
    opacity: 0.5;
    transform: scale(1.3);
}

.data-ai-page-wrap .das-leader-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.data-ai-page-wrap .das-leader-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.data-ai-page-wrap .das-leader-name {
   color: #ffffff;
    line-height: 1.2;
    margin: 0 0 6px 0;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -3%;
}

.data-ai-page-wrap .das-leader-desig {
  color: #ffffff;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -3%;
}

.data-ai-page-wrap .das-leader-company {
   color: #ffffff;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -3%;
}


/* DATA AI SERVICE PAGE */


/* JOB POSTING STARTS */
.single-job-listing-page {
    position: relative;
    width: 100%;
    background-color: #0000001c;
    padding: 130px 0 100px 0;
    box-sizing: border-box;
    color: #ffffff;
}

.single-job-listing-page .job-back-button {
    margin-bottom: 25px;
}

.single-job-listing-page .btn-back {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.2s ease;
}

.single-job-listing-page .btn-back img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}

.single-job-listing-page .btn-back:hover {
    color: #0073aa; 
}

.single-job-listing-page .btn-back .arrow {
    margin-right: 8px;
}

.single-job-listing-page .job-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 20px;
}

.single-job-listing-page .job-title {
   margin: 0 0 15px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.single-job-listing-page .job-meta-info {
   display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 20px;
    color: #ffffff;
    flex-direction: column;
}

.single-job-listing-page .job-meta-info strong {
    color: #ffffff;
}

.single-job-listing-page .job-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 40px;
    align-items: start; 
}

.single-job-listing-page .job-left-content {
    min-width: 0; 
}

.single-job-listing-page .job-description p{
   font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
}

.single-job-listing-page .job-description li{
    font-weight: 300;
    font-size: 19px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 15px;
}

.single-job-listing-page .job-description h4,
.single-job-listing-page .job-description h3,
.single-job-listing-page .job-description h2 {
       margin: 40px 0 25px 0px;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.single-job-listing-page .job-description b,
.single-job-listing-page .job-description strong {
     font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -3%;
}

.single-job-listing-page .job-meta-info b,
.single-job-listing-page .job-meta-info strong{
      font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -3%;
}

.single-job-listing-page .job-description * {
    color: #ffffff;
}

.single-job-listing-page .job-right-sidebar {
    position: -webkit-sticky; 
    position: sticky;
    top: 40px; 
    z-index: 10;
}

.single-job-listing-page .career-form-title{
        margin: 0 0 30px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -5%;

}
 
.single-job-listing-page .job-application-form br {
    display: none !important;
}

.single-job-listing-page .job-application-form p {
    margin-bottom: 0px !important;
}

.single-job-listing-page .job-application-form {
    max-width: 500px;
    background: transparent;
    font-family: Arial, sans-serif;
}

.single-job-listing-page .form-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.single-job-listing-page .form-title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -5%;
    color: #fff;
}

.single-job-listing-page .form-field {
    margin-bottom: 18px;
}

.single-job-listing-page .form-field label {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.single-job-listing-page .form-field input[type="text"],
.single-job-listing-page .form-field input[type="email"],
.single-job-listing-page .form-field input[type="tel"] {
    width: 100%;
    height: 50px !important;
    border: 0px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 15px 20px;
    color: #fff;
    outline: none;
    background: #FFFFFF26;
    box-sizing: border-box;
}

.single-job-listing-page input::placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.single-job-listing-page input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: transparent !important;
    -webkit-text-fill-color: white !important;
}

.single-job-listing-page .form-field input[type="file"] {
    color: #fff;
    font-size: 16px;
}

.single-job-listing-page .form-field .file-hint {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
}

.single-job-listing-page .wpcf7-list-item {
    display: inline-flex !important;
    align-items: flex-start !important;
    margin: 0 15px 10px 0 !important;
}

.single-job-listing-page .consent-checkbox .wpcf7-list-item {
    display: flex !important;
    margin: 20px 0 !important;
}

.single-job-listing-page .wpcf7-list-item input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    flex: 0 0 18px !important;  
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 4px !important;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
    margin: 0 10px 0 0 !important;
    vertical-align: middle;
}

.single-job-listing-page .wpcf7-list-item input[type="checkbox"]:checked {
    background: rgba(255, 255, 255, 0.1) !important;
}

.single-job-listing-page .wpcf7-list-item input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 10px;
}

.single-job-listing-page .wpcf7-list-item-label {
    color: #fff !important;
    cursor: pointer;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.single-job-listing-page .consent-checkbox .wpcf7-list-item-label {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.single-job-listing-page .consent-checkbox a {
    color: #fff;
    text-decoration: underline;
}

.single-job-listing-page .job-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 10px 35px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    border: none;
    text-transform: capitalize;
}

.single-job-listing-page .job-submit-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.single-job-listing-page .job-submit-btn:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.single-job-listing-page .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff4b4b;
    margin-top: 5px;
}


/* JOB POSTING ENDS */

/* REGIONAL PAGE STARTS */

.regional-page-wrapper .regional-banner-sec {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    padding: 130px 0 100px 0;
    overflow: hidden;
}

.regional-page-wrapper .regional-banner-overlay {
   position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(24 11 24 / 98%) 0%, #00237ce0 50%, rgb(64 13 60 / 93%) 100%);
    z-index: 1;
}


.regional-page-wrapper .regional-banner-sec .container {
    position: relative;
    z-index: 2;
}

.regional-page-wrapper .regional-banner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
}

.regional-page-wrapper .regional-contact-form {
    background-color: rgb(0 0 0 / 12%);
    padding: 25px;
    border-radius: 30px;
}


.regional-page-wrapper .regional-seo-title {
       color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-seo-desc {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.regional-page-wrapper .regional-seo-desc p {
    color: #ffffff;
    margin: 0;
}

.regional-page-wrapper .regional-seo-btn {
    display: inline-flex;
    align-items: center;
    background-color: #106FFF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
    text-decoration: none;
    margin-bottom: 50px;
}

.regional-page-wrapper .regional-seo-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.regional-page-wrapper .regional-seo-btn img {
    filter: brightness(0) invert(1);
    width: 14px;
    height: auto;
    object-fit: contain;
    margin-left: 12px;
    transition: transform 0.3s ease-in-out;
}

.regional-page-wrapper .regional-seo-btn:hover img {
    transform: translateX(4px);
}

.regional-page-wrapper .regional-counter-grid {
    display: grid;
    gap: 60px;
    width: 100%;
    max-width: 550px;
    border-top: 1px solid rgb(255 255 255 / 24%);
    padding-top: 30px;
    grid-auto-flow: column;
}

.regional-page-wrapper .regional-counter-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.regional-page-wrapper .regional-counter-num {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -2%;
}

.regional-page-wrapper .regional-counter-lbl {
    font-size: 20px;
    font-weight: 400;
    color: rgb(255 255 255);
    line-height: 1.3;
    letter-spacing: -2%;
}

.regional-page-wrapper .regional-banner-right {
    display: flex;
    justify-content: flex-end;
}

.regional-page-wrapper .regional-form-card {
    width: 100%;
    max-width: 500px;
    background: transparent;
}

.regional-page-wrapper .regional-contact-form br {
    display: none !important;
}

.regional-page-wrapper .regional-contact-form p {
    margin-bottom: 0px !important;
}

.regional-page-wrapper .tp-contact-input {
    margin-bottom: 18px;
}

.regional-page-wrapper .mb-20 {
    margin-bottom: 18px;
}

.regional-page-wrapper .tp-contact-input label {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.regional-page-wrapper .tp-contact-input input[type="text"],
.regional-page-wrapper .tp-contact-input input[type="email"],
.regional-page-wrapper .tp-contact-input input[type="tel"],
.regional-page-wrapper .tp-contact-input textarea {
    width: 100%;
    height: 50px;
    border: 0px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    padding: 15px 20px; 
    color: #fff;
    outline: none;
    background: #FFFFFF26;
    box-sizing: border-box;
}

.regional-page-wrapper .tp-contact-input textarea {
    height: 120px;
    resize: none;
}

.regional-page-wrapper input::placeholder,
.regional-page-wrapper textarea::placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.8;
}

.regional-page-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: transparent !important;
    -webkit-text-fill-color: white !important;
}

.regional-page-wrapper .tp-btn-white {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #106FFF;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    border: none;
    cursor: pointer;
    width: auto;
}

.regional-page-wrapper .tp-btn-white:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(92.96deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.regional-page-wrapper .tp-btn-white:hover:before {
    background: linear-gradient(270deg, #7CE3FF 0.84%, rgba(255, 255, 255, 0) 103.02%);
}

.regional-page-wrapper .tp-btn-white i {
    margin-left: 10px;
    font-size: 16px;
}

.regional-page-wrapper .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff4b4b;
    margin-top: 5px;
}

/* what we do */

.regional-page-wrapper .regional-wwd-sec {
    background-color: #000000;
    padding: 80px 0;
    position: relative;
}

.regional-page-wrapper .regional-wwd-sec::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    background: #0050ff;
    opacity: 0.35;
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
}

.regional-page-wrapper .container {
    position: relative;
    z-index: 2;
}

.regional-page-wrapper .regional-wwd-header {
    text-align: left;
    margin-bottom: 80px;
    max-width: 950px;
}

.regional-page-wrapper .regional-wwd-sub {
    color: #fff;
  font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3%;
    margin-bottom: 16px;
    display: inline-block;
}

.regional-page-wrapper .wwd-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-wwd-grid {
    row-gap: 60px;
}

.regional-page-wrapper .regional-wwd-card {
    background: #00000057;
    padding: 50px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-image-source: linear-gradient(145.71deg, #7f0bff -5.27%, #cf00f100 47.27%);
    border-image-slice: 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
    height: 100%;
    position: relative;
}

.regional-page-wrapper .regional-wwd-card:hover {
    background-color: rgba(127, 11, 255, 0.03);
    transform: translateY(-5px);
}

.regional-page-wrapper .regional-wwd-icon-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-color:#ffffffcf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(16, 111, 255, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 3;
    box-shadow: inset 2px 2px 4px rgb(249 249 249 / 31%), inset -2px -2px 4px rgb(0 0 0 / 23%);
}

.regional-page-wrapper .regional-wwd-card:hover .regional-wwd-icon-badge {
    transform: translate(-50%, -55%);
}

.regional-page-wrapper .regional-wwd-img-asset {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.regional-page-wrapper .regional-wwd-card-title {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -3%;
}

.regional-page-wrapper .regional-wwd-card-desc {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -3%;
}

/* case studies */

.regional-page-wrapper .regional-cs-sec {
    background-color: #000;
    padding: 80px 0;
    position: relative;
    border-top: 1px solid #ffffff1c;
}

.regional-page-wrapper .regional-cs-sec:before{
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: #2563EB;
    border-radius: 50%;
    filter: blur(130px);
    z-index: 1;
    pointer-events: none;
}

.regional-page-wrapper .regional-cs-sec::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 450px;
    height: 450px;
   background: rgb(255 82 235 / 58%);
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

.regional-page-wrapper .regional-cs-header {
    text-align: left;
    margin-bottom: 50px;
    max-width: 900px;
}

.regional-page-wrapper .regional-cs-sub {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3%;
    margin-bottom: 16px;
    display: inline-block;
}

.regional-page-wrapper .cs-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-cs-accordion {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 100%;
}

.regional-page-wrapper .regional-cs-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.regional-page-wrapper .regional-cs-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding: 30px 0 20px;
    cursor: pointer;
    user-select: none;
}

.regional-page-wrapper .regional-cs-toggle-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.regional-page-wrapper .regional-cs-item-tag {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #FFEE32 0%, #00EF5C 12%, #00EF5C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.regional-page-wrapper .regional-cs-item-title {
    margin: 0 0 0px 0px;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -3%;
}
 
.regional-page-wrapper .regional-cs-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.regional-page-wrapper .regional-cs-icon::before,
.regional-page-wrapper .regional-cs-icon::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}

.regional-page-wrapper .regional-cs-icon::before {
    top: 7px;
    left: 0;
    width: 100%;
    height: 2px;
}

.regional-page-wrapper .regional-cs-icon::after {
    top: 0;
    left: 7px;
    width: 2px;
    height: 100%;
}

.regional-page-wrapper .regional-cs-item.is-open .regional-cs-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.regional-page-wrapper .regional-cs-item.is-open .regional-cs-icon::before {
    transform: rotate(180deg);
}

.regional-page-wrapper .regional-cs-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.regional-page-wrapper .regional-cs-panel-inner {
    padding: 0 0 40px 0;
    max-width: 850px;
}

.regional-page-wrapper .regional-cs-desc-content {
    margin-bottom: 25px;
}

.regional-page-wrapper .regional-cs-desc-content p {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -3%;
}

.regional-page-wrapper .regional-cs-desc-content ul {
    margin: 0 0 15px 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.regional-page-wrapper .regional-cs-desc-content li {
    color: #ffffff;
    margin: 10px 0 10px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -3%;
}

.regional-page-wrapper .regional-cs-desc-content b,
.regional-page-wrapper .regional-cs-desc-content strong {
    color: #ffffff;
    font-weight: 600;
}

.regional-page-wrapper .regional-cs-btn {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.3s ease;
}

.regional-page-wrapper .regional-cs-btn img {
    filter: brightness(0) invert(1);
    width: 16px;
    height: auto;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.regional-page-wrapper .regional-cs-btn:hover {
    color: #106FFF;
}

.regional-page-wrapper .regional-cs-btn:hover img {
    transform: translateX(4px);
    filter: none;
}

/* whats trending  */

.regional-page-wrapper .regional-wt-sec {
    background-color: #000000;
    padding: 50px 0 80px;
    position: relative;
    overflow: hidden;
}

.regional-page-wrapper .regional-wt-header {
    text-align: left;
    margin-bottom: 50px;
    max-width: 900px;
}

.regional-page-wrapper .regional-wt-sub {
       color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3%;
    margin-bottom: 16px;
    display: inline-block;
}

.regional-page-wrapper .regional-wt-sec .wt-title{
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-wt-grid {
    row-gap: 30px;
}

.regional-page-wrapper .regional-wt-card {
    padding: 35px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    transition: transform 0.3s ease;
}

.regional-page-wrapper .regional-wt-card:hover {
    transform: translateY(-5px);
}

.regional-page-wrapper .regional-wt-card-num {
   color: rgb(255 255 255 / 35%);
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -3%;
}

.regional-page-wrapper .regional-wt-card-content {
    display: flex;
    flex-direction: column;
}

.regional-page-wrapper .regional-wt-card-title {
   font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -3%;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.regional-page-wrapper .regional-wt-card-desc {
        color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -3%;
}

/* about us */

.regional-page-wrapper .regional-about-sec {
    background-color: #000000;
    padding: 80px 0;
    position: relative;
}

.regional-page-wrapper .regional-about-sec:before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: rgb(255 82 235 / 33%);
    border-radius: 50%;
    filter: blur(130px);
    z-index: 1;
    pointer-events: none;
}

.regional-page-wrapper .regional-about-row {
    align-items: flex-start;
}

@media (min-width: 992px) {
    .regional-page-wrapper .regional-about-left-col {
        position: sticky;
        top: 100px;
        z-index: 10;
        display: block !important;
    }
}

.regional-page-wrapper .regional-about-sticky-box {
    padding-right: 30px;
}

.regional-page-wrapper .regional-about-sub {
      color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3%;
    margin-bottom: 16px;
    display: inline-block;
}

.regional-page-wrapper .regional-about-sec .about-title{
        color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-about-content-wrap {
    padding-left: 20px;
}

.regional-page-wrapper .regional-about-intro-title {
   font-size: 32px;
    margin: 0 0 35px 0;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-about-logos .regional-logo-item {
    padding: 15px;
    border: 1px solid #ffffff36;
    border-radius: 20px;
}

.regional-page-wrapper .regional-about-main-text {
    margin-bottom: 50px;
}

.regional-page-wrapper .regional-about-main-text p {
        margin-bottom: 24px;
    color: #ffffff;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -3%;
}

.regional-page-wrapper .regional-about-main-text p:last-child {
    margin-bottom: 0;
}

.regional-page-wrapper .regional-about-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
}

.regional-page-wrapper .regional-logo-item img {
    height: 75px;
    width: auto;
    object-fit: contain;
    display: block;
    opacity: 0.85;
}

@media (max-width: 991px) {
    .regional-page-wrapper .regional-about-sticky-box {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .regional-page-wrapper .regional-about-content-wrap {
        padding-left: 0;
    }
    .regional-page-wrapper .regional-about-intro-title {
        font-size: 24px;
    }
}

/* leadership */

.regional-page-wrapper .regional-leaders-sec {
    background-color: #05050a;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ffffff26;
}
 
.regional-page-wrapper .regional-leaders-header {
    text-align: left;
    margin-bottom: 60px;
    max-width: 950px;
}

.regional-page-wrapper .regional-leaders-sub {
       color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3%;
    margin-bottom: 16px;
    display: inline-block;
}

.regional-page-wrapper .reg-leaders-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-leaders-row-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

@media (max-width: 1200px) {
    .regional-page-wrapper .regional-leaders-row-layout {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
}

@media (max-width: 768px) {
    .regional-page-wrapper .regional-leaders-row-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.regional-page-wrapper .regional-leader-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.regional-page-wrapper .regional-leader-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 20px;
    background: radial-gradient(circle at 50% 50%, #1e3a60 0%, #0a1120 100%);
}

.regional-page-wrapper .regional-leader-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

.regional-page-wrapper .regional-leader-card:hover .regional-leader-photo {
    transform: scale(1.04);
}

.regional-page-wrapper .regional-leader-placeholder {
    width: 100%;
    height: 100%;
    background: #11121a;
}

.regional-page-wrapper .regional-leader-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.regional-page-wrapper .regional-leader-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.regional-page-wrapper .regional-leader-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.3px;
}

.regional-page-wrapper .regional-leader-linkedin {
    color: rgba(255, 255, 255, 0.5);
    width: 15px;
    height: 15px;
    display: inline-flex;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.regional-page-wrapper .regional-leader-linkedin:hover {
    color: #fff;
}

.regional-page-wrapper .regional-leader-desig {
  color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -3%;
}

/* awards */

.regional-page-wrapper .regional-awards-sec {
    background-color: #00000000;
    padding: 80px 0;
    position: relative;
}

.regional-page-wrapper .regional-awards-header {
    text-align: left;
    margin-bottom: 50px;
    max-width: 950px;
}

.regional-page-wrapper .regional-awards-sub {
   color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3%;
    margin-bottom: 16px;
    display: inline-block;
}

.regional-page-wrapper .awards-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-awards-grid {
    row-gap: 30px;
}

.regional-page-wrapper .regional-award-custom-box {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.34);
    padding: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: currentcolor;
    border-image: linear-gradient(145.71deg, rgb(127, 11, 255) -5.27%, rgba(207, 0, 241, 0) 47.27%) 1 / 1 / 0 stretch;
    transition: background-color 0.3s;
    height: 100%;
}

.regional-page-wrapper .regional-award-custom-box:hover {
    background: rgba(127, 11, 255, 0.08);
}

.regional-page-wrapper .regional-award-inner-layout {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    width: 100%;
}

.regional-page-wrapper .regional-award-img-frame {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    flex-shrink: 0;
    padding: 8px;
}

.regional-page-wrapper .regional-award-badge {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.regional-page-wrapper .regional-award-badge-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f5f5f7;
}

.regional-page-wrapper .regional-award-meta-frame {
    flex-grow: 1;
}

.regional-page-wrapper .regional-award-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.1px;
}

/* blogs */

.regional-page-wrapper .regional-blog-sec {
    background-color: #000000;
    padding: 80px 0;
    position: relative;
    border-top: 1px solid #ffffff26;
}

.regional-page-wrapper .regional-blog-sec::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    height: 400px;
    background: #0050ff;
    opacity: 0.35;
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
}

.regional-page-wrapper .regional-blog-header {
    text-align: left;
    margin-bottom: 50px;
    max-width: 950px;
}

.regional-page-wrapper .regional-blog-sub {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -3%;
    margin-bottom: 16px;
    display: inline-block;
}

.regional-page-wrapper .reg-blog-title{
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-blog-grid {
    row-gap: 30px;
}

.regional-page-wrapper .regional-blog-card {
    background-color: #1e1f21;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.regional-page-wrapper .regional-blog-card:hover {
    transform: translateY(-5px);
}

.regional-page-wrapper .regional-blog-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin-bottom: 24px;
}

.regional-page-wrapper .regional-blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.regional-page-wrapper .regional-blog-placeholder {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.regional-page-wrapper .regional-blog-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.regional-page-wrapper .regional-blog-title {
   font-size: 27px;
    margin: 0 0 35px 0;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -5%;
}

.regional-page-wrapper .regional-blog-desc {
   color: #ffffff;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -3%;
}

.regional-page-wrapper .regional-blog-btn {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    width: max-content;
}

.regional-page-wrapper .regional-blog-btn span {
    text-decoration: none;
    text-underline-offset: 4px;
}

.regional-page-wrapper .regional-blog-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.regional-page-wrapper .regional-blog-card:hover .regional-blog-btn svg {
    transform: translateX(4px);
}

/* contact */

.regional-contact .regional-contact-info-list {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.regional-contact .regional-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.regional-contact .regional-contact-icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.regional-contact .regional-contact-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.regional-contact .regional-contact-text {
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -3%;
    padding-left: 0px;
}

.regional-contact .regional-contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

 
.regional-page-wrapper .regional-contact .regional-contact-form {
    background-color: rgb(0 0 0 / 0%);
}

.regional-page-wrapper .regional-contact .sub-title{
    margin-top: 24px;
    color: #ffffff;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -3%;
    padding-left: 5px;
}

/* REGIONAL PAGE ENDS */