#circle,#circle-2,#circle-3{width:600px;height:600px;transform-origin:center center}.country-card:hover,.layer1{box-shadow:0 10px 25px rgba(0,0,0,.2)}.ai-section{position:relative;width:100%;height:400px;background:linear-gradient(135deg,#1f1c2c,#928dab);display:flex;align-items:center;justify-content:center;gap:30px;overflow:hidden}.layer1{width:120px;height:120px;background:linear-gradient(135deg,#4e54c8,#8f94fb);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:transform .2s ease-out;will-change:transform}#circle{animation:10s linear infinite rotateCircle}#circle-2{animation:15s linear infinite rotateCircle}#circle-3{animation:20s linear infinite rotateCircle}@keyframes rotateCircle{from{transform:rotate(0)}to{transform:rotate(360deg)}}.country-card{border-radius:25px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.15);transition:.3s}.flag-img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid #ddd;transition:transform .3s}.country-card:hover{transform:translateY(-8px)}.card-img-top img{height:180px;object-fit:cover}.card-title{font-weight:700;color:#0a4265}.card-text{font-size:.95rem;color:#555}.country-wise .nav-item{border-bottom:2px solid #fff}.country-wise .nav-button{padding:16px 32px;background-color:#fff;border-radius:6px 6px 0 0!important;color:#000!important;font-weight:700;line-height:40px}.country-wise .nav-button:hover{color:#fff!important;background-color:rgba(10,66,101,.72)}.country-wise .nav-button.active{background-color:#0a4265!important;color:#fff!important}
