/*
Theme Name: Manomay Renovations
Theme URI: https://example.com/
Description: Child theme for Manomay Renovations (Hello Elementor based)
Author: Shivam Kashyap
Template: manomay-renovations
Version: 1.0
Text Domain: manomay-renovations-child
*/

html, body {
	width: 100%;
	overflow-x: hidden;
}
.header-mainN {
    background: linear-gradient(90deg, #5DC878 0%, #0056A9 100%);
}
.site-logoheader {
	left: 0;
    width: 200px;
    background: #fff;
    position: absolute; 
}
.footer-main {
    background: linear-gradient(180deg, #5DC878 0%, #0056A9 100%);
}
.wpcf7-form label {
    width: 100%;
    margin-bottom: 13px;
}
.wpcf7-form label input.wpcf7-form-control, .wpcf7-form select.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: DM Sans;
    font-weight: 400;
    line-height: 100%;
    font-size: 12px;
    color: #868686;
    border: navajowhite;
    padding: 15px 20px;
    border-radius: 8px;
}
.wpcf7-form label input.wpcf7-form-control:focus-visible, .wpcf7-form select.wpcf7-form-control:focus-visible, textarea.wpcf7-form-control.wpcf7-textarea:focus-visible {
	outline: none;
}
.wpcf7-form
 {
    background: #F3F3F3;
    padding: 2rem 2.5rem;
    border-radius: 15px;
}
.wpcf7-form h2 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #0056A9;
	padding-bottom: 0.6rem;
}
.cnt-ferm form.wpcf7-form .wpcf7-form-control {
    margin-top: 10px;
}
.cnt-ferm form.wpcf7-form label {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #0B0A04;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #622A0F;
    border: none;
    color: #fff;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 20px 50px;
    border-radius: 10px;
}
.sec1-quote {
    width: 420px;
}
span.green0color {
    color: #5DC878;
}
.light-green-sercv
 {
    padding: 1.5rem;
}
.elementor-element-8c26c4f .elementor-image-box-content {
    width: auto;
}
.elementor-element-8c26c4f .elementor-image-box-wrapper {
    justify-content: flex-end;
}
.light-green-sercv:before {
    content: '';
    background-image: url(../../uploads/2025/11/Line-1.png);
    width: 10px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 102px;
}
.elementor-element-8c26c4f {
    padding-left: 4rem;
}
/*
.sec-first-right .elementor-element-368f3ba {
    width: 100%;
}
.sec-first-right .elementor-element-368f3ba .swiper-slide img.swiper-slide-image {
    width: 100%;
}*/
.about-us-sec .e-con-inner
 {
    max-width: 1370px;
}
.sec-3-sec-why-chooseus .elementor-widget-image-box
 {
    width: 50%;
 }
 .sec-3-sec-why-chooseus {
    gap: 75px;
}
.why0-chsse {
    background-image: url(../../uploads/2025/11/Image-2.jpg);
    background-repeat: no-repeat;
}

/*Services css-------------------------------------*/

/* =================================================
   MODERN SERVICE CARDS — Premium design (final)
   Paste in child theme style.css or WP Customizer Additional CSS
   ================================================= */

/* Grid wrapper (desktop) */
.modern-services-grid {
    display: grid;
    gap: 50px;
    margin: 30px 0;
    align-items: stretch;
}

/* columns helper (2/3/4) */
.columns-2 { grid-template-columns: repeat(2, 1fr); }
.columns-3 { grid-template-columns: repeat(3, 1fr); }
.columns-4 { grid-template-columns: repeat(4, 1fr); }

/* Responsive: on mobile we switch to block (JS will convert into swiper) */
@media (max-width: 767px) {
    .modern-services-grid {
        display: block !important;
    }
}

/* Card */
.modern-service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(13,24,40,0.06);
    transition: transform .28s ease, box-shadow .28s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modern-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(13,24,40,0.10);
}

/* Image wrap */
.msc-img-wrap {
    position: relative;
    width: 100%;
    min-height: 220px;
    overflow: hidden;
}

.msc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.modern-service-card:hover .msc-img-wrap img {
    transform: scale(1.03);
}

