@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  color: #30323d;
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #30323d;
}

a {
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #30323d;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loader-text {
  color: #e8c547;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: 3px;
  animation: pulse 1.5s infinite;
}

.taxi-loader {
  position: relative;
  width: 80px;
  height: 40px;
}
.taxi-loader-body {
  position: absolute;
  width: 80px;
  height: 25px;
  background-color: #e8c547;
  border-radius: 5px;
  bottom: 0;
  animation: taxi-move 2s infinite;
}
.taxi-loader-light {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  animation: light-blink 0.5s infinite;
}
.taxi-loader-wheel {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50%;
  bottom: -6px;
  animation: wheel-rotate 0.5s infinite linear;
}
.taxi-loader-wheel-front {
  left: 15px;
}
.taxi-loader-wheel-back {
  right: 15px;
}

@keyframes taxi-move {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(10px) rotate(1deg);
  }
  75% {
    transform: translateX(-10px) rotate(-1deg);
  }
}
@keyframes light-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes wheel-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.navbar {
  padding: 1.2rem 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.navbar.scrolled {
  background-color: rgba(48, 50, 61, 0.95);
  padding: 0.7rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .logo-text {
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
}
.navbar .logo-text .text-primary {
  color: #e8c547 !important;
}
.navbar .nav-phone {
  color: #e8c547;
  font-weight: 600;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}
.navbar .nav-phone i {
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.navbar .navbar-toggler {
  border: none;
  padding: 0;
}
.navbar .hamburger-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #e8c547;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar .hamburger-icon span:nth-child(1) {
  top: 0px;
}
.navbar .hamburger-icon span:nth-child(2) {
  top: 8px;
}
.navbar .hamburger-icon span:nth-child(3) {
  top: 16px;
}
.navbar .navbar-toggler[aria-expanded=true] .hamburger-icon span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
.navbar .navbar-toggler[aria-expanded=true] .hamburger-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navbar .navbar-toggler[aria-expanded=true] .hamburger-icon span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
.navbar .nav-link {
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #e8c547;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #e8c547;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .nav-link:hover::after {
  width: 30px;
}
.navbar .phone-link {
  display: flex;
  align-items: center;
  background-color: rgba(232, 197, 71, 0.1);
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
}
.navbar .phone-link i {
  margin-right: 0.5rem;
  color: #e8c547;
}
.navbar .phone-link:hover {
  background-color: #e8c547;
  color: #30323d;
}
.navbar .phone-link:hover i {
  color: #30323d;
}

.hero-section {
  height: 100vh;
  min-height: 700px;
  background-image: url("../img/panorama_vitkov.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(48, 50, 61, 0.9) 30%, rgba(48, 50, 61, 0.75) 100%);
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
.hero-section .hero-text-container {
  padding-top: 120px;
}
.hero-section .hero-content {
  color: #fff;
  max-width: 600px;
}
.hero-section .hero-content .subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #e8c547;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 60px;
}
.hero-section .hero-content .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #e8c547;
}
.hero-section .hero-content .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-section .hero-content .hero-title span {
  display: block;
  color: #fff;
}
.hero-section .hero-content .hero-title span.text-animation {
  opacity: 0;
  transform: translateY(20px);
  animation: text-reveal 0.8s forwards;
}
.hero-section .hero-content .hero-title span.text-animation:nth-child(1) {
  animation-delay: 0.4s;
}
.hero-section .hero-content .hero-title span.text-animation:nth-child(2) {
  animation-delay: 0.8s;
}
.hero-section .hero-content .hero-title span.text-animation:nth-child(3) {
  animation-delay: 1.2s;
}
.hero-section .hero-content .hero-features {
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.hero-section .hero-content .hero-features .feature {
  margin-right: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.hero-section .hero-content .hero-features .feature i {
  color: #e8c547;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.hero-section .hero-content .hero-features .feature span {
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.hero-section .hero-content .hero-cta {
  display: flex;
  align-items: center;
}
.hero-section .hero-content .hero-cta .btn {
  border-radius: 30px;
  padding: 0.8rem 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero-section .hero-content .hero-cta .btn.btn-primary {
  background-color: #e8c547;
  border-color: #e8c547;
  color: #30323d;
  margin-right: 1rem;
}
.hero-section .hero-content .hero-cta .btn.btn-primary:hover {
  background-color: #e0b51c;
  border-color: #e0b51c;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.hero-section .hero-content .hero-cta .btn.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-section .hero-content .hero-cta .btn.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.hero-section .hero-card {
  position: relative;
  perspective: 1000px;
  max-width: 400px;
  height: 200px;
  margin: 6rem auto 0;
}
.hero-section .hero-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 2rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero-section .hero-card-inner:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.3);
}
.hero-section .hero-card-inner:hover .card-shine {
  opacity: 0.2;
}
.hero-section .hero-card-front {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hero-section .hero-card .time-estimate {
  text-align: center;
  margin-bottom: 1rem;
}
.hero-section .hero-card .time-estimate .time {
  font-size: 3.5rem;
  font-weight: 800;
  color: #e8c547;
  line-height: 1;
}
.hero-section .hero-card .time-estimate .unit {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.hero-section .hero-card .destination {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.hero-section .hero-card .card-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.hero-section .scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
}
.hero-section .scroll-down-indicator .mouse {
  width: 26px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 13px;
  position: relative;
  margin: 0 auto 10px;
}
.hero-section .scroll-down-indicator .mouse .wheel {
  width: 4px;
  height: 8px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheel 1.5s infinite;
}
.hero-section .scroll-down-indicator .arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section .scroll-down-indicator .arrows .arrow-down {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-bottom: 5px;
}
.hero-section .scroll-down-indicator .arrows .arrow-down:nth-child(1) {
  animation: arrow-movement 2s infinite;
}
.hero-section .scroll-down-indicator .arrows .arrow-down:nth-child(2) {
  animation: arrow-movement 2s 0.5s infinite;
}

@keyframes text-reveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes wheel {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
  }
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-5px, -5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(5px, 5px);
  }
}
.vehicles-section {
  padding: 5rem 0;
  background-color: #fff;
}
.vehicles-section .section-header .section-separator {
  margin: 0 auto 1.5rem;
}
.vehicles-section .vehicle-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.vehicles-section .vehicle-card.premium {
  border: 2px solid #e8c547;
}
.vehicles-section .vehicle-card .vehicle-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #e8c547;
  color: #30323d;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  z-index: 10;
}
.vehicles-section .vehicle-card .vehicle-image {
  position: relative;
  overflow: hidden;
  height: 300px; /* Zvětšené z 220px na 300px */
}
.vehicles-section .vehicle-card .vehicle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vehicles-section .vehicle-card .vehicle-image .vehicle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 50, 61, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.vehicles-section .vehicle-card .vehicle-image .vehicle-overlay .btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
}
.vehicles-section .vehicle-card .vehicle-details {
  padding: 1.5rem;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-category {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #4d5061;
  margin-bottom: 0.5rem;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-name {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-specs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-specs .spec {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-specs .spec i {
  color: #5c80bc;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-specs .spec span {
  font-size: 0.9rem;
  color: #4d5061;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #5c80bc;
}
.vehicles-section .vehicle-card .vehicle-details .vehicle-price .unit {
  font-size: 0.9rem;
  color: #4d5061;
  font-weight: 400;
}

.services-section {
  padding: 6rem 0;
  background-color: rgba(205, 209, 196, 0.2);
}
.services-section .service-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}
.services-section .service-card:hover {
  transform: translateY(-10px);
}
.services-section .service-card:hover .service-icon {
  background-color: #e8c547;
  color: #30323d;
  transform: rotateY(180deg);
}
.services-section .service-card .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  background-color: rgba(232, 197, 71, 0.1);
  color: #e8c547;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.services-section .service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
}
.services-section .service-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #e8c547;
}
.services-section .service-card p {
  color: #4d5061;
  font-size: 0.95rem;
  line-height: 1.7;
}

.promo-section {
  padding: 6rem 0;
  background-color: rgba(205, 209, 196, 0.1);
}
.promo-section .promo-content .section-separator {
  margin-left: 0;
}
.promo-section .promo-content .lead {
  color: #4d5061;
  margin-bottom: 2rem;
}
.promo-section .promo-content .promo-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.promo-section .promo-content .promo-features li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.promo-section .promo-content .promo-features li i {
  color: #e8c547;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.promo-section .promo-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-section .promo-card {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  max-width: 450px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(232, 197, 71, 0.1);
}
.promo-section .promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.promo-section .promo-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.promo-section .promo-card-header i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e8c547;
  color: #30323d;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.promo-section .promo-card-header h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.promo-section .promo-card-body p {
  margin-bottom: 1.5rem;
  color: #4d5061;
}
.promo-section .promo-card .promo-icons {
  display: flex;
  justify-content: space-between;
}
.promo-section .promo-card .promo-icons .promo-icon {
  text-align: center;
}
.promo-section .promo-card .promo-icons .promo-icon i {
  font-size: 2rem;
  color: #5c80bc;
  margin-bottom: 0.5rem;
  display: block;
}
.promo-section .promo-card .promo-icons .promo-icon span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #30323d;
}

.stats-section {
  padding: 5rem 0;
  background-image: url("../img/hero.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}
.stats-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(48, 50, 61, 0.9);
}
.stats-section .container {
  position: relative;
  z-index: 1;
}
.stats-section .stat-item {
  text-align: center;
  color: #fff;
}
.stats-section .stat-item .stat-icon {
  font-size: 2.5rem;
  color: #e8c547;
  margin-bottom: 1rem;
}
.stats-section .stat-item .stat-counter {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5rem;
  color: #fff;
}
.stats-section .stat-item .stat-title {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.contact-section {
  padding: 6rem 0;
  background-color: #fff;
}
.contact-section .contact-info .section-separator {
  margin-left: 0;
}
.contact-section .contact-info .lead {
  color: #4d5061;
}
.contact-section .contact-info .cta-card {
  background: linear-gradient(135deg, #30323d 0%, #46495a 100%);
  border-radius: 12px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.contact-section .contact-info .cta-card .cta-card-content {
  display: flex;
  align-items: center;
}
.contact-section .contact-info .cta-card .pulse-animation {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 2rem;
}
.contact-section .contact-info .cta-card .pulse-animation .pulse-icon {
  width: 70px;
  height: 70px;
  background-color: #e8c547;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #30323d;
  position: relative;
  z-index: 3;
}
.contact-section .contact-info .cta-card .pulse-animation .pulse-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(232, 197, 71, 0.3);
  animation: pulse-ring 2s infinite;
}
.contact-section .contact-info .cta-card .pulse-animation .pulse-circle:nth-child(2) {
  animation-delay: 0.5s;
}
.contact-section .contact-info .cta-card .pulse-animation .pulse-circle:nth-child(3) {
  animation-delay: 1s;
}
.contact-section .contact-info .cta-card .pulse-animation .pulse-circle:nth-child(4) {
  animation-delay: 1.5s;
}
.contact-section .contact-info .cta-card .cta-text .cta-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}
.contact-section .contact-info .cta-card .cta-text .cta-phone {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e8c547;
  text-decoration: none;
  display: inline-block;
}
.contact-section .contact-info .cta-card .cta-text .cta-phone:hover {
  color: #eed374;
}
.contact-section .contact-info .contact-methods .contact-method {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact-section .contact-info .contact-methods .contact-method .method-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(232, 197, 71, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e8c547;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.contact-section .contact-info .contact-methods .contact-method .method-info h4 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.contact-section .contact-info .contact-methods .contact-method .method-info p {
  color: #4d5061;
  margin-bottom: 0;
  line-height: 1.5;
}
.contact-section .testimonials-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
}
.contact-section .testimonials-container .testimonial-header {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-section .testimonials-container .testimonial-header h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
}
.contact-section .testimonials-container .testimonial-header .testimonial-separator {
  width: 60px;
  height: 2px;
  background-color: #e8c547;
  margin: 0 auto;
}
.contact-section .testimonials-container .testimonials-slider {
  position: relative;
  margin-bottom: 2rem;
}
.contact-section .testimonials-container .testimonial-item {
  display: none;
}
.contact-section .testimonials-container .testimonial-item.active {
  display: block;
  animation: fade-in 0.5s forwards;
}
.contact-section .testimonials-container .testimonial-quote {
  text-align: center;
}
.contact-section .testimonials-container .testimonial-quote i {
  font-size: 2rem;
  color: #e8c547;
  opacity: 0.3;
  margin-bottom: 1rem;
}
.contact-section .testimonials-container .testimonial-quote p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-style: italic;
  color: #30323d;
  margin-bottom: 1.5rem;
}
.contact-section .testimonials-container .testimonial-quote .testimonial-author .author-name {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.contact-section .testimonials-container .testimonial-quote .testimonial-author .author-stars {
  color: #e8c547;
}
.contact-section .testimonials-container .testimonial-quote .testimonial-author .author-stars i {
  font-size: 1rem;
  margin: 0 2px;
  opacity: 1;
}
.contact-section .testimonials-container .testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .testimonials-container .testimonial-controls .testimonial-control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(48, 50, 61, 0.1);
  color: #30323d;
  font-size: 0.8rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 5px;
  cursor: pointer;
}
.contact-section .testimonials-container .testimonial-controls .testimonial-control:hover {
  background-color: #e8c547;
  border-color: #e8c547;
  color: #30323d;
}
.contact-section .testimonials-container .testimonial-controls .testimonial-indicators {
  display: flex;
  margin: 0 15px;
}
.contact-section .testimonials-container .testimonial-controls .testimonial-indicators .indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(48, 50, 61, 0.2);
  margin: 0 5px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact-section .testimonials-container .testimonial-controls .testimonial-indicators .indicator.active {
  background-color: #e8c547;
  transform: scale(1.3);
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background-color: #30323d;
  color: rgba(255, 255, 255, 0.7);
  padding: 2rem 0;
}
.footer .footer-logo {
  display: inline-block;
}
.footer .footer-logo .logo-text {
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
}
.footer .footer-logo .logo-text .text-primary {
  color: #e8c547 !important;
}
.footer .social-links {
  display: flex;
  justify-content: center;
}
.footer .social-links .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer .social-links .social-link:hover {
  background-color: #e8c547;
  color: #30323d;
  transform: translateY(-3px);
}
.footer p {
  margin-bottom: 0;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e8c547;
  color: #30323d;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: #e0b51c;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .hero-section .hero-content .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .navbar {
    background-color: rgba(48, 50, 61, 0.95);
    padding: 0.7rem 0;
  }
  .navbar .nav-link {
    padding: 0.7rem 0;
  }
  .hero-section {
    background-attachment: scroll;
  }
  .hero-section .hero-text-container {
    padding-top: 100px;
    margin-bottom: 3rem;
  }
  .hero-section .hero-content {
    max-width: 100%;
  }
  .hero-section .hero-content .hero-title {
    font-size: 2.5rem;
  }
  .hero-section .hero-content .hero-features {
    display: flex;
    justify-content: center;
  }
  .hero-section .hero-content .hero-features .feature {
    margin: 0 1rem 1.5rem;
  }
  .hero-section .hero-content .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-section .hero-content .hero-cta .btn {
    margin-bottom: 1rem;
    width: 100%;
  }
  .hero-section .hero-content .hero-cta .btn.btn-primary {
    margin-right: 0;
  }
  .stats-section {
    background-attachment: scroll;
  }
  .stats-section .stat-item {
    margin-bottom: 2rem;
  }
  .contact-section .contact-info {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .hero-section .hero-content {
    text-align: center;
  }
  .hero-section .hero-content .subtitle {
    padding-left: 0;
  }
  .hero-section .hero-content .subtitle::before {
    display: none;
  }
  .hero-section .hero-content .hero-title {
    font-size: 2rem;
  }
  .hero-section .hero-content .hero-features {
    flex-direction: column;
    align-items: center;
  }
  .hero-section .hero-content .hero-features .feature {
    margin: 0 0 1.5rem 0;
    width: 100%;
  }
  .hero-section .hero-content .hero-features .feature i {
    font-size: 1.5rem;
  }
  .hero-section .hero-content .hero-features .feature span {
    font-size: 1rem;
  }
  .hero-section .hero-content .hero-cta {
    justify-content: center;
  }
  .hero-section .hero-content .hero-cta .btn {
    width: 100%;
  }
  .hero-section .scroll-down-indicator {
    display: none;
  }
  .vehicles-section .vehicle-card .vehicle-image {
    height: 180px;
  }
  .contact-section .cta-card {
    padding: 1.5rem;
  }
  .contact-section .cta-card .cta-card-content {
    flex-direction: column;
    text-align: center;
  }
  .contact-section .cta-card .cta-card-content .pulse-animation {
    margin: 0 auto 1.5rem;
  }
  .contact-section .cta-card .cta-card-content .cta-text .cta-phone {
    display: block;
    word-break: keep-all;
  }
  .contact-section .contact-methods .contact-method {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .contact-section .contact-methods .contact-method .method-icon {
    margin: 0 auto !important;
  }
  .contact-section .contact-methods .contact-method .method-info {
    text-align: center;
    margin: 0 auto;
  }
  .contact-section .contact-methods .contact-method .method-info h4 {
    margin-bottom: 0.5rem;
  }
  .contact-section .contact-methods .contact-method .method-info p {
    margin-bottom: 0.5rem;
  }
  .contact-section .testimonials-container {
    padding: 2rem 1.5rem;
  }
  .footer {
    text-align: center;
  }
  .footer .social-links {
    margin: 1.5rem 0;
  }
}
@media (max-width: 576px) {
  .hero-section {
    min-height: 600px;
  }
  .hero-section .hero-content .hero-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .hero-section .hero-content .hero-features {
    flex-direction: column;
    align-items: center;
  }
  .hero-section .hero-content .hero-features .feature {
    margin-bottom: 1.5rem;
    width: 80%;
  }
  .hero-section .hero-content .hero-features .feature i {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .hero-section .hero-content .hero-features .feature span {
    font-size: 1rem;
  }
  .hero-section .hero-content .hero-cta .btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
  .vehicles-section,
  .services-section,
  .contact-section {
    padding: 4rem 0;
  }
  .stats-section .stat-item .stat-counter {
    font-size: 2.2rem;
  }
  .stats-section .stat-item .stat-title {
    font-size: 0.9rem;
  }
  .contact-section .contact-methods .contact-method {
    margin-bottom: 2rem;
  }
  .contact-section .contact-methods .contact-method .method-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .contact-section .contact-methods .contact-method .method-info h4 {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
  .contact-section .contact-methods .contact-method .method-info p {
    font-size: 1.1rem;
  }
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=styles.css.map */