.elementor-77754 .elementor-element.elementor-element-628aa7f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7f44ee5 *//* CSS */
.mj-ventures-page,
.mj-ventures-page * {
  box-sizing: border-box;
}

.mj-ventures-dark-inner h2 {
    color: #ffffff;
}

.mj-ventures-page {
  background: #f8fafc;
  color: #111827;
  font-family: "Inter", Arial, sans-serif;
  padding: 30px 0;
  width: 100%;
  overflow-x: hidden;
}

.mj-ventures-page img {
  max-width: 100%;
  display: block;
}

.mj-ventures-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.mj-ventures-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.mj-ventures-main,
.mj-ventures-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mj-ventures-sidebar {
  position: sticky;
  top: 32px;
}

.mj-ventures-card,
.mj-ventures-topbar {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.mj-ventures-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.mj-ventures-topbar-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mj-ventures-brand-icon,
.mj-ventures-profile-logo {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.mj-ventures-brand-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2563eb;
}

.mj-ventures-brand-title {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 900;
}

.mj-ventures-topbar-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.mj-ventures-topbar-links a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #6b7280;
}

.mj-ventures-topbar-btn {
  padding: 11px 18px;
  border-radius: 16px;
  background: #111827;
  color: #ffffff !important;
}

.mj-ventures-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.mj-ventures-badge {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.mj-ventures-badge-blue {
  background: #eff6ff;
  color: #1d4ed8;
}

.mj-ventures-badge-green {
  background: #ecfdf5;
  color: #047857;
}

.mj-ventures-badge-gray {
  background: #f9fafb;
  color: #4b5563;
}

.mj-ventures-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mj-ventures-hero-content h1 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}

.mj-ventures-hero-content p,
.mj-ventures-section-head p,
.mj-ventures-service-card p,
.mj-ventures-client-box p,
.mj-ventures-faq-item p,
.mj-ventures-side-text {
  font-size: 15px;
  line-height: 1.8;
  color: #6b7280;
  margin: 0;
}

.mj-ventures-hero-content p {
  font-size: 18px;
  max-width: 900px;
  margin-bottom: 32px;
}

.mj-ventures-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.mj-ventures-btn {
  display: inline-block;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.mj-ventures-btn-primary,
.mj-ventures-form-btn {
  background: #2563eb;
  color: #ffffff;
}

.mj-ventures-btn-outline {
  background: #ffffff;
  color: #111827;
  border: 1px solid #d1d5db;
}

.mj-ventures-btn-light {
  background: #f8fafc;
  color: #111827;
  border: 1px solid #e5e7eb;
}

.mj-ventures-btn-white {
  background: #ffffff;
  color: #2563eb;
}

.mj-ventures-btn-glass {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.mj-ventures-full-btn {
  width: 100%;
}

.mj-ventures-stat-mini-grid,
.mj-ventures-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mj-ventures-highlight-grid {
  grid-template-columns: repeat(4, 1fr);
}

.mj-ventures-stat-mini-box,
.mj-ventures-highlight-box,
.mj-ventures-service-card,
.mj-ventures-client-box,
.mj-ventures-mini-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 18px;
}

.mj-ventures-stat-mini-label,
.mj-ventures-mini-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
  font-weight: 800;
}

.mj-ventures-stat-mini-value,
.mj-ventures-mini-value {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 900;
}

.mj-ventures-facts-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 24px;
}

.mj-ventures-facts-card h3,
.mj-ventures-sidebar-title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 900;
}

.mj-ventures-fact-row {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed #d1d5db;
}

.mj-ventures-fact-row-last {
  border-bottom: none;
}

.mj-ventures-fact-row span {
  width: 38%;
  color: #6b7280;
  font-size: 14px;
}

.mj-ventures-fact-row strong {
  width: 62%;
  font-size: 14px;
  color: #111827;
}

.mj-ventures-gallery {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
}

.mj-ventures-gallery-main,
.mj-ventures-gallery-item {
  overflow: hidden;
  border-radius: 28px;
  cursor: pointer;
}

.mj-ventures-gallery-main img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.mj-ventures-gallery-side {
  display: grid;
  gap: 14px;
}

.mj-ventures-gallery-item img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.mj-ventures-section-head {
  margin-bottom: 24px;
}

.mj-ventures-section-head h2,
.mj-ventures-dark-inner h2,
.mj-ventures-cta-grid h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}

