/* Half-width fields side by side */
.half-left, 
.half-right {
  width: 48% !important;
  display: inline-block !important;
  vertical-align: top;
}

.half-left {
  margin-right: 4%;
}

.half-right {
  margin-right: 0;
}

/* Make sure full-width fields (like Contact Number) span 100% */
.wpforms-field {
  width: 100%;
}
.form-title {   font-size: 22px;   font-weight: bold;   margin-bottom: 15px;   border: none !important; }
/* Main Form Title */
.form-title label {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff; /* White text */
  text-align: center; /* Center above the form */
  display: block;
  margin-bottom: 20px;
}

/* Normal field labels inside form box */
.wpforms-field label {
  color: #000000; /* Black text */
  font-weight: 600;
}

/* Make WPForms stand out with a white background box */
.wpforms-container {
  background-color: #ffffff; /* White */
  padding: 25px;
  border-radius: 8px; /* Rounded corners */
  max-width: 600px; /* Keep form nicely sized */
  margin: 0 auto; /* Center form */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Soft shadow */
}
/* White card around Quick Quote form */
#wpforms-87 {
  background: #ffffff !important;
  padding: 24px !important;
  border-radius: 8px; /* Change to 0 if you prefer square corners */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 720px;
  margin: 0 auto; /* Center it */
}

/* Keep the inner part transparent so it doesn’t double up */
#wpforms-87 .wpforms-form {
  background: transparent !important;
}
/* Add a title inside the white form box */
#wpforms-87::before {
  content: "Quick Quote";   /* Title text */
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #000000;           /* Black, to match white box */
  text-align: center;
  margin-bottom: 20px;
}

/* Force white text in the blue hero */
.hero-on-blue,
.hero-on-blue h1,
.hero-on-blue h2,
.hero-on-blue h3,
.hero-on-blue h4,
.hero-on-blue p,
.hero-on-blue li,
.hero-on-blue span,
.hero-on-blue strong {
  color: #ffffff !important;
}

/* Make links in that section white too */
.hero-on-blue a,
.hero-on-blue a:visited {
  color: #ffffff !important;
}
.hero-on-blue a:hover {
  color: #ffffff !important;
  text-decoration: underline; /* optional */
}
/* Pill-style blurbs */
.blurbs .elementor-icon-list-item {
  display: inline-block;
  background: #1559ED;     /* updated blue */
  color: #ffffff !important;
  padding: 6px 15px;
  border-radius: 20px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease; /* smooth hover */
}

/* Force text white */
.blurbs .elementor-icon-list-text {
  color: #ffffff !important;
}

/* Hover effect */
.blurbs .elementor-icon-list-item:hover {
  background: #F58220;     /* orange */
  color: #ffffff !important;
}
.hero-section {
  color: #ffffff !important;
}

.hero-section * {
  color: #ffffff !important;
}
/* Overlay wrapper */
.hero-overlay {
  background: rgba(33, 106, 155, 0.8); /* updated blue with 80% opacity */
  padding: 30px;
  border-radius: 8px;
  max-width: 700px;
  margin: 0 auto;
}

