/*
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
*/
.card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.card {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
}
.highlight-text {
  font-size: 20px;
  text-align: center;
  max-width: 800px;
  margin: 50px auto;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.5s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-premium-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(10,102,194,0.08), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255,107,0,0.08), transparent 30%),
    #ffffff;
}

.about-premium-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.about-badge {
  display: inline-block;
  background: rgba(10,102,194,0.08);
  color: #0a66c2;
  border: 1px solid rgba(10,102,194,0.15);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-title {
  font-size: 44px;
  line-height: 1.2;
  color: #111827;
  margin-bottom: 18px;
}

.about-title span {
  color: #0a66c2;
}

.about-intro,
.about-text {
  font-size: 17px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 18px;
}

.about-points {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.about-point-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid rgba(17,24,39,0.06);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(17,24,39,0.05);
}

.about-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #0a66c2, #0ea5a4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
}

.about-point-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111827;
}

.about-point-card p,
.about-point-card li {
  color: #4b5563;
  line-height: 1.8;
  font-size: 16px;
}

.about-point-card ul {
  margin: 0;
  padding-left: 18px;
}

.about-contact-box {
  margin-top: 24px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15,23,42,0.18);
}

.about-contact-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.about-contact-box p {
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  font-size: 16px;
}

.about-right {
  display: flex;
  justify-content: center;
}

.about-visual-card {
  width: 100%;
  max-width: 460px;
  background: linear-gradient(160deg, #0f172a, #1e293b 55%, #0a66c2);
  color: #ffffff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 55px rgba(15,23,42,0.25);
  position: relative;
  overflow: hidden;
}

.about-visual-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  top: -50px;
  right: -40px;
}

.about-visual-top {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
}

.about-visual-main {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}

.visual-circle {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b00, #f59e0b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(255,107,0,0.28);
}

.about-visual-main h3 {
  font-size: 30px;
  margin-bottom: 12px;
}

.about-visual-main p {
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  font-size: 16px;
}

.about-stat-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.stat-box {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 16px;
  backdrop-filter: blur(8px);
}

.stat-box strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #ffffff;
}

.stat-box span {
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .about-premium-wrap {
    grid-template-columns: 1fr;
  }

  .about-right {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .about-premium-section {
    padding: 70px 0;
  }

  .about-title {
    font-size: 32px;
  }

  .about-point-card {
    flex-direction: column;
  }

  .about-stat-grid {
    grid-template-columns: 1fr;
  }

  .about-visual-card {
    padding: 22px;
  }

  .about-visual-main h3 {
    font-size: 24px;
  }
}

.founder-section {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 34px;
  align-items: center;
  margin: 35px 0 10px;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  border: 1px solid rgba(10, 102, 194, 0.08);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.founder-image-wrap {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(10,102,194,0.12), rgba(255,107,0,0.10));
}

.founder-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.10);
}

.founder-tag {
  display: inline-block;
  background: #eaf2fb;
  color: #0a66c2;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}

.founder-right h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #111827;
}

.founder-bio {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 14px;
}

.founder-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.founder-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.founder-btn-primary {
  background: #ff6b00;
  color: #ffffff;
}

.founder-btn-primary:hover {
  background: #e55f00;
  transform: translateY(-2px);
}

.founder-btn-whatsapp {
  background: #25D366;
  color: #ffffff;
}

.founder-btn-whatsapp:hover {
  background: #1fb85a;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .founder-section {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }

  .founder-right h2 {
    font-size: 30px;
  }

  .founder-buttons {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .founder-section {
    padding: 20px;
    border-radius: 18px;
  }

  .founder-right h2 {
    font-size: 26px;
  }

  .founder-bio {
    font-size: 15px;
  }

  .founder-btn {
    width: 100%;
  }
}