.elementor-53619 .elementor-element.elementor-element-4630371{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-53619 .elementor-element.elementor-element-0e701ed{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-53619 .elementor-element.elementor-element-f1fc51f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-53619 .elementor-element.elementor-element-10657d6{--display:flex;}.elementor-53619 .elementor-element.elementor-element-c6c3b98{--display:flex;}.elementor-53619 .elementor-element.elementor-element-2690bb7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-53619 .elementor-element.elementor-element-a5e4e3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-53619 .elementor-element.elementor-element-aeb6c13{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-53619 .elementor-element.elementor-element-9813ddd > .elementor-widget-container{margin:13px 0px 0px 0px;}@media(min-width:768px){.elementor-53619 .elementor-element.elementor-element-f1fc51f{--width:100%;}.elementor-53619 .elementor-element.elementor-element-a5e4e3d{--width:50%;}.elementor-53619 .elementor-element.elementor-element-aeb6c13{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-4630371 *//* =========================
   COMMUNITY HUB HERO
========================= */

.hr-main-register {
    min-height: auto;
    padding: 80px 40px 60px !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.06), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255,255,255,0.05), transparent 35%),
        linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    margin: 20px;
    font-family: 'Satoshi', sans-serif;
}

.hr-register-wrapper {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
}

.hr-left-register {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hr-badge {
    display: block;
    width: fit-content;
    margin: 0 auto 32px auto;
    padding: 12px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    color: rgba(255,255,255,0.9);
    font-family: 'Satoshi', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.hr-left-register h1 {
    font-size: 68px;
    line-height: 0.94;
    font-weight: 800;
    letter-spacing: -3px;
    color: #ffffff;
    margin-bottom: 28px;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
}

.hr-left-register p {
    max-width: 520px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    padding-bottom: 4px;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
}

.hr-right-register {
    display: none;
}

/* MOBILE */
@media (max-width: 768px) {
    .hr-main-register {
        margin: 12px;
        padding: 200px 20px 50px !important;
        border-radius: 16px;
    }

    .hr-register-wrapper {
        max-width: 100%;
    }

    .hr-badge {
        font-size: 12px;
        padding: 10px 18px;
        margin-bottom: 24px;
    }

    .hr-left-register h1 {
        font-size: 38px;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }

    .hr-left-register p {
        font-size: 15px;
        padding: 0 8px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bf5be4 */.hr-tracker-intro {
    max-width: 700px;
    margin: 0 auto 28px;
    padding: 20px 20px;
    background: #ffffff;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: 'Satoshi', sans-serif;
}

.hr-tracker-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.hr-tracker-intro p:last-child {
    margin-bottom: 0;
}

.hr-tracker-intro strong {
    font-weight: 600;
    color: #222;
}

.hr-tracker-intro .hr-disclaimer {
    font-size: 13px;
    color: #aaa;
    margin-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .hr-tracker-intro p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01fb0d2 */.hr-guide-box { margin: 20px 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.05); } .hr-guide-box summary { cursor: pointer; padding: 18px 22px; font-size: 16px; font-weight: 700; color: #111827; list-style: none; transition: background 0.2s ease; } .hr-guide-box summary:hover { background: #f9fafb; } .hr-guide-box summary::-webkit-details-marker { display: none; } .hr-guide-box summary::after { content: "⌄"; float: right; transition: transform 0.25s ease; font-size: 18px; } .hr-guide-box[open] summary::after { transform: rotate(180deg); } .hr-guide-content { padding: 0 22px 22px; border-top: 1px solid #f3f4f6; } .hr-guide-content p { margin: 16px 0; line-height: 1.7; color: #4b5563; font-size: 14px; } .hr-guide-content strong { color: #111827; } .hr-guide-link { display: inline-block; margin-top: 8px; padding: 8px 14px; background: #000; color: #fff !important; border-radius: 10px; text-decoration: none !important; font-weight: 600; font-size: 13px; transition: all 0.2s ease; } .hr-guide-link:hover { background: #222; color: #fff !important; transform: translateY(-1px); } .hr-guide-coming-soon { margin-top: 20px; padding-top: 14px; border-top: 1px solid #f3f4f6; color: #9ca3af; font-size: 13px; } @media (max-width: 768px) { .hr-guide-box { border-radius: 14px; } .hr-guide-box summary { padding: 16px; font-size: 15px; } .hr-guide-content { padding: 0 16px 16px; } .hr-guide-link { display: block; width: fit-content; } }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-28da437 *//* =========================
   TRAVEL BUDDY DROPDOWN FIX
========================= */

.tb-select {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    font-family: 'Satoshi', sans-serif !important;
    background: #fff !important;
    color: #111 !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    height: auto !important;
    min-height: 48px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}

.tb-select option {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 14px !important;
    padding: 10px !important;
}

.tb-select:focus {
    outline: none !important;
    border-color: #111 !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06) !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9813ddd *//* =========================
   TRAVEL BUDDY DROPDOWN FIX
========================= */

.tb-select {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    font-family: 'Satoshi', sans-serif !important;
    background: #fff !important;
    color: #111 !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    height: auto !important;
    min-height: 48px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}

.tb-select option {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 14px !important;
    padding: 10px !important;
}

.tb-select:focus {
    outline: none !important;
    border-color: #111 !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06) !important;
}/* End custom CSS */