.footer-dark {
  padding-top: 80px;
  background-color: var(--theme) !important;
  color: #fff;
  width: 100%;
}

.footer-dark .container.pb-4 {
  padding-bottom: 16px !important;
}

.footer-dark p {
  color: #fff;
}

.footer-dark.pt-4 {
  padding-top: 25px !important;
}

.fbt-bottom-shape {
  margin-top: auto;
  height: 100px;
  position: relative;
  overflow: visible;
}

.fbt-bottom-shape svg {
  fill: var(--theme) !important;
  height: 100px;
  display: block;
}

.fbt-bottom-shape .fbt-footer-wave-big {
  height: 100px;
  background-color: var(--page);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
}

.copyright {
  text-align: center;
  flex: 1;
}

/* Rectangle Popup button 
.btnPop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnPop {
  width: 150px;
  background: #F9007C;
  padding: 5px 15px 7px;
  font-size: 1.2em;
  font-weight: 800;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.1s ease all;
  position: static;
  left: 10px;
}
.btnPop:hover {
  background-color: #000e43;
  color: #fff;
}*/

/* Circle Popup button  */
.btnPop p {
  margin: 0;
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
} 

.btnPop {
    display: inline-flex;
  align-items: center;
  justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--page);
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 800;
    transition: all 0.3s ease;
    position: static;
    left: 10px; 
    cursor: pointer;   
}

.btnPop:hover {
    background-color: var(--homeBtn);
}

/* To Top button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--scroller);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: var(--homeBtn);
}

@media (min-width: 481px) and (max-width: 767px) {
  .copyright {
    font-size: 12px;
    flex: 2;
    order: 2;    
  }
 .footer-row {
    flex-direction: column;
    gap: 15px;
  }
  .myBtn {
    order: 1;
  }
}

@media (max-width: 991.98px) {
  .fbt-bottom-shape {
    height: 100px;
  }

  .fbt-bottom-shape .fbt-footer-wave-big {
    height: 100px;
  }
}
