footer {
  background: #121517;
}

.footer-top-wrapper {
  padding: 54px 0 40px 0;
  opacity: 1;

  .heading-44 {
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: var(--white);
    font-size: 38px;
  }

  p {
    margin-bottom: 0;
    color: #fff;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-mdl-wrapper {
  padding: 70px 0 63px 0;
  background: transparent linear-gradient(74deg, #121517 0%, #2f3237 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  z-index: 0;
}

.addressbar-wrap {
  margin-bottom: -28px;
  position: relative;
  z-index: 1;
}

.addressbar-inner-wrap {
  background: var(--white);
  border-radius: 5px;
}

.ft-logo {
  width: 209px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft-get-in-touch {
  padding: 19px 0 23px;
  width: calc(100% - 360px);
  border-inline: 1px solid #dcdcdc;
}

.follow-wrap {
  width: 151px;
  margin: auto;
  text-align: center;

  & .follow-icon {
    gap: 10px;
    justify-content: center;
  }

  & .follow-title {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0.72px;
    font-family: var(--body-font-family);
    color: #171717;
    text-transform: capitalize;
    margin-bottom: 5px;
  }

  & a {
    width: 21px;
    height: 21px;
    background: #ffffff1a 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    & img {
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
    }

    &:hover {
      & img {
        filter: brightness(0) invert(10);
      }
    }
  }
}

ul.contact-details-list {
  display: flex;
  max-width: 433px;
  margin: auto;
  align-items: center;
  gap: 68px;
}

ul.contact-details-list li:nth-child(2) .footer-info-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.contact-details-list li:not(:first-child) .footer-info-wrap {
  align-items: center;
}

.footer-info-wrap {
  display: flex;
  gap: 10px;

  & .img-wrap img {
    min-width: 15px;
  }
}

.footer-info,
.ft-text,
a.ft-text {
  font-size: 12px;
  line-height: 1.7;
  display: inline-block;
  letter-spacing: 0.36px;
  font-family: var(--body-font-family);
  color: #223740;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  font-weight: 800;
}

a.ft-text:hover {
  color: var(--themecolor);
}

.ft-title {
  font-family: "Instrument Sans";
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e2e2e2;
  margin-bottom: 15px;
  position: relative;
  text-align: left;

  &:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 20px;
    height: 3px;
    background-color: var(--themecolor);
  }
}

ul.ft-links {
  list-style: none;
}

.ft-links li {
  line-height: 100%;
  margin-bottom: 25px;
  text-align: left;
}

.ft-links li a {
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: normal;
  color: #e2e2e2;
  line-height: 22px;
  letter-spacing: 0;
  display: inline-block;
  text-align: left;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #ffffffa5;
    opacity: 0;
  }
}

.ft-links li:is(.active) a,
.ft-links li a:hover {
  &::after {
    opacity: 1;
    width: 100%;
  }
}

.ft-links li p {
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: normal;
  color: #e2e2e2;
  line-height: 22px;
  letter-spacing: 0;
  display: inline-block;
  text-align: left;
}

.ft-col-1 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  width: 200px;
}

.ft-col-2 {
  width: 150px;
}

.ft-col-3 {
  width: 210px;
}

.footer-btm {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid rgb(255 255 255 / 0.07);
}

.footer-btm>.container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 8px 0 12px 0;
}

.footer-btm p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #322a2d;
  line-height: 24px;
}

.footer-btm>.container::after,
.footer-btm>.container::before {
  display: none;
}

.map-location {
  max-width: 300px;
  height: 236px;
}

.copyright {
  padding: 25px 0;
}

.copyright p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.32px;
  color: #32383c;
  text-transform: capitalize;
}

.main-menu-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  column-gap: 54px;
  justify-content: center;
  padding: 0 54px;
  margin-bottom: 0;
  /* margin: -34px auto 68px;
    width: 100%;
    max-width: 1450px;
    position: relative;
    z-index: 1;
    opacity: 1; */
  background: transparent linear-gradient(272deg, #006cb9 0%, #bcd525 100%) 0% 0% no-repeat padding-box;
}

.main-menu-footer>li {
  position: relative;
  display: inline-flex;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 0px;
  height: 100%;
}

