@media (min-width:1024px){.pd-tb80{padding:20px 0 !important}
}
@media (max-width:480px){.pd-tb80{padding:14px 0 !important;}
}
#load{width:100%;font-size:16px;color:#333333;height:100%;background:url(../images/131.gif) no-repeat scroll 50% 50% transparent;position:fixed;background-color:rgba(31, 26, 26, 0.65);left:0%;top:0%;border:1px solid #ccc;z-index:999;}
.error{color:red;font-weight:500;}

/* ===== OS Cabs Premium Taxi Footer ===== */
.cp_footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #1b1b1b 100%);
  color: #e5e5e5;
  font-family: "Poppins", sans-serif;
  padding: 70px 0 20px;
  border-top: 2px solid #ffcc00;
  box-shadow: inset 0 2px 25px rgba(255, 204, 0, 0.1);
  position: relative;
}

/* Footer heading */
.cp_footer h4 {
  color: #ffcc00;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

/* Glowing taxi icon above title */
.cp_footer h4::before {
  content: "";
  background: url('https://cdn-icons-png.flaticon.com/512/3102/3102563.png') no-repeat center;
  background-size: 38px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 10px #ffcc00);
  animation: bounce 2s infinite ease-in-out;
}

/* Taxi bounce animation */
@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -8px); }
}

/* Footer columns */
.cp_footer .col-md-4 {
  text-align: left;
  padding: 0 25px;
}

/* Footer items */
.cp_footer p {
  color: #cfcfcf;
  font-size: 15px;
  margin: 10px 0;
  padding-left: 35px;
  position: relative;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Attractive golden cab icons before text */
.cp_footer p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url('https://cdn-icons-png.flaticon.com/512/3097/3097144.png') no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 0 3px #ffcc00);
  transition: all 0.3s ease;
}

/* Hover animation for text and icons */
.cp_footer p:hover {
  color: #ffcc00;
  transform: translateX(8px);
  text-shadow: 0 0 5px #ffcc00;
}
.cp_footer p:hover::before {
  transform: scale(1.2) rotate(-5deg);
  filter: drop-shadow(0 0 10px #ffcc00);
}

/* Copyright */
.cp_footer .col-md-12 p {
  color: #aaa;
  font-size: 13px;
  margin-top: 40px;
  text-align: center;
  padding-left: 0;
  letter-spacing: 0.6px;
}

.cp_footer .col-md-12 p::before {
  content: "© ";
  color: #ffcc00;
}

/* Glow divider line */
.cp_footer::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, transparent, #ffcc00, transparent);
  margin-top: 25px;
}

/* Responsive view */
@media (max-width: 991px) {
  .cp_footer .col-md-4 {
    text-align: center;
    padding: 10px 0;
  }
  .cp_footer p {
    padding-left: 0;
  }
  .cp_footer p::before {
    display: none;
  }
}





