.navbar {
    height: 80px;
}

.transparent-navbar {
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.scrolled-navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.scrolled-navbar .nav-link {
    color: #000 !important;
}

.top-container {
    background-image: url('../images/top-background.png');
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-container h1 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: rgba(17, 24, 39, 1);
}

.top-container .lead, .crm-integration-container .description, .contact-support-container .work-time {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(55, 65, 81, 1);
}

.border-container {
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.border-container label {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0;
}

.border-container input[type="checkbox"] {
    float: left;
    margin-right: 8px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.border-container input, .border-container textarea, .border-container select {
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(102, 112, 133, 1);
}

.border-container select option {
    color: #000000;
}

.border-container input[type="submit"] {
    color: rgba(255, 255, 255, 1);
    border: none;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    background: rgba(124, 58, 237, 1);
    display: flex;
    min-width: 100%;
}

.border-container p:has(input[type="submit"]) {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}

.border-container p:has(input[type="submit"]) .wpcf7-spinner {
    position: absolute;
}

.rounded-12 {
    border-radius: 12px !important;
}

.form-shadow {
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.wpcf7 textarea {
    font-size: 16px;
    resize: vertical;
}

form label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.benefits-container h2, .choose-plan-container h2, .faq-container h2, .contact-support-container h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: rgba(17, 24, 39, 1);
}

.benefits-container .card .card-body h5, .crm-integration-container .card h5 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(17, 24, 39, 1);
}

.benefits-container .card .card-body p, .crm-integration-container .card p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(55, 65, 81, 1);
}

.benefits-container .card {
    height: 100%;
}

.benefits-container .card .card-body .benefit-img {
    height: 70px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.benefits-container .card h5 {
    margin-bottom: 16px;
}

.how-it-work-container {
    background: rgba(248, 247, 255, 1);
}

.how-it-work-container h2, .crm-integration-container h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: rgba(17, 24, 39, 1);
}

.how-it-work-container .card h5 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(17, 24, 39, 1);
}

.how-it-work-container .card, .how-it-work-container .next-block {
    min-height: 280px;
}

.crm-integration-container .img-icon {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    margin-right: 16px;
}

.crm-integration-container .img-icon img {
    display: flex;
    align-content: center;
    justify-content: center;
}

.choose-plan-container {
    border-radius: 50px;
    background-color: rgba(248, 247, 255, 1);
}

.choose-plan-container .card-plan {
    border-radius: 24px;
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1);
}

.choose-plan-container .card-plan.card-plan-favorite {
    border-color: #6f42c1;
}

.choose-plan-container .card-plan, .crm-integration-container .card, .how-it-work-container .card {
    transition: all 0.3s ease;
}

.choose-plan-container .card-plan {
    justify-content: space-around;
}

.choose-plan-container .card-plan:hover,
.crm-integration-container .card:hover,
.how-it-work-container .card:hover {
    transform: translateY(-8px);
}

.choose-plan-container .card-plan:hover {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.choose-plan-container .card-plan:hover .btn-plane {
    background-color: #5a34a1;
    border-color: #5a34a1;
}

.choose-plan-container .card-plan h6 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    color: rgba(17, 24, 39, 1);
}

.choose-plan-container .card-plan h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    text-align: center;
}

.choose-plan-container .card-plan .description-plane {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
}

