.livebox-link-container > div:hover {
    background: #f3f3f3 !important;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.11);
}
@media screen and (max-width: 600px) and (orientation: portrait) {
    /* #rentals #search-icon { display: inline !important; }  Ensure icon always shows */
    .download a:first-of-type {
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }
        .download a:last-child {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }
    .download {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .download div {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 1em;
    }
    .download a {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        padding: 10px 0;
        border-radius: 6px;
        margin-bottom: 8px;
        background: #1188ff;
    }
    .download img {
        height: 18px !important;
        width: auto !important;
        padding: 0 !important;
        filter: invert(100%) !important;
        background: none;
        display: inline-block;
        vertical-align: inherit;
    }
    .download span {
        display: inline-block;
        color: #fff;
        font-size: 0.9em;
        line-height: 1.2;
        width: auto;
        background: none;
    }
    .download a {
        line-height: normal !important;
    }
    .download span {
        position: static;
        display: inline;
        color: #fff;
        font-size: 0.9em;
        padding-left: 1px;
        line-height: 1.2;
        width: auto;
        background: none;
    }

    /* Ensure FAQ nav link is always on its own line in mobile nav */
    #faq2 {
        visibility: visible !important;
        width: 100% !important;
        margin-left: 11vw !important;
        margin-top: 0 !important;
        text-align: left !important;
    }
    .page, #rentals {
        display: block !important;
        width: 100% !important;
        margin-left: 11vw !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
    #rentals #search-icon {
        display: none !important;
    }
    #faq, .page, #rentals {
        display: block !important;
        width: 100% !important;
        clear: both !important;
        margin-left: 3.5vw !important;
        margin-top: 2.5vh !important;
        margin-bottom: 2.5vh !important;
        text-align: left !important;
    }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
    .download {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .download div {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 1em;
    }
    .download a {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        border-radius: 6px;
        margin-bottom: 8px;
    }
    .download img {
        height: 28px;
        margin: 0 0 2px 0;
        padding: 0;
    }
    .download span {
        position: static;
        display: inline;
        color: #fff;
        font-size: 0.5em !important;
        padding-left: 9px !important;
        line-height: 1.2;
        width: auto;
        background: none;
    }
}
/* Fix for .btn-secondary anchor buttons being transparent */
.btn.btn-secondary, a.btn.btn-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
    border: 1px solid #6c757d !important;
}

html, body {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    background: #fdfdfd;
    overflow-x: clip;
}
#banner {
    display: none !important;
}
nav, .nav-menu-box {
    display: none !important;
}

/* .logo-bg {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8vh;
    border-bottom: 1px solid #ddd;
    z-index: 99;
} */
#pages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding-left: 2vw;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    z-index: 100;
    color: #000;
    text-decoration: none;
}

#pages div {
    display: none; /* Initially hidden */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}


#pages .page {
    /* padding-top: 1vh;
    padding-bottom: 1vh; */
    display: block;
    /* border-left: 1px solid; */
    width: fit-content;
    margin-left: 5vh;
    line-height: 4vh;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.2em;
    color: #000;
}
.logo {
    /* width: fit-content; */
    white-space: nowrap;
}
.logo:hover {
    color: #000;
    text-decoration: none;
}
.icon {
    display: inline-block;
    height: 4vh;
    width: 4vh;
}
.company {
    display: inline-block;
    margin: 0 2vh 0 1vh;
    font-size: 1.2em !important;
    letter-spacing: 0.05em;
    color: #000;
    vertical-align: middle;
}
.company:hover {
    text-decoration: underline;
}
#faq {
    width: fit-content;
    margin-right: 3vw;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.2em;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

#faq:hover, #faq2:hover {
    text-decoration: underline;
}

#x {
    --before-width: 85%; /* Default value */
    --after-width: 50%; /* Default value */
    position: absolute;
    top: 3vh;
    right: 4vw;
    width: 25px; /* Adjust width as needed */
    height: 18px; /* Height of the container (optional) */
}
#x:hover {
    cursor: pointer;
}

#x::before,
#x::after {
    content: "";
    position: absolute;
    height: 4px; /* Thickness of each bar */
    border-radius: 4px;
    background-color: black;
    left: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

