 .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .hidebtn {
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
    color: black;
    display: none;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .conatctstick{
      color: black !important;
          font-size: 15px;
  }
  .job a {
    position: fixed;
    right: 0;
    bottom: 25%;
    background: #0056b3;
    color: white;
    padding: 7px 13px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 20px;
}
footer {
  background: linear-gradient(135deg, #25c7a1, #56d4b8);
  color: #000;
  padding: 90px 0 20px;
}
.contentbox ul a {
    color: black;
}
.contentbox ul {
    list-style: none;
    padding: 0;
    margin-top: 14px;
    font-size: 13px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Top Section */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-logo h2 {
  margin: 0;
  font-size: 20px;
}

.footer-logo .tagline {
  font-size: 12px;
  color: #222;
}

.footer-social a {
  color: #000;
  font-size: 18px;
  margin-left: 15px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #fff;
}

/* Divider */
hr {
  border: 0;
  height: 1px;
  background: rgb(0 0 0);
  margin: 20px 0;
}

/* Middle Section */
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 5fr));
  gap: 40px;
  margin-bottom: 45px;
  margin-top: 60px;
}

.footer-about p {
  font-size: 16px;
  line-height: 1.6;
}

.meta-partner {
  margin-top: 15px;
}

.meta-partner img {
  width: auto;
  display: block;
}

.footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-services li {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-stats p {
  margin: 0px 0 20px 0;
  font-size: 16px;
}

.footer-stats a {
  display: block;
  margin: 5px 0;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

.footer-contact p {
  margin: 0px 0 20px 0;
  font-size: 16px;
}

.footer-contact a {
  color: #000;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* Bottom Section */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgb(0 0 0);
  padding-top: 15px;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
}

.footer-links a {
  margin-left: 15px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
.footer-social i {
    border: 1px solid;
    padding: 16px 10px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    font-size: 23px;
}
.footer-services li a {
    color: black;
}

.footer-stats p a {
    font-size: 18px;
}

.footer-stats p strong {
    font-size: 34px;
}
.meta-partner img {
    width: 80%;
}

.meta-partner ul {
    padding: 0;
    display: flex;
}
.meta-partner ul li {
    list-style: none;
    padding: 0;
}
.scroll-button {
  position: fixed;
  right: 30px;
  font-size: 33px;
  background: #009191;
  color: #fff;
  border: none;
  padding: 0px 14px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 999;
  animation: bounce 1s infinite;
  transition: background 0.3s ease;
  height: 50px;
  width: 50px;
}

.scroll-button:hover {
  background: #bee041;
      color: black;
}

.scroll-button.top {
  bottom: 40px;
}

.scroll-button.bottom {
  bottom: 20px;
}

/* Bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}
#muteBtn {
       margin-top: 11px;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 70px;
    z-index: 999999;
    right: 12px;
    background: transparent;
    border: 0;
}

.fixed {
    position: fixed;
    z-index: 999999;
    background: white;
    width: 100%;
}
.contactsticky {
    position: fixed;
    right: 0;
    bottom: 14%;
    background: #bee041;
    color: black;
    padding: 7px 13px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 20px;
}

.stickey {
    position: fixed;
    left: 23px;
    bottom: 1%;
}
.stickey button {
    font-size: 27px;
    background: #009191;
    color: #fff;
    border: none;
    padding: 0px 11px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    height: 40px;
    width: 40px;
    display: block;
    margin-bottom: 18px;
}

@media (min-width: 240px) and (max-width: 599px){
    .footer-logo img {
    margin-bottom: 15%;
}
.contactsticky {
    bottom: 19%;
}
#muteBtn {
    margin-top: 0;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 999999;
    right: 8px;
    background: transparent;
    border: 0;
    float: right;
}
.fixed {
    position: relative !important;
}
.footer-links {
    margin-top: 7%;
}
#muteBtn1 {
            margin-top: 0;
        padding: 0;
        font-size: 17px;
        cursor: pointer;
        position: relative;
        top: 0;
        right: 18px;
        float: right;
        margin-bottom: 0;
        background: transparent;
        border: 0;
}

}