
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#features-22 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-22']['bg_color'] ?? '#ffffff' }};
}
#features-22 .section-title h2 {
  font-size: 30px; 
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-22 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 20px);
}
#features-22 .section-title p {
  margin-bottom: 30px;
  color: #6c757d;
  font-size: 15px;
}
#features-22 .compact-feature {
  display: flex;
  align-items: center; 
  padding: 15px;
  background-color: #f8f9fa; 
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  height: 100%; 
}
#features-22 .compact-feature:hover {
   box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
#features-22 .compact-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
#features-22 .compact-icon i {
  font-size: 24px; 
  color: var(--bs-primary, #0d6efd);
  line-height: 1;
  width: 30px; 
  text-align: center;
}
#features-22 .compact-content h5 {
  font-size: 16px; 
  font-weight: 600;
  margin-bottom: 3px; 
  color: #343a40;
}
#features-22 .compact-content p {
  font-size: 14px; 
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  #features-22 .section-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  #features-22 .compact-feature {
     padding: 12px;
  }
  #features-22 .compact-icon i {
     font-size: 22px;
  }
  #features-22 .compact-content h5 {
    font-size: 15px;
  }
  #features-22 .compact-content p {
    font-size: 13px;
  }
}



#portfolio-6 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-6 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-6 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-6 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-6 .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e5ec;
  margin-bottom: 10px;
  border-radius: 0.5rem;
}
#portfolio-6 .accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#portfolio-6 .accordion-item:last-of-type {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#portfolio-6 .accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  color: #343a40;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 1rem 1.5rem;
  box-shadow: none;
  border-bottom: none;
}
#portfolio-6 .accordion-header .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075);
}
#portfolio-6 .accordion-header .accordion-button .category-accordion-icon {
  margin-right: 12px;
  font-size: 1.1rem;
  opacity: 0.8;
}
#portfolio-6
  .accordion-header
  .accordion-button:not(.collapsed)
  .category-accordion-icon {
  opacity: 1;
}
#portfolio-6 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%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");
}
#portfolio-6 .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");
}
#portfolio-6 .accordion-body {
  padding: 20px 25px;
  background-color: #fff;
}
#portfolio-6 .project-in-category-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px dashed #e9ecef;
  transition: background-color 0.2s ease;
}
#portfolio-6 .project-in-category-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#portfolio-6 .project-in-category-item:hover {
  background-color: #fafdff;
}
#portfolio-6 .project-thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #dee2e6;
}
#portfolio-6 .project-details .project-title-accordion {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 3px;
  text-decoration: none;
  display: inline-block;
}
#portfolio-6 .project-details .project-title-accordion:hover {
  text-decoration: underline;
}
#portfolio-6 .project-details .project-summary-accordion {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #portfolio-6 .accordion-header .accordion-button {
    font-size: 1.1rem;
    padding: 0.8rem 1.2rem;
  }
  #portfolio-6 .project-in-category-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-6 .project-thumbnail img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}



#how-it-works-27 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}
#how-it-works-27 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-27 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-27 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-27 .circular-process-wrapper {
  position: relative;
  max-width: 700px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
#how-it-works-27 .central-element-display {
  position: absolute;
  text-align: center;
  z-index: 2;
}
#how-it-works-27 .central-element-display .central-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 10px;
  display: block;
}
#how-it-works-27 .central-element-display .central-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
}
#how-it-works-27 .circular-step {
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
#how-it-works-27 .circular-step:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#how-it-works-27 .step-icon-circular {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 8px;
}
#how-it-works-27 .step-title-circular {
  font-size: 0.9rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 4px;
}
#how-it-works-27 .step-description-circular {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 1.3;
}
#how-it-works-27 .circular-step-0 {
  transform: translate(0, -160px);
}
#how-it-works-27 .circular-step-1 {
  transform: translate(152px, -48px) rotate(72deg);
}
#how-it-works-27 .circular-step-2 {
  transform: translate(94px, 128px) rotate(144deg);
}
#how-it-works-27 .circular-step-3 {
  transform: translate(-94px, 128px) rotate(216deg);
}
#how-it-works-27 .circular-step-4 {
  transform: translate(-152px, -48px) rotate(288deg);
}
@media (max-width: 767.98px) {
  #how-it-works-27 .circular-process-wrapper {
    display: block;
    min-height: auto;
    margin: 20px auto;
  }
  #how-it-works-27 .central-element-display {
    position: static;
    margin-bottom: 30px;
  }
  #how-it-works-27 .circular-step {
    position: static;
    transform: none !important;
    width: 80%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    margin: 0 auto 20px auto;
    padding: 20px;
  }
  #how-it-works-27 .circular-step:hover {
    transform: scale(1.03) !important;
  }
  #how-it-works-27 .step-icon-circular {
    font-size: 2rem;
  }
  #how-it-works-27 .step-title-circular {
    font-size: 1.1rem;
  }
  #how-it-works-27 .step-description-circular {
    font-size: 0.9rem;
  }
}



