/* Custom CSS */

/* text button */

.text-button {
    border: none;
    background-color: inherit;
    padding: var(--space1) var(--space3);
    width: 77px;
    height: 40px;
    text-align: center;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.text-button:hover {
    color: #ffff;
    background: var(--clr-primary800);
}

.learn-row .learn-column .et_pb_button_module_wrapper .et_pb_button:hover{
    background-color: var(--clr-primary800);
}

.filled-button {
    color: white;
    padding: var(--space1) var(--space3);
    width: 91px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border: none !important;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
}

.filled-button:hover {
    background-color: var(--clr-primary800);
}

.header {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 1440px;
    max-height: 84px !important;
    align-items: center;
    justify-content: space-between;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
    margin-left: 105px;
    margin-right: 120px;
}

.header-row::after {
    display: none;
}

.header-row .et_pb_column {
    margin: 0px !important;
    width: auto !important;
}


.header-title {
    display: flex;
    max-width: 154px;
}


.header-title .et_pb_image {
    margin: 0px;
    margin-left: 1.67px;
}

.header-pages.column {
    width: auto !important;
}

.header-pages {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: max-content;
    justify-content: space-between;
}

.header-buttons {
    height: 40px;
    gap: 14px !important;
}

.buttons-column {
    width: auto !important;
}

.header-section {
    display: flex;
    justify-content: center;
}

/* Row layout */
.default-section {
    margin: 0px !important;
    padding: 0px !important;
}

.section-spacing-xxs {
    margin-bottom: 16px !important;
}

.section-spacing-s {
    margin-bottom: 40px !important;
}

.section-spacing-m {
    margin-bottom: 42px !important;
}

.section-spacing-l {
    margin-bottom: 48px !important;
}

.section-spacing-xl {
    margin-bottom: 95px;
}

.default-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 !important;
    max-width: 1152px !important;
}

.silver-section {
    padding: 0px !important;
    display: flex;
    justify-content: center;
    background-color: var(--clr-neutral-silver);
}

.silver-section .default-row {
    padding: 0;
    margin: 0;
}

.silver-section .default-row .et_pb_code {
    padding: 0;
    margin: 0;
}

.centered-column {
    justify-content: center;
    align-items: center;
}

/* Learn more  */
.learn-row {
    padding: 0 !important;
    justify-content: space-between;
}

.learn-row::after {
    display: none;
}

.learn-column {
    max-width: 661px;
    width: 100%!important;
}

.learn-column .et_pb_module {
    margin: 0px;
}


.learn-column .learn-content {
    max-width: 601px;
}

.content {
    margin-top: 16px !important;
    margin-bottom: 32px !important;
}

.learn-image-column {
    width: fit-content!important;
    height: fit-content;
    margin: 0!important;
}

/* Business row */

.business-row {
    justify-content: space-between;
}

.business-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin:0!important;
}

.business-column::after {
    display: none;
}

.business-row::after {
    display: none;
}

.business-row .et_pb_column {
    width: max-content!important;
}

.data-grid {
    padding-top: 64px;
    padding-bottom: 64px;
    display: grid;
    row-gap: 40px;
    column-gap: 30px;
    grid-template-columns: 255px 255px;
    grid-template-rows: 60px 60px;
    justify-content: center;
}

.data-with-icon {
    display: flex;
    align-items: center;
    gap: 6px;
}


.icon-m-square {
    width: 48px;
    height: 48px;
}

.icon-s-square {
    width: 24px;
    height: 24px;
}

.icon-xs-square {
    width: 16px;
    height: 16px;
}

.icon-l {
    width: 65px;
    height: 56px;
}

/* Title row */
.title-row {
    display: flex;
    flex-direction: column;
    text-align: center;
}


.title-row .et_pb_module {
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
}

.title-row .title {
    display: flex;
    max-width: 540px !important;
    margin: auto !important;
    margin-bottom: 8px!important;
    align-items: center;

}

