/*
Theme Name: On Call Pest Control
Theme URI: https://egsolutions.com.au
Author: EG Solutions
Author URI: https://egsolutions.com.au
Description: On Call Pest Control — A modern, conversion-focused WordPress theme for pest control businesses. Built for lead generation, local SEO, and trust. Designed by EG Solutions.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oncall-pest-control
Tags: pest-control, business, modern, responsive, custom-background, custom-logo, custom-menu, featured-images, translation-ready

On Call Pest Control WordPress Theme, Copyright 2026
Designed by EG Solutions. Distributed under the terms of the GNU GPL.
*/

/* ==========================================================================
   Root Variables — Logo #49b542, blue #0B1C2E
   ========================================================================== */
:root {
    --primary-color: #49b542;
    --primary-dark: #3a9435;
    --brand-blue: #0B1C2E;
    --brand-blue-light: #1a365d;
    --secondary-color: #0B1C2E;
    --accent-color: #0B1C2E;
    --accent-light: #1a365d;
    --dark-color: #0B1C2E;
    --text-color: #1a2e28;
    --light-gray: #f0f4f8;
    --medium-gray: #e2e8f0;
    --white: #ffffff;
    --gradient-primary: linear-gradient(135deg, #49b542 0%, #0B1C2E 100%);
    --gradient-secondary: linear-gradient(135deg, #0B1C2E 0%, #49b542 100%);
    --font-primary: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    --font-heading: 'Sora', sans-serif;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --max-width: 1280px;
}

/* ==========================================================================
   Reset & Base Styles
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--dark-color);
    background-color: var(--light-gray);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}

/* All headings use Sora, weight 700 */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2 !important;
    color: var(--dark-color);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.page-title,
.widget-title {
    font-weight: 700 !important;
}

/* Menu and navigation use Sora, weight 600 */
nav, .menu-list, .main-navigation a, .nav-menu a, .footer-navigation a {
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
}

/* Utility: red text (e.g. hero "Pest Control" in white section) */
span.red,
.red,
.white .elementor-heading-title .red,
.white .red {
    color: #49b542 !important;
}

/* ==========================================================================
   Home slider – Pest Emergency bar (no background)
   ========================================================================== */
.pest_emergency {
    background: transparent;
    color: var(--text-color);
    padding: 0rem;
    text-align: left;
    font-family: var(--font-heading), sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    position: relative;
}

.pest_emergency::before {
    display: none;
}

.pest_emergency p {
    margin: 0;
    position: relative;
    z-index: 1;
}

.pest_emergency a {
    color: #49b542 !important;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    font-weight: 700;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.pest_emergency a:hover {
    color: var(--primary-dark) !important;
    opacity: 0.9;
}

/* All buttons use Sora, weight 700 */
button,
.btn,
.btn-primary,
.btn-outline,
.btn-cta,
.elementor-button,
.elementor-button-wrapper a,
input[type="submit"],
input[type="button"],
.gform_button,
.gform_wrapper .gform_button,
.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"] {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-weight: 400;
    color: var(--dark-color);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition-smooth);
}

a:hover {
    color: var(--secondary-color);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    margin: 0 0 1.5rem 1.5rem;
}

li {
    font-weight: 400;
    color: var(--dark-color);
}

/* General content text */
.entry-content,
.content-area,
.page-content {
    font-weight: 400;
    color: var(--dark-color);
}

.entry-content p,
.content-area p,
.page-content p {
    font-weight: 400;
    color: var(--dark-color);
}

/* ==========================================================================
   Utilities
   ========================================================================== */

/* No Gap Utility Class - Remove all margins and padding */
.nogap,
.nogap * {
    margin: 0 !important;
    padding: 0 !important;
}

.nogap h1,
.nogap h2,
.nogap h3,
.nogap h4,
.nogap h5,
.nogap h6 {
    margin: 0 !important;
    padding: 0 !important;
}

.nogap p {
    margin: 0 !important;
    padding: 0 !important;
}

.nogap ul,
.nogap ol {
    margin: 0 !important;
    padding: 0 !important;
}

.nogap li {
    margin: 0 !important;
    padding: 0 !important;
}

.nogap div,
.nogap span,
.nogap a {
    margin: 0 !important;
    padding: 0 !important;
}

/* Elementor widgets with nogap class */
.nogap .elementor-widget-heading .elementor-heading-title,
.nogap .elementor-widget-text-editor,
.nogap .elementor-widget-text-editor p,
.nogap .elementor-widget-text-editor h1,
.nogap .elementor-widget-text-editor h2,
.nogap .elementor-widget-text-editor h3,
.nogap .elementor-widget-text-editor h4,
.nogap .elementor-widget-text-editor h5,
.nogap .elementor-widget-text-editor h6,
.nogap .elementor-icon-box-title,
.nogap .elementor-icon-box-description,
.nogap .elementor-image-box-title,
.nogap .elementor-image-box-description {
    margin: 0 !important;
    padding: 0 !important;
}

/* White Text Utility Class - for dark backgrounds in Elementor */
.white,
.white * {
    color: #ffffff !important;
}

/* Ensure Elementor widgets with white class override default colors */
.white.elementor-widget *,
.white.elementor-widget-text-editor *,
.white.elementor-widget-heading * {
    color: #ffffff !important;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #ffffff !important;
}

.white p,
.white span,
.white div,
.white li,
.white label,
.white strong,
.white em,
.white b,
.white i,
.white td,
.white th {
    color: #ffffff !important;
}

.white a {
    color: #ffffff !important;
}

