/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

h2,
.h2 {
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
}

.htc__btn,
.htc__btn--transparent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  min-height: 2.5rem;
  height: auto;
  padding: 0.625rem 1rem;
}

.blog__btn a,
.about__btn a,
.service__action a,
.build__btn .htc__btn,
.bl__comnt__btn a.htc__btn,
.contact-btn .htc__btn,
.clint__submit__btn a {
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
}

.blog__btn a,
.about__btn a,
.service__action a {
  display: inline-flex;
  align-items: center;
}

.service__action a {
  padding: 0.5rem 0.875rem;
}

.home-service-thumb {
  overflow: hidden;
}

.home-service-card {
  margin-bottom: 1.75rem;
}

.home-services-heading p {
  width: 57%;
  margin: 1.3125rem auto 1.5rem;
  text-align: center;
}

.home-service-hover {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.875rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(31, 45, 48, 0.08) 8%, rgba(31, 45, 48, 0.86) 100%);
}

.home-service-hover::before {
  display: none;
}

.home-service-title h2 {
  margin: 0;
  font-size: 0.95rem !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.home-service-title a {
  color: #ffffff;
  display: inline-block;
}

.home-service-action {
  position: static;
  transform: none;
  width: auto;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.home-service-action a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
}

.home-service-thumb:hover .home-service-hover,
.home-service-card:hover .home-service-hover {
  background: linear-gradient(180deg, rgba(31, 45, 48, 0.14) 0%, rgba(31, 45, 48, 0.94) 100%);
}

.home-service-thumb:hover .home-service-action,
.home-service-card:hover .home-service-action {
  opacity: 1;
  visibility: visible;
}

.blog__btn a i {
  padding-left: 0.375rem;
}

.contact-page-card {
  background: #fafafa;
  border: 1px solid #ece7db;
  padding: 1.5rem;
  border-radius: 0.75rem;
  height: 100%;
}

.contact-page-card h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.project-list-card {
  margin-bottom: 1.75rem;
  background: #ffffff;
}

.project-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.875rem;
}

.project-list-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.625rem;
  background: #f5f2e8;
  color: #1f2d30;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.project-list-details {
  padding-top: 0.875rem;
}

