body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.rounded-4 { border-radius: 1rem !important; }
.card { border-radius: 1rem; }


.hero-slide {
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  color: white;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-slide h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-slide p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.service-content {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.service-content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.service-content li {
  margin-bottom: 6px;
}

.service-content p {
  margin-bottom: 10px;
}

.service-content img {
  width: 100%;
  border-radius: 10px;
  margin: 10px 0;
}

.service-content h1,
.service-content h2,
.service-content h3 {
  font-weight: 600;
  margin-top: 15px;
}
/* SERVICE CARD */
.service-card {
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
}

/* CONTENT FROM TINYMCE */
.service-content {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* LISTS */
.service-content ul {
  padding-left: 18px;
  margin-top: 10px;
}

.service-content li {
  margin-bottom: 6px;
}

/* PARAGRAPHS */
.service-content p {
  margin-bottom: 10px;
}

/* IMAGES */
.service-content img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}

/* HEADINGS */
.service-content h1,
.service-content h2,
.service-content h3 {
  font-weight: 600;
  margin-top: 12px;
}

/* LINKS */
.service-content a {
  color: #0d6efd;
  text-decoration: none;
}

.service-content a:hover {
  text-decoration: underline;
}
/* CARD */
.service-card-premium {
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.service-card-premium:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ICON */
.service-icon span {
  font-size: 32px;
  display: inline-block;
}

/* CONTENT */
.service-content {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* COLLAPSE EFFECT */
.collapsed-content {
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

/* FADE EFFECT */
.collapsed-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(transparent, white);
}

/* EXPANDED */
.expanded {
  max-height: none !important;
}

.expanded::after {
  display: none;
}

/* LIST STYLING */
.service-content ul {
  padding-left: 18px;
}

.service-content li {
  margin-bottom: 6px;
}

/* IMAGE */
.service-content img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}

/* READ MORE BUTTON */
.read-more-btn {
  font-size: 13px;
  color: #EEBED4;
}
.service-card-premium {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.service-card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* COLLAPSE EFFECT */
.collapsed-content {
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

/* FADE EFFECT */
.collapsed-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* EXPANDED STATE */
.expanded {
  max-height: none;
}

.expanded::after {
  display: none;
}

/* IMAGE INSIDE DESCRIPTION */
.service-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 10px;
}
.service-card-premium {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.service-card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* COLLAPSED TEXT */
.collapsed-content {
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

/* FADE EFFECT */
.collapsed-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* EXPANDED */
.expanded {
  max-height: none;
}

.expanded::after {
  display: none;
}

/* IMAGE FIX */
.service-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 10px;
  display: block;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.2s ease;
}