/**
 * PLS Emu Featured Services Styles
 * Converted from Emu HTML template
 */

/*===== Featured Section =====*/
.pls-emu-featured-section {
  position: relative;
  padding: 128px 0px;
}

/* Bubble Dotted Animation */
.pls-emu-featured-section .bubble-dotted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.pls-emu-featured-section .bubble-dotted .dotted {
  position: absolute;
  border-radius: 50%;
}

/* Bubble Gradient Colors - Purple (Default) */
.pls-emu-featured-section.bubble-purple .bubble-dotted .dotted,
.bubble-purple .bubble-dotted .dotted {
  background: rgba(134, 46, 241, 0.2) !important;
}

/* Bubble Gradient Colors - Blue */
.pls-emu-featured-section.bubble-blue .bubble-dotted .dotted,
.bubble-blue .bubble-dotted .dotted {
  background: rgba(4, 61, 164, 0.2) !important;
}

/* Bubble Gradient Colors - Pink */
.pls-emu-featured-section.bubble-pink .bubble-dotted .dotted,
.bubble-pink .bubble-dotted .dotted {
  background: rgba(254, 21, 97, 0.2) !important;
}

/* Bubble Gradient Colors - Orange */
.pls-emu-featured-section.bubble-orange .bubble-dotted .dotted,
.bubble-orange .bubble-dotted .dotted {
  background: rgba(255, 96, 14, 0.2) !important;
}

/* Bubble Gradient Colors - Green */
.pls-emu-featured-section.bubble-green .bubble-dotted .dotted,
.bubble-green .bubble-dotted .dotted {
  background: rgba(26, 189, 9, 0.2) !important;
}

