.elementor-3052 .elementor-element.elementor-element-42d5af71{--display:flex;--min-height:500px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;border-style:solid;--border-style:solid;border-width:0px 0px 20px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:20px;--border-left-width:0px;border-color:var( --e-global-color-1632dcc );--border-color:var( --e-global-color-1632dcc );--margin-top:-75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3052 .elementor-element.elementor-element-42d5af71:not(.elementor-motion-effects-element-type-background), .elementor-3052 .elementor-element.elementor-element-42d5af71 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://abisti.co.uk/wp-content/uploads/2026/03/ai-hero-bg-1.png");background-repeat:no-repeat;background-size:cover;}.elementor-3052 .elementor-element.elementor-element-fe91f0{--display:flex;--justify-content:flex-start;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-3052 .elementor-element.elementor-element-712d5f81 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:50px 0px 0px 0px;}.elementor-3052 .elementor-element.elementor-element-2eac0d54 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 00px 0px;}.elementor-3052 .elementor-element.elementor-element-2eac0d54 .elementor-heading-title{line-height:28px;}.elementor-3052 .elementor-element.elementor-element-0439b92 .elementor-button{background-color:var( --e-global-color-3482bbe );font-size:22px;line-height:30px;}.elementor-3052 .elementor-element.elementor-element-19f1a603{--display:flex;}.elementor-3052 .elementor-element.elementor-element-4876a01{--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;--margin-top:75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3052 .elementor-element.elementor-element-d94a27d{--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;}@media(max-width:767px){.elementor-3052 .elementor-element.elementor-element-2eac0d54.elementor-element{--align-self:center;}.elementor-3052 .elementor-element.elementor-element-2eac0d54{text-align:center;}.elementor-3052 .elementor-element.elementor-element-2eac0d54 .elementor-heading-title{line-height:1.3em;}}@media(min-width:768px){.elementor-3052 .elementor-element.elementor-element-42d5af71{--content-width:100%;}.elementor-3052 .elementor-element.elementor-element-fe91f0{--width:50%;}.elementor-3052 .elementor-element.elementor-element-19f1a603{--width:50%;}}/* Start custom CSS *//* === Abisti About Page Content === */

.abisti-about-page {
  --abisti-green: #004743;
  --abisti-teal: #007c78;
  --abisti-blue: #5f7f8f;
  --abisti-dark-blue: #2d4658;
  --abisti-light: #f4f4ef;
  --abisti-soft: #eef3f1;
  --abisti-text: #5f6870;
  --abisti-white: #ffffff;

  font-family: inherit;
  color: var(--abisti-text);
  line-height: 1.7;
}

.abisti-about-page * {
  box-sizing: border-box;
}

.abisti-about-page section {
  padding: 70px 30px;
}

.abisti-about-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.abisti-about-narrow {
  max-width: 880px;
  margin: 0 auto;
}

.abisti-about-page h2,
.abisti-about-page h3 {
  color: var(--abisti-green);
  line-height: 1.25;
  margin: 0 0 22px;
  font-weight: 700;
}

.abisti-about-page h2 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: 0.02em;
}

.abisti-about-page h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.abisti-about-page p {
  font-size: 18px;
  margin: 0 0 20px;
}

.abisti-about-page a {
  color: var(--abisti-green);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.abisti-about-page a:hover {
  color: var(--abisti-teal);
}

.abisti-about-button-wrap {
  margin-top: 34px;
}

.abisti-about-button {
  display: inline-block;
  background: var(--abisti-blue);
  color: var(--abisti-white) !important;
  text-decoration: none !important;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.25s ease;
}

.abisti-about-button:hover {
  background: var(--abisti-green);
  transform: translateY(-2px);
}

.abisti-intro {
  background: var(--abisti-white);
}

.abisti-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
  align-items: center;
}

.abisti-intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--abisti-soft);
  border-radius: 999px;
  padding: 10px 18px;
  margin-bottom: 24px;
  color: var(--abisti-green);
  font-weight: 700;
  font-size: 16px;
}

