/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/********** Global Start **********/
a {
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
}
.sub-menu .awb-menu__sub-ul {
  margin-top: 10px !important;
}
.text-gradient span {
	background:linear-gradient(149deg, #1493fe 14.44%, #0c32e8 87.86% 87.86%);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}
.border-radius-faq .fusion-faq-post {
	border-radius:10px !important;
}
.mega-menu-link a {
  font-weight: 600;
  font-size: 14px;
}
span.mobile-menu-title {
    margin-left: -10px;
    color: #1493fe;
    font-size: 16px;
}
.tutorials-block ul.fusion-grid {
      background: #f7f7fb;
    border-radius: 32px;
}
.tutorials-block .fusion-filters {
  padding: 5px 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    background: #f3f5fa;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.tutorials-block .fusion-filters li a {
  min-width: 162px;
    padding: 10px 20px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
border-radius: 30px !important;
}
.tutorials-block .fusion-filters li.fusion-active a
 {
  background: #0457d6;
    color: #fff;
      border-radius: 30px;
 }
 /* lang css start */
 .lang-dropdown .wpml-ls-item-toggle {
    border-radius: 20px;
    display: flex !important;
    flex-wrap: nowrap;
    padding: 12px 10px !important;
}
 .lang-dropdown .wpml-ls-native {
  font-size: 14px;
  font-weight: 600;
 }
 .wpml-ls-legacy-dropdown a {
      padding: 10px 10px;
    border-radius: 20px;
 }
 .wpml-ls-legacy-dropdown {
      width: 5.5em;
 }
 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
 }

 .wpml-ls-item-en > .wpml-ls-item-toggle::before,
.wpml-ls-item-en > .wpml-ls-link::before {
    content: "EN";
}

.wpml-ls-item-de > .wpml-ls-item-toggle::before,
.wpml-ls-item-de > .wpml-ls-link::before {
    content: "DE";
}

.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown .wpml-ls-link {
    display: flex;
    align-items: center;
    gap: 6px;
}
 /* lang css end */

/*hover css start*/
.custom-hover-card{
    transition: all 0.35s ease;

}

.custom-hover-card:hover{
    transform: translateY(-8px);
    
}

.custom-hover-card img{
    transition: transform .4s ease;
}

.custom-hover-card:hover img{
    transform: scale(1.08);
}
/*hover css end*/
.single-post .fusion-text h2, .single-post .fusion-text h3 {
  font-size: 24px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}
 @media (max-width:1199px) {
  .badge {
    bottom: 20px !important;
    left: 0 !important;
  }
 }


/********** Global End **********/

/********** Hero Sectoin Start **********/

.hero-title .text-gradient-brand {
	background:linear-gradient(149deg, #1493fe 14.44%, #0c32e8 87.86% 87.86%);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}
@media (max-width:768px) {
	.hero-title h1 {
		font-size:45px !important; 
	}
  
}


/********** Hero Sectoin End **********/

/********** Price Sectoin Start **********/
/****Main Tab****/
.pricing-tab {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.main-tab-btn {
  position: relative;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(31, 10, 72, 0.85);
  color: #ffffff;
  border-radius: 28px 28px 0 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  backdrop-filter: blur(10px);
  width: 350px;
}

/* active tab */
.main-tab-btn.active {
  background: #fff;
  color: #0f66ff;
  border-color: transparent;
  z-index: 2;
}

/* icon circle */


/* inactive icon */
.main-tab-btn:not(.active)::before {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.main-tab-btn span {
  display: flex;
      align-items: center;
    justify-content: center;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  opacity: 0.8;
}

.main-tab-btn.active span {
  color: #3d4b6d;
  opacity: 1;
}

/* hover effect */
/* .main-tab-btn:hover {
  transform: translateY(-3px);
} */

.tab-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 87, 255, 0.25);
}
.active .tab-icon {
background: linear-gradient(180deg, #3290ff 0%, #0057ff 100%);
}

.tab-icon svg {
  width: 26px;
  height: 26px;
}
/* responsive */
@media (max-width: 767px) {
  /* .pricing-tab {
    flex-direction: column;
  } */

  .main-tab-btn {
    
    min-height: auto;
    padding: 30px 15px;
    
    width: auto;
  }
  
}
/**Main tab end**/
.price-month .duration {
	font-size: 16px !important;
    font-weight: normal;
}
/* Toggle container */
.pricing-toggle {
  position: relative;
  display: inline-flex;
  background: #fff;
  padding: 4px;
  border-radius: 40px;
  box-shadow: 0px 0px 10px 0px rgba(118.00000000000016, 91.99999999999999, 245, 0.35);
  overflow: hidden;
	width: 188px;
    margin: auto;
}
.pricing-toggle-de {
  width: 222px;
}

/* Sliding background */
.pricing-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #1152D4;
  border-radius: 30px;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Move slider when monthly active */
.pricing-toggle.yearly-active::before {
  transform: translateX(100%);
}
/* Buttons */
.pricing-toggle .toggle-btn {
  position: relative;
  z-index: 2;
  border: none;
  padding: 8px 22px;
  border-radius: 30px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: color 0.3s ease;
}
#AccPlu .fusion-row:first-of-type,
#AccSea .fusion-row:first-of-type {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hover */
.pricing-toggle .toggle-btn:hover, .pricing-toggle .toggle-btn:focus {
  color: #000;
	border-radius: 30px;
	border:none;
	background:transparent;
}
/* Active text color */
.pricing-toggle .toggle-btn.active {
  color: #fff;
}
.price {
	margin:0;
}
.price .amount {
	font-weight: 700;
	color: #1152D4;
}
/********** Price Sectoin End **********/
.our-team .person-name {
  margin-bottom: 10px;
  font-weight: 600;
}
.our-team .person-title {
  font-size: 14px !important;
}

/* slider start */
.sync-slider-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.slider-for img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.slider-nav {
    margin-top: 15px;
}

.slider-nav .slick-slide {
    padding: 0 5px;
    cursor: pointer;
}

.slider-nav img {
    width: 100%;
    border-radius: 6px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.slider-nav .slick-current img {
    opacity: 1;
    border: 2px solid #0073e6;
}



/* slider end */

/* Common */
.marquee-right-left, .marquee-left-right {
  margin-bottom: 0 !important;
}
.marquee-right-left .awb-swiper,
.marquee-left-right .awb-swiper {
    overflow: hidden;
}

/* Right → Left */
.marquee-right-left .swiper-wrapper {
    display: flex !important;
    
    animation: marqueeRightLeft 30s linear infinite;
}

@keyframes marqueeRightLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

/* Left → Right */
.marquee-left-right .swiper-wrapper {
    display: flex !important;
    
    animation: marqueeLeftRight 30s linear infinite;
}

@keyframes marqueeLeftRight {
    from {
        transform: translate3d(-50%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

/* Pause on hover */
.marquee-right-left:hover .swiper-wrapper,
.marquee-left-right:hover .swiper-wrapper {
    animation-play-state: paused;
}



