.prague-logo a img {height:40px !important;}
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-logo a img {
    filter: invert(100%) brightness(1000%);
}

.prague-header .prague-social-nav {
    display: none;
}

.prague-logo a img {
    height: 22px !important;
    width: 120px;
}

/* Tablet (portrait &amp; landscape) */
@media (max-width: 1024px) {
    .prague-logo a img {
        height: 22px !important;
        width: 120px;
    }
}

/* Mobile (landscape) */
@media (max-width: 768px) {
    .prague-logo a img {
        height: 20px !important;
        width: 100px;
    }
}

/* Mobile (portrait, smaller screens) */
@media (max-width: 480px) {
    .prague-logo a img {
        height: 18px !important;
        width: 90px;
    }
}

.service-blog .prague-blog-list-wrapper .blog-list-post-date {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 21px;
    color: #111;
    display: none;
}

.home-service-class {
    padding: 0 !important;
}

.top-banner.light.categories {
    cursor: default;
    height: 414px !important;
    min-height: 414px !important;
}

.prague-blog-grid-wrapper {
    max-width: 400px;
}

.icon-grid-1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        text-align: center;
        padding: 20px 0;
    }

    .icon-grid-1 img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .icon-grid-1 h4 {
        font-size: 18px;
        margin-top: 10px;
    }

.vion-text-section {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px 25px;
        line-height: 1.8;
        font-size: 16px;
        color: #333;
    }

    .vion-text-section p {
        text-align: justify;
        margin-bottom: 18px;
    }

    .vion-text-section h5 {
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.prague-blog-grid-wrapper .blog-grid-post-date {
    display: none;
}

.prague-blog-grid-wrapper .blog-grid-post-title {
    margin-top: 20px;
}

.justify {
text-align: justify;
}

.vion-features-wrap {
    background: #f9f9f9;
    padding: 25px 55px;
    border-radius: 10px;
    border: 1px solid #eee;
    font-family: 'Arial', sans-serif;
}

.vion-heading {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #333;
}

.vion-feature-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: none;
}

.vion-feature-list li {
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #444;
}

.vion-feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0d9b4f;
    font-weight: bold;
}

.vion-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px !important;
}

.prague-footer .footer-top-content .prague-footer-main-block .footer-main-content p {
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .vion-features-wrap {
		background: #f9f9f9;
		padding: 25px 9px;
		border-radius: 10px;
		border: 1px solid #eee;
		font-family: 'Arial', sans-serif;
	}
}