/*!
Theme Name: The Local Hub
Theme URI: https://digitalboostia.com/
Author: Digital Boost
Author URI: https://digitalboostia.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-local-hub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
    # Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 26px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
}

.main-navigation li a {
    transition: var(--transition);
    position: relative;
    color: var(--white-color);
    margin-inline: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    text-transform: uppercase;
}

.main-navigation li.current-menu-item a {
    color: var(--secondary-color);
    -webkit-text-stroke: 0.5px;
}

.main-navigation li a:hover {
    color: var(--secondary-color);
}

.header-mobile-menu {
    margin-left: 50px;
}

@media screen and (min-width: 992px) {
    .main-navigation ul li.menu-item-has-children {
        padding-right: 20px;
        position: relative;
    }

    .main-navigation ul ul li.menu-item-has-children {
        padding-right: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover::after {
        color: var(--secondary-color);
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation ul li.menu-item-has-children:hover > a {
        color: var(--secondary-color);
    }
    .main-navigation li.current-menu-ancestor ul li.current_page_item > a,
    .main-navigation ul ul li:hover > a {
        background: var(--secondary-color);
        color: var(--white-color);
    }
    .main-navigation ul li.current-menu-ancestor a {
        color: var(--secondary-color);
        -webkit-text-stroke: 0.5px;
    }
    .main-navigation
        li.current-menu-ancestor.menu-item-has-children:not(
            .sub-menu li.current-menu-ancestor.menu-item-has-children
        )::after,
    .main-navigation ul li.current-menu-item:after {
        color: var(--secondary-color) !important;
    }

    .main-navigation ul ul li.current-menu-ancestor::after {
        color: var(--white-color);
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS Start *****/
    .main-navigation ul li.menu-item-has-children:hover > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        display: block;
        top: 100%;
        left: 0;
        opacity: 1;
        animation: swip_up var(--transition) linear 1;
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS End *****/

    .main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        position: absolute;
        top: 100%;
        left: -999em;
        float: none;
        width: 260px;
        background: var(--white-color);
        box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
        text-align: left;
        padding-left: 0;
        display: none;
        opacity: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover .dropdown-menu-wp {
        display: block;
        opacity: 1;
    }

    .main-navigation .dropdown-menu-wp ul li.menu-item-has-children {
        padding-block: 4px;
    }

    .main-navigation ul ul li.menu-item-has-children:hover > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
    }

    .main-navigation ul ul li.menu-item-has-children:hover > ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
        animation: unset;
    }

    .main-navigation ul ul li.menu-item-has-children:hover::after,
    .main-navigation ul ul li.menu-item-has-children::after {
        transform: translate(0, -50%) rotate(-90deg);
    }
}

/*========== Fonts CSS Start ==========*/
@font-face {
    font-family: "Spinnaker";
    src: url("assets/fonts/Spinnaker-Regular.eot");
    src: url("assets/fonts/Spinnaker-Regular.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Spinnaker-Regular.woff2") format("woff2"),
        url("assets/fonts/Spinnaker-Regular.woff") format("woff"),
        url("assets/fonts/Spinnaker-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
.form-element i {
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 16px;
    color: var(--primary-color);
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    margin-bottom: 30px;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--input-color);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--input-color) !important;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 46px;
    border: 1px solid transparent;
    outline: none !important;
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    background: var(--white-color);
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

select,
select.form-input {
    padding-right: 30px;
}

.form-input.wpcf7-textarea {
    height: 120px !important;
    resize: none;
    padding: 15px;
    display: block;
}

.submit-btn {
    text-align: left;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

span.wpcf7-list-item-label::before,
.woocommerce-form__label-for-checkbox span::before,
.comment-form-cookies-consent label::before {
    --radio-label-size: 20px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: var(--radio-label-size);
    height: var(--radio-label-size);
    border-radius: calc(var(--radio-label-size));
    border: 2px solid var(--primary-color);
    z-index: 1;
}

.comment-form-cookies-consent label::before {
    border-radius: 0;
    border-width: 1px;
    border-color: var(--dark-color);
}

span.wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --radio-label-inner-size: 12px;
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: var(--radio-label-inner-size);
    height: var(--radio-label-inner-size);
    border-radius: calc(var(--radio-label-inner-size) * 0.5);
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: var(--transition);
    z-index: 0;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
    top: 6px;
}

.comment-form-cookies-consent label::after {
    left: 0;
}

input[type="radio"]:checked ~ span::after {
    opacity: 1;
}

.woocommerce-form__label-for-checkbox span::before,
.checkbox-wp .wpcf7-list-item-label::before,
.comment-form-cookies-consent label::before {
    border-radius: 0;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after,
.checkbox-wp .wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --checkbox-label-size: 20px;
    content: "\f00c";
    width: var(--checkbox-label-size);
    height: var(--checkbox-label-size);
    background: transparent;
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 3px;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after {
    left: 0;
    background: var(--primary-color);
}

input[type="checkbox"]:checked ~ span::before,
input[type="checkbox"]:checked ~ span::after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label::after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color);
    opacity: 0.7;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.wpcf7-list-item {
    margin: 0 20px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0;
}

.form-input-file {
    position: relative;
    height: 48px;
    background: 0 0;
    border-radius: 0;
    border: 1px solid var(--black-color);
    margin-bottom: var(--gutter);
}

.form-box.form-input-file {
    height: auto;
    border: 0;
}

.form-input-file p {
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 0;
}

.form-box.form-input-file p {
    line-height: inherit;
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    position: relative;
}

.form-input-file [type="file"] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-box.form-input-file input[type="file"] {
    width: 76px;
    height: 73px;
    line-height: 1;
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon::before,
.form-box.form-input-file .input-file-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--gutter);
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon::after {
    width: 1px;
    height: var(--gutter);
}

.form-input-file .icon-label label {
    font-weight: inherit;
    font-size: 14px;
    line-height: 22px;
}

.form-input-file .icon-label label span {
    color: var(--black-color);
    font-weight: 600;
    margin-left: 3px;
}

.form-input-file .input-file-text {
    color: var(--black-color);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px;
}

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/
:root {
    --primary-color: #eb7229;
    --secondary-color: #026a73;
    --yellow-color: #fbe7bc;
    --dark-yellow-color: #f2b124;
    --brand-color: #f19142;
    --text-color: #343434;
    --dark-color: #000000;
    --common-color: #707070;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: #555555;
    --box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.1);
    --space-80: 80px;
    --body-font: "Spinnaker";
    --title-font: "Spinnaker";
    --transition: 0.3s;
    --border-radius-25: 25px;
    --border-radius-12: 12px;
    --gutter: 30px;
}

body {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-family: var(--body-font);
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--dark-color);
    font-family: var(--title-font);
}

p a,
a {
    color: var(--primary-color);
    text-decoration: none !important;
    transition: var(--transition);
}

p a:hover,
a:hover {
    color: var(--dark-color);
}

.h1-title {
    font-size: 120px;
    line-height: 0.91666667;
    font-weight: 700;
}

.h2-title {
    font-size: 32px;
    line-height: 1.1875;
}

.h3-title {
    font-size: 30px;
    line-height: 1.33333333;
    margin-bottom: 0;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.main-navigation ul li.menu-item-has-children::after {
    content: "\f078";
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: var(--white-color);
    transition: var(--transition);
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 26px;
    transition: var(--transition);
    margin-inline: 0;
    color: var(--secondary-color);
}

/* .main-navigation ul ul li a:hover {
    color: var(--primary-color);
} */

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 200px;
    height: 54px;
    background: var(--dark-color);
    border: 2px solid var(--dark-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-content {
    background: var(--white-color);
    -webkit-mask-image: -webkit-radial-gradient(var(--white-color), var(--black-color));
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(60, 140, 244, 0.16);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: var(--transition);
}

button.close:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.modal-dialog {
    max-width: 700px;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider CSS Start ==========*/
.slick-dots li {
    margin: 0 15px 0 0;
}

.slick-dots li button {
    width: 25px;
    height: 5px;
    background: var(--common-color);
    transition: var(--transition);
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
}

.slick-arrow {
    --slick-arrow-size: 30px;
    bottom: 0;
    left: 0;
    width: var(--slick-arrow-size);
    height: var(--slick-arrow-size);
    background: var(--primary-color);
    color: var(--white-color);
}

.slick-arrow:hover {
    background: var(--dark-color);
}

.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: 0;
}

/*==========Slider CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
    border-radius: 0 0 var(--border-radius-25) var(--border-radius-25);
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--brand-color);
    z-index: 222;
}

/* .home .site-header {
    background-color: var(--white-color);
}

.home .site-header.sticky_head {
    background-color: rgba(255, 255, 255, 0.9);
} */

.site-branding {
    width: 236px;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wp {
    padding: 8px 40px;
}

.popup-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 30px;
    border: 2px solid var(--dark-yellow-color);
    border-radius: var(--border-radius-25);
    background-color: var(--dark-yellow-color);
    transition: var(--transition);
}

.popup-menu-toggle:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.popup-menu.active .popup-menu-toggle {
    border-color: transparent;
}

.header-popup-menu strong.text-menu {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.1;
    color: var(--white-color);
    font-weight: 400;
}

.popup-menu-toggle-wp {
    width: 22px;
    height: 100%;
}

.popup-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--white-color);
    margin-bottom: 6px;
    border-radius: 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition: var(--transition);
}

