.elementor-4898 .elementor-element.elementor-element-e0c84f4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-4898 .elementor-element.elementor-element-a967d07{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-4898 .elementor-element.elementor-element-76a0d6f{--grid-columns:4;}.elementor-4898 .elementor-element.elementor-element-76a0d6f .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-4898 .elementor-element.elementor-element-76a0d6f .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-4898 .elementor-element.elementor-element-76a0d6f .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-4898 .elementor-element.elementor-element-76a0d6f .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-4898 .elementor-element.elementor-element-76a0d6f .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-4898 .elementor-element.elementor-element-76a0d6f{--grid-columns:2;}}@media(max-width:767px){.elementor-4898 .elementor-element.elementor-element-76a0d6f{--grid-columns:1;}}/* Start custom CSS for container, class: .elementor-element-a967d07 *//* Unlock Hero Section */
.unlock-hero-section {
  background: linear-gradient(135deg, #f7f9fc, #eaf3fc);
  padding: 60px 20px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.unlock-hero-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.unlock-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
}

.unlock-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  margin-top: 0;
}/* End custom CSS */
/* Start custom CSS *//* Archive Grid Container */
.archive-unlock .elementor-loop {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* Card Styling */
.archive-unlock .elementor-post {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}
.archive-unlock .elementor-post:hover {
  transform: translateY(-5px);
}

/* Image */
.archive-unlock .elementor-post img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 140px;
  object-fit: contain;
}

/* Title */
.archive-unlock .elementor-post .elementor-post__title {
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
}/* End custom CSS */