.gep-header{
    border-bottom: solid 1px var(--gep-dark-white-color);
    box-shadow: 5px 5px 25px rgba(0,0,0,0.15) !important;
}
.header-logo{
    width: 200px;
}
.gep-search-wrapper {
    position: relative;
    max-width: 600px;
    width: 100%;
}
.gep-search-input {
    height: 40px;
    border-radius: 10px;
    padding-left: 18px;
    padding-right: 50px;
    border: 0px solid var(--gep-dark-white-color);
    font-size: 14px;
    background-color: var(--gep-off-white-color);
    transition: 0.3s ease;
}
.gep-search-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0px solid var(--gep-dark-white-color) !important;
    background-color: var(--gep-off-white-color) !important;
}
.gep-search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--gep-secondary-color);
    cursor: pointer;
    transition: 0.3s ease;
}
.gep-search-btn:hover {
    color: var(--gep-primary-color);
}
.gep-navbar .nav-link {
    color: var(--gep-secondary-color);
    position: relative;
    transition: 0.3s;
    font-weight: 500;
}
.gep-navbar .nav-link:hover {
    color: var(--gep-primary-color);
}
.gep-add-event-btn{
    color: var(--gep-white-color);
    background-color: var(--gep-secondary-color);
    padding: 8px 10px;
    border-radius: 5px;
    transition: all .3s;
    font-weight: 500 !important;
    border: none!important;
}
.gep-add-event-btn:hover{
    background-color: var(--gep-primary-color);
}
.gep-add-event-btn i{
    font-size: 18px;
    line-height: 1em;
}
/* Overlay */
.gep-slide-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow: hidden;
    z-index: 1050;
}
.gep-slide-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.gep-slide-content {
    background: var(--gep-white-color);
    width: 100%;
    max-width: 600px;
    border-radius: 0;
    padding: 0px;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}
.gep-slide-modal.active .gep-slide-content {
    transform: translateY(0);
}
.gep-mobile-search {
    position: relative;
    width: 100%;
}
.gep-mobile-search .gep-search-input {
    height: 65px;
    border-radius: 0;
    padding-left: 18px;
    padding-right: 50px;
    border: 0px solid var(--gep-dark-white-color);
    font-size: 14px;
    background-color: var(--gep-off-white-color);
    transition: 0.3s ease;
    min-width: 100%;
}
.gep-mobile-search .gep-search-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0px solid var(--gep-dark-white-color) !important;
    background-color: var(--gep-off-white-color) !important;
}
.gep-mobile-search .gep-search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--gep-secondary-color);
    cursor: pointer;
    transition: 0.3s ease;
}
.gep-mobile-search .gep-search-btn:hover {
    color: var(--gep-primary-color);
}
.btn-close:focus{
    box-shadow: none !important;
}
.mobile-menu li a{
    color: var(--gep-secondary-color);
    transition: all 0.3s ease;
    padding: 8px 0px;
    display: block;
}
.mobile-menu li a:hover{
    color: var(--gep-primary-color);
}
.gep-map-section{
    background-color: var(--gep-secondary-color);
    border-radius: 15px;
    border: solid 1px var(--gep-dark-white-color);
    overflow: hidden;
}
.map-filter{
    width: 100%;
    height: 500px;
}
.calendar-wrapper {
    max-width: 900px;
    margin: 0px auto;
    background: var(--gep-white-color);
    padding: 20px;
    border: solid 1px var(--gep-dark-white-color);
    border-radius: 15px;
}
.calendar-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.calendar-topbar button {
    background: var(--gep-secondary-color);
    color: var(--gep-white-color);
    border: none;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}
