/* Shared UX refinements for default pages and city sub-sites. Loaded after
   the minified theme bundles so it can safely normalize spacing and contrast. */

:root {
  --ui-surface: #ffffff;
  --ui-surface-soft: #fcfaf3;
  --ui-border: rgba(39, 58, 41, 0.12);
  --ui-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  --ui-shadow-hover: 0 24px 56px rgba(17, 24, 39, 0.14);
}

body:not(.city-page) .page-header {
  padding: 46px;
  margin-top: 0 !important;
  background-size: cover;
}

body:not(.city-page) .page-header-box h1 {
  max-width: 980px;
  margin: 0 auto 12px;
  font-size: clamp(2.2rem, 4vw, 4.15rem);
}

body:not(.city-page) .page-header-box .text-anime-style-2,
body:not(.city-page) .page-header-box .text-anime-style-2 * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body:not(.city-page) .page-header-box ol li.breadcrumb-item {
  font-size: 1rem;
}

body:not(.city-page) .page-service-single,
body:not(.city-page) .page-faqs,
body:not(.city-page) .our-blog,
body:not(.city-page) .our-services,
body:not(.city-page) .page-single-post {
  background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
}

body:not(.city-page) .page-single-sidebar {
  top: 120px;
  margin-right: 0;
}

body:not(.city-page) .page-catagory-list {
  margin-bottom: 32px;
  border: 1px solid var(--ui-border);
  border-radius: 24px;
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow);
}

body:not(.city-page) .page-catagory-list h3 {
  margin: 0;
  padding: 22px 26px;
  font-size: 1.1rem;
  color: var(--white-color);
  background: linear-gradient(135deg, #3f3f3f 0%, #5a5a5a 100%);
}

body:not(.city-page) .page-catagory-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  background: var(--ui-surface);
}

body:not(.city-page) .page-catagory-list ul li {
  margin: 0;
  padding: 0;
  border: 0;
}

body:not(.city-page) .page-catagory-list ul li a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 46px 14px 18px;
  border: 1px solid rgba(63, 63, 63, 0.08);
  border-radius: 16px;
  background: var(--ui-surface-soft);
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.5;
}

body:not(.city-page) .page-catagory-list ul li a::before {
  right: 18px;
  width: 12px;
  height: 12px;
  opacity: 0.8;
}

body:not(.city-page) .page-catagory-list ul li:hover a,
body:not(.city-page) .page-catagory-list ul li a.active {
  color: var(--primary-color);
  background: #fff3c8;
  border-color: rgba(241, 189, 51, 0.45);
  box-shadow: 0 10px 24px rgba(241, 189, 51, 0.16);
}

body:not(.city-page) .page-catagory-list ul li a:hover::before,
body:not(.city-page) .page-catagory-list ul li a.active::before {
  transform: translateY(-50%) rotate(45deg);
}

body:not(.city-page) .service-single-content,
body:not(.city-page) .page-single-post .post-content {
  padding: 38px 36px;
  border: 1px solid var(--ui-border);
  border-radius: 28px;
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow);
}

body:not(.city-page) .page-single-post .post-image figure {
  box-shadow: var(--ui-shadow);
}

body:not(.city-page) .page-service-single .page-single-image h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

body:not(.city-page) .page-service-single .service-entry h3 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2.3vw, 1.7rem);
}

body:not(.city-page) .page-service-single .page-single-image p,
body:not(.city-page) .page-service-single .service-entry p,
body:not(.city-page) .page-service-single .service-entry li,
body:not(.city-page) .page-single-post .post-entry p,
body:not(.city-page) .page-single-post .post-entry li {
  line-height: 1.8;
}

body:not(.city-page) .page-service-single .city-service-note {
  margin: 28px 0;
  padding: 26px 28px;
  border: 1.5px dashed rgba(241, 189, 51, 0.55);
  border-radius: 22px;
  background: var(--ui-surface-soft);
}

body:not(.city-page) .page-service-single .city-service-note h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

body:not(.city-page) .page-service-single .service-entry blockquote {
  border-left-width: 5px;
  border-radius: 20px;
  padding: 24px 26px;
  background: var(--ui-surface-soft);
}

