/* Start custom CSS for html, class: .elementor-element-2884566 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

/* WordPress / Elementor Full Width Fix */
html,
body {
  overflow-x: hidden !important;
}

body:has(#barbarees-page) .entry-content,
body:has(#barbarees-page) .wp-block-post-content,
body:has(#barbarees-page) .elementor-widget-container,
body:has(#barbarees-page) .elementor-widget-html,
body:has(#barbarees-page) .elementor-section,
body:has(#barbarees-page) .elementor-container,
body:has(#barbarees-page) .elementor-column,
body:has(#barbarees-page) .elementor-widget-wrap {
  max-width: none !important;
}

#barbarees-page {
  --bb-green: #006b43;
  --bb-green-2: #0b7a4b;
  --bb-green-soft: #dceee8;
  --bb-mint: #edf7f3;
  --bb-mint-2: #f5fbf8;
  --bb-burgundy: #8b1e2d;
  --bb-white: #ffffff;
  --bb-text: #1d2327;
  --bb-muted: #5d6865;
  --bb-border: rgba(0, 107, 67, 0.14);
  --bb-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  --bb-container: 1180px;

  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow-x: hidden !important;

  font-family: "Cairo", sans-serif !important;
  direction: rtl;
  color: var(--bb-text);
  background: #fbfdfc;
  line-height: 1.8;
}

#barbarees-page *,
#barbarees-page *::before,
#barbarees-page *::after {
  box-sizing: border-box;
}

#barbarees-page a {
  text-decoration: none;
  color: inherit;
}

#barbarees-page img {
  max-width: 100%;
  display: block;
}

.bb-container {
  width: min(var(--bb-container), calc(100% - 40px));
  margin-inline: auto;
}

/* Header */
.bb-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}

.bb-header.scrolled {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Header Height After Logo Update */
.bb-nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Header Logo */
.bb-brand-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 260px;
  max-width: 260px;
  flex-shrink: 0;
}

.bb-logo-img {
  width: 240px;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  display: block;
}

.bb-nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  color: #303836;
}

.bb-nav-links a {
  position: relative;
  padding: 26px 0;
  transition: 0.25s ease;
}

.bb-nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--bb-green);
  transition: 0.25s ease;
}

.bb-nav-links a:hover,
.bb-nav-links a.active {
  color: var(--bb-green) !important;
}

.bb-nav-links a:hover::after,
.bb-nav-links a.active::after {
  width: 100%;
}

.bb-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--bb-border);
  background: #fff;
  color: var(--bb-green);
  cursor: pointer;
  font-size: 22px;
}

/* Buttons */
.bb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.28s ease;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
}

.bb-btn-primary {
  background: var(--bb-green);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(0, 107, 67, 0.22);
}

.bb-btn-primary:hover {
  transform: translateY(-4px);
  background: #005837;
  box-shadow: 0 18px 34px rgba(0, 107, 67, 0.28);
}

.bb-btn-outline {
  background: rgba(255, 255, 255, 0.84);
  color: var(--bb-burgundy) !important;
  border-color: rgba(139, 30, 45, 0.35);
}

.bb-btn-outline:hover {
  background: var(--bb-burgundy);
  color: #fff !important;
  transform: translateY(-4px);
}

/* Hero V3 */
.bb-hero-v3 {
  position: relative;
  min-height: clamp(620px, 41.6vw, 793px);
  background-image: var(--bb-hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  isolation: isolate;
}

/* Smooth merge under the hero image */
.bb-hero-v3::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  height: 160px;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(251, 253, 252, 0) 0%,
    rgba(251, 253, 252, 0.42) 52%,
    #fbfdfc 100%
  );
  pointer-events: none;
}

.bb-hero-v3-inner {
  position: relative;
  z-index: 2;
  min-height: clamp(620px, 41.6vw, 793px);
  display: flex;
  align-items: center;
}

/* Premium Transparent Hero Card */
.bb-hero-v3-card {
  width: min(500px, 100%);
  margin-left: auto;
  margin-right: 0;
  padding: 34px 34px 32px;
  border-radius: 30px;

  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);

  border: 1px solid rgba(255, 255, 255, 0.72);

  box-shadow:
    0 28px 75px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);

  position: relative;
  overflow: hidden;
}

.bb-hero-v3-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.34),
      rgba(255, 255, 255, 0.08)
    );
  pointer-events: none;
  z-index: 0;
}

.bb-hero-v3-card > * {
  position: relative;
  z-index: 1;
}

.bb-hero-v3-eyebrow {
  display: inline-flex;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(0, 107, 67, 0.10);
  color: var(--bb-green);
  font-weight: 900;
  font-size: 14px;
}

