@font-face {
    font-family: 'Inter'; /* Name of your font */
    src: url('../fonts/inter/Inter-Regular.ttf') format('truetype'); /* Corrected path and format */
  }
  
  @font-face {
    font-family: 'Michroma'; /* Name of your font */
    src: url('../fonts/Michroma/Michroma-Regular.ttf') format('truetype'); /* Corrected path and format */
  }

.header-purple,.bg-purple-footer {
    background-color: #4c236e;
}
.text-header-light {
    color: #fcfdfe;
}
.text-muted-header {
    color : #d1d7dd
}

.navbar-expand-md .nav-item.active:after {
    /* border-color: #4c236e; */
    border-color: #156E81;
}

.page-body {
    margin-bottom: 0;
}

.top-container-custom {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.header-green-teal,.bg-green-teal-footer {
    background-color: #156E81;
}


.bg-komuniti{


    background: linear-gradient(rgba(55, 79, 127, 0.6), rgba(0, 0, 0, 0.6)), url(/images/komuniti-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-psh{


    background: linear-gradient(rgba(55, 79, 127, 0.6), rgba(0, 0, 0, 0.6)), url(/images/psh-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.filter-section {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
  }
  .filter-section h5 {
    margin-bottom: 20px;
  }
  .filter-section .budget-slider {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-section .form-check {
    margin-bottom: 10px;
  }

  .popular-filters .form-check {
    display: flex;
    justify-content: space-between;

  }

  .form-check-label, .list-group-item{
    line-height: 22px;
    font-size: 0.8rem;
  }

  .popular-filters .badge{height: 25px;
    padding-top: 6px;
    margin-top: 4px;
    background: #496b97;
  }





  .event-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 20px;
}
.event-card img {
    max-width: 100%;
    height: auto;
}
.event-body {
    padding: 15px;
}
.event-body h5 {
    font-weight: bold;
    margin-bottom: 10px;
}
.event-body p {
    margin-bottom: 5px;
}
.event-footer {
    background-color: #f8f9fa;
    padding: 10px 15px;
    text-align: right;
}
.badge-custom {
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.nav-item + .nav-item {
    border-left: 1.5px solid rgb(133 130 130);
    height: 22px !important;
    margin-top: 13px;
  }

  .titleheader{
  
    font-family: 'Michroma';
  }


 .advo-card-container .card-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase !important;
  height: 2.8rem;
 }

 
 .advo-card-container .card-content{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-transform: capitalize !important;
  height: 3.6rem;
 }

 
 
 .advo-card-container .card-category{
    height: 1.0rem;
    font-size: 0.7rem;

 }


 .text-xs {
  font-size: 0.75rem !important;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #333;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-green {
  color: #ffffff;
  background-color: #38b548;
  border-color: #38b548;
}

.btn-green:hover {
  color: #ffffff;
  background-color: #2ba13b;
  border-color: #2ba13b;
}

.increase, .reset, .decrease
{   height: 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.increase h1{
    cursor:pointer;
    color: #fff;
    margin-left:15px;
}

.reset h2{
    cursor:pointer;
    font-size: 1rem;
    color: #fff;
    text-decoration:underline;
    margin-left:3px;
    margin-right:3px;
}


.decrease h4{
    cursor:pointer;
    font-size: 0.8rem;
    color: #fff;
    margin-right:15px;
}

.increase:hover{
    color:#fff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #38b548;
}

.dropdown-item {
    /* background-color: rgb(255 255 255 / 100%); */
}


.bg-light-blue{
  background: #DEF1FF;
  border: 1px solid #fff;
}

.bg-light-yellow{
  background: #FFF6E9;
  border: 1px solid #fff;
}

.bg-light-green{
  background: #E4FFE8;
  border: 1px solid #fff;
}

.bg-light-purple{
  background: #F9E5FF;
  border: 1px solid #fff;

}


.info-box{
  height: -webkit-fill-available;display: flex;
  justify-content: space-between;
}

.info-box .p1{
  background:url(/images/1_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 87px;
    padding-top: 6%;
    /* align-self: unset; */
    font-size: 1.1rem;
        border-top: 1px solid #fff;
}


.info-box .p2{
  background:url(/images/2_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 87px;
    padding-top: 6%;
    /* align-self: unset; */
    font-size: 1.1rem;
        border-top: 1px solid #fff;
}


.info-box .p3{
  background:url(/images/3_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 87px;
    padding-top: 6%;
    /* align-self: unset; */
    font-size: 1.1rem;
        border-top: 1px solid #fff;
}


.info-box .p4{
  background:url(/images/4_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 87px;
    padding-top: 6%;
    /* align-self: unset; */
    font-size: 1.1rem;
        border-top: 1px solid #fff;
}