html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



body {
    width: 100%;
    font-family: 'Satoshi Variable', Arial, sans-serif;
    background-color: #171719;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth;
    position: relative;
}

main {
    width: 100%;
    max-width: 1200px;
    margin-block: 2rem 0;
}

/* 
section {
    width: 100%;
    max-width: 1250px;
    padding-inline: 18px;

    position: sticky;
    inset: 1.5% auto auto;
    z-index: 10000;
} */

.nav-bar {
    width: 100%;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #24252833;
    border: 1px solid #3a3a3a;
    border-radius: 1rem;
    align-items: center;
    height: auto;
    min-height: 4.5rem;
    margin-top: 1.5%;
    justify-content: space-between;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;

}

.nav-bar h3 {
    font-family: Geist Mono;
    font-size: 1rem;
}

.nav-bar a {
    background-color: rgba(240, 1, 1, 0.216);
    border: 1px solid #ac0404;
    padding: .9rem 1.3rem;
    border-radius: 32px;
    cursor: pointer;
    line-height: 100%;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    scroll-behavior: smooth;
    color: white;
    text-decoration: none;
    text-align: center;
}

.nav-bar a:hover {
    opacity: 0.8;
    background: #6E0505;
    border: 1px solid #d00606;
}



.hero-section {
    background-image: url('/Desktop\ -\ 1\ \(1\).png');
    /* Fixed path */
    background-repeat: no-repeat;
    background-size: cover;
    /* This ensures the image covers the entire container */
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-inline: 1rem;
    padding-top: 3rem;
}

.red-label-subhead-div {
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    background-color: #0003;
    background-image: linear-gradient(red, #fa9494 50%, #cc0505);
    background-clip: text;
    border: 1px solid #6e0505;
    border-radius: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6.4px 1rem;
    box-shadow: inset 0 -7px 11px #ff00001a;
}

.red-label-subhead-div h3 {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
}

.hero-section h1 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.hero-section p {
    margin-block: .5rem;
    color: #dbdbdb;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 125%;
    margin-bottom: 10px;
    text-align: center;
}

.hero-section-buttons {
    margin-top: 2rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    scroll-behavior: smooth;

}

.hero-section-buttons a {
    color: white;
    text-decoration: none;
    text-align: center;
}

.call-booking-cta a {
    border: solid 1px #4a4a4a;
    padding: .9rem 1.3rem;
    border-radius: 32px;
    background-color: #770707;
    cursor: pointer;
    line-height: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    scroll-behavior: smooth;

}

.call-booking-cta a {
    color: white;
    text-decoration: none;
    scroll-behavior: smooth;
}

.call-booking-cta a:hover {
    background-color: #c10915;
}



.video-player {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .8rem;
    padding: .9rem 1.3rem;
    border-radius: 2rem;
    border: 1px solid #3a3a3a;
    transition: all 0.3s ease;
}

.video-player:hover {
    opacity: 0.7;
}

.video-player img {
    width: 10px;
    height: 10px;
}

.video-player p {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
}

.vsl-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 1rem;

}

.watch-video-suggestor {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .8rem;

}

.watch-video-suggestor p {
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.watch-video-suggestor img {
    width: 4.55%;


}

.video-holder {
    width: 100%;
    max-width: 780px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-inline: 1rem;
}

.video-container {
    margin-top: 1.3rem;
    width: 100%;

    border-radius: 12px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 100%;

    /* optional to fill black */
    border-radius: 8px;
    /* optional rounded corners */
}


.video-container iframe,
.video-container #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.booking-call-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 4.8rem;
}

.booking-call-section h2 {

    width: 100%;
    max-width: 644px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
}

.small-text {
    width: 100%;
    margin-top: .5rem;
    max-width: 550px;
    margin-bottom: 0;
    font-size: 1rem;
    text-align: center;
    color: #dbdbdb;
    padding-inline: 12px;
}

