.our-services .box{background:var(--foreground);color:#fff;cursor:pointer;border-radius:50px;width:360px;height:350px;padding:40px;transition:all .3s;position:relative;overflow:hidden}.our-services .box:hover{background:var(--primary);color:var(--foreground);transform:rotate(-3deg)}.our-services .box .content{z-index:1;flex-direction:column;gap:16px;height:100%;display:flex;position:relative}.our-services .icons{color:#fff;transition:color .3s}.our-services .box:hover .icons{color:var(--foreground)}.our-services .box h3{color:#fff;letter-spacing:.5px;margin-top:10px;font-weight:500;transition:color .3s}.our-services .box:hover h3{color:var(--foreground)}.our-services .box p{color:#ffffffe6;letter-spacing:.3px;margin-top:8px;font-size:12px;font-weight:400;line-height:1.6;transition:color .3s}.our-services .box:hover p{color:var(--foreground)}.our-services .arrow{color:#fff;transition:all .3s;display:block;position:absolute;bottom:40px;right:40px}[dir=rtl] .our-services .arrow,html[lang=ar] .our-services .arrow{left:40px;right:auto}.our-services .box:hover .arrow{color:var(--foreground);transform:translate(4px)}[dir=rtl] .our-services .box:hover .arrow,html[lang=ar] .our-services .box:hover .arrow{transform:translate(-4px)}.free-box{background:var(--foreground);border-radius:50px;transition:all .3s;position:relative;overflow:hidden}.free-box h3{color:#fff}.our-services .free-box.sub-s{background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;transition:all .3s}.our-services .free-box.sub-s:hover{background:var(--primary);border-color:#0000;transform:scale(1.05)}.our-services .free-box.sub-s:hover h4,.our-services .free-box.sub-s:hover svg{color:var(--foreground)!important}.our-services .free-box .arrow{display:none}@media (width<=640px){.our-services .box{border-radius:30px;width:100%;height:auto;min-height:280px;padding:30px}.our-services .arrow{bottom:30px;right:30px}[dir=rtl] .our-services .arrow,html[lang=ar] .our-services .arrow{left:30px;right:auto}.free-box{border-radius:30px}}
