/* Start custom CSS for html, class: .elementor-element-5b89adf *//* =========================================
   SHEFFIELD LOCATION PAGE
   Unique Prefix: sheffield-
   ========================================= */

.sheffield-page {
  --sh-primary: #5D3140;
  --sh-secondary: #CF4173;
  --sh-pink: #F39399;
  --sh-light: #F6D8BD;
  --sh-white: #ffffff;
  --sh-text: #604b53;
  --sh-border: rgba(93, 49, 64, 0.12);

  width: 100%;
  overflow: hidden;
  background: #fffaf8;
  color: var(--sh-text);
  font-family: Arial, Helvetica, sans-serif;
}

.sheffield-page *,
.sheffield-page *::before,
.sheffield-page *::after {
  box-sizing: border-box;
}

.sheffield-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.sheffield-page h1,
.sheffield-page h2,
.sheffield-page h3,
.sheffield-page p {
  margin-top: 0;
}

.sheffield-page h1,
.sheffield-page h2,
.sheffield-page h3 {
  color: var(--sh-primary);
}

.sheffield-section-label,
.sheffield-eyebrow {
  display: inline-block;
  color: var(--sh-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}


/* =========================================
   HERO
   ========================================= */

.sheffield-hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 18%,
      rgba(207, 65, 115, 0.20),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #F6D8BD 0%,
      #fff9f6 55%,
      #F39399 170%
    );
}

.sheffield-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -230px;
  top: -210px;
  border: 1px solid rgba(93,49,64,0.11);
  border-radius: 50%;
}

.sheffield-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -170px;
  bottom: -170px;
  border: 1px solid rgba(93,49,64,0.10);
  border-radius: 50%;
}

.sheffield-hero-glow {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(246,216,189,0.95),
      rgba(246,216,189,0.30),
      rgba(243,147,153,0.12)
    );
}

.sheffield-hero-inner {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: center;

  padding: 90px 0;
}

.sheffield-hero-copy h1 {
  max-width: 850px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

.sheffield-hero-copy p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.8;
  color: #59454d;
  margin-bottom: 35px;
}

.sheffield-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sheffield-btn {
  min-height: 52px;
  padding: 14px 29px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50px;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 700;

  transition: all 0.3s ease;
}

.sheffield-btn-primary {
  background: var(--sh-primary);
  color: #fff !important;
}

.sheffield-btn-primary:hover {
  background: var(--sh-secondary);
  color: #fff !important;
  transform: translateY(-3px);
}

.sheffield-btn-secondary {
  background: rgba(255,255,255,0.40);
  border: 1px solid var(--sh-primary);
  color: var(--sh-primary) !important;
}

.sheffield-btn-secondary:hover {
  background: var(--sh-primary);
  color: #fff !important;
  transform: translateY(-3px);
}


/* HERO BADGE */

.sheffield-hero-badge {
  width: 280px;
  height: 280px;

  margin-left: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(243,147,153,0.25),
      transparent 35%
    ),
    var(--sh-primary);

  color: #fff;

  box-shadow:
    0 25px 70px rgba(93,49,64,0.24),
    0 0 0 15px rgba(255,255,255,0.22);
}

.sheffield-badge-small {
  color: var(--sh-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
}

.sheffield-hero-badge strong {
  margin: 10px 0;

  color: #fff;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: 1px;
}

.sheffield-badge-city {
  color: rgba(255,255,255,0.70);
  font-size: 10px;
  letter-spacing: 3px;
}


/* =========================================
   INTRO
   ========================================= */

.sheffield-intro {
  padding: 105px 0;
  background: #fff;
}

.sheffield-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 75px;
  align-items: center;
}

.sheffield-intro-content h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  margin-bottom: 25px;
}

.sheffield-intro-content p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.sheffield-intro-panel {
  position: relative;
  overflow: hidden;

  padding: 45px;

  border-radius: 30px;

  background:
    linear-gradient(
      145deg,
      var(--sh-primary),
      #7a4055
    );

  color: #fff;

  box-shadow: 0 25px 60px rgba(93,49,64,0.18);
}

.sheffield-intro-panel::after {
  content: "";

  position: absolute;
  width: 220px;
  height: 220px;

  right: -100px;
  top: -100px;

  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 50%;
}

.sheffield-panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 35px;

  color: var(--sh-pink);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.sheffield-intro-panel h3 {
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 17px;
}

.sheffield-intro-panel > p {
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.75;
}

.sheffield-panel-lines {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.sheffield-panel-lines div {
  color: #fff;
  font-size: 13px;
}

.sheffield-panel-lines b {
  color: var(--sh-pink);
  margin-right: 7px;
}


/* =========================================
   SERVICES
   ========================================= */

.sheffield-services {
  padding: 105px 0;
  background: var(--sh-light);
}

.sheffield-heading {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

.sheffield-heading h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.sheffield-heading p {
  font-size: 16px;
  line-height: 1.8;
}

.sheffield-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sheffield-service {
  position: relative;
  overflow: hidden;

  min-height: 285px;
  padding: 35px;

  background: #fff;
  border: 1px solid rgba(93,49,64,0.08);
  border-radius: 25px;

  transition: all 0.35s ease;
}

.sheffield-service::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--sh-primary),
      var(--sh-secondary),
      var(--sh-pink)
    );

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.35s ease;
}

