
#hero-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero-4 .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
#hero-4 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-4 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#portfolio-4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-4 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-4 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-4 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-4 .masonry-portfolio-grid {
  column-count: 3;
  column-gap: 15px;
}
#portfolio-4 .masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  break-inside: avoid-column;
  transition: box-shadow 0.3s ease;
}
#portfolio-4 .masonry-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#portfolio-4 .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
#portfolio-4 .masonry-item:hover img {
  transform: scale(1.03);
}
#portfolio-4 .masonry-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 20px 15px 15px 15px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#portfolio-4 .masonry-item:hover .masonry-item-overlay {
  opacity: 1;
  transform: translateY(0);
}
#portfolio-4 .masonry-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 3px;
}
#portfolio-4 .masonry-item-category {
  font-size: 0.8rem;
  font-weight: 300;
  opacity: 0.8;
}
@media (max-width: 575.98px) {
}



#text-block-27 {
  color: var(--text-color, #343a40);
}
#text-block-27 .text-segment {
  padding: 60px 0;
  transition: background-color 0.3s ease;
}
/* #text-block-27 .text-segment:not(:first-child) {
    border-top: 1px solid #e9ecef;
} */
#text-block-27 .container {
  max-width: 900px;
}
#text-block-27 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
  padding-top: 80px;
  background-color: var(--segment-bg-color-1, #ffffff);
}
#text-block-27 .segment-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-27 .segment-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-27 .segment-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-27 .text-segment {
    padding: 50px 0;
  }
  #text-block-27 .section-title-main {
    font-size: 2rem;
    padding-top: 60px;
    margin-bottom: 40px;
  }
  #text-block-27 .segment-heading {
    font-size: 1.6rem;
  }
  #text-block-27 .segment-paragraph {
    font-size: 1rem;
  }
}



#portfolio-19 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-19 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-19 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-19 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-19 .service-showcase-block {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid #0d6efd;
}
#portfolio-19 .service-showcase-block:last-child {
  margin-bottom: 0;
}
#portfolio-19 .service-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#portfolio-19 .service-icon-display {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 35px;
}
#portfolio-19 .service-name-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
}
#portfolio-19 .service-description-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  padding-left: 50px;
}
#portfolio-19 .related-projects-grid {
}
#portfolio-19 .related-project-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#portfolio-19 .related-project-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.09);
}
#portfolio-19 .related-project-thumbnail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}
#portfolio-19 .related-project-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
  flex-grow: 1;
}
#portfolio-19 .related-project-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-19 .related-project-title a:hover {
  color: #0d6efd;
}
#portfolio-19 .view-all-service-projects-link {
  margin-top: 25px;
  padding-left: 50px;
}
#portfolio-19 .view-all-service-projects-link a {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #portfolio-19 .service-description-text,
  #portfolio-19 .view-all-service-projects-link {
    padding-left: 0;
  }
  #portfolio-19 .service-name-title {
    font-size: 1.5rem;
  }
  #portfolio-19 .related-project-item {
    margin-bottom: 20px;
  }
}



#text-block-21 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-21 .container {
  max-width: 800px;
}
#text-block-21 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-21 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 40px;
}
#text-block-21 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  margin-bottom: 1.5rem;
  text-align: left;
}
#text-block-21 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-21 .first-paragraph-emphasis {
  font-size: var(--emphasis-font-size, 1.6em);
  font-weight: var(--emphasis-font-weight, 600);
  line-height: var(--emphasis-line-height, 1.5);
  color: var(--text-color, #343a40);
  margin-bottom: 2rem;
}
/*
#text-block-21 .first-paragraph-emphasis::first-line {
    font-size: var(--emphasis-font-size, 1.6em);
    font-weight: var(--emphasis-font-weight, 600);
    line-height: var(--emphasis-line-height, 1.5);
    color: var(--text-color, #343a40);
}
*/
@media (max-width: 767.98px) {
  #text-block-21 {
    padding: 60px 0;
  }
  #text-block-21 .text-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #text-block-21 .text-paragraph {
    font-size: 1rem;
    line-height: 1.7;
  }
  #text-block-21 .first-paragraph-emphasis {
    font-size: 1.4em;
    line-height: 1.6;
  }
}



#call-to-action-3 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
  color: #fff;
  text-align: center;
}
#call-to-action-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#call-to-action-3 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-3 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-3 p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
#call-to-action-3 .btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-3 .btn:hover {
  background-color: #e64a19;
}
#call-to-action-3 .statistics {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#call-to-action-3 .stat {
  text-align: center;
}
#call-to-action-3 .stat .value {
  font-size: 2rem;
  font-weight: bold;
}
#call-to-action-3 .stat .label {
  font-size: 1rem;
  color: #ddd;
}