.popup-menu-toggle span:last-child {
    margin: 0;
}

.popup-menu {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 25px 10px;
    max-width: 90%;
    margin: 50px auto;
    border-radius: var(--border-radius-25);
    box-shadow: var(--box-shadow);
    opacity: 0;
    transform: translateY(100%) scale(0.5);
    visibility: hidden;
    transform-origin: bottom;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 9999;
}

/* active (open) state */
.popup-menu.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.popup-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 95%;
    margin: auto;
    overflow-y: auto;
    height: 100%;
    align-items: center;
}

.popup-left {
    flex: 1 1 50%;
}

.menu-popup-menu-container {
    max-width: 270px;
}

#popup-menu-list > li > a {
    display: block;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: var(--border-radius-25);
    font-size: 18px;
    line-height: 1.22222222;
    font-weight: 400;
    position: relative;
}

#popup-menu-list > li > a:hover,
#popup-menu-list > li.active > a {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

#popup-menu-list > li > a::after {
    transition: var(--transition);
}

#popup-menu-list > li > a:hover::after,
#popup-menu-list > li.active > a::after {
    content: ">";
    position: absolute;
    right: 10px;
}

#popup-menu-list .sub-menu {
    display: none;
    z-index: 2;
    width: 200%;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#popup-menu-list .sub-menu a {
    color: var(--text-color);
    transition: var(--transition);
    font-size: 18px;
    line-height: 1.4;
}

#popup-menu-list .sub-menu a:hover {
    color: var(--secondary-color);
}

#popup-menu-list {
    position: relative;
}

#popup-menu-list li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.popup-right {
    flex: 1 1 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.popup-right p {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
}

.popup-right p a {
    color: var(--secondary-color);
}

.popup-right .search-wp {
    width: 450px;
}

.popup-right .search-wp input#is-search-input-15 {
    font-size: 20px !important;
}
.popup-right .ords-cat-dropdown select,
.popup-right .ords-search-wrap input#ords-search-input {
    border: 1px solid var(--secondary-color);
    font-size: 15px !important;
}
.popup-right div#ords-ajax-results {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.popup-right h5.business-title {
    font-size: 16px;
}
.social {
    display: flex;
    gap: 15px;
}

.social a {
    --size: 26px;
    width: var(--size);
    height: var(--size);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: var(--transition);
}

.social a.facebook {
    background-color: #036b74;
}

.social a.facebook:hover {
    background-color: #023537;
}

.social a.instagram {
    background-color: #eb7228;
}

.social a.instagram:hover {
    background-color: #7a3a20;
}

.social a.linkedin {
    background-color: #7eb1a9;
}

.social a.linkedin:hover {
    background-color: #3a5957;
}

.social a.reddit {
    background-color: #eb7228;
}

.social a.reddit:hover {
    background-color: #7a3a20;
}

.menu-wp ul {
    display: flex;
    gap: 10px 40px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
}

/* .menu-wp ul li:last-child {
    display: none;
} */
.select-title {
    display: none;
}

.menu-wp ul a {
    color: var(--text-color);
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    transition: var(--transition);
}

.menu-wp ul a:hover {
    color: var(--secondary-color);
}

#popup-menu-list > li.menu-item-has-children > .sub-menu {
    display: none;
}

#popup-menu-list > li.menu-item-has-children.active > .sub-menu {
    display: block;
}

.popup-inner .popup-menu-toggle-wp {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    height: auto;
}

.popup-inner .popup-close {
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px;
    --size: 22px;
    width: var(--size);
    height: var(--size);
    transition: var(--transition);
}

.popup-inner .popup-close:hover {
    background: hsla(0, 0%, 78%, 0.25);
}

.popup-close::after,
.popup-close::before {
    content: "";
    width: 1px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--text-color);
    transition: transform 0.25s;
}

.popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-close:hover:before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.popup-close:hover:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.no-scroll .site-header {
    display: none;
}

.mob-title {
    display: none;
}

/* width */
.popup-inner::-webkit-scrollbar {
    width: 5px;
    border-radius: var(--border-radius-25);
}

/* Track */
.popup-inner::-webkit-scrollbar-track {
    background: var(--white-color);
}

/* Handle */
.popup-inner::-webkit-scrollbar-thumb {
    background: rgba(2, 106, 115, 0.5);
    border-radius: var(--border-radius-25);
}

@media screen and (max-width: 1499px) {
    .site-branding {
        width: 200px;
    }
}

@media screen and (max-width: 1299px) {
    .site-branding {
        width: 190px;
    }
}

@media screen and (max-width: 1199px) {
    .site-branding {
        width: 160px;
    }
}
@media screen and (max-width: 575px) {
    .ords-search-wrap {
        flex-direction: column;
    }
    .ords-search-btn {
        bottom: 10px;
        right: 10px !important;
        top: auto !important;
    }
    .ords-cat-dropdown {
        width: 100% !important;
    }
    .event-form button {
        width: fit-content;
        font-size: 16px !important;
        padding: 10px 20px !important;
    }
    .event-form .upload-preview img#previewThumb {
        width: 160px !important;
    }
}

/*==========Header CSS End==========*/

/*================== home page css start ===============*/
.banner-sec {
    position: relative;
    background-attachment: fixed;
    font-size: 16px;
    font-size: calc(12px + 4 * (100vw - 992px) / 928);
    padding-block: 12.5em 17em;
}

.banner-sec-wp {
    padding-block: 250px 300px;
}

.banner-content .sec-title {
    max-width: 400px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}

.banner-content .h3-title {
    color: var(--white-color);
    margin-bottom: 0.5em;
    font-weight: 500;
    letter-spacing: 2px;
    pointer-events: all;
    font-size: 1.875em;
}

.banner-content .h1-title {
    color: var(--white-color);
    margin-bottom: 0.15em;
    font-weight: 700;
    pointer-events: all;
    font-size: 7.5em;
}

.banner-content .text-wp .h2-title {
    margin: 0 auto 0.625em;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 300;
    max-width: 1300px;
    width: 90%;
    pointer-events: all;
    font-size: 2em;
}

.banner-content .search-wp {
    width: 650px;
    margin: 1.875em auto 0;
    pointer-events: all;
}

.search-wp input#is-search-input-15,
input#is-search-input-17246 {
    font-size: 1.5em !important;
    line-height: 1.08333333;
    padding: 0.625em 1.25em;
    height: 48px;
    border-radius: var(--border-radius-25);
    text-align: center;
    color: var(--secondary-color);
    width: 100%;
    border: none;
}

.search-wp input#is-search-input-15::placeholder,
input#is-search-input-17246::placeholder {
    color: var(--secondary-color);
    opacity: 1;
}

.search-wp input:focus-visible {
    outline: none;
}

.grid-image-wp {
    width: 100%;
    height: 25.9375em;
    aspect-ratio: 1.42168675/1;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    border-radius: var(--border-radius-25);
}

.grid-image-wp .back-img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    transform: scale(1);
    will-change: transform;
}

.grid-image-wp:hover .back-img {
    transform: scale(1.1);
}

.banner-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875em;
    padding-inline: 40px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8em;
    z-index: 0;
    width: 100%;
}

.banner-content {
    position: relative;
    z-index: 1;
    pointer-events: none;
    /* padding-block: 15.625em; */
}

