@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
h1,
h1.elementor-heading-title {
  font-size: 56px;
  font-weight: 700;
  color: #00336b;
  line-height: 64px;
}

h1 span,
h1.elementor-heading-title span {
  font-weight: 300;
}

.pink-head h1 span,
h1.elementor-heading-title span.white-span {
  color: #fff;
}
.container {
  max-width: 1240px;
  width: 100%;
  padding: 0;
}
.elementor-element > .e-con-inner {
	max-width: 1240px !important;
}
.header-right {
  display: none;
}
.site-header {
  background: transparent;
  padding: 24px 0;
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */

/* CENTER MENU */
.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* DEFAULT HEADER */

/* .logo-white{
display:block;
}

.logo-blue{
display:none;
} */

/* WHITE HEADER */

/* .white-header .logo-white{
display:block;
}

.white-header .logo-blue{
display:none;
} */

/* MENU TEXT WHITE */

.white-header .main-navigation .menu li a {
  color: #ffffff;
}

/* LANGUAGE SWITCH WHITE */

.white-header .header-right .lang-switch {
  color: #ffffff;
}
.main-navigation .menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.main-navigation .menu > li {
  position: relative;
  padding: 0 30px;
}

.main-navigation .menu li ul.sub-menu li a {
  display: block;
  padding: 10px 0px;
  color: #1f386c;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.main-navigation .menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* .main-navigation .menu li ul.sub-menu li a:hover {
  background-color: #F8B5C4; 
  color: #fff;                

} */

/* Show submenu on hover */
.main-navigation .menu li:hover > ul.sub-menu {
  display: block;
}
/* RIGHT */
.header-right .lang-switch {
  color: #1f386c;
  text-decoration: none;
  font-size: 16px;
}

.site-header.header-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow:
        0px 4px 6px -4px #0000000D,
        0px 10px 15px -3px #0000000D;
    animation: headerSlideDown 0.3s ease;
}

.site-header.header-scrolled .main-navigation .menu li a,
.site-header.header-scrolled .lang-switch {
    color: #1f386c;
}

.site-header.header-scrolled .logo-white {
    display: none;
}

.site-header.header-scrolled .logo-blue {
    display: block;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
} 

.logo {
    display: inline-block;
    transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

.logo:hover {
    transform: scale(1.08);
}
.site-footer {
  font-family: "Lato", sans-serif;
}

.transform-x50 {
  transform: translateX(-50%);
}

/* TOP FOOTER */

.footer-top {
  background: #ebf9f8;
  padding: 40px 0 1px;
}

/* headings */

.footer-links h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f2738;
  line-height: 24px;
  letter-spacing: 0.5px;
}

/* links */

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

.footer-links ul li {
  margin-bottom: 20px;
}

.footer-links ul li a {
  font-size: 14px;
  color: #0f2738;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 20px;
  font-weight: 400;
}

.footer-arrow-links .footer-widget ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../images/footer-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-widget {
  width: 100%;
}
.footer-policies .policy-links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-policies .policy-links li {
  margin: 0;
  padding: 0px 0 0 0.75rem;
  width: 33.33%;
}

.footer-policies .policy-links li:first-child {
  padding: 0;
}

