/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */


/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    overflow-x: hidden;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

header {
    float: left;
    width: 100%;
}

main {
    float: left;
    width: 100%;
}

footer {
    float: left;
    width: 100%;
}

body {
    float: left;
    width: 100%;
    margin: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}

a {
    position: relative;
}

section {
    float: left;
    width: 100%;
}

.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}

/* Extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
}

.am-fcil__item {
	width: 30% !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
 Header Start
   ========================================================================== */

.custom-header {
    background: #fff;
    padding: 5px 60px;
}

.mega-menu .mega-menu-link {
    color: #000;
    font-weight: 500;
    margin-left: 20px;
    position: relative;
}

.mega-menu .mega-menu-link.current_page_item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background: #000;
}

.mega-menu .mega-menu-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background: #000;
}

.mega-menu .mega-menu-link:focus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background: #000;
}

.mega-menu .mega-menu-link:hover {
    color: #000;
}

.mega-menu .mega-menu-link:focus {
    color: #000;
}

.logo img {
    width: 165px;
}

.button_blue .mega-menu-link {
    background-color: #2f8f8b !important;
    color: #ffffff !important;
    padding: 0px 20px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    margin: 0 0 0 10px !important;
}

.button_blue .mega-menu-link:hover {
    background-color: #267a76 !important;
    color: #ffffff;
    text-decoration: none !important;
}

.button_blue .mega-menu-link:focus {
    background-color: #267a76 !important;
    color: #ffffff;
    text-decoration: none !important;
}

.button_blue .mega-menu-link:hover::after {
    content: none !important;
}

.button_blue .mega-menu-link:focus::after {
    content: none !important;
}

.button_blue {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        justify-content: space-between !important;
    }
}

/* ==========================================================================
Header End
   ========================================================================== */


/* ==========================================================================
Hero banner Start
   ========================================================================== */

.hero-section {
    overflow: hidden;
    float: left;
    width: 100%;
    max-height: 640px;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.49);
}

.hero-section .container {
    z-index: 2;
}

.home_herotxt h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home_herotxt p {
    font-size: 18px;
    margin-bottom: 25px;
}

.hero-btn {
    background: #2e7d73;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
}

.hero-btn:hover {
    background: #256b62;
    color: #fff;
}

.hero-btn:focus {
    background: #256b62;
    color: #fff;
}

.hero-section .container {
    height: 640px;
    position: relative;
}

.hero-section .row.align-items-center {
    height: 100%;
}
/* discount-box start */

.hero_banner_weap {
    position: relative;
    float: left;
    width: 100%;
}

.discount-box {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 420px;
    padding: 85px 30px 50px 163px;
    background-image: url(../img/tags.png);
    color: #fff;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
}

.discount-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.discount-content a {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
	text-decoration: none;
}

.discount-content a:hover {
    background: #f1f1f1;
}

.discount-content a:focus {
    background: #f1f1f1;
}

@media (max-width:991px) {
    .discount-box {
        right: 0;
        bottom: 0;
        padding: 63px 30px 55px 160px;
    }
}

@media (max-width:768px) {
    .discount-content h3 br {
        display: none;
    }
    .discount-box {
        position: relative;
        right: 0;
        bottom: 0;
        float: right;
        left: 0;
        width: 100%;
        padding: 20px 60px;
        background: #2e7d73;
    }
}

@media (max-width: 576px) {
    .discount-box {
        text-align: center;
    }
    .discount-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1;
    }
}

/* discount-box End */

/* ==========================================================================
Hero banner End
   ========================================================================== */


/* ==========================================================================
About us Start
   ========================================================================== */

.about-section {
    background: #fff;
    overflow-x: hidden;
    float: left;
    width: 100%;
}

.about-img-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-subtitle {
    color: #2e7d73;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.About_txt h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2f3e3e;
}

.About_txt p {
    font-size: 16px;
    color: #4f5b5b;
    max-width: 500px;
}


/* ==========================================================================
About us End
   ========================================================================== */


/* ==========================================================================
Class Start
   ========================================================================== */

.class-section {
    background: #f3f3f3;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    max-width: 950px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
}

.class-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

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

.class-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.class-info h5 {
    margin: 0 0 5px;
    font-weight: 600;
}

.class-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.explore-btn {
    background: #2e7d73;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
}

.explore-btn:hover {
    background: #256b62;
    color: #fff;
}

.explore-btn:focus {
    background: #256b62;
    color: #fff;
}


/* ==========================================================================
Class End
   ========================================================================== */


/* ==========================================================================
PARALLAX SECTION Start
   ========================================================================== */

.parallax {
    position: relative;
    background: url("../img/paralax.png") no-repeat center center/cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 125px 0;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
}

.content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    font-weight: 500;
    text-decoration: none;
}

.badge:hover {
    transform: translateY(-3px);
}

.badge:focus {
    transform: translateY(-3px);
}

.parallax h3 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
}

.parallax h3 strong {
    font-weight: 700;
}

.parallax p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 600;
}

.outline-btn {
    padding: 14px 40px;
    font-size: 18px;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}

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

.outline-btn:focus {
    background: #ffffff;
    color: #000000;
}


/* ==========================================================================
PARALLAX SECTION End
   ========================================================================== */


/* ==========================================================================
Team Start
   ========================================================================== */

.team-section {
    padding: 50px 0;
}

.team-section .row {
    margin-top: 50px;
}

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

.team-img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.team-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-card p {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}


/* ==========================================================================
Team End
   ========================================================================== */


/* ==========================================================================
Contact start
   ========================================================================== */

.contact-bar {
    background: #219392;
    padding: 50px 0;
    color: #ffffff;
}

