/* Start custom CSS for html, class: .elementor-element-051c203 *//* =========================================
   OXFORD LOCATION PAGE
   Unique Prefix: oxford-
   ========================================= */

.oxford-page {
  --ox-primary: #5D3140;
  --ox-secondary: #CF4173;
  --ox-pink: #F39399;
  --ox-light: #F6D8BD;
  --ox-white: #ffffff;
  --ox-dark: #271820;
  --ox-text: #604b53;
  --ox-border: rgba(93, 49, 64, 0.12);

  width: 100%;
  overflow: hidden;
  background: #fffaf8;
  color: var(--ox-text);
  font-family: Arial, Helvetica, sans-serif;
}

.oxford-page *,
.oxford-page *::before,
.oxford-page *::after {
  box-sizing: border-box;
}

.oxford-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.oxford-page h1,
.oxford-page h2,
.oxford-page h3,
.oxford-page p {
  margin-top: 0;
}

.oxford-page h1,
.oxford-page h2,
.oxford-page h3 {
  color: var(--ox-primary);
}

.oxford-section-tag,
.oxford-eyebrow {
  display: inline-block;
  color: var(--ox-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}


/* =========================================
   HERO
   ========================================= */

.oxford-hero {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(243, 147, 153, 0.32),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #F6D8BD 0%,
      #fff8f4 55%,
      #F39399 160%
    );
}

.oxford-hero::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -170px;
  bottom: -180px;
  border: 1px solid rgba(93, 49, 64, 0.12);
  border-radius: 50%;
}

.oxford-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(246, 216, 189, 0.92),
      rgba(246, 216, 189, 0.28),
      rgba(243, 147, 153, 0.14)
    );
}

.oxford-hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}

.oxford-hero h1 {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

.oxford-hero p {
  max-width: 730px;
  font-size: 18px;
  line-height: 1.8;
  color: #59454d;
  margin-bottom: 35px;
}

.oxford-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.oxford-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 29px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.oxford-btn-primary {
  background: var(--ox-primary);
  color: #fff !important;
}

.oxford-btn-primary:hover {
  background: var(--ox-secondary);
  color: #fff !important;
  transform: translateY(-3px);
}

.oxford-btn-outline {
  background: rgba(255,255,255,0.35);
  border: 1px solid var(--ox-primary);
  color: var(--ox-primary) !important;
}

.oxford-btn-outline:hover {
  background: var(--ox-primary);
  color: #fff !important;
}


/* =========================================
   INTRO
   ========================================= */

.oxford-intro {
  padding: 100px 0;
  background: #fff;
}

.oxford-two-column {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.oxford-intro h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  margin-bottom: 25px;
}

.oxford-intro p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.oxford-feature-card {
  position: relative;
  overflow: hidden;
  padding: 45px;
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    var(--ox-primary),
    #7a4055
  );
  color: #fff;
  box-shadow: 0 25px 60px rgba(93, 49, 64, 0.18);
}

.oxford-feature-card::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  right: -80px;
  top: -80px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
}

.oxford-feature-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 16px;
  background: var(--ox-pink);
  color: var(--ox-primary);
  font-size: 25px;
}

.oxford-feature-card h3 {
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.oxford-feature-card p {
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
}

.oxford-feature-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px;
}

.oxford-feature-points span {
  color: #fff;
  font-size: 13px;
}


/* =========================================
   SERVICES
   ========================================= */

.oxford-services {
  padding: 100px 0;
  background: var(--ox-light);
}

.oxford-section-heading {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
}

.oxford-section-heading h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.oxford-section-heading p {
  font-size: 16px;
  line-height: 1.8;
}

.oxford-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.oxford-service-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 35px;
  background: #fff;
  border: 1px solid rgba(93,49,64,0.08);
  border-radius: 24px;
  transition: all 0.35s ease;
}

.oxford-service-card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -35px;
  bottom: -35px;
  border-radius: 50%;
  background: var(--ox-pink);
  opacity: 0.16;
  transition: all 0.35s ease;
}

.oxford-service-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 20px 45px rgba(93,49,64,0.14);
}

.oxford-service-card:hover::after {
  transform: scale(2);
}

.oxford-number {
  color: var(--ox-secondary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

.oxford-service-card h3 {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 15px;
}

.oxford-service-card p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}


/* =========================================
   WHY CHOOSE
   ========================================= */

.oxford-why {
  padding: 105px 0;
  background: #fff;
}

.oxford-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.oxford-benefit {
  display: flex;
  gap: 25px;
  padding: 30px;
  background: #fff8f6;
  border: 1px solid var(--ox-border);
  border-radius: 22px;
  transition: 0.3s ease;
}

.oxford-benefit:hover {
  transform: translateY(-5px);
  border-color: var(--ox-pink);
}

.oxford-benefit > span {
  flex-shrink: 0;
  color: var(--ox-secondary);
  font-size: 14px;
  font-weight: 800;
}

.oxford-benefit h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.oxford-benefit p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}


