/*filter*/

.package-filter-form {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-bottom:30px;
}

.filter-field {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

.filter-field label {
  margin-bottom: 6px;
  /*font-weight: 600;*/
  font-size: 18px;
  color:#7C7D7F;
}

.pack-dropdown {
  border-radius: 50px;
  padding: 10px 0 10px 20px;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color:#7C7D7F;
  border-color: #7C7D7F;
  font-size: 18px;
}



/*Out accordion*/

.btn-book{
	background-color:#35b060;
	color: #ffff ;
	transition: all 0.3s ease; /* smooth animation */
}

.btn-book:hover{
	background-color:#35b060;
	color: #ffff ;
	transform: translateY(-4px);
}

.btn-book::before {
  	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg) no-repeat center;
    background-size: contain;
    vertical-align: sub;
}

.wp-tax-accordion {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1.5em;
}
.tax-accordion-header {
    margin: 0;
}
.tax-accordion-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    background: #FEBC4F;
    border: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s;
    color:#142349;
    align-items: center
}
.tax-accordion-button:hover {
    background: #FEBC4F;
}
.tax-accordion-panel {
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid #eee;
}

.accordion-icon {
    font-weight: bold;
    font-size: 25px;
    margin-left: 10px;
    font-family: inherit;
}

.accordion-icon-inner {
    font-weight: bold;
    font-size: 25px;
    margin-left: 10px;
    font-family: inherit;
}

.is-open {
    /*font-weight: 600;*/
}
.count {
    opacity: 0.6;
    margin-left: 8px;
    font-size: 13px;
}

/* Inner Accordion */
.inner-accordion {
    margin-top: 10px;
    /*border-left: 3px solid #eee;*/
    padding-left: 10px;
}
.inner-accordion-header {
    margin: 0;
}
.inner-accordion-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    background: #d3e3f2;
    border: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s;
    color:#142349;
    align-items: center;
}

.inner-accordion-txt{
    display: flex;
    align-items: center;
    width: 100%;
}
.inner-accordion-panel {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
}
.package-thumb {
    margin: 10px 0;
}
.package-content {
    margin: 10px 0;
}

.inner-price{
    margin-left: auto;
    font-size: 20px;
    padding-bottom: 0px;
    align-self:center;
    
}

.view-link {
    display: inline-block;
    margin-top: 6px;
    color: #0073aa;
    text-decoration: none;
}
.view-link:hover {
    text-decoration: underline;
}

.no-posts{
    font-sie:18px;
}


/*inner accordion content*/
.package-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}


.package-content {
  flex: 1 1 60%;
  max-width: 60%;
}

/* Mobile: stack image on top */
@media (max-width: 768px) {
  .package-flex {
    flex-direction: column;
  }
  .package-thumb,
  .package-content {
    max-width: 100%;
  }
  
  .package-thumb {
      flex: 1 1 40%;
  }
  
  .package-content{
      word-wrap: break-word;
  overflow-wrap: break-word;
  }
  
  .inner-accordion-txt{
      display:block;
  }
  
  .package-thumb img {
      width: 100%;
      height: auto;
      display: block;
  }
}


.no-posts{
	margin-top:100px;
	text-align:center;
}


//penang
.location-penang{
    background: #FEBC4F !important;
}
.location-penang-inner{
    background: #FFDA9D !important;
}


//kuala-lumpur
.location-kuala-lumpur {
    background: #00C6D3 !important;
}
.location-kuala-lumpur-inner {
    background: #82F7FF !important;
}

//malacca
.location-malacca.tax-accordion-button{
    background: #4167d1 !important;
}
.location-malacca-inner {
    background: #80A2FF !important;
}

//johor
.location-johor{
    background: #142349 !important;
}
.location-johor-inner{
    background: #3655A2 !important;
}

//sarawak
.location-sarawak{
    background: #B6D5D6 !important;
}
.location-sarawak-inner{
    background: #D8FDFF !important;
}

//singapore
.location-singapore {
    background: #74C6A9 !important;
}
.location-singapore-inner{
    background: #A1F0D4 !important;
}

