/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 21:58:13 */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
margin: 0;
padding: 0;
}
p{
margin: 0;
padding: 0;
}
body,
html{
overflow-x: hidden;
}
.big-size {
	font-size: 20px;
	font-weight: 600;
}
.line-green:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #086F6E;
    top: 5px;
    left: 65px;
}
.line-green1:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #086F6E;
    top: 5px;
    left: 50px;
}
.top-side-line {
	border-top: 18px solid #fff;
	border-right: 13px solid #fff;
}
.top-left-line {
	border-top: 18px solid #fff;
	border-left: 13px solid #fff;
}
.top-only-line {
	border-top: 18px solid #fff;
}
.icon-spacing-remove .elementor-image-box-content {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
 span.elementor-button-content-wrapper  {
	display: flex;
	align-items: center;
}
.hvr-white:hover .icon-learnmore span.elementor-button-icon svg {
 filter: brightness(0) saturate(100%) invert(34%) sepia(68%) saturate(490%) hue-rotate(131deg) brightness(92%) contrast(103%) !important;
} 
.line-green-testimonial:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #086F6E;
    top: 5px;
    left: 102px;
}
.line-green-moana:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #086F6E;
    top: 5px;
    left: 195px;
}
.services_section .ser_col:after, .services_section .ser_col_mid:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    transition: 0.5s;
}
.hvr-white:hover p.elementor-image-box-description {
	color: #fff !important;
}
.hvr-white:hover span.elementor-button-text {
    color: #fff;
}
.hvr-white2:hover span.elementor-button-text {
	color: #000 !important;
}
.icon-learnmore .elementor-button-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 6px;
    border-radius: 50%;
    background-color: #086F6E;
}
.icon-learnmore2 .elementor-button-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.hvr-white:hover .icon-learnmore .elementor-button-icon  {
	background-color: #fff !important;
}
.hvr-white2:hover .icon-learnmore2 .elementor-button-icon  {
	background-color: #086F6E !important;
}
.hvr-white:hover span.elementor-button-content-wrapper span.elementor-button-icon svg path {
	filter: brightness(0) saturate(100%) invert(26%) sepia(93%) saturate(1027%) hue-rotate(147deg) brightness(93%) contrast(94%) !important;
}
.hvr-white2:hover span.elementor-button-content-wrapper span.elementor-button-icon svg path {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(185deg) brightness(107%) contrast(106%) !important;
}
.moanal-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal 
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
}
.moanal-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 33px;
}
/* Abdullah styling moana */

.moana-menu-hdr ul li a.elementor-item.elementor-item-active.menu-link {
    font-weight: 600 !important;
} 
.moana-mobile-menu ul li {
    padding: 12px 12px;
    border-bottom: 1px solid #0000001A
}
.moana-mobile-menu ul li a {
width: auto !important;
}
.moana-mobile-menu ul .menu-item-has-children {
	position: relative;
}
.moana-mobile-menu ul li a .sub-arrow {
display: none;
}
.moanal-slider .elementor-testimonial__text {
    width: 96%;
}

/* //// */

/* Link layout */
.moana-mobile-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000; /* Always black text */
  position: relative;
}

/* Always show arrow */
/* .moana-mobile-menu .menu-item-has-children > a::after {
  content: '';
  background-image: url('http://moanawellness.webx-devserver.com/wp-content/uploads/2025/11/Vector-2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 96%;
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  opacity: 1;
  visibility: visible;
} */

/* Rotate arrow when active */
.moana-mobile-menu .menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}

/* Submenu hidden by default */
.moana-mobile-menu .menu-item-has-children > .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 10px;
}

/* Submenu expands when active */
.moana-mobile-menu .menu-item-has-children.active > .sub-menu {
  max-height: 500px; /* enough to show submenu fully */
}

/* Prevent unwanted arrow opacity changes */
.moana-mobile-menu 
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::after {
  opacity: 1 !important;
}

#menu-1-cbdc9e4 a {
	width: max-content !important;
}







.moana-mobile-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  position: relative;
}

.moana-mobile-menu .menu-item-has-children > a .menu-arrow {
  background-image: url('http://moanawellness.webx-devserver.com/wp-content/uploads/2025/11/Vector.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.moana-mobile-menu .menu-item-has-children.active > a .menu-arrow {
  transform: rotate(180deg);
}
.moana-mobile-menu .open > a .menu-arrow {

  filter: brightness(0) saturate(100%) invert(71%) sepia(26%) saturate(627%) hue-rotate(114deg) brightness(98%) contrast(90%);
}
.moana-mobile-menu .open > a {
  color: #3FD4A2 !important;
}
.usa-new-acc-header .e-n-accordion-item-title-icon svg {
	fill: transparent !important;
	
}
.usa-new-acc-header .e-n-accordion-item-title {

    margin-bottom: 10px;
}
.moana-book-btn svg {
    fill: transparent !important;
}

