.elementor-23838 .elementor-element.elementor-element-0f730ff{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5cc429c */.staklemeet-about-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      font-family: 'gotham rounded';
      font-weight: 900;
      line-height: 1.7;
      color: #333;
    }
    
    .staklemeet-about-container h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #1a365d;
      margin-bottom: 30px;
      text-align: center;
      border-bottom: 3px solid #3182ce;
      padding-bottom: 15px;
    }
    
    .staklemeet-about-container h2 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #2d3748;
      margin: 35px 0 20px 0;
      position: relative;
    }
    
    .staklemeet-about-container h2:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 50px;
      height: 2px;
      background: #3182ce;
    }
    
    .staklemeet-about-container p {
      font-size: 1.1rem;
      margin-bottom: 25px;
      text-align: justify;
    }
    
    .highlight-box {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      padding: 30px;
      border-radius: 12px;
      margin: 40px 0;
      text-align: center;
    }
    
    .highlight-box h2 {
      color: white;
      margin-bottom: 15px;
    }
    
    .highlight-box h2:before {
      background: white;
    }
    
    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin: 40px 0;
    }
    
    .feature-card {
      background: #f7fafc;
      padding: 25px;
      border-radius: 10px;
      border-left: 4px solid #3182ce;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .feature-card h3 {
      color: #2d3748;
      font-size: 1.3rem;
      margin-bottom: 15px;
      font-weight: 600;
    }
    
    .cta-section{
      background: #1a365d;
      color: white;
      padding: 40px;
      border-radius: 12px;
      text-align: center;
      margin-top: 50px;
    }
    
    .cta-button {
      display: inline-block;
      background: #3182ce;
      color: white;
      padding: 15px 30px;
      text-decoration: none;
      border-radius: 8px;
      font-weight: 600;
      font-size: 1.1rem;
      margin-top: 20px;
      transition: all 0.3s ease;
    }
    
    .cta-button:hover {
      background: #2c5aa0;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      
    }
    
    .stats-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin: 40px 0;
      text-align: center;
    }
    
    .stat-item {
      padding: 20px;
      background: white;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .stat-number {
      font-size: 2rem;
      font-weight: 700;
      color: #3182ce;
      display: block;
    }
    
    .stat-label {
      color: #666;
      font-size: 0.9rem;
      margin-top: 5px;
    }
    
    @media (max-width: 768px) {
      .staklemeet-about-container {
        padding: 20px 15px;
      }
      
      .staklemeet-about-container h1 {
        font-size: 2rem;
      }
      
      .features-grid {
        grid-template-columns: 1fr;
      }
      
      .stats-section {
        grid-template-columns: repeat(2, 1fr);
      }
    }/* End custom CSS */