.elementor-695 .elementor-element.elementor-element-b2d183c{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-695 .elementor-element.elementor-element-b2d183c:not(.elementor-motion-effects-element-type-background), .elementor-695 .elementor-element.elementor-element-b2d183c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C3791;}.elementor-695 .elementor-element.elementor-element-9bc9bff{--display:flex;}.elementor-695 .elementor-element.elementor-element-5466e69 .elementor-heading-title{color:#FAFAFA;}.elementor-695 .elementor-element.elementor-element-99c095c .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-695 .elementor-element.elementor-element-99c095c .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-695 .elementor-element.elementor-element-99c095c{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-695 .elementor-element.elementor-element-99c095c .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-695 .elementor-element.elementor-element-9c7bb37{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d8206a6 */.marketo-services {
  padding: 90px 20px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header .tag {
  display: inline-block;
  background: rgba(243, 131, 54, 0.15);
  color: #F38336;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header h2 {
  font-size: 40px;
  color: #0B3794;
  margin-bottom: 15px;
}

.section-header p {
  max-width: 720px;
  margin: auto;
  font-size: 16px;
  color: #555;
}

/* CAPABILITIES */
.capabilities h3
 {
      text-align: center;
  font-size: 28px;
  color: #0B3794;
  margin-bottom: 30px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.capability-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(11, 55, 148, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* ICON */
.capability-card .icon {
  width: 55px;
  height: 55px;
  background: rgba(243, 131, 54, 0.15);
  color: #F38336;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 18px;
  transition: all 0.4s ease;
}

/* HOVER EFFECT */
.capability-card:hover {
  background: #0B3794;
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(11, 55, 148, 0.25);
}

.capability-card:hover h4,
.capability-card:hover p {
  color: #ffffff;
}

.capability-card:hover .icon {
  background: #F38336;
  color: #ffffff;
  transform: rotate(6deg) scale(1.1);
}

.capability-card h4 {
  font-size: 18px;
  color: #0B3794;
  margin-bottom: 10px;
}

.capability-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* BUSINESS IMPACT */
.impact {
  margin-top: 100px;
  padding: 70px 60px;
  background: linear-gradient(135deg, #0B3794, #071f4d);
  border-radius: 22px;
  color: #ffffff;
}

.impact h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #ffffff;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 30px;
}

/* IMPACT CARD */
.impact-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 35px 30px;
  border-radius: 18px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* ICON */
.impact-card i {
  font-size: 34px;
  color: #F38336;
  margin-bottom: 18px;
  transition: all 0.4s ease;
}

/* TITLE */
.impact-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}

/* TEXT */
.impact-card p {
  font-size: 15px;
  color: #e6e6e6;
  line-height: 1.6;
}

/* HOVER EFFECT */
.impact-card:hover {
  transform: translateY(-10px);
  background: rgba(243, 131, 54, 0.18);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.impact-card:hover i {
  color: #ffffff;
  transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .impact {
    padding: 45px 25px;
  }
  .impact h3 {
    font-size: 26px;
  }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 30px;
  }
  .impact {
    padding: 35px 25px;
  }
}/* End custom CSS */