body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
  font-style: normal;
}
img {
  width: 100%;
}
h2 {
  font-size: 35px;
  font-weight: 700;
}

.btn-success {
  background-color: #667AAA;
}
.blue {
  color: #00c4cc;
}
.white, .white a {
  color: white;
}

img.logo {
  max-width: 150px;
}
section.section1 {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  min-height: 60vh;
  justify-content: center;
}
.banner-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner-wrap h1 {
  font-size: 50px;
}
.banner-wrap h3 {
  font-size: 25px;
}
.banner-wrap h4 {
  font-size: 18px;
}
.banner-box {
  padding: 20px;
  border-radius: 10px;
  /* background: linear-gradient(90deg, #0d122296 0%, rgb(13 14 32 / 100%) 100%, #0d122296 100%); */
  background: linear-gradient(90deg, rgb(13 14 32 / 100%) 100%, rgb(13 14 32 / 100%) 100%, #0d122296 100%);
}

img.client-icon {
  max-width: 110px;
  height: max-content;
  border-radius: 100px;
}
.social-icon img {
  max-width: 86px;
  margin-top: 10px;
  padding: 5px 6px;
  background: #fff;
  border-radius: 4px;
}
.card-body-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 15px;
}
.client-box {
  background-color: #00c4cc;
  color: #fff;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3px;
  width: 342px;
}
.btn-black {
  background-color: #211e1e;
  color: #fff !important;
  padding: 10px 25px;
}

.btn-black:hover {
  background-color: #000;
}
.btn-black img {
  max-width: 13px;
  transition: .5s ease;
  margin-left: 4px;
}

.btn-black:hover img {
  margin-left: 6px;
}
.btn-white {
  background-color: #fff;
  color: #00c4cc !important;
  padding: 10px 25px;
}
.btn-white img {
  max-width: 13px;
  transition: .5s ease;
  margin-left: 4px;
  filter: invert(1);
}
.client-item {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.grey-bkg {
  background-color: #fbfbfb;
}
.box {
  box-shadow: 0 0 10px 0 #ededed8a;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ededed;
}
.box b {
  font-size: 20px;
  text-transform: uppercase;
}
.d-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}
.g3 {
  grid-template-columns: repeat(2 , minmax(0, 1fr));
}
.g5 {
  grid-template-columns: repeat(5 , minmax(0, 1fr));
}
.g7 {
  grid-template-columns: repeat(7 , minmax(0, 1fr));
}
span.line {
  height: 3px;
  width: 110px;
  background: #00c4cc;
  display: block;
  margin: 4px auto;
}
.gallery {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.gallery img {
  width: 185px;
}

.col-box {
  background-color: #fbfbfb;
}
.col-box img {
  padding: 10px;
  transition: .5s ease;
}
.col-box img:hover {
  transform: scale(1.1);
}
footer {
  background: #00c4cc;
}
a.btn {
  transition: .5s ease;
}
a.btn:hover {
  transform: scale(1.1);
}
footer a:hover {
  text-decoration: none;
  color: #000;
}
.s-icon {
  width: 42px;
  transition: .5s ease;
}
img.s-icon:hover {
  transform: scale(1.1);
}

/* ✅ Remove bullet points only from Agenda section */
.section3 ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

@media (max-width:767px) {
  h2 {
    font-size: 35px;
  }
  .banner-box {
    padding: 20px;
  }
  .banner-wrap h1 {
    font-size: 40px;
  }
  .banner-wrap h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .banner-wrap h4 {
    font-size: 16px;
  }
  section.section1 {
    min-height: 60vh;
  }
  img.client-icon {
    max-width: 140px;
  }
  .client-box {
    padding: 10px;
    gap: 10px;
    flex-direction: column;
    width: 190px;
  }
  .client-item {
    flex-direction: column;
  }
  .d-grid.g3 {
    grid-template-columns: repeat(1 , minmax(0, 1fr));
    gap: 10px;
  }
  .client-name {
    text-align: center;
  }
  .client-box small {
    font-size: 14px;
    text-align: center;
  }
  .card-deck {
    padding: 0 15px;
  }
}

@media screen and (min-width: 767px) and (max-height: 600px) {
  .banner-wrap h1 {
    font-size: 44px;
  }
  .banner-wrap h3 {
    font-size: 22px;
  }
  .banner-wrap h4 {
    font-size: 17px;
  }
  .banner-box {
    padding: 20px;
  }
  section.section1 {
    padding: 20px 0;
  }
}
