/*
Theme Name:   Wellness & Aesthetics Technology
Description:  Child theme for Hello Elementor
Template:     hello-elementor
Author:       Fantastic Media
Version:      1.0.0
Text Domain:  hello-elementor-child
*/


.blur-bg {
   backdrop-filter: blur(11.4px);
   -webkit-backdrop-filter: blur(11.4px);
}

.btn-video .elementor-button-icon {
   fill: var(--e-global-color-accent);
   font-size: 160%;
   top: -5px;
   position: relative;
}

.btn-post-arrow .elementor-button-icon {
   transform: rotate(-45deg);
   fill: var(--e-global-color-primary);
   font-size: 110%;
}

.elementor-field-group .elementor-select-wrapper select {
   background-color: var(--e-global-color-accent) !important;
   border-color: var(--e-global-color-accent);
}


/* .e-n-menu-content:has(> .fit-content-dropdown) {
   background: transparent !important;
   box-shadow: none !important;
   border: none !important;
   padding: 0 !important;
   align-items: flex-end;
   pointer-events: none;
}

.fit-content-dropdown {
   width: max-content !important;
   max-width: 280px;
   flex: 0 0 auto !important;
   pointer-events: auto;
   margin-left: auto !important;
   margin-right: 220px !important;
   background: #ffffff;
   padding: 16px 24px !important;
   border-radius: 6px;
} */


/* Anchor About dropdown to its li */
ul.e-n-menu-heading li.e-n-menu-item:has(> div.e-n-menu-title #e-n-menu-dropdown-icon-1086) {
   position: relative !important;
}

/* Fix the wrapper panel position */
ul.e-n-menu-heading li.e-n-menu-item:has(> div.e-n-menu-title #e-n-menu-dropdown-icon-1086)>.e-n-menu-content {
   left: 0 !important;
   right: auto !important;
   width: 100% !important;
   min-width: 180px;
}


.home-product-carousel .swiper-pagination-bullet {
   border: 2px solid var(--e-global-color-accent);
   opacity: 1;
   background: transparent !important;
}

.home-product-carousel .swiper-pagination-bullet:hover,
.home-product-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background: var(--e-global-color-primary) !important;
}

.product-banner-main {
   padding: 10px;
   padding-inline: 0;
}

.product-banner {
   min-height: 500px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   position: relative;
   box-shadow: 0px 4px 6.3px 0px rgba(1.9999999999999907, 24.000000000000007, 81, 0.3);
   border-radius: 5px;
}