body:not(.city-page) .contact-cta-box {
  position: relative;
  overflow: hidden;
  margin: 36px 0 0;
  padding: 34px clamp(24px, 4vw, 40px);
  border: 1px solid rgba(241, 189, 51, 0.3);
  border-radius: 28px;
  background: linear-gradient(135deg, #2d2d2d 0%, #3f3f3f 55%, #a27b04 100%);
  box-shadow: 0 22px 50px rgba(63, 63, 63, 0.22);
  text-align: left;
}

body:not(.city-page) .contact-cta-box::before {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
}

body:not(.city-page) .contact-cta-box .cta-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

body:not(.city-page) .contact-cta-box .cta-content h3 {
  color: #ffffff;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 12px;
}

body:not(.city-page) .contact-cta-box .cta-content p {
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  font-size: 1rem;
  line-height: 1.85;
}

body:not(.city-page) .contact-cta-box .cta-content a {
  color: #ffe49c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body:not(.city-page) .contact-cta-box .cta-content a:hover {
  color: #ffffff;
}

body:not(.city-page) .page-faqs .service-item,
body:not(.city-page) .our-blog .post-item {
  border: 1px solid var(--ui-border);
  border-radius: 24px;
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body:not(.city-page) .page-faqs .service-item::before {
  display: none;
}

body:not(.city-page) .page-faqs .service-item {
  padding: 30px 28px;
  background: var(--ui-surface);
}

body:not(.city-page) .page-faqs .service-item:hover,
body:not(.city-page) .our-blog .post-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--ui-shadow-hover);
}

body:not(.city-page) .faq-listing-page .service-item:hover {
  background: var(--ui-surface);
}

body:not(.city-page) .faq-listing-page .service-item:hover::before,
body:not(.city-page) .faq-listing-page .service-item:hover .service-image {
  opacity: 0 !important;
  transform: none !important;
}

body:not(.city-page) .faq-listing-page .service-item:hover .service-body .icon-box {
  background: var(--accent-color) !important;
}

body:not(.city-page) .faq-listing-page .service-item:hover .service-body .icon-box img {
  filter: none !important;
}

body:not(.city-page) .faq-listing-page .service-item:hover .service-body,
body:not(.city-page) .faq-listing-page .service-item:hover .service-body * {
  color: var(--primary-color) !important;
}

body:not(.city-page) .faq-listing-page .service-item:hover .service-content,
body:not(.city-page) .faq-listing-page .service-item:hover .service-content *,
body:not(.city-page) .faq-listing-page .service-item:hover .service-readmore-btn,
body:not(.city-page) .faq-listing-page .service-item:hover .service-readmore-btn *,
body:not(.city-page) .faq-listing-page .service-item:hover a,
body:not(.city-page) .faq-listing-page .service-item:hover p {
  color: var(--primary-color) !important;
}

body:not(.city-page) .faq-listing-page .service-item:hover .service-content,
body:not(.city-page) .faq-listing-page .service-item:hover .service-content h3,
body:not(.city-page) .faq-listing-page .service-item:hover .service-content h3 a,
body:not(.city-page) .faq-listing-page .service-item:hover .service-content p,
body:not(.city-page) .faq-listing-page .service-item:hover .service-readmore-btn .readmore-btn {
  color: var(--primary-color);
}

body:not(.city-page) .faq-listing-page .service-item:hover .service-content {
  border-color: var(--ui-border);
}

body:not(.city-page) .faq-listing-page .service-item:hover .service-readmore-btn .readmore-btn::before {
  filter: none;
}

body:not(.city-page) .page-faqs .service-content {
  margin-bottom: 20px;
  padding-bottom: 18px;
}

body:not(.city-page) .page-faqs .service-content h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.4;
}

body:not(.city-page) .page-faqs .service-content p {
  line-height: 1.75;
}

body:not(.city-page) .page-faqs .faq-accordion {
  padding: 30px 28px;
  border: 1px solid var(--ui-border);
  border-radius: 28px;
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow);
}

body:not(.city-page) .faq-listing-page {
  padding-top: 88px;
}

body:not(.city-page) .faq-detail-page {
  padding-top: 88px;
}

body:not(.city-page) .faq-detail-page .row {
  align-items: flex-start;
}

body:not(.city-page) .faq-accordion .accordion-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ui-border);
}

body:not(.city-page) .faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

body:not(.city-page) .faq-accordion .accordion-header .accordion-button {
  padding: 0 52px 0 0;
  border-bottom: 0;
  font-size: 1.08rem;
}

