
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hero-15 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-15::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-15 .container {
  position: relative;
  z-index: 2;
}
#hero-15 .hero-content-wrapper-15 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-15 .hero-title-15,
#hero-15 .hero-subtitle-15,
#hero-15 .hero-cta-button-15 {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
#hero-15 .hero-title-15 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  animation-delay: 0.2s;
}
#hero-15 .hero-subtitle-15 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
  animation-delay: 0.4s;
}
#hero-15 .hero-cta-button-15 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
  animation-delay: 0.6s;
}
#hero-15 .hero-cta-button-15:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-15 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-15 .hero-title-15 {
    font-size: 2.5rem;
  }
  #hero-15 .hero-subtitle-15 {
    font-size: 1.1rem;
  }
}



#why-choose-us-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#why-choose-us-10 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-10 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-10 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-10 .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
#why-choose-us-10 .icon-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#why-choose-us-10 .icon-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-10 .icon-card i {
  font-size: 2.5rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-10 .icon-card h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#why-choose-us-10 .icon-card p {
  font-size: 0.95rem;
  color: #555;
}



#customer-support-13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-13 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-13 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-13 .support-plan-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#customer-support-13 .support-plan-card.highlight {
  border-color: var(--bs-primary);
  border-width: 2px;
  box-shadow: 0 0.5rem 1rem rgba(var(--bs-primary-rgb), 0.15);
}
#customer-support-13 .plan-header {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#customer-support-13 .plan-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-13 .plan-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#customer-support-13 .plan-description-header {
  font-size: 0.9rem;
  color: #6c757d;
  min-height: 40px;
}
#customer-support-13 .plan-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#customer-support-13 .plan-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
#customer-support-13 .plan-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #495057;
  font-size: 0.95rem;
}
#customer-support-13 .plan-features li i {
  color: #20c997;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}
#customer-support-13 .plan-footer {
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
  text-align: center;
  margin-top: auto;
}
#customer-support-13 .plan-footer .btn {
  width: 100%;
  padding: 0.7rem 1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #customer-support-13 .plan-name {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-13 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-13 .section-subtitle {
    font-size: 1.1rem;
  }
}



#testimonials-3 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-3 .slider-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#testimonials-3 .slider-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-3 .slider-item.active {
  display: block;
}
#testimonials-3 .slider-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-3 .slider-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-3 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#features-25 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-25']['bg_color'] ?? '#ffffff' }};
}
#features-25 .section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-25 .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-25 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
  font-size: 15px;
}
#features-25 .minimal-feature-item {
  display: flex;
  align-items: center;
  padding: 10px 0; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover {
   color: var(--bs-primary, #0d6efd);
}
#features-25 .minimal-feature-icon {
  margin-right: 12px;
}
#features-25 .minimal-feature-icon i {
  font-size: 20px; 
  color: var(--bs-primary, #0d6efd);
  width: 25px; 
  text-align: center;
  transition: transform 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-icon i {
    transform: scale(1.1); 
}
#features-25 .minimal-feature-title {
  font-size: 17px; 
  font-weight: 500;
  color: #495057; 
  transition: color 0.3s ease;
}
#features-25 .minimal-feature-item:hover .minimal-feature-title {
   color: var(--bs-primary, #0d6efd); 
}
@media (min-width: 768px) {
/* #features-25 .row > * {
    flex: 0 0 auto;
    width: 50%;
  } */
}
@media (min-width: 992px) {
/* #features-25 .row > * {
     flex: 0 0 auto;
     width: 33.33333%;
   } */
}
@media (max-width: 767.98px) {
  #features-25 .section-title h2 {
    font-size: 26px;
  }
   #features-25 .minimal-feature-title {
     font-size: 16px;
   }
}



#our-services-27 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-27 .service-description-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-27 .service-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
#our-services-27 .service-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1rem;
}
#our-services-27 .btn-service-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
#our-services-27 .key-stats-col {
}
#our-services-27 .stat-block {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}
#our-services-27 .stat-block:hover {
  transform: translateY(-5px);
}
#our-services-27 .stat-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  line-height: 1;
}
#our-services-27 .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
#our-services-27 .stat-label {
  font-size: 0.9rem;
  color: #555;
  display: block;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #our-services-27 .service-description-col {
    text-align: center;
    margin-bottom: 3rem;
  }
  #our-services-27 .btn-service-cta {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  #our-services-27 .stat-block {
    margin-bottom: 1rem;
  }
  #our-services-27 .stat-icon {
    font-size: 2rem;
  }
  #our-services-27 .stat-number {
    font-size: 2rem;
  }
}



#faq-22 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-22 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-22 .faq-alternating-block {
  margin-bottom: 5rem;
}
#faq-22 .faq-alternating-block:last-child {
  margin-bottom: 0;
}
#faq-22 .faq-alternating-block:nth-child(even) {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 15px;
}
#faq-22 .faq-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 1.5rem;
}
#faq-22 .faq-content-col h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#faq-22 .faq-content-col p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
#faq-22 .faq-image-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq-22 .faq-alternating-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  #faq-22 .faq-alternating-block {
    margin-bottom: 3rem;
  }
  #faq-22 .faq-image-col {
    margin-bottom: 1.5rem;
    order: 1 !important;
  }
  #faq-22 .faq-content-col {
    order: 2 !important;
    text-align: center;
  }
  #faq-22 .faq-content-col p {
    text-align: left;
  }
  #faq-22 .faq-alternating-image {
    max-width: 80%;
  }
  #faq-22 .faq-alternating-block:nth-child(even) {
    padding: 2rem 1rem;
  }
}



#team-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-3 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-3 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-3 .team-member-item {
  text-align: center;
  margin-bottom: 1.5rem;
}
#team-3 .member-photo {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5rem auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #ffffff;
}
#team-3 .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#team-3 .team-member-item:hover .member-photo img {
  transform: scale(1.1);
}
#team-3 .member-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-3 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#team-3 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
#team-3 .member-social-links a:hover {
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  #team-3 .member-photo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  #team-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-3 .section-title {
    font-size: 2.1rem;
  }
  #team-3 .member-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
  #team-3 .member-name {
    font-size: 1.1rem;
  }
}



#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;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f9f9f9;
}
.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: #666;
  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 & Ken Burns Image === */
.post-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: #fff;
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}

/* Ken Burns animation */
@keyframes kenburns {
  0%   { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.2) translate(-10px, -10px); }
}
.post-card .card-image img {
  width: 100%;
  display: block;
  animation: kenburns var(--kb-duration) ease-in-out infinite alternate;
}

/* Overlay on hover */
.post-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.post-card:hover .overlay {
  transform: translateY(0);
}
.post-card .overlay h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .overlay .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .overlay .btn-readmore:hover {
  background: #fff;
  color: #000;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#cta-banner-6 {
  padding: 1.5rem 1rem;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  background-color: #6c757d;
  color: #ffffff;
}
#cta-banner-6 .container {
}
#cta-banner-6 .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#cta-banner-6 .cta-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: center;
  padding-right: 0;
}
#cta-banner-6 .cta-button {
  flex-shrink: 0;
  text-align: center;
}
#cta-banner-6 .cta-button .btn {
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-6 .cta-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #cta-banner-6 .cta-text {
    text-align: left;
    padding-right: 1.5rem;
  }
  #cta-banner-6 .cta-button {
    text-align: right;
  }
}


