.aceso-header{
    transition: all 0.4s ease;
}
.aceso-header.scrolled{
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    background-color: #fbfaf9cc;
    backdrop-filter: blur(24px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
}
.aceso-header.scrolled .e-con-inner{
	padding: 8px 0;
}
.aceso-nav .menu-item a {
  position: relative;
  cursor: pointer;
}
.aceso-nav .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px !important;
  background: #104860 !important;
  transition: width .3s ease;
}
.aceso-nav .menu-item a:hover::after, .aceso-nav .menu-item.current-menu-item a::after{
  width: 98%;
  margin: 0 auto;
}
.aceso-nav .menu-item ul.sub-menu a::after{
	display: none;
}
.aceso-header-button .elementor-button .elementor-button-icon svg{
  font-size: 13px;
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.aceso-header-button .elementor-button:hover .elementor-button-icon svg{
  transform: translatex(3px);
}

.pre_title{
  position: relative;
}
.pre_title::after{
  content: "";
  position: absolute;
  left: 0;
  top:5px;
  width: 28px;
  height: 1px;
  background: #104860;
}
.pre_title.sky::after{
	background: #37bea3;
}
/*Banner*/
.aceso-hero h1 span, .inner_banner h1 span {
  color: transparent;
  background: linear-gradient(135deg, hsl(200 75% 14%) 0%, hsl(188 60% 32%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}

/* Marquee Wrapper */
.aceso-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    white-space: nowrap;
}

/* Fade Effect */
.aceso-marquee::before,
.aceso-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.aceso-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.aceso-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

/* Track */
.aceso-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 120px;
    width: max-content;
    animation: marqueeMove 50s linear infinite;
    will-change: transform;
}

/* Text */
.aceso-marquee-track span {
    font-size: 24px;
    font-weight: 400;
    color: #11232c66;
    font-family: 'Fraunces';
    white-space: nowrap;
    transition: color 0.5s ease;
}

.aceso-marquee-track span:hover {
    color: #12384a;
}

/* Infinite Smooth Scroll */
@keyframes marqueeMove {
    from {
        transform: translateX(100%);
    }

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

.overview_btn .elementor-button-icon{
	width: 24px;
    height: 24px;
    background: #e3e9ed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aceso-button.move-left .elementor-button-icon{
	transition: all 0.3s ease-in-out;
}
.aceso-button.move-left:hover .elementor-button-icon{
	transform: translateX(3px);
}

.aceso-challenge_sec .elementor-widget-text-editor em{
	font-size: 15px;
	font-weight: 500;
	color: #283941;
	font-style: normal;
}
.challenge-icon path, .challenge-icon circle, .challenge-icon rect{
	fill:transparent;
}
/*.challenge-icon:hover svg{
	    stroke: #fff;
}*/
.footer-icon path, .footer-icon circle, .footer-icon rect{
	fill:transparent;
}
.aceso-challenge_sec .elementor-widget-text-editor strong{
	font-size: 48px;
    font-weight: 400;
    color: #092d3e;
    font-family: 'Fraunces';
}
.sec_title span{
	 color: transparent;
  background: linear-gradient(135deg, hsl(200 75% 14%) 0%, hsl(188 60% 32%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}
.therapy-box .elementor-icon{
    background: linear-gradient(
        135deg,
        #104860 0%,
        hsl(188 65% 32%) 100%
    );
}
.therapy-box:hover .elementor-icon{
    transform: scale(1.1);
}
.dual_color_title span{
	color: #37bea3;
}
.get_in_touch .elementor-icon-box-title{
	margin: 0 0 0 0
}

.team-image{
    filter: grayscale(100%);
    transition: 0.4s ease;
}
.team-image:hover{
    /*filter: grayscale(0%);*/
    transform: scale(1.05);
}
.linked_icon{
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.team-card:hover .linked_icon{
	opacity: 1;
}
.invest_box{
	position: relative;
}
.invest_box::after{
	content: "";
	position: absolute;
	width: 0%;
	height:5px;
	left: 0;
	right:0;
	top: 0;
	background-color: #27a1af;
	transition: all 0.5s ease-in-out;
}
.invest_box:hover::after{
	width: 100%;
}
.invest_box .invest_icon{
	width: 44px;
	height: 44px;
	line-height: 46px;
	border-radius: 50%;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	transition: all 0.5s ease-in-out;
}
.invest_icon path, .invest_icon circle{
	fill:transparent;
}
.invest_box:hover .invest_icon{
	background: #104860;
}
.invest_box:hover .elementor-icon svg{
	fill: #fff !important;
	color: #fff !important;
}

.act_box::after{
	content: "";
	position: absolute;
	width: 4px;
	height:100%;
	left: 0;
	bottom:0;
	top: 0;
	background-color: #27a1af;
	transition: all 0.5s ease-in-out;
}
.act_box2::after{
	background-color: #f97316; 
}
.act_box3::after{
	background-color: #64748b; 
}

/* Main Table Container */
.home .e-n-tabs-heading, .page-id-2274 .e-n-tabs-heading{
	padding: 0 0 0 185px;
}
/*.e-n-tabs-heading button:hover{
	background: #092d3e !important;
}*/
.tablepress_wrapper{
    background: #f6f7f7;
    border: 1px solid #d8dde0;
    border-radius: 0 0 35px 35px;
    overflow: hidden;
    padding-bottom: 20px;
}

/* Table */
table.tablepress{
    border-collapse: collapse !important;
    width:100%;
    font-family: Inter, sans-serif;
    background:#f6f7f7;
    box-shadow: 0 1px 1px hsl(200 50% 12% / .03), 0 8px 24px -8px hsl(200 50% 12% / .08);
    border: 1px solid #e0e8eb !important;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

/* Rows */
table.tablepress tbody tr{
    border-bottom:1px solid #dbe1e4;
}

table.tablepress tbody td{
    padding:18px 15px;
    border:none;
    background:#fff !important;
    vertical-align:middle;
    color:#243746;
    font-size:11px;
}
table.tablepress tbody tr, table.tablepress tbody tr:hover, table.tablepress tbody tr td:hover{
	background:#fff !important;
}
/* Project title */
table.tablepress .column-2{
    font-size:11px;
    line-height: 15px;
    font-weight:400;
    text-transform: uppercase;
    color:#5b707b;
}
table.tablepress h4{
	font-size: 14px !important;
    font-weight: 400;
    color:#11232c;
    font-family: 'inter';
    margin: 0 0 0 0;
}
table.tablepress .column-2 br+*{
    font-size:14px;
    font-weight:500;
    color:#61707d;
}

/* Header */
table.tablepress thead th, table.tablepress thead th .column-2, table.tablepress thead th .column-2 .dt-column-title{
    background:#dfe5e7 !important;
    color:#274355;
    font-size:10px;
    font-weight: 500 !important;
    text-transform:uppercase;
    letter-spacing:1px;
	font-family: "inter";
    padding:8px 12px;
    border:none;
}
table.tablepress thead th.dt-orderable-none::before{
	display: none !important;
}

/* Mechanism badge */
table.tablepress .column-3{
    font-size: 10px;
}
table.tablepress thead .column-3, table.tablepress thead .column-10{
	display: table-cell;
}
table.tablepress .column-3 span,
table.tablepress .column-3{
    display:inline-block;
}

table.tablepress .row-2 .column-3 span, table.tablepress .row-3 .column-3 span, table.tablepress .row-4 .column-3 span, table.tablepress .row-5 .column-3 span,
table.tablepress .row-6 .column-3 span, table.tablepress .row-7 .column-3 span, table.tablepress .row-8 .column-3 span{
    background:#dce4e8;
    color:#234255;
    padding:5px 10px;
    border-radius:4px;
    font-weight: 500;
}
table.tablepress .row-3 .column-3 span{
    background:#d7f0e4;
}
table.tablepress .row-4 .column-3 span{
    background:#e6edf2;
}
table.tablepress .row-5 .column-3 span, table.tablepress.tablepress-id-3 .row-2 .column-3 span{
    background:#fbe5c7;
    color: #7c2d12;
}
table.tablepress .row-6 .column-3 span, table.tablepress.tablepress-id-3 .row-3 .column-3 span{
    background:#f5e7a7;
    color: #78350f;
}
table.tablepress .row-7 .column-3 span, table.tablepress.tablepress-id-4 .row-2 .column-3 span{
    background:#d1fae5;
    color: #064e3b;
}
table.tablepress .row-8 .column-3 span{
    background:#e6ebee;
}


/* Progress bars columns */
/*table.tablepress .column-4:before,
table.tablepress .column-5:before,
table.tablepress .column-6:before,
table.tablepress .column-7:before,
table.tablepress .column-8:before{
    content:"";
    width:36px;
    height:8px;
    border-radius:30px;
    background:#d2d9dd;
    display:block;
    margin:auto;
}*/

/* Active dark bars */
/*table.tablepress .row-2 .column-4:before,
table.tablepress .row-2 .column-5:before,
table.tablepress .row-3 .column-4:before,
table.tablepress .row-4 .column-4:before,
table.tablepress .row-6 .column-4:before,
table.tablepress .row-7 .column-4:before{
    background:#17475f;
}*/
/*table.tablepress span.active, table.tablepress span.progress, table.tablepress span.not-start{
	background: #17475f;
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}
table.tablepress span.progress{
	background:#6d8f9e;
	position: relative;
}
table.tablepress span.progress::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
    height: 6px;
    background: #F5CE63;
}*/

/* =========================================
   TABLEPRESS STATUS & PROGRESS BARS
========================================= */

/* Base Styles */
table.tablepress span.active,
table.tablepress span.progress,
table.tablepress span.not-start {
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    background: #17475f;
}

/* Not Started */
table.tablepress span.not-start {
    background: #d1d5db;
}

/* Progress Base */
table.tablepress span.progress {
    background: #e5e7eb;
}

table.tablepress span.progress::after {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--progress-width);
    background: var(--progress-color);
    border-radius: 50px;
}

/* Active Base */
table.tablepress span.active {
    background: #e5e7eb;
}

table.tablepress span.active::after {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--active-width);
    background: var(--active-color);
    border-radius: 50px;
}

/* =========================================
   PROGRESS STATES
========================================= */

.progress-10 { --progress-width: 10%; --progress-color: #f59e0b; }
.progress-20 { --progress-width: 20%; --progress-color: #f59e0b; }
.progress-30 { --progress-width: 30%; --progress-color: #f59e0b; }
.progress-40 { --progress-width: 40%; --progress-color: #f59e0b; }
.progress-50 { --progress-width: 50%; --progress-color: #f59e0b; }
.progress-60 { --progress-width: 60%; --progress-color: #f59e0b; }
.progress-70 { --progress-width: 70%; --progress-color: #f59e0b; }
.progress-80 { --progress-width: 80%; --progress-color: #f59e0b; }
.progress-90 { --progress-width: 90%; --progress-color: #f59e0b; }
.progress-100 { --progress-width: 100%; --progress-color: #17475f; }

/* =========================================
   ACTIVE STATES
========================================= */

.active-10 { --active-width: 10%; --active-color: #f59e0b; }
.active-20 { --active-width: 20%; --active-color: #f59e0b; }
.active-30 { --active-width: 30%; --active-color: #f59e0b; }
.active-40 { --active-width: 40%; --active-color: #f59e0b; }
.active-50 { --active-width: 50%; --active-color: #f59e0b; }
.active-60 { --active-width: 60%; --active-color: #f59e0b; }
.active-70 { --active-width: 70%; --active-color: #f59e0b; }
.active-80 { --active-width: 80%; --active-color: #f59e0b; }
.active-90 { --active-width: 90%; --active-color: #f59e0b; }
.active-100 { --active-width: 100%; --active-color: #17475f; }


table.tablepress span.not-start{
	background:#e0e8eb;
}



/* Slight active */
/*table.tablepress .row-5 .column-4:before,
table.tablepress .row-8 .column-4:before{
    background:#8fa7b2;
}*/

/* Status buttons */
table.tablepress .column-10{
    text-align:center;
}

table.tablepress .column-10 span{
    display:inline-block;
   	padding: 5px 10px;
    border-radius: 4px;
    font-size: 10px;
}

table.tablepress .row-2 .column-10 span{
    background:#dce4e8;
    border:1px solid #9eb0ba;
}

table.tablepress .row-3 .column-10 span,
table.tablepress .row-4 .column-10 span,
table.tablepress .row-6 .column-10 span,
table.tablepress .row-7 .column-10 span{
    background:#edf1f2;
    border:1px solid #d4dde0;
}

table.tablepress .row-5 .column-10 span,
table.tablepress .row-8 .column-10 span,
table.tablepress.tablepress-id-3 .row-2 .column-10 span, table.tablepress.tablepress-id-5 .row-2 .column-10 span{
    background:#f9e5cf;
    border:1px solid #f0c08e;
    color:#af6d2e;
}

/* Remove tablepress edit link */
table.tablepress caption{
    display:none;
}

.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell {
    padding: 0 0 0 0 !important;
}

/* Mobile */
@media(max-width:768px){

.tablepress tbody td,
.tablepress thead th{
padding:12px 8px;
font-size:12px;
}

.tablepress .column-2{
font-size:20px;
}
}

 .aceso-journey-section,
  .aceso-journey-section * {
    box-sizing: border-box;
  }

  .aceso-journey-section {
    --aceso-bg: #f7fbfb;
    --aceso-card: #ffffff;
    --aceso-dark: #102631;
    --aceso-blue: #0f5570;
    --aceso-muted: #536874;
    --aceso-soft: #d9eeec;
    --aceso-border: #dfe9ea;
    --aceso-teal: #42c8b8;

    width: 100%;
    background: var(--aceso-bg);
    padding: 0 24px 54px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    color: var(--aceso-dark);
    overflow: hidden;
  }

  .aceso-journey-section.is-pinned {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 2;
    /*padding: 0 0 0 0;
*/    border-radius: 25px;
    overflow: hidden;
  }

  .aceso-journey-pin-space {
    position: relative;
    background: var(--aceso-bg);
  }

  .aceso-journey-inner {
    width: 100%;
    /*max-width: 1280px;
    margin: 0 auto;*/
  }

  .aceso-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    margin-bottom: 13px;
    color: var(--aceso-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .aceso-eyebrow span {
    width: 24px;
    height: 1px;
    background: var(--aceso-blue);
    display: inline-block;
    flex: 0 0 auto;
  }

  h2.aceso-journey-title{
    margin: 0 0 28px 0;
    font-size: 48px !important;
    line-height: 55px !important;
    font-weight: 500;
    letter-spacing: -0.045em;
    max-width: 560px;
  }

  .aceso-journey-title em {
    color: var(--aceso-blue);
    font-style: italic;
  }

  .aceso-timeline-card {
    position: relative;
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 380px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--aceso-border);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 85, 112, 0.08);
  }

  .aceso-timeline-left,
  .aceso-timeline-right {
    position: relative;
    min-height: 380px;
  }

  .aceso-timeline-left {
    background: #ffffff;
    border-right: 1px solid var(--aceso-border);
  }

  .aceso-vertical-line {
    position: absolute;
    left: 45px;
    top: 48px;
    bottom: 92px;
    width: 1px;
    background: var(--aceso-soft);
    z-index: 3;
  }

  .aceso-dot {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: #d9f0ed;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.45s ease;
    padding: 0;
    appearance: none;
  }

  .aceso-dot:nth-child(1) { top: 0%; }
  .aceso-dot:nth-child(2) { top: 25%; }
  .aceso-dot:nth-child(3) { top: 50%; }
  .aceso-dot:nth-child(4) { top: 75%; }
  .aceso-dot:nth-child(5) { top: 100%; }

  .aceso-dot.is-active {
    width: 13.5px;
    height: 13.5px;
    background: var(--aceso-blue);
    /*box-shadow: 0 0 0 4px rgba(15, 85, 112, 0.08);*/
  }
.aceso-dot:hover{
	background: #37bea3;
}
  .aceso-left-content {
    position: absolute;
    left: 64px;
    right: 48px;
    top: 122px;
    z-index: 5;
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  .aceso-year-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 13px;
    margin-bottom: 17px;
    border: 1px solid rgba(15, 85, 112, 0.45);
    border-radius: 999px;
    color: var(--aceso-blue);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .aceso-left-content h3 {
    margin: 0;
    font-family: Fraunces,Georgia,serif;
    color: var(--aceso-dark);
    font-size: 36px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.045em;
  }

  .aceso-left-content h3 em {
    font-style: italic;
  }

  .aceso-scroll-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: #5b707b;
    font-size: 12px;
    line-height: 1;
  }

  .aceso-scroll-note span {
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5px solid #8e9ca3;
  }

  .aceso-slide-number {
    position: absolute;
    left: 42%;
    top: 50%;
    z-index: 8;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
    background: #f8fbfb;
    border: 1px solid var(--aceso-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Fraunces", Sans-serif;
  }

  .aceso-slide-number span {
    font-family: "Fraunces", Sans-serif;
    color: var(--aceso-blue);
    font-size: 12px;
    line-height: 1;
  }

  .aceso-timeline-right {
    background: linear-gradient(180deg, #f8fcfc 0%, #f4fafa 100%);
    overflow: hidden;
  }

/*  .aceso-waves {
    position: absolute;
    inset: 66px -80px 80px -10px;
    opacity: 0.28;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

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

  .aceso-waves path {
    fill: none;
    stroke-width: 0.85;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    animation-name: acesoWaveMove;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .aceso-waves path:nth-child(1) {
    stroke: rgba(15, 85, 112, 0.17);
    animation-duration: 12s;
  }

  .aceso-waves path:nth-child(2) {
    stroke: rgba(15, 85, 112, 0.12);
    animation-duration: 14s;
    animation-delay: -2s;
  }

  .aceso-waves path:nth-child(3) {
    stroke: rgba(72, 114, 126, 0.10);
    animation-duration: 16s;
    animation-delay: -4s;
  }

  .aceso-waves path:nth-child(4) {
    stroke: rgba(15, 85, 112, 0.11);
    animation-duration: 18s;
    animation-delay: -6s;
  }

  .aceso-waves path:nth-child(5) {
    stroke: rgba(72, 114, 126, 0.09);
    animation-duration: 20s;
    animation-delay: -8s;
  }

  .aceso-waves path:nth-child(6) {
    stroke: rgba(15, 85, 112, 0.10);
    animation-duration: 22s;
    animation-delay: -10s;
  }*/

  /* =========================================================
   FIXED ACESO BACKGROUND PATTERN ANIMATION
   Elementor-safe version
   ========================================================= */

.aceso-timeline-right {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.aceso-bg-pattern {
  position: absolute;
  inset: 44px -96px 48px -34px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.36;
  overflow: hidden;
  mix-blend-mode: multiply;
  transform: translateZ(0);
}

.aceso-contour {
  position: absolute;
  inset: 0;
  width: 118%;
  height: 100%;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.aceso-contour path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

/* Main contour layer */
.aceso-contour-a {
  left: -4%;
  opacity: 0.9;
  animation: acesoPatternDriftA 22s ease-in-out infinite alternate;
}

.aceso-contour-a path {
  stroke: rgba(15, 85, 112, 0.16);
  stroke-width: 0.8;
}

/* Secondary offset contour layer */
.aceso-contour-b {
  left: -7%;
  top: 7px;
  opacity: 0.55;
  animation: acesoPatternDriftB 24s ease-in-out infinite alternate;
}

.aceso-contour-b path {
  stroke: rgba(66, 200, 184, 0.11);
  stroke-width: 0.75;
}

/* Soft fade so the pattern does not overpower the text */
.aceso-pattern-soft-mask {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(248, 252, 252, 0.58) 0%,
      rgba(248, 252, 252, 0.14) 22%,
      rgba(248, 252, 252, 0.08) 58%,
      rgba(248, 252, 252, 0.46) 100%
    ),
    radial-gradient(
      circle at 44% 48%,
      rgba(248, 252, 252, 0.04) 0%,
      rgba(248, 252, 252, 0.34) 72%
    );
}

/* This animates the SVG layers, not individual paths.
   This is much more reliable in Elementor. */
@keyframes acesoPatternDriftA {
  0% {
    transform: translate3d(-18px, 0, 0) scale(1.015);
  }

  50% {
    transform: translate3d(4px, -5px, 0) scale(1.02);
  }

  100% {
    transform: translate3d(24px, 2px, 0) scale(1.015);
  }
}

@keyframes acesoPatternDriftB {
  0% {
    transform: translate3d(18px, 5px, 0) scale(1.02);
  }

  50% {
    transform: translate3d(-2px, 0, 0) scale(1.015);
  }

  100% {
    transform: translate3d(-26px, -4px, 0) scale(1.02);
  }
}

/* Keep the content above the animated pattern */
.aceso-right-content {
  position: relative;
  z-index: 4;
}

/* Tablet */
@media (max-width: 1024px) {
  .aceso-bg-pattern {
    inset: 42px -120px 44px -80px;
    opacity: 0.34;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .aceso-bg-pattern {
    inset: 38px -150px 38px -120px;
    opacity: 0.28;
  }

  .aceso-contour {
    width: 138%;
  }
}

/* Accessibility: respect reduced motion settings */
@media (prefers-reduced-motion: reduce) {
  .aceso-contour-a,
  .aceso-contour-b {
    animation: none !important;
  }
}






  @keyframes acesoWaveMove {
    from {
      transform: translateX(-10px);
    }

    to {
      transform: translateX(14px);
    }
  }

  .aceso-right-content {
    position: relative;
    z-index: 4;
    max-width: 560px;
    padding: 82px 40px 48px 40px;
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  .aceso-description {
    max-width: 430px;
    margin: 0 0 20px 0 !important;
    color: #5b707b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
  }

  .aceso-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }

  .aceso-bullets li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 9px;
    color: var(--aceso-dark);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .aceso-bullets li span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex: 0 0 auto;
  }

  .aceso-bullets li:nth-child(1) span {
    background: var(--aceso-blue);
  }

  .aceso-bullets li:nth-child(2) span,
  .aceso-bullets li:nth-child(3) span {
    background: var(--aceso-teal);
  }

  .aceso-stat-line {
    width: 100%;
    height: 1px;
    background: var(--aceso-border);
    margin: 5px 0 19px;
  }

  .aceso-stats {
    display: flex;
    align-items: flex-start;
    gap: 72px;
  }

  .aceso-stats strong {
    display: block;
    font-family: "Fraunces", Sans-serif;
    color: var(--aceso-dark);
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.045em;
    margin-bottom: 10px;
  }

  .aceso-stats p {
    margin: 0;
    color: #5b707b;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.55px;
    text-transform: uppercase;
  }

  .aceso-timeline-card.is-changing .aceso-left-content,
  .aceso-timeline-card.is-changing .aceso-right-content {
    opacity: 0;
    transform: translateY(18px);
  }

  .aceso-timeline-card.is-loaded .aceso-left-content,
  .aceso-timeline-card.is-loaded .aceso-right-content {
    animation: acesoContentIn 0.65s ease both;
  }

  @keyframes acesoContentIn {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.inner_banner h1 span{
  font-style: normal;
}
.we_are_sec .elementor-icon-list-item .elementor-icon-list-text{
  padding: 5px 16px;
  border-radius: 50px;
  border:1px solid #d9e4e4;
  background: #fff;
}
.we_are_sec .elementor-icon-list-items{
 row-gap:10px;
}
.contact_info:hover .elementor-icon-box-icon .elementor-icon{
  background-color: #104860 !important;
}
.contact_info:hover .elementor-icon-box-icon .elementor-icon svg{
  fill: transparent !important;
}
.contact_info:hover .elementor-icon-box-icon .elementor-icon svg path{
  stroke: #fff;
}
.contact_form .contact_row{
    display:flex;
    gap:32px;
    margin-bottom:25px;
}
.contact_form .contact_col{
    width:50%;
}
.contact_form .contact_full{
    margin-bottom:28px;
}
.contact_form label{
    display:block;
    color:#66788A;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
    line-height:1;
}
.contact_form input:not(.wpcf7-submit),
.contact_form select,
.contact_form textarea{
       width: 100%;
    height: auto;
    border: 1px solid #e0e8eb;
    border-radius: 16px;
    background: #fbfaf9;
    padding: 12px 16px;
    font-size: 14px;
    color: #24323D;
    outline: none;
    box-shadow: none;
}
.contact_form textarea{
    height:160px;
    padding:18px 24px;
    resize:none;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder{
    color:#A1AEB8;
}
.contact_form select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2324323D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 6 8 10 12 6'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 24px center;
    background-size:14px;
    padding-right:50px;
}
.contact_form .submit_wrap{
    margin-top:44px;
}
.contact_form .wpcf7-submit{
    width: 100%;
    height: auto;
    border: none;
    border-radius: 999px;
    background: #0E526D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 28px
}
.contact_form .wpcf7-submit:hover{
  background: #092d3e;
}
.contact_form .wpcf7-spinner, .contact_form br{
    display:none;
}

/*News lising page*/
.sub_form form .subscribe_form{
	padding: 8px;
	display: flex;
	align-items:center;
	gap:12px;
	border:1px solid #e0e8eb;
	box-shadow: 0 1px 2px hsl(200 50% 12% / .04), 0 4px 16px rgba(15, 36, 46, 0.04);
	background:#fff;
	border-radius:50px;
}
.sub_form form .subscribe_form .wpcf7-spinner{
	position: absolute;
  top: 28%;
}
.sub_form form .subscribe_form input[type="email"]{
	padding:12px 20px;
	font-size:14px;
	line-height:20px;
	background:transparent;
	border:none;
	outline:none;
}
.sub_form form .subscribe_form input[type="submit"]{
	background: #104860;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 55px;
    padding: 12px 45px 12px 24px;
}
.subscribe_form .submit_btn{
    position:relative;
}
.subscribe_form .submit_btn::after{
    content:"";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:16px;
    height:16px;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.wpcf7-response-output{
	display:none;
}
.subscribe_form .wpcf7-not-valid-tip{
		position: absolute;
    font-size: 12px;
    line-height: 15px;
    bottom: -45px;
}
.single-post ul.elementor-icon-list-items li.elementor-icon-list-item::after{
	transform: rotate(20deg);
}
.post-reading-time{
	font-size:12px;
}
.cat_list .elementor-loop-container .e-loop-item{
	border-bottom: 1px solid #e5e7eb;
}
.cat_list .elementor-loop-container .e-loop-item:last-child{
	border-bottom: unset;
}

/*----News details page----*/
.single-post .wp-block-heading{
	font-size: 36px;
    line-height: 40px;
    color: #11232c;
    font-weight: 400;
    font-family: 'Fraunces', Georgia, serif;
    margin: 50px 0 30px 0;
}
.single-post blockquote{
	padding: 40px 40px 40px 80px;
	box-shadow:  0 1px 2px hsl(200 50% 12% / 0.04), 0 4px 16px hsl(200 50% 12% / 0.04);
	background: #e0f5f199;
	border:1px solid #e0e8eb;
	margin: 56px 0 0 0;
	color: #092d3e;
	font-size: 30px;
    line-height: 42px;
    font-family: Fraunces, Georgia, serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.01em;
    border-radius: 16px;
    position: relative;
}

.single-post blockquote::after{
	content: "";
    position: absolute;
    left: 45px;
    top: 32px;
    bottom: 0;
    width: 4px;
    height: 70%;
    border-radius: 50px;
    background: #092d3e;
}
.last-two-words{
   color: #848484;
}
.therapy-box.tech-box .elementor-icon{
	background: #D4F2E7 !important;
	color:#092D3E !important
}
.hover_team_text{
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.team-card:hover .hover_team_text{
	opacity: 1;
	transition: 0.5s ease-in-out;
}
.hover_team_text .elementor-widget-theme-post-content{
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(16,72,96,.3) transparent;
    scroll-behavior: smooth;
}

.hover_team_text .elementor-widget-theme-post-content::-webkit-scrollbar{
    width: 3px;
}

.hover_team_text .elementor-widget-theme-post-content::-webkit-scrollbar-track{
    background: transparent;
}

.hover_team_text .elementor-widget-theme-post-content::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius: 50px;
}

.hover_team_text .elementor-widget-theme-post-content::-webkit-scrollbar-thumb:hover{
    background: #fff;
}

/*----News details page----*/
@media(max-width:1200px){
  .aceso-challenge_sec .elementor-widget-text-editor strong {
    font-size: 30px;
  }
}

  @media (max-width: 1024px) {
    .aceso-challenge_sec .elementor-widget-text-editor strong {
      font-size: 28px;
    }
    .aceso-journey-section {
      padding: 40px 20px 56px;
    }

    .aceso-journey-section.is-pinned {
      min-height: auto;
      position: relative;
      display: block;
    }

    .aceso-journey-title {
      margin-left: 0;
      margin-bottom: 28px;
      font-size: 46px;
    }

    .aceso-timeline-card {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .aceso-timeline-left,
    .aceso-timeline-right {
      min-height: auto;
    }

    .aceso-timeline-left {
      min-height: 340px;
      border-right: 0;
      border-bottom: 1px solid var(--aceso-border);
    }

    .aceso-slide-number {
      left: 50%;
      top: 340px;
    }

    .aceso-right-content {
      padding: 64px 42px 54px;
    }

    .aceso-left-content {
      top: 108px;
      left: 72px;
      right: 42px;
    }

    .aceso-vertical-line {
      left: 42px;
      top: 48px;
      bottom: 72px;
    }
  }

  @media (max-width: 767px) {
    .aceso-journey-section {
      padding: 32px 16px 48px;
    }

    .aceso-eyebrow {
      font-size: 10px;
      letter-spacing: 0.22em;
      margin-bottom: 12px;
    }

    .aceso-journey-title {
      font-size: 38px;
      line-height: 1.02;
    }

    .aceso-timeline-card {
      border-radius: 22px;
    }

    .aceso-timeline-left {
      min-height: 330px;
    }

    .aceso-left-content {
      left: 62px;
      right: 24px;
      top: 96px;
    }

    .aceso-left-content h3 {
      font-size: 31px;
    }

    .aceso-vertical-line {
      left: 32px;
      top: 48px;
      bottom: 66px;
    }

    .aceso-slide-number {
      top: 330px;
      width: 28px;
      height: 28px;
    }

    .aceso-right-content {
      padding: 56px 26px 44px;
    }

    .aceso-description {
      font-size: 15px;
    }

    .aceso-bullets li {
      font-size: 13px;
    }

    .aceso-stats {
      gap: 42px;
      flex-wrap: wrap;
    }

    .aceso-waves {
      inset: 44px -120px 40px -90px;
      opacity: 0.24;
    }
  }


@media(max-width:880px){
	.aceso-nav .menu-item a::after{
		display: none;
	}
  .aceso-nav .menu-item a{
    justify-content: space-between;
  }

}

@media(max-width:767px){
	.contact_form .contact_row{
	    flex-direction:column;
	    gap:28px;
	}
	.contact_form .contact_col{
	    width:100%;
	}
}

/*@media screen and (min-width: 1919px) and (max-width: 2000px) {

    html {
        zoom: 60%;
        zoom: 0.6;
    }

    .page.page-id-3798 .pre_title p.elementor-heading-title {
        font-size: 10px;
    }

    .page.page-id-3798 h1.elementor-heading-title {
        font-size: 70px;
        font-weight: 400;
        line-height: 78px;
        letter-spacing: -2.2px;
    }

    .page.page-id-3798 .screen_fit.text p {
        font-size: 16px;
        line-height: 25px;
    }

}
*/






