@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Sour Gummy", sans-serif;
  }

  nav {
    background: #fff;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    animation: slideTop 1.5s ease-in;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0 30px; 
  }

  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  

  label.logo {
    color: #46b740;
    font-size: 50px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
  }

  nav ul {
    float: right;
    margin-right: 30px;
  }

  nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }

  nav ul li a {
    color: #46b740;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }

  a.active,
  a:hover {
    background: #46b740;
    color: #fff;
    transition: 0.5s;
  }

  .checkbtn {
    font-size: 22px;
    color: #46b740;
    float: right;
    line-height: 80px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
  }

  #check {
    display: none;
  }


  .button {
    height: 60px;
    width: 250px;
    border: none;
    border-radius: 30px;
    background-color: #46b740;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  
  .button:hover {
    background-color: #fff;
    color: #46b740;
  }

  .content-box {
    background-image: url(../zou-images/servicebackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    height: 60vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 80px;
    padding: 0 10%;
    position: relative; 
}

.content{
    position: relative;
    z-index: 2;
}

  .content h2 {
    color: #fff;
    animation: slideTop 1.5s ease-in;
    animation-fill-mode: forwards;
    font-weight: 600;
    font-size: 12vmin;
    margin-bottom: 20px;
  }

  .second-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px; 
    margin: 0; 
    padding: 0; 
}

.secondsection-content {
    width: 38%;
    margin: 0;
    padding: 0; 
}

.secondsection-image img {
    border-radius: 10px;
    max-width: 100%;
    height: auto; 
    display: block; 
    margin: 0 auto; 
}

  .secondsection-content h3{
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .secondsection-content p{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }




  .secondsection-content ul{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .secondsection-content ul li{
    color: #7d7987;
    font-size: 20px;
    margin: 5px;
    cursor: pointer;
  }
  

  .content-team{
    padding-top: 150px;
   }
  
   .content-team h3{
    text-align: center;
    font-size: 50px;
    color: #46b740;
  }

  .content-team p{
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #000;
  }
  

  
  .container-team{
    display: grid;
    grid-template-columns: repeat(auto-fill, 460px);
    justify-content: center;
    align-items: center;
    margin-top: 70px;
  }
  
  .col-team{
    border-radius: 24px;
    transition: 1.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: left;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  
  .col-team:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  
  .col-team img{
  margin-top: 20px;
  transition: 0.5s;
  cursor: pointer;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  }
  
  .col-team img:hover{ 
    filter: brightness(70%)
  }
  
  .col-team h5{
    margin-top: 22px;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    transition: 0.7s;
    cursor: pointer;
  }
  
  
  .col-team p{
    color: #000;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
  }
  
  .col-team{
    margin: 25px;
   }

   .testimonials-section {
    height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    padding: 20px; 
    background-color: #f7f7f7; 
  }
  
  .testimonial-slider {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  
  .testimonial {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
    opacity: 0;
    display: none;
  }

  .testimonials-section h2{
    font-size: 7vmin;
  }

  .testimonials-section p{
    padding: 30px;
   margin-top: 20px;
   font-size: 25px;
  }
  
  .testimonial.active {
    opacity: 1;
    display: block;
  }
  
  .testimonial-author {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .testimonial-author img {
    width: 180px; 
    height: 180px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .testimonial-author h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  
  .testimonial-author span {
    font-size: 20px;
    color: #555;
  }
  
  .testimonial-controls {
    margin-top: 30px;
  }
  
  .testimonial-controls button {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 24px;
    margin: 0 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .testimonial-controls button:hover {
    background-color: #45a049;
  }
  
  
.characteristics {
    display: flex;
    justify-content: space-around;
    gap: 65px;
    margin: 70px;
    flex-wrap: wrap;
}

.characteristics-container {
  background-color: #e6f1de;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}

footer{
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    background-color: #46b740;
    padding: 60px 8%;
  }
  
  ul{
    list-style: none;
  }
  
  .footer-col{
    width: 15%;
    margin: 0px 30px
  }
  
  
  .footer-col h4{
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
  }
  
  
  
  ul li:not(:last-child){
    margin-bottom: 8px;
  }
  
  footer ul li a{
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    transition: 0.4s;
    padding: 5px;
  }
  
  footer ul li{
    display: block;
    margin: 10px 0px;
  }
  
  footer ul li a:hover{
  border-radius: 5px;
    padding-left: 2px;
  }
  
  
  .input {
    width: 100%;
    margin-top: 20px;
    max-width: 150px;
    height: 15px;
    padding: 12px;
    border-radius: 12px;
    border: 1.5px solid lightgrey;
    outline: none;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0px 0px 20px -18px;
  }
  
  .firstfooter-p{
    color: #fff;
  }
  
  .secondfooter-p{
    color: #fff;
    margin-top: 15px;
  }
  
  @media (max-width: 920px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
        margin: auto;
    }
  
    footer ul li a{
        margin: 20px 0px;
    }
  
    .footer-col h4::before{
        all: unset;
    }
  }
  
  @media(max-width: 576px){
    .footer-col{
        width: 100%;
        margin: 20px 0px;
    }
  }
  
  .copyright{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    border-top: 1px solid lightgray;
    background-color: #46b740;
    padding: 35px;
    text-align: center;
    color: lightgray;
    font-weight: 300;
  }
  
  @keyframes slideTop {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }

    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }

  @keyframes slideRight {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }

    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes slideLeft {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }

    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }



  @media (max-width: 890px) {
    nav ul {
      position: fixed;
      top: 80px;
      left: -100%;
      width: 100%;
      height: calc(100vh - 80px);
      background: #46b740;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.5s ease-in-out;
    }

    nav ul li {
      margin: 20px 0;
    }

    nav ul li a {
      color: #fff;
      font-size: 20px;
    }

    #check:checked ~ ul {
      left: 0;
    }

    .checkbtn {
      display: block;
    }

    label.logo {
      font-size: 45px; 
      padding: 0; 
      text-align: center; 
  }
  
   nav ul {
      padding: 0; 
  }

}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }

  .content-box {
    padding: 0 15%;
    height: 75vh;
  }

  .secondsection-content {
    width: 35%;
  }

  .characteristics {
    gap: 80px;
  }

  footer {
    padding: 70px 10%;
    flex-wrap: nowrap;
  }

  .footer-col {
    width: 20%;
  }

  .copyright {
    font-size: 16px;
  }
  .secondsection-image img{
    margin-top: 30px;
  }

}


@media (max-width: 1200px) and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .content-box {
    padding: 0 8%;
    height: 70vh;
  }

  .secondsection-content {
    width: 50%;
  }

  .characteristics {
    gap: 60px;
    justify-content: space-around;
  }

  footer {
    padding: 50px 8%;
    flex-wrap: wrap;
  }

  .footer-col {
    width: 30%;
  }

  .copyright {
    font-size: 15px;
  }

  .secondsection-image img{
    margin-top: 20px;
  }

  .secondsection-content{
    text-align: center;
  }
}


@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  nav ul {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: #46b740;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s ease-in-out;
    padding-top: 20px;
  }

  .content-box {
    padding: 0 5%;
    height: 60vh;
  }

  .secondsection-content {
    width: 90%;
    text-align: center;
  }

  .secondsection-content h3 {
    font-size: 38px;
    line-height: 1.3;
  }

  .secondsection-content p {
    font-size: 14px;
  }

  .characteristics {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  footer {
    flex-direction: column;
    text-align: center;
    padding: 30px 5%;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .copyright {
    font-size: 12px;
    padding: 15px;
    flex-direction: column;
  }
  .secondsection-image img{
    width: 90%;
  }
  .secondsection-image img{
    margin-top: 30px;
  }
}


@media (max-width: 480px) {
  .content-box {
    height: 50vh;
  }

  .secondsection-content h3 {
    font-size: 24px;
  }

  .secondsection-content p {
    font-size: 12px;
  }

  .col-team{
    width: 80%;
    margin: 20px auto;
  }

  .testimonial-author img{
    width: 100px;
    height: 100px;
  }

  footer ul li a {
    font-size: 14px;
  }

  .button {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }

  .secondsection-content h3 {
    font-size: 38px;
    line-height: 1.3;
  }

  .secondsection-content p{
    font-size: 20px;
  }

  .secondsection-image img{
    margin-top: 30px;
  }

  .col-team{
    width: 75%;
    margin: 20px auto;
  }
}


