.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.circle-box {
    display: flex;
}
.circle-1 {
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    margin-right: -6px;
}

.circle-2 {
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
    margin-right: -6px;
}

.circle-3 {
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.dot-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dot {
    width: 5px;
    height: 5px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.featured-org-logo {
    border-radius: 1px;
    box-shadow: 1px 1px 5px rgba(30, 41, 59, 0.2);
    margin: 5px;
    background-color: #ffffff;
}

.creative-1{
    border-radius: 45px; margin-left: 30px; margin-right: 30px
}

/*whatsapp widget*/
.whatsapp-box {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 100;
    overflow: visible;
  }

  .whatsapp-box-icon {
    margin-top: 16px;
    position: relative;
    z-index: 2;
  }

  /* Orange "Talk to us" text */
  .whatsapp-text {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #ff7a00;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    z-index: 10;
  }

  /* Circle wave animation */
  .whatsapp-circle-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: rgba(37, 211, 102, 0.4);
    z-index: 1;
    animation: ripple 2s infinite ease-out;
  }

  @keyframes ripple {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    70% {
      transform: scale(2.2);
      opacity: 0;
    }
    100% {
      transform: scale(2.2);
      opacity: 0;
    }
  }
  
   /* Optional hover effect */
  .whatsapp-box:hover {
    color: #3b1d82;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  }
/*whatsapp widget end*/

@media (min-width: 761px) and (max-width: 991px) {
    .creative-1{
       margin-left: 0; 
       margin-right: 0px
    }   
}

@media (min-width: 480px) and (max-width: 760px) {
    .creative-1{
       margin-left: 0; 
       margin-right: 0px
    } 
}

@media (min-width: 320px) and (max-width: 479px) {
    .creative-1{
       margin-left: 0; 
       margin-right: 0px
    }  
}