#x::before {
    top: 0; /* Position the first bar at the top */
    width: var(--before-width);
}

#x::after {
    bottom: 0; /* Position the second bar at the bottom */
    width: var(--after-width);
}



div > p {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 0.03vw;
    font-family: 'Nunito', sans-serif;
}

#download span {
    padding-right: 10px;
    border-right: 2px solid #1188ff;
}
.download {
    font-size: 1.4em;
    color: #333;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* border-radius: 6px; */
    /* box-shadow: 1px 1px 12px #ddd; */
}
.download div, .download a {
    display: inline-block;
}
.download div {
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    margin-right: 20px;
    font-size: 0.8em;
}
.flex-fill {
    flex-grow: 1; /* Makes it take up remaining space */
}
.download img {
    height: 100%;
    filter: invert(100%);
}
.download div img {
    filter: invert(0%);
    height: 25px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.download a {
    display: inline-block;
    height: 100%;
    border-left: 1px solid #fff;
    background: #1188ff;
    text-align: center;
    position: relative;
}
#mac {
    padding: 15px 40px;
}
#windows {
    padding: 15px 40px;
}
.download span {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    font-size: 0.6em;
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 50px;
    text-align: left;
    padding-left: 16px;
}

.download a:hover > img {
    /* filter: invert(0%);
    -webkit-filter: invert(0%); */
}
.download a:hover {
    background-color: #333;
}
.download a:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.download a:last-child  {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-link {
    margin-top: 10vh;
    text-align: center;
    padding: 0 10vw;
}
.product-link div {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.product-link h1 {
    text-align: center;
    font-size: 2em !important;
    padding-bottom: 0;
    font-weight: 500;
    text-transform: inherit;
}
.product-link img {
    width: 80%;
    margin-bottom: 5vh;
}
.header p {
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
h1,h2,h3,h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
h1 {
    font-size: 3.2em !important;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0.5vh 0 2.5vh 0 !important; /* Add bottom margin for spacing below h1 */
}
h2 {
    font-size: 1.25em !important;
}
h3 {
    font-size: 1em !important;
    margin: 4vh 0 1vh 0;
}
h4 {
    font-size: 1em !important;
    margin: 2vh 0 1.5vh 0;
}

.main-content {
    margin-top: 12vh;
    padding: 0;
    height: 100%;
}
.main-content .left-col {
    margin-bottom: 5vh;
}
.product-img {
    width: 100%;
}
.inner-content img {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.product-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    background: #fff;
    box-shadow: 1px 1px 12px #ddd;
    border-radius: 5px;
    margin: 1vh 0;
    padding: 0;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    white-space: nowrap;
}
.product-container:hover {
    cursor: pointer;
    background:  #1188ff;
    color: #fff;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}
.product-container:hover button {
    color: #fff;
}
.product-container:hover button img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
input[type=number] {
    display: inline-block;
    color: #000;
    width: 50px;
}
.product-container:hover input {
    color: #000;
}

.col {
    line-height: 0.8em;
    font-size: 0.8em;
}
.col div {
    display: inline-block;
    padding: 0 10px;
}
.left {
    text-align: left;
    padding-left: 2vw;
    width: 50%;
}
.right {
    text-align: right;
    padding-right: 2vw;
    width: 50%;
}
.product {
    padding-left: 2vw;
}
.product p {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-size: 1em !important;
}
.product a {
    margin: 0;
    padding: 0;
    color: #1188ff;
}
a.first {
    color: #000;
}
a.first:hover {
    text-decoration: none;
}
button {
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}
button img {
    height: 0.8em;
    margin-right: 0.5vw;
    margin-bottom: 3px;
}
.buy {
    margin: 0 auto !important;
    font-size: 1em;
}

.video-container {
    position: relative;
    width: 100%;
    margin: 3vh auto 4vh auto; /* Center the video container */
    padding-top:0;
    padding-bottom: 56.4%; /* Aspect ratio 18:9 */
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 0.4em;
    box-shadow: 1px 1px 12px #ddd;
}
.youtube-video {
    position: absolute;
    width: 100%;
    height: 100%;
}
ul {
    padding: 0;
    list-style: none;
    margin: 1vh 0 2vh 0;
}
li {
    font-family: 'Nunito', sans-serif;
    position: relative;
    padding: 0;
    padding-left: 30px; /* Create space for the image */
    margin: 0.3em 0;
    line-height: 16px;
    white-space: nowrap;
    font-size: 1em;
}
ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px; /* Set the desired width */
    height: 16px; /* Set the desired height */
    background-image: url('https://cdn1.iconfinder.com/data/icons/unicons-line-vol-1/24/arrow-right-1024.png');
    background-size: contain; /* Scale the image to fit */
    background-repeat: no-repeat; /* Prevent repetition */
}
li, a {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

li::marker, li::before, li::after, a::before, a::after {
    content: "" !important; /* Forces removal of any added content */
    display: none !important;
}

.overlay h1 {
    margin: 2vh 0 5vh 0 !important;
}
.overlay p {
    margin: 2vh 0 !important;
}




form label {
    font-weight: 400;
    margin-right: 15px;
}

/* Flexbox container for rows */
.form-row {
    display: flex;
    justify-content: space-between;
}

/* Style each form group with some margin */
.form-group {
    margin-right: 15px;
    flex: 1;
}

/* Ensure input fields take full width of the form-group */
.form-group input, .form-group select {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #999;
    padding: 8px 16px;
    font-size: 0.8em;
}
.form-group select {
    height: inherit;
    padding: 6px 16px;
}
.form-group textarea {
    width: 100%;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 0.8em;
}
#id_billing_different {
    width: auto;
}
#id_quantity {
    width: 100%;
}
#id_checkbox, #id_conditional {
    width: fit-content;
    vertical-align: bottom;
    margin-bottom: 7px;
}
input[type=submit] {
    width: 25%;
    min-width: 150px;
    margin-bottom: 2vh;
    border-radius: 5em;
    border: 2px solid #1188ff;
    background-color: #fff;
    color: #1188ff;
    padding-left: 0;
    cursor: pointer;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}
input[type=submit]:hover {
    background: #1188ff;
    color: #fff;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}



#footer {
    width: 100%;
    text-align: center;
    padding: 0.5vh 0;
    position: relative;
    border-top: 1px solid #eee;
    background: #fafafa;
    margin-top: 10vh;
}

#footer a {
    color: #666;
    text-decoration: none;
    margin: 0 3vw;
}
#footer p {
    color: #666;
    margin: 0 3vw;
    letter-spacing: normal;
    font-family: 'Oswald', sans-serif;
}

