.elementor-1368 .elementor-element.elementor-element-e6c5f64{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5054d57 */html {
  scroll-behavior: smooth;
}

.kellys-service-detail-page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f4fbfc;
  color: #173033;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.kellys-service-detail-page * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
  border-radius: 0px !important;
}

.kellys-service-detail-container {
  width: min(1300px, calc(100vw - 174px));
  max-width: 1300px;
  margin: 0 auto;
}

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

.kellys-service-detail-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  isolation: isolate;
}

.kellys-service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 80, 91, 0.94), rgba(0, 183, 207, 0.54)),
    radial-gradient(circle at top right, rgba(213, 174, 129, 0.28), transparent 38%);
  z-index: 1;
}

.kellys-service-detail-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -1px;
  height: 86px;
  background: #f4fbfc;
  clip-path: ellipse(60% 58% at 50% 100%);
  z-index: 3;
  pointer-events: none;
}

.kellys-service-detail-hero-inner {
  position: relative;
  z-index: 5;
  padding: 150px 0 170px;
  color: #ffffff;
  text-align: left;
}

.kellys-service-back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 11px 17px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.26);
  transition: all 0.25s ease;
}

.kellys-service-back-link:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.kellys-service-detail-badge,
.kellys-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #006875;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.kellys-section-label {
  margin-bottom: 16px;
  background: rgba(0, 183, 207, 0.12);
  color: #006875;
}

.kellys-service-detail-hero h1 {
  max-width: 920px;
  margin: 22px 0;
  color: #ffffff;
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
}

.kellys-service-detail-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

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

.kellys-service-intro-panel {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: -54px 0 28px;
  padding: 34px 38px;
  background: #ffffff;
  border: 1px solid rgba(0, 183, 207, 0.16);
  box-shadow: 0 16px 48px rgba(0, 86, 99, 0.12);
}

.kellys-service-intro-content span {
  display: inline-block;
  margin-bottom: 10px;
  color: #00a2b8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.kellys-service-intro-content h2 {
  margin: 0 0 12px;
  color: #006875;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.kellys-service-intro-content p {
  max-width: 820px;
  margin: 0;
  color: #33484b;
  font-size: 16px;
  line-height: 1.75;
}

.kellys-service-intro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  background: #006875;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.kellys-service-intro-button:hover {
  background: #00b7cf;
  transform: translateY(-2px);
}

/* ==========================================================
   MAIN LAYOUT
========================================================== */

.kellys-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.75fr);
  gap: 28px;
  align-items: start;
  padding: 0 0 56px;
}

.kellys-service-main {
  display: grid;
  gap: 28px;
}

.kellys-service-card-block,
.kellys-service-sidebar > div,
.kellys-related-services,
.kellys-service-final-cta {
  background: #ffffff;
  border: 1px solid rgba(0, 183, 207, 0.14);
  box-shadow: 0 18px 58px rgba(0, 86, 99, 0.12);
}

.kellys-service-card-block {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
}

.kellys-service-card-block::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(0, 183, 207, 0.12);
  pointer-events: none;
}

.kellys-service-card-block h2 {
  position: relative;
  margin: 0 0 18px;
  color: #006875;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.kellys-service-card-block h3 {
  position: relative;
  margin: 0 0 12px;
  color: #173033;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}

.kellys-service-card-block p {
  position: relative;
  margin: 0 0 18px;
  color: #33484b;
  font-size: 17px;
  line-height: 1.85;
}

.kellys-service-card-block p:last-child {
  margin-bottom: 0;
}

.kellys-service-card-block strong {
  color: #173033;
}

/* ==========================================================
   CHECK GRID
========================================================== */

.kellys-check-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.kellys-check-grid div {
  padding: 22px;
  background: #f4fbfc;
  border: 1px solid rgba(0, 183, 207, 0.14);
}

.kellys-check-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #006875;
  font-size: 19px;
  font-weight: 800;
}

.kellys-check-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

/* ==========================================================
   DOCUMENTS
========================================================== */

.kellys-document-columns {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 28px 0;
}

.kellys-document-box {
  padding: 26px;
  background: #f4fbfc;
  border: 1px solid rgba(0, 183, 207, 0.14);
}

.kellys-document-box h3 {
  color: #006875;
}

.kellys-document-box ul,
.kellys-warning-list,
.kellys-sidebar-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kellys-document-box li,
.kellys-warning-list li,
.kellys-sidebar-card li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 34px;
  color: #33484b;
  font-size: 16px;
  line-height: 1.65;
}

.kellys-document-box li:last-child,
.kellys-warning-list li:last-child,
.kellys-sidebar-card li:last-child {
  margin-bottom: 0;
}

.kellys-document-box li::before,
.kellys-sidebar-card li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 1px;
  color: #00b7cf;
  font-size: 22px;
  line-height: 1;
}

.kellys-warning-list {
  position: relative;
  margin-top: 22px;
}

.kellys-warning-list li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: #d5ae81;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

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

.kellys-process-list {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.kellys-process-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px;
  background: #f4fbfc;
  border: 1px solid rgba(0, 183, 207, 0.14);
}

.kellys-process-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #006875, #00b7cf);
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
}

