.consultancy-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px}.consultancy-header{text-align:center;color:white;margin-bottom:50px;padding-top:30px}.consultancy-header h1{font-size:3rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.consultancy-header p{font-size:1.2rem;opacity:.95}.consultancy-services{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:15px}.service-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.25)}.country-header{display:flex;align-items:center;gap:15px;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;cursor:pointer;transition:all .3s ease}.country-header:hover{background:linear-gradient(135deg,#5568d3,#6a3a8f)}.country-flag{font-size:2.5rem}.country-header h2{margin:0;flex:1;font-size:1.5rem;font-weight:600}.toggle-icon{font-size:1.2rem;transition:transform .3s ease}.visas-container{padding:20px;background:#f8f9fa;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.visa-option{background:white;padding:15px;margin-bottom:15px;border-radius:8px;border-left:4px solid #667eea;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;gap:15px}.visa-option:last-child{margin-bottom:0}.visa-option:hover{box-shadow:0 5px 15px rgba(102,126,234,.2);transform:translateX(5px)}.visa-header{display:flex;align-items:center;gap:12px;flex:1}.visa-icon{font-size:1.8rem;min-width:40px;text-align:center}.visa-info h3{margin:0 0 5px;font-size:1.1rem;color:#333;font-weight:600}.visa-info p{margin:0;font-size:.9rem;color:#666;line-height:1.4}.enquire-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:10px 18px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease;white-space:nowrap;font-size:.95rem}.enquire-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px rgba(102,126,234,.4)}.enquire-btn:active{transform:scale(.98)}.consultancy-footer{text-align:center;margin-top:50px;color:white;font-size:1.1rem;font-weight:500}@media (max-width:768px){.consultancy-header h1{font-size:2rem}.consultancy-header p{font-size:1rem}.consultancy-services{grid-template-columns:1fr}.visa-option{flex-direction:column;align-items:flex-start}.visa-header{width:100%}.enquire-btn{width:100%;text-align:center}.country-flag{font-size:2rem}.country-header h2{font-size:1.3rem}}