.header-footer-group, body:not(.overlay-header) #site-header .toggle, .menu-modal .toggle {
	display: none;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: unset !important;
}

.back-to-top-wrapper.back-to-top-btn-show {
    background-color: var(--theme-color1) !important;
}


.footer-style-one .contact-list .inner .list-info {
    margin-bottom: 20px !important;
}

.footer-style-one .contact-list .inner .list-info span a{
	    color: rgba(255, 255, 255, 0.6980392157) !important;
}
/* 
.room-block{
	    margin-bottom: 30px !important;
    box-shadow: 1px 1px 1px 1px #000 !important;
    border-radius: 10px !important;
    padding: 20px !important;
} */

.services-details__content img{
	    border-radius: 10px !important;
}
.cover-header{
		display: none;

}
#riya-projects-detail{
	    padding: 110px 0px !important;
}

.blog-section-three .blog-box .image-box img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
}

.blog-section-two .blog-box .image-box img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
}

.blog-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Maximum 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em;
    word-break: break-word;
}

.project-category{
    margin-top:15px;
    margin-bottom:8px;
    font-weight:700;
    color:#fff;
}

.project-item{
    margin-left:15px;
}

.project-item a{
    font-size:14px;
    line-height:24px;
    display:block;
}