/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2025 | 11:44:31 */
.sticky-footer-icon {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 9999;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
/*   box-shadow: 0 5px 12px rgba(0,0,0,0.5); */
  transition: transform 0.3s ease;
	text-align: center;
	overflow: visible;
	transform: none !important;
}

/* .sticky-footer-icon:hover {
  transform: scale(1.1);
} */

.sticky-footer-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
/* Hover text style */
.sticky-footer-icon .hover-text {
  position: absolute;
  bottom: 60px;
  right: 52%;
  transform: translateX(50%) !important;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sticky-footer-icon:hover .hover-text {
  opacity: 1;
}
.pulse {
	box-shadow: 0 5px 12px rgba(0,0,0,0.2);
  animation: pulse-animation 2s infinite !important;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.member-image.scale-animation {
    transform: none;
    animation: none;
}
.world-box img.scale-animation{
	 transform: none;
    animation: none;
}
@media screen and (max-width: 992px){
	.nav-active a.sticky-footer-icon.animate {
    display: none;
}
body.nav-active {
  overflow: hidden !important;
  touch-action: none;
  height: 100vh;
}
}




/* Example CSS adjustments (add to your theme's style.css) */
.form-group.floating-label .iti {
    width: 100%; /* Ensure the input takes full width */
}

.form-group.floating-label .iti .form-control {
    padding-left: 55px !important; /* Adjust based on flag/code width */
    /* Other input styles from your theme */
}

/* If your labels are affected by the flag dropdown, you might need specific z-index */
.form-group.floating-label label {
    z-index: 1; /* Ensure label is above other elements if needed */
}

/* Adjustments for the dropdown if needed */
.iti__dropdown {
    z-index: 9999; /* Ensure the dropdown appears above other elements */
}





.iti {
  width: 100%;
}

.iti input {
  padding-left: 50px !important;
  width: 100%;
}

