/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.15.1764555598
Updated: 2025-12-01 02:19:58

*/

:root {
  --container: min(1140px, 100%);
}

.no-u a {
    text-decoration: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.dd-mixed-grid {
    --_dd-content-max-width: var(--dd-content-max-width,1140px);
    --_dd-col1-pct: var(--dd-col1-pct, 50); /**col 1 percentage **/
    --_dd-gap: var(--dd-gap, 30px); /* Gap between columns */
    --_dd-gutter: var(--dd-gutter, 10px); /* Outer gutter width */
    --dd-col1-width: min((var(--_dd-col1-pct) * (100% - var(--_dd-gap) - 2*var(--_dd-gutter)) / 100), (var(--_dd-col1-pct) * (var(--_dd-content-max-width) - var(--_dd-gap)) / 100));
    --dd-col2-width: min(((100 - var(--_dd-col1-pct)) * (100% - var(--_dd-gap) - 2 * var(--_dd-gutter)) / 100), ((100 - var(--_dd-col1-pct)) * (var(--_dd-content-max-width) - var(--_dd-gap)) / 100));
    --dd-grid-cols: [full-start col1-full-start] minmax(var(--_dd-gutter), 1fr) [col1-start content-start] var(--dd-col1-width) [col1-end col1-full-end gap-start] var(--_dd-gap) [gap-end col2-start col2-full-start] var(--dd-col2-width) [col2-end content-end] minmax(var(--_dd-gutter), 1fr) [col2-full-end full-end];
    display: grid;
    column-gap: 0;
    grid-template-columns: var(--dd-grid-cols);
    grid-auto-flow: row dense;
    width: 100%;
    max-width: min(100%, var(--dd-body-max-width));
    padding-inline: 0;
/*    align-items: stretch;*/
}

.dd-mixed-grid:where(.dd-mixed-grid) > :where(div, p, figure, img, h1, h2, h3, h4) {
    grid-column: content;
}
.dd-mixed-grid__col1 {
    grid-column: col1;
}
.dd-mixed-grid__col2 {
    grid-column: col2;
}
.dd-mixed-grid__col1--full {
    grid-column: col1-full;
}
.dd-mixed-grid__col2--full {
    grid-column: col2-full;
}
.dd-mixed-grid__content {
    grid-column: content;
}
.dd-mixed-grid__full {
    grid-column: full;
}
@media (max-width: 767px) {
    .dd-mixed-grid > :is(.elementor-element, div, section, article, aside, nav, figure, img, p, h1, h2, h3, h4, h5, h6) {
        grid-column: content;
    }
}

@media (min-width: 1140px) {
    .swiper:has(.ev-custom-cursor){
        overflow: visible;
    }
}

/** footer **/
.chaty-i-trigger .chaty-channel {
    bottom: 70px !important;
    right: 0 !important;
}

div#ast-scroll-top {
    border: 2px solid #FE3834;
}

.footer-border.animate-border:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	border-top: solid 1px #FCAC4C;
	animation: borderAnim 3s linear forwards;
}

@keyframes borderAnim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

.home .footer-breadcrumb {
/*    visibility: hidden;*/
    display: none;
}

.home .footer-info {
    padding-top: 100px !important;
}

.footer-breadcrumb .hfe-breadcrumbs-home-icon {
	margin: 0 !important;
}

@media (max-width: 767px) {
    .footer-breadcrumb  .hfe-breadcrumbs-home-icon svg {
        height: 26px;
        width: 18px;
    }

    .chaty-channel .chaty-svg {
        width: 52px !important;
        height: 52px !important;
    }

    #ast-scroll-top {
        width: 43px !important;
        height: 43px !important;
        font-size: 20px !important;
    }
}

ul.hfe-breadcrumbs {
    display: flex;
    flex-wrap: wrap;    
    gap: 10px 0;       
}

ul.hfe-breadcrumbs li {
    display: flex;
    align-items: center; 
    justify-content: center;
}

.ev-footer-menu a {
    font-weight: inherit !important;
    font-family: inherit !important;
}
/** end of footer **/

/** main menu **/
/** circle animation **/
.ue_menu_wrapper .menu-bar-bg {
    position: absolute;
    top: 25px;
    left: 25px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #000;
    z-index: -1;

    width: var(--circle-size, 0);
    height: var(--circle-size, 0);
    transition: width 0.8s ease, height 0.8s ease;
}

.outer-menu.js-toggled .ue_menu_wrapper .menu-bar-bg {
    --circle-size: 200vw; 
}

@media (max-width: 1064px) {
    .ue_menu_wrapper .menu-bar-bg {
        left: 10px;
    }

    .outer-menu.js-toggled .ue_menu_wrapper .menu-bar-bg {
        --circle-size: 500vw; 
    }
}

.ue_menu_wrapper .menu-bar-elem {
    position: fixed;
    top:0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s linear 0.5s;
}

.outer-menu.js-toggled .ue_menu_wrapper .menu-bar-elem {
    width: 100vw;
    height: 100vh;
    opacity: 1;
}

.outer-menu.js-toggled .ue_menu_wrapper .menu-bar-elem::after {
    content:'';
    position: absolute;
    width: 889px;
    height: 704px;
    background: url(https://eventive.sg/wp-content/uploads/2025/12/ev-bg-03.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media (max-width: 767px) {   
    .outer-menu.js-toggled .ue_menu_wrapper .menu-bar-elem::after {
        top: 100px;
        right: -90px;
    }
}

@media (min-width: 768px) {   
    .outer-menu.js-toggled .ue_menu_wrapper .menu-bar-elem::after {
        bottom: 30%;
        left: calc((100vw - 1366px)/2 - 30px);
    }
}

@media (min-width: 1025px) {   
    .outer-menu.js-toggled .ue_menu_wrapper .menu-bar-elem::after {
        bottom: -70px;
    }
}

.outer-menu.js-toggled .menu-bar-elem-inner::after {
    content:'';
    position: absolute;
    bottom: 15%;
    left: calc((100vw - 1366px)/2 + (1366px * 0.4));
    width: 131px;
    height: 131px;
    background: url(https://eventive.sg/wp-content/uploads/2025/12/ev-element-09.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    animation: spin 6s linear infinite;
}

.outer-menu.js-toggled .menu-bar-elem-inner::before {
    content:'';
    position: absolute;
    bottom: 7%;
    right: calc((100vw - 1366px)/2 + (1366px * 0.0));
    width: 337px;
    height: 349px;
    background: url(https://eventive.sg/wp-content/uploads/2025/12/ev-element-10.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    animation: spin 6s linear infinite;
}

.outer-menu.menu-opened {
    z-index: unset !important;
}

.outer-menu.menu-opened .ue_menu > div > div > div {
    max-width:min(100vw, 1140px) !important;
}

.uc_animated_hamburger_icon {
	background-color: transparent !important;
}

@media (max-width: 1024px) {   
    .ue_inner_menu-box {
        padding: 0 30px;
        margin-top: 120px !important;
    }
}

/** sub menu **/
/*@media (min-width: 1025px) {
    ul#menu-primary, ul.sub-menu {
        width: min(50vw, 570px);
        height: 100% !important;
    }
}*/

ul.sub-menu {
    position: absolute;
    left: 50vw;
    top: 0;
}

.menu-back {
    display: none;
    position: absolute;
    left: 0;
    top:  0;
    z-index: 100000001;
    height: 50px;
    align-items: center;
}

.current-page-parent > a {
    color: #FCAC4C !important;
}

@media (max-width: 767px) {

    ul#menu-primary {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    ul.sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.3s ease;
        z-index: 10;
        height: auto;
    }

    /* Submenu visible */
    .outer-menu.submenu-open ul.sub-menu {
        transform: translateX(-100%); 
        opacity: 1;
        visibility: visible;
    }

    .outer-menu.submenu-back ul.sub-menu {
        transform: translateX(0);
        opacity: 0;
        visibility: hidden;
    }

   /* Slide parent menu left when submenu is open */
   .outer-menu.submenu-open ul#menu-primary > .menu-item {
        visibility: hidden !important;
    }

    .outer-menu.submenu-back ul#menu-primary > .menu-item {
        visibility: visible !important;
    }

    .outer-menu.submenu-open .ev-btn:has(.ev-menu),
    .outer-menu.submenu-back .menu-back{
        display: none;
        pointer-events: none;
    }

    .outer-menu.submenu-open .menu-back,
    .outer-menu.submenu-back .ev-btn:has(.ev-menu){
        display: flex;
    }
}

