/* --- TITLE CSS --- */

.ms-title-block {
  max-width: 700px;
  margin: -63px -10px;
  padding: 10px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.ms-title-block h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  /* Gradient text: dark blue → light blue */
  background: linear-gradient(90deg, #001f4d, #3399ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.ms-sub {
  font-size: 16px;
  color: #666;
  text-align: left;
}

.ms-hash {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  background: #f0f0f0;
  color: #0077ff;
  font-weight: 600;
  margin-right: 8px;
}

.ms-name {
  font-weight: 600;
  color: #333;
}

.ms-muted {
  color: #999;
}


/* page slider CSS */

.testimonial-section {
    padding: 0 0 60px;
}

.section-title{

    text-align: center !important;
}

.text-pink {
    color: #e91e63;
}

.review-card {
    border-radius: 20px;
    padding: 25px;
    height: 330px;
    width:75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 50px auto;
}

.card-expanded {
    transform: scale(1.06) !important;
    z-index: 100 !important;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3) !important;
    border-color: #e91e63 !important;

}

.swiper-slide-inactive {
    opacity: 0.5;
    filter: grayscale(0.5);
}

.bg-img {
    background-size: cover !important;
    background-position: center !important;
    color: white !important;
    position: relative;
    overflow: hidden;
}

.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.bg-img > * {
    position: relative;
    z-index: 1;
}

.bg-light-1 {
    background-color: #fff9e6;
}

.bg-light-2 {
    background-color: #ffeff8;
}

.user-img {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    object-fit: cover;
}

.rating-stars {
    color: #ffc107;
    margin-bottom: 10px;
}

.logo-google {
    background: linear-gradient(to right, #4285F4, #34A853, #FBBC05, #EA4335);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.logo-netflix {
    color: #E50914;
    font-weight: 800;
}

.swiper-pagination {
    margin-top: 50px !important;
    position: relative !important;
}

.swiper-pagination-bullet-active {
    background: #e91e63 !important;
    width: 40px !important;
    border-radius: 10px !important;
}