.about-area {
  background: linear-gradient(135deg, #f9fafc 0%, #eef3f8 100%);
}

.about-left {
  position: relative;
}

.about-img-wrapper img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-experience {
  position: absolute;
  bottom: -25px;
  left: 25px;
  background: #0d6efd;
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about-experience h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1;
}

.about-experience-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-form {
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.hero-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.hero-form .form-control {
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

.hero-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.btn.hover-scale {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.btn.hover-scale:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3);
}

@media (max-width: 992px) {
  .about-experience {
    bottom: -15px;
    left: 15px;
    padding: 10px 20px;
  }
  .hero-form {
    margin-top: 40px;
  }
}

.service-area .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

 .comparison-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      border: 0px solid blue;
      border-radius: 1px;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
    }
    .comparison-container img {
      display: block;
      width: 100%;
    }
    .comparison-resize {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      overflow: hidden;
    }
    .comparison-resize img {
      height: 100%;
      object-fit: cover;
    }
    .comparison-handle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      background: #66bb6a;
      cursor: ew-resize;
      z-index: 10;
    }
    .comparison-handle::before {
      content: '⇄';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1rem;
      background: #66bb6a;
      color: #000;
      padding: 7px 12px;
      border-radius: 50%;
      box-shadow: 0 0 35px rgba(0,0,0,0.5);
    }
     .hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-scale:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  .features-area {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  }

       .process-section {
      background-color: #052f61;
      color: #fff;
      overflow: hidden;margin-bottom:40px;
    }

    .image-side {
      background-image: url('../img/orlando-painting-company-hero-home-1920w.webp');
      background-size: cover;
      background-position: center;
      min-height: 100%;
    }

    .content-side {
      padding: 80px 80px 80px 60px; /* top right bottom left */
    }

    /* Add spacing between image and text */
    .row.g-0 > [class*='col-']:first-child {
      padding-right: 40px;
    }

    .content-side h6 {
      color: #00b4ff;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
    }

    .content-side h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .content-side p {
      color: #d9e2ef;
      margin-bottom: 15px;
      line-height: 1.6;
    }

    .content-side p strong {
      color: #00b4ff;
    }

    .btn-custom {
      background-color: #00b4ff;
      border: none;
      color: #fff;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 500;
    }

    .btn-custom:hover {
      background-color: #0099e6;
    }

    @media (max-width: 991px) {
      .image-side {
        min-height: 300px;
      }
      .row.g-0 > [class*='col-']:first-child {
        padding-right: 0;
      }
      .content-side {
        padding: 50px 30px;
      }
    }

    @media (max-width: 768px) {
      .testimonial-card {
        padding: 30px 20px;
      }
    }

    .star-icon {
      font-size: 20px;
      color: gold;
      margin-bottom: 20px;
      display: inline-block;
    }
      .testimonials {
      column-count: 3;
      column-gap: 20px;
    }

    .testimonial {
      background: white;
      margin-bottom: 20px;
      padding: 20px;
      border-radius: 8px;
      display: inline-block;
      width: 100%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .testimonial:hover {
      transform: scale(1.02);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .testimonial img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 10px;
    }

    .stars {
      color: gold;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    .text {
      font-size: 0.95rem;
      margin-bottom: 20px;
      color: #333;
    }

    .name {
      text-align: right;
      font-weight: bold;
      font-size: 0.9rem;
      color: #666;
    }

    @media (max-width: 1024px) {
      .testimonials {
        column-count: 2;
      }
    }

    @media (max-width: 600px) {
      .testimonials {
        column-count: 1;
      }
    }

    .services-section {
  background: #f9fbfd;
  padding: 80px 0;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0b2545;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1rem;
  margin-top: 10px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: left;
  height: 100%;
}

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

.service-icon {
  font-size: 2rem;
  color: #004aad;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 1.25rem;
  color: #0b2545;
  margin-bottom: 8px;
  font-weight: 600;
}

.service-card p {
  color: #5a6a85;
  font-size: 0.95rem;
  line-height: 1.6;
}
/* === SECTION BACKGROUND & LAYOUT === */
.why-choose-section {
  background: linear-gradient(135deg, #f8fbff 0%, #e8f1ff 100%);
  position: relative;
  color: #333;
  overflow: hidden;
}

/* Floating sparkles background */
.floating-bg::before,
.floating-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 123, 255, 0.1);
  animation: float 8s infinite ease-in-out;
}

.floating-bg::before {
  width: 200px;
  height: 200px;
  top: 10%;
  left: -50px;
}

.floating-bg::after {
  width: 300px;
  height: 300px;
  bottom: -50px;
  right: -100px;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); opacity: 0.7; }
  50% { transform: translateY(-30px); opacity: 1; }
}