body:not(.city-page) .faq-accordion .accordion-item:last-child .accordion-header .accordion-button.collapsed {
  padding-bottom: 0;
}

body:not(.city-page) .faq-accordion .accordion-item .accordion-body {
  padding-top: 14px;
}

body:not(.city-page) .faq-accordion .accordion-item .accordion-body p,
body:not(.city-page) .faq-accordion .accordion-item .accordion-body ul,
body:not(.city-page) .faq-accordion .accordion-item .accordion-body ol {
  margin: 0 0 14px;
}

body:not(.city-page) .faq-accordion .accordion-item .accordion-body p,
body:not(.city-page) .faq-accordion .accordion-item .accordion-body li {
  line-height: 1.8;
}

body:not(.city-page) .faq-detail-page .faq-accordion .accordion-item .accordion-body {
  color: var(--text-color);
  font-size: 1rem;
}

body:not(.city-page) .faq-detail-page .faq-accordion .accordion-item .accordion-body b,
body:not(.city-page) .faq-detail-page .faq-accordion .accordion-item .accordion-body strong {
  color: var(--primary-color);
}

body:not(.city-page) .faq-detail-page .faq-accordion .accordion-item .accordion-body ul,
body:not(.city-page) .faq-detail-page .faq-accordion .accordion-item .accordion-body ol {
  padding-left: 1.2rem;
}

body:not(.city-page) .faq-detail-page .faq-accordion .accordion-item .accordion-body li {
  padding-left: 0.2rem;
  margin-bottom: 10px;
}

body:not(.city-page) .faq-detail-page .faq-accordion .accordion-item .accordion-body > *:last-child {
  margin-bottom: 0;
}

body:not(.city-page) .our-blog .post-item {
  padding: 20px;
}

body:not(.city-page) .our-blog .post-featured-image {
  margin-bottom: 24px;
}

body:not(.city-page) .our-blog .post-featured-image a {
  border-radius: 20px;
}

body:not(.city-page) .our-blog .post-item-content {
  margin-bottom: 0;
}

body:not(.city-page) .our-blog .post-item-content h3 {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(241, 189, 51, 0.14);
  color: var(--accent-color2);
  font-size: 0.9rem;
}

body:not(.city-page) .our-blog .post-item-content h2 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

body:not(.city-page) .our-blog .post-item-content p {
  margin: 0;
  line-height: 1.75;
}

body:not(.city-page) .our-blog .post-item-btn {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--ui-border);
}

body:not(.city-page) .page-single-post .post-entry {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--ui-border);
}

/* body:not(.city-page) .page-single-post .post-entry h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

body:not(.city-page) .page-single-post .post-entry h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
} */

body:not(.city-page) .page-single-post .post-tags .tag-links {
  gap: 10px;
}

body:not(.city-page) .page-single-post .post-tags .tag-links a {
  border-radius: 999px;
}

body:not(.city-page) .main-footer {
  margin-bottom: 0;
  padding: 90px 0 28px;
  background: #56575a;
  background-image: none;
}

body:not(.city-page) .about-footer-content {
  display: grid;
  gap: 10px;
}

body:not(.city-page) .about-footer-content p {
  line-height: 1.7;
}

body:not(.city-page) .footer-social-links {
  margin-top: 28px;
}

body:not(.city-page) .Our-Prime-Services ul li,
body:not(.city-page) .footer-links ul li {
  margin-bottom: 14px;
  line-height: 1.55;
}

body:not(.city-page) .footer-newsletter-box p {
  margin: 0 0 10px;
  line-height: 1.8;
}

body:not(.city-page) .footer-copyright {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body:not(.city-page) .footer-privacy-policy ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.city-page .page-single-sidebar {
  top: 136px;
}

.city-page .city-service-single,
.city-page .city-appt-body,
.city-page .city-about-section,
.city-page .city-services-section,
.city-page .city-why-section,
.city-page .city-process-section,
.city-page .city-testimonial-section,
.city-page .city-reach-section,
.city-page .city-blog-section {
  background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
}

.city-page .page-catagory-list,
.city-page .city-sidebar-cta,
.city-page .service-single-content,
.city-page .city-hero-panel,
.city-page .city-stat-strip,
.city-page .city-service-card,
.city-page .city-why-card,
.city-page .city-process-step,
.city-page .city-testimonial-card,
.city-page .city-reach-card,
.city-page .city-blog-card,
.city-page .city-appt-info,
.city-page .city-appt-form-wrap,
.city-page .city-cta-banner {
  border: 1px solid var(--ui-border);
  border-radius: 24px;
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow);
}

