
#hero-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero-4 .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
#hero-4 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-4 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#features-24 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-24']['bg_color'] ?? '#f8f9fa' }};
}
#features-24 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-24 .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-24 .section-title p {
  margin-bottom: 50px; 
  color: #6c757d;
}
#features-24 .central-image-column {
  text-align: center;
}
#features-24 .central-image img {
  max-width: 80%; 
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#features-24 .feature-item-col .feature-item {
  display: flex;
  align-items: flex-start; 
  margin-bottom: 30px; 
  position: relative;
}
#features-24 .feature-item-col.features-left .feature-item {
   flex-direction: row-reverse; 
   text-align: right;
}
#features-24 .feature-item-col.features-left .feature-icon {
  margin-right: 0;
  margin-left: 20px;
}
#features-24 .feature-icon {
  flex-shrink: 0;
  width: 50px; 
  height: 50px;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; 
}
#features-24 .feature-icon i {
  font-size: 22px;
  line-height: 0;
}
#features-24 .feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #343a40;
}
#features-24 .feature-content p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #features-24 .central-image {
     margin-bottom: 40px; 
   }
   #features-24 .feature-item-col .feature-item,
   #features-24 .feature-item-col.features-left .feature-item {
      flex-direction: row; 
      text-align: left; 
      margin-left: auto; 
      margin-right: auto;
      max-width: 400px; 
   }
    #features-24 .feature-item-col.features-left .feature-icon {
       margin-left: 0;
       margin-right: 20px;
    }
}
@media (max-width: 767.98px) {
  #features-24 .section-title h2 {
    font-size: 28px;
  }
   #features-24 .central-image img {
      max-width: 70%;
   }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}



#our-services-29 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-29 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-29 .intro-description {
  text-align: center;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-29 .tech-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#our-services-29 .tech-item:hover {
  background-color: #e9ecef;
}
#our-services-29 .tech-logo {
  max-height: 60px;
  max-width: 120px;
  height: auto;
  width: auto;
  margin-bottom: 1rem;
  filter: grayscale(50%);
  transition: filter 0.3s ease;
}
#our-services-29 .tech-item:hover .tech-logo {
  filter: grayscale(0%);
}
#our-services-29 .tech-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #6c757d;
  transition: color 0.3s ease;
  min-height: 50px;
  display: flex;
  align-items: center;
}
#our-services-29 .tech-item:hover .tech-icon {
  color: #0d6efd;
}
#our-services-29 .tech-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
}



#overview-12 {
  background-color: #fff;
  overflow: hidden;
}
#overview-12 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#overview-12 .section-intro {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-12 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-12 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-12 .content-block {
  margin-bottom: 3rem;
}
#overview-12 .content-block .block-icon-image {
  text-align: center;
}
#overview-12 .content-block .block-icon-image i {
  font-size: 3.5rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#overview-12 .content-block .block-icon-image img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#overview-12 .content-block .block-text h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
#overview-12 .content-block .block-text p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #overview-12 .content-block {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #overview-12 .content-block .block-icon-image {
    margin-bottom: 1.5rem;
  }
  #overview-12 .content-block .block-text h4 {
    font-size: 1.25rem;
  }
  #overview-12 .content-block .row > div {
    order: 0 !important;
  }
  #overview-12 .overview-section-padding {
    padding-top: 3rem;
  }
  #overview-12 .section-intro {
    margin-bottom: 2.5rem;
  }
}



#how-it-works-16 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-16 .section-title-container {
  margin-bottom: 40px;
}
#how-it-works-16 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-16 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-16 .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 30px;
  justify-content: center;
}
#how-it-works-16 .nav-tabs .nav-item {
  margin-bottom: -2px;
}
#how-it-works-16 .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease-in-out;
}
#how-it-works-16 .nav-tabs .nav-link:hover,
#how-it-works-16 .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#how-it-works-16 .nav-tabs .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#how-it-works-16 .tab-content > .tab-pane {
  padding: 25px 15px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}
#how-it-works-16 .tab-pane-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  float: left;
  margin-right: 20px;
}
#how-it-works-16 .tab-pane-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-16 .tab-pane-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #how-it-works-16 .nav-tabs {
    flex-direction: column;
    border-bottom: none;
  }
  #how-it-works-16 .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  #how-it-works-16 .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 5px;
    text-align: left;
  }
  #how-it-works-16 .nav-tabs .nav-link.active {
    border-color: #0d6efd;
    background-color: #e7f0ff;
  }
  #how-it-works-16 .tab-content > .tab-pane {
    border-radius: 0.25rem;
  }
  #how-it-works-16 .tab-pane-icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #how-it-works-16 .tab-pane-title {
    font-size: 1.5rem;
  }
}