.grid-image-wp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.grid-image-wp:first-child::before {
    background-color: rgba(2, 106, 115, 0.8);
}

.grid-image-wp:nth-child(2)::before {
    background-color: rgba(242, 177, 36, 0.8);
}

.grid-image-wp:nth-child(3)::before {
    background-color: rgba(241, 145, 66, 0.8);
}

.grid-image-wp:nth-child(4)::before {
    background-color: rgba(235, 114, 41, 0.8);
}

.grid-image-wp:nth-child(5)::before {
    background-color: rgba(126, 178, 168, 0.8);
}

.grid-image-wp:nth-child(6)::before {
    background-color: rgba(242, 177, 36, 0.8);
}

@media screen and (max-width: 1399px) {
    .banner-sec {
        padding-block: 11em 8em;
    }

    .grid-image-wp {
        height: 21em;
    }
}

@media screen and (max-width: 991px) {
    .banner-content .search-wp {
        width: 60%;
    }

    .banner-sec {
        padding-block: 12em 5em;
    }

    .banner-image-grid {
        margin-top: 10em;
    }

    .grid-image-wp {
        height: 20em;
    }

    .banner-content .h1-title {
        font-size: 8.5em;
    }

    .popup-right .search-wp input#is-search-input-17246 {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 601px) {
    .banner-sec {
        padding-block: 12em 5em;
    }

    .banner-image-grid {
        margin-top: 15em;
        padding-inline: 20px;
    }

    .grid-image-wp {
        height: 18em;
    }
}

@media screen and (max-width: 600px) {
    .banner-image-grid {
        grid-template-columns: repeat(1, 1fr);
        padding-inline: 15px;
    }

    .grid-image-wp {
        height: 25em;
    }

    .banner-sec {
        padding-block: 25em;
    }

    .search-wp input#is-search-input-15 {
        font-size: 2.5em !important;
    }

    .banner-content .search-wp {
        width: 90%;
    }

    .featured-logo-item img {
        max-height: 180px;
        min-height: 180px;
    }

    .banner-image-grid .grid-image-wp:nth-child(4),
    .banner-image-grid .grid-image-wp:nth-child(5),
    .banner-image-grid .grid-image-wp:nth-child(6) {
        display: none;
    }

    .featured-logo-item {
        padding-inline: 20px;
    }
}

@media screen and (max-width: 400px) {
    .grid-image-wp {
        height: 22em;
    }

    .banner-sec {
        padding-block: 24em 13em;
    }
}

/*============== logo slider section css start ============= */
.featured-logo-sec {
    margin-block: 30px 0;
}

.featured-logo-item {
    text-align: center;
    padding-inline: 40px;
}

.featured-logo-item img {
    max-height: 220px;
    min-height: 220px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.featured-logo-item img:hover {
    filter: grayscale(0);
    transform: scale(1.05);
}

.featured-logo-item p {
    transition: 0.3s;
}

.featured-logo-item:hover p {
    color: var(--secondary-color);
}

.category-detail-sec .featured-logo-slider {
    margin-bottom: 40px;
}

.subcatagory-slider .slick-list {
    overflow: visible;
}

@media screen and (max-width: 991px) {
    .featured-logo-item img {
        min-height: 100px;
    }

    .featured-logo-slider .slick-track {
        display: flex;
        align-items: center;
    }

    .featured-logo-item {
        padding-inline: 20px;
    }

    .subcatagory-slider .featured-logo-item img {
        max-height: 180px;
        min-height: 180px;
    }
}

@media screen and (max-width: 600px) {
    .featured-logo-item img {
        max-height: 180px;
    }

    .subcatagory-slider .featured-logo-item img {
        max-height: 140px;
        min-height: 140px;
    }

    .category-detail-sec .featured-logo-slider {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {
    .featured-logo-item img {
        max-height: 120px;
    }

    .featured-logo-item {
        padding-inline: 10px;
    }
}

/*============== logo slider section css end ============= */

.social-media-section .social {
    justify-content: center;
    margin-block: 30px 0;
    padding-block: 10px;
    border-radius: var(--border-radius-25) var(--border-radius-25) 0 0;
    background: var(--brand-color);
}

/* body:not(.home) .social-media-section .social {
    background: rgba(242, 177, 36, 0.3);
} */

.social-media-section .social a {
    --size: 40px;
    font-size: 20px;
}

/*================== home page css end ===============*/

/* ============= about us page css start ============== */
/* about section title css start */
.about-sec-wp {
    text-align: center;
    padding-block: 130px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-sec-wp .h2-title {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-sec-wp .h3-title {
    color: var(--primary-color);
}

.about-sec-wp .text-wp p {
    font-size: 22px;
    line-height: 30px;
    color: var(--text-color);
    margin-bottom: 10px;
    text-align: left;
}

.img-wp {
    margin-top: 20px;
}

/* about section title css end */

/* owner section css start */
.owner-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.66964285;
    border-radius: var(--border-radius-25);
    overflow: hidden;
}

.owner-image .back-img {
    width: 100%;
    height: 100%;
}

.owner-sec.back-img {
    background-attachment: fixed;
    margin-top: 70px;
    padding-block: 70px;
}

.owner-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.owner-grid .h2-title {
    color: var(--white-color);
    margin-bottom: 0;
    text-transform: uppercase;
}

.owner-text .simplebar-track.vertical {
    top: 20px;
    right: 10px;
    bottom: 20px;
    width: 5px;
    background: transparent;
    border-radius: var(--border-radius-25);
}

.owner-text .simplebar-scrollbar {
    background: var(--secondary-color);
}

.owner-text {
    min-height: 400px;
    max-height: 370px;
    background-color: #f0af23;
    padding: 20px;
    border-radius: var(--border-radius-25);
}

.owner-text p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 30px;
}

.owner-sec-wp .row > *:nth-child(2) .owner-text {
    background-color: #eb6e28;
}

.owner-grid a {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 1.1;
    background: var(--white-color);
    color: var(--secondary-color);
    padding: 10px 0;
    border-radius: var(--border-radius-25);
    text-transform: uppercase;
    transition: var(--transition);
}

.owner-grid a:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.about-us-contact-form.contact-form {
    max-width: 100%;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.03);
    background-color: #eb6e28;
}

/* .about-us-contact-form.contact-form .sec-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
} */

.owner-sec-wp .container > .row {
    gap: 30px 0;
}

@media screen and (max-width: 1399px) {
    .about-sec-wp {
        padding-block: 120px 0;
    }
}

@media screen and (max-width: 1199px) {
    .about-sec-wp {
        padding-block: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .about-sec-wp {
        padding-block: 130px 0;
    }

    .owner-sec-wp .row {
        --gutter: 15px;
    }

    .about-sec-wp .h2-title {
        font-size: 32px;
    }

    .owner-text {
        min-height: 360px;
        max-height: 360px;
    }
}

@media screen and (max-width: 600px) {
    .owner-sec-wp .container > .row {
        row-gap: 40px;
    }

    .about-sec-wp {
        gap: 20px;
        padding-top: 100px;
    }

    .about-sec-wp .h2-title,
    .owner-grid .h2-title {
        font-size: 26px;
    }

    .about-sec-wp .h3-title {
        font-size: 24px;
    }

    .about-sec-wp .text-wp p {
        font-size: 18px;
    }

    .owner-sec.back-img {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .owner-text {
        min-height: 330px;
        max-height: 330px;
    }
}

/* owner section css end */

/* ============= about us page css end ============== */

/* =============== newsletter page css start =============== */
.newsletter-sec {
    min-height: calc(100vh - 200px);
    padding-block: 150px 0;
}

.newsletter-wp {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.newsletter-wp h4.h4-title span {
    display: block;
}

.newsletter-wp h4.h4-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

.newsletter-wp h1.h2-title {
    color: var(--secondary-color);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0;
}

.newsletter-wp .h4-title {
    font-size: 24px;
    line-height: 1.2;
    color: var(--primary-color);
}

.newsletter-wp .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.newsletter-wp .form-group input {
    width: 100%;
    padding: 3px 0;
    text-indent: 2%;
    border: 1px solid var(--input-color);
    appearance: none;
    background: var(--white-color);
}

.newsletter-wp .form-group input:focus-visible {
    outline: none;
}

.newsletter-wp .newsletter-form {
    display: flex;
    width: 100%;
    align-items: flex-end;
    gap: 20px;
}

.newsletter-wp button.btn {
    width: 100%;
    background-color: var(--secondary-color);
    white-space: nowrap;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: var(--white-color);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 22px;
    height: 34px;
    max-width: 225px;
}

.newsletter-wp .form-group label {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.newsletter-wp .asterisk {
    color: var(--primary-color);
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#mc_embed_shell form {
    margin: 0 !important;
}

#mc_embed_shell form input {
    padding: 2px 0 !important;
    border-radius: 0 !important;
    border: 1px solid var(--input-color) !important;
    appearance: none;
}

#mc_embed_shell #mc_embed_signup .mc-field-group label {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

#mc_embed_shell #mc_embed_signup .button {
    width: 100%;
    background-color: var(--secondary-color);
    white-space: nowrap;
    border: 0 none;
    border-radius: 4px !important;
    transition: all 0.23s ease-in-out 0s;
    color: var(--white-color);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 22px;
    height: 34px;
    max-width: 225px;
    margin: 0 !important;
}

#mc_embed_shell #mc_embed_signup form {
    display: grid;
    grid-template-columns: 1fr 225px;
    gap: 0 20px;
}

#mc_embed_shell #mc_embed_signup .indicates-required {
    grid-column: 1 / -1;
}

#mc_embed_shell #mc_embed_signup .mc-field-group {
    padding: 0;
    width: 100%;
}

#mc_embed_shell #mc_embed_signup .clear {
    margin-top: 30px;
}

