:root {
  --ink: #111;
  --bg: #fff;
  --muted: #6b7280;
  --card: #ffffff;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  --orange: #ff7a1a;
  --orange-ink: #b94e00;
  --ring: 0 0 0 3px rgba(255, 122, 26, 0.4);
}

body {
  margin: 0;
  height: 100%;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}


/* ========== HERO: Image Version ========== */
.about-hero {
  position: relative;
  width: 100%;
  min-height: 65vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  letter-spacing: 2px;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../photos/client.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.about-hero__inner {
  position: relative;
  width: min(1200px, 92%);
  margin-inline: auto;
  padding: 100px 0 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.about-hero_text {
  max-width: 640px;
  position: relative;
  margin-left: 20px;
}

.about-hero_text h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: "Poiret One", sans-serif;
}

.about-hero_text p {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  
  font-family: "Cinzel", serif;
}

/* Breadcrumb styles */
.breadcrumb {
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #ff5f2e;
}

.breadcrumb .sep {
  opacity: 0.7;
}

.breadcrumb .current {
  color: #ffffff;
}

/* Optional soft left gradient accent */
.about-hero_text::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -20px;
  bottom: -20px;
  width: 220px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  pointer-events: none;
}



.wrap {
  max-width: 1100px;
  margin: 32px auto;
  padding: 0 20px 40px;
}

/* Clients Section */
.clients {
  
  color: var(--ink);
}

.clients-header {
  max-width: 900px;
  margin: 40px auto 10px;
  padding: 0 20px;
  text-align: center;
}

.clients-header h2 {
  font-size:5rem;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
}

.clients-header p {
  color: var(--muted);
  margin: 0 auto 14px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  max-width: 720px;
  font-size:1.2rem;
}

.accent-underline {
  width: 120px;
  height: 4px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, var(--orange), #ffa95e);
  border-radius: 3px;
}

/* Hero Section */
.testimonials-hero {
  position: relative;
  background: url('../photos/test.png') center/cover no-repeat;
  margin-top: 24px;
}

.testimonials-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65));
}

.testimonials-wrap {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 48px;
  color: #f3f4f6;
  text-align: center;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-size: 2rem;
  color: #e5e7eb;
   font-family: "Poiret One", sans-serif;
  margin: 0 0 6px;
}

.section-title {
  font-size: 28px;
  margin: 0 0 22px;
  position: relative;
   font-family: "Poiret One", sans-serif;
  display: inline-block;
}

.title-underline {
  display: block;
  width: 160px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, var(--orange), transparent 80%);
  border-radius: 2px;
}

/* Testimonials Cards */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin: 0 auto 24px;
  max-width: 1100px;
  padding: 0 12px;
}

.card {
  background: linear-gradient(145deg, #ffffff, #f9fafb);
  color: var(--ink);
  border-radius: 16px;
  padding: 26px 26px 22px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), #ffb366, #ffd2a8);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.card p {
  margin: 0 0 16px;
  line-height: 1.7;
  font-size: 15px;
  color: #374151;
  font-family: "Cinzel", serif;
  font-weight: 600;
}

.card h4 {
  margin: 0 0 4px;
  font-weight: 700;
  letter-spacing:1px;
  font-family: "Poiret One", sans-serif;
  font-size: 18px;
  color: #111827;
}

.card .meta {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}
.clients .actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.clients .actions .btn {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff7e29, #ff9800);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poiret One", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.clients .actions .btn:hover {
  background: linear-gradient(135deg, #ff9800, #ff6a00);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.clients .actions .btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
/* Filters */
.filters {
  display: flex;
  
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 28px 0 20px;
}

.filter-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Poiret One", sans-serif;
  transition: all 0.2s ease;
}

.filter-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.filter-btn[aria-pressed="true"] {
  background: linear-gradient(135deg, var(--orange), #ff7b2f);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 122, 26, 0.4);
}

.filter-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.4);
}



/* Filter Buttons */
.filter-buttons {
  margin-bottom: 30px;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-btn {
  background: #fff;
  border: 2px solid #ff6600;
  color: #222;
  padding: 12px 26px;
  margin: 0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.filter-btn.active,
.filter-btn:hover {
  background: #ff6600;
  color: #fff;
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);
}
/* Card Container */
.card-container {
  display: grid;
  
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 25px;
  margin-top: 20px;
  padding: 0 10px;
}

/* Client Card */
.client-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.client-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-color: #ff6600;
}

/* Logo */
.client-card .logo img {
  max-width: 100%;
  height: 90px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: grayscale(30%);
  transition: all 0.3s ease;
}

.client-card:hover .logo img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Name */
.client-card .name {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  font-family: "Poiret One", sans-serif;
}

.client-card:hover .name {
  color: #ff6600;
  font-family: "Poiret One", sans-serif;
}

/* Footer Styles */
.footer {
  background: #0b0b0c;
  color: white;
  padding: 40px 30px 10px;
  font-size:1.25rem;
  margin-top:50px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 0 20px;
  padding-left:150px;
}

.footer-left,
.footer-middle,
.footer-right {
  flex: 1;
  min-width: 240px;
  font-family: "Cinzel", serif;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-left .logo-footer {
  height: 160px;
  width: auto;
  margin-bottom: 15px;
}

.footer-left h3 {
  color: #ff5f2e;
  font-family: "Poiret One", sans-serif;
  letter-spacing: 4px;
}

.footer-middle h4,
.footer-right h4 {
  color: #ff5f2e;
  font-family: "Poiret One", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

/* Footer Links */
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-family: "Cinzel", serif;
  transition: color 0.3s ease;
  font-size: 1.25rem;
}

.footer-links a:hover {
  color: #ff5f2e;
}

.footer-right p {
  margin: 6px 0;
  line-height: 1.5;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 1rem;
  font-family: "Cinzel", serif;
  letter-spacing: 1.5px;
  border-top: 1px solid #333;
  margin-top: 20px;
}
/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 0 15px;
  }

  .footer-left,
  .footer-middle,
  .footer-right {
    align-items: center;
    text-align: center;
    flex: unset;
    width: 100%;
  }

  .footer-left .logo-footer {
    height: 120px;
    margin: 0 auto 15px;
  }

  .footer-links {
    gap: 6px;
  }

  .footer-links a {
    font-size: 1rem;
    display: block;
  }

  .footer-right p {
    font-size: 0.95rem;
  }

  .footer-bottom {
    font-size: 0.95rem;
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .footer {
    font-size: 0.95rem;
    padding: 25px 10px 8px;
  }

  .footer-left .logo-footer {
    height: 90px;
  }

  .footer-middle h4,
  .footer-right h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .footer-links a {
    font-size: 0.95rem;
  }

  .footer-bottom {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
}