/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1742809987
Updated: 2025-03-24 09:53:07

*/

.elementor-kit-10 button,
.elementor-kit-10 button,
.elementor-kit-10 input[type="button"],
.elementor-kit-10 input[type="button"],
.elementor-kit-10 input[type="submit"],
.elementor-kit-10 input[type="submit"],
.elementor-kit-10 .elementor-button,
.elementor-kit-10 .elementor-button,
.elementor-button,
.readmore-btn {
  background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%) !important;
}

a.elementor-button,
.readmore-btn,
.uc_more_btn,
button.metform-submit-btn,
.readmore-btn {
  display: inline-block !important;
  padding: 8px 28px 8px 28px !important;
  background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%) !important;
  &:hover {
    filter: brightness(0.8);
  }
}
.readmore-btn {
  padding: 4px 28px 4px 28px !important;
}

.btn {
  background-color: transparent;
  font-size: 16px !important;
  font-weight: 700 !important;
  background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%) !important;
  border-style: none;
  border-radius: 50px;
  padding: 4px 28px 4px 28px;
  width: auto;
  transition: background 0.3s ease !important;
  color: #fff !important;
  &:hover {
    filter: brightness(0.8);
  }
}

.text-gradient {
  background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.hero-slider-wrap .text-gradient {
  font-size: 125%;
}

.hero-slider-wrap .single-slide-item:not([data-slick-index="2"]) .post-inner {
  position: relative;
  z-index: 1;
  padding: 20px !important;
  max-width: 600px !important;
}

.hero-slider-wrap
  .single-slide-item:not([data-slick-index="2"])
  .post-inner:after {
  content: "";
  position: absolute;
  height: calc(100% - 80px);
  width: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}
.hero-slider-wrap .single-slide-item[data-slick-index="2"] .post-inner {
  text-align: center;
}

.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content
  h2 {
  margin: 0;
  font-size: 56px;
  color: #fff;
  line-height: 1;
}
.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content
  h4 {
  color: #fff;
  font-weight: 800;
  margin: 0;
}
.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content
  h4
  span,
.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content
  .saperator {
  display: inline-block;
  margin: 0 10px;
}
.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content
  h3 {
  font-weight: 800;
  font-size: 42px;
  color: #fff;
  margin: 0;
}
.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content
  p {
  color: #fff;
  font-size: 20px;
}

.htslider-single-post-slide
  .content
  .post-inner
  .htslider-desc
  .custom-slider-content
  img {
  max-width: 250px;
}

.htslider-carousel-activation.dot_bottom_center .slick-dots,
.hero-slider-wrap .slick-dots {
  top: auto;
  bottom: 20px !important;
}

.hero-slider-wrap ul.slick-dots li button {
  width: 8px !important;
  height: 35px !important;
  border-radius: 8px;
  transform: rotate(23deg);
  border: 1px solid #fff;
  width: 5px !important;
}
.hero-slider-wrap ul.slick-dots li:not(.slick-active) button {
  background: transparent !important;
}

.custom-solutions-section {
  position: relative;
  z-index: 1;
  &:after {
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  &:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 880px;
    max-width: 90%;
    background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%) !important;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
  }
  .elementor-container {
    position: relative;
    z-index: 2;
  }
  h2 {
    span {
      font-weight: 800;
    }
  }
  .owl-carousel {
    .owl-item {
      position: relative;
      padding-bottom: 70px;
      &:after {
        content: "";
        position: absolute;
        height: calc(100% - 77px);
        width: calc(100% - 50px);
        right: 0;
        top: 15px;
        background: #b8b8b8;
        opacity: 0.8;
        border-radius: 20px;
        z-index: -1;
      }
      .uc_image_carousel_placeholder {
        margin-bottom: 20px;
      }
      .uc_image_carousel_content {
        position: relative;
      }
      .uc_post_title {
        position: absolute;
        top: -33px;
        left: 50%;
        transform: translate(-50%, 0);
        background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%);
        padding: 8px 20px;
        font-size: 15px;
        font-weight: 700;
        border: 2px solid #fff;
        border-radius: 50px;
        text-transform: uppercase;
        color: #fff !important;
        text-align: center;
      }
      .uc_carousel_item {
        padding-bottom: 80px;
      }
      .ue-item-btn-holder {
        position: absolute;
        bottom: -70px;
      }
    }
  }
}

.custom-explore-sec {
  h2 {
    span {
      color: #de6e2b;
      font-weight: 800;
    }
  }
  figure {
    position: relative;
    figcaption {
      position: absolute;
      top: -22px;
      left: 50%;
      transform: translate(-50%, 0);
      background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%);
      padding: 8px 80px;
      font-size: 18px;
      font-weight: 800;
      border: 2px solid #fff;
      border-radius: 50px;
      color: #fff !important;
      text-align: center;
      font-style: normal;
    }
  }
}