.product-banner:before {
   background-image: linear-gradient(-90deg, #46232300 45%, #272346 92%);
   background-color: transparent;
   opacity: 0.9;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: block;
   content: '';
   border-radius: 5px;
}

.single-product .container {
   width: 100%;
   max-width: 1588px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
   z-index: 10;
}

.product-banner h1,
.ps-card__title {
   color: var(--e-global-color-4051a16);
   background-image: url('assets/images/site-icon.svg');
   background-repeat: no-repeat;
   background-position: center left;
   padding-left: 40px;
}

.product-banner-title {
   color: var(--e-global-color-accent);
   font-size: 20px;
   text-transform: uppercase;
   letter-spacing: 10%;
   font-family: "Sen", Sans-serif;
   margin: 30px 0 20px;
}

.product-banner h2 {
   color: var(--e-global-color-4051a16);
   font-weight: 500;
   font-size: 32px;
   font-family: "Sen", Sans-serif;
   width: 100%;
   max-width: 870px;
}

.product-banner-wrap {
   padding-top: 50px;
   padding-bottom: 20px;
}

.product-banner-container {
   height: 38vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.product-tabs {
   display: flex;
   gap: 15px;
   justify-content: space-evenly;
   text-align: center;
}

.product-tabs .product-tab {
   transition: all ease-in-out 0.3s;
   border-radius: 5px;
   box-sizing: border-box;
   padding: 15px;
   background-color: var(--e-global-color-4051a16);
   color: var(--e-global-color-0bbe8a4);
   display: block;
   width: 100%;
   border: 1px solid var(--e-global-color-accent);
   font-family: var(--e-global-typography-accent-font-family), Sans-serif;
   font-weight: var(--e-global-typography-accent-font-weight);
   display: flex;
   align-items: center;
   justify-content: center;
}

.product-tabs .product-tab.active,
.product-tabs .product-tab:hover {
   background-color: var(--e-global-color-a6cfbd6);
   color: var(--e-global-color-4051a16);
}

.product-tab-mobile {
   display: none;
}

.custom-table {
   width: 100%;
   table-layout: fixed;
}

.custom-table,
.custom-table td,
.custom-table th {
   border: none !important;
   background: transparent !important;
}

.custom-table td,
.custom-table th {
   padding: 20px;
}

.cs-width-table tr td:first-child {
   width: 200px;
}

.cs-width-table .custom-table {
   table-layout: auto;
}

.cta-ice .elementor-cta__title {
   position: relative;
   padding-bottom: 20px;
}

.cta-ice .elementor-cta__title:after {
   background-color: var(--e-global-color-accent);
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 200px;
   height: 1px;
}

.ice-dimension-list .elementor-icon-list-items .elementor-icon-list-item {
   background-color: #fff;
   padding: 15px 20px !important;
   min-height: 77px;
}

.ice-dimension-list .elementor-icon-list-items .elementor-icon-list-item:nth-of-type(even) {
   background-color: rgba(199, 178, 153, 0.1);
}

.finish-box .elementor-flip-box__front .elementor-icon-wrapper {
   display: none;
}

.finish-box .elementor-flip-box__front {
   display: flex;
   align-items: end;
}

.finish-box .elementor-flip-box__front .elementor-flip-box__layer__overlay {
   height: auto;
   border-top-left-radius: 0 !important;
   border-top-right-radius: 0 !important;
}

.finish-box .elementor-flip-box__back .elementor-flip-box__layer__title {
   position: relative;
   padding-bottom: 10px;
}

.finish-box .elementor-flip-box__back .elementor-flip-box__layer__title:after {
   background-color: rgba(186, 168, 116, 1);
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 200px;
   height: 2px;
}

.finish-box .elementor-flip-box__back ul {
   margin-top: 15px;
}

.finish-box .elementor-flip-box__back li {
   color: rgba(186, 168, 116, 1);
}

.spec-float thead tr th:last-child {
   width: 155px;
}

.faq-accordion .e-n-accordion-item {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.faq-accordion .e-n-accordion-item-title {
   transition: all ease-in-out 0.3s;
}

.faq-accordion .e-n-accordion-item-title-icon {
   transition: all ease-in-out 0.3s;
   transform: rotate(-45deg);
}

.faq-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon {
   transform: none;
}

.faq-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
   transform: rotate(45deg);
}


.team-inner-wrap .e-con-inner {
   transform: translateY(40px);
   transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.e-loop-item:hover .team-inner-wrap .e-con-inner {
   transform: translateY(0);
}

.team-inner-wrap {
   border-bottom-left-radius: 12px !important;
   border-bottom-right-radius: 12px !important;
}

.e-loop-item:hover .team-inner-wrap {
   border-top-left-radius: 12px !important;
   border-top-right-radius: 12px !important;
}

.leaflet-marker-icon {
   background-size: contain !important;
   background-repeat: no-repeat !important;
   background-position: center !important;
   background-color: transparent !important;
   border: none !important;
   width: 36px !important;
   height: 36px !important;
}

.mapp-main {
   gap: 30px;
}

.mapp-layout {
   border: none;
}

.mapp-sidebar {
   background-color: transparent;
   border: none;
}

.mapp-sidebar-toggle,
.mapp-list .mapp-item .mapp-icon,
.mapp-ib-content .mapp-data .mapp-data-place,
.mapp-ib-content .mapp-data .mapp-data-shortdescription .mapp-label {
   display: none;
}

.mapp-list .mapp-item {
   background: #fff;
   border: none;
   margin-bottom: 22px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
   border-radius: 5px;
   padding: 21px 20px;
   position: relative;
   transition: all ease-in-out 0.3s;
}

.mapp-list .mapp-item:hover,
.mapp-list .mapp-item.mapp-selected {
   background-color: #C7B2992E;
}

.mapp-list .mapp-item:last-child {
   margin-bottom: 0;
}

.mapp-list .mapp-item:after {
   content: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c7b299' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
   display: block;
   width: 16px;
   height: 16px;
   transition: all ease-in-out 0.3s;
   transform: rotate(-45deg);
}

.mapp-list .mapp-item:hover::after,
.mapp-list .mapp-item.mapp-selected:after {
   transform: rotate(45deg);
}

.mapp-list .mapp-title {
   font-family: var(--e-global-typography-primary-font-family), Sans-serif;
   font-size: 16px;
   color: var(--e-global-color-primary);
   text-transform: uppercase;
}

.mapp-sidebar.mapp-sidebar-open {
   width: 394px;
}

.mapp-canvas-panel {
   border-radius: 5px;
}

.mapp-ib-content * {
   font-family: var(--e-global-typography-primary-font-family), Sans-serif;
   color: var(--e-global-color-primary);
}

.mapp-ib .mapp-iw * {
   font-size: 15px;
   /* color: ; */
}

.mapp-ib-content .mapp-data .mapp-data-shortdescription .mapp-cell {
   padding-left: 0;
}

.mapp-ib-content .mapp-thumbnail {
   width: 100%;
   max-width: 200px;
}

.mapp-iw.mapp-thumb-left .mapp-info,
.mapp-iw.mapp-thumb-right .mapp-info {
   max-width: 300px;
   min-width: 300px;
}

.mapp-ib-content .mapp-thumbnail img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.mapp-iw a,
.mapp-iw a:link,
.mapp-iw a:active,
.mapp-iw a:visited,
.mapp-iw a:hover,
.mapp-iw .mapp-dir {
   color: var(--e-global-color-accent) !important;
}

/* Insight Archive */

.insights-archive {
   background-color: #FBF9F5 !important;
}

.insights-banner-wrap {
   position: absolute;
   z-index: 1;
}

.insight-banner h1 {
   min-height: 60px;
   font-size: 32px !important;
   display: flex;
   align-items: center;
   justify-content: start;
   margin-left: 30px;
}

.insight-banner .container {
   padding-left: 24px
}



@media (max-width: 1440px) {
   .fit-content-dropdown {
      margin-right: 160px !important;
   }
}


@media (max-width: 1366px) {
   .fit-content-dropdown {
      padding: 0 !important;
   }

   .e-n-menu-content .dropdown-container-about .e-con-inner {
      margin: 0 !important;
   }
}

@media (max-width: 1024px) {
   .cs-width-table .custom-table {
      table-layout: fixed;
   }

   .ice-dimension-list .elementor-icon-list-items .elementor-icon-list-item {
      min-height: 63px;
   }

   .mapp-sidebar.mapp-sidebar-open {
      width: 315px;
   }
}

@media (max-width: 806px) {
   .mapp-view-list {
      display: none;
   }
}

@media (max-width: 767px) {
   .insight-banner {
      padding-bottom: 50px !important;
   }

   .inner-banner:before {
      background-image: linear-gradient(-180deg, #46232300 45%, #272346 92%) !important;
   }

   .ft-menu ul {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
   }

   .ft-menu ul .elementor-icon-list-item {
      width: auto;
      flex: 0 0 auto;
   }

   .diff-img:before {
      content: "";
      background-color: rgba(39, 35, 70, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
   }

   .news-small-loop {
      height: auto !important;
      position: static !important;
   }

   .product-banner {
      display: flex;
      align-items: end;
      padding-bottom: 20px;
   }

   .product--527 .product-banner {
      background-position: bottom right;
   }

   .product-banner:before {
      background-image: linear-gradient(-180deg, #46232300 35%, #272346 75%);
   }

   .product-banner-title {
      margin: 25px 0 15px;
   }

   .product-banner-container {
      height: 100%;
   }

   .product-banner h2 {
      font-size: 28px !important;
   }

   .product-banner-wrap {
      padding-bottom: 0;
   }

   .product-tabs--desktop {
      display: none;
   }

   .product-tab-mobile {
      display: block;
      padding: 20px 0 40px;
   }

   .product-tab-mobile .product-tabs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
   }

   .product-tabs .product-tab {
      border-color: var(--e-global-color-accent);
   }

   .inner-banner-text {
      color: #fff !important;
   }

   .insight-banner h1 {
      margin-left: 5px;
   }

}


@media (max-width: 500px) {
   .product--593 .product-banner {
      background-size: 1110px 500px;
      background-position: -415px center;
   }

   .cta-ice .elementor-cta__content {
      min-height: 360px !important;
   }

   .cta-ice .elementor-cta__bg {
      background-position: center 0;
   }

   .product-banner-main {
      padding-inline: 0;
   }

   .mapp-iw.mapp-thumb-left .mapp-info,
   .mapp-iw.mapp-thumb-right .mapp-info {
      max-width: 100%;
      min-width: 100%;
      min-height: 180px;
   }

   .mapp-iw.mapp-thumb-left {
      flex-direction: column;
   }

   .mapp-ib-content .mapp-thumbnail {
      max-width: 100%;
   }
}