.main-menu-footer>li>a:not(.button) {
  padding: 20px 0px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

.main-menu-footer>li>a:hover {
  color: #000;
  text-decoration: underline;
}

.ftlinks-content {
  justify-content: space-between;
}

.ftlogo-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  margin-bottom: 37px;
  padding-bottom: 30px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-mdl-right {
  width: 420px;
  height: 244px;
  background: #fff;
  padding: 26px 50px 0;
  position: relative;
}

.footer-mdl-right:before {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  width: 25px;
  height: 25px;
  z-index: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #222529;
}

.footer-mdl-left {
  width: calc(100% - 420px);
  padding-right: 112px;
}

.footer-mdl-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.footer-mdl-right .heading-22 {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
  color: #1c1f22;
}

.footer-mdl-right .heading-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #1f2226;
  margin-bottom: 17px;
}

@media (max-width: 1599.98px) {
  .footer-bg .ft-logo-wrap {
    align-items: center;
  }

  .ft-top-border {
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .ft_right_block {
    padding-left: 80px;
  }

  .main-menu-footer {
    padding: 0;
    column-gap: 40px;
  }

  .ft-col-1 {
    width: 180px;
  }

  .footer-mdl-left {
    padding-right: 50px;
  }
}

@media (max-width: 1439.98px) {
  .getIntouch_column_left {
    width: 220px;
  }

  .ft_right_block {
    padding-left: 60px;
    width: calc(100% - 220px);
  }

  .ft-column-one {
    width: 120px;
  }

  .ft-column-two {
    width: 120px;
  }

  .ft-column-three {
    width: calc(100% - 240px);
  }

  .ft-top-border {
    padding-top: 30px;
    margin-top: 30px;
  }

  ul.location-ul li:last-of-type {
    margin-top: 0;
  }

  .main-menu-footer {
    column-gap: 30px;
  }
}

@media (max-width: 1199.99px) {
  .footer-bg {
    padding: 40px 0 0;
  }

  .ft-top-border {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .main-menu-footer {
    column-gap: 15px;
  }

  .main-menu-footer>li>a:not(.button) {
    font-size: 14px;
  }

  .footer-mdl-left {
    width: calc(100% - 300px);
    padding-right: 31px;
  }

  .footer-mdl-right {
    width: 300px;
    padding: 20px 15px;
  }
}

@media (max-width: 991.99px) {
  .footer-bg {
    padding: 30px 0;
  }

  .ft-top-border {
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 30px;
    gap: 30px;
  }

  a.footer-logo {
    max-width: 200px;
  }

  .footer-bg .btnlist .btn-lightblue {
    margin-left: 8px;
  }

  .ft-heading {
    margin-bottom: 10px;
  }

  .getIntouch_column_left {
    width: 100%;
  }

  .ft_right_block {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .location-ul .lct-info br {
    display: none;
  }

  .ft-column-one {
    width: 50%;
  }

  .ft-column-two {
    width: 50%;
  }

  .ft-column-three {
    width: 100%;
  }

  .main-menu-footer {
    padding: 15px;
    gap: 15px;
  }

  .main-menu-footer>li>a:not(.button) {
    font-size: 16px;
    padding: 0;
  }

  .footer-mdl-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .footer-mdl-right {
    width: 100%;
    padding: 20px 15px;
    height: auto;
  }

  .ftlogo-head {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-mdl-wrapper {
    padding: 75px 0 30px 0;
  }

  .footer-top-wrapper {
    padding: 30px 0 31px 0;
  }

  .addressbar-wrap {
    margin-bottom: -38px;
  }
}

@media (max-width: 767.99px) {
  .footer-bg {
    padding: 25px 0;
  }

  .footer-bg .ft-logo-wrap {
    align-items: unset;
    justify-content: center !important;
    gap: 15px;
  }

  .getIntouch_column_left {
    border-bottom: 1px solid #ffffff24;
    padding-bottom: 25px;
  }

  ul.location-ul li:first-of-type {
    margin-bottom: 0px;
  }

  .ft_right_block {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .ft-top-border {
    padding-top: 25px;
    margin-top: 25px;
    gap: 25px;
  }

  .footer-bg .btnlist .btn-white-border {
    margin-right: 8px;
  }

  .footer-links li {
    line-height: 1;

    & a {
      line-height: 1.2;
    }
  }

  .ft-column-three {
    margin-top: 20px;
  }

  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    justify-content: center;
  }

  .footer-top-wrapper {
    .heading-44 {
      margin-bottom: 10px;
    }
  }

  .main-menu-footer {
    column-gap: 18px;
  }

  .main-menu-footer>li>a:not(.button) {
    font-size: 15px;
  }

  .ft-links li a {
    font-size: 14px;
  }

  .ft-col-1 {
    width: 155px;
  }

  .ft-col-2 {
    width: 140px;
  }

  .ft-col-3 {
    width: 180px;
  }

  .ft-links li a {
    font-size: 14px;
  }

  .icon.instagram img {
    max-width: 27px;
  }

  .icon.facebook img {
    max-width: 29px;
  }

  .footer-social {
    gap: 9px;
  }

  .footer-logo img {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .ft-heading {
    margin-bottom: 11px;
    cursor: pointer;
  }

  .ft-top-border {
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    gap: 15px;
  }

  .footer-bg .ft-logo-wrap {
    gap: 10px;
  }

  .ft-logo-wrap .btnlist a img {
    display: none;
  }

  .footer-bg .btnlist .btn-lightblue {
    margin-left: 0;
  }

  .footer-bottom .ft-title {
    position: relative;
  }

  .footer-bottom .ft-title::after {
    position: absolute;
    content: "";
    right: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(../images/icon/accordican_plus_icon.svg) no-repeat right 0 center;
    background-size: contain;
    -webkit-transition: 0.5s ease-in-out;
  }

  .footer-bottom .ft-title.showhide:after {
    rotate: 180deg;
    background: url(../images/icon/accordian_about_minus.svg) no-repeat right 0 center;
    background-size: contain;
    -webkit-transition: 0.5s ease-in-out;
  }

  .footer-top-wrapper>[class*="footer-"]:not(:first-child) {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .footer-bottom .ft-title.showhide::before {
    content: none;
  }

  .ft-column-one {
    width: 100%;
    padding-bottom: 0;
  }

  .ft-column-two {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }

  .ft-column-three {
    margin-top: 0;
  }

  .getIntouch_column_left {
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  ul.location-ul li {
    margin-bottom: 10px;
  }

  .location-ul .lct-info a,
  .location-ul .lct-info p {
    font-size: 14px;
  }

  .location-ul .lct-info {
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 24px;
  }

  .location-ul li:last-child .lct-info {
    margin-bottom: 0;
  }

  .ft-top-border {
    margin-bottom: 0;
  }

  .footer-bottom .footer-links {
    margin-bottom: 0;

    & li {
      width: 100%;

      & a {
        line-height: 1.2;
      }

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .footer-bottom .footer-links {
    display: none;
  }

  .ft-column-one:has(.showhide) ul,
  .ft-column-two:has(.showhide) ul {
    margin-bottom: 15px;
  }

  .copyright {
    padding: 13px 0 13px 0;

    & p {
      font-size: 12px;
    }
  }

  .footer-top-wrapper {
    .heading-44 {
      margin-bottom: 10px;
      line-height: 36px;
      font-size: 24px;
    }
  }

  .footer-top .button.btn-theme {
    font-size: 16px;
    padding: 13px 28px;
  }

  .main-menu-footer {
    display: block;
    column-count: 2;
    padding: 24px 20px 24px 20px;
  }

  .main-menu-footer>li {
    display: flex;
  }

  .main-menu-footer>li>a:not(.button) {
    padding: 7px 0px;
    font-size: 16px;
    text-align: left;
  }

  .ft-col-1 {
    width: 200px;
  }

  .ft-col-2 {
    width: 180px;
  }

  .ft-col-3 {
    width: 180px;
  }

  .ft-title {
    margin-bottom: 18px;
  }

  .ft-links {
    margin-bottom: 31px;
  }

  .footer-top-wrapper {
    padding: 29px 0 30px 0;
  }

  .ftlogo-head {
    margin-bottom: 21px;
    padding-bottom: 20px;
  }

  .footer-mdl-right {
    padding: 20px 30px;
  }

  .footer-mdl-right .heading-14 {
    margin-bottom: 1px;
  }

  .vicroads img {
    max-width: 273px;
  }

  .footer-btm p {
    line-height: 22px;
  }

  .footer-mdl-wrapper {
    padding: 130px 0 30px 0;
  }

  .footer-top-wrapper {
    padding: 30px 0 31px 0;
  }

  .addressbar-wrap {
    margin-bottom: -105px;
  }
}

@media (max-width: 480px) {
  .copyright {
    padding: 10px 0 10px 0;
  }

  .footer-mdl-right .heading-22 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 22px;
  }

  .ft-col-1 {
    width: calc(50% - 20px);
  }

  .ft-col-2 {
    width: calc(50% - 20px);
  }

  .ft-col-3 {
    width: calc(50% - 20px);
  }

  .footer-logo img {
    max-width: 224px;
  }

  /* 
    .footer-logo {
        width: 100%;
    }

    .ftlogo-head {
        gap: 19px;
        justify-content: center;
    } */
}