
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#about-us-21 {
  padding: 80px 15px;
  background-color: #222;
  color: #fff;
}
#about-us-21 .section-title,
#about-us-21 .section-subtitle {
  text-align: center;
  margin-bottom: 40px;
}
#about-us-21 .features-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#about-us-21 .unique-feature-card {
  background-color: #333;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 30px;
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
#about-us-21 .unique-feature-card:hover {
  transform: translateY(-5px);
}
#about-us-21 .unique-feature-card h3 {
  color: #ffc107;
  margin-bottom: 15px;
}
#about-us-21 .unique-feature-card p {
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}
#about-us-21 .unique-feature-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: auto;
}
/*
#about-us-21 .unique-feature-card.top-left { ... }
#about-us-21 .unique-feature-card.center-right { ... }
#about-us-21 .unique-feature-card.bottom-left { ... }
#about-us-21 .unique-feature-card.top-right { ... }
*/
#about-us-21 .call-to-action-wrapper {
  text-align: center;
  margin-top: 60px;
}
#about-us-21 .call-to-action-wrapper a {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out;
}
#about-us-21 .call-to-action-wrapper a:hover {
  background-color: #0056b3;
}
/*
@media (max-width: 768px) {
  #about-us-21 .unique-feature-card {
    position: relative;
    width: 80%;
    margin: 20px auto;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: rotate(0) !important;
  }
}
*/



#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;
  }
}



#team-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-4 .content-wrapper {
  display: flex;
  align-items: center;
}
#team-4 .text-column {
  padding-right: 3rem;
}
#team-4 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#team-4 .section-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#team-4 .text-content p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#team-4 .text-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
#team-4 .text-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  color: #495057;
}
#team-4 .text-content ul li {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 0.5rem;
}
#team-4 .text-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--bs-primary);
  font-size: 0.9em;
}
#team-4 .cta-button .btn {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
#team-4 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #team-4 .text-column {
    padding-right: 1.5rem;
  }
  #team-4 .section-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  #team-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-4 .content-wrapper {
    flex-direction: column;
  }
  #team-4 .image-column {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #team-4 .image-column img {
    max-width: 90%;
  }
  #team-4 .text-column {
    padding-right: 0;
  }
}



#awards-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#awards-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#awards-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-5 .aw5-swiper-container {
  overflow: hidden;
  position: relative;
}
#awards-5 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
}
#awards-5 .award-slide-content {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin: 0 auto;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#awards-5 .award-slide-visual {
  margin-bottom: 1rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-5 .award-slide-visual img {
  max-height: 45px;
  max-width: 130px;
  width: auto;
}
#awards-5 .award-slide-visual i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#awards-5 .award-slide-name {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-year {
  font-size: 0.85rem;
  color: #6c757d;
}
#awards-5 .swiper-pagination-aw5 {
  position: static;
  margin-top: 2.5rem;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.4;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#awards-5 .swiper-button-next-aw5,
#awards-5 .swiper-button-prev-aw5 {
  color: var(--bs-primary);
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#awards-5 .swiper-button-next-aw5::after,
#awards-5 .swiper-button-prev-aw5::after {
  font-size: 1.1rem;
  font-weight: 900;
}
#awards-5 .swiper-button-prev-aw5 {
  left: 5px;
}
#awards-5 .swiper-button-next-aw5 {
  right: 5px;
}
@media (max-width: 767.98px) {
  #awards-5 {
    padding-bottom: 5rem;
  }
  #awards-5 .swiper-button-next-aw5,
  #awards-5 .swiper-button-prev-aw5 {
    width: 38px;
    height: 38px;
  }
  #awards-5 .swiper-button-next-aw5::after,
  #awards-5 .swiper-button-prev-aw5::after {
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  #awards-5 .swiper-slide {
    min-height: 180px;
  }
  #awards-5 .award-slide-content {
    padding: 1rem;
    width: 100%;
    min-height: 160px;
  }
  #awards-5 .award-slide-name {
    font-size: 0.9rem;
  }
}



#faq-23 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-23 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-23 .faq-trigger-list .list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 500;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq-23 .faq-trigger-list .list-group-item:hover {
  background-color: #eef2f7;
  color: #0d6efd;
}
#faq-23 .faq-trigger-list .list-group-item i {
  color: #adb5bd;
  font-size: 0.9em;
}
#faq-23 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#faq-23 .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
#faq-23 .modal-body {
  padding: 1.5rem 2rem;
  line-height: 1.7;
}
#faq-23 .modal-body img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}
#faq-23 .modal-body p:last-child {
  margin-bottom: 0;
}
#faq-23 .modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}



#call-to-action-16 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-16.has-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  z-index: 1;
}
#call-to-action-16 .container {
  position: relative;
  z-index: 2;
}
#call-to-action-16:not(.has-bg-image) {
}
#call-to-action-16:not(.has-bg-image) .cta-subtext {
}
#call-to-action-16 .cta-headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-16 .cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}
#call-to-action-16 .cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-width: 2px;
}
#call-to-action-16 .cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#call-to-action-16 .cta-buttons .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-16 .cta-content,
  #call-to-action-16 .cta-buttons {
    text-align: center;
  }
  #call-to-action-16 .cta-headline {
    font-size: 1.8rem;
  }
  #call-to-action-16 .cta-subtext {
    font-size: 1rem;
  }
  #call-to-action-16 .cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #call-to-action-16 .cta-buttons .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}


