/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2026 | 17:23:32 */
:root {
    --primary-color: #059932;
    --secondary-color: #059932;
	--third-color: #059932;
}

body #pagetitle.page-title {
    background-image: url(https://grandasset.in/vtm/wp-content/uploads/2025/12/demo-.png);
    padding: 120px 0; /* adjust top–bottom spacing */
    min-height: 400px; /* you can increase this value */
    background-size: cover;
    background-position: center;
}
p:has(a[href="#"]) {
    display: none !important;
}
.comments-area .comment-list-wrap {
    display: none !important;
}
.logo {
    position: relative;
}

.logo img {
    opacity: 0;
}

#ct-header-wrap .ct-header-branding a img {
    max-height: 60px !important;
}

.logo::after {
    content: "";
    background: url("https://grandasset.in/vtm/wp-content/uploads/2025/12/v2m-logo.webp") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}