body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

/* Layout */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

/* Props */
#dhead {
    margin-top: 20px;
}

#dpic {
    grid-column: span 6;
    text-align: right;
}

#ddesc {
    padding-top: 40px;
    padding-left: 20px;
    grid-column: span 6;
}

@media (max-width: 991px) {
    #dpic {
        grid-column: span 12;
        text-align: center;
    }

    #ddesc {
        grid-column: span 12;
        padding-top: 20px;
        text-align: center;
    }
}

h1 {
    font-size: 40px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h2 {
    font-weight: normal;
    font-style: italic;
    color: #999;
    font-size: 18px;
    padding: 0;
    margin: 5px 0 10px 0;
}

@media (min-width: 992px) {
    h2 {
        max-width: 300px;
    }
}

#dpic img {
    width: 240px;
    height: 240px;
    border-radius: 120px;
}

.iico {
    width: 40px;
    height: 40px;
}

#demail {
    margin-top: 10px;
    color: #555;
    opacity: 0;
    transition: opacity 0.7s;
}

hr {
    height: 5px;
    background-image: -webkit-linear-gradient(left, rgba(8, 234, 102, 0), rgba(22, 212, 105, 0.75), rgba(17, 201, 75, 0));
    background-image: -moz-linear-gradient(left, rgba(21, 215, 63, 0), rgba(26, 198, 63, 0.75), rgba(26, 192, 93, 0));
    background-image: -ms-linear-gradient(left, rgba(23, 198, 131, 0), rgba(26, 194, 121, 0.75), rgba(24, 195, 106, 0));
    background-image: -o-linear-gradient(left, rgba(30, 189, 128, 0), rgba(30, 199, 67, 0.75), rgba(30, 192, 95, 0));
    padding: 0;
    margin: 20px 0px 20px 0px;
    border: 0;
}

.ico {
    grid-column: span 1;
    vertical-align: top;
    border-left: 2px solid #cfcfcf;
    position: relative;
}

.ico img {
    border-radius: 5px;
    width: 100%;
    max-width: 80px;
    margin-left: 10px;
}

.desc {
    grid-column: span 10;
    vertical-align: top;
    font-size: 17px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.entry {}

.entry-dot {
    position: absolute;
    top: 0px;
    left: -8px;
    width: 11px;
    height: 11px;
    border-radius: 7px;
    background-color: hwb(131 8% 18%);
    border: 2px solid hwb(131 8% 18%);
}

.timespan {
    grid-column: span 1;
    font-size: 14px;
    text-align: left;
    padding-right: 3px;
    color: #12bd76;
}

.hassets {
    position: relative;
}

@media (max-width: 991px) {
    .hassets {
        display: none;
    }
}

.hasset {
    position: absolute;
    margin: 0;
    padding: 0;
}

.ctitle {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 40px;
}

#featured-talks .row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 30px;
}

.card {
    grid-column: span 3;
    vertical-align: top;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
    background-color: white;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .card {
        grid-column: span 6;
    }

    #featured-talks .row {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }
}

.card img {
    border-radius: 5px;
    width: 100%;
}

.cdesc {
    height: 30px;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .cdesc {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

#pet-projects .row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.project {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pico {
    float: left;
    margin-right: 10px;
}

.pdesc {}

.pend {
    clear: both;
}

.pico img {
    height: 80px;
    border-radius: 5px;
    border: 1px solid #999;
}

.pub {
    font-size: 14px;
    border-left: 4px solid #aaa;
    padding: 2px 0px 2px 10px;
    margin-bottom: 10px;
}

.pub-title {
    display: inline;
    color: #333;
}

.pub-venue {
    display: inline;
    color: #090;
}

.pub-authors {
    display: block;
    color: #900;
}

.tul {
    text-align: center;
    padding: 0;
}

.til {
    display: inline-block;
    padding: 3px 15px 3px 15px;
    margin-bottom: 5px;
}

.tilb {
    border-right: 1px solid #ccc;
}

.nodot {
    list-style-type: none;
    padding-left: 0;
}

/*
for skillset section
*/
#featured-skills.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
}

.ctitle {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.skill-category {
    background: #fff;
    border-left: 4px solid #48752C;
    /* Brand accent */
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.5s ease forwards;
}

.skill-category:nth-child(2) {
    animation-delay: 0.1s;
}

.skill-category:nth-child(3) {
    animation-delay: 0.2s;
}

.skill-category:nth-child(4) {
    animation-delay: 0.3s;
}

.skill-category:nth-child(5) {
    animation-delay: 0.4s;
}

.skill-category:nth-child(6) {
    animation-delay: 0.5s;
}

.skill-category:nth-child(7) {
    animation-delay: 0.6s;
}

.skill-category:nth-child(8) {
    animation-delay: 0.7s;
}

.skill-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding-left: 24px;
}

.skill-title::before {
    content: "🔹";
    /* Tiny icon for style */
    position: absolute;
    left: 0;
    top: 0;
}

.skill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-item {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 5px 12px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.skill-item:hover {
    background: #48752C;
    color: #fff;
    border-color: #48752C;
    cursor: default;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
Footer section
*/
#page-footer {
    background-color: #ecf1ee;
    /* Soft background to match your light blocks */
    padding: 20px 0;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    color: #555;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    margin: 0 12px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #48752C;
    /* Brand accent on hover */
}

.footer-copy {
    font-size: 13px;
    color: #777;
}

/*
Miscellinious section
*/
.misc-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.misc-item {
    background: #fff;
    border-left: 4px solid #48752C;
    /* Brand accent */
    border-radius: 6px;
    padding: 10px 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.misc-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.misc-item a {
    color: #240aed;
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
}

.misc-item a:hover {
    color: #48752C;
}

/*
Timeline additional
*/
.timeline-title {
    font-weight: bold;
    font-size: 18px;
    color: green;
}

.timeline-description {
    font-size: 15px;
}

.notranslate {
    unicode-bidi: isolate;
}