* { font-family: "Noto Sans Georgian", sans-serif;}
.bsb-btn-xl{--bs-btn-padding-y:0.625rem;--bs-btn-padding-x:1.25rem;--bs-btn-font-size:calc(1.26rem + 0.12vw);--bs-btn-border-radius:var(--bs-border-radius-lg)}@media(min-width:1200px){.bsb-btn-xl{--bs-btn-font-size:1.35rem}}.bsb-btn-2xl{--bs-btn-padding-y:0.75rem;--bs-btn-padding-x:1.5rem;--bs-btn-font-size:calc(1.27rem + 0.24vw);--bs-btn-border-radius:var(--bs-border-radius-lg)}@media(min-width:1200px){.bsb-btn-2xl{--bs-btn-font-size:1.45rem}}.bsb-btn-3xl{--bs-btn-padding-y:0.875rem;--bs-btn-padding-x:1.75rem;--bs-btn-font-size:calc(1.28rem + 0.36vw);--bs-btn-border-radius:var(--bs-border-radius-lg)}@media(min-width:1200px){.bsb-btn-3xl{--bs-btn-font-size:1.55rem}}.bsb-btn-4xl{--bs-btn-padding-y:1rem;--bs-btn-padding-x:2rem;--bs-btn-font-size:calc(1.29rem + 0.48vw);--bs-btn-border-radius:var(--bs-border-radius-lg)}@media(min-width:1200px){.bsb-btn-4xl{--bs-btn-font-size:1.65rem}}.bsb-btn-5xl{--bs-btn-padding-y:1.125rem;--bs-btn-padding-x:2.25rem;--bs-btn-font-size:calc(1.3rem + 0.6vw);--bs-btn-border-radius:var(--bs-border-radius-lg)}@media(min-width:1200px){.bsb-btn-5xl{--bs-btn-font-size:1.75rem}}

.thank-you-box {
            max-width: 500px;
            margin: 80px auto;
            padding: 40px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            text-align: center;
        }

        .thank-you-box i {
            font-size: 60px;
            color: #28a745;
            margin-bottom: 20px;
        }

        .thank-you-box h2 {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .thank-you-box p {
            color: #6c757d;
        }

        .thank-you-box a.btn {
            margin-top: 20px;
        }
    .error-box {
      max-width: 500px;
      margin: 80px auto;
      padding: 40px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.08);
      text-align: center;
    }
    .error-box i {
      font-size: 60px;
      color: #dc3545;
      margin-bottom: 20px;
    }
    .error-box h2 {
      font-weight: bold;
    }
    .error-box p {
      color: #6c757d;
    }

.iti {
  width: 100% !important;
}
.iti input {
  width: 100% !important;
}
.transparent-card {
  opacity: 0.6;
  filter: alpha(opacity=60);
}