
#hero-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



#features-3 {
  padding: 60px 0;
  background-color: #ffffff;
}
#features-3 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-3 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-3 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, background-color 0.3s;
  border-radius: 8px;
  cursor: pointer;
}
#features-3 .feature-item:hover {
  transform: translateY(-10px);
  background-color: #e2f0f1;
}
#features-3 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
  transition: transform 0.3s, color 0.3s;
}
#features-3 .feature-item:hover .feature-icon {
  transform: scale(1.2);
  color: #138496;
}
#features-3 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-3 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#text-block-16 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f9f6f1);
  background-image: var(--section-bg-texture);
  background-repeat: repeat;
  color: var(--text-color, #4a4a4a);
  font-family: "Georgia", serif;
}
#text-block-16 .container {
  max-width: 800px;
}
#text-block-16 .paper-content-box {
  background-color: var(--container-bg-color, rgba(255, 255, 255, 0.6));
  padding: 40px 50px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
#text-block-16 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  color: var(--text-color, #4a4a4a);
  opacity: 0.8;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
#text-block-16 .text-heading {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--text-color, #4a4a4a);
  margin-bottom: 35px;
  line-height: 1.3;
}
#text-block-16 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-color, #4a4a4a);
  opacity: 0.9;
  margin-bottom: 1.4rem;
  text-align: justify;
}
#text-block-16 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-16 {
    padding: 60px 0;
  }
  #text-block-16 .paper-content-box {
    padding: 30px 25px;
  }
  #text-block-16 .text-heading {
    font-size: 1.9rem;
  }
  #text-block-16 .text-paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
}



#our-services-18 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-18 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-18 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-18 .vertical-tabs-container {
}
#our-services-18 .nav-pills .nav-link {
  border-radius: 0.375rem;
  text-align: left;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #495057;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  display: flex;
  align-items: center;
}
#our-services-18 .nav-pills .nav-link i {
  margin-right: 0.75rem;
  min-width: 1.25em;
  text-align: center;
  color: var(--bs-secondary);
}
#our-services-18 .nav-pills .nav-link.active,
#our-services-18 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
}
#our-services-18 .nav-pills .nav-link.active i {
  color: #fff;
}
#our-services-18 .nav-pills .nav-link:hover:not(.active) {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
#our-services-18 .tab-content {
  padding: 1rem 1.5rem;
}
#our-services-18 .tab-pane h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343a40;
}
#our-services-18 .tab-pane p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
}
#our-services-18 .tab-pane img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#our-services-18 .tab-pane .btn-cta {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  #our-services-18 .nav-pills {
    margin-bottom: 1.5rem;
  }
  #our-services-18 .tab-content {
    padding: 1rem;
  }
  #our-services-18 .tab-pane h3 {
    font-size: 1.4rem;
  }
}



#content-block-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-16 .content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#content-block-16 .content-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-block-16 .content-text h2,
#content-block-16 .content-text h3 {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#content-block-16 .content-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-16 .content-text p:last-child {
  margin-bottom: 0;
}
#content-block-16 .content-text h5 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #495057;
}
#content-block-16 .content-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#content-block-16 .content-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #6c757d;
  font-size: 0.95rem;
}
#content-block-16 .content-text ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #content-block-16 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-16 .content-image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #content-block-16 .content-text h2,
  #content-block-16 .content-text h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  #content-block-16 .content-text {
    text-align: center;
  }
  #content-block-16 .content-text ul {
    display: inline-block;
    text-align: left;
  }
}



#why-choose-us-13 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  text-align: center;
}
#why-choose-us-13 .section-header {
  margin-bottom: 3rem;
}
#why-choose-us-13 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#why-choose-us-13 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-13 .feature-grid-item {
  margin-bottom: 2.5rem;
}
#why-choose-us-13 .feature-icon-large {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  display: inline-block;
  transition: transform 0.3s ease-out;
}
#why-choose-us-13 .feature-grid-item:hover .feature-icon-large {
  transform: translateY(-5px) scale(1.1);
}
#why-choose-us-13 .feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#why-choose-us-13 .feature-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #why-choose-us-13 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-13 .feature-grid-item {
    margin-bottom: 2rem;
  }
  #why-choose-us-13 .feature-icon-large {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  #why-choose-us-13 .feature-title {
    font-size: 1.2rem;
  }
}



