
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#about-us-3 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-3 .columns {
  display: flex;
  gap: 30px;
}
#about-us-3 .left-column {
  flex: 2;
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  white-space: pre-wrap;
}
#about-us-3 .right-column {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}
#about-us-3 .right-column h4 {
  margin-top: 0;
  color: #007bff;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #about-us-3 .columns {
    flex-direction: column;
  }
}



#overview-10 {
  overflow: hidden;
  background-color: var(--section-bg-color, #0a183d);
  color: var(--section-text-color, #ffffff);
  position: relative;
}
#overview-10 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
#overview-10 .section-heading {
  color: inherit;
  margin-bottom: 1rem;
}
#overview-10 .lead {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
}
#overview-10 .stat-item {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
}
#overview-10 .stat-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--bs-primary);
  display: block;
}
#overview-10 .stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-10 .stat-label {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: inherit;
}
#overview-10 .stat-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #overview-10 .stat-item {
    margin-bottom: 0;
  }
}



#features-30 {
  padding: 60px 0;
  overflow: hidden;
background-color: {{ $data['features-30']['fallback_bg_color'] ?? '#f1f3f5' }}; 
}
#features-30 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-30 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-30 .section-title p {
  margin-bottom: 50px; 
  color: #6c757d;
}
#features-30 .feature-item-shape {
  text-align: center;
  padding: 25px;
  background-color: #ffffff; 
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; 
  display: flex;
  flex-direction: column; 
}
#features-30 .feature-item-shape:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#features-30 .shaped-icon {
  width: 80px; 
  height: 80px;
  border-radius: 50%; 
  margin: 0 auto 25px auto; 
  display: flex;
  align-items: center;
  justify-content: center;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease;
}
#features-30 .feature-item-shape:hover .shaped-icon {
    transform: scale(1.1); 
}
#features-30 .shaped-icon i {
  font-size: 32px; 
  color: #ffffff; 
  line-height: 0;
}
#features-30 .feature-item-shape h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}
#features-30 .feature-item-shape p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-30 .section-title h2 {
    font-size: 28px;
  }
  #features-30 .shaped-icon {
     width: 70px;
     height: 70px;
     margin-bottom: 20px;
  }
   #features-30 .shaped-icon i {
     font-size: 28px;
   }
   #features-30 .feature-item-shape h4 {
     font-size: 17px;
   }
}



#how-it-works-13 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}
#how-it-works-13 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-13 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-13 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-13 .process-step-row {
  margin-bottom: 60px;
  align-items: center;
}
#how-it-works-13 .process-step-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
#how-it-works-13 .process-step-content {
  padding-left: 30px;
  padding-right: 30px;
}
#how-it-works-13 .process-step-content .step-number {
  font-size: 3rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.6;
}
#how-it-works-13 .process-step-content .step-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}
#how-it-works-13 .process-step-content .step-description {
  font-size: 1rem;
  color: #5a6778;
  line-height: 1.7;
}
#how-it-works-13 .row-reversed .process-step-content {
  order: 1;
}
#how-it-works-13 .row-reversed .process-step-image {
  order: 2;
}
@media (max-width: 767.98px) {
  #how-it-works-13 .process-step-row {
    margin-bottom: 40px;
  }
  #how-it-works-13 .process-step-image {
    margin-bottom: 20px;
  }
  #how-it-works-13 .process-step-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #how-it-works-13 .process-step-content .step-number {
    font-size: 2.5rem;
  }
  #how-it-works-13 .process-step-content .step-title {
    font-size: 1.5rem;
  }
  #how-it-works-13 .row-reversed .process-step-content,
  #how-it-works-13 .row-reversed .process-step-image {
    order: initial;
  }
}



/* Root variables */
:root {
  --card-bg: #ffffff;
  --card-radius: .75rem;
  --card-shadow: 0 4px 15px rgba(0,0,0,0.1);
  --accent-color: #4f46e5; /* indigo-600 */
}

/* Section container */
#category-posts-10 {
  padding: 80px 0;
  background: #f8f9fa;
}
#category-posts-10 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#category-posts-10 .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
}
#category-posts-10 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Grid */
#category-posts-10 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
}

/* Card */
#category-posts-10 .post-card {
  background: var(--card-bg);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
  perspective: 1000px;
}
#category-posts-10 .post-card.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#category-posts-10 .post-card:hover {
  transform: rotateX(2deg) rotateY(-2deg);
}

