html, body {
  background-color: #f5f0e8 !important;
}

/* =============================
   CONTAINER
   ============================= */
.container-fluid,
.site-grid,
#sp-component {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.com-content-article__body,
.com-content-article__body > div,
.article-fulltext > div {
  padding: 0 !important;
  margin: 0 !important;
}

.bati-home {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* =============================
   HEADER
   ============================= */
body,
.site,
#sp-wrapper,
header.header,
#sp-header,
#sp-header > div,
.site-header,
.grid-child,
.header.full-width {
  background-color: #f5f0e8 !important;
  border: none !important;
  box-shadow: none !important;
}

header.header {
  padding: 15px 30px !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

header.header img {
  max-height: 100px !important;
  width: auto !important;
}

.container-header {
  background-color: #f5f0e8 !important;
  background-image: none !important;
  width: 100% !important;
}

/* =============================
   NAVBAR
   ============================= */
.navbar {
  background-color: #7d3b4d !important;
  margin: 0 !important;
  padding: 0 15px !important;
  width: 100% !important;
  border: none !important;
}

.container-nav {
  background-color: #7d3b4d !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
}

.navbar a,
.navbar-nav .nav-link,
.navbar-nav .nav-item a,
.navbar .nav-link,
.mod-menu__item a {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 20px !important;
  opacity: 1 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #c7a66b !important;
  border-bottom: 2px solid #c7a66b !important;
}

/* =============================
   HERO BEREICH
   ============================= */
.bati-hero {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 0;
  align-items: stretch;
  min-height: 420px;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.bati-hero-text {
  padding: 60px 50px;
  background: #f5f0e8;
}

.bati-hero-image {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-color: #d9cfc5;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.welcome {
  font-size: 24px;
  color: #c7a66b;
  margin-bottom: 8px;
  font-weight: 300;
  font-family: Georgia, serif;
  font-style: italic;
}

.bati-hero h1 {
  font-size: 48px !important;
  line-height: 1.1;
  color: #7d3b4d;
  margin-bottom: 10px;
  font-family: Georgia, serif;
  white-space: nowrap;
}

.bati-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  color: #7d3b4d;
}

.bati-divider::before,
.bati-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #c7a66b;
}

.lead {
  font-size: 17px;
  color: #7d3b4d;
  margin-bottom: 12px;
  font-weight: 600;
}

.bati-hero p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* =============================
   SERVICE ICONS (6 Spalten)
   ============================= */
.bati-service-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid #e2d7ca;
  border-bottom: 1px solid #e2d7ca;
  padding: 35px 0;
  max-width: 100%;
  margin: 0;
  background: white;
  box-shadow: none;
  outline: none;
}

.service-item {
  text-align: center;
  background: white;
  padding: 25px 15px;
  border-left: 1px solid #d8c7b0;
}

.service-item:first-child {
  border-left: none;
}

.service-icon {
  color: #7d3b4d;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.service-item h3 {
  color: #7d3b4d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.service-item p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

/* =============================
   FOOTER (3 Spalten)
   ============================= */
.bati-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0;
}

.bati-bottom-box {
  padding: 20px 25px;
  min-height: 120px;
}

.bati-bottom-box.dark {
  background: #7d3b4d;
  color: white;
}

.bati-bottom-box.gold {
  background: #c7a66b;
  color: #2b2b2b;
}

.bati-bottom-box h2 {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
}

.big-icon {
  margin-bottom: 10px;
}

.big-text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.bati-bottom-box p {
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
}

.bati-bottom-box a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.bati-bottom-box.gold a {
  color: #2b2b2b !important;
}

/* =============================
   FIXES
   ============================= */
.item-page {
  padding: 0 !important;
  margin: 0 !important;
}