#content-block-4 {
  position: relative;
  padding: 80px 15px;
  margin: 0 auto;
  max-width: 1000px;
  color: #fff;
  text-align: center;
}
#content-block-4 .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#content-block-4 .content-wrapper {
  position: relative;
  z-index: 2;
  padding: 40px;
}
#content-block-4 h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-4 p {
  font-size: 1.1rem;
  line-height: 1.8;
}



#testimonials-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-4 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-4 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-4 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-4 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-4 .testimonial-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#testimonials-4 .testimonial-card:hover {
  transform: translateY(-5px);
}
#testimonials-4 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-4 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-4 .testimonial-card .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 576px) {
  #testimonials-4 .testimonial-card {
    flex: 1 1 100%;
  }
}



/* === Hero Section === */
.post-section .hero {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  margin-bottom: 40px;
}
.post-section .hero-overlay {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}
.post-section .hero-overlay h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.post-section .hero-overlay p {
  font-size: 1.1rem;
  margin: 0;
}

/* === Section Container === */
.post-section {
  background-color: #f9f9f9;
  overflow: hidden;
}
.post-section .container {
  padding: 0 15px;
}

/* === Grid & Cards === */
.post-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}
.post-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.post-card .card-body p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.9rem;
}

/* Featured vs Normal */
.post-card.featured {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .post-card.normal {
    grid-column: span 6;
  }
}
@media (min-width: 992px) {
  .post-card.normal {
    grid-column: span 4;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 30px 0;
}




#text-block-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-13 .container {
  max-width: 800px;
}
#text-block-13 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-13 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
}
#text-block-13 .intro-paragraph {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 50px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-13 .steps-container {
}
#text-block-13 .step-item {
  margin-bottom: 35px;
  align-items: flex-start;
}
#text-block-13 .step-item:last-child {
  margin-bottom: 0;
}
#text-block-13 .step-number {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background-color: var(--number-bg-color, #0d6efd);
  color: var(--number-text-color, #ffffff);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#text-block-13 .step-content {
  flex-grow: 1;
}
#text-block-13 .step-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-bottom: 8px;
}
#text-block-13 .step-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin: 0;
}
@media (max-width: 767.98px) {
  #text-block-13 {
    padding: 60px 0;
  }
  #text-block-13 .text-heading {
    font-size: 2rem;
  }
  #text-block-13 .intro-paragraph {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  #text-block-13 .step-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    margin-right: 15px;
  }
  #text-block-13 .step-title {
    font-size: 1.15rem;
  }
  #text-block-13 .step-description {
    font-size: 0.95rem;
  }
}



#faq-26 {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #212529;
}
#faq-26::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#faq-26 .container {
  position: relative;
  z-index: 2;
}
#faq-26 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-content-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
#faq-26 .faq-minimal-item {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#faq-26 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-26 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
#faq-26 .faq-minimal-answer {
  line-height: 1.7;
  margin-bottom: 0;
  opacity: 0.9;
}
#faq-26 .accordion-item {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-26 .accordion-button {
  font-weight: 600;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  background-color: transparent;
}
#faq-26 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: rgba(231, 241, 255, 0.8);
}
#faq-26 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-26 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-26 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
#faq-26 .accordion-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-5 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#call-to-action-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#call-to-action-5 .content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.5s ease;
}
#call-to-action-5 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeIn 1.2s ease;
}
#call-to-action-5 p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  animation: fadeIn 1.4s ease;
}
#call-to-action-5 .btn {
  background-color: #28a745;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
  animation: fadeInUp 1.6s ease;
}
#call-to-action-5 .btn:hover {
  transform: scale(1.1);
  background-color: #218838;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


