 #header .navmenu li a{
      font-size: 20px;
    }

    .testimonials .testimonial-header img {
      width: 100%;
      height: 300px;
      border-radius: 5%;
      object-fit: cover;
      border: 1px solid #fff;
    }

    .section-title p{
      max-width: 100% !important;
    }

    .testimonials .testimonial-header{
      padding: 0px;
    }

    .header .logo img {
      max-height: 120px;
      margin-right: 8px;
  }

  .project-description {
      text-align:justify;
    }


  .portfolio .portfolio-filters li  {
    margin: auto;
  }

  .img-main{
    height: 500px;
    width: 100%;
  }

  .cover-img{
    height: auto;
    width: 100%;
}

.hero-image{
  width: 100%;
  align-items: center;
  text-align: center;
}

.deo-img{
  height: 550px;
  width: 100%;
  align-items: right;
  text-align: right;
}
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position:relative;
  line-height: 2.5
}
.testo{
  line-height: 1.7 !important;
}
.text-left{
      text-align: left !important;
    }

.section-par {
  text-align: left !important;
  padding-bottom: 60px;
  position: relative;
}

.section-par p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 0%);
}


.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(54, 144, 231, 0.85), rgba(54, 144, 231, 0.75));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.project-overlay .overlay-content {
  display: flex;
  gap: 20px;
}

.project-overlay .overlay-content a {
  width: 48px;
  height: 48px;
  background-color: var(--contrast-color);
  color: var(--accent-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.project-overlay .overlay-content a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.portfolio .portfolio-card .project-visual:hover img {
  transform: scale(1.05);
}

.swiper-slide .testimonial-item:hover .project-overlay {
  opacity: 1;
  visibility: visible;
}
.project-description{
  color: black !important;
}

.contact-main{
  height: 500px;
  width: 85%;
}

.contact-image{
    align-items: center;
    text-align: center;
}

footer{
  padding-bottom: 0px !important;
}
.footer-top{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 10pt;
}

.footer-about {
  padding-top: 30px;
}

.footer-links {
  padding-top: 30px;
}

.footer-contact {
  padding-top: 30px;
  line-height: 1.45;
}
.footer-about-comp{
  padding-top: 20px;
}
.about{
  padding-bottom: 137px;
}
.deodesc-img{
  height: 500px;
  width: 100%;
  margin-top: -50px !important;
}

