/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.7
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/
/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.valuem {
    margin-bottom: 20px;
}
.luckywheel-img {
    min-height: 250px;
    object-fit: cover;
}
a[data-title="luckywheel"] {
  opacity: 0 !important;
}
.nothsouth {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.nothsouth > .titlecontact {
  min-width: 66px;
  flex: 1;
  background-color: rgba(96,67,49,0.5);
  color: #fff;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
}
.iti {
  width: 100%;
  margin-bottom: 15px;
}
.feedback-slider-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 50px; /* space for buttons */
    position: relative;
  }
  .feedback-slider-wrapper {
    overflow: hidden;
  }
.feedback-slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.feedback-slide {
  flex: 0 0 33.3333%;
  padding: 0 10px;
  box-sizing: border-box;
}
  .feedback-testimonial {
    border-radius: 4px;
    padding: 10px 0;
    text-align: left;
  }
  .feedback-source {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .feedback-header {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  .feedback-avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #532ea0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    flex-shrink: 0;
  }
  .feedback-avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .feedback-name {
    font-weight: 700;
    font-size: 14px;
    margin-left: 12px;
    white-space: nowrap;
  }
  .feedback-stars {
    margin-bottom: 6px;
  }
  .feedback-stars i {
    color: #facc15;
    margin-right: 2px;
    font-size: 14px;
  }
  .feedback-text-container {
    max-width: 230px;
    position: relative;
  }
  .feedback-text {
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* limit to 3 lines */
    -webkit-box-orient: vertical;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    max-height: 4.5em; /* 3 lines * 1.5 line-height */
    opacity: 1;
  }
  .feedback-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    max-height: 1000px;
  }
  .feedback-read-more, .feedback-hide-btn {
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    user-select: none;
    color: #1a2a44;
    display: inline-block;
    transition: color 0.3s ease;
    margin-top: 4px;
  }
  .feedback-read-more:hover, .feedback-hide-btn:hover {
    color: #532ea0;
  }
  .feedback-hide-btn {
    display: none;
  }
  .feedback-hide-btn.show {
    display: inline-block;
  }
  /* Arrow buttons */
  .feedback-arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #1a2a44;
    border-radius: 50%;
    background: white;
    color: #1a2a44;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feedback-arrow-btn:hover {
        background-color: #125791;
    color: #fff;
    border-color: #125791;  }
  #feedback-prevBtn {
    left: 10px;
  }
  #feedback-nextBtn {
    right: 10px;
  }
  /* Responsive */
  @media (max-width: 900px) {
  .feedback-slide {
    flex: 0 0 50%;
  }
    .feedback-text-container {
      max-width: 100%;
    }
  }
  @media (max-width: 600px) {
  .feedback-slide {
    flex: 0 0 100%;
  }
    .feedback-text-container {
      max-width: 100%;
    }
  }