.enquire-form button.metform-submit-btn,
label.metform-btn {
  transform: translate(-50%, 0);
  background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%);
  font-size: 18px;
  font-weight: 800;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff !important;
  padding: 3px 25px !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  text-align: center;
  font-style: normal;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75) !important;
  transform: none !important;
  min-height: 40px;
}

.testimonial-slider {
  .htb-container {
    padding-block: 40px 0;
  }
  .single-slide-item {
    height: auto !important;
  }
  .slick-list {
    border-radius: 50px;
  }
}

.process-section {
  position: relative;
  z-index: 1;
  &:after {
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    background: #e6e6e6;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.custom-get-in-touch {
  h3 {
    font-size: 45px;
  }
  form {
    input,
    textarea {
      border-radius: 32px !important;
      &::placeholder {
        opacity: 1;
        color: #000;
      }
    }
    input {
      &::placeholder {
        opacity: 1;
        color: #000 !important;
      }
    }
    textarea {
      padding-block: 20px;
    }
    input[type="submit"] {
      border-radius: 50px !important;
      box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75) !important;
      min-width: 200px;
      border: 2px solid #fff;
      &:hover {
        border: 2px solid #fff;
      }
    }
  }
  .subscription-form {
    input[type="email"] {
      margin-bottom: 20px;
    }
  }
  .enquire-form {
    input[type="submit"] {
      border-radius: 50px !important;
      border: 2px solid #fff;
    }
  }
}

.border-right-gradient {
  position: relative;
  &:after {
    content: "";
    height: 90%;
    width: 5px;
    background: linear-gradient(to bottom, #ff02fc 11%, #ffc805 100%);
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.bg-mandala {
  position: relative;
  z-index: 1;
  &:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url("https://dev.mandalauae.com/wp-content/uploads/2025/04/white-background-watermark-1.svg")
      no-repeat center;
    pointer-events: none;
    z-index: -1;
    background-size: contain;
  }
}

.centered-items {
  .elementor-container {
    justify-content: center;
  }
}

.member-card {
  position: relative;
  max-width: 383.33px;
  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 80px;
    background: #fff;
    z-index: 1;
    border-radius: 30px 30px 0 0;
    z-index: 1;
  }
  .elementor-widget-image img {
    aspect-ratio: 1;
    background: #ededed;
    object-fit: cover;
    object-position: center top;
  }
}

.sticky-contact-wrap {
  .sticky-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    background: white;
    border-radius: 10px 0 0 10px;
    border: 1px solid #fff;
    overflow: hidden;
  }
  .sticky-button {
    color: white;
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    flex-direction: column;
    gap: 6px;
  }
  .sticky-button span.vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-left: 5px;
  }
  .close-all {
    background: #000066;
  }
  #contactBtn {
    background: #009cff;
    svg {
      transform: rotate(90deg);
      max-width: 17px;
    }
  }
  #whatsappBtn {
    background: #25d366 !important;
  }
  #phoneBtn {
    background: #009cff;
  }
  .popup {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 250px;
    padding: 20px 10px;
    transition: right 0.3s ease;
    border-radius: 15px !important;
    overflow: hidden;
    z-index: 9998;
    h3 {
      font-size: 18px;
    }
  }
  #contactPopup {
    width: 300px;
    .elementor-element {
      padding: 0 !important;
    }
  }
  #phonePopup {
    background: #7bcefc;
    border: 1px solid #818181;
    padding: 5px;
    top: 61%;
    p {
      margin: 0;
    }
    a {
      text-align: center;
      color: #000;
      display: block;
      font-size: 20px;
    }
  }
  .popup.active {
    right: 36px;
  }
  .popup .close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 22px;
  }
  .popup input,
  .popup textarea,
  .popup button {
    width: 100%;
    margin-top: 10px;
    height: 50px;
    border-radius: 20px !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
  }
  .popup textarea {
    height: 80px;
  }
  .popup {
    .e-con-inner {
      gap: 0 !important;
    }
  }
  #contactPopup {
    h3 {
      margin-bottom: 0;
    }
  }
  .popup input::placeholder,
  .popup textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
  }
}

.elementor-kit-10 {
  .sticky-contact-wrap {
    #whatsappPopup {
      padding: 0 0 15px !important;
      .elementor-button {
        background: #17d171 !important;
      }
    }
  }
}

.half-gradient-bg-content {
  h3.elementor-image-box-title {
    margin-top: 0;
    text-align: left;
  }
  .elementor-image-box-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}

