.elementor-375 .elementor-element.elementor-element-62ff7d9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7eabd27 */.reddybook-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.reddybook-footer .footer-logo {
  font-size: 24px;
  font-weight: bold;
  color: #c10930;
  margin-bottom: 20px;
}

.reddybook-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.reddybook-footer .footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}

.reddybook-footer .footer-nav a:hover {
  color: #c10930;
}

.reddybook-footer .footer-payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 25px 0;
}

.reddybook-footer .footer-payments img {
  height: 30px;
  object-fit: contain;
}

.reddybook-footer .footer-social {
  margin: 25px 0;
}

.reddybook-footer .footer-social a {
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
  font-size: 20px;
  transition: color 0.3s;
}

.reddybook-footer .footer-social a:hover {
  color: #c10930;
}

.reddybook-footer .footer-note {
  font-size: 13px;
  color: #cccccc;
  line-height: 1.6;
}

.reddybook-footer .footer-note p {
  margin: 5px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .reddybook-footer .footer-nav {
    flex-direction: column;
    gap: 10px;
  }

  .reddybook-footer .footer-payments {
    justify-content: center;
    gap: 15px;
  }

  .reddybook-footer .footer-social a {
    font-size: 18px;
  }
}/* End custom CSS */