.page-header {
  display: none !important;
}
#sp-component .container-fluid,
#sp-main-body,
.row-fluid {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* BANNER FULL WIDTH */
.container-banner.full-width {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.container-banner.full-width img {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  display: block !important;
  object-fit: fill !important;
}
/* =============================
   MOBILE
   ============================= */
@media (max-width: 768px) {

  /* HEADER */
  header.header {
    padding: 10px 15px !important;
  }

  header.header img {
    max-height: 70px !important;
  }

  /* HERO */
  .bati-hero {
    grid-template-columns: 1fr !important;
  }

  .bati-hero-image {
    min-height: 250px !important;
  }

  .bati-hero-text {
    padding: 30px 20px !important;
  }

  .bati-hero h1 {
    font-size: 32px !important;
    white-space: normal !important;
  }

  .welcome {
    font-size: 18px !important;
  }

  /* SERVICE ROW */
  .bati-service-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* FOOTER */
  .bati-bottom {
    grid-template-columns: 1fr !important;
  }

  .bati-bottom-box {
    min-height: auto !important;
  }
}

@media (max-width: 480px) {
  .bati-service-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .bati-hero h1 {
    font-size: 26px !important;
  }
}
/* ============================================
   BATI SERVICE-SEITE
   ============================================ */

/* HERO */
 .bati-sv-hero {
  background: #f5f0e8;
  padding: 60px 50px 44px 50px;
  border-bottom: 1px solid #ddd5c4;
  max-width: 100%;
  margin: 0;

}

.bati-sv-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-sv-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  white-space: normal !important;
  line-height: 1.1 !important;
}

.bati-sv-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-sv-divider-line {
  flex: 1;
  height: 1px;
  background: #c7a66b;
  display: block;
  max-width: 80px;
}

.bati-sv-hero-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  max-width: 640px;
  font-weight: 400 !important;
  font-family: inherit !important;
}

/* KARTEN */
.bati-sv-cards-section {
  padding: 52px 60px 52px 160px;
  background: #f5f0e8;
}

.bati-sv-section-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c7a66b;
  margin-bottom: 28px;
  font-weight: 700;
  display: block;
  font-family: inherit;
}

.bati-sv-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1px !important;
  background: #ddd5c4;
  border: 1px solid #ddd5c4;
}

.bati-sv-card {
  background: #f5f0e8 !important;
  padding: 32px 28px !important;
}

.bati-sv-card-icon {
  margin-bottom: 14px;
  display: block;
}

.bati-sv-card-title {
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}

.bati-sv-card-text {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-family: inherit !important;
}

/

/* MOBILE */
@media (max-width: 768px) {
  .bati-sv-hero { padding: 36px 20px 28px; }
  .bati-sv-h1 { font-size: 32px !important; }
  .bati-sv-cards-section { padding: 32px 20px; }
  .bati-sv-cards { grid-template-columns: 1fr !important; }
  .bati-sv-price-section { padding: 32px 20px 48px; }
  .bati-sv-tab-btn { padding: 10px 12px !important; font-size: 10px !important; }
  .bati-sv-price-cols { grid-template-columns: 1fr !important; gap: 28px !important; }
}
/* PREISLISTE */
.bati-sv-price-section {
  padding: 52px 60px 60px 160px;
  background: #f5f0e8 !important;
  border-top: 3px solid #7d3b4d;
}

.bati-sv-price-title {
  font-family: Georgia, serif !important;
  font-size: 32px !important;
  color: #7d3b4d !important;
  margin-bottom: 4px !important;
  font-weight: 700 !important;
}

.bati-sv-price-subtitle {
  font-size: 12px;
  color: #c7a66b;
  margin-bottom: 28px;
  display: block;
  font-style: italic;
  font-family: Georgia, serif;
}

/* TABS */
.bati-sv-tabs {
  display: flex !important;
  flex-wrap: wrap;
  border-bottom: 2px solid #7d3b4d;
  margin-bottom: 32px;
  gap: 0;
}

.bati-sv-tab-btn {
  padding: 12px 26px !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: none !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -2px !important;
  cursor: pointer !important;
  color: #7d3b4d !important;
  font-family: inherit !important;
  transition: all 0.2s;
  box-shadow: none !important;
  border-radius: 0 !important;
  opacity: 0.5 !important;
}

.bati-sv-tab-btn.active {
  color: #7d3b4d !important;
  border-bottom: 3px solid #c7a66b !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  background: transparent !important;
}

.bati-sv-tab-btn:hover {
  opacity: 1 !important;
  color: #7d3b4d !important;
}

.bati-sv-tab-content {
  display: none !important;
}

.bati-sv-tab-content.active {
  display: block !important;
}

.bati-sv-tab-intro {
  background: #ede8df;
  border-left: 3px solid #c7a66b;
  padding: 16px 22px;
  margin-bottom: 30px;
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  font-family: Georgia, serif !important;
  font-style: italic !important;
}

