.blog-post {
  background: #fdfdfd;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.blog-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.blog-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #5a2a9b;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blog-content {
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}

.law-contact-highlight {
  background: linear-gradient(to bottom, #f6f3ff, #ffffff);
  padding: 60px 20px;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  border-top: 1px solid #e2d9f3;
}

.highlight-container {
  max-width: 1000px;
  margin: 0 auto;
}

.law-contact-highlight h2 {
  font-size: 2.2rem;
  color: #5a2a9b;
  margin-bottom: 25px;
  font-weight: 700;
}

.highlight-lead {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 500;
}

.contact-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.contact-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  flex: 1 1 30%;
  box-shadow: 0 8px 24px rgba(90, 42, 155, 0.08);
  transition: transform 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-6px);
}

.contact-box i {
  font-size: 2rem;
  color: #5a2a9b;
  margin-bottom: 15px;
}

.contact-box h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-box p, .contact-box a {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
}

.video-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 30px;
  gap: 20px;
}

.video-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #ddd, #5a2a9b, #ddd);
}

.video-divider .divider-text {
  font-weight: 600;
  font-size: 1rem;
  color: #5a2a9b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-banner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.blog-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.blog-banner-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
