/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-area {
  padding-bottom: 34px;
}
.footer-area.style-one {
  border-radius: 40px;
  margin-bottom: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-area .footer-large-text {
  background-color: #190E12;
  display: flex;
  justify-content: space-between;
  color: #402E34;
  font-size: 15.8vw;
  line-height: 0.85;
  padding: 37px 15px;
  margin-bottom: 34px;
}
.footer-area .footer-large-text span {
  display: inline-block;
}

.footer-area .footer-widget .section-title,
.footer-area .footer-widget p {
  max-width: 100%;
}

.footer-widget .footer-widget-title {
  padding-bottom: 14px;
  margin-bottom: 13px;
}
.footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 65%;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.footer-widget .footer-menu.style-one li {
  margin-bottom: 10px;
}
.footer-widget .footer-menu.style-one li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-menu.style-one li a {
  position: relative;
  color: var(--altoColor);
}
.footer-widget .footer-menu.style-one li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.footer-widget .footer-menu.style-one li a:hover {
  color: var(--primaryColor);
}
.footer-widget .footer-menu.style-one li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.footer-widget .contact-info-list li {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget .contact-info-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .contact-info-list li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget .contact-info-list li a:hover {
  color: var(--primaryColor);
}

@media only screen and (min-width: 1600px) {
  .footer-area.style-one {
    margin-bottom: 18px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer-area.style-one .container-fluid {
    padding-left: 47px;
    padding-right: 47px;
  }
  .footer-area.style-two .container-fluid {
    padding-left: 68px;
    padding-right: 68px;
  }
}/*# sourceMappingURL=footer.css.map */

/* Solusi Dev modern footer */
.sol-footer {
  background: #070707;
  color: #fff;
}
.sol-footer .sol-footer-card {
  background: radial-gradient(circle at top left, rgba(244, 129, 32, 0.22), transparent 34%), #130b0e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 56px;
  margin-bottom: 56px;
}
.sol-footer .sol-footer-logo img {
  max-height: 42px;
}
.sol-footer .sol-footer-title {
  max-width: 920px;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.sol-footer .sol-footer-text,
.sol-footer .sol-footer-about {
  font-size: 18px;
  line-height: 1.6;
}
.sol-footer .sol-footer-main {
  padding-bottom: 48px;
}
.sol-footer .sol-footer-heading {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.sol-footer .sol-footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.sol-footer .sol-footer-menu a {
  color: var(--altoColor);
  font-size: 15px;
}
.sol-footer .sol-footer-menu a:hover {
  color: var(--primaryColor);
}
.sol-footer .sol-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}

@media only screen and (max-width: 767px) {
  .sol-footer .sol-footer-card {
    padding: 32px 24px;
    border-radius: 22px;
    margin-bottom: 40px;
  }
  .sol-footer .sol-footer-title {
    font-size: 38px;
  }
  .sol-footer .sol-footer-bottom {
    justify-content: center !important;
    text-align: center;
  }
}


.sol-footer .sol-footer-contact-grid {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.sol-footer .sol-footer-contact-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 28px;
  color: #fff;
  transition: var(--transition);
}
.sol-footer .sol-footer-contact-card:hover {
  border-color: rgba(244, 129, 32, 0.65);
  transform: translateY(-4px);
}
.sol-footer .sol-footer-contact-label {
  display: block;
  color: var(--primaryColor);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sol-footer .sol-footer-contact-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.sol-footer .sol-footer-contact-card small {
  color: var(--altoColor);
  font-size: 15px;
}
