

.footer-one a {
  word-break: break-word;
  display: inline-block;
  text-decoration: none;
}

.footer-one .container {
  width: 100%;
  max-width: var(--max-width);
  padding: 0 var(--site-padding);
  margin: auto;
}

.footer-one.footer {
  padding: 80px 0 20px;
  background-color: transparent;
}

.footer-one .footer-row {
  display: flex;
  margin: 0 -15px;
}

.footer-one .footer-row .footer-col {
  padding: 0 15px;
}

.footer-one .footer-col ul {
  padding: 0;
  list-style-type: var(--ul-bullet-type);
  li::marker {
    color: var(--ul-bullet-color);
    font-size: var(--ul-bullet-size);
  }
}

.footer-one .footer-col ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-family: var(--ul-font);
  font-size: var(--ul-size);
  font-weight: var(--ul-weight);
  font-style: var(--ul-italic);
  line-height: var(--ul-line-height);
  letter-spacing: var(--ul-spacing);
  text-decoration: var(--ul-underline);
  color: var(--ul-color);
  opacity: calc(var(--ul-opacity) / 100);
  p {
    margin: 0;
    font-family: var(--ul-font);
    font-size: var(--ul-size);
    font-weight: var(--ul-weight);
    font-style: var(--ul-italic);
    line-height: var(--ul-line-height);
    letter-spacing: var(--ul-spacing);
    text-decoration: var(--ul-underline);
    color: var(--ul-color);
    opacity: calc(var(--ul-opacity) / 100);
  }
}

.footer-one .footer-row .footer-col__one {
  width: 30%;
}
.footer-one .footer-row .footer-col__one ul {
  padding-left: 0;
}

.footer-one .footer-row .footer-col__one p {
  margin-bottom: 20px;
  font-family: var(--text-font);
  font-size: var(--text-size);
  font-weight: var(--text-weight);
  color: var(--text-color);
  opacity: calc(var(--text-opacity) / 100);
  line-height: var(--text-line-height);
  letter-spacing: var(--text-spacing);
  font-style: var(--text-italic);
  text-decoration: var(--text-underline);
}

.footer-one .footer-row .footer-col__two {
  width: 20%;
}

.footer-one .footer-row .footer-col__three {
  width: 25%;
}

.footer-one .footer-row .footer-col__four {
  width: 25%;
}

.footer-one .footer-bottom {
  display: flex;
  border-top: 1px solid var(--border-color);
  padding: 15px 54px 0px 54px;
  margin-top: 25px;
}

.footer-one .footer-bottom p {
  font-family: var(--text-font);
  font-size: var(--text-size);
  font-weight: var(--text-weight);
  color: var(--text-color);
  opacity: calc(var(--text-opacity) / 100);
  line-height: var(--text-line-height);
  letter-spacing: var(--text-spacing);
  font-style: var(--text-italic);
  text-decoration: var(--text-underline);
}

.footer-one .footer-bottom .footer-bottom__left {
  width: 50%;
}

.footer-one .footer-bottom .footer-bottom__right {
  width: 50%;
  align-self: center;
  text-align: right;
}

.footer-one .footer-bottom .footer-bottom__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-one .footer-bottom .footer-bottom__right ul li,
.footer-one .footer-bottom .footer-bottom__right p {
  display: inline-block;
  font-family: var(--text-font);
  font-size: var(--text-size);
  font-weight: var(--text-weight);
  color: var(--text-color);
  opacity: calc(var(--text-opacity) / 100);
  line-height: var(--text-line-height);
  letter-spacing: var(--text-spacing);
  font-style: var(--text-italic);
  text-decoration: var(--text-underline);
}

.footer-one .footer-bottom .footer-bottom__right ul li a,
.footer-one .footer-bottom .footer-bottom__right p a {
  font-family: var(--link1-font);
  font-size: var(--link1-size);
  font-weight: var(--link1-weight);
  color: var(--link1-color);
  opacity: calc(var(--link1-opacity) / 100);
  line-height: var(--link1-line-height);
  letter-spacing: var(--link1-spacing);
  font-style: var(--link1-italic);
  text-decoration: var(--link1-underline);
  transition: all 0.3s ease;
  padding-right: 10px;
  margin-right: 10px;
}

.footer-one .footer-bottom .footer-bottom__right ul li a.no-link {
  cursor: default;
  pointer-events: none;
  color: #6f6c90;
  text-decoration: none;
}

.footer-one .footer-bottom .footer-bottom__right ul li a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

.footer-one .footer-bottom .footer-bottom__right ul li a:hover.no-link {
  color: #6f6c90;
}

.footer-one .contact a {
  display: flex;
  align-items: center;
  font-family: var(--link-font);
  font-size: var(--link-size);
  font-weight: var(--link-weight);
  line-height: var(--link-line-height);
  letter-spacing: var(--link-spacing);
  color: var(--link-color);
  text-decoration: var(--link-underline);
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-one .contact a:hover {
  color: var(--link-hover-color);
}

.footer-one .contact a:hover svg path {
  stroke: var(--link-hover-color);
}

.footer-one .contact a:hover svg {
  stroke: var(--link-hover-color);
}

.footer-one .contact a svg,
.footer-one .contact a img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.footer-one .contact a svg path {
  stroke: var(--link-color);
}

.footer-one .quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-one .quick-links li {
  margin-bottom: 10px;
}

.footer-one .quick-links li a {
  font-family: var(--link-font);
  font-size: var(--link-size);
  font-weight: var(--link-weight);
  line-height: var(--link-line-height);
  letter-spacing: var(--link-spacing);
  color: var(--link-color);
  text-decoration: var(--link-underline);
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-one .quick-links li a.no-link {
  cursor: default;
  pointer-events: none;
  color: #6f6c90;
}

.footer-one .quick-links li a:hover {
  color: var(--link-hover-color);
}

.footer-one .quick-links li a:hover.no-link {
  color: #6f6c90;
}

.footer-one .footer-head {
  font-family: var(--h5-font);
  font-size: var(--h5-size);
  font-weight: var(--h5-weight);
  color: var(--h5-color);
  opacity: calc(var(--h5-opacity) / 100);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-spacing);
  font-style: var(--h5-italic);
  text-decoration: var(--h5-underline);
  margin-bottom: 25px;
  display: block;
}

.footer-one .social-media a {
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.footer-one .social-media a img {
  width: auto;
}

.footer-one .social-media a:hover {
  opacity: 0.8;
}

/* ===== RESPONSIVE STYLES ===== */


@media screen and (max-width: 1279px) {
  .footer-one .footer-bottom {
    padding: 15px 0 0 0;
  }
  .footer-one .footer-row {
    flex-wrap: wrap;
  }
  .footer-one .footer-row .footer-col__three {
    width: 30%;
  }
  .footer-one .footer-row .footer-col__one {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .footer-one .footer-row {
    row-gap: 20px;
  }
  .footer-one .footer-row .footer-col__two,
  .footer-one .footer-row .footer-col__three,
  .footer-one .footer-row .footer-col__four {
    width: 50%;
  }
  .footer-one .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-one .footer-bottom .footer-bottom__left {
    width: 100%;
  }
  .footer-one .footer-bottom .footer-bottom__right {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .footer-one .footer-head {
    margin-bottom: 10px;
  }
  .footer-one .quick-links li {
    margin-bottom: 5px;
  }
  .footer-one .footer-row .footer-col__one {
    margin-bottom: 0;
  }
  .footer-one .contact a {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .footer-one .contact a svg,
  .footer-one .contact a img {
    display: none;
  }
  .footer-one .footer-bottom p {
    margin: 0;
  }
}