.calendar-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
#yearSelect {
    border: none;
    background: var(--gep-off-white-color);
    padding: 8px 15px;
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
}
/* Remove event text from grid */
.fc-daygrid-event {
    display: none !important;
}
/* Day with event */
.has-event {
    background-color: var(--gep-primary-color) !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: none !important;
}
.fc-col-header-cell-cushion {
    text-decoration: none !important;
}
.fc-col-header-cell {
    padding: 10px 0;
}
.fc-col-header-cell-cushion {
    font-size: 14px;
}
/* Apply your classes style manually */
.fc-col-header-cell-cushion {
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    color: var(--gep-secondary-color);
}
.fc-daygrid-day {
    background: transparent !important;
}
/* Remove default padding */
.fc-daygrid-day-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px; /* row height */
}
/* Date number */
.fc-daygrid-day-number {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    color: var(--gep-secondary-color);
    text-decoration: none !important;
    transition: 0.2s ease;
    background-color: var(--gep-off-white-color);
}
.has-event .fc-daygrid-day-number {
    background: #FF9B51;
    color: var(--gep-white-color) !important;
}
.fc-day-today .fc-daygrid-day-number {
    background: var(--gep-primary-color);
    color: var(--gep-white-color) !important;
}
.fc-daygrid-day-events {
    display: none !important;
}
.fc-theme-standard .fc-scrollgrid{
    border: none !important;
}
#calendar {
    height: 462px;
}
.calendar-tooltip {
    position: absolute;
    background: var(--gep-secondary-color);
    color: var(--gep-white-color);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
}
.tabs-list {
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.tab-item, .tab-more {
    cursor: pointer;
    position: relative;
    padding: 5px 0;
    font-weight: 500 !important;
}
.tab-item.active {
    color: var(--gep-primary-color);
}
.industries-tabs {
    position: relative;
    overflow: visible;
}
.tab-more {
    position: relative;
}
.more-dropdown {
    z-index: 9999;
}
.more-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--gep-white-color);
    list-style: none;
    padding: 0px;
    display: none;
    min-width: 150px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.15);
    border-radius: 10px;
    border: solid 1px var(--gep-dark-white-color);
    overflow: hidden;
}
.more-dropdown li {
    padding: 8px 15px;
    transition: all .3s ease;
    cursor: pointer;
}
.more-dropdown li:hover {
    background: var(--gep-off-white-color);
}
.industry-card {
    background: var(--gep-off-white-color);
    border: solid 1px var(--gep-dark-white-color);
    border-radius: 10px;
    text-align: center;
    transition: 0.3s ease;
    cursor: pointer;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-item.active {
    color: var(--gep-primary-color);
}
.more-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--gep-white-color);
    list-style: none;
    padding: 10px 0;
    min-width: 150px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-radius: 10px;
}
.tab-more.active .more-dropdown {
    display: block;
}
.mobile-category-select {
    width: 220px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid var(--gep-dark-white-color);
    background: var(--gep-white-color);
}
.mobile-category-select:focus-visible{
    box-shadow: none !important;
    outline: none !important;
}
.industry-card-img{
    width: 70px !important;
    height: 70px;
    background-color: var(--gep-white-color);
    border-radius: 100%;
    overflow: hidden;
    border: solid 1px var(--gep-dark-white-color);
}
.industry-card-img img{
    width: 40px !important;
    height: 40px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.trade-show-card{
    border: solid 1px var(--gep-dark-white-color);
    border-radius: 15px;
}
.trade-show-img{
    width: 100px;
    height: 100px;
    background-color: var(--gep-white-color);
    border-radius: 10px;
    border: solid 1px var(--gep-dark-white-color);
}
.trade-show-img img{
    width: 100%;
}
.trade-show-metas{
    color: #777;
    transition: all .3s;
}
.trade-show-metas:hover{
    color: var(--gep-primary-color);
}
.trade-show-metas.meta-dark{
    color: var(--gep-secondary-color);
}
.trade-show-metas.meta-dark:hover{
    color: var(--gep-primary-color);
}
.trade-show-categories-badge{
    display: block;
    background-color: var(--gep-off-white-color);
    color: var(--gep-secondary-color);
    transition: all .3s;
    border-radius: 5px;
    padding: 5px 10px;
}
.trade-show-categories-badge:hover{
    background-color: var(--gep-secondary-color);
    color: var(--gep-white-color);
}
.venue-card{
    border: solid 1px var(--gep-dark-white-color);
    border-radius: 10px;
    background-color: var(--gep-off-white-color);
}
.stars{
    color: #ffcda5;
    font-size: 16px;
}
.organizer-card{
    border-radius:10px;
    border: solid 1px var(--gep-dark-white-color);
}
.organizer-img {
    width: 100%;
    height: 100px;
    background-color: var(--gep-off-white-color);
    border-radius: 8px;
    border: solid 1px var(--gep-dark-white-color);
}
.organizer-img img{
    width: 80%;
    object-fit: cover;
}
#logoCarousel {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.custom-indicators {
    position: absolute;
    bottom: 20px;
}
.custom-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--gep-white-color);
    opacity: 0.6;
    border: none;
}
.custom-indicators .active {
    opacity: 1;
    background-color: var(--gep-primary-color);
}
.carousel-inner {
    direction: rtl;
}
.carousel-item {
    direction: ltr;
}
.blog-card {
    background: var(--gep-white-color);
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0);
    border: solid 1px var(--gep-off-white-color);
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    aspect-ratio: 1/.6;
    object-fit: cover;
    transition: 0.4s ease;
}
.blog-card:hover .blog-img img {
    transform: scale(1.05);
}
.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gep-primary-color);
    color: var(--gep-white-color);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
}
.blog-content {
    padding: 20px;
}
.blog-date a{
    color: var(--gep-secondary-color);
}
.blog-title a{
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--gep-secondary-color);
}

