body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-top: 80px;
}

.topbar {
  background-color: #BD1820;
  color: white;
  transition: top 0.3s;
}

.custom-navbar {
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: background 0.3s, box-shadow 0.3s;
}

.custom-navbar .nav-link {
  color: #BD1820 !important;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s;
}

.custom-navbar .nav-link:hover {
  color: #000 !important;
}

.custom-navbar .brand-text {
  color: #BD1820;
  font-weight: 600;
  font-size: 1.1rem;
}

.logo {
  height: 40px;
}

.modal-content {
  background: white;
  border-radius: 10px;
}

.modal-link {
  display: block;
  color: #BD1820;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 10px 0;
  text-decoration: none;
  transition: color 0.3s;
}

.modal-link:hover {
  color: #000;
}



/* ==================
===slider area====
==================    */


/* ===== Hero Slider ===== */
#heroSlider {
  position: relative;
}

#heroSlider .carousel-item {
  height: 75vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

#heroSlider .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#heroSlider .carousel-caption {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  color: #fff;
  text-align: center;
}

#heroSlider h1 {
  font-weight: 700;
  font-size: 2.5rem;
  color: white;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

#heroSlider p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.custom-btn {
  background-color: #BD1820;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

.custom-btn:hover {
  background-color: #BD1820;
  color: white;
}

/* Mobile view */
@media (max-width: 768px) {
  #heroSlider .carousel-item {
    height: 400px;
  }

  #heroSlider h1 {
    font-size: 1.5rem;
  }

  #heroSlider p {
    font-size: 0.9rem;
  }
}



/* about us sctions  */

/* ===== About Section ===== */
#about {
  overflow: hidden;
}

/* Left side - form with background */
.about-form-section {
  position: relative;
  background: url('../images/slider/sl3.png') center/cover no-repeat;
  min-height: 550px;
}

.about-form-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
}

.about-form {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 450px;
}

