
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#about-us-13 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-13 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-13 .columns {
  display: flex;
  gap: 30px;
}
#about-us-13 .column {
  flex: 1;
  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;
}
@media (max-width: 768px) {
  #about-us-13 .columns {
    flex-direction: column;
  }
}



#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;
  }
}



#features-23 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-23']['bg_color'] ?? '#ffffff' }};
}
#features-23 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-23 .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-23 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-23 .comparison-table {
  width: 100%;
  border-collapse: collapse; 
}
#features-23 .comparison-table th,
#features-23 .comparison-table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6; 
}
#features-23 .comparison-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 18px;
  color: #495057;
  position: relative; 
}
#features-23 .comparison-table th .plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: var(--bs-danger, #dc3545);
    color: #fff;
}
#features-23 .comparison-table tbody th {
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#features-23 .comparison-table tbody td {
  font-size: 15px;
  color: #6c757d;
}
#features-23 .comparison-table tbody tr:nth-child(odd) td {
   background-color: #f8f9fa; 
}
#features-23 .comparison-table tbody tr:hover td {
   background-color: #f1f3f5; 
}
#features-23 .comparison-table .icon-cell i {
  font-size: 1.2rem;
}
#features-23 .comparison-table .highlight {
  background-color: var(--bs-primary-light, #e7f1ff); 
  border-left: 3px solid var(--bs-primary, #0d6efd);
  border-right: 3px solid var(--bs-primary, #0d6efd);
}
#features-23 .comparison-table th.highlight {
  background-color: var(--bs-primary-lighter, #d0e3ff);
  color: var(--bs-primary-dark, #0a58ca);
}
.table-responsive {
    padding: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  #features-23 .comparison-table th,
  #features-23 .comparison-table td {
    padding: 10px;
    font-size: 14px;
  }
  #features-23 .comparison-table th {
    font-size: 16px;
  }
  #features-23 .comparison-table tbody th {
     font-size: 15px;
  }
}



#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;
}



/* style.css for post-section-5 */
#post-section-5 {
    padding-top: 0; /* Hero might be full bleed at the top */
    padding-bottom: 60px;
    background-color: #ffffff;
}

/* Hero Post Area */
#post-section-5 .hero-post-wrapper {
    position: relative;
    width: 100%;
    height: 70vh; /* Adjust height as needed, viewport height percentage */
    min-height: 450px; /* Minimum height */
    max-height: 600px; /* Maximum height */
    background-color: #333; /* Fallback color */
    display: flex;
    align-items: center; /* Vertically center content within the hero */
    justify-content: center; /* Horizontally center content if text-align is center */
    overflow: hidden;
    margin-bottom: 50px; /* Space between hero and grid */
}

#post-section-5 .hero-post-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6) contrast(0.9); /* Darken and adjust contrast for text readability */
}

#post-section-5 .hero-post-overlay-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    max-width: 800px; /* Limit width of content for readability */
}

#post-section-5 .hero-post-categories {
    margin-bottom: 15px;
}

#post-section-5 .hero-post-category-link {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 5px 12px;
    margin: 0 5px 10px 5px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px; /* Pill-shaped badges */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
#post-section-5 .hero-post-category-link:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #007bff;
}

#post-section-5 .hero-post-title {
    font-size: 2.5rem; /* Large title for hero */
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
#post-section-5 .hero-post-title a {
    color: #ffffff;
    text-decoration: none;
}
#post-section-5 .hero-post-title a:hover {
    text-decoration: underline;
}


#post-section-5 .hero-post-meta {
    font-size: 0.95rem;
    color: #e0e0e0;
    margin-bottom: 20px;
}
#post-section-5 .hero-post-meta .meta-icon {
    margin-right: 6px;
}

#post-section-5 .hero-post-excerpt {
    font-size: 1.1rem;
    color: #f0f0f0;
    margin-bottom: 30px;
    line-height: 1.7;
    font-weight: 300;
}

#post-section-5 .hero-post-readmore-btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px; /* Pill button */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#post-section-5 .hero-post-readmore-btn .btn-icon {
    margin-left: 8px;
}

/* Grid Posts Area */
#post-section-5 .grid-posts-area .area-title {
    font-size: 2rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 30px;
    text-align: center;
}

#post-section-5 .grid-post-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#post-section-5 .grid-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

#post-section-5 .grid-post-image-wrapper {
    height: 200px;
    overflow: hidden;
}
#post-section-5 .grid-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#post-section-5 .grid-post-content {
    padding: 20px;
    flex-grow: 1; /* Allows content to expand */
    display: flex;
    flex-direction: column;
}

#post-section-5 .grid-post-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
    line-height: 1.4;
    /* flex-grow: 1; -- Removed to allow meta and button to determine height better if title is short */
}
#post-section-5 .grid-post-title a {
    color: inherit;
    text-decoration: none;
}
#post-section-5 .grid-post-title a:hover {
    color: #007bff;
}

#post-section-5 .grid-post-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 15px;
}

#post-section-5 .grid-post-excerpt { /* Optional */
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1; /* Allow excerpt to push button down */
}

#post-section-5 .grid-post-readmore-btn {
    margin-top: auto; /* Pushes button to the bottom */
    align-self: flex-start;
}

#post-section-5 .grid-pagination-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}




#faq-20 {
  padding: 80px 0;
  background-color: #f4f7fc;
}
#faq-20 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-20 .faq-elevated-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 82, 255, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-20 .faq-elevated-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 82, 255, 0.1);
}
#faq-20 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.3rem 1.7rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #343a40;
  background-color: #fff;
  border: none;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-shadow: none !important;
  border-bottom: 1px solid transparent;
}
#faq-20 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-20 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #fff;
  border-bottom-color: #e0e0e0;
}
#faq-20 .faq-card-header button::after {
  content: "\\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 1em;
  color: #adb5bd;
}
#faq-20 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(45deg);
  color: #dc3545;
}
#faq-20 .faq-card-body-collapse .card-body {
  padding: 1.7rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fdfdff;
}
#faq-20 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}



#counter-10 {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    var(--gradient-start, #4a00e0),
    var(--gradient-end, #8e2de2)
  );
  color: var(--text-color, #ffffff);
  text-align: center;
  overflow: hidden;
}
#counter-10 .container {
  position: relative;
  z-index: 2;
}
#counter-10 .section-header {
  margin-bottom: 60px;
}
#counter-10 .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .section-header p {
  font-size: 1.15rem;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}
#counter-10 .counter-item-floating {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
#counter-10 .floating-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: inline-block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out;
  animation: floatAnimation 4s ease-in-out infinite;
}
#counter-10 .counter-item-floating:hover .floating-icon {
  transform: scale(1.1) translateY(-5px);
  animation-play-state: paused;
}
@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
#counter-10 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  color: var(--text-color, #ffffff);
}
#counter-10 .counter-number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 6px;
  line-height: 1;
  opacity: 0.9;
}
#counter-10 .counter-title-floating {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-color, #ffffff);
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #counter-10 .counter-number {
    font-size: 2.8rem;
  }
  #counter-10 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-10 .floating-icon {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  #counter-10 {
    padding: 60px 0;
  }
  #counter-10 .section-header h2 {
    font-size: 2.2rem;
  }
  #counter-10 .counter-item-floating {
    margin-bottom: 40px;
  }
  #counter-10 .counter-item-floating:last-child {
    margin-bottom: 0;
  }
}


