* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#first-section {
    background-color: rgb(36, 36, 36);
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    /* adjust spacing between grid lines */
    height: 100vh;
}

#first-section .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: auto;
    color: white;
    position: relative;
    top: 5%;
    text-align: center;
}

#first-section .content .heading h1 {
    position: relative;
    font-size: 60px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 500;
}

#first-section .content .heading h1 span {
    position: relative;
    background: linear-gradient(to left, #b6e566, #50bb5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 1;
}

#first-section .content .heading h1 span::after {
    content: attr(data-text);
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: -1;
    color: white;
}

#first-section .content .heading h3 {
    position: relative;
    font-size: 40px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 500;
}

#first-section .content .heading h3 span {
    position: relative;
    background: linear-gradient(to left, #b6e566, #50bb5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 1;
}

#first-section .content .heading h3 span::after {
    content: attr(data-text);
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: -1;
    color: white;
}

#first-section .content .heading p {
    font-size: 25px;
    font-weight: 600;
    color: rgb(186, 186, 186);
    width: 70%;
    margin: auto;
}

#first-section .content2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

#first-section .form {
    background: rgb(238, 238, 238);
    border-radius: 10px;
    padding: 30px 30px 0px 30px;
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    max-width: 650px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border: 3px solid rgb(108, 108, 108);
}

#first-section .form form {
    width: 100%;
}

#first-section .form .form-handle {
    margin-bottom: 15px;
    text-align: left;
}

#first-section .form .form-handle label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#first-section .form .form-handle input {
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
}

#first-section .form .form-handle button {
    width: 100%;
    padding: 10px;
    background: #0c1886;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

#first-section .form .form-handle button:hover {
    background: #061178;
}

#first-section .content2 .points {
    margin-top: 30px;
}

#first-section .content2 .points ul {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    gap: 20px;

}

#first-section .content2 .points ul li {
    list-style-type: none;
    font-weight: 500;
    font-size: 16px;
}

#first-section .content2 .points ul li span {
    margin-right: 5px;
}

#first-section .content2 .points ul li span img {
    width: 2.8vh;
}

#three-points {
    padding: 0;
}

#three-points .points {
    background: #50bb5f;
    padding: 20px;
}

#three-points .points ul {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    gap: 30px;
    margin-top: 10px;
}

#three-points .points ul li {
    list-style-type: none;
    font-weight: 500;
    font-size: 22px;
    color: white;
}

#three-points .points ul li span {
    margin-right: 5px;
}

#three-points .points ul li span img {
    width: 4vh;
}

#second-section {
    margin-top: 10%;
}

#second-section .content {
    display: flex;
    justify-content: center;
}

#second-section .content .box {
    width: 45%;
}

#second-section .content .box .image {
    width: 80%;
    border-radius: 25px;
    overflow: hidden;

}

#second-section .content .box-image {
    display: flex;
    justify-content: end;
    margin-right: 30px;
}

#second-section .content .box .image img {
    width: 100%;
}

#second-section .content .box .image video {
    width: 100%;
}

#second-section .content .box2 {
    display: flex;
    justify-content: start;
    align-items: center;
}

#second-section .content .box3 {
    display: flex;
    justify-content: end;
    align-items: center;
}


#second-section .content .box .text {
    width: 80%;
}

#second-section .content .box .text h2 {
    font-weight: 700;
}

.black-bg {
    background-color: black;
    padding: 4px 8px;
    display: inline-block;
}

.gradient-text {
    background: linear-gradient(to left, #b6e566, #50bb5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#second-section .content .box .text p {
    font-size: 20px;
}

#second-section .content .box .text ul {
    padding-left: 0px;
}

#second-section .content .box .text ul li {
    list-style-type: none;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

#second-section .content .box ul li span {
    margin-right: 5px;
}

#second-section .content .box ul li span img {
    width: 3vh;
}

#third-section {
    margin-top: 5%;
    background-color: rgb(36, 36, 36);
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    /* adjust spacing between grid lines */
    height: 85vh;
    display: flex;
    align-items: center;

}

#third-section .content {
    display: flex;
    justify-content: center;
}

#third-section .content .box {
    width: 45%;
}

#third-section .content .box .image {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    background: linear-gradient(to left, #b6e566, #50bb5f);
    padding: 10px;
}

#third-section .content .box .image img {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

#third-section .content .box2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#third-section .content .box .text {
    width: 80%;
}

#third-section .content .box .text h2 {
    font-weight: 700;
}

.gradient-text {
    background: linear-gradient(to left, #b6e566, #50bb5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#third-section .content .box .text p {
    font-size: 20px;
    color: white;
}

#third-section .content .box .text .short-box{
    background: white;
    padding: 15px;
    width: 50%;
    border: 2px solid black;
    box-shadow: 10px 10px 2px  white;
    position: relative;
}

#third-section .content .box .text .short-box p{
    color: black;
    font-size: 16px;
    position: relative;
    top: 10px;
}

