
#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;
}



#overview-8 {
  background-color: #fff;
  overflow: hidden;
}
#overview-8 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-8 .content-column .section-heading {
  margin-bottom: 0.5rem;
}
#overview-8 .content-column .section-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 2rem;
}
#overview-8 .content-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #343a40;
  margin-bottom: 1.5rem;
}
#overview-8 .content-column p:last-of-type {
  margin-bottom: 0;
}
#overview-8 .image-column .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
#overview-8 .image-column .image-caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  display: block;
}
#overview-8 .content-column .btn {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  #overview-8 .image-column {
    margin-top: 2.5rem;
  }
  #overview-8 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#text-block-15 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-15 .container {
  max-width: 900px;
}
#text-block-15 .left-border-text-wrapper {
  position: relative;
  padding-left: 40px;
}
#text-block-15 .left-border-text-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--border-width, 5px);
  background-color: var(--border-color, #0dcaf0);
  border-radius: 3px;
}
#text-block-15 .section-title-optional {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
}
#text-block-15 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 30px;
}
#text-block-15 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1.2rem;
}
#text-block-15 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-15 {
    padding: 60px 0;
  }
  #text-block-15 .left-border-text-wrapper {
    padding-left: 25px;
  }
  #text-block-15 .left-border-text-wrapper::before {
    width: calc(var(--border-width, 5px) * 0.8);
  }
  #text-block-15 .text-heading {
    font-size: 2rem;
  }
  #text-block-15 .text-paragraph {
    font-size: 1rem;
  }
}



/* === Section & Header === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Magazine Layout === */
.magazine-layout {
  gap: 1.5rem;
}
.hero-post, .secondary-grid {
  margin-bottom: 1.5rem;
}
.hero-post .card {
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.hero-post .card img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.hero-post .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1.5rem;
}
.hero-post .card-body h5 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.hero-post .btn-readmore {
  color: #fff;
  border: 1px solid #fff;
}

/* Secondary grid */
.secondary-grid .secondary-item {
  padding: 0.5rem;
}
.secondary-item .card {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s;
}
.secondary-item .card:hover {
  transform: translateY(-5px);
}
.secondary-item img {
  width: 100%;
  height: auto;
  display: block;
}
.secondary-item .card-body {
  padding: 0.75rem;
}
.secondary-item h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.secondary-item .btn-readmore {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}

/* === Browse All Button === */
.browse-all {
  text-align: center;
  margin-top: 30px;
}




#content-block-2 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-2 .row {
  display: flex;
  gap: 30px;
  align-items: center;
}
#content-block-2 .image-column {
  flex: 1;
}
#content-block-2 .image-column img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
#content-block-2 .text-column {
  flex: 2;
}
#content-block-2 .text-column h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#content-block-2 .text-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  #content-block-2 .row {
    flex-direction: column;
  }
}



#how-it-works-28 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#how-it-works-28 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-28 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-28 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-28 .gantt-chart-container {
  width: 100%;
  overflow-x: auto;
  padding: 20px 0;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
#how-it-works-28 .gantt-chart {
  position: relative;
  min-width: 800px;
}
#how-it-works-28 .gantt-timeline-labels {
  display: flex;
  padding-left: 200px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#how-it-works-28 .gantt-timeline-labels .timeline-label {
  flex-grow: 1;
  text-align: center;
  font-size: 0.8rem;
  color: #6c757d;
  border-right: 1px dashed #e0e0e0;
}
#how-it-works-28 .gantt-timeline-labels .timeline-label:last-child {
  border-right: none;
}
#how-it-works-28 .gantt-phase-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  min-height: 40px;
}
#how-it-works-28 .gantt-phase-name {
  width: 190px;
  padding-right: 10px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #343a40;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #e0e0e0;
}
#how-it-works-28 .gantt-phase-bars-area {
  flex-grow: 1;
  position: relative;
  display: grid;
}
#how-it-works-28 .gantt-phase-bar {
  height: 25px;
  border-radius: 4px;
  background-color: #0d6efd;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 0.75rem;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s;
}
#how-it-works-28 .gantt-phase-bar:hover {
  opacity: 0.8;
}
#how-it-works-28 .gantt-phase-bar .bar-details {
  display: none;
}
#how-it-works-28 .gantt-grid-line {
  border-right: 1px dashed #e9ecef;
}
#how-it-works-28 .gantt-grid-line:last-child {
  border-right: none;
}



