/*
    2023-03-07: CSS for the PA Hub template.

 */

.pa-bread-container {
    position: absolute;
    top: -40px;
    left: auto;
    font-size: 20px;
}
@media (min-width: 1100px) {
    .pa-bread-container {
        left: 100px;
    }
}
.pa-child.modules {
    background-color: #121e28;
}
#hero_text,
#pa-buttons,
#pa-child-posts {
    background-color: #f0f0f0;
}
#pa-buttons .sh-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    gap: 1%;
}

#pa-buttons .pa-btn a {
    background: unset;
    background: white;
    color: black;
    border-radius: 18px;
    min-width: 150px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
#pa-buttons .pa-btn a:hover {
    background: rgba(255, 159, 9, 1);
    color: white;
}

.pa-btn--active {
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%) !important;
    background-color: #dedede !important;
    color: #e75300 !important;
}
#pa-child-posts .thumb-btn.btn-arrow {
    position: relative;
    left: auto;
    bottom: auto;
}
#pa-buttons {
    margin-top: -40px;
}
@media (min-width: 1600px) {
    #pa-buttons {
        padding-bottom: 40px;
    }
}


#hero_sliderheroSlider .m-title {
    font-size: 31px;
}
.lSPager.lSpg {
    z-index: 100;
    position: relative;
}
.primary_color {
    color: #e75300;
}
#top_banner {
    display: none;
}
#h_main {
    display: none;
}
.site {
    padding-top: 0;
}
/********** HEADER ********/

.pa-header-container {
    background-color: #121e28;
    padding: 40px;
}

.pa-header {
    display: flex;
    max-width: 1440px;
    background-color: #121e28;
    color: #fff;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.pa-header__title {
    border: 1px solid #ffffff4d;
    font-size: 18px;
    padding: 5px;
}
.pa-header__bar-right {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
#pa-header .mobile-menu {
    color: white;
}
@media (min-width: 1025px) {
    #pa-header .l-curr {
        padding-left: 0;
        border-left: unset;
        padding-right: 10px;
        margin-top: 0;
    }
    #pa-header .lang-switch {
        margin-left: 0;
    }
}

.mob-icon:before {
    font-size: 30px;
}

/******* End header ****/

div.mhsb.heroSlider {
    padding-bottom: 0;
}
#stats {
    padding-top: 1px;
    margin-top: -20px;
}
#hero_title .m-title{
    font-size: 40px;
}
#hero_title .m-title::after {
    display: none;
}
#hero_title {
    padding-top: 40px;
}

#cards{
    padding-top: 1px;
    margin-top: -40px;
}
#cards .g-item {
    box-shadow: 0px 5px 10px 0px rgb(0, 1, 1, 0.1);
}

#cards .cc-has-btn > a {
    padding-bottom: 36px;
}
@media only screen and (min-width: 1025px) {
    #cards .cc-btn {
        display: none;
    }
    #cards .cc-has-btn > a {
        padding-bottom: 0;
    }
    #cards .cc-content{
        padding: 20px;
    }
}

.pa-selection-container {
    padding-bottom: 20px;
}
.pa-selection-container .m-inner {
    max-width: 260px;
}


#pa-topics {
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 23px;
    border-color: #aaa;
}

.pt-sm {
    padding-top: 20px !important;
}

/*** start button *****/
.pa-btns-container .sh-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    gap: 1%;
}
.pa-btns-container .pa-btn a {
    background: unset;
    background: white;
    color: black;
    border-radius: 18px;
    min-width: 150px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 25%);
}
.pa-btns-container {
    text-align: center;
}
.pa-btns-container .m-inner p{
    color: #777;
}
#pa_basic_level, #pa_advanced_features, #pa_new_capabilities{
    display: none;
    padding-bottom: 20px;
}
#pa_customer_stories{
    padding-bottom: 20px;
}

.m-bg-dark-gray{
    background-color: #f0f0f0;
}
/*** end button *****/

#cards, #hero_title{
    background-color: #f0f0f0;
}
.pa-thumbs-load-more > span:last-child {
    display: none;
}

#cards .g-item{
    border-radius: 10px;
}
/* set card image in mobile */

#cards .cc-content {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
#cards .cc-has-icon.cc-no-img .cc-icon {
    position: absolute;
    padding: 0;
    padding-left: 10px;
    top: 10px;
    right: auto;
}
#cards .cc-info {
    width: 80%;
    margin: 0 auto;
}
.module.mod-content-cards .g-item {
    margin-bottom: 10px;
}

#cards .cc-has-btn > a {
    padding-bottom: 34px;
}
#cards .cc-btn {
    bottom: 15px;
}
@media only screen and (min-width: 700px) {
    #cards .cc-content {
        position: relative;
        padding: 40px;
    }
    #cards .cc-has-icon.cc-no-img .cc-icon {
        position: static;
    }
    #cards .cc-info {
        width: 100%;
        margin: 0 auto;
    }
    .module.mod-content-cards .g-item {
        margin-bottom: 50px;
    }
    #cards .cc-btn {
        bottom: 40px;
    }
}
/* end set card image in mobile */

/* Custom Video and PDF */
.video-type .video-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-type .video-icon .icon-background {
    background-color: rgb(231, 85, 0);
    border-radius: 100px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
}

.video-type .video-icon .icon-background svg {
    width: 31px;
    margin-left: 7px;
}

.pa-edit-btn {
    position:absolute;
    right:20px;
    bottom:20px;
}
