.new-services-layout-container {
  /* ============================================================
   CSS VARIABLES
   ============================================================ */
  --orange: #f97316;
  --bg: #f5f5f5;
  --white: #ffffff;
  --text-dark: #111111;
  --text-mid: #444444;
  --text-light: #888888;
  --card-border: #e8e8e8;
  --brand-blue: #0b4cb4;
  --brand-deep: #06347a;
  --brand-orange: #f97316;
  --brand-orange-light: #fff3ea;
  --accent: #0ea5e9;
  --ink: #0f172a;
  --ink-mid: #334155;
  --ink-light: #575757;
  --ink-muted: #94a3b8;
  --surface: #f8fafc;
  --surface-alt: #f0f5ff;
  --line: #e2e8f0;
  --line-soft: #f1f5f9;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-xs: 0 1px 4px rgba(0, 0, 0, 0.07);
  --shadow-sm: 0 4px 14px rgba(11, 76, 180, 0.1);
  --shadow-md: 0 10px 36px rgba(11, 76, 180, 0.12);
  --shadow-lg: 0 20px 60px rgba(11, 76, 180, 0.16);
  --transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  --ease: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  /* ============================================================
   BASE
   ============================================================ */
  /* ============================================================
   SHARED UTILITY BUTTONS
   ============================================================ */
  /* Base button — shared by .btn, .ps-btn, .rr-btn */
  /* Legacy .btn overrides */
  /* ps-btn variants */
  /* 
.ps-btn-primary:hover {
  background: var(--orange-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(249, 115, 22, .42);
} */
  /* Shared outline button for hero sections */
  /* rr-btn variants */
  /* ps-btn-white and ps-btn-ghost */
  /* ============================================================
   LAYOUT
   ============================================================ */
  /* ============================================================
   NAVBAR
   ============================================================ */
  /* Dropdown */
  /* Nav Right */
  /* Burger Menu */
  /* Mobile Menu */
  /* ============================================================
   SHARED SECTION UTILITIES
   ============================================================ */
  /* Shared section head */
  /* Shared eyebrow labels */
  /* Section backgrounds */
  /* ============================================================
   NAVBAR RESPONSIVE
   ============================================================ */
  /* ============================================================
   PAGE HERO (ps-hero) — Packing Service Banner
   ============================================================ */
  /* Breadcrumb */
  /* ============================================================
   PACMATE SECTION
   ============================================================ */
  /* ============================================================
   USP STRIP
   ============================================================ */
  /* PS USP strip */
  /* ============================================================
   WHY / FEATURE LIST
   ============================================================ */
  /* ============================================================
   MATERIALS GRID
   ============================================================ */
  /* ============================================================
   COVERAGE / CITIES
   ============================================================ */
  /* ============================================================
   PRICE SECTION
   ============================================================ */
  /* Hover overlay */
  /* ============================================================
   FAQ SECTION (Classic accordion)
   ============================================================ */
  /* ============================================================
   FOOTER
   ============================================================ */
  /* ============================================================
   DOMESTIC PACMATE CONTENT
   ============================================================ */
  /* ============================================================
   QUOTE FORM
   ============================================================ */
  /* Form elements */
  /* Contact info */
  /* ============================================================
   RICHMOND HERO
   ============================================================ */
  /* ============================================================
   WHY RICHMOND (3-col cards)
   ============================================================ */
  /* ============================================================
   SERVICES GRID (Richmond)
   ============================================================ */
  /* ============================================================
   SHARED PROCESS TIMELINE
   Shared styles for .timeline, .rr-timeline, .ps-process-timeline
   ============================================================ */
  /* Step numbers */
  /* ============================================================
   AREAS WE COVER
   ============================================================ */
  /* ============================================================
   LANDMARK / SEO BLOCK
   ============================================================ */
  /* Richmond landmark */
  /* ============================================================
   SHARED FAQ (details/summary style)
   Used by .faq-list, .rr-faq-list, .ps-faq-list
   ============================================================ */
  /* Summary */
  /* + icon */
  /* Body content */
  /* ============================================================
   WHAT'S INCLUDED (yes/no columns)
   ============================================================ */
  /* ============================================================
   RR HERO (Richmond Removals)
   ============================================================ */
  /* RR Trust badges */
  /* RR Quote Card */
  /* ============================================================
   RR WHY CHOOSE US (3-col)
   ============================================================ */
  /* ============================================================
   RR SERVICES GRID
   ============================================================ */
  /* ============================================================
   RR AREAS WE COVER
   ============================================================ */
  /* ============================================================
   RR WHY US (Photo + numbered list)
   ============================================================ */
  /* floating review badge */
  /* ============================================================
   PS INTRO SECTION
   ============================================================ */
  /* floating badge */
  /* ============================================================
   PS WHAT WE PACK (3-col cards)
   ============================================================ */
  /* ============================================================
   PS WHY CHOOSE PACKING (photo + list)
   ============================================================ */
  /* ============================================================
   PS TIPS (4-col tip cards)
   ============================================================ */
  /* ============================================================
   PS CTA BAND
   ============================================================ */
  /* ============================================================
   RESPONSIVE GLOBAL — RR & PS SECTIONS
   ============================================================ */
  /* ============================================================
   9. FAQ
   ============================================================ */
  /* ============================================================
   RESPONSIVE GLOBAL
   ============================================================ */
  /* ============================================================
   PACKING MATERIALS ORDER POPUP
   ============================================================ */
  /* Overlay */
  /* CSS :target trigger — no JS needed */
  /* Overlay-close: full-size transparent anchor that covers the backdrop */
  /* Modal Box */
  /* Scrollbar styling */
  /* Close Button */
  /* Header */
  /* Form Layout */
  /* Labels */
  /* Input Wrapper (icon + input) */
  /* Inputs, selects, textarea */
  /* Date input calendar icon colour */
  /* Submit Button */
  /* Success State */
  /* ── RESPONSIVE ─────────────────────────────────────────── */
}
.new-services-layout-container,
.new-services-layout-container *,
.new-services-layout-container *::before,
.new-services-layout-container *::after {
  box-sizing: border-box !important;
}
.new-services-layout-container .btn,
.new-services-layout-container .ps-btn,
.new-services-layout-container .rr-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: var(--ease);
  text-decoration: none;
  white-space: nowrap;
}
.new-services-layout-container h1,
.new-services-layout-container h2,
.new-services-layout-container h3,
.new-services-layout-container h4,
.new-services-layout-container h5,
.new-services-layout-container h6 {
  margin-top: 0px;
}
.new-services-layout-container .btn {
  gap: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.new-services-layout-container .btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 26px rgba(255, 122, 41, 0.32);
  text-decoration: none;
}
.new-services-layout-container .btn-outline {
  background: transparent;
  color: #0b4cb4;
  border: 2px solid #0b4cb4;
  text-decoration: none;
}
.new-services-layout-container a.btn.btn-white {
  color: #fff;
  text-decoration: none;
  border: 1px solid;
}
.new-services-layout-container .btn-outline:hover {
  background: #0b4cb4;
  color: #fff;
}
.new-services-layout-container .ps-btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.32);
}
.new-services-layout-container .ps-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: var(--ease);
  text-decoration: none;
}
.new-services-layout-container .ps-hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.new-services-layout-container .rr-btn-primary {
  background: var(--brand-orange);
  color: #fff;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
}
.new-services-layout-container .rr-btn-primary:hover {
  background: #ea6c10;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.45);
}
.new-services-layout-container .rr-btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.new-services-layout-container .rr-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.new-services-layout-container .ps-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--blue-deep);
  border: none;
  cursor: pointer;
  transition: var(--ease);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}
