
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#portfolio-2 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1a1a1a;
}
#portfolio-2 .section-title-container {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}
#portfolio-2 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-2 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#portfolio-2 .carousel-item {
  height: 75vh;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#portfolio-2 .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#portfolio-2 .carousel-caption {
  bottom: 10%;
  left: 10%;
  right: 10%;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #ffffff;
  z-index: 10;
}
#portfolio-2 .carousel-caption.text-center {
  text-align: center !important;
}
#portfolio-2 .carousel-caption.text-start {
  text-align: left !important;
}
#portfolio-2 .carousel-caption.text-end {
  text-align: right !important;
}
#portfolio-2 .carousel-caption h5 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#portfolio-2 .carousel-caption p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 700px;
}
#portfolio-2 .carousel-caption.text-start p,
#portfolio-2 .carousel-caption.text-end p {
  max-width: 550px;
}
#portfolio-2 .carousel-caption.text-center p {
  margin-left: auto;
  margin-right: auto;
}
#portfolio-2 .btn-slide-cta {
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#portfolio-2 .btn-slide-cta:hover {
  transform: translateY(-2px);
}
#portfolio-2 .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
#portfolio-2 .carousel-indicators .active {
  background-color: #ffffff;
}
#portfolio-2 .carousel-control-prev-icon,
#portfolio-2 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 15px;
  width: 50px;
  height: 50px;
  background-size: 50% 50%;
}
@media (max-width: 767.98px) {
  #portfolio-2 .carousel-item {
    height: 60vh;
    min-height: 400px;
  }
  #portfolio-2 .carousel-caption {
    bottom: 8%;
    left: 5%;
    right: 5%;
  }
  #portfolio-2 .carousel-caption h5 {
    font-size: 1.8rem;
  }
  #portfolio-2 .carousel-caption p {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
}



#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;
  }
}



#team-12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-12 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-12 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-12 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-12 .profile-link-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#team-12 .profile-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#team-12 .member-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  overflow: hidden;
  border: 3px solid #f8f9fa;
}
#team-12 .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#team-12 .member-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-12 .member-role {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
#team-12 .profile-link-button {
  margin-top: auto;
}
#team-12 .profile-link-button .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
}
#team-12 .profile-link-button .btn i {
  margin-left: 0.4rem;
}
@media (max-width: 767.98px) {
  #team-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-12 .section-title {
    font-size: 2.1rem;
  }
  #team-12 .member-photo {
    width: 100px;
    height: 100px;
  }
  #team-12 .member-name {
    font-size: 1.05rem;
  }
}



#testimonials-17 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#testimonials-17 .container {
  max-width: 1140px;
}
#testimonials-17 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-17 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-17 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-17 .minimalist-quote-wall {
  column-gap: var(--column-gap, 2.5rem);
  column-count: var(--column-count-sm, 1);
}
#testimonials-17 .minimalist-quote-item {
  padding: 25px 0;
  margin-bottom: var(--column-gap, 2.5rem);
  page-break-inside: avoid;
  break-inside: avoid;
  border-top: 2px solid #e9ecef;
}
#testimonials-17 .minimalist-quote-item blockquote {
  font-size: 1.3rem;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: normal;
  border-left: none;
  padding-left: 0;
  position: relative;
}
#testimonials-17 .minimalist-quote-item blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 3.5rem;
  color: #adb5bd;
  position: absolute;
  left: -15px;
  top: -10px;
  line-height: 1;
  opacity: 0.6;
}
#testimonials-17 .minimalist-quote-item .quote-author {
  text-align: right;
}
#testimonials-17 .minimalist-quote-item .client-name {
  display: block;
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}
#testimonials-17 .minimalist-quote-item .client-position {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
}
@media (min-width: 768px) {
  #testimonials-17 .minimalist-quote-wall {
    column-count: var(--column-count-md, 2);
  }
}
@media (min-width: 992px) {
  #testimonials-17 .minimalist-quote-wall {
    column-count: var(--column-count-lg, 3);
  }
}
@media (max-width: 767.98px) {
  #testimonials-17 {
    padding: 50px 0;
  }
  #testimonials-17 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-17 .minimalist-quote-item blockquote {
    font-size: 1.15rem;
  }
  #testimonials-17 .minimalist-quote-item blockquote::before {
    font-size: 3rem;
    left: -10px;
    top: -5px;
  }
}



/* === Section Base === */
.post-section {
  position: relative;
  padding: 60px 0;
  background: #f8f9fa;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #555;
  margin-top: 8px;
}

/* === Timeline Line & Container === */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
  width: 90%;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--timeline-color);
  transform: translateX(-50%);
}

/* === Timeline Items === */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 1rem 2rem;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

