
#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;
  }
}



#portfolio-18 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
#portfolio-18 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-18 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-18 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-18 .comparison-item-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
#portfolio-18 .comparison-item-wrapper:last-child {
  margin-bottom: 0;
}
#portfolio-18 .comparison-project-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
  text-align: center;
}
#portfolio-18 .comparison-project-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#portfolio-18 .image-comparison-container {
  display: flex;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#portfolio-18 .comparison-image-half {
  width: 50%;
  position: relative;
  background-color: #e0e0e0;
}
#portfolio-18 .comparison-image-half img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#portfolio-18 .comparison-image-label {
  position: absolute;
  top: 10px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0 4px 4px 0;
}
#portfolio-18 .before-image .comparison-image-label {
  left: 0;
}
#portfolio-18 .after-image .comparison-image-label {
  right: 0;
  border-radius: 4px 0 0 4px;
}
#portfolio-18 .illustrative-slider-cue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: ew-resize;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#portfolio-18 .illustrative-slider-cue i {
  color: #0d6efd;
  font-size: 1.5rem;
}
#portfolio-18 .comparison-item-link {
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  #portfolio-18 .image-comparison-container {
    flex-direction: column;
  }
  #portfolio-18 .comparison-image-half {
    width: 100%;
  }
  #portfolio-18 .comparison-image-half img {
    height: 300px;
  }
  #portfolio-18 .illustrative-slider-cue {
    top: calc(50% - 25px);
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    cursor: ns-resize;
  }
  #portfolio-18 .comparison-project-title {
    font-size: 1.5rem;
  }
}



#our-services-27 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-27 .service-description-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-27 .service-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
#our-services-27 .service-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1rem;
}
#our-services-27 .btn-service-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
#our-services-27 .key-stats-col {
}
#our-services-27 .stat-block {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}
#our-services-27 .stat-block:hover {
  transform: translateY(-5px);
}
#our-services-27 .stat-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  line-height: 1;
}
#our-services-27 .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
#our-services-27 .stat-label {
  font-size: 0.9rem;
  color: #555;
  display: block;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #our-services-27 .service-description-col {
    text-align: center;
    margin-bottom: 3rem;
  }
  #our-services-27 .btn-service-cta {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  #our-services-27 .stat-block {
    margin-bottom: 1rem;
  }
  #our-services-27 .stat-icon {
    font-size: 2rem;
  }
  #our-services-27 .stat-number {
    font-size: 2rem;
  }
}



#awards-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#awards-7 .container {
  max-width: 850px;
}
#awards-7 .featured-award-box {
  text-align: center;
  padding: 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
}
#awards-7 .award-visual {
  margin-bottom: 2rem;
}
#awards-7 .award-visual img {
  max-height: 100px;
  max-width: 250px;
  width: auto;
}
#awards-7 .award-visual i {
  color: var(--bs-primary);
  opacity: 0.9;
}
#awards-7 .award-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#awards-7 .awarded-by {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-7 .award-year {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1.5rem;
}
#awards-7 .award-description {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .award-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: 2rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#awards-7 .quote-author {
  display: block;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  color: #6c757d;
  margin-top: 0.5rem;
}
#awards-7 .award-link {
  margin-top: 2rem;
}
#awards-7 .award-link a {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-7 .featured-award-box {
    padding: 2rem;
  }
  #awards-7 .award-name {
    font-size: 1.8rem;
  }
  #awards-7 .award-description {
    font-size: 1rem;
  }
  #awards-7 .award-quote {
    font-size: 1rem;
  }
}



#testimonials-14 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#testimonials-14 .container {
  max-width: 960px;
}
#testimonials-14 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-14 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-14 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-14 .testimonial-item-row {
  margin-bottom: 50px;
  align-items: center;
}
#testimonials-14 .testimonial-image-container {
  text-align: center;
  padding: 15px;
}
#testimonials-14 .testimonial-image-container img {
  max-width: 100%;
  height: auto;
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 5px solid #ffffff;
}
#testimonials-14 .testimonial-content-box {
  background-color: #f8f9fa;
  padding: 35px 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}
#testimonials-14 .testimonial-content-box::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5rem;
  color: #e9ecef;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
  line-height: 1;
  opacity: 0.9;
}
#testimonials-14 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-14 .testimonial-quote {
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
#testimonials-14 .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-size: 1.05rem;
}
#testimonials-14 .client-position {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
  margin-bottom: 10px;
}
#testimonials-14 .rating {
  color: #ffc107;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  #testimonials-14 {
    padding: 50px 0;
  }
  #testimonials-14 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-14 .testimonial-item-row {
    margin-bottom: 30px;
  }
  #testimonials-14 .testimonial-image-container {
    margin-bottom: 20px;
  }
  #testimonials-14 .testimonial-image-container img {
    width: 180px;
    max-height: 180px;
  }
  #testimonials-14 .testimonial-content-box {
    padding: 30px;
  }
  #testimonials-14 .testimonial-content-box::before {
    font-size: 4rem;
    top: 10px;
    right: 15px;
  }
}



#call-to-action-16 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-16.has-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  z-index: 1;
}
#call-to-action-16 .container {
  position: relative;
  z-index: 2;
}
#call-to-action-16:not(.has-bg-image) {
}
#call-to-action-16:not(.has-bg-image) .cta-subtext {
}
#call-to-action-16 .cta-headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-16 .cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}
#call-to-action-16 .cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-width: 2px;
}
#call-to-action-16 .cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#call-to-action-16 .cta-buttons .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-16 .cta-content,
  #call-to-action-16 .cta-buttons {
    text-align: center;
  }
  #call-to-action-16 .cta-headline {
    font-size: 1.8rem;
  }
  #call-to-action-16 .cta-subtext {
    font-size: 1rem;
  }
  #call-to-action-16 .cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #call-to-action-16 .cta-buttons .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}



#features-2 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#features-2 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-2 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-2 .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
#features-2 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-2 .feature-image {
  width: 40%;
  height: auto;
}
#features-2 .feature-content {
  padding: 20px;
  width: 60%;
}
#features-2 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #17a2b8;
}
#features-2 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



/* === Wave Background === */
.wave-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.wave-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 120px;
  overflow: hidden;
  z-index: 0;
}
.wave {
  position: absolute;
  bottom: 0; left: 0;
  width: 200%; height: 120px;
  opacity: var(--wave-opacity);
  animation: wave-animation var(--wave-speed) linear infinite;
}
.wave.wave2 {
  transform: translateX(50%);
  animation-duration: var(--wave-speed-alt);
  opacity: var(--wave-opacity-alt);
}
@keyframes wave-animation {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* === Content Above Waves === */
.wave-section .container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

/* === Section Header === */
.wave-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.wave-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.wave-section .section-header p {
  font-size: 1rem;
  color: #555;
}

/* === Posts Grid === */
.row-posts {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .row-posts { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .row-posts { grid-template-columns: repeat(4, 1fr); }
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.post-card .btn-readmore {
  font-size: 0.9rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .btn-readmore:hover {
  background-color: #0056b3;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#contact-4 {
  padding: 80px 0;
  background-color: #f9fafb;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#contact-4 .sidebar {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 30px;
}
#contact-4 .sidebar h3 {
  margin-bottom: 15px;
  color: #333;
}
#contact-4 .sidebar p {
  margin-bottom: 10px;
  color: #555;
}
#contact-4 form .form-control {
  border-radius: 4px;
  border: 1px solid #ccc;
}
#contact-4 form .btn-submit {
  background-color: #28a745;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
#contact-4 form .btn-submit:hover {
  background-color: #1e7e34;
}


