
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



#features-26 {
  padding: 100px 0; 
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color: {{ $data['features-26']['text_color'] ?? '#ffffff' }};
background-color: #343a40;
}
@media (hover: none) {
  #features-26 {
    background-attachment: scroll;
  }
}
#features-26::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: {{ $data['features-26']['overlay_color'] ?? 'rgba(0, 0, 0, 0.65)' }};
  z-index: 1;
}
#features-26 .container {
  position: relative;
  z-index: 2;
}
#features-26 .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: inherit; 
}
#features-26 .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-26 .section-title p {
  margin-bottom: 50px;
  color: inherit;
  opacity: 0.9;
}
#features-26 .feature-box {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.1); 
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
#features-26 .feature-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
#features-26 .feature-icon i {
  font-size: 42px;
  color: var(--bs-primary, #0d6efd);
margin-bottom: 20px;
  display: inline-block;
}
#features-26 .feature-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
}
#features-26 .feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #features-26 {
    padding: 60px 0;
    background-attachment: scroll; 
  }
  #features-26 .section-title h2 {
    font-size: 28px;
  }
   #features-26 .feature-icon i {
     font-size: 36px;
   }
   #features-26 .feature-box h4 {
     font-size: 18px;
   }
}



#call-to-action-22 {
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
}
.cta-urgent {
}
.cta-urgent-icon i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.cta-urgent-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-urgent-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-urgent-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.cta-urgent-button .btn:hover {
  transform: scale(1.05);
}
.cta-urgent-button .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-22 {
    padding: 3rem 0;
  }
  .cta-urgent-icon i {
    font-size: 3rem;
  }
  .cta-urgent-headline {
    font-size: 1.9rem;
  }
  .cta-urgent-subtext {
    font-size: 1rem;
  }
}



#our-services-20 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-20 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-20 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-20 .interactive-image-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
#our-services-20 .interactive-image-container img.background-image {
  display: block;
  width: 100%;
  height: auto;
}
#our-services-20 .hotspot {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: rgba(13, 110, 253, 0.8);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 2;
}
#our-services-20 .hotspot:hover {
  transform: translate(-50%, -50%) scale(1.2);
  background-color: rgba(13, 110, 253, 1);
}
#our-services-20 .hotspot::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.popover {
}
.popover-header {
}
.popover-body {
}



#overview-15 {
  overflow: hidden;
  background-color: var(--section-bg-color, #ffffff);
}
#overview-15 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-15 .section-intro {
  margin-bottom: 3.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#overview-15 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-15 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-15 .content-block-wrapper {
  padding: 15px;
}
#overview-15 .tilted-content-block {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-align: left;
}
#overview-15 .row > div:nth-child(odd) .tilted-content-block {
  transform: rotate(-1.5deg);
}
#overview-15 .row > div:nth-child(even) .tilted-content-block {
  transform: rotate(1.5deg);
}
#overview-15 .content-block-wrapper:hover .tilted-content-block {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #ddd;
}
#overview-15 .tilted-content-block h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
}
#overview-15 .tilted-content-block h5 i {
  margin-right: 0.75rem;
  opacity: 0.9;
}
#overview-15 .tilted-content-block p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
#overview-15 .cta-wrapper {
  text-align: center;
  margin-top: 3rem;
}



#how-it-works-30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef2f7;
}
#how-it-works-30 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-30 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e2b3c;
}
#how-it-works-30 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-30 .tier-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #0d6efd;
}
#how-it-works-30 .tier-card.highlighted-tier {
  border-top-color: #ffc107;
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card.highlighted-tier:hover {
  transform: translateY(-8px) scale(1.04);
}
#how-it-works-30 .tier-header {
  text-align: center;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-icon-display {
  color: #ffc107;
}
#how-it-works-30 .tier-name-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
#how-it-works-30 .tier-description-text {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  min-height: 50px;
  margin-bottom: 20px;
}
#how-it-works-30 .tier-process-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  flex-grow: 1;
}
#how-it-works-30 .tier-process-list li {
  font-size: 0.9rem;
  color: #495057;
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
#how-it-works-30 .tier-process-list li:last-child {
  border-bottom: none;
}
#how-it-works-30 .tier-process-list li i {
  color: #20c997;
  margin-right: 12px;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