/* Headline */
.hero-heading {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* Subtext */
.hero-subtext {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.hero-subtext .highlight {
  color: #F58220;
  font-weight: 600;
}

/* Button container */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Orange button */
.btn-orange {
  display: inline-block;
  background: #F58220;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-orange:hover {
  background: #d96d15;
}

/* Call button (make same as orange button) */
.btn-white {
  display: inline-block;
  background: #F58220;   /* orange */
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-white:hover {
  background: #d96d15;   /* darker orange on hover */
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hero-overlay {
    max-width: 100%;      /* full width on mobile */
    border-radius: 0;     /* flush edges on mobile */
    padding: 20px;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 1.4;
  }
  .hero-subtext {
    font-size: 16px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-buttons a {
    width: 100%;
    text-align: center;
  }
}
/* Reduce blue hero section height */
.hero-section {
  padding-top: 60px;   /* adjust top space */
  padding-bottom: 60px; /* adjust bottom space */
}

/* Make the form box smaller */
#wpforms-87-container {
  max-width: 380px;   /* narrower form */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.coverage-bar {
  background: #216A9B;   /* updated blue */
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  margin-top: -10px;   /* pulls it closer to hero */
}
/* Center the coverage pill under the hero content */
.coverage-wrap { 
  text-align: center; 
  margin-top: 12px; 
}

/* Long pill blurb */
.coverage-pill{
  display: inline-block;
  background: #1559ED;       /* requested blue */
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 999px;       /* full pill */
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  white-space: nowrap;        /* keep on one line if it fits */
}

/* If the text is too long on small screens, let it wrap nicely */
@media (max-width: 768px){
  .coverage-pill{
    white-space: normal;      /* allow wrap on mobile */
    text-align: left;
    width: 100%;
  }
}
/* Headings shared style */
.why-choose h2,
.feedback h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.why-choose h2 .highlight,
.feedback h2 .highlight {
  color: #F58220;
}

/* Why choose section */
.why-choose {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
}
.why-choose ul {
  margin: 0 auto;
  padding-left: 20px;
  line-height: 1.7;
  font-size: 16px;
  max-width: 600px;
  color: #333;
}

/* Feedback section */
.feedback {
  margin: 50px auto;
  max-width: 900px;
  padding: 0 15px;
}

/* Carousel wrapper */
.testimonial-carousel.fade {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

/* Track & cards for fade */
.tc-track {
  position: relative;
  min-height: 1px;
}
.tc-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  box-sizing: border-box;

  background: #ffffff;
  border-left: 4px solid #F58220;
  padding: 25px;
  font-style: italic;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.tc-card span {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

/* Quotation marks */
.tc-card::before {
  content: "❝";
  font-size: 40px;
  color: #F58220;
  position: absolute;
  top: -10px;
  left: 10px;
}
.tc-card::after {
  content: "❞";
  font-size: 40px;
  color: #F58220;
  position: absolute;
  bottom: -15px;
  right: 10px;
}

/* On desktop show two cards side-by-side */
@media (min-width: 768px){
  .tc-card { width: 50%; }
}

/* Arrows */
.tc-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(33,106,155,0.8); /* brand blue */
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.tc-prev { left: 8px; }
.tc-next { right: 8px; }
.tc-btn:hover { background: #1559ED; }

/* Dots */
.tc-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 15px;
}
.tc-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #cfd5e3;
  cursor: pointer;
}
.tc-dots button.active { background: #F58220; }

/* Legal note box */
.legal-note {
  margin: 40px auto;
  max-width: 900px;
  padding: 15px 20px;
  background: #fff8f0;
  border: 1px solid #F58220;
  border-radius: 5px;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1.6;
}
/* Footer base */
.site-footer {
  background: #0e1a2a; /* dark navy background */
  color: #fff;
  padding: 40px 20px 20px;
  font-size: 15px;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #F58220; /* brand orange on hover */
}

/* Layout */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.footer-logo {
  flex: 1 1 250px;
}
.footer-logo img {
  max-width: 180px;
  margin-bottom: 12px;
}
.footer-logo p {
  margin-bottom: 15px;
}
.footer-note {
  background: #fff8f0;
  border: 1px solid #F58220;
  border-radius: 5px;
  padding: 12px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

/* Links */
.footer-links,
.footer-contact {
  flex: 1 1 180px;
}
.footer-links h4,
.footer-contact h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #F58220;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}

/* Bottom bar */
.footer-bottom {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 20px;
  font-size: 14px;
}

/* 📱 Mobile responsive */
@media (max-width: 768px){
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-logo img { max-width: 160px; }
  .site-footer { padding: 30px 16px 16px; }
  .footer-bottom { font-size: 13px; }
}
/* Container */
.svc-wrap{
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 60px;
  color:#333;
}

/* Breadcrumbs */
.svc-breadcrumbs{
  color:#8b97a6;
  font-size:14px;
  margin: 8px 0 10px;
}
.svc-breadcrumbs span{ color:#333; }

/* Title + subtitle */
.svc-title{
  font-size:32px;
  font-weight:800;
  margin: 6px 0 6px;
}
.svc-subtitle{
  color:#606b7a;
  font-size:16px;
  margin:0 0 28px;
}

/* 3-column grid */
.svc-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-bottom: 36px;
}
.svc-card{
  background:#fff;
  border:1px solid #e6e9ef;
  border-radius:10px;
  padding:18px 18px 16px;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}
.svc-card h3{
  margin:0 0 6px;
  font-size:18px;
  font-weight:700;
}
.svc-card p{
  margin:0;
  color:#536071;
  line-height:1.55;
  font-size:15px;
}

/* Table (CSS grid for easy responsiveness) */
.svc-h2{
  font-size:22px;
  font-weight:700;
  margin: 8px 0 12px;
}

.svc-table{
  border:1px solid #e6e9ef;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.svc-row{
  display:grid;
  grid-template-columns: 240px 1fr 140px; /* Service | Includes | Time */
  gap: 16px;
  padding:14px 16px;
  align-items:flex-start;
  border-top:1px solid #eef1f6;
}
.svc-row:first-child{ border-top:none; }
.svc-head{
  background:#f7f9fc;
  color:#475164;
  font-weight:700;
}
.svc-row div:nth-child(1){ font-weight:600; }
.svc-row:not(.svc-head) div:nth-child(1){ color:#233046; }
.svc-row:not(.svc-head) div:nth-child(2){ color:#536071; }
.svc-row:not(.svc-head) div:nth-child(3){ color:#233046; }

/* Subtle row hover on desktop */
@media (hover:hover){
  .svc-row:not(.svc-head):hover{ background:#fafbfe; }
}

/* Responsive */
@media (max-width: 992px){
  .svc-grid{ grid-template-columns: repeat(2,1fr); }
  .svc-row{ grid-template-columns: 200px 1fr 120px; }
}
@media (max-width: 680px){
  .svc-grid{ grid-template-columns: 1fr; }
  .svc-row{
    grid-template-columns: 1fr;
    gap:6px;
  }
  .svc-head{ display:none; }               /* hide header row */
  .svc-row div{ padding:0; }
  .svc-row div:nth-child(1){ font-weight:700; }
  .svc-row div:nth-child(3){
    color:#606b7a;
    font-size:14px;
  }
  .svc-table{ border-radius:8px; }
}
/* ====== Gap fixes (add at bottom of Additional CSS) ====== */

/* 1) Trim hero vertical space a bit (optional: tweak values) */
.hero-section {
  padding-top: 40px;      /* was 60px */
  padding-bottom: 40px;   /* was 60px */
}

/* 2) Tighten Services page bottom space */
.svc-wrap{
  /* was: padding: 24px 16px 60px; */
  padding: 24px 16px 28px;
}

/* 3) Footer top padding can feel like a gap when content above has bottom padding */
.site-footer {
  /* was: 40px 20px 20px */
  padding: 28px 20px 20px;
}

/* 4) Global stabilizer: remove theme/Elementor auto gaps at the very top and very bottom */
.site-content,
.content-area,
.site-main,
main#main {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.e-con {                       /* e-con = Elementor Container */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.entry-content > *:first-child,
.elementor > *:first-child,
.elementor-section-wrap > .elementor-section:first-child,
.e-con > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.entry-content > *:last-child,
.elementor > *:last-child,
.elementor-section-wrap > .elementor-section:last-child,
.e-con > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 5) Safety: Spacer widgets often add accidental gaps */
.elementor-widget-spacer { margin: 0 !important; }
/* ===== Pricing page ===== */
.pricing-wrap{
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 28px;  /* tight bottom so footer doesn't float */
  color:#333;
}

.pricing-bc{
  color:#8b97a6;
  font-size:14px;
  margin: 8px 0 10px;
}
.pricing-bc span{ color:#333; }

.pricing-title{
  font-size:32px;
  font-weight:800;
  margin: 6px 0 6px;
  color:#0f2742;
}
.pricing-sub{
  color:#606b7a;
  font-size:16px;
  margin: 0 0 22px;
}

/* Cards grid */
.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Card */
.price-card{
  background:#fff;
  border:1px solid #e6e9ef;
  border-radius:12px;
  padding:18px;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.pc-title{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#0f2742;
}
.pc-desc{
  margin:0;
  font-size:15px;
  color:#536071;
}

/* Price line */
.pc-price{
  margin-top:6px;
  display:flex;
  align-items:flex-end;
  gap:6px;
  color:#0f2742;
}
.pc-price .from{
  color:#606b7a;
  font-size:14px;
  margin-right:2px;
}
.pc-price .currency{
  font-weight:700;
  font-size:18px;
  line-height:1;
}
.pc-price .amount{
  font-weight:800;
  font-size:28px;
  line-height:1;
}

/* Book button */
.btn-book{
  margin-top:10px;
  align-self:flex-start;
  display:inline-block;
  background:#F58220;       /* brand orange */
  color:#fff;
  font-weight:700;
  font-size:14px;
  padding:10px 18px;
  border-radius:8px;
  text-decoration:none;
  border:1px solid transparent;
  transition:.2s ease;
}
.btn-book:hover{
  background:#d96d15;
}

/* Responsive */
@media (max-width: 992px){
  .pricing-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .pricing-grid{ grid-template-columns: 1fr; }
}
/* ===== FAQ page ===== */
:root{
  --brand-orange: #F58220;
  --ink-900: #0f2742;
  --ink-700: #536071;
  --card-border: #e6e9ef;
}

.faq-wrap{
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 28px;   /* tight bottom so footer doesn't look "gappy" */
  color:#333;
}

.faq-bc{
  color:#8b97a6;
  font-size:14px;
  margin: 8px 0 10px;
}
.faq-bc span{ color:#333; }

.faq-title{
  font-size:32px;
  font-weight:800;
  color: var(--ink-900);
  margin: 6px 0 18px;
}

.faq-list{
  display: grid;
  gap: 14px;
}

/* Card */
.faq-card{
  position: relative;
  background:#fff;
  border:1px solid var(--card-border);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  border-left: 4px solid transparent; /* subtle accent strip */
}

.faq-q{
  margin:0 0 6px;
  font-size:18px;
  font-weight:700;
  color: var(--ink-900);
}
.faq-a{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color: var(--ink-700);
}

/* Hover / focus highlight in brand orange */
.faq-card:hover,
.faq-card:focus-within{
  border-color: var(--brand-orange);
  border-left-color: var(--brand-orange);
  box-shadow: 0 8px 20px rgba(245,130,32,.18);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 640px){
  .faq-title{ font-size:28px; }
}
/* ===== Blog listing ===== */
.blog-wrap{ max-width:1120px; margin:0 auto; padding:24px 16px 28px; color:#333; }
.blog-bc{ color:#8b97a6; font-size:14px; margin:8px 0 10px; }
.blog-bc span{ color:#333; }
.blog-title{ font-size:32px; font-weight:800; margin:6px 0 18px; color:#0f2742; }

.blog-grid{ display:grid; gap:16px; }
.post-card{
  background:#fff; border:1px solid #e6e9ef; border-radius:12px;
  padding:18px; box-shadow:0 2px 8px rgba(0,0,0,.04);
  transition:border-color .2s, box-shadow .2s, transform .2s;
  border-left:4px solid transparent;
}
.post-card:hover{
  border-color:#F58220; border-left-color:#F58220;
  box-shadow:0 8px 20px rgba(245,130,32,.18); transform:translateY(-1px);
}
.pc-title{ margin:0 0 6px; font-size:20px; font-weight:800; color:#0f2742;}
.pc-excerpt{ margin:0 0 12px; font-size:15px; color:#536071; line-height:1.6;}
.btn-outline{
  display:inline-block; padding:10px 16px; border-radius:8px;
  border:1.5px solid #F58220; color:#F58220; text-decoration:none; font-weight:700;
  transition:.2s;
}
.btn-outline:hover{ background:#F58220; color:#fff; }
/* Single post styles */
.post-wrap{ max-width:900px; margin:0 auto; padding:24px 16px 28px; color:#333; }
.post-bc{ color:#8b97a6; font-size:14px; margin:8px 0 10px; }
.post-bc a{ color:#8b97a6; text-decoration:none; }
.post-title{ font-size:32px; font-weight:800; color:#0f2742; margin:6px 0 12px; }
.post-intro{ color:#536071; font-size:16px; margin:0 0 14px; }
.toc{ background:#f7f9fc; border:1px solid #e6e9ef; border-radius:8px; padding:12px 14px; margin:12px 0 18px; }
.toc ul{ margin:8px 0 0; padding-left:18px; }
.post-wrap h2{ font-size:22px; font-weight:800; color:#0f2742; margin:18px 0 8px; }
.post-wrap p, .post-wrap li{ font-size:16px; line-height:1.65; color:#333; }
.post-ctas{ display:flex; gap:12px; margin:12px 0 0; }
.btn-orange{ display:inline-block; background:#F58220; color:#fff; font-weight:700; padding:10px 18px; border-radius:8px; text-decoration:none; transition:.2s; }
.btn-orange:hover{ background:#d96d15; }
.btn-white{ display:inline-block; background:#1559ED; color:#fff; font-weight:700; padding:10px 18px; border-radius:8px; text-decoration:none; transition:.2s; }
.btn-white:hover{ filter:brightness(.95); }
/* Booking page form card */
#wpforms-536 {
  background:#ffffff; padding:24px; border-radius:12px;
  box-shadow:0 4px 15px rgba(0,0,0,.08);
}
#wpforms-536 .wpforms-submit {
  background:#F58220; border:none; border-radius:8px; padding:12px 18px;
  font-weight:700; color:#fff;
}
#wpforms-536 .wpforms-submit:hover { background:#d96d15; }
/* Booking page form card */
#wpforms-536 {
  background:#ffffff; padding:24px; border-radius:12px;
  box-shadow:0 4px 15px rgba(0,0,0,.08);
}
#wpforms-536 .wpforms-submit {
  background:#F58220; border:none; border-radius:8px; padding:12px 18px;
  font-weight:700; color:#fff;
}
#wpforms-536 .wpforms-submit:hover { background:#d96d15; }
/* Hide theme page titles everywhere (Elementor handles headings) */
.entry-title,
.page-title,
.elementor-page-title {
  display: none !important;
}

/* Strip theme padding/margins around the content area sitewide */
.site-content,
.content-area,
.entry-content,
.hentry {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Ensure the first Elementor section hugs the header */
.elementor-section.elementor-top-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ensure the last Elementor section hugs the footer */
.elementor-section.elementor-top-section:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove common theme "page header" / spacer blocks if present */
.page-header,
.content-header,
.spacer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Kill accidental header/footer gaps */
.site-header, header.site-header { margin-bottom: 0 !important; }
.site-footer, footer.site-footer { margin-top: 0 !important; }
/* Fix dropdown (select) background and text color */
.wpforms-field select {
  background-color: #f1f1f1 !important;  /* light grey background */
  color: #000000 !important;             /* black text */
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
}

/* Dropdown options styling */
.wpforms-field select option {
  background-color: #f1f1f1 !important;  /* grey background */
  color: #000000 !important;             /* black text */
}
/* Yoast breadcrumb style (Pricing page look) */
#breadcrumbs {
  font-size: 14px;
  color: #8b97a6;
  margin: 8px 0 10px;
}
#breadcrumbs a {
  color: #8b97a6;
  text-decoration: none;
}
#breadcrumbs a:hover { text-decoration: underline; }

/* Current page (last item) darker */
#breadcrumbs .breadcrumb_last {
  color: #333333;
  font-weight: 500;
}

/* Optional: use ▸ as the separator visually */
#breadcrumbs span.separator {
  margin: 0 6px;
}

/* If your theme injects extra spacing above, trim it */
.elementor-widget-shortcode:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Privacy Page Styling */
.privacy-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.privacy-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: #216A9B; /* Brand blue */
}

.privacy-intro {
  text-align: center;
  font-size: 17px;
  margin-bottom: 35px;
  color: #536071;
}

.privacy-section {
  font-size: 20px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #F58220; /* Brand orange */
}

.privacy-wrap ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}

.privacy-wrap a {
  color: #216A9B;
  font-weight: 600;
}

.privacy-wrap a:hover {
  color: #F58220;
}
/* Terms Page Styling */
.terms-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.terms-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: #216A9B; /* Brand blue */
}

.terms-intro {
  text-align: center;
  font-size: 17px;
  margin-bottom: 35px;
  color: #536071;
}

.terms-section {
  font-size: 20px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #F58220; /* Brand orange */
}

.terms-wrap ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}

.terms-wrap a {
  color: #216A9B;
  font-weight: 600;
}

.terms-wrap a:hover {
  color: #F58220;
}
/* Service Page Styling */
.service-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.service-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: #216A9B; /* Brand blue */
}

.service-intro {
  text-align: center;
  margin-bottom: 35px;
  font-size: 17px;
  color: #536071;
}

.service-section {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #F58220; /* Brand orange */
}

.service-wrap ul,
.service-wrap ol {
  margin: 12px 0 25px 20px;
}

.service-wrap li {
  margin-bottom: 8px;
}

.service-wrap a {
  color: #216A9B;
  font-weight: 600;
}
.service-wrap a:hover {
  color: #F58220;
}/* === DPF Problems: SEO content block === */
.dpfp-extra{background:#F6F8FB;border-top:1px solid #E6EAF1;border-bottom:1px solid #E6EAF1;padding:36px 0}
.dpfp-extra__container{width:min(1100px,92%);margin:0 auto}
.dpfp-extra h2{margin:0 0 10px;font-size:clamp(22px,2.6vw,30px);color:#0F172A}
.dpfp-extra h3{margin:14px 0 8px;font-size:clamp(18px,2.2vw,22px);color:#0F172A}
.dpfp-extra p{color:#475569;line-height:1.65;margin:0 0 12px}
.dpfp-extra__list{margin:0 0 12px 18px;color:#0B2540}
.dpfp-extra__badges{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:8px 0 0}
.dpfp-extra__badges li{background:#fff;border:1px solid #E6EAF1;border-radius:999px;padding:8px 12px;font-weight:600}
.dpfp-extra a{color:#0A56C2;text-decoration:underline;text-underline-offset:2px}
.dpfp-extra a:hover{text-decoration:none}