/*
Theme Name:     Foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Foxiz - WordPress Newspaper News and Magazine Theme
Requires at least: 6.0
Requires PHP:   5.6
Text Domain:    foxiz
Version:        2.1.4
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard

.video-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 👈 1 line me 2 box */
  gap: 25px;
}
.certificate-section {
  background: linear-gradient(135deg, #e6d3a3, #d2b56c);
  padding: 80px 0;
  text-align: center;
}

.certificate-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}

.certificate-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}

.certificate-item img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}

.certificate-item img:hover {
  transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .certificate-row {
    gap: 30px;
  }

  .certificate-item img {
    width: 130px;
    height: 130px;
  }

  .certificate-title {
    font-size: 28px;
  }
}
*/
.video-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media (max-width: 768px) {
  .video-testimonial-grid {
    grid-template-columns: 1fr;
  }
}
.video-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.video-testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.video-frame {
  width: 100%;
  aspect-ratio: 9 / 16; /* 👈 Shorts ke liye perfect */
  overflow: hidden;
  border-radius: 15px;
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .video-testimonial-grid {
    grid-template-columns: 1fr;
  }
}
.video-testimonials-wrapper{
  margin-top: 60px;
}

.video-testimonial-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.video-testimonial-card{
  background: #ffffff;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.short-video-wrap{
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.short-video-wrap iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-testimonial-content{
  text-align: center;
  padding-top: 14px;
}

.video-testimonial-content h4{
  font-size: 18px;
  color: #2b163d;
  margin-bottom: 6px;
  font-weight: 700;
}

.video-testimonial-content p{
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px){
  .video-testimonial-grid{
    grid-template-columns: 1fr;
  }

  .short-video-wrap{
    max-width: 280px;
  }
}
h3 {
  color: #7a2fa1;
}
.founder-name {Rajni Ssharma
  background: linear-gradient(90deg, #7a2fa1, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.founder-name {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #7a2fa1;
  margin-bottom: 12px;
}