/* Start custom CSS for html, class: .elementor-element-bdf7b07 */```css
/* =========================================
SECTION BUTTONS
========================================= */

.kzm-section-btn{

text-align:center;

margin-top:45px;

}

/* BUTTON */

.kzm-browse-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:12px;

padding:18px 34px;

border-radius:18px;

background:
linear-gradient(
135deg,
#39ff14,
#00c853
);

color:#000;

font-size:16px;

font-weight:800;

text-decoration:none;

transition:0.3s ease;

box-shadow:
0 12px 30px rgba(57,255,20,0.18);

}

/* HOVER */

.kzm-browse-btn:hover{

transform:
translateY(-4px) scale(1.03);

box-shadow:
0 18px 40px rgba(57,255,20,0.28);

}

/* ORANGE VERSION */

.kzm-orange{

background:
linear-gradient(
135deg,
#ff9800,
#ffb300
);

box-shadow:
0 12px 30px rgba(255,152,0,0.18);

}

/* ORANGE HOVER */

.kzm-orange:hover{

box-shadow:
0 18px 40px rgba(255,152,0,0.28);

}

/* MOBILE */

@media(max-width:768px){

.kzm-browse-btn{

width:100%;

padding:17px 20px;

font-size:15px;

}

}
```/* End custom CSS */