/* === Marker Dot === */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  width: 16px;
  height: 16px;
  background: var(--timeline-color);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--timeline-color);
}
.timeline-item:nth-child(odd)::before {
  right: -8px;
}
.timeline-item:nth-child(even)::before {
  left: -8px;
}

/* === Content === */
.timeline-item .date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.timeline-item h5 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.timeline-item p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.timeline-item .btn-readmore {
  font-size: 0.85rem;
  color: var(--timeline-color);
  text-decoration: none;
  border-bottom: 1px solid var(--timeline-color);
  transition: color 0.3s, border-color 0.3s;
}
.timeline-item .btn-readmore:hover {
  color: #000;
  border-color: #000;
}

/* === Responsive === */
@media (max-width: 767.98px) {
  .timeline::before {
    left: 8px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 1rem;
    text-align: left !important;
  }
  .timeline-item::before {
    left: 0;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#awards-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-16 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-16 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-16 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-16 .badge-card {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#awards-16 .badge-card:hover {
  background-color: #e9ecef;
}
#awards-16 .badge-image {
  margin-bottom: 1rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-16 .badge-image img {
  max-height: 75px;
  max-width: 180px;
  width: auto;
}
#awards-16 .badge-rating {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#awards-16 .badge-reviews {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
#awards-16 .badge-source {
  font-size: 0.9rem;
  font-weight: 500;
  color: #495057;
}
#awards-16 .badge-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 767.98px) {
  #awards-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-16 .section-title {
    font-size: 2.1rem;
  }
  #awards-16 .badge-card {
    padding: 1.25rem;
  }
  #awards-16 .badge-image img {
    max-height: 65px;
  }
}



#call-to-action-1 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#call-to-action-1 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-1 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-1 .btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-1 .btn:hover {
  background-color: #0056b3;
}



#offers-4 {
  padding: 80px 0;
  background-color: #212529;
  color: #f8f9fa;
}
#offers-4 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #fff;
}
#offers-4 .offer-countdown-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2.5rem 3rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
#offers-4 .offer-countdown-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#offers-4 .offer-countdown-description {
  font-size: 1rem;
  color: #dee2e6;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
#offers-4 .countdown-timer-display {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#offers-4 .countdown-timer-display i {
  margin-right: 8px;
  color: #ffc107;
}
#offers-4 .countdown-prefix {
  margin-right: 5px;
  opacity: 0.8;
}
#offers-4 .offer-progress-area {
  margin-bottom: 2rem;
  padding-top: 1rem;
}
#offers-4 .progress {
  height: 1.2rem;
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: visible;
  position: relative;
}
#offers-4 .progress-bar {
  font-weight: 600;
  font-size: 0.85rem;
  color: #212529;
  border-radius: 50rem;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-4 .progress-label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -1.8rem;
  font-size: 0.9rem;
  color: #adb5bd;
}
#offers-4 .btn-countdown-cta {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #ffc107;
  border: none;
  color: #333;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-4 .btn-countdown-cta:hover {
  background-color: #ffca2c;
  transform: scale(1.05);
}



#faq-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-10 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-10 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-10 .faq-item {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
#faq-10 .faq-item:last-child {
  border-bottom: none;
}
#faq-10 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
}
#faq-10 .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #17a2b8;
  transition: transform 0.3s;
}
#faq-10 .faq-answer {
  display: none;
  font-size: 14px;
  color: #6c757d;
  margin-top: 10px;
}
#faq-10 .faq-item.active .faq-answer {
  display: block;
}
#faq-10 .faq-item.active .faq-icon {
  transform: translateY(-50%) rotate(180deg);
}



#customer-support-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-6 .section-header {
  margin-bottom: 4rem;
}
#customer-support-6 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.75rem;
}
#customer-support-6 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
#customer-support-6 .section-description {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #495057;
}
#customer-support-6 .support-card {
  border: none;
  border-radius: 0.5rem;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
}
#customer-support-6 .support-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}
#customer-support-6 .support-card .card-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#customer-support-6 .support-card .support-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  line-height: 1;
}
#customer-support-6 .support-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#customer-support-6 .support-card .card-text {
  color: #6c757d;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
#customer-support-6 .support-card .support-info {
  font-size: 0.95rem;
  margin-top: auto;
  word-break: break-word;
}
#customer-support-6 .support-card .support-info a {
  text-decoration: none;
  font-weight: 500;
}
#customer-support-6 .support-card .support-info a:hover {
  text-decoration: underline;
}
#customer-support-6 .support-card .btn {
  margin-top: auto;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #customer-support-6 .section-title {
    font-size: 2.2rem;
  }
  #customer-support-6 .support-card .card-body {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #customer-support-6 .section-header {
    margin-bottom: 3rem;
  }
  #customer-support-6 .section-title {
    font-size: 1.9rem;
  }
  #customer-support-6 .section-subtitle {
    font-size: 1rem;
  }
}


