/* 2025 */

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

hr.wp-block-separator {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.navbar-custom .dropdown-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wp-block-cover,
.wp-block-columns,
.wp-block-group {
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    scroll-margin-top: 100px;
}

.wp-block-column .wp-block-group {
    padding: 0;
}

div.hero-section {
    padding-top: 95px;
    margin-bottom: 8rem;
    max-width: 100%;
}

.image-divider.wp-block-cover.has-parallax {
    max-width: 100%;
    min-height: 190px;
}

.image-divider.wp-block-cover,
.image-divider.wp-block-cover-image {
    min-height: 190px;
}

div.hero-section p {
    font-family: Manrope;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(54, 63, 6, 0.548), 0 3px 8px #56650e;
    max-width: 50%;
}
div.hero-section p.has-large-font-size {
    font-size: 68px !important;
    font-weight: 800 !important;

    @media (width <= 700px) {
        font-size: 32px !important;
        font-weight: 600 !important;
    }
}

div.hero-section .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    padding-top: 12rem;
    padding-bottom: 5rem;

    @media (width <= 700px) {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.cards-1 {
    padding-top: 0;
    gap: 4rem;
}

.cards-1.wp-block-group,
.basic-1.wp-block-group .wp-block-group {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	max-width: 1100px; 
	margin: 0 auto;
}

.cards-1 .wp-block-group,
.cards-1 .wp-block-tiptip-hyperlink-group-block {
    height: 400px;
    padding: 25px;
    text-decoration: none;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.cards-1 .wp-block-tiptip-hyperlink-group-block:hover {
    transform: scale(1.05);
}

.rounded {
    overflow: hidden;
    border-radius: 1rem !important;
}
.img-fluid,
.img-thumbnail {
    overflow: hidden;
}

li::marker {
    color: #afcb27;
}

.ex-basic-2 .text-container.dark {
    padding: 2.5rem 3rem 2rem;
    background-color: #f3f7e0;
}