#faq-23 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-23 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-23 .faq-trigger-list .list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 500;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq-23 .faq-trigger-list .list-group-item:hover {
  background-color: #eef2f7;
  color: #0d6efd;
}
#faq-23 .faq-trigger-list .list-group-item i {
  color: #adb5bd;
  font-size: 0.9em;
}
#faq-23 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#faq-23 .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
#faq-23 .modal-body {
  padding: 1.5rem 2rem;
  line-height: 1.7;
}
#faq-23 .modal-body img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}
#faq-23 .modal-body p:last-child {
  margin-bottom: 0;
}
#faq-23 .modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}



#why-choose-us-28 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
#why-choose-us-28 .section-title-container {
  margin-bottom: 45px;
}
#why-choose-us-28 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #222b38;
}
#why-choose-us-28 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-28 .narrative-block {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
#why-choose-us-28 .narrative-segment {
  padding: 25px 30px;
  border-bottom: 1px solid #e9ecef;
}
#why-choose-us-28 .narrative-block .narrative-segment:last-child {
  border-bottom: none;
}
#why-choose-us-28 .segment-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#why-choose-us-28 .segment-icon {
  font-size: 1.7rem;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}
#why-choose-us-28 .problem-segment .segment-icon {
  color: #dc3545;
}
#why-choose-us-28 .solution-segment .segment-icon {
  color: #0d6efd;
}
#why-choose-us-28 .benefit-segment .segment-icon {
  color: #198754;
}
#why-choose-us-28 .segment-title {
  font-size: 1.4rem;
  font-weight: 600;
}
#why-choose-us-28 .problem-segment .segment-title {
  color: #c82333;
}
#why-choose-us-28 .solution-segment .segment-title {
  color: #0056b3;
}
#why-choose-us-28 .benefit-segment .segment-title {
  color: #155724;
}
#why-choose-us-28 .segment-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  padding-left: 45px;
  text-align: justify;
}
#why-choose-us-28 .solution-segment {
  background-color: #f0f8ff;
}
@media (max-width: 767.98px) {
  #why-choose-us-28 .section-main-title {
    font-size: 2.1rem;
  }
  #why-choose-us-28 .segment-title {
    font-size: 1.25rem;
  }
  #why-choose-us-28 .segment-description {
    padding-left: 0;
    text-align: left;
  }
  #why-choose-us-28 .narrative-segment {
    padding: 20px;
  }
}



#timeline-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-14 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#timeline-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-14 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-14 .timeline-accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#timeline-14 .accordion-item {
  margin-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem !important;
  overflow: hidden;
}
#timeline-14 .accordion-item:first-of-type {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
#timeline-14 .accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
#timeline-14 .accordion-header {
}
#timeline-14 .accordion-button {
  font-weight: 600;
  font-size: 1.15rem;
  color: #343a40;
  background-color: #ffffff;
  box-shadow: none !important;
  padding: 1rem 1.25rem;
}
#timeline-14 .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: #f8f9fa;
}
#timeline-14 .accordion-button .header-icon {
  margin-right: 0.75rem;
  font-size: 1.1em;
  opacity: 0.8;
}
#timeline-14 .accordion-button:not(.collapsed) .header-icon {
}
#timeline-14 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%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;
}
#timeline-14 .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='%230d6efd'%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);
}
#timeline-14 .accordion-body {
  padding: 1.5rem 1.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #495057;
}
#timeline-14 .accordion-body ul {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#timeline-14 .accordion-body h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#timeline-14 .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-14 .section-title {
    font-size: 2.1rem;
  }
  #timeline-14 .accordion-button {
    font-size: 1.05rem;
    padding: 0.9rem 1rem;
  }
  #timeline-14 .accordion-body {
    padding: 1.25rem;
  }
}



#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;
}


