/*
Theme Name: WebifyTech Child
Description: Professional clean child theme for WebifyTech
Author: Ann Mumbi Maina
Template: twentytwentyfive
Version: 1.2
*/

/* ==============
   GLOBAL
=============== */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

/* ==============
   HEADER
=============== */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 6%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.site-logo {
  height: 56px;
  width: auto;
}

/* Menu */
.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  display: inline-block;
}

.main-navigation a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.main-navigation a:hover {
  color: #6C63FF;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: #6C63FF;
  cursor: pointer;
}

@media (max-width: 768px) {
  .main-navigation {
    display: none;
    width: 100%;
  }

  .main-navigation.active {
    display: flex;
  }

  .main-navigation ul {
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .main-navigation ul li {
    width: 100%;
  }

  .main-navigation ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .menu-toggle {
    display: block;
  }
}

/* ==============
   HERO SECTION
=============== */
.hero {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(135deg, #6C63FF, #9B5DE5);
  color: #fff;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero-sub {
  font-size: 1.1rem;
  margin-bottom: 1.8rem;
}

.btn-primary {
  background: #fff;
  color: #6C63FF;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #9B5DE5, #6C63FF);
  color: #fff;
}

/* ==============
   SERVICES
=============== */
.services {
  text-align: center;
  padding: 80px 20px;
  background-color: #fafafa;
}

.services-title {
  font-family: "Poppins", sans-serif;
  color: #6C63FF;
  font-size: 2rem;
  margin-bottom: 40px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 25px 20px;
  max-width: 300px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.service-icon {
  height: 70px;
  margin-bottom: 15px;
}

.service-title {
  color: #9B5DE5;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.service-text {
  color: #555;
}

/* ==============
   FOOTER
=============== */
.site-footer {
  background-color: #0f1724;
  color: #cbd5e1;
  text-align: center;
  padding: 25px 15px;
  font-size: 0.95rem;
}

.site-footer a {
  color: #9B5DE5;
  text-decoration: none;
}

/* ==============
   WHATSAPP BUTTON
=============== */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 25px;
  background: #25D366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 9999;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}
/* ==========================
   SERVICES PAGE STYLES
   ========================== */

/* wrapper */
.wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* HERO */
.services-hero {
  padding: 72px 0;
  text-align: center;
  background: linear-gradient(135deg, #6C63FF 0%, #007BFF 100%);
  color: white;
}
.services-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  margin: 0 0 12px 0;
}
.services-hero-sub {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
  margin-bottom: 18px;
}
.hero-cta { margin-top: 18px; display: flex; gap: 12px; justify-content: center; align-items: center; }

/* service cards grid */
.services-list { padding: 48px 0 32px 0; background: #fafafa; }
.section-title { font-size: 1.8rem; text-align: center; margin-bottom: 18px; color: #222; font-family: 'Poppins', sans-serif; }

/* cards container */
.services-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  align-items: stretch;
}

/* each card */
.service-card {
  background: #fff;
  width: 320px;
  min-height: 320px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(2,6,23,0.06);
  transition: transform 280ms ease, box-shadow 280ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(3,9,40,0.12);
}
.service-icon { height: 72px; width: auto; margin-bottom: 12px; }
.service-card h3 { margin: 10px 0 8px 0; color: #2c2c2c; font-size: 1.15rem; }
.service-card p { color: #555; margin: 0 0 12px 0; font-size: 0.98rem; }
.service-features { list-style: none; padding: 0; margin: 0 0 14px 0; color: #444; }
.service-features li { margin-bottom: 6px; font-size: 0.95rem; }

/* card bottom actions */
.card-bottom { margin-top: auto; display: flex; gap: 10px; justify-content: center; width: 100%; }
.btn-ghost {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  background: #fff;
}
.btn-primary.small { padding: 9px 14px; }

/* CTA Banner */
.services-cta { padding: 48px 0 80px 0; text-align:center; background: linear-gradient(180deg, #fff, #f7f8fb); }
.services-cta h2 { font-family: 'Poppins', sans-serif; font-size: 1.8rem; margin-bottom: 8px; }
.cta-actions { margin-top: 16px; display:flex; gap: 12px; justify-content: center; }

/* responsive */
@media (max-width: 980px) {
  .service-card { width: 46%; }
}
@media (max-width: 640px) {
  .service-card { width: 100%; }
  .hero-cta { flex-direction: column; gap: 10px; }
}
/* ==============================
   TJCONNECT PRICING PAGE STYLES (FIXED)
   ============================== */

.pricing-section {
  background: #f9f9fc;
  padding: 80px 5%;
  text-align: center;
  font-family: 'Poppins', Arial, sans-serif;
  color: #333;
}

.pricing-section h1 {
  font-size: 2.5rem;
  color: var(--primary-color, #6C63FF);
  margin-bottom: 15px;
  font-weight: 700;
}

.pricing-section p.subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 50px;
}

/* ==== GRID LAYOUT ==== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 70px;
  justify-items: center;
}

/* ==== PRICING CARD ==== */
.pricing-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  transition: all 0.35s ease;
  text-align: left;
  width: 100%;
  max-width: 360px;
  position: relative;
  overflow: hidden;
}

/* Hover Animation (Lift + Glow) */
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(108, 99, 255, 0.25);
}

/* Tier Title */
.pricing-card h2 {
  color: var(--primary-color, #6C63FF);
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-card h2 i {
  margin-right: 8px;
  color: #6C63FF;
}

/* Price Display */
.price {
  font-size: 1.9rem;
  color: #222;
  margin: 10px 0 20px;
  font-weight: 600;
}
.price small {
  font-size: 0.9rem;
  color: #777;
}

/* Features */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.pricing-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  font-size: 0.95rem;
}

/* Button */
.quote-btn {
  display: inline-block;
  background-color: #6C63FF;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 15px;
}
.quote-btn:hover {
  background-color: #574bdb;
  transform: translateY(-3px);
}

/* ==== ADDONS ==== */
.addons-section {
  background: #fff;
  padding: 60px 5% 100px;
  text-align: center;
}

.addons-section h2 {
  font-size: 2rem;
  color: var(--primary-color, #6C63FF);
  margin-bottom: 40px;
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.addon-card {
  background: #f9f9fc;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.addon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(108, 99, 255, 0.25);
}
.addon-card h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}
.addon-card h3 i {
  margin-right: 8px;
  color: #6C63FF;
}
.addon-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 12px;
}
.addon-card .addon-price {
  font-weight: 600;
  color: var(--primary-color, #6C63FF);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .pricing-section h1 {
    font-size: 2rem;
  }
  .pricing-card {
    padding: 30px 20px;
  }
}
/* ---------- PRICING PAGE STYLES ---------- */
.pricing-section {
  background: #f9f9fb;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.pricing-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.pricing-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

/* GRID CONTAINER */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  justify-items: center;
}

/* CARD STYLE */
.pricing-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  max-width: 340px;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(128, 0, 128, 0.25);
}

/* FEATURED PLAN */
.pricing-card.featured {
  border: 3px solid #a855f7;
  background: linear-gradient(180deg, #fdfaff, #fff);
}

/* TITLES & PRICE */
.pricing-card h3 {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #a855f7;
}

.price span {
  color: #555;
  font-size: 0.9rem;
}

/* LIST */
.pricing-card ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.pricing-card ul li {
  margin: 8px 0;
  color: #555;
  font-size: 0.95rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

/* BUTTON */
.quote-btn {
  display: inline-block;
  margin-top: 15px;
  background: #a855f7;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.quote-btn:hover {
  background: #7e22ce;
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
}

/* ---------- ADDONS ---------- */
.addons {
  margin-top: 80px;
  text-align: center;
}

.addons h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.addon-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.addon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.2);
}

.addon-card h4 {
  color: #a855f7;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.addon-card p {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.addon-card span {
  color: #333;
  font-weight: 600;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
  .pricing-title {
    font-size: 2rem;
  }
  .pricing-card {
    max-width: 100%;
  }
}
/* ===============================
   ABOUT US PAGE STYLING
   Theme: WebifyTech Child
   Author: Ann Mumbi Maina
   Version: 1.2
=================================*/

/* ---------- Global Section Styling ---------- */
.about-hero {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  background: #f5f5f5;
}

.about-hero img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.about-hero h1 {
  font-size: 2.5rem;
  margin-top: 30px;
  color: #6b3fa0; /* brand purple */
  font-weight: 700;
  letter-spacing: 1px;
}

/* ---------- About Section ---------- */
.about-content {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.about-content strong {
  color: #6b3fa0;
}

/* ---------- Team Section ---------- */
.team-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
}

.team-section h2 {
  text-align: center;
  font-size: 2rem;
  color: #6b3fa0;
  margin-bottom: 50px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.team-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
  padding: 25px 20px;
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.team-card img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.team-card h3 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}

.team-card p {
  color: #6b3fa0;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-card span {
  display: block;
  font-size: 0.9rem;
  color: #777;
}

/* ---------- Fade-In Animation ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Responsive Adjustments ---------- */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 2rem;
  }

  .about-content {
    margin: 40px auto;
  }

  .team-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 60px 15px;
  }

  .about-content p {
    font-size: 1rem;
  }

  .team-card img {
    width: 120px;
    height: 120px;
  }
}
/* ==========================
   Portfolio page styles
   Flexbox-based (editor safe)
   ========================== */

/* Hero */
.portfolio-hero {
  background-size: cover;
  background-position: center;
  padding: 90px 18px;
  color: #fff;
  text-align: center;
  position: relative;
}
.portfolio-hero-inner { max-width:1100px; margin:0 auto; position:relative; z-index:2; }
.portfolio-hero h1 { font-size: 2.6rem; margin-bottom:8px; }
.portfolio-hero p { color: #eee; font-size:1.05rem; max-width:840px; margin:0 auto; }

/* Section wrapper */
.portfolio-section { padding: 60px 18px 90px; background: #fbfbff; }
.portfolio-wrapper { max-width:1200px; margin: 0 auto; display:flex; flex-wrap:wrap; justify-content:center; gap:24px; }

/* Card */
.portfolio-card {
  width: 320px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(8,12,30,0.06);
  overflow: hidden;
  display:flex;
  flex-direction:column;
  transition: transform .28s ease, box-shadow .28s ease;
}
.portfolio-card:hover { transform: translateY(-8px); box-shadow: 0 18px 44px rgba(8,12,30,0.12); }

/* category tag */
.portfolio-card .tag {
  display:inline-block;
  margin:14px 16px 6px;
  font-size:0.8rem;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(106,27,154,0.08);
  color:#6a1b9a;
  font-weight:600;
  width: auto;
}

/* iframe thumb (non-interactive - pointer-events none) */
.thumb-frame { width:100%; height:200px; overflow:hidden; border-bottom:1px solid #eee; background:#f6f6fb; }
.thumb-frame iframe { width:100%; height:100%; border:0; pointer-events:none; transform:scale(1); transition: transform .6s ease; }
.portfolio-card:hover .thumb-frame iframe { transform: scale(1.04); }

/* card body */
.card-body { padding:12px 16px 18px; flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; }
.card-body h3 { margin:8px 0 6px; color:#2c0b60; font-size:1.2rem; }
.card-body p { margin:0 0 12px; color:#555; font-size:0.95rem; }

/* buttons */
.card-actions { display:flex; gap:10px; margin-top:auto; align-items:center; }
.btn { display:inline-block; padding:8px 14px; border-radius:20px; font-weight:600; text-decoration:none; cursor:pointer; border:0; }
.btn.primary, .btn.view-btn { background: linear-gradient(90deg,#8e44ff,#6a1b9a); color:#fff; box-shadow: 0 8px 20px rgba(106,27,154,0.12); transition: transform .16s ease, box-shadow .16s ease; }
.btn.primary:hover, .btn.view-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(106,27,154,0.18); }
.btn.ghost, .btn.outline { background:transparent; border:2px solid #e9defb; color:#3a0066; }
.btn.ghost:hover { background: rgba(106,27,154,0.06); }

/* more actions */
.more-actions { text-align:center; margin-top:28px; display:flex; gap:12px; justify-content:center; }
.btn.outline { padding:10px 18px; border-radius:30px; }

/* lightbox */
.portfolio-lightbox { display:none; position:fixed; inset:0; background: rgba(0,0,0,0.8); z-index:99999; align-items:center; justify-content:center; }
.portfolio-lightbox .lb-backdrop { position:absolute; inset:0; }
.portfolio-lightbox .lb-panel { position:relative; width:90%; max-width:1100px; height:85%; background:#fff; border-radius:12px; overflow:hidden; display:flex; flex-direction:column; }
.lb-close { display:none; } /* legacy if present */
.lb-panel .lb-close { position:absolute; right:18px; top:12px; z-index:20; background:transparent; border:0; font-size:28px; color:#fff; }
.portfolio-lightbox .lb-close, .portfolio-lightbox .lb-close:focus { outline:none; }

/* iframe panel */
#lb-frame { width:100%; height:100%; border:0; background:#fff; }

/* footer of lightbox */
.lb-footer { padding:12px; background:#faf7ff; text-align:right; border-top:1px solid #eee; }
.lb-footer .btn.ghost { margin-left:8px; }

/* fade & reveal animation classes */
.fade-up { opacity:0; transform: translateY(28px); transition: all .6s cubic-bezier(.2,.9,.3,1); }
.fade-up.is-visible { opacity:1; transform: translateY(0); }

/* responsive */
@media (max-width: 980px) {
  .portfolio-wrapper { gap:16px; }
  .thumb-frame { height:180px; }
}
@media (max-width: 640px) {
  .portfolio-card { width: 92%; }
  .portfolio-hero h1 { font-size: 1.8rem; }
  .portfolio-hero p { font-size: 0.95rem; }
}
/* ==== FAQs Page ==== */
.faq-hero {
  background: linear-gradient(135deg, #6b4fd8, #b8b3da);
  color: #fff;
  text-align: center;
  padding: 100px 20px 70px;
  background-image: url('../assets/faq-bg-pattern.png');
  background-size: cover;
  background-position: center;
}

.faq-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

.faq-hero p {
  font-size: 18px;
  opacity: 0.9;
}

.faq-section {
  padding: 70px 10%;
  background: #f8f8fc;
}

.faq-container {
  max-width: 1000px;
  margin: auto;
}

.faq-category {
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-out;
}

.faq-category.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-category h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #5e43b7;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 15px rgba(107,79,216,0.2);
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 22px;
  cursor: pointer;
  color: #333;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '−';
}

.faq-answer {
  display: none;
  padding: 0 22px 18px;
  color: #555;
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {opacity: 0; transform: translateY(-10px);}
  to {opacity: 1; transform: translateY(0);}
}

.faq-cta {
  background: linear-gradient(135deg, #6b4fd8, #9a86e9);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.faq-cta h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.faq-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-primary {
  background: #fff;
  color: #6b4fd8;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #f0efff;
}

.btn-outline {
  border: 2px solid #fff;
  padding: 10px 28px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #fff;
  color: #6b4fd8;
}

/* Mobile */
@media (max-width: 768px) {
  .faq-section { padding: 50px 5%; }
  .faq-hero h1 { font-size: 34px; }
}
/* ===== BLOG PAGE STYLING ===== */

.blog-hero {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('../assets/blog-hero.jpg') center/cover no-repeat;
  text-align: center;
  color: #fff;
  padding: 100px 20px;
}

.blog-hero .hero-text h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.blog-hero .hero-text p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}

.blog-section {
  padding: 60px 20px;
  background: #fafafa;
}

.blog-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  max-width: 340px;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
  text-align: center;
}

.blog-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.blog-content p {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
}

.btn-primary {
  display: inline-block;
  background: #7b4b9a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #5e3a7c;
}

.author-bio {
  background: #f4f1f8;
  text-align: center;
  padding: 60px 20px;
}

.author-bio img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.author-bio h3 span {
  color: #7b4b9a;
}

/* ---------------------------------------
   CONTACT PAGE STYLES (WebifyTech)
---------------------------------------- */

/* Hero Section */
.contact-hero {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('../img/contact-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

.contact-hero h1 {
    font-size: 48px;
    font-weight: 700;
    animation: fadeIn 1s ease-in-out;
}

.contact-hero p {
    font-size: 20px;
    opacity: 0.9;
}

/* Wrapper */
.contact-wrapper {
    display: flex;
    gap: 30px;
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

/* Info Section */
.contact-info {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    animation: slideLeft 0.8s ease-in-out;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-social {
    margin-top: 20px;
}

.social-btn {
    display: inline-block;
    padding: 10px 16px;
    margin-right: 10px;
    border-radius: 6px;
    background: #6a4df3;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.social-btn:hover {
    background: #4a2ad4;
}

/* Form Box */
.contact-form-box {
    flex: 1.5;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    animation: slideRight 0.8s ease-in-out;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 14px;
    margin-top: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.contact-form-box textarea {
    height: 160px;
}

.send-btn {
    margin-top: 20px;
    padding: 14px;
    background: #ff4e84;
    border: none;
    width: 100%;
    border-radius: 6px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.send-btn:hover {
    background: #e03b6c;
}

.success-msg {
    margin-top: 15px;
    color: green;
    font-weight: 600;
}

/* Animations */
@keyframes slideLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}