.mj-ventures-chip {
  display: inline-block;
  margin-bottom: 12px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
}

.mj-ventures-service-grid,
.mj-ventures-dark-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mj-ventures-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.mj-ventures-service-card h3,
.mj-ventures-dark-box h3,
.mj-ventures-client-box h3,
.mj-ventures-faq-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
}

.mj-ventures-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mj-ventures-tag-grid span {
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.mj-ventures-dark-section,
.mj-ventures-coverage-card {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #ffffff;
}

.mj-ventures-dark-inner p,
.mj-ventures-coverage-card p {
  color: rgba(255, 255, 255, 0.82);
}

.mj-ventures-dark-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 20px;
}

.mj-ventures-dark-box h3 {
  color: #ffffff;
}

.mj-ventures-coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mj-ventures-coverage-grid div {
  background: rgba(255,255,255,0.08);
  padding: 16px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 800;
}

.mj-ventures-client-grid,
.mj-ventures-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mj-ventures-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mj-ventures-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
}

.mj-ventures-faq-item summary {
  list-style: none;
  padding: 22px;
  cursor: pointer;
}

.mj-ventures-faq-item summary::-webkit-details-marker {
  display: none;
}

.mj-ventures-faq-item p {
  padding: 0 22px 22px;
}

.mj-ventures-cta-section {
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
}

.mj-ventures-cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}

.mj-ventures-cta-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.8);
}

.mj-ventures-cta-grid p {
  color: rgba(255,255,255,0.88);
}

.mj-ventures-cta-actions {
  display: grid;
  gap: 12px;
}

.mj-ventures-profile-card {
  text-align: center;
}

.mj-ventures-profile-logo {
  width: 92px;
  height: 92px;
  border-radius: 28px;
  margin: 0 auto 14px;
  font-size: 28px;
}

.mj-ventures-profile-top h3 {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 900;
}

.mj-ventures-profile-top p {
  margin: 0 0 22px;
  font-size: 14px;
  color: #2563eb;
  font-weight: 800;
}

.mj-ventures-sidebar-row {
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.mj-ventures-sidebar-row-last {
  border-bottom: none;
  margin-bottom: 0;
}

.mj-ventures-sidebar-row span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
  font-weight: 900;
  margin-bottom: 6px;
}

.mj-ventures-sidebar-row strong,
.mj-ventures-sidebar-row a {
  font-size: 14px;
  line-height: 1.8;
  color: #111827;
  text-decoration: none;
}

.mj-ventures-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mj-ventures-form-group label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
  font-weight: 900;
  margin-bottom: 8px;
}

.mj-ventures-form input,
.mj-ventures-form select {
  width: 100%;
  border: none;
  background: #f8fafc;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  outline: none;
}

.mj-ventures-form-double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mj-ventures-form-btn {
  width: 100%;
  border: none;
  font-size: 15px;
  font-weight: 900;
  border-radius: 18px;
  padding: 15px 18px;
  cursor: pointer;
}

.mj-ventures-lightbox {
  display: none;
  position: fixed;
  z-index: 10000;
  inset: 0;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mj-ventures-lightbox.active {
  display: flex;
}

.mj-ventures-lightbox img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.mj-ventures-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .mj-ventures-layout {
    grid-template-columns: 1fr;
  }

  .mj-ventures-sidebar {
    position: static;
  }

  .mj-ventures-highlight-grid,
  .mj-ventures-service-grid,
  .mj-ventures-dark-grid,
  .mj-ventures-coverage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .mj-ventures-container {
    padding: 0 12px;
  }

  .mj-ventures-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .mj-ventures-card,
  .mj-ventures-topbar {
    border-radius: 24px;
    padding: 20px;
  }

  .mj-ventures-hero-content h1 {
    font-size: 30px;
  }

  .mj-ventures-gallery,
  .mj-ventures-stat-mini-grid,
  .mj-ventures-highlight-grid,
  .mj-ventures-service-grid,
  .mj-ventures-dark-grid,
  .mj-ventures-coverage-grid,
  .mj-ventures-client-grid,
  .mj-ventures-mini-grid,
  .mj-ventures-form-double,
  .mj-ventures-cta-grid {
    grid-template-columns: 1fr;
  }

  .mj-ventures-gallery-main img,
  .mj-ventures-gallery-item img {
    height: 220px;
  }

  .mj-ventures-btn {
    width: 100%;
  }
}/* End custom CSS */