* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik';
}

html, body {
    overflow-x: hidden;
}

body {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    line-height: 1.5715;
    background-color: #fff;
    min-height: 100vh;
    position: relative
}

/* section {
    margin-bottom: 100px;
} */

p, a {
    font-family: 'Rubik';
    color: #222222;
    font-weight: 400;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #F68E2E;
    cursor: pointer;
}


h1, h2, h3, h4, h5 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #222222;
    line-height: 1.2;
    margin: 0px;
}

h1 {
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: center;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
    font-weight: 600;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

p, a {
    font-size: 16px;
    margin: 0px;
}

button {
    background: #001C43;
    /* box-shadow: 0px 3px 0px 0px #E86C00; */
    font-size: 20px;
    font-weight: 400;
    height: 48px;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    font-family: Rubik;
    cursor: pointer;
    padding: 8px 40px;
}

.button-hero {
    min-width: 320px;
}

.button-top {
margin-top: 60px;
margin-bottom: 20px;
}

.button-bottom {
    background: #ff7a00;
}


strong {
    font-weight: 700;
}

header {
    background: #fff !important;
    position: fixed;
    width: 100%;
    height: 70px;
    box-shadow: 0px 5px 8px #00000037;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    top: 0;
    align-items: center;
}

.headerlogo {
    margin-left: 30px;
}

.logo-yoga {
    cursor: pointer;
    vertical-align: middle;
    border-style: none;
    width: 10em;
}

.headertext {
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.HeaderMenuCol {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top: 1px;
    align-items: center;
}

.HeaderMenuCol > a {
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ant-btn.ant-btn-primary {
    background: #ff7a00;
    border-radius: 4px;
    border: none;
    transition: background-position .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background-size: auto 200%;
    height: 36px; 
    width: 93px;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

.ant-btn {
    line-height: 1.5715;
    position: relative;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    padding: 4px 15px;
}

.hero-container {
    background-color: #FFB800;
    margin-top: 70px;
}

.hero-image-container {
    display: flex;
    justify-content: center;
    padding: 5em 6em;
    gap: 24px;
    align-items: center;
}

.hero-image-container img {
    max-width: 360px;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
}


/* .hero-content div {
    margin-right: 20px;
} */

.hero-content span {
    margin-right: 10px;
    font-size: 12px;
}

.hero-content .row {
    display: flex;
    align-items: baseline;
}

.hero-content .weight-loss {
    font-size: 44px;
    font-weight: 600;
    font-family: 'Poppins';
}

.hero-content button,
.life-style-container button {
    color: #FFFFFF;
}

.offerings-container {
    padding: 3em 6em;
}

.programs-container {
    padding: 3em 8em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.programs-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 64px;
}

.programs {
    display: flex;
    max-width: 400px;
}

.programs-container button {
    background-color: #E86C00;
}

.programs img {
    width: 100%;
}

.offerings {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2em;
    gap: 64px;
}

.offerings div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.offerings p {
    font-size: 22px;
    text-align: center;
}

.offerings img {
    width: 94px;
    height: 94px;
}

.coach-details-container {
    background-color: #00132F;
    padding: 6em;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;

}

.coach-details-container h2,
.coach-details-container h6{
    color: #FFFFFF;
    text-align: center;
}

.coach-details-container p {
    color: #FFFFFF;
}

.coach-details-container .highlight {
    background-color: #7B61FF;
}

.coach-details-container button {
    background-color: #FFB800;
    color: #222222;
}

.bottom-spacing {
    margin-top: 2em;
}

.coach-details {
    display: flex;
    gap: 64px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4em;
    margin-bottom: 2em;
}

.coach-details img {
    width: 160px;
    height: 160px;
    border-radius: 8px;
}

.life-style-container {
    padding: 3em 6em;
    text-align: center;
}

.life-style-container h2 {
    margin-bottom: 0.4em;
}

.life-style-container .highlight {
    background-color: #FFB800;
}

.pricing-container {
    padding: 6em 0;
    text-align: center;
    background: #FEF4EA;
    margin-bottom: 0px;
}

.trial-session-container {
    background-color: #00132F;
    padding: 6em 0;
    margin-bottom: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 6em;
}

.trial-session-container h2 {
    color: #FFFFFF;
    text-align: left;
    padding-left: 1em;
    margin-bottom: 0em;
}

.trial-session-container img {
    display: block;
    width: 100%;
}

.trial-session-container a {
    padding-left: 2em;
}

.trial-session-container a button {
    min-width: 320px;
    margin-top: 20px;
}

.trial-session-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 2em;
}

.trial-session-details button {
    background-color: #FFFFFF;
    color: #00132F;
}

.trial-session-details ul {
    list-style-type: initial;
}

.trial-session-details li {
    font-size: 18px;
    margin-top: 14px;
    list-style: none;
    position: relative;
    padding: 0 0 0 2em;
}

.trial-session-details li::before {
    content: '\2714'; 
    display: inline-block; 
    position: relative; 
    top: -4px; 
    width: 14px; 
    height: 14px; 
    margin-right: 20px; 
    padding: 2px;
	font-size: 12px; 
    font-weight: bold; 
    line-height: 14px; 
    color: #00132F; 
    background: #FFFFFF;
    border-radius: 50%; 
    text-align: center; 
}

.cta-bottom {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    padding: 6em 0;
    margin-bottom: 0px;    
}

.cta-bottom-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    gap: 16px;
}

.cta-bottom-content img {
    width: 150px;
    height: 48px;
    border-radius: 8px;
}

.testimonials-container {
    background-color: #00132F;
    padding: 6em 0;
    margin-bottom: 0px;
}

.testimonials-container h2 {
    color: #FFFFFF;
    text-align: center;
}

.carousel {
    margin: 0 auto;
    margin-top: 30px;
}

.testimonials-container .carousel-item h6 {
    color: #FFFFFF;
    text-align: left;
}

.testimonials-container .carousel-item p {
    color: #FFFFFF;
    text-align: left;
    margin-top: 12px;
    padding: 0;
}

.carousel-item > div > div {
    margin-left: 20px;
}

.carousel-item img {
    height: 240px;
    width: 240px;
    border-radius: 8px;
}

.prices {
    display: flex;
    justify-content: center;
    align-items: initial;
    margin-top: 2em;
    gap: 8px;
    flex-wrap: wrap;
}

.prices > div {
    border: 2px solid #E2E2E2;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    padding: 1em;
    text-align: left;
    max-width: 350px;
    width: 350px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}

.prices > div > p,
.prices > div > h4 {
    margin-bottom: 1em;
}

.prices > div > a {
    margin-top: auto;
}

.prices div p:first-of-type {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.prices div p {
    font-size: 16px;
}

.prices button {
    margin-top: 1.5em;
    font-size: 18px;
    width: 100%;
    padding: 8px;
}

.prices div span:first-of-type {
    width: 200px;
}

ul.description {
    list-style-type: initial;
}

ul.description li {
    font-size: 18px;
    margin-top: 14px;
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

ul.description li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #001C43;
    border-radius: 50%;
}

.programs.large-screen {
    display: flex;
    gap: 8px;
}

.programs.large-screen div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.programs.large-screen div div,
.programs.small-screen div {
    position: relative;
    text-align: left;
    color: #FFF;
}

.programs.large-screen div div span,
.programs.small-screen div span {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: initial;
    font-family: 'Poppins';
}

.program-box:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 120%);
    transition: all 1s;
    -webkit-transition: all 1s;
    border-radius: 8px;
}
/* switch css */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    background: #A7A7A7;
    border-radius: 4px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
  }
  
  .switch input:checked + .slider {
    background-color: #2196F3;
  }
  
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* Floating WhatsApp Button */
  .whatsapp-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-items: flex-end;
    align-items: center;
  }

  .whatsapp-callout {
    margin-bottom: 0;
    margin-right: 6px;
    background-color: #00000099;
    color: #fff !important;
    padding: 2px 12px;
    border-radius: 4px;
  }

  .whatsapp_float {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 4px 0px #00000029;
  }

  .whatsapp-icon {
    margin-top: 14px;
    width: 32px;
  }

  /* hamburger menu */
  .hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 1.8rem;
    cursor: pointer;
  }

