/* General Styles */
body {
    font-family: 'Open Sans', sans-serif; /* Updated font for professional appeal */
    background-color: #f4f4f4; /* Light grey background for a modern feel */
    color: #333333; /* Dark grey text for better readability */
    margin: 0;
    padding: 0;
}

.resume-container {
    background-color: #ffffff; /* White background for the resume */
    margin: 40px auto;
    padding: 40px;
    max-width: 1000px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

header {
    margin-bottom: 20px;
}

.header-container {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #000000;
}

header p {
    margin: 10px 0;
    font-size: 1.1em;
    color: #000000;
}

.header-container a {
    color: #007bff; /* Blue color for links */
    text-decoration: none;
}

.header-container a:hover {
    text-decoration: underline; /* Underline effect on hover */
}

.container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.column-left,
.column-right {
    flex: 1;
}

.column-left {
    margin-right: 20px;
}

.section {
    margin-bottom: 30px;
}

h2 {
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    color: #000000;
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
    margin-top: 10px;
    color: #333333;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 8px 0;
    color: #555555;
    font-size: 1.1em;
}

ul li strong {
    color: #000000;
}

ul li a {
    color: #007bff;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}

.experience-entry {
    margin-bottom: 20px;
}

/* Languages Section */
ul li .dots {
    font-size: 2.4em; /* Same size as the language text */
    color: #000000;
    margin-left: 11px;
   
}

/* Footer */
footer {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.dots {
    font-size: 20px; /* Adjust this to match the size of your dots */
    line-height: 1; /* Ensures vertical alignment */
    letter-spacing: 5px; /* Adjust the space between dots */
    vertical-align:middle; /* Centers the dots vertically with the text */
    color: #637914; /* You can change the color of the dots */
}
.signature-image {
    max-width: 200px;
    height: auto;
    display: block;
    margin-top: 40px; /* Adds space between Certifications and  Signature */
    margin-left: 300px;
    
}

.section {
    margin-bottom: 20px;
}

.signature-section {
    position: relative;
    margin-top: 20px;
}
