/* ===========================================================
   /apply page CSS - 3 Hour Body
   Purpose: Layout, hero, VSL, testimonials, and CTA styling
   Note: Includes custom .book-call-btn style for new CTA link
   =========================================================== */

html {
    scroll-behavior: smooth;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 'Satoshi Variable', Arial, sans-serif;
    color: white;
    background-color: #171719;
    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;
}

.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(/Images/hero-back.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: 2rem;
    background-color: #171719;
   /* padding-bottom: 1.5rem;*/ 
}

.red-label-subhead-div {
    margin-top: 0.7rem;
    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;
}

.second-time {
    margin-bottom: 1.5rem;
}

.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: 960px;
}

.hero-section p {
    margin-block: .5rem;
    color: #dbdbdb;
    margin-bottom: 10px;
    width: 100%;
    max-width: 750px;
    font-size: 1.3rem;
    line-height: 125%;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.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;
}

button {
    border: solid 1px #4a4a4a;
    padding: 1.2rem 1.6rem;
    border-radius: 16px;
    background-color: #379CFB;
    cursor: pointer;
    line-height: 100%;
    font-weight: bold;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    scroll-behavior: smooth;
}

button {
    color: white;
    text-decoration: none;
    scroll-behavior: smooth;
}

/* Custom CTA link styled as a button on /apply */
.book-call-btn {
    display: inline-block;
    border: solid 1px #4a4a4a;
    padding: 1.2rem 1.6rem;
    border-radius: 16px;
    background-color: #379CFB;
    cursor: pointer;
    line-height: 100%;
    font-weight: bold;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
   /* margin-top: 2rem;
    margin-bottom: 2rem;*/
}

.vsl-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 0.5rem;
}

.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: 1rem;
    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: 3.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: 1rem !important;
    max-width: 550px;
    margin-bottom: 0;
    font-size: 17px;
    font-style: italic;
    text-align: center;
    color: #dbdbdb;
    padding-inline: 12px;
}

.form-container {
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   /* margin-bottom: 0.5rem;*/
    margin-top: 2.3rem;
}

.form-container > div {
    padding-inline: 1rem;
}

.benefits-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4rem;
}

.benefits-heading {
    width: 100%;
    max-width: 37rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: .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 {
    margin-top: 10px;
    color: #dbdbdb;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 125%;
    padding-inline: 10px;
}

.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;
}

.numbering h3 {
    background-color: #c10915;
    color: white;
    position: relative;
    padding: 1rem 1.5rem;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    vertical-align: middle;
}

.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;
}

.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%;
    font-weight: bold;
    padding-inline: 12px;
}

.video-testimonial-section {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-block: 1rem 2em;
    padding-inline: 0;
}

.video-testimonial-heading {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.video-testimonial-section h2 {
    padding-inline: 16px;
    width: 100%;
    max-width: 580px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
}

.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: #b60606;
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonial-text p {
    margin-block: 22px;
    font-size: 1.3rem;
    line-height: 125%;
    color: rgb(241, 241, 241);
    font-weight: 400;
    font-style: italic;
}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    scroll-behavior: smooth;
}

.buttony {
    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;
}

.buttony {
    background-color: #c10915;
}

.not-visible {
    display: none;
}

.call-booking-cta {
    margin-top: 3rem;
    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;
    margin-top: 1.3rem;
    text-align: left;
    color: #dbdbdb;
    font-weight: 900;
}

.grid-people-video iframe {
    border-radius: 8px;
}

.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-bottom: 3rem;
    margin-top: 1rem;
}


.footer-section {
    padding-block: 1.2rem;
    width: 100%;
    background-color: #171719;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 6rem;
}

.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;
}

/* Story Section Styles */
.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%;
}


/* FAQ Section Styles */
.faq-section {
    width: 100%;
    margin-top: 6rem;
    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: 20px;
    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-ans-container-1 {
    margin-top: 2rem;
}

.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;
    opacity: 0;
    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%;
}

.ans.hidden {
    padding-block: 14px 20px;
    max-height: 2000px;
    opacity: 1;
}

.ques>span img {
    padding: 4px;
    border-radius: 50%;
    border: 1.8px solid #343434;
    width: 25px;
    height: 25px;
}

.ques-ans-container.red {
    background-color: #311214;
    border: 1px solid #6e0505;
}

.rotate {
    transition: 0.3s ease;
    transform: rotate(90deg);
}

/* Responsive Design */
@media (max-width: 785px) {
    .faq-section h2 {
        padding-inline: 10px;
        text-align: center;
    }
    
    .ques {
        row-gap: 1rem;
    }
}

@media (max-width: 535px) {
    .faq-section h2 {
        font-size: 1.7rem;
        margin-bottom: 0;
    }
    
    .faq-container {
        padding-top: 10px;
    }
    
    .left-ques h3 {
        font-size: 19px;
    }
    
    .ques-ans-container-1 {
        margin-top: 0;
    }
}

@media (max-width: 595px) {
    .faq-section {
        margin-top: 1.8rem;
    }
    
    .faq-section h2 {
        margin-bottom: 1.4rem;
    }
}

@media (max-width: 455px) {
    .left-ques h3 {
        font-size: 17px;
    }
    
    .ans {
        font-size: 1rem;
    }
}

/* Responsive Design */
@media (max-width: 1076px) {
    .timeline-line {
        display: none;
    }

    .timeline-dot {
        display: none;
    }
}

@media (max-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;
    }
}

@media (max-width: 785px) {
    .img-text-container {
        margin-top: 1rem;
    }

    .story-section h2 {
        padding-inline: 10px;
        text-align: center;
    }
}

@media (max-width: 535px) {
    .story-section h2 {
        font-size: 1.7rem;
    }

    .story-section {
        margin-top: 0;
    }

    .story-text p {
        font-size: 1.1rem;
    }
}

@media (max-width: 595px) {
    .story-section {
        padding-inline: 1rem;
    }

    .story-container {
        padding-inline: 0;
    }

    .story-text {
        padding-inline: 1rem;
    }
}

@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;
    }

    .hero-section h1 {
        font-size: 46px;
    }
}

@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: 1rem;
    }

    .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: 42px;
        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;
    }

    .close-btn {
        top: 4px;
    }
}

@media (width < 535px) {

    /* Mobile override: apply to both button and .book-call-btn */
    button,
    .book-call-btn {
        font-size: 1.3rem;
        padding: .9rem 1.3rem;
    }

    .hero-section h1 {
        font-size: 36px;
    }

    .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: 1.7rem;
    }

    .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: 14px;
    }

    .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;
    }

    /* EXCLUDE .book-call-btn so its font-size comes from its own rules */
    .call-booking-cta a:not(.book-call-btn) {
        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: 0.8rem;
    }

    .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;
    }

    /* Second mobile override: also include .book-call-btn */
    button,
    .book-call-btn {
        font-size: 16px;
    }
}

@media (width < 595px) {
    .story-section {
        padding-inline: 1rem;
    }

    .people-vid-section {
        padding-top: .6rem;
    }

    .grid-people-video {
        padding-inline: 1rem;
    }

    .footer-section {
        margin-top: 4rem;
    }

    .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: 1rem;
    }

    .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;
    }

    .hero-section {
        padding-top: 1.2rem;
    }
}

@media (width < 455px) {
    .video-testimonial-section > .call-booking-cta {
        margin-top: 2rem;
    }

    .final-cta-section h2 {
        margin-top: -40px;
    }
}

@media (width < 415px) {
    /* EXCLUDE .book-call-btn here as well */
    .call-booking-cta a:not(.book-call-btn) {
        font-size: 13px;
    }
}
