/*
Theme Name: Dakota-Scott Painting
Theme URI: https://cornflowerblue-hummingbird-881678.hostingersite.com
Author: Dakota-Scott Painting
Description: A custom landing page theme for Dakota-Scott Painting
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dakota-scott-painting
*/
@font-face {
  font-family: 'NexaBoldFont';
  src: url('/wp-content/themes/dakota-scott-painting-final/fonts/NexaBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ImpactCustom';
  src: url('/wp-content/themes/dakota-scott-painting-final/fonts/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
    --primary-color: #218721;
    --accent-color: #021c27;
    --text-color: #fff;
    --light-bg: #f8f9fa;
    --white: #ffffff;
	--secondary-color: #021627;
	--green: #218721;
	--light-grey: #ccd1d3;
	--nav-text: #4d9f4d;
	--green-text: #4d9f4d;
}

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

body {
  /*  font-family: 'Arial', sans-serif;*/
    line-height: 1.4;
    color: var(--text-color) !important;
/* 	font-family: 'FuturaPTLight', 'Helvetica', 'Arial', 'Verdana', sans-serif; */
}

body, h1, h2, h3, h4, h5, h6, p, a, li, span, div, input, textarea, button {
  font-family: 'NexaBoldFont','ImpactCustom', sans-serif;
}
 h1, h2, h3, h4, h5, h6, p, a, li, button{
	letter-spacing: 2px;
}

/* Header Styles */
.site-header {
    background-color: var(--white) !important;
    padding: 1rem 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    padding: 0.5rem 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

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

.site-logo {
    font-size: 1.8rem;
/*     font-weight: 800; */
    color: var(--nav-text);
    text-decoration: none;
    letter-spacing: 2.5px;
    transition: all 0.3s ease;
}

.site-logo:hover {
    color: var(--primary-color);
/*     transform: translateY(-1px); */
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
}

.main-navigation a {
    text-decoration: none;
    color: var(--nav-text);
/*     font-weight: 600; */
    font-size: 1.5rem;
    padding: 0.5rem 0;
    position: relative;
	letter-spacing: 2.5px;
    transition: all 0.3s ease;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.main-navigation a:hover {
    color: var(--primary-color);
}

.main-navigation a:hover::after {
    width: 100%;
}

/* Hamburger Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--primary-color);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .menu-toggle {
        display: block;
    }

    .main-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: var(--white);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 2rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .main-navigation.active {
        display: flex;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 1.2rem;
        width: 100%;
    }

    .main-navigation li {
        width: 100%;
    }

    .main-navigation a {
        width: 100%;
        padding: 0.5rem 0;
    }
}


/* Hero Section */

.hero{
  min-height:100vh;                       
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
  background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
  color:var(--white);
  overflow:hidden;
}

/* 2. CONTENT  */
.hero-content{
  max-width:900px;
  padding:0 2rem;
  padding-top: 100px;
  opacity:0;
  transform:translateY(2rem);
  animation:fadeInUp 1.2s ease forwards;
}

/* 3. HEADLINE & SUBHEAD – fluid type with clamp() */
.hero h1{
  
  line-height:1.25;
  margin-bottom:1.5rem;
/*   font-family: 'Inter', sans-serif; */
/*   font-weight: 800; */
  font-size: clamp(2rem, 5vw + 1rem, 3rem);

  /* shiny text gradient */
/*   background:linear-gradient(90deg,#ffffff 0%,#f0f0f0 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent; */

  text-shadow:2px 2px 4px rgba(0,0,0,0.4);
  letter-spacing:2.5px;
}

.hero p{
/*   font-family: 'Inter', sans-serif; */
/*   font-weight: 500; */
  line-height:1.4;
  color:#fff;
  margin-bottom:2.5rem;
  text-shadow:2px 2px 4px rgba(0,0,0,0.4);
  white-space:normal;                     /* allow wrapping on small screens */
}

/* 4. CALL-TO-ACTION BUTTON – stylish & accessible */
.hero .cta-button{
  --grad-from: var(--primary-color);      /* fall back to brand palette */
  --grad-to:   var(--accent-color);
  position:relative;
  display:inline-block;
  padding:1.2rem 2.8rem;
  font-size:clamp(1rem,1vw+0.8rem,1.2rem);
/*   font-weight:600; */
/* 	font-family: 'Inter', sans-serif; */
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#fff;
  text-decoration:none;

  background:linear-gradient(135deg,var(--grad-from),var(--grad-to));
  border:none;
  border-radius:999px;                    /* perfect pill */
  box-shadow:0 4px 15px rgba(0,0,0,.25);
  overflow:hidden;                        /* hide pseudo-element */

  transition:transform .25s ease,box-shadow .25s ease;
  animation:fadeInUp 1s ease forwards .9s;
}

/* sheen / gloss effect on hover */
.hero .cta-button::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
      120deg,
      rgba(255,255,255,0) 30%,
      rgba(255,255,255,0.35) 50%,
      rgba(255,255,255,0) 70%
  );
  transform:translateX(-100%);
  transition:transform .6s cubic-bezier(.4,.0,.2,1);
}

.hero .cta-button:hover{
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 6px 25px rgba(0,0,0,.35);
}

.hero .cta-button:hover::before{
  transform:translateX(100%);
}

/* focus-visible for keyboard users */
.hero .cta-button:focus-visible{
  outline:3px solid var(--accent-color);
  outline-offset:4px;
}

/* 5. KEYFRAMES */
@keyframes fadeInUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* 6. RESPONSIVE TWEAKS */
@media(max-width:768px){
  .hero{
    padding:4rem 0;
	  background-repeat: no-repeat !important;
	 
 background-position: center  !important;
	  min-height: 50vh !important;
  }
  .hero-content{
    padding:0 1.5rem;
  }
  .hero .cta-button{
    padding:1rem 2.2rem;
  }
}

@media(max-width:1024px){
  .hero{
    padding:4rem 0;
	  background-repeat: no-repeat !important;
 background-position: center  !important;
	  min-height: 50vh !important;
  }
  
}

@media(max-width:480px){
  .hero h1{ letter-spacing: 2px; }
  .hero .cta-button{
    padding:.9rem 1.8rem;
  }
}



/* why choose us */
.why-choose-us-section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 80px 40px;
	background-color: #f9f9f9;
	
    }

    .image-panel {
      flex: 1;
      position: relative;
      min-height: 400px;
      border-radius: 10px;
      overflow: hidden;
	background-position: center center;
    background-size: cover;
    }

    .image-panel::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      z-index: 1;
    }

    .content-panel {
      flex: 1;
      background: white;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      margin-left: -80px; /* Pulls over the image */
      z-index: 2;
      position: relative;
    }

    .content-panel h2 {
      font-size: 32px;
      color: var(--green-text);
    }

    .content-panel p {
      color: #555;
      margin-bottom: 20px;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
    }

    .feature-box {
      flex: 1 1 45%;
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .feature-icon {
      background: var(--green-text);
      color: #fff;
      width: 38px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }

    .feature-text h4 {
      margin: 0;
/*       font-weight: 600; */
      color: var(--green-text);
    }

    .feature-text p {
      margin: 5px 0 0;
      font-size: 18px;
      color: #000;
    }

    @media (max-width: 768px) {
      .why-choose-us-section {
        flex-direction: column;
		  height:auto;
		  padding-left:20px;
		  padding-right:20px;
      }

      .image-panel {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
      }

      .content-panel {
        margin-left: 0;
        width: 100%;
		  padding-left: 20px;
		  padding-right: 20px;
      }
		.content-panel h2 {
			font-size: 26px;}
		
	.features {
    display: block;
		}
		.feature-box {
			margin-bottom: 20px;
		}
    }
@media (max-width: 1024px) {
      .why-choose-us-section {
		  min-height:auto;
      }    
    }



/* about section */
.about-section {
  padding: 40px 60px;
  background-color: #f9f9f9;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.about-image {
  position: relative;
  flex: 1 1 40%;
  text-align: center;
}

.about-image .main-img {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  height: 450px;
}

.circle-img {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

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

.about-content {
  flex: 1 1 50%;
}

.section-tag {
  color: var(--secondary-color);
/*   font-weight: 600; */
  font-size: 16px;
}

.about-content h2 {
  font-size: 32px;
  margin: 10px 0;
  color: var(--green-text);
}
.about-content p {
  font-size: 18px;
  color: #000;
}

.lead {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-content {
    order: 2;
  }

  .about-image {
    order: 1;
	height: auto;
  }
.about-image .main-img  {
	height: auto;
  }
	.about-section {
    padding: 40px 30px;
	}
}


/* Services Section */
.services {
  padding: 5rem 0;
  position: relative;
  background-image:url('images/bgtes3.png');
	
/* 	background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; */
	
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
	background-color: #f9f9f9;
  z-index: -1;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  color: #4d9f4d;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #193218;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
	.services-grid {
 display: block;
}
	
}

.service-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	border-bottom: 10px solid #021627;
}

.service-card img {
  width: 100%;
  height: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card h3 {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: var(--green-text);
}

.service-card p {
  margin-top: 0.5rem;
  color: #000;
  font-size: 1rem;
}

/* Fade-in Animation */
.animate-fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .services {
    padding: 3rem 0;
	  padding-bottom: 20px;
  }

  .service-card {
    padding: 1.5rem;
	  margin-bottom: 20px;
  }

  .service-card h3 {
    font-size: 1.2rem;
  }

  .service-card p {
    font-size: 0.95rem;
  }

  .service-card img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.7rem;
  }

  .service-card {
    padding: 1.2rem;
  }

  .service-card img {
    height: 160px;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }
}