.form-container {
    width: 100%;
    min-height: 400px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.form-container>div {
    width: 100%;
    align-self: flex-start;
    max-width: 790px;
    padding-inline: 1rem;
}

.benefits-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.benefits-heading {
    width: 100%;
    max-width: 33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 2.3rem;
}



.benefits-heading h2 {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
}

.benefits-heading p,
.video-testimonial-section p {
    margin-top: 10px;
    color: #dbdbdb;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 125%;
}



.three-column-cards {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 4rem;
    padding-bottom: 2.5rem;
    position: relative;
    padding-inline: 1.2rem;
}

.numbering {
    position: absolute;
    text-align: center;
    margin-bottom: 1.2rem;
    z-index: 10000;
    top: -2rem;

}

.card {
    border: 1px solid #3a3a3a;
    position: relative;
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    padding: 4rem 1.4rem;
    flex-direction: column;
    gap: .5rem;
    text-align: center;
    align-self: stretch;
    z-index: 10000;
    border-radius: 16px;
    transition: all 0.5s ease;
    /* Transition all properties */
}

.numbering h3 {
    background-color: #c10915;
    color: white;
    position: relative;
    padding: 1rem 1.5rem;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    vertical-align: middle;

}


.card:hover {
    transform: translateY(-20px);
    background-color: #311214;
    border: 1px solid #6e0505;
}

.card:hover .numbering h3 {

    border: 1px solid #6e0505;

}


.card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Satoshi Variable, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}



.card p {
    color: #dbdbdb;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 125%;
}


.video-testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-block: 2rem 2em;
    padding-inline: 0;
}

.video-testimonial-heading {
    width: 100%;
    max-width: 35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.video-testimonial-section h2 {
    width: 100%;
    max-width: 960px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    padding-inline: 16px;
}

.video-testimonials-grid {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.9rem;
    padding-top: 2rem;
    padding-inline: 1rem;
}


.test-vids {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    border: 1px solid #3A3A3A;
    padding: 1rem;
}

.test-vids img {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 410px;
    border-radius: 8px;
}

.vid-tests {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 410px;
}

.vid-tests iframe {

    width: 100% !important;
    align-self: stretch;
    aspect-ratio: 16 / 9;
    /* modern way */
    height: auto;
    border-radius: 8px;
    /* optional for nice look */
}

.testimonial-text {
    padding: 1rem 5rem 1rem 2rem;

}

.testimonial-text h3 {
    font-family: Plus Jakarta Sans;
    font-size: 2rem;
    line-height: 120%;
    color: #cc0f0f;
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonial-text p {
    margin-block: 22px;
    font-size: 1.3rem;
    line-height: 125%;
    color: #dbdbdb;
    font-weight: 400;
}

.testimonial-text h4 {

    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #dbdbdb;
}

.tests-name {
    margin-top: 6.4px;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.tests-name span {
    color: #dbdbdb;
    font-size: 1.2rem;
    align-self: center;
}

.ss-tesstimonial-section {
    width: 100%;
    margin-block: 3rem 6rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ss-tesstimonial-section h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
}

.grid-ss-testimonial {
    margin-top: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0 1rem;
}

.grid-ss-testimonial img {
    width: 100%;
    border-radius: 9px;
    filter: drop-shadow(2);
}

.show-more-button {
    margin-top: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    scroll-behavior: smooth;
}

.show-more-button button {

    border: solid 1px #4a4a4a;
    padding: .9rem 1.9rem;
    border-radius: 32px;
    background-color: #ac0404;
    cursor: pointer;
    line-height: 100%;
    font-weight: bold;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    scroll-behavior: smooth;
    color: white;
    margin-inline: auto;
    padding-inline: 16px;
}


.show-more-button button:hover {
    background-color: #c10915;
}

.not-visible {
    display: none;
}


.video-testimonial-section>.call-booking-cta {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.people-vid-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    padding-block: 3rem;
}

.people-vid-section h2 {
    width: 100%;
    max-width: 744px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-inline: auto;
    padding-inline: 19px;
}

.grid-people-video {
    margin-top: 3rem;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.9rem;
    row-gap: 2.9rem;
    padding-inline: 14px;
}

.people-video-texts {
    display: flex;
    flex-direction: column;
    justify-self: stretch;
}

.people-video-texts h3 {
    font-family: Plus Jakarta Sans;
    font-size: 1.3rem;
    text-transform: capitalize;
    margin-top: 1.3rem;
    text-align: left;
    color: #dbdbdb;
    font-weight: 900;
}



.grid-people-video iframe {
    border-radius: 8px;
}


.story-section {
    width: 100%;
    margin-block: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 2rem;
}

.story-section h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
}

.img-text-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 6rem;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    transform: translateX(-50%);
    z-index: 10;
}

.timeline-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4a4a4a;
    border-radius: 2px;
}

