/* // STYLES // */

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: none;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.hero-text-wide {
    margin: 60px auto 40px auto;
    max-width: 640px;
    position: relative;
}

.img-radius {
    border-radius: 20px;
}
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spacer {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .how-title {
        text-align: center;
    }
    .how-btn {
        display: block;
        margin: 0 20px 0 20px;
        text-align: center;
    }
    .how-text, .how-text p {
        text-align: center;
    }
    .use-content {
        margin-bottom: 40px; /* Increase the margin-bottom for more spacing */
    }
    .btn-default, .btn-radius {
        margin: auto;
    }
}

.btn-default {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* margin-right: 20px; */
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    background-color: #fff;
    color: #181A1F;
    text-decoration: none;
    border-radius: 4px;
}

a.btn-radius {
    display: block;
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
}

.btn-mini {
    display: block;
    margin: auto;
    padding: 0 16px;
    width: 120px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    background-color: #2f333d;
    color: #9CA5B4;
    text-decoration: none;
    border-radius: 16px;
}
.btn-icon {
    display: block;
    width: 50px;
    height: 32px;
    font-weight: 700;
    background-color: #2f333d;
    color: #9CA5B4;
}
.btn-wide {
    width: 260px !important;
}
.btn-gradient {
    background-image: linear-gradient(to bottom right,#FCD117,#FF377C 67%);
    background-color: #FF377C;
    color: #fff;
}
.btn-dark {
    background-color: #181A1F;
    color: #fff;
}
.btn-blue {
    background-color: #0071df;
}
.btn-orange {
    background-color: #ff7a59;
}
.btn-green {
    background-color: #03a87c;
}
.btn-purple {
    background-color: #A859FF;
}
.btn-center {
    margin: auto;
}

@media (hover: hover) {
    .btn-default:hover {
        background-color: #0071DF;
        color: #fff;
    }
    a.btn-radius:hover {
        background-image: linear-gradient(to bottom right,#0071DF,#FF377C 67%);
        background-color: #0071DF;
    }
    .btn-gradient:hover {
        background-image: linear-gradient(to bottom right,#0071DF,#FF377C 67%);
        background-color: #0071DF;
    }
    .btn-mini:hover {
        background-color: #03A87C;
        color: #fff;
    }
}

.bg-dark {
    background-color: #181A1F;
}

.bg-medium {
    background-color: #21252B;
}

.bg-light {
    background-color: #282C34;
}

.section-hero {
    margin-top: 60px;
    padding-bottom: 0;;
    overflow-x: hidden;
}

.section-cards {
    padding-bottom: 80px;
}

.section-tools {
    padding-bottom: 80px;
}

.section-banner {
    padding: 40px 40px 40px 40px;
}

.section-platforms {
    padding: 80px 40px 40px 40px;
}

.section-feedback .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-testimonials .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.section-logos {
    padding: 80px 40px 40px 40px;
}

.section-social {
    padding: 40px 40px 60px 40px;
}

.section-videos  {
    padding: 40px 40px 100px 40px;
}

.section-integrations  {
    padding: 60px 40px 60px 40px;
}

.use-row.testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.use-row.testimonial-cards .integration-content {
    width: 48%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .use-row.testimonial-cards .integration-content {
        width: 100%;
    }
}

.use-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.use-content {
    width: 30%;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.use-content img {
    display: block;
    margin: 0 auto 10px auto;
}

.use-content p, .use-content h4 {
    text-align: center;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #282C34;
    margin: 40px 0;
}

@media (max-width: 768px) {
    .use-content {
        width: 80%;
        margin: 0 auto 20px auto;
    }
}
.as-seen-text {
    margin: -20px auto 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9ca5b4;
    font-weight: 700;
}
.section-logos .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-logos .as-seen-text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.section-logos .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-logos .logos img {
    width: 20%;
    margin: 20px;
}

@media screen and (max-width: 767px) {
    .section-logos .logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
    }
    .section-logos .logos img {
        width: 80%;
        margin: 0;
    }
}

.feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.feedback > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feedback img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: solid 2px #ffffff;
}

.feedback p {
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .feedback {
        justify-content: center;
    }
    .feedback > div {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .feedback > div {
        width: 22%;
    }
}

.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.videos img {
    border: solid 2px #ffffff;
}

.videos > div {
    flex: 1 1 calc(25% - 20px); /* 4 across on desktop */
}

@media screen and (max-width: 767px) {
    .videos > div {
        flex: 1 1 100%; /* 1 per row on mobile */
    }
}
@media screen and (min-width: 767px) {
    .how-text-wide {
        margin: 40px 40px !important;
        width: calc(80% - 140px) !important;
    }
}
.youtube-logo-overlay {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32%;
    height: 32%;
    border: none !important;
}

/* Add this to your custom-styles.css */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent scrolling */
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #282C34;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    overflow: hidden; /* Prevent scrolling */
}

.modal-header {
    background-color: #000;
    color: #fff;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
}

.modal-header .close {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    top: 14px;
    right: 25px;
    text-decoration: none; /* Remove underline */
}

.modal-header .close-icon {
    width: 14px; /* Adjust size as needed */
    height: 14px; /* Adjust size as needed */
    vertical-align: middle;
}

#modal-body {
    height: calc(100% - 40px); /* Adjust height to account for header */
    overflow-y: auto; /* Make content scrollable */
    padding: 20px;
}

@media (max-width: 768px) {
    .modal-content {
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

/* Prevent background scrolling when modal is open */
body.modal-open {
    overflow: hidden;
}

.use-content--two {
    width: calc((100% - 40px)/2);
    margin-bottom: 60px;
    text-align: center;
}

a.use-review--user {
    max-width: 145px;
    margin-bottom: 20px;
}

.use-content--two p {
    text-align: center;
}

.use-content--two a.use-review {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1079px) {
    .use-content--two {
        width: calc((100% - 40px)/2);
    }
}

@media screen and (max-width: 599px) {
    .use-row {
        display: block;
    }
    .use-content--two {
        width: 100%;
    }
}