.elementor-64 .elementor-element.elementor-element-aee9a30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64 .elementor-element.elementor-element-4d09e8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-64 .elementor-element.elementor-element-578b7bb{text-align:center;}.elementor-64 .elementor-element.elementor-element-578b7bb .elementor-heading-title{font-size:52px;color:#0B1F3A;}.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-64 .elementor-element.elementor-element-c9bbbb4{text-align:center;font-family:"Roboto", Sans-serif;font-size:19px;font-weight:600;color:#7768E5;}.elementor-64 .elementor-element.elementor-element-f0e4389{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-64 .elementor-element.elementor-element-75fb176 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-64 .elementor-element.elementor-element-75fb176 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-64 .elementor-element.elementor-element-75fb176{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-64 .elementor-element.elementor-element-09e6391{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:91px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-64 .elementor-element.elementor-element-aee9a30{--content-width:1563px;}.elementor-64 .elementor-element.elementor-element-4d09e8f{--content-width:1600px;}.elementor-64 .elementor-element.elementor-element-f0e4389{--content-width:1400px;}.elementor-64 .elementor-element.elementor-element-09e6391{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-95016c7 */.besa-events {
  max-width: 1400px;
  margin: 90px auto;
  padding: 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e293b;
}

/* HEADER */
.events-header {
  text-align: center;
  margin-bottom: 80px;
}

.events-header h1 {
  font-size: 46px;
  font-weight: 800;
  color: #0b1f3a;
  margin-bottom: 10px;
}

.events-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #7768E5;
  margin-bottom: 20px;
}

.events-header p {
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 12px;
  color: #475569;
  line-height: 1.8;
}

/* EVENTS GRID */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-bottom: 90px;
}

.event-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.15);
}

/* IMAGE PLACEHOLDER */
.event-image {
  height: 220px;
  background: linear-gradient(135deg, #c7d2fe, #e0e7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1e40af;
  font-size: 18px;
}

/* CONTENT */
.event-content {
  padding: 32px;
}

.event-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #7768E5;
  margin-bottom: 14px;
}

.event-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

.event-note {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  color: #64748b;
  font-style: italic;
}

/* GALLERY */
.photo-gallery {
  margin-bottom: 90px;
  text-align: center;
}

.photo-gallery h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 14px;
}

.gallery-intro {
  font-size: 17px;
  color: #475569;
  max-width: 700px;
  margin: 0 auto 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}

.gallery-item {
  height: 180px;
  background: linear-gradient(135deg, #e5e7eb, #f8fafc);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #64748b;
}

/* CTA */
.events-cta {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 26px;
  padding: 60px 40px;
  text-align: center;
  color: #e5e7eb;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.45);
}

.events-cta h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.events-cta p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 18px;
}

.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 34px;
  background: #38bdf8;
  color: #0f172a;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(56, 189, 248, 0.45);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .events-header h1 {
    font-size: 36px;
  }

  .event-image {
    height: 200px;
  }

  .events-cta h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ab1c98 */.besa-commitment-alt {
  max-width: 1100px;
  margin: 120px auto;
  padding: 0 24px;
}

.commitment-content {
  position: relative;
  padding-left: 150px;
}

.commitment-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 100%;
  background: linear-gradient(1deg, #1e40af, #7768E5);
  border-radius: 4px;
}

.commitment-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 22px;
}

.commitment-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 18px;
  max-width: 820px;
}

.commitment-statement {
  font-size: 20px;
  font-weight: 600;
  color: #1e40af;
  margin-top: 32px;
}/* End custom CSS */