
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#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;
  }
}



#our-services-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-15 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-15 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#our-services-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#our-services-15 .service-pills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 1rem;
}
#our-services-15 .service-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 50rem;
  text-decoration: none;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#our-services-15 .service-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#our-services-15 .service-pill i {
  margin-right: 0.5rem;
  font-size: 0.9em;
}
/*
#our-services-15 .service-pill.bg-warning { color: #333; }
#our-services-15 .service-pill.bg-info { color: #fff; }
*/



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}



#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;
  }
}



#portfolio-5 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-5 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-5 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-5 .project-hero-image img {
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#portfolio-5 .project-header .project-main-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-5 .project-header .project-meta-info {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 20px;
}
#portfolio-5 .project-header .project-meta-info span:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  color: #ced4da;
}
#portfolio-5 .project-content-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}
#portfolio-5 .project-content-description p {
  margin-bottom: 1rem;
}
#portfolio-5 .key-highlights-section .highlights-main-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#portfolio-5 .key-highlights-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
#portfolio-5 .key-highlights-list li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 10px;
}
#portfolio-5 .key-highlights-list li .highlight-icon {
  font-size: 1.1rem;
  color: #20c997;
  margin-right: 12px;
  width: 22px;
  text-align: center;
}
#portfolio-5 .project-gallery-section .gallery-main-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 20px;
}
#portfolio-5 .gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}
#portfolio-5 .gallery-thumbnail-item a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-5 .gallery-thumbnail-item a:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#portfolio-5 .gallery-thumbnail-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
#portfolio-5 .project-final-link a {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
#portfolio-5 .project-final-link a i {
  margin-left: 8px;
}



#testimonials-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#testimonials-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#testimonials-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#testimonials-10 .testimonial-tab {
  text-align: center;
}
#testimonials-10 .testimonial-tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-10 .testimonial-tab p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-10 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#offers-1 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#offers-1 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #1a1a1a;
}
#offers-1 .offer-card {
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
#offers-1 .offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
#offers-1 .offer-card .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.95);
}
#offers-1 .offer-card .card-body {
  padding: 1.5rem;
}
#offers-1 .offer-card .card-title {
  font-weight: 600;
  font-size: 1.15rem;
  color: #0d6efd;
  margin-bottom: 0.75rem;
}
#offers-1 .offer-card .card-text {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#offers-1 .offer-code-wrapper {
  margin-bottom: 0.5rem;
  min-height: 30px;
}
#offers-1 .offer-code {
  font-weight: 700;
  color: #fff;
  background-color: #dc3545;
  padding: 0.3rem 0.8rem;
  border-radius: 50rem;
  font-size: 0.85rem;
  display: inline-block;
  letter-spacing: 0.5px;
  margin-left: 5px;
}
#offers-1 .offer-expiry {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 1.2rem;
  min-height: 20px;
}
#offers-1 .offer-expiry i {
  margin-right: 5px;
}
#offers-1 .offer-card .btn-offer-cta {
  padding: 0.7rem 1.3rem;
  font-weight: 600;
  background-color: #198754;
  border: none;
}
#offers-1 .offer-card .btn-offer-cta:hover {
  background-color: #157347;
}



/* === 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-13 {
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  position: relative;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}
#cta-banner-13.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
#cta-banner-13.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
#cta-banner-13.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
#cta-banner-13.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
#cta-banner-13 .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
#cta-banner-13 .alert-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
#cta-banner-13 .alert-icon {
  flex-shrink: 0;
  font-size: 1.2rem;
}
#cta-banner-13 .alert-text {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#cta-banner-13 .alert-text strong {
  font-weight: 600;
}
#cta-banner-13 .alert-link-wrapper {
  flex-shrink: 0;
}
#cta-banner-13 .alert-link {
  font-weight: 600;
  font-size: 0.95rem;
}
#cta-banner-13 .btn-close {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  padding: 0.75rem;
  opacity: 0.6;
  filter: invert(1) grayscale(100%) brightness(200%);
}
#cta-banner-13 .btn-close:hover {
  opacity: 0.8;
}
#cta-banner-13.alert-warning .btn-close {
  filter: none;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #cta-banner-13 .alert-content-wrapper {
    justify-content: flex-start;
  }
  #cta-banner-13 .alert-text {
    text-align: left;
  }
  #cta-banner-13 .alert-link-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  #cta-banner-13 {
    padding: 0.8rem 1rem;
  }
  #cta-banner-13 .alert-text,
  #cta-banner-13 .alert-link {
    font-size: 0.9rem;
  }
  #cta-banner-13 .alert-content-wrapper {
    gap: 0.5rem 1rem;
  }
}



#how-it-works-23 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}
#how-it-works-23 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-23 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-23 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-23 .problem-solution-pair {
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#how-it-works-23 .problem-block,
#how-it-works-23 .solution-block {
  padding: 20px;
  border-radius: 6px;
}
#how-it-works-23 .problem-block {
  background-color: #fff5f5;
  border-left: 5px solid #e53e3e;
  margin-bottom: 20px;
}
#how-it-works-23 .solution-block {
  background-color: #f0fff4;
  border-left: 5px solid #38a169;
}
#how-it-works-23 .block-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#how-it-works-23 .block-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  min-width: 28px;
}
#how-it-works-23 .problem-block .block-icon {
  color: #e53e3e;
}
#how-it-works-23 .solution-block .block-icon {
  color: #38a169;
}
#how-it-works-23 .block-title {
  font-size: 1.3rem;
  font-weight: 600;
}
#how-it-works-23 .problem-block .block-title {
  color: #c53030;
}
#how-it-works-23 .solution-block .block-title {
  color: #2f855a;
}
#how-it-works-23 .block-description {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #how-it-works-23 .problem-solution-pair .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #how-it-works-23 .problem-block {
    margin-bottom: 0px;
  }
}


