/*
Theme Name: exampro
Author: the WordPress team
Author URI: https://wordpress.org/
 */

.c-nav {
    align-items: center;
    display: flex;
    height: 99px;
    justify-content: space-between;
    padding-left: 32px;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 1000;
}

.bgBlueDark {
    background: #eda80a;
}

.sectionContainer {
    max-width: 100vw;
    min-width: 100vw;
    width: 100vw;
}

.menu_items {
    margin-top: 8px;
}

.c-nav__menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 74px;
    justify-content: center;
    margin-right: 37px;
}

.c-nav__menu .c-nav__links {
    display: flex;
    flex-direction: row;
    gap: clamp(1rem, 4.706vw - 2.235rem, 2rem);
}

.c-nav__menu .c-nav__links .c-nav__link {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    height: 48px;
    justify-content: flex-start;
    line-height: 17px;
    padding: clamp(.2rem, 2.588vw - 1.579rem, .75rem);
    text-decoration: none;
}

.c-nav__menu .c-nav__buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.c-button {
    background: #d0ae35;
    border: none;
    color: #fff;
    cursor: pointer;
}

.c-button--span {
    flex: 1 1;
    width: 90%;
}

.c-button {
    align-items: center;
    border-radius: 2rem;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    height: 3rem;
    justify-content: center;
    line-height: 17px;
    max-height: 48px;
    padding: 0 24px;
}

header .ctaOrange {
    background: rgb(66, 66, 66);
    border: none;
    color: white;
    text-decoration: none;
}

.logoCol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.logoCol a {
    display: flex;
    flex-direction: row;
}

.logoCol img {
    height: 60px;
}

header ._3DfkB {
    height: auto !important;
    width: auto !important;
    position: relative;
}

.logoText {
    position: relative;
}