#mc_embed_shell #mc_embed_signup div#mce-responses {
    padding: 0 20px;
    width: 100%;
    margin: -20px !important;
}

@media screen and (max-width: 991px) {
    #mc_embed_shell #mc_embed_signup form {
        grid-template-columns: 1fr 160px;
    }
}

@media screen and (max-width: 600px) {
    .newsletter-wp .newsletter-form {
        flex-direction: column;
    }

    .newsletter-wp button.btn,
    .newsletter-wp .form-group input {
        max-width: 100%;
    }

    .newsletter-wp {
        gap: 20px;
    }

    .newsletter-wp h1.h2-title {
        font-size: 26px;
    }

    .newsletter-sec {
        padding-block: 100px 0;
    }

    .newsletter-wp .h4-title {
        font-size: 20px;
    }

    #mc_embed_shell #mc_embed_signup form {
        grid-template-columns: 1fr;
    }

    #mc_embed_shell #mc_embed_signup .clear {
        margin-top: 20px;
    }
}

/* =============== newsletter page css end =============== */

/* ============== category css start=========== */

.container-fluid {
    max-width: 90%;
    margin: auto;
    padding: 0;
}

.category-list-sec {
    padding-block: 150px 0;
    min-height: 85vh;
}

.page-title {
    color: var(--secondary-color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.2;
}

.category-box {
    display: flex;
    overflow: hidden;
    border-radius: var(--border-radius-25);
    transition: var(--transition);
    height: auto;
    aspect-ratio: 1 / 0.5;
}

.category-box .cat-placeholder {
    height: auto;
    width: 55%;
    position: absolute;
    left: 30%;
    top: 40%;
    aspect-ratio: 1 / 0.69642857;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.category-box:hover .category-number {
    background-color: var(--common-color);
}

.category-number {
    font-size: 40px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 700;
    pointer-events: none;
    padding: 15px 20px;
    flex-shrink: 1;
    background-color: var(--secondary-color);
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-box .back-img {
    width: 100%;
    height: 100%;
}

.category-details {
    position: relative;
    width: 100%;
}

.category-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: var(--black-color);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.09090909;
}

.load-more-button {
    background: var(--secondary-color);
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 60px;
    border-radius: var(--border-radius-25);
    font-weight: 700;
    margin: 50px auto 0;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    gap: 15px;
    width: fit-content;
}

.load-more-button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.category-list-wp .row {
    row-gap: var(--gutter);
}

.category-list-wp .row > div:nth-child(5n - 3) .category-number {
    background-color: #7eb2a8;
}

.category-list-wp .row > div:nth-child(5n - 2) .category-number {
    background-color: var(--primary-color);
}

.category-list-wp .row > div:nth-child(5n - 1) .category-number {
    background-color: var(--brand-color);
}

.category-list-wp .row > div:nth-child(5n) .category-number {
    background-color: #f2b124;
}

.category-list-wp .row > div:hover .category-number {
    background-color: var(--common-color) !important;
}

@media screen and (max-width: 1499px) {
    .category-box {
        aspect-ratio: 1 / 0.6;
    }

    .page-title {
        font-size: 36px;
    }

    .category-number {
        font-size: 30px;
    }
}

@media screen and (max-width: 1299px) {
    .category-box {
        aspect-ratio: 1 / 0.66;
        margin: 0 -5px;
    }

    .category-title {
        bottom: 10px;
        left: 5px;
        font-size: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .category-title {
        left: 10px;
        font-size: 22px;
        margin-bottom: 0;
    }

    .page-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 991px) {
    .category-list-wp {
        max-width: 80%;
        margin: 0 auto;
    }

    .category-box {
        aspect-ratio: 1 / 0.55;
    }

    .category-number {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .category-list-wp {
        max-width: 100%;
    }

    .category-number {
        font-size: 24px;
        min-width: 50px;
    }

    .category-title {
        font-size: 20px;
    }

    .category-box {
        aspect-ratio: 1 / 0.46;
    }
}

@media (max-width: 600px) {
    .category-box {
        aspect-ratio: 1 / 0.6;
    }

    .category-number {
        font-size: 20px;
    }

    .category-title {
        font-size: 18px;
    }
}

/* ============== category css end=========== */

/* =============== category detail css start =============== */
.category-detail-wp {
    min-height: 81vh;
}

.postid-16107 .category-detail-wp {
    min-height: unset;
}

.category-contact-info {
    max-width: 90%;
    margin: auto;
    padding-block: 120px 0;
}

.category-contact-info:not(:has(.category-detail-img)) {
    padding-block-start: 130px;
}

.category-detail-info h1 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    /* max-width: 80%; */
}

.category-detail-info p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.1;
}

.category-detail-info .social a {
    --size: 35px;
    background-color: var(--secondary-color);
    font-size: 20px;
}

.category-detail-info .social a:hover {
    background-color: var(--dark-yellow-color);
}

.category-detail-info .social {
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.category-detail-right h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.category-detail-right {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.category-detail-right p {
    font-size: 20px;
    line-height: 1.5;
}

.category-detail-info {
    border-right: 1px solid var(--text-color);
    padding: 20px;
    text-align: center;
}

.badge-list {
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.category-detail-info .badge-list {
    justify-content: center;
}

.category-detail-info .badge {
    color: var(--white-color);
    font-size: 20px;
    line-height: 1.2;
    padding: 5px 25px;
    border-radius: var(--border-radius-25);
    background-color: var(--dark-yellow-color);
    text-transform: uppercase;
    display: inline-block;
}

.category-detail-img {
    max-width: 400px;
    height: auto;
    margin: 0 20px;
}

.category-accordion,
.category-images,
.category-video,
.other-category {
    margin: 60px auto 20px;
    max-width: 87%;
}

.category-detail-wp h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--secondary-color);
    font-weight: 500;
}

.faq-box .h3-title {
    padding: 10px 20px 10px 50px;
    font-size: 22px;
    cursor: pointer;
    border-radius: var(--border-radius-25);
    display: flex;
    text-transform: uppercase;
    position: relative;
    color: var(--white-color);
    font-weight: 500;
}

.faq-box h3 small:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--white-color);
    transform: translate(0, -50%);
    transition: 0.3s;
}

.faq-box h3 small {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.faq-box h3 small:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--white-color);
    transform: translate(0, -50%) rotate(90deg);
    transition: 0.3s;
}

.faq-text li {
    list-style: disc;
}

.faq-box ul {
    padding-left: 25px;
}

.category-accordion .faq-box:nth-child(5n-3) .h3-title {
    background-color: #7eb2a8;
}

.category-accordion .faq-box:nth-child(5n-2) .h3-title {
    background-color: #eb7229;
}

.category-accordion .faq-box:nth-child(5n-1) .h3-title {
    background-color: var(--brand-color);
}

.category-accordion .faq-box:nth-child(5n) .h3-title {
    background-color: var(--dark-yellow-color);
}

.category-accordion .faq-box:nth-child(5n + 1) .h3-title {
    background-color: #026a73;
}

