

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          
        }

        html,
        body {
            width: 100%;
            height: 100%;
           background: #000012;
            color: #FFFFFF;
            font-family: 'Montserrat' , sans-serif;
           }



.testimonials-hero{
    background-image: url(../images/common-bg/testimonial-page-bg.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -100px; */
    .hero-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
}




/*testimonial-texts */
.client-stories {
  color: #fff;
  padding: 0px 20px;
  text-align: center;
}

.client-stories .container {
  max-width: 1200px;
  margin: auto;
}

.testimonial-videos {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;

}
.testimonial-card{
    background: linear-gradient(180deg, #003C69 1.72%, #000031 25.52%, #001A59 94.61%);
   display: flex;
padding: 10px;
flex-direction: column;
align-items: flex-start;
border-radius: 10px;
  width: 280px;
height: auto;
}

.client-cards{
      width: 280px;
height: auto;
   display: flex;
flex-direction: column;
gap: 20px;

.client{
     background: linear-gradient(180deg, #003C69 1.72%, #000031 25.52%, #001A59 94.61%);
     padding: 10px;
     color: white;
     border-radius: 10px;
     width: 100%;
     text-align: left;

}
}

.video-card {
  position: relative;
  width: 260px;
    height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.video-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}



.video-card .name {
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.video-card .name span {
  color: #aaa;
  font-size: 13px;
}


.client-msg{
 font-size: 14px ;
 text-align: left;
 line-height: 1.5;
 span{
   margin-top: 8px;
  display: flex;
  margin-bottom: -8px;
 }
}

.client{
  h5{
    span{
      font-weight: 400;
    }
  }
}


@media screen and (max-width: 768px) {
    .client-stories{
  .container{
    overflow: hidden;
  }
  .reviews-section{
    .container{
          overflow: visible;
    padding: 0;
    }
  }
.testimonial-card{
      width: 170px;
      padding: 5px;
      text-align: left;
      p{
        font-size: 12px;
      }
}
  
  .video-card {
    width: 140px;
    width: 100%;
    height: 250px;
    overflow: hidden;
   
}
.video-card img {
    width: 100%;
    height: 180px;
 
}

.testimonial-videos {

    gap: 10px;

}

.review-item {
    height: 220px;
    min-width: 140px;

}
.reviews-grid{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
}
}







/* Tagline */
.tagline {

  font-size: 16px;
   background: #000024;
   position: absolute;
   bottom: 0;
   width: 100%;
   left: 0;
   padding: 20px;

}

.tagline span {
  font-weight: 700;
  color: #3f9dfb;
}



@media screen and (max-width: 992px) {
    .testimonials-hero {
        background-size: cover;
    }
   .consultation-section {
    & .container {
        .form-content{
            flex-direction: column;
            padding: 32px 24px;
        }
    }}
    .info-card{
        padding: 0;
        h2{
            margin-top: 0;
            text-align: center;
        }
    }
    .form-card {
        padding: 0;
        width: 100%;
        h3{
            text-align: center;
            font-size: 16px;
        }
    }

     .client-stories {
        .testimonial-videos {
            gap: 10px;
            display: grid;
             grid-template-columns: repeat(2, 1fr);
             place-items: center;
        }
    }

    
}

@media (max-width: 768px) {
   .client-cards {
    width: 170px;
    p{
        font-size: 12px;
    }
    h5{
        font-size: 14px;
    }
   }
   .consultation-section {
    min-height: 130vh;

    .btn-primary {
        padding: 10px 30px;
    }
}
}
