/* OUR-ECO-SYSTEM.CSS - Page Scoped Styles */

/* ── Reset & Protection ── */
  body { font-family:'Avenir Next','Avenir',sans-serif!important; margin:0!important; background:#fff!important; color:#3d4a5c; }
  footer a,header a { text-decoration:none!important; color:inherit!important; }
  footer ul { list-style:none!important; padding:0!important; margin:0!important; }
  footer h4 { font-size:1rem!important; font-weight:700!important; margin-bottom:1rem!important; color:#000!important; }
  footer p  { margin:0!important; }
  footer > div { display:grid!important; }
  footer .flex { display:flex!important; }
  footer > div.border-t { text-align:center!important; }
  header { text-align:left!important; }

  /* ── Our Eco System Main Scope ── */
  #our-eco-system-scope { background:#fff; overflow-x:hidden; }

  /* Global Headings & Fonts */
  #our-eco-system-scope h1,
  #our-eco-system-scope h2,
  #our-eco-system-scope h3,
  #our-eco-system-scope h4,
  #our-eco-system-scope .heading-font {
    font-family: 'Urbanist', 'Helvetica Neue', sans-serif !important;
    font-weight: 700;
  }
  #our-eco-system-scope p,
  #our-eco-system-scope span,
  #our-eco-system-scope a,
  #our-eco-system-scope input,
  #our-eco-system-scope textarea,
  #our-eco-system-scope button,
  #our-eco-system-scope .body-font {
    font-family: 'Avenir Next', 'Avenir', sans-serif;
  }

  /* ── 1. Hero Section ── */
  #our-eco-system-scope .eco-hero {
    background:  
                url('../../images/Group-1261153213.png') center/cover no-repeat !important;
    padding: 70px 0 0px;
    position: relative;
    overflow: visible;
    color: #fff;
  }
  #our-eco-system-scope .eco-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
  }
  #our-eco-system-scope .eco-hero h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }
  #our-eco-system-scope .eco-hero p {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
    margin-bottom: 30px;
  }
  #our-eco-system-scope .hero-team-img {
    max-height: 380px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    vertical-align: bottom;
  }

  /* ── Floating Brand Cards Overlapping Hero (50% Half Overlap) ── */
  #our-eco-system-scope .eco-brand-cards-row {
    position: relative;
    margin-top: -60px;
    margin-bottom: 20px;
    z-index: 10;
  }
  #our-eco-system-scope .eco-brand-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border: 2px solid #e2e8f0 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #our-eco-system-scope .eco-brand-card:hover {
    transform: translateY(-4px);
    border-color: #0f3cd9 !important;
    box-shadow: 0 15px 35px rgba(15, 60, 217, 0.15) !important;
  }
  #our-eco-system-scope .eco-brand-card.active {
    transform: translateY(-6px) !important;
    border: 3px solid #0f3cd9 !important;
    border-color: #0f3cd9 !important;
    box-shadow: 0 18px 40px rgba(15, 60, 217, 0.22) !important;
    background: #ffffff !important;
  }
  #our-eco-system-scope .eco-brand-card img {
    max-height: 60px;
    max-width: 85%;
    object-fit: contain;
    pointer-events: none;
  }
  #our-eco-system-scope .eco-brand-tab-content {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  #our-eco-system-scope .eco-brand-tab-content.active {
    opacity: 1;
  }

  /* ── 2. Product Showcase Section (M1xchange) ── */
  #our-eco-system-scope .eco-product-section {
    padding: 100px 0 80px;
    background: #ffffff;
  }
  #our-eco-system-scope .eco-building-card {
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
    box-shadow: none !important;
    border: none !important;
  }
  #our-eco-system-scope .eco-building-card img {
    width: 100% !important;
    height: auto !important;
    max-height: 480px !important;
    object-fit: contain !important;
    display: block !important;
    border-radius: 16px !important;
  }
  #our-eco-system-scope .eco-product-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
  }
  #our-eco-system-scope .eco-product-p {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 30px;
  }
  #our-eco-system-scope .rbi-tag {
    color: #2eb93e;
    font-weight: 700;
    text-decoration: underline;
  }

  /* ── Dynamic Slide-Up Face Button System (Book a Demo Style) ── */
  #our-eco-system-scope .btn-case-study {
    background: #ffffff !important;
    color: #0f172a !important;
    font-family: 'Urbanist', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    width: auto !important;
    max-width: 175px !important;
    min-width: 155px !important;
    height: 52px !important;
    opacity: 1 !important;
    border-radius: 8px !important;
    border: 1px solid #d7dfe9 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding: 0 !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05) !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: background 0.42s ease, border-color 0.42s ease, transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease !important;
  }
  #our-eco-system-scope .btn-face {
    width: 100% !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    transition: transform 0.42s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    padding: 0 26px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }
  #our-eco-system-scope .btn-case-study .btn-face--front { color: #0f172a !important; }
  #our-eco-system-scope .btn-case-study .btn-face--back  { color: #ffffff !important; }
  #our-eco-system-scope .btn-case-study:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25) !important;
  }
  #our-eco-system-scope .btn-case-study:hover .btn-face {
    transform: translateY(-100%) !important;
  }

  /* ── 3. Meet the Team Section ── */
  #our-eco-system-scope .eco-team-section {
    padding: 90px 0;
    background: #ffffff;
  }
  #our-eco-system-scope .eco-team-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
  }
  #our-eco-system-scope .eco-team-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto 55px;
    line-height: 1.6;
  }
  #our-eco-system-scope .eco-team-card {
    background: #f8fafc;
    border-radius: 24px;
    padding: 30px 20px 24px;
    text-align: center;
    border: 1px solid #f1f5f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #our-eco-system-scope .eco-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    background: #ffffff;
    border-color: #e2e8f0;
  }
  #our-eco-system-scope .eco-avatar-wrap {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    margin: 0 auto 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: background-color 0.3s ease;
  }
  #our-eco-system-scope .eco-team-card:hover .eco-avatar-wrap,
  #our-eco-system-scope .eco-avatar-wrap:hover {
    background-color: #0d38d3 !important;
  }
  #our-eco-system-scope .eco-avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  #our-eco-system-scope .eco-member-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
  }
  #our-eco-system-scope .eco-member-role-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  #our-eco-system-scope .eco-member-role {
    font-size: 13.5px;
    color: #64748b;
    font-weight: 500;
  }
  #our-eco-system-scope .eco-linkedin-icon {
    color: #0a66c2;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s ease;
  }
  #our-eco-system-scope .eco-linkedin-icon:hover {
    transform: scale(1.15);
  }

  /* ── 4. Contact Us Form Section (Get In Touch) ── */
  #our-eco-system-scope .eco-contact-section {
    background: #f8fafc;
    padding: 90px 0;
  }
  #our-eco-system-scope .eco-contact-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    display: flex;
    overflow: hidden;
    border: 1px solid #e2e8f0;
  }
  #our-eco-system-scope .eco-contact-blue-panel {
    background: linear-gradient(135deg, #1b53ff 0%, #0d38d3 100%);
    color: #ffffff;
    padding: 50px 40px;
    width: 42%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #our-eco-system-scope .eco-contact-blue-panel::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
  }
  #our-eco-system-scope .eco-contact-blue-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 40px;
  }
  #our-eco-system-scope .eco-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
  }
  #our-eco-system-scope .eco-contact-info-icon {
    font-size: 20px;
    color: #ffffff;
    margin-top: 2px;
  }
  #our-eco-system-scope .eco-contact-info-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 2px;
  }
  #our-eco-system-scope .eco-contact-info-val {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
  }
  #our-eco-system-scope .eco-contact-form-panel {
    padding: 50px 45px;
    flex-grow: 1;
  }
  #our-eco-system-scope .eco-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
  #our-eco-system-scope .eco-field-label {
    font-size: 13px;
    color: #475569;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
  }
  #our-eco-system-scope .eco-field-label span { color: #ef4444; }
  #our-eco-system-scope .eco-form-input {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #cbd5e1;
    padding: 8px 0;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    transition: border-color 0.2s ease;
    background: transparent;
  }
  #our-eco-system-scope .eco-form-input:focus {
    border-bottom-color: #1b53ff;
  }
  #our-eco-system-scope .eco-radio-group-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
  }
  #our-eco-system-scope .eco-radio-row {
    display: flex;
    gap: 30px;
    margin-bottom: 24px;
  }
  #our-eco-system-scope .eco-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #475569;
    cursor: pointer;
  }
  #our-eco-system-scope .eco-radio-label input[type="radio"] {
    accent-color: #1b53ff;
    width: 16px;
    height: 16px;
  }
  #our-eco-system-scope .eco-consent-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }
  #our-eco-system-scope .eco-consent-wrap input[type="checkbox"] {
    accent-color: #1b53ff;
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  #our-eco-system-scope .eco-consent-text {
    font-size: 11px;
    color: #64748b;
    line-height: 1.5;
  }
  #our-eco-system-scope .eco-submit-btn {
    background: #1b53ff;
    color: #ffffff;
    border: none;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 45px;
    border-radius: 8px;
    cursor: pointer;
    float: right;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  #our-eco-system-scope .eco-submit-btn:hover {
    background: #0f3cd9;
    transform: translateY(-2px);
  }

  /* ── Responsive Engine ── */
  @media (max-width: 991px) {
    #our-eco-system-scope .eco-hero h1 { font-size: 34px; }
    #our-eco-system-scope .eco-hero { padding: 50px 0 90px; }
    #our-eco-system-scope .eco-brand-cards-row { margin-top: -45px; }
    #our-eco-system-scope .eco-brand-card { height: 90px; padding: 15px; }
    #our-eco-system-scope .eco-product-title { font-size: 28px; }
    #our-eco-system-scope .eco-team-title { font-size: 32px; }
    #our-eco-system-scope .eco-contact-card { flex-direction: column; }
    #our-eco-system-scope .eco-contact-blue-panel { width: 100%; padding: 35px 25px; }
    #our-eco-system-scope .eco-contact-form-panel { padding: 35px 25px; }
    #our-eco-system-scope .eco-form-grid { grid-template-columns: 1fr; gap: 20px; }
  }

  @media (max-width: 575px) {
    #our-eco-system-scope .eco-hero h1 { font-size: 26px; }
    #our-eco-system-scope .eco-hero p { font-size: 14px; }
    #our-eco-system-scope .eco-building-card img { height: auto !important; max-height: 320px !important; }
    #our-eco-system-scope .eco-submit-btn { width: 100%; float: none; }
  }