.faq-text {
    padding: 25px 25px 0;
}

.category-accordion .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-text p,
.faq-text li {
    color: var(--text-color);
    font-size: 22px;
    line-height: 1.45454545;
    margin-bottom: 15px;
}

.faq-text p a {
    /* color: #00ccff; */
    text-decoration: underline !important;
    transition: var(--transition);
}

.faq-text p a:hover {
    color: var(--secondary-color);
}

.faq-text p b,
.category-detail-right b {
    color: #00ccff;
}

.faq-text li span {
    font-weight: 600;
}

.faq-box .h3-title.active-faq small::before {
    transform: translateX(0) rotate(45deg);
}

.faq-box .h3-title.active-faq small::after {
    transform: translateY(0) rotate(-45deg);
}

.category-images .row {
    --gutter: 20px;
    gap: var(--gutter) 0;
    justify-content: center;
}

.category-image-grid {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: var(--border-radius-25);
    overflow: hidden;
}

.category-image-grid .back-img {
    width: 100%;
    height: 100%;
}

.video-box {
    width: 650px;
    height: auto;
    aspect-ratio: 1 / 0.53846154;
    margin: 0 auto;
}

.video-box iframe {
    width: 100%;
    height: 100%;
}

.other-category h2 {
    text-align: center;
    margin-bottom: 50px;
}

.other-category-box p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    color: var(--primary-color);
    text-align: center;
    transition: var(--transition);
}

.other-category-list .row {
    row-gap: var(--gutter);
    justify-content: center;
    align-items: center;
}

.other-category-box img {
    max-width: 250px;
    margin: 0 auto;
    min-height: 200px;
    max-height: 200px;
    object-fit: contain;
}

.other-category-box {
    display: flex;
    justify-content: center;
}

