/*
Theme Name: Kian Qazel
Theme URI: https://example.com
Description: WordPress WooCommerce theme converted from static design.
Version: 1.3.0
Author: OpenAI
Text Domain: kian-qazel
*/


/* Services heading staircase */
.services-stair-note{display:flex;flex-direction:column;align-items:flex-start;gap:12px;line-height:1.9;}
.services-stair-intro{font-size:clamp(14px,1.4vw,17px);}
.services-stair-boxes{display:flex;flex-direction:column;align-items:flex-start;gap:8px;direction:rtl;}
.services-stair-boxes span{display:block;padding:8px 14px;border:1px solid rgba(7,45,68,.16);border-radius:6px;background:rgba(255,255,255,.7);font-weight:700;min-width:112px;text-align:center;box-sizing:border-box;}
.services-stair-boxes span:nth-child(1){margin-right:0;}
.services-stair-boxes span:nth-child(2){margin-right:34px;}
.services-stair-boxes span:nth-child(3){margin-right:68px;}
@media (max-width:700px){.services-stair-boxes span:nth-child(2){margin-right:20px}.services-stair-boxes span:nth-child(3){margin-right:40px}}
