
#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;
}



#about-us-15 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#about-us-15 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-15 .stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
#about-us-15 .stat-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-15 .stat-card h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #007bff;
}
#about-us-15 .stat-card p {
  font-size: 1rem;
  color: #555;
}
#about-us-15 .impact-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;
}



#overview-4 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}
#overview-4 .overview-section-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
#overview-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#overview-4 .overview-content-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-4 .section-heading {
  color: #ffffff;
}
#overview-4 .lead {
  color: rgba(255, 255, 255, 0.9);
}
#overview-4 .highlights-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#overview-4 .highlights-list li {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.1);
}
#overview-4 .highlights-list li i {
  margin-right: 0.5rem;
  color: var(--bs-warning);
}
#overview-4 .btn-primary {
}
#overview-4 .btn-primary:hover {
}
@media (max-width: 767.98px) {
  #overview-4 .overview-section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #overview-4 .highlights-list {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  #overview-4 .highlights-list li {
    width: fit-content;
  }
}



#features-8 {
  padding: 80px 0;
  background-color: #eef2f3;
  text-align: center;
}
#features-8 .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#features-8 .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}
#features-8 .feature-item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-8 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#features-8 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-8 .feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#features-8 .feature-description {
  font-size: 16px;
  color: #777;
}



#how-it-works-3 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#how-it-works-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#how-it-works-3 .carousel-item {
  text-align: center;
  padding: 40px;
}
#how-it-works-3 .carousel-item h4 {
  font-size: 1.75rem;
  color: #007bff;
  margin-bottom: 10px;
}
#how-it-works-3 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



/* category-posts-2 Styles */
#category-posts-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f8f9fa; /* Light background for the section */
}

#category-posts-2 .section-header {
    margin-bottom: 3rem;
    text-align: center;
}

#category-posts-2 .section-header .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40; /* Darker title */
    margin-bottom: 0.5rem;
}

#category-posts-2 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d; /* Muted subtitle */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Featured Post Styles */
#category-posts-2 .featured-post-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#category-posts-2 .featured-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}

#category-posts-2 .featured-post-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%; /* Ensure wrapper takes height for object-fit */
}

#category-posts-2 .featured-post-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the area, might crop */
    transition: transform 0.3s ease;
}

#category-posts-2 .featured-post-card:hover .featured-post-image-wrapper img {
    transform: scale(1.05);
}

#category-posts-2 .featured-post-content {
    padding: 2rem;
}

#category-posts-2 .featured-post-content .featured-post-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

#category-posts-2 .featured-post-content .featured-post-title a {
    color: inherit;
    text-decoration: none;
}

#category-posts-2 .featured-post-content .featured-post-title a:hover {
    color: #007bff; /* Bootstrap primary color */
}

#category-posts-2 .featured-post-meta {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

#category-posts-2 .featured-post-meta .meta-item {
    margin-right: 1rem;
}

#category-posts-2 .featured-post-meta .meta-item i {
    margin-right: 0.3rem;
}

#category-posts-2 .featured-post-excerpt {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

#category-posts-2 .readmore-btn {
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

#category-posts-2 .readmore-btn i {
    margin-left: 0.3rem;
    transition: transform 0.2s ease;
}

#category-posts-2 .readmore-btn:hover i {
    transform: translateX(3px);
}

/* Secondary Post Card Styles */
#category-posts-2 .post-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%; /* Make cards in a row same height */
}

#category-posts-2 .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

#category-posts-2 .post-card .card-img-top-wrapper {
    width: 100%;
    height: 200px; /* Fixed height for images */
    overflow: hidden;
}

#category-posts-2 .post-card .card-img-top-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#category-posts-2 .post-card:hover .card-img-top-wrapper img {
    transform: scale(1.05);
}

#category-posts-2 .post-card .card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows card body to grow and push footer down */
}

#category-posts-2 .post-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

#category-posts-2 .post-card .card-title a {
    color: inherit;
    text-decoration: none;
}

#category-posts-2 .post-card .card-title a:hover {
    color: #007bff;
}

#category-posts-2 .post-card .card-text {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.5;
    flex-grow: 1; /* Allows text to take available space */
}

#category-posts-2 .post-card .card-footer {
    background-color: transparent;
    border-top: none;
    padding: 0 1.25rem 1.25rem; /* Adjust padding if needed */
}

#category-posts-2 .post-card .readmore-btn {
    font-size: 0.9rem;
}

