.countries-section{text-align:center;z-index:1;background:0 0;height:28vw;margin-bottom:5vh;padding:60px 0;position:-webkit-sticky;position:sticky;top:0;overflow:visible}.countries-container{max-width:1200px;margin:0 auto}.countries-title{color:#000;margin-bottom:3rem;font-size:2rem;font-weight:700;position:relative}.countries-grid{border-top:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;padding-top:4vw;display:flex}.country-item{flex-direction:column;align-items:center;gap:1.5rem;transition:transform .3s;display:flex}.country-item:hover{transform:translateY(-5px)}.country-item .flag-sphere.floating-animation{animation:none}.flag-sphere{background:#f0f0f0;border-radius:7%;width:163px;height:100px;position:relative;overflow:hidden;box-shadow:0 10px 20px #0003,inset -5px -5px 15px #0000001a}.flag-img{object-fit:cover;object-position:center;width:100%;height:100%;transform:scale(1.35)}.country-name{color:#000;text-transform:capitalize;font-size:1.1rem;font-weight:700}@media (max-width:1024px){.countries-section{z-index:10;height:auto;margin-bottom:2rem;padding:40px 0;position:relative}.countries-grid{gap:2rem;padding-top:2rem}.country-item{width:45%}}@media (max-width:480px){.country-item{width:100%}}@keyframes float-sphere{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.floating-animation{animation:4s ease-in-out infinite float-sphere}
