.infinityLoop {
  text-align: center;
  margin-top: 140px;
  position: absolute;
  margin-left: 40%;
}
.infinityLoop-cntainer-header #element {
  font-size: 3rem;
  font-weight: 600;
  font-family: Oxanium, sans-serif;
}

#element {
  color: goldenrod;
  position: relative;
}



#about .container .row .why-us{
    font-size: 16px;
    font-weight: 400;
    /* background: red; */
    padding: 30px;
    border: 2px solid pink;
    border-radius: 20px;
    background-image: linear-gradient(45deg, rgb(144 134 50), rgb(245 218 136),rgb(26 26 26 / 62%));
  }
  #about .container .row{
    align-items: center;
  }
  #containers-data {
    font-size: 15px;
    font-weight: 400;
    /* background: red; */
    padding: 30px;
    border: 2px solid pink;
    border-radius: 20px;
    background-image: linear-gradient(45deg, rgb(144 134 50), rgb(245 218 136),rgb(26 26 26 / 62%));
    margin-bottom: 20px;
  }
  #containers-data img{
    /* border-radius: 25px; */
    border-top-right-radius: 25%;
    border-bottom-left-radius: 25%;
  }
  #containers-data h3{
    color: #fff;
    text-shadow: 10px 10px 6px rgba(0,0,0,0.6);
    text-transform: uppercase;
  }
  #containers-data p{
    color: black;
    font-size: 18px;
    padding: 10px;
    font-weight: 400;
  }

  .featured-circle{
    animation: movearound 5s infinite;
    transform: rotate3d(360deg);
  }

  @keyframes movearound {
    100% {transform: rotate(360deg);}
  }

  @media (max-width: 35em){
   header{
    padding: 1rem 5rem;
   }
    .infinityLoop-cntainer{
      margin-top: -22px;
      margin-left: -20px;
    }
    #about{
      margin-top: -70px;
      padding: 0px;
    }
    .bg-white{
      margin-bottom: 10px !important;
    }
    .SocialMediaIcons-container .container-menu {
      padding-left: 4.5rem;
      margin-top: -33px;
  }
}

@media (max-width: 768px){
  .SocialMediaIcons-container .container-menu {
    padding-left: 4rem;
    margin-top: -33px;
}
}

/* BUTTON STYLE */
.startup-btn-primary {
  background: #203121;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.startup-btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
}

/* MODAL CONTAINER */
.zxin-bic-modal {
  border-radius: 16px;
  padding: 10px;
  border: none;
}

/* HEADER */
.modal-header h5 {
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
}

.modal-header p {
  font-size: 14px;
}

/* COMMON BOX STYLE */
.zxin-bic-call,
.zxin-bic-whatsapp {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* CALL BOX */
.zxin-bic-call {
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #000;
}

.zxin-bic-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* WHATSAPP & KNOW MORE BOX */
.zxin-bic-whatsapp {
  background: #fafafa;
  border: 1px solid #e5e7eb;
}

.zxin-bic-whatsapp:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}

/* ICON STYLE */
.icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 18px;
}

/* ICON COLORS */
.zxin-bic-call .icon {
  background: rgba(0,0,0,0.15);
  color: #000;
}

.zxin-bic-whatsapp .icon {
  background: #e8f2e9;
  color: #4ba37a;
}

.zxin-bic-whatsapp:last-child .icon {
  background: rgba(212, 175, 55, 0.2);
  color: #b8962e;
}

/* TEXT STACK */
.zxin-bic-call div,
.zxin-bic-whatsapp div {
  display: flex;
  flex-direction: column;
}

.zxin-bic-call strong,
.zxin-bic-whatsapp strong {
  font-size: 15px;
}

.zxin-bic-call small,
.zxin-bic-whatsapp small {
  font-size: 12px;
  opacity: 0.8;
}

/* CLOSE BUTTON */
.btn-close {
  outline: none;
  box-shadow: none;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 576px) {
  .zxin-bic-call,
  .zxin-bic-whatsapp {
    padding: 12px;
  }

  .startup-btn-primary {
    width: 100%;
    text-align: center;
  }
}