.choose-plan-container .card-plan ul li {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.choose-plan-container .card-plan .btn-plane {
    background-color: #6f42c1;
    border: none;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.choose-plan-container h5.sub-title-description {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(17, 24, 39, 1);
}

.choose-plan-container .sub-description ul li {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(17, 24, 39, 1);
}

.faq-container .border-bottom {
    border-color: rgba(0, 0, 0, 1) !important;
}

.faq-container button, .contact-support-container .card h5 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    color: rgba(17, 24, 39, 1);
}

.faq-container button[aria-expanded="true"] img {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-container button[aria-expanded="false"] img {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.contact-support-container {
    background: rgba(248, 247, 255, 1);

}

.contact-support-container p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(17, 24, 39, 1);
}

.contact-support-container .card {
    padding: 40px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: rgba(248, 247, 255, 1);
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.contact-support-container .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

footer .footer .footer-text-logo {
    color: rgba(234, 236, 240, 1) !important;
}

.footer .footer-text-logo {
    color: rgba(234, 236, 240, 1) !important;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.footer .bottom-footer a {
    text-decoration: none;
    color: rgba(234, 236, 240, 1) !important;
}

.footer .bottom-footer {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.footer .bottom-footer a:hover {
    text-decoration: underline;
}

.terms-of-service-template {
    margin-top: 150px;
    margin-bottom: 150px;
}

.terms-of-service-template h1 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
}

.pum-theme-52, .pum-theme-default-theme {
    background-color: rgba(0, 0, 0, .6);
}

.pum-theme-52 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
}

.pum-theme-52 .pum-title, .pum-theme-default-theme .pum-title {
    display: none !important;
}

.pum-container.pum-responsive.pum-responsive-medium {
    border-radius: 8px;
}

.pum-container .pum-btn {
    cursor: pointer;
}

@media (max-width: 600px) {
    .navbar {
        height: 72px;
    }

    .top-container {
        background-image: url('../images/mobile/background.png');
        height: 100%;
        background-position-x: center;
        background-position-y: bottom;
    }

    .top-container .container {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .top-container h1 {
        font-size: 36px;
        line-height: 45px;
        text-align: center;
    }

    .top-container .lead {
        text-align: center;
    }

    .benefits-container h2, .how-it-work-container h2, .choose-plan-container h2,
    .faq-container h2, .contact-support-container h2,
    .crm-integration-container h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .how-it-work-container .card h5, .benefits-container .card .card-body h5, .crm-integration-container .card h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .how-it-work-container .card p, .benefits-container .card .card-body p, .crm-integration-container .card p {
        font-size: 16px;
        line-height: 24px;
    }

    .top-container .lead, .crm-integration-container .description,
    .contact-support-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .choose-plan-container {
        border-radius: 0;
    }

    .choose-plan-container .row {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
    }

    .choose-plan-container .col-md-4 {
        flex: 0 0 auto;
        width: calc(100% - 40px);
    }

    .choose-plan-container .col-md-4:first-child {
        margin-left: calc(2 * 100% - 3 * 40px);
    }

    .faq-container button {
        font-size: 20px;
        line-height: 32px;
        align-items: flex-start !important;
    }

    .contact-support-container .card h5 {
        font-size: 20px;
        line-height: 40px;
        white-space: nowrap;
    }

    .contact-support-container .work-time {
        font-size: 18px;
        line-height: 32px;
    }

    .footer .footer-text-logo {
        text-align: center !important;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .navbar {
        height: 72px;
    }

    .top-container {
        background-image: url('../images/mobile/background.png');
        height: 100%;
        background-position-x: center;
        background-position-y: bottom;
    }

    .top-container .container {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .top-container h1 {
        font-size: 36px;
        line-height: 45px;
        text-align: center;
    }

    .top-container .lead {
        text-align: center;
    }

    .benefits-container h2, .how-it-work-container h2, .choose-plan-container h2,
    .faq-container h2, .contact-support-container h2,
    .crm-integration-container h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .how-it-work-container .card h5, .benefits-container .card .card-body h5, .crm-integration-container .card h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-container h2 {
        text-align: center !important;
    }

    .how-it-work-container .card p, .benefits-container .card .card-body p, .crm-integration-container .card p {
        font-size: 16px;
        line-height: 24px;
    }

    .top-container .lead, .crm-integration-container .description,
    .contact-support-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .choose-plan-container {
        border-radius: 0;
    }

    .faq-container button {
        font-size: 20px;
        line-height: 32px;
        align-items: flex-start !important;
    }

    .contact-support-container .card h5 {
        font-size: 18px;
        line-height: 32px;
        white-space: nowrap;
    }

    .contact-support-container .work-time {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .contact-support-container .card h5 {
        font-size: 18px;
        line-height: 32px;
        white-space: nowrap;
    }
}
