
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#overview-19 {
  background-color: #fff;
  overflow: hidden;
}
#overview-19 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-19 .section-intro {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#overview-19 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-19 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-19 .process-steps-container {
  position: relative;
}
#overview-19 .process-step {
  position: relative;
  padding-bottom: 3rem;
  padding-left: 80px;
  margin-bottom: 1rem;
}
#overview-19 .process-step:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#overview-19 .step-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.3);
  z-index: 2;
}
#overview-19 .step-marker .step-number {
  font-size: 1.2rem;
}
#overview-19 .process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: -1.5rem;
  width: 2px;
  background-color: var(--connector-color, #adb5bd);
  z-index: 1;
}
#overview-19 .step-content h5 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#overview-19 .step-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #overview-19 .process-step {
    padding-left: 0;
    text-align: center;
  }
  #overview-19 .step-marker {
    position: relative;
    margin: 0 auto 1.5rem auto;
    left: auto;
    top: auto;
  }
  #overview-19 .process-step:not(:last-child)::before {
    display: none;
  }
  #overview-19 .step-content h5 {
    font-size: 1.15rem;
  }
  #overview-19 .overview-section-padding {
    padding-bottom: 2rem;
  }
}



#text-block-19 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-19 .container {
  max-width: 850px;
}
#text-block-19 .featured-image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
#text-block-19 .content-below-image .featured-image-wrapper {
  margin-bottom: 0;
  margin-top: 40px;
}
#text-block-19 .featured-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
#text-block-19 .image-caption {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  text-align: center;
}
#text-block-19 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-19 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-19 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-19 {
    padding: 60px 0;
  }
  #text-block-19 .text-heading {
    font-size: 2rem;
  }
  #text-block-19 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-19 .featured-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}



/* category-posts-3 Styles - Posts Carousel */
#category-posts-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff; /* Clean white background */
}

#category-posts-3 .section-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

#category-posts-3 .section-header .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 0.5rem;
}

#category-posts-3 .section-header .section-subtitle {
    font-size: 1.05rem;
    color: #6c757d;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-3 .posts-carousel .carousel-item {
    height: 450px; /* Fixed height for carousel items */
    background-size: cover;
    background-position: center center;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

#category-posts-3 .posts-carousel .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
    z-index: 1;
}

#category-posts-3 .posts-carousel .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2rem; /* More padding for caption */
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* Gradient for smoother text background */
    color: #ffffff;
    z-index: 2;
    text-align: left;
}

#category-posts-3 .posts-carousel .carousel-caption .post-category {
    display: inline-block;
    background-color: rgba(0, 123, 255, 0.8); /* Primary color with some transparency */
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


#category-posts-3 .posts-carousel .carousel-caption h5 { /* Post title */
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
#category-posts-3 .posts-carousel .carousel-caption h5 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}
#category-posts-3 .posts-carousel .carousel-caption h5 a:hover {
    color: #f0f0f0;
}


#category-posts-3 .posts-carousel .carousel-caption .post-excerpt {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#category-posts-3 .posts-carousel .readmore-btn {
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #007bff;
    border: 1px solid #fff;
}
#category-posts-3 .posts-carousel .readmore-btn:hover {
    background-color: #f8f9fa;
    color: #0056b3;
}

#category-posts-3 .posts-carousel .carousel-control-prev,
#category-posts-3 .posts-carousel .carousel-control-next {
    width: 5%;
    z-index: 3;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
#category-posts-3 .posts-carousel .carousel-control-prev:hover,
#category-posts-3 .posts-carousel .carousel-control-next:hover {
    opacity: 1;
}

#category-posts-3 .posts-carousel .carousel-control-prev-icon,
#category-posts-3 .posts-carousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0.8rem; /* Make icons a bit larger */
    width: 2.5rem; /* Fixed width */
    height: 2.5rem; /* Fixed height */
}


#category-posts-3 .posts-carousel .carousel-indicators {
    z-index: 3;
    margin-bottom: 0.5rem; /* Adjust position of indicators */
}

#category-posts-3 .posts-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Lighter indicators */
    border: none;
    margin: 0 4px;
}

#category-posts-3 .posts-carousel .carousel-indicators .active {
    background-color: #ffffff;
}