.logoText span {
    color: #fff;
    font-family: 'Krona One', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.logoText span.pre {
    position: absolute;
    left: 14px;
    top: 15px;
    transition: all 0.4s ease;
    opacity: 1;
}

.logoText span.next {
    position: absolute;
    left: 14px;
    top: 15px;
    /* Align next with pre initially */
    transform: translateY(15px);
    /* Start below pre */
    transition: all 0.4s ease;
    opacity: 0;
}

.logoText:hover span.pre {
    opacity: 0;
    /* Fade out pre */
    transform: translateY(-15px);
    /* Move pre up */
}

.logoText:hover span.next {
    opacity: 1;
    /* Fade in next */
    transform: translateY(0);
    /* Move next up to align */
}

.nav__hamburger {
    display: none;
}

/* footer */

.bgBlueDark {
    background: #eda80a;
}

.c-intro,
.sectionContainer {
    align-items: center;
    display: flex;
    justify-content: center;
}

.c-footer {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    /* max-width: 1440px; */
    padding-bottom: 64px;
    padding-top: 64px;
}

.c-footer__topGroup {
    align-items: flex-start;
    display: flex;
    flex: 1 1;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.c-footer__topGroup .c-footer__group {
    align-items: stretch;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: stretch;
    min-width: 40%;
}

.c-footer__topGroup .c-footer__group--left {
    gap: 24px;
}

.c-footer__topGroup .c-footer__group--left .c-footer__title {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.c-newsletter {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    display: flex;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    justify-content: space-between;
    padding: 4px;
    width: auto;
}

.c-newsletter__placeholder {
    flex: 1 1;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: auto;
    line-height: 26px;
    margin-right: 174px;
}

.c-newsletter__button {
    background: #424242;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    padding: 10px 24px 12px;
}

.c-footer a {
    color: #fff;
    text-decoration: none;
}

.c-footer__topGroup .c-footer__group--right {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: flex-start;
}

.c-footer__topGroup .c-footer__group--right .c-footer__links {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.c-footer__topGroup .c-footer__group--right .c-footer__links .c-footer__link {
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.c-socialIcons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.c-socialIcons i {
    font-size: 42px;
}

.c-footer__links {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    justify-content: center;
}

.c-footer__tnc {
    display: flex;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 400;
    gap: 25px;
    line-height: 26px;
}

/* Footer New  */

.contact_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.getintouch {
    background: #fff;
    border-radius: 20px;
    padding: 48px 48px;
    display: flex;
    box-shadow: 1px 2px 10px 4px #42424238;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    width: 621px;
    height: 300px;
    align-items: center;
}

.getintouch h5 {
    color: #1c1c1c;
    display: block;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.getintouch p {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
    text-align: center;
    color: rgb(112, 112, 112);
}

.getintouch button {
    align-items: center;
    border-radius: 2rem;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    height: 3rem;
    justify-content: center;
    line-height: 17px;
    max-height: 48px;
    padding: 0 24px;
    background: rgb(66, 66, 66);
    border: none;
    color: white;
    text-decoration: none;
    max-width: fit-content;
}

.flex_box {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 35px 50px;
}

.w-50 {
    width: 50%;
}

.w-50 p {
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
}

.w-50 img {
    width: 150px;
    max-width: 100%;
}

.relative {
    position: relative;
}

.search-box input[type="text"]+span::before {
    transition: all 0.25s ease-in 0.5s;
    transform-origin: left top;
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border-radius: 5px;
    background: white;
    transform: rotate(45deg) translate(10px, 13px);
    transition-property: height, width, transform-origin;
    right: -5px;
    bottom: 16px;
}

/* New code Header */


.menu_items ul {
    display: flex;
    flex-direction: row;
    gap: clamp(1rem, 4.706vw - 2.235rem, 2rem);
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.menu_items ul .c-nav__link {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    line-height: 17px;
    padding: clamp(.2rem, 2.588vw - 1.579rem, .75rem);
    text-decoration: none;
    position: relative;
    flex-direction: column;
}

.menu_items ul .c-nav__link::after {
    content: '';
    height: 2px;
    display: block;
    width: 0%;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    margin-top: 5px;
}

.menu_items ul .c-nav__link:hover::after {

    width: 100%;

}

.close {
    display: none;
}

@media only screen and (max-width: 720px) {
    .hideMb {
        display: none;
    }

    .menu_items {
        position: fixed;
        right: -100%;
        top: 0;
        background: rgb(0 0 0 / 30%);
        width: 360px;
        height: 100vh;
        backdrop-filter: blur(6px);
        transition: all 0.5s ease-in-out;
    }

    .menu_items.is-open {
        right: 0%;
    }

    .getintouch {

        width: 100%;

    }

    .menu_items ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 25px 27px;
    }

    .nav__hamburger {
        display: block;
    }

    .close {
        display: block;
    }

    .mob {
        display: flex;
        gap: 15px;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .flex_box {
        display: flex !important;
        justify-content: center;
        flex-direction: column-reverse;
        width: 100%;
        padding: 0px 20px;
        gap: 21px;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .w-50 {
        width: 100%;
    }

    .foLogo {
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .c-footer__tnc {
        display: flex;
        flex-direction: column;
        font-family: Montserrat, sans-serif;
        font-size: 17px;
        font-weight: 400;
        gap: 0px;
        line-height: 26px;
        flex-wrap: wrap;
        align-items: center;
    }

    footer .w-50 p {
        text-align: center;
    }

    footer .w-50 h3 {
        text-align: center;
    }

    .c-footer__links {

        justify-content: center;
    }

    .logoCol a {
        display: flex !important;
    }

    .c-footer__links {

        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .c-nav {

        padding-left: 0px !important;

    }

    .c-nav__menu {

        margin-right: 0px !important;
    }

    .typedText {
        font-size: 55px;
    }
}

.foLogo {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}

.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 3em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
    transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.hamburger {
    background: #ffffff00 !important;
}


.woocommerce-MyAccount-navigation a {
    text-decoration: none;
    color: #000;
    margin-right: 2px;
    background-color: #eda80a00;
    padding: 7px 11px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #000 !important;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    font-weight: 500;
    border-color: #eda80a;
}

.woocommerce-MyAccount-navigation .is-active a {
    font-weight: 600;
}

.woocommerce-MyAccount-navigation a:hover {
    font-weight: 600;
}

.pslug {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 0px solid #fbc82c !important;
}

.c-hero__backgroundOverlay {
    background: linear-gradient(180deg, #eda80a, #ffce00c2 50.52%, #fff);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.radius {
    border-radius: 0.75rem 0.75rem 0.75rem 2rem;
}

.underl {
    text-decoration: underline !important;
}

.linearBG {
    background: linear-gradient(180deg, #fff, #deb720 44.53%, #eda80a 92.19%);
}

.c-hero__img {
    border-radius: 32px;
    box-shadow: 4px 13px 35px 0 #0000002e;
    height: clamp(15.5625rem, 35.924vw - 4.645rem, 27.687rem);
    margin-bottom: 120px;
    margin-right: -180px;
    object-fit: cover;
    /* width: 60%; */
}

#typedText {
    color: #fff;
    display: flex;
    /* display: inline; */
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 64px;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    #typedText {
        font-size: 50px;
        line-height: 55px;
    }
}

.erf-reg-form-container {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.register_alert {
    display: flex;
    width: 60%;
    text-align: center;
    font-size: 21px;
    border: 2px solid;
    break-after: avoid;
    border-radius: 10px;
    min-height: 100px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: red;
    font-weight: 600;
    margin: 0 auto;
}

.um-page-register .erf-page-1 .erf-radio-group:first-of-type {
    display: none !important;
}

.um-page-register .mainpagecontent {
    margin-top: 0 !important;
    min-height: 100vh;
    padding: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.um-page-register label {
    text-align: left !important;

    font-family: 'Montserrat' !important;

}

.um-page-register .erf-reg-form-container {

    text-align: left !important;
}

.um-page-register .erf-page-1 .field-field-MiN5ldaMtB4Mt4l {
    display: none !important;
}

.slidecontainer .slick-slide .type {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.slidecontainer .slick-active .type {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================
   Ultimate Member - Registration Success Page
   ============================================ */

/* Make the UM wrapper fill the remaining viewport height and center content */
/* Scoped ONLY to .um-page-register-2 — does NOT affect any other page */
.um-page-register-2 .mainpagecontent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

/* Brand-matching background for the register-2 success page */
body.um-page-register-2 {
    background: linear-gradient(135deg, #eda80a 0%, #ffd454 45%, #fff8e1 100%) !important;
    min-height: 100vh;
}

/* The outer UM form wrapper on success state — strip any background/border the plugin adds */
.um-page-register-2 .um,
.um-page-register-2 .um[class*="um-"] {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

/* The card that wraps the message */
.um-postmessage {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.10);
    padding: 56px 48px 48px;
    max-width: 540px;
    width: 100%;
    text-align: center;
    position: relative;
    border-top: 5px solid #eda80a;
    margin: auto;
}

/* Decorative check icon above the message */
.um-postmessage::before {
    content: '\2713';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #eda80a, #ffd454);
    border-radius: 50%;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 28px;
    box-shadow: 0 4px 20px rgba(237, 168, 10, 0.40);
}

/* Message text */
.um-postmessage p,
.um-postmessage {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    color: #444;
    margin: 0;
}

/* Heading override if text starts with "Thank you" */
.um-postmessage strong,
.um-postmessage b {
    font-weight: 700;
    color: #1c1c1c;
}

@media only screen and (max-width: 600px) {
    .um-postmessage {
        padding: 40px 24px 32px;
        border-radius: 14px;
    }
}

/* ============================================
   Beautiful Registration Form Enhancements
   ============================================ */

/* Form Container overrides */
.um-form[data-mode="register"] {
    background: #ffffff !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    padding: 20px 40px 40px 40px !important;
    margin: 40px auto !important;
    max-width: 650px !important;
    border: 1px solid #f0f0f0 !important;
}

/* Remove huge inline paddings applied by UM */
.um-form[data-mode="register"] .um-row,
.um-form[data-mode="register"] .um-row-heading,
.um-form[data-mode="register"] .um-row.um-customized-row {
    padding: 15px 10px !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Heading Typography */
.um-form[data-mode="register"] .um-row-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #1c1c1c !important;
    padding-bottom: 20px !important;
    padding-top: 30px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.um-form[data-mode="register"] .um-row-heading-icon {
    display: none !important;
    /* Cleaner without icons */
}

/* Field Labels */
.um-form[data-mode="register"] .um-field-label {
    margin-bottom: 8px !important;
}

.um-form[data-mode="register"] .um-field-label label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #444 !important;
}

.um-form[data-mode="register"] .um-field-label .um-field-label-icon {
    display: none !important;
    /* Hide field icons for a cleaner modern look */
}

/* Input Fields */
.um-form[data-mode="register"] .um-form-field {
    background-color: #f7f9fc !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 12px !important;
    padding: 16px 18px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    width: 100% !important;
}

/* Input Focus States */
.um-form[data-mode="register"] .um-form-field:focus {
    background-color: #fff !important;
    border-color: #eda80a !important;
    box-shadow: 0 0 0 4px rgba(237, 168, 10, 0.15) !important;
    outline: none !important;
}

/* Select/Textarea specific tweaks */
.um-form[data-mode="register"] textarea.um-form-field {
    min-height: 120px !important;
    resize: vertical !important;
}

.um-form[data-mode="register"] select.um-form-field {
    height: 52px !important;
}

/* Select2 / Multi-Select Overrides */
.um-form[data-mode="register"] .select2-container .select2-selection--multiple,
.um-form[data-mode="register"] .select2-container .select2-selection--single {
    background-color: #f7f9fc !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 12px !important;
    min-height: 52px !important;
    padding: 5px !important;
}

.um-form[data-mode="register"] .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #fff !important;
    border-color: #eda80a !important;
    box-shadow: 0 0 0 4px rgba(237, 168, 10, 0.15) !important;
}

/* Checkboxes */
.um-form[data-mode="register"] .um-field-checkbox {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    color: #555 !important;
    margin-bottom: 10px !important;
}

.um-form[data-mode="register"] .um-field-checkbox .um-field-checkbox-state i {
    color: #eda80a !important;
    font-size: 22px !important;
}

/* Submit Button */
.um-form[data-mode="register"] .um-button {
    background: linear-gradient(135deg, #eda80a 0%, #d0ae35 100%) !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    border-radius: 30px !important;
    padding: 16px 40px !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(237, 168, 10, 0.25) !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    width: 100% !important;
    max-width: 320px !important;
    display: block !important;
    margin: 30px auto 0 !important;
}

.um-form[data-mode="register"] .um-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(237, 168, 10, 0.35) !important;
    background: linear-gradient(135deg, #ffbc20 0%, #dab945 100%) !important;
}

@media only screen and (max-width: 600px) {
    .um-form[data-mode="register"] {
        padding: 20px 20px 30px 20px !important;
        margin: 20px 10px !important;
        border-radius: 16px !important;
    }
}