.elementor-56570 .elementor-element.elementor-element-af8f49f{--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-56570 .elementor-element.elementor-element-34bae1f .elementor-button{background-color:#34608B;font-size:35px;fill:#FFFFFF;color:#FFFFFF;border-radius:29px 29px 29px 29px;}/* Start custom CSS for button, class: .elementor-element-34bae1f */.spaces-gallery-wrapper {
      max-width: 1200px;
      margin: 40px auto;
      padding: 0 20px;
    }
    
    .spaces-gallery-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: 30px;
    }
    
    @media (min-width: 768px) {
      .spaces-gallery-container {
        grid-template-columns: 1fr 1fr;
      }
    }
    
    @media (min-width: 1024px) {
      .spaces-gallery-container {
        grid-template-columns: 1fr 1fr 1fr;
      }
    }
    
    .spaces-gallery-card-link {
      text-decoration: none;
      color: inherit;
      display: block;
    }
    
    .spaces-gallery-card {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }
    
    .spaces-gallery-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }
    
    .spaces-gallery-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }
    
    .spaces-gallery-title-static {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
    }
    
    .spaces-gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.75);
      color: white;
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 25px;
      overflow-y: auto;
    }
    
    .spaces-gallery-card:hover .spaces-gallery-overlay {
      opacity: 1;
    }
    
    .spaces-gallery-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    
    .spaces-gallery-description {
      font-size: 14px;
      line-height: 1.6;
    }
    
    .spaces-gallery-button {
      display: block;
      margin: 0 auto;
      padding: 10px 25px;
      background-color: #1e4db7;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    
    .spaces-gallery-button:hover {
      background-color: #1a3d8c;
    }
    
    .spaces-gallery-hidden {
      display: none;
    }
    
    .read-more-btn {
      color: #3498db;
      background: none;
      border: none;
      font-size: 14px;
      cursor: pointer;
      margin-left: 5px;
      padding: 0;
      font-weight: 600;
    }
    
    .read-more-btn:hover {
      color: #2980b9;
      text-decoration: underline;
    }/* End custom CSS */