@import "../components/gartner-banner.css";

.sms-plus-hero-banner-section .product-pill {
    font-size: 22px;
    font-weight: 600;
}

.homepage-smsplus-section.frost h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 140%;
    color: #011C35;
    padding: 40px 0 16px;
}

.frost a.tdna-cta-link.cta-blue {
    display: inline-block;
}

.homepage-smsplus-section.frost .smsplus-section--row {
    background: #e8f4fc;
    border-radius: 48px;
    padding: 40px;
    margin: 15px 0;
    justify-content: center;
    text-align: center;
}

.homepage-smsplus-section.frost {
    padding-bottom: 0;
}

.homepage-smsplus-section.frost .img-fluid {
    margin-top: 24px;
    max-width: 300px;
}

.sms-plus-body .navbar-collapse {
    top: 160px;
}

.sms-plus-hero-banner-section {
    background: linear-gradient(60deg, #1E4DC6, #7424c4);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-top: 152px;
    padding-bottom: 120px;
}

.sms-plus-hero-banner-section .title {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 700;
    /* max-width: 500px; */
    margin: 0;
    margin-bottom: 32px;
}

.sms-plus-hero-banner-section .intro {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    /* max-width: 450px; */
    margin-bottom: 32px;
}

.sms-plus-hero-banner-section .margin-bottom-24 {
    margin-bottom: 24px;
}

.sms-plus-hero-banner-section .intro .intro-description {
    font-weight: 500;
}

.sms-plus-hero-banner-section .intro .intro-paragraph {
    font-size: 13px;
    font-weight: 300;
}

.action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.action-buttons p {
    margin: 0;
}

.action-buttons p a {
    display: inline;
}

.hero-text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dark-banner-section {
    background: #011C35;
    color: #FFFFFF;
    padding-top: 56px;
    padding-bottom: 56px;
}

.dark-banner-section p {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.dark-banner-section .dark-banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smsplus-details-main-section {
    padding-top: 128px;
    padding-bottom: 128px;
}


.smsplus-details-main-section .section-item object {
    width: 100%;
    max-width: 450px;
}

.smsplus-details-main-section .section-item {
    margin-bottom: 80px;
}

.smsplus-details-main-section .section-item:last-of-type {
    margin-bottom: 0;
}

.smsplus-details-main-section .section-item ul {
    list-style: circle;
    padding-left: 20px;
    margin-top: 8px;
}

.smsplus-details-main-section .section-item ul li:not(:last-child) {
    margin-bottom: 8px;
}

.smsplus-details-main-section .center-items {
    justify-content: center;
}

.smsplus-details-main-section h2 {
    color: #011C35;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.smsplus-details-main-section h3 {
    color: #011C35;
}

.smsplus-details-main-section .desktop-demo-video {
    margin-bottom: 24px;
}

.smsplus-details-main-section .demo-video-link-wrapper {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.smsplus-details-main-section .demo-video-link-wrapper h2 {
    margin-bottom: 0;
    flex-direction: column;
}

.demo-link {
    font-weight: 700;
    justify-content: center;
    white-space: nowrap;
}

.demo-link:link,
.demo-link:focus,
.demo-link:visited {
    color: #FF7F00;
    text-decoration: underline;
}

.demo-link:hover,
.demo-link:active {
    color: #0064C0;
}

.demo-link svg {
    vertical-align: middle;
    margin-left: 10px;
}

.demo-link:hover svg path,
.demo-link:active svg path {
    fill: #0064C0;
}

.smsplus-section--paragraph {
    color: #3B556E;
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    text-align: left;
    margin-bottom: 40px;
}

.smsplus-details-main-section h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 29.3px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.smsplus-animated-image {
    max-width: 450px;
    margin: 0 auto;
}

.smsplus-animated-image svg {
    width: 100%;
    height: 100%;
}

/* pill */
.pill {
    display: flex;
    background-color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 2px;
    margin-bottom: 16px;
}

.pill--text {
    color: #011C35;
    font-weight: 800;
    font-size: 10px;
    line-height: 1.5;
}
/* (end) pill */


.tdna-faq-section h2 {
    text-align: center;
}

.smsplus-form-section h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.smsplus-form-section {
    background: #0064C0;
    padding-top: 80px;
    padding-bottom: 80px;
}

.smsplus-form-section.form-footer {
    text-align: left;
}

.smsplus-user-auth-contact-text {
    text-align: center;
}

.smsplus-user-auth-contact-text .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #E8F4FC;
    margin-bottom: 30px;
}

.smsplus-user-auth-contact-text .title {
    margin-bottom: 8px;
}

.smsplus-user-auth-contact-text .subtitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #F7FAFC;
    margin-bottom: 40px;
}

.no-phone--img {
    border-radius: 16px;
}

.smsplus-animated-image img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .smsplus-details-main-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .smsplus-details-main-section .section-item object {
        max-width: 100%;
    }

    .smsplus-section--paragraph {
        margin-bottom: 22px;
    }

    .smsplus-user-auth-contact-text .subtitle {
        font-size: 40px;
        line-height: 60px;
    }

    .action-buttons {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .hero-text-col .action-buttons {
        justify-content: flex-start;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {

    .homepage-smsplus-section.frost h2 {
        text-align: left;
        font-size: 32px;
    }

    .homepage-smsplus-section.frost .smsplus-section--row {
     text-align: left;
     padding: 40px 0;
     align-items: center;

    }

    .smsplus-details-main-section .demo-video-link-wrapper h2 {
        flex-direction: row;
    }

    .smsplus-animated-image svg {
        max-width: 100%;
    }

    .tdna-faq-section h2 {
        text-align: left;
    }

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

    .smsplus-user-auth-contact-text,
    .smsplus-user-auth-contact-text h2,
    .smsplus-user-auth-contact-text h3 {
        text-align: left;
    }

    .smsplus-user-auth-contact-text .subtitle {
        font-size: 48px;
        line-height: 70px;
    }
}

@media (min-width: 1200px) {

    .smsplus-section--paragraph {
        margin-bottom: 30px;
    }

    .homepage-smsplus-section.frost .img-fluid {
        margin-top: 0;
        max-width: 480px;
    }

    .smsplus-user-auth-contact-text .subtitle {
        font-size: 48px;
    }
}

@media (min-width: 1400px) {
    .sms-plus-hero-banner-section .intro {
        margin-right: 25px;
    }
}

@media (max-width: 1200px) {
    .sms-plus-hero-banner-section .title {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    .sms-plus-hero-banner-section .title {
        font-size: 35px;
    }

    .sms-plus-hero-banner-section .title,
    .sms-plus-hero-banner-section .intro,
    .sms-plus-hero-banner-section .hero-text-col {
        text-align: center;
    }

    .sms-plus-hero-banner-section .hero-text-col {
        align-items: center;
        justify-content: center;
    }

    .sms-plus-hero-banner-section .hero-text-col .action-buttons {
        justify-content: center;
    }

    .sms-plus-hero-banner-section .container {
        max-width: 540px;
    }
}

@media (max-width: 767px) {
    .smsplus-section--paragraph,
    .smsplus-details-main-section h2 {
        text-align: center;
    }

    .hero-text-col {
        align-items: center;
    }

    .smsplus-details-main-section .demo-video-link-wrapper {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 30px;
    }

    .smsplus-details-main-section .demo-video-link-wrapper h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .dark-banner-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .smsplus-details-main-section h3 {
        text-align: center;
    }

    .smsplus-details-main-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .smsplus-details-main-section .demo-video-link-wrapper h2 {
        font-size: 24px;
    }

    .demo-link {
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .smsplus-details-main-section .desktop-demo-video {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
}