.bb-hero-v3-card h1 {
  margin: 0 0 18px;
  color: var(--bb-text);
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.bb-hero-v3-card h1 span {
  display: block;
  color: var(--bb-green);
}

.bb-hero-v3-card p {
  color: #4e5a57;
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 22px;
}

.bb-hero-v3-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.bb-hero-v3-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  color: #23302d;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 900;
  font-size: 13.5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}

.bb-hero-v3-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Sections */
.bb-section {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
}

.bb-light {
  background: var(--bb-white);
}

.bb-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f3faf7 100%);
}

.bb-pattern {
  position: relative;
  isolation: isolate;
}

.bb-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.26;
  background-image:
    radial-gradient(circle at 8px 8px, rgba(0, 107, 67, 0.07) 0 3px, transparent 3px),
    radial-gradient(circle at 24px 8px, rgba(0, 107, 67, 0.06) 0 3px, transparent 3px);
  background-size: 48px 42px;
}

.bb-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 44px;
}

.bb-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(0, 107, 67, 0.08);
  color: var(--bb-green);
  font-weight: 800;
  font-size: 14px;
}

.bb-section-head h2,
.bb-about-box h2,
.bb-privacy-box h2,
.bb-journey-box h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.8px;
  margin: 0 0 14px;
  color: var(--bb-text);
}

.bb-section-head p,
.bb-about-box p,
.bb-privacy-box p {
  color: var(--bb-muted);
  font-size: 18px;
  max-width: 760px;
  margin-inline: auto;
}

.bb-section-cta {
  margin-top: 42px;
  text-align: center;
}

/* Trust */
.bb-trust {
  padding: 56px 0 62px;
  background: #f1f3f2;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.bb-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bb-trust-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 98px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 107, 67, 0.08);
  transition: 0.25s ease;
}

.bb-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--bb-shadow);
  background: #fff;
}

.bb-mini-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #cce5dc;
  color: var(--bb-green);
}

.bb-trust-card strong {
  font-size: 16px;
  line-height: 1.5;
}

/* Cards */
.bb-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 28px;
  transition: 0.28s ease;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.03);
}

.bb-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 107, 67, 0.25);
  box-shadow: var(--bb-shadow);
}

.bb-card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--bb-green-soft);
  color: var(--bb-green);
  margin-bottom: 18px;
  font-size: 22px;
}

.bb-card h3 {
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 8px;
  color: var(--bb-text);
}

.bb-card p {
  color: var(--bb-muted);
  font-size: 16px;
  margin: 0;
}

.bb-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bb-problem-card {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.bb-problem-card .bb-card-icon {
  margin-bottom: 0;
  flex: 0 0 54px;
}

.bb-problem-card h3 {
  font-size: 18px;
  margin: 0;
}

/* About */
.bb-about-box {
  background: linear-gradient(135deg, #f5fbf8 0%, #ffffff 100%);
  border-radius: 42px;
  border: 1px solid rgba(0, 107, 67, 0.10);
  padding: 56px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.bb-about-image {
  height: 460px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--bb-shadow);
  background: #eef5f2;
}

.bb-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.bb-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 800;
  transition: 0.25s ease;
}

.bb-feature-item:hover {
  border-color: rgba(0, 107, 67, 0.22);
  transform: translateX(-6px);
}

/* Services */
.bb-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bb-service-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.bb-service-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(0, 107, 67, 0.06);
  transition: 0.28s ease;
}

.bb-service-card:hover::after {
  transform: scale(1.35);
  background: rgba(0, 107, 67, 0.10);
}

.bb-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--bb-green) !important;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

/* Technologies */
.bb-tech-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.bb-tech-image-wrap {
  position: relative;
  padding: 16px;
  border-radius: 34px;
  background: rgba(139, 30, 45, 0.08);
}

.bb-tech-image {
  border-radius: 26px;
  height: 470px;
  width: 100%;
  object-fit: cover;
}

.bb-tech-list {
  display: grid;
  gap: 20px;
}

.bb-tech-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: 0.28s ease;
}

.bb-tech-card:hover,
.bb-tech-card.active {
  transform: translateY(-6px);
  border-color: rgba(0, 107, 67, 0.32);
  box-shadow: var(--bb-shadow);
}

.bb-tech-card.active .bb-card-icon {
  background: var(--bb-green);
  color: #fff;
}

.bb-tech-card .bb-card-icon {
  margin: 0;
  flex: 0 0 58px;
}

.bb-tech-card h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 4px;
}

.bb-tech-card p {
  margin: 0;
  color: var(--bb-muted);
}

/* Privacy */
.bb-privacy-box {
  border-radius: 42px;
  background: #e9f5f1;
  border: 1px solid rgba(0, 107, 67, 0.12);
  padding: 64px;
  text-align: center;
}