#call-to-action-16 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-16.has-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  z-index: 1;
}
#call-to-action-16 .container {
  position: relative;
  z-index: 2;
}
#call-to-action-16:not(.has-bg-image) {
}
#call-to-action-16:not(.has-bg-image) .cta-subtext {
}
#call-to-action-16 .cta-headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-16 .cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}
#call-to-action-16 .cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-width: 2px;
}
#call-to-action-16 .cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#call-to-action-16 .cta-buttons .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-16 .cta-content,
  #call-to-action-16 .cta-buttons {
    text-align: center;
  }
  #call-to-action-16 .cta-headline {
    font-size: 1.8rem;
  }
  #call-to-action-16 .cta-subtext {
    font-size: 1rem;
  }
  #call-to-action-16 .cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #call-to-action-16 .cta-buttons .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}



/* Section container & scoped vars */
#category-posts-23 {
  --cp-gradient: linear-gradient(135deg, #ff416c, #ff4b2b);
  --cp-card-bg: #ffffff;
  --cp-card-radius: 1rem;
  --cp-card-shadow: 0 6px 20px rgba(0,0,0,0.1);
  --cp-accent-size: 2rem;

  padding: 80px 20px;
  background: #f5f7fa;
}

/* Header */
#category-posts-23 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-23 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
#category-posts-23 .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60%;
  height: 4px;
  background: var(--cp-gradient);
  transform: translateX(-50%);
  border-radius: 2px;
}
#category-posts-23 .section-subtitle {
  font-size: 1rem;
  color: #666;
  margin-top: .5rem;
}

/* Grid layout */
#category-posts-23 .post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* Clickable wrapper */
#category-posts-23 .post-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card */
#category-posts-23 .post-card {
  position: relative;
  background: var(--cp-card-bg);
  border-radius: var(--cp-card-radius);
  box-shadow: var(--cp-card-shadow);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-23 .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Diagonal accent */
#category-posts-23 .post-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: var(--cp-accent-size);
  height: var(--cp-accent-size);
  background: var(--cp-gradient);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* Thumbnail */
#category-posts-23 .post-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
}

/* Card content */
#category-posts-23 .card-body {
  padding: 60px 1rem 1rem;
  text-align: center;
}
#category-posts-23 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: #333;
}
#category-posts-23 .card-meta {
  font-size: .875rem;
  color: #999;
  margin-bottom: .75rem;
}
#category-posts-23 .card-meta i {
  margin-right: .25rem;
}
#category-posts-23 .card-excerpt {
  font-size: .95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Custom Read More button */
#category-posts-23 .btn-readmore {
  display: inline-block;
  padding: .6rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  color: #fff;
  background: var(--cp-gradient);
  border: none;
  border-radius: 50px;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}
#category-posts-23 .btn-readmore::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.2);
  opacity: 0;
  transition: opacity .3s ease;
}
#category-posts-23 .btn-readmore:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
#category-posts-23 .btn-readmore:hover::after {
  opacity: 1;
}
#category-posts-23 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-23 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-23 .pagination-wrapper,
#category-posts-23 .load-more-wrapper {
  text-align: center;
  margin-top: 3rem;
}




#faq-23 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-23 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-23 .faq-trigger-list .list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 500;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-color: #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq-23 .faq-trigger-list .list-group-item:hover {
  background-color: #eef2f7;
  color: #0d6efd;
}
#faq-23 .faq-trigger-list .list-group-item i {
  color: #adb5bd;
  font-size: 0.9em;
}
#faq-23 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#faq-23 .modal-title {
  font-weight: 600;
  font-size: 1.2rem;
}
#faq-23 .modal-body {
  padding: 1.5rem 2rem;
  line-height: 1.7;
}
#faq-23 .modal-body img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}
#faq-23 .modal-body p:last-child {
  margin-bottom: 0;
}
#faq-23 .modal-footer {
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
}



#offers-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#offers-10 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#offers-10 .offer-list-group .list-group-item {
  padding: 1rem 1.25rem;
  border-color: #e9ecef;
  transition: background-color 0.2s ease;
}
#offers-10 .offer-list-group .list-group-item:hover {
  background-color: #eef2f7;
}
#offers-10 .offer-list-group .offer-icon {
  font-size: 1.3em;
  color: #0d6efd;
  min-width: 35px;
  text-align: center;
}
#offers-10 .offer-list-group .offer-text {
  font-weight: 500;
  color: #343a40;
  flex-grow: 1;
  margin-right: 1rem;
}
#offers-10 .offer-list-group .offer-code-badge {
  font-size: 0.8em;
  font-weight: 600;
  padding: 0.4em 0.7em;
  margin-right: 0.75rem;
}
#offers-10 .offer-list-group .btn-details {
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
}



#call-to-action-5 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#call-to-action-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#call-to-action-5 .content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.5s ease;
}
#call-to-action-5 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeIn 1.2s ease;
}
#call-to-action-5 p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  animation: fadeIn 1.4s ease;
}
#call-to-action-5 .btn {
  background-color: #28a745;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
  animation: fadeInUp 1.6s ease;
}
#call-to-action-5 .btn:hover {
  transform: scale(1.1);
  background-color: #218838;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