/* Price badge */
.msc-price {
    position: absolute;
    left: 35px;
    bottom: 35px;
    display: inline-block;
    background: #fff;
    color: #5DC878;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

/* Content area */
.msc-content {
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
}

.msc-title {
    color: #0b4d9f;
    margin: 0 0 8px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
}

.msc-title a { color: inherit; text-decoration: none; }

.msc-desc {
    color: #868686;
    margin-bottom: 18px;
    flex: 1 1 auto;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

/* Button */
.msc-btn {
    display: inline-block;
    background: #642d12;
    color: #fff;
    padding: 20px 16px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: background .22s ease;
    /* margin-top: 6px; */
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.msc-btn:hover {
    background: #4f2310;
	color: #fff !important;
}

/* Swiper pagination look for mobile */
.modern-services-grid .swiper-pagination {
    margin-top: 12px;
}
.swiper-pagination-bullet {
    background: rgba(11,77,159,0.35);
    width: 8px;
    height: 8px;
    opacity: 0.9;
}
.swiper-pagination-bullet-active {
    background: #0b4d9f;
}

/* small screens adjustments */
@media (max-width: 480px) {
    .msc-img-wrap { height: 200px; }
    .msc-title { font-size: 18px; }
    .msc-desc { font-size: 14px; }
}

/*Our process---------------------------------*/

.our-process .light-green-sercv {
    padding: 1rem 2rem 1rem 0rem;
    border-top: 1px solid #DEDEDE;
    border-radius: 0;
}
.our-process .light-green-sercv:before {
	display: none;
	
}

/*testimonials ---------------------------------*/

/* ===========================
   TESTIMONIAL CARD STYLES
=========================== */
/* ====================================================
   PREMIUM TESTIMONIAL CARD DESIGN — FINAL FIXED
==================================================== */
/* ============================================
   PREMIUM TESTIMONIAL CARD — FINAL DESIGN
============================================ */

.pes-testimonial-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 18px;
    min-height: 180px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.pes-t-card-inner {
    display: flex;
    flex-direction: column;
}

.pes-t-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.pes-t-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.pes-t-stars span {
    color: #ffb400;
    font-size: 17px;
}

.pes-t-name {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.pes-t-message {
    margin-top: 6px;
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}

.pes-readmore-btn {
    margin-top: 6px;
    background: none;
    border: none;
    color: #0b4d9f;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    float: left;
    width: fit-content;
    font-size: 14px;
}

/* Swiper dots */
.swiper-pagination-bullet {
    background: #aaa;
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    background: #0b4d9f;
}

/*contact-us---------------------------------*/

.wpcf7-form .d-flex p {
    display: flex;
    gap: 10px;
}
.form-home-page {
	background-image: url(../../uploads/2025/11/Image-6.jpg);
    background-repeat: no-repeat;
}	
.cnt-ferm .wpcf7-form {
    padding: 0;
    background: transparent;
}
.footer-newsletter .noptin-optin-form .noptin-form-footer {
    padding: 0;
}
.footer-newsletter .noptin-optin-form .noptin-form-footer .noptin-optin-field-submit {
    top: 10px !important;
}
.footer-newsletter .noptin-optin-form-wrapper {
    border-radius: 8px;
	margin: 0;
}
.footer-newsletter .noptin-optin-form .noptin-form-footer .noptin-optin-field-submit .noptin-form-submit {
    border: navajowhite;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 12px 25px;
}
.footer-newsletter .noptin-optin-form .noptin-form-footer .noptin-form-field__email {
    padding: 1em 2em !important;
}
.header-mainN .hfe-nav-menu > li:last-child a.hfe-menu-item {
    padding-right: 0 !important;
}
.logs-s .e-con-inner {
    border-bottom: 1px solid #DEDEDE;
}
.why0-chsse .e-con-inner, .form-home-page .e-con-inner {
    max-width: 78%;
    padding-left: 8rem;
}

/*Responsive */

@media only screen and (max-width: 1920px) {
	.elementor-element-d016c67 ul> li span.elementor-icon-list-text br {
		display: none;
	}
}

@media only screen and (max-width: 1710px) {
	header .e-con-inner {
		max-width: 90% !important;
	}
	.container-py {
		max-width: 90%;
		margin: 0 auto;
	}
	footer .e-con-inner {
		max-width: 90% !important;
	}
}

@media only screen and (max-width: 1600px) {
	.elementor-93 .elementor-element.elementor-element-b9cd7a8 p {
		font-size: 16px;
	}
	.elementor-element-dd780ad .hfe-nav-menu li > a.hfe-menu-item {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 1440px)  {
	.elementor-element-ae7f438 span.elementor-icon-list-text {
		font-size: 22px !important;
	}
	.elementor-element-d016c67 span {
		font-size: 13px !important;
	}
	.header-mainN .hfe-nav-menu li > a.hfe-menu-item {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.elementor-41 .elementor-element.elementor-element-c16ec56 .elementor-heading-title {
		font-size: 34px;
	}
	.elementor-element-cf58672 p {
		font-size: 16px;
	}
	.elementor-element-32e2c88 {
		padding-left: 2rem;
	}
	.sec1-quote {
		width: 350px;
	}
	.sec1-quote form.wpcf7-form {
		padding: 1rem 2rem;
	}
	.about-us-sec .e-con-inner, .elementor-element-1d595d8 .e-con-inner, .our-process .e-con-inner, .faws .e-con-inner {
		max-width: 90%;
	}
	.elementor-element-b205cc6 .elementor-heading-title, .elementor-element-eb87929 .elementor-heading-title {
		font-size: 34px !important;
	}
	.why0-chsse {
		background-size: 40%;
		padding-top: 3rem;
	}
	.sec-3-sec-why-chooseus .elementor-image-box-title {
		font-size: 16px !important;
	}
	.sec-3-sec-why-chooseus figure.elementor-image-box-img {
		width: 20% !important;
	}
	.sec-3-sec-why-chooseus {
		gap: 30px;
		padding: 0.5rem 0;
	}
	.elementor-element-1d595d8 {
		padding-top: 3rem;
	}
	.elementor-element-5f07113 .elementor-heading-title {
		font-size: 34px !important;
	}
	.msc-title {
		font-size: 20px;
	}	
	.elementor-element-8a1e564 .elementor-heading-title {
		font-size: 28px !important;
	}
	.testimonials .swiper-pagination.swiper-pagination-clickable {
		position: absolute;
		bottom: -45px;
	}
	.form-home-page {
		padding-top: 3rem;
		background-size: 40%;
	}
	.elementor-element-411cf4e .elementor-heading-title {
		font-size: 34px !important;
	}
}

@media only screen and (max-width: 1280px) {
	.elementor-element-32e2c88 {
        padding-left: 0rem;
        padding-right: 0;
    }
	.elementor-element-b9cd7a8 p {
		font-size: 14px !important;
	}
	.noptin-form-id-457 .noptin-optin-form-wrapper form.noptin-form-single-line .noptin-form-fields .noptin-form-field {
		font-size: 12px;
		font-size: 12px !important;
	}
	.footer-newsletter .noptin-optin-form .noptin-form-footer .noptin-optin-field-submit .noptin-form-submit {
		padding: 8px 10px;
		font-size: 10px;
	}
	.footer-newsletter .noptin-optin-form .noptin-form-footer .noptin-optin-field-submit {
		top: 6px !important;
	}
	.elementor-93 .elementor-element.elementor-element-4ce05df {
        --width: 65%;
    }
	.elementor-93 .elementor-element.elementor-element-8d2dd2a {
        --width: 100%;
    }
	.footer-container .elementor-heading-title {
		font-size: 20px !important;
	}
	.footer-container ul > li a.hfe-menu-item, .elementor-element-dd780ad .hfe-nav-menu li > a.hfe-menu-item {
		font-size: 13px !important;
	}
	.footer-container p, .elementor-element-dd780ad p {
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.site-logoheader {
		width: 130px;
	}
	.elementor-element-d016c67 ul> li span.elementor-icon-list-text br {
		display: block;
	}
	.ten-24 .elementor-widget-site-logo {
		position: unset;
	}
	.ten-24 .elementor-element-79be811 {
		justify-content: space-between;
	}
	.ten-24 .hfe-flyout-content.push {
		 background: linear-gradient(90deg, #5DC878 0%, #0056A9 100%);
	}
	.container-xy {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.elementor-41 .elementor-element.elementor-element-bc91047, .elementor-41 .elementor-element.elementor-element-4cc4992 {
		display: block;
	}
	.elementor-41 .elementor-element.elementor-element-d437f41 {
		padding-top: 2rem;
	}
	.elementor-41 .elementor-element.elementor-element-a079bb3, .elementor-41 .elementor-element.elementor-element-a471619, .elementor-41 .elementor-element.elementor-element-23f7615 {
		display: block;
	}
	.why0-chsse .e-con-inner, .form-home-page .e-con-inner {
		max-width: 90%;
		padding-left: 0;
	}
	.why0-chsse, .form-home-page {
		background: navajowhite;
	}
	.elementor-element-23f7615 .elementor-widget-image-box {
		width: 100% !important;
		margin-bottom: 2rem !important;
	}
	.elementor-41 .elementor-element.elementor-element-3180b0a {
		display: block;
	}
	.footer-container .elementor-element-146db6e {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.footer-container .elementor-element-146db6e > .elementor-element {
		flex: 0 0 calc(100% / 3);
	}
}

@media only screen and (max-width: 668px) {
	.footer-container .elementor-element-146db6e > .elementor-element {
		flex: 0 0 calc(100% / 1);
	}
	.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) {
		text-align: center !important;
	}
	.elementor-element-af31f3a .hfe-nav-menu {
		float: left;
	}
    .sec-3-sec-why-chooseus .elementor-widget-image-box {
    	width: 100%;
	}
    .elementor-93 .elementor-element.elementor-element-6119f09 {
    	text-align: left;
    }
    .elementor-element-bbb88b4 .elementor-social-icons-wrapper {
    	text-align: left;
	}
    .elementor-element-af31f3a .hfe-nav-menu {
    	float: left !important;
	}
}
.elementor-element-af31f3a .hfe-nav-menu {
    float: right;
}