/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/*** BEGIN fallback banner image ***/
.banner-fallback .mcb-wrap-inner {
  background-size: cover;
  background-position: center;
}

.banner-fallback .mcb-wrap-inner[style*="placeholders/image.svg"] {
  background-image: url('https://www.strongcrop-group.com/wp-content/uploads/2026/08/banner-background.webp') !important;
}
/*** END fallback banner image ***/

/** BEGIN breadcrumbs Style **/
.breadcrumbs_warp ul.breadcrumbs:before {
	content: "";
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 16px;
	height: 16px;
	display: inline-block;
    margin-top: -3px;
	background-image: url(/wp-content/uploads/2026/08/Home.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.breadcrumbs_warp ul.breadcrumbs {
	/*padding-left: 25px;*/
}
/** END breadcrumbs Style **/


/* Contact Form */

.strongcrop-contact-form {
    width: min(100%, 820px);
    margin: 0 auto;
}

.strongcrop-contact-form p {
    margin: 0 !important;
}

.strongcrop-contact-form__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 38px;
}

.strongcrop-contact-form__field {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.strongcrop-contact-form__field--full {
    grid-column: 1 / -1;
}

.strongcrop-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0;
}

.strongcrop-contact-form input[type="text"],
.strongcrop-contact-form input[type="email"],
.strongcrop-contact-form input[type="tel"],
.strongcrop-contact-form textarea {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: #ededed !important;
    color: #222 !important;
    font-family: "Prompt", sans-serif !important;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.5 !important;
    box-shadow: none !important;
}

.strongcrop-contact-form input[type="text"],
.strongcrop-contact-form input[type="email"],
.strongcrop-contact-form input[type="tel"] {
    height: 58px !important;
    padding: 0 22px !important;
}

.strongcrop-contact-form textarea {
    height: 150px !important;
    min-height: 150px !important;
    padding: 18px 22px !important;
    resize: vertical;
}

.strongcrop-contact-form input::placeholder,
.strongcrop-contact-form textarea::placeholder {
    color: #aaa !important;
    opacity: 1;
}

.strongcrop-contact-form input:focus,
.strongcrop-contact-form textarea:focus {
    background: #fff !important;
    outline: 1px solid #b38a05;
}

.strongcrop-contact-form__submit {
    position: relative;
    width: min(100%, 300px);
    margin: 32px auto 0 !important;
}

.strongcrop-contact-form input[type="submit"] {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #c49700 !important;
    color: #fff !important;
    font-family: "Prompt", sans-serif !important;
    font-size: 18px !important;
    line-height: 58px !important;
    font-weight: 600 !important;
    text-align: center;
    cursor: pointer;
    box-shadow: none !important;
}

.strongcrop-contact-form input[type="submit"]:hover {
    background: #a67f00 !important;
}

.strongcrop-contact-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 100%;
    margin: 0 0 0 10px;
    transform: translateY(-50%);
}

.strongcrop-contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px;
}


/* Mobile */

@media only screen and (max-width: 575px) {
    .strongcrop-contact-form__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .strongcrop-contact-form__field--full {
        grid-column: auto;
    }

    .strongcrop-contact-form textarea {
        height: 170px !important;
        min-height: 170px !important;
    }

    .strongcrop-contact-form__submit {
        margin-top: 24px !important;
    }
}


/* =========================================================
   DESKTOP MAIN MENU
   ========================================================= */

@media only screen and (min-width: 960px) {

    /* Remove BeTheme's full menu-item active line. */
    #Top_bar .menu > li > a::after,
    .mfn-header-tmpl .mfn-menu-li > a::after {
        display: none !important;
    }

    /* Use the text span as the underline width reference. */
    #Top_bar .menu > li > a > span:not(.description),
    .mfn-header-tmpl .mfn-menu-li > a > span:not(.description) {
        position: relative;
    }

    #Top_bar .menu > li.current-menu-item > a > span:not(.description)::after,
    #Top_bar .menu > li.current-menu-parent > a > span:not(.description)::after,
    #Top_bar .menu > li.current-menu-ancestor > a > span:not(.description)::after,
    .mfn-header-tmpl .mfn-menu-li.current-menu-item > a > span:not(.description)::after,
    .mfn-header-tmpl .mfn-menu-li.current-menu-parent > a > span:not(.description)::after,
    .mfn-header-tmpl .mfn-menu-li.current-menu-ancestor > a > span:not(.description)::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 8px;
        left: 0;
        height: 2px;
        background: #b38a05;
        pointer-events: none;
    }

    /* Do not add an active line to the language switcher. */
    #Top_bar .menu > li.lang-item > a > span::after,
    .mfn-header-tmpl .lang-item > a > span::after {
        display: none !important;
    }

    /* Polylang select: globe + chevron, matching the Figma header. */
    select.pll-switcher-select,
    #Top_bar select.pll-switcher-select,
    .mfn-header-tmpl select.pll-switcher-select,
    select[id^="lang_choice"],
    select[name^="lang_choice"],
    #Top_bar select[id^="lang_choice"],
    #Top_bar select[name^="lang_choice"],
    .mfn-header-tmpl select[id^="lang_choice"],
    .mfn-header-tmpl select[name^="lang_choice"] {
        box-sizing: border-box !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        outline: 0 !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        background-color: transparent !important;
        background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E"),
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='m1 1 4 4 4-4' stroke='%231a1a1a' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: left 4px center, right 3px center !important;
        background-size: 20px 20px, 10px 6px !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 40px !important;
        text-shadow: none !important;
        box-shadow: none !important;
        cursor: pointer;
    }

    select.pll-switcher-select option,
    select[id^="lang_choice"] option,
    select[name^="lang_choice"] option {
        color: #222 !important;
        background: #fff !important;
        font-family: "Prompt", sans-serif;
        font-size: 14px !important;
    }

    /* BeTheme renders the Polylang menu through its WPML-style wrapper. */
    #Top_bar .top_bar_right,
    #Top_bar .top_bar_right_wrapper,
    #Top_bar .wpml-languages,
    #Top_bar .wpml-languages.enabled {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    #Top_bar .wpml-languages > a.active {
        box-sizing: border-box !important;
        display: inline-flex !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        align-items: center;
        justify-content: center;
        gap: 6px;
        background: transparent !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 40px !important;
        text-decoration: none !important;
        text-shadow: none !important;
        box-shadow: none !important;
    }

    #Top_bar .wpml-languages > a.active::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #Top_bar .wpml-languages > a.active > i {
        position: static !important;
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        color: #1a1a1a !important;
        font-size: 12px !important;
        line-height: 1 !important;
    }

    #Top_bar .wpml-languages .wpml-lang-dropdown {
        right: 0 !important;
        left: auto !important;
        min-width: 64px;
    }
}

/* Keep Google reCAPTCHA response field hidden */
.strongcrop-contact-form textarea.g-recaptcha-response {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}