
#hero-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 6rem 0 5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-20 .hero-overlay-20 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-20 .container {
  position: relative;
  z-index: 2;
}
#hero-20 .hero-content-wrapper-20 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#hero-20 .hero-title-20 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-20 .hero-subtitle-20 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-20 .hero-cta-button-20 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-20 .hero-cta-button-20:hover {
  transform: translateY(-2px);
}
#hero-20 .hero-logos-wrapper-20 {
  margin-top: 3.5rem;
}
#hero-20 .logos-title-20 {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#hero-20 .logos-list-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
#hero-20 .hero-logo-item img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  transition: filter 0.3s ease;
}
#hero-20 .hero-logo-item a:hover img,
#hero-20 .hero-logo-item img:hover {
  filter: none;
}
@media (max-width: 767.98px) {
  #hero-20 {
    min-height: 70vh;
    padding: 4rem 0 3rem 0;
  }
  #hero-20 .hero-content-wrapper-20 {
    margin-bottom: 2.5rem;
  }
  #hero-20 .hero-title-20 {
    font-size: 2.3rem;
  }
  #hero-20 .hero-subtitle-20 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-20 .hero-logos-wrapper-20 {
    margin-top: 3rem;
  }
  #hero-20 .logos-list-20 {
    gap: 1.5rem;
  }
  #hero-20 .hero-logo-item img {
    max-height: 30px;
  }
}



#overview-18 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
#overview-18:not([style*="background-image"]) {
  background-color: #6c757d;
}
#overview-18 .container-fluid {
  padding: 0;
}
#overview-18 .content-panel-wrapper {
}
#overview-18 .scrollable-panel {
  background-color: var(--panel-bg-color, rgba(255, 255, 255, 0.95));
  color: var(--panel-text-color, #333);
  padding: 2rem;
  border-radius: 0.5rem;
  max-height: 75vh;
  overflow-y: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#overview-18 .scrollable-panel::-webkit-scrollbar {
  width: 8px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#overview-18 .scrollable-panel .panel-header .section-heading {
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-18 .scrollable-panel .panel-header .lead {
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
#overview-18 .scrollable-panel .content-detail-block {
  margin-bottom: 1.5rem;
}
#overview-18 .scrollable-panel .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-18 .scrollable-panel .content-detail-block h5 {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#overview-18 .scrollable-panel .content-detail-block p {
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#overview-18 .scrollable-panel .cta-wrapper {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #overview-18 {
    min-height: auto;
    background-attachment: scroll;
    padding: 4rem 0;
    display: block;
  }
  #overview-18 .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  #overview-18 .scrollable-panel {
    max-height: none;
    overflow-y: visible;
    margin-top: 0;
  }
  #overview-18 .content-panel-wrapper {
    margin: 0 auto;
  }
}



#how-it-works-24 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f2f5;
}
#how-it-works-24 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-24 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222b38;
}
#how-it-works-24 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-24 .reveal-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#how-it-works-24 .card-initial-content {
  padding: 30px;
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#how-it-works-24 .card-icon {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 20px;
}
#how-it-works-24 .card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-24 .card-initial-description {
  font-size: 0.9rem;
  color: #6c757d;
}
#how-it-works-24 .card-revealed-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 110, 253, 0.9);
  color: #ffffff;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
#how-it-works-24 .revealed-description {
  font-size: 0.95rem;
  line-height: 1.6;
}
#how-it-works-24 .reveal-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
#how-it-works-24 .reveal-card:hover .card-initial-content {
  opacity: 0.1;
}
#how-it-works-24 .reveal-card:hover .card-revealed-content {
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  #how-it-works-24 .reveal-card {
    margin-bottom: 30px;
  }
}



#features-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-6 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-6 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#features-6 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-6 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-6 .feature-counter {
  font-size: 36px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-6 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#faq-24 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-24 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-24 .faq-tabs-nav {
  margin-bottom: 2.5rem;
  border-bottom-color: #dee2e6;
  justify-content: center;
}
#faq-24 .faq-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 2px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#faq-24 .faq-tabs-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#faq-24 .faq-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#faq-24 .faq-tabs-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .faq-pills-nav {
  margin-bottom: 2.5rem;
  justify-content: center;
}
#faq-24 .faq-pills-nav .nav-link {
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-radius: 50rem;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#faq-24 .faq-pills-nav .nav-link i {
  font-size: 1.1em;
  opacity: 0.7;
}
#faq-24 .faq-pills-nav .nav-link:hover {
  background-color: #dee2e6;
  color: #000;
}
#faq-24 .faq-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
}
#faq-24 .faq-pills-nav .nav-link.active i {
  opacity: 1;
}
#faq-24 .tab-content {
}
#faq-24 .tab-pane .faq-item-in-tab {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #eee;
}
#faq-24 .tab-pane .faq-item-in-tab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#faq-24 .faq-question-in-tab {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#faq-24 .faq-answer-in-tab {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Tabs Nav === */
.post-tabs {
  margin-bottom: 30px;
}
.post-tabs .nav-link {
  font-weight: 600;
  color: #555;
  border: none;
  border-bottom: 2px solid transparent;
}
.post-tabs .nav-link.active {
  color: #000;
  border-color: #007bff;
}

/* === Grid === */
.tab-content .post-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 992px) {
  .tab-content .post-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
.post-card {
  background: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
}

/* === More Posts Button === */
.more-post-btn {
  text-align: center;
  margin-top: 40px;
}




#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}



#text-block-29 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-29 .container {
  max-width: 850px;
}
#text-block-29 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
}
#text-block-29 hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  border: 0;
  opacity: 1;
}
#text-block-29 hr:not([class*="hr-"]) {
  height: 1px;
  background-color: #dee2e6;
  width: 100%;
}
#text-block-29 hr.hr-gradient {
  height: 3px;
  background-image: linear-gradient(
    to right,
    var(--grad-hr-1, #0dcaf0),
    var(--grad-hr-2, #0d6efd),
    var(--grad-hr-3, #6f42c1)
  );
  border-radius: 2px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon {
  width: 80px;
  height: 1px;
  background-color: #adb5bd;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--section-bg-color, #ffffff);
  padding: 0 10px;
  color: #adb5bd;
  font-size: 1rem;
}
#text-block-29 hr.hr-double {
  height: auto;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 2px 0;
  background-color: transparent;
}
#text-block-29 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-29 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-29 {
    padding: 60px 0;
  }
  #text-block-29 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-29 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-29 hr {
    margin-bottom: 2rem;
  }
}



#customer-support-5 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#customer-support-5 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-5 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-5 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#chatbot-container {
  max-width: 400px;
  margin: auto;
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
#chat-header {
  background: #007bff;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: bold;
}
#chat-messages {
  max-height: 300px;
  overflow-y: auto;
  padding: 15px;
  background: #f4f4f4;
}
.chat-message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.chat-message.bot {
  justify-content: flex-start;
}
.chat-message.user {
  justify-content: flex-end;
}
.chat-bubble {
  padding: 10px 15px;
  border-radius: 15px;
  max-width: 80%;
}
.bot .chat-bubble {
  background: #007bff;
  color: white;
  text-align: left;
}
.user .chat-bubble {
  background: #e0e0e0;
  text-align: right;
}
#chat-input-container {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 10px;
  background: white;
}
#chat-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 1rem;
  border-radius: 5px;
  outline: none;
}
#chat-send {
  background: #007bff;
  border: none;
  color: white;
  padding: 10px 15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#chat-send:hover {
  background: #0056b3;
}