#footer a.overlay-trigger, #footer p {
    display: block;
    /* padding: 1vh 0; */
    font-size: 1em;
}


.expand {
    position: absolute;
    top: 10%;
    right: 10%;
    height: 20px;
    z-index: 3;
    /* filter: invert(100%);
    -webkit-filter: invert(100%); */
}


/* General overlay styles */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    backdrop-filter: blur(15px); /* Blurred background */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}



.overlay-content {
    background-color: white;
    padding: 4vh 4vw;
    border-radius: 0.7em;
    width: 90%;
    max-height: 75vh; /* Set a maximum height */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
}


/* Close button styling */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

/* Display the overlay when active */
.overlay.active {
    display: flex;
}

#rentals {
  display: flex;
  align-items: center;
  justify-content: center;
}

#rentals div {
    display: inline-block;
    text-align: center;
    margin: 7vh 0;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}

#search-icon {
  height: 24px;
  width: 24px;
}



.inner-content {
    overflow-y: scroll;
    padding-right: 15px; /* Add padding to avoid scrollbar clashing with rounded corners */
    flex-grow: 1; /* Ensure content expands to fill available height */
}

/* Hide scrollbar in modern browsers (optional) */
.inner-content::-webkit-scrollbar {
    width: 8px;
}

.inner-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.inner-content button {
    width: fit-content;
    border: 2px solid #1188ff;
    color: #1188ff;
    border-radius: 25px;
    padding: 7px 25px;
    font-weight: 400;
    text-transform: none;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}