#content-block-13 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
#content-block-13 .header {
  margin-bottom: 40px;
}
#content-block-13 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-13 .items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#content-block-13 .item-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#content-block-13 .item-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#content-block-13 .item-card h5 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#content-block-13 .item-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #content-block-13 .item-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #content-block-13 .item-card {
    flex: 1 1 100%;
  }
}



#our-services-10 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#our-services-10 .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-10 .service-tab {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#our-services-10 .service-tab i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}



/* === Section Base === */
.post-section {
  position: relative;
  padding: 60px 0;
  background: #f8f9fa;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #555;
  margin-top: 8px;
}

/* === Timeline Line & Container === */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
  width: 90%;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--timeline-color);
  transform: translateX(-50%);
}

/* === Timeline Items === */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 1rem 2rem;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

/* === Marker Dot === */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  width: 16px;
  height: 16px;
  background: var(--timeline-color);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--timeline-color);
}
.timeline-item:nth-child(odd)::before {
  right: -8px;
}
.timeline-item:nth-child(even)::before {
  left: -8px;
}

/* === Content === */
.timeline-item .date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.timeline-item h5 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.timeline-item p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.timeline-item .btn-readmore {
  font-size: 0.85rem;
  color: var(--timeline-color);
  text-decoration: none;
  border-bottom: 1px solid var(--timeline-color);
  transition: color 0.3s, border-color 0.3s;
}
.timeline-item .btn-readmore:hover {
  color: #000;
  border-color: #000;
}

/* === Responsive === */
@media (max-width: 767.98px) {
  .timeline::before {
    left: 8px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 1rem;
    text-align: left !important;
  }
  .timeline-item::before {
    left: 0;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#team-12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-12 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-12 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-12 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-12 .profile-link-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#team-12 .profile-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#team-12 .member-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  overflow: hidden;
  border: 3px solid #f8f9fa;
}
#team-12 .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#team-12 .member-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-12 .member-role {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
#team-12 .profile-link-button {
  margin-top: auto;
}
#team-12 .profile-link-button .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
}
#team-12 .profile-link-button .btn i {
  margin-left: 0.4rem;
}
@media (max-width: 767.98px) {
  #team-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-12 .section-title {
    font-size: 2.1rem;
  }
  #team-12 .member-photo {
    width: 100px;
    height: 100px;
  }
  #team-12 .member-name {
    font-size: 1.05rem;
  }
}



#awards-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-2 .certificate-card {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#awards-2 .certificate-thumbnail {
  text-align: center;
  background-color: #f8f9fa;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-2 .certificate-thumbnail img {
  max-width: 100%;
  max-height: 220px;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ced4da;
}
#awards-2 .certificate-card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#awards-2 .certificate-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}
#awards-2 .certificate-details {
  margin-top: auto;
}
#awards-2 .issuing-body,
#awards-2 .certificate-date {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-2 .issuing-body strong,
#awards-2 .certificate-date strong {
  color: #495057;
  font-weight: 500;
}
#awards-2 .certificate-link {
  margin-top: 1rem;
}
#awards-2 .certificate-link a {
  font-size: 0.9rem;
  font-weight: 500;
}
#awards-2 .certificate-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #awards-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-2 .section-title {
    font-size: 2.1rem;
  }
  #awards-2 .certificate-card-body {
    padding: 1.25rem;
  }
  #awards-2 .certificate-name {
    font-size: 1rem;
  }
}



#testimonials-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-9 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-9 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-9 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-9 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#testimonials-9 .masonry-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-9 .masonry-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
#testimonials-9 .masonry-item p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-9 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#cta-banner-16 {
  padding: 6rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #212529;
}
#cta-banner-16::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(20, 30, 40, 0.7);
}
#cta-banner-16 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-16 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cta-banner-16 .cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-16 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-16 .cta-button .btn i {
  margin-right: 0.5rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.5);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(var(--bs-warning-rgb), 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0);
  }
}
#cta-banner-16 .cta-pulse-button {
  animation: pulse 2s infinite;
  transform-origin: center;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}
#cta-banner-16 .cta-shake-button:hover {
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#cta-banner-16 .cta-bounce-button {
}
@media (max-width: 767.98px) {
  #cta-banner-16 {
    padding: 4.5rem 1rem;
  }
  #cta-banner-16 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-16 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-16 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