/* PREIS SPALTEN */
.bati-sv-price-cols {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 44px !important;
}

.bati-sv-block-title {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #7d3b4d !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 1.5px solid #c7a66b !important;
  display: block;
  font-family: inherit !important;
}

.bati-sv-lengths {
  font-size: 10px !important;
  color: #c7a66b !important;
  display: block !important;
  margin-bottom: 12px !important;
  font-style: italic !important;
}

.bati-sv-pr {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #ddd5c4 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

.bati-sv-pr-n {
  color: #555 !important;
  font-weight: 400 !important;
}

.bati-sv-pr-v {
  color: #7d3b4d !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  margin-left: 12px !important;
}

.bati-sv-spacer {
  height: 24px;
  display: block;
}

.bati-sv-price-note {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid #ddd5c4;
  font-size: 11px;
  color: #c7a66b;
  text-align: center;
  letter-spacing: 1px;
  font-style: italic;
  font-family: Georgia, serif;
}
/* ============================================
   BATI ÖFFNUNGSZEITEN
   ============================================ */

/* HERO */
.bati-oz-hero {
  background: #f5f0e8;
  padding: 56px 60px 44px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-oz-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-oz-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.bati-oz-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-oz-divider-line {
  width: 70px;
  height: 1px;
  background: #c7a66b;
  display: block;
}

.bati-oz-hero-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  max-width: 580px;
  font-weight: 400 !important;
}

/* 3 BOXEN */
.bati-oz-boxes {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  width: 100%;
  margin: 0;
}

.bati-oz-box {
  padding: 40px 35px;
  min-height: 260px;
}

.bati-oz-box.dark {
  background: #7d3b4d;
  color: white;
}

.bati-oz-box.gold {
  background: #c7a66b;
  color: #2b2b2b;
}

.bati-oz-box-icon {
  margin-bottom: 15px;
}

.bati-oz-box-title {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.bati-oz-box.dark .bati-oz-box-title {
  color: white !important;
}

.bati-oz-box.gold .bati-oz-box-title {
  color: #2b2b2b !important;
}

/* TAGESZEILEN */
.bati-oz-day-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 14px;
}

.bati-oz-day {
  color: rgba(255,255,255,0.85);
  font-weight: 400;
}

.bati-oz-time {
  color: white;
  font-weight: 700;
  font-size: 13px;
}

.bati-oz-time.closed {
  color: rgba(255,255,255,0.5) !important;
  font-weight: 400 !important;
  font-style: italic;
}

/* BOX TEXT */
.bati-oz-box-text {
  font-size: 14px !important;
  opacity: 0.9;
  line-height: 1.7;
  margin-bottom: 8px !important;
}

/* TELEFON & EMAIL */
.bati-oz-phone {
  font-size: 22px !important;
  color: white !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-family: Georgia, serif !important;
}

.bati-oz-phone:hover {
  color: #c7a66b !important;
}

.bati-oz-email {
  color: white !important;
  text-decoration: underline !important;
  font-size: 14px !important;
}

.bati-oz-email:hover {
  color: #c7a66b !important;
}

/* FERIEN */
.bati-oz-ferien-section {
  background: #f5f0e8;
  padding: 44px 60px 56px;
  border-top: 1px solid #ddd5c4;
}

.bati-oz-ferien-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-oz-ferien-title {
  font-family: Georgia, serif !important;
  font-size: 22px !important;
  color: #7d3b4d !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.bati-oz-ferien-empty {
  font-size: 14px;
  color: #aaa;
  font-style: italic;
  padding: 20px 0;
}

.bati-oz-ferien-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #ddd5c4;
  border-left: 4px solid #7d3b4d;
  padding: 22px 24px;
  margin-bottom: 14px;
}

.bati-oz-ferien-badge {
  background: #7d3b4d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  white-space: nowrap;
}

.bati-oz-ferien-dates {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #7d3b4d;
  font-weight: 700;
  margin-bottom: 6px;
}

.bati-oz-ferien-note {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .bati-oz-hero { padding: 36px 20px 28px; }
  .bati-oz-h1 { font-size: 32px !important; }
  .bati-oz-boxes { grid-template-columns: 1fr !important; }
  .bati-oz-ferien-section { padding: 36px 20px 44px; }
}
/* ============================================
   BATI KONTAKT
   ============================================ */