.about-form .form-control {
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.about-form .form-control:focus {
  box-shadow: 0 0 0 2px #FFD700;
  outline: none;
}

/* Right side - info */
.about-info-section {
  background: #fff;
}

.about-info-section h2 {
  font-weight: 700;
}

.about-info-section p {
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-form-section {
    min-height: 400px;
  }
  .about-info-section {
    padding: 40px 25px;
  }
}

/* places ======== */

/* ===== Tourist Places Section ===== */
/* ===== Tourist Places Section ===== */
#places {
  background-color: #fff;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}

.owl-carousel {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.place-card {
  width: 90%;
  max-width: 350px;
}

.place-card .card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.place-card .card:hover {
  transform: translateY(-6px);
}

.card-img-top {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 15px;
  text-align: center;
}

.card-overlay h5 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

.card-overlay .btn {
  background-color: #FFD700;
  border: none;
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 6px 18px;
  transition: all 0.3s ease;
}

.card-overlay .btn:hover {
  background-color: #BD1820;
  color: #fff;
}

@media (max-width: 768px) {
  .card-img-top {
    height: 200px;
  }
}


/* ===== Explore Jabalpur Section ===== */
.explore-section {
  background-color: #fff;
  color: #000;
}

.explore-section h2 {
  font-weight: 800;
  color: #0e0e0e;
  letter-spacing: 1px;
}

.underline {
  width: 120px;
  height: 3px;
  background-color: #BD1820;
  border-radius: 5px;
}

.intro-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
}

.explore-section ul li {
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: 500;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
}

.explore-section ul li i {
  color: #BD1820;
  font-size: 1.1rem;
}

.outro-text {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

/* service */

/* ===== Our Services Section ===== */
.services-section {
  background-color: #abb8c3;
}

.services-section h2 {
  font-weight: 800;
  color: #111;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.service-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.service-card h4 {
  color: #BD1820;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.95rem;
  color: #333;
  min-height: 60px;
}

.btn-book {
  background-color: #BD1820;
  color: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-book:hover {
  background-color: #a3141a;
  color: #fff;
}

.underline {
  width: 120px;
  height: 3px;
  background-color: #BD1820;
  border-radius: 5px;
}



/* ===== Our Fleet Section ===== */
.fleet-section {
  background-color: #ffffff;
}

.arrow-icons svg {
  animation: bounce 1.8s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

.fleet-heading {
  color: #BD1820;
  font-weight: 800;
  font-size: 2.2rem;
}

.fleet-subtitle {
  font-size: 1rem;
  color: #333;
}

.underline {
  width: 120px;
  height: 3px;
  background-color: #BD1820;
  border-radius: 5px;
}

.fleet-card {
  background: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.fleet-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.car-img {
  height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.fleet-card:hover .car-img {
  transform: scale(1.05);
}

.car-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #111;
}

.rating {
  color: #FFD700;
  font-size: 1.1rem;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  margin-bottom: 6px;
  color: #333;
  font-size: 0.95rem;
}

/* ===== Custom Buttons ===== */
.btn-custom {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.call-btn {
  border: 2px solid #BD1820;
  color: #ffffff;
  background: #fff;
}

.call-btn:hover {
  background: #BD1820;
  color: #fff;
}

.whatsapp-btn {
  border: 2px solid #25D366;
  color: #ffffff;
  background: #fff;
}

.whatsapp-btn:hover {
  background: #25D366;
  color: #fff;
}





/* ===== Book Your Journey Section ===== */
.book-journey-section {
  background: url('../images/tourist_spot/jabalpur.jpg') center/cover no-repeat fixed;
  padding: 80px 0;
  position: relative;
}

.book-box {
  background-color: #f5fdd6;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  max-width: 75%;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-box:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.journey-title {
  font-size: 2rem;
  font-weight: 700;
  color: #BD1820;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-call-now {
  background-color: #25D366;
  color: #fff;
  padding: 12px 35px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.btn-call-now:hover {
  background-color: #1da851;
  box-shadow: 0 8px 20px rgba(29, 168, 81, 0.4);
  transform: translateY(-2px);
}

.btn-call-now i {
  margin-right: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .book-box {
    flex-direction: column !important;
    text-align: center;
    max-width: 90%;
  }

  .journey-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}





/* ===== Features Section ===== */
.features-section {
  background-color: #fff;
  padding: 60px 0;
}

.feature-box {
  text-align: center;
  transition: all 0.3s ease;
  padding: 10px;
}

.feature-box i {
  font-size: 3rem;
  margin-bottom: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.feature-box h4 {
  font-weight: 700;
  color: #111;
  margin-top: 10px;
}

.feature-box p {
  color: #555;
  font-size: 0.95rem;
  margin-top: 5px;
}

.feature-box:hover i {
  transform: scale(1.2) rotate(5deg);
}

.feature-box:hover h4 {
  color: #BD1820;
}

.feature-car {
  max-width: 600px;
  transition: transform 0.4s ease;
}

.feature-car:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
  .features-grid {
    order: 2;
  }
  .features-image {
    order: 1;
    margin-bottom: 30px;
  }
  .feature-car {
    max-width: 80%;
  }
}



/* ===== Book Journey Section ===== */
.book-journey-section {
  background-color: #f5fce0; /* Light pastel green */
  padding: 80px 0;
}

.journey-photo {
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.journey-photo:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.journey-heading {
  color: #e02b2b;
  font-weight: 800;
  font-size: 2.3rem;
  letter-spacing: 1px;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}

.journey-heading::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #e02b2b;
  margin-top: 10px;
}

.journey-text {
  font-size: 1rem;
  color: #111;
  margin-top: 20px;
  line-height: 1.6;
}

.journey-quote {
  font-size: 1.1rem;
  color: #000;
  margin-top: 20px;
  font-style: italic;
  text-decoration: underline;
}

.journey-author {
  margin-top: 15px;
  font-weight: 500;
  color: #111;
}

/* Responsive */
@media (max-width: 992px) {
  .journey-image {
    text-align: center;
  }
  .journey-photo {
    width: 90%;
  }
  .journey-content {
    text-align: center !important;
  }
}



/* ===== Footer ===== */
.footer {
  background-color: #BD1820;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.15), transparent 70%);
  animation: footerGlow 6s linear infinite;
}

@keyframes footerGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.footer-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  margin-top: 8px;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

.footer-links a:hover {
  color: #ffe26f;
  transform: translateX(5px);
}

.footer-contact li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.footer-contact i {
  margin-right: 10px;
  color: #ffe26f;
}

.footer-social a {
  color: #fff;
  margin-right: 15px;
  font-size: 1.2rem;
  transition: transform 0.3s, color 0.3s;
}

.footer-social a:hover {
  color: #ffe26f;
  transform: scale(1.2);
}

/* Bottom Bar */
.footer-bottom {
  background-color: #a0151b;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-heading::after {
    margin-left: auto;
    margin-right: auto;
  }
  .footer {
    text-align: center;
  }
  .footer-social a {
    margin: 0 10px;
  }
}


/* ===== ABOUT BANNER ===== */
.about-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url('../images/slider/sl2.png') center/cover no-repeat;
  height: 45vh;
  text-align: center;
}

.about-banner h1 {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.breadcrumb {
  background: transparent;
  margin-top: 10px;
}

.breadcrumb-item a {
  color: #ffe26f;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

/* ===== ABOUT SECTION ===== */
.about-page {
  background-color: #f9fafb;
  color: #333;
}

.about-content h2 {
  font-weight: 700;
  color: #BD1820;
  font-size: 2rem;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.about-features li {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #444;
}

.about-features i {
  color: #BD1820;
  margin-right: 8px;
}

.about-btn {
  background-color: #BD1820;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background-color: #a3141a;
  transform: scale(1.05);
}

.about-img img {
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .about-banner {
    height: 35vh;
  }

  .about-banner h1 {
    font-size: 2rem;
  }

  .about-content h2 {
    text-align: center;
  }

  .about-btn {
    display: block;
    margin: 0 auto;
  }
}



.package-page {
  background-color: #f9fafb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  font-size: 2.4rem;
  color: #BD1820;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #BD1820;
  display: block;
  margin: 8px auto 0;
}

.section-subtitle {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.package-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.package-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-bottom: 4px solid #BD1820;
}

.package-content {
  padding: 20px;
  text-align: center;
}

.package-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.package-content ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px;
  text-align: left;
}

.package-content ul li {
  color: #555;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.package-content ul li i {
  color: #BD1820;
  margin-right: 8px;
}

.price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #BD1820;
  margin-bottom: 10px;
}

/* Custom WhatsApp Button */
.btn-whatsapp {
  background-color: #25d366;
  color: white;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1ebe5b;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .section-title {
    font-size: 2rem;
  }

  .package-content ul {
    text-align: center;
  }
}



/* Jabalpur Tour Packages Section */
.jabalpur-packages {
  background-color: #f3f6fa;
}

.jabalpur-packages .section-title {
  color: #BD1820;
}

.jabalpur-packages .package-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

.jabalpur-packages .package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.jabalpur-packages .btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s ease;
}

.jabalpur-packages .btn-whatsapp:hover {
  background-color: #1ebe5b;
  transform: scale(1.05);
}



/* =================== SERVICES PAGE =================== */
.services-package {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-package .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #BD1820;
  position: relative;
  display: inline-block;
}

.services-package .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #BD1820;
  display: block;
  margin: 10px auto 0;
}

.services-package .section-subtitle {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.service-card {
  background: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.service-content {
  padding: 20px;
  text-align: center;
}

.service-content h4 {
  color: #BD1820;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-content p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Custom WhatsApp Button */
.btn-whatsapp {
  background-color: #BD1820;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-whatsapp:hover {
  background-color: #ff6a6a;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .services-package .section-title {
    font-size: 2rem;
  }
  .service-card img {
    height: 200px;
  }
}


/* =================== CONTACT SECTION =================== */
.contact-section {
  background-color: #f8f9fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-section .section-title {
  color: #BD1820;
  font-size: 2.3rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.contact-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #BD1820;
  display: block;
  margin: 10px auto 0;
}

.contact-section .section-subtitle {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

/* Contact Info Cards */
.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.contact-icon {
  font-size: 2rem;
  color: #BD1820;
  margin-bottom: 15px;
}

.contact-card h4 {
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.contact-card p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.contact-link {
  color: #BD1820;
  text-decoration: none;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
}

/* Map */
.map-container iframe {
  border-radius: 12px;
  width: 100%;
  height: 400px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-card {
    margin-bottom: 20px;
  }

  .map-container iframe {
    height: 300px;
  }
}

/* =================== FLOATING BUTTONS =================== */
.floating-btn {
  position: fixed;
  bottom: 25px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* WhatsApp Button */
.whatsapp-btn {
  left: 20px;
  background-color: #25D366;
  animation: pulse-green 2s infinite;
}

/* Call Button */
.call-btn {
  right: 20px;
  background-color: #BD1820;
  animation: pulse-red 2s infinite;
}

/* Hover Effects */
.whatsapp-btn:hover {
  background-color: #1ebe5b;
  transform: scale(1.1);
}

.call-btn:hover {
  background-color: #a31318;
  transform: scale(1.1);
}

/* Pulse Animations */
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(189, 24, 32, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(189, 24, 32, 0); }
  100% { box-shadow: 0 0 0 0 rgba(189, 24, 32, 0); }
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .whatsapp-btn {
    left: 15px;
    bottom: 20px;
  }

  .call-btn {
    right: 15px;
    bottom: 20px;
  }
}