.timeline-progress {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, #dc2626, #ef4444);
    border-radius: 2px;
    transition: height 0.3s ease-out;
    box-shadow: 0 0 20px rgba(220, 38, 38, 0.5);
}

.story-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 20;
    gap: 2rem;
}

/* Timeline Dot */
.timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #4a4a4a;
    background-color: #1a1a1a;
    z-index: 30;
    transition: all 0.5s ease;
}

.timeline-dot.active {
    background-color: #dc2626;
    border-color: #dc2626;
    box-shadow: 0 0 15px rgba(220, 38, 38, 0.8);
    transform: translate(-50%, -50%) scale(1.25);
}

.story-container img {
    opacity: 1;
    width: 100%;
    max-width: 390px;
    border-radius: 8px;
    aspect-ratio: 16/9;
    object-fit: cover;
}


.second-img-wanhee {
    height: 390px;
}

.story-text {
    width: 100%;
    max-width: 470px;
    border: 1px solid #3A3A3A;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.8rem;
    row-gap: 2rem;
    text-align: left;
}

.story-text h4 {
    font-size: 1.5rem;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
}

.story-text p {
    font-size: 1.3rem;
    color: #dbdbdb;
    line-height: 110%;
}

.call-booking-cta {
    z-index: 20;
}





.faq-section {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.faq-section h2 {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 110%;
}

.faq-container {
    padding-top: 1rem;
    padding-inline: 1rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
}

.ques-ans-container {
    margin-top: 2rem;
    width: 100%;
    max-width: 896px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px;
    padding-bottom: 8px;
    border: 1px solid #4a4a4a;
    border-radius: .88rem;

}

.ques {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-block: 0.4rem;

}

.left-ques {
    display: flex;
    column-gap: 10px;
}

.left-ques p {
    color: red;
    font-size: 22px;
    font-weight: bold;
    align-self: flex-start;
}

.left-ques h3 {
    vertical-align: middle;
    margin: 0;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
    line-height: 24px;
}

.ans {
    width: 100%;
    margin-top: 8px;
    color: #c6c6c6;
    margin-top: 12px;
    font-family: Satoshi Variable, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 120%;

    text-align: left;

    overflow: hidden;
    max-height: 0;
    /* start collapsed */
    opacity: 0;
    /* start invisible */
    transition: max-height 0.4s ease, opacity 0.4s ease-in-out;
}


.ans p {
    text-align: left;
    align-self: flex-start;
}

.ques>span {
    cursor: pointer;
    margin: 0;
    padding: 4px;
    display: flex;
    align-items: center;

    border-radius: 50%;

}

.hidden {
    padding-block: 14px 20px;
    max-height: 200px;
    /* big enough to fit content */
    opacity: 1;
}

span>img {
    padding: 4px;
    border-radius: 50%;
    border: 1.8px solid #343434;
    width: 25px;
    height: 25px;
}

.rotate {
    transition: 0.3s ease;
    transform: rotate(90deg);
}

.red {
    background-color: #311214;
    border: 1px solid #6e0505;
}

.final-cta-section {
    z-index: 1;
    position: relative;
    min-height: 9rem;
    padding-bottom: 10rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.final-cta-section img {
    z-index: -1;
    width: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
    max-height: 600px;
}

.final-cta-section h2 {

    width: 100%;
    max-width: 744px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10rem;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 110%;
    padding-inline: 18px;
}

.second-cta-book-form {
    margin-top: 4rem;
}

.footer-section {
    padding-block: 1.2rem;
    width: 100%;
    background-color: #171719;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.footer-section p {
    font-size: 1rem;
    font-weight: bold;
    color: whitesmoke;
    z-index: 10;
    text-align: center;

}

.anchor-links {
    cursor: pointer;
    z-index: 10;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.anchor-links a {
    font-size: 15px;
    text-decoration: underline;
    color: #dbdbdb;
    cursor: pointer;
}


@media (width < 1135px) {
    .people-vid-section {
        padding-top: 1.5rem;
    }
}

@media (width < 1035px) {
    .video-testimonial-section {
        padding-top: 1rem;
    }


}

@media (width < 991px) {
    .three-column-cards {
        flex-direction: column;
        margin-top: 4rem;
        row-gap: 3rem;
    }

    .numbering {
        margin-bottom: 0;
    }

    .card {
        width: 100%;
        max-width: 696px;
    }

    .test-vids {
        flex-direction: column;
    }

    .test-vids img {
        max-width: 100%;
    }

    .testimonial-text {
        padding-top: 2rem;
        background-color: #171719;
    }

    .story-section {
        margin-block: 2rem;
    }

    .form-container {
        margin-top: 2rem;
    }

    .video-testimonial-section {
        padding-top: 1rem;
    }

    .video-testimonials-grid {
        padding-top: 0rem;
    }

    .card {
        align-self: center;
    }

    .ss-tesstimonial-section {
        margin-top: 2rem;
    }

    .people-vid-section {
        padding-top: 0rem;

    }

    .grid-people-video {
        grid-template-columns: 1fr 1fr;
    }



}

@media (width < 855px) {



    .img-text-container {
        row-gap: 2rem;
    }

    .story-container {
        padding-inline: 1rem;
    }

    .story-text {
        max-width: 690px;
    }

    .story-text p {
        margin-right: auto;
    }

    .story-container {
        flex-direction: column;
        row-gap: 1.5rem;
    }

    .story-container img {
        order: 0;
        max-width: 690px;
    }

    .story-text {
        order: 1;
    }

    .benefits-heading {
        padding-inline: 12px;
    }

    .booking-call-section {
        padding-inline: 12px;
    }

    .second-cta-book-form {
        margin-top: 3rem;
    }

    .video-testimonial-section {
        padding-bottom: 2rem;
    }

    .ss-tesstimonial-section {
        margin-bottom: 4rem;
    }

    .people-vid-section {
        padding-bottom: 1.4rem;
    }

    .people-vid-section {
        padding-top: 1rem;

    }

    .grid-people-video {
        margin-top: 2rem;
    }

    .video-testimonial-section>.call-booking-cta {
        margin-top: 3.5rem;
    }



}

/* Responsive Design */
@media (max-width: 1076px) {



    .timeline-line {
        display: none;
    }

    .timeline-dot {
        display: none;
    }
}



@media (width < 785px) {

    .grid-people-video {
        margin-top: 1rem;
    }

    .video-testimonial-section>.call-booking-cta {
        margin-top: 3rem;
    }

    .ss-tesstimonial-section {
        margin-bottom: 4rem;
    }

    .img-text-container {
        margin-top: 1rem;
    }

    .grid-ss-testimonial {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }


    .hero-section {
        padding-inline: 2rem;
    }

    .hero-section h1 {
        font-size: 3.6rem;
        padding-inline: 1rem;
    }

    .left-ques h3 {
        font-size: 22px;
    }

    .faq-section h2 {
        padding-inline: 10px;
        text-align: center;
    }

    .story-section h2 {
        padding-inline: 10px;
        text-align: center;
    }

    .ques {
        row-gap: 1rem;
    }

    .booking-call-section {
        padding-top: 3rem;
    }

    .booking-call-section h2 {
        font-size: 2.2rem;
    }

    .final-cta-section h2 {
        font-size: 2.2rem;
        max-width: 620px;
        margin-top: 2rem;
    }

    .final-cta-section {
        padding-top: 8rem;
    }

    .people-vid-section {
        margin-top: 0rem;

    }

    main {
        margin-bottom: 3rem;
    }


    .grid-people-video {
        grid-template-columns: 1fr;
        padding-inline: 3rem;
    }

    .people-vid-section h2 {
        font-size: 2.2rem;
    }

    .people-video-texts h3 {
        font-size: 1.2rem;
    }

    .benefits-heading h2 {
        font-size: 2.2rem;
    }

    .video-testimonial-section h2 {
        font-size: 2.2rem;
    }

    .testimonial-text h3 {
        font-size: 1.9rem;
    }

    .ss-tesstimonial-section h2 {
        font-size: 2.2rem;
    }

    .faq-section h2 {
        font-size: 2.2rem;
        margin-bottom: 0;
    }

    .faq-container {
        padding-top: 10px;
    }

}

@media (width < 735px) {
    .hero-section-buttons {
        flex-direction: column;
        gap: 2rem;
    }

    .video-player {
        width: 100%;
    }

    .three-column-cards {
        padding-bottom: 2rem;
    }

    .card p {
        font-size: 19.2px;
    }

    .testimonial-text {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-inline: 1.2rem;
    }

    .final-cta-section {
        padding-bottom: 3rem;
    }





}



@media (width < 535px) {


    .people-vid-section h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .grid-people-video {
        row-gap: 1.9rem;
    }

    .ss-tesstimonial-section h2 {
        font-size: 1.7rem;
    }

    main {
        margin: 1rem 0;
    }

    .hero-section h1 {
        font-size: 2.3rem;
    }

    .testimonial-text h3 {
        font-size: 1.8rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .red-label-subhead-div h3 {
        font-size: 1rem;
    }


    .left-ques h3 {
        font-size: 19px;
    }

    .booking-call-section h2 {
        font-size: 1.7rem;
    }

    .watch-video-suggestor p {
        font-size: 1rem;
    }


    .benefits-section h2 {
        font-size: 1.7rem;
    }

    .benefits-heading p,
    .video-testimonial-section p {
        font-size: 17.6px;
    }

    .video-testimonial-section h2 {
        font-size: 1.7rem;
    }

    .call-booking-cta a {
        font-size: 14px;
    }


    .testimonial-text {
        padding: 1.4rem 1rem 1.2rem;
    }

    .story-section {
        margin-top: 0;
    }

    .story-section h2 {
        font-size: 1.7rem;
    }

    .vsl-section {
        padding-top: 1.5rem;
    }

    .faq-section h2 {
        font-size: 1.7rem;
    }

    .ques-ans-container-1 {
        margin-top: 0;
    }

    .final-cta-section h2 {
        font-size: 1.7rem;
        margin-top: 0;
    }

    .hero-section {
        padding-inline: 1rem;
    }

    .card h3 {
        font-size: 24px;
    }

    .grid-people-video {
        margin-top: 0rem;
    }

    .testimonial-text {
        padding-inline: 6px;
    }

    .show-more-button button {
        font-size: 17px;
    }

    .show-more-button {
        margin-top: 1.3rem;
    }

    .story-text p {
        font-size: 1.1rem;
    }


    .footer-section p {
        font-size: 15px;
        padding-inline: 10px;
    }

    .anchor-links a {
        font-size: 12px;
    }

}

@media (width < 595px) {

    .story-section {
        padding-inline: 1rem;
    }


    .people-vid-section {
        padding-top: .6rem;
    }


    .grid-people-video {
        padding-inline: 1rem;
    }


    .story-container {
        padding-inline: 0;
    }

    .story-text {
        padding-inline: 1rem;
    }

    .faq-section {
        margin-top: 1.8rem;

    }


    .video-player p {
        font-size: 15px;
    }

    .testimonial-text h3 {
        font-size: 24px;
    }

    .testimonial-text p {
        font-size: 19px;
    }

    .testimonial-text h4 {
        font-size: 1.2rem;
    }

    .img-text-container>.call-booking-cta {
        margin-top: 1rem;
    }

    main {
        margin-top: 3rem;
    }

    .nav-bar {
        min-height: 4rem;
    }

    .nav-bar a {
        font-size: 12.6px;
        padding-inline: .9rem;

    }

    .ss-tesstimonial-section {
        margin-bottom: 3rem;
    }

    .faq-section h2 {
        margin-bottom: 1.4rem;
    }
}

@media (width < 455px) {

    .video-testimonial-section>.call-booking-cta {
        margin-top: 2rem;
    }

    .final-cta-section h2 {
        margin-top: -40px;
    }

}

@media (width < 415px) {
    .call-booking-cta a {
        font-size: 13px;
    }
}