.footer-policies .policy-links li a {
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.footer-policies a {
  font-size: 14px;
  color: #0f2738;
  text-decoration: none;
  line-height: 24px;
  font-weight: 500;
}

.policy-links {
  border-top: 1px solid #0f273833;
  border-bottom: 1px solid #0f273833;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* gap between Language/Country text and arrow */
.policy-links a:last-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* underline Cookie policy and Terms & Conditions */
.policy-links a:nth-child(2),
.policy-links a:nth-child(3) {
  text-decoration: underline;
}

/* BOTTOM FOOTER */

.footer-bottom {
  background: #00336b;
  color: #fff;
  padding: 32px 0;
  letter-spacing: 0.5px;
}

.footer-bottom p {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 21px;
}
.footer-bottom-links ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-bottom-links li {
  margin: 0;
  padding: 0;
}

.footer-bottom-links a {
  color: #fff;
  font-size: 14px;
  margin-right: 32px;
  text-decoration: underline;
  font-weight: 900;
}

.banner {
  padding: 110px 0px 80px;
}
.btn-arrow .elementor-button-icon {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 39px;
  width: 39px;
  display: flex;
  justify-content: center;
}
.btn-arrow .elementor-button-icon svg {
  fill: #fff;
  font-size: 16px;
}
/* .btn-arrow > a:hover .elementor-button-icon {
  background: #00336b;
}
.btn-arrow > a:hover .elementor-button-icon svg {
  fill: #fff !important;
} */

.btn-arrow a{
    padding: 6px 7px 6px 16px !important;
    background: linear-gradient(0deg, #00336B -16.67%, #094F9D 100%) !important;
    box-shadow: 0px 2px 2px 0px #0000001A !important;
}
.btn-arrow a:hover{
    box-shadow: 0px 5px 10px 0px #00336B80 !important;
}
.btn-arrow .elementor-button-content-wrapper {
  align-items: center;
}

.height-box {
  height: 100% !important;
}

.position-btn-bottom {
  left: 0;
  right: 0;
  text-align: center;
}

.gradient-bg {
  background: linear-gradient(180deg, #f06779 0%, #df4d61 100%);
}

.orange-gradient {
  background: linear-gradient(20.93deg, #f08276 5.71%, #c2213c 85.44%);
}
.elementor-widget-image a img[src$=".svg"] {
  width: auto !important;
}
.img-full img {
  width: 100% !important;
}

.ref-head {
  font-size: 16px;
  line-height: 16px;
}

#navbarsec #menu-main-menu li .elementskit-submenu-panel {
  border: 0px;
}

.menu-hover-active {
  background: #fff;
  height: 84px;
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.07);
}
.menu-hover-active:after {
  content: "";
  height: 180px;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: inset 4px 2px 10px 11px rgba(0, 0, 0, 0.02);
  top: 84px;
}
.menu-hover-active .menu > li > a {
  color: #1f386c !important;
}
.menu-hover-active
  .elementskit-navbar-nav-default
  .elementskit-dropdown-has
  > a
  .elementskit-submenu-indicator {
  fill: rgba(87, 87, 87, 1) !important;
}

.menu li a {
  background: transparent !important;
}
.main-navigation .menu > li > a {
    position: relative;
}

.main-navigation .menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 2px;
    background: #2CCCD3;

    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}


.menu > li:hover > a::after {
    transform: scaleX(1);
}

.position-logo {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer-bottom .row {
  margin-bottom: 0px;
}

/* =========================================
   FULLSCREEN MOBILE NAV
   ========================================= */

.mobile-menu-toggle,
.mobile-menu-close-top,
.mobile-menu-blur,
.mobile-fullscreen-menu {
  display: none;
}

.home-slider.elementor-element .swiper .elementor-swiper-button-prev {
  background-image: url(/wp-content/uploads/2026/03/Group-208-1.svg);
}

.home-slider.elementor-element .swiper .elementor-swiper-button-next {
  background-image: url(/wp-content/uploads/2026/03/Group-1171276041-1.svg);
}
.home-slider.elementor-element .swiper .elementor-swiper-button-prev,
.home-slider.elementor-element .swiper .elementor-swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 70px;
  height: 70px;
}

.home-slider.elementor-element .swiper .elementor-swiper-button-prev svg,
.home-slider.elementor-element .swiper .elementor-swiper-button-next svg {
  display: none;
}

.elementor-element.elementor-element-c20f89e.html_video.elementor-widget.elementor-widget-html:before {
  content: "";
  background: linear-gradient(
    359.78deg,
    rgba(0, 0, 0, 0) 0.19%,
    rgba(0, 0, 0, 0.8) 99.81%
  );
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
  height: 100%;
}

button#playPauseBtn {
  z-index: 9;
}

.elementor-element-aa469d4.overlay {
  z-index: 9;
}

.elementor-element.elementor-element-457a453.html_video.elementor-widget.elementor-widget-html:before {
  content: "";
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 106.28%
  );
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
  height: 99.5%;
}

.elementor-element-d8b1b52.overlay {
  z-index: 9;
}

.swiper-wrapper {
  align-items: center;
}

