.elementor-4845 .elementor-element.elementor-element-63909e9{--display:flex;}/* Start custom CSS */:root {
  --goflex-accent: #d1aa76;
  --goflex-dark: #111111;
  --goflex-text: #222222;
  --goflex-muted: #666666;
  --goflex-border: #e9e9e9;
  --goflex-light-bg: #f8f8f8;
  --goflex-white: #ffffff;
}

/* Wrapper */
.goflex-corporate-page {
  padding: 0 0 32px;
}

.goflex-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

/* Hero */
.goflex-corporate-hero {
  background-image: url("https://goflexevents.com/wp-content/uploads/2026/03/events-1024x1024.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.goflex-hero-overlay {
  background: rgba(0, 0, 0, 0.58);
  padding: 80px 0;
  text-align: center;
}

.goflex-corporate-hero h1 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
  color: #ffffff !important;
  margin: 0 0 10px;
}

.goflex-corporate-hero .goflex-subtext {
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #ffffff !important;
  opacity: 1 !important;
}

.goflex-hero-buttons,
.goflex-cta-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Buttons */
.goflex-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}

.goflex-btn-primary {
  background: var(--goflex-accent);
  color: #ffffff !important;
}

.goflex-btn-primary:hover {
  color: #ffffff !important;
  opacity: 0.92;
}

.goflex-btn-secondary {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  background: transparent;
}

.goflex-btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  color: #ffffff !important;
}

/* Section spacing */
.goflex-intro,
.goflex-services,
.goflex-why-choose-us,
.goflex-gallery-section,
.goflex-faq-section,
.goflex-cta-box {
  padding: 24px 0;
}

/* Titles */
.goflex-section-title,
.goflex-intro-text h2 {
  font-size: 26px !important;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--goflex-dark);
}

/* Paragraphs */
.goflex-intro-text p,
.goflex-card p,
.goflex-cta-content p,
.goflex-faq-item p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--goflex-muted);
  margin: 0;
}

/* Service cards */
.goflex-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.goflex-card {
  background: #ffffff;
  border: 1px solid var(--goflex-border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

.goflex-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}

.goflex-card h3 {
  font-size: 22px !important;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--goflex-dark);
}

/* Why choose */
.goflex-why-choose-us {
  background: var(--goflex-light-bg);
  border-radius: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

.goflex-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}

.goflex-feature-item {
  background: #ffffff;
  border: 1px solid var(--goflex-border);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: var(--goflex-text);
  transition: all 0.25s ease;
}

.goflex-feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.07);
}

/* Gallery */
.goflex-gallery-slider {
  margin-top: 12px;
}

.goflex-gallery-item {
  padding: 0 8px;
}

.goflex-gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
  display: block;
}

/* FAQ */
.goflex-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.goflex-faq-item {
  background: #ffffff;
  border: 1px solid var(--goflex-border);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.goflex-faq-item summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: var(--goflex-dark);
  list-style: none;
}

.goflex-faq-item summary::-webkit-details-marker {
  display: none;
}

.goflex-faq-item p {
  padding-top: 10px;
}

/* CTA */
.goflex-cta-box {
  padding-top: 16px;
}

.goflex-cta-content {
  background: #111111;
  color: #ffffff;
  padding: 32px 22px;
  border-radius: 16px;
  text-align: center;
}

.goflex-cta-content h2 {
  font-size: 24px !important;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #ffffff !important;
}

.goflex-cta-content p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 16px;
  color: rgba(255,255,255,0.9) !important;
}

/* Slick arrows */
.slick-prev,
.slick-next {
  width: 42px;
  height: 42px;
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  color: var(--goflex-dark);
  font-size: 24px;
}

/* Lightbox */
.goflex-lightbox {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.goflex-lightbox-image {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 12px;
}

.goflex-lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 38px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .goflex-card-grid,
  .goflex-feature-grid {
    grid-template-columns: 1fr;
  }

  .goflex-hero-overlay {
    padding: 60px 20px;
  }

  .goflex-btn {
    width: 100%;
    text-align: center;
  }

  .goflex-gallery-item img {
    height: 240px;
  }
}/* End custom CSS */