.reverse-order {
  .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
/* ============================ */
/* Responsive settings */
/* ============================ */

@media screen and (max-width: 1200px) {
  .border-right-gradient {
    &:after {
      display: none;
    }
  }
  .custom-get-in-touch {
    h3 {
      font-size: 24px;
    }
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
  .htslider-single-post-slide
    .content
    .post-inner
    .htslider-desc
    .custom-slider-content
    h2 {
    font-size: 32px;
  }
  .htslider-single-post-slide
    .content
    .post-inner
    .htslider-desc
    .custom-slider-content
    h3 {
    font-size: 24px;
  }
  .htslider-single-post-slide
    .content
    .post-inner
    .htslider-desc
    .custom-slider-content
    p {
    font-size: 16px;
  }
  .htslider-single-post-slide
    .content
    .post-inner
    .htslider-desc
    .custom-slider-content
    h4
    span,
  .htslider-single-post-slide
    .content
    .post-inner
    .htslider-desc
    .custom-slider-content
    .saperator {
    display: inline-block;
    margin: 0 5px;
  }
  .elementor-106
    .elementor-element
    .hero-slider-wrap
    .single-slide-item.htslider-single-post-slide
    .content,
  .hero-slider-wrap .content {
    padding: 15px;
  }
}
@media screen and (max-width: 567px) {
}
@media screen and (max-width: 375px) {
}

/*css by anuj - start 040625*/
.menu-top-level-item > a {
  border-bottom: 2px solid transparent !important; /* Keeps space reserved */
  border-image: none !important;
  border-image-slice: 1 !important;
  will-change: border-image !important; /* Hint browser for performance */
  transition: none !important; /* Disable any default transitions */
}
.menu-top-level-item > a:hover,
.menu-top-level-item.current-menu-item > a {
  border-bottom: 2px solid !important;
  border-image: linear-gradient(to right, #ff02fc 11%, #ffc805 100%) 1 !important;
  border-image-slice: 1 !important;
}

.latest-demand-slide .swiper-pagination {
  display: none;
}
/*css by anuj -end 040625*/

/*
=================================
Mandala 2
=================================
*/

.dorpdown-menu-wrap {
  position: relative;
  #trigger-dropdown {
  }
  .submenu-buttons {
    display: none;
    position: absolute;
    top: 80%;
    left: auto;
    right: 0;
    transform: none;
    z-index: 1;
    width: 240px;
    @media screen and (min-width: 1200px) {
      left: 50%;
      transform: translate(-50%, 0);
    }
    .elementor-button-wrapper {
      text-align: center;
      .elementor-button {
        width: 100%;
      }
    }
  }
}

.h-flip li.elementor-icon-list-item a {
  flex-direction: row-reverse;
  gap: 15px;
  justify-content: flex-end;
  font-size: 16px !important;
  position: relative;
  display: inline-flex;
  width: auto !important;
  padding: 0 !important;
  svg {
    fill: #ff02fc !important;
  }
  &:after {
    content: "";
    position: absolute;
    left: 4px;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%);
    top: 100%;
    transition: width 0.4s;
  }
  &:hover {
    &:after {
      width: calc(100% - 30px);
    }
  }
}

.overview-submenu {
  position: absolute;
  width: 50%;
  left: -200px;
  top: 100%;
  background: #fff;
  border-radius: 30px;
  width: 800px;
  display: none;
  @media screen and (max-width: 1024px) {
    width: 100%;
    left: auto;
    position: relative;
  }
  .e-con-inner {
    @media screen and (min-width: 1199px) {
      display: flex;
      flex-direction: row !important;
    }
  }
  .e-con-inner > .elementor-element:first-child {
    @media screen and (min-width: 1199px) {
      border-bottom: none;
      border-right: 2px solid #000;
      padding-right: 30px;
      flex: 0 0 60%;
    }
  }
  .e-con-inner > .elementor-element p {
    font-size: 13px !important;
  }
}

.item-with-mega-menu {
  position: relative;
}

.banner-slider {
  .post-inner:after {
    background: transparent !important;
  }
  .htslider-desc {
    p {
      color: #fff !important;
    }
  }
  .post-btn {
    text-align: right;
  }
}

.main-banner {
  position: relative;
  min-height: calc(100vh - 125px);
  @media screen and (max-width: 1024px) {
    min-height: inherit;
  }
  .abs-hero-slider {
    width: 600px !important;
    top: -140px !important;
    z-index: 1;
    min-height: calc(100% + 140px);
    box-shadow: 10px 0px 33px -6px rgba(0, 0, 0, 0.75);
    bottom: 0;
    @media screen and (max-width: 1600px) {
      width: 500px !important;
    }
    @media screen and (max-width: 1024px) {
      position: static !important;
      width: 100% !important;
      min-height: inherit;
      box-shadow: none;
    }
    .content {
      align-items: flex-start !important;
      padding: 0 !important;
    }
  }
  .htslider-item-img.single-slide-item.htslider-single-post-slide {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .ehf-header #masthead {
    z-index: 999;
  }
}

/* Ensure parent is centered */
.rotating-circle {
  @media screen and (max-width: 1024px) {
    overflow: hidden;
  }
}
.rotating-circle .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Rotation */
.rotating-circle img {
  transform-origin: center center;
  animation: rotate 30s linear infinite; /* adjust speed as needed */
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) translate(7px, -9px);
  }
  25% {
    transform: rotate(90deg) translate(11px, -19px);
  }
  50% {
    transform: rotate(180deg) translate(3px, -24px);
  }
  75% {
    transform: rotate(270deg) translate(-4px, -17px);
  }
  100% {
    transform: rotate(360deg) translate(5px, -10px);
  }
}

