
#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;
  }
}



#why-choose-us-28 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
#why-choose-us-28 .section-title-container {
  margin-bottom: 45px;
}
#why-choose-us-28 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #222b38;
}
#why-choose-us-28 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-28 .narrative-block {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
#why-choose-us-28 .narrative-segment {
  padding: 25px 30px;
  border-bottom: 1px solid #e9ecef;
}
#why-choose-us-28 .narrative-block .narrative-segment:last-child {
  border-bottom: none;
}
#why-choose-us-28 .segment-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#why-choose-us-28 .segment-icon {
  font-size: 1.7rem;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}
#why-choose-us-28 .problem-segment .segment-icon {
  color: #dc3545;
}
#why-choose-us-28 .solution-segment .segment-icon {
  color: #0d6efd;
}
#why-choose-us-28 .benefit-segment .segment-icon {
  color: #198754;
}
#why-choose-us-28 .segment-title {
  font-size: 1.4rem;
  font-weight: 600;
}
#why-choose-us-28 .problem-segment .segment-title {
  color: #c82333;
}
#why-choose-us-28 .solution-segment .segment-title {
  color: #0056b3;
}
#why-choose-us-28 .benefit-segment .segment-title {
  color: #155724;
}
#why-choose-us-28 .segment-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  padding-left: 45px;
  text-align: justify;
}
#why-choose-us-28 .solution-segment {
  background-color: #f0f8ff;
}
@media (max-width: 767.98px) {
  #why-choose-us-28 .section-main-title {
    font-size: 2.1rem;
  }
  #why-choose-us-28 .segment-title {
    font-size: 1.25rem;
  }
  #why-choose-us-28 .segment-description {
    padding-left: 0;
    text-align: left;
  }
  #why-choose-us-28 .narrative-segment {
    padding: 20px;
  }
}



#customer-support-1 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#customer-support-1 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-1 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#customer-support-1 .support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
#customer-support-1 .support-card {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#customer-support-1 .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#customer-support-1 .support-card i {
  font-size: 2.8rem;
  color: #007bff;
  margin-bottom: 10px;
}
#customer-support-1 .support-card h5 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#customer-support-1 .support-card p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
}
#customer-support-1 .support-card a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  color: white;
  background: #007bff;
  transition: background 0.3s ease-in-out;
}
#customer-support-1 .support-card a:hover {
  background: #0056b3;
}



#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}



#features-23 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-23']['bg_color'] ?? '#ffffff' }};
}
#features-23 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-23 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-23 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-23 .comparison-table {
  width: 100%;
  border-collapse: collapse; 
}
#features-23 .comparison-table th,
#features-23 .comparison-table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6; 
}
#features-23 .comparison-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 18px;
  color: #495057;
  position: relative; 
}
#features-23 .comparison-table th .plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: var(--bs-danger, #dc3545);
    color: #fff;
}
#features-23 .comparison-table tbody th {
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#features-23 .comparison-table tbody td {
  font-size: 15px;
  color: #6c757d;
}
#features-23 .comparison-table tbody tr:nth-child(odd) td {
   background-color: #f8f9fa; 
}
#features-23 .comparison-table tbody tr:hover td {
   background-color: #f1f3f5; 
}
#features-23 .comparison-table .icon-cell i {
  font-size: 1.2rem;
}
#features-23 .comparison-table .highlight {
  background-color: var(--bs-primary-light, #e7f1ff); 
  border-left: 3px solid var(--bs-primary, #0d6efd);
  border-right: 3px solid var(--bs-primary, #0d6efd);
}
#features-23 .comparison-table th.highlight {
  background-color: var(--bs-primary-lighter, #d0e3ff);
  color: var(--bs-primary-dark, #0a58ca);
}
.table-responsive {
    padding: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  #features-23 .comparison-table th,
  #features-23 .comparison-table td {
    padding: 10px;
    font-size: 14px;
  }
  #features-23 .comparison-table th {
    font-size: 16px;
  }
  #features-23 .comparison-table tbody th {
     font-size: 15px;
  }
}



#our-services-24 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-24 .services-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-24 .services-section-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-24 .services-section-subtitle {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#our-services-24 .service-bg-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
#our-services-24 .service-bg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#our-services-24 .service-bg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 1;
}
#our-services-24 .service-bg-card:hover::before {
  transform: scale(1.1);
}
#our-services-24 .service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.1) 70%
  );
  padding: 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}
#our-services-24 .service-bg-card:hover .service-card-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.2) 80%
  );
}
#our-services-24 .service-bg-card .card-title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#our-services-24 .service-bg-card .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#our-services-24 .service-bg-card .stretched-link-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 0;
  color: transparent;
}



#faq-17 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-17 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 2rem;
}
#faq-17 .faq-search-bar {
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#faq-17 .faq-search-bar .form-control {
  padding: 0.8rem 1.2rem;
  border-radius: 50rem;
  border-color: #ced4da;
}
#faq-17 .faq-search-bar .btn-search {
  border-radius: 50rem;
  padding: 0.8rem 1.5rem;
}
#faq-17 .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-17 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-17 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-17 .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-17 .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-17 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
}
#faq-17 .accordion-body p:last-child {
  margin-bottom: 0;
}



