/*
Theme Name: Weare
Theme URI: https://www.mongo.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.mongo.shakedeal.co.il/
Description: Custom Design Theme - Ultra Modern Edition
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Business
Text Domain: weare
*/

/* ============================================
   CSS Custom Properties
   ============================================ */
:root {
    --green-primary: #109440;
    --green-light: #49c858;
    --green-dark: #2b4925;
    --green-link: #83a83e;
    --green-neon: #3dff7f;
    --green-glow: rgba(16, 148, 64, 0.5);
    --gray-dark: #6d6e71;
    --gray-text: #4d4d4d;
    --gray-border: #e4e7eb;
    --gray-placeholder: #808080;
    --black: #231f20;
    --white: #fff;
    --bg-main: #f0f2f5;
    --bg-card: rgba(255, 255, 255, 0.85);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.14);
    --shadow-glow: 0 0 30px rgba(16, 148, 64, 0.2);
    --shadow-glow-strong: 0 0 50px rgba(16, 148, 64, 0.35);
    --shadow-card-hover: 0 20px 60px rgba(16, 148, 64, 0.2), 0 8px 24px rgba(0, 0, 0, 0.08);
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-full: 9999px;
    --transition-fast: 0.2s cubic-bezier(0.22, 1, 0.36, 1);
    --transition-base: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    --transition-slow: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    --font-main: 'Heebo', sans-serif;
}

/* ============================================
   Global Reset & Base
   ============================================ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--black);
    text-align: right;
    direction: rtl;
    font-weight: 400;
    background: var(--bg-main);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    color: var(--gray-text);
    letter-spacing: -0.03em;
}

ul, li, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.cls {
    clear: both;
}

a {
    color: var(--green-link);
    text-decoration: none;
    transition: all var(--transition-base);
}

a:hover {
    color: var(--green-primary);
    text-decoration: none;
}

iframe, object, embed {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--green-primary) !important;
    box-shadow: 0 0 0 4px rgba(16, 148, 64, 0.12), 0 0 20px rgba(16, 148, 64, 0.08) !important;
    transition: all var(--transition-fast);
}

input, textarea, select {
    font-family: var(--font-main);
    text-align: right;
    transition: all var(--transition-base);
}

.img-fluid {
    width: 100%;
    height: auto;
    display: inline-block;
}

/* ============================================
   Container
   ============================================ */
.container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ============================================
   Header — Floating Glass Bar
   ============================================ */
.header-area {
    padding: 16px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    position: relative;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
}

.header-right {
    width: 55%;
    float: right;
}

.logo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 229px;
    transition: all var(--transition-bounce);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.08));
}

.logo img:hover {
    transform: scale(1.06) rotate(-1deg);
    filter: drop-shadow(0 4px 16px rgba(16, 148, 64, 0.2));
}

.header-left {
    width: 45%;
    float: left;
    padding: 13px 0 0 0;
}

.whatsapp {
    float: left;
    position: relative;
    top: -4px;
}

.callnow {
    float: left;
    margin: 0 0 0 10px;
}

/* ============================================
   Hero Search Area — Bold Gradient + Orbs
   ============================================ */
.searchbox_main_sec {
    background: linear-gradient(135deg, #0a7a33 0%, var(--green-primary) 30%, var(--green-light) 70%, #0a7a33 100%);
    background-size: 300% 300%;
    animation: gradientShift 8s ease-in-out infinite;
    padding: 56px 0;
    position: relative;
    overflow: hidden;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Floating orbs */
.searchbox_main_sec::before {
    content: "";
    position: absolute;
    top: -30%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatOrb1 10s ease-in-out infinite;
    pointer-events: none;
}

.searchbox_main_sec::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatOrb2 12s ease-in-out infinite;
    pointer-events: none;
}

@keyframes floatOrb1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, 30px) scale(1.1); }
    66% { transform: translate(20px, -20px) scale(0.95); }
}

@keyframes floatOrb2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -25px) scale(1.05); }
    66% { transform: translate(-15px, 35px) scale(0.9); }
}

.searchbox {
    padding: 12px 0;
    position: relative;
    z-index: 2;
}

.searchbox input {
    width: calc(100% - 24px);
    height: 56px;
    padding: 0 20px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255,255,255,0.8);
    transition: all var(--transition-base);
}

.searchbox input::placeholder {
    color: var(--gray-placeholder);
    transition: all var(--transition-fast);
}