.bb-privacy-points {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.bb-privacy-points div {
  display: grid;
  place-items: center;
  gap: 12px;
  font-weight: 800;
  color: #27312f;
}

/* Why */
.bb-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bb-why-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-weight: 900;
  transition: 0.25s ease;
}

.bb-why-card:hover {
  transform: translateY(-5px);
  color: var(--bb-green);
  box-shadow: var(--bb-shadow);
}

/* Journey */
.bb-journey-box {
  background: #fff;
  border-radius: 34px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 56px 38px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.04);
}

.bb-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.bb-step {
  text-align: center;
  padding: 18px;
}

.bb-step-number {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  background: #cbe3db;
  color: var(--bb-green);
  font-size: 26px;
  font-weight: 900;
  transition: 0.25s ease;
}

.bb-step:first-child .bb-step-number {
  background: var(--bb-green);
  color: #fff;
}

.bb-step h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 8px;
}

.bb-step p {
  color: var(--bb-muted);
  font-size: 15px;
  margin: 0;
}

.bb-step:hover .bb-step-number {
  transform: scale(1.08);
  background: var(--bb-green);
  color: #fff;
}

/* Areas */
.bb-areas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.bb-areas span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.10);
  font-weight: 800;
  color: #2d3633;
  transition: 0.25s ease;
}

.bb-areas span:hover {
  background: var(--bb-green);
  color: #fff;
  transform: translateY(-4px);
}

/* FAQ */
.bb-faq {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.bb-faq-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.25s ease;
}

.bb-faq-item.active {
  border-color: rgba(0, 107, 67, 0.28);
  box-shadow: var(--bb-shadow);
}

.bb-faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--bb-text);
  font-family: inherit;
  font-size: 19px;
  font-weight: 900;
  text-align: right;
}

.bb-faq-question span:last-child {
  color: var(--bb-green);
  transition: 0.25s ease;
  font-size: 24px;
}

.bb-faq-item.active .bb-faq-question span:last-child {
  transform: rotate(180deg);
}

.bb-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.bb-faq-answer p {
  padding: 0 24px 22px;
  color: var(--bb-muted);
  font-size: 16px;
  margin: 0;
}

/* Final CTA */
.bb-final-cta {
  padding: 78px 28px;
  border-radius: 42px;
  text-align: center;
  background: linear-gradient(135deg, #e6f4ef 0%, #f7fbfa 100%);
  border: 1px solid rgba(0, 107, 67, 0.16);
  box-shadow: 0 18px 50px rgba(0, 107, 67, 0.06);
}

.bb-final-cta h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 16px;
}

.bb-final-cta p {
  color: var(--bb-muted);
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 18px;
}

/* Footer */
.bb-footer {
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 107, 67, 0.08), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(139, 30, 45, 0.06), transparent 28%),
    #e9eceb;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 62px 0 24px;
}

.bb-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.bb-footer-brand {
  font-size: 30px;
  font-weight: 900;
  color: var(--bb-green);
  margin-bottom: 14px;
}

.bb-footer p {
  color: #46504d;
  max-width: 460px;
  margin: 0;
  line-height: 1.9;
}

.bb-footer h3 {
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 900;
  color: var(--bb-text);
}

.bb-footer ul {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.bb-footer a {
  color: #3d4643 !important;
  font-weight: 700;
  transition: 0.25s ease;
}

.bb-footer a:hover {
  color: var(--bb-green) !important;
}

.bb-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.bb-social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff !important;
  background: linear-gradient(135deg, var(--bb-green), #005837);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 26px rgba(0, 107, 67, 0.22);
  position: relative;
  overflow: hidden;
}

.bb-social a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 30, 45, 0.95), rgba(0, 107, 67, 0.95));
  opacity: 0;
  transition: 0.25s ease;
}

.bb-social a:hover::before {
  opacity: 1;
}

.bb-social a:hover {
  transform: translateY(-4px);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(139, 30, 45, 0.22);
}

.bb-social svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  position: relative;
  z-index: 1;
}

.bb-contact-list {
  gap: 14px !important;
}

.bb-contact-link {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 10px;
  padding: 12px 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 107, 67, 0.10);
  color: #3d4643 !important;
  line-height: 1.7;
}

.bb-contact-link:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(0, 107, 67, 0.22);
  transform: translateY(-3px);
}

.bb-contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0, 107, 67, 0.10);
  color: var(--bb-green);
  flex-shrink: 0;
}

.bb-contact-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.bb-copyright {
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
  color: #5d6865;
  font-weight: 700;
}

/* Floating CTA */
.bb-floating-book {
  position: fixed;
  right: 16px;
  left: 16px;
  bottom: 16px;
  z-index: 9998;
  display: none;
}

.bb-floating-book .bb-btn {
  width: 100%;
  box-shadow: 0 16px 35px rgba(0, 107, 67, 0.32);
}