/* Section titles */
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0c2233;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #555;
}

/* === FEATURE CARDS === */
.feature-item1 {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.feature-item1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-item1 h4 {
  color: #0c2233;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-item1 p {
  color: #555;
  margin-bottom: 0;
}

/* Icon styling */
.icon-box {
  background: linear-gradient(135deg, #007bff 0%, #0062cc 100%);
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.icon-box i {
  font-size: 22px;
}

/* Image and badge */
.why-choose-image img {
  border-radius: 12px;
  object-fit: cover;
}

.experience-badge {
  background: #007bff;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Spacing & Separation between sections */
section {
  margin-bottom: 80px; /* default spacing for all sections */
}

.cta-painting-orlando {
  position: relative;
  background: url('../img/about/bg.png') center center / cover no-repeat;
  padding: 100px 0;
  margin-top: 80px; /* space above */
  margin-bottom: 80px; /* space below */
  overflow: hidden;
  color: #ffffff;
  border-top: 5px solid #ff6600; /* optional stylish separator line */
  border-bottom: 5px solid #ff6600;
}

.cta-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* Add smooth fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  animation: fadeInUp 1s ease-in-out;
}

.cta-text {
  flex: 1 1 50%;
  max-width: 600px;
  margin-bottom: 20px;
}

.cta-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 700;
}

.cta-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #e0e0e0;
}

.cta-buttons {
  flex: 1 1 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

.btn-cta {
  text-decoration: none;
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-cta-primary {
  background-color: #ff6600;
  color: #fff;
  border: 2px solid #ff6600;
}
.btn-cta-primary:hover {
  background-color: #e65500;
  color: #fff;
  border-color: #e65500;
  transform: translateY(-3px);
}

.btn-cta-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-cta-secondary:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
  }
  .cta-buttons {
    justify-content: center;
  }
}


.partner-logos {
  background: #f9f9f9;
  text-align: center;
  padding: 70px 20px;
  position: relative;
}

.partner-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.partner-subtitle {
  font-size: 1.05rem;
  color: #666;
  margin-bottom: 50px;
}

.logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.logo-item {
  flex: 1 1 120px;
  max-width: 180px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.logo-item img {
  height: 90px; /* uniform height */
  width: auto;
  object-fit: contain;
  filter: grayscale(30%);
  transition: all 0.4s ease;
}

.logo-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* subtle separator line on top */
.partner-logos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #ff6600, #ff9900);
  border-radius: 2px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .logo-item img {
    height: 70px;
  }
  .logos-wrapper {
    gap: 25px;
  }
}


/* Residential Services */

.hero-section-resi {
  position: relative;
  padding: 120px 0 100px;
  color: #fff;
  text-align: center;
  background-color: #002b45;
}
.hero-section-resi .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.breadcrumb-nav {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  color: #ddd;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li a {
  color: #ffd166;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb li a:hover {
  color: #fff;
}
.breadcrumb li::after {
  content: "›";
  margin: 0 8px;
  color: #aaa;
}
.breadcrumb li:last-child::after {
  content: "";
}
.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  animation: slideUp 1.2s ease forwards;
  opacity: 0;
}
.hero-subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  color: #f1f1f1;
  animation: fadeIn 1.5s ease forwards;
  opacity: 0;
}
.btn-primary, .btn-outline {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 5px;
}
.btn-primary {
  background: #ff7a00;
  color: #fff;
}
.btn-primary:hover {
  background: #ff5600;
  transform: translateY(-3px);
}
.btn-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline:hover {
  background: #fff;
  color: #002b45;
  transform: translateY(-3px);
}