.searchbox input:focus {
    background: var(--white);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.15), 0 12px 40px rgba(0, 0, 0, 0.12), var(--shadow-glow) !important;
    transform: translateY(-2px) scale(1.01);
}

.searchbox input:focus::placeholder {
    opacity: 0.4;
    transform: translateX(-8px);
}

/* ============================================
   Filter Area
   ============================================ */
.filter-area {
    padding: 12px 0;
    height: 50px;
    position: relative;
    z-index: 2;
}

.category-box {
    float: right;
    width: 49%;
}

.city-box {
    float: left;
    width: 49%;
}

.filter-area select {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 2px solid var(--gray-border);
    background: var(--white);
    color: var(--gray-dark);
    border-radius: var(--radius-md);
    font-size: 18px;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.filter-area select:hover {
    border-color: var(--green-primary);
    box-shadow: var(--shadow-md), 0 0 0 3px rgba(16, 148, 64, 0.06);
    transform: translateY(-1px);
}

.filter-area select {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06) !important;
}

/* ============================================
   Main Content
   ============================================ */
.main-content {
    padding: 32px 0;
    margin: 0;
    border-top: none;
    background: var(--bg-main);
}

.page-title {
    padding: 0 0 24px 0;
    overflow: hidden;
    display: none;
}

.page-title h1 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 800;
}

.page-title div {
    color: var(--gray-text);
    font-size: 21px;
    font-weight: 600;
}

/* ============================================
   Product Cards — Animated Border + Glow
   ============================================ */
.product-list {
    margin: 0 0 24px 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    position: relative;
    padding-left: 0;
    transition: all var(--transition-base);
    background: var(--bg-card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.product-list:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-6px) scale(1.01);
}

/* Animated gradient border on hover */
.product-list::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--green-light), var(--green-primary), var(--green-neon), var(--green-dark));
    background-size: 400% 400%;
    border-radius: calc(var(--radius-lg) + 2px);
    z-index: -1;
    opacity: 0;
    transition: opacity var(--transition-base);
    animation: borderGlow 3s ease-in-out infinite;
}

.product-list:hover::before {
    opacity: 1;
}

@keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Bottom accent line */
.product-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--green-neon), var(--green-primary), var(--green-light));
    transition: width var(--transition-slow);
    z-index: 2;
}

.product-list:hover::after {
    width: 100%;
}

.product-inner {
    padding: 0;
    overflow: hidden;
    height: 100%;
    border: 1.5px solid rgba(109, 110, 113, 0.12);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
    background: var(--white);
    position: relative;
    z-index: 1;
}

.product-list:hover .product-inner {
    border-color: transparent;
}

.product-inner-right {
    width: 80%;
    float: right;
}

.product-list:nth-child(odd) .product-inner .icon_png {
    background: var(--gray-dark);
}

.product-thumb {
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* Image overlay gradient on hover */
.product-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(16, 148, 64, 0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity var(--transition-base);
    pointer-events: none;
    z-index: 1;
}

.product-list:hover .product-thumb::after {
    opacity: 1;
}

.product-thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 0;
    transition: transform var(--transition-slow), filter var(--transition-base);
    will-change: transform;
}

.product-list:hover .product-thumb img {
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.02);
}

.product-inner-left {
    width: calc(64% - 1px);
    float: right;
    padding: 14px 18px 14px 0;
}

.product-info {
    padding: 10px 0 0 0;
}

.product-info h2 {
    font-size: 16px;
    line-height: 22px;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all var(--transition-fast);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.product-list:hover .product-info h2 {
    color: var(--green-primary);
    transform: translateX(-3px);
}

.product-info p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    font-weight: 300;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color var(--transition-fast);
}

.product-list:hover .product-info p {
    color: #444;
}

.product-info span {
    font-size: 11px;
    line-height: 14px;
    color: #080808;
    font-weight: 700;
    display: block;
}

.product-info label {
    font-size: 12px;
    color: var(--green-primary);
    display: block;
    line-height: 16px;
    font-weight: 600;
}

.product-info a {
    color: #111;
    cursor: pointer;
}

.product-info a label {
    cursor: pointer;
}

.fulllink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 11;
}

.icon_png {
    background: var(--green-primary);
    align-items: center;
    display: flex;
    padding: 0 5px;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

/* Shine sweep on icon on hover */
.icon_png::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: top var(--transition-slow);
}

.product-list:hover .icon_png::after {
    top: 200%;
}

