
#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-15 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-15 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-15 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-15 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-15 .portfolio-list-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 20px;
}
#portfolio-15 .portfolio-list-table th,
#portfolio-15 .portfolio-list-table td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}
#portfolio-15 .portfolio-list-table thead th {
  background-color: #e9ecef;
  color: #343a40;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #dee2e6;
}
#portfolio-15 .portfolio-list-table thead th:first-child {
  border-top-left-radius: 8px;
}
#portfolio-15 .portfolio-list-table thead th:last-child {
  border-top-right-radius: 8px;
}
#portfolio-15 .portfolio-list-table tbody tr {
  background-color: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
#portfolio-15 .portfolio-list-table tbody tr:hover {
  background-color: #fafdff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
#portfolio-15 .portfolio-list-table tbody tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#portfolio-15 .portfolio-list-table tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#portfolio-15 .project-list-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #0d6efd;
}
#portfolio-15 .project-list-client,
#portfolio-15 .project-list-year {
  font-size: 0.9rem;
  color: #6c757d;
}
#portfolio-15 .project-list-note {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
}
#portfolio-15 .project-list-link a {
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  #portfolio-15 .portfolio-list-table thead {
    display: none;
  }
  #portfolio-15 .portfolio-list-table,
  #portfolio-15 .portfolio-list-table tbody,
  #portfolio-15 .portfolio-list-table tr,
  #portfolio-15 .portfolio-list-table td {
    display: block;
    width: 100%;
  }
  #portfolio-15 .portfolio-list-table tr {
    margin-bottom: 15px;
    border-radius: 8px;
  }
  #portfolio-15 .portfolio-list-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px dashed #e0e0e0;
  }
  #portfolio-15 .portfolio-list-table td:last-child {
    border-bottom: none;
  }
  #portfolio-15 .portfolio-list-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    color: #343a40;
  }
}
#portfolio-15 .portfolio-pagination {
  margin-top: 30px;
}



#text-block-9 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f0f2f5);
}
#text-block-9 .container {
  max-width: 800px;
}
#text-block-9 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 40px;
}
#text-block-9 .text-card {
  background-color: var(--card-bg-color, #ffffff);
  color: var(--text-color, #333333);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  border: var(--border-width, 4px) solid transparent;
  background-clip: padding-box;
}
#text-block-9 .text-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: calc(-1 * var(--border-width, 4px));
  border-radius: inherit;
  background: linear-gradient(
    to right,
    var(--grad-color-1, #833ab4),
    var(--grad-color-2, #fd1d1d),
    var(--grad-color-3, #fcb045)
  );
}
#text-block-9 .text-card .text-heading {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: inherit;
}
#text-block-9 .text-card .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
}
#text-block-9 .text-card .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-9 {
    padding: 60px 0;
  }
  #text-block-9 .text-card {
    padding: 30px;
  }
  #text-block-9 .text-card .text-heading {
    font-size: 1.8rem;
  }
  #text-block-9 .text-card .text-paragraph {
    font-size: 1rem;
  }
}



#faq-28 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-28 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-28 .top-questions-row {
  margin-bottom: 4rem;
}
#faq-28 .top-question-card {
  background-color: #e7f1ff;
  border: none;
  border-radius: 10px;
  padding: 1.8rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-28 .top-question-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.1);
}
#faq-28 .top-question-card .top-question-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #0a58ca;
  margin-bottom: 0.8rem;
}
#faq-28 .top-question-card .top-question-answer {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#faq-28 .other-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-28 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-28 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #f8f9fa;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-28 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-28 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-28 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-28 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-28 .accordion-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}