/* --- Animations --- */
@keyframes slideUp {
  0% { transform: translateY(40px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes rise {
  0% { transform: translateY(60px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.animate-slide { animation: slideUp 1.2s ease forwards; }
.animate-fade { animation: fadeIn 1.5s ease forwards; }
.animate-rise { animation: rise 1.7s ease forwards; }

.why-choose h4 i {
  color: #ff7a00;
  margin-right: 8px;
}
.why-choose ul li {
  font-size: 16px;
  line-height: 1.8;
}
.why-choose .btn {
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.why-choose .btn-primary:hover {
  background: #ff5600;
  transform: translateY(-3px);
}
.why-choose .btn-outline-dark:hover {
  background: #ff7a00;
  color: #fff;
  border-color: #ff7a00;
  transform: translateY(-3px);
}
.best-painters-section .text-primary {
  color: #ff6a00 !important;
}
.features-list {
  list-style: none;
  padding-left: 0;
}
.features-list li {
  font-size: 1.05rem;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
}
.features-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.1rem;
  color: #ff6a00;
}
.best-painters-section .btn-primary {
  background-color: #ff6a00;
  border: none;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s ease;
}
.best-painters-section .btn-primary:hover {
  background-color: #e45d00;
  transform: translateY(-3px);
}
.best-painters-section .btn-outline-dark {
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}
.best-painters-section .btn-outline-dark:hover {
  background-color: #ff6a00;
  color: #fff;
  border-color: #ff6a00;
  transform: translateY(-3px);
}

.painting-process {
  background: #fff;
}
.painting-process .text-primary {
  color: #ff6a00 !important;
}
.process-card {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.process-card .icon i {
  color: #ff6a00;
}


/* Custom delays beyond 5s for sequential animation */
  .delay-1 { animation-delay: 0.5s; }
  .delay-2 { animation-delay: 1s; }
  .delay-3 { animation-delay: 1.5s; }
  .delay-4 { animation-delay: 2s; }
  .delay-5 { animation-delay: 2.5s; }
  .delay-6 { animation-delay: 3s; }
  .delay-7 { animation-delay: 3.5s; }
  .delay-8 { animation-delay: 4s; }
  .delay-9 { animation-delay: 4.5s; }
  .delay-10 { animation-delay: 5s; }
/* General */
.section-title { font-size: 2rem; font-weight: 700; color: #0b2b45; }
.section-subtitle { color: #556; font-size: 1rem; }

/* Process Row */
.process-card { background: #fff; border-radius: 12px; border: 1px solid #eef3f7; box-shadow: 0 6px 18px rgba(9,30,63,0.06); transition: transform .28s ease, box-shadow .28s ease; }
.process-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(9,30,63,0.08); }

/* Icon circle */
.process-icon .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg,#007bff 0%,#0062cc 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,123,255,0.2);
}
.process-icon i { font-size: 1.25rem; }

/* Titles and descriptions */
.process-title { font-size: 1.05rem; font-weight: 600; color: #0b2b45; margin-top: 12px; }
.process-desc { color: #556; font-size: 0.95rem; margin-top: 8px; line-height: 1.5; }

/* Detail boxes */
.detail-box { background: #f8fbff; border-radius: 10px; border: 1px solid #e6f0fb; }
.detail-title { font-size: 1rem; font-weight: 600; color: #0b2b45; }
.detail-desc { color: #556; font-size: 0.95rem; line-height: 1.5; }

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .process-icon .circle { width: 58px; height: 58px; }
  .process-title { font-size: 1rem; }
  .process-desc { font-size: 0.95rem; }
}
/* Residential SErvices */


/** Roof painting**/


.hero-section_roof {
  position: relative;
  background: url('../img/service/roof-coating.jpg') no-repeat center center/cover;
  color: white;
  padding: 120px 0;
}
.hero-section_roof::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
}
.hero-section_roof .container {
  position: relative;
  z-index: 2;
}
.hero-section_roof h1 {
  font-size: 2.8rem;
  font-weight: 700;color:white;
}
.hero-section_roof p {
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto;
}

.process-step {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  transition: all 0.3s;
}
.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.section-heading { color: #00348a; font-weight: 700; margin-bottom: 20px; }
/*** Toof Painting Ends**/

/*** Quote Page ****/
 .hero-quote {
  background: url('../img/service/Exterior painting-orlando.jpg') no-repeat center center/cover;
  position: relative; color: white; padding: 100px 0;
}
.hero-quote::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.hero-quote .container {position: relative; z-index: 2;}
.hero-quote h1 {font-size: 2.7rem; font-weight: 700;}
.form-box {
  background: #fff; padding: 30px; border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.form-box input, .form-box textarea {border-radius: 6px;}
.trust-section {background: #00348a; color: white;}
.benefit-box {background: #f8f9fa; border-radius: 10px; padding: 20px; transition: .3s;}
.benefit-box:hover {transform: translateY(-5px);}
/****** Quote Page **********/