/* Associations row */

.association-row {
    justify-content: space-between;
    gap: 127.5px;
}
.association-row .et_pb_column {
    width: unset;
}

.association-row::after {
    display: none;
}

.association-column {
    height: 100%;
    padding-bottom: 24px;
    max-width: 300px;
    width: 100%!important;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 2px 0 rgba(171, 190, 209, 0.2);
    border-radius: 8px;
}

.association-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    padding-top: 24px!important; 
    max-width: 268px!important;
}

.center-text {
    display: flex;
    max-width: 251px;
    align-items: center;
    align-self: center;
}

/* Meet the customers */

.customers-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px !important;
    padding: 0px !important;

}

.customers-row::after {
    display: none;
}

.customer-rows .et_pb_module {
    margin: 0px !important;
    padding: 0px !important;
}

.customer-image-column {
    margin: 0px!important;
    max-width: 326px !important;
}

.customer-info-column {
    max-width: 748px !important;
    width: 100%!important;
    margin-bottom: 33px;
    margin-top: 33px;
}

.customer-info-column .et_pb_module {
    padding: 0 !important;
}

.customer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px !important;
}

.customer-info::after{
    display: none;
}

.customer-description {
    margin-bottom: 16px !important;
}

.customer-image img {
    max-width: 326px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.show-customers {
    display: flex;
    align-items: center;
    gap: 32px;
}

.meet-members-sign {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    max-width: 223px!important;
    width:100%!important;
    margin-left: 32px!important;
}

.meet-members-sign::after {
    display: none;
}

.customers-icons {
    max-width: 493px;
    width: 100%;
    max-height: 48px;
    display: flex;
    justify-content: space-between;
}

/* Our client row */

/* Request demo row */

.demo-row {
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-height: 300px;
    padding-inline: var(--padding-inline-section) !important;
}

.demo-row .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.demo-text {
    max-width: 888px !important;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 32px!important;
    text-align: center !important;
}

.demo-text h2 {
    font-size: var(--fs-h1);
    line-height: var(--lh-h1);
    font-weight: var(--fw-h1);
}


.demo-button {
    margin-bottom: 32px!important;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    padding: var(--space2) var(--space4);
    background-color: var(--clr-primary);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none !important;
    transition-duration: 0.3s;
    border-radius: 4px;
    font-size: var(--fs-p);
}

.demo-button::after {
    display: none;
}

.demo-button:hover {
    background-color: var(--clr-primary800);
}

/* Our Clients */

.clients-row {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.clients-row .et_pb_module {
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
}

.show-clients .swiper-container {
    align-items: bottom;
    padding: 25px 0px!important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.show-clients .swiper-slide {
    width: 48px!important;
    height: 48px!important;
}

.clients-row p {
    margin-top: 8px;
    margin-bottom: 16px;
}

/* Hello slider */

.carousel-row {
    max-height: 600px !important;
    height: 100% !important;
    padding: 0px !important;
}

.carousel-card {
    height: 100%;
}

.carousel-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 !important;
}

.carousel-content::after {
    display: none;
}

.landing-slider {
    max-height: 600px !important;
    background-color: var(--clr-neutral-silver);
}

.h1-span {
    display: block;
    font-size: var(--fs-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1);
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.carousel-button {
    color: white;
    padding: var(--space2) var(--space4);
    text-align: center;
    text-decoration: none;
    border: none !important;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
    margin-top: 32px;
}

.carousel-button:hover {
    background-color: var(--clr-primary800);
}

/* Marketing row */

.marketing-row {
    display: flex;
    padding: 0px !important;
    justify-content: space-between;
    width: auto !important;
    gap: 24px !important;
}

.marketing-row::after {
    display: none;
}

.marketing-column {
    display: flex;
    max-width: 368px !important;
    width: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.marketing-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.marketing-card::after {
    display: none;
}

.marketing-text {
    max-width: 317px;
    width: auto;
    margin-top: -35.5%;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(171, 190, 209, 0.4);
}

.read-more-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px!important;
    max-height: 44px!important;
    height: 100%;
    width: 100%;
    border: none;
    background-color: inherit;
    text-align: center;
    border: none;
    cursor: pointer;
}

.arrow-icon {
    padding: 0px !important;
    margin: 0px !important;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.marketing-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.marketing-description {
    max-width: 628px !important;
    width: 100%;
}

.accent-text {
    margin-bottom: 8px;
}

/* Footer */

.footer-section {
    background-color: var(--clr-dark);
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 auto;
    max-width: 1110px !important;
    padding: 64px 0 !important;
}

.footer {
    display: flex;
    align-items: center;
    gap: 125px;
}

.footer::after {
    display: none;
}

.footer-credits {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 350px !important;
    width: 100%;
    height: max-content;
}

.footer-credits::after {
    display: none;
}

.footer-credits-rights {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-creddits-rights::after {
    display: none;
}

.footer-logo {
    max-width: 191px;
    max-height: 30px;
    height: 100%;
    width: 100%;
}

.footer-socials {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.footer-socials::after {
    display: none;
}

.footer-links {
    display: flex;
    max-width: 650px !important;
    width: 100% !important;
    gap: 30px;
    width: auto;
}

.footer-links::after {
    display: none;
}

.companies {
    width: auto;
    display: flex;
    gap: 30px;
}

.companies::after {
    display: none;
}

.company-section {
    max-width: 160px;
    /* width: 100%;  why*/
    width: 160px;
    color: #fff;
}

.company-section h4 {
    margin-bottom: 24px;
}

.company-links {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.company-links li {
    list-style: none;
    margin-bottom: 12px;
    font-size: var(--fs-p-small)!important;
    line-height: var(--lh-p-small)!important;
}

.company-links li:first-child {
    margin-top: 0px!important;
}

.company-links li:last-child {
    margin-bottom: 0px !important;
}

.company-links a {
    text-decoration: none;
    color: var(--clr-neutral-silver);
    font-size: var(--fs-p-small)!important;
    transition: color 0.3s ease;
}

.company-links a:hover {
    color: var(----clr-primary);
}

.subscribe-section {
    max-width: 255px;
    width: 100%;
    color: #ffffff;
}

.subscribe-section h4 {
    margin-bottom: 24px;
    color: white;
}

.subscribe-form {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.subscribe-form input {
    flex-shrink: 0;
    border: none;
    padding: 12px;
    background: transparent;
    color: #ffffff;
    font-size: var(--fs-p-small);
    outline: none;
    padding-right: 10px !important;
}

.subscribe-form input::placeholder {
    color: #9ca3af;
}

.subscribe-form button {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    max-width: 40px;
    width: 100% !important;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    transition: color 0.3s ease;
}

.subscribe-form button:hover {
    color: var(----clr-primary);
}

.subscribe-form img {
    width: 18px;
    height: 18px;
}

@media (min-width: 981px) {
    /* end desktop only */
}

@media (min-width: 981px) and (max-width: 1279px) {
    .header-pages {
        gap: 30px;
        width: max-content;
        justify-content: space-between;
    }

    .header-pages p {
        font-size: var(--fs-p-small) !important;
    }

    .text-button {
        width: 67px;
        height: 35px;
        padding: var(--space0) var(--space2);

    }

    .filled-button {
        width: 80px;
        height: 35px;
        padding: var(--space0) var(--space2);
    }

    .header-title img {
        max-height: 26px;
    }

    .association-row {
        justify-content: unset !important;
        gap: 85px;
        width: max-content !important;
    }

    .association-column {
        max-width: 260px;
    }

    .learn-image-column {
        display: flex;
        justify-content: end;
        padding-right: 50px;
    }

    .data-grid {
        row-gap: 35px;
        column-gap: 28px;
        grid-template-columns: 220px 220px;
        grid-template-rows: 50px 50px;
    }

    .icon-m-square {
        width: 42px;
        height: 42px;
    }

    .business-column {
        margin-right: 0px !important;
    }

    .footer {
        gap: unset!important;
    }

    .subscribe-form {
        max-width: 235px;
    }

    .footer-credits {
        margin-left: 15px;
    }

    .footer-links {
        margin-right: 30px;
    }

    .customer-description {
        margin-bottom: 12px;
    }

    .customer-info {
        margin-bottom: 24px !important;
    }

    .customer-image-column {
        margin-right: 30px !important;
    }

    .show-customers {
        gap: 26px;
    }

    .customers-icons {
        max-width: 360px !important;
    }

    .marketing-row {
        justify-content: center;
        gap: 20px !important;
    }

    .marketing-column {
        max-width: 320px !important;
    }

    .marketing-text {
        margin-right: 12px;
        margin-left: 12px;
    }

}

@media (min-width: 1280px) and (max-width: 1439px) {
    /* end 1280 only */
}

@media (min-width: 1440px) and (max-width: 1649px) {
    /* end 1440 only */
}

@media (max-width: 980px) {
    /* end mobile and tablet */

    .rmp-menu-wrap, .rmp-menu-wrap .rmp-menu {
        display: flex!important;
        flex-direction: column;
        height: 100%!important;
    }
    .rmp-container .rmp-menu-wrap .rmp-menu li:nth-last-child(2){
    /* .rmp-container .rmp-menu-wrap .rmp-menu li:last-child { */
        margin-top: auto!important; 
    }

    #rmp-container-770 a.rmp-menu-item-link .register-button {
        color: var(--clr-primary) !important;
    }

    #rmp-container-770 .rmp-menu-item-link .register-button a {
        color: var(--clr-primary) !important;
    }

    .demo-button::before {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        width: 12px;
        height: 12px;
        right: 10px;
    }

    #rmp-container-770 a.rmp-menu-item-link {
        font-size: var(--fs-p) !important;
        font-weight: var(--fw-p) !important;
        font-family: var(--ff-body) !important;
    }

    /* .rmp-menu-top-level-item:hover a {
        color: var(--clr-primary800)!important
    }

    .menu-item a:hover {
        color: var(--clr-primary800)!important;
    }

    .menu-item:hover a {
        color: var(--clr-primary800)!important;
    } */

    .et_pb_row {
        padding-inline: var(--padding-inline-section) !important;
    }

    .header-row {
        background-color: var(--clr-neutral-silver);
        position: fixed;
    }

    .carousel-row {
        padding-top: 30px!important;
    }

    .dsm_card_wrapper {
        padding: 0px!important;
    }

    .header-pages {
        display: none;
    }

    .header-buttons {
        display: none;
    }

    .carousel-content {
        gap: 60px;
        padding-inline: var(--padding-inline-section) !important;
        padding: 50px 0 !important;
    }

    .carousel-content h1 {
        line-height: 50px;
    }

    .carousel-content span {
        line-height: 50px;
    }

    .association-row {
        gap: 20px !important;
        justify-content: center;
    }

    .association-column {
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 220px !important;
    }

    .association-title {
        max-width: 200px !important;
    }

    .center-text {
        max-width: 200px !important;
    }

    .learn-column {
        max-width: 450px !important;
        padding-right: 10px;
    }

    .learn-column .learn-content {
        max-width: 400px !important;
    }

    .data-grid {
        max-width: 300px !important;
        padding-top: 50px;
        padding-bottom: 50px;
        row-gap: 20px;
        column-gap: 0px;
        grid-template-columns: 200px;
        grid-template-rows: 50px;
    }

    .business-row {
        display: flex;
        justify-content: center;
        gap: 120px;
        align-items: center;
    }

    .business-row::after {
        display: none;
    }

    .business-column {
        width: max-content;
    }

    .impact-column {
        display: flex;
        align-items: center;
        width: max-content!important;
    }

    .icon-m-square {
        width: 34px;
        height: 34px;
    }

    .customer-row {
        gap: 16px;
        padding-inline: var(--padding-inline-section) !important;
    }

    .customer-row::after {
        display: none;
    }

    .customer-image-column {
        margin: 0px !important;
        max-width: fit-content !important;
    }

    .customer-info-column {
        max-width: 748px !important;
        margin-bottom: 33px;
        margin-top: 33px;
    }

    .customer-info {
        gap: 8px;
        margin-bottom: 18px !important;
    }

    .customer-description {
        margin-bottom: 8px !important;
    }

    .customer-image {
        border-radius: 8px;
        max-width: 280px !important;
    }

    .show-customers {
        gap: 16px;
        margin-left: -190px !important;
        padding-bottom: 20px !important;
    }

    .meet-members-sign {
        gap: 8px;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
        margin-left: 8px;
    }

    .customers-icons {
        max-width: 400px;
    }

    .marketing-row {
        flex-direction: column;
        gap: 36px !important;
    }

    .marketing-card {
        min-height: unset !important;
        padding-bottom: 16px;
    }

    .footer {
        justify-content: center;
        align-items: center;
        gap: 80px;
        flex-direction: column;
    }

    .footer-credits {
        max-width: max-content !important;
    }

    .footer-links {
        width: max-content;
    }


}

@media (min-width: 481px) and (max-width: 980px) {

    /* end tablet only */
    /* .customers-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    } */
    .subscribe-form img {
        width: 14px;
        height: 14px;
    }

    .subscribe-form {
        max-width: 235px;
    }


    .subscribe-form button {}
}

@media (max-width: 480px) {
    /* end tablet only */
    .header-row {
    }

    .et_pb_row {
        padding-inline: var(--padding-inline-section) !important;
    }

    .demo-row {
        max-height: unset !important;
        padding-bottom: var(--space3);
    }

    .carousel-row {
        max-height: unset!important;
        padding-top: 84px!important;
        /* padding-inline: 0px !important; */
    }

    .carousel-content {
        padding: 0px!important;
        gap:20px!important;
        flex-direction: column;
    }

    .carousel-content img {
        max-width: 204px!important;
        max-height: 194px!important;
    }

    .association-row {
        margin-top: 40px;
        flex-direction: column;
        gap: 40px !important;
    }

    .learn-row {
        flex-direction: column;
        padding-inline: var(--padding-inline-section) !important;
    }

    .learn-column {
        display: flex;
        padding-right: unset !important;
        flex-direction: column;
        align-items: center;
    }

    .learn-column .learn-content {
        max-width: fit-content !important;
    }

    .business-row {
        flex-direction: column;
        gap: unset;
        padding: 30px var(--padding-inline-section) !important;
    }

    .business-column {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px!important;
    }

    .business-column h2 {
        text-align: center;
    }

    .business-column .et_pb_text {
        text-align: center;
    }

    .data-grid {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        row-gap: 20px;
        column-gap: 50px;
        grid-template-columns: 150px 150px;
        grid-template-rows: 50px;
    }

    .customers-row {
        flex-direction: column;
    }

    .customer-info-column {
        margin-top: 0px !important;
    }

    .show-customers {
        flex-direction: column;
        margin-left: 0px !important;
    }

    .footer-row {
        /* padding-inline: unset !important; */
    }

    .footer-links {
        gap: 15px;
    }

    .footer {
        flex-direction: column;
    }

    .companies {
        justify-content: center;
        gap: 60px;
    }

    .company-section {
        width: max-content;
    }

    .subscribe-section {
        justify-content: center;
    }

    .subscribe-form {
        max-width: 235px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 50px
    }
}

@media (max-width: 320px) {
    .data-grid {
        grid-template-columns: 150px !important;
    }

    .marketing-card {
        
    }
}