.footer {background: #FFFFFF;} 

.footer-btm-bar {background: #FFffff;}
.footer .widget-title { color: #070d27; }
.footer p, .footer a, .footer li { color: #070d27; }

header.dark-header {background-color: #070D27}
.headhesive--clone.dark-header {background-color:#070D27 !important}



.thmv-blog-post.thmv-info p {
    text-align: justify;
}
.comments-area,
.comments-closed,
.no-comments {
    display: none !important;
}

.post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	
}
.elementor-494 .elementor-element.elementor-element-1e450acf .thmv-learn-btn {
	display: inline-block;
    margin-top: 15px; 
}
.page-id-808 footer {
    display: none !important;
}
.btn-standard-dark-form form .frm_submit input[type=submit]
{
	 background-color: #070d27 !important;
    color: #fff !important;
    border-radius: 0 !important; /* square */
    padding: 8px 50px !important; 
	width: auto !important;                /* Let padding control size */
    display: inline-block !important;
}
body.single .wp-post-image {
	display:none;
}
.single-post .post-meta,
.single-post .entry-meta,
.single-post .posted-by,
.single-post .author,
.single-post .byline {
    display: none !important;
}

.btn-standard-primary-form form .frm_submit input[type=submit] {
    border-radius: 0 !important; /* Removes rounded corners */
    background-color: #070d27!important;   /* Change background color */
    color: #fff;                 /* Button text color */
    padding: 12px 20px;          /* Adjust button size */
    border: none;                /* Remove default border */
    font-size: 16px;             /* Adjust font size */
    text-transform: uppercase;   /* Optional: uppercase text */
    width: 150px;                /* Fixed width (optional) */
    cursor: pointer;
border-radius: 6px !important; 
}

.btn-standard-primary-form form .frm_submit input[type=submit]:hover {
    background-color: #fff!important;
	color: #070d27 !important;                 /* Change text color */
     border: 2px solid #070d27 !important; /* Hover color */
}
.footer p, .footer a, .footer li:hover { 	color: #070d27 !important; }