.product-list:hover .icon_png {
    background: var(--green-light) !important;
}

.images_phone_location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 21px;
    gap: 11px;
    align-items: center;
    height: 100%;
}

/* ============================================
   Card Entry Animations
   ============================================ */
@keyframes cardSlideIn {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.product-list {
    animation: cardSlideIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.product-list:nth-child(1) { animation-delay: 0.04s; }
.product-list:nth-child(2) { animation-delay: 0.08s; }
.product-list:nth-child(3) { animation-delay: 0.12s; }
.product-list:nth-child(4) { animation-delay: 0.16s; }
.product-list:nth-child(5) { animation-delay: 0.2s; }
.product-list:nth-child(6) { animation-delay: 0.24s; }
.product-list:nth-child(7) { animation-delay: 0.28s; }
.product-list:nth-child(8) { animation-delay: 0.32s; }
.product-list:nth-child(9) { animation-delay: 0.36s; }
.product-list:nth-child(10) { animation-delay: 0.4s; }

/* ============================================
   Page Content
   ============================================ */
.page-content {
    overflow: hidden;
}

.page-content p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 20px 0;
    color: #444;
}

/* ============================================
   Signup Form — Glassmorphism Card
   ============================================ */
.signup-form-area {
    padding: 8%;
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
}

/* Decorative gradient blob */
.signup-form-area::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16, 148, 64, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.signup-form-list {
    padding: 0 0 20px 0;
}

.signup-form-list input {
    width: calc(100% - 28px);
    height: auto;
    border: 2px solid var(--gray-border);
    padding: 16px 14px;
    color: var(--black);
    border-radius: var(--radius-md);
    font-size: 15px;
    background: rgba(250, 250, 250, 0.8);
    transition: all var(--transition-base);
}

.signup-form-list input:focus {
    background: var(--white);
    transform: translateY(-1px);
}

.signup-form-list textarea {
    width: calc(100% - 28px);
    height: 130px;
    border: 2px solid var(--gray-border);
    padding: 16px 14px;
    color: var(--black);
    resize: none;
    border-radius: var(--radius-md);
    font-size: 15px;
    background: rgba(250, 250, 250, 0.8);
    transition: all var(--transition-base);
}

.signup-form-list textarea:focus {
    background: var(--white);
    transform: translateY(-1px);
}

.signup-form-send {
    overflow: hidden;
}

.signup-form-send input {
    width: 200px;
    height: 56px;
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
    color: var(--white);
    text-align: center;
    float: right;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    box-shadow: 0 6px 24px rgba(16, 148, 64, 0.35);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.02em;
}

/* Button shine effect */
.signup-form-send input::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.signup-form-send input:hover::before {
    left: 100%;
}

.signup-form-send input:hover {
    background: linear-gradient(135deg, var(--green-light), var(--green-primary));
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 40px rgba(16, 148, 64, 0.45), var(--shadow-glow);
}

.signup-form-send input:active {
    transform: translateY(-1px) scale(1);
}

/* ============================================
   Business Details Page
   ============================================ */
.go-back-btn {
    padding: 0 0 24px 0;
    overflow: hidden;
}

.go-back-btn a {
    background: url(images/go-back-arrow.png) no-repeat 25px center;
    background-color: var(--green-light);
    text-decoration: none;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    padding: 14px 28px 14px 55px;
    border-radius: var(--radius-full);
    font-weight: 700;
    box-shadow: 0 6px 24px rgba(73, 200, 88, 0.35);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.go-back-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all var(--transition-slow);
}

.go-back-btn a:hover::after {
    width: 300px;
    height: 300px;
}

.go-back-btn a:hover {
    background-color: var(--green-dark);
    color: var(--white);
    transform: translateX(5px);
    box-shadow: 0 8px 32px rgba(43, 73, 37, 0.4);
}

.business-featured-image {
    padding: 0 0 24px 0;
    overflow: hidden;
    border-radius: var(--radius-xl);
}

.business-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-xl);
    border: none;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-slow);
}

.business-featured-image img:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

.business-details-content {
    overflow: hidden;
}

.business-details-content h1 {
    font-size: 28px;
    line-height: 36px;
    padding: 0 0 16px 0;
    font-weight: 900;
    background: linear-gradient(135deg, var(--gray-text), var(--green-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.business-details-content h4 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 16px 0;
    color: var(--green-primary);
    font-weight: 700;
}

.business-details-content p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 20px 0;
    color: #555;
}

.business-hours h4 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 16px 0;
    color: var(--green-primary);
    font-weight: 700;
}

