
#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;
}



#features-19 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-19']['bg_color'] ?? '#ffffff' }};
}
#features-19 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-19 .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-19 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-19 .feature-list-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 40px; 
}
#features-19 .feature-list-item:last-child {
  margin-bottom: 0;
}
#features-19 .feature-list-icon {
  flex-shrink: 0;
  width: 64px; 
  height: 64px; 
  background: var(--bs-primary-light, #e7f1ff); 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; 
  margin-right: 25px; 
}
#features-19 .feature-list-icon i {
  color: var(--bs-primary, #0d6efd);
  font-size: 28px; 
  line-height: 0; 
}
#features-19 .feature-list-content h4 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
  color: #343a40;
}
#features-19 .feature-list-content p {
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0; 
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #features-19 .section-title h2 {
    font-size: 28px;
  }
  #features-19 .feature-list-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  #features-19 .feature-list-icon i {
    font-size: 22px;
  }
   #features-19 .feature-list-content h4 {
     font-size: 18px;
   }
   #features-19 .feature-list-content p {
     font-size: 15px;
   }
}
@media (max-width: 575.98px) {
    #features-19 .feature-list-item {
      flex-direction: column; 
      align-items: center; 
      text-align: center;
    }
    #features-19 .feature-list-icon {
      margin-right: 0;
      margin-bottom: 15px; 
    }
}



#our-services-21 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-21 .services-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-21 .services-section-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-21 .services-section-subtitle {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#our-services-21 .service-item-card {
  border: none;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
#our-services-21 .service-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
#our-services-21 .service-icon {
  font-size: 2.8rem;
  color: #0d6efd;
  margin-bottom: 1.5rem;
  display: inline-block;
  line-height: 1;
}
#our-services-21 .service-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.75rem;
}
#our-services-21 .service-description {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#our-services-21 .service-link {
  font-size: 0.9rem;
  font-weight: 500;
}
#our-services-21 .service-link i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}
#our-services-21 .service-link:hover i {
  transform: translateX(3px);
}



#call-to-action-13 {
  padding: 120px 0;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
#call-to-action-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#call-to-action-13 .container {
  position: relative;
  z-index: 1;
}
#call-to-action-13 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#call-to-action-13 .btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  animation: pulse 2s infinite alternate;
}
#call-to-action-13 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
#call-to-action-13 .btn.primary {
  background-color: #007bff;
  color: #fff;
}
#call-to-action-13 .btn.primary:hover {
  background-color: #0056b3;
}
#call-to-action-13 .btn.secondary {
  background-color: #ffc107;
  color: #333;
}
#call-to-action-13 .btn.secondary:hover {
  background-color: #e0a800;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}



#counter-9 {
  padding: 70px 0;
  background-color: var(--section-bg-color, #ffffff);
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#counter-9 .container {
  max-width: 1140px;
}
#counter-9 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#counter-9 .section-header h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#counter-9 .section-header p {
  color: #6c757d;
  font-size: 1.05rem;
}
#counter-9 .counter-row-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#counter-9 .counter-item-minimal {
  text-align: center;
  padding: 15px 20px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 180px;
}
#counter-9 .counter-item-minimal:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: var(--divider-color, #dee2e6);
  opacity: 0.8;
}
#counter-9 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
  color: #212529;
}
#counter-9 .counter-number {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
#counter-9 .counter-suffix {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1;
  color: #495057;
}
#counter-9 .counter-title-minimal {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #counter-9 .counter-number {
    font-size: 2.2rem;
  }
  #counter-9 .counter-suffix {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #counter-9 {
    padding: 50px 0;
  }
  #counter-9 .counter-row-minimal {
    justify-content: center;
  }
  #counter-9 .counter-item-minimal {
    flex-basis: 50%;
    margin-bottom: 30px;
    padding: 15px;
  }
  #counter-9 .counter-item-minimal:nth-child(odd)::after {
    display: block;
  }
  #counter-9 .counter-item-minimal:nth-child(even)::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #counter-9 .counter-item-minimal {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  #counter-9 .counter-item-minimal::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child {
    margin-bottom: 0;
  }
}