#how-it-works-30 .tier-process-list li.highlight-step {
  font-weight: 500;
  color: #0d6efd;
}
#how-it-works-30 .tier-process-list li.highlight-step i {
  color: #0d6efd;
}
#how-it-works-30 .tier-price-display {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-price-display {
  color: #ffc107;
}
#how-it-works-30 .tier-action-button {
  margin-top: auto;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
}



#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;
  }
}



#testimonials-20 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-20 .container {
  max-width: 1140px;
}
#testimonials-20 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-20 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-20 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-20 .map-testimonial-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
#testimonials-20 .map-testimonial-item {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#testimonials-20 .marker-icon {
  display: inline-block;
  font-size: 1.8rem;
  color: #dc3545;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1;
}
#testimonials-20 .map-testimonial-item:hover .marker-icon,
#testimonials-20 .map-testimonial-item .marker-icon:focus {
  transform: scale(1.2);
  color: #0d6efd;
}
#testimonials-20 .testimonial-popup {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 3;
  text-align: left;
  border: 1px solid #e0e0e0;
}
#testimonials-20 .map-testimonial-item:hover .testimonial-popup,
#testimonials-20 .map-testimonial-item .marker-icon:focus + .testimonial-popup {
  opacity: 1;
  visibility: visible;
}
#testimonials-20 .testimonial-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}
#testimonials-20 .popup-message {
  font-size: 0.9rem;
  color: #343a40;
  line-height: 1.5;
  margin-bottom: 8px;
  font-style: italic;
}
#testimonials-20 .popup-client-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #495057;
  display: block;
  text-align: right;
}
#testimonials-20 .testimonial-list-fallback {
  display: none;
  margin-top: 40px;
}
#testimonials-20 .testimonial-list-fallback h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #343a40;
}
#testimonials-20 .fallback-item {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
}
#testimonials-20 .fallback-item blockquote {
  margin-bottom: 5px;
  font-size: 0.95rem;
  font-style: italic;
  color: #495057;
}
#testimonials-20 .fallback-item cite {
  display: block;
  text-align: right;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: normal;
}
@media (max-width: 767.98px) {
  #testimonials-20 {
    padding: 50px 0;
  }
  #testimonials-20 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-20 .map-testimonial-container {
    display: none;
  }
  #testimonials-20 .testimonial-list-fallback {
    display: block;
  }
}



/* category-posts-6 Styles - Minimalist Post List */
#category-posts-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #ffffff;
}

#category-posts-6 .section-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

#category-posts-6 .section-header .section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.4rem;
}

#category-posts-6 .section-header .section-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-6 .minimal-post-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; /* Remove bottom margin if pagination handles spacing */
}

#category-posts-6 .minimal-post-item {
    padding: 1.25rem 0;
    border-bottom: 1px solid #e9ecef; /* Light separator */
    display: flex;
    flex-direction: column; /* Default for small screens */
    align-items: flex-start;
    transition: background-color 0.2s ease;
}
#category-posts-6 .minimal-post-item:hover {
    background-color: #f8f9fa; /* Subtle hover */
}


#category-posts-6 .minimal-post-item:first-child {
    border-top: 1px solid #e9ecef;
}
#category-posts-6 .minimal-post-item:last-child {
   /* border-bottom: none; */ /* Keep border if pagination is not directly after */
}

#category-posts-6 .post-main-content {
    flex-grow: 1;
}


#category-posts-6 .post-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
}
#category-posts-6 .post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
#category-posts-6 .post-title a:hover {
    color: #007bff;
}

#category-posts-6 .post-date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.5rem; /* Space before excerpt or button if title is short */
}
#category-posts-6 .post-date i {
    margin-right: 0.3rem;
}

