/*Footer*/
.FooterOne {
  width: 100%;
  background-color: var(--blue-480);
  position: relative;
  padding: clamp(30px, 2.61%, 2.61%) clamp(30px, 5.21%, 5.21%) clamp(60px, 5.6%, 5.6%) clamp(30px, 6.41%, 6.41%);
}

.FooterOne .footerWrapper {
  display: flex;
  justify-content: space-between;
}

.FooterOne .footerWrapper .footer__child1 {
  width: 70%;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 {
  display: flex;
  gap: clamp(25px, 5.22%, 5.22%);
  padding-bottom: clamp(20px, 5%, 5%);
  align-items: flex-end;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoWrapper {
  width: var(--fs140);
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoWrapper a {
  display: inline-block;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoWrapper .footer__logo {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoContent .footer__contpara {
  color: rgba(29, 29, 29, 0.7);
  width: 60%;
  font-size: var(--fs20);
  font-family: Onest;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 {
  width: 100%;
  position: relative;
  font-family: Onest;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: var(--PhilippineGray);
  opacity: 20%;
  height: 1px;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper {
  display: flex;
  align-items: center;
  gap: var(--fs80);
  padding-top: clamp(12px, 2%, 2%);
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper {
  display: flex;
  align-items: center;
  gap: var(--fs10);
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist {
  position: relative;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper:hover {
  cursor: pointer;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu {
  top: 100%;
  /* background-color: transparent; */
  padding: 0px 0;
  box-shadow: none;
  border-radius: 10px;
  min-width: 140px;
  /* min-width: 140px; */
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu  hr{
  margin: 0;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu a {
  color: var(--black);
  padding-left: 0;
  padding: 10px 10px;
  font-size: var(--fs15);
  /* text-align: center; */


}



.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu a:hover,
.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu a.active {
  color: var(--GeraniumLake);
  background-color: transparent;
}



.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu.active {
  display: block;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper .uparrow-red {
  display: none;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper .uparrow-red {
  display: none;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist.active .uparrow-red {
  display: inline;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist.active .downarrow {
  display: none;
}

/* .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper .navlink{
  font-size: var(--fs19);
  color: var(--PhilippineGray);
  display: inline-block;
  width: auto;
} */

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer__navlist .navlink,
.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper .navlink {
  font-size: var(--fs19);
  color: var(--EerieBlack);
  display: inline-block;
  width: auto;
}

.FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer__navlist .navlink:hover {
  color: var(--GeraniumLake);
}

.FooterOne .footerWrapper .footer__child2 {
  width: 30%;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 5%;
  position: relative;
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
  width: 59px;
  height: 59px;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper a {
  display: inline-flex;
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper:hover {
  background-color: var(--GeraniumLake);
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper:hover a .footer__img {
  filter: brightness(100%) invert(1) contrast(120%);
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper:hover .footer__img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(94%) saturate(7483%) hue-rotate(-4deg) brightness(95%) contrast(107%);
}

.FooterOne .footerWrapper .footer__child2 .footer__imgwrapper .footer__img {
  width: 25.35px;
  height: auto;
  cursor: pointer;
  transition: all 0.6s;
}

.FooterOne .footer__bottompattern .footer__bottompatternimg {
  width: 16%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.FooterTwo {
  width: 100%;
}

.FooterTwo .footerTwoWrapper {
  padding: var(--fs20) 20px;
  text-align: center;
  font-size: var(--fs17);
  font-family: Onest;
}

/*Responsive */


@media screen and (max-width:1600px) {
  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
    width: 50px;
    height: 50px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper .footer__img {
    width: 21px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper-2 .footer__img {
    width: 20px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper img {
    width: 13px;
  }
}

@media screen and (max-width:1366px) {
  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
    width: 45px;
    height: 45px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper .footer__img {
    width: 19px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper-2 .footer__img {
    width: 18px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu a {
    font-size: 11px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer__navlist .navlink,
  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper .navlink {
    font-size: 13.5px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper img {
    width: 12px;
  }
}

@media screen and (max-width:1280px) {
  .FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoContent .footer__contpara {
    font-size: 14px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu a {
    font-size: 11px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
    width: 40px;
    height: 40px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper .footer__img {
    width: 18px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper-2 .footer__img {
    width: 17px;
  }

  .FooterTwo .footerTwoWrapper {
    font-size: 11.5px;
    padding: 15px 20px;
  }
}

@media screen and (max-width:1200px) {
  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
    width: 36px;
    height: 36px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper .footer__img {
    width: 16px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper-2 .footer__img {
    width: 15px;
  }
}



@media (max-width: 834px) {
  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
    width: 30px;
    height: 30px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoContent .footer__contpara br {
    display: none;
  }
}


@media (max-width: 768px) {

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer__navlist .navlink,
  .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper .navlink {
    font-size: var(--fs28);
  }


  .FooterTwo .footerTwoWrapper {
    font-size: var(--fs22);
  }
}

@media (max-width: 768px) {

  .FooterTwo .footerTwoWrapper {
    font-size: var(--fs22);
  }
}

@media (max-width: 675px) {
  .FooterOne {
    padding: clamp(30px, 2.61%, 2.61%) clamp(30px, 5.21%, 5.21%) clamp(30px, 5.6%, 5.6%) clamp(30px, 6.41%, 6.41%);
  }
  .FooterOne .footerWrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .FooterOne .footerWrapper .footer__child2 {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
    width: 30px;
    height: 30px;
    margin-top: 1rem;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper {
    width: 100%;
  }

  .FooterOne .footerWrapper .footer__child1 {
    width: 100%;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu {
    border-radius: 12px;
  }
}

@media (max-width: 576px) {
  .FooterOne .footerWrapper {
    width: 100%;
    flex-direction: column;
  }



  /* .FooterTwo .footerTwoWrapper {
    padding: 3% 0;
  }

  .FooterOne .footerWrapper .footer__child1 {
    width: 90%;
  }

  .FooterOne .footerWrapper .footer__child2 {
    width: 50%;
    justify-content: space-between;
    align-items: flex-start;
  } */
  .FooterOne .footerWrapper {
    gap: 15px;
  }


  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 {
    padding-bottom: 1%;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoContent {
    width: 100%;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoContent .footer__contpara br {
    display: none;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoWrapper {
    width: 80px;
    margin-right: 0px;
  }


  .FooterOne .footerWrapper .footer__child2 .footer__imgwrapper {
    width: 30px !important;
    height: 30px !important;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer__navlist .navlink,
  .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .navlink-wrapper .navlink {
    font-size: var(--fs25);
  }
}

@media screen and (max-width:480px) {
  .FooterOne {
    padding-inline: 20px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .footer__navWrapper .footer_navlist {
    flex-basis: 40%;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu {
    background-color: #fff;
    border-radius: 5px;
  }


  .FooterOne .footerWrapper .footer__child1 .fc1__sub1 .footer__logoContent .footer__contpara {
    width: 90%;
  }

  .FooterOne .footerWrapper .footer__child2 {
    gap: 20px;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper {
    padding-top: 20px;
  }
}

@media screen and (max-width:390px) {
  .FooterOne .footerWrapper .footer__child1 .fc1__sub1 {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }

  .FooterOne .footerWrapper .footer__child1 .fc1__sub2 .footer__navWrapper .footer_navlist .dropdown-menu {
    min-width: 140px;
  }
}