/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */
/* ===============================
   Featured Products Slider
================================== */
.swiper-slide {
    padding: 8px;
    box-sizing: border-box;
}

.fps-slider, .swiper {
    overflow: hidden;
}
.fps-slider {
    position: static;
    overflow: hidden;
}

.fps-layout{
    display:flex;
    gap:24px;
    align-items:stretch;
	margin-top: 3em;
}

.fps-left{
    width:68%;
    background:#FFFFFF;
    border-radius:10px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
	box-shadow: 0 3px 12px rgb(0 0 0 / 18%);
    margin-bottom: 20px;
}

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

.fps-right {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.fps-right .fps-small
 {
    box-shadow: 0 3px 12px rgb(0 0 0 / 18%);
    margin-bottom: 20px;
    border-radius: 10px;
}
.fps-small{
    background:#FFFFFF;
    border-radius:10px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    flex:1;
}

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

.fps-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px;
	border-width: 0px 0.5px 0.5px 0.5px;
    border-style: solid;
    border-color: #87878780;
    border-radius: 0 0 10px 10px;
}

.fps-content h3,
.fps-content h4{
    margin:0;
    color:#111;
    line-height:1.35;
    font-weight:600;
}

.fps-content h3{
    font-size:30px;
}

.fps-content h4{
    font-size:20px;
}

.fps-arrow{
    width:60px;
    height:52px;
    border-radius:5px;
    background:#000000;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    transition:.3s;
    flex-shrink:0;
}
.fps-left a.fps-arrow i:before {
    color: #FFFFFF;
}
.fps-left .fps-content .fps-arrow {
    height: 80px;
    width: 100px;
    margin-top: -4em;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.fps-left .fps-content .fps-arrow i {
    font-size: 40px;
}
.fps-right a.fps-arrow {
    background: #7BB2B5;
	margin-top: -4em;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.fps-right a.fps-arrow i:before {
    color: #FFFFFF;
}
.fps-arrow i.bi.bi-chevron-right:before {
    font-weight: 800 !important;
}
.fps-arrow:hover{
    transform:translateX(3px);
    background:#000;
}

.fps-prev,
.fps-next{
    position:absolute;
    top: -62px;
    right:0;
    left:auto;
    width:auto;
    height:auto;
    background:transparent !important;
    border:none;
    box-shadow:none;
    border-radius:0;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:20;
    transform:none;
    color:#111;
	font-size: 30px;
}
.fps-prev i:before, .fps-next i:before {
    font-weight: 700 !important;
}

.fps-prev{
    right:55px;
}

.fps-next{
    right:10px;
}


.serviceSec ul {
    padding: 0 15px;
}
/* Responsive */

@media(max-width:991px){

    .fps-layout{
        flex-direction:column;
    }

    .fps-left,
    .fps-right{
        width:100%;
    }

    .fps-left img{
        height:420px;
    }

}

@media(max-width:767px){

    .fps-left img{
        height:300px;
    }

    .fps-small img{
        height:180px;
    }

    .fps-content h3 {
        font-size: 16px;
        font-weight: 700;
    }

    .fps-content h4{
        font-size:18px;
    }

    .fps-content{
        padding:16px;
    }

}
.fps-slider-mobile{
    display:none;
    position:relative;
}

.fps-prev-desktop,
.fps-next-desktop,
.fps-prev-mobile,
.fps-next-mobile{

    position:absolute;
    top:-62px;
    z-index:99;
    font-size:30px;
    cursor:pointer;
}

.fps-prev-desktop,
.fps-prev-mobile{
    right:55px;
}

.fps-next-desktop,
.fps-next-mobile{
    right:10px;
}

@media(max-width:767px){

    .fps-slider{
        display:none;
    }

    .fps-slider-mobile{
        display:block;
    }

	.fps-slider-mobile a.fps-arrow {
    background-color: #7BB2B5;
    color: #FFFFFF;
}
	
}
/* Accordion item */
.accordionSec .e-n-accordion-item {
    position: relative;
    transition: all 0.3s ease;
}

/* Active accordion */
.accordionSec .e-n-accordion-item[open] {
    padding: 30px 0;
}

/* Background for active accordion */
.accordionSec .e-n-accordion-item[open]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -37px;
    width: calc(100% + 74px); /* Instead of fixed 730px */
    height: 100%;
    background: #E8E1D2;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
}

/* Keep content above background */
.accordionSec .e-n-accordion-item > * {
    position: relative;
    z-index: 1;
}

/* Title alignment */
.accordionSec summary.e-n-accordion-item-title {
    align-items: flex-start !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Icon */
.accordionSec svg {
    width: 20px;
    position: relative;
    top: 6px;
}
.infoAuthor img {
    height: 80px !important;
    object-fit: cover;
    width: 80px;
}

.gym-product-card-arrow{
	background: #e8e1d2 !important;
}
.gym-product-card-arrow svg {
    stroke: #2f2e41 !important; 
}

body{
	background-color:#fff !important;
}