
/*@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot); 
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
	url(../fonts/MaterialIcons-Regular.woff) format('woff'),
	url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
} */
/*
@font-face {
font-family: 'Pill Gothic 600mg Thin';
font-style: normal;
font-weight: normal;
src: local('Pill Gothic 600mg Thin'), url('../fonts/Pill Gothic 600mg Thin.woff') format('woff');
}*/


/*@font-face {
font-family: 'Pill Gothic 600mg Light';
font-style: normal;
font-weight: normal;
src: local('Pill Gothic 600mg Light'), url('../fonts/Pill Gothic 600mg Light.woff') format('woff');
}
*/

/*@font-face {
font-family: 'Pill Gothic 600mg Semibd';
font-style: normal;
font-weight: normal;
src: local('Pill Gothic 600mg Semibd'), url('../fonts/Pill Gothic 600mg Semibd.woff') format('woff');
}*/


/*@font-face {
font-family: 'Pill Gothic 600mg Bold';
font-style: normal;
font-weight: normal;
src: local('Pill Gothic 600mg Bold'), url('Pill Gothic 600mg Bold.woff') format('woff');
}
*/
/*.material-icons {
	font-family: 'Pill Gothic 600mg Light';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
    vertical-align: middle;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
    .elementor-1196 .elementor-element.elementor-element-fe013a3 a {
        display: none !important;
    }
    .elementor-1196 .elementor-element.elementor-element-42cc897 {
        text-align: center;
        display: none !important;
    }

*/

.breadcrumb-section {
    background: #21344a;
}
.breadcrumb-section {
    background: #21344a;
    padding: 80px 0;

    color: #fff;
}
.course-title {
    padding-top: 30px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #959596 !important;
}
.breadcrumb-item.active,
ol.breadcrumb li a {
    color: #959596 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.course-title h1 {
    line-height: 60px;
}

.course-details {
    background: #f3fafd;
    padding: 100px 0;
}

.course-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}
.course-meta {
    background-color: #1b354c;
    color: white;
    font-size: 17px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
}
.course-meta i {
    margin-right: 5px;
}
.card-body {
    flex-grow: 1;
}
.btn-enroll {
    background-color: #c7e9f7;
    font-weight: 600;
    border: none;
}
.icon-clock {
    margin-right: 10px;
}
.icon-duration {
    margin-left: 10px;
    text-transform: capitalize;
}
.course-details .filter-section select {
    text-transform: capitalize;
}

.search-bar-container {
    background: #f0f0f1;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Pill Gothic 600mg';
    margin-top: -60px;
}

.filter-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-select {
    flex: 1;
    min-width: 200px;
    width: 200px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
}

.search-row {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.search-input {
    flex: 1;
    padding: 17px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.search-btn {
    background: #8BCFEE;
    color: #000;
    border: none;
    padding: 10px 35px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    transition: 0.5s;
    font-weight: 500;
}

.search-btn:hover {
    background: #1b354c;
    color: #fff;
    transition: 0.5s;
}

.category, .city, .date, .sort {
    position: relative;
}
.category select, .city select, .date select, .sort select {
    padding-left: 30px;
}
.category .icon, .city .icon, .date .icon, .sort .icon  {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 20px;
}
.event-content .date p, .event-content .venue p {
    margin: 0;
    font-weight: 600;
    color: #656566;
}
.event-content .date img {
    width: 30px;
}
.event-content .venue img {
    width: 23px;
}
.event-content .date, .event-content .venue {
    display: flex;
    gap: 10px;
    align-items: center;
}
.event-heading h3 {
    font-size: 25px;
    font-weight: 600;
}
.event-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    border-bottom: 1px solid #BABCC0;
    min-height: 210px;
}
/*.event-content .event-heading, .event-content .date, .event-content .venue {*/
/*    padding-bottom: 15px;*/
/*}*/
.price {
    padding-top: 30px;
}
.price h4 {
    color: #FE7743;
    font-weight: 700;
    font-size: 25px;
}
.price-btn p {
    padding: 15px 25px 15px 0;
    color: #212529;
    font-size: 18px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.5s;
}
.events-list {
    box-shadow: 7px 13px 23px 3px #eeeeee;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 30px;
    background-image: linear-gradient(to top, #fff, transparent);
    min-height: 380px;
    max-height: 380px;
}
.event-buttons {
    margin-top: 25px;
}
.event-image img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    min-height: 380px;
    max-height: 380px;
    object-fit: cover;
}
.event-list {
    padding: 80px 0;
}
.page-template-events .list-of-events h2 {
    font-weight: 600;
    padding-bottom: 50px;
    font-size: 40px;
    width: 100%;
    background: none;
}
.single-event {
    background-image: linear-gradient(to bottom, #D8E9FE, #fff);
}

.breadcrumb-event .breadcrumb-item.active, ol.breadcrumb li a {
    color: #656566 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.event-detail-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 650px;
}
.event-detail-content {
    background: #fff;
    padding: 30px 30px 8px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 650px;
}
.event-detail-content h1 {
    font-weight: 600;
    font-size: 35px;
}
.event-description {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 30px;
}
.event-description h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
}
.event-description p strong {
    color: #19191A;
}
.event-description p {
    color: #656566;
    font-weight: 500;
    line-height: 35px;
    font-size: 20px;
}
.btns h2 {
    font-size: 20px;
    width: fit-content;
    padding: 10px;
    margin-bottom: 30px !important;
}
.btns h2 a {
    padding: 15px 0;
    color: #212529;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.5s;
}
.event-icons {
    background: #F3FAFD;
    width: 34px;
    border-radius: 30px;
    box-shadow: 3px 5px 17px 4px #e9e9e9;
}
.event-icons img {
    width: 34px;
    height: 34px;
    padding: 6px;
    object-fit: contain;
}
.date, .time, .weblink, .venue, .organiser, .language {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0 0;
}
.date p, .time p, .weblink p, .venue p, .organiser p, .language p {
    margin: 0;
}

.event-detail-content .price-btn {
    margin: 0;
}
.event-detail-content .price {
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: 1px solid #B8B8B8;
    margin-top: 40px;
}
.event-details .event-buttons {
    margin-top: 0;
}
.event-details .event-buttons .price-btn .event-categories {
    margin-top: 0;
}
.event-lists {
    padding: 100px 0;
}
.breadcrumb-event {
    padding-top: 50px;
}
.search-bar-container .date {
    padding: 0;
}
.event-list-content {
    padding-right: 30px;
}
.single-event .price .row {
    align-items: center;
}

.search-bar-container .date input {
    padding-left: 35px;
}

@media screen and (min-width: 2001px) and (max-width: 2500px) {}
    
@media only screen and (max-width: 767px) {
    .filter-select {
        min-width: 335px;
    
    }
    .event-list-content {
    padding: 15px;
}
}

.event-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* space between buttons */
    flex-wrap: wrap; /* allow wrapping if space runs out */
}