.contact-bar h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-bar p {
    font-size: 15px;
    color: #d9f2f1;
    margin: 0;
    line-height: 1.6;
    font-style: italic;
    font-weight: 500;
}


/* ==========================================================================
Contact End
   ========================================================================== */


/* ==========================================================================
Footer Start
   ========================================================================== */

.footer-section {
    background: #187170;
    padding: 60px 0 30px;
    color: #ffffff;
}

.footer-logo h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.footer-logo a {
    display: inline-block;
    margin: 0 0 40px 0;
}

.footer-nav {
    gap: 25px;
    margin-bottom: 25px;
}

.footer-nav a {
    color: #d9f2f1;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-nav a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-nav a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.social-icons a {
    color: #ffffff;
    margin: 0 10px;
    transition: 0.3s;
    font-size: 0;
}
.social-icons a img {
    max-width: 24px;
    max-height: 24px;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons a:focus {
    opacity: 0.7;
}

.footer-section hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 30px auto;
    width: 80%;
}

.copyright {
    font-size: 14px;
    color: #fff;
}
.contact-bar p a {
    color: #fff;
    margin: 0 5px 0 0;
	display: block;
    width: fit-content;
}

.contact-bar p a:hover {
	text-decoration: none;
}
.contact-bar p a:focus {
	text-decoration: none;
}


/* ==========================================================================
Footer End
   ========================================================================== */


/* ==========================================================================
inner banner Start
   ========================================================================== */

.hero-section_inner {
    height: 450px;
    overflow: hidden;
    position: relative;
}

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

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.49);
    z-index: 1;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #fff;
}

.hero-txt {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
}

.hero-txt h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-txt p {
    font-size: 22px;
    line-height: 1.6;
    opacity: 0.9;
}


/* ==========================================================================
inner banner end
   ========================================================================== */


/* ==========================================================================
Class section Start
   ========================================================================== */

.class-heading {
    padding: 50px 20px 0;
}

.class-heading h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2b383a;
    margin-bottom: 15px;
}

.class-heading p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
    /* soft gray */
}

.class-card {
    background: #e9f3f3;
    border-radius: 12px;
    overflow: hidden;
    border-bottom: 3px solid #a3c6c6;
}

.class-img {
    height: 100%;
    object-fit: cover;
}

.class-content {
    padding: 30px;
}

.class-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2f3e3d;
    margin-bottom: 10px;
}

.class-content p {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 15px;
}

.class-infobox {
    background: #bbe9e9;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #2f3e3d;
}

.class-infobox div {
    margin-bottom: 5px;
}

.class-content a.btn.class-btn {
    width: 100%;
}

.class-btn {
    background: #1f6f6d;
    color: #fff;
    padding: 10px 25px;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.3s;
}

.class-btn:hover {
    background: #195c5a;
    color: #fff;
}


/* ==========================================================================
Class section End
   ========================================================================== */


/* ==========================================================================
benefit-box Start
   ========================================================================== */

.benefit-box {
    background: #fff;
}

.benefit-box .row {
    margin: 0 0 70px 0;
}

.benefit-img {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.benefit-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.benefit-btn {
    background: #1f6f6d;
    color: #fff;
    padding: 10px 28px;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.3s;
}

.benefit-btn:hover {
    background: #195c5a;
    color: #fff;
}

.benefit-btn:focus {
    background: #195c5a;
    color: #fff;
}


/* ==========================================================================
benefit-box End
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


.amelia-v2-booking #amelia-container .am-fs-sb {
    max-width: 350px !important;
    width: 350px !important;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper {
    max-width: 900px !important;
    width: 100%;
}
@media (min-width:1200px){
	.class-section .row .col-lg-4.col-md-6 {
		width: 25%;
	}
}
li.menu-item.welcome-user {
    margin: 0px 5px 0 5px;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}
@media (max-width:991px){
	li.menu-item.welcome-user {
		margin: 0px 0 10px 10px;
		float: left;
		color: #ffffff;
		text-align: left;
	}
}
.amelia-v2-booking #amelia-container .am-cat__content {
    max-height: unset !important;
    overflow-x: hidden;
}

/* ==========================================================================
pilates calender Start
   ========================================================================== */

section.pilates-calendar_wrap {
    background: #cfd8d7;
}

.pilates-title {
    font-size: 60px;
    color: #2e7d73;
    letter-spacing: 4px;
    font-weight: 300;
}

.pilates-sub {
    color: #777;
    letter-spacing: 5px;
    font-size: 13px;
}

.duration {
    color: #2e7d73;
    font-weight: 500;
}

.pilates-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}


/* DAY BLOCK */

.day {
    text-align: center;
    margin-bottom: 20px;
}

section.pilates-calendar_wrap img {
    max-width: 100%;
}

.pilates-calendar_img {
    margin-bottom: 20px;
}


/* DAY LABEL */

.day-label {
    padding: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.day-green {
    background: #2e7d73;
}

.day-gray {
    background: #6c757d;
}


/* IMAGE */

.day img {
    width: 100%;
    margin-bottom: 10px;
}


/* TEXT */

.class-title {
    color: #2e7d73;
    font-weight: 600;
}

.trainer {
    font-size: 13px;
    color: #666;
}

.time {
    font-weight: 500;
}

.note {
    color: #c0392b;
    font-size: 13px;
}

.mt {
    margin-top: 10px;
}


/* ✅ RESPONSIVE */

@media (max-width: 992px) {
    .pilates-calendar {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .pilates-calendar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pilates-calendar {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ==========================================================================
pilates calender End
   ========================================================================== */