.elementor-2899 .elementor-element.elementor-element-c65573f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-b077aa0{width:var( --container-widget-width, 99.821% );max-width:99.821%;--container-widget-width:99.821%;--container-widget-flex-grow:0;}.elementor-2899 .elementor-element.elementor-element-b077aa0.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-b077aa0 *//* =========================================================
   ABOULAY CONSULTANCY CLIENT WORKSPACE
   For:
   .ab-page
   .ab-dash-hero
   .ab-mini-grid
   .ab-shortcode-box
========================================================= */

:root {
  --ab-brown: #221915;
  --ab-brown-soft: #382720;
  --ab-burgundy: #8d2e24;
  --ab-burgundy-dark: #671c17;
  --ab-gold: #d8a536;
  --ab-gold-light: #f4d27a;
  --ab-cream: #f8f2e7;
  --ab-cream-dark: #eee2cf;
  --ab-white: #ffffff;
  --ab-text: #211b18;
  --ab-muted: #675d57;
  --ab-border: rgba(216, 165, 54, 0.35);
  --ab-shadow: 0 18px 45px rgba(34, 25, 21, 0.16);
  --ab-radius: 22px;
}

/* Main page wrapper */

.ab-page,
.ab-page * {
  box-sizing: border-box;
}

.ab-page {
  width: 100%;
  color: var(--ab-text);
  background:
    radial-gradient(circle at top left, rgba(216, 165, 54, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--ab-cream) 100%);
  font-family: inherit;
  overflow: hidden;
}

.ab-page-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding: 70px 0 90px;
}

/* Hero section */

.ab-dash-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(42px, 7vw, 82px);
  color: var(--ab-white);
  background:
    linear-gradient(135deg, rgba(34, 25, 21, 0.96), rgba(103, 28, 23, 0.94)),
    radial-gradient(circle at 85% 20%, rgba(216, 165, 54, 0.25), transparent 34%);
  border: 1px solid rgba(216, 165, 54, 0.45);
  border-radius: var(--ab-radius);
  box-shadow: var(--ab-shadow);
}

.ab-dash-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(216, 165, 54, 0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(216, 165, 54, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
}

.ab-dash-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -105px;
  z-index: -1;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(216, 165, 54, 0.35) 0,
      rgba(216, 165, 54, 0.35) 8px,
      transparent 8px,
      transparent 18px
    );
  opacity: 0.28;
  transform: rotate(12deg);
}

.ab-dash-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 14px;
  color: var(--ab-brown);
  background: var(--ab-gold);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ab-dash-tag::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--ab-burgundy);
  border-radius: 50%;
}

.ab-dash-hero h1 {
  max-width: 850px;
  margin: 0 0 20px;
  color: #ffffff !important;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.ab-dash-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

/* Buttons */

.ab-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.ab-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  color: var(--ab-brown) !important;
  background: var(--ab-gold);
  border: 2px solid var(--ab-gold);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.ab-action:hover {
  color: var(--ab-brown) !important;
  background: var(--ab-gold-light);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.ab-action.alt {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

.ab-action.alt:hover {
  color: var(--ab-brown) !important;
  background: #ffffff;
  border-color: #ffffff;
}

/* Four mini cards */

.ab-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: -34px 28px 38px;
  position: relative;
  z-index: 5;
}

.ab-mini-card {
  min-height: 138px;
  padding: 24px 22px;
  background: #ffffff;
  border: 1px solid var(--ab-border);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(34, 25, 21, 0.11);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.ab-mini-card:hover {
  transform: translateY(-5px);
  border-color: var(--ab-gold);
  box-shadow: var(--ab-shadow);
}

.ab-mini-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ab-burgundy);
  font-size: 1.12rem;
  font-weight: 900;
}

.ab-mini-card strong::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 9px;
  background: linear-gradient(90deg, var(--ab-gold), var(--ab-burgundy));
  border-radius: 999px;
}

.ab-mini-card p {
  margin: 0;
  color: var(--ab-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Shortcode content box */

.ab-shortcode-box {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  background: #ffffff;
  border: 1px solid var(--ab-border);
  border-radius: var(--ab-radius);
  box-shadow: var(--ab-shadow);
  overflow: hidden;
}

.ab-shortcode-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background:
    linear-gradient(
      90deg,
      var(--ab-burgundy),
      var(--ab-gold),
      var(--ab-brown)
    );
}

.ab-shortcode-box::after {
  content: "Consultancy Dashboard";
  position: absolute;
  top: 20px;
  right: 24px;
  padding: 7px 12px;
  color: var(--ab-brown);
  background: var(--ab-cream);
  border: 1px solid var(--ab-border);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Styling for content generated inside shortcode */

.ab-shortcode-box h1,
.ab-shortcode-box h2,
.ab-shortcode-box h3,
.ab-shortcode-box h4 {
  color: var(--ab-brown) !important;
  line-height: 1.2;
}

.ab-shortcode-box p,
.ab-shortcode-box li {
  color: var(--ab-muted);
  line-height: 1.75;
}

.ab-shortcode-box a {
  color: var(--ab-burgundy);
  font-weight: 800;
}

.ab-shortcode-box table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
}

.ab-shortcode-box th {
  color: #ffffff;
  background: var(--ab-brown);
}

.ab-shortcode-box th,
.ab-shortcode-box td {
  padding: 14px;
  border: 1px solid var(--ab-border);
  text-align: left;
}

.ab-shortcode-box tr:nth-child(even) td {
  background: var(--ab-cream);
}

.ab-shortcode-box input,
.ab-shortcode-box select,
.ab-shortcode-box textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ab-text);
  background: #ffffff;
  border: 1px solid var(--ab-border);
  border-radius: 10px;
  font: inherit;
}

.ab-shortcode-box textarea {
  min-height: 130px;
}

.ab-shortcode-box button,
.ab-shortcode-box input[type="submit"],
.ab-shortcode-box .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: #ffffff !important;
  background: var(--ab-burgundy) !important;
  border: 2px solid var(--ab-burgundy) !important;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none !important;
}

.ab-shortcode-box button:hover,
.ab-shortcode-box input[type="submit"]:hover,
.ab-shortcode-box .button:hover {
  color: var(--ab-brown) !important;
  background: var(--ab-gold) !important;
  border-color: var(--ab-gold) !important;
}

/* Accessibility */

.ab-page a:focus-visible,
.ab-page button:focus-visible,
.ab-page input:focus-visible,
.ab-page select:focus-visible,
.ab-page textarea:focus-visible {
  outline: 4px solid #78c3ff;
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 1000px) {
  .ab-mini-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 16px;
  }

  .ab-shortcode-box::after {
    position: static;
    display: inline-flex;
    margin-bottom: 18px;
  }
}

/* Mobile */

@media (max-width: 680px) {
  .ab-page-wrap {
    width: min(100% - 28px, 1180px);
    padding: 46px 0 70px;
  }

  .ab-dash-hero {
    padding: 34px 24px;
    border-radius: 18px;
  }

  .ab-dash-hero h1 {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .ab-action-row {
    display: grid;
  }

  .ab-action {
    width: 100%;
  }

  .ab-mini-grid {
    grid-template-columns: 1fr;
    margin: 24px 0 30px;
  }

  .ab-shortcode-box {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .ab-shortcode-box table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/* End custom CSS */