#category-posts-6 .post-excerpt-minimal {
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}


#category-posts-6 .readmore-link-minimal {
    font-size: 0.9rem;
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap; /* Keep button on one line on small screens */
}
#category-posts-6 .readmore-link-minimal:hover {
    color: #0056b3;
    text-decoration: underline;
}
#category-posts-6 .readmore-link-minimal i {
    margin-left: 0.25rem;
    font-size: 0.8em;
}

/* Pagination Wrapper */
#category-posts-6 .pagination-wrapper {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

/* Responsive adjustments for item layout */
@media (min-width: 768px) { /* md and up */
    #category-posts-6 .minimal-post-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #category-posts-6 .post-date {
         margin-bottom: 0; /* No bottom margin if next to title */
         margin-left: 1rem; /* Space from title */
         white-space: nowrap;
    }
    #category-posts-6 .post-actions {
        margin-left: 1.5rem; /* Space from date/title block */
    }
    #category-posts-6 .post-excerpt-minimal { /* Excerpt on its own line below title/date */
        width: 100%;
        margin-top: 0.25rem; /* Small space from title/date line */
    }
}




#faq-4 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-4 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-4 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-4 .accordion-button {
  background-color: #ffffff;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#faq-4 .accordion-button.collapsed {
  background-color: #ffffff;
  color: #17a2b8;
}
#faq-4 .accordion-button:not(.collapsed) {
  background-color: #17a2b8;
  color: #ffffff;
}
#faq-4 .accordion-body {
  padding: 20px;
  background-color: #e9ecef;
  border-left: 2px solid #17a2b8;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



#offers-14 {
  padding: 80px 0;
  background-color: #e6f4ea;
}
#offers-14 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #146c43;
}
#offers-14 .cashback-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#offers-14 .cashback-icon {
  font-size: 8rem;
  opacity: 0.8;
}
#offers-14 .cashback-image {
  max-width: 70%;
  height: auto;
}
#offers-14 .cashback-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#offers-14 .cashback-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #198754;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#offers-14 .cashback-description {
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
#offers-14 .cashback-details-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#offers-14 .cashback-details-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  color: #343a40;
  font-size: 0.95rem;
}
#offers-14 .cashback-details-list li i {
  margin-right: 10px;
  margin-top: 4px;
  color: #0d6efd;
  width: 18px;
  text-align: center;
}
#offers-14 .btn-cashback-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  #offers-14 .cashback-visual-col {
    margin-bottom: 2rem;
  }
  #offers-14 .cashback-details-col {
    text-align: center;
  }
  #offers-14 .cashback-details-list {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #offers-14 .btn-cashback-cta {
    align-self: center;
  }
  #offers-14 .cashback-icon {
    font-size: 6rem;
  }
}



#call-to-action-14 {
  padding: 80px 0;
  background-color: #343a40;
  color: #fff;
}
#call-to-action-14 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#call-to-action-14 .col {
  flex: 1;
  padding: 30px;
  text-align: center;
}
#call-to-action-14 .left-col,
#call-to-action-14 .right-col {
  max-width: 30%;
}
#call-to-action-14 .center-col {
  max-width: 35%;
}
#call-to-action-14 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#call-to-action-14 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#call-to-action-14 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#call-to-action-14 .left-col .btn,
#call-to-action-14 .right-col .btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-14 .left-col .btn:hover,
#call-to-action-14 .right-col .btn:hover {
  background-color: #fff;
  color: #343a40;
}
#call-to-action-14 .center-col .btn {
  background-color: #ffc107;
  color: #343a40;
}
#call-to-action-14 .center-col .btn:hover {
  background-color: #e0a800;
}
@media (max-width: 992px) {
  #call-to-action-14 .left-col,
  #call-to-action-14 .right-col {
    max-width: 45%;
  }
  #call-to-action-14 .center-col {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #call-to-action-14 .col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}