.inner-content button:hover {
    background-color: #1188ff;
    color: #fff;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}

.social-container {
    font-size: 1.0em;
}
.social-container p {
    margin: 0 0 10px 0 !important;
}
.social img {
    height: 20px;
}
a.social {
    display: inline-block !important;
    margin: 0 !important;
}


@media (min-width: 992px) {
    #pages {
        flex-direction: row;
        align-items: center;
        overflow: visible;
    }
    #pages div {
        display: block; /* Initially hidden */
        max-height: 100%;
        overflow: visible;
        transition: max-height 0.3s ease-in-out;
    }
    #pages .page {
        display: inline-block;
        border-left: 1px solid;
        padding: 0 20px;
        margin-left: 0;
    }
    #faq {
        border: 2px solid #1188ff;
        border-radius: 25px;
        padding: 2px 18px;
        transition: 0.1s;
        -webkit-transition: 0.1s;
    }
    #faq:hover {
        color: #fff;
        background: #1188ff;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        text-decoration: none;
    }
    #faq2 {
        visibility: hidden !important;
    }
    #x {
        display: none;
    }
    .col {
        line-height: 0.9em;
        font-size: 0.9em;
    }
    .main-content {
        padding: 0 3vw;
        margin-top: 9vh;
    }
    .right-col {
        padding-left: 3vw;
    }
    #download {
        right: 8vw;
    }
    #faq, #download {
        font-size: 1.25em;
    }
    #download img {
        height: 16px;
        padding: 0 10px;
        margin-bottom: 4px;
    }
    #download div {
        font-size: 1em;
    }
    .product-link {
        margin-top: 15vh;
    }
    .product-link div {
        display: inline-block;
        width: 45%;
    }
    .product-link h1 {
        padding-bottom: 5vh;
    }
    h2 {
        font-size: 1.25em !important;
    }
    .product {
        margin-bottom: 100px;
    }
    .product p {
        font-size: 1em !important;
    }
    button {
        font-size: 1em;
        padding: 10px 0;
    }
    .form-group input, .form-group textarea, .form-group select {
        font-size: 1em;
    }
    #id_quantity {
        width: 25%;
    }
    li {
        font-size: 0.9em;
    }
    #footer {
        margin-top: 20vh;
        position: fixed;
        bottom: 0;
    }

    #footer a.overlay-trigger, #footer p {
        display: inline-block;
        font-size: 1em;
        margin: 0 1vw;
    }
    .overlay-content {
        width: 70%;
    }
    a.social {
        margin: 0 !important;
    }
}

@media (min-width: 1200px) {
    .col {
        line-height: 1em;
        font-size: 1em;
    }
    .right {
        display: block;
    }
    .col div {
        display: inline-block;
        margin: 0 auto;
    }
    #footer a.overlay-trigger, #footer p {
        font-size: 1.1em;
        margin: 0 3vw;
    }
    a.social {
        margin: 0 !important;
    }

}



@media screen and (max-width: 991px) and (orientation: landscape) and (max-height: 768px) {
    .col-sm-12 {
        width: 100%;
        float: left;
    }
    /* .logo, .logo-bg {
        height: 13vh;
    } */
    .icon {
        height: 25px;
        width:25px;
    }
    #download {
        top: calc(2.5vh - 2px);
        line-height: 8vh;
        border-radius: 8vh;
    }
    .product-link {
        margin-top: 15vh;
    }
    .product-link div {
        display: inline-block;
        width: 40%;
    }
    h1 {
        font-size: 2.5em;
    }
    .header p {
        font-size: 1em;
    }
    h2 {
        font-size: 1.25em !important;
    }
    .product p {
        font-size: 1em !important;
    }
    button {
        font-size: 0.8em;
        padding: 7px 0;
    }
    .col {
        line-height: 1em;
        font-size: 1em;
    }
    .right {
        padding-right: 8vw;
    }
    .left {
        padding-left: 5vw;
    }
    .main-content {
        padding: 0 8vw;
    }
    .video-container {
        padding-bottom: 50%;
    }
    #download div {
        font-size: 1em;
    }
    /* #faq2 {
        width: 33%;
        margin-left: 3.5vw !important;
    } */
    #footer {
        position: fixed !important;
        bottom: 0;
        left: 0;
    }
    #footer a.overlay-trigger, #footer p {
        display: inline-block;
        font-size: 1em;
        margin: 0 1vw;
    }
    a.social {
        margin: 0 !important;
    }
  }









a:focus {
    outline: none !important;
}
