:root {
  --primary-color: #81a969;
  --secondary-color: #4a4843;
  --text-color: #000000;
  --light-bg: #f8f8f7;
  --white: #ffffff;
}
body {
  font-size: 18px;
  font-family: "sofia-pro-light";
  color: var(--text-color);
}

.path-user .temphalla-header {
  display: none;
}

/* #block-temphalla-socialmedia {
  text-align: right;
} */

#block-temphalla-socialmedia a {
  text-decoration: none;
}

.img-border-radius {
  border-radius: 5px;
}

.font-primary {
  color: var(--primary-color);
}
.font-primary:hover {
  color: var(--primary-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mulish-bold";
}
/*Button----*/
.custom-block-links,
.custom-blocks-link {
  background-color: var(--primary-color) !important;
  text-decoration: none !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border: 2px solid var(--primary-color);
  line-height: 1.2 !important;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px !important;
  transition: all 0.3s ease;
}
.custom-block-links:hover,
.custom-blocks-link:hover {
  text-decoration: none;
  background-color: var(--white) !important;
  color: var(--primary-color) !important;
  border: 2px solid var(--primary-color) !important;
}

/*others----*/
.section-426-4566-outer-wrapper,
.section-470-4678-outer-wrapper,
.section-470-4676-outer-wrapper {
  background-size: cover !important;
}

.section-426-4566-inner-wrapper,
.section-426-4583-inner-wrapper,
.section-426-4606-inner-wrapper,
.section-426-4623-inner-wrapper,
.blog-481-4646-container-wrapper,
.section-470-4513-inner-wrapper,
.section-470-4676-inner-wrapper,
.section-470-4678-inner-wrapper {
  background-color: transparent !important;
}

/*responsive for 1366 width*/
@media (max-width: 1366px) {
  .temphalla-main-menu #block-temphalla-main-menu ul li a {
    font-size: 15px !important;
  }

  .temphalla-main-menu #block-temphalla-main-menu ul li {
    padding-left: 18px !important;
  }

  #navbarSupportedContent {
    justify-content: end;
  }

  .typing-banner-title {
    font-size: 58px !important;
  }

  /* test */
  .layout-22-4-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 110px;
  }
}

/*home features*/
.feature-box {
  text-align: center;
  margin-bottom: 30px;
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 2rem;
}
.timeline-bg {
  background-image: url(../images/timeline-line.png);
  background-repeat: repeat-y;
  width: 30px;
  margin: 0px 20px;
}
.flex-1 {
  flex: 1;
}

.unit-specs {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.desktop-view-class {
  display: block;
}
.mobile-view-class {
  display: none;
}
.blog-529-5443-image-wrapper img{
  width: 100%;
}
