/* Start custom CSS for html, class: .elementor-element-395e5ba *//* =========================================
   YORK PAGE
   Color Palette:
   #5D3140
   #CF4173
   #F39399
   #F6D8BD
========================================= */

.york-page {
  --york-primary: #5D3140;
  --york-secondary: #CF4173;
  --york-pink: #F39399;
  --york-light: #F6D8BD;
  --york-white: #ffffff;
  --york-dark: #25151c;
  --york-text: #5a4a50;
  --york-border: rgba(93,49,64,0.12);

  width: 100%;
  overflow: hidden;
  background: #fffaf7;
  color: var(--york-dark);
  font-family: Arial, Helvetica, sans-serif;
}

.york-page *,
.york-page *::before,
.york-page *::after {
  box-sizing: border-box;
}

.york-page a {
  text-decoration: none;
}


/* =========================================
   HERO
========================================= */

.york-hero {
  position: relative;
  min-height: 620px;
  padding: 100px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background:
    radial-gradient(circle at 85% 20%, rgba(243,147,153,0.25), transparent 28%),
    linear-gradient(135deg, #5D3140 0%, #71374e 55%, #CF4173 100%);
  color: #fff;
}

.york-hero::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
}

.york-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.york-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 17px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  color: #F6D8BD;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.york-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.04;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 800;
}

.york-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 18px;
  line-height: 1.8;
}

.york-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.york-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
}

.york-btn-primary {
  background: var(--york-pink);
  color: var(--york-primary);
}

.york-btn-primary:hover {
  transform: translateY(-3px);
  background: #fff;
}

.york-btn-outline {
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}

.york-btn-outline:hover {
  background: #fff;
  color: var(--york-primary);
}

.york-hero-badge {
  position: relative;
  z-index: 2;
  width: 250px;
  height: 250px;
  flex: 0 0 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--york-light);
  color: var(--york-primary);
  border: 12px solid rgba(255,255,255,0.12);
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.york-hero-badge span {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 2px;
}

.york-hero-badge small {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
}


/* =========================================
   COMMON
========================================= */

.york-intro,
.york-services,
.york-why,
.york-process,
.york-faq {
  padding: 100px 8%;
}

