html {
    scroll-behavior: smooth;
}        
/* Global styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: #fff;
}
header {
    background-color: #e2e2e2;
    padding: 10px;
}
header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
header nav ul li {
    padding: 10px;
    cursor: pointer;
}
header nav ul li:hover {
    color: white;
}

/* Responsive nav */
@media screen and (max-width: 768px) {
    header nav ul {
        flex-direction: column;
        display: none;
    }
    header nav ul.show {
        transition: 1s ease;
        display: flex;
    }
}

/* Toggle menu button for mobile */
.menu-toggle {
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
        color: rgb(5, 9, 61);
        padding: 3px;
        font-size: 1.6em;
    }

}

/* Sections styling */
.header {
    height: 70vh;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #e2e2e2; /* Blue-black */
    color: rgb(5, 4, 71);
}
.mini-container{
    /* height: 60px; */
    background-color: #f1f1f1;
    /* text-align: center; */
    justify-content: center;
    /* align-items: center;   */
    display: flex;
}
.intro {
    background: url('../resource/migration_support.jpeg') no-repeat center center;
    background-attachment: fixed;
    background-color: #e2e2e2;
    background-size: cover;
    color: rgb(255, 255, 255);
    padding: 40px;
}
.intro .btn{
    padding: 20px 20px;
    width: 130px;
    height: 60px;
}
.application-container{
    height: 100vh;
    background-color: #0d1b2a; /* Blue-black */
    color: black;
}

.application-container h3{
    padding: 25px;
    color: #0d1b2a;
    text-align: center;
}

.about {
    background-color: white;
    color: #0d1b2a;
    padding: 90px;
}

.forms {
    background-color: #f1f1f1;
    padding: 70px;
}

h3 {
    font-size: 2em;
}

.btn {
    background-color: #0d1b2a;
    padding: 15px 45px;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.btn:hover {
    background-color: white;
    color: rgb(21, 3, 70);
}

/* Contact Page Styling */
.contact {
    background-color: #f1f1f1;
    text-align: center;
}
.contact h3 {
    font-size: 2em;
    margin-bottom: 20px;
}
.contact form {
    max-width: 500px;
    margin: 0 auto;
}
.contact form input, .contact form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact form .btn {
    background-color: #0d1b2a;
    color: white;
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}


/* Migrate Section with Hover Effect */
.migrate {
display: flex;
justify-content: space-around;
padding: 50px;
background-color: #f4f4f4;
}
.migrate .box {
/* width: 30%; */
position: relative;
overflow: hidden;
background-color: #121212;
border-radius: 8px;
}
.migrate .box img {
width: 100%;
height: auto;
transition: 0.5s ease;
}
.migrate .box:hover img {
opacity: 0.3;
}
.migrate .box .text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.5em;
color: white;
display: none;
}
.migrate .box:hover .text {
display: block;
}

/* Media Query for Small Screens */
@media screen and (max-width: 765px) {
.migrate {
flex-direction: column;
align-items: center;
}
.migrate .box {
width: 100%;
display: block;
margin-bottom: 20px;
}
.about{
height: 90vh;
padding: 10px;
}

}

footer {
background-color: #0d1b2a;
color: rgb(255, 255, 255);
text-align: center;
padding: 20px;
}
.social-icons {
display: flex;
justify-content: center;
gap: 20px;
margin: 15px 0;
}

.social-icons a {
text-decoration: none;
font-size: 15px;
color: #ffffff; /* Default icon color */
}

header a{
text-decoration: none;
color: rgb(10, 4, 70);
}

a{
text-decoration: none;
color: #0a0a0a;
}

header a:hover{
text-decoration: none;
color: rgb(255, 255, 255);
}

.info{
margin: 10px;
padding: 10px;
}

.success-message {
background-color: #d4edda;
color: #155724;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #c3e6cb;
border-radius: 4px;
}

.error-message {
background-color: #f8d7da;
color: #721c24;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #f5c6cb;
border-radius: 4px;
}

/* Different colors for each platform */
.whatsapp:hover {
color: #25d366;
}

.phone:hover {
color: #2d82b7;
}

.facebook:hover {
color: #3b5998;
}

.linkedin:hover {
color: #0077b5;
}

.instagram:hover {
color: #c13584;
}

#backToTop {
position: fixed;
bottom: 20px;
left: 20px;
background-color: #333;
color: white;
padding: 15px;
border-radius: 10%;
display: none; /* Initially hidden */
cursor: pointer;
font-size: 10px;
text-align: center;
z-index: 1000; 
}

#backToTop:hover {
background-color: #555; /* Darken on hover */
}

.top-logo img{
height: 40px;
}

.top-logo{
position: absolute;
right: 5px;
top: 10px; 
}

.about{
height: 40vh;
background-color: #e2e2e2; 
color: rgb(5, 4, 71);
}
.about .logo{
width: 20%;
position: absolute;
opacity: 0.1;
}
.about .info{
margin: 30px;
font-size: medium;
padding: 20px;
}

/* Services section styling */



.carousel-inner{
    background-color: rgb(37, 37, 37);
}
.carousel-item img {
    opacity: 0.4;
    height: 50vh;
    object-fit: cover;
}
.carousel-caption {
    color: rgb(255, 255, 255);
}
.carousel-caption h5 {
    font-size: 2.5em;
}

/* Contact Page Styling */

.contact .contact-image {
display: none;
}
@media (min-width: 768px) {
.contact {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.contact .contact-image {
display: block;
height: 150px;
width: 150px;
max-width: 200px;
border-radius: 50%;
}
}
