
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hero-15 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-15::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-15 .container {
  position: relative;
  z-index: 2;
}
#hero-15 .hero-content-wrapper-15 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-15 .hero-title-15,
#hero-15 .hero-subtitle-15,
#hero-15 .hero-cta-button-15 {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
#hero-15 .hero-title-15 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  animation-delay: 0.2s;
}
#hero-15 .hero-subtitle-15 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
  animation-delay: 0.4s;
}
#hero-15 .hero-cta-button-15 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
  animation-delay: 0.6s;
}
#hero-15 .hero-cta-button-15:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-15 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-15 .hero-title-15 {
    font-size: 2.5rem;
  }
  #hero-15 .hero-subtitle-15 {
    font-size: 1.1rem;
  }
}



#our-services-8 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#our-services-8 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-8 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-8 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-8 .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#our-services-8 .service-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#our-services-8 .service-list li:last-child {
  border-bottom: none;
}
#our-services-8 .service-list li i {
  font-size: 2rem;
  color: #007bff;
  margin-right: 15px;
}
#our-services-8 .service-list li .service-content h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#our-services-8 .service-list li .service-content p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#how-it-works-14 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-14 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-14 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#how-it-works-14 .section-main-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-14 .pillar-item {
  background-color: #f8f9fa;
  padding: 35px 25px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#how-it-works-14 .pillar-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
#how-it-works-14 .pillar-icon {
  font-size: 2.8rem;
  color: #0d6efd;
  margin-bottom: 20px;
  line-height: 1;
}
#how-it-works-14 .pillar-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
}
#how-it-works-14 .pillar-description {
  font-size: 0.95rem;
  color: #5a6778;
  line-height: 1.6;
  flex-grow: 1;
}
@media (min-width: 768px) {
  #how-it-works-14 .pillar-item {
    margin-bottom: 0;
  }
}



#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;
}



#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) {
}



#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;
  }
}