.business-hours p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 20px 0;
}

.alldays_timing_single {
    padding: 10px 16px;
    line-height: 24px;
    margin: 12px 0;
    background: linear-gradient(135deg, rgba(16, 148, 64, 0.04), rgba(16, 148, 64, 0.02));
    border-radius: var(--radius-sm);
    border-right: 4px solid var(--green-primary);
    transition: all var(--transition-fast);
}

.alldays_timing_single:hover {
    background: linear-gradient(135deg, rgba(16, 148, 64, 0.08), rgba(16, 148, 64, 0.04));
    transform: translateX(-4px);
}

.business-links {
    overflow: hidden;
}

.business-links ul li {
    padding: 0 0 12px 0;
}

.business-links ul li a {
    display: block;
    padding: 14px 52px 14px 20px;
    color: #444;
    border-radius: var(--radius-md);
    background-color: rgba(248, 249, 250, 0.8);
    transition: all var(--transition-base);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.business-links ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 0;
    background: var(--green-primary);
    transition: height var(--transition-base);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.business-links ul li a:hover::before {
    height: 100%;
}

.business-links ul li a:hover {
    color: var(--green-primary);
    background-color: rgba(16, 148, 64, 0.04);
    border-color: rgba(16, 148, 64, 0.1);
    transform: translateX(-6px);
    box-shadow: var(--shadow-sm);
}

.business-links ul li.whatapp a {
    background-image: url(images/business-whatsapp-icon.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.business-links ul li.phone a {
    background-image: url(images/business-phone-icon.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.business-links ul li.link a {
    background-image: url(images/business-link-icon.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* ============================================
   Select2 — Modern Dropdown
   ============================================ */
.select2-container--default .select2-selection--single {
    background-color: var(--white);
    border: 2px solid var(--gray-border);
    height: 54px;
    border-radius: var(--radius-md);
    font-size: 18px;
    color: var(--gray-placeholder);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
}

.select2-container--default .select2-selection--single:hover {
    border-color: var(--green-primary);
    box-shadow: var(--shadow-md), 0 0 0 3px rgba(16, 148, 64, 0.06);
}

.select2-container--open .select2-dropdown {
    left: 0;
    top: -8px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    animation: dropdownSlide 0.25s ease-out;
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-8px) scaleY(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

span.select2-selection__arrow:after {
    content: "";
    background-image: url("https://www.dosearch.co.il/wp-content/uploads/2023/06/Vector_dop.png");
    position: absolute;
    left: 6px;
    top: 8px;
    width: 33px;
    height: 30px;
    background-repeat: no-repeat;
    transition: transform var(--transition-base);
}

.select2-container--open .select2-selection__arrow:after {
    transform: rotate(180deg);
}

/* ============================================
   Utility
   ============================================ */
.show { display: block; }
.hide { display: none; }
.flt_left { float: left; }
b { display: none; }
select#state { appearance: none; }

/* ============================================
   Autocomplete — Glass Dropdown
   ============================================ */
#search_inputautocomplete-list {
    position: relative;
    z-index: 999999;
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-lg);
    margin-top: 8px;
    overflow: hidden;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.autocomplete-items {
    position: absolute;
    border: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: rgba(255, 255, 255, 0.95);
}

.autocomplete-items div {
    padding: 16px 20px;
    cursor: pointer;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    transition: all var(--transition-fast);
    font-size: 15px;
    position: relative;
}

.autocomplete-items div::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--green-primary);
    transform: scaleY(0);
    transition: transform var(--transition-fast);
}

.autocomplete-items div:hover {
    background: rgba(16, 148, 64, 0.05);
    padding-right: 28px;
}

.autocomplete-items div:hover::before {
    transform: scaleY(1);
}

.autocomplete-items div:last-child {
    border-bottom: none;
}

.autocomplete-active {
    background: var(--green-primary) !important;
    color: var(--white);
}

/* ============================================
   PDF Button — Pill with Glow
   ============================================ */
.pdf-button {
    padding: 10px 0;
    overflow: hidden;
}

.pdf-button a {
    background: linear-gradient(135deg, var(--green-light), var(--green-primary));
    text-decoration: none;
    color: var(--white);
    display: inline-block;
    padding: 14px 32px 14px 55px;
    border-radius: var(--radius-full);
    font-weight: 700;
    box-shadow: 0 6px 24px rgba(73, 200, 88, 0.35);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.pdf-button a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.6s ease;
}

.pdf-button a:hover::after {
    left: 100%;
}

.pdf-button a:hover {
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
    color: var(--white);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 40px rgba(43, 73, 37, 0.4), var(--shadow-glow);
}

/* ============================================
   Additional Pages Grid
   ============================================ */
.additional-pages-area {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 24px 0 0 0;
    gap: 4px;
}

.page-item-icon {
    width: 8%;
    margin: 0 1% 10px 1%;
    text-align: center;
    overflow: hidden;
    transition: all var(--transition-bounce);
}

.page-item-icon:hover {
    transform: translateY(-6px) scale(1.05);
}

.page-item-icon p {
    font-size: 14px;
    padding: 10px 0 0 0;
}

.page-item-icon p a {
    color: #000;
    text-decoration: none;
    transition: all var(--transition-fast);
}

.page-item-icon p a:hover {
    color: var(--green-light);
    text-shadow: 0 0 12px rgba(73, 200, 88, 0.3);
}

/* ============================================
   Login / CTA Buttons — Pulsing Glow
   ============================================ */
.login_button a,
.callnow a {
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
    color: var(--white);
    padding: 10px 44px;
    border-radius: var(--radius-md);
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 6px 24px rgba(16, 148, 64, 0.3);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.01em;
}

/* Ripple glow on hover */
.login_button a::before,
.callnow a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all var(--transition-slow);
}

.login_button a:hover::before,
.callnow a:hover::before {
    width: 400px;
    height: 400px;
}

.login_button a:hover,
.callnow a:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 40px rgba(16, 148, 64, 0.45), var(--shadow-glow);
    color: var(--white);
}

.login_button a:active,
.callnow a:active {
    transform: translateY(-1px) scale(1.01);
}

/* ============================================
   State Box Arrow
   ============================================ */
.state-box.flex_new {
    position: relative;
}

.state-box.flex_new:after {
    content: "";
    background-image: url(https://www.dosearch.co.il/wp-content/uploads/2023/06/Vector_dop.png);
    position: absolute;
    left: 6px;
    top: 8px;
    width: 33px;
    height: 30px;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: transform var(--transition-base);
}

/* ============================================
   Login Form (TML) — Modern Glass
   ============================================ */
.tml.tml-login {
    width: 50%;
    margin: 24px auto;
}

.tml-login form {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-lg);
    padding: 36px 40px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255,255,255,0.5);
    position: relative;
    overflow: hidden;
}

.tml-login form::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(16, 148, 64, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.tml-login input.tml-field,
input#user_pass {
    width: calc(100% - 28px);
    border: 2px solid var(--gray-border);
    padding: 14px;
    color: var(--black);
    margin-bottom: 0 !important;
    border-radius: var(--radius-md);
    font-size: 15px;
    background: rgba(250, 250, 250, 0.8);
    transition: all var(--transition-base);
}

.tml-login input.tml-field:focus,
input#user_pass:focus {
    background: var(--white);
    transform: translateY(-1px);
}

.tml-login button.tml-button {
    color: var(--white);
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
    border: none;
    display: inline-block;
    padding: 14px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: var(--radius-md);
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(16, 148, 64, 0.35);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.tml-login button.tml-button:hover {
    background: linear-gradient(135deg, var(--green-light), var(--green-primary));
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(16, 148, 64, 0.45), var(--shadow-glow);
}

.tml-login label.tml-label {
    margin-top: 14px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.tml-login input checkbox {
    width: inherit;
    height: 28px;
}

.tml-login ul.tml-links {
    display: none;
}

/* ============================================
   Custom Scrollbar — Sleek
   ============================================ */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--green-primary), var(--green-dark));
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--green-light), var(--green-primary));
    box-shadow: 0 0 8px var(--green-glow);
}