.york-section-label,
.york-small-title {
  color: var(--york-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* =========================================
   INTRO
========================================= */

.york-intro {
  background: #fffaf7;
}

.york-intro-grid {
  max-width: 1250px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}

.york-intro h2 {
  margin: 0;
  color: var(--york-primary);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
}

.york-intro p {
  margin: 0 0 20px;
  color: var(--york-text);
  font-size: 17px;
  line-height: 1.85;
}


/* =========================================
   HEADING
========================================= */

.york-heading-center {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

.york-heading-center > span {
  color: var(--york-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.york-heading-center h2 {
  margin: 12px 0 15px;
  color: var(--york-primary);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

.york-heading-center p {
  margin: 0;
  color: var(--york-text);
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================
   SERVICES
========================================= */

.york-services {
  background: var(--york-light);
}

.york-services-grid {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.york-service-card {
  position: relative;
  min-height: 290px;
  padding: 34px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(93,49,64,0.08);
  overflow: hidden;
  transition: 0.35s ease;
}

.york-service-card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -35px;
  bottom: -35px;
  border-radius: 50%;
  background: rgba(243,147,153,0.22);
  transition: 0.35s ease;
}

.york-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(93,49,64,0.13);
}

.york-service-card:hover::after {
  transform: scale(1.5);
}

.york-card-number {
  color: var(--york-secondary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.york-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 25px 0 14px;
  color: var(--york-primary);
  font-size: 22px;
  line-height: 1.3;
}

.york-service-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 22px;
  color: var(--york-text);
  font-size: 14px;
  line-height: 1.75;
}

.york-service-card a {
  position: relative;
  z-index: 3;
  color: var(--york-secondary);
  font-size: 13px;
  font-weight: 800;
}


/* =========================================
   FEATURE
========================================= */

.york-feature {
  padding: 110px 8%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
  background: #fff;
}

.york-feature-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.york-feature-circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(145deg, var(--york-primary), var(--york-secondary));
  color: #fff;
  box-shadow: 0 30px 60px rgba(93,49,64,0.2);
}

.york-feature-circle span {
  font-size: 16px;
  letter-spacing: 4px;
}

.york-feature-circle strong {
  margin: 8px 0;
  font-size: 48px;
}

.york-feature-circle small {
  color: var(--york-light);
  font-size: 11px;
  letter-spacing: 3px;
}

.york-feature-content h2 {
  margin: 14px 0 20px;
  color: var(--york-primary);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
}

.york-feature-content > p {
  color: var(--york-text);
  font-size: 17px;
  line-height: 1.85;
}

.york-feature-content ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.york-feature-content li {
  margin-bottom: 14px;
  color: var(--york-primary);
  font-size: 15px;
  font-weight: 700;
}


/* =========================================
   WHY
========================================= */

.york-why {
  background: #fffaf7;
}

.york-why-grid {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.york-why-card {
  padding: 30px 25px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--york-border);
  transition: 0.3s ease;
}

.york-why-card:hover {
  transform: translateY(-6px);
  border-color: var(--york-pink);
  box-shadow: 0 18px 35px rgba(93,49,64,0.1);
}

.york-why-card > span {
  color: var(--york-secondary);
  font-size: 12px;
  font-weight: 900;
}

.york-why-card h3 {
  margin: 20px 0 12px;
  color: var(--york-primary);
  font-size: 20px;
}

.york-why-card p {
  margin: 0;
  color: var(--york-text);
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================
   SEO
========================================= */

.york-seo {
  padding: 100px 8%;
  background:
    radial-gradient(circle at 80% 30%, rgba(207,65,115,0.35), transparent 30%),
    linear-gradient(135deg, #3b202b, #5D3140);
}

.york-seo-inner {
  max-width: 1000px;
  margin: auto;
}

.york-seo-inner > span {
  color: var(--york-pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.york-seo h2 {
  margin: 15px 0 28px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

.york-seo p {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.9;
}


/* =========================================
   PROCESS
========================================= */

.york-process {
  background: #fff;
}

.york-process-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.york-process-item {
  text-align: center;
  padding: 35px 25px;
}

.york-process-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--york-light);
  color: var(--york-primary);
  font-size: 14px;
  font-weight: 900;
  transition: 0.3s ease;
}

.york-process-item:hover .york-process-icon {
  background: var(--york-secondary);
  color: #fff;
  transform: rotate(8deg) scale(1.08);
}

.york-process-item h3 {
  margin: 0 0 12px;
  color: var(--york-primary);
  font-size: 21px;
}

.york-process-item p {
  margin: 0;
  color: var(--york-text);
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================
   FAQ
========================================= */

.york-faq {
  background: var(--york-light);
}

.york-faq-heading {
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: center;
}

.york-faq-heading > span {
  color: var(--york-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.york-faq-heading h2 {
  margin: 12px 0 0;
  color: var(--york-primary);
  font-size: clamp(32px, 4vw, 50px);
}

.york-faq-list {
  max-width: 950px;
  margin: auto;
}

.york-faq-list details {
  margin-bottom: 12px;
  padding: 0;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(93,49,64,0.08);
}

.york-faq-list summary {
  position: relative;
  padding: 22px 55px 22px 25px;
  cursor: pointer;
  color: var(--york-primary);
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.york-faq-list summary::-webkit-details-marker {
  display: none;
}

.york-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 18px;
  color: var(--york-secondary);
  font-size: 24px;
  font-weight: 400;
}

.york-faq-list details[open] summary::after {
  content: "−";
}

.york-faq-list details p {
  margin: 0;
  padding: 0 25px 25px;
  color: var(--york-text);
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================
   CTA
========================================= */

.york-cta {
  margin: 80px 8%;
  padding: 65px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 20%, rgba(243,147,153,0.3), transparent 28%),
    var(--york-primary);
}

.york-cta > div {
  max-width: 780px;
}

.york-cta > div > span {
  color: var(--york-pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.york-cta h2 {
  margin: 12px 0 15px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.york-cta p {
  margin: 0;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
}

.york-btn-light {
  flex-shrink: 0;
  background: var(--york-light);
  color: var(--york-primary);
}

.york-btn-light:hover {
  background: #fff;
  transform: translateY(-3px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .york-hero {
    padding: 80px 6%;
  }

  .york-hero-badge {
    width: 190px;
    height: 190px;
    flex-basis: 190px;
  }

  .york-hero-badge span {
    font-size: 27px;
  }

  .york-intro,
  .york-services,
  .york-why,
  .york-process,
  .york-faq,
  .york-feature,
  .york-seo {
    padding: 80px 6%;
  }

  .york-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .york-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .york-feature {
    gap: 45px;
  }

  .york-feature-circle {
    width: 290px;
    height: 290px;
  }

  .york-feature-circle strong {
    font-size: 38px;
  }

  .york-cta {
    margin: 60px 6%;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .york-hero {
    min-height: auto;
    padding: 70px 22px;
    display: block;
    text-align: center;
  }

  .york-hero::before {
    display: none;
  }

  .york-hero h1 {
    font-size: 39px;
    letter-spacing: -1px;
  }

  .york-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .york-hero-buttons {
    justify-content: center;
  }

  .york-btn {
    min-height: 48px;
    padding: 0 20px;
  }

  .york-hero-badge {
    width: 170px;
    height: 170px;
    margin: 45px auto 0;
  }

  .york-hero-badge span {
    font-size: 24px;
  }

  .york-intro,
  .york-services,
  .york-why,
  .york-process,
  .york-faq,
  .york-feature,
  .york-seo {
    padding: 65px 20px;
  }

  .york-intro-grid,
  .york-feature {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .york-intro h2,
  .york-feature-content h2 {
    font-size: 34px;
  }

  .york-services-grid,
  .york-why-grid,
  .york-process-grid {
    grid-template-columns: 1fr;
  }

  .york-service-card {
    min-height: auto;
  }

  .york-feature-visual {
    order: 2;
  }

  .york-feature-circle {
    width: 270px;
    height: 270px;
  }

  .york-feature-content {
    order: 1;
  }

  .york-seo h2 {
    font-size: 34px;
  }

  .york-cta {
    margin: 45px 20px;
    padding: 45px 25px;
    display: block;
    text-align: center;
  }

  .york-cta .york-btn {
    margin-top: 25px;
  }
}/* End custom CSS */