/**********************************************************/
/* SCROLL DOWN BUTTON */

.az-html:has(a.btn-scroll-down) {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

a.btn-scroll-down {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    flex-direction: column;
    color: #dee2e6 !important;
    line-height: 1.25;
    text-decoration: none;
    transform: translateY(0);
    transition: all ease-in-out 0.3s;
}

a.btn-scroll-down:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.75);
    text-decoration: none !important;
    transform: translateY(3px);
    transition: all ease-in-out 0.3s;
}

a.btn-scroll-down,
a.btn-scroll-down:hover {
    border-bottom: 0 !important;
}

/**********************************************************/
/* Content */

.az-section {
	background-color: #E8E2DA
}

.az-section.p-0>div[class*="container"],
.az-card.p-0>.card-body {
    padding: 0;
    height: 100%;
}

.az-section.px-0>div[class*="container"] {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.az-card.px-0>.card-body {
    padding-left: 0;
    padding-right: 0;
}


/**********************************************************/
/* Content Divider */

.content-divider {
    width: 100%;
    height: 100vh;
}


/**********************************************************/
/* CTA Section */

.az-section.section-cta .cta-content {
    background: linear-gradient(45deg, #009696, #141C52);
}

.az-section.section-cta .container>.az-row>div:nth-child(1) .az-image {
    margin-bottom: -30px
}

.az-section.section-cta .container>.az-row>div:nth-child(2) .az-image {
    margin-left: -10rem;
}


/**********************************************************/
.row-divider>div[class*=col] {
    padding: 0 1.5rem;
    text-wrap: balance;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.row-divider>div[class*=col]:last-child {
    border-right: 0;
}

/**********************************************************/
/* For Non-logged In Users View */

body:not(.user-logged-in) {
    .gradient-overlay {
        z-index: 100;
        position: absolute;
        bottom: 0;
    }
}

/* End */

/**********************************************************/

@media screen and (max-width: 767px) {
    .az-section.inner-landing-hero-banner {
        background-position: 50% 50%;
    }
    .az-section.landing-banner .gradient-overlay {
        padding: 0 1rem 5rem 1rem;
    }
    .az-section.landing-banner .gradient-overlay h1.page-title {
        font-size: 3.5rem;
    }
    .stat-description {
        font-size: 0.875rem;
        line-height: 1.25;
    }
    ol.breadcrumb {
        padding: 0.75rem 1rem !important;
    }
    .az-row.facts .card {
        border: 0;
    }
    .az-section.content-divider {
        aspect-ratio: 1;
        height: auto;
        background-size: cover !important;
    }
    .az-section.section-cta {
        padding-bottom: 2rem;
    }
    /*.section-cta .az-column .az-image.featured {*/
    /*    margin-left: 0;*/
    /*}*/
    .az-section.section-cta .container>.az-row>div:nth-child(2) .az-image {
		    margin-left: 0;
		}
    .section-cta .cta-icon {
        width: 64px;
        margin-bottom: -18px;
    }
    .section-cta .cta-content {
        box-shadow: 1px 1px 32px 8px #fff;
    }
    .az-section.section-cta>.container>.az-row>.az-column:not(:has(.featured)) {
        padding: 2rem;
        margin-top: -7rem;
    }
    .dos-msg .az-column:nth-child(2) {
        padding-bottom: 64px;
    }
    .dos-msg .az-image {
        width: 160px;
        margin-right: 0;
    }
}