body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* Header Styling */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    background-color: #fff;
    color: #3ab5f9;
    position: fixed;
    z-index: 9999999;
    box-shadow: 0 4px 6px rgb(58 181 249);
    width: 100%;
}

/* Logo Styling */
.logo {
    font-size: 1.5em;
    font-weight: bold;
}

/* Navigation Menu Styling */
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #3ab5f9;
}

/* Section Styling */
section {
    padding: 20px;
    background-color: #f9f9f9;
}

h2 {
    color: #333;
}

p {
    font-size: 1.2em;
}

/*Footer css*/
footer {
    height: 50px;
    background: linear-gradient(135deg, #0e1e27, #3ab5f9);
}

.ezy__copyright1-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ezy__copyright1-social li {
    margin: 0 10px;
}

.ezy__copyright1-social li a {
    color: white;
    font-size: 18px; /* Adjust size as needed */
    text-decoration: none;
}

.ezy__copyright1-social li a:hover {
    color: #f0f0f0; /* Hover effect */
}
