#getcallModal {
  --bs-modal-width: 600px;
}
#getcallModal .modal-content {
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#getcallModal .modal-header {
  border-bottom: none;
}
#getcallModal .btn-custom {
  background-color: #ff7f00;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  padding: 12px;
  width: 100%;
  border: none;
  transition: background-color 0.3s ease;
}
#getcallModal .btn-custom:hover {
  background-color: #e66b00;
}
#getcallModal .btn-secondary-custom {
  background-color: #ffcc00;
  color: #000;
  border-radius: 8px;
  font-size: 18px;
  padding: 12px;
  width: 100%;
  border: none;
  transition: background-color 0.3s ease;
}
#getcallModal .btn-secondary-custom:hover {
  background-color: #e6b800;
}
#getcallModal .flag-icon {
  width: 24px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
#getcallModal .info-text {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
  text-align: center;
}
#getcallModal .modal-footer {
  border-top: none;
}

#getcallModal .nav-tabs,
#getcallModal .nav-tabs .nav-link {
  border: none;
}

#getcallModal .getcall-message {
  font-size: 16px;
  padding: 10px;
}

#getcallModal .pogr {
  font-weight: bold;
}
#getcallModal .nav-tabs {
  display: flex;
  justify-content: center;
}
#getcallModal .nav-tabs .nav-link {
  background: #ebebeb;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 4px;
  padding: 10px 8px !important;
  border-radius: 6px;
  font-size: 13px;
}

#getcallModal .nav-tabs .nav-link i {
  padding-right: 12px;
}
#getcallModal .wybierz button {
  background: #008724;
  display: block;
  width: auto;
  padding: 10px 24px !important;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
  margin: 0 auto;
}
#getcallModal .getcall-info-text p {
  line-height: 1.3;
    font-family: Inter, sans-serif;
    font-size: 12px;
}
#getcallModal .getcall-info-text a {
  color: #777; 
    line-height: 1.3;
     font-size: 12px;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
    text-underline-offset: 6px;
    -webkit-text-decoration: underline 2px #000;
    text-decoration: underline 2px #000;
}
#getcallModal .wybierz button i {
  padding-right: 8px;
}
#getcallModal input, #getcallModal select {
    border: 1px solid #eee;
    border-radius: 5px;
}
#getcallModal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

#getcallModal .nav-tabs .nav-link.active {
  background: #008724;
  color: #fff;
}

#getcallModal .btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #b7b7b7;
  opacity: 1;
  padding: 8px;
  border-radius: 100%;
  font-size: 10px;
}

#getcall-button {
  position: fixed;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
  cursor: pointer;
  animation: pulse 2s infinite;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

#getcall-button.getcall-position-bottom-right {
  bottom: 110px;
  right: 37px;
}
#getcall-button.getcall-position-bottom-left {
  bottom: 90px;
  left: 20px;
}
#getcall-button.getcall-position-top-left {
  top: 20px;
  left: 20px;
}
#getcall-button.getcall-position-top-right {
  top: 20px;
  right: 20px;
}
