

/* ===============================
   SECTION
   =============================== */

   .contract-ma-section {
    background: #ffffff;
    padding: 110px 0;

    
  }
  
  /* ===============================
     CARD
     =============================== */
  
  .contract-ma-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 70px 80px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow:
      0 20px 50px rgba(0,0,0,0.08);
  }
  
  /* ===============================
     HEADER
     =============================== */
  
  .contract-ma-header {
    text-align: center;
    margin-bottom: 45px;
  }
  
  .contract-ma-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: 
#152943;
    margin-bottom: 10px;
  }
  
  .contract-ma-header h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
  }
  
  /* ===============================
     BODY TEXT
     =============================== */
  
  .contract-ma-body {
    max-width: 860px;
    margin: 0 auto 45px;
  }
  
  .contract-ma-body p {
    font-size: 17px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 22px;
  }
  
  /* ===============================
     HIGHLIGHT STRIP
     =============================== */
  
  .contract-ma-highlight {
    background: rgba(184,151,106,0.08);
    border-left: 4px solid 
#152943;
    padding: 18px 24px;
    border-radius: 10px;
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 50px;
  }
  
  .contract-ma-highlight i {
    color: 
#152943;
    font-size: 20px;
  }
  
  /* ===============================
     CTA
     =============================== */
  
  .contract-ma-cta {
    text-align: center;
  }
  
  .contract-ma-cta .btn-primary {
    display: inline-block;
    background: 
#152943;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 14px;
    transition: all 0.3s ease;
  }
  
  .contract-ma-cta .btn-primary:hover {
    background: 
#005c6f;
  }
  
  .contract-ma-cta .btn-secondary {
    display: inline-block;
    background: transparent;
    color: #1a1a1a;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  
  .contract-ma-cta .btn-secondary:hover {
    background: rgba(0,0,0,0.05);
  }
  
  .contract-ma-cta .cta-note {
    margin-top: 14px;
    font-size: 15px;
    color: #666;
  }
  
  /* ===============================
     RESPONSIVE
     =============================== */
  
  @media (max-width: 991px) {
    .contract-ma-card {
      padding: 45px 28px;
    }
  
    .contract-ma-header h2 {
      font-size: 28px;
    }
  
    .contract-ma-cta .btn-primary,
    .contract-ma-cta .btn-secondary {
      display: block;
      width: 100%;
      margin: 0 0 12px;
    }
  }
  














/* ============================= */
/* SECTION BASE */
/* ============================= */
.expertise-modern {
    background:white;
    padding: 160px 0;
    color: #000000;
    position: relative;
    overflow: hidden;
    border-top: 5px solid 
#152943;
  }
  
  /* ============================= */
  /* HERO */
  /* ============================= */
  .expertise-hero {
    max-width: 900px;
    margin-bottom: 120px;
  }
  
  .expertise-hero h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
  }
  
  .expertise-rule {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #152943
, #152943);
    margin-top: 28px;
  }
  
  /* ============================= */
  /* CARD WRAPPER */
  /* ============================= */
  .expertise-card {
    border-top: 3px solid #ffffff!important;
    border-bottom: 3px solid #ffffff !important;
    position: relative;
   background: linear-gradient(90deg, #152943
, #152943);
    border-radius: 26px;
    padding: 90px 80px;
    margin-bottom: 120px;
    border: 1px solid rgba(184,151,106,0.28);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
  }
  
  /* ============================= */
  /* NUMBER BADGE */
  /* ============================= */
  .expertise-badge {
    position: absolute;

    top: -28px;
    left: 60px;
    background: #152943 !important;
    color: #111;
    font-weight: 700;
    font-size: 20px;
    padding: 14px 26px;
    border-radius: 999px;
    letter-spacing: 2px;
    box-shadow: 0 10px 30px rgba(184,151,106,0.45);
  }
  
  /* ============================= */
  /* CONTENT */
  /* ============================= */
  .expertise-content h3 , .expertiese-card-title {
    font-size: 34px;
    margin-bottom: 28px;
    color: #fff;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 5px !important;
  }
  
  .expertise-content p {
    font-size: 17.5px;
    line-height: 1.9;
    color: #d2d2d2;
    margin-bottom: 20px;
  }
  
  /* ============================= */
  /* TRANSACTIONS */
  /* ============================= */
  .expertise-transactions-modern {
    margin-top: 20px;
  }
  
  .expertise-transactions-modern h3 {
    font-size: 34px;
    margin-bottom: 70px;
  }
  
  .transaction-list {
    color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .transaction-item {
    background: linear-gradient(
      145deg,
      rgba(255,255,255,0.06),
      rgba(255,255,255,0.01)
    );
    padding: 34px 36px;
    border-radius: 20px;
    font-size: 16.8px;
    line-height: 1.85;
    border: 1px solid rgba(184,151,106,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .transaction-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  }
  
  /* ============================= */
  /* FOOTER LINKS */
  /* ============================= */
  .expertise-footer-links {
    margin-top: 140px;
    display: flex;
    gap: 60px;
  }
  
  .expertise-footer-links a {
    color: 
#152943;
    font-size: 16px;
    text-decoration: none;
    position: relative;
  }
  
  /* ============================= */
  /* CTA PANEL */
  /* ============================= */
  .expertise-cta {
    margin-top: 140px;
    background: linear-gradient(135deg, 
#152943, 
#152943);
    border-radius: 30px;
    padding: 70px;
    color: #ffffff;
    box-shadow: 0 40px 80px rgba(184,151,106,0.5);
  }
  
  .expertise-cta h4 {
    font-size: 32px;
    font-weight: 700;
  }
  
  .expertise-cta p {
    font-size: 17px;
    opacity: 0.85;
  }
  
  /* ============================= */
  /* MOBILE */
  /* ============================= */
  @media (max-width: 991px) {
    .expertise-card {
      padding: 70px 30px;
    }
  
    .expertise-badge {
      left: 30px;
    }
  
    .transaction-list {
      grid-template-columns: 1fr;
    }
  
    .expertise-hero h2 {
      font-size: 36px;
    }
  }
  



  .expertiese-card-title i {
    color: #ffffff;
    margin-right: 10px;
  }
  
  .transaction-item i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 15px;
  }
  
  .text-accent {
    color: #ffffff;
    margin-right: 6px;
  }
  

  
  .expertise-badge {
    position: absolute;
    top: -22px;
    left: -22px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #b8976a;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(184,151,106,0.35);
  }
  





  