.elementor-551 .elementor-element.elementor-element-8f9c0eb{--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-551 .elementor-element.elementor-element-5381908{--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-551 .elementor-element.elementor-element-a272919{--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-551 .elementor-element.elementor-element-6447af4{--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;}/* Start custom CSS for html, class: .elementor-element-316ed80 */.about-section {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background: #fefefe;
}

.about-hero {
  position: relative;
  height: 400px;
  background-image: url('https://marqsoc.com/wp-content/uploads/2025/07/man-making-his-move-1024x666-1.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: 1;
}

.about-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.about-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.about-content p {
  font-size: 17px;
  max-width: 700px;
  margin: 10px auto;
}

.about-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
}

.card {
  background: #fff;
  border-left: 5px solid #c44a3d;
  padding: 25px;
  max-width: 350px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.card h3 {
  color: #c44a3d;
  margin-bottom: 15px;
}

.card p,
.card ul {
  font-size: 15px;
  line-height: 1.6;
}

.card ul {
  padding-left: 18px;
}

.card:hover {
  transform: translateY(-5px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c239725 */.six-d-process {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.six-d-process .subtitle {
  color: #d62027;
  font-size: 20px;
  font-weight: 600;
}

.six-d-process h2 {
  font-size: 32px;
  margin: 10px 0 20px;
  font-weight: bold;
}

.six-d-process .description {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #333;
}

.six-d-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.left-column, .right-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.step {
  text-align: left;
  padding: 10px;
}

.step strong {
  font-size: 18px;
  color: #111;
}

.step p {
  font-size: 14px;
  color: #444;
  margin-top: 6px;
}

.center-rocket img {
  width: 180px;
  max-width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .six-d-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .left-column, .right-column {
    align-items: center;
  }

  .step {
    text-align: center;
  }

  .center-rocket {
    margin: 40px 0;
  }
}.center-rocket img {
  width: 250px;
  max-width: 100%;
  transition: transform 0.3s ease;
}

.center-rocket img:hover {
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7762f5f */.why-marqsoc {
  padding: 60px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.why-marqsoc .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.why-marqsoc .left {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.why-marqsoc h2 {
  font-size: 32px;
  color: #b42024;
  margin-bottom: 15px;
}

.why-marqsoc p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
}

.accordion-header {
  background: #fff;
  color: #333;
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  border-bottom: none; /* removes blue underline */
  position: relative;
}

.accordion-header:hover {
  background: #f3f3f3;
}

/* Removes the + / - icon */
.accordion-header::after {
  display: none;
}

.accordion-body {
  display: none;
  padding: 15px 20px;
  background-color: #fafafa;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  border-top: 1px solid #eee;
}

.why-marqsoc .right {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.why-marqsoc img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}/* End custom CSS */