ul#menu-primary li a:hover{
    color: #FCAC4C;
}

/** menu animation **/
.outer-menu .ue_inner_menu {
    transition: opacity 0.4s ease !important;
    opacity: 0;
}

.outer-menu.menu-opened .ue_inner_menu {
    opacity: 1;
}

.outer-menu .sub-menu li span {
    will-change: transform;
    transform: translateY(105%);
    display: block;
    line-height: 1;
    transition: transform cubic-bezier(.2, 1, .23, 1) 2s;

}

.outer-menu .sub-menu[data-collapsed="false"] li span {
    transform: translateY(0);
}

.outer-menu .sub-menu li a {
    overflow: hidden;
    transition: opacity ease-in-out .35s,color ease-in-out .35s !important; 
}

a:focus {
  outline: none;
}

/*@media (min-width: 1024px) {
    .menu-item-has-children > .sub-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    @media (hover: hover) {
        .menu-item-has-children:hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
    }
}*/

/** red/white logo **/
.home .ev-logo,
.home .scrollUp .ev-logo-white,
body:not(.home) .ev-logo-white,
body:has(.search-overlay.active) .ev-logo-white,
body.menu-opened .ev-logo-white{
    display: none;
}

.home .scrollUp .ev-logo,
body:has(.search-overlay.active) .ev-logo,
body.menu-opened .ev-logo{
    display: inline;
}

/** toggle icon **/
.ue_hamburger {
  justify-content: unset !important;
}

.ev-btn {
  position: relative;
}

.ev-menu {
  cursor: pointer;
  position: relative;
}

.ev-menu:before,
.ev-menu:after {
  content: '';
  position: absolute; 
} 

.ev-menu .menu-middle,
.ev-menu:before,
.ev-menu:after {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
}

.ev-menu .menu-middle{
  width: 18px;
  top: 50%;
  margin-top: -2px;
  transition: transform ease-out 0.2s;
}

@media (max-width: 767px) {
    .ev-menu .menu-middle{
      margin-top: 0;
    }
}

.ev-menu:before {
  bottom: 8px;
  transition: bottom 0.2s ease-out 0.2s, transform ease-out 0.2s
}

.ev-menu:after {
  top: 8px;
  transition: top 0.2s ease-out 0.2s, transform ease-out 0.2s
}

.ev-menu.js-toggled .menu-middle {
  width: 25px;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out 0.2s;
}

.ev-menu.js-toggled:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom ease-out 0.2s, transform 0.2s ease-out 0.2s
}

.ev-menu.js-toggled:after {
  top: 0;
  transform: rotate(45deg);
  transition: top ease-out 0.2s, transform 0.2s ease-out 0.2s
}

/** sticky menu **/
.ev-header {
    z-index: 10;
}

header {
  position: fixed !important;
  top: 0;
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  will-change: transform;
}

header.scrollUp {
  transform: translateY(0);
}

body:not(:has(.menu-opened)) header.scrollDown {
    transform: translateY(-100px);
}

header.scrollUp .ev-header {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background .24s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition-property: background,backdrop-filter,-webkit-backdrop-filter;
}

body.menu-opened,
body:has(.search-overlay.active) {
    overflow: hidden;
    height: 100%;
}
/** end of main menu **/

/** button **/
.ev-btn a.elementor-button,
.wpcf7-submit
{
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 40px !important;
    justify-content: center; 
    width: 100%;
}

@media (min-width: 768px) {
    .ev-btn a.elementor-button,
    .wpcf7-submit
    {
        width: fit-content;
    }
}


@media (max-width: 767px) {
    .btn-nobg a{
        padding: 0 !important;
        justify-content: left !important;
    }

    .ast-scroll-to-top-right {
        bottom: 80px !important;
    }

    .chaty-i-trigger .chaty-channel {
        bottom: 110px !important;
        right: 0 !important;
    }
}

.ev-btn .elementor-button-content-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ev-btn.btn-nobg a.elementor-button{
     padding: 0 40px 0 0 !important;
}

