/* EBP Custom Footer 1 Styles */
.ebp-custom-footer-1 {
  width: 100%;
  margin: 0;
  padding: 60px 0 0 0;
}

.footer-copyright {
  border-top: 1px solid #fff;
}

/* Footer Logo Section */
.footer-logo-section {
  text-align: center;
  margin-bottom: 40px;
}

.footer-columns .row .footer-column {
  position: relative;
}

/* .footer-columns .row .footer-column:first-of-type::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3rem;
  width: 100%;
  height: 70%;
  border-right: 1px solid;
}

@media (max-width: 1399px) {
  .footer-columns .row .footer-column:first-of-type::before {
    left: -1.5rem;
  }
}

@media (max-width: 991px) {
  .footer-columns .row .footer-column:first-of-type::before {
    left: -1rem;
  }
}

@media (max-width: 767px) {
  .footer-columns .row .footer-column:first-of-type::before {
    content: none;
  }
} */

.footer-logo {
  max-height: 60px;
  width: auto;
  transition: opacity 0.3s ease;
}

.footer-logo:hover {
  opacity: 0.8;
}

/* Footer Columns */
/* .footer-columns {
  margin-top: 30px;
} */

.footer-column {
  margin-bottom: 30px;
}

.footer-column-content {
  height: 100%;
}

/* Column Titles */
.footer-column-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Footer Navigation */
.footer-navigation {
  margin-bottom: 20px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  /* color: #3498db; */
  text-decoration: none;
  /* font-size: 1rem; */
  /* line-height: 1.5; */
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  /* color: #2980b9; */
  text-decoration: underline;
}

/* Footer Text Content */
.footer-text-content {
  /* font-size: 14px; */
  line-height: 1.6;
  /* color: #ecf0f1; */
}

.footer-text-content p {
  margin-bottom: 15px;
}

.footer-text-content p:last-child {
  margin-bottom: 0;
}

/* Footer Image Content */
.footer-image-content {
  text-align: center;
}

.footer-image {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.footer-image:hover {
  transform: scale(1.05);
}

.footer-columns .row > div:last-of-type {
  margin-left: auto;
}

/* Social Media Icons */
/* .footer-social-icons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.social-icon:hover {
  background-color: #3498db;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
} */

.footer-column-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-image-content img {
  width: 100%;
  margin-block-end: 2rem;
}

.footer-social-icons {
  display: flex;
  justify-content: flex-end;
}

.social-icon {
  background-color: #f7f7f7;
  padding: 0.5rem;
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
}

.footer-social-icons svg {
  fill: #1a1526;
  height: 90%;
  height: 30px;
  width: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ebp-custom-footer-1 {
    padding: 40px 0;
  }

  .footer-logo-section {
    margin-bottom: 30px;
  }

  .footer-logo {
    max-height: 50px;
  }

  .footer-column {
    margin-bottom: 25px;
    text-align: center;
  }

  .footer-column-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-text-content {
    text-align: left;
  }

  .footer-social-icons {
    justify-content: flex-start;
  }

  .footer-image-content {
    display: flex;
  }

  .footer-image-content img {
    max-width: 200px !important;
  }
}

@media (max-width: 576px) {
  .ebp-custom-footer-1 {
    padding: 30px 0;
  }

  .footer-logo {
    max-height: 40px;
  }

  .footer-column-title {
    font-size: 15px;
  }

  .footer-menu a,
  .footer-text-content {
    font-size: 1rem;
  }
}