.city-page .page-catagory-list {
  margin-bottom: 28px;
  overflow: hidden;
}

.city-page .page-catagory-list h3 {
  margin: 0;
  padding: 22px 26px;
  color: var(--white-color);
  background: linear-gradient(135deg, #3f3f3f 0%, #5a5a5a 100%);
}

.city-page .page-catagory-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  background: var(--ui-surface);
}

.city-page .page-catagory-list ul li {
  margin: 0;
  padding: 0;
  border: 0;
}

.city-page .page-catagory-list ul li a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 46px 14px 18px;
  border: 1px solid rgba(63, 63, 63, 0.08);
  border-radius: 16px;
  background: var(--ui-surface-soft);
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.5;
}

.city-page .page-catagory-list ul li a:hover,
.city-page .page-catagory-list ul li a.active {
  color: var(--primary-color);
  background: #fff3c8;
  border-color: rgba(241, 189, 51, 0.45);
  box-shadow: 0 10px 24px rgba(241, 189, 51, 0.16);
}

.city-page .service-single-content,
.city-page .city-appt-info,
.city-page .city-appt-form-wrap {
  padding: 34px 32px;
}

.city-page .city-sidebar-cta,
.city-page .city-service-card,
.city-page .city-why-card,
.city-page .city-process-step,
.city-page .city-testimonial-card,
.city-page .city-reach-card,
.city-page .city-blog-card {
  padding: 26px;
}

.city-page .city-service-card,
.city-page .city-why-card,
.city-page .city-process-step,
.city-page .city-blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.city-page .city-service-card:hover,
.city-page .city-why-card:hover,
.city-page .city-process-step:hover,
.city-page .city-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ui-shadow-hover);
}

.city-page .city-service-card h3 a,
.city-page .city-service-card p,
.city-page .city-service-card:hover h3 a,
.city-page .city-service-card:hover p {
  color: var(--primary-color);
}

.city-page .city-service-card.city-service-cta {
  background: linear-gradient(135deg, #fff8e5 0%, #fff3c8 100%);
  border-color: rgba(241, 189, 51, 0.35);
}

.city-page .city-service-link {
  font-weight: 700;
}

.city-page .city-blog-card-link {
  display: block;
  height: 100%;
  color: inherit;
}

.city-page .city-service-note {
  margin: 28px 0;
  padding: 24px 26px;
  border: 1.5px dashed rgba(241, 189, 51, 0.5);
  border-radius: 20px;
  background: var(--ui-surface-soft);
}

.city-page .city-service-panels {
  display: grid;
  gap: 20px;
}

.city-page .city-service-panel {
  padding: 26px;
  border: 1px solid var(--ui-border);
  border-radius: 22px;
  background: var(--ui-surface-soft);
}

.city-page .contact-cta-box {
  position: relative;
  overflow: hidden;
  margin: 36px 0 0;
  padding: 34px clamp(24px, 4vw, 40px);
  border: 1px solid rgba(241, 189, 51, 0.3);
  border-radius: 28px;
  background: linear-gradient(135deg, #2d2d2d 0%, #3f3f3f 55%, #a27b04 100%);
  box-shadow: 0 22px 50px rgba(63, 63, 63, 0.22);
}

.city-page .contact-cta-box .cta-content h3,
.city-page .contact-cta-box .cta-content p,
.city-page .contact-cta-box .cta-content a {
  position: relative;
  z-index: 1;
}

.city-page .contact-cta-box .cta-content h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.city-page .contact-cta-box .cta-content p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.8;
}

.city-page .contact-cta-box .cta-content a {
  color: #ffe49c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.city-page .contact-cta-box .cta-content a:hover {
  color: #ffffff;
}

.city-page .text-anime-style-2,
.city-page .text-anime-style-2 * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.city-page .city-contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(63, 63, 63, 0.08);
  border-radius: 16px;
  background: var(--ui-surface-soft);
  color: var(--primary-color);
  font-weight: 600;
}

.city-page .city-contact-link + .city-contact-link {
  margin-top: 12px;
}

