/* AppDomus Custom Styles */

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Hero section */
section.bg-light.text-center {
  background: linear-gradient(135deg, #f8fafc 0%, #e9ecef 100%);
}

/* Headings */
h1, h2, h3, h4, h5 {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

/* Cards */
.card {
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  border: none;
}

.card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.card .card-body {
  padding: 2rem 1.5rem;
}

/* Navbar */
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.nav-link {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

.nav-link.active, .nav-link:focus, .nav-link:hover {
  color: #0d6efd !important;
}

/* Buttons */
.btn-primary, .btn-success {
  border-radius: 2rem;
  padding: 0.6rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.btn-outline-primary {
  border-radius: 2rem;
  padding: 0.6rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
}

/* Pricing cards */
.card-header {
  font-size: 1.1rem;
  font-weight: 700;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

/* Testimonials */
.blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #495057;
}

.blockquote-footer {
  font-size: 0.95rem;
  color: #6c757d;
}

/* FAQ Accordion */
.accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
}

.accordion-item {
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

/* Contact form */
#contact .form-control {
  border-radius: 0.5rem;
  font-size: 1.05rem;
}

#contact .btn {
  font-weight: 600;
  border-radius: 2rem;
}

/* Footer */
footer {
  background: #212529;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .card .card-body {
    padding: 1.2rem 0.7rem;
  }
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.team img,
#team img {
  border-radius: 50%;
  object-fit: cover;
  width: 150px;
  height: 150px;
  border: 3px solid #e9ecef;
  margin-bottom: 1rem;
}
/* --- KI-Assistenz & Chatbot Styles --- */

/* KI-Assistenz cards: keep consistent spacing */
#ki-assistenz .card {
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
  transition: box-shadow 0.2s;
}
#ki-assistenz .card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

/* Chatbot demo window */
#chatbot-window {
  min-height: 120px;
  max-height: 220px;
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.05rem;
  overflow-y: auto;
  border: 1px solid #e9ecef;
}

/* Chatbot badges */
#chatbot-window .badge {
  padding: 0.6em 1.1em;
  font-size: 1rem;
  border-radius: 1.2em;
  margin-bottom: 0.2em;
  word-break: break-word;
  max-width: 80%;
  display: inline-block;
  text-align: left;
}

/* Chatbot form */
#chatbot-form input[type="text"] {
  border-radius: 2rem;
  font-size: 1.05rem;
}

/* Parallax Hero Section */
.parallax-hero {
  min-height: 60vh;
  width: 100vw;
  background-image: url('images/background.jpg');
  /* Option 1: Show more of the lower part of the image */
  background-size: cover;
  background-position: center bottom;
  /* Option 2: Uncomment the next line to fit the whole image (may add empty space on sides) */
  /* background-size: contain; */
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0;
}

.parallax-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 32, 48, 0.45);
  z-index: 2;
}

.parallax-hero .container {
  position: relative;
  z-index: 3;
}

.shadow-text {
  text-shadow: 0 4px 24px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.25);
}
#chatbot-form .btn {
  border-radius: 2rem;
  font-weight: 600;
}

/* Language switcher tweaks */
#lang-switcher {
  min-width: 110px;
  font-size: 1rem;
  border-radius: 1.5rem;
  padding: 0.3em 1em;
/* Navbar right group spacing */
.navbar .ms-auto .btn,
.navbar .ms-auto .form-select {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.navbar .ms-auto .btn {
  margin-right: 0.5rem !important;
}
}

 /* Modal customizations for consistency */
.modal-content {
  border-radius: 1rem;
}
.modal-header {
  border-bottom: 1px solid #e9ecef;
}
.modal-footer {
  border-top: 1px solid #e9ecef;
}
/* Hero Parallax Demo Image */
.hero-demo-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  margin: 0 2vw 2vw 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border-radius: 1.2rem;
}

@media (max-width: 991px) {
  .hero-demo-img {
    max-width: 220px;
    margin: 0 1vw 1vw 0;
  }
}
@media (max-width: 575px) {
  .hero-demo-img {
    position: static;
    display: block;
    margin: 1.5rem auto 0 auto;
    max-width: 90vw;
  }
}

input[type=range] {
   -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
   background: white;
   border: none;
   border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
   -webkit-appearance: none;
   border: none;
   height: 24px;
   width: 24px;
   border-radius: 50%;
   background: lightgrey;
   margin-top: -6px;
}
input[type=range]:focus {
   outline: none;
}
 input[type=range]:focus::-webkit-slider-runnable-track {
   background: white;
}
 input[type=range]::-moz-range-track {
   width: 300px;
   height: 5px;
   background: white;
   border: none;
   border-radius: 3px;
}
 input[type=range]::-moz-range-thumb {
   border: none;
   height: 24px;
   width: 24px;
   border-radius: 50%;
   background: lightgrey;
   margin-top: -6px;
}

input[type=range]:focus::-moz-range-track {
   background: white;
}


/* Ticks under the slider */
.slider-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: -0.5em;
  padding: 0 2px;
  font-size: 0.95em;
  color: #fff;
  text-shadow: 0 1px 4px #0d6efd, 0 0 2px #0d6efd;
  font-weight: 600;
  letter-spacing: 0.02em;
  user-select: none;
}
@media (max-width: 575px) {
  .slider-ticks {
    font-size: 0.85em;
  }
}