
#tag-section-7 {
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
#tag-section-7 .section-hero-banner {
  position: relative;
  padding: 80px 20px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
#tag-section-7 .section-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: inherit;
}
#tag-section-7 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-7 .hero-banner-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
}
#tag-section-7 .hero-banner-subtitle {
  font-size: 1.1rem;
  margin-bottom: 0;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#tag-section-7 .post-detailed-list-container {
}
#tag-section-7 .post-detailed-item {
  background-color: #fff;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#tag-section-7 .post-detailed-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#tag-section-7 .post-image-wrapper {
  margin-bottom: 20px;
}
#tag-section-7 .post-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
#tag-section-7 .post-content {
}
#tag-section-7 .post-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
#tag-section-7 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-7 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-7 .post-meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 15px;
}
#tag-section-7 .post-meta i {
  margin-right: 5px;
  color: #aaa;
}
#tag-section-7 .post-meta span {
  margin-right: 15px;
}
#tag-section-7 .post-excerpt {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
#tag-section-7 .read-more-btn {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #c8a45d;
  text-decoration: none;
}
#tag-section-7 .read-more-btn:hover {
  color: #ab8a4a;
  text-decoration: underline;
}
#tag-section-7 .read-more-btn i {
  margin-left: 5px;
}
#tag-section-7 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-7 .pagination {
  margin-bottom: 0;
}
#tag-section-7 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-7 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-7 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-7 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-7 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-7 {
    padding-bottom: 40px;
  }
  #tag-section-7 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-7 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-7 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-7 .post-title {
    font-size: 1.5rem;
  }
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}



#features-24 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-24']['bg_color'] ?? '#f8f9fa' }};
}
#features-24 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-24 .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-24 .section-title p {
  margin-bottom: 50px; 
  color: #6c757d;
}
#features-24 .central-image-column {
  text-align: center;
}
#features-24 .central-image img {
  max-width: 80%; 
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#features-24 .feature-item-col .feature-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 30px; 
  position: relative;
}
#features-24 .feature-item-col.features-left .feature-item {
   flex-direction: row-reverse; 
   text-align: right;
}
#features-24 .feature-item-col.features-left .feature-icon {
  margin-right: 0;
  margin-left: 20px;
}
#features-24 .feature-icon {
  flex-shrink: 0;
  width: 50px; 
  height: 50px;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; 
}
#features-24 .feature-icon i {
  font-size: 22px;
  line-height: 0;
}
#features-24 .feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #343a40;
}
#features-24 .feature-content p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #features-24 .central-image {
     margin-bottom: 40px; 
   }
   #features-24 .feature-item-col .feature-item,
   #features-24 .feature-item-col.features-left .feature-item {
      flex-direction: row; 
      text-align: left; 
      margin-left: auto; 
      margin-right: auto;
      max-width: 400px; 
   }
    #features-24 .feature-item-col.features-left .feature-icon {
       margin-left: 0;
       margin-right: 20px;
    }
}
@media (max-width: 767.98px) {
  #features-24 .section-title h2 {
    font-size: 28px;
  }
   #features-24 .central-image img {
      max-width: 70%;
   }
}


