html {
scroll-behavior: smooth;
scroll-padding-top: 80px; 
}

.elementor-5020 .elementor-element.elementor-element-a7cc6f .bdt-navbar-nav > li > a {
text-transform: default !important;
}

.grecaptcha-badge { 
visibility: hidden !important; 
display:none !important;
} 


ul.vaerix-list {
list-style-type: none; 
padding: 0px;
margin-top:25px;
}

li.vaerix-list-item {
list-style-type: none;
margin-bottom:25px;
}

.pazk-link , .pazk-list-link {
color: #777;
}

.pazk-link:hover, .pazk-list-link:hover {
color:#339900;
}

bdt-navbar-nav {
height: 60px !important;
}

#main-header-nav {
will-change: transform; 
transform: translateZ(0);
-webkit-transform: translateZ(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
}

body.home .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: -45px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: -45px;
}

.hover {
--start: -125px;/
--up: 250px;
--down: 180px;
position: relative;
top: var(--start);
animation: float-smooth 4s ease-in-out infinite alternate;
}

@keyframes float-smooth {
from { transform: translateY(calc(-1 * var(--up))); }  /* start high */
to   { transform: translateY(var(--down)); }           /* go low */
}

.elementor-image-carousel-caption a {
color:#777;
}

.elementor-image-carousel-caption a:hover {
color:#daff00;
}

.uicore-navbar.uicore-transparent,
body.home .uicore-navbar.uicore-transparent,
.uicore-navbar.uicore-transparent.uicore-scrolled,
body.home .uicore-navbar.uicore-transparent.uicore-scrolled  {
display:none !important;
}

.scrolling-modal {
overflow-y: scroll !important;
}

.form-section-separater {
border: none; 
height: 1px; 
background: #000; 
background: repeating-linear-gradient(90deg,#999,#999 6px,transparent 6px,transparent 12px); 
margin:40px 0;
}

.wpcf7-form label {
font-size: 16px;
color: #777;
}

.wpcf7-list-item-label {
font-size: 16px;
color: #161616;
}

.bdt-drop.bdt-open {
display: block;
top: 86px !important;
background:#333;
}

.bdt-navbar-dropdown-nav>li {
text-align:center !important;
}

.bdt-navbar-dropdown-nav>li>a {
color: #fff !important;
}

.bdt-navbar-dropdown-nav>li>a:hover {
color: #daff00 !important;
}

button.vaerix-add-to-cart {
background:#daff00;
color:#161616;
padding:20px;
font-size:20px;
font-weight:600;
border-radius:5px;
width:80%;
cursor: pointer;
transition: all 0.3s ease; /* smooth transition */
}

button.vaerix-add-to-cart:hover {
background:#8edd4b;
color:#161616;
padding:20px;
font-size:20px;
font-weight:600;
border-radius:5px;
width:80%;
cursor: pointer;
}

/* Style ONLY the Vaerix service area dropdown */
#vaerix-service-area {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    padding: 12px 16px;
    padding-right: 0px; /* space for chevron */
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    text-align-last: center; /* Ensures selected text stays centered */
    cursor: pointer;
    transition: all 0.25s ease;
    background-image: url("data:image/svg+xml;utf8,");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
}

#vaerix-service-area:hover {
    border-color: #999;
}

#vaerix-service-area:focus {
    border-color: #0099ff;
    box-shadow: 0 0 6px rgba(0, 153, 255, 0.35);
    outline: none;
}


.vaerix-select-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto 30px auto;
}

.vaerix-select-wrap-2 {
    position: relative;
    width: 100%;
    margin: 0 auto 30px auto;
}

.vaerix-select-wrap select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    text-align: center;
}

.vaerix-select-wrap-2 select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    text-align: center;
}

/* Hover / focus styles */
.vaerix-select-wrap select:hover,
.vaerix-select-wrap select:focus {
    border-color: #007cba;
    box-shadow: 0 0 5px rgba(0,124,186,0.5);
    outline: none;
}

/* Hover / focus styles */
.vaerix-select-wrap-2 select:hover,
.vaerix-select-wrap-2 select:focus {
    border-color: #007cba;
    box-shadow: 0 0 5px rgba(0,124,186,0.5);
    outline: none;
}

/* Add the custom down arrow */
.vaerix-select-wrap::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #666;
}

/* Add the custom down arrow */
.vaerix-select-wrap-2::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #666;
}

.table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name a {
color:#161616;
}

.woocommerce-cart .product-name a {
    pointer-events: none; /* disables clicking */
    cursor: default;      /* normal cursor instead of hand */
    color: inherit;       /* keep text color same */
    text-decoration: none; /* remove underline if any */
}












