/* About Page Alignment and Layout Fixes */

/* First section - image and intro text */
.about-style-four-area .row {
  align-items: center;
}

.about-style-four-area .thumb {
  margin-bottom: 30px;
}

.about-style-four-area .thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Content section spacing */
.about-style-three h4.sub-heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #0075c1;
  font-weight: 600;
}

.about-style-three h2.heading {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.3;
}

.about-style-three p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-style-three ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.about-style-three ul li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}

.about-style-three ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #0075c1;
  font-weight: 900;
}

/* Additional content section */
.about-page-content h3 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1a2b48;
  font-weight: 700;
}

.about-page-content h3:first-child {
  margin-top: 0;
}

.about-page-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-page-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.about-page-content ul li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  line-height: 1.8;
}

.about-page-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #0075c1;
  font-weight: 900;
  top: 12px;
}

.about-page-content ul li strong {
  color: #1a2b48;
  font-weight: 700;
}

/* Button section */
.about-page-content .text-center {
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-page-content .btn-primary-standard,
.about-page-content .btn-outline-standard,
.about-page-content .free-estimate-btn {
  display: inline-block;
  margin: 10px;
  font-size: 14px !important;
  padding: 10px 20px !important;
}

/* Mobile responsiveness */
@media (max-width: 991px) {
  .about-style-four-area .thumb {
    margin-bottom: 40px;
  }

  .about-style-three h2.heading {
    font-size: 28px;
  }

  .about-page-content h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-style-three h2.heading {
    font-size: 24px;
  }

  .about-page-content .btn-primary-standard,
  .about-page-content .btn-outline-standard {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
