@charset "UTF-8";
/* CSS Document */

/* Overall Reset */
* {
    box-sizing: border-box;
}
/* * {
  outline: 1px solid red;
} */

body {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem; 
  line-height: 1.6;
  color: #333333;
  background-color: none;
  overflow-x: hidden;
	
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif; /* Replace with your heading font */
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.5em;
}
h1 {text-align: center;}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* Links */
a {
  color: var(--color-link);
  text-decoration: none;
}
a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}
.alignfull {
   margin-left  : calc( -100vw / 2 + 100% / 2 );
   margin-right : calc( -100vw / 2 + 100% / 2 );
   max-width    : 100vw;
}
.alignfull img {width: 100vw;  }

/* ------------------------------
    CONTAINERS & LAYOUT
--------------------------------*/
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}



/* Site-wide page padding and centering */
.site-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Content wrapper for page body */
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 0px 25px;

	
}


/* ------------------------------
    Value prop & Hero
--------------------------------*/



#value {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 36, 32, 0.25); /* #702420 with 11% opacity */
  z-index: 1;
  pointer-events: none; /* So links inside still work */
}

.hero-content {
	
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
  max-width: 1715px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}


/* Left Column (Text) */
.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text h1 {
	font-family: 'nunito', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 3.25rem;
	text-align: left;
	font-weight: 300;
  line-height: 1.4;
  color: #FFFAFA;
  margin: 0;
	max-width: 790px;
}

/* Right Column (Form) */
.hero-estimate {
  flex: 1;
  min-width: 320px;
  display: flex;
  justify-content: center;
}



/* Form Header */
.estimate h2, .hero-estimate h2{
	font-family: 'mulish',Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

/* ------------------------------
    Front Page
--------------------------------*/
#services-section wp-block-group {
		padding: 0px;
}
.services-section {
  padding: 60px 20px;
  text-align: center;
}

.services-section p{
	text-align: left;
}


.learn-more a {
	text-align: left;
  color: #702420;
  font-weight: bold;
  text-decoration: none;
  position: relative;
	font-size: 1.15rem;
  transition: color 0.3s ease;
}

.learn-more a::after {
  content: " →";
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.learn-more a:hover {
  color: #C92323; /* Slightly brighter red or accent */
}

.learn-more a:hover::after {
  opacity: 1;
  transform: translateX(5px);
}

.services-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.services-section .wp-block-columns {
  margin-bottom: 40px;
}
.services-section .wp-block-columns {
  gap: 24px !important;
}
.learn-more{
		margin-top: 10px;
}

.services-section .wp-block-column {
  padding: 10px;
}

.services-section img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.services-section a:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.services-section img {
  border-radius: 4px;
  margin-bottom: 15px;
}

.testimonials-section h3{
	margin-bottom: -18px;
}
.testimonials-section h2{
	text-align: center;
  color: #FAEBD7;
  padding: 15px 20px 40px 0px;
}
.testimonials-section {
  background-color: #702420;
  color: #FAEBD7;
  padding: 80px 20px;
  text-align: center;             /* Center text */
  display: flex;                  /* Use flexbox */
  flex-direction: column;        /* Stack elements vertically */
  align-items: center;           /* Center all child content horizontally */
  justify-content: center;       /* Optional: vertical centering if needed */

}
.quotation {
	text-align: left;
}
.testimonials-section .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  max-width: 340px;
	width:100%;
	
 
}

.testimonials-section h3 {
  text-align: left;
  color: #FAEBD7;
  
	font-size: 1.5rem;
}
.quote {
  display: block;
  margin-left: auto;
  text-align: right;
  
}
.testimonials-section p {
  padding: 20px;
  font-style: italic;
}

.featured-project-section {
  padding: 60px 0px;
  text-align: center;
	max-width: 1072px;
	 margin-left: auto;
  margin-right: auto;
	width: 100%;
}

.featured-project-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.featured-project-section h3 {
  
  margin-bottom: 50px;
}

.featured-project-section img {
  border-radius: 4px;
  margin-bottom: 0px;
	text-align: center;
	
}    

.featured-project-section p {
  max-width: 1072px;
  margin: 50 auto 0;
  text-align: left;
	padding:0 20px;
}

.wp-block-image img {
  display: block;
  margin: 0 auto;
}
.wp-block-columns {
  gap: 72px;
}
/* ------------------------------
    404 page
--------------------------------*/
.error-404 {
  background-color: #FAEBD7; /* Cream */
  max-width: 640px;
  margin: 100px auto;
  padding: 60px 40px;
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  text-align: center;
  font-family: 'Rubik', sans-serif;
}

.error-code {
  font-size: 5rem;
  font-weight: 800;
  color: #054232;
  margin: 0 0 10px 0;
  line-height: 1;
}

