.btn-primary,.btn-primary:hover {
    color: #000;
    background-color: #fdb811;
    border-color: #fdb811;
    font-size:larger;
    color:#333;
  }

  .text-primary,.btn-link,.service-item a {
    color: #FFF !important;
  }

  .top-bar{
      color:#fff;
      border-bottom: 5px solid #fdb811;
  }

  .top-left{
      margin-left: 15px;
  }

  .bg-primary {
    background-color: #262e33 !important;
  }

  .owl-carousel-inner h1{
        border-left:8px solid #fdb811;
        font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  }

     .owl-carousel-inner:before {
            content: "";
            position: absolute;
            left: -50%;
            height: 100%;
            width: 200%;
            border-bottom: 15px solid #fdb811;
            -webkit-animation: lineAnim 5s linear infinite;
            -moz-animation: lineAnim 5s linear infinite;
            animation: lineAnim 5s linear infinite;
     }

        @keyframes lineAnim {
            0% {
                left: -40%;
            }
            50% {
                left: 20%;
                width: 80%;
            }
            100% {
                left: 100%;
                width: 100%;
            }
        }
        
        h1, h2{
            font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
        }
        
                 .accordion-button {
         background-color: #f8f9fa;
         color: #333;
         font-weight: 600;
         transition: background-color 0.3s ease;
         }
         .accordion-button:not(.collapsed) {
         background-color: #262e33;
         color: #fff;
         }
         .accordion-body {
         background-color: #fff;
         border-top: 1px solid #ddd;
         padding: 1rem 1.25rem;
         color: #555;
         font-size: 15px;
         }
         .accordion-item {
         border: none;
         margin-bottom: 10px;
         box-shadow: 0 2px 6px rgba(0,0,0,0.1);
         border-radius: 6px;
         overflow: hidden;
         }
         .outlne-btn{
         border: 2px solid #085ca5;
         color: #085ca5;
         }
         .yellow-pills{
         background: #f5cc39;
         color: #000!important;
         padding: 10px 25px;
         width: fit-content;
         border-radius: 20px;
         }

