.pre-title {
    display: flex;
    column-gap: 10px;
}

.button-trademark a {
    min-height: 40px!important;
    cursor: default !important;
}

.archive .card-text-image {
    padding:15px 40px;
}

.button-trademark img {
    max-height: 80px!important;
    vertical-align: middle!important;
}

.custom-form-btn {
    background-color: #8ace36 !important;
    border-radius: 0 !important;
    font-family: Exo, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none !important;
    letter-spacing: 1px;
    cursor: pointer !important;
    outline: none;
    transition: all .3s !important;
    min-height: 55px;
    text-align: center !important;
    padding: 0 43px !important;
    min-width: 156px;
    text-transform: uppercase;
    text-decoration: none;
}

.custom-form-btn:hover {
    opacity: 1!important;
    background-color: #4e741d!important;
}

.contact-form-wrapper {
    padding:0 64px;
}

.single .brand-text {
    align-items: center;
}
.single .button-trademark {
    padding-left:24px;
}
.single .button-trademark img {
    max-width: unset!important;
    max-height:55px!important;
}

.title-dark {
    color: #4e741d!important;
}

.ref-item {
    padding: 0.25rem 0;
    color: #555;
}

.ref-item a {
    color:#8ace36;
    transition: .3s all;
}

.ref-item a:hover {
    color:#4e741d;
}

.hero-background-no-filter {
    filter: none;
}

.hero-parallax .hero-background-no-filter img {
    object-fit: cover;
}

.wd-dropdown .dropdown-content ul li.lang-item a {
    color: #fff;
    text-decoration: none;
    opacity: .5;
    display: block;
    padding: 7.5px 15px;
    transition: all .3s;
    width: 100%;
    white-space: nowrap;
}
.wd-dropdown .dropdown-content ul li.current-lang a {
    opacity: 1;
}

.wd-small-header .links ul li {
    list-style: none;
}

.hero-text .pre-title,
.hero-text h1
{
    color:#00362D;
}

.hero-text h1 {
    letter-spacing: -2px;
    font-weight: bold;
}

.hero-text .pre-title {
    font-size:2rem;
}

.hero-page .share-sub-drop {
    display: none;
    position: absolute;
    top: 195%;
    left: 50%;
    transform: translateX(-50%);
    background: #8ace36;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    align-items: flex-start;
}

.hero-page .share-sub-drop .qrcode-item {
    min-height: 96px;
    padding: 16px 16px 16px 80px;
    flex-shrink: 0;
    width: auto;
}

.qrcode-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode-item canvas {
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 80px;
    height: 80px;
}
 
.qrcode-item p {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

.share-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    min-height: 96px;
    padding: 16px 80px 16px 20px;
}

.share-info {
    flex: 1;
    margin-bottom: 10px;
}

.share-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.share-excerpt {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.copy-btn {
    position: absolute;
    right: 0;
    width: fit-content!important;
    gap: 4px;
    padding: 0px 15px;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-start;
}

.copy-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}

.copy-btn:active {
    transform: translateY(0);
}

.copy-btn svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.copy-btn.copied {
    background: rgba(255,255,255,0.9);
    color: #8ace36;
    border-color: rgba(255,255,255,0.9);
}

.copy-btn.copied svg {
    display: none;
}

.copy-btn.copied::before {
    content: "✓";
    margin-right: 4px;
    font-weight: bold;
}

.hero-page .hero-page-search-share .share-contact button.copy-btn:hover {
    transform: none;
}

.hero-page .share-drop-wrapper a.social-item span {
    display: block;
}

#menu-footer-1st-col-menu {
    display: none;
}

