.elementor-1421 .elementor-element.elementor-element-7fde016e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1421 .elementor-element.elementor-element-f475721{--display:flex;--gap:40px 0px;--row-gap:40px;--column-gap:0px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1421 .elementor-element.elementor-element-a862541{text-align:center;}.elementor-1421 .elementor-element.elementor-element-a862541 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:48px;font-weight:600;color:#FFFFFF;}.elementor-1421 .elementor-element.elementor-element-f3dfd17 > .elementor-widget-container{margin:-4% 0% 0% 0%;}body.elementor-page-1421:not(.elementor-motion-effects-element-type-background), body.elementor-page-1421 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00376E;}@media(max-width:767px){.elementor-1421 .elementor-element.elementor-element-f475721{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1421 .elementor-element.elementor-element-a862541 .elementor-heading-title{font-size:48px;}.elementor-1421 .elementor-element.elementor-element-f3dfd17 > .elementor-widget-container{margin:-7% 0% 0% 0%;}}/* Start custom CSS for shortcode, class: .elementor-element-f3dfd17 */.performances-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 50px 0;
  direction: rtl;
}

.performance-card {
  background: #111;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 330px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.performance-card:hover {
  transform: scale(1.02);
}

.performance-image {
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222;
  image-rendering: auto;
}

.performance-content {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.performance-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}

.performance-content .date {
  font-weight: bold;
  margin-bottom: 5px;
  color: #ccc;
}

.performance-content .location {
  font-size: 15px;
  margin-bottom: 15px;
  color: #aaa;
}

.performance-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.performance-buttons a {
  text-decoration: none;
  padding: 12px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.buy-button {
  background-color: #0078ff;
  color: white;
}

.buy-button:hover {
  background-color: #005edb;
}/* End custom CSS */