/* 
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 */


.wellcol h3 {
    font-size: 25px !important;
}

.underclass h2 {
    font-size: 50px !important;
}

div#ourofferingid h3.elementor-flip-box__layer__title {
    font-size: 18px !important;
}

a.booknow {
    margin-top: 5%;
    display: inline-block;
    background: #e3d297;
    padding: 11px 42px;
    border-radius: 25px;
    color: #3a8d82;
}

a.booknow:hover {
    background: #3a8d82 !important;
    color: #fff;
}

div#pilatesid h5 {
    color: #e5ae2f !important;
}

/*testimonial*/

.paratestimonial {
    position: absolute;
    top: 33%;
}



/*footernewslettertext*/

span.footertext {
    font-size: 18px !important;
    line-height: 28px !important;
    display: block;
    margin-top: 10px !important;
}

/*pilateservcies*/


.pricing-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  font-family: Arial, sans-serif;
}

.pricing-table thead {
  background: #f8f9fb;
}

.pricing-table th {
  text-align: left;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
}

.pricing-table td {
  padding: 20px 24px;
  font-size: 16px;
  color: #4b5563;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

.pricing-table tbody tr:hover {
  background: #f3f6fa;
  transition: 0.3s ease;
}

.pricing-table td strong {
  color: #1f2937;
  font-weight: 700;
}

.pricing-table td a {
  color: #0f766e;
  text-decoration: none;
  font-weight: 600;
}

.pricing-table td a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pricing-table th,
  .pricing-table td {
    padding: 16px;
    font-size: 14px;
  }

  .pricing-table th {
    font-size: 15px;
  }
}


/*womenpage*/

.wellbeing-journey {
    padding: 50px 20px;
    background: #f8f5f0;
    font-family: 'Arial', sans-serif;
}


.journey-container {
    max-width: 1100px;
    margin: auto;
}


.journey-header {
    text-align: center;
    margin-bottom: 60px;
}


.journey-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #3d3a35;
    margin-bottom: 15px;
}


.journey-header p {
    max-width: 650px;
    margin: auto;
    color: #777;
    font-size: 17px;
    line-height: 1.7;
}



/* Timeline */

.journey-timeline {
    position: relative;
}


.journey-timeline:before {
    content: "";
    position: absolute;
    left: 45px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #c9a77b;
}



.journey-item {
    display: flex;
    gap: 35px;
    margin-bottom: 45px;
    position: relative;
}



.journey-number {
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #c9a77b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d6b42;
    font-size: 22px;
    font-weight: 600;
    z-index: 2;
    transition: .4s ease;
}



.journey-content {
    background: white;
    padding: 30px 35px;
    border-radius: 20px;
    flex: 1;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: .4s ease;
}



.journey-content h3 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #3d3a35;
}



.journey-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin:0;
}



/* Hover */

.journey-item:hover .journey-content {
    transform: translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,0.12);
}


.journey-item:hover .journey-number {
    background:#c9a77b;
    color:white;
}



/* Mobile */

@media(max-width:768px){

    .journey-header h2{
        font-size:32px;
    }


    .journey-timeline:before{
        left:25px;
    }


    .journey-item{
        gap:20px;
    }


    .journey-number{
        min-width:55px;
        height:55px;
        font-size:16px;
    }


    .journey-content{
        padding:22px;
    }


    .journey-content h3{
        font-size:22px;
    }

}






/*responsive*/

@media only screen and (max-width: 1000px) and (min-width: 320px)  {
.underclass h2 {
    font-size: 30px !important;
}
	
.marqueeclass ul li span {
    font-size: 40px !important;
}	
	
.paratestimonial {
    position: relative;
}
	
	
.elementor-element-23bd3804
    .swiper-slide > .e-con > .e-con-inner >
    .elementor-widget-image {
        display: none !important;
    }

    /* Testimonial text */
    .elementor-element-23bd3804
    .elementor-widget-text-editor {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }	
	
	
}