/* Image */
#category-posts-10 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-10 .card-body {
  padding: 1rem;
}
#category-posts-10 .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .75rem;
  color: #212529;
}
#category-posts-10 .btn-readmore {
  font-size: .875rem;
  color: var(--accent-color);
  font-weight: 500;
  text-decoration: none;
}
#category-posts-10 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-10 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-10 .pagination-wrapper,
#category-posts-10 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#portfolio-13 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f2f5;
}
#portfolio-13 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-13 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1e2b3c;
}
#portfolio-13 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-13 .project-item-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-13 .project-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#portfolio-13 .project-thumbnail-container {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background-color: #e9ecef;
  overflow: hidden;
}
#portfolio-13 .project-thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#portfolio-13 .project-item-card:hover .project-thumbnail-container img {
  transform: scale(1.05);
}
#portfolio-13 .thumbnail-overlay-general {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#portfolio-13 .project-item-card:hover .thumbnail-overlay-general {
  opacity: 1;
}
#portfolio-13 .thumbnail-overlay-general i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.8);
}
#portfolio-13 .project-info-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#portfolio-13 .project-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
  line-height: 1.3;
}
#portfolio-13 .project-card-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-13 .project-card-title a:hover {
  color: #0d6efd;
}
#portfolio-13 .project-card-client {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
}
#portfolio-13 .project-card-client i {
  margin-right: 5px;
}
#portfolio-13 .project-card-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}



#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;
}



#counter-11 {
  overflow: hidden;
}
#counter-11 .row {
  min-height: 500px;
}
#counter-11 .image-side {
  padding: 0;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
#counter-11 .counter-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 50px;
  background-color: var(--counter-bg-color, #f8f9fa);
}
#counter-11 .counter-side-header h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-11 .counter-side-header p {
  font-size: 1.05rem;
  color: #6c757d;
  margin-bottom: 40px;
  line-height: 1.7;
}
#counter-11 .counters-grid {
}
#counter-11 .counter-item-split {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
#counter-11 .counter-item-split .icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
  width: 35px;
  text-align: center;
}
#counter-11 .counter-item-split .counter-text {
}
#counter-11 .counter-item-split .counter-value-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  color: #343a40;
}
#counter-11 .counter-item-split .counter-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
#counter-11 .counter-item-split .counter-suffix {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 5px;
  line-height: 1;
  color: #495057;
}
#counter-11 .counter-item-split .counter-title-split {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #counter-11 .row {
    min-height: auto;
  }
  #counter-11 .counter-side {
    padding: 40px 25px;
  }
  #counter-11 .counter-side-header h2 {
    font-size: 1.8rem;
  }
  #counter-11 .counter-item-split .counter-number {
    font-size: 2rem;
  }
  #counter-11 .counter-item-split .counter-suffix {
    font-size: 1.2rem;
  }
}



#awards-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-1 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-1 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-1 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-1 .award-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  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;
}
#awards-1 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#awards-1 .award-visual {
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-1 .award-visual img {
  max-height: 55px;
  max-width: 150px;
  width: auto;
}
#awards-1 .award-visual i {
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-1 .award-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  flex-grow: 1;
  min-height: 44px;
}
#awards-1 .award-body {
  flex-grow: 1;
}
#awards-1 .award-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
  min-height: 50px;
}
#awards-1 .award-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}
#awards-1 .awarded-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-1 .award-year {
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #awards-1 .award-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #awards-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-1 .section-title {
    font-size: 2.1rem;
  }
  #awards-1 .award-card {
    padding: 1.5rem;
  }
  #awards-1 .award-visual i {
    font-size: 2.5rem;
  }
  #awards-1 .award-visual img {
    max-height: 50px;
  }
}



#call-to-action-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-features-intro h2 {
  font-weight: 700;
  color: #212529;
}
.cta-features-intro p {
  color: #6c757d;
  font-size: 1.1rem;
}
.cta-features-list {
}
.cta-feature-item {
  padding: 1rem;
}
.cta-feature-icon i {
  margin-bottom: 1rem;
}
.cta-feature-title {
  font-weight: 600;
  color: #343a40;
}
.cta-feature-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.cta-features-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-features-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-features-button .btn i {
  margin-left: 8px;
}