.new-services-layout-container .ps-btn-white:hover {
  background: #f0f5ff;
  transform: translateY(-2px);
}
.new-services-layout-container .ps-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: var(--radius-md);
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: var(--ease);
  text-decoration: none;
}
.new-services-layout-container .ps-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.new-services-layout-container .container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 24px;
}
.new-services-layout-container .rr-container {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: 24px;
}
.new-services-layout-container .ps-container {
  max-width: 1350px;
  margin-inline: auto;
  padding-inline: 28px;
}
.new-services-layout-container .nav-left {
  display: flex;
  align-items: center;
}
.new-services-layout-container .logo {
  height: 100px;
}
.new-services-layout-container .navbar--menu--wraper {
  display: block;
  margin-inline: auto;
}
.new-services-layout-container .dropdown {
  position: relative;
}
.new-services-layout-container a.dropbtn {
  text-decoration: none;
  padding: 10px 20px;
  transition: color 0.3s ease;
}
.new-services-layout-container a.dropbtn:hover {
  color: #005eff;
  font-weight: 700;
}
.new-services-layout-container .dropdown button:hover {
  background: white !important;
  color: #005eff;
}
.new-services-layout-container .dropbtn {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}
.new-services-layout-container .dropdown-content {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 10;
}
.new-services-layout-container .dropdown-content a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
}
.new-services-layout-container .dropdown-content a:hover {
  background: #f2f2f2;
}
.new-services-layout-container .dropdown:hover .dropdown-content {
  display: block;
}
.new-services-layout-container .left-info .services-header h2 {
  color: #ffffff;
}
.new-services-layout-container .header-getprice {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #0b4cb4, #06347a);
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0px 4px rgba(8, 64, 151, 0.78);
}
.new-services-layout-container .header-getprice:hover {
  transform: translateY(0px) scale(1.01);
  box-shadow: 0 5px 11px rgba(255, 61, 0, 0.4);
  background: linear-gradient(135deg, #f97316, #ff7a18);
}
.new-services-layout-container .nav-right {
  display: flex;
  align-items: center;
  gap: 26px;
}
.new-services-layout-container .partner-btn {
  background: #f97316;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}
.new-services-layout-container .partner-btn:hover {
  background: #e5640f;
}
.new-services-layout-container .call-text span {
  margin: 0;
  color: var(--brand-orange);
  font-weight: 700;
}
.new-services-layout-container .burger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}
.new-services-layout-container .mobile-menu {
  display: none;
  flex-direction: column;
  background: white;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 79px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.new-services-layout-container .mobile-menu.active {
  display: flex;
}
.new-services-layout-container .mobile-menu a {
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.new-services-layout-container .mobile-menu a:hover {
  background: #f9f9f9;
}
.new-services-layout-container .section {
  padding: 86px 0;
}
.new-services-layout-container .rr-section {
  padding-block: 96px;
}
.new-services-layout-container .ps-section {
  padding-block: 90px;
}
.new-services-layout-container .ps-section-light {
  background: #f0f5ff;
}
.new-services-layout-container .ps-section-white {
  background: var(--white);
}
.new-services-layout-container .section-head {
  max-width: 750px;
  margin: 0px auto 50px;
}
.new-services-layout-container .section-head h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  text-align: center;
  margin-top: 0px;
}
.new-services-layout-container .section-head p {
  color: #575757;
  font-size: 16px;
  text-align: center;
}
.new-services-layout-container .rr-section-head {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.new-services-layout-container .rr-section-head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 14px;
  margin-top: 0px;
}
.new-services-layout-container .rr-section-head p {
  font-size: 17px;
  color: var(--ink-light);
  line-height: 1.65;
}
.new-services-layout-container .ps-head {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: 56px;
}
.new-services-layout-container .ps-head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 14px;
  margin-top: 0px;
}
.new-services-layout-container .ps-head p {
  font-size: 16.5px;
  color: var(--ink-light);
  line-height: 1.7;
}
.new-services-layout-container .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8641a;
  background: #0b4cb424;
  padding: 7px 14px;
  border-radius: 100px;
}
.new-services-layout-container .eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}
.new-services-layout-container .rr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-orange);
  background: var(--brand-orange-light);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.new-services-layout-container .rr-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-orange);
}
.new-services-layout-container .section.why {
  background: #f0f5ff;
}
.new-services-layout-container .section.coverage {
  background-color: #ffffff;
}
.new-services-layout-container section#areas {
  background: #b1b1b124;
}
.new-services-layout-container section#services {
  background: #f0f5ff;
}
.new-services-layout-container section#why-us {
  background: #ffffff;
}
.new-services-layout-container section#tips {
  background: rgba(11, 76, 180, 0.1);
}
@media (max-width: 992px) {
  .new-services-layout-container .nav-right {
    gap: 15px;
  }
  .new-services-layout-container .partner-btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .new-services-layout-container .call-text p {
    font-size: 12px;
  }
  .new-services-layout-container .call-text h4 {
    font-size: 14px;
  }
  .new-services-layout-container .iq-prop-dropdown.second {
    display: none;
    position: absolute;
    top: 52px;
    left: -166px !important;
    width: 279px !important;
    background: #fff;
    border: 1px solid #cfe3ff;
    border-radius: 10px;
    padding: 12px;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    flex-wrap: nowrap;
  }
  .new-services-layout-container .iq-prop-dropdown {
    position: absolute;
    top: 52px;
    left: -12px !important;
    width: 303px !important;
    padding: 10px;
  }
  .new-services-layout-container .fast-formnew .container {
    padding: 1.5rem 1rem 2.5rem 1rem !important;
  }
}
@media (max-width: 768px) {
  .new-services-layout-container .nav-right > *:not(.burger) {
    display: none;
  }
  .new-services-layout-container .burger {
    display: block;
  }
  .new-services-layout-container .iq-prop-dropdown.second {
    position: absolute;
    top: 52px;
    left: 0 !important;
    width: 458px !important;
  }
  .new-services-layout-container .service-icon {
    width: 35px !important;
    height: 35px !important;
  }
  .new-services-layout-container .service-icon img {
    width: 25px !important;
  }
  .new-services-layout-container .move-video-content h2 {
    font-size: 36px;
    margin-top: 10px;
  }
  .new-services-layout-container .fourstep-card-content {
    padding: 18px 0.25rem !important;
  }
  .new-services-layout-container .fourstep-card-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .new-services-layout-container .logo {
    height: 70px;
  }
}
.new-services-layout-container .ps-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(2, 12, 35, 0.95) 0%, #2e436a 25%, rgba(8, 40, 92, 0.77) 34%, rgba(13, 59, 129, 0.87) 45%, rgba(255, 255, 255, 0) 100%), url(/assets/images/new-layout/final-img/home-banner.webp) !important;
  background-position: bottom center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.new-services-layout-container .ps-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 75% at 72% 50%, rgba(249, 115, 22, 0.08), transparent);
  pointer-events: none;
}
.new-services-layout-container .ps-hero-copy {
  max-width: 750px;
  margin: auto;
  text-align: center;
}
.new-services-layout-container .ps-hero-inner {
  position: relative;
  z-index: 2;
}
.new-services-layout-container .ps-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.new-services-layout-container .ps-breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
  transition: color var(--ease);
}
.new-services-layout-container .ps-breadcrumb a:hover {
  color: var(--orange);
}
.new-services-layout-container .ps-breadcrumb .sep {
  font-size: 11px;
}
.new-services-layout-container .ps-breadcrumb .current {
  color: #fff;
  font-weight: 600;
}
.new-services-layout-container .ps-hero-copy h1 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.new-services-layout-container .ps-hero-copy h1 em {
  font-style: normal;
  color: var(--orange);
}
.new-services-layout-container .ps-hero-lead {
  font-size: 16.5px;
  color: #b4c9e8;
  line-height: 1.7;
  margin-bottom: 20px;
}
.new-services-layout-container .ps-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .new-services-layout-container .ps-hero {
    /* height: auto; */
    padding: 60px 0;
  }
  .new-services-layout-container .ps-hero-copy h1 {
    font-size: 30px;
  }
}
.new-services-layout-container .pacmate {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
.new-services-layout-container .pacmate-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
.new-services-layout-container .pacmate h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.new-services-layout-container .pacmate h1 em {
  font-style: normal;
  color: var(--orange);
}
.new-services-layout-container .pacmate p.lead {
  font-size: 16px;
  color: #575757;
  max-width: 520px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.new-services-layout-container .pacmate-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.new-services-layout-container .pacmate-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid #e3eaf1;
  padding-top: 22px;
}
.new-services-layout-container .pacmate-stats div {
  flex: 1;
  padding-right: 20px;
}
.new-services-layout-container .pacmate-stats strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 26px;
  color: #0b4cb4;
  font-weight: 700;
  margin-bottom: 5px;
}
.new-services-layout-container .pacmate-stats span {
  font-size: 14px;
  color: #575757;
  font-weight: 400;
  letter-spacing: normal;
}
.new-services-layout-container .pacmate-art {
  position: relative;
  height: 440px;
}
.new-services-layout-container .pacmate-art .image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.new-services-layout-container .stack {
  position: absolute;
  inset: 0;
}
.new-services-layout-container .box-illust {
  position: absolute;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
}
.new-services-layout-container .box1 {
  width: 230px;
  height: 190px;
  left: 20px;
  top: 120px;
  background: linear-gradient(155deg, #C98A4E, #B06E33);
  transform: rotate(-6deg);
  z-index: 3;
}
.new-services-layout-container .box1::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(255, 255, 255, 0.55);
  border-radius: 6px;
}
.new-services-layout-container .box2 {
  width: 190px;
  height: 150px;
  right: 10px;
  top: 30px;
  background: linear-gradient(155deg, #D9A46C, #BE8548);
  transform: rotate(8deg);
  z-index: 2;
}
.new-services-layout-container .tape-strip {
  position: absolute;
  width: 230px;
  height: 34px;
  background: var(--orange);
  left: 20px;
  top: 210px;
  transform: rotate(-6deg);
  z-index: 4;
  box-shadow: 0 6px 14px rgba(255, 122, 41, 0.35);
}
.new-services-layout-container .badge-float {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: #06347a;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(11, 59, 92, 0.14);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
}
.new-services-layout-container .badge-float .ic {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-services-layout-container .badge-float strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
.new-services-layout-container .badge-float span {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.new-services-layout-container .float-pill {
  position: absolute;
  left: 0;
  top: 0;
  background: #06347a;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(11, 59, 92, 0.14);
  padding: 12px 16px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
}
.new-services-layout-container .float-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
@media (max-width: 900px) {
  .new-services-layout-container .pacmate-grid {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .pacmate-art {
    display: none;
  }
  .new-services-layout-container .pacmate h1 {
    font-size: 36px;
  }
}
.new-services-layout-container .usp-strip {
  background: #f7eadd;
  padding: 26px 0;
}
.new-services-layout-container .usp-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.new-services-layout-container .usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  /* font-weight: 600; */
}
.new-services-layout-container .usp-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--orange);
}
.new-services-layout-container .ps-usp-strip {
  background: linear-gradient(to right, var(--blue), var(--blue-deep));
  padding-block: 26px;
}
.new-services-layout-container .ps-usp-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.new-services-layout-container .ps-usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
}
.new-services-layout-container .ps-usp-item svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
  flex-shrink: 0;
}
.new-services-layout-container .why-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.new-services-layout-container .why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.new-services-layout-container .why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #ffffffbf;
  border: 1px solid #e3eaf1;
  border-radius: 14px;
  padding: 18px 20px;
}
.new-services-layout-container .why-num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: var(--orange);
  background: #f0f5fe;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.new-services-layout-container .why-item h4 {
  font-size: 15.5px;
  margin-bottom: 0px;
  margin-top: 0;
}
.new-services-layout-container .why-item p {
  font-size: 14px;
  color: #575757;
  margin: 9px 0px;
}
.new-services-layout-container .why-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  height: 440px;
}
.new-services-layout-container .why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-services-layout-container .why-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 43, 68, 0.55), transparent 45%);
}
.new-services-layout-container .why-photo-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-family: 'Sora', sans-serif;
  z-index: 2;
}
.new-services-layout-container .why-photo-tag strong {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
}
.new-services-layout-container .why-photo-tag span {
  font-size: 12.5px;
  opacity: 0.85;
}
.new-services-layout-container .why-wrap p {
  color: #575757;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  .new-services-layout-container .why-wrap {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .why-photo {
    height: 300px;
  }
}
.new-services-layout-container .materials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.new-services-layout-container .mat-card {
  background: #fff;
  border: 1px solid #e3eaf1;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.new-services-layout-container .mat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.new-services-layout-container .mat-img {
  height: 170px;
  overflow: hidden;
}
.new-services-layout-container .mat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.new-services-layout-container .mat-card:hover .mat-img img {
  transform: scale(1.06);
}
.new-services-layout-container .mat-body {
  padding: 22px;
}
.new-services-layout-container .mat-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
  background: rgba(46, 139, 99, 0.1);
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.new-services-layout-container .mat-body h3 {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.new-services-layout-container .mat-body p {
  font-size: 16px;
  color: #575757;
  line-height: 1.5;
  margin: 10px 0px;
}
@media (max-width: 1000px) {
  .new-services-layout-container .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .materials-grid {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .coverage-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.new-services-layout-container .city-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.new-services-layout-container .city-pills span {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  border: 1px solid #e3eaf1;
  padding: 9px 16px;
  border-radius: 100px;
}
.new-services-layout-container .map-card {
  background: var(--card);
  border: 1px solid #e3eaf1;
  border-radius: 20px;
  padding: 10px;
  box-shadow: var(--shadow);
}
.new-services-layout-container .map-card img {
  border-radius: 14px;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .new-services-layout-container .coverage-wrap {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .price-section {
  padding: 90px 0;
  background: #f8f8f8;
}
.new-services-layout-container .price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.new-services-layout-container .price-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec;
  transition: 0.35s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.new-services-layout-container .price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}
.new-services-layout-container .card-img {
  height: 200px;
  width: 200px;
  margin: 40px auto;
}
.new-services-layout-container .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: 0.5s;
  margin: auto;
}
.new-services-layout-container .price-card:hover img {
  transform: scale(1.08);
}
.new-services-layout-container .card-content {
  padding: 22px;
  background: #fff;
}
.new-services-layout-container .card-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin: 0px;
}
.new-services-layout-container .card-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0px;
}
.new-services-layout-container .card-bottom {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-services-layout-container .rating {
  color: #ffb80d;
  font-size: 17px;
  font-weight: 600;
}
.new-services-layout-container .price {
  background: #ff6b00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}
.new-services-layout-container .card-hover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: rgba(255, 106, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.new-services-layout-container .card-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.12;
}
.new-services-layout-container .card-hover > * {
  position: relative;
  z-index: 2;
}
.new-services-layout-container .price-card:hover .card-hover {
  opacity: 1;
  visibility: visible;
  justify-content: center;
}
.new-services-layout-container .card-hover h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0px;
}
.new-services-layout-container .card-hover ul {
  padding: 0px 15px;
}
.new-services-layout-container .card-hover ul li {
  color: #fff;
  opacity: 0.95;
  line-height: 1.7;
  margin-bottom: 5px;
}
.new-services-layout-container .card-hover .rating {
  color: #fff;
}
.new-services-layout-container .card-hover .price {
  background: #fff;
  color: #ff6b00;
}
.new-services-layout-container .btn-cart {
  margin-top: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 50px;
  background: #fff;
  color: #ff6b00;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
.new-services-layout-container .btn-cart:hover {
  background: #111;
  color: #fff;
}
@media (max-width: 1200px) {
  .new-services-layout-container .price-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .new-services-layout-container .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .new-services-layout-container .card-content h3,
  .new-services-layout-container .card-hover h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .new-services-layout-container .price-grid {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .card-img img {
    height: 250px;
  }
  .new-services-layout-container .card-content {
    padding: 18px;
  }
  .new-services-layout-container .card-hover {
    padding: 20px;
  }
  .new-services-layout-container .card-content h3,
  .new-services-layout-container .card-hover h3 {
    font-size: 20px;
  }
  .new-services-layout-container .card-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .new-services-layout-container .price {
    padding: 9px 18px;
  }
  .new-services-layout-container .btn-cart {
    width: 100%;
  }
}
.new-services-layout-container .faq-section {
  position: relative;
  background-color: #fff;
  padding: 120px 0;
  overflow: hidden;
}
.new-services-layout-container .faq-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
}
.new-services-layout-container .faq-image {
  position: relative;
  width: 59%;
  z-index: 1;
}
.new-services-layout-container .faq-image img {
  width: auto;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.new-services-layout-container .faq-box {
  position: absolute;
  left: 0%;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 20px 50px;
  width: 45%;
  z-index: 2;
}
.new-services-layout-container .faq-subtitle {
  color: #f15a29;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.new-services-layout-container .faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}
.new-services-layout-container .faq-item {
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
}
.new-services-layout-container .faq-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-services-layout-container .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 17px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  color: #111;
}
.new-services-layout-container .faq-icon {
  transition: transform 0.6s ease;
}
.new-services-layout-container .faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.new-services-layout-container .faq-answer {
  display: none;
  color: #555555d0;
  font-size: 15px;
  padding: 0px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.new-services-layout-container .faq-item.active .faq-answer {
  display: block;
}
@media (max-width: 992px) {
  .new-services-layout-container .faq-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .new-services-layout-container .faq-image {
    width: 100%;
  }
  .new-services-layout-container .faq-box {
    position: relative;
    width: 90%;
    left: 0;
    top: -60px;
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .new-services-layout-container .faq-title {
    font-size: 26px;
  }
  .new-services-layout-container .faq-box {
    padding: 30px 25px;
  }
  .new-services-layout-container .faq-question {
    font-size: 16px;
  }
  .new-services-layout-container .left-panel {
    width: 100%;
    margin: 0px auto;
  }
  .new-services-layout-container .faq-section {
    padding: 60px 0;
  }
}
.new-services-layout-container .footer-container {
  display: flex;
  justify-content: space-between;
  padding: 0 5% 10px;
  gap: 40px;
  flex-wrap: wrap;
}
.new-services-layout-container .footer-left img {
  width: 150px;
  margin-bottom: 15px;
}
.new-services-layout-container .footer-left p {
  max-width: 300px;
  line-height: 1.6;
}
.new-services-layout-container .footer-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.new-services-layout-container .footer-links h4 {
  color: #fff;
  margin-bottom: 15px;
}
.new-services-layout-container .footer-links ul {
  list-style: none;
  padding: 0;
}
.new-services-layout-container .footer-links li {
  margin-bottom: 8px;
}
.new-services-layout-container .footer-links a {
  color: #ccc;
  text-decoration: none;
}
.new-services-layout-container .footer-bottom {
  border-top: 1px solid #333;
  padding: 20px 4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-services-layout-container .socials {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.new-services-layout-container .socials i {
  color: #fff;
}
.new-services-layout-container .socials a {
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  width: 34px;
  height: 34px;
  transition: all 1.6s cubic-bezier(0.2, 0.95, 0.4, 1.1);
  text-decoration: none;
}
.new-services-layout-container .socials a:hover {
  background-color: white;
  color: black;
}
.new-services-layout-container .socials a:hover i {
  color: black;
}
@media (max-width: 992px) {
  .new-services-layout-container .why-choose,
  .new-services-layout-container .faq {
    flex-direction: column;
    text-align: center;
  }
  .new-services-layout-container .why-box {
    position: static;
    margin-top: 20px;
  }
  .new-services-layout-container .footer-container {
    flex-direction: column;
  }
  .new-services-layout-container .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .new-services-layout-container .footer-links {
    gap: 20px;
  }
  .new-services-layout-container .footer-bottom {
    padding: 20px;
  }
}
.new-services-layout-container .domestic-pacmate-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 147px;
  align-items: center;
}
.new-services-layout-container .domestic-pacmate-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  margin: 0px;
  padding: 14px 0px;
}
.new-services-layout-container .domestic-content-left {
  text-align: left;
}
.new-services-layout-container .domestic-content-left h1 {
  line-height: normal;
  font-size: 46px;
  margin: 0px;
}
.new-services-layout-container .quote-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  border: 6px solid #e2ba64;
}
.new-services-layout-container .quote-form select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  appearance: none;
}
.new-services-layout-container .quote-form select:focus {
  outline: none;
  border: 1px solid #e0e0e0;
}
.new-services-layout-container .quote-form select::-ms-expand {
  display: none;
}
.new-services-layout-container .quote-form .property-dropdown {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.new-services-layout-container .quote-form .dropdown-input {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
}
.new-services-layout-container .quote-form .dropdown-input:focus {
  outline: none;
  border-color: #007bff;
}
.new-services-layout-container .quote-form .dropdown-content {
  display: none;
  position: absolute;
  width: 400px;
  background: #fff;
  border: 1px solid #cfe3ff;
  border-radius: 10px;
  padding: 20px;
  top: 50px;
  left: -39px;
  z-index: 20;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  flex-wrap: nowrap;
  text-align: left;
}
.new-services-layout-container .dropdown-content.second {
  position: absolute;
  left: -167px;
}
.new-services-layout-container .quote-form .dropdown-content .title {
  font-weight: 700;
  color: #007bff;
  margin-bottom: 8px;
  font-size: 13px;
}
.new-services-layout-container .quote-form .dropdown-column {
  width: 33%;
  padding: 0 10px;
}
.new-services-layout-container .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.new-services-layout-container .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.new-services-layout-container .form-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}
.new-services-layout-container input,
.new-services-layout-container select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
.new-services-layout-container .form- .date-checkbox {
  font-size: 16px;
  color: #333;
}
.new-services-layout-container .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-services-layout-container .call-icon {
  font-size: 20px;
  color: var(--brand-blue);
}
.new-services-layout-container .call-text p {
  font-size: 12px;
  color: var(--ink);
  margin: 0;
}
.new-services-layout-container .call-text span {
  font-size: 15px;
  color: var(--brand-orange);
}
@media (max-width: 480px) {
  .new-services-layout-container .quote-form .dropdown-content {
    width: 308px !important;
  }
  .new-services-layout-container .iq-prop-dropdown.second {
    position: absolute;
    top: 52px;
    left: 0 !important;
    width: 303px !important;
  }
}
@media (max-width: 768px) {
  .new-services-layout-container .form-row {
    flex-direction: column;
    gap: 0px;
  }
  .new-services-layout-container .form- .domestic-pacmate-content {
    grid-template-columns: 1fr !important;
    gap: 50px;
  }
  .new-services-layout-container .domestic-content-right {
    margin-top: 30px;
  }
  .new-services-layout-container .usp-row {
    display: block;
  }
  .new-services-layout-container .usp-item {
    margin-top: 10px;
    font-size: 14px;
  }
  .new-services-layout-container .pacmate h1 {
    font-size: 24px;
  }
  .new-services-layout-container .pacmate-stats span {
    font-size: 12px;
  }
}
.new-services-layout-container .richmond-hero {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(2, 12, 35, 0.95) 0%, rgba(46, 67, 106, 0.92) 25%, rgba(8, 40, 92, 0.7) 34%, rgba(13, 59, 129, 0.81) 45%, rgba(255, 255, 255, 0) 100%), url(..//assets/images/new-layout/img/home-banner.webp) !important;
  background-size: cover;
  background-position: center;
  padding: 56px 0;
}
.new-services-layout-container .richmond-hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 41, 0.22), transparent 70%);
  top: -220px;
  right: -160px;
}
.new-services-layout-container .richmond-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 139, 99, 0.2), transparent 70%);
  bottom: -200px;
  left: -120px;
}
.new-services-layout-container .richmond-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
  padding-bottom: 0;
}
.new-services-layout-container .richmond-hero-copy {
  padding-top: 20px;
  padding-bottom: 56px;
}
.new-services-layout-container .richmond-hero h1 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 18px;
}
.new-services-layout-container .richmond-hero h1 span {
  color: var(--orange);
}
.new-services-layout-container .richmond-hero p.lead {
  font-size: 16.5px;
  color: #C7D9E6;
  margin-bottom: 28px;
  line-height: 1.5;
}
.new-services-layout-container .richmond-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.new-services-layout-container .trust-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.new-services-layout-container .trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.new-services-layout-container .trust-item svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
  flex-shrink: 0;
}
.new-services-layout-container .richmond-quote-card,
.new-services-layout-container .richmond-quote-card *,
.new-services-layout-container .richmond-quote-card *::before,
.new-services-layout-container .richmond-quote-card *::after {
  box-sizing: border-box;
}
.new-services-layout-container .richmond-quote-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  padding: 30px;
  margin-top: 26px;
  position: relative;
  z-index: 2;
  align-self: start;
}
.new-services-layout-container .richmond-quote-card h3 {
  font-size: 19px;
  margin-bottom: 4px;
}
.new-services-layout-container .richmond-quote-card p.sub {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 20px;
}
.new-services-layout-container .richmond-quote-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.new-services-layout-container .richmond-quote-form input,
.new-services-layout-container .richmond-quote-form select,
.new-services-layout-container .richmond-quote-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e3eaf1;
  border-radius: 9px;
  font-family: 'Inter', sans-serif;
  font-size: 13.8px;
  color: var(--ink);
  background: #F8FAFC;
  min-width: 0;
  display: block;
}
.new-services-layout-container .richmond-quote-form input:focus,
.new-services-layout-container .richmond-quote-form select:focus,
.new-services-layout-container .richmond-quote-form textarea:focus {
  outline: none;
  border-color: var(--orange);
}
.new-services-layout-container .richmond-quote-form .row2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}
.new-services-layout-container .richmond-quote-form .richmond-quote-note {
  font-size: 11.5px;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 960px) {
  .new-services-layout-container .richmond-hero-grid {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .richmond-hero h1 {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .new-services-layout-container .richmond-hero {
    padding: 40px 0;
  }
  .new-services-layout-container .richmond-hero h1 {
    font-size: 28px;
  }
  .new-services-layout-container .richmond-quote-form .row2 {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .why-richmond-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.new-services-layout-container .why-richmond-card {
  background: #ffffff;
  border: 1px solid #e3eaf1;
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.new-services-layout-container .why-richmond-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.new-services-layout-container .why-richmond-ic {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ebf4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.new-services-layout-container .why-richmond-ic svg {
  width: 24px;
  height: 24px;
  color: var(--orange-deep);
}
.new-services-layout-container .why-richmond-card h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  margin-top: 20px;
}
.new-services-layout-container .why-richmond-card p {
  font-size: 16px;
  color: #575757;
  line-height: 1.5;
  margin: 0px;
}
@media (max-width: 900px) {
  .new-services-layout-container .why-richmond-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .why-richmond-grid {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.new-services-layout-container .service-card {
  background: var(--card);
  border: 1px solid #e3eaf1;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.new-services-layout-container .service-card:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(11, 59, 92, 0.14);
}
.new-services-layout-container .service-photo {
  height: 170px;
  overflow: hidden;
}
.new-services-layout-container .service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.new-services-layout-container .service-card:hover .service-photo img {
  transform: scale(1.08);
}
.new-services-layout-container .service-ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(46, 139, 99, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.new-services-layout-container .service-ic svg {
  width: 22px;
  height: 22px;
  color: var(--green-deep);
}
.new-services-layout-container .service-content {
  padding: 0px 20px 20px;
}
.new-services-layout-container .service-card h4 {
  font-size: 20px;
  margin: 20px 0px 0px;
}
.new-services-layout-container .service-card p {
  font-size: 16px;
  color: #575757;
  flex-grow: 1;
  line-height: 1.5;
  margin: 10px 0px;
}
.new-services-layout-container .service-card .learn {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ff7a29;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .new-services-layout-container .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .services-grid {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .timeline,
.new-services-layout-container .rr-timeline,
.new-services-layout-container .ps-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.new-services-layout-container .timeline::before,
.new-services-layout-container .rr-timeline::before,
.new-services-layout-container .ps-process-timeline::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 9%;
  right: 9%;
  border-top: 2px dashed var(--line);
  z-index: 0;
}
.new-services-layout-container .tl-step,
.new-services-layout-container .rr-tl-step,
.new-services-layout-container .ps-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.new-services-layout-container .tl-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--orange);
  color: #f97316;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.new-services-layout-container .rr-tl-num,
.new-services-layout-container .ps-step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  border: 2.5px solid var(--brand-orange);
  color: var(--brand-orange);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.1);
  transition: background var(--transition), color var(--transition);
}
.new-services-layout-container .rr-tl-step:hover .rr-tl-num,
.new-services-layout-container .ps-process-step:hover .ps-step-num {
  background: var(--brand-orange);
  color: #fff;
}
.new-services-layout-container .tl-step h4,
.new-services-layout-container .rr-tl-step h4,
.new-services-layout-container .ps-process-step h4 {
  font-size: 14.5px;
  margin-bottom: 6px;
}
.new-services-layout-container .tl-step p {
  font-size: 14px;
  color: #575757;
  margin: 0px;
  line-height: 1.5;
  padding: 0px 35px;
}
.new-services-layout-container .rr-tl-step p {
  font-size: 13.5px;
  color: var(--ink-light);
  line-height: 1.55;
}
.new-services-layout-container .ps-process-step p {
  font-size: 13.5px;
  color: var(--ink-light);
  line-height: 1.6;
}
@media (max-width: 900px) {
  .new-services-layout-container .timeline,
  .new-services-layout-container .rr-timeline,
  .new-services-layout-container .ps-process-timeline {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
    width: 94%;
    margin: auto;
  }
  .new-services-layout-container .timeline::before,
  .new-services-layout-container .rr-timeline::before,
  .new-services-layout-container .ps-process-timeline::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .new-services-layout-container .rr-timeline,
  .new-services-layout-container .ps-process-timeline {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .areas-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}
.new-services-layout-container .area-map {
  position: relative;
  height: 420px;
  border-radius: 20px;
  background: linear-gradient(160deg, #EAF3F8, #DDEAF1);
  border: 1px solid #e3eaf1;
  overflow: hidden;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 122, 41, 0.45);
  }
  70% {
    box-shadow: 0 0 0 22px rgba(255, 122, 41, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 41, 0);
  }
}
.new-services-layout-container .map-center span {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: var(--navy-deep);
  background: #fff;
  padding: 5px 12px;
  border-radius: 100px;
  box-shadow: var(--shadow);
}
.new-services-layout-container .map-node {
  position: absolute;
  background: #fff;
  border-radius: 100px;
  padding: 7px 14px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--navy-deep);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 6px;
}
.new-services-layout-container .map-node .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.new-services-layout-container .map-node.n1 {
  top: 14%;
  left: 20%;
}
.new-services-layout-container .map-node.n2 {
  top: 10%;
  right: 16%;
}
.new-services-layout-container .map-node.n3 {
  top: 38%;
  left: 6%;
}
.new-services-layout-container .map-node.n4 {
  top: 34%;
  right: 4%;
}
.new-services-layout-container .map-node.n5 {
  bottom: 26%;
  left: 14%;
}
.new-services-layout-container .map-node.n6 {
  bottom: 22%;
  right: 18%;
}
.new-services-layout-container .map-node.n7 {
  bottom: 8%;
  left: 38%;
}
.new-services-layout-container .map-node.n8 {
  top: 56%;
  right: 32%;
}
.new-services-layout-container .area-list h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
.new-services-layout-container .area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.new-services-layout-container .area-grid a {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #e3eaf1;
  border-radius: 10px;
  padding: 15px 14px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 13.3px;
  transition: border-color 0.15s ease, color 0.15s ease;
  color: #575757;
  text-decoration: none;
}
.new-services-layout-container .area-grid a:hover {
  border-color: var(--orange);
  color: var(--orange-deep);
}
.new-services-layout-container .area-grid a i {
  font-size: 16px;
  font-weight: 300;
  color: var(--green);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .new-services-layout-container .areas-wrap {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .area-map {
    height: 320px;
  }
}
.new-services-layout-container .landmark-wrap {
  background: #ffffff;
  border: 1px solid #e3eaf1;
  border-radius: 20px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.new-services-layout-container .landmark-wrap p {
  color: #575757;
  font-size: 17px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.new-services-layout-container .landmark-wrap p:last-of-type {
  margin-bottom: 0;
}
.new-services-layout-container .landmark-chips {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.new-services-layout-container .landmark-chip {
  display: flex;
  align-items: start;
  gap: 14px;
  background: #F6F9FC;
  border-radius: 12px;
  padding: 14px 16px;
}
.new-services-layout-container .landmark-chip .ic {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #ebf4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.new-services-layout-container .landmark-chip .ic svg {
  width: 18px;
  height: 18px;
  color: var(--orange-deep);
}
.new-services-layout-container .landmark-chip strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.new-services-layout-container .landmark-chip span {
  font-size: 14px;
  color: #575757;
}
@media (max-width: 900px) {
  .new-services-layout-container .landmark-wrap {
    grid-template-columns: 1fr;
    padding: 30px;
  }
}
.new-services-layout-container .rr-landmark-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.new-services-layout-container .rr-landmark-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.25;
  margin-top: 0px;
}
.new-services-layout-container .rr-landmark-text p {
  font-size: 16px;
  color: var(--ink-light);
  line-height: 1.7;
  margin-bottom: 14px;
}
.new-services-layout-container .rr-landmark-chips {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.new-services-layout-container .rr-landmark-chip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  transition: box-shadow var(--transition), border-color var(--transition);
}
.new-services-layout-container .rr-landmark-chip:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--brand-blue);
}
.new-services-layout-container .rr-landmark-chip .rr-chip-ic {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #ebf4ff, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--brand-blue);
}
.new-services-layout-container .rr-landmark-chip strong {
  display: block;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 7px;
}
.new-services-layout-container .rr-landmark-chip span {
  font-size: 14px;
  color: var(--ink-light);
}
@media (max-width: 900px) {
  .new-services-layout-container .rr-landmark-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.new-services-layout-container .faq-list,
.new-services-layout-container .rr-faq-list,
.new-services-layout-container .ps-faq-list {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.new-services-layout-container details.faq-item,
.new-services-layout-container details.rr-faq-item,
.new-services-layout-container details.ps-faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--transition), border-color var(--transition);
}
.new-services-layout-container details.faq-item {
  border-radius: 12px;
  padding: 4px 22px;
}
.new-services-layout-container details.faq-item:hover,
.new-services-layout-container details.rr-faq-item:hover,
.new-services-layout-container details.ps-faq-item:hover {
  box-shadow: var(--shadow-sm);
}
.new-services-layout-container details.rr-faq-item[open],
.new-services-layout-container details.ps-faq-item[open] {
  border-color: var(--brand-orange);
  box-shadow: var(--shadow-sm);
}
.new-services-layout-container details.faq-item[open] {
  border-color: var(--orange);
}
.new-services-layout-container details.faq-item summary,
.new-services-layout-container details.rr-faq-item summary,
.new-services-layout-container details.ps-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--ink);
  position: relative;
  user-select: none;
  transition: color var(--transition);
}
.new-services-layout-container details.faq-item summary {
  padding: 18px 30px 18px 0;
  font-size: 15px;
  color: var(--navy-deep);
}
.new-services-layout-container details.rr-faq-item summary,
.new-services-layout-container details.ps-faq-item summary {
  padding: 20px 54px 20px 24px;
  font-size: 15.5px;
}
.new-services-layout-container details.faq-item summary::-webkit-details-marker,
.new-services-layout-container details.rr-faq-item summary::-webkit-details-marker,
.new-services-layout-container details.ps-faq-item summary::-webkit-details-marker {
  display: none;
}
.new-services-layout-container details.rr-faq-item[open] summary,
.new-services-layout-container details.ps-faq-item[open] summary {
  color: var(--brand-orange);
}
.new-services-layout-container details.faq-item[open] summary {
  color: var(--orange);
}
.new-services-layout-container details.faq-item summary::after,
.new-services-layout-container details.rr-faq-item summary::after,
.new-services-layout-container details.ps-faq-item summary::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  color: var(--brand-orange);
  font-weight: 400;
  transition: transform var(--transition);
}
.new-services-layout-container details.faq-item summary::after {
  right: 0;
  top: 14px;
}
.new-services-layout-container details.rr-faq-item summary::after,
.new-services-layout-container details.ps-faq-item summary::after {
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 1;
}
.new-services-layout-container details.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.new-services-layout-container details.rr-faq-item[open] summary::after,
.new-services-layout-container details.ps-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.new-services-layout-container details.faq-item p {
  color: #575757;
  font-size: 14px;
  max-width: 680px;
  line-height: 1.5;
}
.new-services-layout-container details.rr-faq-item .rr-faq-body,
.new-services-layout-container .ps-faq-body {
  padding: 0 24px 22px;
  font-size: 14.5px;
  color: var(--ink-light);
  line-height: 1.7;
}
.new-services-layout-container .incl-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.new-services-layout-container .incl-col {
  padding: 40px 36px;
}
.new-services-layout-container .incl-col.yes {
  background: linear-gradient(165deg, #e8fff2, #fff);
}
.new-services-layout-container .incl-col.no {
  background: linear-gradient(165deg, #ffefe5, #fff);
  border-left: 1px solid var(--line);
}
.new-services-layout-container .incl-col h4 {
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-services-layout-container .incl-col ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 15px 0px;
}
.new-services-layout-container .incl-col li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 500;
}
.new-services-layout-container .tick {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0f7002;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.new-services-layout-container .tick svg {
  width: 13px;
  height: 13px;
}
.new-services-layout-container .cross {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E2846A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.new-services-layout-container .cross svg {
  width: 11px;
  height: 11px;
}
@media (max-width: 800px) {
  .new-services-layout-container .incl-wrap {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .incl-col.no {
    border-left: none;
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .incl-col {
    padding: 24px 20px;
  }
}
.new-services-layout-container .packing-service-btn {
  width: 18%;
  margin: 30px 0px 0px;
}
@media (max-width: 768px) {
  .new-services-layout-container .packing-service-btn {
    width: 60%;
  }
}
.new-services-layout-container .rr-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, rgba(6, 18, 48, 0.95) 0%, rgba(11, 76, 180, 0.6) 40%, rgba(11, 76, 180, 0) 70%, transparent 100%), url(/assets/images/new-layout/img/home-banner.webp) center / cover no-repeat;
  padding-block: 72px 80px;
}
.new-services-layout-container .rr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(14, 165, 233, 0.1), transparent);
  pointer-events: none;
}
.new-services-layout-container .rr-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.new-services-layout-container .rr-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249, 115, 22, 0.18);
  border: 1px solid rgba(249, 115, 22, 0.35);
  color: #fdba74;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.new-services-layout-container .rr-hero-badge span.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-orange);
  animation: blinkDot 1.8s infinite;
}
@keyframes blinkDot {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.new-services-layout-container .rr-hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
}
.new-services-layout-container .rr-hero h1 em {
  font-style: normal;
  color: var(--brand-orange);
}
.new-services-layout-container .rr-hero-lead {
  font-size: 17px;
  color: #b4c9e8;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 36px;
}
.new-services-layout-container .rr-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.new-services-layout-container .rr-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.new-services-layout-container .rr-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 12.5px;
  color: #fff;
}
.new-services-layout-container .rr-trust-item svg {
  width: 15px;
  height: 15px;
  color: var(--brand-orange);
  flex-shrink: 0;
}
.new-services-layout-container .rr-quote-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 36px 32px;
  position: relative;
  z-index: 2;
  align-self: start;
}
.new-services-layout-container .rr-quote-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.new-services-layout-container .rr-quote-card-head h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 4px;
}
.new-services-layout-container .rr-quote-card-head p {
  font-size: 13px;
  color: var(--ink-light);
  margin-bottom: 24px;
}
.new-services-layout-container .rr-quote-form {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.new-services-layout-container .rr-quote-form input,
.new-services-layout-container .rr-quote-form select,
.new-services-layout-container .rr-quote-form textarea {
  /* width: 100%; */
  padding: 12px 15px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  color: var(--ink);
  background: var(--surface);
  transition: border-color var(--transition), box-shadow var(--transition);
  min-width: 0;
}
.new-services-layout-container .rr-quote-form input:focus,
.new-services-layout-container .rr-quote-form select:focus {
  outline: none;
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
  background: #fff;
}
.new-services-layout-container .rr-quote-form .rr-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
.new-services-layout-container .rr-quote-submit {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
  padding: 15px;
  font-size: 15px;
  border-radius: var(--radius-sm);
}
.new-services-layout-container .rr-quote-note {
  font-size: 11.5px;
  color: var(--ink-muted);
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 960px) {
  .new-services-layout-container .rr-hero-grid {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .rr-hero h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .new-services-layout-container .rr-hero {
    padding-block: 56px;
  }
  .new-services-layout-container .rr-hero h1 {
    font-size: 30px;
  }
  .new-services-layout-container .rr-quote-form .rr-row2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .new-services-layout-container .rr-quote-card {
    padding: 28px 20px;
  }
}
.new-services-layout-container .rr-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.new-services-layout-container .rr-why-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.new-services-layout-container .rr-why-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ef62008a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.new-services-layout-container .rr-why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.new-services-layout-container .rr-why-card:hover::after {
  transform: scaleX(1);
}
.new-services-layout-container .rr-why-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #ebf4ff, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.new-services-layout-container .rr-why-icon i {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #005effcc;
  line-height: 1;
}
.new-services-layout-container .rr-why-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 10px;
}
.new-services-layout-container .rr-why-card p {
  font-size: 14.5px;
  color: var(--ink-light);
  line-height: 1.6;
}
@media (max-width: 900px) {
  .new-services-layout-container .rr-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .rr-why-grid {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .rr-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.new-services-layout-container .rr-service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.new-services-layout-container .rr-service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.new-services-layout-container .rr-service-photo {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.new-services-layout-container .rr-service-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 76, 180, 0.5) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--transition);
}
.new-services-layout-container .rr-service-card:hover .rr-service-photo::after {
  opacity: 1;
}
.new-services-layout-container .rr-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.new-services-layout-container .rr-service-card:hover .rr-service-photo img {
  transform: scale(1.08);
}
.new-services-layout-container .rr-service-body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.new-services-layout-container .rr-service-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-orange);
  background: var(--brand-orange-light);
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.new-services-layout-container .rr-service-body h4 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 8px;
}
.new-services-layout-container .rr-service-body p {
  font-size: 14px;
  color: var(--ink-light);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 14px;
}
.new-services-layout-container .rr-service-learn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--brand-orange);
  margin-top: auto;
  transition: gap var(--transition);
}
.new-services-layout-container .rr-service-card:hover .rr-service-learn {
  gap: 9px;
}
@media (max-width: 1100px) {
  .new-services-layout-container .rr-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .rr-services-grid {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .rr-areas-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 56px;
  align-items: center;
}
.new-services-layout-container .rr-area-map {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  height: 430px;
}
.new-services-layout-container .rr-area-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.new-services-layout-container .rr-area-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: var(--ink);
  margin-bottom: 14px;
  margin-top: 0px;
}
.new-services-layout-container .rr-area-text > p {
  font-size: 16px;
  color: var(--ink-light);
  line-height: 1.65;
  margin-bottom: 26px;
}
.new-services-layout-container .rr-area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.new-services-layout-container .rr-area-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 13.5px;
  color: var(--ink-mid);
  transition: border-color var(--transition), color var(--transition), background var(--transition);
  cursor: default;
  text-decoration: none;
}
.new-services-layout-container .rr-area-item:hover {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
  background: var(--brand-orange-light);
}
.new-services-layout-container .rr-area-item i {
  font-size: 16px;
  color: var(--brand-blue);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .new-services-layout-container .rr-areas-wrap {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .rr-area-map {
    height: 320px;
  }
}
.new-services-layout-container .rr-whyus-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.new-services-layout-container .rr-whyus-photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  height: 480px;
}
.new-services-layout-container .rr-whyus-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-services-layout-container .rr-whyus-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 18, 48, 0.6), transparent 45%);
}
.new-services-layout-container .rr-whyus-photo-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  z-index: 2;
}
.new-services-layout-container .rr-whyus-photo-tag strong {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.new-services-layout-container .rr-whyus-photo-tag span {
  font-size: 13px;
  opacity: 0.85;
}
.new-services-layout-container .rr-review-badge {
  position: absolute;
  top: 9px;
  right: 9px;
  background: #06347a;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
}
.new-services-layout-container .rr-review-badge .stars {
  color: #f59e0b;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.new-services-layout-container .rr-review-badge strong {
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 7px;
}
.new-services-layout-container .rr-review-badge span {
  font-size: 11.5px;
  color: #ffffff;
}
.new-services-layout-container .rr-whyus-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 14px;
}
.new-services-layout-container .rr-whyus-content > p {
  font-size: 16px;
  color: var(--ink-light);
  line-height: 1.65;
  margin-bottom: 20px;
}
.new-services-layout-container .rr-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-services-layout-container .rr-why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.new-services-layout-container .rr-why-item:hover {
  border-color: var(--brand-blue);
  box-shadow: var(--shadow-sm);
}
.new-services-layout-container .rr-why-num {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 13.5px;
  color: var(--brand-orange);
  background: var(--brand-orange-light);
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.new-services-layout-container .rr-why-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
  margin: 0px;
}
.new-services-layout-container .rr-why-item p {
  font-size: 14px;
  color: var(--ink-light);
  line-height: 1.55;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  .new-services-layout-container .rr-whyus-wrap {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .rr-whyus-photo {
    height: 320px;
  }
  .new-services-layout-container .rr-review-badge {
    right: 12px;
  }
}
.new-services-layout-container .ps-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.new-services-layout-container .ps-intro-img {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 460px;
}
.new-services-layout-container .ps-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-services-layout-container .ps-intro-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 18, 55, 0.55) 0%, transparent 45%);
}
.new-services-layout-container .ps-intro-tag {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  color: #fff;
}
.new-services-layout-container .ps-intro-tag strong {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
}
.new-services-layout-container .ps-intro-tag span {
  font-size: 13px;
  opacity: 0.85;
}
.new-services-layout-container .ps-float-badge {
  position: absolute;
  top: 9px;
  right: 9px;
  background: #06347a;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.new-services-layout-container .ps-float-badge .ps-badge-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: #89b1f3fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.new-services-layout-container .ps-float-badge .ps-badge-icon svg {
  width: 22px;
  height: 22px;
  color: #ffffff;
}
.new-services-layout-container .ps-float-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.new-services-layout-container .ps-float-badge span {
  font-size: 11.5px;
  color: #fff;
}
.new-services-layout-container .ps-intro-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: var(--ink);
  line-height: 1.22;
  margin-bottom: 16px;
}
.new-services-layout-container .ps-intro-text p {
  font-size: 16px;
  color: var(--ink-light);
  line-height: 1.72;
  margin-bottom: 16px;
}
.new-services-layout-container .ps-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 26px 0 32px;
  padding: 0px;
}
.new-services-layout-container .ps-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-mid);
}
.new-services-layout-container .ps-checklist li i {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: #0b4cb4;
  font-size: 15px;
}
@media (max-width: 900px) {
  .new-services-layout-container .ps-intro-grid {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .ps-intro-img {
    height: 320px;
  }
  .new-services-layout-container .ps-float-badge {
    right: 12px;
  }
}
.new-services-layout-container .ps-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.new-services-layout-container .ps-pack-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}
.new-services-layout-container .ps-pack-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.new-services-layout-container .ps-pack-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-services-layout-container .ps-pack-content {
  padding: 30px 20px;
}
.new-services-layout-container .ps-pack-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.new-services-layout-container .ps-pack-card:hover::after {
  transform: scaleX(1);
}
.new-services-layout-container .ps-pack-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.new-services-layout-container .ps-pack-icon svg {
  width: 26px;
  height: 26px;
  color: var(--blue);
}
.new-services-layout-container .ps-pack-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.new-services-layout-container .ps-pack-card p {
  font-size: 14.5px;
  color: var(--ink-light);
  line-height: 1.65;
}
@media (max-width: 900px) {
  .new-services-layout-container .ps-pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .ps-pack-grid {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .ps-why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.new-services-layout-container .ps-why-photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  height: 500px;
}
.new-services-layout-container .ps-why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-services-layout-container .ps-why-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 18, 55, 0.6) 0%, transparent 45%);
}
.new-services-layout-container .ps-why-photo-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  z-index: 2;
}
.new-services-layout-container .ps-why-photo-tag strong {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
.new-services-layout-container .ps-why-photo-tag span {
  font-size: 13px;
  opacity: 0.85;
}
.new-services-layout-container .ps-why-rating-badge {
  position: absolute;
  top: 9px;
  right: 9px;
  background: #06347a;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 14px 18px;
  z-index: 3;
  min-width: 160px;
}
.new-services-layout-container .ps-why-rating-badge .stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 1px;
}
.new-services-layout-container .ps-why-rating-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 3px;
}
.new-services-layout-container .ps-why-rating-badge span {
  font-size: 11.5px;
  color: #ffffff;
}
.new-services-layout-container .ps-why-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  color: var(--ink);
  line-height: 1.22;
  margin-bottom: 14px;
}
.new-services-layout-container .ps-why-content > p {
  font-size: 16px;
  color: var(--ink-light);
  line-height: 1.7;
  margin-bottom: 30px;
}
.new-services-layout-container .ps-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-services-layout-container .ps-why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(11, 76, 180, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.new-services-layout-container .ps-why-item:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}
.new-services-layout-container .ps-why-num {
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  color: rgba(0, 94, 255, 0.8);
  background: rgba(0, 94, 255, 0.11);
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.new-services-layout-container .ps-why-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin: 0px;
}
.new-services-layout-container .ps-why-item p {
  font-size: 13.5px;
  color: var(--ink-light);
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  .new-services-layout-container .ps-why-grid {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .ps-why-photo {
    height: 320px;
  }
  .new-services-layout-container .ps-why-rating-badge {
    right: 12px;
  }
  .new-services-layout-container section {
    padding: 40px 0px !important;
  }
}
.new-services-layout-container .ps-tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.new-services-layout-container .ps-tip-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}
.new-services-layout-container .ps-tip-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange);
}
.new-services-layout-container .ps-tip-num {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  font-weight: 500;
  color: #005effcc;
  line-height: 1;
  margin-bottom: 12px;
}
.new-services-layout-container .ps-tip-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 9px;
  margin-top: 20px;
}
.new-services-layout-container .ps-tip-card p {
  font-size: 13.5px;
  color: var(--ink-light);
  line-height: 1.65;
}
@media (max-width: 1000px) {
  .new-services-layout-container .ps-tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .new-services-layout-container .ps-tips-grid {
    grid-template-columns: 1fr;
  }
}
.new-services-layout-container .ps-cta {
  background: linear-gradient(120deg, var(--blue-deep) 0%, var(--blue) 50%, #1e60c8 100%);
  padding-block: 72px;
  position: relative;
  overflow: hidden;
}
.new-services-layout-container .ps-cta::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.15), transparent 70%);
  top: -300px;
  right: -200px;
  pointer-events: none;
}
.new-services-layout-container .ps-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.new-services-layout-container .ps-cta-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}
.new-services-layout-container .ps-cta-text p {
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  max-width: 540px;
}
.new-services-layout-container .ps-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .new-services-layout-container .ps-cta-inner {
    flex-direction: column;
  }
  .new-services-layout-container .ps-cta-text h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .new-services-layout-container .rr-section {
    padding-block: 64px;
  }
  .new-services-layout-container .rr-section-head h2,
  .new-services-layout-container .rr-whyus-content h2,
  .new-services-layout-container .rr-landmark-text h2,
  .new-services-layout-container .rr-area-text h2 {
    font-size: 28px;
  }
  .new-services-layout-container .rr-section-head {
    margin-bottom: 40px;
  }
  .new-services-layout-container .ps-section {
    padding-block: 64px;
  }
  .new-services-layout-container .ps-head h2 {
    font-size: 28px;
  }
  .new-services-layout-container .ps-head {
    margin-bottom: 40px;
  }
  .new-services-layout-container .ps-usp-row {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .new-services-layout-container {
    /* .container {
    padding: 0 16px;
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, .15), transparent 70%);
  top: -300px;
  right: -200px;
  pointer-events: none;
} */
  }
  .new-services-layout-container .rr-section {
    padding-block: 48px;
  }
  .new-services-layout-container .ps-section {
    padding-block: 48px;
  }
  .new-services-layout-container .ps-container {
    padding-inline: 18px;
  }
  .new-services-layout-container .rr-container {
    padding-inline: 16px;
  }
  .new-services-layout-container .ps-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  .new-services-layout-container .ps-cta-text h2 {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    /* font-weight: 800; */
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .new-services-layout-container .ps-cta-text p {
    font-size: 16.5px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    max-width: 540px;
  }
  .new-services-layout-container .ps-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
  .new-services-layout-container .ps-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 30px;
    border-radius: var(--radius-md);
    background: #fff;
    color: var(--blue-deep);
    border: none;
    cursor: pointer;
    transition: var(--ease);
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  }
  .new-services-layout-container .ps-btn-white:hover {
    background: #f0f5ff;
    transform: translateY(-2px);
  }
  .new-services-layout-container .ps-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 30px;
    border-radius: var(--radius-md);
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: var(--ease);
    text-decoration: none;
  }
  .new-services-layout-container .ps-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
  }
}
@media (max-width: 768px) {
  .new-services-layout-container .ps-cta-inner {
    flex-direction: column;
  }
  .new-services-layout-container .ps-cta-text h2 {
    font-size: 26px;
  }
}
.new-services-layout-container .ps-container {
  max-width: 1350px;
  margin-inline: auto;
  padding-inline: 28px;
}
.new-services-layout-container .ps-section {
  padding-block: 90px;
}
.new-services-layout-container .ps-section-light {
  background: #f0f5ff;
}
.new-services-layout-container .ps-section-white {
  background: var(--white);
}
.new-services-layout-container section#why-us {
  background: transparent;
}
.new-services-layout-container .ps-head {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: 56px;
}
.new-services-layout-container .ps-head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  /* font-weight: 800; */
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 14px;
}
.new-services-layout-container .ps-head p {
  font-size: 16.5px;
  color: var(--ink-light);
  line-height: 1.7;
}
.new-services-layout-container .ps-faq-list {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.new-services-layout-container details.ps-faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--ease), border-color var(--ease);
}
.new-services-layout-container details.ps-faq-item:hover {
  box-shadow: var(--shadow-sm);
}
.new-services-layout-container details.ps-faq-item[open] {
  border-color: var(--orange);
  box-shadow: var(--shadow-sm);
}
.new-services-layout-container details.ps-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 54px 20px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink);
  position: relative;
  user-select: none;
  transition: color var(--ease);
}
.new-services-layout-container details.ps-faq-item summary::-webkit-details-marker {
  display: none;
}
.new-services-layout-container details.ps-faq-item[open] summary {
  color: var(--orange);
}
.new-services-layout-container details.ps-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 1;
  color: var(--orange);
  font-weight: 300;
  transition: transform var(--ease);
}
.new-services-layout-container details.ps-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.new-services-layout-container .ps-faq-body {
  padding: 0 24px 22px;
  font-size: 14.5px;
  color: var(--ink-light);
  line-height: 1.72;
}
@media (max-width: 768px) {
  .new-services-layout-container .ps-section {
    padding-block: 64px;
  }
  .new-services-layout-container .ps-head h2 {
    font-size: 28px;
  }
  .new-services-layout-container .ps-head {
    margin-bottom: 40px;
  }
  .new-services-layout-container .ps-usp-row {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .new-services-layout-container .ps-section {
    padding-block: 48px;
  }
  .new-services-layout-container .ps-container {
    padding-inline: 18px;
  }
}
.new-services-layout-container .pm-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 15, 40, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.new-services-layout-container .pm-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.new-services-layout-container .pm-popup-overlay:target {
  opacity: 1;
  visibility: visible;
}
.new-services-layout-container .pm-popup-overlay-close {
  position: absolute;
  inset: 0;
  display: block;
  cursor: default;
  z-index: 0;
}
.new-services-layout-container .pm-popup-modal {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 546px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px 36px 32px;
  position: relative;
  z-index: 1;
  box-shadow: 0 32px 80px rgba(11, 76, 180, 0.22), 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(30px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  scrollbar-width: thin;
}
.new-services-layout-container .pm-popup-overlay.active .pm-popup-modal,
.new-services-layout-container .pm-popup-overlay:target .pm-popup-modal {
  transform: translateY(0) scale(1);
}
.new-services-layout-container .pm-popup-modal::-webkit-scrollbar {
  width: 5px;
}
.new-services-layout-container .pm-popup-modal::-webkit-scrollbar-track {
  background: #f0f5ff;
  border-radius: 10px;
}
.new-services-layout-container .pm-popup-modal::-webkit-scrollbar-thumb {
  background: #0b4cb4;
  border-radius: 10px;
}
.new-services-layout-container .pm-popup-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #f1f5f9;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  color: #475569;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  z-index: 2;
}
.new-services-layout-container .pm-popup-close:hover {
  background: #fee2e2;
  color: #dc2626;
  transform: rotate(90deg);
}
.new-services-layout-container .pm-popup-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #e2e8f0;
}
.new-services-layout-container .pm-popup-icon {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #0b4cb4, #06347a);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(11, 76, 180, 0.3);
}
.new-services-layout-container .pm-popup-header h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px;
}
.new-services-layout-container .pm-popup-header p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}
.new-services-layout-container .pm-popup-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-services-layout-container .pm-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.new-services-layout-container .pm-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.new-services-layout-container .pm-full-width {
  grid-column: 1 / -1;
}
.new-services-layout-container .pm-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  letter-spacing: 0.01em;
}
.new-services-layout-container .pm-required {
  color: #ef4444;
  margin-left: 2px;
}
.new-services-layout-container .pm-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.new-services-layout-container .pm-input-icon {
  position: absolute;
  left: 13px;
  width: 17px;
  height: 17px;
  color: #94a3b8;
  pointer-events: none;
  flex-shrink: 0;
  z-index: 1;
}
.new-services-layout-container .pm-popup-form input[type="text"],
.new-services-layout-container .pm-popup-form input[type="email"],
.new-services-layout-container .pm-popup-form input[type="tel"],
.new-services-layout-container .pm-popup-form input[type="date"],
.new-services-layout-container .pm-popup-form select,
.new-services-layout-container .pm-popup-form textarea {
  width: 100%;
  padding: 11px 14px 11px 40px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #1e293b;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
  appearance: auto;
}
.new-services-layout-container .pm-popup-form textarea {
  resize: vertical;
  min-height: 80px;
  padding-top: 10px;
}
.new-services-layout-container .pm-popup-form input:focus,
.new-services-layout-container .pm-popup-form select:focus,
.new-services-layout-container .pm-popup-form textarea:focus {
  border-color: #0b4cb4;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 76, 180, 0.12);
}
.new-services-layout-container .pm-popup-form input::placeholder,
.new-services-layout-container .pm-popup-form textarea::placeholder {
  color: #94a3b8;
}
.new-services-layout-container .pm-popup-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  cursor: pointer;
  filter: invert(30%) sepia(100%) saturate(500%) hue-rotate(200deg);
}
.new-services-layout-container .pm-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, #0b4cb4, #06347a);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 8px 24px rgba(11, 76, 180, 0.35);
  margin-top: 4px;
}
.new-services-layout-container .pm-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(11, 76, 180, 0.42);
}
.new-services-layout-container .pm-submit-btn:active {
  transform: translateY(0);
}
.new-services-layout-container .pm-popup-success {
  text-align: center;
  padding: 30px 10px;
}
.new-services-layout-container .pm-success-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.35);
  animation: pm-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes pm-pop {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.new-services-layout-container .pm-popup-success h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
.new-services-layout-container .pm-popup-success p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .new-services-layout-container .pm-popup-modal {
    padding: 28px 20px 24px;
    border-radius: 16px;
  }
  .new-services-layout-container .pm-form-row {
    grid-template-columns: 1fr;
  }
  .new-services-layout-container .pm-popup-header h2 {
    font-size: 18px;
  }
  .new-services-layout-container .pm-popup-icon {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 400px) {
  .new-services-layout-container .pm-popup-modal {
    padding: 22px 14px 20px;
  }
  .new-services-layout-container .pm-popup-header {
    gap: 12px;
  }
}