.project-list-details h3 {
  margin: 0 0 0.625rem;
  font-size: 0.95rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.project-list-details h3 a {
  color: #1f2d30;
}

.project-list-details p {
  margin: 0 0 0.75rem;
  color: #606060;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.project-list-facts {
  display: grid;
  gap: 0.375rem;
}

.project-list-facts li {
  color: #606060;
  font-size: 0.75rem;
  line-height: 1.45;
}

.project-list-facts strong {
  color: #1f2d30;
}

.project-list-card--featured .project-list-details h3 {
  font-size: 1.05rem;
}

.post-article-page {
  background: linear-gradient(180deg, #f8f6f1 0%, #ffffff 18rem);
}

.post-article-main {
  padding-right: 1.25rem;
}

.post-article-card {
  background: #ffffff;
  border: 1px solid #ece7db;
  box-shadow: 0 1.25rem 3rem rgba(31, 45, 48, 0.08);
}

.post-article-hero {
  position: relative;
  overflow: hidden;
}

.post-article-hero img {
  display: block;
  width: 100%;
}

.post-article-body {
  padding: 1.75rem 1.75rem 1.5rem;
}

.post-article-body h2 {
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem;
  text-transform: none !important;
}

.post-article-date {
  margin-bottom: 1rem;
  color: #6d6d6d;
  font-size: 0.75rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.post-page-hero-title,
.post-sidebar-card .sidebar__title {
  text-transform: none !important;
}

.post-article-copy p {
  color: #4f4f4f;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.post-article-copy p + p {
  margin-top: 1rem;
}

.post-article-share {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ece7db;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.post-article-share span {
  color: #1f2d30;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-article-share .bl__post__link {
  display: flex;
  gap: 0.625rem;
}

.post-article-share .bl__post__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #d9d0bc;
  color: #1f2d30;
  background: #faf7ef;
}

.post-article-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 0 1.75rem 1.75rem;
}

.post-article-nav li {
  flex: 1 1 0;
}

.post-article-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.875rem 1rem;
  background: #faf7ef;
  border: 1px solid #ece7db;
  color: #1f2d30;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.3;
}

.post-page-sidebar {
  display: grid;
  gap: 1.25rem;
}

.post-sidebar-card {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid #ece7db;
  background: #faf7ef;
}

.post-sidebar-card .sidebar__title {
  margin-bottom: 1rem;
}

.post-sidebar-entry + .post-sidebar-entry {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5dcc8;
}

.post-sidebar-entry .post__thumb img {
  border-radius: 0.5rem;
}

.post-sidebar-date {
  margin-top: 0.625rem;
  color: #6d6d6d;
  font-size: 0.75rem;
  line-height: 1.4;
}

.post-sidebar-entry .post__details h4 {
  font-size: 0.625rem !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.post-sidebar-cta {
  background: linear-gradient(180deg, rgba(31, 45, 48, 0.96) 0%, rgba(20, 29, 31, 0.96) 100%);
  border-color: transparent;
}

.post-sidebar-cta .build__dream__inner h2,
.post-sidebar-cta .build__dream__inner p {
  color: #ffffff;
}

.post-sidebar-cta .build__dream__inner p {
  margin: 0.75rem 0 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .post-article-main {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .post-article-body {
    padding: 1.25rem 1rem 1rem;
  }

  .post-article-share,
  .post-article-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .post-article-nav {
    padding: 0 1rem 1rem;
  }
}

.contact-page-list {
  display: grid;
  gap: 0.875rem;
}

.contact-page-list li {
  color: #606060;
  line-height: 1.6;
}

.contact-page-list strong {
  color: #1f2d30;
}

.form-messege {
  display: none;
  margin-top: 1rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.form-messege.success,
.form-messege.error {
  display: block;
}

.form-messege.success {
  background: #eef8f1;
  color: #1f7a42;
  border: 1px solid #bdd8c4;
}

.form-messege.error {
  background: #fff2f0;
  color: #a13c30;
  border: 1px solid #e6b7ae;
}

#quotation-form button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.single__cl__form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url("../images/icons/select-option.png") no-repeat right 1rem center / 0.625rem 0.375rem;
  border: 1px solid #f3f3f3;
  color: #141414;
  float: left;
  font-size: 0.75rem;
  height: 3rem;
  padding: 0 2.25rem 0 1.25rem;
  width: 47%;
}

.single__cl__form select:invalid {
  color: #666666;
}

.single__cl__form select + input,
.single__cl__form input + select {
  margin-left: 6%;
}

@media (max-width: 767px) {
  .single__cl__form select {
    width: 100%;
    margin-top: 1.25rem;
  }

  .single__cl__form input + select {
    margin-left: 0;
  }
}

.testimonial__thumb {
  flex: 0 0 5rem;
  width: 5rem;
  min-width: 5rem !important;
  margin-right: 1.25rem;
}

.testimonial__thumb img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fcc236;
}

.section__title h2.title__line,
.htc__testimonial__left h2.title__line,
.title__line--3,
.title__line--4,
.title__line--5 {
  font-size: 1.0625rem !important;
  line-height: 1.35 !important;
}

.bradcaump__inner h2.bradcaump-title {
  font-size: 1.5rem !important;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 767px) {
  .bradcaump__inner h2.bradcaump-title {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    max-width: 100%;
  }

  .section__title h2.title__line,
  .htc__testimonial__left h2.title__line,
  .title__line--3,
  .title__line--4,
  .title__line--5 {
    font-size: 1.0625rem !important;
    line-height: 1.35 !important;
  }

  .service__details h2,
  .blog__details h2,
  .post__details h4 {
    font-size: 0.75rem !important;
    line-height: 1.35 !important;
  }
}
