/* YouTube channel section styles */
.video-container {
    position: relative;
    width: 560px; /* फ्रेम की चौड़ाई */
    height: 315px; /* फ्रेम की ऊँचाई */
    border: 3px solid #57a0e4; /* लाल बॉर्डर */
    border-radius: 10px; /* गोल कोने */
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* शैडो इफेक्ट */
    background-color: #000; /* बैकग्राउंड कलर */
    margin: 20px auto; /* सेंटर में लाने के लिए */
}

.video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}
/* name_channel */
.name_ch{
    font-size: 40px;
    font-weight: bold;
    color: #4c2495;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: cadetblue;
    border: 2px solid #4c2495;
}
/* बटन स्टाइल */
.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #4b7d06; /* लाल बैकग्राउंड */
    color: #fff; /* सफेद टेक्स्ट */
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #23a4af; /* हॉवर पर डार्क रेड */
}
  
  /* About Us section styles */
  /* 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: #ff6b6b;
    margin: 10px auto 0;
  }
  
  .owner-info {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #f6d365 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: #333;
    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: #f8f8f8;
    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: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .ad7m p {
    margin: 0;
    line-height: 1.6;
  }
  
  .em35 {
    color: #ff6b6b;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .em35:hover {
    color: #ff8c8c;
    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;
    }
  }