/*!
Theme Name: Shaba
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shaba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Shaba is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/* Base Styles */
body {
	font-family: 'Franie';
	font-variant-ligatures: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	line-height: normal;
	position: relative;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: -0.1px;
}

/* Lenis Smooth Scroll */
html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px;
}

/* Utility Classes */
.uppercase {
	text-transform: uppercase;
}

.flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.wrap {
	flex-wrap: wrap;
}

.column {
	flex-direction: column;
}

.text-center {
	text-align: center;
}

.mb-0 {
	margin-bottom: 0;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.none{
	display: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.btn{
	background-color: #ffffff;
	padding: 14px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: -0.1px;
	color: #000000;
	transition: all 0.3s ease;
	display: flex;
	width: fit-content;
}

.btn__secondary{
	background-color: #000000;
	color: #ffffff;
	padding: 14px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: -0.1px;
	display: flex;
	width: fit-content;
}

.btn:hover,
.btn__secondary:hover{
	opacity: 0.8;
}

.pointer {
	cursor: pointer;
}

.title{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
}

.subtitle{
	font-size: 19px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.2px;
}

.container {
	max-width: 1534px;
	margin: 0 auto;
	padding: 0 50px;
}

.container__secondary{
	max-width:1654px;
	padding:0 50px;
	margin:0 auto;
}

.whatsapp-btn {
	position: fixed;
	bottom: 20px;
	right: 3%;
	z-index: 99;
}

header.main-header {
	position: absolute;
	z-index: 10000;
	top: 43px;
	width: 100%;
}

body.reverse-scroll header.main-header{
	position: fixed;
	background-color: #ffffff;
	top: 0;
	width: 100%;
	z-index: 10000;
	padding: 20px 0;
}

body.reverse-scroll header.main-header .header-box{
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

body.reverse-scroll header.main-header .header-box .logo{
	width: fit-content;
}


body.reverse-scroll header.main-header .black-logo{
	display: block;
}

body.reverse-scroll header.main-header .default-logo{
	display: none;
}

body.reverse-scroll .main-nav-list li a{
	color: #000000;
}

body.reverse-scroll ul.main-nav-list li:last-child a{
	background-color: #000000;
	color: #ffffff;
}

body.reverse-scroll ul.main-nav-list li:last-child a:hover{
	background-color: #ffffff;
	color: #000000;
}

/* Grup dersleri sayfası header (relative) */
header.main-header.page-header-relative {
	position: relative;
	z-index: 10000;
	top: 0;
	width: 100%;
	background-color: #000000;
	padding: 45px 0;
}

/* Ana sayfa logo */
.logo {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom:10px;
}

.logo img{
	max-width: 100px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Grup dersleri sayfası için farklı logo */
.logo.page-logo img {
	width:120px;
}

.header-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	margin: 0 auto;
	max-width: 1650px;
	width: 100%;
}

ul.main-nav-list {
	display: flex;
	align-items: center;
	gap: 80px;
}

ul.main-nav-list li:last-child a{
	background-color: #ffffff;
	color: #000000;
	padding: 9px 17px;
	transition: all 0.3s ease;
}

ul.main-nav-list li:last-child a:hover{
	background-color: #000000;
	color: #ffffff;
}

.hero {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.hero-box{
	height: 100%;
}

.hero-box .background{
	height: 100%;
}
.hero-box .background video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.hero-box .background:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000004d;
}
.hero-box .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-box .background .mobile-only{
	display:none;
}

.hero-content , .hero-content-second{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff;
	z-index: 1;
	max-width: 760px;
}

.hero-content-second{
	max-width: 350px;
}

.hero-content-second strong{
	font-weight:500;
}

img.shaba-app-img{
	max-width: 140px;
	position: absolute;
	right: 7%;
	bottom: 7%;
}

.hero-content span,
.hero-content .text,
.hero-content-second .text{
	font-size: 44px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: -0.1px;
}

.mini-desc{
	font-size: 29px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: -0.1px;
}

/* Changing Text Animation */
.changing-texts {
	position: relative;
	min-width: 200px;
	min-height: 60px;
	text-align: center;
	margin-bottom: 8px;
}

/* Scroll Down Animation */
.scroll-down-animation {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 180px;
	z-index: 9;
}




.scroll-down-animation svg {
	width: 100%;
	height: 100%;
}

.scroll-down-animation text {
	fill: #ffffff;
	stroke: none;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: 'Franie', sans-serif;
}
/* Scroll Down Animation Rotation */
.scroll-down-animation svg {
	animation: rotate 12s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.black-logo{
	display: none;
}

.page-logo .black-logo{
	display: none;
	max-width: 120px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Movement Section */
.movement-section {
	padding: 75px 0;
	background:#000000;
}

.classes{
	background:#000000;
}

.movement-box{
	display: flex;
	gap: 72px;
	flex-direction: row-reverse;
}

.movement-content {
	max-width: 425px;
	color:#ffffff;
}

.movement-content h2{
	margin-bottom: 65px;
}

.movement-content .desc{
	margin-bottom: 20px;
}

.movement-content .desc p{
	margin-bottom: 0;
	letter-spacing: 1px;
	line-height: 1.7;
	font-weight: 200;
	font-size:15px;
}

.movement-swiper-container {
	width: 100%;
	max-width: calc(100% - 484px);
}

.movement-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 28px !important;
}

.movement-swiper .swiper-slide {
	width:100%;
	height: 100%;
}

.movement-swiper .swiper-slide img,
.movement-swiper .swiper-slide video{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	aspect-ratio: 578/700;
}

.movement-swiper .swiper-pagination {
	bottom: 0px !important;
	left: 50% !important;
	transform: translateX(-50%);
	top:inherit !important;
	margin-top:0 !important;
}

.movement-swiper .swiper-pagination-bullet {
	width: 78px;
	height: 7px;
	background-color: #EAEAEA;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0;
	opacity: 1;
}

.movement-swiper .swiper-pagination-bullet-active {
	background-color: #000000;
}

.classes .title-field {
	margin-bottom: 33px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.classes .content .title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom:12px;
	line-height:1.6;
}

.classes .content .desc{
	font-size:15px;
	font-weight:200;
	line-height:1.7;
	letter-spacing:1px;
}

.classes-next {
	right: 0 !important;
	left: inherit !important;
	margin: 0 !important;
	top: 50% !important;
	transform:translateY(-50%);
	height:auto;
}

.classes-prev{
	right: 65px !important;
	left: inherit !important;
	margin: 0 !important;
	top: 50% !important;
	transform: rotate(180deg) translateY(50%);
	height:auto;
}

.classes-prev:after,
.classes-next:after{
	display:none;
}
.classes-slide{
	max-width:445px;
}
.classes .title {
	font-size: 28px;
	font-weight: 600;
	line-height:1.3;
	letter-spacing:-0.1px;
}

.classes .title {
	margin-top: 15px;
}
.classes-slide .thumbnail img{
	aspect-ratio:1/1;
	object-fit:cover;
	width:100%;
	height:auto;
}

/* Second Swiper Section */
.second-swiper-section {
	margin: 75px 0;
}

.second-swiper-section .second-swiper-box {
	display: flex;
	gap: 75px;
	justify-content: space-between;
}

.second-swiper-content {
	max-width: 325x;
	margin-top: 20px;
}

.second-swiper-content .desc{
	line-height: 1.8;
	letter-spacing: -0.1px;
}

.second-swiper-container {
	width: 100%;
	max-width: 75%;
}

.second-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 28px !important;
}

.second-swiper .swiper-slide {
	width:100%;
	height: 100%;
}

.second-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 1/1;
	min-height: 870px;
}

.second-swiper .swiper-pagination {
	bottom: 0px !important;
	left: 50% !important;
	transform: translateX(-50%);
}

.second-swiper .swiper-pagination-bullet,
.blog-swiper .swiper-pagination-bullet {
	width: 78px;
	height: 7px;
	background-color: #EAEAEA;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0;
	opacity: 1;
}

.blog-swiper .swiper-pagination-bullet {
	background-color: #777777;
}

.second-swiper .swiper-pagination-bullet-active,
.blog-swiper .swiper-pagination-bullet-active {
	background-color: #000000;
}

.blog-swiper .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.blog-content{
	font-size: 16px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 1px;
}

h2.has-text-align-right{
	font-size:18px;
}

p.has-text-align-right{
	font-size:16px;
	margin-bottom:0;
	font-weight:200;
	line-height:1.5;
	letter-spacing:1px;
}


section.intro-section {
	position: relative;
	z-index: 2;
	padding:80px 0;
	overflow: hidden;
	background:#000000;
}

.intro-box .thumbnail video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intro-section .title{
	font-weight: 600;
}

.intro-box {
	display: flex;
	color:#ffffff;
}

.intro-box .content {
	max-width: 760px;
	margin-bottom: 20px;
}

.intro-box .thumbnail{
	margin-left: 60px;
	width: 50%;
}

.intro-box .thumbnail img{
	aspect-ratio: 720 / 490;
	object-fit: cover;
	height: 100%;
}









































.accordion {
	width: 100%;
}

.accordion__item {
	border-bottom: 1px solid #707070;
	padding: 23px 0;
}

.accordion__item:last-child{
	border-bottom: none;
}

.accordion__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.3s ease;
}

.accordion__header img {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.accordion__header:hover {
	opacity: 0.8;
}

.accordion__title {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.1px;
	color: #000000;
	margin: 0;
}

.accordion__item--active .accordion__header img {
	transform: rotate(180deg);
}

.accordion__content {
	display: none;
	margin-top: 30px;
	gap: 55px;
}

.accordion__item--active .accordion__content {
	display: flex;
}

.accordion__image img {
	aspect-ratio: 1/1;
	object-fit: cover;
	max-width: 415px;
}

.accordion__text p {
	font-size: 17px;
	line-height: 1.6;
	color: #000000;
	margin: 0;
	letter-spacing: -0.1px;
}

.slide-content {
	width: 100%;
	max-width: 480px;
	aspect-ratio: 480 / 720;
}

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

/* Content Swiper */
.content-swiper-field {
	margin: 52px 0;
}

.wrapper-content {
	padding-left: 0;
	padding-right: 0;
}

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

.kitchen-app__box {
	display: flex;
	gap:20px;
}

.kitchen-app__left {
	position: relative;
	width: 50%;
	overflow: hidden;
}

/* Kitchen App - sol görsel tam genişlik/yükseklik kaplasın */
.kitchen-app__left .kitchen-app__photo{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.kitchen-app__left:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000005c;
}
.kitchen-app__content {
	position: absolute;
	left: 50%;
	transform:translatex(-50%);
	top: 10%;
	max-width: 550px;
	width:100%;
	color: #ffffff;
	z-index: 20;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.kitchen-app__content img{
	margin-bottom:20px;
	max-width:140px;
	object-fit:cover;
}

.kitchen-app__title {
	color: #ffffff;
	margin-bottom: 30px;
	font-size:17px;
	font-weight:300;
	line-height:1.5;
	letter-spacing:0.3px;
}

.kitchen-app__text {
	font-size: 17px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 1px;
	margin: 0;
}

.kitchen-app__text p{
	margin-bottom: 0;
}

.kitchen-app__right {
	width: 50%;
	position: relative;
	background-color: #000;
}

.kitchen-app__right .background-image{
	height:100%;
}

.kitchen-app__right .background-image img{
	object-fit:cover;
}

section.blog-banner,
.instagram-banner {
	background: #000000;
}

.blog-banner-field,
.instagram-banner-field {
	padding: 60px 0;
}

.blog-banner-field .content {
	margin-top: 24px;
}

.blog-banner-field .title,
.instagram-banner-field .title {
	color: #ffffff;
	margin-bottom: 45px;
}

.blog-card h3{
	color: #ffffff;
	font-size: 20px;
	font-weight: 1.4;
	letter-spacing: -0.1px;
	margin-bottom: 10px;
	font-weight: 600;
}

.blog-card .desc{
	font-size: 14px;
	font-weight: 200;
	line-height: 1.9;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.footer-title-field p {
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 1px;
}

.blog-card .desc p{
	margin-bottom: 0;
}

.blog-card .btn{
	padding: 10px;
	font-size: 14px;
}

/* Blog Swiper */
.blog-swiper {
	width: 100%;
	overflow: hidden;
}

.blog-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.blog-swiper .swiper-wrapper {
	padding-bottom: 50px;
}

.blog-swiper .swiper-pagination{
	bottom: 0;
}

.blog-swiper .swiper-slide {
	flex-shrink: 0;
}

.blog-swiper .blog-card {
	width:calc(50% - 10px);
}

.blog-swiper .blog-card .thumbnail img{
	aspect-ratio: 824 / 525;
	object-fit: cover;
	max-height: 525px;
	height:auto;
	width:100%;
}

/* Instagram Swiper */
.instagram-swiper {
	width: 100%;
	overflow: hidden;
}

.instagram-swiper .swiper-wrapper {
	display: flex;
}

.instagram-swiper .swiper-slide {
	flex-shrink: 0;
}

.instagram-swiper .instagram-card {
	width: 100%;
}

.instagram-swiper .instagram-card img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.instagram-btn{
	margin-top: 55px;
}

/* Footer */
.main-footer {
	background-color: #000000;
	color: #ffffff;
	padding: 80px 0 40px;
}

.footer-box {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer-banner {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
}

.footer-menu-field{
	width: 100%;
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	flex-wrap:wrap;
}

.footer-column {
	width: calc(25% - 15px);
}

.footer-column .contact-item {
	display: flex;
	flex-direction: column;
}

.footer-column .contact-item li{
	display:flex;
	align-items:center;
	gap:12px;
}

.footer-column .contact-item li img{
	max-width:20px;
	object-fit:cover;
}

.footer-column h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-column p {
	font-size: 15px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing:1px;
	color: #ffffff;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	font-size: 15px;
	font-weight: 200;
	line-height: 1.7;
	color: #ffffff;
	margin-bottom: 8px;
	letter-spacing:1px;
}

.footer-column ul li:last-child{
	margin-bottom:0;
}

.footer-column ul li a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
	letter-spacing:1.8px;
}

.footer-column ul li a:hover {
	color: #cccccc;
}

.footer-input input {
	width: 100%;
	padding: 12px 16px;
	border: none;
	border-bottom: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
	font-size: 16px;
	outline: none;
}

.footer-form-box p {
	margin-bottom: 0;
}

.footer-form-box form{
	display:flex;
	flex-direction:column;
	gap:15px;
}

.footer-form-box form .form-submit input{
	background:#ffffff;
	color:#000000;
	font-size:14px;
	font-weight:200;
	line-height:1.7;
	margin:0;
	padding: 10px;
	border: none;
	cursor:pointer;
	transition:all 0.3s ease-in;
	border-radius:0;
	font-family: 'Franie';
	font-weight:300;
}

.footer-form-box form .form-submit input:hover{
	opacity:0.7;
}

.form-field p span input{
	width: 100%;
	background: transparent;
	border: 1px solid #ffffff;
	padding:18px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.3;
	font-family: 'Franie';
}

.form-field p span input::placeholder{
	color:#ffffff !important;
}

.footer-input input::placeholder {
	color: #999999;
}

.footer-copyright {
	text-align: center;
	border-top: 1px solid #333333;
	padding-top: 30px;
}

.footer-copyright p {
	font-size: 14px;
	font-weight: 200;
	color: #999999;
	margin: 0;
	letter-spacing:1px;
	line-height:1.7;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1001;
}

.mobile-menu-toggle img {
	width: 24px;
	height: 24px;
	filter: brightness(0) invert(1);
}

.mobile-contact-btn {
	display: none;
	background-color: #ffffff;
	color: #000000;
	padding: 9px 17px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.1px;
	line-height: 1.3;
	transition: all 0.3s ease;
}

.mobile-contact-btn:hover {
	background-color: #000000;
	color: #ffffff;
}

/* Main Navigation */
.main-nav {
	display: flex;
	align-items: center;
}

.main-nav-list {
	display: flex;
	align-items: center;
	gap: 80px;
}

.main-nav-list li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.1px;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.main-nav-list li:last-child a {
	background-color: #ffffff;
	color: #000000;
	padding: 9px 17px;
	transition: all 0.3s ease;
}

.main-nav-list li:last-child a:hover {
	background-color: #000000;
	color: #ffffff;
}
.hmbrgr-btn{
	display: none;
}
.mobile-on{
	display: none;
}
span.__line-inner span {
	margin-right: 10px;
}

span.__line-inner span:last-child {
	margin-right: 0;
}
/* Hero initial hidden for animated lines */
.hero-content .text,
.hero-content .changing-texts {
	opacity: 0;
}

.test-main{
	padding: 300px 0;
}

/* Daily Plans Section */
.daily-plans {
	padding-bottom: 60px;
	background:#000000;
}

.plans-box {
	width: 100%;
}

.daily-plans-swiper {
	width: 100%;
	overflow: hidden;
}

.daily-plans-swiper .swiper-wrapper {
	display: flex;
}

.daily-plans-swiper .swiper-slide {
	flex-shrink: 0;
	max-width: 530px;
}

.daily-plan-card {
	position: relative;
	width: 100%;
	height: 830px;
	overflow: hidden;
}

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

/* Kişisel Gelişim - Özel Accordion (acc) */

.options-section,
.personal-training-section{
	background-color: #000000;
}

.acc__inner {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	height: 100%;
	padding-top: 133px;
	padding-bottom: 40px;
}

.acc__inner .title-field{
	display: flex;
	gap: 50px;
	justify-content: space-between;
	align-items: start;
}

.acc__inner .acc__left {
	width: 50%;
	color: #ffffff;
}

.acc__inner .acc__right {
	width: 50%;
	padding-top: 40px;
	padding-bottom: 37px;
}

.acc__inner .title{
	color: #ffffff;
}

.acc__inner .field-desc {
	max-width: 47%;
	color: #ffffff;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 14px;
}

.acc__detail{
	display: none;
}

.acc__detail--active{
	display: block;
}

.acc__inner-box {
	display: flex;
	gap: 100px;
	align-items: center;
}

.acc__list {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list-box .acc__subtitle,
.acc__inner .mobile-on{
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.1px;
	color: #ffffff;
}

h3.acc__title {
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -0.1px;
	line-height: 1.4;
	margin-bottom: 0;
}

.acc__content{
	display: none;
}

.acc__item--active .acc__content{
	display: block;
	margin-top: 27px;
	font-size:16px;
	font-weight:200;
	line-height:1.5;
	letter-spacing:1px;
}

.acc__item {
	padding: 28px 0;
	border-bottom: 1px solid #707070;
	cursor: pointer;
}

.acc__detail-text{
	color: #ffffff;
	font-size: 17px;
	letter-spacing: -0.1px;
	line-height: 1.5;
	margin-bottom: 20px;
}

img.acc__detail-img {
	aspect-ratio: 837 / 632;
	object-fit: cover;
	width: 100%;
}

.acc__detail--active {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
}

/* Services Section */
.services-section {
	background: #000000;
	padding-top:70px;
	padding-bottom:30px;
}

.services-box {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.services-item {
	position: relative;
}

.services-item .content{
	position:absolute;
	padding:0 42px;
	bottom:50px;
	display:flex;
	justify-content:space-between;
	width:100%;
	align-items:end;
}

.services-item .content .desc{
	max-width:400px;
}

.services-item .content .desc p{
	margin-bottom:0;
	font-size:14px;
	font-weight:200;
	line-height:1.7;
	letter-spacing:1.2px;
}

.membership-tabs {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 40px 0;
}

.membership-tabs__nav {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 55px;
}

.membership-tabs__nav-btn {
	background: linear-gradient(#222, #111);
	border: none;
	color: #fff;
	padding: 28px 100px 37px 100px;
	font-size:25px;
	font-weight:200;
	line-height:1.5;
	letter-spacing:-0.1px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	width:50%;
	text-align:start;
	opacity:0.39;
	position:relative;
	border:1px solid #3E3E3E;
}

.membership-tabs__nav-btn .line{
	opacity:0;
	position:absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition:all 0.4s ease-in;
}

.membership-tabs__nav-btn.is-active {
	background: linear-gradient(#444, #222);
	opacity:1;
}

.membership-tabs__nav-btn.is-active .line{
	opacity:1;
}

.membership-tab-panel {
	display: none;
}

.membership-tab-panel.is-active {
	display: block;
}

.membership-tab-panel__desc {
	font-weight:200;
	font-size: 16px;
	margin: 0 auto 60px;
	line-height: 1.5;
}

.membership-tab-panel__boxes {
	display:flex;
	flex-direction:column;
	gap:20px;
}

.membership-box {
	display:flex;
	gap:15px;
	justify-content:space-between;
}

.membership-tab-panel__boxes .membership-box:last-child {
	flex-direction: row-reverse;
}

.membership-tab-panel:last-child .membership-box:first-child{
	flex-direction:row-reverse;
}

.membership-tab-panel:last-child .membership-box:last-child{
	flex-direction:row;
}

.membership-box__image {
	width: 50%;
}

.membership-box__image img {
	height: 100%;
	object-fit: cover;
	aspect-ratio: 2 / 1;
}

.membership-box__content {
	display: flex;
	flex-direction: column;
	color:#ffffff;
	width:50%;
	background: radial-gradient(circle, #2E2E2E 0%, #1C1C1C 35%, #0F0F0F 70%, #000000 100%);
}

.membership-box__item{
	display:flex;
	padding: 17px 50px;
	gap:30px;
	border-bottom:0.5px solid #5D5D5D;
}

.membership-box__item-title {
	font-weight: 200;
	font-size: 16px;
	letter-spacing:0.3px;
	line-height:2.1;
	min-width:200px;
	max-width:200px;
	margin:0;
}

.membership-box__item-desc {
	font-size: 12px;
	line-height: 1.9;
	letter-spacing:0.5px;
	max-width:440px;
}

.membership-box__item-desc p{
	margin-bottom:0;
}

.personal-training__inner {
	display: flex;
	color: #ffffff;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.personal-training__left {
	flex-direction: column;
	display: flex;
	gap: 20px;
	width: 50%;
}

.personal-training__right{
	width: 50%;
}

.personal-training__images {
	max-width: 650px;
	margin: 0 auto;
}

.personal-training__images img {
	aspect-ratio: 626 / 814;
	object-fit: cover;
}

.personal-training__left h2,
.personal-training-section .mobile-on{
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.1px;
}

.personal-training__left h2 i{
	font-style:normal;
	font-family: "Montserrat", sans-serif;
}

.personal-training__content {
	max-width: 690px;
}

.personal-training__content .personal-training__text{
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.5;
}

.personal-training__text.down-text{
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.5;
}

.personal-training__text.down-text strong{
	font-weight:bold;
}

.personal-training__left .btn{
	padding: 15px 39px;
	margin-bottom:40px;
}

.personal-training-section {
	padding-top: 37px;
	padding-bottom: 85px;
}

.contact-box {
	display: flex;
	align-items: center;
	background:#000000;
	gap:35px;
}

.content-field .box-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom:20px;
}

.content-field .box-item .item{
	display:flex;
	align-items:center;
	gap:8px;
	font-size:14px;
	font-weight:500;
	line-height:1.2;
	letter-spacing:0.1px;
	font-family: "Montserrat", sans-serif;
}

.contact-box .image-banner{
	width: 55%;
	background-color: #000000;
	display:flex;
}

.box p {
	font-size: 14px;
	font-weight:200;
	line-height:1.7;
	letter-spacing:1.1px;
}

.contact-box .image-banner img:not(.contact-logo.absolute){
	aspect-ratio: 16/14;
	object-fit: cover;
	margin: auto;
}

a.see-to-map {
	padding: 12px 28px;
	border: 1px solid;
	display: flex;
	width: fit-content;
	margin-bottom: 20px;
}

.contact-box .contact-content{
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.contact-box .contact-content h2{
	font-size: 22px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing: -0.1px;
	margin-bottom: 10px;
	color:#ffffff;
}

.contact-box .contact-content form p{
	display: flex;
	flex-direction: column;
	gap: 20px;
	position:relative;
}

.contact-box .contact-content form .checkbox-field p {
	flex-direction: row;
	gap:12px;
}

.contact-box .contact-content form .checkbox-field p .first, .contact-box .contact-content form .checkbox-field p input{
	margin:0;
}

span.checkbox-label {
	font-size: 14px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 1.1px;
}

span.checkbox-label a{
	text-decoration:underline;
}

.wpcf7-spinner{
	position: absolute;
	right: 55%;
	top: 50%;
	transform: translateY(-50%);
}

.contact-box .contact-content form br{
	display:none;
}

.contact-box .contact-content form input:not([type="submit"]),
.contact-box .contact-content form textarea,
.contact-box .contact-content form .custom-select{
	width: 100%;
	padding: 15px 22px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	border: 1px solid #ffffff;
	max-width: 444px;
	background:transparent;
	color:#ffffff;
}

.contact-box .contact-content form input:not([type="submit"])::placeholder,
.contact-box .contact-content form textarea::placeholder,
.contact-box .contact-content form .custom-select{
	color:#ffffff;
	font-size:14px;
	font-weight:200;
	line-height:1.7;
	letter-spacing:1px;
}

.custom-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/wp-content/themes/shaba/assets/img/down-arrow-form.svg');
	background-repeat: no-repeat;
	background-position: right 12px center;
	cursor:pointer;
	background-size:20px;
	background-color:#ffffff;
	color:#ffffff;
}







.select2-search--dropdown{
	display:none !important;
}
.select2-results{
	background:#000000 !important;
}
.select2-selection__clear{
	display:none !important;
}
/* Select2 için CSS - Contact Form 7 select elementleri */
.wpcf7-form .select2-container {
	width: 100% !important;
	max-width: 444px !important;
	font-family: inherit !important;
}

/* Select2 input alanı - Mevcut custom-select ile aynı görünüm */
.wpcf7-form .select2-container--default .select2-selection--single {
	width: 100% !important;
	height: auto !important;
	min-height: 50px !important;
	padding: 15px 22px !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 1.4 !important;
	border: 1px solid #ffffff !important;
	background: transparent !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	display: flex !important;
	align-items: center !important;
	box-sizing: border-box !important;
	/* Native select görünümünü kaldır */
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

/* Seçilen değer görünümü */
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 1.4 !important;
	padding: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
}

/* Placeholder görünümü - Mevcut custom-select ile aynı */
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 200 !important;
	line-height: 1.7 !important;
	letter-spacing: 1px !important;
}

/* Dropdown arrow - Mevcut custom-select ile aynı */
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
	right: 12px !important;
	top: 0 !important;
	width: 20px !important;
	background-image: url('/wp-content/themes/shaba/assets/img/down-arrow-form.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px !important;
	position: absolute !important;
}

.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none !important;
}

/* Dropdown menü - Siyah arka plan */
.wpcf7-form .select2-dropdown {
	border: 1px solid #ffffff !important;
	background: #000000 !important;
	border-radius: 0 !important;
	margin-top: 1px !important;
	z-index: 9999 !important;
	box-shadow: none !important;
}

/* Dropdown menüsündeki seçenekler */
.wpcf7-form .select2-container--default .select2-results__option {
	padding: 15px 22px !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 1.4 !important;
	color: #ffffff !important;
	background: #000000 !important;
	cursor: pointer !important;
}

/* Hover durumu */
.wpcf7-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #333333 !important;
	color: #ffffff !important;
}

/* Seçili olan option */
.wpcf7-form .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #000000 !important;
	color: #ffffff !important;
}

/* Focus durumu */
.wpcf7-form .select2-container--default.select2-container--focus .select2-selection--single {
	border: 1px solid #ffffff !important;
	outline: none !important;
	box-shadow: none !important;
}

/* Clear button (X) görünümü */
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__clear {
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: bold !important;
	right: 35px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.modal.is-open {
	display: flex;
}

.modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.modal__dialog {
	position: relative;
	max-width: 700px;
	width: 92%;
	background: #000000;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
}

.modal__content {
	padding: 36px 16px;
}

.modal__title {
	margin: 0 0 12px 0;
	font-size: 20px;
	line-height: 1.3;
}

.modal__body {
	max-height: min(70vh, 600px);
	overflow: auto;
	line-height: 1.6;
	color: #ffffff;
	font-size: 12px;
	letter-spacing:1.2px;
}

.modal__body p{
	margin-bottom:0;
}

.modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #ffffff;
	padding: 6px;
}

.checkbox-field .wpcf7-list-item,
.checkbox-field .wpcf7-list-item input{
	margin:0;
}

.checkbox-field .wpcf7-list-item{
	margin-right:8px;
}


/* Windows için özel düzeltmeler */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.wpcf7-form .select2-container--default .select2-selection--single {
		-webkit-appearance: none !important;
	}
}

/* Firefox için düzeltmeler */
@-moz-document url-prefix() {
	.wpcf7-form .select2-container--default .select2-selection--single {
		-moz-appearance: none !important;
	}
}

/* IE/Edge için düzeltmeler */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.wpcf7-form .select2-container--default .select2-selection--single {
		appearance: none !important;
	}
}
















.contact-form .btn{
	padding: 15px 62px;
	cursor:pointer;
	border:none;
}

img.contact-logo.absolute {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.option-page-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	color: #ffffff;
}

.option-page-title .text {
	font-size: 44px;
	font-weight:300;
	line-height: 1.6;
	letter-spacing: -0.3px;
}

.option-page-title .text strong{
	font-weight:bold;
}

section.blog-detail-section{
	padding-bottom: 40px;
}

.blog-detail-box{
	justify-content: space-between;
	gap: 50px;
	padding-bottom: 55px;
	align-items: center;
	flex-direction:column;
}

.blog-detail-content {
	width: 100%;
}

.blog-detail-thumbnail {
	width: 100%;
}

.blog-detail-thumbnail img{
	aspect-ratio: 1400/500;
	object-fit: cover;
}

.blog-detail-content h1{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing: -0.1px;
}

.blog-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.blog-nav-item{
	background-color: #D3D2CE;
	padding: 36px 40px;
	width: 50%;
}

h3.blog-nav-title{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #191919;
	letter-spacing: -0.3px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}

.blog-nav-subtitle{
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.1px;
	margin-bottom: 15px;
	color: #1C1C1C;
	font-family: "Montserrat", sans-serif;
}

.blog-nav-text{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.1px;
	font-family: "Montserrat", sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.blog-nav-item--next{
	text-align: right;
}

.kitchen-section {
	background-color: #000000;
}

.kitchen-box {
	display: flex;
	align-items: center;
	color: #ffffff;
	justify-content: space-between;
	gap: 150px;
	padding-top: 150px;
	padding-bottom:60px;
}

.kitchen-content {
	width: 55%;
}

.kitchen-content .btn{
	padding: 15px 41px;
}

.kitchen-thumbnail img{
	aspect-ratio: 622/830;
	object-fit: cover;
	margin: 0 auto;
}

.kitchen-box h2{
	margin-bottom: 65px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.1px;
	font-size: 33px;
}

.kitchen-text{
	margin-bottom: 35px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: 1px;
}

.kitchen-text p{
	margin-bottom: 0;
}

img.kitchen-logo {
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	max-width:150px;
}

.menu-section{
	background-color: #000000;
	height: 100vh;
}

.menu-box{
	padding: 60px 21px;
}

/* Welcome Section Styles */

section.wellcome-to-section {
	background: #000000;
}

.wellcome-box {
	position: relative;
	width: 100%;
	padding: 40px 0;
}

.wellcome-box .wellcome-content {
	position: absolute;
	top: 50%;
	padding:0 60px;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.wellcome-box .wellcome-content .wellcome-text {
	color: #ffffff;
	max-width:400px;
}

.wellcome-box .wellcome-content form .form-submit input{
	border:none;
	margin:0;
	padding:12px 30px;
	background:#ffffff;
	font-size:14px;
	font-weight:300;
	line-height:1.4;
	cursor:pointer;
	transition:all 0.3s ease-in;
}

.wellcome-box .wellcome-content form .form-submit input:hover{
	opacity:0.7;
}

.wellcome-title, .wellcome-subtitle{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4;
	margin-bottom: 23px;
	line-height: 1.4;
}

.wellcome-title{
	margin-bottom: 30px;
}

.wellcome-description{
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
}

.wellcome-btn{
	padding: 15px 38px;
}

.wellcome-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1920 / 549;
}

.services-image-item img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width:100%;
}

.daily-plans-swiper .swiper-pagination{
	display: none;
}

.page-id-23 section.contact-section{
	margin-top:50px;
}
.reverse-scroll.different{
	padding-top:216.66px;
}

section.week-tabs {
	margin-top: 50px;
}

.week-tabs-content .tab-content {
	display: none;
}

.week-tabs-content .tab-content.active{
	display:flex;
	gap:20px;
	height:100%;
}

h2.week-tabs-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.1px;
	margin-left:50px;
}

.week-tabs ul.week-tabs-nav{
	display:flex;
	flex-direction:column;
	width:33.33%;
}

.week-tabs-content {
	width: 66%;
}

.content-text {
	width: 50%;
}

.content-thumbnail {
	width: 50%;
}

.content-thumbnail img{
	height:100%;
	object-fit:cover;
	aspect-ratio: 9 / 13;
}

.week-tabs .tabs-wrapper{
	display:flex;
	justify-content:space-between;
	padding:40px 0;
	width:100%;
}

.week-tabs ul.week-tabs-nav li{
	font-size:25px;
	font-weight:300;
	line-height:1.5;
	color:#ffffff;
	letter-spacing:-0.1px;
	cursor:pointer;
	padding:36.5px 84px;
	border:1px solid #3E3E3E;
	transition:all 0.3s ease-in;
	position:relative;
	background: linear-gradient(90deg, #000000 0%, #2e2e2e 100%);
}

.week-tabs ul.week-tabs-nav li span{
	opacity:0.39;
}

ul.program-list {
	padding: 20px 55px;
	background: linear-gradient(90deg, #000000 0%, #2e2e2e 100%);
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

li.program-item .title-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

li.program-item {
	text-align: end;
	border-bottom: 1px solid #707070;
	padding-bottom: 14px;
	padding-top: 16px;
	min-height:91px;
}

span.program-hour {
	letter-spacing: 0.3px;
	line-height: 2;
	font-weight:300;
}

span.program-name{
	letter-spacing: 0.5px;
	line-height: 2;
	font-weight:300;
}

span.program-info {
	font-size: 12px;
	font-weight: 200;
	line-height: 2;
}

.week-tabs ul.week-tabs-nav li .line{
	opacity:0;
	position:absolute;
	left:50px;
	top:50%;
	transform:translatey(-50%);
	z-index:0;
	transition:all 0.3s ease-in;
}

.week-tabs ul.week-tabs-nav li.active .line,
.week-tabs ul.week-tabs-nav li.active span{
	opacity:1;
}

a.map-link {
	background: #ffffff;
	color: #000000;
	padding: 10px 14px;
	margin-bottom: 10px;
	display: flex;
	width: fit-content;
	transition:all 0.5s ease-in;
	font-size:14px;
}

a.map-link:hover{
	opacity:0.7;
}

section.error-404.not-found{
	width:100%;
	height:100vh;
	position:relative;
}

section.error-404.not-found .content{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding-top:300px;
}

section.error-404.not-found .code{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:324px;
	font-weight:900;
	color:#272727;
	letter-spacing:-0.3px;
	line-height:1.2;
	z-index:-1;
	font-family: "Montserrat", sans-serif;
}

section.error-404.not-found h2{
	font-size:36px;
	font-weight:bold;
	letter-spacing:-0.3px;
	line-height:1.4;
	margin-bottom:26px;
	font-family: "Montserrat", sans-serif;
}

section.error-404.not-found p{
	font-size:25px;
	font-weight:300;
	line-height:1.5;
	margin-bottom:34px;
	font-family: "Montserrat", sans-serif;
}

section.error-404.not-found .btn{
	font-size:16px;
	font-weight:300;
	line-height:1.4;
	letter-spacing:-0.1px;
	color:#000000;
	background:#ffffff;
	padding:15px 50px;
	margin:0;
}
.options-menu{
	display:none;
}
.intro-box .content p{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.7;
	font-weight:200;
}

.shaba-store-buttons {
	position: absolute;
	bottom: 100px;
	max-width: 200px;
	z-index: 999;
	right: 150px;
	display:flex;
	flex-direction:column;
	gap:5px;
}

.shaba-store-buttons img {
	width: 150px;
	height: auto;
	object-fit: cover;
}

.kitchen-logo{
	margin-bottom:20px;
}

.kitchen-logo img {
	max-width: 150px;
	object-fit: cover;
}

a.footer-logo img {
	max-width: 200px;
}

.featured-blog-card {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
}

.featured-blog-card .featured-blog-image{
	width:55%;
}

.featured-blog-card .featured-blog-image img{
	aspect-ratio: 500 / 400;
	object-fit: cover;
}

.featured-blog-card .featured-blog-content{
	width:40%;
}

.featured-blog-desc{
	font-size: 15px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 1px;

}

a.featured-blog-btn {
	background: #ffffff;
	color: #000000;
	padding: 12px 20px;
	display: flex;
	width: fit-content;
	margin-top: 20px;
}

.featured-blog-section {
	margin-bottom: 50px;
}

.other-blog-thumbnail{
	margin-bottom:20px;
}

.other-blog-thumbnail img {
	aspect-ratio: 3 / 2;
	object-fit:cover;
}

.other-blog-desc{
	font-size: 15px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.other-blog-content h4{
	min-height:48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.other-blog-content a{
	background: #ffffff;
	color: #000000;
	padding: 10px 16px;
	font-size: 14px;
	display: flex;
	width: fit-content;
	margin-top: 20px;
}

.other-blogs-section .other-blogs-next{
	right: 0;
	left: inherit;
	margin: 0;
	top: 50%;
	transform: translatey(-50%);
}

.other-blogs-section .other-blogs-prev{
	left: inherit;
	right: 50px;
	margin: 0;
	top: 50%;
	transform: translatey(-50%);
}

.other-blogs-section .other-blogs-next:after,
.other-blogs-section .other-blogs-prev:after{
	font-size:20px;
	color:#ffffff;
}

.other-blogs-title-field {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.other-blogs-title-field .title{
	margin-bottom:0;
}

.membership-box__item-title .mobile-on{
	display:none;
}


@media (max-width: 1110px) and (min-width: 992px){
	ul.main-nav-list{
		gap:40px
	}
	.blog-card h3{
		min-height: 70px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}
	body.reverse-scroll .main-header .main-nav-list{
		gap:30px;
	}
}


@media (max-width: 1550px) and (min-width: 992px){
	.second-swiper-container{
		max-width: 65%;
	}
}

@media (max-width: 1250px) and (min-width: 992px){
	body.reverse-scroll .main-header .main-nav-list{
		gap: 30px;
	}

}

@media (min-width: 992px) {
	.second-swiper-content, .movement-content{
		min-width: 312px;
	}
	body.reverse-scroll .main-header .options-menu{
		display: none;
	}
}


@media (max-width: 992px) {

	.hero-box .background .mobile-only{
		display:block;
		height:100%;
	}

	.hero-box .background .desktop-only{
		display:none;
	}

	header.main-header{
		top:20px;
	}

	.title , .classes .title{
		font-size: 19px;
	}

	.container{
		padding: 0 24px;
	}

	.container__secondary{
		padding:0 24px;
	}

	.second-swiper-section .container{
		padding-left:0;
	}

	.header-box {
		flex-direction: row;
		justify-content: space-between;
	}
	img.shaba-app-img{
		display: none;
	}

	.logo{
		border: none;
		width: auto;
	}

	body.reverse-scroll header.main-header .header-box .logo{
		padding:0;
	}

	.logo img{
		max-width: 100px !important;
	}

	.options-menu{
		gap:18px;
		display:flex;
	}

	.mobile-nav-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mobile-menu-top {
		display: flex;
		align-items: center;
		gap: 18px;
	}

	.mobile-contact-btn{
		display: block;
	}

	.reverse-scroll .mobile-contact-btn{
		background-color: #000000;
		color: #ffffff;
	}

	.reverse-scroll .hmbrgr-btn{
		filter: invert(1);
	}

	body.reverse-scroll .main-nav-list li a{
		color: #ffffff;
	}

	.reverse-scroll .main-nav.active .mobile-contact-btn{
		background-color: #ffffff;
		color: #000000;
	}

	body.reverse-scroll header.main-header{
		padding: 10px 0;
	}

	.main-nav {
		display: none;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		background-color: #000000;
		z-index: 9999;
		overflow-y: auto;
		padding: 20px 24px 30px;
	}

	.close-menu-btn {
		background: none;
		border: none;
		cursor: pointer;
	}

	.close-menu-btn img {
		width: 20px;
		height: 20px;
		display: block;
	}

	.main-nav.active {
		display: block;
		left: 0;
	}

	.hmbrgr-btn {
		display: block;
	}
	.hmbrgr-btn img{
		width: 20px;
		height: 20px;
	}
	ul.main-nav-list{
		flex-direction: column;
		gap: 30px;
		align-items: start;
		padding-top: 90px;
	}
	ul.main-nav-list li:last-child {
		display: none;
	}
	ul.main-nav-list li a{
		font-size: 21px;
	}
	.mobile-menu-logo{
		max-width: 80px;
	}
	.hero-content span, .hero-content .text{
		font-size: 27px;
	}
	.changing-texts{
		min-height: 39px;
	}
	.hero-content{
		max-width: 320px;
		width: 100%;
	}
	.scroll-down-animation {
		bottom: -75px;
		width: 150px;
		height: 150px;
	}
	.mobile-on{
		display: block;
	}
	section.intro-section{
		padding:55px 0;
	}
	.intro-box .content{
		margin-left: 0;
	}
	.intro-box {
		flex-direction: column;
	}
	.intro-box .thumbnail{
		margin: 0;
		width: 100%;
	}
	.intro-section .title{
		font-size: 19px;
		letter-spacing: -0.1px;
		margin-bottom: 24px;
	}
	.intro-box .content .text{
		font-size: 14px;
		line-height: 1.7;
		letter-spacing: -0.1px;
	}
	.movement-section{
		padding: 50px 0;
	}
	.movement-box{
		flex-direction: column;
		gap:15px;
		padding: 0;
	}

	.movement-swiper-container {
		max-width: 100%;
	}

	.movement-content{
		max-width: 100%;
		padding: 0;
		margin-top:0;
	}

	.movement-content h2{
		margin-bottom: 24px;
	}


	.movement-swiper .swiper-slide {
		height: auto;
	}

	.second-swiper-section{
		margin: 55px 0;
	}

	.second-swiper-section .second-swiper-box{
		flex-direction: column;
		padding: 0;
	}

	.second-swiper-content{
		max-width: 100%;
		padding: 0 24px;
	}

	.second-swiper-container{
		max-width: 100%;
	}

	.second-swiper .swiper-slide {
		height: 500px;
	}

	.slide-content{
		max-width: 240px;
		height: 450px;
	}

	.kitchen-app__box{
		flex-direction: column;
	}

	.kitchen-app__left{
		width: 100%;
		height: 100%;
	}

	.kitchen-app__right{
		width: 100%;
		height: 100%;
		min-height: 400px;
	}

	.kitchen-app__photo{
		min-height: 400px;
	}

	.kitchen-app__image-right{
		right: 15%;
		max-width: 230px;
	}

	.kitchen-app__image{
		min-height: 350px;
		height: 350px;
		margin: 0 auto;
		transform: rotate(-17deg) translate3d(-5px, 5%, 0) translateX(20%) !important;
		left: 20%;
		width: auto;
		bottom:50px;
	}

	.blog-banner-field, .instagram-banner-field {
		padding: 20px 0;
	}
	.blog-card h3{
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.blog-card .desc{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.btn{
		font-size: 10px;
		padding: 8px 12px;
	}
	.btn__secondary{
		font-size: 10px;
		padding: 11px 14px;
	}
	.blog-banner-field .content{
		margin-top: 12px;
	}
	.blog-banner-field .title, .instagram-banner-field .title{
		margin-bottom: 20px;
	}
	.instagram-btn{
		margin-top:20px;
	}
	.blog-card h3{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		min-height: 50px;
	}
	.kitchen-app__photo{
		max-height: 450px;
	}
	.footer-banner{
		flex-direction: column-reverse;
		width:100%;
		align-items:start;
	}
	.footer-content{
		flex-direction: column;
		text-align: start;
	}

	.footer-title-field{
		display:flex;
		flex-direction:column;
		align-items:center;
		text-align:center;
	}

	.footer-title-field h3{
		font-size:16px;
		font-weight: 600;
		letter-spacing: -0.1px;
		margin-bottom:24px;
	}

	a.map-link{
		padding:10px;
		font-size:14px;
	}

	.footer-title-field p{
		font-size:14px;
		color:#888888;
	}

	.footer-column h3{
		margin-bottom: 24px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.1px;
	}

	.footer-column ul li{
		font-size: 14px;
		margin-bottom: 18px;
		line-height: 2.1;
	}

	.address{
		text-align: center;
		font-size: 14px;
		letter-spacing: -0.1px;
	}

	.footer-column ul li:last-child{
		margin-bottom: 0;
	}

	.footer-copyright {
		border-top: none;
		padding: 0;
		width:100%;
	}

	.footer-copyright p{
		font-size: 12px;
		color: #ffffff;
		letter-spacing: 0.2px;
	}

	.main-footer{
		padding: 40px 0 20px;
	}

	.footer-box{
		align-items: start;
		gap:15px
	}

	a.footer-logo {
		max-width: 170px;
	}

	.daily-plans-swiper .swiper-slide{
		max-width: 420px;
	}

	.daily-plans-swiper .swiper-pagination{
		display: block;
	}

	.daily-plans-swiper .swiper-wrapper{
		padding-bottom: 30px;
	}

	.daily-plans-swiper .swiper-pagination{
		bottom: 0;
	}

	.daily-plans-swiper .swiper-pagination-bullet {
		width: 38px;
		height: 5px;
		background-color: #EAEAEA;
		cursor: pointer;
		transition: all 0.3s ease;
		border-radius: 0;
		opacity: 1;
	}
	.daily-plans-swiper .swiper-pagination-bullet-active {
		background-color: #333333;
		height:5px;
	}

	.accordion__content{
		gap: 8px;
		margin-top: 21px;
		flex-direction: column;
	}

	.accordion__image img{
		min-width: 146px;
	}

	.accordion__header img{
		width: 12px;
		height: 12px;
	}

	.accordion__title{
		font-size: 15px;
	}

	.accordion__text p{
		font-size: 12px;
	}

	.page-header-relative .main-nav.active .mobile-contact-btn{
		background-color: #ffffff;
		color: #000000;
	}

	.page-header-relative .main-nav-list li a{
		color: #ffffff;
	}

	.hero-content span, .hero-content .text, .hero-content-second .text{
		font-size: 27px;
		font-weight: 300;
	}

	.mini-desc{
		font-size: 21px;
	}

	.acc__inner{
		padding-top: 55px;
		gap: 24px;
	}

	.acc__inner .title-field{
		flex-direction: column;
		gap: 24px;
	}

	.acc__inner .title-field h2{
		margin-bottom: 0;
	}

	.acc__inner .field-desc{
		max-width: 100%;
	}

	.list-box .acc__subtitle{
		display: none;
	}

	.acc__inner-box{
		flex-direction: column-reverse;
		gap:20px;
	}

	.acc__inner .acc__right,
	.acc__inner .acc__left{
		width: 100%;
	}

	.acc__inner .mobile-on{
		margin-bottom: 24px;
		font-size: 19px;
		font-weight: bold;
	}

	.personal-training__inner{
		flex-direction: column-reverse;
	}

	.personal-training__left h2{
		display: none;
	}

	.personal-training__right,
	.personal-training__left{
		width: 100%;
	}

	.personal-training-section .mobile-on{
		max-width: 350px;
	}

	.contact-box{
		flex-direction: column;
		gap:20px;
	}

	.contact-box .image-banner,
	.contact-box .contact-content{
		width: 100%;
	}

	.contact-box .contact-content{
		padding: 30px 0px;
		max-width: 400px;
		margin: 0 auto;
	}

	.contact-box .contact-content h2{
		font-size: 19px;
		font-weight: bold;
		margin-bottom: 25px;
	}

	.contact-box .contact-content form{
		gap: 16px;
	}

	.contact-box .contact-content form input:not([type="submit"]), .contact-box .contact-content form textarea, .contact-box .contact-content form .custom-select{
		font-size: 12px;
		padding: 15px 22px;
	}


	.contact-form .btn__secondary{
		font-size: 12px;
		padding: 11px 48px;
	}

	.option-page-title .text{
		font-size: 27px;
		letter-spacing: -0.1px;
	}

	.kitchen-section{
		height: 100%;
	}

	.kitchen-box{
		padding-top: 50px;
		padding-bottom: 10px;
		flex-direction: column;
		gap: 27px;
	}

	.kitchen-content,
	.kitchen-thumbnail{
		width: 100%;
	}

	.kitchen-box h2{
		display: none;
	}

	img.kitchen-logo {
		top: 30px;
		left: 0;
		transform: translateX(0%);
		max-width: 110px;
	}

	.kitchen-text{
		margin-bottom: 22px;
	}

	.kitchen-text p{
		font-size: 14px;
	}

	.kitchen-content .btn{
		font-size: 10px;
		padding: 10px 31px;
	}

	.kitchen-thumbnail img{
		aspect-ratio: 1/1;
	}

	.menu-section{
		height: 100%;
	}

	.movement-swiper .swiper-slide img,
	.second-swiper .swiper-slide img,
	.movement-swiper .swiper-slide video{
		min-height: auto;
	}

	.logo.page-logo{
		border-bottom:none;
	}

	.blog-detail-thumbnail, .blog-detail-content {
		width: 100%;
	}

	.blog-detail-thumbnail img {
		aspect-ratio: 16 / 9;
	}

	.blog-detail-box{
		gap:20px;
	}

	.blog-detail-content h1 {
		font-size: 24px;
	}

	.blog-content h2 {
		font-size: 20px;
		font-weight:500;
	}

	.blog-content p{
		font-size:14px;
	}

	.week-tabs-title{
		font-size:22px;
	}
	.week-tabs ul.week-tabs-nav li{
		font-size:12px;
		letter-spacing:-0.1px;
		position:relative;
		font-weight:300;
		transition:all 0.3s ease;
		padding:14.5px;
	}
	.week-tabs ul.week-tabs-nav li.active{
		border-bottom:none;
		font-weight:300;
	}
	.week-tabs .tabs-wrapper{
		width:100%;
		flex-direction:column;
		gap:14px;
		align-items:start;
		padding:25px 0;
	}
	.week-tabs ul.week-tabs-nav{
		width:100%;
		flex-direction:row;
		overflow:auto;
		padding-bottom:10px;
		gap:3px;
	}
	.tab-content-title{
		font-size:16px;
	}
	li.program-item span {
		font-size: 13px;
	}
	.featured-blog-card {
		flex-direction: column;
		gap: 30px;
	}
	.featured-blog-card .featured-blog-image{
		width:100%
	}
	.featured-blog-card .featured-blog-image img{
		aspect-ratio:16/9;
	}
	.featured-blog-card .featured-blog-content{
		width:100%;
	}
	.footer-column {
		width: 100%;
	}
	.footer-column .contact-item{
		flex-direction:column;
		gap:10px;
		align-items:start;
	}
	.footer-column .contact-item li{
		margin:0;
	}
	ul.days li {
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	ul.days {
		display:flex;
		align-items:center;
		gap:30px;
	}
	.other-blogs-title-field .title {
		margin-bottom: 0;
	}
	span.checkbox-label{
		font-size:12px;
	}
}

.hero-box .background .mobil_video{
	display:none;
}


@media (max-width: 578px) {
	.second-swiper .swiper-pagination-bullet,
	.blog-swiper .swiper-pagination-bullet,
	.movement-swiper .swiper-pagination-bullet{
		width: 38px;
		height: 5px;
	}
}

@media (max-width: 768px){
	.hero-box .background .mobil_video{
		display:block;
	}
	.hero-box .background .desktop_video{
		display:none;
	}
	.blog-swiper .blog-card {
		width: 100%;
	}
	.blog-card .btn{
		font-size:12px;
	}
	.wellcome-title{
		margin-bottom:10px;
	}
	.wellcome-title, .wellcome-subtitle{
		font-size:18px;
		font-weight: 600;
		margin-bottom:10px;
	}
	.wellcome-description {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.wellcome-box .wellcome-content .form-field p span input{
		padding:10px;
		font-size:12px;
	}
	.wellcome-box .wellcome-content{
		padding:0 10px;
		flex-direction:column;
	}
	.wellcome-box .wellcome-content form .form-field > p {
		margin-bottom: 10px;
	}
	.wellcome-box .wellcome-content form .form-submit input{
		font-size:12px;
		padding: 10px 18px;
	}
	.wellcome-image img{
		aspect-ratio: 9 / 9;
		min-height: 250px;
	}
	.services-box{
		flex-direction:column;
	}
	.services-tabs {
		width: 100%;
	}
	.services-tabs__header{
		margin-bottom:25px;
	}
	.services-tabs__btn--active {
		font-size: 22px;
	}
	.services-tabs__btn{
		font-size:18px;
	}
	.services-accordion__item{
		padding:14px 0;
	}
	.services-accordion__item--active {
		padding-bottom: 20px;
	}
	.services-image-field {
		width: 100%;
	}
	section.error-404.not-found .code{
		transform: translate(-50%, -30%);
		top:30%;
		font-size:212px;
	}
	section.error-404.not-found .content{
		padding-top:100px;
	}
	section.error-404.not-found h2{
		margin-bottom:15px;
		font-size:24px;
	}
	section.error-404.not-found p{
		font-size:18px;
		margin-bottom:20px;
	}
	section.error-404.not-found .btn{
		padding:10px 25px;
	}

	.shaba-store-buttons{
		left:50%;
		transform:translateX(-50%);
		right:inherit;
	}

	.shaba-store-buttons img{
		width:120px;
	}

	.kitchen-logo img {
		max-width: 120px;
	}

	a.footer-logo img {
		max-width: 150px;
		margin-bottom:20px;
	}
	.other-blog-content h4{
		min-height:auto;
	}
}


@media (max-width: 565px){
	section.error-404.not-found .code{
		font-size:120px;
		transform: translate(-50%, -40%);
		top: 40%;
	}
	section.error-404.not-found h2{
		font-size:18px;
		text-align:center;
	}
	section.error-404.not-found p{
		text-align:center;
		font-size:16px;
	}
	section.error-404.not-found{
		font-size:14px;
	}
}

.services-accordion__mobile-img{
	width:0;
	transition:all 0.3s ease-in;
}
span.featured-blog-date,
.other-blog-meta{
	display:none;
}

.single-post span.featured-blog-date{
	display:block;
	margin-top:5px;
	text-align:right;
}

.absolute-field {
	position: absolute;
	top: 10px;
	height: 100%;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align:center;
	justify-content:center;
}
.absolute-field h4,
.absolute-field h3{
	font-size:17px;
	line-height:1.4;
	letter-spacing:0.5px;
	font-weight:200;
	margin-bottom:14px;
}
.absolute-field h4:last-child{
	margin-bottom:0;
}

.absolute-field h3 strong{
	font-weight:bold;
}
.absolute-field div.icon{
	margin-bottom:30px;
}
.absolute-field .last-child{
	margin:55px 0;
}
.absolute-field .links{
	display:flex;
	flex-direction:column;
	gap:10px;
}
.absolute-field .links img {
	width: 150px;
}
.week-tabs-content .content-mobile-thumbnail{
	display:none;
}
img.mobile-app__photo.kitchen-app__photo{
	display:none;
}
img.mobile-background__img{
	display:none;
}
span.week-tabs-nav__title--mobile{
	display:none;
}
@media (max-width: 992px){
	.services-accordion__item--active .services-accordion__mobile-img{
		width:100%;
	}
	.services-accordion__header{
		flex-direction:column;
		align-items:start;
	}
	.services-image-field{
		display:none;
	}
	.services-extra-images{
		display:none;
	}
	.services-section{
		padding:30px 0;
	}
	.wellcome-box{
		padding:10px 0;
	}
	span.featured-blog-date{
		font-weight: 200;
		font-size: 14px;
		margin-top: 20px;
		text-align: right;
		display:none;
	}
	.absolute-field{
		right: inherit;
		background: rgba(0, 0, 0, 0.7);
		backdrop-filter: blur(4px);
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
		transform: translateX(-50%);
		left: 50%;
		width: 100%;
		top: 0;
	}
	.background-image img{
		min-height:400px;
		object-fit:cover;
	}
	.absolute-field h4, .absolute-field h3{
		font-size:14px;
		margin-bottom:10px;
	}
	.absolute-field .last-child {
		margin: 15px 0;
	}
	.absolute-field .links img {
		width: 120px;
	}
	.kitchen-app__content{
		text-align:center;
	}
	.absolute-field h3 {
		margin: 15px 0;
	}
	.absolute-field div.icon{
		margin-bottom:15px;
	}
	.absolute-field div.icon img{
		height:auto;
		width:60px;
		object-fit:cover;
	}
	.week-tabs-content .content-mobile-thumbnail{
		display:block;
	}
	.week-tabs-content .content-thumbnail{
		display:none;
	}
	.kitchen-app__left .kitchen-app__photo{
		display:none;
	}
	img.mobile-app__photo.kitchen-app__photo{
		display:block;
	}
	img.mobile-background__img{
		display:block;
	}
	.background-image img:first-child {
		display: none;
	}
	span.week-tabs-nav__title--mobile{
		display:block;
	}
	span.week-tabs-nav__title{
		display:none;
	}
	.week-tabs ul.week-tabs-nav li .line{
		display:none;
	}
	h2.week-tabs-title{
		font-size:18px;
		margin-left:10px;
		margin-bottom:0;
	}
	.week-tabs-content{
		width:100%;
	}
	.week-tabs-content .tab-content.active{
		flex-direction:column-reverse;
		gap:14px;
	}
	.content-text {
		width: 100%;
	}
	ul.program-list{
		padding:15px;
	}
	span.program-info{
		font-size:10px !important;
		font-weight:200;
	}
	li.program-item{
		min-height:81.5px;
	}
	.content-field .box-item{
		flex-direction:column;
		gap:10px;
		align-items:start;
	}
	.content-field .box-item img{
		width:20px;
		height:20px;
	}
	.contact-form .btn{
		padding: 12px 32px;
	}
	a.see-to-map{
		font-size:14px;
		padding:12px 28px;
	}
	.contact-box .image-banner img:not(.contact-logo.absolute){
		aspect-ratio: 1.2 / 1;
	}
	.services-item .content{
		padding: 0 12px;
		bottom: 15px;
		flex-direction:column;
		align-items:start;
	}
	h3.services-title {
		font-size: 14px;
		margin-bottom:10px;
	}
	.services-description {
		font-size: 14px;
		font-weight: 200;
		line-height: 1.5;
		letter-spacing: 1px;
	}
	.membership-tabs__nav{
		margin-bottom:25px;
		gap:10px;
	}
	.membership-tabs__nav-btn{
		padding: 13px 10px 13px 10px;
		font-size:11px;
		font-weight:200;
	}
	.membership-tabs__nav-btn .line{
		display:none;
	}
	.membership-tab-panel__desc {
		font-size: 13px;
		margin: 0 auto 20px;
	}
	.membership-box{
		flex-direction:column;
		gap:10px;
	}
	.membership-box__image {
		width: 100%;
	}
	.membership-box__content{
		width:100%;
	}
	.membership-box__item {
		padding: 10px 0px;
		gap: 10px;
		flex-direction: column;
	}
	.membership-box__item-desc{
		display:none;
	}
	.membership-box__item.show .membership-box__item-desc{
		display:block;
	}
	.membership-tab-panel__boxes .membership-box:last-child,
	.membership-tab-panel:last-child .membership-box:last-child,
	.membership-tab-panel:last-child .membership-box:first-child{
		flex-direction:column;
	}
	.membership-box__item-title{
		max-width:100%;
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.membership-box__item-title .mobile-on{
		display:block;
		width:25px;
		height:25px;
	}
	.membership-tabs{
		padding-top:10px;
	}
	h3.acc__title{
		font-size:20px;
	}
	.acc__inner .acc__right{
		padding:15px 0;
	}
	.services-description{
		display:none;
	}
	.page-id-23 section.contact-section{
		margin-top:0;
	}
	.modal__body{
		max-height: min(70vh, 400px);
	}
}

































/* Popup CSS */
.shaba-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999999;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.shaba-popup-overlay.active {
	display: flex;
	opacity: 1;
}

.shaba-popup-container {
	position: relative;
	max-width: 800px;
	width: 95%;
	max-height: 90vh;
	margin: 20px;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.shaba-popup-overlay.active .shaba-popup-container {
	transform: scale(1);
}

.shaba-popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 20px;
	height: 20px;
	z-index: 1000000;
}

.shaba-popup-close img{
	width:20px;
	height:20px;
}

.shaba-popup-link {
	display: block;
	width: 100%;
	text-decoration: none;
}

.shaba-popup-image {
	position: relative;
	width: 100%;
	text-align: center;
}

.shaba-popup-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

/* 992px ve üstünde web görseli göster */
.shaba-popup-image .shaba-popup-image-web {
	display: block;
}

.shaba-popup-image .shaba-popup-image-mobile{
	display:none;
}

/* 992px'in altında mobil görseli göster */
@media (max-width: 992px) {
	.shaba-popup-image .shaba-popup-image-web {
		display: none;
	}

	.shaba-popup-image .shaba-popup-image-mobile{
		display:block;
	}

}