/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.elementor-button {
    font-weight: var( --e-global-typography-accent-font-weight );
}
/* Add your custom styles here */
.map-container {
    max-width: 1200px;
    width: 100%;
    /* height: 600px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#australia-map {
    flex-basis: 600px;
}

@media screen and (max-width: 1024px) {
    #australia-map {
        min-height: 90vw;
    }
}

#australia-map, #state-map {
    width: 100%;
    transition: opacity 0.3s ease;
    /* display: flex; */
    position: relative;
    align-items: center;
    display: flex;
}

h2 {
    color: white;
    font-size: 30px;
    padding: 40px;
}

#state-map svg {
    /* display: none; */
    /* border-radius: 20px; */
    /* border: 2px solid #4248f2; */
}

.state {
    cursor: pointer;
    transition: fill 0.3s ease;
}

.state:hover {
    fill: #c5e1ff;
}

.popup {
    position: absolute;
    z-index: 10;
    display: none;
    /*width: 40%;*/
    /*right: 10%;*/
}

.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
}

.back-button {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-secondary)!important;
    border: 1px solid var(--e-global-color-primary)!important;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: 300px;
    max-width: 600px;
    border-radius: 35px;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0, 0.3);
    transition: all 0.2s ease;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 150px);
    outline: none;
}

.back-button:hover {
    background-color: #5838e8;
    box-shadow: 0 6px 12px rgba(99, 66, 255, 0.4);
}

.back-button:active {
    transform: translateY(2px);
    box-shadow: 0 2px 8px rgba(99, 66, 255, 0.3);
}

.back-icon {
    position: absolute;
    left: 30px;
    width: 32px;
    height: 28px;
    fill: white;
}

.map-icon, .syd {
    cursor: pointer;
}

.map-icon > .cls-9 {
    pointer-events: bounding-box;
}

.syd:hover .cls-9,
.map-icon:hover .cls-9 {
    fill: #FF6600;
    transition: fill 0.2s ease;
}

.dropdown-container {
    position: relative;
    width: 200px;
    max-width: 100%;
    position: absolute;
    top: 40%;
    left: calc(50% - 100px);
}

.dropdown-select {
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1e1e3f;
    background-color: white;
    border: none;
    border-radius: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* .dropdown-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
} */

/* Optional: Add hover and focus states */
.dropdown-select:hover {
    background-color: #f8f8f8;
}

.dropdown-select:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.card {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    position: relative;
    /* font-family: var( --e-global-typography-accent-font-family ), Sans-serif; */
    /* font-size: 24px; */
    font-weight: normal;
    padding: 24px;
    font-size: 14px;
    font-family: "Garnett", Sans-serif;
}
.page-id-2 .card {
    max-width: 420px;
};

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

.card-title {
    /*font-size: 24px;*/
    /*font-weight: bold;*/
    color: #FF5500;
    line-height: 1;
}
h3.card-title {
    font-size: 34px;
}
.close-btn {
    width: 25px;
    height: 25px;
    padding: 15px;
    background-color: #FF5500;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

.card-image {
    height: 180px!important;
    margin-bottom: 20px;
    border-radius: 10px!important;
    object-fit: cover;
}

.parties-grid .card-image {
    height: 280px!important;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.book-btn {
    width: 100%;
}

.activity-description {
    margin-top: 20px;
}

.price-section {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.price-label {
    font-size: 12px;
    font-family: "Garnett", Sans-serif;
}

.price {
    font-family: "Garnett", Sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-left: 10px;
}

.divider {
    height: 1px;
    background-color: #e0e0e0;
}

.courses-section {
    padding: 10px 0;
}

.section-title {
    color: var( --e-global-color-primary );
    margin: 0;
    margin-bottom: 10px;

}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    
}

.course-category {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 5px;*/

}

.category-tag {
    border-radius: 3px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: "Proxima Nova", Sans-serif;
    font-weight: normal;
    padding: 0 5px;
    display: inline-block;
}

.junior-tag { background-color: var( --e-global-color-1627827 ); }
.junior-pro-tag { background-color: var( --e-global-color-accent ); }
.beginner-tag { background-color: var( --e-global-color-a9ae933 ); }
.intermediate-tag { background-color: var( --e-global-color-secondary ); }
.advanced-tag { background-color: var( --e-global-color-d7c9a10 ); }
.expert-tag { background-color: var( --e-global-color-text ); }

.course-count {
    font-size: 12px;
    font-family: "Garnett", Sans-serif;
    /*color: #27275A;*/
    font-weight: 400;
}

.activities-section {
    padding: 10px 0;
}

.activities-title {
    display: flex;
    align-items: center;
    /*font-size: 24px;*/
    color: #27275A;
    margin-bottom: 10px;
}

.plus-icon {
    margin-right: 10px;
    background: var( --e-global-color-secondary );
    color: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 1px;
}

.activities-grid {
    display: grid;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;
}

.activity-card {
    border-right: 2px solid #e0e0e0;
    /*border-radius: 12px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    padding-right: 10px;
    
    &:last-of-type {
        border-right: 0;
    }
}

.activity-title-container {
    /*display: flex;*/
    /*align-items: center;*/
}

.activity-dot {
    top: 3px;
    left: -2px;
    display: flex;
    flex-basis: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
}

.orange-dot { background-color: #FFC107; }
.red-dot { background-color: #FF5252; }

.activity-name {
    font-size: 16px;
    color: var( --e-global-color-primary );
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 5px;
    width: 100%;
    /* height: 2.5em; */
    max-width: 80px;
    line-height: 1;
}
.activity-price-container {
    display: flex;
}
.activity-price-label {
    font-size: 12px;
    line-height: 1.2;
    margin-left: 20px;
    font-family: "Garnett", Sans-serif;
}

.activity-value-container {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
}

.activity-price {
    font-size: 26px;
    font-family: "Garnett", Sans-serif;
    margin: 0;
    line-height: 1;
    margin-bottom: 5px
    /*font-weight: bold;*/
}

.activity-age {
    font-size: 12px;
    font-family: "Garnett", Sans-serif;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.footer-icons {
    display: flex;
    gap: 10px;
}

.footer-icon {
    width: 25px;
}

.button.explore-btn {
    background-color: var( --e-global-color-secondary );
}

.e-con.elementor-sticky--active.location-nav-buttons {
    z-index: 2;
}

.w-100 {
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px 10px 10px;
    font-size: 16px; /* iOS will zoom in if less than 16px */
    width: 100%;
    color: var( --e-global-color-primary );
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

/* Remove default arrow in IE */
select::-ms-expand {
  display: none;
}

/* iOS-specific adjustments */
@supports (-webkit-touch-callout: none) {
  select {
    padding-right: 30px; /* Ensure space for the arrow */
  }
}

ul {
    padding-inline-start: 20px;
}