.abisti-intro-badge img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.abisti-intro-lead {
  font-size: clamp(21px, 2.2vw, 28px) !important;
  color: var(--abisti-green);
  font-weight: 700;
  line-height: 1.45;
}

.abisti-intro-card {
  background: var(--abisti-light);
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 45px rgba(45, 70, 88, 0.08);
}

.abisti-intro-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.abisti-intro-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 17px;
  color: var(--abisti-text);
}

.abisti-intro-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background: var(--abisti-green);
  border-radius: 50%;
}

.abisti-intro-card li:last-child {
  margin-bottom: 0;
}

.abisti-dark-section {
  background: var(--abisti-dark-blue);
  color: var(--abisti-white);
}

.abisti-dark-section h2,
.abisti-dark-section h3,
.abisti-dark-section p {
  color: var(--abisti-white);
}

.abisti-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 38px;
}

.abisti-why-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  padding: 30px;
}

.abisti-why-card h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

.abisti-why-card p {
  font-size: 17px;
  margin-bottom: 0;
}

.abisti-services {
  background: var(--abisti-light);
}

.abisti-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 38px;
}

.abisti-service-card {
  background: var(--abisti-white);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 16px 38px rgba(45, 70, 88, 0.08);
}

.abisti-service-card h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

.abisti-service-card p {
  font-size: 17px;
}

.abisti-service-card p:last-child {
  margin-bottom: 0;
}

.abisti-proof {
  background: var(--abisti-white);
}

.abisti-proof-intro {
  text-align: center;
  margin-bottom: 40px;
}

.abisti-reviews-box {
  max-width: 1120px;
  margin: 0 auto;
}

.abisti-people {
  background: var(--abisti-white);
}

.abisti-people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 42px;
}

.abisti-person-card {
  background: var(--abisti-light);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(45, 70, 88, 0.08);
}

.abisti-person-image {
  background: var(--abisti-dark-blue);
  padding: 34px 34px 0;
  text-align: center;
}

.abisti-person-image img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
}

.abisti-person-content {
  padding: 34px;
}

.abisti-person-content h3 {
  margin-bottom: 6px;
}

.abisti-role {
  color: var(--abisti-blue);
  font-weight: 700;
  margin-bottom: 20px !important;
}

.abisti-fit {
  background: var(--abisti-soft);
}

.abisti-fit-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: start;
}

.abisti-fit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.abisti-fit-item {
  background: var(--abisti-white);
  padding: 20px 22px;
  border-radius: 18px;
  color: var(--abisti-green);
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(45, 70, 88, 0.06);
}

.abisti-history {
  background: var(--abisti-white);
}

.abisti-history-box {
  background: var(--abisti-light);
  border-radius: 32px;
  padding: 46px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 44px;
  align-items: center;
}

.abisti-history-logo {
  text-align: center;
}

.abisti-history-logo img {
  max-width: 190px;
  width: 100%;
  height: auto;
}

.abisti-cta {
  background: var(--abisti-dark-blue);
  color: var(--abisti-white);
  text-align: center;
}

.abisti-cta h2,
.abisti-cta p {
  color: var(--abisti-white);
}

.abisti-cta p {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .abisti-intro-grid,
  .abisti-fit-grid,
  .abisti-history-box {
    grid-template-columns: 1fr;
  }

  .abisti-why-grid,
  .abisti-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .abisti-about-page section {
    padding: 52px 20px;
  }

  .abisti-about-page p {
    font-size: 17px;
  }

  .abisti-why-grid,
  .abisti-services-grid,
  .abisti-people-grid,
  .abisti-fit-list {
    grid-template-columns: 1fr;
  }

  .abisti-intro-card,
  .abisti-service-card,
  .abisti-why-card,
  .abisti-person-content,
  .abisti-history-box {
    padding: 26px;
  }

  .abisti-about-button {
    width: 100%;
    text-align: center;
    font-size: 19px;
    padding: 15px 22px;
  }

  .abisti-person-image {
    padding: 26px 26px 0;
  }
}/* End custom CSS */