/* ============================================
   Selection Color — Branded
   ============================================ */
::selection {
    background: rgba(16, 148, 64, 0.18);
    color: var(--green-dark);
}

::-moz-selection {
    background: rgba(16, 148, 64, 0.18);
    color: var(--green-dark);
}

/* ============================================
   Focus Visible — Accessibility
   ============================================ */
:focus-visible {
    outline: 2px solid var(--green-primary);
    outline-offset: 3px;
    border-radius: 4px;
}

/* ============================================
   RESPONSIVE: 1400px+
   ============================================ */
@media (min-width: 1400px) {
    .page-id-2 .container {
        max-width: 1600px !important;
        width: 1600px !important;
    }
    .product-info h2 {
        font-size: 22px !important;
        line-height: 26px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0 !important;
    }
    .product-info p {
        font-size: 17px !important;
    }
}

/* ============================================
   RESPONSIVE: 1170px+
   ============================================ */
@media (min-width: 1170px) {
    .filter-area {
        width: 65%;
        justify-content: center !important;
        margin: 0 auto;
        column-gap: 30px !important;
    }
}

/* ============================================
   RESPONSIVE: 991px and below
   ============================================ */
@media (max-width: 991px) {
    .tml.tml-login {
        width: 100% !important;
    }
}

/* ============================================
   RESPONSIVE: 767px and below
   ============================================ */
