body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
li {
    padding: 10px 0;
}
table {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background: #ccc;
}
tbody, td, tfoot, th, thead, tr {
    padding: 5px;
}
tr, tr th, td {
    border: 0.1px solid #fff;
    padding: 10px;
}
td {
    border: 1px solid #fff;
}
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
header {
    background: #333;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #0779e4 3px solid;
}
header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
header ul {
    padding: 0;
    list-style: none;
}
header li {
    display: inline;
    padding: 0 20px 0 20px;
}
header #branding {
    float: left;
}
header #branding h1 {
    margin: 0;
}
header nav {
    float: right;
    margin-top: 10px;
}
header .highlight, header .current a {
    color: #e8491d;
    font-weight: bold;
}
header a:hover {
    color: #cccccc;
    font-weight: bold;
}
.desktop-view {
        display: block;
}
.desktop-view span,.mobile-view span{
    font-size: 30px;
    font-weight: bold;
}
nav.navbar.sticky-nav {
    position: fixed;
    overflow: hidden;
    width: 100%;
}
a.navbar-brand.mobile-view {
    display: none;
}
ul.list-unstyled li a {
text-decoration: none;
color: #383838;
padding: 5px 0;
margin: 5px 0;
}
ul.list-unstyled li a:hover {
text-decoration: underline;
color: #0779e4;
}
ul.ref-link li a{
    text-decoration: none;
    color: #383838;
}
ul.ref-link li a:hover {
text-decoration: underline;
color: #163ca7;
}
.custom-nav {
display: flex;
align-items: center;
justify-content: space-between;
}
ul.navbar-nav li a{
padding: 30px 10px;
}
li.nav-item {
padding: 0;
font-size: 18px;
}
li.nav-item:hover a {
color: #1167b1;
}
.nav-logo a {
font-size: 30px;
}
ul.dropdown-menu.show {
padding: 0px;
}
li.nav-item.dropdown ul li a {
padding: 15px 10px;
}
.navbar-Toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-img {
    padding: 10% 0;
}
.card-img img {
    width: 200px;
    height: auto;
    border-radius: 50%;
}
p.card-text-welcome {
    font-size: 20px;
}
div#customNavbar {
    /*display: flex;*/
    justify-content: space-between;
}
h1.bd-title.website-subhead, section.showcase h2, section.showcase p {
    color: #fff;
}
img.model-logo {
    border-radius: 50%;
    height: 175px;
    width: 175px;
    margin: 1% auto;
}
.post-body {
    font-size: 20px;
}
.post-body p {
    font-size: 20px;
    text-align: justify;
}
.post-body img {
    width: 100%;
    overflow: hidden;
}
.post-body figure {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
a.btn.btn-class {
    border: 1px solid #ccc;
    margin: 10px 0;
    font-weight: bold;
}
a.btn.btn-class:hover {
    background: #ccc;
    color: #191e1c;
}
.post-body h1 {
    font-weight: bold;
    line-height: 49px;
    padding: 0 0 15px 0;
    font-size: 35px;
}
.post-body h2 {
    font-weight: bold;
    padding: 15px 0 5px 0;
}
.post-body h3 {
    font-weight: bold;
    padding: 20px 0 10px 0;
}
.row.articles{
    display: grid;
    justify-items: stretch;
    justify-content: center;
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.content {
    padding: 20px;
    background: #fff;
}
.content h2 {
    padding: 10px 0;
}
.bg-light.nav-bg.sticky-top {
    border-bottom: 0.1px solid #ccc;
}
.github-stats img {
    max-width: 100%;
    height: auto;
}
.skills-table img {
    width: 48px;
    height: 48px;
}
.skills-table td {
    padding: 10px;
    text-align: center;
}
.follow-me a {
    margin: 0 10px;
    text-decoration: none;
}
.follow-me img {
    width: 48px;
    height: 48px;
}
.stats-Streak {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.article-body h2,.skillsnothers h2,.stats-Streak h2 {
    font-size: 25px;
}
.article-body h3, .skillsnothers h3, .stats-Streak h3 {
    font-size: 23px;
    padding: 15px 0 5px 0;
}
.article-body {
    border-bottom: 0.1px solid #ccc;
}
.article-body p {
    text-align: justify;
    font-size: 20px;
    font-family: math;
    padding: 0 0 5px 0;
}
.skillsnothers h2 {
    border-bottom: 1px solid #ccc;
}
.skillsnothers {
    overflow: hidden;
    width: 100%;
}
.skills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    background-color: #f4f4f4;
}
.skill {
    text-align: center;
    margin: 10px;
}
.skill img {
    width: 48px;
    height: 48px;
}
.skill p {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}
.follow-me {
    background: #f4f4f4;
    padding: 15px 0;
}
.common {
    margin: 5% 0;
}

/*cpa button start*/
.cta {
    text-align: center;
    margin: 20px 0;
}
.cta a {
    display: inline-block;
    padding: 10px 20px;
    background: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.cta a:hover {
    background: #218838;
    color: #fff;
}
/*cpa button End*/

/*Post-Aside Start*/
.col-sm.post-aside p {
    padding: 0 10px;
    font-size: 20px;
    text-align: justify;
}
.col-sm.post-aside h3 {
    padding: 5px 10px;
    text-align: justify;
    font-family: system-ui;
}
aside.bd-sidebar img {
    padding: 0 10px;
}
/*Post Aside end*/

/*Footer Start*/
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-content {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.footer-content div {
    flex: 1;
    margin: 0 10px;
    min-width: 200px;
}
.footer-content h4 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.footer-content ul {
    list-style: none;
    padding: 0;
}
.footer-content ul li {
    margin: 0;
}
.footer-content ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-content ul li a:hover {
    text-decoration: underline;
}
.footer-credit {
    padding: 25px 0 0 0;
    border-top: 1px solid #444;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footer-credit a {
    color: #fff;
}
.footer-list {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
}
.footer-list li a {
    transition: color 0.3s ease-in-out;
    color: #fff; /* Set text color */
}
.footer-list li a:hover,.footer-credit a:hover {
    color: #12f3aa; /* Change color on hover (use any color you prefer) */
}
/* Scroll to Top Button */
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: 1px solid #fff;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
#scrollToTopBtn:hover {
    background-color: #555;
}
/* Chatbot Button and Window */
#chatbotBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#chatbotBtn:hover {
    background-color: #555;
}
#chatbotBtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    background-color: #333;
    color: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#chatbotHeader {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
}
#chatbotMessages {
    padding: 10px;
    overflow-y: auto;
    flex: 1;
}
#chatbotInput {
    display: flex;
    border-top: 1px solid #ddd;
}
#chatbotInput input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
}
#chatbotInput button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
#chatbotInput button:hover {
    background-color: #555;
}

