/* Header */
.site-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: white;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    z-index: 999;
    transition: all 0.3s ease;
    transform-origin: top center;
}

.header-scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  top: 0;	
  transform: translateX(-50%) scale(0.95);
}

body.no-scroll {
	overflow: hidden;
}

.page-id-413 .site-header {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-id-434 .site-header {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.post-type-archive-insight .site-header{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.single-insight .site-header{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-id-333 .site-header{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.category .site-header{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.main-navigation{
	margin-left: 20px;
}

.main-navigation #primary-menu {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation #primary-menu li {
    margin: 0;
}

.site-branding img {
    width: 198.7px;
}

/*mtm*/

.glide__slide {
  flex-shrink: 0;
}
.unlock-card {
  /* Optional card styling */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* What We Do Banner */

.wwd-banner-hero {
    background: #0A2540 url('https://via.placeholder.com/800x600/0A2540/1E3A8A?text=Pattern') center/cover no-repeat;
    text-align: center;
    position: relative;
/* 	height: 100vh; */
	height: auto;
}

.wwd-banner-hero h1 {
    font-size: clamp(2rem, 4vw, 3.125rem);
    color: #fff;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
	transform:translate(-50%,-50%);
}

.wwd-banner-hero h1 span {
    font-weight: 700;
}

.wwd-banner-content {
    max-width: 80%;
	margin: auto;
}

.wwd-banner-content p {
    color: #fff;
    margin-bottom: 20px;
	line-height: normal;
}

.wwd-banner-content .wwd-banner-small-text {
    font-size: 12px;
    color: #A0AEC0;
    max-width: 600px;
    margin: 0 auto;
}

	.wwd-banner-content p:first-of-type {
  font-size: clamp(24px, 2.5vw, 30px);
}

.wwd-banner-content p:last-of-type {
  font-size: clamp(18px, 1.8vw, 22px);
}
	
	
@media (max-width: 992px){
	.wwd-banner-hero h1{
		position: relative;
	}
}

/* Hero Section */
.mtm-hero {
  padding: 60px 20px;
}

.mtm-hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 130px;	
}

.mtm-hero-left img {
  max-width: 250px;
}

.mtm-hero-right {
  max-width: 600px;
}

.mtm-hero-right h1 {
  font-size: clamp(2.25rem, 4vw, 3.125rem);
  line-height: 1.3;
  color: #000;
}

.mtm-hero-right h1 strong {
  font-weight: 700;
}

.mtm-hero-right p {
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* Unlock Section */
.mtm-unlocks h2 {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 40px;
  color: #0a2540;
  font-weight: 400;
}

.unlock-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.unlock-card {
  background: #f9fdff;
  border: 1px solid #a3eaff;
  border-radius: 16px;
  padding: 30px 20px;
  width: calc(20% - 20px);
  min-width: 240px;
  text-align: left;
  box-sizing: border-box;
	height: 260px;
}
	.unlock-card.pink{
		background: #FFD2F024;
		border-color: #FC93D9;
	}
	.unlock-card.pink svg path{
		fill: #FC93D9;
	}
	.unlock-card.soft{
		background: #C4EDA930;
		border-color: #9FD27D;
	}
	.unlock-card.soft svg path{
		fill: #9FD27D;
	}
	.journey-section.pink{
		background: linear-gradient(357.63deg, rgba(255, 255, 255, 0) 29.51%, #FC93D9 110.86%);
	}
	.journey-section.soft.blue{
		background: linear-gradient(357.63deg, rgba(255, 255, 255, 0) 29.51%, #C4EDA9 110.86%);
	}
	.journey-section.blue{
		background: linear-gradient(357.63deg, rgba(198, 248, 255, 0) 29.51%, #52EBFF 110.86%);
	}

.unlock-card p {
  font-size: clamp(1.25rem, 1vw, 1.75rem);
  color: #000;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
  .mtm-hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .mtm-hero-left {
    margin-bottom: 30px;
  }

  .unlock-card {
    width: 100%;
  }
}
/*Second section*/
/* Journey Section */
.journey-section {
  padding: 80px 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 116px;
}

.journey-section h2 {
  font-size: clamp(2.25rem, 3vw, 3.125rem);
  margin-bottom: 60px;
  color: #0f2d4c;
  font-weight: 400;
}

.journey-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle {
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto 10px;
  border: 2px solid black;
}

.journey-step h4 {
  font-size: 1rem;
  margin: 0 0 5px;
}

.journey-step p {
  font-size: 0.9rem;
  color: #333;
}

	
.journey-path-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 200px;
  display: flex;
}
	
.journey-step {
  text-align: center;
  flex: 1;
}
#step-1{
  margin-top:88px;
}
	
#step-2{
  margin-top: 106px;
}
	
#step-3{
  margin-top: 151px;
}
	
#step-4{
 margin-top: 164px;
}
	
@media (max-width: 992px) {
	.journey-path-wrapper{
		flex-direction:column;
} 
		
.journey-line{
		display: none;
}
		
.journey-path-wrapper{
	  height: unset;
}
		
#step-1{
	margin-top:0;
}
		
#step-2{
	margin-top:0;
}
		
#step-3{
	margin-top:0;
}
		
#step-4{
	margin-top:0;
 }
}
/* Benefits */
.benefits {
  padding: 60px 20px;
  text-align: center;
}