.sheffield-service:hover {
  transform: translateY(-9px);
  box-shadow: 0 22px 45px rgba(93,49,64,0.14);
}

.sheffield-service:hover::before {
  transform: scaleX(1);
}

.sheffield-service-index {
  display: block;

  color: var(--sh-secondary);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;

  margin-bottom: 30px;
}

.sheffield-service h3 {
  max-width: 290px;

  font-size: 21px;
  line-height: 1.35;

  margin-bottom: 15px;
}

.sheffield-service p {
  font-size: 14px;
  line-height: 1.75;

  margin-bottom: 0;
}

.sheffield-service-arrow {
  position: absolute;

  right: 27px;
  bottom: 22px;

  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff0f1;
  color: var(--sh-secondary);

  font-size: 18px;

  transition: 0.3s ease;
}

.sheffield-service:hover .sheffield-service-arrow {
  background: var(--sh-primary);
  color: #fff;
  transform: rotate(10deg);
}


/* =========================================
   FEATURE
   ========================================= */

.sheffield-feature {
  padding: 110px 0;
  background: #fff;
}

.sheffield-feature-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.sheffield-feature-visual {
  position: relative;

  min-height: 450px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 35px;

  background:
    linear-gradient(
      145deg,
      var(--sh-light),
      var(--sh-pink)
    );
}

.sheffield-circle {
  position: absolute;

  border: 1px solid rgba(93,49,64,0.18);
  border-radius: 50%;
}

.sheffield-circle.circle-one {
  width: 340px;
  height: 340px;
}

.sheffield-circle.circle-two {
  width: 245px;
  height: 245px;
}

.sheffield-feature-center {
  position: relative;
  z-index: 2;

  width: 195px;
  height: 195px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: var(--sh-primary);

  text-align: center;

  box-shadow: 0 25px 55px rgba(93,49,64,0.24);
}

.sheffield-feature-center span {
  color: var(--sh-pink);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
}

.sheffield-feature-center strong {
  margin: 9px 0;

  color: #fff;

  font-size: 22px;
  line-height: 1.1;
}

.sheffield-feature-center small {
  color: rgba(255,255,255,0.65);

  font-size: 9px;
  letter-spacing: 2px;
}

.sheffield-feature-content h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
  margin-bottom: 24px;
}

.sheffield-feature-content > p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.sheffield-feature-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;

  margin-top: 30px;
}

.sheffield-feature-items > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 15px;

  padding: 17px;

  border-radius: 15px;

  background: #fff8f6;
  border: 1px solid var(--sh-border);
}

.sheffield-feature-items span {
  grid-row: span 2;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;

  background: var(--sh-pink);
  color: var(--sh-primary);

  font-size: 12px;
  font-weight: 800;
}

.sheffield-feature-items h3 {
  font-size: 17px;
  margin-bottom: 5px;
}

.sheffield-feature-items p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}


/* =========================================
   WHY CHOOSE
   ========================================= */

.sheffield-why {
  padding: 105px 0;
  background: #fff8f6;
}

.sheffield-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sheffield-why-card {
  padding: 32px 25px;

  background: #fff;

  border: 1px solid var(--sh-border);
  border-radius: 22px;

  transition: 0.3s ease;
}

.sheffield-why-card:hover {
  transform: translateY(-7px);

  border-color: var(--sh-pink);

  box-shadow: 0 18px 35px rgba(93,49,64,0.08);
}

.sheffield-why-number {
  margin-bottom: 35px;

  color: var(--sh-secondary);

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.sheffield-why-card h3 {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.sheffield-why-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}


/* =========================================
   SEO CONTENT
   ========================================= */

.sheffield-seo {
  padding: 105px 0;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(243,147,153,0.18),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #5D3140,
      #74384f
    );

  color: #fff;
}

.sheffield-seo-content {
  max-width: 900px;
  margin: auto;
}

.sheffield-seo .sheffield-section-label {
  color: var(--sh-pink);
}

.sheffield-seo h2 {
  color: #fff;

  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;

  margin-bottom: 30px;
}

.sheffield-seo p {
  color: rgba(255,255,255,0.84);

  font-size: 16px;
  line-height: 1.9;

  margin-bottom: 22px;
}

.sheffield-seo strong {
  color: var(--sh-pink);
}


/* =========================================
   PROCESS
   ========================================= */

.sheffield-process {
  padding: 100px 0;
  background: #fff;
}

.sheffield-process-row {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
}

.sheffield-process-step {
  padding: 35px 28px;

  background: var(--sh-light);

  border-radius: 25px;

  transition: 0.3s ease;
}

.sheffield-process-step:hover {
  transform: translateY(-6px);

  box-shadow: 0 16px 35px rgba(93,49,64,0.12);
}

