/*
Theme Name: Msdesign Child
Theme URI: http://underscores.me/
Author: mrsmartweb
Author URI: http://mrsmartweb.com
Description: Msdesign Child Theme
Template: msdesign
Version: 1.0.0
Text Domain: msdesignchild
*/ 

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900');

  /* ---------- Reset & Base ---------- */
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html,body { height: 100%; scroll-behavior: smooth;}
p:empty, br:empty {
  display: none !important;
}
    body {
      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      color: #222;
      background: #fff;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      line-height: 1.6;
    }
    h1,h2,h3 { font-family: "Playfair Display", serif; color: #121212; }
    a { color: inherit; text-decoration: none; }
	  h2 {font-size:2rem; margin-bottom: 25px;}
	   .h2title { text-align: center;}
.link-btn2 {
	font-size:18px !important;
}
    /* ---------- Container ---------- */
    .container { max-width: 1200px; margin: 0 auto; /*padding: 0 20px;*/ }
.container2 { max-width: 100%; margin: 0 auto; /*padding: 0 20px;*/ }
.kf-top-bar {
  width: 100%;
  background: #262626;
  padding: 6px 0;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position:fixed;
  z-index:9999;
	top:0;
}
	  .iconaddress::before {
	  content:"\f103";
	  }
	  .iconemail::before {
		  content:"\f114";
	  }
	  .iconphone::before {
		  content:"\f11b";
	  }

.kf-top-bar .kf-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

	  
.kf-contact-info span {
  margin-right: 20px;
}

.kf-social-icons a {
  margin-left: 10px;
  display: inline-block;
}

.kf-social-icons img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  transition: opacity 0.3s;
}

.kf-social-icons a:hover img {
  opacity: 0.7;
}

	  .kf-social-icons a {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}

.kf-social-icons a:hover {
  color: #b89b63; /* Gold accent */
}
	  .kf-contact-info i, .fas {

  color: #dba873; /* optional accent color */
}
	  
/* Responsive */
@media (max-width: 768px) {
  .kf-top-bar .kf-container {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width:450px) {
   .kf-contact-info {
	 display:flex;
	 flex-direction:column;
     justify-content:center;
	 width:100%;
	 text-align:center;
	 }
	.kf-social-icons {
		text-align:center;
		width:100%;
	}
	}
	  	/* General Layout */
.kf-header {
  width: 100%;
  position: fixed;
  top: 42px;
  background: #fcfaf6;
  z-index: 1000;
  margin: 0 auto;
}

.kf-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 2px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kf-logo img {
  max-height: 55px;
  margin: 15px 0;
	transition: all 0.3s ease;
}

.kf-logo.shrink img {
  max-height: 40px;
  margin: 5px 0;
	transition: all 0.3s ease;
}
@media (max-width: 768px) {
	.kf-header {
  top: 71px;
	}
}
@media (max-width: 798px) {
	.address {
		display:none;
	}
}
@media (max-width: 998px) {
	.kf-logo img {
  max-height: 40px;
  margin: 5px 0;
	transition: all 0.3s ease;
}
}
/* Desktop Navigation */
.kf-nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
}

.kf-nav a {
  text-decoration: none;
  color: #252525;
  font-weight: 700;
  font-size: 14px;
  transition: color 0.3s ease;
	text-transform: uppercase;
}

.kf-nav a:hover {
  color: #b89b63; /* soft gold */
}

/* CTA Button */
.kf-btn {
  background: #b89b63;
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s;
}

.kf-btn:hover {
  opacity: 0.85;
}

/* MOBILE MENU */
.kf-burger {
  display: none;
  width: 26px;
  cursor: pointer;
}

.kf-burger span {
  display: block;
  height: 3px;
  background: #333;
  margin-bottom: 5px;
  border-radius: 3px;
}

/* Mobile Menu Panel */
.kf-mobile-menu {
  display: none;
  background: #fff;
  padding: 20px 30px;
  border-top: 1px solid #eee;
}