.white a:hover {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Elementor specific widgets */
.white .elementor-heading-title,
.white.elementor-widget-heading .elementor-heading-title,
.white .elementor-widget-heading .elementor-heading-title,
.white .elementor-widget-heading .elementor-heading-title.elementor-size-default,
.white .elementor-text-editor,
.white .elementor-widget-text-editor,
.white.elementor-widget-text-editor,
.white .elementor-widget-text-editor p,
.white.elementor-widget-text-editor p,
.white .elementor-widget-text-editor h1,
.white.elementor-widget-text-editor h1,
.white .elementor-widget-text-editor h2,
.white.elementor-widget-text-editor h2,
.white .elementor-widget-text-editor h3,
.white.elementor-widget-text-editor h3,
.white .elementor-widget-text-editor h4,
.white.elementor-widget-text-editor h4,
.white .elementor-widget-text-editor h5,
.white.elementor-widget-text-editor h5,
.white .elementor-widget-text-editor h6,
.white.elementor-widget-text-editor h6,
.white .elementor-icon-box-title,
.white .elementor-icon-box-description,
.white .elementor-button,
.white .elementor-image-box-title,
.white .elementor-image-box-description,
.white .elementor-testimonial-name,
.white .elementor-testimonial-job,
.white .elementor-testimonial-content,
.white .elementor-counter-number,
.white .elementor-counter-title {
    color: #ffffff !important;
}

.white,
.white * {
    color: #ffffff !important;
}

/* Ensure Elementor widgets with pink class override default colors */
.pink.elementor-widget *,
.pink.elementor-widget-text-editor *,
.pink.elementor-widget-heading * {
    color: var(--primary-color) !important;
}

.pink h1,
.pink h2,
.pink h3,
.pink h4,
.pink h5,
.pink h6 {
    color: var(--primary-color) !important;
}

.pink p,
.pink span,
.pink div,
.pink li,
.pink label,
.pink strong,
.pink em,
.pink b,
.pink i,
.pink td,
.pink th {
    color: var(--primary-color) !important;
}

.pink a {
    color: var(--primary-color) !important;
}

.pink a:hover {
    color: rgba(236, 9, 140, 0.85) !important;
}

/* Elementor specific widgets */
.pink .elementor-heading-title,
.pink.elementor-widget-heading .elementor-heading-title,
.pink .elementor-widget-heading .elementor-heading-title,
.pink .elementor-widget-heading .elementor-heading-title.elementor-size-default,
.pink .elementor-text-editor,
.pink .elementor-widget-text-editor,
.pink.elementor-widget-text-editor,
.pink .elementor-widget-text-editor p,
.pink.elementor-widget-text-editor p,
.pink .elementor-widget-text-editor h1,
.pink.elementor-widget-text-editor h1,
.pink .elementor-widget-text-editor h2,
.pink.elementor-widget-text-editor h2,
.pink .elementor-widget-text-editor h3,
.pink.elementor-widget-text-editor h3,
.pink .elementor-widget-text-editor h4,
.pink.elementor-widget-text-editor h4,
.pink .elementor-widget-text-editor h5,
.pink.elementor-widget-text-editor h5,
.pink .elementor-widget-text-editor h6,
.pink.elementor-widget-text-editor h6,
.pink .elementor-icon-box-title,
.pink .elementor-icon-box-description,
.pink .elementor-button,
.pink .elementor-image-box-title,
.pink .elementor-image-box-description,
.pink .elementor-testimonial-name,
.pink .elementor-testimonial-job,
.pink .elementor-testimonial-content,
.pink .elementor-counter-number,
.pink .elementor-counter-title {
    color: var(--primary-color) !important;
}




/* Large Text Utility Class - 20px font size */
.large_txt,
.large_txt p,
.large_txt span,
.large_txt div,
.large_txt li,
.large_txt a,
.large_txt label,
.large_txt td,
.large_txt th {
    font-size: 20px !important;
}

/* Elementor widgets large text */
.large_txt .elementor-text-editor,
.large_txt .elementor-widget-text-editor,
.large_txt .elementor-icon-box-description,
.large_txt .elementor-image-box-description,
.large_txt .elementor-testimonial-content {
    font-size: 20px !important;
}

/* EG Button - Bordered Button Style */
.eg_btn .elementor-button,
.elementor-button.eg_btn,
a.eg_btn {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 50px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-block !important;
    width: auto !important;
}

/* Hover animation */
.eg_btn .elementor-button:hover,
.elementor-button.eg_btn:hover,
a.eg_btn:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(236, 9, 140, 0.3) !important;
}

/* Active/Click state */
.eg_btn .elementor-button:active,
.elementor-button.eg_btn:active,
a.eg_btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 6px rgba(236, 9, 140, 0.2) !important;
}

/* Ensure button wrapper doesn't force full width */
.eg_btn.elementor-widget-button,
.elementor-widget-button.eg_btn {
    width: auto !important;
    max-width: max-content !important;
}

.eg_btn .elementor-button-wrapper {
    width: auto !important;
    display: inline-block !important;
}

/* Icon spacing in buttons */
.eg_btn .elementor-button-icon,
.elementor-button.eg_btn .elementor-button-icon {
    margin: 0 8px !important;
}

.event_date input {
    display: block !important;
    width: 100% !important;
}




/* EG Button - Bordered Button Style - Full pink */
.eg_btn_pink .elementor-button,
.elementor-button.eg_btn_pink,
a.eg_btn_pink {
    background: var(--primary-color) !important;
    color: #fff !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 50px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-block !important;
    width: auto !important;
}

/* Hover animation */
.eg_btn_pink .elementor-button:hover,
.elementor-button.eg_btn_pink:hover,
a.eg_btn_pink:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(236, 9, 140, 0.3) !important;
}

/* EG Button - White background */
.eg_btn_white .elementor-button,
.elementor-button.eg_btn_white,
a.eg_btn_white {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 50px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-block !important;
    width: auto !important;
}

.eg_btn_white .elementor-button:hover,
.elementor-button.eg_btn_white:hover,
a.eg_btn_white:hover {
    background: var(--accent-color) !important;
    color: #ffffff !important;
    border-color: var(--accent-color) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(17, 56, 57, 0.3) !important;
}

.eg_btn_white .elementor-button:active,
.elementor-button.eg_btn_white:active,
a.eg_btn_white:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 6px rgba(17, 56, 57, 0.2) !important;
}

.eg_btn_white.elementor-widget-button,
.elementor-widget-button.eg_btn_white {
    width: auto !important;
    max-width: max-content !important;
}

.eg_btn_white .elementor-button-wrapper {
    width: auto !important;
    display: inline-block !important;
}

.eg_btn_white .elementor-button-icon,
.elementor-button.eg_btn_white .elementor-button-icon {
    margin: 0 8px !important;
}

/* EG Button - Dark blue (#0b1c2e) - same design as eg_btn */
.eg_btn_dark_blue .elementor-button,
.elementor-button.eg_btn_dark_blue,
a.eg_btn_dark_blue {
    background: #0b1c2e !important;
    color: #ffffff !important;
    border: 2px solid #0b1c2e !important;
    border-radius: 50px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-block !important;
    width: auto !important;
}

.eg_btn_dark_blue .elementor-button:hover,
.elementor-button.eg_btn_dark_blue:hover,
a.eg_btn_dark_blue:hover {
    background: #0f2842 !important;
    color: #ffffff !important;
    border-color: #0f2842 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(11, 28, 46, 0.4) !important;
}

.eg_btn_dark_blue .elementor-button:active,
.elementor-button.eg_btn_dark_blue:active,
a.eg_btn_dark_blue:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 6px rgba(11, 28, 46, 0.3) !important;
}

.eg_btn_dark_blue.elementor-widget-button,
.elementor-widget-button.eg_btn_dark_blue {
    width: auto !important;
    max-width: max-content !important;
}

.eg_btn_dark_blue .elementor-button-wrapper {
    width: auto !important;
    display: inline-block !important;
}

.eg_btn_dark_blue .elementor-button-icon,
.elementor-button.eg_btn_dark_blue .elementor-button-icon {
    margin: 0 8px !important;
}