/* Reveal Animations */
[data-bb-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-bb-reveal].bb-revealed,
.bb-visible-immediately {
  opacity: 1 !important;
  transform: none !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .bb-about-box,
  .bb-tech-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .bb-trust-grid,
  .bb-why-grid,
  .bb-privacy-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .bb-services-grid,
  .bb-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bb-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .bb-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .bb-nav {
    height: 74px;
  }

  .bb-brand-logo {
    width: 190px;
    max-width: 190px;
  }

  .bb-logo-img {
    width: 175px;
    max-height: 62px;
  }

  .bb-menu-toggle {
    display: grid;
    place-items: center;
  }

  .bb-nav-links {
    position: fixed;
    top: 74px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--bb-shadow);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
  }

  .bb-nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .bb-nav-links a {
    padding: 14px;
    border-radius: 14px;
  }

  .bb-nav-links a::after {
    display: none;
  }

  .bb-desktop-cta {
    display: none;
  }

  .bb-hero-v3 {
    min-height: calc(100svh - 74px);
    background-size: cover;
    background-position: 36% center;
  }

  .bb-hero-v3-inner {
    min-height: calc(100svh - 74px);
    align-items: flex-end;
    padding-top: 280px;
    padding-bottom: 34px;
  }

  .bb-hero-v3::after {
    height: 210px;
  }

  .bb-hero-v3-card {
    width: 100%;
    padding: 24px 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px) saturate(1.12);
    -webkit-backdrop-filter: blur(14px) saturate(1.12);
    text-align: center;
  }

  .bb-hero-v3-eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .bb-hero-v3-card h1 {
    font-size: 29px;
    line-height: 1.25;
    letter-spacing: -0.3px;
  }

  .bb-hero-v3-card p {
    font-size: 15.5px;
    line-height: 1.8;
  }

  .bb-hero-v3-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bb-hero-v3-pills span {
    font-size: 12.5px;
    padding: 9px 10px;
  }

  .bb-hero-v3-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bb-hero-v3-actions .bb-btn {
    width: 100%;
  }

  .bb-section {
    padding: 66px 0;
  }

  .bb-section-head h2,
  .bb-about-box h2,
  .bb-privacy-box h2,
  .bb-journey-box h2 {
    font-size: 32px;
  }

  .bb-section-head p,
  .bb-about-box p,
  .bb-privacy-box p {
    font-size: 16px;
  }

  .bb-about-box,
  .bb-privacy-box,
  .bb-journey-box {
    padding: 28px 18px;
    border-radius: 28px;
  }

  .bb-about-image,
  .bb-tech-image {
    height: 320px;
  }

  .bb-floating-book {
    display: block;
  }

  body:has(#barbarees-page) {
    padding-bottom: 88px;
  }

  [data-bb-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 640px) {
  .bb-container {
    width: min(100% - 24px, var(--bb-container));
  }

  .bb-section {
    padding: 54px 0;
  }

  .bb-trust-grid,
  .bb-services-grid,
  .bb-problem-grid,
  .bb-why-grid,
  .bb-privacy-points,
  .bb-steps,
  .bb-footer-grid {
    grid-template-columns: 1fr;
  }

  .bb-trust-card {
    justify-content: flex-start;
    min-height: 82px;
  }

  .bb-card {
    padding: 22px;
  }

  .bb-logo-img {
    width: 165px;
    max-height: 58px;
  }

  .bb-hero-v3 {
    background-position: 34% center;
  }

  .bb-hero-v3-inner {
    padding-top: 245px;
  }

  .bb-hero-v3-card h1 {
    font-size: 27px;
  }

  .bb-hero-v3-pills {
    grid-template-columns: 1fr;
  }

  .bb-btn {
    width: 100%;
  }

  .bb-problem-card {
    min-height: auto;
  }

  .bb-tech-card {
    flex-direction: column;
    text-align: center;
  }

  .bb-privacy-points div {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: right;
    justify-content: start;
    place-items: unset;
  }

  .bb-faq-question {
    font-size: 17px;
    padding: 18px;
  }

  .bb-faq-answer p {
    padding: 0 18px 18px;
  }

  .bb-final-cta {
    padding: 42px 18px;
    border-radius: 28px;
  }

  .bb-footer {
    padding: 48px 0 22px;
  }

  .bb-footer-grid {
    gap: 30px;
  }

  .bb-social {
    justify-content: flex-start;
  }

  .bb-social a {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .bb-contact-link {
    grid-template-columns: 36px 1fr;
    padding: 12px;
  }

  .bb-contact-icon {
    width: 36px;
    height: 36px;
  }

  .bb-footer-brand {
    font-size: 26px;
  }
}/* End custom CSS */