
#tag-section-18 {
  padding-bottom: 60px;
  background-color: #f8f9fa;
  overflow: hidden;
}
#tag-section-18 .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-18 .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-18 .hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#tag-section-18 .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-18 .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-18 .post-grid-container {
}
#tag-section-18 .post-image-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tag-section-18 .post-image-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#tag-section-18 .post-image-link {
  display: block;
  overflow: hidden;
  background-color: #eee;
  aspect-ratio: 4 / 3;
}
#tag-section-18 .post-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#tag-section-18 .post-image-item:hover .post-image {
  transform: scale(1.08);
}
#tag-section-18 .post-caption {
  padding: 12px 15px;
  text-align: center;
  margin-top: auto;
}
#tag-section-18 .post-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.3;
}
#tag-section-18 .post-title a {
  color: #343a40;
  text-decoration: none;
}
#tag-section-18 .post-title a:hover {
  color: #c8a45d;
}
#tag-section-18 .post-meta {
  font-size: 0.8rem;
  color: #999;
}
#tag-section-18 .post-meta i {
  margin-right: 4px;
}
#tag-section-18 .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#tag-section-18 .pagination {
  margin-bottom: 0;
}
#tag-section-18 .page-item .page-link {
  color: #c8a45d;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  border-radius: 4px;
}
#tag-section-18 .page-item.active .page-link {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
  z-index: 3;
}
#tag-section-18 .page-item.disabled .page-link {
  color: #999;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#tag-section-18 .page-item .page-link:hover {
  color: #ab8a4a;
  background-color: #e9ecef;
  border-color: #dee2e6;
  z-index: 2;
}
#tag-section-18 .page-item.active .page-link:hover {
  background-color: #c8a45d;
  border-color: #c8a45d;
  color: #fff;
}
@media (max-width: 767.98px) {
  #tag-section-18 {
    padding-bottom: 40px;
  }
  #tag-section-18 .section-hero-banner {
    padding: 60px 15px;
    min-height: 250px;
    margin-bottom: 30px;
  }
  #tag-section-18 .hero-banner-title {
    font-size: 2.2rem;
  }
  #tag-section-18 .hero-banner-subtitle {
    font-size: 1rem;
  }
  #tag-section-18 .post-image-link {
    aspect-ratio: 3 / 2;
  }
  #tag-section-18 .post-title {
    font-size: 0.95rem;
  }
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}



#features-26 {
  padding: 100px 0; 
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color: {{ $data['features-26']['text_color'] ?? '#ffffff' }};
background-color: #343a40;
}
@media (hover: none) {
  #features-26 {
    background-attachment: scroll;
  }
}
#features-26::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: {{ $data['features-26']['overlay_color'] ?? 'rgba(0, 0, 0, 0.65)' }};
  z-index: 1;
}
#features-26 .container {
  position: relative;
  z-index: 2;
}
#features-26 .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: inherit; 
}
#features-26 .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-26 .section-title p {
  margin-bottom: 50px;
  color: inherit;
  opacity: 0.9;
}
#features-26 .feature-box {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.1); 
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
#features-26 .feature-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
#features-26 .feature-icon i {
  font-size: 42px;
  color: var(--bs-primary, #0d6efd);
margin-bottom: 20px;
  display: inline-block;
}
#features-26 .feature-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
}
#features-26 .feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #features-26 {
    padding: 60px 0;
    background-attachment: scroll; 
  }
  #features-26 .section-title h2 {
    font-size: 28px;
  }
   #features-26 .feature-icon i {
     font-size: 36px;
   }
   #features-26 .feature-box h4 {
     font-size: 18px;
   }
}