.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.container-full-width {
    max-width: 100%;
    width: 100%;
    padding: 0px !important;
    margin: 0 auto;
}

.home_btn {
	display: inline-block;
	float: left;
}

/* Hero section: keep heading and text full-width, put both .home_btn buttons in one row */
.e-con.e-flex:has(.eg_btn_pink.home_btn):has(.eg_btn_dark_blue.home_btn) {
	/* flex-direction: row;
	flex-wrap: wrap; */
}
.e-con.e-flex:has(.eg_btn_pink.home_btn):has(.eg_btn_dark_blue.home_btn) > .elementor-widget-heading,
.e-con.e-flex:has(.eg_btn_pink.home_btn):has(.eg_btn_dark_blue.home_btn) > .elementor-widget-text-editor,
.e-con.e-flex:has(.eg_btn_pink.home_btn):has(.eg_btn_dark_blue.home_btn) > .e-con.e-grid {
	/* flex-basis: 100%;
	width: 100%; */
}
.e-con.e-flex:has(.eg_btn_pink.home_btn):has(.eg_btn_dark_blue.home_btn) > .elementor-widget-button.home_btn {
	flex-basis: auto;
	flex-shrink: 0;
}


@media (max-width: 1510px) {

	.header-cta .btn {
		padding: .65rem 1rem !important;
	}
	.header-phone-btn {
		padding: .65rem 1rem !important;
	}
}


@media (max-width: 1490px) {

	.home_main_banner div.e-con-inner {
		padding: 220px 0px !important;
	}
	.home_main_banner div.e-con-inner h1 {
		font-size: 92px !important;
	}
	.menu-list {
		gap: 1rem !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.menu-list a {
		font-size: 0.72rem !important;
	}
}

@media (min-width: 1200px) and (max-width: 1340px) {
	.menu-list a {
		font-size: 0.8rem !important;
	}
}


@media (max-width: 1140px) {

	.home_main_banner div.e-con-inner {
		padding: 120px 0px 80px !important;
	}
	.home_main_banner div.e-con-inner h1 {
		font-size: 72px !important;
	}
}



@media (max-width: 800px) {

	.home_main_banner div.e-con-inner {
		padding: 60px 0px 20px !important;
	}
	.home_main_banner div.e-con-inner h1 {
		font-size: 62px !important;
	}
	.home_main_banner {
		background-image: transparent !important;
		background: url('https://www.hummerhiresydney.com.au/wp-content/uploads/2026/02/Luxury-Hummer-Hire-Sydney-Mobile.jpg') no-repeat left !important;
		background-size:cover !important;
	}
	
	
}



@media (max-width: 768px) {
    .container-full-width {
        padding: 0 1.5rem;
    }
	.home_main_banner {
		background-size: cover !important;
	}
	.home_main_banner div.e-con-inner {
		padding: 70px 0px 15px !important;
	}
	.home_main_banner div.e-con-inner h1 {
		font-size: 32px !important;
	}
	.home_main_banner_btn {
		margin: 85px 0px 0px !important;
	}
	
	.home_main_banner_btn a.elementor-button {
		padding: 10px 22px !important;
	}
	.google_review_home {
		margin:10px 0px 0px  !important;
	}
	.google_review_home img {
		max-width: 220px !important;
		width: 220px !important;
	}
	.home_main_banner_after, .home_main_banner_after div.e-con-inner {
		margin:0px !important;
		padding: 0px !important;
	}
	
	.fleet_slider, .customer_testimonails {
		overflow:hidden !important;
		max-width:100% !important;
	}
	
	
}



.section-title {
    text-align: left;
    margin-bottom: 3rem;
}

.section-title h2 {
    margin-bottom: 1rem;
}

.section-title p {
    font-size: 1.125rem;
    color: var(--text-color);
    max-width: 600px;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: 2px solid #ffffff;
    text-decoration: none;
    background: transparent;
    color: #ffffff;
}

.btn-primary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: none;
}

.btn-primary:hover {
    background: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(236, 9, 140, 0.3);
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-outline:hover {
    background: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(236, 9, 140, 0.3);
}

/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .section {
        padding: 4rem 0;
    }
    
    .btn {
        width: 100%;
        padding: 0.875rem 1.5rem;
    }
}

/* ==========================================================================
   Performance Optimizations
   ========================================================================== */
