#footer p {
    margin-bottom: 1rem;
}

body {
    background-color: #000;
    color: white;
}

#onBlack .testimonial-wrapper .testimonial-track .testimonial .testimonialText {
    color: white;
    background-color: transparent;
}

#pagesCont,
#logo,
#footer {
    left: 0px;
    width: 100%;

}

#pages-section {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

#pages-main {
    padding-left: 0px;
    padding-right: 0px;
}

#pages-section {
    width: 100%;
}

.example-videos-h1 {
    font-size: 4rem !important;
    text-align: center;
    font-weight: bold;
}

.example-videos-h1 {
    margin: 2rem 0rem 0rem 0rem !important;
}

.example-videos-h2 {
    font-size: 1.5rem !important;
    text-align: center;
    margin: 1rem 0rem 1rem 0rem !important;
}

#h2Bold {
    font-weight: bold;
}

.example-videos-h3 {
    font-size: 1.5rem !important;
    text-align: center;
    margin: 1rem 0rem 1rem 0rem !important;
}

.home-h3 {
    font-size: 1.4rem !important;
    margin: 2rem 0rem 2rem 0rem !important;
    text-align: center;
}

.example-videos-p-call-to-action {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-left: 0rem !important;
}

#example-videos-last {
    margin-bottom: 12rem;
}

#windows-10-last-call-to-action {
    margin-bottom: 15rem;
}


#calls-to-action {
    display: block;
    text-align: center;
}

#calls-to-action-on-mobile {
    display: none;
}

#pNeg {
    margin-bottom: -3rem !important;
}

.embed-container-1920-by-1200 {
    margin-bottom: 0px;
}

.laptop-wrapper {
    position: relative;
    width: 100%;
    /* responsive width */
    max-width: 1280px;
    /* optional max width */
    margin: 0 auto;
    aspect-ratio: 16 / 10;
    /* match your laptop image ratio */
    background: url('/images/macbook-pro-dark-shrunk-2.webp') no-repeat center / contain;
    /* laptop image */
}

.video-screen {
    position: absolute;
    top: 12%;
    /* adjust to match laptop screen */
    left: 10%;
    /* adjust to match laptop screen */
    width: 80%;
    /* width of laptop screen relative to wrapper */
    height: auto;
    /* height of laptop screen relative to wrapper */
    overflow: hidden;
}

#yTThumbs {
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 360px;
    max-width: 1920px;
    height: fit-content;
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
}

#yTThumbsInner {
    position: relative;
    width: 100%;
    height: 81px;
    overflow-x: scroll;
    overflow-y: hidden;
}

#yTThumbsUL {
    width: max-content;
    padding-left: 0px;
    list-style-type: none;
}

#yTThumbsUL li {
    display: inline;
    width: fit-content;
    float: left;
}

.yTThumbImg {
    position: relative;
    top: 0px;
    width: 120px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: 0px -12px;
    display: inline-block;
    cursor: pointer;
}

#yTThumb1 {
    background-image: url("https://img.youtube.com/vi/xTcmdSBBo5A/default.jpg");
}

#yTThumb2 {
    background-image: url("https://img.youtube.com/vi/SCjTxv5LHcc/default.jpg");
}

#yTThumb3 {
    background-image: url("https://img.youtube.com/vi/FguUmDbsPmg/default.jpg");
}

#yTThumb4 {
    background-image: url("https://img.youtube.com/vi/kfW7uuAL3Zs/default.jpg");
}

#yTThumb5 {
    background-image: url("https://img.youtube.com/vi/Nj2Nj_t8Wbg/default.jpg");
}

#yTThumb6 {
    background-image: url("https://img.youtube.com/vi/FWbJk-r0pzI/default.jpg");
}

#yTThumb7 {
    background-image: url("https://img.youtube.com/vi/hqNeJaFVtxE/default.jpg");
}

#yTThumb8 {
    background-image: url("https://img.youtube.com/vi/dY5hNUa2zRA/default.jpg");
}

#yTThumb9 {
    background-image: url("https://img.youtube.com/vi/zCAeDdoD9qg/default.jpg");
}

#yTThumb10 {
    background-image: url("https://img.youtube.com/vi/oLZ9l-kJ1XI/default.jpg");
}

#yTThumb11 {
    background-image: url("https://img.youtube.com/vi/G95QqbH5h3Q/default.jpg");
}

#yTThumb12 {
    background-image: url("https://img.youtube.com/vi/3Bn8PlOMq7A/default.jpg");
}

#yTThumb13 {
    background-image: url("https://img.youtube.com/vi/rTaICmIKNXA/default.jpg");
}

.download-btn {
    display: inline-flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    background-color: #e53935;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.download-btn:link {
    color: #fff !important;
}

.download-btn:hover {
    background-color: #c62828;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.download-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.download-btn svg {
    width: 36px;
    /* controls width */
    height: 36px;
    /* controls height */
    fill: white;
}

#youSub {
    margin-top: 25px;
    font-size: 2rem;
}

#mapOpenButton2 {
    margin-top: 15px;
}

.subSwitchMonthly {
    color: #fff;
}

.subSwitchAnnual {
    color: #767676;
}

@media only screen and (max-width: 1050px) {


    #pNeg {
        margin-bottom: -1rem !important;
    }

    #calls-to-action {
        display: none;
    }

    #calls-to-action-on-mobile {
        display: block;
    }
}



@media only screen and (max-width: 800px) {

    .example-videos-h1 {
        font-size: 1.6rem !important;
    }

    .example-videos-h2,
    .example-videos-h3 {
        font-size: 1.3em !important;
    }
}

.example-videos-p {
    text-align: justify;
}

#example-videosBottomSpacer {
    margin-bottom: 250px !important;
}