.small span{
    background:#85f394;
    padding: 2px 8px;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
}


#fourth-section{
    background: rgb(15, 15, 15);
    padding-bottom: 40px;
}

#fourth-section .heading{
    text-align: center;
    padding-top: 50px;
}

#fourth-section .heading h1 {
    position: relative;
    font-size: 40px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 500;
    color: white;
}

#fourth-section .heading h1 span {
    position: relative;
    background: linear-gradient(to left, #b6e566, #50bb5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 1;
}

#fourth-section .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 30px;
    width: 90%;
    margin: auto;
    margin-top: 40px;
}


#fourth-section .content .short-box{
    padding: 15px;
    width: 20%;
    border: 2px solid rgb(243, 243, 243);
    border-radius: 20px;
    position: relative;

}

#fourth-section .content .short-box h3{
    font-size: 18px;
    color: white;
}

#fourth-section .content .short-box p{
    font-size: 14px;
    color: white;
}

#fourth-section .small{
    margin-bottom: 40px;
}

#fourth-section .small span{
    background:#f6f6f6;
    padding:8px 20px;
    border-radius: 10px;
    position: absolute;
    top: -20px;
}

#fourth-section .small span img{
    width: 6vh;
}


#meet-your-trainer{
    margin-top: 5%;
    padding: 0;
    background: #edffef;
}

#meet-your-trainer .content{
    display: flex;
    justify-content: center;
    gap: 20px;
}


#meet-your-trainer .content .box{
    width: 50%;
}

#meet-your-trainer .content .box .image{
    width: 90%;
}

#meet-your-trainer .content .box .image img{
    width: 100%;
}

#meet-your-trainer .content .box2{
    display: flex;
    justify-content: start;
    align-items: center;
}


#meet-your-trainer .content .box .text h2 span{
    font-weight: 700;
    font-size: 40px;
}

#meet-your-trainer .content .box .text h1{
    font-weight: 700;
    font-size: 40px;
}


#meet-your-trainer .content .box2 .text p{
    font-size: 17px;
    font-weight: 400;
}

#meet-your-trainer .content .box2 .text{
    width: 80%;
}

#meet-your-trainer .content .box2 .text .short-box{
    background: white;
    padding: 15px;
    width: 80%;
    border: 2px solid black;
    box-shadow: 10px 10px 2px  rgb(12, 12, 12);
    position: relative;
    top: 20px;
}

#meet-your-trainer .content .box2 .text .short-box .small span{
    font-weight: 700;
    color: rgb(57, 57, 57);
    font-size: 14px;
}

#meet-your-trainer .content .box2 .text .short-box img{
   width: 100%;
   object-fit: cover;
}

#meet-your-trainer .content .box2 .text .image{
    display: flex;
    justify-content: start;
    align-items: center;
    font-style: italic;
    gap: 10px;
    margin-top: 30px;
}

#meet-your-trainer .content .box2 .text .image h2{
    font-weight: 500;
}

#meet-your-trainer .content .box2 .text .image img{
    width: 15vh;

}


#testimonials{
    margin-top: 5%;
    background-color: rgb(36, 36, 36);
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    /* adjust spacing between grid lines */
    height: 80vh;
    align-items: center;
}

#testimonials .heading{
    text-align: center;
    padding-top: 50px;
}

#testimonials .heading h1 {
    position: relative;
    font-size: 40px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 500;
    color: white;
}

#testimonials .heading h1 span {
    position: relative;
    background: linear-gradient(to left, #b6e566, #50bb5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 1;
}

#testimonials .content{
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

#testimonials .box {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 100%;
    width: 40%;
}

#testimonials .box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

#testimonials .box iframe {
    width: 100%;
    height: 350px;
    border: none;
    display: block;
}

#faq-section {
    border-radius: 12px;
    padding-bottom: 50px;
}

.accordion-item{
margin-bottom: 10px;
}

#faq-section h2 {
    color: #333;
    font-weight: bold;
}

.accordion-button {
    background-color: #e0e0e0;
    color: #333;
    font-weight: 600;
    border: none;

    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #d0d0d0;
    color: #000;
}

.accordion-body {
    background-color: #f0f0f0;
    color: #444;
    border-top: 1px solid #ccc;
}

.accordion-button:not(.collapsed) {
    background-color: #d0d0d0;
    color: #000;
    border: 2px solid #646464; /* Blue border on click */
    box-shadow: none;
}

.accordion-button {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}


#fix-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    border-top: 2px solid #ddd;
    padding: 15px 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

#fix-cta .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#fix-cta .box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

#fix-cta .box .text {
    margin: 0;
    font-size: 16px;
    color: #444;
    font-weight: 500;
}

#fix-cta .box .text span {
    color: black;
    font-weight: bold;
}

#fix-cta .cta-btn {
    background-color: #062648;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

#fix-cta .cta-btn:hover {
    background-color: #02172d;
}