.vertical-video-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    /* Adjust this value as needed */
}

.vertical-video-container video {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
    object-fit: cover;
    display: block;
    /* Ensures proper margin handling */
}

.header-color {
    background: linear-gradient(90deg, rgba(169, 39, 176, 0.15) 0%, rgba(85, 40, 191, 0.15) 100%);
    filter: drop-shadow(0px 4px 4px rgba(85, 40, 191, 0.3));
}

.purple-gradient {
    background: linear-gradient(180deg, #5528BF 0%, #A927B0 100%);
}

.main-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.main-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.yellow-cta {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFDB35;
    box-shadow: 0px 5px 20px 2px rgba(85, 40, 191, 0.3);
    border-radius: 20px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    /* Subtitulo/web */
    font-family: 'Poppins';
    font-style: normal;
    font-size: x-large;
    font-weight: bold;
    color: #5528BF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.our-services {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #5528BF;
    flex: none;
    order: 1;
    flex-grow: 0;
    vertical-align: middle;

}

.text {
    font-size: larger;
    font-family: 'Poppins';
    font-style: normal;
    color: #6F6C90;
    font-weight: 500;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.text-caps {
    font-size: larger;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-style: normal;
    color: #6F6C90;
    font-weight: 500;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}


.lighter-text {
    font-size: larger;
    font-family: 'Poppins';
    font-style: normal;
    color: #3B3F5C;
    opacity: 50%;
    font-weight: 500;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.video {
    height: 5rem;
    width: auto;
    display: flex;
    flex-direction: column;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    align-items: flex-start;
    isolation: isolate;
}

.question-box {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 0.1rem;

    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(85, 40, 191, 0.8);
    border-radius: 0.5rem;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.box-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bolder;
    text-align: center;

    color: #5528BF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio for desktop */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.horizontal-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    margin-bottom: 2rem;
}

.horizontal-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {
    .video-container {
        padding-bottom: 177.78%;
        /* 9:16 Aspect Ratio for mobile */
    }

    .question-item {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 1.5rem;
    }

    .bullet-col {
        margin-bottom: 0.5rem;
        margin-left: 0 !important;
        padding-left: 1rem;
    }

    .text-col {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* New styles for the bullet points */
    input.markup {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.5rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-subtitle {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .horizontal-video-container {
        padding-bottom: 56.25%;
        /* Keep 16:9 for mobile as this is a horizontal video */
    }

    .mobile-full-width {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .question-item {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bullet-col {
        margin-left: 0 !important;
        padding-left: 1rem;
    }

    .text-col {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100% !important;
    }
}

.markup {
    background-color: #FFDB35;
    border-radius: 1rem;
    font-family: 'Poppins';
    font-style: normal;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    color: #5528BF;
    width: 80%;
    height: auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.side-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;

}

.testimonial-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    /* Set a minimum height */
}

.testimonial-box .row:last-child {
    flex: 1;
    margin-bottom: 0 !important;
}

@media (max-width: 576px) {
    .testimonial-box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: auto;
        margin-bottom: 2rem;
    }

    .testimonial-box .row {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
}

.company-logo {
    width: 90%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 576px) {
    .company-logo {
        display: none;
    }
}

.wave-transition {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: -5px;
    background: white;
}

.wave-transition svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.wave-section {
    background: linear-gradient(180deg, #f1eeff 0%, #e8e4ff 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.wave-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/wave-pattern.svg') bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.05;
    pointer-events: none;
}

@media (max-width: 576px) {
    .wave-transition {
        height: 120px;
    }
}

.agenda {
    /* Remove fixed width */
    width: 100%;
    height: 82px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;

    background: linear-gradient(111.49deg, #A927B0 5.96%, #5528BF 93.89%);
    box-shadow: 0px 5px 20px 2px rgba(85, 40, 191, 0.3);
    border-radius: 20px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 2em;
    color: #FFDB35;

    /* Remove duplicate properties and simplify */
    cursor: pointer;
}

@media (max-width: 576px) {
    .agenda {
        margin: 0 1rem;
        width: calc(100% - 2rem);
    }
}

.purple-section {
    background: linear-gradient(90deg, #5528BF 0%, #A927B0 100%);
    padding: 1rem 2rem;
}

.footer-logo {
    height: 40px;
    width: auto;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-links a {
    color: white;
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.8;
}

.social-links svg {
    width: 24px;
    height: 24px;
}

.text-white {
    color: white;
    font-family: 'Poppins';
    font-weight: 500;
}

@media (max-width: 992px) {
    .purple-section {
        text-align: center;
    }

    .footer-social {
        flex-direction: column;
        gap: 1rem;
    }

    .social-links {
        justify-content: center;
    }
}

.social-links img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.social-links a:hover img {
    opacity: 0.8;
}