/* --- CF7 Forced Toggle (Isolated Namespace) --- */

.cf7-toggle-enhanced {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    cursor: pointer !important;
    position: relative !important;
}

.cf7-toggle-enhanced input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.cf7-toggle-enhanced .cf7-toggle-slider {
    display: block !important;
    width: 52px !important;
    height: 30px !important;
    background: #d0d0d0 !important;
    border-radius: 30px !important;
    position: relative !important;
    transition: background 0.25s ease !important;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.2) !important;
    flex-shrink: 0 !important;
}

.cf7-toggle-enhanced .cf7-toggle-slider::after {
    content: "" !important;
    position: absolute !important;
    width: 24px !important;
    height: 24px !important;
    top: 3px !important;
    left: 3px !important;
    background: white !important;
    border-radius: 50% !important;
    transition: transform 0.25s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
}

.cf7-toggle-enhanced input[type="checkbox"]:checked + .cf7-toggle-slider {
    background: #0372ff !important;
}

.cf7-toggle-enhanced input[type="checkbox"]:checked + .cf7-toggle-slider::after {
    transform: translateX(22px) !important;
}













/* FIX FOR TEXT ALIGNMENT BESIDE TOGGLE */
.vaerix-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px; /* spacing between toggle and text */
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 0; /* remove previous padding-left */
}

/* Hide native checkbox */
.vaerix-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

/* Slider track */
.vaerix-slider {
    width: 48px;
    height: 26px;
    background: #ccc;
    border-radius: 20px;
    position: relative;
    flex-shrink: 0;        /* prevents shrinking */
    transition: 0.25s ease;
}

/* Slider knob */
.vaerix-slider:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 2px;
    top: 2px;
    background: #fff;
    border-radius: 50%;
    transition: 0.25s ease;
}

/* Checked state */
.vaerix-toggle input:checked + .vaerix-slider {
    background: #0074ff;
}

.vaerix-toggle input:checked + .vaerix-slider:before {
    transform: translateX(22px);
}

/* Text stays neatly on one side */
.vaerix-label-text {
    display: inline-block;
    max-width: 100%;
}

.uicore-single-header {
display:none !important;
}

.uicore-section.uicore-box>.uicore-container {
max-width:100% !important;
}

.uicore.uicore-box .uicore.uicore-container {
padding:0px !important;
}


.bdt-sticky.elementor-element.elementor-element-33d4d8fc.e-con-full.e-flex.e-con.e-parent.e-lazyloaded.bdt-sticky-fixed {
left: 0px !important;
}

.site-main.uicore-section.uicore-box.uicore {
padding:0px !important;
}

.uicore.uicore-box .uicore.uicore-container {
width: 100%;
padding: 0px !important;
margin: 0px !important;
}

.elementor-7098 .elementor-element.elementor-element-6da6cc30 .bdt-navbar-dropdown-nav > li > a {
background:Transparent;
}

.elementor-7098 .elementor-element.elementor-element-6da6cc30 .bdt-navbar-nav > li > a {
text-transform:uppercase !important;
}

.uicore-post-content ul {
padding-left: 0px !important;
}

ul.blog-unordered-list {
margin-left:0px;
}

signature-pad {
background-color:#f3f3f3 !important;
border:2px solid #f09 !important;
}

.wpcf7 textarea {
font-family: 'PAZK-SOLID', Sans-serif !important;
font-weight:normal;
}

.show_xl {
display:inline-block !important;
}
	
.hide_xl {
display:none !important;
}









	
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

html {
scroll-behavior: smooth;
scroll-padding-top: 72px; /* match your sticky header height */
}

.uicore-mobile-nav-show .uicore-navigation-wrapper {
transform: translate3d(0, 0, 0);
padding-top: 25px;
margin-top:0px;
top:0 !important
}

.uicore-navigation-wrapper .uicore-menu-container .uicore-menu {
top: 60px;
}

.uicore-menu .ui-menu-item-wrapper {
color:#161616;
font-size: 28px;
}

.uicore-custom-area.uicore-only-mobile {
display:none;
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item.uicore-visible {
font-size: 36px;
color:#ff0000 !important;
}

.mobile-form-spacer {
border: none; 
height: 40px !important; 
background: transparent; 
}

.uicore.uicore-box .uicore.uicore-container {
width: 100% !important;
padding: 0px !important;
margin: 0px !important;
}

.pazk-link , .pazk-list-link {
color: #777 !important;
}

.pazk-link:hover, .pazk-list-link:hover {
color:#339900 !important;
}

.show_xs {
display:inline-block !important;
}
	
.hide_xs {
display:none !important;
}
	
}