.sheffield-process-step > span {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 23px;

  border-radius: 14px;

  background: var(--sh-primary);
  color: #fff;

  font-size: 13px;
  font-weight: 800;
}

.sheffield-process-step h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.sheffield-process-step p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.sheffield-process-line {
  height: 1px;
  background: rgba(93,49,64,0.22);
}


/* =========================================
   FAQ
   ========================================= */

.sheffield-faq {
  padding: 100px 0;
  background: #fff8f6;
}

.sheffield-faq-list {
  max-width: 900px;
  margin: auto;
}

.sheffield-faq details {
  overflow: hidden;

  margin-bottom: 14px;

  background: #fff;

  border: 1px solid var(--sh-border);
  border-radius: 15px;
}

.sheffield-faq summary {
  position: relative;

  cursor: pointer;

  padding: 22px 50px 22px 25px;

  color: var(--sh-primary);

  font-size: 16px;
  font-weight: 700;

  list-style: none;
}

.sheffield-faq summary::-webkit-details-marker {
  display: none;
}

.sheffield-faq summary::after {
  content: "+";

  position: absolute;

  right: 22px;
  top: 16px;

  color: var(--sh-secondary);

  font-size: 25px;
}

.sheffield-faq details[open] summary::after {
  content: "−";
}

.sheffield-faq details p {
  padding: 0 25px 23px;

  margin: 0;

  font-size: 14px;
  line-height: 1.75;
}


/* =========================================
   CTA
   ========================================= */

.sheffield-cta {
  padding: 80px 0 100px;
  background: #fff8f6;
}

.sheffield-cta-box {
  position: relative;
  overflow: hidden;

  padding: 75px 35px;

  text-align: center;

  border-radius: 35px;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(243,147,153,0.25),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--sh-primary),
      #7a4055
    );

  box-shadow: 0 25px 60px rgba(93,49,64,0.18);
}

.sheffield-cta-box::after {
  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  right: -100px;
  bottom: -150px;

  border: 1px solid rgba(255,255,255,0.12);

  border-radius: 50%;
}

.sheffield-cta-box .sheffield-section-label {
  color: var(--sh-pink);
}

.sheffield-cta-box h2 {
  max-width: 820px;

  margin: 0 auto 20px;

  color: #fff;

  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
}

.sheffield-cta-box p {
  max-width: 720px;

  margin: 0 auto 30px;

  color: rgba(255,255,255,0.82);

  line-height: 1.8;
}

.sheffield-btn-light {
  background: var(--sh-light);
  color: var(--sh-primary) !important;
}

.sheffield-btn-light:hover {
  background: var(--sh-pink);
  color: var(--sh-primary) !important;
  transform: translateY(-3px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

  .sheffield-hero-inner {
    grid-template-columns: 1fr;
  }

  .sheffield-hero-badge {
    display: none;
  }

  .sheffield-intro-grid,
  .sheffield-feature-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sheffield-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sheffield-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sheffield-process-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sheffield-process-line {
    display: none;
  }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

  .sheffield-container {
    width: 90%;
  }

  .sheffield-hero {
    min-height: 520px;
  }

  .sheffield-hero-inner {
    padding: 75px 0;
  }

  .sheffield-hero-copy h1 {
    font-size: 39px;
    letter-spacing: -1px;
  }

  .sheffield-hero-copy p {
    font-size: 15px;
    line-height: 1.7;
  }

  .sheffield-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sheffield-btn {
    width: 100%;
  }

  .sheffield-intro,
  .sheffield-services,
  .sheffield-feature,
  .sheffield-why,
  .sheffield-seo,
  .sheffield-process,
  .sheffield-faq {
    padding: 75px 0;
  }

  .sheffield-intro-content h2,
  .sheffield-heading h2,
  .sheffield-feature-content h2,
  .sheffield-seo h2 {
    font-size: 32px;
  }

  .sheffield-intro-panel {
    padding: 30px;
  }

  .sheffield-services-grid {
    grid-template-columns: 1fr;
  }

  .sheffield-service {
    min-height: auto;
    padding: 30px;
  }

  .sheffield-feature-visual {
    min-height: 350px;
  }

  .sheffield-circle.circle-one {
    width: 280px;
    height: 280px;
  }

  .sheffield-circle.circle-two {
    width: 205px;
    height: 205px;
  }

  .sheffield-feature-center {
    width: 165px;
    height: 165px;
  }

  .sheffield-feature-center strong {
    font-size: 19px;
  }

  .sheffield-why-grid {
    grid-template-columns: 1fr;
  }

  .sheffield-why-card {
    padding: 27px;
  }

  .sheffield-process-step {
    padding: 30px 25px;
  }

  .sheffield-cta {
    padding: 55px 0 75px;
  }

  .sheffield-cta-box {
    padding: 55px 22px;
    border-radius: 25px;
  }

  .sheffield-faq summary {
    padding: 19px 45px 19px 20px;
    font-size: 15px;
  }

  .sheffield-faq details p {
    padding: 0 20px 20px;
  }

}/* End custom CSS */