
#hero-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
#hero-16 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero-16 .hero-content-wrapper-16 {
  max-width: 650px;
  padding: 2.5rem 3.5rem;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  color: #ffffff;
}
#hero-16 .hero-title-16 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-16 .hero-subtitle-16 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-16 .hero-cta-button-16 {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
#hero-16 .hero-cta-button-16:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  #hero-16 {
    min-height: 65vh;
    padding: 3rem 1rem;
  }
  #hero-16 .hero-content-wrapper-16 {
    padding: 2rem;
    max-width: 90%;
  }
  #hero-16 .hero-title-16 {
    font-size: 2.2rem;
  }
  #hero-16 .hero-subtitle-16 {
    font-size: 1rem;
  }
}



#why-choose-us-26 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0d6efd;
  color: #ffffff;
}
#why-choose-us-26 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-26 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#why-choose-us-26 .section-main-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-26 .vision-statement-block {
  margin-bottom: 50px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
#why-choose-us-26 .vision-image-container img {
  max-width: 100%;
  border-radius: 10px;
}
#why-choose-us-26 .vision-content .vision-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #ffc107;
  margin-bottom: 15px;
}
#why-choose-us-26 .vision-content .vision-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}
#why-choose-us-26 .innovation-pillars-main-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}
#why-choose-us-26 .innovation-pillar-item {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
}
#why-choose-us-26 .pillar-icon {
  font-size: 2.8rem;
  color: #ffc107;
  margin-bottom: 15px;
  display: block;
}
#why-choose-us-26 .pillar-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}
#why-choose-us-26 .pillar-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
#why-choose-us-26 .final-commitment-statement {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  #why-choose-us-26 .vision-image-container img {
    margin-bottom: 25px;
  }
  #why-choose-us-26 .vision-content,
  #why-choose-us-26 .innovation-pillar-item {
    text-align: center;
  }
}



#customer-support-13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#customer-support-13 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#customer-support-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-13 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-13 .support-plan-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#customer-support-13 .support-plan-card.highlight {
  border-color: var(--bs-primary);
  border-width: 2px;
  box-shadow: 0 0.5rem 1rem rgba(var(--bs-primary-rgb), 0.15);
}
#customer-support-13 .plan-header {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#customer-support-13 .plan-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#customer-support-13 .plan-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#customer-support-13 .plan-description-header {
  font-size: 0.9rem;
  color: #6c757d;
  min-height: 40px;
}
#customer-support-13 .plan-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#customer-support-13 .plan-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
#customer-support-13 .plan-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #495057;
  font-size: 0.95rem;
}
#customer-support-13 .plan-features li i {
  color: #20c997;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}
#customer-support-13 .plan-footer {
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
  text-align: center;
  margin-top: auto;
}
#customer-support-13 .plan-footer .btn {
  width: 100%;
  padding: 0.7rem 1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #customer-support-13 .plan-name {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-13 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-13 .section-subtitle {
    font-size: 1.1rem;
  }
}



#testimonials-1 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-1 .carousel {
  position: relative;
}
#testimonials-1 .carousel-item {
  text-align: center;
  padding: 30px;
}
#testimonials-1 .testimonial-message {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 15px;
  color: #333;
}
#testimonials-1 .client-info {
  font-size: 0.95rem;
  color: #777;
}
#testimonials-1 .client-info img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}



#features-16 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-16']['bg_color'] ?? '#f8f9fa' }};
}
#features-16 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-16 .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-16 .section-title p {
  margin-bottom: 30px;
  color: #6c757d;
}
#features-16 .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
}
#features-16 .nav-link {
  border: 0;
  padding: 15px; 
  margin: 5px; 
  transition: 0.3s;
  color: #343a40;
  border-radius: 5px; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #e9ecef; 
  font-weight: 500;
  min-width: 150px; 
  text-align: center;
}
#features-16 .nav-link i {
  padding-right: 8px;
  font-size: 1.1rem;
  line-height: 0; 
}
#features-16 .nav-link:hover {
  color: var(--bs-primary, #0d6efd);
  background-color: #dee2e6; 
}
#features-16 .nav-link.active {
  color: #fff;
  background: var(--bs-primary, #0d6efd);
  border: 0; 
  font-weight: 600;
}
#features-16 .tab-content {
  margin-top: 30px;
}
#features-16 .tab-pane {
  transition: opacity 0.3s ease-in-out; 
}
#features-16 .tab-pane .feature-content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #343a40;
  margin-bottom: 15px;
}
#features-16 .tab-pane .feature-content p {
  color: #6c757d;
  line-height: 1.6;
}
#features-16 .tab-pane .feature-content p:last-of-type {
  margin-bottom: 20px; 
}
#features-16 .tab-pane .feature-content ul {
  list-style: none;
  padding: 0;
}
#features-16 .tab-pane .feature-content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start; 
  color: #495057;
}
#features-16 .tab-pane .feature-content ul i {
  font-size: 18px; 
  color: var(--bs-primary, #0d6efd);
  margin-right: 8px;
  flex-shrink: 0; 
  line-height: 1.4; 
  margin-top: 2px; 
}
#features-16 .tab-pane .feature-image img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  #features-16 .nav-link {
    padding: 12px;
    min-width: 130px; 
  }
  #features-16 .tab-pane .feature-image {
    margin-bottom: 30px; 
  }
}
@media (max-width: 767.98px) {
  #features-16 .section-title h2 {
    font-size: 28px;
  }
  #features-16 .nav-link {
    padding: 10px;
    font-size: 0.9rem;
    min-width: 110px; 
  }
  #features-16 .nav-link i {
    font-size: 1rem;
  }
   #features-16 .tab-pane .feature-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  #features-16 .nav-link {
    width: calc(50% - 10px); 
    justify-content: flex-start; 
    min-width: auto; 
  }
   #features-16 .nav-tabs {
     justify-content: space-between; 
   }
}