/*blog html css Start*/
.container.content p {
    font-size: 23px;
}
.bloghtml h2 {
    text-align: center;
    color: #e40d0d;
    font-weight: bold;
}
.col-sm.article-list.single-art-lst {
    box-shadow: 1px 1px 10px #b3b3b3;
}
.row.single-art {
    padding: 0 12px;
}
.article-list {
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 1px 0px #ccc;
}
.article-list img {
    width: 100%;
}
.col.article-list {
    box-shadow: 1px 1px 5px #0000005c;
    margin-top: 10px;
}
.row.articles-inx {
    display: grid;
    justify-content: center;
    justify-items: center;
}
.row.articles-blog {
    display: grid;
    justify-items: stretch;
    justify-content: center;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
}
.row.article-tips {
    display: grid;
    justify-items: center;
    justify-content: center;
}
h2.blog-head span {
    text-decoration: underline;
    text-underline-position: under;
    color: #292727;
}
.learn-more {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
}
.learn-more a {
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #5b85fd;
    border-radius: 5px;
}
.learn-more a:hover {
    color: #f4f4f4;
    background: #292727;
    border: 1px solid #292727;
}
.ads-learn-more{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
}
.ads-learn-more:hover {
    color: #f4f4f4;
    background: #292727;
    border: 1px solid #292727;
}
.ads-learn-more a {
    text-decoration: none;
    color: #292727;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
}
.ads-learn-more:hover a {
    color: #f4f4f4;
}
figure.Portfolioimg {
    height: 230px;
    overflow: hidden;
}
.port-link a {
    text-decoration: none;
    color: #020202;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.portfolio-body:hover .view-more {
    color: #020202;
}
/*--------------------------------------
        blog html css End
---------------------------------------*/
@media (max-width: 768px) {
    header nav {
        float: none;
        text-align: center;
        margin: 0;
    }
    header nav ul {
        padding: 0;
    }
    header nav ul li {
        display: block;
        margin: 0;
    }
    .desktop-view {
        display: none;
    }
    a.navbar-brand.mobile-view {
        display: block;
    }
    .showcase h1 {
        font-size: 30px;
    }
    .showcase p {
        font-size: 16px;
    }
    .stats-Streak {
    display: block;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-content div {
        margin: 10px 0;
        min-width: auto;
    }
    ul.footer-list li {
        list-style-type: none;
    }
    ul.footer-list li:hover a{
        list-style-type: underline;
    }
    .row.articles,.row.articles-blog {
        grid-template-columns: repeat(1, 1fr);
    }
    .row.article-tips {
        display: grid;
        justify-items: center;
        justify-content: center;
    }
  
}