/* Mobile-specific overrides */
@media (max-width: 768px) {
  @keyframes spin {
    0% {
      transform: rotate(0deg) translate(4px, -4px);
    }
    25% {
      transform: rotate(90deg) translate(6px, -8px);
    }
    50% {
      transform: rotate(180deg) translate(2px, -10px);
    }
    75% {
      transform: rotate(270deg) translate(-3px, -6px);
    }
    100% {
      transform: rotate(360deg) translate(4px, -4px);
    }
  }
}

.rotating-circle-slow img {
  animation: rotate 60s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.position-relative {
  position: relative;
}
.height-100 {
  height: 100%;
  @media screen and (max-width: 1024px) {
    align-items: center;
    justify-content: center;
    min-height: inherit;
  }
}

.center-abs-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-images-list {
  width: 383px;
  position: absolute;
  top: 0;
  right: 15%;
  padding: 40px 30px 30px;
  @media screen and (max-width: 1600px) {
    right: 5%;
  }
  @media screen and (max-width: 1024px) {
    width: 100%;
    position: static;
    flex-direction: row !important;
    flex-wrap: wrap;

    .elementor-element {
      flex: 0 0 46%;
      max-width: 46% !important;
    }
  }
}

.circle-images-list img {
  animation: infinityPath 10s ease-in-out infinite;
  display: inline-block;
  position: relative;
  transform-origin: center;
}

.circle-images-list a {
  transition: all 0.3s ease-in-out;
}
.circle-images-list a:hover {
  transform: scale(1.1);
}

/* Infinity-style motion with gentle skew */
@keyframes infinityPath {
  0% {
    transform: translate(0, 0) skew(0deg, 0deg);
  }
  25% {
    transform: translate(3px, -3px) skew(1.5deg, -1.5deg);
  }
  50% {
    transform: translate(3px, 3px) skew(-1.5deg, 1.5deg);
  }
  75% {
    transform: translate(-3px, -3px) skew(1deg, -1deg);
  }
  100% {
    transform: translate(0, 0) skew(0deg, 0deg);
  }
}

/* Different timings for each image */
.circle-images-list .elementor-element:nth-child(1) img {
  animation-delay: 0s;
}
.circle-images-list .elementor-element:nth-child(2) img {
  animation-delay: 1s;
}
.circle-images-list .elementor-element:nth-child(3) img {
  animation-delay: 4s;
}
.circle-images-list .elementor-element:nth-child(4) img {
  animation-delay: 2s;
}
.circle-images-list .elementor-element:nth-child(5) img {
  animation-delay: 1s;
}
.circle-images-list .elementor-element:nth-child(6) img {
  animation-delay: 2s;
}
.circle-images-list .elementor-element:nth-child(7) img {
  animation-delay: 3s;
}

.title-underline,
.styled-underline .elementor-heading-title {
  display: inline-block;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #ff02fc 11%, #ffc805 100%);
  }
}

.why-choose-us-intro {
  overflow: hidden;
  h1 {
    display: inline-block;
  }
}

.shadow-column {
  box-shadow: 32px 0px 37px -20px rgba(0, 0, 0, 0.75);
  @media screen and (max-width: 1024px) {
    box-shadow: none;
  }
}

.vision-mission {
  .shadow-column {
    box-shadow: 32px 0px 37px -20px rgba(0, 0, 0, 1);
    @media screen and (max-width: 1024px) {
      box-shadow: none;
    }
  }
}

.bg-left {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 10000px;
    height: 100%;
    background: #0a1d3f;
  }
}

.text-verticle {
  margin-bottom: 20px;
  @media screen and (min-width: 768px) {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
    padding-bottom: 9px;
    margin-bottom: 0;
  }
}

.elementor-icon-list-item.hovered .elementor-icon-list-icon{
	margin-left:10px
}

.elementor-icon-list-icon {
  transition: margin-left 0.4s ease;
}