@media (max-width: 1440px) {
    .archive .hero-page .hero-page-content p {
        font-size: 20px;
        padding: 80px 64px;
    }
}
@media (min-width: 1200px) {
    .hero-text {
        top: 180px;
    }
    .hero-text h1 p {
        font-size: 2.2rem;
        font-weight: bold;
    }
}
@media (max-width: 1200px) {
    .archive .hero-page .hero-page-content p {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .hero-page .share-sub-drop {
        gap:0;
    }
    .hero-page .share-sub-drop .qrcode-item {
        padding:16px 8px 16px 32px;
    }
    .hero-page .share-content {
        padding: 16px 60px 16px 8px;
    }
}
@media (min-width: 992px) {
    /*parallax edit*/
    .hero-parallax .circle-pulse {
        height: 65vh;
        width: 65vh;
        transform: translateX(-30%) translateY(-25%)
    }
    .hero-parallax .hero-viewer {
        height: 90vh;
        width: 90vh;
        transform: translateX(-15%) translateY(-38%)
    }
    .hero-parallax img.layer-dot-grid {
        height: 45vh;
        transform: translateX(-10%) translateY(0);
    }
    .hero-parallax img.layer-bits {
        height: 75vh;
        transform: translateX(-108.7%) translateY(-14.5%);
    }
    .hero-parallax .circle-text {
        height: 21vh;
        width: 21vh;
        transform: translateX(-201%) translateY(-10%);
    }
    .hero-parallax .hero-viewer {
        height: 40vh;
        width: 40vh;
        transform: translateX(-3%) translateY(-54%);
    }
    .wd-navbar .navbar ul {
        justify-content: flex-end;
        column-gap: 4.5rem;
    }
}
@media (max-width: 992px) {
    .archive .hero-page .hero-page-content p {
        font-size: 16px;
        padding: 64px 32px 48px;
    }
    .single .button-trademark {
        padding-left:18px;
    }
    .single .button-trademark img {
        max-height:40px!important;
    }
    .button-trademark img {
        max-height: 50px !important;
    }
}
@media (max-width: 768px) {
    .wd-footer {
        padding:64px 0 48px;
    }
    .banner-content .banner-text {
        text-align: left;
    }
    .archive .hero-page .hero-page-content p {
        font-size: 18px;
        padding: 32px 72px;
    }
    .contact-form-wrapper {
        padding:0;
    }
    .pre-title {
        flex-wrap: wrap;
    }
    .square-image-text {
        padding-left:24px;
        padding-right:24px;
    }
    .wd-footer .utils a {
        margin-top:6px;
    }
    .addresses {
        margin-top:16px;
    }
    .wd-footer .form-wrapper {
        padding-bottom:24px;
    }
    #menu-footer-1st-col-menu h2,
    .wd-footer .utils li {
        text-align: left;
    }
    section.negative-bottom {
        margin-bottom:32px;
    }
    #part_11 {
        padding-bottom: 32px;
        margin-bottom:0;
    }
    .single .button-trademark {
        padding-left:18px;
    }
    .single .button-trademark img {
        max-height:28px!important;
    }
    .button-trademark img {
        max-height: 40px !important;
    }
    .herbal-form,.herbal-title {
        padding:0 24px;
    }
    .wd-footer .form-wrapper {
        display:none;
    }
    .wd-footer .logo-wrapper {
        margin:0;
        margin-left: 8.33333%;
    }
}
@media (max-width: 480px) {
    .hero-page .share-sub-drop {
        gap:0;
    }
    .hero-page .share-sub-drop .qrcode-item {
        padding:18px 6px 12px 24px;
    }
    .hero-page .share-content {
        padding: 18px 60px 12px 6px;
    }
    .copy-btn {
        padding: 2px;
        gap:2px;
    }
    .copy-btn.copied::before {
        margin-right: 2px;
    }
}


/* New Footer Layout */
@media (max-width: 991px) {
    .footer-container .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-container .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-container .foot-list-last .list {
        display:none;
    }
    .addresses-utils {
        display: flex;
        flex-direction: column;
    }
    .addresses {
        order: 2;
    }
    #menu-footer-1st-col-menu {
        order: 1;
        display: block;
    }
}