@charset "utf-8";
/* CSS Document */
h1 {
  font-size: 2.5rem; /* or whatever your base size is */
  line-height: 1.2;
}
.about-body-wrapper {
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
}

.hero-about {
  background: url('/Dan/images/') center center/cover no-repeat;
  position: relative;
  padding: 9rem 1rem;
  color: white;
  text-align: left;
}
.hero-about .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(1.5px);
  z-index: 1;
}
.hero-about .container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-about  h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  margin-bottom: 1.5rem;
}
.hero-about p {
  font-size: 1.6rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  margin-bottom: 2.5rem;
}


.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.hero-subline {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #fff;
}

.hero-subline a.hero-phone {
  color: #ff6b00;
  font-weight: bold;
  text-decoration: none;
}

.hero-subline a.hero-phone:hover {
  color: #d65921;
  text-decoration: underline;
}

/* === ABOUT PAGE CORE STYLES === */
/* === MEET OWNER SECTION === */
.meet-owner-section {
  padding: 5rem 1.5rem;
}

.owner-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.owner-text {
  flex: 1 1 55%;
  font-size: 1.1rem;
  color: #333;
  text-align: center;
}

.owner-header {
  max-width: 350px;
  
}
.owner-text h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1.5rem;
  border-bottom: 6px solid #ff6b00;
  padding-bottom: 0.4rem;
  display: inline-block;
}

.owner-text p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  text-align: left;
}

.owner-image {
  flex: 1 1 40%;
  text-align: center;
}

.owner-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border: 4px solid #ddd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* === MOBILE FIXES === */
@media (max-width: 900px) {
  .owner-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }

  .owner-text, .owner-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .owner-text h2 {
    text-align: center;
  }
}

/* === WHY GLEATON SECTION === */
.why-gleaton-section {
  padding: 0rem 1rem;
}

.why-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.why-intro h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 0.5rem;
}

.orange-underline {
  width: 400px;
  height: 5px;
  background-color: #ff6b00;
  margin: 1rem auto 2rem;
}

.why-intro p {
  font-size: 1.1rem;
  color: #555;
  max-width: 720px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.why-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.why-card {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), inset 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 2rem 1.5rem;
  max-width: 270px;
  text-align: center;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-card:hover {
  transform: translateY(-5px);
}

.why-icon {
  width: 60px;
  margin-bottom: 1rem;
}

.why-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #111;
}

.why-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* === Responsive Cleanup === */
@media (max-width: 768px) {
  .why-card-grid {
    flex-direction: column;
    align-items: center;
  }

  .why-intro h2 {
    font-size: 2rem;
  }

  .why-intro p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .orange-underline {
    width: 80%;
  }

  .why-icon {
    width: 50px;
    margin-bottom: 0.75rem;
  }

  .why-card {
    max-width: 100%;
  }
}
/* === Testimonial Section === */
.google-reviews {
  padding: 5rem 1rem;
}

.review-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.reviews-title {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
  color: #111;
}

/* Layout Container */
.testimonial-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrow Buttons */
.slider-btn {
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  background-color: #ff6b00;
  color: white; 
  border: none; 
  font-size: 2rem; 
  padding: 0.5rem 1.2rem; 
  cursor: pointer; 
  z-index: 2;
  transition: background 0.3s ease; 
}

.slider-btn:hover {
  background-color: #d86f01;
}

.prev-slide {
  left: -3rem;
}

.next-slide {
  right: -3rem; 
}

/* By default, hide the navigation meant for mobile */
.slider-nav {
  display: none;
}

/* Frame limits visible area */
.slider-frame {
  overflow: hidden; 
  width: 100%; 
}

/* Track holds cards inline */
.slider-track {
  display: flex; 
  gap: 2rem;
  transition: transform 0.5s ease-in-out; 
  padding: 0 1rem; 
}

/* Review Cards */
.review-box {
  flex: 0 0 calc(50% - 1rem); 
  background-color: #fff; 
  border: 3px solid #ff6b00;
  padding: 2rem; 
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); 
  position: relative; 
  display: flex; 
  flex-direction: column; 
  justify-content: space-between;
  font-size: 1.1rem; 
  font-weight: 500; 
  color: #111; 
  text-align: left;
  box-sizing: border-box;
}

.review-box .stars {
  font-size: 1.2rem; 
  color: #ff6b00; 
  font-weight: bold;
  margin-bottom: 1rem; 
}

.review-box strong {
  display: block;
  margin-top: 1rem;
  font-weight: 800;
  color: #333;
}

.review-box .google-logo {
  position: absolute;
  top: 1rem; 
  right: 1rem; 
  width: 60px; 
  height: auto;
  opacity: 0.9;
}

/* Mobile: 1 card per view and updated arrow styles */
@media (max-width: 768px) {
  /* HIDE the original side-arrows */
  .testimonial-slider > .slider-btn {
    display: none;
  }

  /* SHOW and style the new navigation container for the bottom arrows */
  .slider-nav {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
  }
  
  /* Reset the positioning for the buttons inside the mobile nav container */
  .slider-nav .slider-btn {
    position: static;
    transform: none;
    display: inline-block;
    margin: 0 0.5rem;
  }
  
  .review-box {
    flex: 0 0 100%; 
  }

  .slider-track {
    gap: 1rem;
    padding: 0; 
  }
}

.final-cta-block {
  background: linear-gradient(to bottom, #d8d8d8, #b8b8b8);
  padding: 6rem 1.5rem;
  text-align: center;
  color: #111;
  border-top: 6px solid #ff6b00;
  border-bottom: 6px solid #ff6b00;
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.05);
}


.cta-inner {
  max-width: 900px;
  margin: 0 auto;
}


.final-cta-block h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #111;
  text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}


.final-cta-block p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.7;
}



.final-cta-block p em {
  display: block;
  margin-top: 1.25rem;
  color: #555;
  font-style: italic;
  font-size: 1rem;
}


@media (max-width: 768px) {
  .final-cta-block h2 {
    font-size: 2rem;
  }


  .final-cta-block p {
    font-size: 1.05rem;
  }


  .btn-clean {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}


@media (max-width: 768px) {
  .final-cta-block h2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .final-cta-block p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .cta-inner {
    padding: 0 1rem;
  }

  .btn-primary {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 389px) {
  .final-cta-block .btn-primary {
    font-size: 0.9rem;
    padding: 0.85rem 1rem;
    letter-spacing: 0.25px;
    white-space: normal; /* allow wrapping gracefully */
    line-height: 1.3;
  }
}

@media (max-width: 374px) {
  .final-cta-block .btn-primary {
    font-size: 0.85rem;
    padding: 0.75rem 0.9rem;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 354px) {
  .final-cta-block .btn-primary {
    font-size: 0.8rem;
    padding: 0.7rem 0.75rem;
    line-height: 1.2;
    letter-spacing: 0.15px;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    width: 100%;
  }
}

.review-date {
  font-size: 0.9rem;
  color: #fff;
  margin: 2.5rem auto 1rem auto; /* increased top margin for spacing */
  text-align: center;
}

.review-cta {
  text-align: center;
  margin-top: 1rem;
}

.review-cta a {
  font-size: 1.15rem; /* larger text */
  font-weight: 700;   /* bold */
  color: #ff6b00;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.review-cta a:hover {
  border-bottom-color: #ff6b00;
}