/* Page-specific styles for umzug-kehl.html (does not modify global CSS) */

.kehl-hero{
  min-height: 74vh;
  background: #10263f;
}

.kehl-hero .service-hero-overlay{
  background:
    radial-gradient(circle at 78% 18%, rgba(5, 199, 242, 0.14) 0%, rgba(5, 199, 242, 0) 28%),
    linear-gradient(92deg, rgba(8, 25, 43, 0.80) 0%, rgba(11, 34, 56, 0.60) 44%, rgba(10, 27, 45, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 18, 31, 0.10) 0%, rgba(7, 18, 31, 0.36) 100%);
}

.kehl-hero .service-hero-content{
  max-width: 760px;
  padding: 126px 0 104px;
}

.kehl-hero .service-hero-kicker{
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.kehl-hero .service-hero-content h1{
  max-width: 620px;
}

.kehl-hero .service-hero-content p{
  max-width: 690px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.7;
}

.kehl-hero .service-hero-buttons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.kehl-hero .btn.btn-theme,
.kehl-hero a.btn.btn-theme{
  min-height: 52px;
  padding: 15px 30px;
  box-shadow: 0 16px 36px rgba(5, 199, 242, 0.18);
}

.kehl-hero .kehl-hero-btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}

.kehl-hero .kehl-hero-btn-secondary:hover,
.kehl-hero .kehl-hero-btn-secondary:focus{
  color: #ffffff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.40);
  box-shadow: 0 14px 34px rgba(7, 18, 31, 0.18);
}

.kehl-hero .service-hero-trust{
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font: 600 15px/1.65 "Open Sans", sans-serif;
  text-align: left;
  opacity: 0;
  animation: heroFadeUp 0.8s ease-out forwards;
  animation-delay: 0.78s;
}

.kehl-section {
  padding: 55px 0;
}