/* Pagination Wrapper */
#category-posts-2 .pagination-wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    #category-posts-2 .featured-post-image-wrapper {
        height: 300px; /* Adjust height for tablet */
    }
    #category-posts-2 .featured-post-content {
        padding: 1.5rem;
    }
    #category-posts-2 .featured-post-content .featured-post-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    #category-posts-2 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    #category-posts-2 .section-header .section-title {
        font-size: 2rem;
    }
    #category-posts-2 .section-header .section-subtitle {
        font-size: 1rem;
    }
    #category-posts-2 .featured-post-card .row > div[class^="col-"] {
        width: 100%; /* Stack image and content */
    }
    #category-posts-2 .featured-post-image-wrapper {
        height: 250px; /* Adjust height for mobile */
        border-bottom-left-radius: 0; /* Remove radius if stacked */
        border-top-right-radius: 0.5rem;
    }
    #category-posts-2 .featured-post-image-wrapper img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.5rem;
    }
     #category-posts-2 .featured-post-content {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    #category-posts-2 .post-card .card-img-top-wrapper {
        height: 180px; /* Adjust image height for smaller mobile */
    }
     #category-posts-2 .post-card .card-title {
        font-size: 1.1rem;
    }
     #category-posts-2 .post-card .card-text {
        font-size: 0.9rem;
    }
}




#portfolio-14 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-14 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-14 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-14 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-14 .portfolio-service-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 30px;
}
#portfolio-14 .portfolio-service-tabs .nav-item {
  margin-bottom: -2px;
}
#portfolio-14 .portfolio-service-tabs .nav-link {
  border: 2px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
#portfolio-14 .portfolio-service-tabs .nav-link .tab-icon {
  margin-right: 8px;
  font-size: 1.1rem;
  opacity: 0.7;
}
#portfolio-14 .portfolio-service-tabs .nav-link:hover,
#portfolio-14 .portfolio-service-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#portfolio-14 .portfolio-service-tabs .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#portfolio-14 .portfolio-service-tabs .nav-link.active .tab-icon {
  opacity: 1;
}
#portfolio-14 .tab-pane-portfolio {
  padding-top: 15px;
}
#portfolio-14 .project-card-in-tab {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-14 .project-card-in-tab:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
#portfolio-14 .project-tab-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}
#portfolio-14 .project-tab-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
  line-height: 1.3;
}
#portfolio-14 .project-tab-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-14 .project-tab-title a:hover {
  color: #0d6efd;
}
#portfolio-14 .project-tab-summary {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 10px;
}
#portfolio-14 .project-tab-link a {
  font-size: 0.85rem;
  font-weight: 500;
}



#testimonials-3 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-3 .slider-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#testimonials-3 .slider-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-3 .slider-item.active {
  display: block;
}
#testimonials-3 .slider-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-3 .slider-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-3 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#counter-10 {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    var(--gradient-start, #4a00e0),
    var(--gradient-end, #8e2de2)
  );
  color: var(--text-color, #ffffff);
  text-align: center;
  overflow: hidden;
}
#counter-10 .container {
  position: relative;
  z-index: 2;
}
#counter-10 .section-header {
  margin-bottom: 60px;
}
#counter-10 .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .section-header p {
  font-size: 1.15rem;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}
#counter-10 .counter-item-floating {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
#counter-10 .floating-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: inline-block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out;
  animation: floatAnimation 4s ease-in-out infinite;
}
#counter-10 .counter-item-floating:hover .floating-icon {
  transform: scale(1.1) translateY(-5px);
  animation-play-state: paused;
}
@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
#counter-10 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  color: var(--text-color, #ffffff);
}
#counter-10 .counter-number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 6px;
  line-height: 1;
  opacity: 0.9;
}
#counter-10 .counter-title-floating {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-color, #ffffff);
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #counter-10 .counter-number {
    font-size: 2.8rem;
  }
  #counter-10 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-10 .floating-icon {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  #counter-10 {
    padding: 60px 0;
  }
  #counter-10 .section-header h2 {
    font-size: 2.2rem;
  }
  #counter-10 .counter-item-floating {
    margin-bottom: 40px;
  }
  #counter-10 .counter-item-floating:last-child {
    margin-bottom: 0;
  }
}



#awards-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
/*
#awards-10::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6610f2 0%, #34156e 100%);
    z-index: 1;
}
#awards-10 .container { position: relative; z-index: 2; }
*/
#awards-10 .highlight-icon {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#awards-10 .highlight-text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#awards-10 .description-text {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 3rem auto;
  opacity: 0.9;
}
#awards-10 .key-logos-wrapper {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 900px;
  margin: 0 auto;
}
#awards-10 .logos-title {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  opacity: 0.8;
}
#awards-10 .key-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-10 .logo-item {
  text-align: center;
}
#awards-10 .logo-item a {
  display: inline-block;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#awards-10 .logo-item a:hover {
  opacity: 1;
  transform: scale(1.05);
}
#awards-10 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #awards-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-10 .highlight-text {
    font-size: 2.2rem;
  }
  #awards-10 .description-text {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  #awards-10 .key-logos-wrapper {
    padding-top: 2rem;
  }
  #awards-10 .logos-title {
    margin-bottom: 1.5rem;
  }
  #awards-10 .key-logos-grid {
    gap: 1.5rem 2rem;
  }
  #awards-10 .logo-item img {
    max-height: 40px;
  }
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}


