
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#features-8 {
  padding: 80px 0;
  background-color: #eef2f3;
  text-align: center;
}
#features-8 .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#features-8 .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}
#features-8 .feature-item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-8 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#features-8 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-8 .feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#features-8 .feature-description {
  font-size: 16px;
  color: #777;
}



#portfolio-14 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-14 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-14 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-14 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-14 .portfolio-service-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 30px;
}
#portfolio-14 .portfolio-service-tabs .nav-item {
  margin-bottom: -2px;
}
#portfolio-14 .portfolio-service-tabs .nav-link {
  border: 2px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
#portfolio-14 .portfolio-service-tabs .nav-link .tab-icon {
  margin-right: 8px;
  font-size: 1.1rem;
  opacity: 0.7;
}
#portfolio-14 .portfolio-service-tabs .nav-link:hover,
#portfolio-14 .portfolio-service-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#portfolio-14 .portfolio-service-tabs .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#portfolio-14 .portfolio-service-tabs .nav-link.active .tab-icon {
  opacity: 1;
}
#portfolio-14 .tab-pane-portfolio {
  padding-top: 15px;
}
#portfolio-14 .project-card-in-tab {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-14 .project-card-in-tab:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
#portfolio-14 .project-tab-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}
#portfolio-14 .project-tab-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
  line-height: 1.3;
}
#portfolio-14 .project-tab-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-14 .project-tab-title a:hover {
  color: #0d6efd;
}
#portfolio-14 .project-tab-summary {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 10px;
}
#portfolio-14 .project-tab-link a {
  font-size: 0.85rem;
  font-weight: 500;
}



#content-block-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-5 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#content-block-5 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}



#text-block-2 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-2 .container {
  max-width: 1140px;
}
#text-block-2 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
}
#text-block-2 .column-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--heading-border-color, #0d6efd);
  padding-bottom: 8px;
  display: inline-block;
}
#text-block-2 .column-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-2 .column-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-2 .column-heading {
    font-size: 1.35rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-2 {
    padding: 60px 0;
  }
  #text-block-2 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-2 .text-column:first-child {
    margin-bottom: 40px;
  }
  #text-block-2 .column-paragraph {
    font-size: 0.95rem;
  }
}



#how-it-works-15 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f6;
}
#how-it-works-15 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-15 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-15 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-15 .process-flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#how-it-works-15 .flow-step-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  margin: 15px;
  width: calc(100% / 3 - 30px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-it-works-15 .flow-step-item:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #0d6efd;
  z-index: 1;
}
#how-it-works-15 .flow-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #e7f0ff;
  display: inline-block;
}
#how-it-works-15 .flow-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-15 .flow-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  #how-it-works-15 .flow-step-item {
    width: calc(100% / 2 - 30px);
  }
  #how-it-works-15 .flow-step-item:nth-child(2n):not(:last-child)::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    right: -25px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-15 .process-flow-container {
    flex-direction: column;
    align-items: center;
  }
  #how-it-works-15 .flow-step-item {
    width: 80%;
    margin-bottom: 40px;
  }
  #how-it-works-15 .flow-step-item::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:not(:last-child)::before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: #0d6efd;
  }
}
@media (max-width: 575.98px) {
  #how-it-works-15 .flow-step-item {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  #how-it-works-15 .process-flow-container.items-5 .flow-step-item {
    width: calc(100% / 5 - 30px);
  }
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n):not(:last-child)::after,
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    display: block;
  }
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}


