body{
    font-size: 16px;
    line-height: 24px;
    color: #404A62;
    font-family: "Barlow", Sans-serif;
    margin: 0 !important;
    overflow-x: hidden;
    transition: all 0.4s ease-in-out;
}
h1,h2, h3, h4, h5, h6{
    margin: 0 0 10px;
    font-family: "Barlow Condensed", Sans-serif;
}
a{
    text-decoration: none;
    color: #878C91;
    transition: all 0.4s ease-in-out;
}
a:hover{
    color: #878C91;
}
p{
    margin: 0;
    font-family: "Barlow", Sans-serif;
}
*{
    outline: 0 !important;
}
input, textarea{
    font-family: "Barlow", Sans-serif;
}
.container-main {
    max-width: 1340px;
    padding: 0 10px;
    margin: 0 auto;
}
 
.elementor-button svg {
    max-width: 13px;
}
.elementor-button:hover {
    background-color: #000 !important;
    color: #fff !important;
    
}
.theme-btn-style-2 .elementor-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 10px 32px !important;
    background: #000  !important;
    font-style: normal;
    font-size: 16px  !important;
    border-radius: 70px  !important;
    color: #fff  !important;
    border: none;
}
.elementor-button:hover svg path{
    stroke: #fff;
}
span.headingstyle {
    font-weight: 600;
    color: #673091;
}
body.home .site-header {
    background: transparent !important;
}
body:not(.home) .site-header {
    background: #fff;
    box-shadow: 0px 25px 90px 0px rgba(63.99999999999997, 49, 79, 0.12) !important;
}
/* body:not(.home) .site-header  img{
    max-width: 100px;
} */
.site-header.header-white.elementor-element {
    background: #fff !important;
    box-shadow: 0px 25px 90px 0px rgba(63.99999999999997, 49, 79, 0.12) !important;
}
.site-header img{
    transition: 0.4s ease-in-out;
}
.header-white img {
    max-width: 350px !important;
}
.upcoming-events .event_listing {
    background: #fff !important;
}
.upcoming-events .wpem-event-layout-wrapper {
    border: 0 !important;
    border-radius: 20px !important;
    box-shadow: 0px 25px 90px 0px rgba(63.99999999999997, 49, 79, 0.12) !important;
}
.upcoming-events .wpem-event-details {
    padding: 20px 20px 30px !important;
}
.upcoming-events .wpem-event-title h3 {
    color: #404A62 !important;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: 0.02em;
}
.upcoming-events .wpem-main.wpem-event-listings-header {
    display: none;
}
.upcoming-events .wpem-event-date-time-text,
.upcoming-events .wpem-event-location-text {
    font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #404A62;
}
.upcoming-events .wpem-event-banner-img {
    height: 293px !important;
}
.upcoming-events .wpem-event-action-url > * {
    margin:0 0 15px !important;
}
.elementor-post__card {
    box-shadow: 0px 25px 90px 0px rgba(63.99999999999997, 49, 79, 0.12) !important;
}
.elementor-social-icon,
.elementor-social-icon svg path,
.elementor-icon-list-item a,
nav ul li a{
    transition: all 0.4s ease-in-out !important;
}
.elementor-social-icon:hover svg path {
    fill: #fff;
}
.elementor-icon-list-item a:hover,
nav ul li a:hover,
nav ul li.current-menu-item a {
    font-weight: 600 !important;
}
.scroll-down .elementor-button-content-wrapper {
    flex-direction: column-reverse !important;
}
.scroll-down .elementor-button span.elementor-button-text {
    display: block !important;
    transform: rotate(90deg);
    margin-bottom: 50px;
}
.scroll-down svg {
    width: 38px !important;
    height: 101px !important;
}
.scroll-down .elementor-button {
    min-height: 229px;
}
.scroll-down span.elementor-button-icon {
    display: block;
    height: 165px;
}
main.site-main {
    padding-top: 200px;
    padding-bottom: 100px;
}
/*ABOUT US */
.breadcrumbs .home {
    font-weight: 600;
    color: #f26524;
}
.breadcrumbs > * {
    font-size: 20px;
    color: #384259;
}
.breadcrumbs .divider {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    border-top-width: 1px;
    border-color: inherit;
    border-top-style: solid;
    margin: 0 1px;
}
.br-line {
    position: relative;
    overflow: hidden;
    height: 3px;
    width: 76px;
    z-index: 1;
    transition: .5s;
    border-radius: 30px;
}
.br-line.orange{
    background: #000;
}
.br-line.pink{
    background: #000;
}
.br-line.blue{
    background: #000;
}
.br-line:after, .br-line:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 3px;
    height: 3px;
    left: 0;
    z-index: -1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    transition: .5s;
}
@keyframes MOVE-BG{
    0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(60px);transform:translateX(60px)}
}
.upcoming-events form#event_filters {
    display: none;
}
.icon-box .elementor-icon {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.contactus-form button {
    background-color: #61CE7000 !important;
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #404A62 !important;
    padding: 15px 30px 15px 30px !important;
    border: 2px solid transparent !important;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%) !important;
    border-image-slice: 1 !important;
        cursor: pointer;
}
.contactus-form textarea {
    height: 150px;
    resize: none;
}