.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazy.loaded {
    opacity: 1;
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ==========================================================================
   Elementor Color Overrides - Use Theme Dark Color
   ========================================================================== */

/* Elementor Headings */
.elementor-widget-heading .elementor-heading-title {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

/* Elementor Text Editor */
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
    font-family: var(--font-primary), sans-serif !important;
    color: var(--dark-color) !important;
    font-weight: 400 !important;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

/* Elementor Icon Box */
.elementor-icon-box-title {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

.elementor-icon-box-description {
    color: var(--dark-color) !important;
    font-weight: 400 !important;
}

/* Elementor Image Box */
.elementor-image-box-title {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

.elementor-image-box-description {
    color: var(--dark-color) !important;
    font-weight: 400 !important;
}

/* Elementor Testimonials */
.elementor-testimonial-name {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

.elementor-testimonial-job {
    color: var(--dark-color) !important;
}

.elementor-testimonial-content {
    color: var(--dark-color) !important;
    font-weight: 400 !important;
}

/* Elementor Counter */
.elementor-counter-number {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
}

.elementor-counter-title {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

/* Elementor Progress Bar */
.elementor-progress-title {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

/* Elementor Accordion & Toggle */
.elementor-accordion .elementor-tab-title,
.elementor-toggle .elementor-tab-title {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

.elementor-accordion .elementor-tab-content,
.elementor-toggle .elementor-tab-content {
    color: var(--dark-color) !important;
    font-weight: 400 !important;
}

/* Elementor Tabs */
.elementor-tab-title {
    font-family: var(--font-heading), sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
}

.elementor-tab-content {
    color: var(--dark-color) !important;
    font-weight: 400 !important;
}

/* Override for white text utility class - keep white */
.white .elementor-widget-heading .elementor-heading-title,
.white.elementor-widget-heading .elementor-heading-title,
.white .elementor-heading-title,
.white.elementor-widget-heading .elementor-heading-title.elementor-size-default,
.white .elementor-widget-text-editor,
.white.elementor-widget-text-editor,
.white .elementor-widget-text-editor p,
.white.elementor-widget-text-editor p,
.white .elementor-widget-text-editor h1,
.white.elementor-widget-text-editor h1,
.white .elementor-widget-text-editor h2,
.white.elementor-widget-text-editor h2,
.white .elementor-widget-text-editor h3,
.white.elementor-widget-text-editor h3,
.white .elementor-widget-text-editor h4,
.white.elementor-widget-text-editor h4,
.white .elementor-widget-text-editor h5,
.white.elementor-widget-text-editor h5,
.white .elementor-widget-text-editor h6,
.white.elementor-widget-text-editor h6,
.white .elementor-icon-box-title,
.white .elementor-icon-box-description,
.white .elementor-image-box-title,
.white .elementor-image-box-description {
    color: #ffffff !important;
}

.white .elementor-widget-text-editor p,
.white.elementor-widget-text-editor p,
.white .elementor-icon-box-description,
.white .elementor-image-box-description {
    font-weight: 400 !important;
}

/* ==========================================================================
   Elementor Icon Box - Main Style (icon_main class)
   ========================================================================== */

/* Icon Box Container */
.icon_main.elementor-widget-icon-box {
    opacity: 0;
    animation: iconBoxFadeIn 0.8s ease-out forwards;
}

/* Stagger animation for multiple icon boxes */
.icon_main.elementor-widget-icon-box:nth-child(1) { animation-delay: 0.1s; }
.icon_main.elementor-widget-icon-box:nth-child(2) { animation-delay: 0.2s; }
.icon_main.elementor-widget-icon-box:nth-child(3) { animation-delay: 0.3s; }
.icon_main.elementor-widget-icon-box:nth-child(4) { animation-delay: 0.4s; }
.icon_main.elementor-widget-icon-box:nth-child(5) { animation-delay: 0.5s; }
.icon_main.elementor-widget-icon-box:nth-child(6) { animation-delay: 0.6s; }

@keyframes iconBoxFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon Box Wrapper */
.icon_main .elementor-icon-box-wrapper {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(1, 1, 18, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Gradient accent on hover */
.icon_main .elementor-icon-box-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-light) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.icon_main:hover .elementor-icon-box-wrapper::before {
    transform: scaleX(1);
}

.icon_main:hover .elementor-icon-box-wrapper {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(1, 1, 18, 0.15);
}

.google_review_home {
	float:left;
	display:block;
}
.google_review_home img {
	max-width: 400px !important;
	height: auto !important;
	float:left;
}

/* ==========================================================================
   Stats Row – theme-aligned feature cards (Local, Eco Friendly, Experience, Rating)
   ========================================================================== */
.stats-row {
    background: transparent;
    padding: 4rem 0;
}

.stats-row .container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.stats-row .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin: 0;
}

.stats-row .stat-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(1, 1, 18, 0.08);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.stats-row .stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-light) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.stats-row .stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(1, 1, 18, 0.12);
}

.stats-row .stat-card:hover::before {
    transform: scaleX(1);
}

.stats-row .stat-card .icon-wrap {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-light) 100%);
    border-radius: 16px;
    color: var(--white);
    margin-bottom: 1.25rem;
    flex-shrink: 0;
    transition: var(--transition-smooth);
}

.stats-row .stat-card .icon-wrap svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
}

.stats-row .stat-card h3 {
    font-family: var(--font-heading), sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-color);
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.stats-row .stat-card p {
    font-family: var(--font-primary), sans-serif;
    font-size: 0.9375rem;
    color: var(--text-color);
    margin: 0;
    line-height: 1.5;
    opacity: 0.9;
}

/* 5.0 Rating card – Google review style (yellow stars + 5.0) */
.stats-row .stat-card:nth-child(4) .icon-wrap {
    background: transparent;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.stats-row .stat-card:nth-child(4) .icon-wrap svg {
    display: none;
}

.stats-row .stat-card:nth-child(4) .icon-wrap::before {
    content: '★★★★★';
    color: #FBBC04;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.15em;
}

.stats-row .stat-card:nth-child(4) .icon-wrap::after {
    content: '5.0';
    font-family: var(--font-heading), sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-left: 0.35rem;
}


/* Gentle Bounce Animation for About Us Image */
.img_animated img {
    animation: gentleBounce 3s ease-in-out infinite;
}

@keyframes gentleBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Adjust this number for a bigger or smaller bounce */
    }
}

/* Optional: Add a soft shadow transition to make the bounce feel more 3D */
.img_animated img {
    transition: filter 0.3s ease;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
}

.img_animated:hover img {
    animation-play-state: paused; /* Pauses animation when user hovers to look at the photo */
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.2));
}




@media (max-width: 992px) {
    .stats-row .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-row {
        padding: 2.5rem 0;
    }
    .stats-row .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .stats-row .stat-card {
        padding: 1.75rem 1.25rem;
    }
}

/* ==========================================================================
   Why Choose Us – theme-aligned icon boxes (green, animated)
   ========================================================================== */
