 /* About Us section styles */
 .xk29 {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
  }
  
  .xk29::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #290f93;
    margin: 10px auto 0;
  }
  
  .owner-info {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #77960f 0%, #fda085 100%);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .owner-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 2rem;
    border: 4px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
  
  .owner-photo:hover {
    transform: scale(1.05);
  }
  
  .owner-details {
    flex: 1;
  }
  
  .zt71 {
    font-size: 1.8rem;
    color: #21095b;
    margin-bottom: 0.5rem;
  }
  
  .owner-title {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
  }
  
  .owner-bio {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
  }
  
  .shop-info {
    background: #f0f3f4;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .si9k {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .zt71 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
  }
  
  .zt71::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ff6b6b;
  }
  
  .ad7m {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  
  .lc2p {
    font-size: 1.5rem;
    margin-right: 1rem;
    background-color: #0add11;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(176, 23, 23, 0.1);
  }
  
  .ad7m p {
    margin: 0;
    line-height: 1.6;
  }
  
  .em35 {
    color: #ff6b6b;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .em35:hover {
    color: #eb1515;
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .si9k {
      padding: 1.5rem;
    }
  
    .zt71 {
      font-size: 1.5rem;
    }
  
    .lc2p {
      font-size: 1.2rem;
      width: 30px;
      height: 30px;
    }
  }
  
  
  
  .em35 {
    color: #ff6b6b;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .em35:hover {
    color: #ff9a9e;
  }
  
  @media (max-width: 768px) {
    .owner-info {
      flex-direction: column;
      text-align: center;
    }
  
    .owner-photo {
      margin-right: 0;
      margin-bottom: 1rem;
    }
  }