
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#why-choose-us-23 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
#why-choose-us-23 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-23 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a2b48;
}
#why-choose-us-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: #52627c;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#why-choose-us-23 .customer-focus-block {
  margin-bottom: 50px;
  background-color: #f8faff;
  padding: 30px;
  border-radius: 12px;
}
#why-choose-us-23 .customer-focus-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
#why-choose-us-23 .customer-focus-content .focus-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 15px;
}
#why-choose-us-23 .customer-focus-content .focus-text {
  font-size: 1rem;
  color: #455a64;
  line-height: 1.7;
}
#why-choose-us-23 .testimonial-block {
  background-color: #0d6efd;
  color: #ffffff;
  padding: 35px 40px;
  border-radius: 12px;
  margin-bottom: 50px;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}
#why-choose-us-23 .testimonial-quote-text {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
#why-choose-us-23 .testimonial-quote-text::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
#why-choose-us-23 .testimonial-author-info {
  text-align: right;
}
#why-choose-us-23 .testimonial-author-info .author-name {
  font-size: 1.05rem;
  font-weight: 600;
}
#why-choose-us-23 .testimonial-author-info .author-role {
  font-size: 0.85rem;
  opacity: 0.8;
}
#why-choose-us-23 .guarantees-block .guarantees-main-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 25px;
  text-align: center;
}
#why-choose-us-23 .guarantees-list {
  list-style: none;
  padding-left: 0;
}
#why-choose-us-23 .guarantees-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}
#why-choose-us-23 .guarantees-list li:last-child {
  border-bottom: none;
}
#why-choose-us-23 .guarantees-list li .guarantee-icon {
  font-size: 1.4rem;
  color: #28a745;
  margin-right: 15px;
  width: 25px;
  text-align: center;
}
#why-choose-us-23 .final-cta-block {
  margin-top: 50px;
  text-align: center;
  background-color: #f0f8ff;
  padding: 30px;
  border-radius: 10px;
}
#why-choose-us-23 .final-cta-block .cta-text {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 20px;
}
#why-choose-us-23 .btn-final-cta {
  padding: 12px 30px;
  font-size: 1.05rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #why-choose-us-23 .customer-focus-block {
    text-align: center;
  }
  #why-choose-us-23 .customer-focus-image img {
    margin-bottom: 20px;
  }
  #why-choose-us-23 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-23 .main-appointment-heading,
  #why-choose-us-23 .customer-focus-content .focus-heading,
  #why-choose-us-23 .guarantees-block .guarantees-main-title {
    font-size: 1.6rem;
  }
  #why-choose-us-23 .testimonial-quote-text {
    font-size: 1.1rem;
  }
}



#our-services-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#our-services-5 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#our-services-5 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#our-services-5 .service-tab {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#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;
}



/* === Section Base === */
.post-section {
  padding: 50px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 600;
}
.post-section .section-header p {
  color: #777;
  margin-top: 5px;
}

/* === List & Item === */
.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  transition: background 0.3s;
}
.post-item:last-child {
  border-bottom: none;
}
.post-item:hover {
  background: #f5f5f5;
}
.post-thumb {
  flex: 0 0 120px;
  margin-right: 20px;
}
.post-thumb img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.post-content {
  flex: 1;
}
.post-content h5 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.post-content .meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 10px;
}
.post-content .meta i {
  margin-right: 4px;
}
.post-content p {
  font-size: 0.95rem;
  color: #555;
}
.post-content .btn-readmore {
  font-size: 0.9rem;
}

/* === Responsive === */
@media (max-width: 576px) {
  .post-item {
    flex-direction: column;
  }
  .post-thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 30px 0;
}




#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;
}



#cta-banner-19 {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 350px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
#cta-banner-19 .split-part {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cta-banner-19 .cta-content {
  max-width: 450px;
}
#cta-banner-19 .cta-content.align-left {
  margin-right: auto;
  text-align: left;
}
#cta-banner-19 .cta-content.align-right {
  margin-left: auto;
  text-align: right;
}
#cta-banner-19 .cta-content.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cta-banner-19 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-19 .cta-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#cta-banner-19 .cta-button .btn {
  padding: 0.7rem 1.8rem;
  font-size: 0.95rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-19 {
    flex-direction: column;
    min-height: unset;
  }
  #cta-banner-19 .split-part {
    padding: 3rem 1.5rem;
    text-align: center !important;
  }
  #cta-banner-19 .cta-content {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  #cta-banner-19 .cta-title {
    font-size: 1.8rem;
  }
  #cta-banner-19 .cta-text {
    font-size: 0.95rem;
  }
}



#timeline-9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#timeline-9 .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
#timeline-9 .section-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
}
#timeline-9 .timeline-horizontal-compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  position: relative;
}
#timeline-9 .timeline-horizontal-compact::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #dee2e6;
  left: 5%;
  right: 5%;
  top: 25px;
  z-index: 1;
}
#timeline-9 .milestone-item {
  text-align: center;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
  background-color: #f8f9fa;
  padding-top: 30px;
  min-width: 100px;
}
#timeline-9 .milestone-item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 3px solid var(--bs-primary);
  border-radius: 50%;
}
#timeline-9 .milestone-year {
  font-size: 1rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
  display: block;
}
#timeline-9 .milestone-icon-label {
}
#timeline-9 .milestone-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
  margin-bottom: 0.25rem;
}
#timeline-9 .milestone-label {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 500;
  display: block;
}
@media (max-width: 767.98px) {
  #timeline-9 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #timeline-9 .timeline-horizontal-compact::before {
    display: none;
  }
  #timeline-9 .milestone-item {
    padding-top: 0;
  }
  #timeline-9 .milestone-item::before {
    display: none;
  }
  #timeline-9 .timeline-horizontal-compact {
    gap: 1rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  #timeline-9 .milestone-item {
    min-width: 80px;
  }
  #timeline-9 .milestone-icon i {
    font-size: 1.1rem;
  }
  #timeline-9 .milestone-year {
    font-size: 0.9rem;
  }
}



#text-block-8 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
  position: relative;
  overflow: hidden;
}
#text-block-8::before {
  content: var(--quote-char, "“");
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-size: 25rem;
  font-family: Georgia, serif;
  color: var(--quote-mark-color, rgba(0, 123, 253, 0.06));
  z-index: 1;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
  font-weight: bold;
}
#text-block-8 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
#text-block-8 .section-title-optional {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 10px;
}
#text-block-8 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 30px;
}
#text-block-8 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-8 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-8::before {
    font-size: 20rem;
    left: 2%;
  }
  #text-block-8 .text-heading {
    font-size: 2.2rem;
  }
  #text-block-8 .text-paragraph {
    font-size: 1.05rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-8 {
    padding: 60px 0;
  }
  #text-block-8::before {
    font-size: 15rem;
    left: -5px;
    opacity: 0.8;
    top: 60%;
  }
  #text-block-8 .text-heading {
    font-size: 1.9rem;
  }
  #text-block-8 .text-paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #text-block-8::before {
    font-size: 12rem;
    top: 65%;
  }
}


