
#hero-7 {
  padding: 100px 20px;
  background-color: #f1f3f5;
  text-align: center;
}
#hero-7 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-7 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-item blockquote {
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



#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) {
}



#about-us-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-1 .description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
  margin-bottom: 30px;
}
#about-us-1 .nav-tabs {
  margin-bottom: 20px;
}
#about-us-1 .tab-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



#customer-support-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  overflow: hidden;
}
#customer-support-14 .container {
  max-width: 800px;
}
#customer-support-14 .section-icon i {
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#customer-support-14 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#customer-support-14 .section-subtitle {
  font-size: 1.15rem;
  color: #495057;
  margin-bottom: 1.5rem;
}
#customer-support-14 .section-description {
  color: #6c757d;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
#customer-support-14 .community-quote {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-left: 4px solid var(--bs-primary);
  text-align: left;
  border-radius: 0 0.25rem 0.25rem 0;
}
#customer-support-14 .community-quote blockquote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.5rem;
}
#customer-support-14 .community-quote .quote-author {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
  text-align: right;
}
#customer-support-14 .community-links .btn {
  margin: 0.5rem 0.5rem;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
}
#customer-support-14 .community-links .btn i {
  margin-right: 0.5rem;
}
#customer-support-14 .community-links .btn-lg {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  #customer-support-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #customer-support-14 .section-title {
    font-size: 2.1rem;
  }
  #customer-support-14 .community-links .btn {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #customer-support-14 .community-links .btn-lg {
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
  }
}



#call-to-action-10 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#call-to-action-10 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-10 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-10 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #2575fc;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-10 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #2575fc;
}
@media (max-width: 767.98px) {
  #call-to-action-10 h2 {
    font-size: 28px;
  }
  #call-to-action-10 p {
    font-size: 16px;
  }
}