@media only screen and (max-width: 768px) {
    .offerings-container,
    .life-style-container,
    .coach-details-container,
    .cta-bottom,
    .hero-image-container,
    .testimonials-container,
    .programs-container,
    .pricing-container,
    .trial-session-details {
        padding: 4em 1em;
    }

    .trial-session-container {
        padding-left: 1em;
        flex-direction: column;
    }

    .trial-session-container img {
        display: none;
    }

    .hero-container {
        margin-top: 0;
    }
    

    .programs.large-screen div div span,
    .programs.small-screen div span {
        font-size: 20px;
    }

    .hero-content {
        align-items: center;
    }
    .hero-image-container {
        align-items: center;
    }
    .pricing-container {
        padding-top: 6em;
    }

    .hero-container h4 {
        text-align: center;
    }

    .cta-bottom-content {
        align-items: center;
        text-align: center;
    }

    .offerings,
    .coach-details,
    .cta-bottom,
    .hero-image-container {
        flex-direction: column;
        align-items: center;
    }

    .cta-bottom-content {
        width: 100%;
    }

    .carousel-item > div {
        flex-direction: column;
    }

    .carousel-item img {
        margin: 0 auto;
    }

    .carousel-item > div > div {
        margin-top: 20px;
    }

    .prices {
        flex-direction: column;
        align-items: center;
    }

    .prices button,
    .prices div {
        width: 100%;
        max-width: 400px;
    }

    .coach-details-container button {
        padding: 8px 18px;
    }

    .hero-content .weight-loss {
        text-align: center;
    }

    /* header menu */
    .hamburger-container {
        display: block;
    }

    header {
        position: relative;
        width: 100%;
        transition: all .3s ease;
        height: auto;
        z-index: 111;
        display: flex;
        min-height: 70px;
    }

    .headertext {
        width: 100%;
        left: 0!important;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
        position: relative;
        top: 0;
        height: 60%;
        display: flex;
        opacity: 1;
        margin-top: 70px;
        z-index: 1;
        transition: all .4s ease;
    }

    .HeaderMenuCol {
        text-align: center;
        flex-direction: column!important;
        margin-bottom: 20px;
        justify-content: space-evenly;
        position: relative;
        top: 1px;
        align-items: center;
        display: flex;
    }

    .bookedclass {
        margin-right: 0!important;
        margin-bottom: 12px!important;
    }

    .headertext {
        display: none;
    }

    .logo-yoga {
        top: 0;
        position: absolute;
        margin-top: 10px;
        left: 7px;
        height: auto;
        width: 160px;
    }

    .trial-session-container h2,
    .trial-session-details li,
    .trial-session-container a {
        padding-left: 0em;
    }
}

@media only screen and (min-width: 768px) {



    .hamburger-container {
        display: none;
    }

    .headertext {
        display: block;
    }
}
.cta-bottom > img {
    width: 454px;
    height: 362px;
}


