/* Start Header Page css */
.ast-logo-title-inline .ast-site-identity {
    padding: 0 !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 50px !important;
}
.main-header-menu .menu-link, .main-header-menu>a {
    padding: 0 8px !important;
}
.ast-header-button-1 .ast-custom-button {
    padding: 10px 18px !important;
}
/* End Header Page css */
/* Start FAQ Page css */
.faq-style-wrp .elementor-toggle .elementor-toggle-item:nth-child(odd) .elementor-tab-title, .faq-style-wrp .elementor-toggle .elementor-toggle-item:nth-child(odd) .elementor-tab-content {
	background: #E5FAE2;
}
/* End FAQ Page css */

/* Start Header css */
.site-footer .footer-widget-area .widget, .site-footer .footer-widget-area .widget-title {
    margin-bottom: 10px;
}
/* End Header css */


/* Start calculation form css */
.hho-wrapper {
	max-width: 1100px;
	margin: 40px auto;
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 30px;
	font-family: "Segoe UI", Roboto, sans-serif;
}
.hho-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	padding: 24px;
	margin-bottom: 24px;
}
.hho-card h3 {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 600;
	color: #2c3e50;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 8px;
}
.hho-input {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	font-size: 14px;
	transition: all 0.2s ease;
}
.hho-input:focus {
	border-color: #4CAF50;
	outline: none;
	box-shadow: 0 0 0 3px rgba(76,175,80,0.15);
}
.hho-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.hho-label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	color: #555;
}
/* Results Panel */
.hho-results {
	position: sticky;
	top: 30px;
	align-self: start;
	height: fit-content;
}
.hho-results .value {
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
}
.hho-results .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e2e2e2;
}
.hho-highlight {
	background: linear-gradient(135deg, #4CAF50, #2E7D32);
	color: white;
	text-align: center;
	padding: 24px;
	border-radius: 12px;
	margin-top: 20px;
}
.hho-highlight .big {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 6px;
}
.hho-highlight .sub {
	font-size: 16px;
	opacity: 0.9;
}
/* Responsive */
@media(max-width: 900px) {
	.hho-wrapper {
		grid-template-columns: 1fr;
	}
	.hho-results {
		position: relative;
		top: auto;
	}
}
/* End calculation form css */

/* Start Contact Page css */
.contact-form label {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 16px;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	border-color: #0073aa;
	outline: none;
}
.contact-form .required {
	color: red;
}
.wpcf7-form .form-group .wpcf7-submit {
    margin-bottom: 0;
    background: #ffd700;
    color: #000;
	transition: 0.5s;
}
.wpcf7-form .form-group .wpcf7-submit:hover {
    background: #ffe34c;
    color: #000;
}
/* End Contact Page css */

.hho-wrapper.boiler-enquire-form {
    grid-template-columns: none;
}
.hho-wrapper.furnace-enquire-form {
    grid-template-columns: none;
}
.hho-card .hho-input-box {
    display: flex;
    justify-content: center;
}

.main-navigation .sub-menu li {
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.main-navigation .sub-menu li:hover {
	background: #F0F8FF;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{
    border-bottom-width: 0px !important;
	border: none !important;
}
.hho-grid div p br {
    display: none;
}