html,
body {
    margin: 0;
    padding: 0;
}

svg {
    max-width: 450px;
    max-height: 470px;
    height: auto;
}

.video-carousel1 div {
    position: relative;
    min-height: 70vh;
    width: 100%;
}

.video-quote div {
    position: relative;
    min-height: 400px;
    width: 100%; 
}

.align-self-start {
    align-self: start;
}

.backgroundVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content {
    position: relative;
    color: #fff;
}

.slider-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.no-wrap {
    white-space: nowrap;
}

.font-weight-500 {
    font-weight: 500 !important;
}

@media only screen and (max-width: 1400px) {
    svg {
        max-width: 350px;
    }
}

@media only screen and (max-width: 576px) {
    .video-carousel1 div {
        position: relative;
        min-height: 50vh;
        width: 100%;
    }
}
#ctaBtn {
    padding: 10px 20px!important;
}
#ctaBtn .cta-text{
    font-size: 20px!important;
}
.black-screen {
    height: 100%;
    /* Keep original height */
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.text-box-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-box {
    text-align: start;
    color: white;
    position: relative;
}

.lottie-container {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
}

.lottie-container svg {
    max-width: 100%;
    height: auto;
}

.social-proof {
    opacity: 0;
}

.social-proof-img {
    width: 150px;
    height: auto;
    max-width: 100%;
    align-self: center;
    margin-bottom: 7px;
}

.social-proof-text {
    font-size: 15px;
}

.text-btn-brand,
.text-btn-demand,
.text-btn-experience {
    text-decoration: underline;
    text-decoration-color: #000;
    -webkit-text-decoration-color: #000;
    -moz-text-decoration-color: #000;
    color: #000;
    font-weight: 500;
}

.text-btn-brand:hover {
    text-decoration-color: #FF007A;
    -webkit-text-decoration-color: #FF007A;
    -moz-text-decoration-color: #FF007A;
}

.text-btn-demand:hover {
    text-decoration-color: #008DFF;
    -webkit-text-decoration-color: #008DFF;
    -moz-text-decoration-color: #008DFF;
}

.text-btn-experience:hover {
    text-decoration-color: #00FFA1;
    -webkit-text-decoration-color: #00FFA1;
    -moz-text-decoration-color: #00FFA1;
}

.slide-1-subhead span:not(:last-child) {
    margin-right: 15px;
}

.font-700 {
    font-weight: 700;
}

.social-copy-div {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.col-infinity {
    padding-right: 50px;
}

.position-relative {
    position: relative;
}

.container-arrows {
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
}

.flex-column {
    flex-direction: column;
}

.chevron {
    position: absolute;
    width: 47px;
    height: 6px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #192d57;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(50px);
    }

    100% {
        opacity: 0;
        transform: translateY(65px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

#header {
    opacity: 1;
    /* Start with opacity 1 */
}

#lottie-h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 440px;
    text-align: center;
    opacity: 1;
    /* Start with opacity 1 */
}

/**
    * Simple fade transition,
    */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

.mfp-bg {
    z-index: 99999;
}

.mfp-container,
.mfp-iframe-holder,
.mfp-content,
.mfp-wrap {
    z-index: 999999;
}

.subhead-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    gap: 30px;
}

.slide-1-subhead:hover {
    cursor: pointer;
}

.slide-1-subhead {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.slide-1-subhead::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    transition: width 0.5s ease-in-out;
    width: 100%;
}

.slide-1-subhead:hover::before {
    width: 0%;
}

.underline-brand::before {
    background-color: #FF007A;
}

.underline-demand::before {
    background-color: #008DFF;
}

.underline-experience::before {
    background-color: #00FFA1;
}

.active-subhead::before {
    width: 0%;
}

.icon-subhead.active-subhead {
    opacity: 0.3;
    transition: 0.5s ease-in-out
}

.engine-eyebrow {
    max-width: 360px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.black-screen .container {
    margin-top: 3%;
    padding-left: 0!important;
    padding-right: 0!important;
}



.header-block,
.footer-block {
    height: 500px;
    background-color: purple;
    width: 100%;
}

/* Active button styling */
.icon-subhead {
    transition: 0.5s ease-in-out;
}

.infinity-loop-logo {
    max-width: 100%;
    width: 60px;
}


.btn-brand,
.btn-brand:active {
    background-color: #FF007A !important;
    border-color: solid 1px #FF007A !important;
}

.btn-demand,
.btn-demand:active {
    background-color: #008DFF !important;
    border-color: solid 1px #008DFF !important;
}

.btn-experience,
.btn-experience:active {
    background-color: #00FFA1 !important;
    border-color: solid 1px #00FFA1 !important;
}
.btn-brand:hover, 
.btn-demand:hover, 
.btn-experience:hover{
    border-color: #fff;
    color: #000;
    background-color: #fff;
}

.notsob2b-bg {
    background-image: url("https://moi-global.com/app/uploads/2024/11/notsob2b-bg-scaled-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Dots Navigation Styles */
.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    /* Adjust as needed */
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    opacity: 0.3;
    border-radius: 0;
    transition: .3s;
    cursor: pointer;
}

.dot:hover {
    transform: scale(1.2);
    opacity: 0.7;
}

.dot.active-dot {
    opacity: 1!important;
    transform: scale(1.2);
}



@media screen and (max-width: 992px) {
    .dots-container {
        margin-top: 15px;
        /* Adjust as needed */
        gap: 10px;
    }

    .text-box h4 {
        margin-top: 15px;
    }

    .black-screen {
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 835px) {
    .col-infinity {
        padding-right: 8px;
    }

    .slide-1-subhead {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 576px) {
    .mb-1 {
        margin-bottom: 10px;
    }

    .pr-2 {
        padding-right: 10px;
    }

    .text-box-container {
        margin-top: 10px;
    }

    .black-screen {
        align-items: start;
    }

    .social-proof-img {
        margin-top: 15px;
    }

    .text-box h4 {
        display: none;
    }

    .dots-container {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .subhead-div {
        gap: 0px;
    }
    .subhead-div.manual-navigation .slide-1-subhead:not(.active-subhead) {
    opacity: 0.3!important;
}

}

@media screen and (max-height: 700px) {
    .black-screen .container {
        margin-top: 60px;
    }
}

/*-------------Accordion-----------------*/

.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion-item:last-of-type {
    border-bottom: 1px solid #fff;
}

.accordion-item {
    border-top: 1px solid #fff;
    color: #fff;
    padding-left: 30px;
}

.accordion-item h4 {
    padding: 1em 0em 1em 0em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-family: "Antonio", sans-serif!important;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding: 0em;
    color: #fff;
    padding-right: 4em;
}

.accordion-content ul {
    margin-bottom: 1em;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    margin: 1em;
    color: #fff;
}

.accordion-content ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.accordion-content p {
    padding: 1em;
    margin: 0;
    color: #fff;
}

.accordion-content.active {
    max-height: auto;
}


.accordion-item h4 {
    position: relative;
    padding-right: 30px;
}

.accordion-item h4::before {
    content: "+";
    position: absolute;
    right: 10px;
}

.accordion-item.active h4::before {
    content: "-";
}

@media (max-width: 767px) {
    .accordion {
        max-width: 100vw;
        margin: 0 auto;
    }
    .text-btn-brand,
.text-btn-demand,
.text-btn-experience {
    font-size: 14px;
}
}

.bg-video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 70px 0px
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    /* Ensure the video is behind the content */
}

.customer-stories {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
}

.customer-stories-carousel .slick-slide {
    place-content: center;
}

.customer-stories-carousel img {
    height: auto;
    width: 100%;
}

.customer-stories-carousel {
    margin: auto;
}

.customer-stories-carousel .slick-slide {
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    margin: 0 20px;
    /* Adjust margin to control gap between slides */
}

.customer-stories-carousel .slick-center {
    transform: none;
    /* No scale effect for center slide */
    z-index: 1;
    /* Ensure it's on top */
}

.slick-slider .slick-dots li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100% !important;
}

.border-blue-xs {
    border: 1px solid #183961;
}

.carousel-item {
    position: relative;
    overflow: hidden;
    /* Ensure content doesn’t overflow the item */
}

.carousel-item img {
    display: block;
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    /* Adjust size as needed */
    height: 80px;
    /* Adjust size as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    /* Smooth scaling transition */
    z-index: 10;
    /* Ensure it is on top */
}

.play-button img {
    width: 100%;
    height: auto;
}

.customer-stories-carousel a {
    position: relative;
    /* Ensure <a> has positioning context */
    display: block;
}

.customer-stories-carousel a:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    /* Scale up on hover of <a> */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
    /* Allows clicks to pass through the overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Align fade-in duration with other transitions */
    background: rgba(0, 0, 0, 0.2);
}

.overlay .title {
    position: absolute;
    top: -100%;
    /* Start off-screen */
    left: 0;
    width: 100%;
    color: white;
    font-size: 26px;
    text-align: start;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    transition: top 0.3s ease;
    /* Align slide-down duration with opacity transition */
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    align-content: center;

}

.overlay .time {
    position: absolute;
    top: -100%;
    /* Start off-screen */
    right: 60px;
    width: 80px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    transition: top 0.3s ease;
    /* Align slide-up duration with opacity transition */
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    align-content: center;
    display: flex;
    align-items: center;
}

.customer-stories-carousel a:hover .overlay {
    opacity: 1;
}

.customer-stories-carousel a:hover .overlay .title {
    top: 0;
    /* Slide down into view */
}

.customer-stories-carousel a:hover .overlay .time {
    top: 4%;
    /* Slide up into view */
}

.time-clock {
    max-width: 30px;
    height: auto;
    margin-right: 5px;
}

@media screen and (max-width: 575px) {
    .play-button {
        width: 40px;
        /* Adjust size as needed */
        height: 40px;
        /* Adjust size as needed */
    }

    .customer-stories-carousel a .overlay {
        opacity: 1;
    }

    .customer-stories-carousel a .overlay .title {
        top: 0;
        /* Slide down into view */
    }

    .customer-stories-carousel a .overlay .time {
        top: 2%;
        /* Slide up into view */
    }

    .overlay .title {
        position: absolute;
        top: -100%;
        /* Start off-screen */
        left: 0;
        width: 100%;
        color: white;
        font-size: 13px;
        text-align: start;
        padding: 10px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        transition: top 0.3s ease;
        /* Align slide-down duration with opacity transition */
        font-family: Manrope, sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: none;
        line-height: 1;
        align-content: center;

    }

    .overlay .time {
        position: absolute;
        top: -100%;
        /* Start off-screen */
        right: -11px;
        width: 80px;
        height: 30px;
        color: white;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        box-sizing: border-box;
        transition: top 0.3s ease;
        /* Align slide-up duration with opacity transition */
        font-family: Manrope, sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: none;
        line-height: 1;
        align-content: center;
        display: flex;
        align-items: center;
    }

    .time-clock {
        max-width: 20px;
        height: auto;
        margin-right: 3px;
    }
}