.elementor-14 .elementor-element.elementor-element-df8b9e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-6575c81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-2e9faf8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-df8b9e8{--padding-top:50px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-483f3d8 */.jr-blog-section {
  background: #fff;
  padding: 72px 20px 90px;
  font-family: inherit;
}

.jr-container {
  max-width: 1440px;
  margin: 0 auto;
}

.jr-eyebrow {
  margin: 0 0 18px;
  color: #e57b3f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
}

.jr-blog-section h2 {
  margin: 0;
  color: #000;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -3px;
  font-weight: 800;
}

.jr-subtitle {
  margin: 36px 0 95px;
  color: #91849d;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
}

.jr-featured {
  display: grid;
  grid-template-columns: 690px 1fr;
  gap: 40px;
  align-items: center;
}

.jr-video {
  position: relative;
  display: block;
  width: 100%;
  height: 388px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}

.jr-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* dark overlay like screenshot */
.jr-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 25, 45, 0.18);
}

.jr-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 38px solid #fff;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.18));
}

.jr-content {
  padding-left: 0;
  max-width: 700px;
}

.jr-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  color: #a99bb2;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 600;
}

.jr-meta span:first-child {
  color: #e57b3f;
}

.jr-meta b {
  color: #d8d0dc;
  font-weight: 400;
}

.jr-title {
  display: block;
  color: #000;
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: -1.7px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 24px;
}

.jr-title:hover {
  color: #e57b3f;
}

.jr-desc {
  margin: 0 0 26px;
  color: #91849d;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 400;
}

.jr-date {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #91849d;
  font-size: 15px;
}

.jr-date b {
  font-weight: 400;
  color: #b8adbf;
}

@media (max-width: 1100px) {
  .jr-featured {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .jr-video {
    height: 420px;
  }

  .jr-subtitle {
    margin-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .jr-blog-section {
    padding: 55px 18px 70px;
  }

  .jr-subtitle {
    font-size: 18px;
    margin: 24px 0 45px;
  }

  .jr-video {
    height: 260px;
  }

  .jr-title {
    font-size: 30px;
  }

  .jr-desc {
    font-size: 18px;
  }

  .jr-meta {
    gap: 8px;
    letter-spacing: 2px;
    flex-wrap: wrap;
  }
}/* End custom CSS */