.why_choose_box.elementor-widget-icon-box {
    opacity: 0;
    animation: whyChooseFadeIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.why_choose_box.elementor-widget-icon-box:nth-child(1) { animation-delay: 0.08s; }
.why_choose_box.elementor-widget-icon-box:nth-child(2) { animation-delay: 0.16s; }
.why_choose_box.elementor-widget-icon-box:nth-child(3) { animation-delay: 0.24s; }
.why_choose_box.elementor-widget-icon-box:nth-child(4) { animation-delay: 0.32s; }
.why_choose_box.elementor-widget-icon-box:nth-child(5) { animation-delay: 0.4s; }
.why_choose_box.elementor-widget-icon-box:nth-child(6) { animation-delay: 0.48s; }
.why_choose_box.elementor-widget-icon-box:nth-child(n+7) { animation-delay: 0.56s; }

@keyframes whyChooseFadeIn {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.why_choose_box .elementor-icon-box-wrapper {
    background: var(--white);
    padding: 2.25rem 1.75rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(11, 28, 46, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(73, 181, 66, 0.08);
}

.why_choose_box .elementor-icon-box-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.why_choose_box:hover .elementor-icon-box-wrapper::before {
    transform: scaleX(1);
}

.why_choose_box:hover .elementor-icon-box-wrapper {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(73, 181, 66, 0.12);
    border-color: rgba(73, 181, 66, 0.2);
}

.why_choose_box .elementor-icon-box-icon {
    margin-bottom: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.why_choose_box .elementor-icon {
    font-size: 2.25rem !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px;
    min-height: 72px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #49b542 0%, #3a9435 100%);
    border-radius: 18px;
    color: var(--white) !important;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    position: relative;
    box-shadow: 0 8px 24px rgba(73, 181, 66, 0.35);
}

.why_choose_box .elementor-icon svg {
    fill: currentColor !important;
    width: 1.5em !important;
    height: 1.5em !important;
}

.why_choose_box:hover .elementor-icon {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(73, 181, 66, 0.45);
}

.why_choose_box .elementor-icon-box-title {
    font-family: var(--font-heading), sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 0.65rem !important;
    transition: color 0.3s ease;
}

.why_choose_box:hover .elementor-icon-box-title {
    color: var(--primary-color) !important;
}

.why_choose_box .elementor-icon-box-description {
    font-family: var(--font-primary), sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: var(--text-color) !important;
    margin: 0 !important;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.why_choose_box:hover .elementor-icon-box-description {
    opacity: 1;
}

.why_choose_box .elementor-icon-box-content {
    flex: 1;
    text-align: left;
}

/* Parent container: consistent gap between cards */
.e-con.e-flex:has(.why_choose_box) {
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .why_choose_box .elementor-icon-box-wrapper {
        padding: 1.75rem 1.5rem;
    }
    .why_choose_box .elementor-icon {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px;
        min-height: 64px;
        font-size: 2rem !important;
    }
    .why_choose_box .elementor-icon-box-title {
        font-size: 1.125rem !important;
    }
    .why_choose_box .elementor-icon-box-description {
        font-size: 0.875rem !important;
    }
}

/* ==========================================================================
   FAQ Section – Elementor Nested Accordion (faq_main)
   ========================================================================== */
.faq_main .e-n-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(11, 28, 46, 0.08);
    border: 1px solid rgba(73, 181, 66, 0.15);
}

.faq_main .e-n-accordion-item {
    border: none;
    margin: 0;
    padding: 0;
    background: var(--white);
    border-bottom: 1px solid var(--medium-gray);
    transition: background 0.25s ease;
}

.faq_main .e-n-accordion-item:last-child {
    border-bottom: none;
}

.faq_main .e-n-accordion-item[open] {
    background: rgba(73, 181, 66, 0.04);
}

.faq_main .e-n-accordion-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    margin: 0;
    list-style: none;
    font-family: var(--font-heading), sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--dark-color);
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease;
    border: none;
    background: transparent;
    text-align: left;
    border-left: 4px solid transparent;
}

.faq_main .e-n-accordion-item-title::-webkit-details-marker,
.faq_main .e-n-accordion-item-title::marker {
    display: none;
}

.faq_main .e-n-accordion-item-title:hover {
    background: rgba(73, 181, 66, 0.06);
    color: var(--primary-color);
}

.faq_main .e-n-accordion-item[open] .e-n-accordion-item-title {
    background: rgba(73, 181, 66, 0.08);
    color: var(--primary-dark);
    border-left-color: var(--primary-color);
}

.faq_main .e-n-accordion-item-title-header {
    flex: 1;
    min-width: 0;
}

.faq_main .e-n-accordion-item-title-text {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: 1.35;
}

.faq_main .e-n-accordion-item-title-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(73, 181, 66, 0.12);
    border-radius: 10px;
    color: var(--primary-color);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.faq_main .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    background: var(--primary-color);
    color: var(--white);
}

.faq_main .e-n-accordion-item-title-icon .e-opened,
.faq_main .e-n-accordion-item-title-icon .e-closed {
    align-items: center;
    justify-content: center;
}

.faq_main .e-n-accordion-item-title-icon .e-opened {
    display: none;
}

.faq_main .e-n-accordion-item-title-icon .e-closed {
    display: flex;
}

.faq_main .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex;
}

.faq_main .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none;
}

.faq_main .e-n-accordion-item-title-icon svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* FAQ content (answer) */
.faq_main .e-n-accordion-item > [role="region"],
.faq_main .e-n-accordion-item > .e-con {
    padding: 0 1.5rem 1.25rem 1.5rem;
    margin: 0;
    border: none;
    background: transparent;
}

.faq_main .e-n-accordion-item .elementor-widget-text-editor,
.faq_main .e-n-accordion-item .elementor-widget-text-editor p {
    font-family: var(--font-primary), sans-serif;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--text-color);
    margin: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .faq_main .e-n-accordion-item-title {
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }
    .faq_main .e-n-accordion-item > [role="region"],
    .faq_main .e-n-accordion-item > .e-con {
        padding: 0 1.25rem 1rem 1.25rem;
    }
    .faq_main .e-n-accordion-item-title-icon {
        width: 32px;
        height: 32px;
    }
    .faq_main .e-n-accordion-item-title-icon svg {
        width: 12px;
        height: 12px;
    }
}

/* Icon Styling */
.icon_main .elementor-icon-box-icon {
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.icon_main .elementor-icon {
    font-size: 48px !important;
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-light) 100%);
    border-radius: 16px;
    color: #ffffff !important;
    transition: all 0.4s ease;
    position: relative;
}

.icon_main .elementor-icon svg {
    fill: #ffffff !important;
}

.icon_main:hover .elementor-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(255, 116, 0, 0.3);
}

/* Alternative: Circle icon style */
.icon_main.icon-circle .elementor-icon {
    border-radius: 50% !important;
}

/* Title Styling */
.icon_main .elementor-icon-box-title {
    font-family: var(--font-heading), sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--dark-color) !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 1rem !important;
    transition: color 0.3s ease;
}

.icon_main:hover .elementor-icon-box-title {
    color: var(--primary-color) !important;
}

/* Description Styling */
.icon_main .elementor-icon-box-description {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: var(--dark-color) !important;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.icon_main:hover .elementor-icon-box-description {
    opacity: 1;
}

/* Content Wrapper */
.icon_main .elementor-icon-box-content {
    flex: 1;
	text-align:left;
}

/*** ***/
.gform_wrapper input[type="email"] {
        width: 100% !important;
        box-sizing: border-box;
    }



/* Responsive */
@media (max-width: 768px) {
    .icon_main .elementor-icon-box-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .icon_main .elementor-icon {
        font-size: 40px !important;
        width: 70px !important;
        height: 70px !important;
    }
    
    .icon_main .elementor-icon-box-title {
        font-size: 1.25rem !important;
    }
    
    .icon_main .elementor-icon-box-description {
        font-size: 0.95rem !important;
    }
}


/*** home page ***/

.home_banner h1 {
    font-size: 6rem !important;
}
.home_banner h1.elementor-heading-title {
    font-weight: 700 !important;
    font-size: 8rem !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
}

/*** Home services ***/

@media (max-width: 767px) {
	.service_row {
		padding: 0px !important;
	}
}

/*** Form ***/

body .gform_wrapper input[type="text"], body .gform_wrapper input[type="email"], body .gform_wrapper input[type="url"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="file"], body .gform_wrapper textarea, body .gform_wrapper select {
	border-radius:8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
}

/* ==========================================================================
   Services Archive – Thumbnail cards (image + overlay + title at bottom)
   ========================================================================== */

/* Services Grid - 4 columns */
.services-archive .services-grid,
.eg-services-shortcode .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem;
    margin: 2rem 0;
    max-width: 100%;
}