.wpcf7-submit,
.ev-btn:not(.btn-nobg) a.elementor-button {
    background: linear-gradient(261deg, #FCAC4C 0%, #FE3834 100%) !important;    
}

.wpcf7-submit:hover, 
.ev-btn:not(.btn-nobg) a.elementor-button:hover{
    background-color: transparent;
    background-image: linear-gradient(262deg, #D0D0D0 0%, #54595F 100%) !important;
    box-shadow: 0px 0px 10px 5px rgba(208, 208, 208, 0.6);
} 

.ev-btn a.elementor-button::after,
.wpcf7-submit::after  
{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    margin-left: 12px;
    transform: rotate(135deg);
    transition: 0.3s ease;
    position: relative;
}

.ev-btn .elementor-button-content-wrapper,
.wpcf7-submit span{
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ev-btn .elementor-button-content-wrapper::before,
.wpcf7-submit span::before {
    content: "";
    position: absolute;
    left: calc(100% + 9px);         
    top: 50%;
    width: 2px;
    height: 0;
    background-color: currentColor;
    transform: translateY(-50%) rotate(-90deg);
    transition: height 0.3s ease;
    margin-left: 12px;
}

.ev-btn a.elementor-button:hover .elementor-button-content-wrapper::before,
 .wpcf7-submit:hover span::before  
{
    height: 20px;
}

.ev-btn a.elementor-button:hover::after,
.wpcf7-submit:hover::after  
{
    margin-left: 24px;
}

/** end of button **/

/** error page **/
body.error404 .ev-search {
    display: none;
}

.error404.ast-separate-container #primary {
	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.error404 .ast-container {
    max-width: unset !important;
    padding: 0 !important;
}

input.hfe-search-form__input {
    padding: 0 !important;
    height: 100%;
    margin: auto;
}

button.hfe-search-submit {
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-width: 25px !important;
    text-align: right;
}

button#clear-with-button {
    right: 40px !important;
}

/** end of error page **/

/** search **/
.ev-search {
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url('https://eventive.sg/wp-content/uploads/2025/12/ev-search-icon.svg') center/contain no-repeat; /* Search icon */
    transition: transform 0.3s ease, background 0.3s ease;
}

body:has(.search-overlay.active) .ev-search {
    background: url('https://eventive.sg/wp-content/uploads/2025/12/ev-close-icon.svg') center/contain no-repeat; /* Close icon */
    transform: rotate(-180deg);
}

/*.search-overlay {
    position: fixed;
    top: 50px;
    left: calc(100vw - ((100vw - 1140px)/2 + (1140px * 0.165)));
    transform: translate(-50%, -50%);
    width: var(--circle-size, 0) !important;
    height: var(--circle-size, 0);
    border-radius: 50%;
    background: #000;
    transition: width 0.8s ease, height 0.8s ease;
    z-index: -1;
    max-width: unset !important;
}
*/
.search-overlay.active {
    --circle-size: 200vw;
}

.search-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #000;
    z-index: -1;

    width: var(--circle-size, 0);
    height: var(--circle-size, 0);
    transition: width 0.8s ease, height 0.8s ease;
}

@media (max-width: 1064px) {
    .search-overlay.active {
        --circle-size: 500vw; 
    }
}

.search-content {
    visibility: hidden;
    position: fixed;
    top:110px;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s linear 0.5s;
}

body:has(.search-overlay.active) .search-content {
    visibility: visible;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    z-index: 10;
    top:110px;
}

.search-content .search-bar-elem {
    position: fixed;
    top:110px;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s linear 0.5s;
}

body:has(.search-overlay.active) .search-content .search-bar-elem {
    width: 100vw;
    height: 100vh;
    opacity: 1;
}

@media (min-width: 768px) {

    body:has(.search-overlay.active) .search-content .search-bar-bg::after {
        content:''; 
        position: absolute;
        top: -155px;
        left: calc((100vw - 1324px)/2 + (1324px * 0.01));
        width: 889px;
        height: 704px;
        background: url(https://eventive.sg/wp-content/uploads/2025/12/ev-bg-04.svg);
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    body:has(.search-overlay.active) .search-content .search-bar-elem::after {
        content:'';
        position: absolute;
        bottom: 60px;
        left: calc((100vw - 1366px)/2 + (1366px * 0.3));
        width: 230px;
        height: 250px;
        background: url(https://eventive.sg/wp-content/uploads/2025/12/ev-element-11.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        animation: spin 6s linear infinite;
    }
    
    body:has(.search-overlay.active) .search-content .search-bar-elem::before {
        content:'';
        position: absolute;
        top: 12%;
        right: calc((100vw - 1366px)/2 - 80px);
        width: 203px;
        height: 203px;
        background: url(https://eventive.sg/wp-content/uploads/2025/12/ev-element-12.svg);
        background-repeat: no-repeat;
        animation: spin 6s linear infinite;
    }
}

@media (max-width: 767px) {
    body:has(.search-overlay.active) .search-content .search-bar-bg::after {
        content:''; 
        position: absolute;
        top: 0;
        right: -30px;
        width: 170px;
        height: 170px;
        background: url(https://eventive.sg/wp-content/uploads/2026/01/ev-mb-04.svg);
        background-repeat: no-repeat;
        background-position: top left; 
    }

     body:has(.search-overlay.active) .search-content .search-bar-elem::before {
        content:'';
        position: absolute;
        top: 55%;
        left: 30px;
        width: 172px;
        height: 149px;
        background: url(https://eventive.sg/wp-content/uploads/2026/01/ev-mb-el06.svg);
        background-repeat: no-repeat;
        animation: spin 6s linear infinite;
    }
}

.search-bar-bg::after,
.search-bar-elem::before,
.search-bar-elem::after {
    pointer-events: none;
}

body:has(.search-overlay.active) .elementor-widget-ucaddon_fullscreen_navigation_menu {
    visibility: hidden;
    opacity: 0;
    pointer-events:none;
}
/** end of search **/

/** search result page **/
.search-title-wrap {
    margin: 40px 0;
    text-align: center;
}

.search-page-wrapper {
    padding: 25px 0;
}

.search-result span {
    font-weight: 900;
}

.search-results .ast-container {
    max-width: unset !important;
    padding: 0;
}

.search-result-wrapper {
    max-width:min(100vw, 1140px);
    margin: auto;
}

.search-result {
    display: flex;
    width: 100%;
    max-width:min(100vw, 1140px);
    margin:  auto;
}

/* @media (max-width: 1024px) and  (min-width: 768px) {
    .search-result {
        margin: 150px 50px;
    }
}
 */

.search-result-wrapper .sr-left {
    width: 25%;
}

.search-result-wrapper .sr-right {
    width: 75%;
    padding-left: 50px;
    border-left: solid 1px #FCAC4C;
}

.search-title h3 {
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.search-item-title {
    display: flex;
    flex-direction: column;
}

.search-item-title a  {
    font-weight: 700;
    color: #FFF !important;
    line-height: 25px;
    font-size: 22px;
}

.search-result-wrapper .search-desc {
    font-size: 18px;
    line-height: 25px;
}

.search-result-wrapper .search-desc span,
.search-result-wrapper  span.search-highlight {
    font-weight: 700;    
}

.search-result-wrapper .sr-right .search-title {
    margin-bottom: 50px;
}

.search-result-wrapper .sr-right .search-title.no-result-title {
    margin-bottom: 30px;
}

.search-result-wrapper .search-item:first-of-type {
    padding-top: 0;
}

.search-result-wrapper .search-item {
    padding: 30px 0;
    border-bottom: solid 1px #707070;
}

.search-result-wrapper .search-item-cat {
    color: #FCAC4C;
    font-size: 16px;
    font-weight:600;
    line-height: 25px;
    margin-bottom: 5px;
}

.search-result-wrapper .search-item-content {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-result ul,
.search-result p,
.search-result span,
.search-result div {
    font-family: "Source Sans Pro", Sans-serif;
}

.no-result span {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.no-result ul {
    margin: 10px 0 1.5em 1em !important;
}

.search-result-wrapper .s-pagination {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-pagination ul.page-numbers {
    margin: 0 !important;
    border-radius: 100px;
}

.s-pagination .page-numbers li {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.s-pagination .page-numbers li:not(:last-child) {
    margin-right: 15px;
}

.s-pagination .page-numbers .pagination-link {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    color: #FFF;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.s-pagination .page-numbers .pagination-link.dots {
    pointer-events: none;
}

.s-pagination  .page-numbers span.pagination-link.current {
    border: 2px solid #FCAC4C;
    color: #fff;
}

.s-pagination div.pagination-prev {
    margin-right: 16px;
}

.s-pagination div.pagination-next {
    margin-left: 16px;
}

a.pagination-next-link, 
a.pagination-prev-link {
    background: transparent linear-gradient(180deg, #FCAC4C 0%, #FE3834 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;       
}
/*
a.pagination-next-link:hover, 
a.pagination-prev-link:hover {
    background-color: #dddddd;
}*/

.s-pagination .arrow {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-top: 2px #FFF solid;
  border-left: 2px #FFF solid;
}

.s-pagination .pagination-prev .disabled,
.s-pagination .pagination-next .disabled {
    pointer-events: none;
}

.search-result:has(.no-result) .s-pagination {
    display: none;
}

span.arrow-right{
  -webkit-transform:rotate(135deg) translate(2px, 2px);
  transform: rotate(135deg) translate(2px, 2px);
}

span.arrow-left{
  -webkit-transform:rotate(315deg) translate(2px, 2px);
  transform: rotate(315deg) translate(2px, 2px);
}

ul.filter-list {
    margin: 0;
}

li.filter-option {
    display: block;
    font-size: 18px;
    line-height: 40px;
}

li.filter-option:hover {
    cursor: pointer;
}

li.filter-option.selected {
    color:#FCAC4C;
}

.search-results div.ast-container {
    padding: 0 !important;
}

@media only screen and (max-width: 1140px) {
    .search-page-wrapper,
    .ast-separate-container #primary {
        padding: 0 30px;
    }   

}

@media only screen and (max-width: 767px) {
    .search-page-wrapper,
    .ast-separate-container #primary {
        padding: 0;
    }
    
    .search-result {
        flex-direction: column;
        gap: 50px;
        margin: 0 0 80px 0;
    }

    .search-result-wrapper .sr-left,
    .search-result-wrapper .sr-right{
        width: 100%;
        border: none;
        padding: 0 30px;
    }

    .search-result-wrapper .search-title h3 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    li.filter-option {
        line-height: 35px;
    }

    .search-result-wrapper .search-item-cat {
        font-size: 16px;
        line-height: 25px;
    }

    .search-item-title h3,
    .search-item-title a {
        font-size: 18px;
        line-height: 25px;
        color: #FFF !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .search-result-wrapper .search-item-content {
        font-size: 18px;
        -webkit-line-clamp: 3;
        margin-top: 10px;
    }

    .search-result-wrapper .search-item {
         padding: 38px 0;
    }

    .search-result-wrapper .s-pagination {
        margin-top: 50px;
    }

    .s-pagination .page-numbers li {
        width: 50px;
        height: 50px;
    }

    .s-pagination .page-numbers .pagination-link {
        font-size: 16px;
        line-height:40px;
    }

    .s-pagination .pagination-prev a,
    .s-pagination .pagination-next a {
        width: 40px;
        height: 40px;
    }

    .s-pagination div.pagination-prev {
         margin-right: 15px;
    }

    .s-pagination div.pagination-next {
         margin-left: 15px;
    }
    
    .s-pagination .arrow {
        width: 10px;
        height: 10px;
    }
}
 

/** end of search result page **/

/** home **/
.ev-h1 div{
    overflow:hidden;
}

@media (max-width: 767px) {
    h1.ev-h1 {
        font-size: 50px;
        line-height: 55px;
    }
}

span.l1,
span.l2  {
    display: inline-block;
    animation: fadeInBottom 0.5s ease-out both;
}

span.l2 {
    animation-delay:0.3s;
}

@keyframes fadeInBottom {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to { 
        transform: translate3d(0, 0, 0);
    }
}

.ev-gradient-text h2,
.ev-gradient-text h3 {
    background-image: linear-gradient(180deg, #FCAC4C, #FE3834);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ev-trusted .uc_logo_marquee_holder {
    width: auto !important;
}


@media (min-width: 768px) {
    .dd-mixed-grid.ev-trusted-right {
        --dd-col1-pct: 57;
    }

    .dd-mixed-grid.ev-trusted-left {
        --dd-col1-pct: 43;
    }

    .ev-trusted-right > div:last-child,
    .ev-trusted-left > div:first-child {
        border-image: linear-gradient(180deg, #FCAC4C 0%, #FE3834 100%);
        border-image-slice: 1;
    }

    .ev-trusted-right > div:last-child {
        border-left: 6px solid transparent;
    }

    .ev-trusted-right > div:last-child .uc_marquee > div {
        animation-direction: reverse;
    }

    .ev-trusted-left > div:first-child {
        border-right: 6px solid transparent;
    }
}

@media (max-width: 767px) {
    .ev-trusted-right > div:last-child .uc_marquee > div {
        animation-direction: reverse !important;
    }
}

.ev-pulse:before,
.ev-pulse:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: linear-gradient(180deg, #FCAC4C 0%, #FE3834 100%);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.ev-pulse {
  position: relative;
  z-index: 0;
}

 .ev-pulse-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
   animation: spinZ 20s linear infinite; 
  text-align: center;
}

.ev-pulse-text text {
    fill: #FFF;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
}

@keyframes spinZ {
  from { transform: rotateZ(360deg); }
  to   { transform: rotateZ(0deg); }
}

@media (min-width: 768px) {
  .ev-pulse:before {
      width: 170px;
      height: 170px;
  }
  
  .ev-pulse:after {
    width: 210px;
    height: 210px;
  }

  .ev-pulse-text {
    width: 200px;
    height: 200px;
  }

  .ev-pulse-text text {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .ev-pulse:before {
      width: 130px;
      height: 130px;
  }
  
  .ev-pulse:after {
    width: 160px;
    height: 160px;
  }

  .ev-pulse-text {
    width: 150px;
    height: 150px;
  }

  .ev-pulse-text text {
    font-size: 18px;
    font-weight: 500;
  }
}

.ev-services-swiper .swiper-wrapper,
.ev-event-swiper .swiper-wrapper,
.ev-about-services-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
}

.ev-services-swiper .swiper-slide,
.ev-event-swiper .swiper-slide,
.ev-about-services-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0 !important;
}

.ev-services-swiper .swiper-pagination,
.ev-event-swiper .swiper-pagination,
.ev-about-services-swiper .swiper-pagination {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background: #CBCBCB !important;
    opacity: 1 !important;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ev-services-swiper .swiper-pagination,
    .ev-event-swiper .swiper-pagination,
    .ev-about-services-swiper .swiper-pagination {
        gap: 20px;
    }

    .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
    }
}

.swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 70px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #FCAC4C;
    animation: slide-progress 2s cubic-bezier(.3,0,.3,1) forwards;
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .ev-event-swiper .swiper-pagination {
        display: flex !important;
        justify-content: center;  
        align-items: center;      
        left: 50% !important;
        bottom: 0;
        transform: translateX(-50%);
        width: auto;             
    }
}

@media (min-width: 768px) {
    .ev-event-swiper .swiper-pagination {
/*        bottom: 120px !important;*/
        bottom: 0;
    }
}


/*.swiper.paused .swiper-pagination-bullet-active::before {
    animation-play-state: paused !important;
}

.swiper:not(.paused) .swiper-pagination-bullet-active::before {
    animation-play-state: running !important;
}*/

.ev-services-wrapper * {
    text-decoration: none !important;
}

.ev-services-swiper .swiper-pagination {
    max-width: 1140px !important;  
    width: 100%;                 
    position: absolute;            
    bottom: 100px !important;     
    left: 50% !important;                 
    transform: translateX(-50%);    
    text-align: left;            
}

@media (max-width: 1024px) {
    .ev-services-swiper .swiper-pagination {
        display: flex;
        justify-content: center;  
        align-items: center;      
        left: 50%;
        transform: translateX(-50%);
        width: auto;             
    }
}

/*.ev-services-swiper span  {
    display: inline-block;
    animation: fadeInBottom 0.5s ease-out both;
}*/

/*.ev-services-swiper div:has(span.fixed)  {
    overflow: hidden;
}*/

.custom-cursor {
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        rgba(252, 172, 76, 0.7) 0%,
        rgba(254, 56, 52, 0.7) 100%
    );
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center; 
    justify-content: center;
}

.custom-cursor span {
    display: inline-block;
    font: 600 16px "Inter";
    line-height: 25px;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.ev-custom-cursor {
    position: absolute;
    top:0;
    pointer-events: none;
    transform: translate(-70%, -80%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.ev-custom-cursor.is-visible {
    opacity: 1;
}

.ev-services-swiper:hover .ev-custom-cursor {
  z-index: 1;
}

.scroll-float-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.scroll-float-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

/** end of home **/

/** rotating bg **/
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ev-rotate {
  animation: spin 6s linear infinite; 
}

/** end of rotating bg **/

/** about us **/
.about-video {
    position:relative;
}

.about-video video {
    border-radius: 10px;
}

.about-video-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.about-video:hover .about-video-overlay {
    opacity: 1;
    pointer-events: auto;
    cursor:pointer;
}

.about-video-play-btn svg,
.about-video-play-btn image{
    width: 52px;
    height: 52px;
}

@media (min-width: 768px) {
    .about-video-play-btn svg,
    .about-video-play-btn image{
        width: 80px;
        height: 80px;
    }
}

.ev-about-map:has(.title-hidden) .ev-map-popup:not(:has(.ue-simple-popup-overlay .uc-active)){
    z-index: unset;
}

@media (min-width: 768px) {
    .ev-map-popup .ue-simple-popup-inner {
        position: absolute !important;
        bottom: 100px;
    }
}

@media (max-width: 1024px) {
    .ev-map-title.title-hidden {
        z-index: 0;
    }

    .ev-map-popup .ue-simple-popup-inner {
        position: fixed !important;
        top: 50%;
        left: 50%;
    }

    .ev-map-popup .ue-simple-popup-overlay.uc-active .ue-simple-popup-inner {
        transform: translate(-50%, -50%);
    }
}


.ev-map-popup .ue-simple-popup-overlay {
    position: relative !important;
    height: 0;
    width: 0 !important;
    padding: 0 !important;

}

.ev-map-popup .ue-simple-popup-close:focus {
    outline: none !important;
}

.ev-map-popup .ue-simple-popup-overlay.uc-active {
    background: none !important;
}

.ev-map-popup .ue-simple-popup-inner,
.ev-map-popup:has(.uc-active) {
    pointer-events: none;
}

.ev-map-popup .ue-simple-popup-inner .ue-simple-popup-close {
    pointer-events: auto;
}

@media (min-width: 1025px) {
    .ev-map-container:has(.ue-simple-popup-overlay.uc-active) .ue-simple-popup-trigger {
        font-size: 35px;
        width: 50px;
        height: 50px;
    }
}

.ev-map-container .ue-simple-popup-trigger {
    width: 30px;
    height: 30px;
}

.ev-map-container .ue-simple-popup-btn {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

@media (min-width: 1025px) {
    .about-values {
      position: relative;
      overflow: hidden;
      height: 100vh; 
    }

    .about-values-cards {
      position: absolute;
      max-width: 1140px;
      width: 100%;
      top: 100%;
    }

    .about-button {
      opacity: 0;
      visibility: hidden;
    }

    .about-values,
    .about-values * {
      transition: none;
    }

    .about-card:nth-child(1) {
      animation: rotate-smooth-01 2s ease-in-out infinite alternate;
    }

    .about-card:nth-child(2) {
      animation: rotate-smooth-02 2s ease-in-out infinite alternate;
    }

    .about-card:nth-child(3) {
      animation: rotate-smooth-03 2s ease-in-out infinite alternate;
    }

    @keyframes rotate-smooth-01 {
      from {
        transform: rotate(0def);
      }
      to {
        transform: rotate(5deg);
      }
    }

    @keyframes rotate-smooth-02 {
      from {
        transform: rotate(-5deg);
      }
      to {
        transform: rotate(1deg);
      }
    }

    @keyframes rotate-smooth-03 {
      from {
        transform: rotate(5deg);
      }
      to {
        transform: rotate(-5deg);
      }
    }
}

/** member slider **/
.ev-members-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.ev-members {
    display: flex;
    gap: 50px;
    height: 100%;
/*    overflow: hidden;*/
}

.ev-members-left,
.ev-members-right {
  will-change: transform;
}

.ev-members .bg-wrapper {
    border-radius: 50%;
}

.ev-members .member {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.ev-members-right .member {
    display: flex;
    gap: 0;
    margin-bottom: 50px;
    align-items: center;
}

.ev-members .details {
    margin-left: -60px;
}

.ev-members .details h3{
    color: #FFF;
    font-size: 50px;
}

.ev-members .details p{
    font-family: "Source Sans Pro";
    font-weight: 600;
    color: #FFF;
    font-size: 22px;
}

.ev-members-btn {
  height: 80px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
}

.ev-members-prev, .ev-members-next{
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-top: 3px #FCAC4C solid;
  border-left: 3px #FCAC4C solid;
}

.ev-members-prev{
  -webkit-transform:rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}

.ev-members-next{
  -webkit-transform:rotate(225deg) translate(2px, 2px);
  transform: rotate(225deg) translate(2px, 2px);
}

.ev-members-btn:has(.ev-members-prev) {
  transform: translate(-50%, 40px);
}

.ev-members-btn:has(.ev-members-next) {
  transform: translate(-50%, -170px);
}

/*.member.swiper-slide {
    min-height: 354px;
}*/

.member.swiper-slide {
    height: 354px;
}

.member.swiper-slide .details {
    opacity:0;
}

.member.swiper-slide-active .details {
     opacity:1;
}

.ev-members-left {
  transform: translateY(-250px); 
}

.member.swiper-slide:not(.swiper-slide-active) .bg-wrapper {
    background: #707070 !important;
}

/** end of member slider **/
/* .about-map {
      background: url('https://eventive.sg/wp-content/uploads/2025/12/APAC-map.svg') no-repeat;
      background-size: 100%;
      transition: background-size 0.5s ease;
      width: 100%;
      max-width:min(100vw, 1140px);
      height: 563px;
      margin: auto;
    }
    .about-map::after {
        content: "";
        position: absolute;
        inset: 0; 
        background: linear-gradient(90deg,#000 0%, rgba(255,255,255,0) 60%);
        pointer-events: none;
    }
*/
.about-map::after {
      content: "";
      position: absolute;
      inset: 0;
     pointer-events: none;
}

.about-map {
      position: relative;
      background: url('https://eventive.sg/wp-content/uploads/2025/12/APAC-map.svg') no-repeat;
      width: 100%;
      margin: auto;
      transition: background-size 0.5s ease;
      overflow: hidden; 
      box-shadow:  inset 0px 0px 40px 20px #000;
}

@media (min-width: 1025px) {

    .about-map {
      max-width:min(100vw, 1140px);
      height: 563px;
    }
    
    .about-map::after {
        background: linear-gradient(90deg,#000 0%, rgba(255,255,255,0) 60%);
    }
}


@media (max-width: 1024px) {
    .about-map {
      background-position: 90% 50%;   
      height: 508px;
    }

  .about-map::after {
      background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 60%);
  }
}
/** end of about us **/

/** services page **/
.ev-about-services-swiper div:has(p) {
    margin: auto !important;
}

.ev-about-services-swiper:hover .ev-custom-cursor {
  z-index: 10;
}

.ev-about-services-swiper .swiper-pagination {
    bottom: 25px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto;
}

/*@media (max-width: 767px) {
    .ev-about-services-swiper .swiper-pagination {
        left: 38% !important;
    }
}*/

.ev-blinking:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: linear-gradient(180deg, #FCAC4C 0%, #FE3834 100%);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.ev-blinking:before {
    width: 70px;
    height: 70px;
}

@media (max-width: 767px) {
    .ev-blinking:before {
        width: 50px;
        height: 50px;
    }
}

.ev-flow-line {
    position: absolute;
    width: 0;
    height: 1px;
    background: #FCAC4C;
}

.ev-flow:nth-of-type(odd) .ev-flow-line {
    left: 0;
}

.ev-flow:nth-of-type(even) .ev-flow-line {
    right: 0;
}

.ev-flow-text {
  opacity: 0;
  transform: translateY(20px);
}

.mob-event-flow h3 {
    display: flex;
    gap: 5px;
}

/** end of services page **/

/** contact form **/
.contact-form input,
.contact-form textarea,
.contact-form select{
    box-shadow: none;
    border: none;
    border-radius: 10px;
    color: #FFF;
    background: #171717;
    height: 70px;
    padding: 23px 30px !important;
    font-size: 20px !important;
    line-height: 25px;
    font-family: 'Source Sans Pro';
}

.contact-form *:not(.contact-form select, .wpcf7-submit):focus {
    background: #171717 !important;
    border: none !important;
    color: #FFF !important;
}

.contact-form *::placeholder,
.contact-form select{
    color: #A3A3A3 !important;
    text-transform: uppercase;  
}

.contact-form .submit-btn button.wpcf7-submit {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    font-weight: 500;
}

.contact-form .consent span {
    margin: 0!important;
    font-size: 18px !important;
    line-height: 25px;
    color: #FFF;
    font-family: 'Source Sans Pro';
}

.contact-form input[type="checkbox"] {
    background: #6C6C6C!important;
    border-radius: 5px!important;
    outline: none;
    cursor: pointer;
}

.contact-form .submit-btn {
  text-align: center;
  margin-top: 8px;
}

.contact-pg .contact-form .submit-btn {
  text-align: left;
}

.submit-btn p {
    margin: 0 !important;
}

.contact-form .consent p {
  margin:0 !important;
}

.consent input[type="checkbox"] {
  opacity: 0; 
  position: absolute;
  width: 30px;
  height: 30px;
}

.consent .wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #6C6C6C;
  border-radius: 5px;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  flex-shrink: 0;
}

.consent input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: '\2713'; 
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consent .wpcf7-list-item-label {
  display: inline-flex;
}

.select2-container--default .select2-selection--single,
.select2-selection.select2-selection--single {
    height: 70px !important;
    border-radius: 5px !important;
    border: unset !important;
    background-color: #171717 !important;
}

.select2-container--open .select2-dropdown--above {
    padding: 0;
    border: unset !important;
    margin-top: -10px !important;
}

.select2-container--open .select2-dropdown--below {
    padding: 0;
    border: unset !important;
    margin-top: 10px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 23px 30px !important;
    color: #A3A3A3 !important;
    text-transform: uppercase;
    background: #171717;
    border-radius: 5px;
    max-width: 90%;
}

.select2-search--dropdown {
    display: none !important;
}

.select2-results__option {
    padding: 15px 30px !important;
}

.select2-dropdown {
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px !important;
    right: 30px !important;
}

span.select2-selection__arrow::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 18px;
    background: url("https://eventive.sg/wp-content/uploads/2026/01/dropdown-arrow.png");
    background-repeat: no-repeat;
    vertical-align: -50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
   background: #171717 !important;
}


ul.select2-results__options li {
    background: #171717;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 23px 30px;
    color: #A3A3A3 !important;
    text-transform: uppercase;
}

.contact-form.row.form-row p{
    margin: 0;
}

.contact-form .field{
    margin-bottom : 30px;
}

@media (max-width: 767px) {
    .contact-form .field{
        margin-bottom : 20px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
      }

    .contact-form input,
    .contact-form textarea,
    .contact-form select{ 
        height: 60px !important;
        padding: 18px 25px !important;
        font-size: 18px !important;
    }

    .contact-form .consent span {
        font-size: 16px !important;
        line-height: 20px;
    }

    .contact-form .submit-btn {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 0;
      width: 100%;
    }

    .contact-pg .contact-form .submit-btn {
      margin-bottom: 80px;
    }
    
    .consent .wpcf7-list-item-label::before {
      width: 20px !important;
      height:20px;
    }

    .select2-container--default .select2-selection--single,
    .select2-selection.select2-selection--single {
        min-height: 60px !important;
        height: 100% !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        text-overflow: unset;
        font-size: 18px;
        padding: 18px 25px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 12px !important;
        right: 25px !important;
    }

    ul.select2-results__options li {
        font-size: 18px;
        padding: 18px 25px !important;
  
    }
}

@media (min-width: 768px) {
    .contact-form .inner-row {
      display: flex; 
      gap: 30px;
    }

    .contact-form .inner-row > div {
      flex: 1;
    }
}

.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0 !important;
}
/** end of contact form **/

/** services inner page **/
.ev-services-scroll *  {
  transition: none !important;
}

@media (min-width: 1140px) {
    .ev-services-sticky {
        height: 100% !important;
        position: sticky;
        top: 100px;
    }

    .ev-services-cards .card:nth-of-type(2) {
        transform: translate(-110%, -5%) rotate(-5deg);
    }

    .ev-services-cards .card:nth-of-type(3) {
        transform: translate(-220%, 0%) rotate(-12deg);
    }

}

.ev-services-inner:has(.work-gallery-swiper),
.ev-about-services-swiper,
.ev-event-swiper,
.ev-services-swiper,
  {
    overflow: hidden !important;
}

.ev-services-inner ul {
    padding-left: 24px; 
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 10px;
}

.ev-services-inner li {
    list-style: none;
    position: relative;
}

.ev-services-inner li::before {
    content: '•'; 
    font-size: 40px;        
    position: absolute;
    left: -24px;           
    top: -3px;                 
    color: #FCAC4C;
}

.highlighted-h1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--content-width);
    max-width: min(var(--content-width), 100vw);
    pointer-events: none;
    font-family: "Inter", Sans-serif;
    font-size: 110px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 110px;
    color: #FCAC4C;
    clip-path: inset(100% 0 0 0);
}

@media (max-width: 1140px) {
    .highlighted-h1 {
        padding: 0 30px;
        font-size: 90px;
        line-height: 90px;

    }
}

/** end of services inner page **/

/** contact page **/
.ev-career .e-n-accordion-item {
  border-bottom: 1px solid #707070;
}

.ev-career .e-n-accordion-item ul {
  margin-top: 0 !important;
}

.ev-career .e-n-accordion-item summary {
  padding: 10px 0 !important;
  display: flex;
  align-items: center;
}

.ev-career summary.e-n-accordion-item-title {
  justify-content: space-between !important;
}

.ev-career .e-opened svg,
.ev-career .e-closed svg{
    display: none; 
}

.ev-career .e-closed::after,
.ev-career .e-opened::after {
    content: "";
    display: inline-block;
    width: 25px;            
    height: 12px;    
    transform: translateY(3px);
    background-image: url("https://eventive.sg/wp-content/uploads/2026/01/dropdown-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ev-career .e-opened::after {
    transform: rotate(180deg);
}

#map { 
    border-radius: 10px; 
}

#map * {
    z-index:1 !important;
}

@media (min-width: 768px) {
    #map {
      height: 636px; 
    }
}

@media (max-width: 767px) {
  #map {
    height: 400px; 
  }
}

/** end of contact page **/

/** works page **/
/*.ev-works-mq */
.ev-works-bg {
    overflow: hidden;
    position: relative;
}

/*@media (min-width: 768px) {
    .ev-works-bg {
        max-height: 660px;
    }
}

@media (max-width: 767px) {
    .ev-works-bg {
        max-height: 574px;
    }
}*/

/*.ev-works-title{
    transform: translateY(-50%);
}*/

.ev-works-mq *  {
  transition: none !important;
}

.ev-works-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

/*.ev-works-bg .top {
    display: flex;
    position: relative;
    animation: marqueeBtmtoTop 10s linear infinite;
    justify-content: space-around;
    flex-direction: column;
}

.ev-works-bg .bot {
    display: flex;
    position: relative;
    animation: marqueeToptoBtm 10s linear infinite;
    justify-content: space-around;
    flex-direction: column;
}

.ev-works-bg .top,
.ev-works-bg .bot {
    will-change: transform;
}

@keyframes marqueeBtmtoTop {
    0%   { transform: translateY(0%); }
    100% { transform: translateY(-50%); }
}

@keyframes marqueeToptoBtm {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0%); }
}*/
.ev-works-bg {
    flex-direction: row !important;
}

.ev-works-bg .uc_marquee > div {
    flex-direction: column !important;
}

.ev-works-bg .col .uc_marquee > div {
    animation: marqueeToptoBtm 20s linear infinite !important; 
}

.ev-works-bg .col.mid .uc_marquee > div {
    animation: marqueeBtmtoTop 20s linear infinite !important; 
}

.uc_logo_marquee_holder {
    width: 100% !important;
}

.ev-works-bg .col img {
    border-radius: 10px;
}

@media (min-width: 768px) {
    .ev-works-bg {
        max-height: 660px;
        gap: 30px;
    }

    .ev-works-bg .col .uc_marquee > div {
        gap: 30px 0;
    }

    .ev-works-bg .col {
        will-change: transform;
        max-width: 33vw !important;
        width: 100%;
    }

    .ev-works-bg .uc-logo-wrapper {
        max-width: 33vw !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .ev-works-bg {
        max-height: 574px;
        gap: 0;
    }

    .ev-works-bg .col .uc_marquee > div {
        gap: 15px 0;
        max-width: calc(50vw - 7.5px) !important;
        width: 100% !important;
    }

    .ev-works-bg .col {
        will-change: transform;
        max-width: calc(50vw - 7.5px) !important;
        width: 100%;
    }

     .ev-works-bg .col.right {
         margin-left: 15px;
     }

    .ev-works-bg .uc-logo-wrapper {
        max-width: 50vw !important;
        width: 100% !important;
    }

    .ev-works-bg .col.right .uc_marquee > div {
        animation: marqueeBtmtoTop 20s linear infinite !important; 
    }
}

@keyframes marqueeBtmtoTop {
    0%   { transform: translateY(0%); }
    100% { transform: translateY(-50%); }
}

@keyframes marqueeToptoBtm {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0%); }
}

.ev-works-ser a {
    text-decoration: none !important;
}

.ev-works-ser .card {
  display: grid;
}

.ev-works-ser .card > * {
  grid-area: 1 / 1; /* overlap */
}

.ev-works-card-b {
    opacity: 0;
}

.ev-works-card-b::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FCAC4C 0%, #FE3834 100%);
    pointer-events: none;
    opacity: 0.9;
}

.ev-works-ser .card:hover .ev-works-card-b {
    opacity: 1;
    cursor: pointer;
}

/*.ev-works-swiper {
    overflow: visible !important;
}

.ev-works-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
}

.ev-works-swiper .swiper-slide {
    width: 350px !important;
    height: 407px !important;
    flex-shrink: 0 !important;
}
*/

/** end of works page **/

/** works inner page **/
@media (min-width: 768px) {
    .ev-work-list {
        height: 100% !important;
        position: sticky;
        top: 100px;
    }

    .ev-work-scroll > div {
        scroll-margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .ev-work-scroll > div {
        scroll-margin-top: 50px;
    }

}

/*.ev-work-list a {
    text-decoration: none !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
} 

.ev-work-list a::after
{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    margin-left: 12px;
    transform: rotate(135deg);
    transition: 0.3s ease;
    position: relative;
}

.ev-work-list a::before  
{
    content: "";
    position: absolute;
    right: 10px; 
    height: 0;
    width: 2px;
    background-color: currentColor;
    transform: rotate(-90deg) translate(0, 0);
}*/

/*.ev-work-list a:hover::before 
{
    height: 20px;
}

.ev-work-list a:hover::after
{
    margin-left: 24px;
}*/

.ev-work-list h3 {
    display: inline-block;
}

.ev-work-list a {
    text-decoration: none !important;
}

.ev-work-list h3::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 20px;
    vertical-align: middle;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(135deg);
    transition: margin-left 0.3s ease;
}

.ev-work-list a::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 0;
    vertical-align: middle;
    transform: rotate(-90deg) translate(0, 0);
    background-color: currentColor;
    transition: height 0.3s ease;
}

.ev-work-list h3:has(a:hover)::after {
    margin-left: 2px;
    border-top: 2px solid #FCAC4C;
    border-left: 2px solid #FCAC4C;
    
}

.ev-work-list a:hover::after {
    height: 20px;
    margin-left: 20px;
}

.ev-work-media .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}

.ev-work-media {
    cursor: grab;
}

.ev-work-media:hover .ev-custom-cursor {
  z-index: 10;
}

.ev-work-media .slide-even {
    margin-top: auto;
}

.ev-work-media .slide-odd {
    margin-bottom: auto;
}

.work-cursor {
    border-radius: 50%;
    background: transparent linear-gradient(270deg, #FCAC4C 0%, #FE3834 100%) 0% 0% no-repeat padding-box;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center; 
    justify-content: center;
}

.work-cursor img {
    width: 40px; 
    height: auto;
}

.ev-leads {
    position: relative;
}

.ev-leads-wrapper {
    height: 0 !important;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.ev-points {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.ev-point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    max-width:min(100vw , 1140px);
}

.ev-point > div {
  opacity: 0;
}
/** end of works inner page **/

/** blogs **/
.ev-blogs-filter {
    margin-bottom: 100px;    
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
    scrollbar-width: none; 
    gap: 22px;
}

.ev-blogs-filter::-webkit-scrollbar {
    display: none;
}

a.ev-filter-item {
    padding: 0 22px;
    color: #A3A3A3;
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 700;
    line-height: 55px;
    text-decoration: none !important;
    flex: 0 0 auto; 
    white-space: nowrap;
}

.ev-blogs-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 0;
    margin-bottom: 50px;
}

a.ev-filter-item.active {
    color: #FCAC4C;
    border-bottom: solid 2px #FE3834;
}

.ev-blog a {
    display: flex;
    gap: 50px;
    text-decoration: none !important;
}

.ev-blog-img {
    width: 40%;
    height: 155px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 10px;
}

.ev-blog-img img,
.ev-blog-info .blog-img img {
    height: 100%;
/*    width: auto;*/
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ev-blog-img img {
   transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
}

.ev-blog:hover {
    cursor: pointer;
}

.ev-blog:hover .ev-blog-img img {
    transform: scale(1.05)
}

.ev-blog-content {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.ev-blog-content .ev-blog-date {
    margin-top: auto;
}

.ev-blog-content .ev-blog-title {
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
    text-overflow: ellipsis;   
    max-width: fit-content;
    margin-top: 20px;
    color: #FFF;
    text-transform: capitalize;
}

.ev-blog-content .cat,
.ev-blog-content .ev-blog-date,
.ev-blog-info .info {
    display: flex;
    gap: 30px;
    text-transform: uppercase;
    color: #A3A3A3;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.ev-blog-info .info .cat,
.ev-blog-info .info .date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ev-blog-content .cat {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ev-blog-content .cat::before,
.ev-blog-info .info .cat::before {
    content: "";
    display: inline-block;
    width: 35px;            
    height: 20px;      
    background-image: url("https://eventive.sg/wp-content/uploads/2026/01/tagging.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ev-blog-info .info .date::before {
    content: "";
    display: inline-block;
    width: 35px;            
    height: 20px;      
    background-image: url("https://eventive.sg/wp-content/uploads/2026/01/date.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ev-blogs-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    --blog-pagination-gap: 16px;
}

.ev-blogs-pagination ul {
    display: flex;
    margin: 0;
    padding-left: 0 !important;
    align-items: center;
}

.ev-blogs-pagination ul li {
    text-decoration: none !important;
    list-style-type: none;
    border-radius: 100px;
    display: flex;
    justify-content: center;    
}

.ev-blogs-pagination .page-numbers {
    width: 100%;
    height: 100%;
    color: #FFF;
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 50%;
    height:60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.ev-blogs-pagination .page-numbers.current {
    border: 2px solid #FCAC4C;
}

.ev-blogs-pagination .pagination-prev {
    margin-right: var(--blog-pagination-gap);
}

.ev-blogs-pagination .pagination-next {
    margin-left:  var(--blog-pagination-gap);
}

.ev-blogs-pagination li.disabled {
    pointer-events: none;
}

.ev-blogs-pagination .page-numbers:hover {
    cursor: pointer;
}

.ev-blogs-inner ul {
    padding-left: 24px; 
}

.ev-blogs-inner li {
    list-style: none;
    position: relative;
}

.ev-blogs-inner li::before {
    content: '•'; 
    font-size: 40px;        
    position: absolute;
    left: -24px;           
    top: -3px;                 
    color: #FCAC4C;
}

.ev-blogs-pagination .pagination-prev,
.ev-blogs-pagination .pagination-next {
    height:50px;
    width: 50px;
}

.ev-blog-info .info {
    margin: 50px 0;
}

.ev-blogs-inner ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 15px;
}

.ev-blogs-inner ul a {
  font-weight: inherit;    
  text-decoration: inherit !important;    
}


.ev-blog-info h1 {
    text-transform: capitalize;
    font-family: 'Source Sans Pro';
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    margin: 0;
}

.ev-blog-share {
    display: flex;
    gap: 15px;
    color: #FF;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.share-icon {
    display: flex;
    gap: 40px;
}

nav.navigation.post-navigation {
    display: none;
}

@media (max-width: 767px) {
    .ev-blogs-filter {
        margin-bottom: 50px;    
        gap: 0;
    }

    a.ev-filter-item {
        font-size: 20px;
    }

    .ev-blogs-listing {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
        margin-bottom: 20px;
    }

    .ev-blog a {
        gap: 15px;
    }

    .ev-blogs-listing > .ev-blog {
        padding-bottom: 30px;
        border-bottom: 1px solid #FCAC4C;
    }

    .ev-blogs-listing > .ev-blog:last-child {
        border-bottom: none;
    }

    .ev-blog-img,
    .ev-blog-img img {
        height: 94px;
    }

    .ev-blog-info .blog-img img {
        width: 100%;
        height: auto;
    }

    .ev-blog-content .ev-blog-title {
        font-size: 18px;
        line-height: 25px;
        -webkit-line-clamp: 3;
        margin-top: 8px;
    }

    .ev-blog-content .cat,
    .ev-blog-content .ev-blog-date,
    .ev-blog-info .info {
        font-size: 16px;
    }

    .ev-blogs-pagination {
        --blog-pagination-gap: 15px;
    }

    .ev-blogs-pagination .page-numbers {
        font-size: 16px;
        height:50px;
        width: 50px;
    }

    .ev-blogs-pagination .pagination-prev,
    .ev-blogs-pagination .pagination-next {
        height:40px;
        width: 40px;
    }

    .ev-blog-info .info {
        margin: 30px 0;
    }

    
    .ev-blog-info h1 {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {

    .ev-blogs-listing > .ev-blog {
        padding-bottom: 50px;
        border-bottom: 1px solid #FCAC4C;
    }

    .ev-blogs-listing > .ev-blog:last-child:nth-child(odd) {
        border-bottom: none !important;
    }
    
    .ev-blogs-listing > .ev-blog:last-child:nth-child(even),
    .ev-blogs-listing > .ev-blog:nth-last-child(2):nth-child(odd) {
        border-bottom: none !important;
    }
    
    .ev-blogs-listing > .ev-blog:nth-child(2n-1) { /* first column */
        padding-right: 40px
    }
    
    .ev-blogs-listing > .ev-blog:nth-child(2n) {   /* second column */
        padding-left: 40px; 
    }

    .ev-blogs-sticky {
        height: 100% !important;
        position: sticky;
        top: 100px;
    }
    
    .ev-blogs-content > div {
        scroll-margin-top: 100px;
    }
}

/** end of blogs **/

/** thank you page **/
body.page-id-2404 .footer-border {
    margin-top: 0px !important;
}