body,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Eczar", serif;
}

.banner-text {
  position: relative;
  margin-top: 28%;
  color: #fff;
}

.banner-text h1 {
  color: #fff;
}

.banner-text h1 {
  color: #c9151b;
}

.banner-text h3 {
  color: #c9151b;
}

.about-vigneshwaratours-travels {
  padding: 80px 0px 0;
}

.best-cab-service {
  padding: 60px 0px 0;
}

.best-cab-service .smart-safe-text h2 {
  font-weight: 700;
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke: 1px lightgray;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
}

.stats-container {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.stat-item {
  background: linear-gradient(45deg, #667eea, #c9151b);
  color: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  transition: transform 0.3s ease;
  flex: 1;
  min-width: 150px;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
}

.highlight {
  color: #c9151b;
  font-weight: 600;
}

.banner-text h3 {
  margin-bottom: 0;
}

.section-cars {}

.fleet-section {
  padding: 60px 0px;
  background-color: #fff;
  text-align: center;
}

.fleet-section h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fleet-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.fleet-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.fleet-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.fleet-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.fleet-card .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 5px;
  background-color: #c9151b0c;
}

.boking-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}




.fleet-card h4 {
  color: #e91e22;
  margin: 15px 0 10px;
  font-size: 22px;
}

.fleet-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.fleet-card p strong {
  color: #000000;
}

.fleet-card a {
  background-color: #e91e22;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.fleet-card a:hover {
  background-color: #c9151b;
}

.phone-num-big {

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.father-son {
  padding: 200px 0px;
}



.floating-contact {
  position: fixed;
  right: 10px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.floating-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 22px;
}

.call-btn {
  background-color: #4CAF50;
  /* Green for Call */
}

.whatsapp-btn {
  background-color: #25D366;
  /* WhatsApp green */
}

/* Optional Tooltip */
.floating-contact a::after {
  content: attr(title);
  position: absolute;
  right: 60px;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.floating-contact a:hover::after {
  opacity: 1;
  transform: translateX(0);
}


.mobile-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: top 0.3s;
}

.mobile-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.btn-main {
  background-color: #e91e22;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.btn-main:hover {
  background-color: #c8161d;
  color: #fff;
}

.happy-family-picture {
  display: none;
}



@media (max-width: 768px) {
  header {
    display: none !important;
  }

  .about-vigneshwaratours-travels {
    padding: 0px 0px 0;
  }

  .about-vigneshwaratours-travels .content-container {
    padding: 20px 20px 0px;
    text-align: center;
  }

  .fleet-container {
    max-width: unset;
    margin: auto 12px;
  }

  .fleet-card {
    width: 100%;
  }

  .fleet-card img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  .best-cab-service .smart-safe-text h2 {
    font-weight: 700;
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px lightgray;
    text-align: center;
  }



  .section-hero {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    height: auto !important;
  }

  #content section:first-of-type {
    padding-top: 0px !important;
  }

  .happy-family-picture {
    display: block;
  }

  .banner-text {
    position: relative;
    margin-top: 0;
    color: #fff;
    text-align: center;
  }


  .banner-text h1 {
    color: #c9151b;
    font-size: 32px;
    line-height: 40px;
    margin-top: 5px;
    letter-spacing: 1px;
  }

  .stats-container {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  section {
    padding: 50px 0 50px 0 !important;
    position: relative;
  }

  .father-son .jarallax-img {
    display: none !important;
  }

  .father-son h2 {
    color: #000;
    margin-bottom: 20px;
    text-align: center;
  }

  .father-son p {
    color: #000;
    margin-bottom: 20px;
    text-align: center;
  }
  .father-son{
    padding-top: 0 !important; 
    padding-bottom: 0 !important; 
  }

 

  
}