.benefits h2 {
  font-size: clamp(2.25rem, 3vw, 3.125rem);
  margin-bottom: 40px;
  color: #0f2d4c;
  font-weight: 400;
}

.benefits-image-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

.benefits-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  border-radius: 20px;
}

.label {
  position: absolute;
  background: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.label-1 { top: 20px; left: 20px; }
.label-2 { top: 20px; right: 20px; }
.label-3 { bottom: 60px; left: 10px; }
.label-4 { bottom: 20px; right: 10px; }

/* Next Service */
.next-service {
  padding: 40px 20px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}

.next-service-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}

.next-service small {
  text-transform: uppercase;
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.next-service h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  color: black;
}

.next-service h3 span {
  font-weight: normal;
  margin-left: 10px;
}

.next-service-icon img {
  max-width: 150px;
}
	.mtm-hero.soft.blue{
		background: linear-gradient(180deg, rgba(151, 255, 82, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%);
	}
	.mtm-unlocks .swiper-slide {
  transform: none !important;
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  transition: none !important;
  flex-shrink: 1 !important;
}

/* Footer */
.site-footer {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-info {
    width: 389.68px;
    height: 136.99px;
}

            .social-icon {
                width: 26px;
                cursor: pointer;
                color: #000;
            }

            .social-icon path {
                stroke: currentColor;
                transition: stroke 0.3s ease;
            }

            .social-icon-stroke:hover path {
                stroke: url(#hoverGradientSocial);
            }

            .social-icon-fill:hover path {
                fill: url(#hoverGradientSocial);
            }
.social_links {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#primary-menu li::marker {
    content: none;
}

.footer_menu .menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 40px 0;
    font-size: 14px;
    color: #333;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.footer-left {
    max-width: 400px;
}

.footer .footer-logo {
    width: 150px;
    height: 40px;
    margin-bottom: 20px;
}

.footer-description {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
}

.footer-social {
    padding-top: 20px;
}

.footer-social a {
    margin-right: 15px;
}

.footer-social img {
    height: 20px;
    width: auto;
}

.footer-right {
    display: flex;
    gap: 60px;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-bottom {
    border-top: 2px solid #0F273E33;
    text-align: left;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.footer-bottom p{
	padding-top: 20px;
}

.single-services .footer-bottom{
	margin-bottom: 20px;
}

.post-type-archive-insight .footer-bottom{
	margin-bottom: 20px;
}

.single-insight .footer-bottom{
	margin-bottom: 20px;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0px 60px; /* row gap, column gap */
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
	.footer-menu {
    grid-template-columns: 1fr;
  }
}

/* Care Journey */
.care-journey {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
}

.care-left-inner {
    max-width: 400px;
    margin-left: 90px;
}

.care-left,
.care-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.care-left {
    background-image: url('/wp-content/uploads/2025/07/Union-4.png'), linear-gradient(245.03deg, #0F273E -37.73%, #2867A4 186.29%);
    color: #fff;
    background-size: auto;
    background-repeat: repeat;
}

.care-right {
    background: linear-gradient(132.41deg, #52EBFF 26.13%, #4593FF 98.78%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialist-card {
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    transform: rotate(-5deg);
    position: relative;
    width: 270px;
    z-index: 10;
}

.specialist-card-two {
    width: 270px;
    height: 95px;
    position: absolute;
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.icon-placeholder {
    width: 50px;
    height: 50px;
    background: #b5f4ff;
    border-radius: 10px;
    padding: 10px;
}

.specialist-card span {
    font-size: 18px;
    color: #000;
}

.cursor-placeholder {
    position: absolute;
    right: -20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/07/a.png');
}

/* Banner */
.valaura-hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    border-radius: 0 0 50px 50px;
    background: var(--primary-blue);
	height: 100vh;
	padding-top:0px;
}

.valaura-hero-content {
    max-width: 70%;
	z-index:5;
}

.btn-start {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

@keyframes draw-1 {
  0% {
    stroke-dashoffset: 2881.05px;
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 2881.05px;
    fill-opacity: 1;
  }
}

@keyframes draw-2 {
  0% {
    stroke-dashoffset: 2881.05px;
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
  100% {
    stroke-dashoffset: 2881.05px;
    fill-opacity: 1;
  }
}

.svg-elem-1{
  stroke-dasharray: 2881.05px;
  stroke-dashoffset: 2881.05px;
  stroke-width: 2;
  stroke: #52EBFF;
  fill: url(#gradient-fill-reverse);
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
	
.svg-elem-2 {
  stroke-dasharray: 2881.05px;
  stroke-dashoffset: 2881.05px;
  stroke-width: 2;
  stroke: #52EBFF;
  fill: url(#gradient-fill);
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.svg-elem-1 {
  animation-name: draw-1;
}

.svg-elem-2 {
  animation-name: draw-2;
  animation-delay: 0.3s;
}

.btn-start svg{
      animation: 2s ease 0s infinite normal none running pulse
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.btn-start {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.valaura-hero-section{
  position: relative;
}

/* Testimonial */
.testimonial {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
}

.testimonial-container {
    max-width: 70%;
    margin: 0 auto;
}

.testimonial-quote {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 18px;
    color: #888;
	font-weight: 400;
}

/* Services */
.services-section {
    background: #fff;
    text-align: center;
}

.section-label {
    display: inline-block;
    color: #333;
    padding: 10px;
    font-size: 18px;
	font-weight: 600;
    margin-bottom: 15px;
	border-radius: 10px;
    background:
        linear-gradient(white, white) padding-box, /* Inner background */
        linear-gradient(90deg, #52EBFF 0%, #4593FF 100%) border-box; /* Border gradient */
    border: 1px solid transparent; /* Needed for border-box to work */
	margin-top: 0;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

	.blue{
		background:  linear-gradient(180deg, rgba(82, 235, 255, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%);
	}
	
	.pink{
		background: linear-gradient(180deg, rgba(119, 82, 255, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%);
	}
	
	.soft{
		background: linear-gradient(180deg, rgba(151, 255, 82, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%);
	}
/* Card Background Variants */
.service-blue {
    background: var(--light-blue);
}

.service-pink {
    background: var(--primary-pink);
}

.service-green {
    background: var(--primary-green);
}

.service-content {
    flex: 1;
    margin-left: 30px;
}

.service-content .service-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}

.service-content .service-description {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 20px;
    font-weight: 300;
	line-height: normal;
}

.more-btn {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #000;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.service {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.service-item {
  flex: 1 1 calc(33.333% - 13.33px);
  background: #fff;
  padding: 30px 20px;
  text-align: left;
  position: relative;
}
.service-item a{
    text-decoration: none;
    color: black;
}

.service-item img {
  height: 150px;
  margin-bottom: 20px;
  width: auto;
}

.service-item h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  position: relative;
  margin-right: 50px;
}

.service-item h3::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='22' viewBox='0 0 27 22' fill='none'%3E%3Cpath d='M26.5308 11.1752C26.5308 11.3904 26.4918 11.592 26.4139 11.7803C26.336 11.9685 26.2191 12.1433 26.0633 12.3047L17.3767 21.3405C17.091 21.6363 16.7274 21.7842 16.2859 21.7842C15.8445 21.7842 15.4679 21.6363 15.1563 21.3405C14.8447 21.0178 14.6888 20.6343 14.6888 20.19C14.6888 19.7458 14.8447 19.3628 15.1563 19.0412L21.2331 12.7887L2.32866 12.7887C1.88719 12.7887 1.51738 12.6338 1.21926 12.3241C0.921133 12.0143 0.771552 11.6313 0.770513 11.1752C0.769474 10.7191 0.919056 10.3356 1.21926 10.0248C1.51946 9.7139 1.88926 9.55954 2.32866 9.56169L21.2331 9.56169L15.1563 3.26892C14.8706 2.9731 14.7278 2.60307 14.7278 2.15881C14.7278 1.71455 14.8836 1.33161 15.1952 1.00998C15.4809 0.714162 15.8445 0.566253 16.2859 0.566253C16.7274 0.566253 17.091 0.714162 17.3767 1.00998L26.0633 10.0457C26.2191 10.2071 26.336 10.3819 26.4139 10.5701C26.4918 10.7584 26.5308 10.9601 26.5308 11.1752Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media(min-width:992px){
.service-item:not(:first-child):not(:nth-child(4n)):not(:last-child) {
  border-left: 0.5px solid rgba(0, 0, 0, 0.3);
  padding-left: 40px;
}
	.service-item {
		max-width: 33.33%;
		margin-bottom: 10px;
	}
}

.service-item:last-child::after {
  display: none;
}

/* Responsive: stack on small screens */
@media (max-width: 992px) {
  .service-item {
    flex: 1 1 100%;
  }
  .service-item h3::after {
    right: -20px;
  }
  .service-item:nth-child(2),
.service-item:nth-child(1) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
}

.services-grid {
  height: 100%;
  position: relative;
}
.animation-class {
  position: sticky;
  top: 100px;
  transition: transform 0.3s ease;
}

.animation-class:not(:first-child) {
  opacity: 0;
}
.animation-class{
  background: white;
  border-radius: 20px;
}

/* Insights */
.section {
    background: linear-gradient(180deg, #A5DAFF 0%, #FFFFFF 100%);
    padding: 60px 20px;
    text-align: center;
    border-radius: 50px 50px 0 0;
}

.section h2 {
   font-size: clamp(2.25rem, 3vw, 3.75rem);
   font-weight: 500;
   margin-bottom: 10px;
   color: #0F273E;
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    width: 310px;
    /*height: 320px;*/
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.card h4 {
    margin-top: 10px;
    font-size: 30px;
    color: #0F273E;
    font-weight: 600;
}

.card p {
    font-size: 18px;
    color: #0F273E;
    margin-top: 5px;
    font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}
.card img{
	padding-bottom: 10px;
}

.insights {
    text-align: center;
}

.insights h3 {
    font-size: clamp(2.25rem, 3vw, 3.75rem);
    margin: 10px 0;
    font-weight: 500;
    color: #0F273E;
}

.insights h3 b {
    font-weight: 700;
}

.insight-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
	flex-wrap: wrap; /* allows items to wrap to the next line */
}

.page-id-171 .insight-card {
    position: relative;
    width: 323px;
    height: 322px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.type-insight{
	margin-top: 100px;
}
@media(min-width:992px){
	.page-id-171 .insight-card {
		flex: 1 1 calc(25% - 20px); /* 4 columns with 20px gap */
		box-sizing: border-box;
	}
}

.insight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-card .text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.insight-card .text span {
    display: block;
    font-weight: 600;
    margin-top: 5px;
    font-size: 24px;
}

.insight-card.learn-more .text::after {
    content: 'Learn More';
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #FFFFFF;
	font-weight: 600;
}

.insights-grid {
/*     padding: 0px 20px; */
	margin-bottom: 60px;
}

.insights-grid h2 {
   font-size: clamp(2.25rem, 5vw, 3.125rem);
    margin-bottom: 30px;
    font-weight: 400;
}

.insights-wrapper {
    display: grid;
    gap: 20px;
}
@media(min-width:992px){
	.insights-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
.insight-card--large {
    grid-column: span 3;
}
}

.insight-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    min-height: 396px;
}

.page-id-171 .insight-card{
	min-height: 332px;
}

.insight-card__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 6px;
}

.insight-card__content {
    color: #fff;
    padding: 20px;
    width: 85%;
    border-radius: 12px;
    transition: background 0.3s ease;
}
	
	.insight-card  a{
		text-decoration: none;
	}

.insight-card__content h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.insight-card__content span {
    font-size: 14px;
    display: block;
    margin-top: 8px;
    opacity: 0.8;
	font-weight: 600;
}
	
.insight-card--large h3{
    font-size: 40px;
/* 	line-height: 110px; */
}

	.insight-card--large span{
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 30px;
	}	

	
	.insight-card--large .insight-card__content{
		width: 40%;
	}
	
	.insight-card--large.insight-card img {
		height: 520px;
	}
	
	.insight-card-img-overlay{
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	}
/*mission vision*/

.mission-vision {
    width: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #e6f4ff 100%);
    border-radius: 0 0 50px 50px;
    }

.mission, .vision {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 60px 20px;
   flex-wrap: wrap;
}

.mission .content, .vision .content {
   max-width: 600px;
}

.mission .image, .vision .image {
  flex: 1;
  min-width: 200px;
  max-width: 400px;
}

.mission .image img, .vision .image img {
  width: 100%;
}

.mission .content h2, .vision .content h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: #0F273E;
}

.mission .content p, .vision .content p {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: #0A2540;
   font-weight: 500;
}

.vision .content p {
  font-size: 16px;
  color: #0A2540;
}

.mission {
  flex-direction: row;
}

.vision {
  flex-direction: row-reverse;
  text-align: center;
}

.vision .content {
  max-width: 700px;
}

.section-highlights {
    width: 100%;
    background: linear-gradient(180deg, rgba(198, 248, 255, 0) 77.63%, #4593FF 110.07%);
    border-radius: 0 0 50px 50px;
}

.section-highlights .highlight-block:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.highlight-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.highlight-graphic {
    flex-shrink: 0;
    width: 40%;
}

.highlight-graphic img {
    width: 100%;
    height: auto;
    display: block;
}

.highlight-text {
    flex: 1;
    max-width: 600px;
}

.highlight-text h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    color: #0F273E;
}

.highlight-text p {
    font-size: clamp(1.15rem, 0.9vw, 1.12rem);
    color: #0A2540;
    font-weight: 500;
	line-height: normal;
}

/* Alternate layout */
.highlight-block:nth-child(even) {
    flex-direction: row-reverse;
}

.highlight-block:nth-child(even) .highlight-text {
    text-align: right;
}

.highlight-block:nth-child(odd) .highlight-text {
    text-align: left;
}

.highlight-block:nth-child(odd) .highlight-graphic {
    margin-left: -175px;
}

.highlight-block:nth-child(even) .highlight-graphic {
    margin-right: -175px;
}
	@media(max-width: 992px){
		.section-highlights{
			margin-top: 45px;
		}
		.highlight-graphic{
			display:none;
		}
		.highlight-block{
			padding: 0 30px;
    		margin: auto;
		}
	}

/*team*/

.team-section {
/*       text-align: center; */
/*       padding: 60px 20px; */
	width: 70%;
    margin: auto;
    }

    .team-section h2 {
      font-size: clamp(1.75rem, 3vw, 2.5rem);
	  font-weight: 700;
      margin-bottom: 40px;
	  color: #0F273E;
	  text-align: center;
	  margin-top:0;
    }

    .team-members {
      display: flex;
      justify-content: center;
      gap: 40px;
}

    .member-image {
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }

    .member-image img {
      width: 100%;
      display: block;
      object-fit: cover;
    }


    .gradient-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; 
	  left: 0;
      background: linear-gradient(359.66deg, rgba(69, 147, 255, 0.5) 0.43%, rgba(82, 235, 255, 0.5) 29.96%, rgba(82, 235, 255, 0) 81.23%);

    }

    .member-info {
      margin-top: 15px;
    }

    .member-info h3 {
      margin: 0;
      font-size: clamp(1.75rem, 2vw, 2.5rem);
      font-weight: 700;
	  color: #000000;
    }

    .member-info p {
      margin: 5px 0 0 0;
      font-size: clamp(1.125rem, 1vw, 1.5rem);
      color: #000000;
    }

/*what we do banner*/

.hero {
      background: #0A2540 url('https://via.placeholder.com/800x600/0A2540/1E3A8A?text=Pattern') center/cover no-repeat;
      padding: 120px 20px 60px 20px;
      text-align: center;
      position: relative;
	margin-top: -117px;
    }

    .hero h1 {
      font-size: clamp(2rem, 4vw, 3.125rem);
      color: #fff;
	  font-weight: 400;
      margin: 0;
	 position: absolute;
     top: 350px;
		left:350px;
    }

    .hero h1 span {
      font-weight: 700;
    }

    .content {
      max-width: 800px;
      margin: 60px auto 20px;
      text-align: center;
    }

    .content p {
      font-size: 16px;
      color: #fff;
      margin-bottom: 20px;
    }

    .content .small-text {
      font-size: 12px;
      color: #A0AEC0;
      max-width: 600px;
      margin: 0 auto;
    }


/* organizations slider*/

/* Minimal Glide core styles (based on glide.core.min.css) */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.glide__slide {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

/* Custom styles */
.trusted-section {
  padding: 40px 0;
  text-align: center;
}

.logo-item img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Optional responsive tweaks (optional if handled in JS elsewhere) */
@media (min-width: 768px) {
  .glide__slide {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .glide__slide {
    width: 25%;
  }
}

.trusted-section {
      text-align: center;
    }

    .trusted-section h2 {
      font-size: 24px;
      color: #0000001F;
      margin-bottom: 40px;
      font-weight: 700;
    }

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

    .logo-item img {
      width: 265px;
    }

.insight-cards .insight-card:nth-child(even) {
    margin-top: 80px;
}

.valaura-hero-bg-image{
	position:absolute;
	width: 70%;
	margin-top: 30px;
}
@media (max-width: 992px) {
	.service-card {
        flex-direction: column;
        text-align: left;
    }
	.insight-card {
    	flex: 1 1 calc(50% - 20px);
    	box-sizing: border-box;
	}
	.service-image img{
		height: 200px;
	}
	.team-members{
		flex-wrap: wrap;
	}
	.valaura-hero-content {
    	max-width: 100%;
	}
	.care-left-inner {
    	margin-left: 30px;
	}
	.footer-right {
		margin-top: 40px;
		display: inline-block;
}
}
/*Hover state*/
.more-btn svg {
  transition: transform 0.3s ease;
}

.more-btn:hover svg {
  transform: translateX(10px);
}
.insight-card img {
	transform: scale(1);
  transition: transform 0.3s ease;
}
.insight-card:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.service-item h3::after {
  transition: right 0.3s ease;
}
.service-item:hover h3::after {
  right: -55px; 
  transition: right 0.3s ease;
}
.insight-card__bg {
  transition: transform 0.4s ease;
  will-change: transform;
}

.insight-card:hover .insight-card__bg {
  transform: scale(1.05);
}
.menu-item a{
	position: relative;
}
.menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 0%;
    background: linear-gradient(272.51deg, #4593FF 9.28%, #52EBFF 88.36%);
    transition: width 0.4s ease;
}
.menu-item a:hover::after {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-navigation #primary-menu {
    font-size: clamp(0.95rem, 0.7vw, 1.1rem);
  }
}
@media(max-width:992px){
	.team-section {
	width: 95%;
    }
}

@media(max-width:992px){
	.type-insight{
		margin-top: 130px;
	}
	
	.insights-grid{
		margin-top: 30px;
	}
	
	.contact-us-section{
		margin-top: 30px;
	}
	
	.terms-conditions-header{
		margin-top: 130px;
	}
	
	.page-id-434 .terms-conditions-header{
		margin-top: 100px;
	}
	
	.next-service-inner {
    flex-wrap: nowrap !important;
      }
	.next-service h3{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
	  }	
}

.contact-us-section{
    margin-top: 50px;
}

.custom-page-content {
	    margin-top: 120px;
}

.next-service h3 span svg {
    animation: moveLeftRight 1s ease-in-out infinite;
  }

.next-service h3 span svg {
  transition: transform 0.3s ease;
}

@keyframes moveLeftRight {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

/*Benefits*/

#label-1 { top: 20px; left: 20px; }
#label-2 { top: 20px; right: 20px; }
#label-3 { bottom: 60px; left: 10px; }
#label-4 { bottom: 20px; right: 10px; }

/* category*/

.category .service {
	justify-content: flex-start;
}

.category .services-page{
	padding-top: 100px;
}