  /* Base Page stylings
  ///////////////////////
  ///////////////////////
  ///////////////////// */
     .btn-color{
    font-weight: 500;
                font-size: 16px;
                letter-spacing: 1px;
                display: inline-block;
                padding: 8px 30px 10px 30px;
                border-radius: 4px;
                transition: 0.5s;
                color: #fff;
                background: #1e6837;
                /* box-shadow: 0 8px 28px rgb(22 223 126 / 45%); */
  }
 .topbar {
        padding: 10px 0;
        font-size: 14px;
      }
      
      .top-contact {
        gap: 15px;
      }
      
      .single-contact {
        white-space: nowrap;
      }
      
      @media (max-width: 768px) {
        .top-contact {
          gap: 10px;
          flex-direction: column;
          align-items: flex-start;
        }
        
        .single-contact {
          white-space: normal;
          margin-bottom: 5px;
        }
        
        .single-contact:last-child {
          margin-bottom: 0;
        }
      }
  /* Index Home Page stylings
  ///////////////////////
  ///////////////////////
  ///////////////////// */