/**
 * !MFP Popup
 * 
*/ 
.mfp-container .mfp-content {
  border-radius: 24px;
  padding: 30px 24px !important;
}
.mfp-container .wpcf7-form-control {
  border-radius: 6px;
}
.contact__submit .wpcf7-form-submit {
    width: 230px !important;
    height: 50px;
    padding: 0;
    margin: 0;
    opacity: 0 !important;
}
.elementor-section {
    position: relative;
}
.contact__submit>p {
  background-image: linear-gradient(to right, #ff572a, #f75d0a, #ff8f52);
  border-radius: 12px;
  width: 230px;
  margin: 0 auto !important;
}
.contact__submit>p:hover {
  background-image: linear-gradient(to right, #ff572a, #f75d0a, #ff0000);
}
.elementor-custom-embed-play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contact__image {
  margin-bottom: 15px;
}
.contact__image img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.themify-popup .box-item p {
  margin: 0;
}
a.register-now {
  background-image: linear-gradient(to right, #ff572a, #f75d0a, #ff8f52);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
/**
 * MFP Popup!
 * 
*/ 
/**
 * !Keyframes Scrolling
 * 
*/ 
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.cardfiller {
  min-width: 300px;
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cardfiller img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.cardfiller__content {
  padding: 12px 12px 20px 12px;
}
.cardfiller__content .btn-group >button {
  flex: 1;
  padding-inline: 0;
}
.carouselfiller {
    margin: 0 auto;
    padding: 20px 0 30px 0;
    overflow: hidden;
    display: flex
}
.carouselfiller:not(.basic)>* {
    flex: 0 0 100%
}
.carouselfiller.animated:hover .groupfiller {
    animation-play-state: paused
}
.groupfiller {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    will-change: transform
}
.groupfiller.animated {
    animation: scrolling 40s linear infinite
}
/**
 * Keyframes Scrolling!
 * 
*/
/**
 * !Screen3
 * 
*/
.screen3__container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-left: 150px;
}
.screen3__item {
  display: flex;
  align-items: center;
  transition: transform 0.4s ease-in-out;
}
span.screen3__desc {
  font-size: 20px;
  color: #003a93;
  font-weight: 700;
}
.screen3__item:hover {
  transform: scale(1.5);
}
.screen3__item:hover .screen3__desc {
  color: #f75d0a;
}
.title-sub-tritham {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(90deg, #003c77, #0099ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.btn-group a.btn-book {
    font-size: 13px;
    border-radius: 5px;
    background-color: #f75d0a;
    color: #fff;
    margin: 0;
    flex: 1;
    padding-inline: 0;
    letter-spacing: .03em;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**
 * Screen3!
 * 
*/
.hover-filler .col-inner {
  border-radius: 12px;
  overflow: hidden;
}
.hover-filler .img-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    height: 50%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to top, #003c77 0%, rgb(22 76 129 / 0%) 100%);
}
.hover-filler .img-inner:hover:before {
  opacity: 1;	
  background-image: none;
}
.hover-filler .img-inner img {
 transition: transform 0.4s ease-in-out;
}
.hover-filler .img-inner:hover img {
    transform: scale(1.5);
}
.hover-filler .img-inner:after {
    position: absolute;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    bottom: 0;
    z-index: 1;
}
.hover-filler-1 .img-inner:after {
    content: "Wrinkles around the eyes";
}
.hover-filler-2 .img-inner:after {
    content: "Smile line wrinkles (nasolabial folds)";
}
.hover-filler-3 .img-inner:after {
    content: "Lifting sagging skin";
}
.hover-filler-4 .img-inner:after {
    content: "Volume loss in certain areas";
}
.hover-filler-5 .img-inner:after {
    content: "Wrinkled, dull skin";
}
/**
* !Flip Box
*/
.flip-box-grid {
      display:grid;
      gap: 0;
      grid-template-columns: repeat(6,1fr);
    }
    .flip-box {
      background-color: transparent;
      height: 450px;
      perspective: 1000px;
    }
    .flip-box-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d;
    }
    .flip-box:hover .flip-box-inner {
      transform: rotateY(180deg);
    }
    .flip-box-front,
    .flip-box-back {
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 20px;
      font-weight: 700;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .flip-box-front {
      background-color: #bbb;
      color: black;
    }
    .flip-box-front::before {
      content: "Before";
      position: absolute;
      left: 5px;
      top: 5px;
      font-size: 20px;
      font-weight: bold;
      background: linear-gradient(90deg, #003c77, #0099ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase;
    }
    .flip-box-back::after {
      content: "After";
      position: absolute;
      left: 5px;
      top: 5px;
      font-size: 20px;
      font-weight: bold;
      background: linear-gradient(90deg, #003c77, #0099ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase;
    }
    .flip-box-back {
      background-color: dodgerblue;
      transform: rotateY(180deg);
    }
    .flip-box-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/**
* Flip Box!
*/
.caption__tech .grid-col .img .caption {
    text-align: center;
    display: flex;
    align-items: end;
    background-color: transparent;
    background-image: linear-gradient(to top, #003c77 0%, rgb(22 76 129 / 0%) 100%);
    padding-bottom: 20px !important;
    font-weight: 700;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 50%;
}
.caption__tech .grid-col .img:hover .caption {
   transform: translateY(100%);
}
.section-content-mobile {
   row-gap: 30px;
}
@media (max-width: 1023.9px) {
  .btn-group {
    flex-wrap: wrap;
   }
   .btn-group >button, .btn-group > a {
    min-width: 100%;
    height: 40px;
   }
   .btn-group >br {
     display: none;
   }
   .flip-box-grid {
    grid-template-columns: repeat(3, 1fr);
   }
}
@media (max-width: 768.9px) {
    .flip-box-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
