@charset "UTF-8";.floating-cta{position:fixed;right:20px;bottom:20px;z-index:999;display:flex;flex-direction:column;gap:10px}.cta-button{display:inline-flex;align-items:center;padding:12px 25px;border-radius:5px;text-decoration:none;font-family:'IRANSans',sans-serif;font-size:16px;font-weight:bold;transition:all 0.3s ease;box-shadow:0 2px 5px rgba(0,0,0,0.2);gap:8px}.cta-phone{background-color:white;color:#28a745;border:2px solid #28a745}.cta-phone:hover{background-color:#28a745;color:white;transform:translateX(-5px)}.cta-whatsapp{background-color:#25D366;border:2px solid #25D366;color:white}.cta-whatsapp:hover{background-color:#128C7E;border-color:#128C7E;transform:translateX(-5px)}.cta-icon{font-size:20px}@media (max-width:768px){.floating-cta{position:fixed;left:0;right:auto;top:50%;bottom:auto;transform:translateY(-50%);background-color:white;padding:10px;border-radius:0 8px 8px 0;box-shadow:2px 0 5px rgba(0,0,0,0.1);transition:transform 0.3s ease;transform:translateX(-200px)}.floating-cta.active{transform:translateX(0)}.cta-button{width:200px;margin:5px 0}.arrow-toggle{position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:30px;height:60px;background-color:#f8f9fa;border:1px solid #dee2e6;border-left:none;border-radius:0 8px 8px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:2px 0 5px rgba(0,0,0,0.1)}.arrow-toggle i{transition:transform 0.3s ease}.floating-cta.active .arrow-toggle i{transform:rotate(180deg)}}