#portfolio-11 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f4f8;
}
#portfolio-11 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-11 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a2533;
}
#portfolio-11 .section-main-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-11 .project-result-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-11 .project-result-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#portfolio-11 .project-header-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
#portfolio-11 .project-visual {
  flex-shrink: 0;
  margin-right: 20px;
}
#portfolio-11 .project-visual img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
#portfolio-11 .project-visual .project-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #e7f1ff;
  border-radius: 8px;
}
#portfolio-11 .project-title-stats {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-11 .project-brief-desc {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.6;
  margin-bottom: 20px;
}
#portfolio-11 .key-stats-area {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}
#portfolio-11 .key-stats-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 15px;
}
#portfolio-11 .stats-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
}
#portfolio-11 .stat-item {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
#portfolio-11 .stat-item .stat-icon {
  font-size: 1.3rem;
  color: #0d6efd;
  margin-bottom: 5px;
  display: block;
}
#portfolio-11 .stat-item .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #28a745;
  display: block;
}
#portfolio-11 .stat-item .stat-label {
  font-size: 0.8rem;
  color: #6c757d;
  display: block;
  line-height: 1.2;
}
#portfolio-11 .project-details-link {
  margin-top: 20px;
  text-align: right;
}
#portfolio-11 .project-details-link a {
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  #portfolio-11 .project-header-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-11 .project-visual {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #portfolio-11 .project-title-stats {
    font-size: 1.2rem;
  }
  #portfolio-11 .stats-list {
    grid-template-columns: 1fr;
  }
}



#testimonials-8 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
  perspective: 1000px;
}
#testimonials-8 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-8 .flip-card {
  position: relative;
  width: 300px;
  height: 350px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#testimonials-8 .flip-card:hover {
  transform: rotateY(180deg);
}
#testimonials-8 .flip-side {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-8 .flip-front {
  background: #fff;
  text-align: center;
  padding: 20px;
}
#testimonials-8 .flip-front img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-8 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#testimonials-8 .flip-front p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
}
#testimonials-8 .flip-back {
  background: #f8f9fa;
  color: #333;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
}



#offers-3 {
  padding: 80px 0;
  background-color: #fff;
}
#offers-3 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-3 .offer-tier-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  padding: 2rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
#offers-3 .offer-tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#offers-3 .offer-tier-card .card-header-custom {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
#offers-3 .offer-tier-card .tier-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
#offers-3 .offer-tier-card .tier-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.75rem;
}
#offers-3 .offer-tier-card .tier-description {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#offers-3 .offer-tier-card .tier-condition {
  font-size: 0.85rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 1.5rem;
}
#offers-3 .offer-tier-card .btn-tier-cta {
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: auto;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.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: #555;
  margin-top: 8px;
}

/* === Grid === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4,1fr); }
}

/* === Card & Reveal Effect === */
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  cursor: pointer;
}
.post-card .card-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.post-card .card-image,
.post-card .card-content {
  position: absolute;
  width: 100%;
  left: 0;
  transition: transform 0.5s ease, clip-path 0.5s ease;
}
.post-card .card-image {
  top: 0;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.post-card .card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.post-card .card-content {
  bottom: -100%;
  padding: 1rem;
  background: #fff;
  box-sizing: border-box;
}
.post-card .card-content h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .card-content .btn-readmore {
  font-size: 0.9rem;
}

/* Hover state */
.post-card:hover .card-image {
  transform: translateY(-40%);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 80%);
}
.post-card:hover .card-content {
  transform: translateY(-100%);
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#cta-banner-20 {
  padding: 4.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-20 .container {
  max-width: 800px;
}
#cta-banner-20 .cta-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
#cta-banner-20 .cta-text p {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#cta-banner-20 .cta-text p:last-child {
  margin-bottom: 2.5rem;
}
#cta-banner-20 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}
#cta-banner-20 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-20 {
    padding: 3.5rem 1rem;
  }
  #cta-banner-20 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-20 .cta-text p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  #cta-banner-20 .cta-text p:last-child {
    margin-bottom: 2rem;
  }
}



#how-it-works-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-8 .numbered-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}
#how-it-works-8 .numbered-list li {
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#how-it-works-8 .numbered-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#how-it-works-8 .numbered-list li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-8 .numbered-list li p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}