@media (min-width: 1920px) {
    .services-archive .services-grid,
    .eg-services-shortcode .services-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Card – full-height thumbnail with image background */
.service-card-modern {
    position: relative;
    opacity: 0;
    animation: serviceFadeIn 0.55s ease-out forwards;
}

.service-card-modern:nth-child(1) { animation-delay: 0.05s; }
.service-card-modern:nth-child(2) { animation-delay: 0.1s; }
.service-card-modern:nth-child(3) { animation-delay: 0.15s; }
.service-card-modern:nth-child(4) { animation-delay: 0.2s; }
.service-card-modern:nth-child(5) { animation-delay: 0.25s; }
.service-card-modern:nth-child(6) { animation-delay: 0.3s; }
.service-card-modern:nth-child(7) { animation-delay: 0.35s; }
.service-card-modern:nth-child(8) { animation-delay: 0.4s; }
.service-card-modern:nth-child(n+9) { animation-delay: 0.45s; }

@keyframes serviceFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* HIGH PRIORITY badge (add class .high-priority to article) */
.service-card-modern.high-priority .service-badge {
    display: inline-block;
}

.service-badge {
    display: none;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    background: #f97316;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.4);
}

.service-card-link {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 1rem;
    overflow: hidden;
    min-height: 280px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(73, 181, 66, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18), 0 0 0 2px rgba(73, 181, 66, 0.35), 0 12px 28px rgba(73, 181, 66, 0.15);
}

/* Image fills the card */
.service-featured-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.service-featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card-link:hover .service-featured-image img {
    transform: scale(1.08);
}

/* Dark overlay – green-tinted gradient for readability and brand (#49b542) */
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(11, 28, 46, 0.92) 0%, rgba(11, 28, 46, 0.55) 40%, rgba(73, 181, 66, 0.18) 100%);
    opacity: 1;
    transition: opacity 0.3s ease, background 0.35s ease;
}

.service-card-link:hover .service-overlay {
    background: linear-gradient(to top, rgba(11, 28, 46, 0.95) 0%, rgba(11, 28, 46, 0.6) 40%, rgba(73, 181, 66, 0.25) 100%);
}

.service-view-text {
    display: none;
}

/* Content at bottom – white text, green accent */
.service-card-modern .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.25rem 1.25rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    border-bottom: 3px solid rgba(73, 181, 66, 0.5);
    transition: border-color 0.25s ease;
}

.service-card-link:hover .service-content {
    border-bottom-color: #49b542;
}

.service-card-modern .service-title {
    font-family: var(--font-heading), sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
    transition: color 0.25s ease;
}

.service-card-modern .service-title::after {
    display: none;
}

.service-card-link:hover .service-title {
    color: #ffffff !important;
}

.service-card-modern .service-excerpt,
.services-archive .service-excerpt {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0;
    padding: 0;
    flex: none;
}

.service-link-btn {
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #49b542;
    font-weight: 600;
    font-size: 0.85rem;
    transition: gap 0.25s ease, color 0.25s ease;
}

.service-card-link:hover .service-link-btn {
    color: #5bc34d;
    gap: 0.5rem;
}

.service-link-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
}

.service-card-link:hover .service-link-btn svg {
    transform: translateX(4px);
}

/* Fallback when no image – icon + green gradient (#49b542) */
.service-icon-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    background: linear-gradient(135deg, #49b542 0%, #3a9435 50%, #2d7a29 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.service-card-link .service-icon-container + .service-content {
    position: absolute;
}

.service-icon-container img {
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 1200px) {
    .services-archive .services-grid,
    .eg-services-shortcode .services-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 992px) {
    .services-archive .services-grid,
    .eg-services-shortcode .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.25rem;
    }
    .service-card-link {
        min-height: 260px;
    }
}

@media (max-width: 768px) {
    .services-archive .services-grid,
    .eg-services-shortcode .services-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem;
    }
    .service-card-link {
        min-height: 240px;
    }
    .service-card-modern .service-content {
        padding: 1.25rem 1rem 1rem;
    }
    .service-card-modern .service-title {
        font-size: 1.1rem;
    }
    .service-card-modern .service-excerpt,
    .services-archive .service-excerpt {
        font-size: 0.8125rem;
    }
}

/* Services Section */
.services-section {
    padding: 3rem 2rem;
}

/* Services Archive CTA Section */
.services-archive .cta-section {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-color) 70%, var(--primary-color) 100%);
    padding: 4rem 0;
}

.services-archive .cta-content {
    text-align: center;
    color: #fff;
}

.services-archive .cta-content h2 {
    font-family: var(--font-heading), sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.services-archive .cta-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.services-archive .cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .services-archive .cta-content h2 {
        font-size: 2rem;
    }
    
    .services-archive .cta-content p {
        font-size: 1.1rem;
    }
}

/* ==========================================================================
   Portfolio Styles - Shortcode & Archive
   ========================================================================== */

/* Portfolio Container */
.eg-portfolio-shortcode,
.portfolio-archive .portfolio-section {
    width: 100%;
    margin: 2rem 0;
    background: #fff;
    padding: 2rem 0;
}

/* Portfolio Grid */
.eg-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
}

.portfolio-archive .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    width: 100%;
}

/* Portfolio Item with Load Animation */
.eg-portfolio-item,
.portfolio-archive .portfolio-item {
    position: relative;
    opacity: 0;
    animation: portfolioFadeIn 0.6s ease-out forwards;
}

/* Stagger animation delay for items */
.eg-portfolio-item:nth-child(1),
.portfolio-archive .portfolio-item:nth-child(1) { animation-delay: 0.1s; }
.eg-portfolio-item:nth-child(2),
.portfolio-archive .portfolio-item:nth-child(2) { animation-delay: 0.2s; }
.eg-portfolio-item:nth-child(3),
.portfolio-archive .portfolio-item:nth-child(3) { animation-delay: 0.3s; }
.eg-portfolio-item:nth-child(4),
.portfolio-archive .portfolio-item:nth-child(4) { animation-delay: 0.4s; }
.eg-portfolio-item:nth-child(5),
.portfolio-archive .portfolio-item:nth-child(5) { animation-delay: 0.5s; }
.eg-portfolio-item:nth-child(6),
.portfolio-archive .portfolio-item:nth-child(6) { animation-delay: 0.6s; }
.eg-portfolio-item:nth-child(7),
.portfolio-archive .portfolio-item:nth-child(7) { animation-delay: 0.7s; }
.eg-portfolio-item:nth-child(8),
.portfolio-archive .portfolio-item:nth-child(8) { animation-delay: 0.8s; }
.eg-portfolio-item:nth-child(9),
.portfolio-archive .portfolio-item:nth-child(9) { animation-delay: 0.9s; }
.eg-portfolio-item:nth-child(10),
.portfolio-archive .portfolio-item:nth-child(10) { animation-delay: 1s; }
.eg-portfolio-item:nth-child(11),
.portfolio-archive .portfolio-item:nth-child(11) { animation-delay: 1.1s; }
.eg-portfolio-item:nth-child(12),
.portfolio-archive .portfolio-item:nth-child(12) { animation-delay: 1.2s; }
.eg-portfolio-item:nth-child(n+13),
.portfolio-archive .portfolio-item:nth-child(n+13) { animation-delay: 1.3s; }

