@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap');

body {
  min-height: 100vh;
  background-color: white;
  padding-top: 5%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
}

a {
  color: #5AB951;
}

a:hover {
  color: #49A241;
  text-decoration: none;
}

.btn-warning {
  color: #FFFFFF;
  background-color: #FF6633;
  border-color: #FF6633;
}

.iclaim-topbar {
  height: 50px;

}

.iclaim-topbar a {
  font-size: 18px;
  line-height: 40px;
}

.btn-warning,
.btn-dark {
  padding-left: 30px;
  padding-right: 30px;
}

.btn-link {
  color: #979797;
}

.btn-link:hover {
  color: #000000;
  text-decoration: none;
}

.btn-primary {
  border-radius: 30px;
  background-color: #5AB951;
  border-color: #5AB951;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-outline-dark {
  border-radius: 30px;
}

.btn-outline-light {
  border-radius: 30px;
}

.iclaim-topbar .far {
  font-size: 26px;
  margin-right: 10px;
  vertical-align: middle;
}

.iclaim-navbar {
  top: 50px;
  transition: all 0.3s ease-in-out;
}

.iclaim-navbar img {
  transition: all 0.3s ease-in-out;
}

.iclaim-navbar-smaller {
  height: 60px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(125, 125, 125, 1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(125, 125, 125, 1);
  box-shadow: 0px 0px 50px 0px rgba(125, 125, 125, 1);
}

.iclaim-navbar-smaller img {
  width: 100px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.iclaim-hero {
  display: block;
  float: left;
  width: 100%;
  padding-top: 114px;
  padding-bottom: 114px;
  background-color: black;
  background-image: url('../images/iclaim_bck-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-green {
  background-color: #51B848;
  color: white;
}

.iclaim-hero h1 {
  color: white;
}

h1 {
  color: black;
  font-weight: 900;
  font-size: 72px;
  line-height: 76px;
}

h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
}

.lead {
  color: white;
  font-size: 24px;
  line-height: 31px;
}

.iclaim-usps {
  display: block;
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.iclaim-usp {
  font-size: 28px;
  font-weight: 600;
}

.iclaim-usp .far {
  font-size: 72px;
  vertical-align: middle;
  margin-right: 20px;
}

.iclaim-body {
  display: block;
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.iclaim-body img {
  max-width: 100%;
  height: auto;
}

.iclaim-features {
  display: block;
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.iclaim-feature .far {
  color: #5AB951;
  font-size: 44px;
  margin-bottom: 20px;
}

.iclaim-feature h3 {
  font-weight: 700;
  color: black;
  font-size: 28px;
}

.iclaim-feature p {
  font-weight: 600;
  color: #5C5C5C;
}


.iclaim-features {
  display: block;
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.iclaim-partners {
  display: block;
  float: left;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.iclaim-partner {
  background-color: #f8f9fa;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
}

.iclaim-partner img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.iclaim-partner:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.iclaim-doc {
  font-weight: 700;
  line-height: 20px;
  padding: 20px 30px;
}

.iclaim-doc .far {
  color: #5AB951;
  display: inline-block;
  float: left;
  margin-top: 0px;
  font-size: 38px;
  margin-right: 20px;
}

.iclaim-doc small {
  font-weight: 300;
}

.iclaim-footer {
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Team */
.containerteam {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 0.5fr 1.8fr 1fr;
  gap: 10px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "Title Title Title"
    "Team Team Team"
    "Team Team Team";

}

.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 5% 5%;
  grid-auto-flow: row;

  grid-template-areas:
    ". . ."
    ". . .";
  grid-area: Team;
}

.member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.member img {
  max-height: 50%;
  border-radius: 50%;
}

.title {
  grid-area: Title;
}


@media screen and (max-width: 1024px) {
  .col-8{
    padding-right: 0px;
  }
  .col-4{
    padding-right: 0px;
  }
  .iclaim-topbar a {
    font-size: 0px;
  }
  
.iclaim-topbar .far {
  margin-right: 0px;

}

  .iclaim-navbar {
    height: 60px;
  }

  .navbar-collapse {
    position: fixed;
    -ms-flex-preferred-size: inherit;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    top: 110px;
    background: white;
    width: 100%;
    LEFT: 0px;
    padding-left: 15px;
  }

  .iclaim-navbar img {
    width: 100px;
    height: auto;
    transition: all 0.3s ease-in-out;
  }

  BODY {
    padding-top: 110px;
  }

  H1 {
    font-size: 42px;
    line-height: 46px;
  }

  .iclaim-usp {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .iclaim-usp .far {
    font-size: 32px;
  }

  .containerteam {
    display: grid;
    grid-template-columns: 0.7fr;
    grid-template-rows: 1fr;
    gap: 0 0;
    grid-template-areas:
      "Title"
      "Team"
      "Team";
  }

  .team {
    display: flex;
    flex-direction: column;
    gap: 0 0;
  }

  .title {
    max-height: 5%;
  }

}

.references-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  padding: 20px 0;
}

.reference-card {
  background-color: #f8f9fa;
  border-radius: 20px;
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  min-height: 150px;
}

.reference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.reference-card img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.reference-card:hover img {
  filter: grayscale(0%);
}

@media screen and (max-width: 768px) {
  .references-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
  }
  
  .reference-card {
    padding: 20px;
    min-height: 120px;
  }
  
  .reference-card img {
    max-height: 80px;
  }
}