/*---------- blog single ---------------*/
body.single .site-main h1.entry-title {
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
body.single .site-main .entry-meta a {
    color: #404A62;
}
body.single .site-main .entry-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
body.single .site-main .entry-meta > * {
    font-weight: 500;
    text-transform: capitalize;
}
body.single .site-main .post-thumbnail img {
    width: 100%;
    border-radius: 15px;
    height: 400px;
    object-fit: cover;
}
body.single .site-main #reply-title {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 50px;
    text-transform: capitalize;
    line-height: 60px;
    font-weight: 600;
    color: #673091;
}
body.single .site-main .logged-in-as {
    font-size: 18px;
    margin-bottom: 30px;
}
body.single .site-main .logged-in-as a {
    color: #673091;
    font-weight: 500;
}
.required-field-message,
body.single .site-main #commentform label .required {
    color: red;
}
body.single .site-main #commentform label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
body.single .site-main textarea{
        height: 150px;
    resize: none;
        background-color: #ffffff;
    border-color: #E5E5E5;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    border-radius: 0;
    padding: 20px;
}
body.single .site-main input {
    background-color: #ffffff;
    border-color: #E5E5E5;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    border-radius: 0;
    padding: 12px 20px;
    height: 50px;
    width: 100%;
}
body.single .site-main input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
body.single .site-main p{
    margin-bottom: 20px;
}
body.single .site-main #comments {
    padding-top: 50px;
    margin-top: 30px;
    border-top: 1px solid #e9e9e9;
}
body.single .site-main #comments #respond{
        max-width: 700px;
}
body.single .site-main .comment-form-cookies-consent {
    display: flex;
    gap: 15px;
    align-items: center;
}
body.single .site-main .comment-form-cookies-consent label{
    margin: 0 !important;
}
body.single .site-main .form-submit .submit {
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #404A62 !important;
    padding: 15px 30px 15px 30px !important;
    border: 2px solid transparent !important;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%) !important;
    border-image-slice: 1 !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
        background-color: #fff !important;
    height: auto;
    width: auto;
}
body.single .site-main .form-submit .submit:hover,
body.single .site-main .nav-links a:hover{
        background-color: #f26524 !important;
    color: #fff !important;
    border: 2px solid #f26524 !important;
}
body.single .site-main .nav-links {
    margin: 30px 0 !important;
}
body.single .site-main .nav-links a, button#order_now {
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #404A62 !important;
    padding: 15px 30px 15px 30px !important;
    border: 1px solid #000000 !important;
    /* border-image-slice: 1 !important; */
    cursor: pointer;
    display: inline-block;
}
.wpem-organizer-page-url-button a{
        background-color: #F26524;
}

/*WOCOMMERCE PAGES*/
.woocommerce-page .entry-title {
    color: #F26524;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 60px;
}
.woocommerce-page table th,
.wc-block-cart__totals-title {
    color: #404A62 !important;
    font-family: "Barlow Condensed", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}
.woocommerce-page .wc-block-components-product-name,
.woocommerce-page  .price {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-page .wc-block-components-product-metadata {
    font-size: 16px;
}
.woocommerce-page .wc-block-cart-item__remove-link {
    text-decoration: none !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    color: red !important;
}
.woocommerce-page .wp-element-button {
    background-color: #61CE7000 !important;
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #404A62 !important;
    padding: 15px 30px 15px 30px !important;
    border: 2px solid transparent !important;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%) !important;
    border-image-slice: 1 !important;
    cursor: pointer;
    margin-top: 30px;
}

