@charset "UTF-8";
.event-main-title {
  margin: 0;
  line-height: 1.1;
}
.event-main-title .hy-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Noto Serif Armenian", serif;
}
.event-main-title .tr-title {
  font-size: 1.7rem;
  max-width: 95%;
}

.event-partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.event-partners-list div, .event-partners-list article, .event-partners-list figure, .event-partners-list .media {
  display: contents;
}
.event-partners-list img {
  max-width: 120px;
  height: auto;
  display: block;
}

.hantibum-banner {
  width: 100%;
}
.hantibum-banner .bg-light {
  background-color: #f8f9fa !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*    &:hover {
        background-color: #fff !important;
        box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      } */
}
.hantibum-banner img {
  display: block;
  margin: 0 auto;
}

/* Yesayan Modern Webform Styles */
.yesayan-kayit-formu {
  max-width: 100%;
  margin: 20px 0;
}
.yesayan-kayit-formu .form-item {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.yesayan-kayit-formu label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 8px;
  text-transform: lowercase;
}
.yesayan-kayit-formu label.form-required::after {
  content: " *";
  color: #d93025;
}
.yesayan-kayit-formu input[type=text],
.yesayan-kayit-formu input[type=email],
.yesayan-kayit-formu input[type=tel] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
}
.yesayan-kayit-formu input[type=text]:focus,
.yesayan-kayit-formu input[type=email]:focus,
.yesayan-kayit-formu input[type=tel]:focus {
  outline: none;
  border-color: #0088cc;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1);
          box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1);
  background-color: #f8fbff;
}
.yesayan-kayit-formu .form-type-checkbox {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-top: 1rem;
}
.yesayan-kayit-formu .form-type-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  cursor: pointer;
  accent-color: #0088cc;
}
.yesayan-kayit-formu .form-type-checkbox label.option {
  font-weight: normal;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #555;
  cursor: pointer;
}
.yesayan-kayit-formu .form-type-checkbox label.option a[role=button], .yesayan-kayit-formu .form-type-checkbox label.option a {
  color: #0088cc;
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.yesayan-kayit-formu .form-type-checkbox label.option a[role=button]:hover, .yesayan-kayit-formu .form-type-checkbox label.option a:hover {
  color: #005f8d;
  text-decoration: none;
}
.yesayan-kayit-formu .form-actions {
  margin-top: 2rem;
}
.yesayan-kayit-formu .form-actions input[type=submit] {
  background-color: #0088cc;
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.yesayan-kayit-formu .form-actions input[type=submit]:hover {
  background-color: #005f8d;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
          box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
}
.yesayan-kayit-formu .form-actions input[type=submit]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* AJAX sonrası modal overlay'in kaybolmasını engellemek için */
.modal-backdrop {
  z-index: 1040 !important;
}

.modal {
  z-index: 1050 !important;
  background: rgba(0, 0, 0, 0.5);
}

/* Başarı mesajı stili */
#ajax-form-message-placeholder .messages--status {
  border: none;
  background-color: #d4edda;
  color: #155724;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  text-align: center;
}

/* Form başarı mesajı için özel stil */
.webform-confirmation {
  background-color: #f8fbff;
  border: 1px solid #0088cc;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
  text-align: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 136, 204, 0.1);
          box-shadow: 0 4px 15px rgba(0, 136, 204, 0.1);
  -webkit-animation: slideUp 0.4s ease-out;
          animation: slideUp 0.4s ease-out;
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Modal arka planını AJAX sonrası hayata döndürme */
body.modal-open .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
}

.event-ticket-action .btn-danger {
  font-family: "Inter", "Noto Serif Armenian", sans-serif;
  border-radius: 12px;
  letter-spacing: 0.5px;
}
.event-ticket-action .btn-danger:hover {
  background-color: #c66a66 !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 15px rgba(219, 126, 122, 0.3) !important;
          box-shadow: 0 6px 15px rgba(219, 126, 122, 0.3) !important;
}
.event-ticket-action .btn-danger i {
  font-size: 1.2rem;
}

.event-partners-list .partner-item img {
  max-height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.event-partners-list .partner-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}/*# sourceMappingURL=etkinlik.css.map */