.elementor-277 .elementor-element.elementor-element-c3eda1b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f475913 *//* Footer Styling */
.courier-footer {
  width: 100%;
  background: #16163F;
  color: #fff;
  padding: 60px 20px 20px;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col h3 {
  color: #AC020A;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 15px;
}

.footer-about {
  font-size: 14px;
  line-height: 1.6;
}

.footer-nav {
  list-style: none;
  padding: 0;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-nav a:hover {
  color: #AC020A;
}

.newsletter {
  display: flex;
  flex-direction: column;
}

.newsletter input {
  padding: 10px;
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
  outline: none;
}

.newsletter button {
  background: #AC020A;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter button:hover {
  background: #fff;
  color: #AC020A;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 30px;
}

/* Scroll to Top Button */
.scroll-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #AC020A;
  color: #fff;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  transition: transform 0.4s ease;
}

.scroll-top:hover {
  transform: translateY(-5px) scale(1.1);
}

/* Responsive Design */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .newsletter {
    align-items: center;
  }
}/* End custom CSS */