#team-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#team-11 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-11 .photo-grid-wrapper .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  justify-content: center;
}
#team-11 .photo-item {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#team-11 .photo-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  display: block;
}
#team-11 .photo-item.shape-circle img,
#team-11 .photo-item.shape-circle {
  border-radius: 50%;
}
#team-11 .photo-item.shape-square img,
#team-11 .photo-item.shape-square {
  border-radius: 0.25rem;
}
#team-11 .photo-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--bs-primary-rgb), 0);
  transition: background-color 0.3s ease;
  border-radius: inherit;
}
#team-11 .photo-item a:hover::after {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
}
#team-11 .photo-item a:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}
@media (max-width: 767.98px) {
  #team-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-11 .section-title {
    font-size: 2.1rem;
  }
  #team-11 .photo-grid-wrapper .row {
    --bs-gutter-x: 0.3rem;
    --bs-gutter-y: 0.3rem;
  }
}



#awards-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-8 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-8 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-8 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-8 .award-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0;
  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;
  position: relative;
  overflow: hidden;
}
#awards-8 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#awards-8 .category-badge {
  position: absolute;
  top: 10px;
  right: -30px;
  background-color: var(--bs-primary);
  color: #ffffff;
  padding: 0.25rem 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(45deg);
  transform-origin: top left;
  line-height: 1.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
#awards-8 .category-badge.bg-primary {
  background-color: var(--bs-primary) !important;
}
#awards-8 .category-badge.bg-secondary {
  background-color: var(--bs-secondary) !important;
}
#awards-8 .category-badge.bg-success {
  background-color: var(--bs-success) !important;
}
#awards-8 .category-badge.bg-danger {
  background-color: var(--bs-danger) !important;
}
#awards-8 .category-badge.bg-warning {
  background-color: var(--bs-warning) !important;
  color: #333 !important;
}
#awards-8 .category-badge.bg-info {
  background-color: var(--bs-info) !important;
  color: #fff !important;
}
#awards-8 .category-badge.bg-dark {
  background-color: var(--bs-dark) !important;
}
#awards-8 .award-card-content {
  padding: 2rem;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}
#awards-8 .award-visual {
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-8 .award-visual img {
  max-height: 55px;
  max-width: 150px;
  width: auto;
}
#awards-8 .award-visual i {
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-8 .award-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#awards-8 .award-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
  width: 100%;
}
#awards-8 .awarded-by,
#awards-8 .issuing-body {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-8 .award-year {
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 767.98px) {
  #awards-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-8 .section-title {
    font-size: 2.1rem;
  }
  #awards-8 .award-card-content {
    padding: 1.5rem;
    padding-top: 2rem;
  }
  #awards-8 .category-badge {
    font-size: 0.7rem;
    right: -35px;
  }
  #awards-8 .award-name {
    font-size: 1.05rem;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Gallery Grid === */
.post-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-gallery { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-gallery { grid-template-columns: repeat(4,1fr); }
}

/* === Card Styles === */
.post-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.4s ease, background-size 0.4s ease;
}
.post-card:hover {
  transform: translateY(-8px);
  background-size: 110%;
}

/* Hexagon tag badge */
.post-card .tag-hex {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.25rem 0.5rem;
  background: rgba(0,123,255,0.85);
  color: #fff;
  font-size: 0.75rem;
  clip-path: polygon(
    25% 0%, 75% 0%, 
    100% 50%, 75% 100%, 
    25% 100%, 0% 50%
  );
  text-align: center;
  text-transform: uppercase;
}

/* Overlay gradient with content */
.post-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
}
.post-card .overlay h5 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.post-card .overlay .date {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}
.post-card .overlay .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .overlay .btn-readmore:hover {
  background: #fff;
  color: #000;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#cta-banner-2 {
  padding: 4rem 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #0d6efd;
}
#cta-banner-2 .container {
}
#cta-banner-2 .cta-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#cta-banner-2 .cta-text-content {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 1.5rem;
}
#cta-banner-2 .cta-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-2 .cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0;
}
#cta-banner-2 .cta-button-wrapper {
  text-align: center;
  flex-basis: 100%;
}
#cta-banner-2 .cta-button-wrapper .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #cta-banner-2 {
    padding: 5rem 2rem;
  }
  #cta-banner-2 .cta-text-content {
    text-align: left;
    flex: 1 1 60%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  #cta-banner-2 .cta-title {
    font-size: 2.5rem;
  }
  #cta-banner-2 .cta-subtitle {
    font-size: 1.2rem;
  }
  #cta-banner-2 .cta-button-wrapper {
    text-align: right;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  #cta-banner-2 .cta-title {
    font-size: 2.8rem;
  }
}