.error-message {
  font-size: 2.4rem;
  font-weight: 800;
  color: #054232;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.error-404 p {
  font-size: 1.25rem;
  color: #222;
  margin: 20px 0;
  line-height: 1.5;
}

.error-404 .return-home {
  display: inline-block;
  background-color: #C92323;
  color: #FFFAFA;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  transition: background 0.3s ease;
}

.error-404 .return-home:hover {
  background-color: #a91e1e;
}

/* ------------------------------
     Contact page
--------------------------------*/
#contact-wrapper{
	max-width: 800px;
	width:100%;
}
#contact-info a {
			text-decoration: underline;
}
#contact-info {
  background-color: #054232;
  color: #FAEBD7; /* Soft white text */
  padding: 50px 40px;
  border-radius: 25px;
  max-width: 350px;
	width: 100%;
  aspect-ratio: 1 / 1;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	
}
#contact-info .wp-block-group__inner-container {
  display: flex;
	flex-direction: column;
  justify-content: space-between;
  gap: 20px; /* optional spacing between items */
  text-align: center;
	padding-top:  45px;
}

/* Optional: style the labels for clarity */
#contact-info p {
  margin: 10px 0;
}

#contact-info strong {
  display: inline-block;
  min-width: 70px;
}
/* ------------------------------
    BUTTONS
--------------------------------*/
.button {
  padding: 0.75em 1.5em;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: var(--color-accent);
}

/* ------------------------------
    FORMS
--------------------------------*/
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.75em;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

#sidebar ul, #sidebar li{list-style: none; margin:0; padding:0;}

/* Center the whole form on the page */
.estimate  {
  max-width: 700px;
  width: 100%;
  margin: 0px auto; /* centers it horizontally and adds spacing */
  padding: 0px;
  
  background: #fff;
}