/* Testimonials Section */
.testimonials {
    padding: 6rem 0;
    background: var(--white);
}
.testimonials h2 {
	font-size: 32px;
      color: var(--green-text);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 0 2rem;
}

.testimonial-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.testimonial-card.animate {
    animation: fadeInUp 0.6s ease forwards;
}

.testimonial-card:nth-child(2).animate {
    animation-delay: 0.2s;
}

.testimonial-card:nth-child(3).animate {
    animation-delay: 0.4s;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 5rem;
    color: var(--primary-color);
    opacity: 0.1;
/*     font-family: serif; */
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.stars {
    color: #ffd700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.testimonial-card p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-style: italic;
    color: #000;
}

.testimonial-card cite {
/*     font-weight: 600; */
    color: var(--primary-color);
    font-style: normal;
    display: block;
    margin-top: 1rem;
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-nav button {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-nav button:hover {
    background: var(--accent-color);
    transform: scale(1.1);
}
.client-info{
	color: #000;
	font-size: 18px;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
	.testimonial-grid{
		display:block;
		padding-left: 10px;
    padding-right: 10px;
	}
	.testimonial-card.animate{
		margin-bottom: 20px;
	}
}
/* contact form */

 .contact {
    
	 padding-top: 10px;
	 padding-bottom: 4rem;
	 padding-left:0px;
	 padding-right:0px;
    background: var(--light-bg);
}

.contact h2 {
    margin-bottom: 3rem;
	font-size: 32px;
    color: #195513;
	text-align: center;
}

.contact-form {
    max-width: 700px;
    margin: 0 auto;
    background: var(--white);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, var(--accent-color), var(--primary-color));
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.contact-form-container {
  flex: 1 1 50%;
  min-width: 300px;
	
}

.contact-image {
  flex: 1 1 40%;
  min-width: 300px;
  align-items: center;
  justify-content: center;
	height: 250px;
	margin-top:100px;
}

.contact-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .contact-image{
		height: auto;
    margin-top: 0px;
	}
}


/* Footer */
.site-footer {
    background: #fff !important;
    color:var(--green-text);
    padding: 1rem 0 0rem;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, var(--accent-color), var(--primary-color));
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

/* Left column */
.footer-left {
    flex: 1 1 60%;
}

.footer-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-branding img {
    max-height: 100px;
    width: auto;
}

.footer-branding h3 {
    font-size: 1.8rem;
    color: var(--green-text);
    margin: 0;
}

.footer-info {
	margin-top: 10px !important;
}
.footer-info p {
    margin: 0.3rem 0;
    font-size:0.95rem;
    color: var(--green-text);
}

.footer-info .slogan {
/*     font-style: italic; */
/*     font-weight: 500; */
    color: var(--green-text);
}

/* Right column */
.footer-social {
    flex: 1 1 35%;
    text-align: right;
}

.footer-social h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--white);
}
.footer-bottom {
    max-width: 1400px;
    margin: 10px;
    padding: 1rem 0rem 0;
    border-top: 1px solid #021627;
    text-align: center;
}