@keyframes portfolioFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Portfolio Card */
.eg-portfolio-card,
.portfolio-archive .portfolio-card {
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-decoration: none;
}

.eg-portfolio-card:hover,
.portfolio-archive .portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Portfolio Image */
.eg-portfolio-image,
.portfolio-archive .portfolio-image {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #fff;
}

.eg-portfolio-image a,
.portfolio-archive .portfolio-image a {
    display: block;
    text-decoration: none;
}

.eg-portfolio-image img,
.portfolio-archive .portfolio-image img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.eg-portfolio-card:hover .eg-portfolio-image img,
.portfolio-archive .portfolio-card:hover .portfolio-image img {
    transform: scale(1.08);
}

/* Portfolio Content */
.eg-portfolio-content,
.portfolio-archive .portfolio-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}

.eg-portfolio-title,
.portfolio-archive .portfolio-title {
    font-family: var(--font-heading), sans-serif;
    margin: 0 0 0.75rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark-color);
    letter-spacing: -0.02em;
}

.eg-portfolio-title a,
.portfolio-archive .portfolio-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.eg-portfolio-title a:hover,
.portfolio-archive .portfolio-title a:hover {
    color: #007bff;
}

/* Portfolio Services Tags */
.eg-portfolio-services,
.portfolio-archive .portfolio-services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.eg-portfolio-service-tag,
.portfolio-archive .portfolio-service-tag {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    background: #0F1032;
    color: #fff;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
}

.eg-portfolio-service-tag:hover,
.portfolio-archive .portfolio-service-tag:hover {
    background: #1a1b47;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(15, 16, 50, 0.3);
}

/* View Project Button - Bordered Style */
.eg-portfolio-btn,
.portfolio-archive .portfolio-btn {
    display: inline-block;
    width: auto;
    padding: 0.5rem 1.25rem;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    box-shadow: none;
    border: 2px solid #ffffff;
    white-space: nowrap;
}

.eg-portfolio-btn:hover,
.portfolio-archive .portfolio-btn:hover {
    background: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(236, 9, 140, 0.3);
}

.eg-portfolio-btn:active,
.portfolio-archive .portfolio-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(236, 9, 140, 0.2);
}

.eg-portfolio-categories,
.portfolio-archive .portfolio-categories {
    font-size: 0.85rem;
    color: #999;
    font-weight: 400;
    margin-top: 0.25rem;
}

.eg-portfolio-client,
.portfolio-archive .portfolio-client {
    font-size: 0.85rem;
    color: #999;
    font-weight: 400;
}

.eg-portfolio-no-results,
.portfolio-archive .no-results {
    text-align: center;
    padding: 3rem 1rem;
    font-size: 1.125rem;
    color: #999;
}

/* Column configurations for shortcode */
.eg-portfolio-cols-1 { grid-template-columns: repeat(1, 1fr); }
.eg-portfolio-cols-2 { grid-template-columns: repeat(2, 1fr); }
.eg-portfolio-cols-3 { grid-template-columns: repeat(3, 1fr); }
.eg-portfolio-cols-4 { grid-template-columns: repeat(4, 1fr); }
.eg-portfolio-cols-5 { grid-template-columns: repeat(5, 1fr); }
.eg-portfolio-cols-6 { grid-template-columns: repeat(6, 1fr); }

/* Responsive Design */
@media (max-width: 1200px) {
    .eg-portfolio-cols-6 { grid-template-columns: repeat(3, 1fr); }
    .eg-portfolio-cols-5 { grid-template-columns: repeat(3, 1fr); }
    .eg-portfolio-cols-4 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    .eg-portfolio-grid,
    .eg-portfolio-cols-6,
    .eg-portfolio-cols-5,
    .eg-portfolio-cols-4,
    .eg-portfolio-cols-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .portfolio-archive .portfolio-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
	
	.home_banner h1.elementor-heading-title {
		font-size: 4rem !important;    
	}
	.home_banner_animated_txt h4.elementor-headline {
		font-size: 2rem !important;
	}
	
}