/* Input Fields */
.estimate input[type="text"],
.estimate input[type="email"],
.estimate textarea,
.estimate input[type="tel"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

/* Arrange First Name / Last Name Side-by-Side */
.estimate .name-fields {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.estimate .name-fields input {
  flex: 1;
}

/* Textarea Field */
.estimate textarea {
  resize: vertical;
  min-height: 180px;
}

/* Submit Button */
.estimate input[type="submit"],
.estimate .wpcf7-submit {
  width: 100%;
  background-color: #C92323;
  color: #FFFAFA;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 14px;
  border: none;
  border-radius: 0; /* Square corners */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Button Hover Effect */
.estimate input[type="submit"]:hover,
.estimate .wpcf7-submit:hover {
  background-color: #A61E1E; /* Slightly darker red on hover */
}

.estimate-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 70px auto 0px;
  box-sizing: border-box;
  padding:  25px 25px 0 25px;
  border: 2px solid black;
}
.estimate h2{margin: auto 0 auto !important;

}
.hero-estimate {
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
  padding: 0px;
  border: 1px solid #ccc;
  background: #fff;
}

.hero-estimate input[type="text"],
.hero-estimate textarea,
.hero-estimate input[type="email"],
.hero-estimate input[type="tel"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

.hero-estimate .wpcf7-submit {
  width: 100%;
  background-color: #C92323;
  color: #FFFAFA;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  padding: 14px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
	
}
.hero-estimate .wpcf7-submit:hover {
  background-color: #A61E1E;
}


.info-map {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin: 40px auto;
  max-width: 1200px;
  padding: 20px;
}

/* Keep both items responsive but allow image to retain natural size */
.info-map .contact-box {
  flex: 1 1 400px;
  max-width: 500px;
}

.info-map img {
  max-width: none;   /* allow original size */
  width: auto;
  height: auto;
}



/* ------------------------------
    SPACING
--------------------------------*/
.spacing-sm { margin: 0.5rem; }
.spacing-md { margin: 1rem; }
.spacing-lg { margin: 2rem; }

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

/* ------------------------------
   ⚙️ UTILITIES
--------------------------------*/
.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

.hidden { display: none !important; }
/* Body Style */
body {
    margin: 0;
    font-family: 'Rubik', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
}
.post-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Header - Full Width Flex Layout */
header {
	margin-top: 0px;
  height: 120px; /* consistent height to account for spacing */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #702420;
  padding: 15px 20px;
  color: #FAEBD7;
   z-index: 1000;
  position: relative;
}
.page-id-8 header {
	margin-top: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
}
.page-id-8 .estimate-wrapper {
	margin: 0px auto 0px;
}
.page-id-8 #value {
  padding-top: 120px; /* matches header height */
  min-height: calc(100vh - 120px); /* full viewport minus header */
}
.page-id-12 h2{
	margin: 70px 0 auto;
} 

.wp-container-core-columns-is-layout-28f84493 {
	margin-top:  70px;
}
/* Logo */
.desktop-logo img {
    height: 120px;
}
.desktop-logo {
  position: relative;
  left: 75px;
}
/* Logo */
#desktop-logo {
    margin-left: 15px;  /* Push logo away from the left edge */
	    margin-right: auto; /* Pushes everything else to the right */

}
.desktop-logo {
  position: relative;
  z-index: 1001; /* bring it above others */
}

.logo-wrapper img {
  pointer-events: auto;  /* ensure it's clickable */
  position: relative;
  z-index: 1002;
}
.mobile-logo {
  display: none;
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* optional shadow */
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Navigation Menu */

.nav-collapse {
    display: flex;
    justify-content: flex-end; /* Align links to the right */
    flex-grow: 1; /* Allows nav to take available space */
}

.nav-collapse ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}

ß

.nav-collapse a {
	font-family:  "poppins", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
    text-decoration: none;
    color: #FAEBD7 !important;
    font-weight: 600;
    font-size: 16px;
}

.nav-collapse a:hover {
    text-decoration: underline;
}

/* Phone Button */
.phone-button {
    background-color: #054232; /* Green */
    color: #FAEBD7; /* Cream text */
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
    display: inline-block;
	 margin-right: 15px;
	margin-left: 20px;
}

.phone-button:hover {
    background-color: #FFC107;
}

/* === Always Hide Mobile Icons by Default === */
.mobile-icons {
    display: none;
    gap: 15px;
    align-items: center;
}

.mobile-icons button,
.mobile-icons a {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mobile-icons img {
    width: 32px;
    height: auto;
}
.mobile-phone-icon img {
  width: 64px !important;
  height: auto;
  
  display: inline-block;
}
.mobile-logo img {
  height: 60px; /* or whatever size fits */
  display: block;
}


nav#mobile-menu,
.phone-button {
  position: relative;
  right: 75px;
}
#mobile-menu.show {
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #702420;
  z-index: 10001;
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
body.page-id-8 #mobile-menu.show {
  background-color: rgba(112, 36, 32, 0.95); /* dark red, 95% opaque */
  backdrop-filter: blur(2px); /* optional: adds subtle blur behind menu */
}

/* Footer Styling */
footer {
    background-color: #702420;
    color: #FAEBD7;
    padding: 30px 20px;
    font-family: "poppins", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
}

.footer-container {
    display: flex;
    justify-content: center; /* Center the whole row */
    flex-wrap: wrap;
    gap: 20px;
    text-align: center; /* Optional: to center text inside each column */
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-logo {
    background-color: transparent;  /* White circle background */
    border-radius: 50%;       /* Makes it a perfect circle */
    padding: 0px;             /* Space between logo and circle edge */
    display: inline-block;     /* Ensures it hugs the logo */
    width: 100px;               /* Set width and height */
    height: 100px;
    object-fit: contain;       /* Ensures the logo fits well */
    
}
.footer-logo-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto; /* Center it in column and give bottom space */
 
}
h4 {
    font-size: 18px;
    margin: 10px 0;
    color: #FAEBD7; /* cream */
}

.footer-column p, .footer-column li {
    font-size: 16px;
    margin: 5px 0;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.footer-bottom a {
    color: #FAEBD7;
    text-decoration: underline;
}


.footer-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.footer-socials a, 
.footer-socials button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.footer-socials img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.footer-socials img:hover {
    transform: scale(1.2);
}

/* Optional: Add spacing above footer-bottom */
.footer-bottom {
    margin-top: 10px;
}
.mobile-nav-bar {
  display: none; /* Hidden on desktop */
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  position: relative;
}

.mobile-phone-icon {
  display: none; /* Hidden by default */
}
	/*-------Estimate Form--------*/
	
	.wpcf7-submit {
  background-color: #C92323;
  color: #FFFAFA;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  padding: 12px 16px;
  border: none;
  border-radius: 0;
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #a71d1d;
}


	/*-------Archives--------*/
#post-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

body.single-post #mobile-menu.show {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background-color: #702420;
  z-index: 10001;
}
body.single-post header,
body.single-post footer {
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: relative !important;
  box-sizing: border-box;
  overflow-x: hidden;
	font-family: 'Rubik', sans-serif;
}
body.single-post footer {
  width: 100vw !important;
  margin: 0 !important;
  padding-top: 60px !important;
}
.single-post .nav-collapse a {
  color: #FAEBD7 !important;
}
.single-post {
		padding: 0;
}
.single-post a {
  color: #702420;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.single-post a:hover {
  color: #C92323;
  text-decoration: underline;
}

.single-post img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.single-post a:hover img {
  transform: scale(1.03);
}

.single-post p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 1rem;
  font-family: 'Rubik', sans-serif;
}