.kf-mobile-menu ul {
  list-style: none;
  padding: 0;
}

.kf-mobile-menu li {
  margin-bottom: 18px;
}

.kf-mobile-menu a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .kf-nav {
    display: none;
  }
  .kf-cta {
    display: none;
  }
  .kf-burger {
    display: block;
  }
}
    /* ---------- Header ---------- */
    header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(255,255,255,0.95);
      border-bottom: 1px solid rgba(0,0,0,0.05);
      backdrop-filter: blur(4px);
    }
    .nav { display:flex; align-items:center; justify-content:space-between; padding:14px 0; }
    .logo img { height:44px; display:block; }
    .nav-links { display:flex; gap:18px; align-items:center; font-weight:600; }
    .nav-links a { color:#333; padding:6px 10px; border-radius:6px; transition: background .18s, color .18s; }
    .nav-links a:hover { background: rgba(166,124,82,0.08); color:#a67c52; }

 /* ---------- Hero ---------- */
    .hero {
      position:relative;
      min-height: 70vh;
      background: linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.65)), url("/wp-content/uploads/2025/12/kivalo-home-hero.jpg") center/cover no-repeat;
      color: #fff;
    }
    /* container inside hero is flex and stretches children */
    .hero .container { display:flex; gap:40px; align-items:stretch; min-height:70vh; padding:60px 20px; margin-top:110px;}
    .hero-left { flex:1; max-width:700px; display:flex; flex-direction:column; justify-content:center; }
    .eyebrow { color:#f2e8dc; font-weight:600; font-size:0.9rem; letter-spacing:0.06em; margin-bottom:12px; }
    .hero h1 { font-size:2.4rem; line-height:1.06; margin-bottom:16px; color:#fff;}
    .hero p { color: #f6f3ef; margin-bottom:20px; font-size:1.05rem; }
    .cta { display:flex; gap:12px; flex-wrap:wrap; margin-top:6px; }
    .btn { background:#a67c52; color:#fff; padding:12px 14px; border-radius:8px; font-weight:700; display:inline-block; font-family:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; font-size:15px;}
    .btn.secondary { background: transparent; border:1px solid rgba(255,255,255,0.18); color:#fff; font-weight:600; }
.btn.third {background: transparent; border:1px solid rgba(0,0,0,0.18); color:#111; font-weight:600;}

    /* ---------- Hero slideshow: right panel ---------- */
    .hero-right { width: 45%; min-width:260px; border-radius:10px; overflow:hidden; box-shadow:0 10px 30px rgba(0,0,0,0.22); position:relative; display:block; }
    .slideshow { position:relative; width:100%; height:100%; min-height:320px; }
    .slide { position:absolute; inset:0; opacity:0; transition:opacity .8s ease; }
    .slide img { width:100%; height:100%; object-fit:cover; display:block; }
    .slide.active { opacity:1; z-index:2; }

    /* Dots */
    .slideshow-dots {
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      bottom:12px;
      display:flex;
      gap:8px;
      z-index:5;
      padding:4px;
      border-radius:999px;
    }
    .slideshow-dots .dot {
      width:12px; height:12px; border-radius:50%; border:none;
      background: rgba(255,255,255,0.45);
      box-shadow: 0 2px 6px rgba(0,0,0,0.25); cursor:pointer;
      transition: transform .18s ease, background .18s ease;
    }
    .slideshow-dots .dot.active { background: #a67c52; transform: scale(1.08); }

    /* Responsive adjustments */
    @media (max-width:1000px) {
      .hero .container { flex-direction:column; align-items:flex-start; padding:40px 20px; min-height:48vh; }
      .hero-right { width:100%; height:360px; margin-top:18px; min-height:300px; }
      .hero h1 { font-size:1.9rem; }
    }
    @media (max-width:560px) {
      .hero-right { height:300px; min-height:240px; }
    }
	@media (max-width:450px) {
	  .slideshow-dots { bottom:20px;}
		.hero {background-position: left center !important;}
	}



    /* ---------- Highlights ---------- */
    .highlights { display: none;  background:#fff; padding:28px 0; border-top:1px solid rgba(0,0,0,0.04); border-bottom:1px solid rgba(0,0,0,0.04); }
    .highlights .grid { display:flex; gap:18px; justify-content:space-between; align-items:center; }
    .pill { display:flex; gap:10px; align-items:center; padding:10px 14px; border-radius:8px; background:#faf7f3; color:#5b4a3b; font-weight:600; }

    /* ---------- About / Process ---------- */
    section { padding:56px 10px; }
    .about { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center; justify-items:center;}
    .about img { width:90%; border-radius:10px; display:block; box-shadow:0 8px 30px rgba(0,0,0,0.08); height:100%;}
    .process { display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-top:40px; }
    .step { background:#fff; border-radius:10px; padding:5px 10px 10px; /*min-width:160px;*/ width:100%; /*250px; height:150px;*/ text-align:center; border:3px solid rgb(166,124,82, 0.7); }
    .step h3 { color:#a67c52; margin-bottom:8px; font-size:1.5rem;}


/* ---------- Projects Flex ---------- */
/* SECTION HEADER */
.section-header {
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-header h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
.featured-projects {
  padding: 100px 5%;
}
.project-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.featured-projects h3 {
	color:#fff;
}
.section-title {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}

/* MAIN GRID */
.projects-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
	margin: 0 auto;
	width:90%;
}

/* RIGHT SIDE GRID */
.right-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* PROJECT CARD */
.project {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* HEIGHT DEFINITIONS */
.tall { min-height: 520px; }
.wide { min-height: 250px; }
.square { min-height: 250px; }

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2),
    transparent
  );
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(40%);
  transition: transform 0.4s ease;
}

.overlay h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.overlay p {
  font-size: 14px;
  opacity: 0.9;
}

/* HOVER EFFECT */
.project:hover .overlay {
  transform: translateY(0);
}

/* IMAGE ZOOM */
.project img {
  transition: transform 0.5s ease;
}

.project:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {

  /* Always show project info */
  .overlay {
    transform: translateY(0) !important;
  }

  /* Slightly stronger gradient for readability */
  .overlay {
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.7),
      rgba(0,0,0,0.35),
      transparent
    );
  }

  /* Disable image zoom on mobile */
  .project img {
    transform: none !important;
  }
}

/* CTA */
.projects-cta {
  margin-top: 80px;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}

.projects-cta h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.projects-cta p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

/* CTA */
.projects-cta {
  text-align: center;
  margin-top: 18px;
}

.projects-cta a {
  color: #a67c52;
  font-weight: 700;
  text-decoration: none;
}

    /* ---------- Trade / Download ---------- */
    .trade { background:#faf9f7; padding:48px; border-top:1px solid rgba(0,0,0,0.02); }
    .trade .inner { display:flex; gap:28px; align-items:center; justify-content:space-between; }
    .download-card { background:#fff; padding:22px; border-radius:10px; box-shadow:0 8px 24px rgba(0,0,0,0.06); min-width:320px; }
    .download-card p { margin:12px 0 0; color:#444; }
.download-card strong { font-size:24px;   font-family: "Playfair Display", serif; }
.download-card li { padding-bottom:10px;}
    /* ---------- Testimonials & Partners ---------- */
    .testimonials { display:flex; gap:20px; flex-wrap:wrap; justify-content:center; margin-top:18px; }
    .testimonial { max-width:420px; padding:18px; background:#fff; border-radius:10px; box-shadow:0 8px 18px rgba(0,0,0,0.05); font-style:italic; color:#333; }
    .partners { display:flex; gap:18px; align-items:center; justify-content:center; flex-wrap:wrap; margin-top:18px; }
    .partner img { height:34px; opacity:0.8; filter:grayscale(60%); }
	 

    /* ---------- Contact Form ---------- */
#contact {
  background:#222;
  padding-top:50px;
}

.h2white {
  color:#fff !important;
  margin-bottom:0px !important;
}

.contact-cta {
  background:#222;
  color:#fff;
  padding:0 20px 48px;
  text-align:center;
  margin: 20px auto;
	max-width:1200px;
}

.contact-intro {
  margin:0 auto;
  max-width:760px;
}

/* FLEX FORM */
.contact-form {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  max-width:900px;
  margin:18px auto 0;
}

/* two-column fields */
.contact-form > *:not(.full):not(textarea) {
  flex:1 1 calc(50% - 12px);
}

/* full width fields */
.contact-form textarea,
.contact-form .full {
  flex:1 1 100%;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding:10px 12px;
  border-radius:8px;
  border:1px solid rgba(0,0,0,0.08);
  font-size:0.95rem;
  font-family:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.contact-form input {
	/*width:48% !important;*/
}
.contact-form textarea {
  min-height:120px;
  resize:vertical;
}

/* buttons row */
.form-actions {
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}


/* small text */
.small {
  font-size:0.9rem;
  color:rgba(255,255,255,0.85);
  margin:20px auto;
  width:90%;
}

/* mobile */
@media (max-width: 768px) {
  .contact-form > * {
    flex:1 1 100%;
  }
}

/* Wrapper */
.contact-form2 {
  max-width: 900px;
  margin: 0 auto;
}

/* Flex rows */
.cf7-flex {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

/* 50% width on desktop */
.cf7-flex > span {
  flex: 1;
}

/* Inputs */
.contact-form2 input,
.contact-form2 select,
.contact-form2 textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-family: inherit;
}

/* Textarea */
.contact-form2 textarea {
  min-height: 120px;
  resize: vertical;
  margin-bottom: 16px;
}

/* Buttons */
.cf7-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/*.btn {
  padding: 14px 26px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.btn.secondary {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}*/

/* Mobile */
@media (max-width: 768px) {
  .cf7-flex {
    flex-direction: column;
  }

  .cf7-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .btn.secondary {
    text-align: center;
    width: 100%;
  }
}


    .small { font-size:0.9rem; color:rgba(255,255,255,0.85); margin:20px auto; width:90%; }


    /* ---------- Responsive ---------- */
    @media (max-width:1000px) {
      .about { grid-template-columns:1fr; }

      .projects-grid { grid-template-columns:repeat(2, 1fr);  }
      .hero h1 { font-size:1.9rem; }
      .hero .container { flex-direction:column; align-items:flex-start; padding:40px 20px; }
      .trade .inner { flex-direction:column; align-items:flex-start; }
     /* form.contact-form { grid-template-columns:1fr; width:90%;}*/
    }
    @media (max-width:560px) {
      .projects-grid { grid-template-columns:1fr; width:100%;}
		section { padding:56px 20px; }
		
    }
	  
    /* ---------- Footer ---------- */
    /*footer { color:#666; padding:28px 0; text-align:center; font-size:0.95rem; }*/
	  .kf-footer {
  background: url('https://kivalofinecabinetry.com/wp-content/uploads/2018/04/bg-kivalo.jpg');
		  background-repeat:no-repeat;
  color: #fff;
  padding: 60px 0 0px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
		  margin-top:-20px;
}

.kf-footer .kf-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
	padding:10px 0 15px;
}

/* About / Logo */
.kf-footer-about img {
  max-height: 60px;
  margin-bottom: 15px;
}
.kf-footer-about p {
  font-size: 14px;
  color: #ccc;
  max-width: 300px;
}

/* Links */
.kf-footer-links h4,
.kf-footer-contact h4,
.kf-footer-social h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}

.kf-footer-links ul {
  list-style: none;
  padding: 0;
}

.kf-footer-links ul li {
  margin-bottom: 10px;
}

.kf-footer-links a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s;
}

.kf-footer-links a:hover {
  color: #b89b63; /* gold accent */
}

/* Contact */
.kf-footer-contact p {
  margin-bottom: 10px;
}

.kf-footer-contact i {
  margin-right: 8px;
  color: #b89b63;
}

/* Social Icons */
.kf-footer-social a {
  margin-right: 15px;
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s;
}

.kf-footer-social a:hover {
  color: #b89b63;
}

/* Bottom Bar */
.kf-footer-bottom {
  background: #111;
  border-top: 1px solid #222;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: #c1c1c1;
	margin-top:40px;
}

/* Responsive */
@media (max-width: 900px) {
  .kf-footer .kf-container {
    flex-direction: column;
    gap: 30px;
  }
}

.post-thumbnail {
	height:350px;
	
}
.post-thumbnail img {
  height: 350px;
  width:100%;
  object-fit: cover;
	overflow: hidden;
}

/*.post-hero {
  position: relative;
	margin-bottom:40px;
}

.post-hero img {
  height: 350px;
  width:100%;
  object-fit: cover;
	overflow: hidden;
}
.post-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,.45),
    rgba(0,0,0,.25)
  );
  z-index: 1;
} */

/* Hero wrapper */
.hero-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-top:138px;
}
.hero-wrapper.no-thumbnail {
    height: 70px;
}
@media (max-width: 600px) {
	.hero-wrapper {
	height: 150px;
	}
}
/* Featured image */
.hero-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Breadcrumb */
.breadcrumb {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.5px;
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translate(-50%);
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.9;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .separator {
  margin: 0 10px;
  opacity: 0.7;
}

.breadcrumb .current {
  color: #fff;
  font-weight: 700;
  font-style:underline;
}
@media(max-width:450px) {
	.breadcrumb {
	bottom:10px;
	width:90%;
}
}
.title-inner {
  position: absolute;
  inset: 0;                     /* full overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  pointer-events: none;         /* keeps image links clickable */
}

.title-inner h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
  margin: 0;
  padding: 0 1.5rem;
}

/* ---------- Contact Page ---------- */
.contact-page {
  padding: 80px 0;
}

.contact-header {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.contact-header h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.contact-header p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

/* Content Layout – FLEX */
.contact-content {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Columns */
.contact-left,
.contact-right {
  flex: 1;
}
/*.contact-left {
  flex: 0 0 45%;
}

.contact-right {
  flex: 1;
}*/

/* Left Column */
.contact-image img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
}

.contact-info .info-block {
  margin-bottom: 20px;
}

.contact-info strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-info p,
.contact-info a {
  color: #444;
  text-decoration: none;
  line-height: 1.5;
}
/* Contact info two columns */
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* gap between items */
}

.contact-info .info-block {
  flex: 0 0 48%;  /* two columns */
  display: flex;
  align-items: flex-start; /* icon and text aligned at top */
  gap: 10px;  /* space between icon and text */
  margin-bottom: 20px;
}

.contact-info i {
  color: #a67c52;
  font-size: 1.2rem;
  min-width: 24px; /* keeps alignment consistent */
  margin-top: 4px; /* vertical align with text */
}

.info-text strong {
  display: inline-block; /* icon + label on same line */
  margin-bottom: 5px;
}

.info-text p {
  margin: 0;
  color: #444;
  line-height: 1.5;
	font-size:15px;
}

.info-text a {
  color: #444;
  text-decoration: none;
}


/* Right Column – Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
}

.contact-form button {
  background: #a67c52;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.contact-form button:hover {
  opacity: 0.9;
}

/* Google Map */
.contact-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-content {
    flex-direction: column;
  }

  .contact-header h1 {
    font-size: 2.4rem;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .contact-info .info-block {
    flex: 0 0 100%; /* full width on mobile */
  }
}

/* REQUEST FORM */
/* Request Form Styling */
.request-form {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: inherit;
}

/* Flex row for multiple fields */
/* Three columns top row */
.request-form .form-row.three-columns input, .wpcf7-form input {
	      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  flex: 1 1 33.3% !important;
  min-width: 180px; /* ensures inputs don’t get too small */
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  width: 33.3%;
}
.contact-right .wpcf7-form input, .wpcf7-form textarea {
	      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  flex: 1 1 100% !important;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-bottom:10px;
  width: 100%;
}
/* Dropdown */
.request-form select {
	      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;
}

/* Textarea */
.request-form textarea {
	      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  min-height: 120px;
  resize: vertical;
}

/* Submit button */
.request-form input[type="submit"] {
	      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #a67c52;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.request-form input[type="submit"]:hover {
  opacity: 0.9;
}
.request-form select option:first-child {
  color: #999; /* gray placeholder */
}

/* Responsive */
@media (max-width: 768px) {
  .request-form .form-row {
    flex-direction: column;
  }
}

/* Gallery Layout */
/* ---------- Project Gallery ---------- */
.project-gallery {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: sans-serif;
}

/* Filters wrapper */
.gallery-filters {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/* Desktop buttons */
.filter-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 25px;
  border: 2px solid #a67c52;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  color: #a67c52;
}

.filter-btn:hover,
.filter-btn.active {
  background: #a67c52;
  color: #fff;
}

/* Mobile dropdown */
.filter-dropdown {
  display: none;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 30px;
  border: 2px solid #a67c52;
  color: #a67c52;
  background: #fff;
  min-width: 220px;
}

/* Gallery Grid */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  flex: 1 0 calc(33.333% - 14px);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Overlay Title */
.overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 5px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  font-size: 16px;
  pointer-events: none; /* allow click through to link */

}
/* Force show overlay when filtering kitchen/bathroom */
.overlay-title.force-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.gallery-item:hover .overlay-title {
  opacity: 1;
  transform: translateY(0);
}

/* Hidden items (filtering) */
.gallery-item.hidden {
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-item {
    flex: 1 0 calc(50% - 14px);
  }
}

@media (max-width: 600px) {

  .gallery-item {
    flex: 1 0 100%;
  }

  /* Hide desktop buttons, show dropdown */
  .filter-buttons {
    display: none;
  }

  .filter-dropdown {
    display: block;
  }

  /* Always show overlay on mobile */
  .overlay-title {
    opacity: 1;
    transform: translateY(0);
    font-size: 18px;
  }
}





/* Services Page */
.services-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  color: #333;
  background: #fefefe;
}

/* Header */
.services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.services-header h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
}

.services-header p {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.7;
}

/* Services Grid */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Service Card */
.service-card {
  flex: 1 1 calc(33.333% - 30px);
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Service Icon */
.service-icon {
  margin-bottom: 20px;
}

.service-icon img {
  width: 100%;
  height: auto;
}

/* Service Title */
.service-card h3 {
  color: #a67c52;
  margin-bottom: 15px;
  font-size: 1.6rem;
}

/* Service Description */
.service-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .service-card {
    flex: 1 1 calc(50% - 30px); /* 2 columns */
  }
}

@media (max-width: 600px) {
  .service-card {
    flex: 1 1 100%; /* 1 column */
  }

  .services-header h1 {
    font-size: 2.4rem;
  }
}

/* CF7 Layout */
.cf7-form {
  width: 100%;
}

/* Rows */
.cf7-row {
  margin-bottom: 20px;
}

/* Two-column row */
.cf7-row-2 {
  display: flex;
  gap: 20px;
}

/* Columns */
.cf7-col {
  flex: 1 1 50%;
}

/* Inputs */
.cf7-form input,
.cf7-form select,
.cf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
}

/* Textarea */
.cf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Focus */
.cf7-form input:focus,
.cf7-form select:focus,
.cf7-form textarea:focus {
  outline: none;
  border-color: #a67c52;
}

/* Submit Button */
.cf7-form .wpcf7-submit {
  background: #a67c52;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-form .wpcf7-submit:hover {
  background: #8f623f;
}

/* Mobile */
@media (max-width: 768px) {
  .cf7-row-2 {
    flex-direction: column;
  }
}

/* ---------- Intro ---------- */
.project-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 40px;
  /*text-align: center;*/
  font-family: sans-serif;
}

.project-intro h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.project-intro p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/* ---------- Gallery ---------- */
.project-gallery {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-item {
  position: relative;
  flex: 1 0 calc(33.333% - 16px);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Overlay */
.overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  pointer-events: none;
}

.gallery-item:hover .overlay-title {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.lightbox-img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

/* Arrows */
.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  user-select: none;
  z-index: 1000;
}

.lightbox-arrow.left {
  left: 20px;
}

.lightbox-arrow.right {
  right: 20px;
}

/* Mobile improvements */
@media (max-width: 600px) {
  .lightbox-arrow {
    font-size: 40px;
    padding: 20px;
  }

  .lightbox-close {
    font-size: 36px;
    right: 20px;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .gallery-item {
    flex: 1 0 calc(50% - 16px);
  }
}

@media (max-width: 600px) {
  .gallery-item {
    flex: 1 0 100%;
  }

  .overlay-title {
    opacity: 1;
    transform: translateY(0);
    font-size: 18px;
  }

  .project-intro h1 {
    font-size: 32px;
  }
}



/* ---------- Hero ---------- */
.project-hero {
  position: relative;
  height: 40vh;
  overflow: hidden;
	text-align:center;
}

.project-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  width:100%;
}

.hero-content h1 {
  font-size: 46px;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.6;
}

/* ---------- Project Sections ---------- */
.project-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.project-section.alt {
  background: #f6f6f6;
}

.section-text {
  max-width: 1200px;
  margin-bottom: 30px;
}

.section-text h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.section-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

/* ---------- Section Gallery ---------- */
.section-gallery {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.section-gallery img {
  flex: 1 0 calc(33.333% - 16px);
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.section-gallery img:hover {
  transform: scale(1.05);
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.lightbox-img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  padding: 15px;
}

.lightbox-arrow.left { left: 20px; }
.lightbox-arrow.right { right: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .section-gallery img {
    flex: 1 0 calc(50% - 16px);
  }

  .hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .section-gallery img {
    flex: 1 0 100%;
  }

  .hero-content {
    padding: 25px;
  }

  .hero-content h1 {
    font-size: 30px;
  }
}
/*** Add to home page ***/
.recognition {
  margin-top: 80px;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 24px;
}

.recognition-card {
  background: #fafafa;
  padding: 28px;
  border-left: 4px solid #a67c52;
}

.recognition-card h3 {
  margin-bottom: 12px;
	color:#a67c52;
	font-size:24px;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
}
/*** new service page ***/
.services-new {
  width: 100%;
}

.service-row-new {
  display: flex;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  margin-bottom:20px;
}

.service-row-new.reverse {
  flex-direction: row-reverse;
}

/* IMAGE SIDE */
.service-image-new {
  flex: 1;
  position: relative;
}

.service-image-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TEXT OVERLAY PANEL */
.service-content-new {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  min-width: 280px;
  background: rgba(0, 0, 0, 0.8); /* 90% transparency */
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  color: #fff;
}

/* Position left or right automatically */
.service-row-new .service-content-new {
  right: 0;
}

.service-row-new.reverse .service-content-new {
  left: 0;
}

.service-content-new h2 {
  font-size: 28px;
  margin-bottom: 20px;
	color: #fff;
}

.service-content-new p {
  font-size: 16px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .service-content-new {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .service-row-new,
  .service-row-new.reverse {
    flex-direction: column;
  }

  .service-content-new {
    position: relative;
    width: 100%;
    min-width: 100%;
  }

  .service-image-new {
    height: 350px;
  }
}
.filter-buttons a.filter-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
	font-weight:600;
	 font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	font-size:13px;
}