.elementor-479 .elementor-element.elementor-element-7cd0ec9{--display:flex;--min-height:231px;--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;--border-radius:25px 25px 25px 25px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-479 .elementor-element.elementor-element-7cd0ec9:not(.elementor-motion-effects-element-type-background), .elementor-479 .elementor-element.elementor-element-7cd0ec9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://spaceelephanttest.net/wp-content/uploads/2025/03/Frame-22dd.png");background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-479 .elementor-element.elementor-element-e98f3d9 > .elementor-widget-container{padding:120px 120px 120px 120px;}.elementor-479 .elementor-element.elementor-element-e98f3d9.elementor-element{--align-self:center;}.elementor-479 .elementor-element.elementor-element-e98f3d9{text-align:center;}.elementor-479 .elementor-element.elementor-element-e98f3d9 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:33px;font-weight:400;line-height:30px;color:#FFFFFF;}.elementor-479 .elementor-element.elementor-element-817a5ab{--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;}body.elementor-page-479:not(.elementor-motion-effects-element-type-background), body.elementor-page-479 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(281deg, #F0FBFF 0%, #C7D8FF 100%);}@media(max-width:1024px){.elementor-479 .elementor-element.elementor-element-7cd0ec9{--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-479 .elementor-element.elementor-element-7cd0ec9{--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-479 .elementor-element.elementor-element-e98f3d9 > .elementor-widget-container{padding:90px 0px 40px 0px;}}/* Start custom CSS for heading, class: .elementor-element-e98f3d9 */.elementor-479 .elementor-element.elementor-element-e98f3d9 .elementor-heading-title  {
    font-family: "Helvetica", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
  
.elementor-479 .elementor-element.elementor-element-e98f3d9 .elementor-heading-title {
        font-size: 24px !important;
        line-height: 26px !important; 
        font-weight: 400;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0a650b */body {
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      font-family: Helvetica, Arial, sans-serif;
    }

    .partnering-process {
      text-align: center;
      color: #27235D;
      padding: 40px 20px;
      position: relative;
    }

    .partnering-process h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .partnering-process ol {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 700px;
    }

    .partnering-process li {
      font-size: 16px;
      margin-bottom: 80px; /* extra space for arrow */
      padding: 10px 15px;
      border-radius: 8px;
      background-color: #f5f7fa;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, color 0.3s ease;
      position: relative;
    }

    .partnering-process li.highlight {
      background-color: #F58320;
      color: #fff;
    }

    /* Chevron arrow */
    .arrow-container {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      opacity: 0;
      transition: top 0.3s ease, opacity 0.2s ease;
      pointer-events: none;
    }

    .chevron {
      width: 50px;
      height: 20px;
      position: relative;
      animation: glow 2s infinite;
    }

    .chevron::before,
    .chevron::after {
      content: '';
      position: absolute;
      width: 50%;
      height: 6px;
      background: #F58320;
      top: 50%;
      transform-origin: center;
    }

    .chevron::before {
      transform: translateY(-50%) rotate(45deg);
      left: 22%;
    }

    .chevron::after {
      transform: translateY(-50%) rotate(-45deg);
      right: 0;
    }

    .chevron:nth-child(1) { animation-delay: 0s; }
    .chevron:nth-child(2) { animation-delay: 0.3s; }
    .chevron:nth-child(3) { animation-delay: 0.6s; }

    @keyframes glow {
      0%, 100% {
        opacity: 0.3;
        filter: drop-shadow(0 0 0px #535353);
      }
      50% {
        opacity: 1;
        filter: drop-shadow(0 0 10px #F58320);
      }
    }/* End custom CSS */