#our-services-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#our-services-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-6 .flip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#our-services-6 .flip-card {
  width: 250px;
  height: 300px;
  perspective: 1000px;
}
#our-services-6 .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
#our-services-6 .flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}
#our-services-6 .flip-front,
#our-services-6 .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#our-services-6 .flip-front {
  background: #fff;
}
#our-services-6 .flip-front i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 15px;
}
#our-services-6 .flip-front h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#our-services-6 .flip-back {
  background: #f8f9fa;
  transform: rotateY(180deg);
  font-size: 0.95rem;
  color: #555;
}



#faq-19 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-19 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-19 .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-19 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
}
#faq-19 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-19 .faq-item-icon {
  font-size: 1.2em;
  min-width: 30px;
  text-align: center;
  margin-right: 1rem;
  color: #0d6efd;
  opacity: 0.8;
}
#faq-19 .accordion-button:not(.collapsed) .faq-item-icon {
  opacity: 1;
}
#faq-19 .accordion-button::after {
  margin-left: auto;
  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-19 .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-19 .accordion-body {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-19 .accordion-body p:last-child {
  margin-bottom: 0;
}



#team-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-1 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-1 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-1 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-1 .team-member-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 1.5rem;
  overflow: hidden;
  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-1 .team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#team-1 .member-image {
  position: relative;
  margin-bottom: 1.5rem;
}
#team-1 .member-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#team-1 .member-info {
  padding: 0 1rem;
  flex-grow: 1;
}
#team-1 .member-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-1 .member-role {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1rem;
}
#team-1 .member-social-links {
  margin-top: auto;
  padding-top: 1rem;
}
#team-1 .member-social-links a {
  display: inline-block;
  color: #6c757d;
  margin: 0 0.4rem;
  font-size: 1.1rem;
  transition: color 0.3s ease, transform 0.3s ease;
  line-height: 1;
}
#team-1 .member-social-links a:hover {
  color: var(--bs-primary);
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  #team-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-1 .section-title {
    font-size: 2.1rem;
  }
  #team-1 .member-name {
    font-size: 1.1rem;
  }
}



#awards-15 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
#awards-15 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
}
#awards-15 .logo-item {
  text-align: center;
  flex-shrink: 0;
}
#awards-15 .logo-item a {
  display: inline-block;
  line-height: 1;
  filter: grayscale(90%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#awards-15 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
#awards-15 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 45px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #awards-15 .logo-grid {
    gap: 1.5rem 1.8rem;
  }
  #awards-15 .logo-item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  #awards-15 .logo-grid {
    gap: 1rem 1.5rem;
  }
  #awards-15 .logo-item img {
    max-height: 35px;
  }
}



/* style.css for post-section-3 */
#post-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #eef1f5; /* A cool, light grey background */
}

#post-section-3 .section-header {
    margin-bottom: 50px;
    text-align: center;
}

#post-section-3 .section-header .section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2a3b4c; /* Dark blue-grey */
    margin-bottom: 12px;
}

#post-section-3 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #586776; /* Softer grey */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#post-section-3 .post-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px; /* Rounded corners for the item */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 280px; /* Fixed height for grid items, adjust as needed */
}

#post-section-3 .post-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

#post-section-3 .post-grid-item-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#post-section-3 .post-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#post-section-3 .post-grid-item:hover .post-grid-image {
    transform: scale(1.1);
}

#post-section-3 .post-grid-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    color: #ffffff;
    padding: 40px 20px 20px 20px; /* More padding at the bottom */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; /* Make overlay cover the entire item */
    box-sizing: border-box;
}

#post-section-3 .post-grid-item:hover .post-grid-overlay {
    opacity: 1;
    transform: translateY(0);
}

#post-section-3 .post-grid-categories {
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s; /* Delayed appearance */
}

#post-section-3 .post-grid-item:hover .post-grid-categories {
    opacity: 1;
    transform: translateY(0);
}

#post-section-3 .post-grid-category-badge {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.3em 0.6em;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#post-section-3 .post-grid-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    color: #ffffff;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s; /* Further delayed appearance */
}

#post-section-3 .post-grid-item:hover .post-grid-title {
    opacity: 1;
    transform: translateY(0);
}

#post-section-3 .pagination-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    #post-section-3 .post-grid-item {
        height: 250px;
    }
    #post-section-3 .post-grid-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    #post-section-3 .post-grid-item {
        height: 220px;
        margin-bottom: 20px; /* Ensure spacing when stacked */
    }
    #post-section-3 .post-grid-title {
        font-size: 1rem;
    }
    #post-section-3 .section-header .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    #post-section-3 .post-grid-item {
        height: 200px;
    }
}




#cta-banner-16 {
  padding: 6rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #212529;
}
#cta-banner-16::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(20, 30, 40, 0.7);
}
#cta-banner-16 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-16 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cta-banner-16 .cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-16 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-16 .cta-button .btn i {
  margin-right: 0.5rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.5);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(var(--bs-warning-rgb), 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0);
  }
}
#cta-banner-16 .cta-pulse-button {
  animation: pulse 2s infinite;
  transform-origin: center;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}
#cta-banner-16 .cta-shake-button:hover {
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#cta-banner-16 .cta-bounce-button {
}
@media (max-width: 767.98px) {
  #cta-banner-16 {
    padding: 4.5rem 1rem;
  }
  #cta-banner-16 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-16 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-16 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