.empty-business-notice p {
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.other-category-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.other-category-box a:hover p {
    color: var(--secondary-color);
}

@media screen and (max-width: 1499px) {
    .category-detail-info .h2-title {
        max-width: 100%;
    }

    .other-category-box p {
        font-size: 16px;
    }

    .other-category-box img {
        max-width: 200px;
        min-height: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .category-detail-info p {
        word-wrap: break-word;
        font-size: 16px;
    }

    .category-detail-info .badge {
        padding: 5px 15px;
        font-size: 16px;
    }

    .category-detail-right .h3-title {
        font-size: 20px;
    }

    .category-contact-info,
    .category-accordion,
    .category-images,
    .category-video,
    .other-category {
        max-width: 100%;
    }

    .badge-list {
        gap: 10px;
    }

    .category-detail-info .h2-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 991px) {
    .category-detail-wp {
        padding-block: 100px 0;
    }

    .category-list-sec {
        padding-block: 100px 0;
    }

    .category-detail-info {
        border-right: none;
        border-bottom: 1px solid var(--text-color);
        padding: 0 0 20px;
    }

    .category-detail-info .h2-title {
        max-width: 100%;
    }

    .category-detail-info p {
        font-size: 18px;
        line-height: 1.2;
    }

    .category-detail-img {
        max-width: 320px;
        margin: 0 auto;
        max-height: 250px;
    }

    .category-images .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 0;
    }

    .video-box {
        width: 100%;
        aspect-ratio: 1 / 0.6;
    }

    .other-category-box img {
        max-width: 250px;
        max-height: 200px;
    }

    .category-contact-info .row {
        gap: 40px;
    }

    .category-detail-right {
        text-align: left;
        max-width: 100%;
    }

    .category-accordion,
    .category-images,
    .category-video,
    .other-category {
        margin: 80px auto 0;
    }

    .category-contact-info:not(:has(.category-detail-img)),
    .category-contact-info {
        padding-block-start: 0;
    }
}

@media screen and (max-width: 767px) {
    .category-detail-info .h2-title {
        font-size: 22px;
    }

    .category-detail-info p {
        font-size: 16px;
        line-height: 1.2;
    }

    .category-images .row {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px 0;
    }

    .other-category-box img {
        max-width: 50%;
        display: flex;
    }

    .other-category-box p {
        font-size: 18px;
    }

    .category-image-grid {
        aspect-ratio: 1 / 0.75;
    }

    .faq-box .h3-title {
        font-size: 20px;
    }

    .faq-box h3 span {
        --size: 17px;
    }

    .faq-text {
        padding: 20px;
    }

    .faq-text p,
    .faq-text li {
        font-size: 18px;
    }

    .category-accordion,
    .category-images,
    .category-video,
    .other-category {
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 575px) {
    .faq-box .h3-title {
        font-size: 16px;
    }

    .faq-text p,
    .faq-text li {
        font-size: 16px;
    }

    .faq-text {
        padding: 15px;
    }

    .other-category-box img {
        max-width: 60%;
    }
}

/* =============== category detail css end =============== */

/* ============= main listing css start =============== */
.main-category-list {
    padding-block: 150px 0;
    min-height: calc(100vh - 150px);
}

.main-category-list-wp .row {
    row-gap: var(--gutter);
    justify-content: center;
}

.main-category-list-wp .category-name {
    border-radius: var(--border-radius-25);
}

.main-category-list-wp .category-name:hover a {
    background-color: var(--common-color);
}

.main-category-list-wp .row > div:nth-child(5n-3) .category-name {
    background-color: #eb7229;
}

.main-category-list-wp .row > div:nth-child(5n-2) .category-name {
    background-color: var(--brand-color);
}

.main-category-list-wp .row > div:nth-child(5n-1) .category-name {
    background-color: var(--dark-yellow-color);
}

.main-category-list-wp .row > div:nth-child(5n) .category-name {
    background-color: #026a73;
}

.main-category-list-wp .row > div:nth-child(5n + 1) .category-name {
    background-color: #7eb2a8;
}

.main-category-list-wp .category-name a {
    padding: 20px 10px;
    color: var(--white-color);
    font-size: 26px;
    line-height: 1.23076923;
    font-weight: 400;
    display: block;
    text-align: center;
    transition: var(--transition);
    border-radius: var(--border-radius-25);
}

@media screen and (max-width: 1199px) {
    .main-category-list {
        padding-block: 120px 0;
    }
}

@media screen and (max-width: 991px) {
    .main-category-list-wp .row {
        row-gap: 15px;
    }

    .main-category-list-wp .category-name a {
        font-size: 20px;
    }
}

/* ============= main listing css end =============== */

/* ================= event page css start ================= */
.tribe-events-l-container {
    padding-block: 150px 0 !important;
    min-height: calc(100vh - 150px) !important;
}

#tribe-events-pg-template {
    padding-top: 150px;
}

.tribe-events-header__events-bar {
    border-radius: var(--border-radius-25);
    overflow: hidden;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input::placeholder {
    font-family: var(--title-font);
}

.tribe-events .tribe-events-c-events-bar:focus-visible,
.tribe-common .tribe-common-form-control-text__input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.tribe-events {
    background-image: url("https://staging.digitalboostia.com/the-local-hub-new/wp-content/uploads/2025/09/about-bg-image.jpg");
    background-attachment: fixed;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
    background-color: var(--secondary-color);
    border-radius: var(--border-radius-25);
    padding: 11px 20px;
    font-family: var(--title-font);
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.91px;
}

.tribe-events button.tribe-events-c-search__button:hover {
    background-color: rgba(3, 107, 116, 0.8);
    border-radius: var(--border-radius-25);
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events
    .tribe-events-header--has-event-search
    .tribe-events-c-events-bar__filter-button-text,
.tribe-common--breakpoint-medium.tribe-events
    .tribe-events-c-view-selector--labels
    .tribe-events-c-view-selector__button-text {
    font-family: var(--title-font);
    transition: var(--transition);
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events
    .tribe-events-header--has-event-search
    .tribe-events-c-events-bar__filter-button-text:hover,
.tribe-common--breakpoint-medium.tribe-events
    .tribe-events-c-view-selector--labels
    .tribe-events-c-view-selector__button-text:hover {
    transform: translateY(-1px);
}

.tribe-common--breakpoint-medium.tribe-events
    .tribe-events-c-view-selector--labels
    .tribe-events-c-view-selector__button-text {
    text-transform: uppercase;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus,
.tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:focus,
.tribe-events .tribe-events-c-events-bar__filter-button:focus {
    outline: none;
}

span.tribe-filter-bar-c-pill__pill-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    font-family: var(--title-font);
}

.tribe-events .tribe-filter-bar-c-pill__pill:hover {
    outline: none !important;
    border-color: transparent !important;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path,
.tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path,
.tribe-events .tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path,
.tribe-events button.tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path,
.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events button.tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path,
.tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
    fill: var(--text-color);
}

.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events button.tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events button.tribe-events-c-nav__next:disabled {
    color: var(--text-color);
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    border-radius: var(--border-radius-25);
    overflow: hidden;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    border-color: var(--secondary-color);
    border-radius: var(--border-radius-25);
    padding: 11px 20px;
    font-family: var(--title-font);
    color: var(--secondary-color);
    text-transform: uppercase;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
    font-family: var(--title-font);
    text-transform: uppercase;
    letter-spacing: 0.91px;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: var(--border-radius-25);
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
    outline: none;
}

.tribe-common .tribe-common-c-svgicon,
.tribe-common .tribe-common-c-loader__dot circle {
    color: var(--text-color);
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
    background: var(--secondary-color);
    color: var(--tec-color-background);
    text-shadow: none;
}

.tribe-common img {
    border-radius: var(--border-radius-25);
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.56;
}

.single-tribe_events .tribe-events {
    background-image: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__export-icon {
    color: currentcolor;
}

.tribe-events-meta-group a,
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    color: var(--secondary-color);
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    padding: 0 10px;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,
.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
    fill: var(--black-color);
}

.tribe-events .tribe-events-c-events-bar__search-button:focus,
.tribe-events button.tribe-events-c-events-bar__search-button:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar__filters-slide.tribe-swiper-slide.swiper-slide-active,
.tribe-filter-bar
    .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button
    .tribe-filter-bar-c-pill__pill:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.tribe-filter-bar
    .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button
    .tribe-filter-bar-c-pill__pill:hover {
    outline: none;
}

.tribe-events-event-meta a:focus,
.tribe-events-event-meta a:hover {
    color: rgba(3, 107, 116, 0.8);
}

.tribe-filter-bar
    .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections
    .tribe-filter-bar-c-pill__pill {
    padding: 8px 35px 8px 15px;
    border: none;
    font-weight: 600;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__choice__text {
    color: var(--text-color);
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection,
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection:hover {
    background-color: var(--white-color);
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    height: auto;
    padding: 0;
}

.tribe-filter-bar
    .tribe-filter-bar__filters-slider-nav--overflow-end
    .tribe-filter-bar__filters-slider-nav-button--next,
.tribe-filter-bar
    .tribe-filter-bar__filters-slider-nav--overflow-start
    .tribe-filter-bar__filters-slider-nav-button--prev {
    background-color: #ffffff;
    display: block;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month {
    color: var(--black-color) !important;
}

.tribe-events-before-html h1 {
    color: var(--black-color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {
    fill: var(--black-color);
}

.tribe-filter-bar
    .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections
    .tribe-filter-bar-c-pill__pill-selections {
    font-size: 14px;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown.tribe-filter-bar-c-dropdown--has-selection .selection:focus-visible {
    outline: none;
}

.tribe-filter-bar .tribe-filter-bar-c-clear-button__reset-icon path {
    stroke: var(--black-color);
}

@media screen and (max-width: 1199px) {
    .tribe-common-l-container.tribe-events-l-container,
    #tribe-events-pg-template {
        padding-top: 120px !important;
    }
}

@media (max-width: 600px) {
    div.is-ajax-search-result {
        max-width: 80% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
}

/* message popup css */
.pum-theme-18 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
    height: 100% !important;
    width: 80px !important;
    padding: 10px !important;
    font-size: 15px !important;
    line-height: 44px;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: var(--secondary-color) !important;
}

.pum-container .pum-content > :last-child {
    font-size: 24px;
}

.pum-theme-18 .pum-content,
.pum-theme-default-theme .pum-content {
    margin-right: 70px;
}

@media screen and (max-width: 1199px) {
    .pum-container .pum-content > :last-child {
        font-size: 20px;
    }
}

/* ================= event page css end ================= */

/* ============== contact page css start ================= */
.contact-sec {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 150px 50px;
}

.contact-form {
    max-width: 50%;
    margin: 0 auto;
    padding: 50px;
    background-color: var(--brand-color);
    border-radius: var(--border-radius-25);
}

.contact-form .h2-title {
    margin-bottom: 35px;
    color: var(--white-color);
}

.contact-form label {
    color: var(--white-color);
    margin-bottom: 5px;
}

.contact-form .form-input {
    border-radius: var(--border-radius-12);
    height: 46px;
    padding: 0 15px;
    /* background: rgba(255, 255, 255, 0.4); */
}

.contact-form .form-input.wpcf7-textarea {
    padding-block: 8px;
}

.contact-image {
    max-width: 50%;
    height: 100%;
}

.contact-image .back-img {
    width: 100%;
    height: 100%;
}

.contact-form-wp {
    display: flex;
    align-items: center;
}

.contact-image img {
    width: 80%;
}

.contact-form button.sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 30px;
    border: 2px solid var(--dark-yellow-color);
    color: var(--white-color);
    border-radius: 100px;
    background-color: var(--dark-yellow-color);
    transition: var(--transition);
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    transition: var(--transition);
}

.contact-form button.sec-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.contact-form .wpcf7-not-valid-tip {
    color: var(--white-color);
}

.contact-form .wpcf7 form.sent .wpcf7-response-output,
.contact-form .wpcf7 form.aborted .wpcf7-response-output,
.contact-form .wpcf7 form.failed .wpcf7-response-output,
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7-form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output,
.contact-form .wpcf7 form.spam .wpcf7-response-output {
    color: var(--white-color);
    border-color: var(--white-color);
}

@media (max-width: 1199px) {
    .contact-image {
        max-width: 40%;
    }

    .contact-form {
        max-width: 60%;
        padding: 30px;
    }

    .contact-sec {
        padding-block: 110px 50px;
    }

    .contact-image img {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .contact-image {
        display: none;
    }

    .contact-form {
        max-width: 90%;
    }

    .contact-sec {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .contact-form {
        max-width: 100%;
        padding: 20px;
    }

    .contact-form .h2-title {
        margin-bottom: 30px;
        font-size: 26px;
    }
}

/* ============== contact page css end ================= */

/*==========Footer CSS Start==========*/

.footer-text {
    background: var(--common-color);
    color: var(--white-color);
    padding: 20px 0;
    font-size: 14px;
    line-height: 16px;
}

.footer-text a {
    color: var(--white-color);
    transition: var(--transition);
}

.footer-text a:hover {
    text-decoration: underline !important;
}

.footer-bottom-box {
    position: relative;
    padding: 40px 0;
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right,
.footer-other-link {
    display: inline-block;
}

.copy-right p,
.footer-other-link p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-bottom-link {
    display: inline-block;
    text-align: center;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-bottom-link ul li {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid var(--common-color);
}

.footer-text-inner {
    font-size: 14px;
    line-height: 1.5;
}

.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 14px;
    line-height: 24px;
    color: var(--common-color);
    transition: var(--transition);
}

.footer-bottom-link ul li a:hover {
    color: var(--primary-color);
}

.footer-other-link p a {
    color: var(--primary-color);
    font-weight: bold;
    transition: var(--transition);
}

.footer-other-link p a:hover {
    color: var(--dark-color);
}

.footer-other-link p i {
    color: var(--primary-color);
}

/*==========Footer CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    --size: 44px;
    width: var(--size);
    height: var(--size);
    background: var(--secondary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: background 0.3s ease;
}

.scrolltop::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    border: 1px solid transparent;
    border-left-color: inherit;
    border-top-color: inherit;
    border-bottom: 0;
    border-right: 0;
}

/* Bounce infinite on hover */
.scrolltop:hover {
    background: var(--dark-yellow-color);
}

.scrolltop:hover::after {
    animation: arrowBounce 1.6s ease-in-out infinite;
}

@keyframes arrowBounce {
    0% {
        top: 50%;
    }

    50% {
        top: 30%;
        /* goes up */
    }

    100% {
        top: 50%;
        /* back down */
    }
}

/*==========Scroll To Top CSS End==========*/
/* ================ 404 css ============ */
.error-404 img {
    width: 50%;
}

.error-404 {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*========== Inner Page CSS Start ==========*/
.main-banner.inner-banner {
    position: relative;
    padding: 280px 0 160px;
}

.inner-page-text {
    padding-block: 150px 0;
}

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--primary-color);
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: var(--transition);
    color: var(--primary-color);
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

button {
    background: transparent;
    border: none;
    color: var(--white-color);
}

.inner-page-text:has(.thank-text) {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-twitter:before {
    content: "" !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 1226.37 1226.37" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M727.348 519.284 1174.075 0h-105.86L680.322 450.887 370.513 0H13.185l468.492 681.821L13.185 1226.37h105.866l409.625-476.152 327.181 476.152h357.328L727.322 519.284zM582.35 687.828l-47.468-67.894-377.686-540.24H319.8l304.797 435.991 47.468 67.894 396.2 566.721H905.661L582.35 687.854z" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
    width: 17px;
    height: 17px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*========== Inner Page CSS End ==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: var(--transition);
}

.thank-text p a:hover {
    color: var(--dark-color);
}

/*========== Thank You Page CSS End ==========*/

/*==========Site Map CSS Start==========*/
.site-map li a {
    color: var(--primary-color);
}

.site-map li::marker {
    color: var(--primary-color);
}

/*==========Site Map CSS End==========*/

/*========== View All Services CSS Start ==========*/
.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    cursor: pointer;
    transition: var(--transition);
}

.footer-last .text:hover {
    color: var(--dark-color) !important;
    text-decoration: underline !important;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--dark-color);
    transition: var(--transition);
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services CSS End ==========*/

/*========== SEO Page CSS Start ==========*/
.main-seo-content {
    position: relative;
    padding: var(--space-80) 0;
}

.excerpt-content p a {
    color: var(--primary-color);
    transition: var(--transition);
}

.excerpt-content p a:hover {
    color: var(--primary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}

.main-seo-content .excerpt-content {
    max-height: 325px;
    position: relative;
}

.main-seo-content .excerpt-content:not([style*="max-height: unset;"]):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

/*========== SEO Page CSS End ==========*/

/*========== Blog CSS Start ==========*/
.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: var(--transition);
    color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--dark-color);
}

.entry-footer span a {
    color: var(--primary-color);
}

.entry-footer span a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: transparent;
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    padding: 13px 95px 12px 20px;
    -webkit-appearance: none;
    appearance: none;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: var(--transition);
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: var(--black-color);
    border: 1px solid var(--common-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--black-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: none !important;
    transition: var(--transition);
}

.form-submit .submit:hover {
    background: var(--dark-color);
    color: var(--primary-color);
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--dark-color);
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--dark-color);
    text-decoration: none !important;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: var(--transition);
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--dark-color);
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.single-post .widget-area {
    margin-top: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    --pagination-size: 50px;
    width: var(--pagination-size);
    height: var(--pagination-size);
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--common-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    z-index: 10;
    transition: var(--transition);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*========== End of Blog CSS ==========*/
/* ==================== Event Submission Feature css start ===============*/
.submission-feature-sec {
    padding-block: 130px 0;
}
.submission-feature-wp .h2-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
}
.event-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background-color: var(--brand-color);
    border-radius: var(--border-radius-25);
}

.event-form .form-group {
    margin-bottom: 15px;
}

.event-form .form-group label {
    display: block;
    color: var(--white-color);
    margin-bottom: 3px;
}

.event-form .form-two-columns {
    display: flex;
    gap: 15px;
}

.event-form .form-two-columns .form-group {
    flex: 1;
}

.event-form .form-input {
    border-radius: var(--border-radius-12);
    height: 46px;
    padding: 0 15px;
    color: var(--black-color) !important;
}

.event-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 30px;
    border: 2px solid var(--dark-yellow-color);
    color: var(--white-color);
    border-radius: 100px;
    background-color: var(--dark-yellow-color);
    transition: var(--transition);
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    transition: var(--transition);
}
.event-form button:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.event-form small {
    color: var(--white-color);
}
.event-form .custom-select {
    position: relative;
}
.event-form img#eventPreview {
    width: 200px;
    height: auto;
    border-radius: 6px;
    display: block;
    margin-bottom: 20px;
}

.event-form .custom-select::after {
    content: "";
    position: absolute;
    top: 73%;
    right: 20px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'><path d='M2 2l5 5 5-5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");

    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-position: center;
    z-index: 111;
    pointer-events: none;
}
.event-form .upload-dropzone {
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.event-form .upload-instruction {
    font-size: 14px;
    line-height: 3.4;
    color: var(--dark-color);
}

.event-form .upload-dropzone input[type="file"] {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.event-form .upload-preview {
    display: flex;
    align-items: center;
    gap: 12px;
}
.event-form .upload-preview img#previewThumb {
    width: 200px;
    height: auto;
    object-fit: cover;
    margin-top: -50px;
}

.event-form .preview-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.event-form .preview-name {
    font-size: 14px;
    color: var(--white-color);
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-form .remove-file {
    background: transparent;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

/* Event Form Messages */
.event-form-message {
    margin-bottom: 20px;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    animation: slideDown 0.3s ease-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.event-form-message .message-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.event-form-message .message-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}

.event-form-message .message-text {
    flex: 1;
}

.event-form-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.event-form-success .message-icon {
    background-color: #28a745;
    color: #ffffff;
}

.event-form-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.event-form-error .message-icon {
    background-color: #dc3545;
    color: #ffffff;
}

.event-form-loading {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

.event-form-loading .message-icon {
    background-color: #17a2b8;
    color: #ffffff;
    animation: spin 1s linear infinite;
}
div#wp-frontend_editor-wrap {
    border-radius: var(--border-radius-12);
    overflow: hidden;
}
div#wp-frontend_editor-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    background: transparent;
    border: none;
}
div#wp-frontend_editor-wrap div.mce-toolbar-grp {
    border-bottom: none;
    background: transparent;
}
.mce-toolbar .mce-btn button:hover {
    background-color: var(--dark-yellow-color);
    border-color: transparent;
}
.mce-toolbar .mce-btn-group .mce-btn:hover {
    box-shadow: none !important;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-active,
.mce-toolbar .mce-btn-group .mce-btn:active,
.qt-dfw.active {
    border: none !important;
    background: transparent !important;
}
.ords-search-wrap {
    display: flex;
    position: relative;
    gap: 10px;
}

.ords-search-wrap input#ords-search-input {
    line-height: 1.4;
    height: 48px;
    text-align: left;
    color: var(--secondary-color);
    width: 100%;
    font-size: 1.1em !important;
    padding: 0.625em 1.25em;
    border-radius: var(--border-radius-25);
    border: none;
}
.ords-search-wrap input#ords-search-input::placeholder {
    color: var(--input-color);
}
.ords-search-btn {
    position: absolute;
    right: 15px;
    z-index: 3;
    top: 8px;
}
.no-results {
    padding: 5px 10px;
}
.ords-search-wrap svg path,
.ords-search-wrap svg circle {
    stroke: var(--black-color);
}
.ords-cat-dropdown {
    position: relative;
    width: 350px;
}

.ords-cat-dropdown select {
    line-height: 1.4;
    height: 48px;
    text-align: left;
    color: var(--secondary-color);
    width: 100%;
    font-size: 1.1em !important;
    padding: 0.625em 1.25em;
    border-radius: var(--border-radius-25);
    -webkit-appearance: none;
    cursor: pointer;
}
.ords-cat-dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    color: var(--black-color);
}
div#ords-ajax-results {
    overflow: hidden;
    background-color: var(--white-color);
    margin-top: 10px;
    border-radius: var(--border-radius-25);
}
.ords-business-grid {
    padding: 5px 20px;
    max-height: 250px;
    min-height: 50px;
    overflow-y: auto;
    overflow-y: auto;
    max-width: 98%;
    margin-block: 15px;
}
.ords-business-grid::-webkit-scrollbar {
    width: 3px;
}

.ords-business-grid::-webkit-scrollbar-track {
    border-radius: var(--border-radius-25);
}

.ords-business-grid::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: var(--border-radius-25);
    padding-right: 10px;
}
.event-form .btn-image-wp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.event-form .upload-help {
    margin-top: 8px;
    color: var(--white-color);
    font-size: 13px;
}

.event-form .upload-help-email {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.event-form .upload-help-email a {
    font-weight: bold !important;
    color: var(--secondary-color) !important;
}
.event-form .upload-help-email a:hover {
    text-decoration: underline !important;
}
.event-form .form-contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.event-form .contact-message {
    margin: 0;
    color: var(--white-color);
    font-size: 14px;
    line-height: 1.6;
}

.event-form .contact-email {
    color: var(--white-color);
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.event-form .contact-email:hover {
    opacity: 0.8;
}
div#wp-frontend_editor-wrap div#mceu_11,
div#wp-frontend_editor-wrap div#mceu_12 {
    display: none;
}
.g-recaptcha {
    display: inline-block;
    transform-origin: 0 0;
}
h5.business-title {
    font-size: 18px;
}
/* ==================== Event Submission Feature css end ===============*/

/*==========Responsive Start==========*/
@media screen and (min-width: 768px) {
    .container {
        max-width: 94%;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 90%;
        padding: 0;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1599px) {
    .popup-menu-toggle {
        gap: 10px;
        padding: 10px 20px;
    }

    .main-navigation li a {
        margin-inline: 9px;
    }
}

@media screen and (max-width: 1399px) {
    .popup-right .popup-logo {
        width: 300px;
    }

    .popup-right p {
        font-size: 18px;
    }

    .menu-wp ul a {
        font-size: 14px;
    }

    .popup-right .search-wp {
        width: 400px;
    }

    .header-mobile-menu {
        margin-left: 0;
    }

    .header-menu {
        justify-content: end;
        gap: 20px;
    }

    .main-navigation li a {
        margin-inline: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .popup-menu {
        max-width: 95%;
    }

    .popup-right .search-wp {
        width: 320px;
    }

    .popup-right .popup-logo {
        width: 250px;
    }

    .popup-right p {
        font-size: 16px;
    }

    .popup-right .search-wp {
        width: 320px;
    }

    .menu-wp ul {
        gap: 10px 20px;
    }

    .menu-popup-menu-container {
        max-width: 240px;
    }

    #popup-menu-list > li > a,
    #popup-menu-list .sub-menu a {
        font-size: 16px;
    }

    .popup-menu-toggle span {
        margin-bottom: 5px;
    }

    .popup-menu-toggle-wp {
        width: 20px;
    }

    .popup-menu-toggle {
        gap: 10px;
        padding: 10px 15px;
    }

    .header-popup-menu p {
        font-size: 14px;
        white-space: nowrap;
    }

    .main-navigation li a {
        font-size: 12px;
        margin-inline: 10px;
    }

    .main-navigation li a:not(:last-child) {
        margin-inline: 0 10px;
    }

    .header-popup-menu strong.text-menu {
        font-size: 16px;
    }
    .submission-feature-sec {
        padding-block: 110px 50px;
    }
}

@media screen and (max-width: 991px) {
    .site-header {
        height: 90px;
    }

    .site-branding {
        position: fixed;
        top: 5px;
        left: 30px;
        width: 235px;
        height: auto;
    }

    .popup-menu-toggle {
        position: fixed;
        top: 25px;
        right: 30px;
        padding: 10px 30px;
    }

    .header-popup-menu p {
        font-size: 20px;
        white-space: nowrap;
    }

    .menu-toggle {
        --menu-toggle-rotate: 45deg;
        --menu-toggle-space: 13px;
        position: fixed;
        top: 25px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 5px;
        background: var(--primary-color);
        margin-bottom: 8px;
        border-radius: 0;
        position: relative;
        top: 0;
        opacity: 1;
        transition: var(--transition);
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(var(--menu-toggle-rotate));
        top: var(--menu-toggle-space);
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(calc(var(--menu-toggle-rotate) * -1));
        top: calc(var(--menu-toggle-space) * -1);
    }

    .header-mobile-menu {
        background: var(--dark-color);
        padding: 16.3vh 30px 30px 30px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .main-navigation ul {
        text-align: left;
        display: inline-block;
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 4.4vh;
    }

    .main-navigation ul li.menu-item-has-children {
        padding-right: 15px;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 22px;
        line-height: 28px;
        padding-top: 0;
        padding-bottom: 9px;
        color: var(--white-color);
    }

    .main-navigation ul li.menu-item-has-children::after {
        color: inherit;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 16px;
    }

    .main-navigation ul li.menu-item-has-children.active-child-menu::after,
    .main-navigation ul li.menu-item-has-children.active-sub-menu::after {
        transform: translate(0) rotate(-180deg);
    }
    .main-navigation ul li.current-menu-ancestor:after {
        color: var(--secondary-color);
    }
    .main-navigation ul ul {
        display: block;
        top: 0;
        left: 15px !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 15px;
    }

    .main-navigation ul ul ul {
        padding-left: 0;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        display: inline-block;
        border: 0;
        padding: 0;
        font-size: 16px;
    }

    .main-navigation ul ul ul li a {
        font-size: 14px;
    }

    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .footer-bottom-link {
        margin: 15px 0;
    }

    .popup-menu {
        padding: 20px;
    }

    .popup-inner {
        flex-direction: column;
        flex-wrap: unset;
    }

    #popup-menu-list > li.menu-item-has-children > .sub-menu {
        display: none !important;
    }

    .popup-left {
        width: 100%;
        flex: 0;
        margin-top: 50px;
    }

    .menu-popup-menu-container {
        max-width: 100%;
    }

    .menu-dropdown {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='none' stroke='rgba(40,40,40,.8)' stroke-linecap='round' stroke-width='12'%3E%3Cpath d='m2.7 2.3 46.4 54.9L95.5 2.3'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 20px top 55%;
        background-size: 12px 12px;
        border-radius: var(--border-radius-25);
        border: 1px solid var(--common-color);
        width: 100%;
        padding: 10px 20px;
        cursor: pointer;
    }

    .mob-title,
    .select-title {
        display: block;
    }

    .select-title {
        font-size: 16px;
        line-height: 1.4;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }

    .popup-left .h3-title {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 0.09em;
        line-height: 1.25;
        font-weight: 600;
    }

    .menu-wp {
        order: -1;
        margin-top: 30px;
    }

    .menu-wp ul {
        max-width: 100%;
    }

    .menu-wp ul a {
        font-size: 16px;
    }

    .popup-right .popup-logo {
        width: 200px;
    }
    .event-form {
        max-width: 90%;
        padding: 30px;
    }
    .submission-feature-wp .h2-title {
        margin-bottom: 30px;
        font-size: 32px;
    }
    h5.business-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .site-branding {
        width: 200px;
        top: 10px;
    }

    .popup-right .search-wp {
        width: 100%;
    }
    .event-form {
        max-width: 100%;
        padding: 20px;
    }
    .submission-feature-wp .h2-title {
        margin-bottom: 20px;
        font-size: 26px;
    }
}
@media screen and (max-width: 575px) {
    :root {
        --space-80: 60px;
    }

    .header-mobile-menu {
        padding: 16.3vh 20px 30px 20px;
    }

    .main-navigation ul li,
    .main-navigation ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .main-navigation ul ul li,
    .main-navigation ul ul li a {
        font-size: 14px;
    }

    .main-navigation ul li.menu-item-has-children::after {
        top: 5px;
        font-size: 15px;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 13px;
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        left: 10px !important;
        margin-top: 10px;
    }

    .site-branding {
        width: 160px;
        left: 15px;
    }

    .header-popup-menu p {
        font-size: 16px;
    }

    .popup-menu-toggle {
        top: 17px;
        padding: 10px 15px;
        right: 15px;
    }

    .site-header {
        height: 70px;
    }

    .header-popup-menu strong.text-menu {
        font-size: 18px;
    }
    .event-form .form-two-columns {
        gap: 0;
        flex-direction: column;
    }
    .ords-cat-dropdown select,
    .ords-search-wrap input#ords-search-input {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 420px) {
    .event-form .upload-preview {
        justify-content: end;
        width: 100%;
    }
    .event-form .btn-image-wp {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .event-form .upload-preview img#previewThumb {
        margin-top: 0;
    }
}
@media screen and (max-width: 400px) {
    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 10px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    .site-branding {
        width: 140px;
    }

    .header-popup-menu strong.text-menu {
        display: none;
    }
    .event-form .upload-help-email a {
        display: block;
    }
    .g-recaptcha {
        transform: scale(0.85);
    }
}

div.is-ajax-search-items.is-show-details-disabled {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/*==========Responsive End==========*/

#imageSizeError {
    display: none;
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}
