.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  
  .service-item:hover {
    transform: translateY(-6px);
    transition: 0.3s;
  }
  .owl-service-item .item a {
    text-decoration: none;
    color: inherit;
}

.owl-service-item .item a .service-item {
    transition: 0.3s;
}

.owl-service-item .item a:hover .service-item {
    transform: translateY(-5px);
}
/* ======= Global Styling ======= */

 
  /* ======= Page Header ======= */
  .service-header {
    background: linear-gradient(135deg, #3f57ff, #8e9eff);
    padding: 70px 0;
    text-align: center;
    color: #fff;
  }
  
  .service-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .service-header p {
    font-size: 18px;
    opacity: 0.9;
  }
  
  /* ======= Services Section ======= */
  .services-section {
    max-width: 1250px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .services-section h2 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  
  .services-section .subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
  }
  
  /* Service Grid */
  .service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 35px;
  }
  
  .service-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 14px;
    transition: 0.4s;
    border: 1px solid #e8e8e8;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
  
  .service-card i {
    font-size: 45px;
    color: #3f57ff;
    margin-bottom: 20px;
  }
  
  .service-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  
  .service-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }
  
  /* ======= CTA Box ======= */
  .cta-section {
    background: linear-gradient(135deg, #3f57ff, #8e9eff);
    text-align: center;
    padding: 60px 30px;
    margin: 80px auto 40px;
    border-radius: 14px;
    color: #fff;
    max-width: 1050px;
  }
  
  .cta-section h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  
  .cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .cta-section a {
    background: #fff;
    color: #3f57ff;
    padding: 14px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .cta-section a:hover {
    background: #e8e8e8;
  }
  
  /* ======= Responsive Small Screens ======= */
  @media (max-width: 768px) {
    .service-header h1 {
      font-size: 36px;
    }
  
    .services-section h2 {
      font-size: 32px;
    }
  
    .cta-section h2 {
      font-size: 30px;
    }
  }
/* ===== Subscribe Section ===== */
.subscribe-section {
  padding: 70px 0;
  background: #fefaff;
  border-top: 1px solid #eee;
}
.subscribe-section h2 {
  color: #b30077;
  font-weight: 700;
}
.subscribe-section p {
  margin-top: 10px;
  font-size: 17px;
}
.subscribe-benefits li {
  list-style: none;
  margin: 6px 0;
  font-size: 16px;
}
.subscribe-benefits li::before {
  content: "✔ ";
  color: #b30077;
  font-weight: bold;
}
.subscribe-form input {
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* ===== Why Love Section ===== */
.why-love-us {
  padding: 70px 0;
}
.love-box {
  text-align: center;
  padding: 25px;
}
.love-box img {
  width: 80px;
  margin-bottom: 12px;
}

/* ===== Testimonials ===== */
.testimonials {
  padding: 70px 0;
  background: #fff7fb;
}
.testimonial-box {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.07);
  margin-bottom: 20px;
}
.testimonial-box h5 {
  margin-top: 10px;
  color: #b30077;
}

    