.single-post .nav-collapse a {
  color: #FAEBD7 !important;
}
.single-post .phone-button,
.single-post .phone-button a {
  color: #FAEBD7 !important;
}
.single-post .footer-column p {
	
	 color: #FAEBD7 !important;
}
.single-post .footer-bottom p {
	
	 color: #FAEBD7 !important;
}
/* Footer paragraph text on single post */
.single-post .footer p {
  color: #FAEBD7 !important;
}
body.single-post .footer-logo-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: white;
  border-radius: 50%;
}

body.single-post .footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}body.single-post .footer-logo {
  background-color: white;
  border-radius: 50%; /* match the wrapper */
}body.single-post footer {
  padding: 0 !important;
  margin: 0 !important;
	background-color: #702420 !important;}

#banner-news{
			
			text-align: center;
			 
  				padding: 60px 0;
			
}

#banner-news h1{color:#333333;}

#post-20 p{
		margin-bottom: 50px;
}
	/*-------Estimate Form--------*/
article{margin:80px 0;}
@media (max-width: 1250px) {
  .mobile-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
  }

  .desktop-logo,
  .phone-button {
    display: none;
  }

  .mobile-logo,
  .mobile-phone-icon {
    display: inline-block;
  }

  #hamburger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	}

  #hamburger img {
    width: 40px;
    height: auto;
    display: block;
	  border-radius: 0 !important;
	  box-shadow: none !important;
  }

  .nav-collapse {
    display: none;
  }

  .nav-collapse.show {
    display: flex;
    flex-direction: column;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .nav-collapse ul {
    flex-direction: column;
    gap: 4px;
    padding-left: 22px;
  }
}
@media (max-width: 1130px) {
  .mobile-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
  }

  .desktop-logo,
  .phone-button {
    display: none;
  }

  .mobile-logo,
  .mobile-phone-icon {
    display: inline-block;
  }

  #hamburger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  #hamburger img {
    width: 40px;
    height: auto;
    display: block;
  }

  .nav-collapse {
    display: none;
  }

  .nav-collapse.show {
    display: flex;
    flex-direction: column;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .nav-collapse ul {
    flex-direction: column;
    gap: 4px;
    padding-left: 22px;
  }
.info-map {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .info-map .contact-box {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #contact-info {
    margin: 0 auto;
  }

  .info-map img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 910px) {
 

  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 910px) {
  #mobile-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
  }
}
@media (max-width: 780px) {
  .testimonials-section .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    margin: 0 auto; /* ✅ center the column */
    text-align: center; /* ✅ center the text inside */
  }

  .testimonials-section .quotation {
    text-align: left; /* ✅ back to left-align inside centered box */
  }

  .testimonials-section h3 {
    text-align: left; /* optional: keep heading centered */
  }
}
    @media (max-width: 768px) { /* Adjust the breakpoint as needed */
        div.wpcf7 input[type=text],
        div.wpcf7 input[type=email],
        div.wpcf7 input[type=number],
        div.wpcf7 input[type=url],
        div.wpcf7 input[type=tel],
        div.wpcf7 textarea {
            width: 100%;
            /* Optionally add max-width for larger mobile screens */
            max-width: 100%;
            min-width: 250px;
        }
		  .hero-text h1 {
    font-size: 2.25rem; /* or 2rem depending on how much you want to shrink */
    line-height: 1.3;
    
  }
		  .nav-collapse ul {
    flex-direction: column;
  }

  .nav-collapse ul li {
    margin-bottom: 12px; /* Adjust spacing as needed */
  }

  .nav-collapse a {
    padding: 8px 0; /* Adds vertical padding inside each link */
    display: inline-block;
  }

    }
/* ✅ Separate media query block */
@media (max-width: 480px) {
  .estimate {
    padding: 20px 15px;
  }
	.estimate-wrapper {
		max-width: 480px;
		width:  100%;
    padding: 10px;
  }

  .estimate .name-fields {
    flex-direction: column;
    gap: 10px;
  }

  .estimate input[type="text"],
  .estimate input[type="email"],
  .estimate input[type="tel"],
  .estimate textarea {
    font-size: 1rem;
    box-sizing: border-box;
  }
	 .hero-text h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 375px) {
  .estimate {
    padding: 20px 15px;
  }
	.estimate-wrapper {
		max-width: 375px;
		width:  100%;
    padding: 10px;
  }

  .estimate .name-fields {
    flex-direction: column;
    gap: 10px;
  }

  .estimate input[type="text"],
  .estimate input[type="email"],
  .estimate input[type="tel"],
  .estimate textarea {
    font-size: 1rem;
    box-sizing: border-box;
  }
}