@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&family=Roboto:wght@400;500&display=swap");

body {
  font-family: "Roboto", sans-serif;
}
.navbar {
  background-color: #446cb4;
}
.navbar img {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
}
hr {
  color: #446cb4;
  text-align: center;
  width: 20%;
  height: 10px;
  margin: 0 auto;
}
.btn {
  margin: 20px 0;
  padding: 10px;
  background-color: #edebe8;
  border-radius: 20px;
  width: 80%;
  font-weight: 700;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.btn:hover {
  background-color: #446cb4;
  color: white;
}
.form-control {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  border: none;
  margin-top: 5px;
  text-align: left;
  width: 100%;
}
.form {
  border: 1px solid #446cb4;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin: 30px 0;
}
input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 5px;
  margin: 5px;
  width: 100%;
}

.row.mt-5{
    margin-top:2rem !important;
}

/* Carousal */

.teams .shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-teams .item, #customers-teams2 .item, #customers-teams3 .item {
  height: auto;
  text-align: center;
  padding: 50px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#pastexp {
  margin-top: 20px;
}

#customers-teams .owl-item.active.center .item,
#customers-teams2 .owl-item.active.center .item,
#customers-teams3 .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.teams .owl-carousel .owl-item .img-circle {
  transform-style: preserve-3d;
  max-width: 170px;
  margin: 0 auto 17px;
  transition: transform 0.5s;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.teams .owl-carousel .owl-item .img-circle:hover {
  transform: scale(0.9);
}

#customers-teams.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams.owl-carousel .owl-dots .owl-dot:hover span,
#customers-teams2.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams2.owl-carousel .owl-dots .owl-dot:hover span,
#customers-teams3.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams3.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2d54a4;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-teams.owl-carousel .owl-dots,
#customers-teams2.owl-carousel .owl-dots,
#customers-teams3.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-teams.owl-carousel .owl-dots .owl-dot,
#customers-teams2.owl-carousel .owl-dots .owl-dot,
#customers-teams3.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-teams.owl-carousel .owl-dots .owl-dot span,
#customers-teams2.owl-carousel .owl-dots .owl-dot span,
#customers-teams3.owl-carousel .owl-dots .owl-dot span {
  background: #2d54a4;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  /* margin-top:50px; */
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  outline: none;
  border-radius: 50% !important;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
  outline: 0 !important;
}

@media only screen and (max-width: 1000px) {
  #customers-teams.owl-carousel .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
    margin-top: 30px;
  }
}

#teamsocial {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 10px auto;
  margin-top: 20px;
}

#teamsocial #socialicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

#teamsocial #socialicon:hover {
  font-size: 2rem;
  width: 50px;
  height: 50px;
}

footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 20px 50px;
  font-style: normal;
  font-weight: 400;
}

footer p {
  font-size: 14px;
  font-style: normal;
}

.content1-p {
  font-size: 1.3em;
  line-height: 1.4em;
}

.content1-s1 {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
}

.content1-s2 {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0;
}

.highlights {
    font-weight: 700;
    font-size: 2.5em;
  margin: 10px 0;
}

.btn-submit{
    padding: 10px 20px;
    background: #446cb4;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.parent-testimonial{
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    border-radius: 20px;
    width:700px;
}

.single-testimonials{
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

 .testimonial-container {
      max-width: 600px;
      background-color: #f0f0f0;
      border-left: 5px solid #446CB4; /* Green left border */
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .testimonial-image-container {
      text-align: center;
      padding: 20px 0 0 0;
    }

    .testimonial-image {
      display: inline-block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
    }

    .testimonial-content {
      padding: 0 20px 20px 20px;
      text-align: center;
    }

    .testimonial-text {
      font-size: 16px;
      line-height: 1.6;
      color: #333;
      position: relative;
    }

    .quotation-mark {
      font-size: 24px;
      font-weight: bold;
      color: #446CB4;
      position: absolute;
      top: -15px;
      left: -10px;
    }
    .quotation-marks {
      font-size: 24px;
        font-weight: bold;
    color: #446CB4;
    position: absolute;
    right: 0;
    bottom: -30px;
    }

    .testimonial-author {
      margin-top: 10px;
      font-weight: bold;
      font-size: 18px;
      color: #555;
    }
    
    @media only screen and (max-width: 780px){
        .parent-testimonial{
            width:auto;
        }
    }