:root {
    --primary-text-color: #00C3A9;
    --secondary-text-color: #ffffff;
    --primary-bg-color: #C5ECE5;
    
    --accent-color: #47EDCC; 
    --secondary-bg-color: #292d33;   
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
        }
   

::selection{
  background: var(--primary-bg-color);
}
.stripes{
  background-color: var(--primary-text-color);
}
/*.btn-style1{
  border: none;
  background-color: #28a78e;
  padding: 0.5em 3em;
  color: #131313;
  font-weight: 700;
  border-radius: 30px;
  font-size: 18px;
}

.btn-style2{
  border: none;
  background-color: #212F3C;
  padding: 0.5em 3em;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 30px;
  font-size: 18px;
}*/
.btn
{
  background-color: #13B495 !important;
}
.header-margin{
  margin-top: 4em;

}
.clr-star{
  color: #F5B82B;
}
.clr-orange {
  color: #13b494;
}



.makeshadow {
  box-shadow: 0px 39px 0px #C5ECE5;
}


 .card-two{
        border: 1.5px solid #efefef !important;
        border-radius: 4px !important;
     }

    
    .hov-eff-icon {
      color: black;
    }

   
  .banner {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* Smooth transition effect */
}
.icon-color  {
    color: #13B495;
  }

.banner:hover img {
    transform: scale(1.1); /* Zoom the image to 110% on hover */
}
.banner-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 0 20px;
    cursor: default;
}
.reason .card {
    width: 12rem;
  }
  .business .card {
    width: 12rem;
    /* height: 10rem; */
  }

  .logos .card {
    width: 10rem;
  }
  
.insights .card {
    width: 16rem;
    text-align: center;
}
.card {
  transition: transform 0.5s ease;
    cursor: default;
  }
  .card:hover {
  transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }


.home-head {
    font-size: 3.75rem;
}

    @media (max-width: 767px) 
{
    .home-head {
        font-size: 1.5rem !important;
    }

   .banner{
	height:100% !important;
    }
}



@media (max-width: 767px) {
  .logos .card1 {
    width: 50% !important;
  }

  .logos .logo-1 {
    flex-direction: column !important;
    align-items: center !important;
  }
}