.woocommerce-page button.wc-block-components-panel__button {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid hsla(0,0%,7%,.11);
}
.woocommerce-page  .wc-block-components-totals-wrapper{
    border-top: 0 !important;
}
.woocommerce-page form#wc-block-components-totals-coupon__form {
    align-items: center;
}
.woocommerce-page form#wc-block-components-totals-coupon__form input {
    height: 58px;
    border-radius: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout input, 
.woocommerce-checkout .wp-block-woocommerce-checkout select, 
.woocommerce-checkout .wp-block-woocommerce-checkout textarea,
.woocommerce-account input, .woocommerce-account textarea {
    border-radius: 0 !important;
    border: 1px solid #E5E5E5 !important;
    outline: 0 !important;
        height: 50px;
}
.woocommerce-checkout .wc-blocks-components-select__container,
.woocommerce-account {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.woocommerce-checkout button.wc-block-components-address-form__address_2-toggle {
    border-radius: 0 !important;
    border: 1px solid #E5E5E5 !important;
    padding: 12px 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce-shop li.product,
body.single-product .related.products li.product{
    margin: 0 !important;
    float: unset !important;
    width: 100% !important;
    border-radius: 15px;
    box-shadow: 0px 25px 90px 0px rgba(63.99999999999997, 49, 79, 0.12) !important;
    padding-bottom: 30px !important;
}

.woocommerce-shop ul.products:before,
body.single-product .related.products  ul.products:before{
    display: none;
}
.woocommerce-shop ul.products,
body.single-product .related.products  ul.products{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.woocommerce-shop .attachment-woocommerce_thumbnail,
body.single-product .related.products li.product .attachment-woocommerce_thumbnail {
    height: 250px !important;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.woocommerce-shop .woocommerce-loop-product__title,
body.single-product .related.products li.product .woocommerce-loop-product__title {
    padding: 0 20px 10px !important;
    font-size: 24px !important;
    color: #404A62;
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 75px !important;
    transition: all 0.4s ease-in-out;
}
.woocommerce-shop .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,
body.single-product .related.products li.product a:hover .woocommerce-loop-product__title{
        color: #F26524;
}
.woocommerce-shop bdi,
body.single-product .related.products li.product bdi {
    color: #404A62;
    font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce-shop span.price,
body.single-product .related.products li.product span.price {
    padding: 0 20px;
}
body.single-product .related.products li.product .button{
    margin-left: 20px;
}
.woocommerce-shop .button {
    background-color: #61CE7000 !important;
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #404A62 !important;
    padding: 15px 30px 15px 30px !important;
    border: 2px solid transparent !important;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%) !important;
    border-image-slice: 1 !important;
    cursor: pointer;
    margin-left: 20px !important;
}
.woocommerce-shop .button:hover{
        background-color: #f26524 !important;
    color: #fff !important;
    border: 2px solid #f26524 !important;
}
.woocommerce-shop .woocommerce {
    max-width: 1160px;
    padding: 300px 10px 100px;
    margin: 0 auto;
}

.woocommerce-shop .woocommerce-result-count {
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce-shop .orderby {
    border-radius: 0 !important;
    border: 1px solid #E5E5E5 !important;
    padding: 10px;
    font-family: "Barlow", Sans-serif;
}

.woocommerce-shop span.onsale,
body.single-product .related.products span.onsale{
    background: #f26524;
    width: 50px;
    height: 50px;
    font-family: "Barlow", Sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a{
    padding-bottom: 0;
    border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 30px;
    margin: 0;
    list-style: none;
    box-shadow: 0px 10px 40px 0px rgba(5.999999999999999, 22.00000000000004, 58, 0.1);
    background: #fff;
}
.woocommerce-account .woocommerce-Button,
.woocommerce-account .button {
    background-color: #61CE7000 !important;
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #404A62 !important;
    padding: 10px 15px !important;
    border: 2px solid transparent !important;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%) !important;
    border-image-slice: 1 !important;
    cursor: pointer;
    margin-top: 20px !important;
}
.woocommerce-account .woocommerce-info {
    border-top-color: #f16524;
}
.woocommerce-info::before{
    color: #f16524;
}

.woocommerce-account .addresses {
    margin-top: 20px;
}
.woocommerce-account .addresses .title .edit {
    float: unset;
    padding: 15px 0;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #f16524;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
}
.select2-container .select2-selection--single{
    height: 50px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f16525 !important;
    color: #fff;
}
body.single-product .single-product .button,
body.single-event_listing .event-manager-form button,
.woocommerce-cart .wp-block-button a {
    background-color: #61CE7000 !important;
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #404A62 !important;
    padding: 15px 30px 15px 30px !important;
    border: 2px solid transparent !important;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%) !important;
    border-image-slice: 1 !important;
    cursor: pointer;
}
body.single-product .single-product .button:hover,
.woocommerce-cart .wp-block-button a:hover
{
        background-color: #f26524 !important;
    color: #fff !important;
    border: 2px solid #f26524 !important;
}
body.single-product .single-product .price bdi {
    color: #404A62;
}
body.single-product .related.products {
    padding-top: 50px;
}
body.single-product .related.products h2 {
    color: #F26524;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 60px;
    margin-bottom: 50px;
}
body.single-event_listing button.registration_button.wpem-theme-button {
    color: #000 !important;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 15px;
    background: #fff;
}

body.single-event_listing .wpem-event-single-image img {
    height: 400px !important;
    object-fit: cover;
    object-position: top;
}
body.single-event_listing button.registration_button.wpem-theme-button {
    color: #000 !important;
}
body.single-event_listing button.registration_button.wpem-theme-button:hover,
body.single-event_listing .event-manager-form button:hover {
    background-color: #f26524 !important;
    color: #fff !important;
    border: 1px solid #f26524 !important;
}
body.single-event_listing .event-manager-form input {
    height: 50px;
    border-radius: 0;
    padding: 15px;
}

body.woocommerce-account .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
body.woocommerce-account .lost_password a {
    font-weight: 500;
    text-transform: capitalize;
}
.woocommerce-cart .wc-block-grid__product-title {
    padding: 0 20px 10px !important;
    font-size: 24px !important;
    color: #404A62;
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 75px !important;
    transition: all 0.4s ease-in-out;
    text-align: left;
}
.woocommerce-cart .wc-block-grid__product-image img {
    height: 250px !important;
    object-fit: cover;
}
.woocommerce-cart .wc-block-grid__product-price.price {
    text-align: left;
    padding-left: 20px;
}
.woocommerce-cart .wp-block-button.wc-block-grid__product-add-to-cart {
    text-align: left;
    padding: 0 20px;
}
.woocommerce-cart .wc-block-grid__product {
    border-radius: 15px;
    box-shadow: 0px 25px 90px 0px rgba(63.99999999999997, 49, 79, 0.12) !important;
    max-width: 100% !important;
    border: 0 !important;
    padding-bottom: 20px;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-link {
    display: block !important;
}
.woocommerce-cart ul.wc-block-grid__products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}



/* Team Details */

.team-grid>div {
    width: 25%;
}

.team-modal {
    transition: all ease-in-out 0.3s !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.team-modal.is-active {
    opacity: 1 !important;
    visibility: visible !important;
}
.team-modal.is-active .team-modal-content {
    transform: translateX(0) !important;
}
.team-modal-content {
    transition: transform 0.3s ease-in-out !important;
    transform: translateX(100%) !important;
    overflow: hidden auto !important;
}
.team-modal-close-button .elementor-button:hover svg path{
    fill: #fff;
}

.team-grid>div, .team-modal-close-button{
    cursor: pointer;
}

/* 24-09-24 */
.news-cards .elementor-post__text{
    display: flex !important;
}
.news-cards .elementor-post__read-more {
    background-color: #FFFFFF00;
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 16px !IMPORTANT;
    font-weight: 600 !important;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #404A62 !important;
    border-radius: 5px 5px 5px 5px;
    padding: 11px 52px 11px 30px;
    border: 2px solid transparent;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%);
    border-image-slice: 1;
    position: relative;
    margin-top: auto;
}
.news-cards .elementor-post__read-more::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path d="M11.8214 11.2706L12.2028 1.69674L2.62897 2.07818M11.0948 2.80475L1.59618 12.3033" stroke="%23404A62" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease-in-out 0.3s;
}

.news-cards .elementor-post__read-more:hover,
.upcoming-events .wpem-event-type .wpem-event-action-url:hover {
    background-color: #f26524 !important;
    color: #fff !important;
    border: 2px solid #f26524 !important;
}
.news-cards .elementor-post__read-more:hover::before,
.upcoming-events .wpem-event-type .wpem-event-action-url:hover:before {
    filter: invert(1) brightness(10);
}


/* Event Card Css  */
/*.event_listings_main  .wpem-event-layout-wrapper {
    pointer-events: none;
}*/
.event_listings_main .wpem-event-date-time-text, .event_listings_main .wpem-event-location-text {
    position: relative;
    padding-bottom: 2px;
}
.event_listings_main .wpem-event-date-time-text::before, .event_listings_main .wpem-event-location-text::before {
   position: absolute;
   top: -2px;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: #fff;
   font-family: "Barlow", Sans-serif;
   font-size: 14px;
   font-weight: 600;
   color: #404A62;
}
.event_listings_main .wpem-event-date-time-text::before{
    content: 'Coming Soon';
}
.event_listings_main .wpem-event-location-text::before{
    content: 'To be Announced';
}
.wpem-from-date > * {
    font-size: 0 !important;
    display: none;
}

.wpem-from-date:before {
    content: 'To be announced';
    font-size: 15px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: #F26524;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before,
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before{
        color: #F26524;
}
.news-cards .elementor-post-time {
    display: none;
}
.upcoming-events .wpem-event-type .wpem-event-action-url::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path d="M11.8214 11.2706L12.2028 1.69674L2.62897 2.07818M11.0948 2.80475L1.59618 12.3033" stroke="%23404A62" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease-in-out 0.3s;
}
.upcoming-events .wpem-event-type .wpem-event-action-url {
    text-transform: uppercase;
    background-color: #FFFFFF00 !important;!i;!;
    font-family: "Barlow Semi Condensed", Sans-serif !important;
    font-size: 16px !IMPORTANT;
    font-weight: 600 !important;
    line-height: 24px !important;!i;!;
    letter-spacing: 0.05em !important;!i;!;
    color: #404A62 !important;
    border-radius: 5px 5px 5px 5px !important;!i;!;
    padding: 13px 52px 13px 30px !important;!i;!;
    border: 2px solid transparent !important;!i;!;
    border-image-source: linear-gradient(90deg, #f26524 0%, #673091 25.37%, #8cc641 53.38%, #ed197a 76.67%, #0973ba 100%) !important;!i;!;
    border-image-slice: 1 !important;!i;!;
    position: relative !important;!i;!;
    !i;!;
    display: block !important;!i;!;
    max-width: fit-content;
    margin-bottom: 20px;
}
span.wpem-event-type-text.event-type.attraction,
.wpem-event-ticket-type.Paid {
    display: none !important;
}
/* Parent Slider Wrapper */
.custom-slider-wrap {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
}

/* Slide Items */
.custom-slide {
  flex: 0 0 calc((100% - 40px) / 3);  /* 3 items visible at once */
  scroll-snap-align: start;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  min-height: 200px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
} 

 .testimonial-slider-container {
  max-width: 600px;
  margin: 50px auto;
  font-family: 'Inter', sans-serif;
  position: relative;
  text-align: center;
  color: #000;
}

.testimonial-slider-container {
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
    }

    .testimonial-slide {
      background: #fff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .testimonial-quote {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 20px;
      font-style: italic;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }

    .author-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    .author-name {
      font-weight: 600;
      font-size: 16px;
    }

    .author-position {
      font-size: 14px;
      color: #777;
    }

    .testimonial-controls {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      margin-top: 20px;
    }

    .testimonial-prev,
    .testimonial-next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #000;
      color: #fff;
      border: none;
      font-size: 18px;
      cursor: pointer;
    }

    .testimonial-counter {
      font-size: 15px;
      color: #555;
    }

.theme-btn-style-3 .elementor-button {
    background: #fff !important;
    border: none !important;
    border-radius: 40px !important;
    color: #010205 !important;
    font-weight: 400 !important;
}
.theme-btn-style-3 .elementor-button path {
    stroke: #000;
}
.footer-menu  .footer-menu {
    padding: 0;
    margin: 0;
}

.footer-menu .footer-menu li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-menu .footer-menu li a {
    font-size: 16px;
    color: #9B9B9C;
}
.footer-contact-info ul.elementor-icon-list-items {}

.footer-contact-info ul.elementor-icon-list-items li span {
    margin-bottom: 15px;
    font-size: 16px;
    color: #9B9B9C;
}

.footer-contact-info ul.elementor-icon-list-items li path {
    fill: #9B9B9C;
}
.footer-left-side a.elementor-icon {
   background: #FFFFFF;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.footer-left-side  a.elementor-icon path {
    fill: #000;
}
.footer-left-side .elementor-icon i, .footer-left-side  .elementor-icon svg {
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
}
.e-form__buttons button.elementor-button {
    border-radius: 40px;
    border: none;
}