.elementor-358 .elementor-element.elementor-element-c259055{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-466aa29 */.study-destination {
  background-color: #ffffff;
  padding: 80px 20px;
}

.sd-container {
  max-width: 1100px;
  margin: 0 auto;
}

.study-destination h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

.sd-intro {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 16.5px;
  line-height: 1.8;
  color: #4b5563;
}

.sd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.sd-card {
  background-color: #f9fafb;
  padding: 28px;
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sd-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111827;
}

.sd-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #374151;
}

.sd-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .study-destination h2 {
    font-size: 26px;
  }

  .sd-intro {
    font-size: 15.5px;
  }
}/* End custom CSS */