.home-5-bg {
  background: #1a99b8;
  position: relative;
  background-size: cover;
  height: 80vh;
  background-position: center center;
}

.home-5-title {
  text-shadow: 2px 2px #c6c7c8
}

.home-5-content {
  z-index: 1;
  position: relative;
  text-align: justify;

}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-5-content {
  z-index: 1;
  position: relative;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.8);
}

.f-15 {
  font-size: 18px;
  text-shadow: 2px 1px #c6c7c8;
  text-align: justify;

}

.home-5-bg #particles-js {
  z-index: 1 !important;
  position: absolute;
  width: 100%;
  height: 100%;
}


#service-section {
  /* ============ SWIPER ============ */
  .swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
  }

  .swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important; /* continuous motion */
  }

  .swiper-slide {
    flex: 0 0 auto;
    width: calc((100% - 60px) / 3) !important;
    box-sizing: border-box;
    padding: 10px;
  }

  /* ============ CARD STYLING ============ */
  .card {
    margin: 0;
    background-color: #f4f5f2;
    text-align: center;
    border-top-left-radius: 4rem;
    border: 2px solid #fff;
    position: relative;
    height: 100%;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 120px;
    background-color: #1a99b8;
    top: 32px;
    right: -2.5px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .card__body {
    padding: 4rem 2.5rem;
    margin: auto;
    height: 320px;
  }

  .card__title o {
    font-weight: 800;
    color: #121513;
    font-size: 1.25rem;
    margin-block: 1.5rem 0.75rem;
  }

  .card__paragraph {
    color: #303830;
    font-size: 0.875rem;
    text-align: justify;
  }

  .card__ribbon {
    margin-top: 1.5rem;
    display: grid;
    place-items: center;
    height: 50px;
    background-color: #1a99b8;
    width: 100%;
    left: 0%;
    top: 10px;
    position: relative;
    border-radius: 0 0 2rem 2rem;
  }

  .card__ribbon::after,
  .card__ribbon::before {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 1/1;
    bottom: 100%;
    z-index: -2;
    background-color: #191c39;
  }

  .card__ribbon::before {
    left: 0;
    transform-origin: left bottom;
    transform: rotate(45deg);
  }

  .card__ribbon::after {
    right: 0;
    transform-origin: right bottom;
    transform: rotate(-45deg);
  }

  .card__ribbon-label {
    display: block;
    width: 84px;
    aspect-ratio: 1/1;
    background-color: #fff;
    position: relative;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 8px solid #393e7f;
    display: grid;
    place-items: center;
    font-weight: 900;
    line-height: 1;
    font-size: 1.5rem;
  }

  .card__ribbon-label::before,
  .card__ribbon-label::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 50%;
  }

  .card__ribbon-label::before {
    right: calc(100% + 4px);
    border-bottom-right-radius: 20px;
    box-shadow: 5px 5px 0 #393e7f;
  }

  .card__ribbon-label::after {
    left: calc(100% + 4px);
    border-bottom-left-radius: 20px;
    box-shadow: -5px 5px 0 #393e7f;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 991px) {
    .swiper-slide {
        width: calc((100% - 30px) / 2) !important;
      }
  }

  @media (max-width: 767px) {
    .swiper-slide {
        width: 100% !important;
      }
  }
}



#team-section {

  .card-client {
    /* width: 13rem; */
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    /* border: 4px solid #e5f7f5; */
    box-shadow: 5px 8px 10px rgba(207, 212, 222, 1);
    border-radius: 10px;
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
  }

  /* .card-client:hover {
    transform: translateY(-10px);
  } */

  .user-picture {
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }



  .name-client {
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    max-width: 900px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.6;
  }

  .name-client span {

    display: block;
    font-weight: 200;
    font-size: 16px;
  }
}


/* === HEADING STYLE === */
.heading h1 {
  text-transform: capitalize;
}

.heading h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}

.heading h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

.heading-alt h1 {
  text-align: center;
}

.heading-alt h1:before {
  left: 50%;
  margin-left: -30px;
}



/* === BASE HEADING === */

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h1 em {
  font-style: normal;
  font-weight: 600;
}


#about-us {
  .imgWrapper img {

    object-fit: cover;
    user-select: none;
    transition: 0.3s ease;
    border-radius: 20px
  }

  .imgWrapper:hover img {
    transform: scale(1.1);
  }

  .contentRight .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .contentRight .content h4 {
    font-size: 22px;
    font-weight: 400;
    color: #d35400;
  }

  .contentRight .content h2 {
    font-size: 40px;
    color: #1e272e;
  }

  .contentRight .content p {
    font-size: 16px;
    color: #343434;
    line-height: 28px;
    padding-bottom: 10px;
    text-align: justify;

  }

  .contentRight .content a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 30px;
    color: #fff;
    background: #d35400;
    border-radius: 8px;
    user-select: none;
  }

}

#contact-us {

  .contact-info-content h4 {
    color: black;
    font-size: 1.4em;
    margin-bottom: 5px;
  }

  .contact-info-content p {
    color: #000000;
    font-size: 1em;
  }

  .contact-form {
    
    padding-bottom: 20px;
    padding-top: 20px;
  }



  .contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .contact-form .input-box input,
  .contact-form .input-box textarea {
    width: 100%;
    padding: 25px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
  }

  .contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
  }

  .contact-form .input-box input:focus~span,
  .contact-form .input-box textarea:focus~span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
  }

  .contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #1a99b8;
    color: #FFF;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #00bcd4;
    transition: 0.5s;
  }

  .contact-form .input-box input[type="submit"]:hover {
    background: #FFF;
    color: #1a99b8;
  }


}

/* 
@media (min-width: 576px) {
  .swiper-slide {
      width: 90%; 
  }


}

@media (min-width: 768px) {
  .swiper-slide {
      width: 50%; 
  }
}

@media (min-width: 992px) {
  .swiper-slide {
      width: 25%; 
  }
}

@media (min-width: 1200px) {
  .swiper-slide {
      width: 25%; 
  }
} */

@media only screen and (max-width: 576px) {
  .company-name {
    font-size: 12px;
  }
}