.city-page .city-contact-link:hover {
  background: #fff3c8;
  border-color: rgba(241, 189, 51, 0.45);
}

.city-page .city-appt-form-wrap h2,
.city-page .city-appt-info h2,
.city-page .city-service-header h1,
.city-page .city-heading {
  line-height: 1.15;
}

.city-page .city-process-section .city-heading {
  max-width: 760px;
  margin: 0 0 18px;
  text-wrap: balance;
}

.city-page .city-process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
  align-items: stretch;
}

.city-page .city-process-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff8e8 0%, #ffffff 45%, #f8f1de 100%);
}

.city-page .city-process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(241, 189, 51, 0.18), transparent 38%),
    radial-gradient(circle at bottom left, rgba(162, 123, 4, 0.08), transparent 32%);
  pointer-events: none;
}

.city-page .city-process-section .container {
  position: relative;
  z-index: 1;
}

.city-page .city-process-section .city-eyebrow,
.city-page .city-process-section .city-heading,
.city-page .city-process-section .city-heading em {
  color: var(--primary-color);
}

.city-page .city-process-section .city-eyebrow::before {
  background: var(--accent-color);
}

.city-page .city-process-list::before {
  display: none;
}

.city-page .city-process-step {
  height: 100%;
  padding: 28px 24px;
}

.city-page .city-process-step .step-no {
  margin-bottom: 20px;
  box-shadow: 0 12px 26px rgba(241, 189, 51, 0.22);
}

.city-page .city-process-step h3 {
  color: var(--primary-color);
  line-height: 1.35;
}

.city-page .city-process-step p {
  color: var(--text-color) !important;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  body:not(.city-page) .page-single-sidebar,
  .city-page .page-single-sidebar {
    position: static;
    top: auto;
    margin-bottom: 32px;
  }

  body:not(.city-page) .service-single-content,
  body:not(.city-page) .page-single-post .post-content {
    padding: 32px 28px;
  }

  body:not(.city-page) .contact-cta-box {
    text-align: center;
  }

  body:not(.city-page) .contact-cta-box .cta-content {
    margin: 0 auto;
  }

  .city-page .service-single-content,
  .city-page .city-appt-info,
  .city-page .city-appt-form-wrap {
    padding: 28px 24px;
  }

  .city-page .city-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body:not(.city-page) .page-header {
    padding: 108px 0 56px;
  }

  body:not(.city-page) .page-catagory-list h3 {
    padding: 18px 20px;
  }

  body:not(.city-page) .page-catagory-list ul {
    padding: 14px;
  }

  body:not(.city-page) .page-catagory-list ul li a {
    min-height: 48px;
    padding: 12px 40px 12px 14px;
    font-size: 14px;
  }

  body:not(.city-page) .service-single-content,
  body:not(.city-page) .page-single-post .post-content,
  body:not(.city-page) .page-faqs .faq-accordion {
    padding: 26px 20px;
    border-radius: 22px;
  }

  body:not(.city-page) .faq-listing-page,
  body:not(.city-page) .faq-detail-page {
    padding-top: 64px;
  }

  body:not(.city-page) .contact-cta-box {
    padding: 26px 20px;
    border-radius: 24px;
  }

  body:not(.city-page) .our-blog .post-item,
  body:not(.city-page) .page-faqs .service-item {
    padding: 18px;
  }

  body:not(.city-page) .main-footer {
    padding-top: 70px;
  }

  body:not(.city-page) .footer-privacy-policy ul {
    justify-content: flex-start;
  }

  .city-page .page-catagory-list h3 {
    padding: 18px 20px;
  }

  .city-page .page-catagory-list ul {
    padding: 14px;
  }

  .city-page .page-catagory-list ul li a,
  .city-page .city-contact-link {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .city-page .city-process-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .city-page .service-single-content,
  .city-page .city-appt-info,
  .city-page .city-appt-form-wrap,
  .city-page .city-sidebar-cta,
  .city-page .city-service-card,
  .city-page .city-why-card,
  .city-page .city-process-step,
  .city-page .city-testimonial-card,
  .city-page .city-reach-card,
  .city-page .city-blog-card,
  .city-page .city-cta-banner {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .city-page .contact-cta-box {
    padding: 26px 20px;
    border-radius: 24px;
  }
}
