.elementor-19 .elementor-element.elementor-element-1f0b8e2{--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;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-1f0b8e2{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-ee6cfc2 */.besa-exec {
  max-width: 1200px;
  margin: auto;
  padding: 100px 24px;
}

.besa-exec-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

.besa-exec-header h1 {
  font-size: 42px;
  font-weight: 700;
}

.besa-exec-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #7768E5;
  margin: 12px 0;
}

.besa-exec-header p {
  font-size: 18px;
  line-height: 1.8;
  color: #475569;
}

.besa-section-title {
  font-size: 32px;
  font-weight: 700;
  margin: 80px 0 40px;
  border-left: 6px solid #7768E5;
  padding-left: 16px;
}

/* ===== GRID ===== */
.besa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

@media (max-width: 1024px) {
  .besa-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .besa-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== CARD ===== */
.besa-card {
  perspective: 1200px;
  height: 440px;
}

.besa-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.besa-card:hover .besa-card-inner {
  transform: rotateY(180deg);
}

.besa-card-front,
.besa-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

.besa-card-front {
  background: #ffffff;
  text-align: center;
}

.besa-card-front img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}

.besa-card-front h4 {
  font-size: 22px;
  font-weight: 600;
}

.besa-card-front span {
  font-size: 14px;
  font-weight: 600;
  color: #7768E5;
}

.besa-card-back {
  background: linear-gradient(1deg, #1e40af, #7768E5);
  color: #ffffff;
  transform: rotateY(180deg);
  overflow-y: auto;
}

.besa-card-back p {
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.note {
  font-style: italic;
  opacity: 0.9;
}

/* ===== ACCORDION ===== */
.besa-accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  margin-bottom: 18px;
  background: #ffffff;
}

.besa-accordion-item summary {
  padding: 22px 26px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.besa-accordion-item summary::-webkit-details-marker {
  display: none;
}

.besa-accordion-item summary::after {
  content: "+";
  position: absolute;
  right: 26px;
  font-size: 26px;
}

.besa-accordion-item[open] summary::after {
  content: "–";
}

.besa-accordion-content {
  padding: 30px 26px 40px;
  background: #f8fafc;
}/* End custom CSS */