body {
        font-family: Inter, sans-serif !important;

        color: #fff;
      }

             .btn-gold {
            background-color: #A37002;
            color: white;
            border: none;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            line-height: 13px;
            letter-spacing: 1px;
            padding: 13px 20px;
            text-transform: capitalize;
        }

        .btn-gold-outline {
            border: 1px solid #a17802;
            color: #a17802;
        }

        .btn-gold-outline:hover ,
          .btn-gold:hover{
            background-color: #a17802;
            color: white;
        }
      .primary_btn {
        color: #ffffff;
        background-color: #a37002;
        padding: 14px 24px;
        font-size: 14px;
        letter-spacing: 1px;
        border-radius: 4px;
        line-height: 14px;
        border: none;
        font-weight: 500;
         border: 1px solid #a17802;
      }
      .primary_btn:hover{
        border: 1px solid #a17802;
        color: #a17802;
      }
      .hero-text .primary_btn:hover{
        border: 1px solid #a17802;
        background-color: #fff;
        color: #a17802;
      }
      .secondary_btn {
        color: #a37002;
        background-color: transparent;
        padding: 15px 24px;
        font-size: 14px;
        border-radius: 4px;
        line-height: 14px;
        letter-spacing: 1px;
        border: 1px solid #a37002;
        font-weight: 500;
      }
      .hero-section {
        padding: 120px 0;
        background-color: #1e1810;
      }
      .nav-item {
        padding: 0 10px;
      }
      .marg_left {
        margin-left: 90px;
      }

      .btn-custom {
        background-color: #b5821b;
        color: #fff;
        border: none;
        padding: 12px 20px;
        font-weight: 600;
      }

      .partner-logos {
        background: #fff;
        padding: 50px 0;
      }

      .partner-logos img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 100px;
        filter: grayscale(100%);
        transition: filter 0.3s;
      }

      .partner-logos img:hover {
        filter: grayscale(0%);
      }
      .navbar-brand {
        width: 180px;
        height: 100%;
      }

      .hero_para {
        font-size: 16px;
        color: #fff;
        line-height: 29px;
        font-weight: 400;
        font-family: "Raleway", Sans-serif;
        text-align: justify;
        letter-spacing: 1px;
      }
      .hero_big_para {
        font-size: 70px;
        font-weight: 700;
        line-height: 78px;
        color: #ffffff;
      }
      .golden_small_para {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 2px;
        color: #a37002;
      }

      .challenges-section {
        margin: 80px 0 140px 0;
      }

      .golden_heading {
        color: #a37002;
        font-size: 42px !important;
        line-height: 63px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
      }

      .challenges-section .card-box {
        background-color: #ededed;
        padding: 34px 32px 50px 34px;
        height: 100%;
        font-size: 16px;
        line-height: 29px;
        font-weight: 400;
        color: #575250;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      .challenges-section .card-box:hover {
        transform: translateY(-5px);
        /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); */
      }

      .support-section {
        background-color: #ededed;
        padding: 100px 0;
        margin: 60px 0;
      }

      .dark_golden_heading {
        color: #654402;
        font-size: 42px !important;
        line-height: 63px;
        font-weight: 600;
      }

      .dark_golden_para {
        color: #654402;
        font-size: 30px !important;
        line-height: 44px;
        font-weight: 600;
      }

      .support-section ul {
        padding-left: 25px;
        margin-top: 15px;
        line-height: 1.8;
        color: #575250;
      }
      .support-section ul li {
        font-size: 16px;
        line-height: 29px;
        font-weight: 400;
        color: #575250;
      }
      .results-section {
        margin: 110px 0;
      }
      .result_icon_card {
        display: block;

        align-items: center;
        padding: 16px;
        text-align: center;
      }

      .result_icon_card p {
        color: #a37002;
        font-size: 18px;
        font-weight: 400;
        padding-top: 15px;
        line-height: 32px;
      }

      .expertise-section {
        background: #ededed;
        padding: 150px 0 70px 0;
        margin-bottom: 1px;
      }

      .expertise-card {
        background-color: #fff;
        padding: 32px 32px;
        height: 100%;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }
      .dark_card_heading {
        color: #a37002;
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 12px;
      }

      .small_para {
        font-size: 15px;
        font-family: "Raleway", Sans-serif;
        font-weight: 400;
        line-height: 29px;
        color: #575250; 
      }
      .small_para a {
        color: #a37002;
        text-decoration: none;
      }

      .expertise-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      }

      .project-process-section {
        background-color: #ededed;
        padding: 100px 0;
        margin: 2px 0;
      }

      .process-step-card {
        padding: 28px 35px 60px 0;
        border-top: 1px solid #ffffff;
      }
      .text_num {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: 700;
        color: #a37002;
        padding-bottom: 10px;
      }

    

  @media (max-width: 576px) {
    .challenges-section{
      margin: 30px 0 30px 0;
    }
    .hero_big_para{
       font-size: 36px;
    }
    .golden_heading{
      line-height: 50px;
    }
    .project-process-section{
      padding: 50px 0;
    }
    .process-step-card{
      padding: 28px 35px 10px 0;
    }
    .interested-sec h2 {
          font-size: 24px;
    }
    .interested-sec p {
             font-size: 16px;
    }
}