
#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;
  }
}



#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;
  }
}



/* category-posts-7 Styles - Simplified List with Accent Color */
#category-posts-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f4f7f6; /* Light, clean background */
}

#category-posts-7 .section-header {
    margin-bottom: 3rem;
    text-align: center;
}

#category-posts-7 .section-header .section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2c3e50; /* Dark blue-gray */
    margin-bottom: 0.5rem;
}

#category-posts-7 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d; /* Muted gray */
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-7 .elegant-post-list {
    list-style: none;
    padding-left: 0;
}

#category-posts-7 .elegant-post-item {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-radius: 0.375rem; /* Bootstrap's default border-radius */
    border: 1px solid #e3e6ea; /* Light border */
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

#category-posts-7 .elegant-post-item:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

#category-posts-7 .item-icon-wrapper {
    margin-right: 1rem;
    flex-shrink: 0;
    color: #007bff; /* Accent color - Bootstrap primary */
    font-size: 1.25rem; /* Size of the icon */
    margin-top: 0.25rem; /* Align with first line of title */
}

#category-posts-7 .item-content {
    flex-grow: 1;
}

#category-posts-7 .post-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #34495e; /* Darker text color */
}

#category-posts-7 .post-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

#category-posts-7 .post-title a:hover {
    color: #007bff; /* Accent color on hover */
}

#category-posts-7 .post-meta {
    font-size: 0.85rem;
    color: #7f8c8d; /* Muted gray for meta */
    margin-bottom: 0.75rem;
}
#category-posts-7 .post-meta .meta-divider {
    margin: 0 0.5rem;
}


#category-posts-7 .post-excerpt {
    font-size: 0.95rem;
    color: #566573; /* Slightly lighter than title */
    line-height: 1.6;
    margin-bottom: 1rem;
}

#category-posts-7 .readmore-btn {
    font-weight: 500;
    font-size: 0.9rem;
    color: #007bff; /* Accent color */
    text-decoration: none;
    display: inline-flex; /* For icon alignment */
    align-items: center;
    transition: color 0.2s ease;
}

#category-posts-7 .readmore-btn:hover {
    color: #0056b3; /* Darker accent on hover */
    text-decoration: underline;
}
#category-posts-7 .readmore-btn i {
    margin-left: 0.35rem;
    font-size: 0.8em; /* Make arrow slightly smaller */
}

/* Pagination Wrapper */
#category-posts-7 .pagination-wrapper {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}
/* Basic styling for pagination, can be expanded */
#category-posts-7 .pagination-wrapper .page-link {
    color: #007bff;
}
#category-posts-7 .pagination-wrapper .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}




#content-block-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-9 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-9 .article-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#faq-8 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-8 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-8 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-8 .faq-item {
  margin-bottom: 40px;
}
#faq-8 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #17a2b8;
  cursor: pointer;
  margin-bottom: 15px;
}
#faq-8 .faq-image {
  display: none;
  margin-top: 10px;
}
#faq-8 .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq-8 .faq-image img {
    height: auto;
  }
}



#timeline-19 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-19 .story-block-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#timeline-19 .story-block {
  padding: 2.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
}
#timeline-19 .story-block:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#timeline-19.alternate-bg .story-block:nth-child(odd) {
  background-color: #f8f9fa;
  border-color: #f1f1f1;
}
#timeline-19 .story-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
#timeline-19 .story-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  width: 40px;
  text-align: center;
}
#timeline-19 .story-header-text {
  flex-grow: 1;
}
#timeline-19 .story-date {
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.1rem;
}
#timeline-19 .story-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
  line-height: 1.3;
}
#timeline-19 .story-content p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#timeline-19 .story-content p:last-child {
  margin-bottom: 0;
}
#timeline-19 .story-image {
  margin-top: 1.5rem;
}
#timeline-19 .story-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}
@media (max-width: 767.98px) {
  #timeline-19 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #timeline-19 .section-title {
    font-size: 2.1rem;
  }
  #timeline-19 .story-block {
    padding: 1.5rem;
  }
  #timeline-19 .story-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }
  #timeline-19 .story-icon {
    margin-bottom: 0.5rem;
  }
  #timeline-19 .story-title {
    font-size: 1.25rem;
  }
  #timeline-19 .story-content p {
    font-size: 0.95rem;
  }
}