/* HERO */
.bati-kt-hero {
  background: #f5f0e8;
  padding: 56px 60px 44px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-kt-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-kt-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.bati-kt-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-kt-divider-line {
  width: 70px;
  height: 1px;
  background: #c7a66b;
  display: block;
}

.bati-kt-hero-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  max-width: 580px;
  font-weight: 400 !important;
}

/* HAUPTBEREICH */
.bati-kt-main {
  display: grid !important;
  grid-template-columns: 55% 45% !important;
  gap: 0 !important;
  min-height: 600px;
}

/* KARTE */
.bati-kt-map-col {
  position: relative;
}

.bati-kt-map {
  width: 100% !important;
  height: 100% !important;
  min-height: 600px !important;
  border: none !important;
  display: block !important;
}

/* RECHTE SPALTE */
.bati-kt-info-col {
  background: #f5f0e8;
  padding: 40px 40px;
  border-left: 1px solid #ddd5c4;
}

/* KONTAKTINFOS */
.bati-kt-info-block {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-kt-section-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c7a66b;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2d7ca;
}

.bati-kt-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.bati-kt-info-row svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.bati-kt-info-title {
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #aaa !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.bati-kt-info-text {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.7 !important;
}

.bati-kt-phone {
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  color: #7d3b4d !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.bati-kt-phone:hover {
  color: #c7a66b !important;
}

.bati-kt-email {
  font-size: 14px !important;
  color: #7d3b4d !important;
  text-decoration: underline !important;
}

.bati-kt-email:hover {
  color: #c7a66b !important;
}

/* FORMULAR */
.bati-kt-form-block {
  margin-top: 0;
}

.bati-kt-form-group {
  margin-bottom: 16px;
}

.bati-kt-label {
  display: block !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #7d3b4d !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

.bati-kt-input,
.bati-kt-textarea {
  width: 100% !important;
  padding: 12px 16px !important;
  background: #ffffff !important;
  border: 1px solid #ddd5c4 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  color: #333 !important;
  font-family: inherit !important;
  transition: border-color 0.2s !important;
  box-sizing: border-box !important;
}

.bati-kt-input:focus,
.bati-kt-textarea:focus {
  outline: none !important;
  border-color: #7d3b4d !important;
}

.bati-kt-textarea {
  resize: vertical !important;
  min-height: 120px !important;
}

.bati-kt-btn {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #7d3b4d !important;
  color: white !important;
  border: none !important;
  padding: 14px 32px !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  font-family: inherit !important;
  margin-top: 8px !important;
}

.bati-kt-btn:hover {
  background: #c7a66b !important;
}

.bati-kt-success {
  margin-top: 16px;
  padding: 14px 18px;
  background: #f0ebe1;
  border-left: 3px solid #c7a66b;
  font-size: 14px;
  color: #7d3b4d;
  font-style: italic;
  font-family: Georgia, serif;
}
/* CTA BOXEN */
.bati-kt-cta-block {
  margin-top: 0;
}

.bati-kt-cta-box {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 22px 28px !important;
  margin-bottom: 12px !important;
  text-decoration: none !important;
  transition: opacity 0.2s !important;
  cursor: pointer !important;
}

.bati-kt-cta-box:hover {
  opacity: 0.9 !important;
}

.bati-kt-cta-box.dark {
  background: #7d3b4d !important;
  color: white !important;
}

.bati-kt-cta-box.gold {
  background: #c7a66b !important;
  color: #2b2b2b !important;
}

.bati-kt-cta-label {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  opacity: 0.8 !important;
}

.bati-kt-cta-box.dark .bati-kt-cta-label {
  color: rgba(255,255,255,0.7) !important;
}

.bati-kt-cta-box.gold .bati-kt-cta-label {
  color: #2b2b2b !important;
}

.bati-kt-cta-number {
  font-family: Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.bati-kt-cta-box.dark .bati-kt-cta-number {
  color: white !important;
}

.bati-kt-cta-box.gold .bati-kt-cta-number {
  color: #2b2b2b !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .bati-kt-hero { padding: 36px 20px 28px; }
  .bati-kt-h1 { font-size: 32px !important; }
  .bati-kt-main { grid-template-columns: 1fr !important; }
  .bati-kt-map { min-height: 300px !important; }
  .bati-kt-info-col { padding: 30px 20px; }
}