/* #region Footer START */
footer {
  /* background-color: var(--bg-light); */
  background-color: #f3f3f3;
}

.footer-top {
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 4rem 1rem;
  overflow: hidden;
  animation: fadeIn 1s ease-in;
}

.footer-top h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer-top p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.btn-request-consultation {
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-request-consultation:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  background-color: #c82333;
}

@media (max-width: 576px) {
  .footer-top h2 {
    font-size: 1.75rem;
  }
  .footer-top p {
    font-size: 1rem;
  }
}
.footer-main {
  background-image: #efefef;
  /* padding: 50px 0 20px; */
  animation: fadeIn 1.5s ease-in;
  color: var(--text-dark);
  font-size: 14px !important;
}

.footer-left {
  background-color: #f3f3f3;
  /* box-shadow: inset -3px -1px 3px 0px rgba(0, 0, 0, 0.15); */
}

.footer-right {
  /* background-color: #f3f3f3; */
  /* box-shadow: inset 14px 6px 6px -14px rgba(0, 0, 0, 0.20); */
}

.footer-main .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-main h5 {
  color: #030303;
  font-size: 1.1rem;
  /* margin-bottom: 20px; */
  padding-bottom: 10px;
  /* background-image: linear-gradient(to right, #C42728 40%, #D1D1D1 10%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 80% 3px; */
}

.footer-main ul {
  list-style: none;
  padding: 0;
}

.footer-main ul li {
  margin-bottom: 5px;
}

.footer-main ul li a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-main ul li a:hover {
  color: var(--primary-color);
}

.footer-logo-contact {
  color: #fff;
  padding: 40px 0 40px 0;
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-logo {
  text-align: left;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  color: #d1d1d1;
  /* softer tone */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.footer-contact {
  margin-top: 0.5rem;
}

.footer-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem !important;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.footer-contact .contact-item span {
  color: #030303;
}

.footer-contact .contact-item i {
  font-size: 1.1rem;
  color: #e3342f;
  margin-right: 0.4rem;
  transition: color 0.3s ease;
  vertical-align: middle;
}

.footer-contact .contact-item i:hover {
  color: #b91c1c;
}

.footer-contact a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-contact a:hover {
  color: #e3342f;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-logo-contact {
    padding: 2rem 1rem;
    text-align: left;
    /* align-items: center; */
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer-contact .contact-item {
    /* justify-content: center;
    font-size: 1rem;
    gap: 0.75rem; */
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #ccc;
    margin-bottom: 0.5rem;
  }
}
.footer-social {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 16px;
  /* margin-top: 10px; */
  flex-wrap: wrap;
}

.footer-main .footer-social h6 {
  color: #e00d0d;
  font-size: 1.1rem;
  /* margin-bottom: 20px; */
  /* padding-bottom: 10px; */
  /* background-image: linear-gradient(to right, #C42728 40%, #D1D1D1 10%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 80% 3px; */
}

.footer-social a {
  font-size: 22px;
  /* color: var(--text-dark); */
  color: #c4292a;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social a:hover {
  transform: scale(1.1);
  color: #242424;
}

.footer-newsletter .form-control,
.footer-newsletter .form-select,
.footer-newsletter .btn-subscribe {
  font-size: 0.875rem;
  padding: 0.45rem 0.75rem;
  height: auto;
  border-radius: 0.25rem;
}

.footer-newsletter .input-group {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.btn-subscribe {
  background-color: var(--primary-color);
  color: white;
  border: none;
  transition: 0.3s ease;
}

.btn-subscribe:hover {
  background-color: #111111;
}

.footer-bottom {
  background-image: linear-gradient(45deg, var(--bg-lighter) 25%, #E0E4E8 25%, #E0E4E8 50%, var(--bg-lighter) 50%, var(--bg-lighter) 75%, #E0E4E8 75%);
  background-size: 8px 8px;
  text-align: center;
  font-size: 0.9rem;
  padding: 15px 0;
  color: var(--text-dark);
}

.footer-bottom ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-bottom ul li {
  list-style: none;
}

.footer-bottom a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #c82333;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form-select:focus,
.form-control:focus,
.btn:focus {
  outline: 2px solid var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.floating-buttons {
  position: fixed;
  z-index: 999;
}

/* Quick Form Vertical Button */
.floating-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.floating-visible {
  opacity: 1;
  pointer-events: auto;
}

.quick-form-btn {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: sideways-lr;
  text-orientation: mixed;
  background-color: #b71c1c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  z-index: 1000;
}

.quick-form-btn:hover {
  background-color: #a31414;
  padding-right: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-btn img {
  width: 30px;
  height: 30px;
}

.whatsapp-btn:hover {
  background-color: #1ebc57;
}

/* #endregion Footer START */