@media (max-width: 767px) {
    .filter-area {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .category-box { width: 100%; }
    .filter-area select { width: 100% !important; }
    .city-box { width: 100%; }

    .product-inner {
        display: flex;
        justify-content: space-between;
    }
    .searchbox_main_sec { padding: 30px 20px; }
    .main-content { padding: 30px 20px 20px 20px !important; }
    select#business { display: none; }

    .images_phone_location img {
        width: 25px;
        transition: all var(--transition-bounce);
    }
    .images_phone_location img:hover {
        transform: scale(1.2) rotate(-5deg);
    }

    .product-info p { font-size: 14px; }
    .product-thumb img { height: 140px; }
    .product-info span {
        font-size: 14px;
        color: #010101;
        font-weight: 500;
    }
    span.onload_get_distance {
        margin: 6px 0 0;
        font-size: 14px;
    }
    .product-info span { font-size: 13px !important; }

    .login_button a {
        padding: 10px 24px !important;
        font-size: 18px !important;
    }
    .callnow a {
        padding: 10px 24px !important;
        font-size: 18px !important;
    }
    .product-info label {
        overflow: inherit !important;
        white-space: inherit !important;
        text-overflow: inherit !important;
    }

    .header-right {
        width: 100% !important;
        text-align: center !important;
    }
    .header-left {
        width: 100% !important;
        padding: 13px 0 0 0;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: row-reverse !important;
    }
    .main_login {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .login_button a { margin-right: 0 !important; }
    .callnow { margin-bottom: 0 !important; }
}

/* ============================================
   RESPONSIVE: 480px and below
   ============================================ */
@media only screen and (max-width: 480px) {
    .page-item-icon {
        width: 23%;
        margin: 0 1% 10px 1%;
    }
    .hide-icon-mobile { display: none; }
    .tml.tml-login {
        padding: 20px 8px;
        min-width: 300px;
        width: 100% !important;
    }
}

/* ============================================
   RESPONSIVE: 421px - 767px
   ============================================ */
@media (min-width: 421px) and (max-width: 767px) {
    .product-inner-right {
        width: 40%;
        float: right;
    }
    .images_phone_location { padding: 0 11px; }
    body .product-inner-left {
        width: calc(46% - 1px) !important;
    }
}

/* ============================================
   RESPONSIVE: 420px and below
   ============================================ */
@media (max-width: 420px) {
    body .product-inner-left { width: calc(50% - 1px) !important; }
    .images_phone_location img { width: 22px !important; }
    .product-info p { width: 100% !important; }
    .product-info span {
        width: 100% !important;
        overflow: inherit !important;
        white-space: inherit !important;
        text-overflow: initial !important;
    }
    .product-info label {
        overflow: inherit !important;
        white-space: inherit !important;
        text-overflow: initial !important;
    }
    .images_phone_location { padding: 0 10px !important; }

    body .filter-area { height: auto !important; }
    span.select2-selection__arrow:after {
        left: 10px;
        top: 8px;
        background-size: 22px;
    }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .state-box.flex_new:after {
        left: 10px;
        top: 10px;
        background-size: 22px;
    }
    .filter-area select {
        font-size: 14px;
        height: 44px !important;
    }
    .select2-container--default .select2-selection--single { height: 44px !important; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px !important;
    }
    .product-inner-right { width: 30%; }
}

/* ============================================
   RESPONSIVE: 350px and below
   ============================================ */
@media (max-width: 350px) {
    .state-box.flex_new:after { background-size: 22px !important; }
    span.select2-selection__arrow:after { background-size: 22px; }
}

/* ============================================
   Reduced Motion — Accessibility
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .searchbox_main_sec {
        background-size: 100% 100%;
    }
}