/* General Body Styles */
body {
    font-family: 'Lato', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f4f4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.section_padding {
    padding: 60px 0;
}

/* Header */
#header_area {
    background: #343a40;
    color: white;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-height: 70px; /* Added min-height */
}

#header_area .logo h1 {
    margin: 0;
    font-size: 24px;
}

#header_area .logo h1 a {
    color: white;
    text-decoration: none;
}

.navbar-collapse{
    width: 100%;
    text-align: center;
}

.navbar-toggler{
    float:right;
}



.navbar-nav > li{
    margin: 10px;
}


#header_area .mainmenu .navbar-nav > li {
    list-style: none;
}









.header_area_text {
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.header_area_text h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.header_area_text h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.header_area_text .green {
    color: #28a745;
}

/* Core Skills Section */
#features_area {
    background-color: #fff;
}

#features_area h2 {
    margin-bottom: 40px;
}

.single_feature {
    padding: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.single_feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.single_feature h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* Story Area */
#story_area {
    background-color: #f9f9f9;
}

.story_text h2 {
    margin-bottom: 20px;
}

.story_image img {
    border-radius: 5px;
    max-width: 100% !important;
    height: auto;
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }
    .navbar-nav{
    float:right;
}
}

/* Work Experience Section */
#clients_say_area {
    background-color: #fff;
}

#clients_say_area h2 {
    margin-bottom: 40px;
}

.work_entry {
    background: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #007bff;
    margin-bottom: 20px;
    border-radius: 0 5px 5px 0;
    height: 100%;
}

.work_title {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.work_date {
    float: right;
    color: #666;
}

.work_entry h6 {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    font-weight: bold;
}

/* Timeline specific styles */


/* Specialized Skills Section */
#Experience_area {
    background-color: #f9f9f9;
}

.experience h2, .skills h2 {
    margin-bottom: 20px;
}

#Experience_area ul {
    list-style-type: none;
    padding-left: 0;
}

#Experience_area ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
#Experience_area ul li:last-child {
    border-bottom: none;
}


/* Education Section */
#blog_area {
    background-color: #fff;
}

#blog_area h2 {
    margin-bottom: 40px;
}

.single_blog {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    height: 100%;
}

.single_blog img {
    max-width: 100px;
    margin: 0 auto 15px;
}

.single_blog h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.comment_area {
    margin: 15px 0;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.text_content ul {
    text-align: left;
    list-style-position: inside;
}


/* Call to Action */
#call_to_action_area {
    background: #007bff;
    color: white;
    padding: 60px 0;
}

.call_to_action_text h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.call_to_action_text p {
    font-size: 18px;
}

/* Footer */
#footer_area {
    background: #343a40;
    color: #ccc;
    padding: 30px 0;
    text-align: center;
}

#footer_area a {
    color: #fff;
    text-decoration: underline;
}

#footer_area p {
    margin: 0;
}

/* Ads */
.adspot {
    margin-bottom: 30px;
}