.description-para {
  max-width: 1030px !important;
  margin: 0 auto !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}

.timer-card {
  max-height: 397px;
}

span.green-heading {
  color: #00b2a9;
}

.btn-news.btn-arrow .elementor-button-icon svg {
  fill: #fff;
  font-size: 22px;
}

.btn-news.btn-arrow > a:hover .elementor-button-icon svg {
  fill: #00336b !important;
}

.btn-news.btn-arrow .elementor-button-icon {
  background-color: #00336b;
}

.btn-news.btn-arrow > a:hover .elementor-button-icon {
  background: #fff;
}

#myVideo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

button#playPauseBtn {
  position: absolute;
  top: 50%;
  right: 13vw;
  transform: translateY(-50%);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  padding: 0;
}

button#playPauseBtn:hover,
button#playPauseBtn:focus,
button#playPauseBtn:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next
  svg,
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-prev
  svg {
  fill: none !important;
  height: auto !important;
  width: auto !important;
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next {
  right: -80px !important;
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-prev {
  left: -80px !important;
}
.span-button > span {
  background: #2cccd399;
  border-radius: 10px;
  padding: 14px 16px;
  display: inline-block;
  margin: 0px 24px 25px 0px;
  font-size: 18px;
  color: #1f386c;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
}
.span-button > span:last-of-type {
  margin-bottom: 0;
}
.span-button.margin-8 > span {
  margin-right: 8px !important;
}
.span-button.margin-8 > span:last-of-type {
  margin-top: 8px !important;
}

.no-margin > span {
  margin: 0 !important;
}

.span-button-light > span {
  background: #d0f0f2;
  border-radius: 10px;
  padding: 30px;
  display: block;
  font-size: 24px;
  color: #1f386c;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
  max-width: 608px;
  margin: 0 auto;
}
.span-button-white > span {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 13px;
  display: inline-block;
  font-size: 24px;
  color: #1f386c;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
}
.margin-auto {
  margin: 0 auto !important;
}

.blue-gradient {
  background: linear-gradient(
    88.61deg,
    rgba(217, 217, 217, 0) -7.3%,
    #5fc7d1 111.08%
  );
}
.flow-wrapper {
  margin: auto;
  position: relative;
}

/* ROWS */
.flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flow-row.top {
  align-items: center;
}

.flow-row.bottom {
  margin-top: 24px;
}

/* BOX STYLE */
.box {
  background: #2cccd333;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #1f386c;
  width: 292px;
  font-size: 18px;
  font-weight: 400;
}

.box.wide {
  width: 508px;
  min-height: 141px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-row.bottom .connector {
  max-width: 286px;
}

/* CONNECTORS */
.connector {
  flex: 1;
  height: 2px;
  border-top: 2px dashed #f39200;
  max-width: 188px;
  position: relative;
}

.connector-labeled::before {
  content: "LEADS TO";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #00336b;
  font-weight: 400;
  line-height: 24px;
  bottom: 10px;
}

.connector-labeled-two::before {
  content: "DIAGNOSIS OF";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #00336b;
  font-weight: 400;
  line-height: 24px;
  bottom: 10px;
}

.image-block img {
  max-width: 397px;
  width: 100%;
}

.image-block p {
  margin-top: 8px;
  font-size: 14px;
  color: #1c3b5a;
}

/* CENTER LABEL */
.center-label {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #1c3b5a;
  background: #fff;
  padding: 0 10px;
}
.progress-box {
  position: relative;
}
.progress-box div {
  position: relative;
  z-index: 2;
}
.progress-box:after {
  background: linear-gradient(
    77.34deg,
    rgba(44, 204, 211, 0.5) 3.68%,
    rgba(12, 170, 186, 0.5) 98.68%
  ) !important;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.progress-box.one:after {
  top: 60%;
}
.progress-box.two:after {
  top: 42%;
}
.progress-box.three:after {
  top: 25%;
}
.faq-box details {
  background: #2cccd399;
  border-radius: 20px;
  padding: 40px;
}
.faq-box details summary {
  border: none !important;
}

.solutions-card .solutions-text {
  min-height: 68px;
}

.solutions-card.active {
  background-color: #00336b !important;
}
.solutions-card.active .solutions-text h4 {
  color: #fff !important;
}
.solutions-card.active .solutions-btn a {
  background-color: #abebed !important;
  color: #00336b !important;
}
.position-link, 
.position-link a {
	position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.solutions-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solutions-card:hover {
    transform: translateY(-20px);
/*     box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); */
}
.solutions-card:hover .solutions-btn a{
    color: #FFFFFF !important;
    background: linear-gradient(0deg, #00336B -0.2%, #094F9D 99.8%);
}

.solutions-card.active:hover .solutions-btn a{
    color: #00336B !important;
   background: #abebed !important;
}

.e-n-tab-title[aria-selected="true"],
.e-n-tab-title[aria-selected="false"]:hover {
  background-color: #00336b !important;
}
.e-n-tabs-heading {
  max-width: 1060px;
  margin: 0 auto;
}
.width-818 {
  max-width: 818px !important;
  margin: 0 auto;
}

.risk-grid .e-con-inner > div {
  width: 47%;
}
.risk-table > div {
  width: 47%;
}
.ice-berg .ice-berg-img {
  width: 35% !important;
}
.ice-berg .elementor-element.elementor-element-313b0fa {
  width: 50%;
}
.mb-0 {
  margin-bottom: 0px;
}
/* ====================================
   WRAPPER
==================================== */
.pathway-wrapper{
    max-width: 1030px;
    margin: auto;
    position: relative;
}

/* ====================================
   COMMON BOX STYLE
==================================== */
.pathway-box{
    background: #cfeef1;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #1F386C;
    box-sizing: border-box;
    width: 398px;
    height: 87px;
    margin: 0 auto;
    position: relative;
}

.pathway-box.left-top, .pathway-box.right-top, .pathway-box.left-bottom, .pathway-box.right-bottom{
    margin: 0;
}

/* ====================================
   TOP BOX
==================================== */
.box-top{
    background: #6FD0D8;
}

/* vertical arrow */
.box-top::after{
    content: "";
    position: absolute;
    top: 100%;
    width: 12px;
    height: 101px;
    background-image: url("/wp-content/uploads/2026/05/Arrow-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* ====================================
   MIDDLE BOX
==================================== */
.box-middle {
    margin-top: 101px;
}

/* split arrows */
.box-middle::before,
.box-middle::after{
    content: "";
    position: absolute;
    top: 100%;
    width: 280px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
}


/* RIGHT CONNECTOR */
.box-middle::after{
    background-image: url("/wp-content/uploads/2026/05/Arrow-1-1.svg");
    height: 200px;
    width: 644px;
    background-repeat: no-repeat;
}

/* ====================================
   ROWS
==================================== */
.pathway-row{
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
}

.lower-row{
    margin-top: 101px;
}

/* ====================================
   CENTER DOUBLE ARROW
==================================== */
.left-top::after {
    content: "";
    position: absolute;
    right: -210px;
    top: 50%;
    transform: translateY(-50%);
    width: 187px;
    height: 28px;
    background-image: url(/wp-content/uploads/2026/05/Frame-1618874018.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* ====================================
   DOWNWARD ARROWS
==================================== */
.left-top::before,
.right-top::before{
    content: "";
    position: absolute;
    top: 100%;
    width: 12px;
    height: 101px;
    background-image: url("/wp-content/uploads/2026/05/Arrow-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* ====================================
   LOWER CONNECTORS
==================================== */
.left-bottom::after,
.right-bottom::after{
    content: "";
    position: absolute;
    width: 250px;
    height: 120px;
    top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* LEFT SIDE CONNECTOR */
.left-bottom::after{
        width: 118px;
    right: 21%;
    background-image: url("/wp-content/uploads/2026/05/Arrow-2.svg");
    background-position: right top;
    height: 126px;
}

/* RIGHT SIDE CONNECTOR */
.right-bottom::after{
        width: 118px;
    left: 21%;
    background-image: url("/wp-content/uploads/2026/05/Arrow-4.svg");
    background-position: left top;
    height: 126px;
}

/* ====================================
   FINAL BOX
==================================== */
.final-box{
    background: #2CCCD399;
    margin-top: 83px;
}

.footer-logo{
	max-width: 100%;
}
/* =========================================
   MOBILE ONLY
   ========================================= */
@media (max-width: 789px) {
  /* KEEP HEADER TRANSPARENT */
  .site-header {
    background: transparent ;
    position: absolute;
    width: 100%;
    z-index: 10000;
    padding: 0;
  }
	
	.site-header.header-scrolled .mobile-menu-toggle span{
		background: #00336b;
	}

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    position: relative;
  }

  /* Hide desktop nav */
  .desktop-navigation,
  .header-right {
    display: none !important;
  }

  /* -------------------------
       OPEN HAMBURGER
    ------------------------- */
  .mobile-menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: none;
    background: transparent !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    cursor: pointer;
    z-index: 10002;
    position: absolute;
    right: 0px;
  }

  .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 20px;
    display: block;
  }
  .logo-hover-switch-page .mobile-menu-toggle span {
    background: #ffffff;
  }

  body.mobile-menu-open .mobile-menu-toggle {
    display: none !important;
  }

  /* -------------------------
       BLUR TRANSITION LAYER
    ------------------------- */
  .mobile-menu-blur {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 25, 45, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition:
      transform 0.8s ease,
      opacity 0.8s ease,
      visibility 0.8s ease;
    z-index: 9997;
  }

  .mobile-menu-blur.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  /* -------------------------
       FULLSCREEN MENU
    ------------------------- */
  .mobile-fullscreen-menu {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 9998;
    overflow-y: auto;
  }

  .mobile-fullscreen-menu.active {
    transform: translateX(0);
  }

  /* -------------------------
       TOP GRADIENT SECTION
    ------------------------- */
  .mobile-fullscreen-top {
    background-color: #d5f5f6;
    padding: 20px 18px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .mobile-fullscreen-logo img {
    max-height: 34px;
    width: auto;
    display: block;
  }

  .mobile-fullscreen-close {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border: none;
    background: transparent !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 1px 8px 8px 8px !important;
  }

  .mobile-fullscreen-close svg {
    stroke: #00336b;
  }

  /* -------------------------
       MOBILE NAV CONTENT
    ------------------------- */
  .mobile-navigation {
    padding: 28px 18px 40px;
    background: #fff;
    min-height: calc(100vh - 90px);
  }

  .mobile-navigation .mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-navigation .mobile-menu > li {
    position: relative;
    border-bottom: 1px solid rgba(31, 56, 108, 0.08);
    padding: 0;
  }

  .mobile-navigation .mobile-menu > li:last-child {
    border-bottom: none;
  }

  .mobile-navigation .mobile-menu > li > a {
    display: block;
    width: 100%;
    padding: 18px 50px 18px 0;
    color: #1f386c !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    position: relative;
    z-index: 1;
  }

  /* -------------------------
       SUBMENU TOGGLE BUTTON
    ------------------------- */
  .mobile-navigation .mobile-menu > li.menu-item-has-children {
    position: relative;
  }

  .mobile-navigation .submenu-toggle {
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .mobile-navigation .submenu-toggle::before,
  .mobile-navigation .submenu-toggle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #1f386c;
    transition: all 0.3s ease;
  }

  .mobile-navigation .submenu-toggle:focus,
  .mobile-navigation .submenu-toggle:focus-visible,
  .mobile-navigation .submenu-toggle:active {
    outline: none !important;
    box-shadow: none !important;
  }

  .mobile-navigation .submenu-toggle::after {
    transform: rotate(90deg);
  }

  /* OPEN = minus icon */
  .mobile-navigation
    .menu-item-has-children.submenu-open
    > .submenu-toggle::after {
    opacity: 0;
    transform: rotate(0deg);
  }

  /* -------------------------
       REAL ACCORDION SUBMENU
    ------------------------- */
  .mobile-navigation .sub-menu {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    min-width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;

    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 0 14px;
    transition:
      max-height 0.35s ease,
      padding-bottom 0.35s ease;
  }

  .mobile-navigation .sub-menu li {
    margin-bottom: 8px;
  }

  .mobile-navigation .sub-menu li:last-child {
    margin-bottom: 0;
  }

  .mobile-navigation .sub-menu li a {
    color: #1f386c !important;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    padding: 4px 0;
    text-decoration: none;
    opacity: 0.9;
  }

  /* -------------------------
       HIDE DESKTOP SUBMENU STYLES
    ------------------------- */
  header .sub-menu {
    position: static !important;
  }

  .menu-hover-active,
  .menu-hover-active:after,
  .menu-hover-active .menu > li:hover > a:after {
    display: none !important;
    content: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }
}

@media (min-width: 790px) {
  header .sub-menu {
    box-shadow: 0px 0px 0px !important;
    top: 70% !important;
    background: transparent !important;
    padding-top: 50px;
    margin: 0px;
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 999;
    list-style: none;
    transition: all 0.3s ease;
  }
  /* =========================================
   CLEAN ICON BUTTON STATES
   ========================================= */

  .mobile-menu-toggle,
  .mobile-fullscreen-close,
  .mobile-navigation .submenu-toggle {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu-toggle:focus,
  .mobile-menu-toggle:focus-visible,
  .mobile-menu-toggle:active,
  .mobile-fullscreen-close:focus,
  .mobile-fullscreen-close:focus-visible,
  .mobile-fullscreen-close:active,
  .mobile-navigation .submenu-toggle:focus,
  .mobile-navigation .submenu-toggle:focus-visible,
  .mobile-navigation .submenu-toggle:active {
    outline: none !important;
    box-shadow: none !important;
  }
}
/* Default logo state */
.logo-white {
  display: block;
}

.logo-blue {
  display: none;
}

/* White header pages */
/* .white-header .logo-white {
    display: block;
}

.white-header .logo-blue {
    display: none;
} */

/* Special pages: white by default, blue on desktop hover */
/* .logo-hover-switch-page .logo-white {
    display: block;
}

.logo-hover-switch-page .logo-blue {
    display: none;
} */

.menu-hover-active .logo-white {
  display: none;
}

.menu-hover-active .logo-blue {
  display: block;
}

.footer-bottom p a[href^="tel"] {
  color: #ffffff; /* white */
  text-decoration: none; /* remove underline if needed */
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.footer-links ul #menu-item-3403 a{
	gap: 2px;
}

@media (max-width: 1000px) {
  h1.elementor-heading-title {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  h2.elementor-heading-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  h3.elementor-heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  h4.elementor-heading-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .card-heading h4.elementor-heading-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  h6.elementor-heading-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .risk-grid h6 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .elementor-widget-text-editor {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .elementor-widget-text-editor p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .banner img {
    max-width: 300px !important;
    margin: 0 auto !important;
  }
  .banner {
    padding: 80px 0px 30px;
    text-align: center !important;
  }
  .banner .e-con-inner > div > div {
    text-align: center !important;
  }
  .e-con.e-flex > .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .references .e-con-inner {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  span.ref-head {
    font-size: 14px;
  }
  .references .e-con-inner > div > div,
  .references .e-con-inner > div > div p {
    font-size: 12px !important;
  }
  .row {
    margin-bottom: 10px;
  }
  .policy-links {
    padding: 15px 0 0 0;
  }
  .footer-top {
    padding-bottom: 1px;
  }
  .footer-links h6 {
    margin-bottom: 14px;
    line-height: 20px;
    font-size: 14px;
  }
  .footer-links ul li {
    margin-bottom: 8px;
  }
  .footer-links ul li a {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-widget {
    margin-bottom: 15px;
  }
  .footer-bottom {
    padding-bottom: 1px;
  }
  .footer-bottom img {
    width: 100px;
    margin-bottom: 10px;
  }
  .footer-bottom p {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 18px;
  }
  .svg-icon {
    width: 60px;
  }
  .elementor-element .elementor-spacer {
    display: none;
  }
  .position-logo img {
    max-width: 180px !important;
  }
  .elementor-element-1275252 {
    background: linear-gradient(
      90deg,
      #f3cdd8 0%,
      #f0c6d1 45%,
      #eebfc9 100%
    ) !important;
    padding: 0px 0px 27px !important;
  }
  .elementor-element-1275252 .position-btn-bottom {
    bottom: 9px !important;
  }
  .btn-arrow a {
    padding: 10px 10px 10px 16px !important;
    font-size: 12px !important;
  }
  .btn-arrow .elementor-button-icon {
    width: 20px;
    height: 20px;
  }
  .btn-arrow .elementor-button-icon svg {
    font-size: 14px;
  }
  .elementor-30 .elementor-element.elementor-element-07de2c0 {
    bottom: -10px !important;
  }
  .elementor-element-61ef008,
  .elementor-element-fe9f70b,
  .elementor-element-79e4e19c,
  .elementor-element-6f1bc1d9,
  .elementor-element-156df82,
  .elementor-element-31abe43,
  .elementor-element-23e6c5d4,
  .elementor-element-51732d9e,
  .elementor-element-d3bf2b2,
  .elementor-element-07dcd39,
  .elementor-element-18921d64,
  .elementor-element-50f67258,
  .elementor-element-4933a318 {
    display: none !important;
  }
  .elementor-element-7d6b6a39 h1,
  .elementor-element-13cd023a h1,
  .elementor-element-51c287d9 h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .elementor-element-a614e87 h2.elementor-heading-title,
  .elementor-element-80ce2be h2.elementor-heading-title,
  .elementor-element-d562de1 h2.elementor-heading-title {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .elementor-element-9f82307.elementor-widget-text-editor,
  .elementor-element-41faea5.elementor-widget-text-editor {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .elementor-element-aa469d4.e-con.e-flex > .e-con-inner,
  .elementor-element-d8b1b52.e-con.e-flex > .e-con-inner {
    padding-top: 110px;
  }
  .elementor-swiper-button.elementor-swiper-button-prev,
  .elementor-swiper-button.elementor-swiper-button-next {
    font-size: 35px !important;
  }
  .elementor-image-carousel-caption {
    font-size: 14px !important;
    margin-block-start: 10px !important;
  }
  .elementor-widget-image-carousel {
    padding: 0 20px;
  }
  .container {
    padding: 0 15px;
  }
  .home-slider .elementor-slides .swiper-slide-inner .elementor-slide-button {
    padding: 10px 40px 10px 13px !important;
    background-size: 27px !important;
    font-size: 14px !important;
  }
  .home-slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: 20px !important;
  }
  .home-slider.elementor-element .swiper .elementor-swiper-button-next {
    right: 20px !important;
  }
  .home-slider.elementor-element .swiper .elementor-swiper-button-prev,
  .home-slider.elementor-element .swiper .elementor-swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .elementor-element-8cb7138 img {
    max-width: 100% !important;
  }
  .footer-policies .policy-links ul {
    display: block;
  }
  .footer-policies .policy-links li {
    padding: 0;
  }
  .footer-policies .policy-links li a {
    margin-bottom: 8px;
  }
  .footer-logo {
    margin-bottom: 16px;
  }
  button#playPauseBtn svg {
    height: 60px;
    width: 60px;
  }
  .pt-100 {
    padding-top: 30px !important;
  }
  .pb-100 {
    padding-bottom: 30px !important;
  }
  .e-con.e-grid > .e-con-inner {
    padding: 0 15px 0 15px !important;
  }
  .elementor-icon-list-icon svg {
    height: 22px !important;
    margin: 0 !important;
  }
  .elementor-widget-n-carousel
    .elementor-swiper-button.elementor-swiper-button-next,
  .elementor-widget-n-carousel
    .elementor-swiper-button.elementor-swiper-button-prev {
    display: none !important;
  }

  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }
  .elementor-icon-list-text {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .elementor-292
    .elementor-element.elementor-element-06939fd
    .elementor-heading-title
    br {
    display: none;
  }
  .ice-berg .elementor-element.elementor-element-313b0fa h4 {
    font-size: 16px !important;
  }
  .mb-0 {
    margin-bottom: 11px !important;
  }
}

@media (max-width: 767px) {
  .mob-nowrap {
    flex-wrap: nowrap !important;
  }
  .card-btn .elementor-button {
    padding: 4px 12px 4px 12px !important;
  }
  .elementor-1725
    .elementor-element.elementor-element-4a85aa8.elementor-element
    .elementor-button {
    padding: 8px 16px !important;
  }
  .mobile-box {
    width: 48% !important;
    max-width: 48% !important;
    flex: 0 0 48% !important;
  }
  .mobile-box h3 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .mobile-box p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .no-margin > span {
    margin: 0px 10px 10px 0px !important;
  }
  .span-button.margin-8 > span:last-of-type {
    margin-top: 0 !important;
  }
  .span-button > span {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
	margin: 0 !important;
  }
  .solutions-card{
    padding: 16px !important;
  }
  .solutions-card h4{
    font-size: 18px !important;
    line-height: 24px !important;
  }
    .solutions-card h4 br{
    display: none;
  }
  .solutions-card .solutions-btn{
    max-width: 150px !important;
  }
  .solutions-card .solutions-text {
    min-height: auto;
  }
  .elementor-element.elementor-element-4e52f217 h3 br{
    display: none;
  }
		.span-button-white > span{
    padding: 18px 18px 18px 10px;
    font-size: 18px;
    line-height: 24px;
	margin: 0 !important;
  }
  /* STACK EVERYTHING */
  .flow-row{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .flow-row.bottom{
    margin-top: 14px;
  }

  /* BOXES */
  .box{
    width: 100%;
    max-width: 100%;
    padding: 18px 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .box.wide{
    width: 100%;
    min-height: auto;
    padding: 24px 18px;
  }

  /* CONNECTORS BECOME VERTICAL */
  .connector{
    width: 2px;
    height: 38px;
    max-width: unset;
    border-top: none;
    border-left: 2px dashed #f39200;
    flex: unset;
  }

  /* LABELS */
  .connector-labeled::before,
  .connector-labeled-two::before{
    left: 14px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
  }

  /* IMAGE */
  .image-block{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-block img{
    max-width: 220px;
    width: 100%;
  }
    .product-card > div > div > div img{
    height: 60px;
    width: 60px;
  }
  .product-card .product-image{
    padding: 73px 0 20px !important;
    max-width:200px !important;
	  margin: 0 auto !important;
  }
  .product-card .product-label {
        max-width: 260px;
    margin: 0 auto;
    padding: 0;
    gap: 10px;
  }
   .product-card .product-label div{
    width: 48%;
   }
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: 30px !important;
    }
	  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        margin-bottom: 20px;
    }
	.btn-news.btn-arrow .elementor-button-icon svg {
    font-size: 14px;
  }
  .box-middle::after {
    background-image: url(/wp-content/uploads/2026/05/Frame-1618874082.svg);
    height: 123px;
    width: 240px;
    background-repeat: no-repeat;
  }
  .pathway-row {
    margin-top: 117px;
	  gap: 15px;
}
.pathway-box.left-top , .pathway-box.right-top, .pathway-box.left-bottom, .pathway-box.right-bottom{
      height: 112px;
    width: 50%;
	padding-right: 0px;
	padding-left: 0px;
}
.left-top::after{
  display: none;
}
.pathway-row.lower-row{
  margin-top: 61px;
}
.left-bottom::after {
    width: 29px;
    right: 50%;
    background-image: url(/wp-content/uploads/2026/05/Frame-1618874087.svg);
    height: 76px;
}

.right-bottom::after {
    width: 29px;
    left: 50%;
    background-image: url(/wp-content/uploads/2026/05/Frame-1618874088.svg);
    height: 76px;
}
.pathway-box {
    font-size: 16px;
    height: 64px;
	width: 100%;

  }
  .pathway-box.final-box{
        width: 50%;
    height: 76px;
  }
  .final-box {
     font-size: 12px;
	  line-height: 16px;
    margin-top: 34px;
}
.left-top::before {
    right: 60%;
}
.right-top::before{
  left: 60%;
}
.left-top::before, .right-top::before{
  height: 62px;
  background-image: url(/wp-content/uploads/2026/05/Frame-1618874085.svg);
}
	.elementor-element-720d2bf5 h1{
		font-size: 28px !important;
		line-height: 34px !important;
	}
	.elementor-element-f3266e1.span-button span{
		margin-bottom: 8px !important;
	}
}