.footer-bottom p {
    color: var(--green-text);
    font-size: 0.8rem;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.social-icons a {
    color: var(--white);
    font-size: 1.8rem;
    opacity: 0.9;
    transition: 0.3s ease;
}

.social-icons a:hover {
    opacity: 1;
    transform: translateY(-3px);
}
.site-logo-mobile{
	display: none;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    
    .hero p {
        font-size: 1.4rem;
        white-space: normal;
    }
    
    .testimonial-grid {
		display: block;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
	

    .site-header {
        padding: 1rem 0;
		transition: none;
    }
    
    .header-container {
        padding: 0 1rem;
    }
    
    .site-logo {
        font-size: 1.5rem;
    }
    
    .main-navigation {
        display: none;
    }
    
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form {
        padding: 2rem;
    }
    
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group input[type="text"]#zip {
        height: 50px;
        font-size: 1.1rem;
    }
    
    .hero h1 {
        font-size: 1.3rem;
        line-height: 1.5;
		padding-top: 100px;
    }
    
    .hero p {
        font-size: 1.2rem;
    }
	
	    .footer-branding h3 {
        font-size: 1.2rem;
    }
	.footer-social, .footer-info {
		text-align: center;
	}
	.social-icons{
		justify-content: center;
	}
	
	 .footer-branding h3 {
    display: none;
  }

  .footer-branding img {
    display: block;
    margin: 0 auto;
  }
}

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* Add animation classes */
.animate-fade-in {
    animation: fadeInUp 1s ease forwards;
}

.animate-slide-in {
    animation: slideIn 1s ease forwards;
}

/* Testimonials Section */
.testimonial-card .rating {
    color: #FFD700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.testimonial-card .rating i {
    margin-right: 2px;
} 