/* =========================================
   SEO CONTENT
   ========================================= */

.oxford-seo {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    #5D3140,
    #74384f
  );
  color: #fff;
}

.oxford-seo-content {
  max-width: 900px;
  margin: auto;
}

.oxford-seo .oxford-section-tag {
  color: var(--ox-pink);
}

.oxford-seo h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  margin-bottom: 30px;
}

.oxford-seo p {
  color: rgba(255,255,255,0.83);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 22px;
}

.oxford-seo strong {
  color: var(--ox-pink);
}


/* =========================================
   PROCESS
   ========================================= */

.oxford-process {
  padding: 100px 0;
  background: #fff;
}

.oxford-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.oxford-process-card {
  padding: 35px;
  background: var(--ox-light);
  border-radius: 25px;
  transition: 0.3s ease;
}

.oxford-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(93,49,64,0.12);
}

.oxford-process-card strong {
  display: block;
  color: var(--ox-secondary);
  font-size: 30px;
  margin-bottom: 25px;
}

.oxford-process-card h3 {
  font-size: 21px;
  margin-bottom: 13px;
}

.oxford-process-card p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}


/* =========================================
   FAQ
   ========================================= */

.oxford-faq {
  padding: 100px 0;
  background: #fff8f6;
}

.oxford-faq-list {
  max-width: 900px;
  margin: auto;
}

.oxford-faq details {
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid var(--ox-border);
  border-radius: 15px;
}

.oxford-faq summary {
  position: relative;
  cursor: pointer;
  padding: 22px 50px 22px 25px;
  color: var(--ox-primary);
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.oxford-faq summary::-webkit-details-marker {
  display: none;
}

.oxford-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 16px;
  color: var(--ox-secondary);
  font-size: 25px;
}

.oxford-faq details[open] summary::after {
  content: "−";
}

.oxford-faq details p {
  padding: 0 25px 23px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================
   CTA
   ========================================= */

.oxford-cta {
  padding: 80px 0 100px;
  background: #fff8f6;
}

.oxford-cta-box {
  padding: 75px 35px;
  text-align: center;
  border-radius: 35px;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(243,147,153,0.25),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--ox-primary),
      #7a4055
    );
  box-shadow: 0 25px 60px rgba(93,49,64,0.18);
}

.oxford-cta-box .oxford-section-tag {
  color: var(--ox-pink);
}

.oxford-cta-box h2 {
  max-width: 800px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
}

.oxford-cta-box p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
}

.oxford-btn-light {
  background: var(--ox-light);
  color: var(--ox-primary) !important;
}

.oxford-btn-light:hover {
  background: var(--ox-pink);
  color: var(--ox-primary) !important;
  transform: translateY(-3px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

  .oxford-two-column {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .oxford-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oxford-benefits {
    grid-template-columns: 1fr;
  }

  .oxford-process-grid {
    grid-template-columns: 1fr;
  }

  .oxford-hero {
    min-height: 500px;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

  .oxford-container {
    width: 90%;
  }

  .oxford-hero-content {
    padding: 75px 0;
  }

  .oxford-hero h1 {
    font-size: 39px;
    letter-spacing: -1px;
  }

  .oxford-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .oxford-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .oxford-btn {
    width: 100%;
  }

  .oxford-intro,
  .oxford-services,
  .oxford-why,
  .oxford-seo,
  .oxford-process,
  .oxford-faq {
    padding: 75px 0;
  }

  .oxford-intro h2,
  .oxford-section-heading h2,
  .oxford-seo h2 {
    font-size: 32px;
  }

  .oxford-feature-card {
    padding: 30px;
  }

  .oxford-feature-points {
    grid-template-columns: 1fr;
  }

  .oxford-service-grid {
    grid-template-columns: 1fr;
  }

  .oxford-service-card {
    min-height: auto;
    padding: 30px;
  }

  .oxford-benefit {
    padding: 25px;
    gap: 16px;
  }

  .oxford-cta {
    padding: 55px 0 75px;
  }

  .oxford-cta-box {
    padding: 55px 22px;
    border-radius: 25px;
  }

  .oxford-faq summary {
    padding: 19px 45px 19px 20px;
    font-size: 15px;
  }

  .oxford-faq details p {
    padding: 0 20px 20px;
  }
}/* End custom CSS */