.elementor .e-4a43769-3b1293b{justify-content:center;.hcmsme-event {
  --hcmsme-blue: #0756b8;
  --hcmsme-blue-dark: #063b82;
  --hcmsme-cyan: #00a9e8;
  --hcmsme-gold: #d9a441;
  --hcmsme-gold-light: #f5e3b4;
  --hcmsme-text: #26364a;
  --hcmsme-muted: #64748b;
  --hcmsme-bg: #f5f9fd;
  --hcmsme-white: #ffffff;

  font-family: Arial, Helvetica, sans-serif;
  color: var(--hcmsme-text);
  line-height: 1.75;
  background:
    radial-gradient(circle at 10% 0%, rgba(0,169,232,.10), transparent 28%),
    radial-gradient(circle at 95% 10%, rgba(7,86,184,.10), transparent 30%),
    #fff;
  padding: 0;
  overflow: hidden;
}

.hcmsme-event * {
  box-sizing: border-box;
}

.hcmsme-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ===== HERO ===== */

.hcmsme-hero {
  position: relative;
  padding: 70px 25px 65px;
  text-align: center;
  background:
    linear-gradient(135deg, #063b82 0%, #0756b8 48%, #00a9e8 100%);
  color: #fff;
  overflow: hidden;
}

.hcmsme-hero:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  top: -230px;
  right: -100px;
}

.hcmsme-hero:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  bottom: -360px;
  left: -140px;
}

.hcmsme-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hcmsme-brand span {
  color: #ffd96a;
}

.hcmsme-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 16px;
  color: #fff;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.8px;
}

.hcmsme-hero h1 span {
  color: #ffd96a;
}

 .hcmsme-date {
position: relative;
z-index: 2;
display: inline-block !important;
margin-top: 10px;
padding: 10px 24px !important;
border-radius: 50px !important;

background: #ffffff !important;
color: #063b82 !important;

font-family: Arial, Helvetica, sans-serif !important;
font-size: 15px !important;
line-height: 1.4 !important;
font-weight: 700 !important;
text-align: center !important;
white-space: nowrap !important;

border: 1px solid rgba(255,255,255,.5) !important;
box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.hcmsme-hero-sub {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255,255,255,.92);
  font-size: 17px;
}

/* ===== INTRO ===== */

.hcmsme-intro {
  padding: 65px 0 30px;
}

.hcmsme-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 45px;
  align-items: center;
}

.hcmsme-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--hcmsme-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hcmsme-intro h2 {
  margin: 0 0 20px;
  color: var(--hcmsme-blue-dark);
  font-size: clamp(27px, 4vw, 40px);
  line-height: 1.25;
}

.hcmsme-intro h2 span {
  color: var(--hcmsme-cyan);
}

.hcmsme-intro p {
  margin: 0 0 17px;
  font-size: 16px;
}

.hcmsme-quote {
  position: relative;
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(145deg, #eef7ff, #ffffff);
  border-left: 5px solid var(--hcmsme-gold);
  box-shadow: 0 15px 40px rgba(7,59,130,.09);
}

.hcmsme-quote:before {
  content: "“";
  position: absolute;
  top: 0;
  right: 22px;
  color: rgba(7,86,184,.10);
  font-size: 90px;
  line-height: 1;
  font-weight: 800;
}

.hcmsme-quote strong {
  display: block;
  margin-bottom: 10px;
  color: var(--hcmsme-blue-dark);
  font-size: 20px;
}

.hcmsme-quote p {
  margin: 0;
  font-size: 15px;
  color: var(--hcmsme-muted);
}

/* ===== HIGHLIGHT ===== */

.hcmsme-highlight {
  margin: 45px 0;
  padding: 42px;
  border-radius: 22px;
  background: linear-gradient(135deg, #063b82, #0872cf);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hcmsme-highlight:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  right: -100px;
  top: -110px;
}

.hcmsme-highlight h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
}

.hcmsme-highlight p {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0;
  color: rgba(255,255,255,.92);
}

/* ===== BENEFITS ===== */

.hcmsme-benefits {
  padding: 25px 0 60px;
}

.hcmsme-section-title {
  margin-bottom: 30px;
  text-align: center;
}

.hcmsme-section-title small {
  display: block;
  margin-bottom: 7px;
  color: var(--hcmsme-gold);
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hcmsme-section-title h2 {
  margin: 0;
  color: var(--hcmsme-blue-dark);
  font-size: 34px;
}

.hcmsme-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hcmsme-benefit {
  padding: 25px;
  border: 1px solid #e2ebf4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(7,59,130,.06);
  transition: all .25s ease;
}

.hcmsme-benefit:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(7,59,130,.12);
  border-color: rgba(0,169,232,.35);
}

.hcmsme-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #eaf6ff;
  color: var(--hcmsme-blue);
  font-size: 21px;
  font-weight: 800;
}

.hcmsme-benefit h3 {
  margin: 0 0 8px;
  color: var(--hcmsme-blue-dark);
  font-size: 18px;
}

.hcmsme-benefit p {
  margin: 0;
  color: var(--hcmsme-muted);
  font-size: 14px;
}

/* ===== EVENT MESSAGE ===== */

.hcmsme-message {
  margin: 0 0 65px;
  padding: 38px;
  border-radius: 20px;
  background: #fffaf0;
  border: 1px solid #f0dfb3;
}

.hcmsme-message h3 {
  margin: 0 0 14px;
  color: var(--hcmsme-blue-dark);
  font-size: 25px;
}

.hcmsme-message p {
  margin: 0 0 15px;
}

.hcmsme-message strong {
  color: var(--hcmsme-blue);
}

/* ===== GALLERY ===== */

.hcmsme-gallery {
  padding: 15px 0 65px;
}

.hcmsme-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hcmsme-gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 14px;
  background: #eaf2f9;
}

.hcmsme-gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.hcmsme-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.hcmsme-gallery-item:hover img {
  transform: scale(1.045);
}

/* ===== CTA ===== */

.hcmsme-cta {
  margin-top: 10px;
  padding: 55px 25px;
  text-align: center;
  background:
    linear-gradient(135deg, #063b82, #0756b8 55%, #00a9e8);
  color: #fff;
}

.hcmsme-cta h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(27px, 4vw, 38px);
}

.hcmsme-cta p {
  max-width: 700px;
  margin: 0 auto 25px;
  color: rgba(255,255,255,.92);
}

.hcmsme-cta-btn {
  display: inline-block;
  padding: 13px 27px;
  border-radius: 50px;
  background: #ffd96a;
  color: #17375f !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(0,0,0,.18);
  transition: all .25s ease;
}

.hcmsme-cta-btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

.hcmsme-hashtags {
  margin-top: 25px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

/* ===== MOBILE ===== */

@media (max-width: 800px) {
  .hcmsme-hero {
    padding: 52px 18px 48px;
  }

  .hcmsme-wrap {
    padding: 0 16px;
  }

  .hcmsme-intro-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hcmsme-benefit-grid {
    grid-template-columns: 1fr;
  }

  .hcmsme-highlight,
  .hcmsme-message {
    padding: 27px 22px;
  }

  .hcmsme-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcmsme-gallery-item:first-child {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 480px) {
  .hcmsme-gallery-grid {
    grid-template-columns: 1fr;
  }

  .hcmsme-gallery-item:first-child {
    grid-column: span 1;
  }

  .hcmsme-gallery-item {
    aspect-ratio: 16 / 10;
  }
}\n}