.kehl-intro-section{
  background:
    radial-gradient(circle at top left, rgba(5, 199, 242, 0.08) 0%, rgba(5, 199, 242, 0) 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.kehl-intro-copy{
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.kehl-intro-kicker{
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(5, 199, 242, 0.10);
  color: #15365A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kehl-intro-copy h2{
  margin-bottom: 18px;
}

.kehl-intro-copy h2::after{
  margin-left: auto;
  margin-right: auto;
}

.kehl-intro-lead{
  max-width: 650px;
  margin: 0 auto;
  color: #4f647a;
  font-size: 18px;
  line-height: 1.75;
}

.kehl-intro-highlights{
  margin-top: 72px;
}

.kehl-intro-highlights.listar-feature-items{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.kehl-intro-highlights .listar-feature-item-wrapper{
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.kehl-intro-highlights .listar-feature-item{
  height: calc(100% - 20px);
}

.kehl-intro-highlights .listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height{
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.kehl-intro-highlights .listar-feature-item a{
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.kehl-intro-highlights .listar-feature-with-image .listar-feature-item a:before{
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.kehl-intro-highlights .listar-feature-item a:after{
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: kehlListarRipple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}

@keyframes kehlListarRipple{
  0%{
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100%{
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

.kehl-intro-highlights .listar-feature-item .listar-feature-item-inner{
  padding: 50px 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.kehl-intro-highlights .listar-feature-item .listar-feature-item-inner:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
}

.kehl-intro-highlights .listar-feature-right-border{
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.kehl-intro-highlights .listar-feature-right-border:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  border: 11px solid #258bd5;
  border-radius: 800px;
}

.kehl-intro-highlights .listar-feature-item .listar-feature-block-content-wrapper{
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.kehl-intro-highlights .listar-feature-icon-wrapper{
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.kehl-intro-highlights .listar-feature-icon-inner{
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.kehl-intro-highlights .listar-feature-icon-inner div{
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.kehl-intro-highlights .listar-feature-icon-inner img{
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  transform: translate(-50%);
  height: 55px;
}

.kehl-intro-highlights .listar-feature-item img,
.kehl-intro-highlights .listar-feature-item i{
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.kehl-intro-highlights .listar-feature-with-image .listar-feature-content-wrapper{
  top: 0;
}

.kehl-intro-highlights .listar-feature-content-wrapper{
  position: relative;
  margin-top: -15.5px;
}

.kehl-intro-highlights .listar-feature-item .listar-feature-item-title{
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.kehl-intro-highlights .listar-feature-item .listar-feature-item-title.listar-feature-counter-added > span{
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.kehl-intro-highlights .listar-feature-item .listar-feature-item-title > span{
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.10);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.kehl-intro-highlights .listar-feature-item .listar-feature-item-title > span span{
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.20),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.kehl-intro-highlights .listar-feature-item .listar-feature-item-title span{
  display: inline-block;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.kehl-intro-highlights .listar-feature-item-excerpt{
  padding: 0 20px;
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.kehl-intro-highlights .col-lg-1,
.kehl-intro-highlights .col-lg-2,
.kehl-intro-highlights .col-lg-3,
.kehl-intro-highlights .col-lg-4,
.kehl-intro-highlights .col-lg-5,
.kehl-intro-highlights .col-lg-6,
.kehl-intro-highlights .col-lg-7,
.kehl-intro-highlights .col-lg-8,
.kehl-intro-highlights .col-lg-9,
.kehl-intro-highlights .col-lg-10,
.kehl-intro-highlights .col-lg-11,
.kehl-intro-highlights .col-lg-12,
.kehl-intro-highlights .col-md-1,
.kehl-intro-highlights .col-md-2,
.kehl-intro-highlights .col-md-3,
.kehl-intro-highlights .col-md-4,
.kehl-intro-highlights .col-md-5,
.kehl-intro-highlights .col-md-6,
.kehl-intro-highlights .col-md-7,
.kehl-intro-highlights .col-md-8,
.kehl-intro-highlights .col-md-9,
.kehl-intro-highlights .col-md-10,
.kehl-intro-highlights .col-md-11,
.kehl-intro-highlights .col-md-12,
.kehl-intro-highlights .col-sm-1,
.kehl-intro-highlights .col-sm-2,
.kehl-intro-highlights .col-sm-3,
.kehl-intro-highlights .col-sm-4,
.kehl-intro-highlights .col-sm-5,
.kehl-intro-highlights .col-sm-6,
.kehl-intro-highlights .col-sm-7,
.kehl-intro-highlights .col-sm-8,
.kehl-intro-highlights .col-sm-9,
.kehl-intro-highlights .col-sm-10,
.kehl-intro-highlights .col-sm-11,
.kehl-intro-highlights .col-sm-12,
.kehl-intro-highlights .col-xs-1,
.kehl-intro-highlights .col-xs-2,
.kehl-intro-highlights .col-xs-3,
.kehl-intro-highlights .col-xs-4,
.kehl-intro-highlights .col-xs-5,
.kehl-intro-highlights .col-xs-6,
.kehl-intro-highlights .col-xs-7,
.kehl-intro-highlights .col-xs-8,
.kehl-intro-highlights .col-xs-9,
.kehl-intro-highlights .col-xs-10,
.kehl-intro-highlights .col-xs-11,
.kehl-intro-highlights .col-xs-12{
  align-self: flex-start;
}

.kehl-intro-actions{
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.kehl-intro-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #15365A;
  border: 1px solid #15365A;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(21, 54, 90, 0.14);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease;
}

.kehl-intro-btn:hover,
.kehl-intro-btn:focus{
  color: #ffffff;
  transform: translateY(-1px);
  background: #1b456f;
  border-color: #1b456f;
  box-shadow: 0 16px 28px rgba(21, 54, 90, 0.18);
}

.kehl-cards{
  margin-top: 18px;
}

.kehl-cards > [class*="col-"]{
  display: flex;
  align-items: stretch;
}

.kehl-cards .my-center{
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
}

.kehl-cards .my_article{
  width: 100%;
  max-width: none;
  min-height: 0;
  height: 100%;
  border-radius: 24px;
}

.kehl-cards .service-article-bg{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(21, 54, 90, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(15, 45, 73, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.kehl-cards .service-article-bg:hover{
  transform: translateY(-4px);
  border-color: rgba(5, 199, 242, 0.18);
  box-shadow: 0 22px 42px rgba(15, 45, 73, 0.12);
}

.kehl-cards .service-block-1,
.row.kehl-cards .service-block-1{
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding-bottom: 0;
  background: transparent;
  text-align: left;
}

.kehl-cards .service-block-1 figure,
.row.kehl-cards .service-block-1 figure{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: transparent;
  border-bottom: none;
}

.kehl-cards .service-block-1 figure img,
.row.kehl-cards .service-block-1 figure img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 24px 24px 0 0;
  box-shadow: none !important;
  transform: scale(1) !important;
  transition: transform 0.28s ease;
}

.kehl-cards .service-article-bg:hover .service-block-1 figure img{
  transform: scale(1.03) !important;
}

.kehl-cards .service-block-1 h3,
.row.kehl-cards .service-block-1 h3{
  display: flex;
  align-items: flex-start;
  min-height: 62px;
  margin: 0;
  padding: 22px 22px 0;
  color: #15365A;
  font-size: 22px;
  line-height: 1.28;
}

.kehl-cards .service-block-1 p,
.row.kehl-cards .service-block-1 p{
  margin: 10px 0 0;
  padding: 0 22px 24px;
  max-width: none;
  color: #5f748a;
  font-size: 15.5px;
  line-height: 1.68;
}

.kehl-section.kehl-alt {
  background:
    radial-gradient(circle at top right, rgba(5, 199, 242, 0.07) 0%, rgba(5, 199, 242, 0) 24%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-top: 1px solid rgba(21, 54, 90, 0.04);
  border-bottom: 1px solid rgba(21, 54, 90, 0.04);
}

.kehl-section .section-heading-wrapper,
.kehl-section .section-heading-wrapper-alt {
  margin-bottom: 20px;
}

/* Step cards */
.kehl-steps {
  margin-top: 10px;
}

.kehl-step-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, #f8fbff 100%);
  border: 1px solid rgba(21, 54, 90, 0.08);
  border-radius: 18px;
  padding: 20px 20px 16px;
  margin-bottom: 14px;
  box-shadow: 0 14px 34px rgba(21, 54, 90, 0.07);
}

.kehl-step-card h3 {
  margin-top: 0;
}

.kehl-step-card p,
.kehl-tip-box p,
.kehl-visit-benefits .cualification p {
  color: #4f647a;
}

.kehl-tip-box {
  background:
    radial-gradient(circle at top right, rgba(5, 199, 242, 0.08) 0%, rgba(5, 199, 242, 0) 34%),
    linear-gradient(180deg, rgba(255,255,255,.99) 0%, #f8fbff 100%);
  border: 1px solid rgba(21, 54, 90, 0.08);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(21, 54, 90, 0.08);
}

.kehl-tip-box h3 {
  margin-top: 0;
}

.kehl-tip-box h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.kehl-actions .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* FAQ (details/summary accordion) */
.kehl-faq details {
  background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, #f8fbff 100%);
  border: 1px solid rgba(21, 54, 90, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 12px;
  box-shadow: 0 14px 32px rgba(21, 54, 90, 0.06);
}

.kehl-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  color: #15365A;
}

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

.kehl-faq summary:after {
  content: "＋";
  float: right;
  font-weight: 900;
}

.kehl-faq details[open] summary:after {
  content: "–";
}

.kehl-faq .faq-answer {
  margin-top: 10px;
}

.kehl-faq summary:after {
  color: #05c7f2;
}

.kehl-faq .faq-answer {
  color: #4f647a;
}


/* Locations around Kehl */
.kehl-areas{margin-top:12px; font-size:1rem; opacity:.95;}

.kehl-visit{
  margin-top: 16px;
  padding: 22px 22px;
  border-radius: 24px;
  border: 1px solid rgba(21, 54, 90, 0.08);
  background:
    radial-gradient(circle at top right, rgba(5, 199, 242, 0.08) 0%, rgba(5, 199, 242, 0) 34%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, #f7fbff 100%);
  box-shadow: 0 18px 42px rgba(21, 54, 90, 0.08);
}

.kehl-visit-title{margin-bottom:8px;}

.kehl-visit-lead{margin-bottom:12px; color:#4f647a;}

.area-chips{
  display:block;
  margin:10px 0 16px;
  text-align:center;
  color:#15365A;
  font-size:15px;
  line-height:1.9;
}

.kehl-visit-note{margin-top:10px; margin-bottom:10px; color:#4f647a;}

.kehl-visit-benefits{
  margin:0;
  padding-left:0;
  display:grid;
  row-gap:10px;
  text-align:left;
}

.kehl-visit-benefits li{margin:6px 0;}

.area-chip{
  display:inline;
  padding:0;
  border:none;
  border-radius:0;
  font-weight: 600;
  color: inherit;
  background:none;
  box-shadow:none;
}

.area-chip::after{
  content:" ·";
  color: rgba(21, 54, 90, 0.34);
  font-weight: 700;
}

.area-chip:last-child::after{
  content:"";
}

@media (min-width: 992px){
  .area-chips{text-align:center;}
}

@media (min-width: 992px){
  .kehl-two-col{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items:start;
  }
  .kehl-two-col p{margin-bottom:0;}
}

@media (min-width: 992px){
  .kehl-visit-split{
    display:grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items:start;
  }
  .kehl-visit-split .kehl-visit-note{margin:0;}
  .kehl-visit-split .kehl-visit-benefits{margin:0; padding-left:0;}
  .kehl-visit-split > *{min-width:0;}
}


/* Backup: ensure icons are visible even if svg-icons-ready JS fails */
html:not(.svg-icons-ready) i.fa{visibility:visible !important;}



/* Font Awesome fallback for this page:
   Your global styles.css hides <i class="fa ..."> because icons are normally replaced by inline SVG via JS.
   If that JS fails, icons disappear. These overrides keep icons visible on this page. */
i.fa, i.fa-footer{visibility:visible !important;}
html:not(.svg-icons-ready) i.fa,
html.svg-icons-ready i.fa{visibility:visible !important;}


/* Use same check style as index.html */
.kehl-visit-benefits .cualification{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:6px;
  margin:0;
  text-align:left;
}
.kehl-visit-benefits .check-img{
  width:14px;
  height:14px;
  display:block;
  margin-top:0.34em;
  flex-shrink:0;
}
.kehl-visit-benefits .cualification p{
  margin:0;
  min-width:0;
  line-height:1.65;
  text-align:left;
}


@media (min-width: 992px){
  .kehl-two-col > p{margin-top:0;}
}

@media (max-width: 991px){
  .kehl-hero{
    min-height: 66vh;
  }

  .kehl-hero .service-hero-content{
    max-width: 700px;
    padding: 114px 0 88px;
  }

  .kehl-cards .my-center{
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 18px;
  }

  .kehl-cards .service-block-1 figure,
  .row.kehl-cards .service-block-1 figure{
    aspect-ratio: 16 / 9;
  }

  .kehl-cards .service-block-1 h3,
  .row.kehl-cards .service-block-1 h3{
    min-height: 58px;
    padding: 20px 20px 0;
    font-size: 21px;
  }

  .kehl-cards .service-block-1 p,
  .row.kehl-cards .service-block-1 p{
    padding: 0 20px 22px;
  }
}

@media (max-width: 767px){
  .kehl-hero{
    min-height: 58vh;
    min-height: 58svh;
  }

  .kehl-hero .service-hero-overlay{
    background:
      linear-gradient(180deg, rgba(8, 25, 43, 0.78) 0%, rgba(10, 27, 45, 0.54) 46%, rgba(10, 27, 45, 0.44) 100%);
  }

  .kehl-hero .service-hero-content{
    padding: 98px 0 68px;
  }

  .kehl-tip-box h2{
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 12px;
  }

  .kehl-hero .service-hero-buttons{
    gap: 12px;
    align-items: stretch;
  }

  .kehl-hero .btn.btn-theme,
  .kehl-hero a.btn.btn-theme,
  .kehl-hero .kehl-hero-btn-secondary{
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 13px 24px;
  }

  .kehl-hero .service-hero-trust{
    max-width: 340px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  .kehl-intro-copy{
    text-align: center;
  }

  .kehl-intro-copy h2::after{
    margin-left: auto;
    margin-right: auto;
  }

  .kehl-intro-lead{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.7;
  }

  .kehl-intro-actions{
    margin-top: 16px;
  }

  .kehl-intro-btn{
    width: 100%;
    text-align: center;
  }

  .kehl-cards{
    margin-top: 12px;
  }

  .kehl-cards .my-center{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 14px;
  }

  .kehl-cards .my_article{
    border-radius: 22px;
  }

  .kehl-cards .service-article-bg{
    border-radius: 22px;
  }

  .kehl-cards .service-block-1 figure,
  .row.kehl-cards .service-block-1 figure{
    aspect-ratio: 16 / 10;
  }

  .kehl-cards .service-block-1 figure img,
  .row.kehl-cards .service-block-1 figure img{
    border-radius: 22px 22px 0 0;
  }

  .kehl-cards .service-block-1 h3,
  .row.kehl-cards .service-block-1 h3{
    min-height: 0;
    padding: 18px 20px 0;
    font-size: 21px;
  }

  .kehl-cards .service-block-1 p,
  .row.kehl-cards .service-block-1 p{
    padding: 0 20px 20px;
    font-size: 15px;
  }
}


/* Feature cards with FA SVG icons */
.kehl-feature-grid{
  display:grid;
  gap:16px;
  margin-top:18px;
}
@media (min-width: 992px){
  .kehl-feature-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:18px;
  }
}
.kehl-feature-card{
  border: 1px solid rgba(21, 54, 90, 0.08);
  border-radius: 20px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(21, 54, 90, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.kehl-feature-card:hover{
  transform: translateY(-2px);
  border-color: rgba(5, 199, 242, 0.18);
  box-shadow: 0 20px 42px rgba(21, 54, 90, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}
.kehl-feature-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:10px;
}
.kehl-feature-head h4{margin:0; color:#15365A; line-height:1.18;}
.kehl-feature-card p{margin:0; color:#4f647a; line-height:1.68;}
.kehl-feature-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  fill:#05c7f2;
  filter: drop-shadow(0 6px 12px rgba(5, 199, 242, 0.14));
}


/* Make feature grid use full container width and equal-height cards */
.kehl-feature-grid{width:100%;}
.kehl-feature-card{height:100%; display:flex; flex-direction:column;}
.kehl-feature-card p{margin:0;}


.kehl-feature-grid{align-items:stretch;}

/* Ensure equal-height feature cards */
@media (min-width: 992px){
  .kehl-feature-grid{grid-auto-rows: 1fr;}
}

.kehl-feature-grid{width:100% !important; align-items:stretch;}

.kehl-feature-card{height:100% !important;}

/* Prevent grid columns from becoming uneven due to min-content sizing */
.kehl-feature-card{min-width:0;}
.kehl-feature-head h4{min-width:0;}


/* Feature card title sizing for 4-column layout */
@media (min-width: 992px) and (max-width: 1199px){
  .kehl-feature-head h4{font-size:16px; line-height:1.2;}
}
@media (min-width: 1200px){
  .kehl-feature-head h4{font-size:17px; line-height:1.2;}
}


.kehl-feature-head h4{overflow-wrap:anywhere;}

/* Local hub page */
.kehl-hub-grid{
  margin-top: 12px;
}

@media (min-width: 768px){
  .kehl-hub-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .kehl-hub-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

.kehl-hub-card{
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 36px rgba(21, 54, 90, 0.08);
}

.kehl-hub-card .kehl-feature-head{
  align-items: flex-start;
  gap: 0;
  margin-bottom: 10px;
}

.kehl-hub-media{
  width: 100%;
  margin: 0;
  height: 248px;
  overflow: hidden;
  background: #edf4fb;
}

.kehl-hub-media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.kehl-hub-card:hover .kehl-hub-media img{
  transform: scale(1.03);
}

.kehl-hub-content{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 22px 20px;
}

.kehl-hub-card p{
  flex: 1 1 auto;
}

.kehl-hub-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 42px;
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(21, 54, 90, 0.10);
  background: rgba(255, 255, 255, 0.92);
  color: #15365A;
  font: 700 14px/1 "Open Sans", sans-serif;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.kehl-hub-link:hover,
.kehl-hub-link:focus{
  color: #15365A;
  border-color: rgba(5, 199, 242, 0.24);
  box-shadow: 0 10px 24px rgba(21, 54, 90, 0.10);
  transform: translateY(-1px);
  text-decoration: none;
}

.kehl-coverage-box .area-chips{
  max-width: 760px;
  margin: 12px auto 14px;
}

.kehl-coverage-box p{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.kehl-local-links-box p{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.kehl-local-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.kehl-local-links .kehl-hub-link{
  margin-top: 0;
}

.footer-widget-local .sidebar-widget-wrapper{
  text-align: left;
}

.footer-widget-local .footer-widget-header h3{
  float: none;
  display: block;
}

@media (min-width: 992px){
  .footer-widget-area-local .footer-local-columns{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer-widget-area-local .footer-local-columns > [class*="col-"]{
    float: none !important;
    width: 33.333333% !important;
    max-width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .footer-widget-area-local .footer-col-contact{
    width: 33.333333% !important;
  }

  .footer-widget-area-local .footer-col-local{
    width: 33.333333% !important;
  }

  .footer-widget-area-local .footer-col-hours{
    width: 33.333333% !important;
  }

  .footer-widget-area-local .footer-widget{
    margin-bottom: 0;
  }

  .footer-widget-area-local .footer-col-contact .sidebar-widget-wrapper{
    max-width: none;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .footer-widget-area-local .footer-col-local .sidebar-widget-wrapper{
    text-align: left;
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .footer-widget-area-local .footer-col-hours .sidebar-widget-wrapper{
    max-width: none;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .footer-widget-area-local .footer-col-contact .footer-widget-header,
  .footer-widget-area-local .footer-col-local .footer-widget-header,
  .footer-widget-area-local .footer-col-hours .footer-widget-header{
    margin-bottom: 18px;
  }

  .footer-widget-area-local .footer-col-contact .logo_footer{
    display: block;
    margin: 0 0 4px;
  }

  .footer-widget-area-local .footer-col-hours .opening-shedule{
    margin-bottom: 0;
  }
}

.footer-local-links{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-local-links li{
  margin: 0;
}

.footer-local-links a{
  display: inline-block;
}

@media (max-width: 767px){
  .kehl-hub-card{
    border-radius: 22px;
  }

  .kehl-hub-media{
    height: 214px;
  }

  .kehl-hub-content{
    padding: 18px 20px 20px;
  }

  .kehl-hub-link{
    width: 100%;
    margin-top: 16px;
  }

  .kehl-local-links{
    gap: 10px;
  }

  .footer-widget-local{
    margin: 12px 0;
  }
}
