*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
overflow-x:hidden;
}

:root{
--primary:#38bdf8;
--dark:#0f172a;
--light:#f8fafc;
}

.logo-text{

width: 150px;
height: 50px;
}

.navbar .nav-link{
font-weight:500;
margin:0 10px;
transition:.3s;
}

.navbar .nav-link:hover{
color:var(--primary);
}

.btn-sky{
background:var(--primary);
color:white;
padding:10px 25px;
border-radius:30px;
font-weight:600;
transition:.4s;
}

.btn-sky:hover{
background:#0284c7;
color:white;
transform:translateY(-3px);
}

.hero-section{
background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
url('https://images.unsplash.com/photo-1488085061387-422e29b40080?q=80&w=1400');

background-size:cover;
background-position:center;

padding:120px 0;
color:white;
}

.hero-section h1{
font-size:60px;
font-weight:700;
line-height:1.3;
}

.hero-section h1 span{
color:var(--primary);
}

.hero-section p{
margin:20px 0;
font-size:18px;
}

.hero-img{
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.4);
}

.section-title h2{
font-size:42px;
font-weight:700;
color:var(--dark);
}

.choose-card{
background:white;
padding:40px 25px;
border-radius:20px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.choose-card:hover{
transform:translateY(-10px);
}

.choose-card i{
font-size:50px;
color:var(--primary);
margin-bottom:20px;
}

.process-section{
background:#e0f2fe;
padding:80px 0;
}

.process-card{
background:white;
padding:35px 25px;
border-radius:20px;
text-align:center;
height:100%;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.process-icon{
width:70px;
height:70px;
line-height:70px;
background:var(--primary);
color:white;
font-size:28px;
font-weight:700;
border-radius:50%;
margin:auto;
margin-bottom:20px;
}

.country-img{
width:120px;
height:80px;
object-fit:cover;
border-radius:10px;
transition:.4s;
}

.country-img:hover{
transform:scale(1.05);
}

.footer{
background:var(--dark);
color:white;
padding:70px 0 20px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin:10px 0;
}

.footer-links a{
color:white;
text-decoration:none;
transition:.3s;
}

.footer-links a:hover{
color:var(--primary);
}

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
width:65px;
height:65px;
background:#25d366;
color:white;
font-size:35px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
z-index:999;
text-decoration:none;
box-shadow:0 5px 20px rgba(0,0,0,.3);
animation:pulse 2s infinite;
}

@keyframes pulse{
0%{
transform:scale(1);
}

50%{
transform:scale(1.1);
}

100%{
transform:scale(1);
}
}

@media(max-width:991px){

.hero-section h1{
font-size:40px;
}

}
/*      bbbbbbbbbbbbbbbbbb */
.mini-hero{
background-image: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?q=80&w=1400');

background-size:cover;
background-position:center;
padding:120px 0;
color:white;
}

.mini-hero h1{
font-size:55px;
font-weight:700;
}

.mini-hero p{
font-size:18px;
margin-top:15px;
}

.about-text{
font-size:17px;
line-height:1.9;
color:#555;
}

.experience-box{
background:#38bdf8;
color:white;
padding:30px;
border-radius:20px;
text-align:center;
margin-top:20px;
}

.experience-box h3{
font-size:42px;
font-weight:700;
}

.about-card{
background:white;
padding:40px 30px;
border-radius:20px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.about-card:hover{
transform:translateY(-10px);
}

.about-card i{
font-size:50px;
color:#38bdf8;
margin-bottom:20px;
}

.visa-box{
background:white;
padding:40px;
border-radius:25px;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.visa-box h2{
font-weight:700;
margin-bottom:25px;
color:#0f172a;
}

.visa-box p{
line-height:1.9;
color:#555;
}

.visa-list{
padding-left:20px;
}

.visa-list li{
margin-bottom:15px;
font-size:17px;
color:#444;
}

.country-card{
background:white;
padding:25px;
border-radius:20px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
}

.country-card:hover{
transform:translateY(-10px);
}

.country-card img{
width:100%;
height:180px;
object-fit:cover;
border-radius:15px;
margin-bottom:15px;
}

.contact-box{
background:white;
padding:40px;
border-radius:25px;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.form-control,
.form-select{
height:55px;
border-radius:12px;
}

textarea.form-control{
height:auto;
}



/**/
.service-hero{
background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?q=80&w=1400');

background-size:cover;
background-position:center;
padding:120px 0;
color:white;
}

.hero-badge{
display:inline-block;
background:rgba(255,255,255,.15);
padding:10px 20px;
border-radius:30px;
margin-bottom:25px;
backdrop-filter:blur(10px);
}

.hero-badge i{
color:#38bdf8;
margin-right:8px;
}

.service-hero h1{
font-size:60px;
font-weight:800;
line-height:1.3;
margin-bottom:20px;
}

.service-hero h1 span{
color:#38bdf8;
}

.service-hero p{
font-size:18px;
line-height:1.9;
margin-bottom:30px;
}

.hero-service-img{
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.4);
}

.hero-btns{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-bottom:30px;
}

.hero-features{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.hero-features div{
font-weight:500;
}

.hero-features i{
color:#38bdf8;
margin-right:8px;
}

.service-card{
background:white;
padding:40px 30px;
border-radius:25px;
text-align:center;
box-shadow:0 5px 25px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-icon{
width:90px;
height:90px;
background:#e0f2fe;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
border-radius:50%;
margin-bottom:25px;
}

.service-icon i{
font-size:40px;
color:#38bdf8;
}

.service-card h4{
font-weight:700;
margin-bottom:15px;
}

.visa-detail-box h2{
font-size:42px;
font-weight:700;
margin-bottom:25px;
}

.visa-detail-box p{
line-height:1.9;
color:#555;
margin-bottom:20px;
}

.detail-list div{
margin-bottom:15px;
font-weight:500;
}

.detail-list i{
color:#38bdf8;
margin-right:10px;
}

.requirement-card{
background:white;
padding:35px 25px;
border-radius:20px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.requirement-card:hover{
transform:translateY(-10px);
}

.requirement-card i{
font-size:50px;
color:#38bdf8;
margin-bottom:20px;
}

.eligibility-box{
background:white;
padding:40px;
border-radius:25px;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.eligibility-box h2{
font-weight:700;
margin-bottom:30px;
}

.eligibility-box ul{
padding:0;
list-style:none;
}

.eligibility-box li{
margin-bottom:20px;
font-size:18px;
}

.eligibility-box i{
color:#38bdf8;
margin-right:12px;
}

.mini-country-card{
background:white;
padding:20px;
border-radius:20px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
}

.mini-country-card:hover{
transform:translateY(-10px);
}

.mini-country-card img{
width:100%;
height:90px;
object-fit:cover;
border-radius:12px;
margin-bottom:15px;
}

.mini-country-card h6{
font-weight:600;
margin:0;
}

.cta-section{
background:#38bdf8;
padding:90px 0;
color:white;
}

.cta-section h2{
font-size:48px;
font-weight:800;
margin-bottom:20px;
}

.cta-section p{
font-size:18px;
margin-bottom:30px;
}

.social-icons{
display:flex;
gap:15px;
margin-top:20px;
}

.social-icons a{
width:45px;
height:45px;
background:rgba(255,255,255,.1);
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:white;
font-size:20px;
transition:.4s;
text-decoration:none;
}

.social-icons a:hover{
background:#38bdf8;
transform:translateY(-5px);
}

@media(max-width:991px){

.service-hero h1{
font-size:42px;
}

.visa-detail-box h2{
font-size:32px;
}

.cta-section h2{
font-size:35px;
}

}

/* ================= PREMIUM EFFECTS ================= */

html{
scroll-behavior:smooth;
}

body{
background:#f8fbff;
}

/* Navbar Premium */

.navbar{
padding:15px 0;
transition:.4s;
}

.navbar.scrolled{
background:white;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.navbar .nav-link{
position:relative;
font-size:16px;
}

.navbar .nav-link::after{
content:'';
position:absolute;
left:0;
bottom:-5px;
width:0%;
height:3px;
background:#38bdf8;
border-radius:20px;
transition:.4s;
}

.navbar .nav-link:hover::after{
width:100%;
}

.navbar .nav-link.active{
color:#38bdf8 !important;
}

/* Buttons */

.btn-sky{
position:relative;
overflow:hidden;
z-index:1;
}

.btn-sky::before{
content:'';
position:absolute;
left:-100%;
top:0;
width:100%;
height:100%;
background:#0284c7;
transition:.5s;
z-index:-1;
}

.btn-sky:hover::before{
left:0;
}

/* Section spacing */

section{
position:relative;
}

/* Cards hover glow */

.choose-card,
.service-card,
.requirement-card,
.about-card,
.process-card,
.country-card,
.mini-country-card,
.contact-box,
.visa-box,
.eligibility-box{
border:1px solid transparent;
}

.choose-card:hover,
.service-card:hover,
.requirement-card:hover,
.about-card:hover,
.process-card:hover,
.country-card:hover,
.mini-country-card:hover{
border-color:#38bdf8;
box-shadow:0 15px 40px rgba(56,189,248,.18);
}

/* Images animation */

.hero-img,
.hero-service-img,
.country-card img,
.mini-country-card img{
transition:.5s;
}

.hero-img:hover,
.hero-service-img:hover{
transform:scale(1.03);
}

/* Footer Premium */

.footer{
position:relative;
overflow:hidden;
}

.footer::before{
content:'';
position:absolute;
top:-80px;
right:-80px;
width:220px;
height:220px;
background:rgba(255,255,255,.04);
border-radius:50%;
}

.footer::after{
content:'';
position:absolute;
bottom:-100px;
left:-100px;
width:250px;
height:250px;
background:rgba(255,255,255,.03);
border-radius:50%;
}

/* Floating WhatsApp */

.whatsapp-float{
transition:.4s;
}

.whatsapp-float:hover{
transform:scale(1.1);
background:#1ebe5d;
}

/* Hero gradient overlay */

.hero-section::before,
.service-hero::before,
.mini-hero::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(90deg,
rgba(15,23,42,.8),
rgba(15,23,42,.5));
}

.hero-section .container,
.service-hero .container,
.mini-hero .container{
position:relative;
z-index:2;
}

/* Professional badge */

.hero-badge{
border:1px solid rgba(255,255,255,.2);
}

/* Typography */

h1,h2,h3,h4,h5,h6{
letter-spacing:.3px;
}

/* Section titles */

.section-title p{
color:#64748b;
font-size:17px;
margin-top:10px;
}

/* Input fields */

.form-control,
.form-select{
border:1px solid #dbeafe;
box-shadow:none !important;
transition:.3s;
}

.form-control:focus,
.form-select:focus{
border-color:#38bdf8;
box-shadow:0 0 0 4px rgba(56,189,248,.15) !important;
}

/* Scrollbar */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-track{
background:#f1f5f9;
}

::-webkit-scrollbar-thumb{
background:#38bdf8;
border-radius:20px;
}

/* Professional shadows */

.shadow-lg{
box-shadow:0 20px 60px rgba(0,0,0,.15)!important;
}

/* Country cards premium */

.mini-country-card{
overflow:hidden;
}

.mini-country-card img{
transition:.5s;
}

.mini-country-card:hover img{
transform:scale(1.08);
}

/* CTA Section */

.cta-section{
position:relative;
overflow:hidden;
}

.cta-section::before{
content:'';
position:absolute;
top:-100px;
left:-100px;
width:300px;
height:300px;
background:rgba(255,255,255,.08);
border-radius:50%;
}

.cta-section::after{
content:'';
position:absolute;
bottom:-120px;
right:-120px;
width:350px;
height:350px;
background:rgba(255,255,255,.06);
border-radius:50%;
}

.cta-section .container{
position:relative;
z-index:2;
}

/* Premium animation */

@keyframes floaty{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-10px);
}

100%{
transform:translateY(0px);
}

}

.hero-service-img{
animation:floaty 4s ease-in-out infinite;
}

/* Mobile Optimization */

@media(max-width:768px){

.hero-section,
.service-hero,
.mini-hero{
text-align:center;
padding:90px 0;
}

.hero-section h1,
.service-hero h1,
.mini-hero h1{
font-size:36px;
}

.hero-features{
justify-content:center;
}

.hero-btns{
justify-content:center;
}

.section-title h2{
font-size:32px;
}

.cta-section h2{
font-size:30px;
}

.footer{
text-align:center;
}

.social-icons{
justify-content:center;
}

}