
#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-14 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #ffffff;
}
#overview-14:not([style*="background-image"]) {
  background-color: #343a40;
}
#overview-14 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
}
#overview-14 .glass-card {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 1rem;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#overview-14 .glass-card .section-heading {
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-align: center;
}
#overview-14 .glass-card .lead {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
  text-align: center;
}
#overview-14 .content-detail-block {
  margin-bottom: 2rem;
}
#overview-14 .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-14 .content-detail-block h5 {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
}
#overview-14 .content-detail-block h5 i {
  margin-right: 0.75rem;
  font-size: 1.1em;
  opacity: 0.8;
}
#overview-14 .content-detail-block p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
}
#overview-14 .glass-card .cta-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  #overview-14 .overview-section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #overview-14 .glass-card {
    padding: 1.5rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  #overview-14 .content-detail-block h5 {
    font-size: 1.1rem;
  }
}



/* === 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;
}




#how-it-works-19 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f4f8;
}
#how-it-works-19 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-19 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a2533;
}
#how-it-works-19 .section-main-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-19 .roadmap-line-container {
  position: relative;
  margin: 0 auto;
}
#how-it-works-19 .roadmap-line-container::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 5%;
  right: 5%;
  height: 4px;
  background-color: #cbd5e0;
  z-index: 0;
  border-radius: 2px;
}
#how-it-works-19 .roadmap-points-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}
#how-it-works-19 .roadmap-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 18%;
  position: relative;
  z-index: 1;
}
#how-it-works-19 .roadmap-point-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 4px solid #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
#how-it-works-19 .roadmap-point-icon-wrapper i {
  font-size: 2rem;
  color: #0d6efd;
}
#how-it-works-19 .roadmap-point-icon-wrapper .point-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
}
#how-it-works-19 .roadmap-point-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  min-height: 44px;
}
#how-it-works-19 .roadmap-point-description {
  font-size: 0.85rem;
  color: #4a5568;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  #how-it-works-19 .roadmap-line-container::before {
    top: 5%;
    bottom: 5%;
    left: 40px;
    width: 4px;
    height: auto;
    right: auto;
  }
  #how-it-works-19 .roadmap-points-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }
  #how-it-works-19 .roadmap-point {
    width: 100%;
    flex-direction: row;
    text-align: left;
    margin-bottom: 30px;
    align-items: center;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper i,
  #how-it-works-19 .roadmap-point-icon-wrapper .point-number {
    font-size: 1.8rem;
  }
  #how-it-works-19 .roadmap-point-title {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  #how-it-works-19 .roadmap-line-container::before {
    left: 30px;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  #how-it-works-19 .roadmap-point-icon-wrapper i,
  #how-it-works-19 .roadmap-point-icon-wrapper .point-number {
    font-size: 1.5rem;
  }
  #how-it-works-19 .roadmap-point-title {
    font-size: 1rem;
  }
  #how-it-works-19 .roadmap-point-description {
    font-size: 0.8rem;
  }
}



#our-services-10 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#our-services-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#our-services-10 .service-tab {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#our-services-10 .service-tab i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}



#press-mentions-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
}
#press-mentions-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#press-mentions-10 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#press-mentions-10 .quote-icon {
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
#press-mentions-10 .press-quote {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#press-mentions-10 .quote-source {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#press-mentions-10 .quote-link .btn {
  padding: 0.75rem 2rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #press-mentions-10 .press-quote {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-10 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  #press-mentions-10 .press-quote {
    font-size: 1.4rem;
  }
  #press-mentions-10 .quote-source {
    font-size: 1rem;
  }
  #press-mentions-10 .quote-link .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
  }
}



#timeline-18 {
  padding-top: 5rem;
  padding-bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-18 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-18 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-18 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}
#timeline-18.layout-vertical-alternating .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 4rem auto;
}
#timeline-18.layout-vertical-alternating .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e9ecef;
  top: 15px;
  bottom: 15px;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#timeline-18.layout-vertical-alternating .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 2rem;
}
#timeline-18.layout-vertical-alternating .timeline-item:last-child {
  margin-bottom: 0;
}
#timeline-18.layout-vertical-alternating .timeline-item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 5px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 4px #ffffff;
}
#timeline-18.layout-vertical-alternating .timeline-marker-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  text-align: center;
  z-index: 3;
  line-height: 30px;
  color: var(--bs-primary);
  font-size: 0.9rem;
}
#timeline-18.layout-vertical-alternating .timeline-left {
  left: 0;
  padding-right: 35px;
}
#timeline-18.layout-vertical-alternating .timeline-left::after {
  left: -15px;
}
#timeline-18.layout-vertical-alternating .timeline-left .timeline-marker-icon {
  right: -15px;
}
#timeline-18.layout-vertical-alternating .timeline-right {
  left: 50%;
  padding-left: 75px;
}
#timeline-18.layout-vertical-alternating .timeline-right::after {
  left: -15px;
}
#timeline-18.layout-vertical-alternating .timeline-right .timeline-marker-icon {
  left: -15px;
}
#timeline-18.layout-vertical-alternating .timeline-content {
  padding: 1.5rem;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
#timeline-18 .timeline-date {
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.2rem;
}
#timeline-18 .timeline-item-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#timeline-18 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #timeline-18.layout-vertical-alternating .timeline-wrapper::after {
    left: 31px;
  }
  #timeline-18.layout-vertical-alternating .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
  }
  #timeline-18.layout-vertical-alternating .timeline-left,
  #timeline-18.layout-vertical-alternating .timeline-right {
    left: 0%;
  }
  #timeline-18.layout-vertical-alternating .timeline-left::after,
  #timeline-18.layout-vertical-alternating .timeline-right::after {
    left: 16px;
  }
  #timeline-18.layout-vertical-alternating .timeline-left .timeline-marker-icon,
  #timeline-18.layout-vertical-alternating
    .timeline-right
    .timeline-marker-icon {
    left: 16px;
  }
}
#timeline-18 .cta-block {
  padding: 4rem 1rem;
  margin-top: 0;
  text-align: center;
  background-color: #e9ecef;
  color: #212529;
}
#timeline-18 .cta-block .container {
  max-width: 750px;
}
#timeline-18 .cta-block-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#timeline-18 .cta-block-text {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-18 .cta-block-text[style*="color: #ffffff"] {
  opacity: 0.9;
}
#timeline-18 .cta-block-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #timeline-18 {
    padding-top: 4rem;
  }
  #timeline-18 .section-title {
    font-size: 2.1rem;
  }
  #timeline-18 .cta-block {
    padding: 3rem 1rem;
  }
  #timeline-18 .cta-block-title {
    font-size: 1.8rem;
  }
}



#awards-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
#awards-12 .section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#awards-12 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-12 .logo-item {
  text-align: center;
}
#awards-12 .logo-item a {
  display: inline-block;
  filter: grayscale(80%);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#awards-12 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
#awards-12 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #awards-12 .logo-grid {
    gap: 2rem 2.5rem;
  }
  #awards-12 .logo-item img {
    max-height: 45px;
  }
}
@media (max-width: 767.98px) {
  #awards-12 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #awards-12 .logo-grid {
    gap: 1.5rem 2rem;
  }
  #awards-12 .logo-item img {
    max-height: 40px;
  }
}



#team-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-3 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-3 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-3 .team-member-item {
  text-align: center;
  margin-bottom: 1.5rem;
}
#team-3 .member-photo {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5rem auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #ffffff;
}
#team-3 .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#team-3 .team-member-item:hover .member-photo img {
  transform: scale(1.1);
}
#team-3 .member-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-3 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#team-3 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
#team-3 .member-social-links a:hover {
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  #team-3 .member-photo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  #team-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-3 .section-title {
    font-size: 2.1rem;
  }
  #team-3 .member-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
  #team-3 .member-name {
    font-size: 1.1rem;
  }
}



#customer-support-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-9 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#customer-support-9 .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-9 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-9 .contact-form {
  max-width: 720px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-9 .form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #495057;
}
#customer-support-9 .form-control {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
}
#customer-support-9 .form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
#customer-support-9 textarea.form-control {
  min-height: 150px;
}
#customer-support-9 .submit-button-wrapper {
  text-align: center;
  margin-top: 1rem;
}
#customer-support-9 .btn-submit {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#customer-support-9 .form-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 0.25rem;
  display: none;
  text-align: center;
}
#customer-support-9 .form-message.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
  display: block;
}
#customer-support-9 .form-message.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
  display: block;
}
@media (max-width: 767.98px) {
  #customer-support-9 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-9 .section-title {
    font-size: 2rem;
  }
  #customer-support-9 .contact-form {
    padding: 1.5rem;
  }
}



#faq-11 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-11 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #212529;
}
#faq-11 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-11 .accordion-header {
}
#faq-11 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-11 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-11 .accordion-button::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\");
  transition: transform 0.2s ease-in-out;
}
#faq-11 .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);
}
#faq-11 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-11 .accordion-body p:last-child {
  margin-bottom: 0;
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}


