
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#mobile-app-20 {
  padding: 80px 0;
  background-color: #fff;
}
#mobile-app-20 .video-testimonial-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#mobile-app-20 .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#mobile-app-20 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#mobile-app-20 .testimonial-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2rem;
}
#mobile-app-20 .testimonial-block blockquote {
  font-size: 1.15rem;
  font-style: italic;
  color: #333;
  border-left: 4px solid #0d6efd;
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
}
#mobile-app-20 .testimonial-block .blockquote-footer {
  font-size: 1rem;
  color: #555;
  font-style: normal;
}
#mobile-app-20 .testimonial-block .blockquote-footer cite {
  font-weight: 600;
}
#mobile-app-20 .star-rating {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #ffc107;
  font-size: 1.1rem;
}
#mobile-app-20 .star-rating .fa-regular {
  color: #e0e0e0;
}
#mobile-app-20 .testimonial-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-20 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-20 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-20 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-20 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-20 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-20 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #mobile-app-20 .testimonial-column {
    padding-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  #mobile-app-20 .testimonial-block blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: left;
    padding-left: 1rem;
    border-left-width: 3px;
  }
  #mobile-app-20 .testimonial-download-buttons {
    justify-content: center;
  }
}



#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;
   }
}



#portfolio-4 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-4 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-4 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-4 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-4 .masonry-portfolio-grid {
  column-count: 3;
  column-gap: 15px;
}
#portfolio-4 .masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  break-inside: avoid-column;
  transition: box-shadow 0.3s ease;
}
#portfolio-4 .masonry-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#portfolio-4 .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
#portfolio-4 .masonry-item:hover img {
  transform: scale(1.03);
}
#portfolio-4 .masonry-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 20px 15px 15px 15px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#portfolio-4 .masonry-item:hover .masonry-item-overlay {
  opacity: 1;
  transform: translateY(0);
}
#portfolio-4 .masonry-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 3px;
}
#portfolio-4 .masonry-item-category {
  font-size: 0.8rem;
  font-weight: 300;
  opacity: 0.8;
}
@media (max-width: 575.98px) {
}



#how-it-works-15 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f6;
}
#how-it-works-15 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-15 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-15 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-15 .process-flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#how-it-works-15 .flow-step-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  margin: 15px;
  width: calc(100% / 3 - 30px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-it-works-15 .flow-step-item:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #0d6efd;
  z-index: 1;
}
#how-it-works-15 .flow-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #e7f0ff;
  display: inline-block;
}
#how-it-works-15 .flow-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#how-it-works-15 .flow-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  #how-it-works-15 .flow-step-item {
    width: calc(100% / 2 - 30px);
  }
  #how-it-works-15 .flow-step-item:nth-child(2n):not(:last-child)::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    right: -25px;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-15 .process-flow-container {
    flex-direction: column;
    align-items: center;
  }
  #how-it-works-15 .flow-step-item {
    width: 80%;
    margin-bottom: 40px;
  }
  #how-it-works-15 .flow-step-item::after {
    display: none;
  }
  #how-it-works-15 .flow-step-item:not(:last-child)::before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: #0d6efd;
  }
}
@media (max-width: 575.98px) {
  #how-it-works-15 .flow-step-item {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  #how-it-works-15 .process-flow-container.items-5 .flow-step-item {
    width: calc(100% / 5 - 30px);
  }
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n):not(:last-child)::after,
  #how-it-works-15
    .process-flow-container.items-5
    .flow-step-item:nth-child(2n-1):not(:last-child)::after {
    display: block;
  }
}



#call-to-action-4 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#call-to-action-4 .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
#call-to-action-4 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-4 p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#call-to-action-4 .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
#call-to-action-4 .btn-primary {
  background-color: #ff5722;
  color: #fff;
  border: none;
}
#call-to-action-4 .btn-primary:hover {
  background-color: #e64a19;
}
#call-to-action-4 .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-4 .btn-secondary:hover {
  background-color: #fff;
  color: #ff5722;
}


