/* 
Theme Name: Fellafit Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Zahaby
Author URI: https://toffeedev.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* BTN CUSTOM */
.btn-fella a {
    position: relative;
    background-image: linear-gradient(90deg, #444EFE 0%, #141EC9 85%);
    z-index: 1;
    box-shadow: 0px 13px 24.1px -1px rgba(2, 73, 153, 0.3);
}

.btn-fella a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, #141EC9 15%, #444EFE 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    border-radius: inherit;
}

.btn-fella a:hover::before {
    opacity: 1;
}

/* Masalah */
.masalah-section {
	width: 100%;
	overflow: hidden;
}

.masalah-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
	padding-bottom:30px;
}

.masalah-carousel.owl-carousel {
	position: relative;
}

/* Card */
.masalah-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.3s ease;
}

.masalah-card:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.masalah-img {
	width: 100%;
	aspect-ratio: 3 / 3;
	overflow: hidden;
}

.masalah-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.masalah-title {
    width: 11vw;
    font-size: 0.9vw;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.4;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
    text-align: center;
}

/* Arrows */
.masalah-carousel .owl-nav {
	display: none;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
	margin: 0;
	padding: 0;
}

.masalah-carousel .owl-nav button.owl-prev,
.masalah-carousel .owl-nav button.owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, #444EFE 0%, #141EC9 100%) !important;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(20, 30, 201, 0.35);
	transition: opacity 0.3s ease, transform 0.3s ease;
	font-size: 0;
	line-height: 0;
}

.masalah-carousel .owl-nav button.owl-prev:hover,
.masalah-carousel .owl-nav button.owl-next:hover {
	transform: scale(1.08);
	opacity: 0.9;
}

.masalah-carousel .owl-nav button.owl-prev { left: 0; }
.masalah-carousel .owl-nav button.owl-next { right: 0; }

.masalah-carousel .owl-nav button.owl-prev::after,
.masalah-carousel .owl-nav button.owl-next::after {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.masalah-carousel .owl-nav button.owl-prev,
.masalah-carousel .owl-nav button.owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, #444EFE 0%, #141EC9 100%) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(20, 30, 201, 0.35);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.masalah-carousel .owl-nav button i {
	color: #fff;
	font-size: 25px;
	line-height: 1;
}

/* Dots — hide all */
.masalah-carousel .owl-dots {
	display: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
	.masalah-carousel .owl-nav {
		display: block;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.masalah-title {
		font-size: 16px;
		width: 43vw;
	}
	
	.masalah-carousel .owl-nav {
		top: 33%;
	}

	.masalah-carousel .owl-nav button.owl-prev { left: 0px; }
	.masalah-carousel .owl-nav button.owl-next { right: 0px; }

	.masalah-carousel .owl-nav button.owl-prev,
	.masalah-carousel .owl-nav button.owl-next {
		width: 36px;
		height: 36px;
	}
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	

}