@media (max-width: 768px) {
    .eg-portfolio-grid,
    .portfolio-archive .portfolio-grid {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .eg-portfolio-content,
    .portfolio-archive .portfolio-content {
        padding: 1.25rem;
    }
    
    .eg-portfolio-title,
    .portfolio-archive .portfolio-title {
        font-size: 1rem;
        margin-bottom: 0.65rem;
    }
    
    .eg-portfolio-services,
    .portfolio-archive .portfolio-services {
        margin-bottom: 0.85rem;
    }
    
    .eg-portfolio-btn,
    .portfolio-archive .portfolio-btn {
        padding: 0.45rem 1.1rem;
        font-size: 0.75rem;
    }
	
	.home_banner_animated_txt h4.elementor-headline{
		font-size: 1.2rem !important;
	}
	
}

@media (max-width: 480px) {
    .eg-portfolio-grid,
    .portfolio-archive .portfolio-grid {
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .eg-portfolio-title,
    .portfolio-archive .portfolio-title {
        font-size: 0.95rem;
        margin-bottom: 0.6rem;
    }
    
    .eg-portfolio-content,
    .portfolio-archive .portfolio-content {
        padding: 1rem;
    }
    
    .eg-portfolio-services,
    .portfolio-archive .portfolio-services {
        margin-bottom: 0.75rem;
        gap: 0.35rem;
    }
    
    .eg-portfolio-btn,
    .portfolio-archive .portfolio-btn {
        padding: 0.4rem 1rem;
        font-size: 0.7rem;
    }
    
    .eg-portfolio-service-tag,
    .portfolio-archive .portfolio-service-tag {
        padding: 0.35rem 0.75rem;
        font-size: 0.7rem;
    }
}

/* ==========================================================================
   Banner "Get a Free Quote" form – boxed background & animated
   ========================================================================== */
.free_quote_main {
    background: rgba(11, 28, 46, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 1.25rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    animation: free-quote-box-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    position: relative;
    overflow: hidden;
    border-radius: 24px !important;
    padding: 3rem !important;
}

.free_quote_main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #49b542, #0b1c2e);
    opacity: 0.9;
    animation: free-quote-line 3s ease-in-out infinite;
}

@keyframes free-quote-box-in {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes free-quote-line {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 1; }
}

.free_quote_main .white {
    color: #ffffff !important;
}

.free_quote_main .elementor-heading-title {
    color: #ffffff !important;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.free_quote_main .elementor-widget-text-editor p,
.free_quote_main p:not(.wpcf7-form p) {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Contact Form 7 grid: .row + .col-md-6 (50%) / .col-md-12 (100%) */
.free_quote_main .clenix-contact-form .row,
.clenix-contact-form .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.free_quote_main .clenix-contact-form .col-md-6,
.clenix-contact-form .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.free_quote_main .clenix-contact-form .col-md-12,
.clenix-contact-form .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.free_quote_main .clenix-contact-form .col-md-12:last-of-type,
.clenix-contact-form .col-md-12:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .free_quote_main .clenix-contact-form .col-md-6,
    .clenix-contact-form .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.free_quote_main .clenix-contact-form p {
    margin: 0 !important;
}

.free_quote_main .wpcf7-form-control {
    width: 100% !important;
    padding: 0.875rem 1.125rem !important;
    font-size: 1rem !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 10px !important;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.free_quote_main .wpcf7-form-control::placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
}

.free_quote_main .wpcf7-form-control:focus {
    outline: none !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(73, 181, 66, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(73, 181, 66, 0.2) !important;
}

.free_quote_main textarea.wpcf7-form-control {
    min-height: 100px;
    resize: vertical;
}

.free_quote_main .wpcf7-submit,
.free_quote_main input[type="submit"] {
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    font-family: var(--font-heading), sans-serif !important;
    font-size: 1.0625rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #49b542 0%, #3a9435 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    box-shadow: 0 6px 24px rgba(73, 181, 66, 0.45) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
    animation: free-quote-btn-glow 2.5s ease-in-out infinite;
}

.free_quote_main .wpcf7-submit:hover,
.free_quote_main input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(73, 181, 66, 0.55) !important;
    background: linear-gradient(180deg, #5bc34d 0%, #49b542 100%) !important;
}

.free_quote_main .wpcf7-submit:active,
.free_quote_main input[type="submit"]:active {
    transform: translateY(0) !important;
}

@keyframes free-quote-btn-glow {
    0%, 100% { box-shadow: 0 6px 24px rgba(73, 181, 66, 0.45); }
    50% { box-shadow: 0 6px 28px rgba(73, 181, 66, 0.6); }
}

.free_quote_main .text-center {
    text-align: center !important;
}

.free_quote_main .wpcf7-response-output {
    margin-top: 1rem !important;
    padding: 0.75rem 1rem !important;
    border-radius: 10px !important;
    font-size: 0.875rem !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.free_quote_main .wpcf7-mail-sent-ok {
    background: rgba(16, 185, 129, 0.2) !important;
    border-color: rgba(16, 185, 129, 0.5) !important;
    color: #6ee7b7 !important;
}

.free_quote_main .wpcf7-validation-errors,
.free_quote_main .wpcf7-mail-sent-ng {
    background: rgba(220, 38, 38, 0.2) !important;
    border-color: rgba(220, 38, 38, 0.5) !important;
    color: #fca5a5 !important;
}

@media (prefers-reduced-motion: reduce) {
    .free_quote_main {
        animation: none;
    }
    .free_quote_main::before {
        animation: none;
    }
    .free_quote_main .wpcf7-submit,
    .free_quote_main input[type="submit"] {
        animation: none;
    }
}

/* ==========================================================================
   Contact Form 7 - Modern styling (contact page & footer)
   ========================================================================== */
.wpcf7 {
    font-family: var(--font-primary);
    max-width: 100%;
}

.wpcf7 .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
}

.wpcf7 .wpcf7-form p {
    margin: 0;
    flex: 1 1 100%;
}

/* Two-column layout for larger screens: first two fields side by side */
@media (min-width: 600px) {
    .wpcf7 .wpcf7-form > p:nth-child(1),
    .wpcf7 .wpcf7-form > p:nth-child(2) {
        flex: 1 1 calc(50% - 0.75rem);
    }
}

.wpcf7 label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select {
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-family: var(--font-primary);
    font-size: 1rem;
    color: var(--text-color);
    background-color: var(--white);
    border: 1px solid var(--medium-gray);
    border-radius: 8px;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 1rem;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(17, 56, 57, 0.12);
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 textarea::placeholder {
    color: #94a3b8;
}

.wpcf7 textarea {
    width: 100%;
    min-height: 140px;
    padding: 1rem 1.125rem;
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    border: 1px solid var(--medium-gray);
    border-radius: 8px;
    resize: vertical;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
}

.wpcf7 textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(17, 56, 57, 0.12);
}

.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"] {
    padding: 0.875rem 2rem;
    font-family: var(--font-heading), sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-md);
    letter-spacing: 0.02em;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 button[type="submit"]:hover {
    background-color: #0d2d2e;
    border-color: #0d2d2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(17, 56, 57, 0.35);
}

.wpcf7 input[type="submit"]:active,
.wpcf7 button[type="submit"]:active {
    transform: translateY(0);
}

/* Validation & messages */
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.8125rem;
    color: #dc2626;
    margin-top: 0.35rem;
}

.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc2626;
}

.wpcf7 .wpcf7-form-control.wpcf7-not-valid:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.wpcf7 .wpcf7-response-output {
    margin: 1.25rem 0 0;
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    border-radius: 8px;
    border: 1px solid transparent;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #ecfdf5;
    border-color: #10b981;
    color: #047857;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
    background-color: #fef2f2;
    border-color: #dc2626;
    color: #b91c1c;
}

/* Footer form: often on dark background - optional lighter look */
.site-footer .wpcf7 label {
    color: rgba(255, 255, 255, 0.95);
}

.site-footer .wpcf7 input[type="text"],
.site-footer .wpcf7 input[type="email"],
.site-footer .wpcf7 input[type="tel"],
.site-footer .wpcf7 input[type="url"],
.site-footer .wpcf7 textarea {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--text-color);
}

.site-footer .wpcf7 input[type="text"]:focus,
.site-footer .wpcf7 input[type="email"]:focus,
.site-footer .wpcf7 input[type="tel"]:focus,
.site-footer .wpcf7 input[type="url"]:focus,
.site-footer .wpcf7 textarea:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(255, 189, 89, 0.25);
}

.site-footer .wpcf7 input[type="submit"],
.site-footer .wpcf7 button[type="submit"] {
    background-color: var(--primary-color);
    border-color: var(--accent-color);
    color: var(--dark-color);
}

.site-footer .wpcf7 input[type="submit"]:hover,
.site-footer .wpcf7 button[type="submit"]:hover {
    background-color: var(--accent-light);
    border-color: var(--accent-light);
    box-shadow: 0 6px 20px rgba(255, 189, 89, 0.4);
}

/* Footer: On Call Pest Control — Designed by EG Solutions */
.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.footer-bottom .copyright {
    margin: 0;
}
.footer-bottom .theme-credit {
    margin: 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .theme-credit a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
.footer-bottom .theme-credit a:hover {
    color: var(--accent-color);
}
@media (max-width: 640px) {
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}