@charset "UTF-8";

/*
Theme Name: LIFESPRING
Theme URI:
Author: Duncan Mwesigwa
Author URI: https://wordpress.ug/
Description: Lifespring WOMEN’S CENTER
Text Domain: lifespring
*/

/*
 * GLOBAL STYLES
*/
body {
	margin: 0;
    overflow-x: hidden;
}
p{
    font-size: 20px; 
}
.services-slider{
    overflow: hidden;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
    margin: 20px 0;
}
.services-slider .service-card, .services-grid .service-card{
   background: #7a2c900b;
    border-radius: 12px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	height: 450px;
    margin-bottom: 10px;
}
.services-slider .service-card:hover, .services-grid .service-card:hover{
    background-color: #7B2C90;
}
.services-slider .service-card:hover .service-title, .services-slider .service-card:hover .service-excerpt, .services-slider .service-card:hover .service-link,
.services-grid .service-card:hover .service-title, .services-grid .service-card:hover .service-excerpt, .services-grid .service-card:hover .service-link{
    color: #fff;
}
.services-slider .service-image img, .services-grid .service-image img{
    height: 222px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
}
.service-content{
    padding: 20px 20px 30px 20px;
}
.services-slider .service-title, .services-grid .service-title{
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}
.services-slider .service-excerpt, .services-grid .service-excerpt{
    font-size: 18px;
    margin-bottom: 15px;
	color:#00000094;
	line-height: 24px;
}
.swiper-pagination-bullet-active{
    background: #60B64A!important;
    width: 50px!important;
    height: 10px!important;
    border-radius: 10px!important;
}
.lifespring .number-percentage-wraper{
    color: #f1f8ef;
    -webkit-text-stroke: 2px #60B64A;
}
.swiper-pagination{
    bottom: -33px!important;
}
.services-slider .service-link, .services-grid .service-link{
    font-weight: 500;
    color: #60B64A;
    text-decoration: none;
}
/*Facility*/
.facilities-slider {
    width: 100%;
    height: 500px;
    position: relative;
}

.facilities-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 25px;
}

.facility-slide, .facility-card {
    display: flex!important;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
}

.facility-left {
    width: 50%;
    background: #60b64a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 60px;
    color: #fff;
}

.facility-text {
    text-align: left;
}

.facility-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.facility-description {
    font-size: 18px;
    line-height: 1.6;
}

.facility-right {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.facility-video,
.facility-image {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    display: block;
}

.facility-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.facility-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    border: none;
    color: #fff;
    font-size: 48px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 2;
}
.facility-video-wrapper.playing .facility-play-btn {
    background: rgba(0, 0, 0, 0.3);
}

.facility-play-btn:hover {
    background: rgba(0,0,0,0.8);
}

.facilities-slider .swiper-pagination {
    bottom: -26px !important;
}
.facility-slide:nth-child(2) .facility-left, .facility-card:nth-child(2) .facility-left{
	background: rgb(123 44 144 / 85%); 
}

@media (max-width: 768px) {
    .facility-slide, .facility-card {
        flex-direction: column;
        height: auto;
    }
    .facility-left, .facility-right {
        width: 100%;
        height: auto;
    }
    .facility-left {
        padding: 30px;
    }
    .facility-play-btn {
        font-size: 36px;
        width: 60px;
        height: 60px;
    }
}

.aboutsec.elementor-section, .aboutsec .elementskit-info-box-icon{
		backdrop-filter: saturate(180%) blur(10px);
    	-webkit-backdrop-filter: saturate(180%) blur(10px);
}

#lifespring .elementor-button-icon svg, #lifespring.cta-button i {
  transform: rotate(-45deg);
  transition: all 0.4s 
ease-in-out;
}

#lifespring.elementor-button:hover .elementor-button-icon svg, #lifespring.cta-button:hover i {
  transform: rotate(0deg);
}
.lifespringabout .elementskit-infobox{
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
/*Single services page*/
/* Hero Section */
.service-hero {
    background-color: rgba(123, 44, 144, 0.04);
}
.hero-bg{
    width: 1230px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 60px 20px;
     margin-bottom: 60px;
}
.service-subtitle {
    color: #7B2C90;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}

.service-title {
    font-size: 64px;
    font-weight: 800;
    margin: 0px;
}

.service-intro {
    font-size: 20px;
    line-height: 1.6;
    margin: 0px;
}

.cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
    background: #7B2C90;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}
.cta-button:hover{
    background: #60B64A;
}
.hero-thumbnail {
    border-radius: 15px;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.service-single.container{
    width: 1300px;
    margin: auto;
    padding-bottom: 60px;
}
.service-description, .service-faqs {
    width: 900px;
    margin: auto;
}
/* Service Description */
.service-description {
    margin-bottom: 40px;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* FAQs */

.service-faqs {
    padding-bottom: 50px;
}
.service-faqs h2 {
    margin-bottom: 20px;
}
.faq-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    text-align: left;
    padding: 15px;
    background: #f7f3f8;
    border: none;
}
.faq-question h3{
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    margin: 0px;
}
.faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
}
.faq-answer p{
    font-size: 18px;
}
.wpcf7-acceptance .wpcf7-list-item label{
	display: flex;
	gap: 15px;
	font-size: 16px;
	font-weight: 300;
	
}
.ekit-team-modal-info.has-img{
	flex: 0 0 100%!important;
    max-width: 100%!important;
	padding: 0px 30px 0px 0px!important;
}
.ekit-team-modal-img img{
	width: 100%;
	height: 100%;
}
/* Related Services */
.related-services h2 {
    margin-bottom: 20px;
}
@media(max-width:600px){
    .facility-overlay, .facility-text{
        width: 100%;
    }
    .facilities-slider{
        overflow: hidden;
    }
    .facility-text{
        padding: 20px 30px;
    }
    .hero-bg{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .service-title{
        font-size: 40px;
    }
    .hero-text, .hero-image img{
        width: 89%;
    }
    .service-single.container{
        width: 100%;
    }
    .services-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0px 0px 20px;
    }
    .service-description, .service-faqs, .related-services{
        width: 89%;
    }
	.cta-button{
		margin-bottom: 20px;
		font-size: 15px;
	}
}