.header-hero::before{
	content: none;
}

.site-footer,
.site-footer a,
.site-footer h5 {
	    color:#5C2018!important;
}

.site-footer {
	background-color: #f1e4d8;
}

.post .post__author{
	display: none;
}

.justify-text {

text-align: justify;

}

.wp-block-cover {
    border-radius: 20px; 
    overflow: hidden; 
}

.custom-group-small {
    max-width: 90% !important; 
    margin: 20px 0 0 15px !important; 
}


.custom-contact-box p {
    font-size: 0.9em;
    margin: 0;
    color: #555;
}

/* Contact card styling */
.custom-contact-card {
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

/* Icon image positioning */
.custom-contact-card .custom-icon {
    position: absolute;
    top: -25px;
    left: 30px;
    background-color: #5B1A11;
    border-radius: 20%;
    padding: 10px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}


.contact-form {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.contact-form input, .contact-form textarea {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
}


.custom-cover-left {
    display: flex;
    align-items: flex-start; 
    justify-content: flex-start; 
    width: 100%;  */
    position: relative;
}

/* Group inside cover block */
.custom-cover-left .custom-red-block-left {
    position: absolute;
    left: 0;
    top: 200px; 
    transform: translateX(0);
    margin: 0; 
    padding: 1em; 
    width: auto; 
    max-width: 90%; 
}

.custom-cover-left .custom-red-block-leftt {
    position: absolute;
    left: 0;
    top: 125px; 
    transform: translateX(0);
    margin: 0; 
    padding: 1em; 
    width: auto; 
    max-width: 90%; 
}


/* navigation buttons */
.faq-navigation .wp-block-button__link {
    display: block;
    width: 100%;
    padding: 10px 25px;
    background-color: #5C2018; 
    color: white;
    text-align: left;
    border: none;
    margin-bottom: 10px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
}

/* Active button */
.faq-navigation .wp-block-button__link.active {
    background-color: #f1e4d8; /* Active button color */
    color: #5C2018;
}

/* Center text button */
.faq-navigation .wp-block-button__link > span {
    display: inline-block;
    line-height: 1.4;
}

.faq-content-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin: 0; 
    overflow: visible; 
    height: auto;
    flex-grow: 1; 
}

/* Switch places copyright/links */

.footer-navbar {
    display: flex;
    justify-content: space-between;
}

.footer-navbar__start {
    text-align: right;
    order: 2; /* Moves copyright to the right */
}

.footer-navbar__end {
    text-align: left;
    order: 1; /* Moves menu to the left */
}