#team-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#team-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-5 .t5-swiper-container {
  overflow: hidden;
  position: relative;
}
#team-5 .swiper-slide {
  height: auto;
  display: flex;
  padding-bottom: 1rem;
}
#team-5 .team-member-slide {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
}
#team-5 .member-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#team-5 .team-member-slide:hover .member-image img {
  transform: scale(1.05);
}
#team-5 .member-info {
  padding: 1.25rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#team-5 .member-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-5 .member-role {
  font-size: 0.85rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
  flex-grow: 1;
}
#team-5 .member-social-links {
  margin-top: auto;
  padding-top: 0.5rem;
}
#team-5 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: color 0.3s ease;
  line-height: 1;
}
#team-5 .member-social-links a:hover {
  color: var(--bs-primary);
}
#team-5 .swiper-pagination-t5 {
  position: static;
  margin-top: 2.5rem;
}
#team-5 .swiper-pagination-t5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.4;
}
#team-5 .swiper-pagination-t5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#team-5 .swiper-button-next-t5,
#team-5 .swiper-button-prev-t5 {
  color: var(--bs-primary);
  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);
  top: 45%;
}
#team-5 .swiper-button-next-t5::after,
#team-5 .swiper-button-prev-t5::after {
  font-size: 1rem;
  font-weight: 900;
}
#team-5 .swiper-button-prev-t5 {
  left: 10px;
}
#team-5 .swiper-button-next-t5 {
  right: 10px;
}
@media (max-width: 767.98px) {
  #team-5 {
    padding-bottom: 5rem;
  }
  #team-5 .swiper-button-next-t5,
  #team-5 .swiper-button-prev-t5 {
    display: none;
  }
}



#press-mentions-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4f8;
  overflow: hidden;
}
#press-mentions-7 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-7 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-7 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-7 .stat-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid #e0e5eb;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-7 .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#press-mentions-7 .stat-icon {
  margin-bottom: 1rem;
}
#press-mentions-7 .stat-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#press-mentions-7 .stat-metric {
  font-size: 3rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#press-mentions-7 .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
  flex-grow: 1;
  min-height: 40px;
}
#press-mentions-7 .stat-source {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: auto;
}
#press-mentions-7 .stat-source a {
  color: #6c757d;
  text-decoration: none;
  font-style: italic;
}
#press-mentions-7 .stat-source a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  #press-mentions-7 .stat-metric {
    font-size: 2.5rem;
  }
  #press-mentions-7 .stat-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-7 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-7 .stat-card {
    padding: 1.5rem 1rem;
  }
  #press-mentions-7 .stat-metric {
    font-size: 2.2rem;
  }
}



#customer-support-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  overflow: hidden;
}
#customer-support-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#customer-support-10 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
#customer-support-10 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}
#customer-support-10 .section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
}
#customer-support-10 .search-form {
  max-width: 650px;
  margin: 0 auto 2.5rem auto;
}
#customer-support-10 .search-form .form-control {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  border: none;
}
#customer-support-10 .search-form .btn-search {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50rem;
  font-weight: 500;
}
#customer-support-10 .search-form .input-group .btn {
  margin-left: -1px;
  z-index: 5;
}
#customer-support-10 .popular-topics-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .popular-topics-list a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  margin: 0.3rem;
  border-radius: 50rem;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#customer-support-10 .popular-topics-list a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}
#customer-support-10 .contact-prompt {
  margin-top: 3rem;
}
#customer-support-10 .cant-find-text {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
#customer-support-10 .btn-contact {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #customer-support-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-10 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-10 .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #customer-support-10 .search-form .form-control,
  #customer-support-10 .search-form .btn-search {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}



#offers-18 {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-18 .offer-glass-card {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  width: 100%;
  color: #fff;
}
#offers-18 .offer-glass-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#offers-18 .offer-glass-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#offers-18 .offer-glass-code {
  margin-bottom: 2rem;
  min-height: 40px;
}
#offers-18 .offer-glass-code strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  opacity: 0.8;
}
#offers-18 .offer-glass-code span {
  font-weight: 700;
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.4rem 1rem;
  border-radius: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
}
#offers-18 .btn-glass-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-color: #ffc107;
  border: none;
  color: #333;
  border-radius: 50rem;
}
#offers-18 .btn-glass-cta:hover {
  background-color: #ffca2c;
}
@media (max-width: 767.98px) {
  #offers-18 {
    padding: 100px 0;
    min-height: 450px;
  }
  #offers-18 .offer-glass-card {
    padding: 2rem;
  }
  #offers-18 .offer-glass-title {
    font-size: 1.8rem;
  }
}


