body {
    font-family: 'Montserrat', sans-serif;
    background-color: #080808;
    color: #fff;

  }
  .container{
    overflow: hidden;
  }
  .h1{
    font-size: 48px !important;
    font-weight: 600;
  }

  .h2{
    font-size: 60px;
    font-size: 36px !important;
    font-weight: 600;
  }
  .h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
  }
  .hero-text{
    font-size: 21px;
  }
  .navbar-nav {
    justify-content: center;
    align-items: center;
  }
  .btn-custom {
    background-color: #fff;
    color: #080808;
    font-weight: 600;
  }
  .highlight {
    font-weight: 700;
    color: #fff;
  }
  .btn-light{
    font-weight: 700;
    padding: 7px
  }
  .btn-light:hover{
    background: #1b72f5;
    border: 1px solid #1b72f5;
    color: white;
  }
  .fw-semibold{
    font-size: 18px;
    margin-left: 8px;
  }
  .nav-link{
    font-weight: 700;
  }
  .section-dark {
    background-color: #151515;
    border-radius: 16px;
    padding: 1.5rem 1.5rem 0 1.5rem !important;
    border: 1px solid #ffffff41;

  }
  .section-dark:hover {
    transform: scale(1.02) !important;
    border: 0px;
  }
  button.btn.btn-sm.btn-light.px-3.mt-1 a{color:#151515;}
  button.btn.btn-sm.btn-light.px-3.mt-1 a:hover{color:#fff;}
  /* #151515 */
  .heroIcon{
    height: 25px;
    vertical-align: middle;
    width: auto;
    margin-right:8px;
  }
  .case-img{
    width: auto !important;
    max-height: 400px !important;
    
  }
  .tag {
  
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #ffffff6b;
  }
  .testimonial {
    background-color: #1A1A1A;
    border-radius: 16px;
    padding: 20px;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  .dots{
    text-align: left !important;
    font-size: 35px;
    margin-bottom: 28px;
  }
  .env{
    margin-top: -3px;
    margin-right: 10px;
  }
  .footer_bottom{
    display: flex;
    display: flex
    ;
        justify-content: space-between;
  }

.exist_image{
	width:100% !important;
	max-height: 100% !important;
	}

  
  .testimonial-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 100%;
}
.testimonial-card img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.testimonial-card .card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.testimonial-card .card-subtitle {
    font-size:12px;
    color: #4d4c4c;
    margin-bottom: 5px;
    font-weight: 600;
}
.testimonial-card .date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 5px;
}
.testimonial-card .card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
}
.badge-first {
    color: #868383;
    font-size: 0.75rem;
    padding: 2px 0px;
    border-radius: 10px;
    margin-left: 5px;
}
.linkedin-icon {
    fill: #ffd700;
    margin-left: 5px;
}
.btn-linkedin {
    background-color: #007bff;
    color: #fff;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-linkedin:hover {
    background-color: #0056b3;
    color: #fff;
    height: 46px;
}
.btn-linkedin:hover svg {
  margin-left: 10px;
  transition: ease all .5s;
}
@media (max-width: 1023px) {
  .testimonial-card {
      margin-bottom: 15px;
  }
  .case-img-outer{
    /* margin: auto !important; */
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
  }
}
@media (max-width: 767px) {
  body{
    font-size: 15px !important;
  }
  .h1{
    font-size: 24px !important;
  }
  .h2{
    font-size: 21px !important;
  }
  .h4{
    font-size: 18px !important;
         font-weight: 400 !important;
         margin-bottom: 3px;
  }
  .fw-semibold{
    font-size: 15px;
  }
  .hero-text{
    font-size: 18px !important;
  }
  .hero-icon{
    display: flex;
    justify-content: center;
  }
    .testimonial-card {
        margin-bottom: 15px;
    }
    .p-md-5{
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .testimonial-card .card-body{
      flex-direction: column !important;
    } 
    .testimonial-card .card-body img{
      margin-bottom: 10px;
    } 
    strong{
      font-size: 15px !important;
    }
    .footer_bottom{
      flex-direction: column-reverse !important;
    }
  }
  

