/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

* Yellow: #F9C507 (RGB: 249, 197, 7)
* Dark Blue: #1E4467 (RGB: 30, 68, 103)
* Light Blue: #DCEAEA (RGB: 220, 234, 238)
* Dark Gray/Black: #141B26 (RGB: 20, 27, 38)
* Gray: #838D98 (RGB: 131, 141, 152)
* Blue #073BF9
*/

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #F9C507 !important;
    border-radius: 2px;
}

.btn-primary {
    color: #000;
    background-color: #F9C507;
    border-color: #F9C507
}


/*** Imported/Adjustments CSS Start ***/
.page-links {
    position: relative;
    z-index: 1;
    background-color: #EEF9FF;
    /* Light background color */
    margin: 0 0 40px 0;
    border-radius: 10px;
    /* Rounded edges for the page-links container */
  }
  
  @media (min-width: 767px) {
    .page-links {
      margin: 0 0 40px 20px;
      width: 225px;
      float: right;
    }
  }
  
  .page-links__title {
    margin: 0;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    background-color: #06a3da;
    /* Dark background color */
    color: #F8F8F9;
    /* White text color */
    border-radius: 10px 10px 0 0;
    /* Rounded edges for the top of the title */
  }
  
  .page-links__title a {
    color: #fff;
    /* Dark text color */
    text-decoration: none;
    background-color: #06a3da;
    /* Dark background color */
    border-radius: 10px 10px 0 0;
    /* Rounded edges for the title link */
  }
  
  .page-links li {
    border-top: 1px solid #FFF0E6;
    /* Light border color */
    border-radius: 0;
    /* No rounded edges for list items by default */
  }
  
  .page-links li:first-child {
    border-top: none;
    border-radius: 0 0 10px 10px;
    /* Rounded edges for the first list item */
  }
  
  .page-links__active,
  .page-links .current_page_item {
    text-align: center;
    background-color: #F9C507;
    /* Light background color */
    color: #001D23;
    /* Dark text color */
    font-weight: bold;
    border-radius: 10px;
    /* Rounded edges for the active/current item */
  }
  
  .page-links li a {
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    color: #001D23;
    /* Dark text color */
    transition: all 0.3s;
    border-radius: 10px;
    /* Rounded edges for the links */
  }
  
  .page-links li a:hover {
    color: #091E3E;
    font-weight: bold;
    /* Darker text color */
    /* background-color: #06a3da; */
    /* Lighter background color */
  }
  
  .min-list {
    padding: 0;
    margin: 0;
  }
  
  .min-list li {
    list-style: none;
  }
  
  .page-numbers {
    margin-right: 20px;
  }
  

  