/* Bubble Custom Gradient Mode */
.pls-emu-featured-section.bubble-custom .bubble-dotted .dotted,
.bubble-custom .bubble-dotted .dotted {
  background: linear-gradient(135deg, var(--pls-bubble-custom-1, #862ef1), var(--pls-bubble-custom-2, #053da5)) !important;
  opacity: 0.3;
}

/* Bubble Random Mode - Individual bubbles can have inline styles */
.pls-emu-featured-section.bubble-random .bubble-dotted .dotted,
.bubble-random .bubble-dotted .dotted {
  opacity: 0.3;
}

.pls-emu-featured-section .bubble-dotted .dotted-1 {
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  -webkit-animation: pls_animate_bubble 15s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 15s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-2 {
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  -webkit-animation: pls_animate_bubble 10s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
  animation: pls_animate_bubble 10s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-3 {
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  -webkit-animation: pls_animate_bubble 18s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 18s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-4 {
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  -webkit-animation: pls_animate_bubble 12s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
  animation: pls_animate_bubble 12s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-5 {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-animation: pls_animate_bubble 19s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
  animation: pls_animate_bubble 19s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-6 {
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  -webkit-animation: pls_animate_bubble 11s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 11s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-7 {
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  -webkit-animation: pls_animate_bubble 10s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 10s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-8 {
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  -webkit-animation: pls_animate_bubble 12s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
  animation: pls_animate_bubble 12s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-9 {
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  -webkit-animation: pls_animate_bubble 19s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
  animation: pls_animate_bubble 19s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-10 {
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  -webkit-animation: pls_animate_bubble 16s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 16s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

/* Additional Bubbles (11-20) for dynamic count */
.pls-emu-featured-section .bubble-dotted .dotted-11 {
  width: 10px;
  height: 10px;
  left: 15%;
  top: 20%;
  -webkit-animation: pls_animate_bubble 14s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
  animation: pls_animate_bubble 14s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-12 {
  width: 8px;
  height: 8px;
  left: 25%;
  top: 60%;
  -webkit-animation: pls_animate_bubble 17s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 17s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-13 {
  width: 14px;
  height: 14px;
  left: 55%;
  top: 15%;
  -webkit-animation: pls_animate_bubble 13s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
  animation: pls_animate_bubble 13s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-14 {
  width: 6px;
  height: 6px;
  left: 40%;
  top: 80%;
  -webkit-animation: pls_animate_bubble 20s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
  animation: pls_animate_bubble 20s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-15 {
  width: 11px;
  height: 11px;
  left: 75%;
  top: 45%;
  -webkit-animation: pls_animate_bubble 11s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 11s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-16 {
  width: 9px;
  height: 9px;
  left: 5%;
  top: 75%;
  -webkit-animation: pls_animate_bubble 18s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
  animation: pls_animate_bubble 18s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-17 {
  width: 13px;
  height: 13px;
  left: 35%;
  top: 35%;
  -webkit-animation: pls_animate_bubble 15s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 15s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-18 {
  width: 7px;
  height: 7px;
  left: 60%;
  top: 65%;
  -webkit-animation: pls_animate_bubble 12s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
  animation: pls_animate_bubble 12s linear infinite, pls_side_ways 4s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-19 {
  width: 10px;
  height: 10px;
  left: 88%;
  top: 25%;
  -webkit-animation: pls_animate_bubble 19s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
  animation: pls_animate_bubble 19s linear infinite, pls_side_ways 3s ease-in-out infinite alternate;
}

.pls-emu-featured-section .bubble-dotted .dotted-20 {
  width: 8px;
  height: 8px;
  left: 45%;
  top: 50%;
  -webkit-animation: pls_animate_bubble 16s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
  animation: pls_animate_bubble 16s linear infinite, pls_side_ways 2s ease-in-out infinite alternate;
}

/* Section Title */
.pls-emu-featured-section .sec-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.pls-emu-featured-section .sec-title.centred {
  text-align: center;
}

.pls-emu-featured-section .sec-title .title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: var(--pls-title-small-color, var(--pls-primary-color, #862ef1)) !important;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.pls-emu-featured-section .sec-title .title .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(90deg, var(--pls-gradient-1, #d306b8), var(--pls-gradient-2, #fd1563) 50%, var(--pls-gradient-1, #d306b8)) var(--pls-gradient-pos, 0) / 200%;
  margin-right: 10px;
  font-size: 14px;
}

.pls-emu-featured-section .sec-title .title .icon-wrap i,
.pls-emu-featured-section .sec-title .title .icon-wrap svg {
  color: #fff;
  fill: #fff;
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.pls-emu-featured-section .sec-title h3 {
  position: relative;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: var(--pls-title-big-color, #161616) !important;
  margin-bottom: 14px;
}

.pls-emu-featured-section .sec-title h3 .highlight {
  color: var(--pls-title-highlight-color, var(--pls-primary-color, #862ef1)) !important;
}

.pls-emu-featured-section .sec-title p {
  line-height: 30px;
  color: #666;
}

/* Feature Block One */
.pls-emu-featured-section .feature-block-one {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
  border-radius: 15px;
  padding: 65px 15px 55px 15px;
  text-align: center;
  transition: all 500ms ease;
}

/* Icon Box */
.pls-emu-featured-section .feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(4, 61, 164, 0.3);
  transition: all 500ms ease;
  background: var(--pls-featured-icon-bg, #043da4);
  box-shadow: 0 10px 20px var(--pls-featured-icon-shadow, rgba(4, 61, 164, 0.3));
}

/* Icon Box before - highlight effect */
.pls-emu-featured-section .feature-block-one .inner-box .icon-box:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  left: 40px;
  top: 30px;
  right: 0px;
  box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

/* Position based colors */
.pls-emu-featured-section .feature-block-one.pos-1 .inner-box .icon-box {
  background: #043da4;
  box-shadow: 0 10px 20px rgba(4, 61, 164, 0.3);
}

.pls-emu-featured-section .feature-block-one.pos-2 .inner-box .icon-box {
  background: #ff600e;
  box-shadow: 0 10px 20px rgba(255, 96, 14, 0.3);
}

.pls-emu-featured-section .feature-block-one.pos-3 .inner-box .icon-box {
  background: #fe1561;
  box-shadow: 0 10px 20px rgba(254, 21, 97, 0.3);
}

.pls-emu-featured-section .feature-block-one.pos-4 .inner-box .icon-box {
  background: #1abd09;
  box-shadow: 0 10px 20px rgba(26, 189, 9, 0.3);
}

.pls-emu-featured-section .feature-block-one .inner-box .icon-box img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}

/* Typography */
.pls-emu-featured-section .feature-block-one .inner-box .text {
  position: relative;
  margin-bottom: 13px;
}

.pls-emu-featured-section .feature-block-one .inner-box .text p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.pls-emu-featured-section .feature-block-one .inner-box h4 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pls-emu-featured-section .feature-block-one .inner-box h4 a {
  color: #161616;
  text-decoration: none;
  transition: all 300ms ease;
}

.pls-emu-featured-section .feature-block-one .inner-box h4 a:hover {
  color: var(--pls-primary-color, #862ef1);
}

/* Link Button */
.pls-emu-featured-section .feature-block-one .inner-box .link {
  position: relative;
  transform: scale(0, 0);
  opacity: 0;
  transition: all 500ms ease;
}

.pls-emu-featured-section .feature-block-one:hover .inner-box .link {
  transform: scale(1, 1);
  opacity: 1;
}

.pls-emu-featured-section .feature-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(90deg, var(--pls-gradient-1, #862ef1), var(--pls-gradient-2, #053da5) 50%, var(--pls-gradient-1, #862ef1)) var(--pls-gradient-pos, 0) / 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pls-emu-featured-section .feature-block-one .inner-box .link a i {
  position: relative;
  margin-left: 8px;
  top: 1px;
  left: 0px;
  transition: all 500ms ease;
}

.pls-emu-featured-section .feature-block-one .inner-box .link a:hover i {
  left: 10px;
}

/* Hover Effects - Before pseudo element on feature-block-one */
.pls-emu-featured-section .feature-block-one:before {
  content: '';
  width: 273px;
  height: 273px;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -2px;
  transform: scale(0);
  transition: all 500ms ease;
  background: rgba(216, 88, 245, 0.1);
  z-index: -2;
}

.pls-emu-featured-section .feature-block-one:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.pls-emu-featured-section .feature-block-one:hover {
  border-color: transparent;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

/* Hover Content */
.pls-emu-featured-section .feature-block-one .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
  border-radius: 15px;
  overflow: hidden;
}

.pls-emu-featured-section .feature-block-one:hover .hover-content {
  opacity: 1;
}

/* hover-content:before - larger circle */
.pls-emu-featured-section .feature-block-one .hover-content:before {
  content: '';
  width: 493px;
  height: 493px;
  border-radius: 50%;
  position: absolute;
  top: -300px;
  left: -120px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 500ms ease;
  background: rgba(216, 88, 245, 0.1);
}

.pls-emu-featured-section .feature-block-one:hover .hover-content:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}

/* hover-content:after - largest circle */
.pls-emu-featured-section .feature-block-one .hover-content:after {
  content: '';
  width: 602px;
  height: 602px;
  border-radius: 50%;
  position: absolute;
  top: -350px;
  left: -180px;
  z-index: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 500ms ease;
  background: rgba(164, 97, 232, 0.1);
}

.pls-emu-featured-section .feature-block-one:hover .hover-content:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}

/* Tab Buttons */
.pls-emu-featured-section.has-tabs .tab-btn-box {
  position: relative;
  max-width: 570px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}

.pls-emu-featured-section.has-tabs .tab-btns {
  position: relative;
  display: inline-flex;
  background: #fff;
  height: 20px;
  border: 2px solid #e7eaf3;
  border-radius: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pls-emu-featured-section.has-tabs .tab-btns li {
  position: relative;
  width: 282px;
  border-radius: 30px;
  margin: 0;
  height: 16px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pls-emu-featured-section.has-tabs .tab-btns li:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  content: "";
  right: -100%;
  transition: all 600ms ease;
  background: linear-gradient(90deg, var(--pls-gradient-1, #862ef1), var(--pls-gradient-2, #053da5) 50%, var(--pls-gradient-1, #862ef1)) var(--pls-gradient-pos, 0) / 200%;
  opacity: 0;
}

.pls-emu-featured-section.has-tabs .tab-btns li.active-btn:before {
  opacity: 1;
  right: 0;
}

.pls-emu-featured-section.has-tabs .tab-btns li:last-child:before {
  display: none;
}

.pls-emu-featured-section.has-tabs .tabs-content .tab {
  display: none;
}

.pls-emu-featured-section.has-tabs .tabs-content .tab.active-tab {
  display: block;
}

/*===== Keyframes Animations =====*/

/* Bubble Animation */
@-webkit-keyframes pls_animate_bubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}

@keyframes pls_animate_bubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}

/* SideWays Animation */
@-webkit-keyframes pls_side_ways {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}

@keyframes pls_side_ways {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}

/*===== Responsive Styles =====*/

@media only screen and (max-width: 991px) {
  .pls-emu-featured-section {
    padding: 70px 0px;
  }

  .pls-emu-featured-section .sec-title h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .pls-emu-featured-section .feature-block-one {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pls-emu-featured-section {
    padding: 60px 0px;
  }

  .pls-emu-featured-section .sec-title h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .pls-emu-featured-section .feature-block-one {
    padding: 50px 15px 45px 15px;
  }

  .pls-emu-featured-section .feature-block-one .inner-box .icon-box {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
  }

  /* Hide bubble animation on mobile */
  .pls-emu-featured-section .bubble-dotted {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .pls-emu-featured-section .sec-title h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .pls-emu-featured-section .feature-block-one {
    padding: 40px 15px 35px 15px;
  }

  .pls-emu-featured-section .feature-block-one .inner-box h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
