/* =========================================
   WORDPRESS THEME – ADDITIONAL STYLES
   kreemshakti-wp.css
   ========================================= */

/* Inner Hero */
.inner-hero {
  background: linear-gradient(135deg, #f0faf8 0%, #e8f5f0 50%, #fdf6e3 100%);
  padding: 48px 0 56px;
  position: relative;
  overflow: hidden;
}
.inner-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,105,96,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.inner-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin: 14px 0 20px;
}
.inner-hero-title em { font-style: normal; color: var(--green); }
.inner-hero-desc {
  color: var(--gray);
  font-size: 1.05rem;
  max-width: 580px;
  line-height: 1.75;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.85rem;
  color: var(--gray);
}
.breadcrumb-nav a { color: var(--green); font-weight: 500; }
.breadcrumb-nav a:hover { color: var(--green-dark); }
.bc-sep { color: rgba(29,105,96,0.4); }
.bc-current { color: var(--gray); font-weight: 500; }

/* Service Banner Image */
.service-banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.service-banner-img img {
  border-radius: 20px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 10px 40px rgba(29,105,96,0.14);
}

/* Service Section */
.service-pg-section { padding: 80px 0; background: white; }
.bg-light-green { background: #f0faf8 !important; }

/* Blog */
.blog-pg-section { padding: 60px 0 80px; background: white; }
.blog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.filter-pill {
  background: #f8f9fa;
  color: #303233;
  border: 1.5px solid #e0e0e0;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  text-decoration: none;
  display: inline-block;
}
.filter-pill:hover, .filter-pill.active {
  background: #e0f2ef;
  border-color: #1D6960;
  color: #0D5549;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-pg-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(29,105,96,0.1);
  border: 1px solid rgba(29,105,96,0.08);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}
.blog-pg-card:hover { transform: translateY(-6px); box-shadow: 0 10px 40px rgba(29,105,96,0.14); }
.blog-pg-card-img-wrap { width: 100%; aspect-ratio: 16/10; overflow: hidden; }
.blog-pg-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; display: block; }
.blog-pg-card:hover .blog-pg-card-img { transform: scale(1.04); }
.blog-pg-card-body { padding: 24px 24px 28px; }
.blog-pg-date { font-size: 0.78rem; color: #303233; margin-bottom: 10px; }
.blog-pg-title { font-family: "Bai Jamjuree", sans-serif; font-size: 1.15rem; font-weight: 600; line-height: 1.4; margin-bottom: 14px; }
.blog-pg-title a { color: #111; transition: all 0.35s ease; }
.blog-pg-title a:hover { color: #1D6960; }
.blog-pg-link { display: inline-flex; align-items: center; gap: 6px; color: #1D6960; font-weight: 600; font-size: 0.88rem; transition: all 0.35s ease; }
.blog-pg-link:hover { gap: 10px; }

/* Blog Detail */
.blog-detail-hero {
  background: linear-gradient(135deg, #f0faf8 0%, #e0f2ef 60%, #fdf6e3 100%);
  padding: 48px 0 56px;
}
.blog-category-tag {
  display: inline-flex;
  align-items: center;
  background: #e0f2ef;
  color: #1D6960;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(29,105,96,0.2);
}
.blog-detail-title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: 14px 0 24px;
}
.blog-meta-row { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.blog-meta-item { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: #303233; font-weight: 500; }
.blog-meta-item i { color: #1D6960; }
.blog-feature-img { width: 100%; border-radius: 20px; margin-bottom: 36px; box-shadow: 0 10px 40px rgba(29,105,96,0.14); display: block; }
.article-body { line-height: 1.85; font-size: 1rem; color: #303233; }
.article-body h2, .article-body h3, .article-body h4 { font-family: "Bai Jamjuree", sans-serif; color: #111; margin-top: 36px; margin-bottom: 16px; }
.article-body h2 { font-size: 1.7rem; }
.article-body h3 { font-size: 1.35rem; }
.article-body p { margin-bottom: 20px; }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 20px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 4px solid #D69A2D; padding: 20px 24px; background: #fdf6e3; border-radius: 0 12px 12px 0; margin: 28px 0; font-style: italic; color: #111; font-size: 1.05rem; }
.article-body blockquote cite { display: block; margin-top: 10px; font-style: normal; font-size: 0.82rem; font-weight: 600; color: #1D6960; text-transform: uppercase; letter-spacing: 0.06em; }

/* Contact */
.contact-pg-section { padding: 60px 0 80px; background: white; }
.contact-form-card { background: #f0faf8; border-radius: 20px; padding: 40px; border: 1px solid rgba(29,105,96,0.1); box-shadow: 0 4px 20px rgba(29,105,96,0.1); }
.contact-info-col { display: flex; flex-direction: column; gap: 16px; }
.contact-info-card { display: flex; align-items: flex-start; gap: 16px; background: #f0faf8; border-radius: 12px; padding: 18px 20px; border: 1px solid rgba(29,105,96,0.1); }
.ci-icon { width: 42px; height: 42px; background: #1D6960; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1rem; flex-shrink: 0; }
.ci-label { font-size: 0.75rem; font-weight: 600; color: #1D6960; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.ci-value { font-size: 0.92rem; color: #111; font-weight: 500; }
.ci-value a { color: #111; }
.ci-value a:hover { color: #1D6960; }
.hours-card { background: linear-gradient(135deg, #0D5549, #1D6960); border-radius: 12px; padding: 22px 24px; color: white; }
.hours-card h5 { color: white; font-size: 1rem; margin-bottom: 14px; }
.hours-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.88rem; }
.hours-row .day { color: rgba(255,255,255,0.75); }
.hours-row .time { color: white; font-weight: 600; }
.map-embed { border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(29,105,96,0.1); }

/* Form */
.form-label { font-size: 0.88rem; font-weight: 600; color: #111; margin-bottom: 6px; display: block; }
.form-control, .form-select { border: 1.5px solid rgba(29,105,96,0.18); border-radius: 10px; font-size: 0.93rem; color: #111; padding: 11px 14px; transition: all 0.35s ease; width: 100%; }
.form-control:focus, .form-select:focus { border-color: #1D6960; box-shadow: 0 0 0 3px rgba(29,105,96,0.1); outline: none; }

/* Process Grid */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
.process-card { text-align: center; padding: 32px 24px; background: white; border-radius: 20px; box-shadow: 0 4px 20px rgba(29,105,96,0.1); border: 1px solid rgba(29,105,96,0.1); transition: all 0.35s ease; }
.process-card:hover { transform: translateY(-6px); box-shadow: 0 10px 40px rgba(29,105,96,0.14); }
.process-num { width: 52px; height: 52px; background: linear-gradient(135deg, #0D5549, #1D6960); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; margin: 0 auto 18px; }
.process-card h4 { font-size: 1.05rem; font-weight: 700; color: #111; margin-bottom: 10px; }
.process-card p { font-size: 0.9rem; color: #303233; line-height: 1.65; margin: 0; }

/* Journey */

/* Mega Dropdown */
.nav-dropdown-wrap { position: relative; }
.services-mega-dropdown { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: white; border-radius: 20px; box-shadow: 0 20px 60px rgba(29,105,96,0.18); border: 1px solid rgba(29,105,96,0.1); padding: 24px; min-width: 500px; z-index: 1000; }
.nav-dropdown-wrap:hover .services-mega-dropdown { display: block; }
.sdd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.sdd-item { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; border: 1px solid transparent; transition: all 0.35s ease; text-decoration: none; }
.sdd-item:hover, .sdd-item-active { background: #f0faf8; border-color: rgba(29,105,96,0.15); }
.sdd-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.sdd-icon-green  { background: rgba(29,105,96,0.12);   color: #1D6960; }
.sdd-icon-teal   { background: rgba(99,177,188,0.12);  color: #3a8fa0; }
.sdd-icon-rose   { background: rgba(166,69,112,0.12);  color: #A64570; }
.sdd-icon-amber  { background: rgba(214,154,45,0.12);  color: #9b6c14; }
.sdd-name { display: block; font-weight: 600; color: #111; font-size: 0.9rem; }
.sdd-desc { display: block; font-size: 0.78rem; color: #303233; margin-top: 2px; }
.sdd-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid rgba(29,105,96,0.1); }
.sdd-all { color: #1D6960; font-weight: 600; font-size: 0.85rem; }
.sdd-all:hover { color: #0D5549; }
.sdd-badge { background: #e0f2ef; color: #1D6960; font-size: 0.72rem; font-weight: 600; padding: 4px 12px; border-radius: 50px; }

/* Mobile Sub-menu */
.mobile-svc-list { list-style: none; padding: 8px 0 0 16px; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.mobile-svc-list a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; color: #111; font-size: 0.9rem; font-weight: 500; transition: all 0.35s ease; text-decoration: none; }
.mobile-svc-list a:hover, .mobile-svc-list a.msvc-active { background: #f0faf8; color: #1D6960; }
.msvc-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; }
.msvc-icon-green  { background: rgba(29,105,96,0.12);   color: #1D6960; }
.msvc-icon-teal   { background: rgba(99,177,188,0.12);  color: #3a8fa0; }
.msvc-icon-rose   { background: rgba(166,69,112,0.12);  color: #A64570; }
.msvc-icon-amber  { background: rgba(214,154,45,0.12);  color: #9b6c14; }

/* Mobile Bottom Nav */
.mobile-bottom-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid rgba(29,105,96,0.1); box-shadow: 0 -4px 24px rgba(29,105,96,0.1); padding: 8px 0; z-index: 998; align-items: center; justify-content: space-around; }
.mbn-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #303233; font-size: 0.65rem; font-weight: 500; text-decoration: none; flex: 1; transition: all 0.35s ease; padding: 4px 0; }
.mbn-item i { font-size: 1.2rem; }
.mbn-item.mbn-active, .mbn-item:hover { color: #1D6960; }
.mbn-center-wrap { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.mbn-center { width: 50px; height: 50px; background: linear-gradient(135deg, #0D5549, #1D6960); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.3rem; box-shadow: 0 4px 16px rgba(29,105,96,0.35); margin-top: -20px; text-decoration: none; }
.mbn-center-label { font-size: 0.65rem; color: #1D6960; font-weight: 600; }

/* Booking */
.booking-section { padding: 88px 0; background: #f0faf8; }
.booking-card { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 10px 40px rgba(29,105,96,0.14); border: 1px solid rgba(29,105,96,0.08); height: 100%; }
.booking-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(29,105,96,0.1); }
.booking-card-icon { width: 52px; height: 52px; background: #e0f2ef; color: #1D6960; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.booking-card-title { font-size: 1.25rem; font-weight: 700; color: #111; margin: 0 0 3px; }
.booking-card-sub { font-size: 0.85rem; color: #303233; margin: 0; }
.calendly-embed-wrap { border-radius: 14px; overflow: hidden; background: #f8fffe; border: 1px solid rgba(29,105,96,0.1); min-height: 540px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.calendly-placeholder { text-align: center; padding: 48px 24px; }
.calendly-placeholder i { font-size: 2.8rem; color: #1D6960; margin-bottom: 16px; display: block; }
.or-divider { display: flex; align-items: center; gap: 16px; margin: 24px 0 0; font-size: 0.82rem; color: #303233; font-weight: 500; }
.or-divider::before, .or-divider::after { content: ''; flex: 1; height: 1px; background: rgba(29,105,96,0.15); }

/* Service Cards (Services Overview Page) */
.svc-card { background: white; border-radius: 20px; box-shadow: 0 4px 20px rgba(29,105,96,0.1); border: 1px solid rgba(29,105,96,0.1); overflow: hidden; transition: all 0.35s ease; display: flex; flex-direction: column; height: 100%; }
.svc-card:hover { transform: translateY(-8px); box-shadow: 0 10px 40px rgba(29,105,96,0.14); border-color: rgba(29,105,96,0.22); }
.svc-card-header { padding: 36px 32px 28px; position: relative; overflow: hidden; }
.svc-card-header::after { content: ''; position: absolute; bottom: -30px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,0.08); }
.svc-card-header-green  { background: linear-gradient(135deg, #0D5549, #1D6960); }
.svc-card-header-teal   { background: linear-gradient(135deg, #3a8fa0, #63B1BC); }
.svc-card-header-rose   { background: linear-gradient(135deg, #6b2845, #A64570); }
.svc-card-header-amber  { background: linear-gradient(135deg, #9b6c14, #D69A2D); }
.svc-card-icon-wrap { width: 64px; height: 64px; background: rgba(255,255,255,0.18); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; color: white; margin-bottom: 16px; }
.svc-card-header h3 { font-size: 1.3rem; font-weight: 700; color: white; margin-bottom: 6px; }
.svc-card-header p { font-size: 0.88rem; color: rgba(255,255,255,0.82); line-height: 1.6; margin: 0; }
.svc-card-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.25); color: white; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; margin-top: 12px; }
.svc-card-body { padding: 28px 32px 32px; display: flex; flex-direction: column; flex-grow: 1; }
.svc-card-features { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 9px; }
.svc-card-features li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: #303233; }
.svc-card-features li i { color: #1D6960; font-size: 0.72rem; flex-shrink: 0; }
.svc-card-desc { font-size: 0.93rem; color: #303233; line-height: 1.7; margin-bottom: 20px; flex-grow: 1; }
.btn-svc-explore { display: inline-flex; align-items: center; gap: 8px; background: #1D6960; color: white; padding: 12px 24px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; transition: all 0.35s ease; border: 2px solid #1D6960; text-decoration: none; width: fit-content; }
.btn-svc-explore:hover { background: #0D5549; border-color: #0D5549; color: white; transform: translateY(-2px); }
.btn-svc-explore-teal   { background: #3a8fa0; border-color: #3a8fa0; }
.btn-svc-explore-teal:hover   { background: #2d7080; border-color: #2d7080; color: white; }
.btn-svc-explore-rose   { background: #A64570; border-color: #A64570; }
.btn-svc-explore-rose:hover   { background: #6b2845; border-color: #6b2845; color: white; }
.btn-svc-explore-amber  { background: #D69A2D; border-color: #D69A2D; }
.btn-svc-explore-amber:hover  { background: #9b6c14; border-color: #9b6c14; color: white; }
.svc-intro-strip { background: linear-gradient(135deg, #f0faf8 0%, #e8f5f0 100%); border-radius: 20px; padding: 36px 40px; border: 1px solid rgba(29,105,96,0.1); display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.svc-intro-stat { text-align: center; flex-shrink: 0; }
.svc-intro-stat-num { font-size: 2rem; font-weight: 700; color: #1D6960; line-height: 1; }
.svc-intro-stat-label { font-size: 0.78rem; color: #303233; margin-top: 4px; }
.svc-intro-divider { width: 1px; height: 44px; background: rgba(29,105,96,0.15); flex-shrink: 0; }
.svc-intro-text { flex: 1; min-width: 200px; }
.pricing-note { display: inline-flex; align-items: center; gap: 8px; background: rgba(214,154,45,0.1); border: 1px solid rgba(214,154,45,0.25); border-radius: 50px; padding: 8px 20px; font-size: 0.82rem; font-weight: 600; color: #7a5800; }

/* Who list */
.who-list { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.who-item { display: flex; align-items: center; gap: 12px; font-size: 0.92rem; color: #111; font-weight: 500; }
.who-item i { color: #1D6960; font-size: 1rem; flex-shrink: 0; }

/* Google Reviews Slider */
.reviews-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; margin-bottom: 40px; }
.google-rating-badge { display: flex; align-items: center; gap: 14px; background: white; border-radius: 16px; padding: 16px 20px; box-shadow: 0 4px 20px rgba(29,105,96,0.1); border: 1px solid rgba(29,105,96,0.1); }
.google-rating-info { display: flex; flex-direction: column; }
.google-rating-num { font-size: 2rem; font-weight: 700; color: #111; line-height: 1; }
.google-rating-stars { color: #f59e0b; font-size: 0.85rem; margin: 4px 0; }
.google-rating-count { font-size: 0.76rem; color: #303233; }
.reviews-slider-wrap { position: relative; display: flex; align-items: center; gap: 16px; }
.reviews-slider { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; flex: 1; scroll-behavior: smooth; }
.reviews-slider::-webkit-scrollbar { display: none; }
.rev-slide { flex-shrink: 0; width: calc(33.333% - 16px); scroll-snap-align: start; }
.review-card.grev-card { background: white; border-radius: 20px; padding: 24px; box-shadow: 0 4px 20px rgba(29,105,96,0.1); border: 1px solid rgba(29,105,96,0.08); }
.grev-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.grev-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.grev-meta { flex: 1; }
.grev-name { display: block; font-weight: 700; font-size: 0.95rem; color: #111; }
.grev-location { display: block; font-size: 0.78rem; color: #303233; }
.grev-google-icon { margin-left: auto; flex-shrink: 0; }
.grev-stars { color: #f59e0b; font-size: 0.88rem; margin-bottom: 12px; display: flex; gap: 2px; }
.grev-text { font-size: 0.9rem; color: #303233; line-height: 1.7; margin-bottom: 16px; }
.grev-footer { display: flex; justify-content: space-between; font-size: 0.76rem; color: #303233; border-top: 1px solid rgba(29,105,96,0.08); padding-top: 12px; }
.reviews-arrow { background: none; border: none; cursor: pointer; flex-shrink: 0; padding: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; transition: all 0.35s ease; }
.reviews-arrow:hover { opacity: 0.7; }

/* Sidebar */
.blog-sidebar { position: sticky; top: 100px; }
.sidebar-widget {
    background: #f0faf8;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(29, 105, 96, 0.1);
    MARGIN: 20PX 0;
}.wp-block-search__inside-wrapper INPUT {
    border-radius: 100px;
    height: 44px;
    background: transparent;
    margin-top: 0;
}
button.wp-block-search__button.wp-element-button {
    background: #1d6960;
    color: #fff;
    height: 44px;
    border-radius: 100px;
    padding: 10px 20px;
    line-height: 20px;
}
.wp-block-search__inside-wrapper

 {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    align-items: center;
}
.sidebar-widget-title { font-size: 1.1rem; font-weight: 700; color: #111; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid #e0f2ef; }

/* Responsive */
@media (max-width: 992px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .rev-slide { width: calc(50% - 12px); }
  .services-mega-dropdown { min-width: 380px; }
}
@media (max-width: 768px) {
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 33%;
    width: 0;
    height: 2px;
    background: var(--green);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}
  .mobile-bottom-nav { display: flex; }
  body { padding-bottom: 70px; }
  .process-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .rev-slide { width: 90%; }
  .services-mega-dropdown { display: none !important; }
  .contact-form-card { padding: 24px 20px; }
  .booking-card { padding: 28px 20px; }
  .svc-intro-strip { padding: 24px; gap: 20px; }
  .svc-intro-divider { display: none; }
  .svc-card-header, .svc-card-body { padding-left: 24px; padding-right: 24px; }
  .journey-card-wrap { padding: 20px; }
  .blog-sidebar { position: static; margin-top: 40px; }
}
@media (max-width: 576px) {
  .inner-hero { padding: 36px 0 48px; }
  .blog-filter-bar { gap: 6px; }
}
a.navbar-brand.logo-brand {
    display: none;
}