/* Start custom CSS for html, class: .elementor-element-ac1fa6d */.hero-section {
  background-image: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.7), rgba(96, 165, 250, 0.2)), 
                    url('http://selfdrivecarinahmedabad.com/wp-content/uploads/2025/07/Untitled-design-2022-08-27T121008.682-1661584220.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-content {
  z-index: 1;
  text-align: center;
  color: white;
  padding: 1rem;
}
.cta-button {
  background-color: #ffffff;
  color: #2563eb;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.pass {
  color: white !important;
}
@media (max-width: 640px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48e057f */.unique-section {
  background-color:#f5f5f5 !important; /* Soft blue background */
  padding: 3rem 1rem !important;
  text-align: center !important;
  color: #1e40af !important; /* Dark blue text */
  position: relative !important;
  overflow: hidden !important;
}
.section-title {
  font-size: 2.5rem !important;
  font-weight: bold !important;
  margin-bottom: 3rem !important;
  color: #2563eb !important; /* Vibrant blue */
  text-shadow: 0 2px 4px rgba(59, 130, 246, 0.1) !important; /* Blue-tinted shadow */
}
.section-subtitle {
  font-size: 1.125rem !important;
  margin-bottom: 2rem !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #4b7289 !important; /* Muted blue-gray */
}
.car-rental-placeholder {
  background-color: #eff6ff !important; /* Very light blue */
  padding: 1.5rem !important;
  border-radius: 0.5rem !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  color: #1e40af !important; /* Dark blue text */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}
.cta-button {
  background-color: #2563eb !important; /* Vibrant blue button */
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 0.375rem !important;
  transition: transform 0.3s ease !important, box-shadow 0.3s ease !important;
  display: inline-block !important;
  margin-top: 1.5rem !important;
}
.cta-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important; /* Blue-tinted shadow */
}
@media (max-width: 640px) {
  .section-title {
    font-size: 1.5rem !important;
  }
  .section-subtitle {
    font-size: 0.875rem !important;
  }
  .car-rental-placeholder {
    padding: 1rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c6973a */.why-choose-section {
  background-color: #e0f2fe !important; /* Light blue background */
  padding: 3rem 1rem !important;
  text-align: center !important;
  color: #1e40af !important; /* Dark blue text */
}
.section-title {
  font-size: 2rem !important;
  font-weight: bold !important;
  margin-bottom: 2rem !important;
  color: #2563eb !important; /* Vibrant blue */
}
.card-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 1.5rem !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.card {
  background-color: #eff6ff !important; /* Very light blue */
  padding: 1.5rem !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.1) !important; /* Blue shadow */
  transition: transform 0.3s ease !important;
}
.card:hover {
  transform: translateY(-5px) !important;
}
.card-icon {
  font-size: 2rem !important;
  color: #2563eb !important; /* Vibrant blue */
  margin-bottom: 1rem !important;
}
.card-title {
  font-size: 1.25rem !important;
  font-weight: bold !important;
  color: #2563eb !important; /* Vibrant blue */
  margin-bottom: 0.5rem !important;
}
.card-description {
  font-size: 0.875rem !important;
  color: #4b7289 !important; /* Blue-gray */
}
@media (max-width: 640px) {
  .section-title {
    font-size: 1.5rem !important;
  }
  .card {
    padding: 1rem !important;
  }
  .card-title {
    font-size: 1rem !important;
  }
  .card-description {
    font-size: 0.75rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44e38e2 */.how-works-direct {
  background: #f5f5f5 !important; /* Blue gradient */
  padding: 4rem 1rem !important;
  text-align: center !important;
  color: #1e40af !important; /* Dark blue text */
}
.container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.title {
  font-size: 2.5rem !important;
  font-weight: bold !important;
  margin-bottom: 3rem !important;
  color: #2563eb !important; /* Vibrant blue */
  text-shadow: 0 2px 4px rgba(59, 130, 246, 0.1) !important;
  animation: fadeIn 1s ease-in !important;
}
.steps-line {
  display: flex !important;
  justify-content: space-between !important;
  position: relative !important;
  gap: 1rem !important;
  align-items: flex-start !important;
  padding-top: 20px !important;
}
.steps-line::before {
  content: '' Assistive technology announcement: A blue dotted line connects the steps, enhancing the visual flow of the process. !important;
  position: absolute !important;
  top: 20px !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: linear-gradient(to right, #2563eb, #3b82f6) !important;
  background-image: linear-gradient(to right, #2563eb 50%, transparent 50%) !important;
  background-size: 20px 4px !important; /* Dotted line */
  z-index: 0 !important;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.1) !important;
}
.step-item {
  flex: 1 !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  min-width: 180px !important;
  animation: slideIn 0.5s ease-in forwards !important;
  animation-delay: calc(0.2s * var(--step-index, 0)) !important; /* Staggered animation */
}
.circle {
  width: 40px !important;
  height: 40px !important;
  background: #ffffff !important;
  border: 4px solid #2563eb !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #2563eb !important;
  font-weight: bold !important;
  margin: 0 auto 1rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  position: relative !important;
  top: -20px !important;
}
.step-item:hover .circle {
  transform: scale(1.1) !important;
  background: #2563eb !important;
  color: #ffffff !important;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5) !important; /* Glowing blue */
}
/* Placeholder for icons (replace 'fa-icon' with actual Font Awesome classes) */
.circle::before {
  content: '\f00c' !important; /* Example: checkmark icon */
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}
.step-content {
  background-color: #eff6ff !important; /* Light blue */
  padding: 1.5rem !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.1) !important;
  min-height: 120px !important;
}
h3 {
  font-size: 1.25rem !important;
  font-weight: bold !important;
  color: #2563eb !important;
  margin-bottom: 0.5rem !important;
}
p {
  font-size: 0.875rem !important;
  color: #4b7289 !important; /* Blue-gray */
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideIn {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}
@media (max-width: 768px) {
  .title {
    font-size: 2rem !important;
  }
  .steps-line {
    flex-direction: column !important;
    align-items: center !important;
  }
  .steps-line::before {
    left: 50% !important;
    width: 4px !important;
    height: 100% !important;
    background: #2563eb !important;
    background-image: linear-gradient(to bottom, #2563eb 50%, transparent 50%) !important;
    background-size: 4px 20px !important; /* Vertical dotted line */
  }
  .step-item {
    width: 100% !important;
    max-width: 300px !important;
  }
  .circle {
    top: 0 !important;
  }
  .step-content {
    min-height: auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01e3bfc */.about-section {
  background: linear-gradient(135deg, #e0f2fe 0%, #bfdbfe 100%) !important; /* Blue gradient */
  padding: 4rem 1rem !important;
  color: #1e40af !important; /* Dark blue text for contrast */
  position: relative !important;
  overflow: hidden !important;
}
.content-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2rem !important;
  align-items: center !important;
}
.text-content {
  flex: 1 !important;
  min-width: 300px !important;
  animation: fadeIn 1s ease-in !important;
}
.image-content {
  flex: 1 !important;
  min-width: 300px !important;
  position: relative !important;
  animation: zoomIn 1s ease-in !important;
}
.about-title {
  font-size: 2.25rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  color: #2563eb !important; /* Vibrant blue */
}
.about-description {
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  margin-bottom: 1.5rem !important;
  color: #4b7289 !important; /* Blue-gray */
}
.info-button {
  background-color: #2563eb !important; /* Blue background */
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 0.375rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.info-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3) !important; /* Blue shadow */
}
.chat-widget {
  position: absolute !important;
  bottom: 1rem !important;
  right: 1rem !important;
  background: #eff6ff !important; /* Light blue */
  padding: 0.5rem !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 2px 10px rgba(59, 130, 246, 0.1) !important;
  color: #2563eb !important; /* Blue text */
  transition: transform 0.3s ease !important;
}
.chat-widget:hover `

System: {
  transform: scale(1.05) !important; /* Slight scale on hover for interactivity */
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}
@media (max-width: 640px) {
  .about-title {
    font-size: 1.75rem !important;
  }
  .about-description {
    font-size: 1rem !important;
  }
  .content-container {
    flex-direction: column !important;
    text-align: center !important;
  }
  .image-content img {
    width: 100% !important;
    height: auto !important;
  }
  .chat-widget {
    position: static !important;
    margin-top: 1rem !important;
    width: 100% !important;
    text-align: center !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b29cb17 */.about-section {
  background: linear-gradient(135deg, #e0f2fe 0%, #bfdbfe 100%) !important; /* Blue gradient */
  padding: 4rem 1rem !important;
  color: #1e40af !important; /* Dark blue text for contrast */
  position: relative !important;
  overflow: hidden !important;
}
.content-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2rem !important;
  align-items: center !important;
}
.text-content {
  flex: 1 !important;
  min-width: 300px !important;
  animation: fadeIn 1s ease-in !important;
}
.image-content {
  flex: 1 !important;
  min-width: 300px !important;
  position: relative !important;
  animation: zoomIn 1s ease-in !important;
}
.about-title {
  font-size: 2.25rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  color: #2563eb !important; /* Vibrant blue */
}
.about-description {
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  margin-bottom: 1.5rem !important;
  color: #4b7289 !important; /* Blue-gray */
}
.info-button {
  background-color: #2563eb !important; /* Blue background */
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 0.375rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.info-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3) !important; /* Blue shadow */
}
.chat-widget {
  position: absolute !important;
  bottom: 1rem !important;
  right: 1rem !important;
  background: #eff6ff !important; /* Light blue */
  padding: 0.5rem !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 2px 10px rgba(59, 130, 246, 0.1) !important;
  color: #2563eb !important; /* Blue text */
  transition: transform 0.3s ease !important;
}
.chat-widget:hover `

System: {
  transform: scale(1.05) !important; /* Slight scale on hover for interactivity */
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}
@media (max-width: 640px) {
  .about-title {
    font-size: 1.75rem !important;
  }
  .about-description {
    font-size: 1rem !important;
  }
  .content-container {
    flex-direction: column !important;
    text-align: center !important;
  }
  .image-content img {
    width: 100% !important;
    height: auto !important;
  }
  .chat-widget {
    position: static !important;
    margin-top: 1rem !important;
    width: 100% !important;
    text-align: center !important;
  }
}/* End custom CSS */