/*

Theme Name: Enhance Clinispa

Theme URI: https://ltf.digital/

Description: Custom WordPress theme for Enhance Clinispa by LTF.Digital

Author: LTF Digital

Author URI: https://ltf.digital/

Template: hello-elementor

Version: 1.0.1

Text Domain: enhance-clinispa

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
.bg-blur {
  backdrop-filter: blur(26px);
}

.ivy-font {
  font-family: "Ivy Presto Display", Sans-serif;
}

.text-gradient {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.text-gradient.light-to-dark {
  background: linear-gradient(264deg, #9C8464 0%, #3D3122) 100%;
}

.text-gradient.dark-to-light {
  background: linear-gradient(264deg, #3D3122 0%, #9C8464) 100%;
}

.semi-circle {
  position: relative;
  overflow: hidden;
}

.semi-circle:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1920px;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.semi-circle.rose-400:before {
  background-color: #ADA69C;
}

.semi-circle.white:before {
  background-color: #ffffff;
}

.semi-circle.bottom:before {
  top: 100%;
}

/* Menu */
nav li.btn a {
  color: white !important;
  padding: 12px 24px !important;
  border: 1px solid #A65450;
  border-radius: 56px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#3D3122), to(#1D1A15));
  background-image: linear-gradient(90deg, #3D3122 0%, #1D1A15 100%);
}

nav .menu-item-has-children .sub-arrow {
  background-image: url(/wp-content/uploads/2025/08/down-arrow-short.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  padding: 0;
}

nav .menu-item-has-children .sub-arrow svg {
  display: none;
}

nav .menu-item-has-children .sub-menu {
  padding-top: 21px;
  background-color: transparent;
  z-index: 999;
}

nav .menu-item-has-children .sub-menu li {
  display: block;
  width: 100%;
  background-color: #F3EADF;
}

nav .menu-item-has-children .sub-menu li a:hover, nav .menu-item-has-children .sub-menu li.current-menu-item a {
  background-color: #ADA69C;
}

/* Forms */
form .two-cols p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

form label {
  width: 100%;
  color: #363533;
}

form label input, form label textarea {
  margin-top: 10px;
  border: solid 1px #363533;
  border-radius: 4px;
  background-color: transparent;
  color: #363533;
}

form .two-cols p label {
  width: 50%;
}

.submit-button p {
  margin-bottom: 0;
}

/* Homepage Tiles with hover Section */
.tiles-with-hover .tile.active {
  width: 34%;
}

.tiles-with-hover .tile.active .tile-image img {
  -webkit-filter: none;
          filter: none;
}

.tiles-with-hover .tile.active .tile-description {
  display: block;
}

.tiles-with-hover .tile.active .tile-text {
  background-color: #F3EADF;
}

.tiles-with-hover .tile.active .tile-image {
  background: #F3EADF;
  background: -webkit-gradient(linear, left bottom, left top, from(#F3EADF), to(#FFFFFF));
  background: linear-gradient(0deg, #F3EADF 0%, #FFFFFF 100%);
}

/*  About Page Tabs */
.about-page-tabs {
  border: 1px solid #D6CEC3;
  border-radius: 16px;
  overflow: hidden;
}

.about-page-tabs .e-n-tabs-heading {
  border-bottom: 1px solid #D6CEC3;
}

/* Courses Banner Logos */
.training-header-logos {
  width: auto;
}

/* Results Slider */
.results-slider .swiper-wrapper > div:nth-of-type(2n):before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -24px;
  top: calc(50% - 20px);
  background-image: url(/wp-content/uploads/2026/06/slider-arrow-new.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9;
}

/* Causes Tabs */
.causes-tabs .e-n-tabs-heading .e-n-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Become a Model Form */
.become-a-model-intro.hidden {
  display: none;
}

.become-a-model-form {
  display: none;
}

.become-a-model-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.become-a-model-form .step-heading {
  display: none;
}

.become-a-model-form .step-heading.active {
  display: block;
}

.become-a-model-form .progress .progress-bar .step {
  display: none;
}

.become-a-model-form .progress .progress-bar .step.active {
  display: block;
}

.become-a-model-form .progress .progress-bar .step {
  height: 10px;
  background-color: black;
}

.become-a-model-form .progress .progress-bar .step1 {
  width: 25%;
}

.become-a-model-form .progress .progress-bar .step2 {
  width: 50%;
}

.become-a-model-form .progress .progress-bar .step3 {
  width: 75%;
}

.become-a-model-form .progress .progress-bar .step4 {
  width: 100%;
}

.become-a-model-form .progress .progress-steps .step {
  display: none;
}

.become-a-model-form .progress .progress-steps .step.active {
  display: block;
}

.become-a-model-form .form-step {
  display: none;
}

.become-a-model-form .form-step.active {
  display: block;
}

.become-a-model-form .steps-btn {
  color: white !important;
  padding: 12px 24px !important;
  border: 1px solid #A65450;
  border-radius: 56px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#A65450), to(#C98986));
  background-image: linear-gradient(90deg, #A65450 0%, #C98986 100%);
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
  opacity: 0;
}

.footer-form form label {
  color: white;
}

.footer-form form label input, .footer-form form label textarea {
  color: white;
}

.mobile-menu-trigger .elementor-button {
  background-image: none !important;
  cursor: pointer;
}
.mobile-menu-trigger .elementor-button svg {
  width: 24px;
}

.mobile-menu-trigger.active .elementor-button {
  background-image: url(img/menu-close.svg) !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mobile-menu-trigger.active .elementor-button svg {
  opacity: 0;
}

.mobile-main-menu {
  display: none !important;
}
.mobile-main-menu .mobile-back-btn {
  display: none;
  position: relative;
}
.mobile-main-menu .mobile-back-btn .elementor-button {
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  color: #363533 !important;
  font-size: 14px !important;
  position: relative !important;
  padding-left: 30px !important;
  background-image: none !important;
}
.mobile-main-menu .mobile-back-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: calc(50% - 7px);
  background-image: url(img/menu-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-main-menu .mobile-back-btn.active {
  display: block;
}
.mobile-main-menu .mobile-nav {
  width: 100%;
}
.mobile-main-menu .elementor-nav-menu {
  position: relative;
  height: calc(100vh - 245px);
  overflow-y: scroll;
}
.mobile-main-menu .elementor-nav-menu li {
  position: static;
}
.mobile-main-menu .elementor-nav-menu li a span.sub-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-main-menu .elementor-nav-menu li.btn {
  display: none;
}
.mobile-main-menu ul.sub-menu {
  display: none !important;
  position: static !important;
  margin: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.mobile-main-menu ul.sub-menu li {
  padding-bottom: 20px;
  background-color: white !important;
}
.mobile-main-menu ul.sub-menu li a {
  color: #363533 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  background-color: white !important;
  border: 0 !important;
  padding: 0 !important;
  font-weight: 300 !important;
}
.mobile-main-menu ul.sub-menu.active {
  display: block !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.mobile-main-menu.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767px) {
  form .two-cols p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
  }
  form .two-cols p label {
    width: 100%;
    margin-bottom: 10px;
  }
  .training-header-logos {
    width: calc(100% - 40px);
  }
}