.contact-form{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.contact-slider{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slick-slide > div {
  height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}



.slick-track {
  display: flex !important;
  align-items: center !important;
  z-index: 1000;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  
}
.swiper-pagination-bullet {
  background: black !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #DC4DFF;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}


.Toastify__progress-bar {
  background: #4440DB !important;
}

.Toastify__toast-icon svg {
  fill: #4440DB !important;
}
.Toastify__toast-theme--light .Toastify__progress-bar--error{
  background-color: #4440DB !important;
  box-shadow: none !important;
}

@media (max-width: 480px) {
  .Toastify__toast {
    font-size: 14px;
    padding: 10px;
      max-width: 85vw;         /* reduce width on mobile */
    min-height: 48px; 
  }

  .Toastify__toast-icon svg {
    width: 16px;
    height: 16px;
  }

   .captcha-wrapper {
    transform: scale(0.78);     /* Adjust size for smaller screens */
  }
  
}