#category-posts-3 .more-post-button-wrapper {
    margin-top: 2rem;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #category-posts-3 .posts-carousel .carousel-item {
        height: 400px;
    }
    #category-posts-3 .posts-carousel .carousel-caption h5 {
        font-size: 1.5rem;
    }
    #category-posts-3 .posts-carousel .carousel-caption .post-excerpt {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    #category-posts-3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #category-posts-3 .section-header .section-title {
        font-size: 1.8rem;
    }
     #category-posts-3 .section-header .section-subtitle {
        font-size: 1rem;
    }
    #category-posts-3 .posts-carousel .carousel-item {
        height: 350px;
    }
    #category-posts-3 .posts-carousel .carousel-caption {
        padding: 1.5rem;
    }
    #category-posts-3 .posts-carousel .carousel-caption h5 {
        font-size: 1.3rem;
    }
    #category-posts-3 .posts-carousel .carousel-caption .post-excerpt {
        font-size: 0.85rem;
        -webkit-line-clamp: 2;
    }
    #category-posts-3 .posts-carousel .readmore-btn {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }
}




#content-block-15 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 100%;
  background: #f9f9f9;
}
#content-block-15 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
#content-block-15 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-15 .content-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}



#how-it-works-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#how-it-works-9 .carousel-item {
  text-align: center;
  padding: 40px;
}
#how-it-works-9 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#how-it-works-9 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#faq-15 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#faq-15 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-15 .faq-expand-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
#faq-15 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  color: #212529;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: background-color 0.2s ease;
  box-shadow: none !important;
}
#faq-15 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-15 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #f0f7ff;
  border-bottom-color: transparent;
}
#faq-15 .faq-card-header button::after {
  content: "\\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 0.9em;
  color: #6c757d;
}
#faq-15 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  color: #0d6efd;
}
#faq-15 .faq-card-body-collapse .card-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-15 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#why-choose-us-8 {
  position: relative;
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#why-choose-us-8 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#why-choose-us-8 .feature-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#why-choose-us-8 .feature-box .reason-item {
  margin-bottom: 20px;
}
#why-choose-us-8 .feature-box .reason-item i {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-8 .feature-box .reason-item h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#why-choose-us-8 .feature-box .reason-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#timeline-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-8 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-8 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-8 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-8 .release-timeline-list {
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#timeline-8 .release-timeline-list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #dee2e6;
  z-index: 1;
}
#timeline-8 .release-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
  background-color: #f8f9fa;
}
#timeline-8 .release-item:not(:last-child) {
  border-bottom: 1px dashed #dee2e6;
}
#timeline-8 .release-marker {
  flex-shrink: 0;
  width: 40px;
  text-align: center;
  margin-right: 1.5rem;
  margin-top: 5px;
  position: relative;
}
#timeline-8 .release-marker i {
  font-size: 1.4rem;
  color: var(--bs-primary);
  background-color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#timeline-8 .release-content {
  flex-grow: 1;
}
#timeline-8 .release-version-date {
  margin-bottom: 0.75rem;
}
#timeline-8 .release-version {
  font-size: 1.2rem;
  font-weight: 700;
  color: #343a40;
  margin-right: 0.75rem;
  display: inline-block;
  background-color: var(--bs-primary);
  color: #ffffff;
  padding: 0.2rem 0.6rem;
  border-radius: 0.25rem;
  line-height: 1.2;
}
#timeline-8 .release-date {
  font-weight: 500;
  font-size: 0.95rem;
  color: #6c757d;
}
#timeline-8 .release-theme-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #444;
}
#timeline-8 .release-features {
  list-style: none;
  padding-left: 0;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
#timeline-8 .release-features li {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  padding-left: 1.2rem;
  position: relative;
}
#timeline-8 .release-features li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.2em;
  color: var(--bs-success);
  font-size: 0.85em;
}
@media (max-width: 767.98px) {
  #timeline-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-8 .section-title {
    font-size: 2.1rem;
  }
  #timeline-8 .release-timeline-list::before {
    left: 20px;
  }
  #timeline-8 .release-item {
    padding: 1rem 0;
  }
  #timeline-8 .release-marker {
    margin-right: 1rem;
    width: 35px;
  }
  #timeline-8 .release-marker i {
    font-size: 1.2rem;
    padding: 6px;
  }
}
@media (max-width: 575.98px) {
  #timeline-8 .release-timeline-list::before {
    left: 18px;
  }
  #timeline-8 .release-marker {
    margin-right: 0.75rem;
    width: 30px;
  }
  #timeline-8 .release-marker i {
    font-size: 1rem;
    padding: 5px;
  }
  #timeline-8 .release-version-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}



#call-to-action-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}