.event-buttons .read-more a {
    background: #c0e6f7;
    padding: 15px 25px;
    color: #212529;
    font-size: 15px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.5s;
}
.event-buttons .read-more a:hover {
    background: #1b354c;
    color: #fff;
    transition: 0.5s;
}
.event-heading h3 a {
    color: #000;
    text-decoration: none;
}
.similar h4 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 30px;
}

/* Fix select fields with icons */
select {
  -webkit-appearance: none; /* removes iOS default styling */
  -moz-appearance: none;
  appearance: none;
  padding-left: 35px;  /* leave space for the icon */
  line-height: 1.5;
}

/* For the wrapper with icons */
.select-wrapper {
  position: relative;
}

.select-wrapper i, 
.select-wrapper img {
  position: absolute;
  top: 50%;
  left: 10px;  /* icon position */
  transform: translateY(-50%);
  pointer-events: none;
}

.btns img {
    width: 25px;
}
.price-btn p img {
    width: 23px;
    margin-right: 3px;
}

.event-details .col-md-6:first-child {
    padding-right: 0;
}
.event-details .col-md-6:nth-child(2) {
    padding-left: 0;
}
.event-detail-image img {
    min-height: 500px;
}
.weblink a {
    color: #212529;
    text-decoration: none;
}


.home .events-list {
    min-height: unset;
    max-height: unset;
    box-shadow: unset;
    background: #f3fafd;
}
.home .event-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home .event-list-content {
    padding: 30px;
}
.home .event-lists {
    padding: 100px 0;
    background: #21344a;
}
.home .event-image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}
.home .similar h4 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #fff;
}
.home .event-content {
    padding: 0;
    min-height: 210px;
}
.home .price-btn p {
    margin-bottom: 0;
}
.home .event-heading h3 a {
    font-size: 20px;
}
.event-categories a {
    padding: 15px 0;
    color: #212529;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.5s;
}
.event-categories {
    margin-top: 13px;
}
@media screen and (max-width:767px){
    
.events-list {
        min-height: auto;
        max-height: none;
}
.event-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.event-image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}   
@media screen and (min-width: 320px) and (max-width: 767px) {
    
}
.event-categories img {
    width: 28px;
    margin-right: 3px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.pagination .current, .pagination a:hover {
    background-color: #1b354c;
    color: #fff;
    border-color: #1b354c;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    transition: .3s;
}
.pagination .next, .pagination .prev {
    font-weight: 500;
    width: auto;
    line-height: 20px;
}
.cat-hkg, .cat-ph, .cat-kul, .cat-sin, .cat-syd {
    display: none;
}
.site-main {
    padding: 80px 0;
}
.category-list {
    padding: 0;
}
.category-list li a {
    text-decoration: auto;
    color: #000;
    font-size: 20px;
}
.category-list li {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
}
.category-list li:last-child {
    border-bottom: 0;
}

.content-area .event-lists.grid {
    padding: 0;
}
.category-item.HKG {
    display: none;
}
.organiser p a {
    color: #212529;
    text-decoration: none;
}