.kellys-process-item h3 {
  margin-bottom: 8px;
  color: #006875;
}

.kellys-process-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* ==========================================================
   HIGHLIGHT
========================================================== */

.kellys-highlight-box {
  position: relative;
  margin-top: 28px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(0, 183, 207, 0.11), rgba(213, 174, 129, 0.14));
  border: 1px solid rgba(0, 183, 207, 0.18);
}

.kellys-highlight-box strong {
  display: block;
  margin-bottom: 8px;
  color: #006875;
  font-size: 19px;
}

.kellys-highlight-box p {
  margin: 0;
}

/* ==========================================================
   FAQS
========================================================== */

.kellys-faq-list {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.kellys-faq-item {
  padding: 22px;
  background: #f4fbfc;
  border: 1px solid rgba(0, 183, 207, 0.14);
}

.kellys-faq-item h3 {
  margin-bottom: 8px;
  color: #006875;
}

.kellys-faq-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* ==========================================================
   SIDEBAR
========================================================== */

.kellys-service-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 24px;
}

.kellys-sidebar-price {
  padding: 30px;
  background: linear-gradient(135deg, #006875, #00b7cf) !important;
  color: #ffffff;
  text-align: center;
}

.kellys-sidebar-price span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.kellys-sidebar-price strong {
  display: block;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.kellys-sidebar-card {
  padding: 28px;
}

.kellys-sidebar-card h2 {
  margin: 0 0 18px;
  color: #006875;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
}

.kellys-sidebar-card p {
  margin: 0 0 20px;
  color: #33484b;
  font-size: 16px;
  line-height: 1.7;
}

.kellys-sidebar-cta {
  background: #ffffff;
}

.kellys-sidebar-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  background: #006875;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.25s ease;
}

.kellys-sidebar-cta a:hover {
  background: #00b7cf;
  transform: translateY(-2px);
}

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

.kellys-related-services {
  padding: clamp(30px, 4vw, 48px);
  margin-bottom: 56px;
  text-align: center;
}

.kellys-related-services h2 {
  margin: 0 0 24px;
  color: #006875;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

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

.kellys-related-card {
  display: block;
  padding: 26px;
  background: #f4fbfc;
  text-align: left;
  text-decoration: none !important;
  border: 1px solid rgba(0, 183, 207, 0.14);
  transition: all 0.25s ease;
}

.kellys-related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 183, 207, 0.38);
  box-shadow: 0 18px 48px rgba(0, 86, 99, 0.12);
}

.kellys-related-card span {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 8px 12px;
  background: rgba(0, 183, 207, 0.12);
  color: #006875;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kellys-related-card strong {
  display: block;
  margin-bottom: 12px;
  color: #006875;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.12;
}

.kellys-related-card small {
  display: inline-flex;
  padding: 9px 14px;
  background: rgba(213, 174, 129, 0.18);
  color: #8a5d2f;
  font-size: 13px;
  font-weight: 800;
}

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

.kellys-service-final-cta {
  margin-bottom: 90px;
  padding: clamp(30px, 4vw, 50px);
  background: linear-gradient(135deg, #006875, #00b7cf);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 22px 70px rgba(0, 86, 99, 0.18);
}

.kellys-service-final-cta h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.kellys-service-final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.8;
}

.kellys-service-final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 30px;
  background: #ffffff;
  color: #006875 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}

.kellys-service-final-cta a:hover {
  transform: translateY(-2px);
  background: #d5ae81;
  color: #ffffff !important;
}

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

@media (max-width: 1024px) {
  .kellys-service-detail-container {
    width: 90%;
    max-width: 1300px;
  }

  .kellys-service-detail-hero {
    min-height: 500px;
  }

  .kellys-service-detail-hero-inner {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .kellys-service-intro-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kellys-service-intro-button {
    width: fit-content;
  }

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

  .kellys-service-sidebar {
    position: relative;
    top: auto;
  }

  .kellys-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

@media (max-width: 767px) {
  .kellys-service-detail-container {
    width: 90%;
  }

  .kellys-service-detail-hero {
    min-height: 450px;
    text-align: center;
  }

  .kellys-service-detail-hero::after {
    height: 50px;
  }

  .kellys-service-detail-hero-inner {
    padding-top: 120px;
    padding-bottom: 130px;
    text-align: center;
  }

  .kellys-service-detail-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .kellys-service-detail-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .kellys-service-intro-panel {
    margin-top: -30px;
    padding: 26px 22px;
    text-align: center;
  }

  .kellys-service-intro-button {
    width: 100%;
  }

  .kellys-service-card-block {
    padding: 28px 22px;
  }

  .kellys-service-card-block::before {
    inset: 8px;
  }

  .kellys-check-grid,
  .kellys-document-columns,
  .kellys-related-grid {
    grid-template-columns: 1fr;
  }

  .kellys-process-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .kellys-process-item span {
    margin: 0 auto;
  }

  .kellys-sidebar-card,
  .kellys-related-services {
    padding: 24px 22px;
  }

  .kellys-related-card {
    text-align: center;
  }

  .kellys-service-final-cta {
    margin-bottom: 70px;
  }
}/* End custom CSS */