.blog-desc {
    color: #666;
    margin-bottom: 15px;
}

.blog-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--gep-primary-color);
    text-decoration: none;
}
.footer-logo{
    width: 200px;
    max-width: 100%;
}
.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gep-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gep-white-color);
    transition: 0.3s ease;
    font-size: 16px;
    text-decoration: none;
}
.social-icon:hover {
    color: var(--gep-white-color);
    background: var(--gep-primary-color);
}
.footer-links a {
    color: var(--gep-secondary-color);
    transition: 0.3s ease;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.title-bar-wrapper{
    background-size: cover !important;
    background-position: center !important;
}
.custom-breadcrumbs li.active{
    color: var(--gep-white-color);
}
.custom-breadcrumbs li a{
    color: var(--gep-primary-color);
    transition: 0.3s ease;
}
.custom-breadcrumbs li a:hover{
    color: var(--gep-white-color);
}
.custom-breadcrumbs .breadcrumb-item+.breadcrumb-item::before{
    color: var(--gep-white-color);
}
.filter-row{
    border-radius: 8px;
    border: solid 1px var(--gep-dark-white-color);
}
.custom-select-design-sort{
    width: auto;
    box-shadow: none !important;
    outline: none !important;
    border: solid 1px var(--gep-dark-white-color) !important;
    background-color: var(--gep-white-color);
    border-radius: 6px !important;
    max-width: 150px !important;
}
.event-card{
    border-radius:10px;
}
.event-title a{
    color: var(--gep-black-color);
    transition: all .3s ease;
}
.event-title a:hover{
    color: var(--gep-primary-color);
}
.event-sponsored{
    color: var(--gep-primary-color);
    font-size: 15px;
}
.event-list-location{
    color: var(--gep-secondary-color);
    transition: all .3s ease;
}
.event-list-location:hover{
    color: var(--gep-primary-color);
}
.event-logo{
    width:70px;
    max-width: 70px;
    height: 70px;
    border-radius: 5px;
    border: solid 1px var(--gep-dark-white-color);
    padding: 5px;
}
.event-logo img{
    width: 100%;
    object-fit: contain;
}
.event-badge{
    border-radius: 5px;
    border: solid 1px var(--gep-dark-white-color);
    background-color: var(--gep-off-white-color);
    padding: 5px 10px;
    color: var(--gep-black-color);
    transition: all .3s ease;
}
.event-badge:hover{
    background-color: var(--gep-primary-color);
    color: var(--gep-white-color);
    border: solid 1px var(--gep-primary-color);
}
.event-list-button{
    color: var(--gep-secondary-color);
    position: relative;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.event-list-button:hover {
    color: var(--gep-primary-color);
}
.event-list-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: var(--gep-primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.event-list-button:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.event-list-button::after {
    transition: transform 0.35s ease;
}
.event-list-button:not(:hover)::after {
    transform: scaleX(0);
    transform-origin: right;
}
#adCarousel .carousel-item img, #adCarousel{
    border-radius: 15px !important;
    overflow: hidden !important;
}
.contractor-card{
    background-color: var(--gep-secondary-color);
    border-radius: 10px;
}
.contractor-title a{
    color: var(--gep-white-color);
    transition: all .3s ease;
}
.contractor-title a:hover{
    color: var(--gep-primary-color);
}
.contractor-service{
    display: inline-block;
    background-color: var(--gep-primary-color);
    color: var(--gep-white-color);
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 1px var(--gep-primary-color);
    transition: all .3s ease;
}
.contractor-list-button{
    color: var(--gep-primary-color);
    position: relative;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.contractor-list-button:hover {
    color: var(--gep-white-color);
}
.contractor-list-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: var(--gep-primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.contractor-list-button:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.contractor-list-button::after {
    transition: transform 0.35s ease;
}
.contractor-list-button:not(:hover)::after {
    transform: scaleX(0);
    transform-origin: right;
}
.gep-pagination .page-link{
    border: none;
    margin: 0 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gep-secondary-color);
    background: var(--gep-off-white-color);
    border: solid 1px var(--gep-dark-white-color);
    transition: 0.3s ease;
    width: 40px;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
}
.gep-pagination .page-link:hover{
    background: var(--gep-primary-color);
    color: var(--gep-white-color);
}
.gep-pagination .page-item.active .page-link{
    background: var(--gep-primary-color);
    color: var(--gep-white-color);
}
.gep-pagination .page-item.disabled .page-link{
    background: var(--gep-off-white-color);
    color: var(--gep-secondary-color);
}
.gep-filter-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.4);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:1040;
}
.gep-filter-panel{
    position:fixed;
    top:0;
    left:-320px;
    height:100vh;
    width:300px;
    background:var(--gep-white-color);
    z-index:1050;
    transition:0.35s ease;
    display:flex;
    flex-direction:column;
    border-right:1px solid var(--gep-dark-white-color);
}
.gep-filter-panel.active{
    left:0;
}
.gep-filter-overlay.active{
    opacity:1;
    visibility:visible;
}
/* Mobile */
@media(max-width:768px){
    .gep-filter-panel{
        width:90%;
        left:-90%;
    }
}
.gep-filter-header{
    padding:18px 20px;
    border-bottom:1px solid var(--gep-dark-white-color);
}
.filter-close{
    border:none;
    background:none;
    font-size:18px;
}
.gep-filter-tabs{
    overflow:auto;
    flex:1;
}
.filter-tab{
    border-bottom:1px solid var(--gep-dark-white-color);
}
.filter-tab-title{
    padding:15px 20px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
}
.filter-tab-content{
    display:none;
    padding:0px 20px 10px 20px;
}
.filter-tab.active .filter-tab-content{
    display:block;
}
.filter-search input{
    width:100%;
    border:1px solid var(--gep-dark-white-color);
    background-color: var(--gep-off-white-color);
    padding:8px 10px;
    border-radius:10px;
    margin-bottom:10px;
    box-shadow: none !important;
    outline: none !important;
}
.filter-list{
    max-height:300px;
    overflow:auto;
}
.filter-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:6px 0;
    font-size:14px;
}
.filter-item input{
    margin-right:8px;
}
input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid var(--gep-dark-white-color);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}
input[type="checkbox"]:checked{
    background: var(--gep-primary-color);
    border-color: var(--gep-primary-color);
}
input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid var(--gep-white-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.filter-view-more{
    border:none;
    background:none;
    color:var(--gep-white-color);
    margin-top:10px;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: var(--gep-primary-color);
    transition: all .3s;
}
.filter-view-more:hover{
    background-color: var(--gep-secondary-color);
    color: var(--gep-white-color);
}
.filter-item.parent{
    font-weight:600;
}
.filter-children{
    padding-left:22px;
}
.filter-item.child{
    font-size:13px;
    color:var(--gep-secondary-color);
}
.blog-title-bar{
    min-height:600px
}
.blog-detail-category{
    background-color: var(--gep-primary-color);
    color: var(--gep-white-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.custom-breadcrumbs.light li.active{
    color: var(--gep-secondary-color);
}
.custom-breadcrumbs.light li a{
    color: var(--gep-primary-color);
    transition: 0.3s ease;
}
.custom-breadcrumbs.light li a:hover{
    color: var(--gep-secondary-color);
}
.custom-breadcrumbs.light .breadcrumb-item+.breadcrumb-item::before{
    color: var(--gep-secondary-color);
}
.event-detail-title-bar{
    min-height: 200px;
}
.event-detail-header{
    margin-top: -100px;
    background-color: var(--gep-white-color);
    min-height: 200px;
    border: solid 1px #DDD;
    border-radius: 15px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.15);
}
.event-detail-header .event-logo-wrapper{
    width: 90px;
    height: 90px;
    background-color: var(--gep-off-white-color);
    border-radius: 10px;
    border: solid 1px var(--gep-dark-white-color);
    padding: 5px;
}
.avatar{
    width:40px;
    height:40px;
    border-radius:5px;
    background:var(--gep-off-white-color);
    display:flex;
    border: solid 1px var(--gep-dark-white-color);
    align-items:center;
    justify-content:center;
    margin-right:7px;
}
.avatar img{
    width:100%;
    height:100%;
    border-radius:50%;
}
.followers-count{
    color:var(--gep-primary-color);
}
.event-detail-content-wrapper{
    background-color: var(--gep-white-color);
    overflow: hidden;
    border: solid 1px #DDD;
    border-radius: 15px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.15);
}
.venue-img{
    width: 300px;
    height: 300px;
    background-color: var(--gep-off-white-color);
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px var(--gep-dark-white-color);
}
.venue-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.venue-img.alt{
    padding: 20px;
}
.venue-img.alt img{
    height: auto;
    max-height: 100%;
}
