:root {
  --primary-pink: #b32fb8;
  --primary-pink-light: #d45dd9;
  --primary-pink-dark: #8a258f;
  --secondary-teal: #20c997;
  --secondary-teal-light: #4dd4ac;
  --secondary-teal-dark: #198754;
  --text-dark: #2c3e50;
  --text-light: #6c757d;
  --bg-light: #f8f9fa;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

#whatsappChatMobile.btn-primary, #navbarNav .btn-primary {
  background-color: var(--primary-pink);
  border-color: var(--primary-pink);
  transition: all 0.3s ease;
}

.navbar-toggler {
  border-color: var(--primary-pink);
  color: var(--primary-pink);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28179, 47, 184, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn-primary {
  background-color: var(--secondary-teal);
  border-color: var(--secondary-teal);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--secondary-teal-dark);
  border-color: var(--secondary-teal-dark);
  transform: translateY(-2px);
}

.text-primary {
  color: var(--primary-pink) !important;
}

.hero-section {
  /* background: url('./images/skoda-hero-light.png'); */
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  color: white;
  position: relative;
  padding: 130px 0 300px;
}

.hero-content {
  z-index: 2;
}

.booking-form {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.booking-form h3 {
  color: white !important;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
  background: linear-gradient(45deg, var(--secondary-teal), var(--secondary-teal-light));
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card p {
  flex-grow: 1;
}

.rating {
  color: #ffc107;
  margin-bottom: 1rem;
}

.navbar {
  /* background: rgba(0, 0, 0, 1) !important; */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.navbar .container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 14px;
  overflow: visible;
}

.navbar-brand {
  position: relative;
  z-index: 10;
  overflow: visible;
}

.navbar-brand img {
  height: 120px;
  width: auto;
  position: relative;
  top: -10px;
  transition: all 0.3s ease;
}

.navbar-brand img.scrolled {
  height: 50px;
  top: -5px;
}

.navbar-brand {
  font-weight: bold;
  color: var(--primary-pink) !important;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-pink) !important;
}

.navbar ul {
  margin-right: 40px;
}

.coverage-area {
  background: var(--bg-light);
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.feature-highlight {
  border-left: 4px solid var(--primary-pink);
  padding-left: 1rem;
}

.section-title {
  position: relative;
  margin-bottom: 3rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(45deg, var(--primary-pink), var(--primary-pink-light));
}

.contact-info {
  background: var(--primary-pink);
  color: white;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.form-control:focus {
  border-color: var(--primary-pink);
  box-shadow: 0 0 0 0.2rem rgba(179, 47, 184, 0.25);
}

h5 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
}

h5 a:hover {
  color: inherit;
  text-decoration: underline;
}

.stats-section {
  background: linear-gradient(135deg, var(--primary-pink) 0%, var(--secondary-teal) 100%);
  color: white;
  padding: 1rem 0;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}

.review-btn {
  min-width: 200px;
  border-width: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.review-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(179, 47, 184, 0.3);
}

.whatsapp-btn {
  background-color: transparent !important;
  padding: 8px 12px;
  border-radius: 25px;
  transition: all 0.3s ease;
  display: inline-block;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
}

.whatsapp-btn img {
  height: 30px;
  width: auto;
}
/* 
.whatsapp-btn:hover img {
  filter: hue-rotate(180deg) saturate(1.8) brightness(1.4);
} */

.first {
  padding-top: 140px;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 80vh;
    padding: 100px 0 60px;
  }

  .hero-content {
    margin-top: 35px;
  }

  .booking-form {
    margin-top: 1rem;
    padding: 1rem;
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8) !important;
    /* margin-top: 10px;
                border-radius: 10px; */
    padding: 15px;
  }

  .first {
    padding-top: 40px;
  }
}

.nav-secondary a {
 font-weight: 600;
  color: #000000;
  text-decoration: none;
}

.has-success {
    border-color: #1ab394;
}

.has-error, .is-invalid {
    border-color: #ed5565;
}

.has-warning {
    border-color: #f8ac59;
}
