/*
    Author: TrendyTheme
    Template: I AM X (Bootstrap 5 Version)
    Version: 2.1
*/


/*
====================================
------------------------------------
    1. General
    2. Typography
    3. Home
    4. Navigation (Bootstrap 5)
    5. About
    6. Video
    7. Resume
    8. Skill
    9. Chart
    10. Work
    11. Facts
    12. Blog
    13. Hire
    14. Contact
    15. Footer
-------------------------------------
=====================================
*/

/* ============================================
   1. General
============================================ */

body {
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 300;
    font-size: 14px;
    color: #282828;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

body, html {
    overflow-x: hidden;
}

/* Link style */
a {
    color: #68c3a3;
    text-decoration: none;
    transition: all 0.125s ease-in-out 0s;
}

a,
a > * {
    outline: none;
    cursor: pointer;
}

a:focus,
a:hover {
    outline: none;
    color: #333333;
    text-decoration: none;
}

/* Transition elements */
.form-control {
    transition: all 0.4s ease-in-out 0s;
}

.btn {
    transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.form-control,
.form-control:hover,
.form-control:focus {
    box-shadow: none;
}

/* ============================================
   2. Typography
============================================ */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* Form Style */
.form-control {
    height: 45px;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}

.form-control:focus {
    border-color: #68c3a3;
    box-shadow: none;
}

/* Alert Style */
.alert {
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
}

.alert strong {
    display: inline-block !important;
    margin: 0 !important;
}

/* Button Style */
.btn {
    border: 0;
    border-bottom: 3px solid;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    padding: 9px 22px;
    border-radius: 4px;
}

.btn-lg {
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-primary {
    background-color: #68c3a3;
    border-color: rgba(51, 51, 51, 0.15);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #4eb28f !important;
    border-color: #4eb28f !important;
    color: #fff !important;
}

.btn-info {
    background-color: #52b3d9;
    border-color: rgba(51, 51, 51, 0.15);
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #4aa0c2 !important;
    border-color: #4aa0c2 !important;
    color: #fff !important;
}

.btn-default {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #68c3a3 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

button:focus {
    outline: none;
}

/* Images */
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.no-padding {
    padding: 0;
}

/* List Style */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list-check li {
    position: relative;
    font-size: 18px;
    line-height: 32px;
}

ul.list-check li::before {
    content: "\f00c";
    font-family: "fontawesome";
    font-weight: 900;
    color: #68c3a3;
    margin-right: 10px;
}

/* Main */
.section-padding {
    padding: 120px 0 100px;
}

/* Section Title */
.section-title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #2c3e50;
    position: relative;
}

.section-title::after {
    content: "";
    background: url(../images/section-divider.png) no-repeat center center;
    background-size: contain;
    height: 15px;
    width: 113px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
}

/* ============================================
   3. Home Section
============================================ */

@media (max-width: 640px) {
    .tt-fullHeight {
        height: 560px !important;
    }
}

#home {
    background: url(../images/home2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-color: #222;
    background-size: cover;
    padding: 0;
    position: relative;
}

#home:before {
    content: "";
    background-color: rgba(26, 30, 35, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translate(0%, -50%);
    padding: 0 15px;
    z-index: 1;
}

.intro h1 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 16px;
    color: #52b3d9;
}

.intro h1 span {
    color: #68c3a3;
}

.intro p {
    color: #f7f7f7;
    margin-bottom: 40px;
}

.intro-sub {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

/* Social Icons */
.social-icons {
    margin-top: 20px;
}

.social-icons a i {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin: 0 7px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.social-icons a i::before {
    position: relative;
    z-index: 1;
}

.social-icons a i::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    transform: rotate(45deg);
    transition: all 300ms;
}

.social-icons a i:hover::after {
    background: #68c3a3;
    border: 1px solid transparent;
}

/* ============================================
   4. Navigation (Bootstrap 5)
============================================ */

.header {
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
    z-index: 998;
    padding-bottom: 1px;
    background: #fff;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.navbar {
    background: #fff;
    padding: 0;
    text-transform: uppercase;
}

.navbar-brand {
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 15px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #68c3a3;
    background: none;
}

.navbar-toggler {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Dropdown menus for Bootstrap 5 */
.dropdown-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #68c3a3;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.dropdown-item {
    padding: 10px 20px;
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: #f5f5f5;
    color: #68c3a3;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

/* ============================================
   5. About Section
============================================ */

.short-info {
    margin-bottom: 40px;
}

.short-info h3 {
    margin-bottom: 30px;
}

.short-info ul {
    margin-top: 10px;
    display: inline-block;
}

.short-info ul li {
    width: 50%;
    float: left;
}

.my-signature {
    margin-bottom: 45px;
}

.my-signature img {
    width: auto;
}

.download-button a {
    margin-right: 20px;
    color: #fff;
}

.download-button a i {
    margin-right: 10px;
}

.biography {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #EEEEEE;
    position: relative;
}

.biography::after {
    content: "";
    border-bottom: 1px solid #EEEEEE;
    position: absolute;
    bottom: -3px;
    width: 100%;
    border-radius: 10px;
    height: 20px;
}

.myphoto {
    position: relative;
    background-size: contain;
}

.myphoto img {
    position: relative;
    z-index: -1;
}

.biography ul {
    padding: 25px 20px 30px;
}

.biography ul li {
    padding: 5px 0;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.biography ul li:last-child {
    border-bottom: 0;
}

/* ============================================
   6. Video Section
============================================ */

.video-section {
    background: url(../images/video-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 500px;
}

.video-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.video-intro a {
    display: inline-block;
    color: #fff;
    width: 70px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.video-intro a:hover {
    color: #68c3a3;
    background-color: #fff;
    border: 1px solid transparent;
}

.video-intro h2 {
    margin-top: 30px;
    text-transform: uppercase;
}

/* ============================================
   7. Resume Section - LEFT ALIGNED WITH DOTS
============================================ */

.resume-title h3 {
    text-align: center;
    margin-bottom: 30px;
}

/* Timeline container */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

/* Vertical line */
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    background-color: #e1e1e1;
}

/* Timeline items */
.timeline > li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 55px;
    clear: both;
}

/* Dot marker */
/*.timeline > li:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #68c3a3;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e1e1e1;
    z-index: 2;
}*/

.timeline > li:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /*background-color: #68c3a3;*/
    background-color: #3F3F3F;
    border: 3px solid #fff;
    /*box-shadow: 0 0 0 2px #68c3a3;*/
    box-shadow: 0 0 0 2px #3F3F3F;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline > li:hover:before {
    transform: scale(1.2);
    background-color: #4eb28f;
}

/* Timeline panel */
.timeline > li .timeline-panel {
    position: relative;
    width: 100%;
}

.timeline-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 400ms;
}

/*.timeline-content:hover {*/
/*    background: #68c3a3;*/
/*    color: #fff;*/
/*    transform: translateX(5px);*/
/*}*/

.timeline-content:hover {
   background: #302f2f;
    color: #fff;
    transform: translateX(5px);
}

.timeline-content:hover .tech-badge,
.timeline-content:hover .employment-type {
    color: #fff;
}

.timeline-content:hover .technologies {
    border-top-color: rgba(255,255,255,0.2);
}

.timeline-content:hover .date-badge {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* Date header inside the panel */
.timeline-date-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.timeline-content:hover .timeline-date-header {
    border-bottom-color: rgba(255,255,255,0.2);
}

.date-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #68c3a3;
    background: rgba(104, 195, 163, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
}

/* Heading styles */
.timeline-heading h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.timeline-heading span {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-body p {
    margin-bottom: 10px;
}

/* ============================================
   Desktop Layout - Same as mobile (left aligned)
============================================ */
@media (min-width: 992px) {
    .timeline:before {
        left: 20px;
    }

    .timeline > li {
        padding-left: 55px;
    }

    .timeline > li .timeline-panel {
        width: 100%;
        float: none;
    }
}

/* ============================================
   8. Skill Section
============================================ */

.skills-section {
    background-color: #1a1e23;
    color: #fff;
}

.skills-section .section-title {
    color: #fff;
    margin-bottom: 110px;
}

.skill-title {
    width: 25%;
    float: left;
}

.skill-title h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: -6px;
    text-transform: capitalize;
}

/* Progress Bar */
.skill-progress {
    position: relative;
    overflow: hidden;
}

.progress {
    height: 10px;
    margin-bottom: 40px;
    background-color: #3a4149;
    border-radius: 3px;
    width: 75%;
    overflow: visible;
}

.progress-bar {
    background-color: #68c3a3;
    transition: width 2s ease-in-out;
    position: relative;
}

.progress-bar span {
    position: absolute;
    top: -20px;
    right: 0;
}

/* ============================================
   9. Chart CSS
============================================ */

.chart {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 40px auto;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    margin: auto;
    line-height: 140px;
    z-index: 2;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.percent:after {
    content: '%';
}

.chart-text span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-top: 20px;
}

/* ============================================
   10. Work Section
============================================ */

.works-section {
    background-color: #f7f7f7;
}

.portfolio-item {
    padding-right: 5px;
    padding-left: 5px;
    min-height: 235px;
}

.portfolio-bg {
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-bottom: 3px double #eee;
}

.portfolio {
    position: relative;
    overflow: hidden;
}

/* Shuffle Filter */
#filter {
    margin: 0 0 35px;
    text-align: center;
}

#filter li {
    display: inline-block;
}

#filter li a {
    color: #68c3a3;
    display: block;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 4px;
    transition: inherit;
}

#filter li a.active,
#filter li a:hover {
    position: relative;
    background: #68c3a3;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

#filter li a.active::after,
#filter li a:hover::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #68c3a3;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
}

.tt-overlay {
    position: absolute;
    background-color: rgba(26, 30, 31, 0.85);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 400ms;
}

.links {
    width: 90px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -20px;
    margin-left: -45px;
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 400ms;
}

.links a i {
    position: relative;
    color: #68c3a3;
    font-size: 16px;
    margin: 0 13px;
    z-index: 100;
    transition: all 400ms;
}

.links a:hover i {
    color: #fff;
}

.links a i::after {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    width: 30px;
    height: 30px;
    border: 1px solid #68c3a3;
    z-index: -1;
    border-radius: 3px;
    transform: rotate(45deg);
    transition: all 400ms;
}

.links a:hover i::after {
    background-color: #68c3a3;
}

.portfolio-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #68c3a3;
    color: #fff;
    height: 45px;
    width: 100%;
    text-align: center;
    transition: all 400ms;
}

.portfolio:hover .tt-overlay,
.portfolio:hover .links {
    opacity: 1;
    transform: translate(0, 0);
}

.portfolio:hover .portfolio-info {
    bottom: 0;
}

.portfolio-info h3 {
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
}

/* ============================================
   11. Facts Section
============================================ */

.facts-section {
    background: url(../images/counter-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.tt-overlay-bg {
    background: rgba(26, 30, 35, 0.85);
    padding: 110px 0;
}

.count-wrap i {
    font-size: 64px;
    margin-bottom: 25px;
}

.count-wrap h3 {
    font-size: 50px;
    line-height: 28px;
    margin-bottom: 20px;
}

.count-wrap p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

/* ============================================
   12. Blog Section
============================================ */

.blog-post-wrapper {
    padding: 4px;
    border: 1px solid #eee;
    border-bottom: 3px double #eee;
    margin-bottom: 30px;
}

.figure {
    position: relative;
}

.figure i {
    position: absolute;
    bottom: -8px;
    right: 30px;
    color: #fff;
    font-size: 18px;
    z-index: 100;
}

.figure i:after {
    position: absolute;
    content: "";
    left: -12px;
    top: -10px;
    width: 40px;
    height: 40px;
    background-color: #68c3a3;
    z-index: -1;
    border-radius: 3px;
    transform: rotate(45deg);
}

.post-thumbnail {
    margin-bottom: 20px;
    overflow: hidden;
}

.post-thumbnail img {
    opacity: 0.8;
    transition: all 0.5s linear;
}

.post-thumbnail img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.entry-header {
    padding: 0 12px;
}

.the-category a {
    font-size: 12px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    color: #68c3a3;
}

.entry-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

.entry-title a {
    color: #282828;
}

.entry-title a:hover {
    color: #68c3a3;
}

.entry-meta {
    color: #afafaf;
}

.entry-meta ul {
    margin-bottom: 10px;
}

.entry-meta ul li {
    padding: 0 10px;
    display: inline-block;
}

.entry-meta ul li a {
    display: inline-block;
    color: #BBBBBB;
    font-weight: 400;
}

.entry-meta ul li a:hover {
    color: #68c3a3;
}

.blog-more {
    margin-top: 40px;
}

/* Meta Icons */
.the-author,
.the-time,
.the-share,
.the-comments {
    position: relative;
    padding-left: 20px;
}

.the-author::before,
.the-time::before,
.the-share::before,
.the-comments::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}

.the-author::before { content: "\f007"; }
.the-time::before { content: "\f017"; }
.the-share::before { content: "\f1e0"; }
.the-comments::before { content: "\f0e6"; }

/* ============================================
   13. Hire Section
============================================ */

.hire-section {
    background: url(../images/hire-bg.jpg) no-repeat top center #68C3A3;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.hire-section-bg {
    padding: 110px 0;
    background: linear-gradient(to top, #68C3A3, rgba(104, 195, 163, 0.7));
}

.hire-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.hire-section .btn {
    padding: 9px 54px;
}

/* ============================================
   14. Contact Section
============================================ */

.contact-section strong {
    display: block;
    text-transform: uppercase;
}

.contact-form strong {
    margin-bottom: 40px;
}

.contact-form textarea.form-control {
    height: 115px;
}

.contact-form .btn {
    margin-top: 15px;
}

.contact-section div > i {
    float: left;
    font-size: 45px;
    margin-right: 20px;
}

.contact-section address,
.contact-section .contact-number {
    overflow: hidden;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 45px;
}

/* Fix textarea height and add spacing */
.contact-section .form-control {
    margin-bottom: 20px; /* Space between fields */
}

.contact-section textarea.form-control {
    height: auto; /* Overrides the 115px setting to allow 'rows' to work */
    min-height: 130px; /* Optional: sets a comfortable minimum */
}

/* Fix button spacing */
.contact-section .btn {
    margin-top: 10px;
    padding: 12px 30px; /* Gives the button more presence */
}

/* Map */
.location-map {
    padding: 4px;
    border: 1px solid #eee;
    border-bottom: 3px double #eee;
    margin-top: 30px;
}

.map-canvas {
    height: 350px;
    width: 100%;
}

/* ============================================
   15. Footer
============================================ */

.footer-wrapper {
    background: #1a1e23;
    padding: 36px 0;
    color: #fff;
}

.copyright p {
    margin: 0;
}

/* ============================================
   Scroll to top
============================================ */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up a {
    background-color: #68c3a3;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.scroll-up a:hover {
    background-color: rgba(235, 235, 235, .8);
    color: #222;
}

/* ============================================
   Mouse animate icon
============================================ */

.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin-left: -17px;
    display: block;
    z-index: 10;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
    animation: drop 1s linear infinite;
}

@keyframes drop {
    0%   { top: 5px; opacity: 0; }
    30%  { top: 10px; opacity: 1; }
    100% { top: 25px; opacity: 0; }
}

/* ============================================
   Preloader
============================================ */

#tt-preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#pre-status,
.preload-placeholder {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/* ============================================
   Experience & Timeline Additions
============================================ */

/* Experience description list */
.experience-description-list {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style: disc;
}

.experience-description-list li {
    margin-bottom: 5px;
    line-height: 1.5;
}

/* Technologies badges */
.technologies {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 5px;
}

.tech-badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    color: #68c3a3;
    background-color: rgba(104, 195, 163, 0.1);
    border: 1px solid rgba(104, 195, 163, 0.3);
    border-radius: 20px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.tech-badge:hover {
    background-color: rgba(104, 195, 163, 0.2);
    transform: translateY(-1px);
}

/* Dark theme for skills section */
.skills-section .tech-badge {
    color: #68c3a3;
    background-color: rgba(104, 195, 163, 0.15);
    border-color: rgba(104, 195, 163, 0.3);
}

/* Employment type */
.employment-type {
    display: inline-block;
    margin-left: 8px;
    font-size: 11px;
    font-weight: normal;
    color: #888;
}

/* Timeline content hover effects */
.timeline-content:hover .employment-type {
    color: #fff;
}

/* Links list */
.links-list {
    margin-top: 10px;
}

.links-list .btn-link {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    color: #68c3a3;
    text-decoration: none;
    border: 1px solid #68c3a3;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.links-list .btn-link:hover {
    background-color: #68c3a3;
    color: #fff;
}

.links-list .btn-link i {
    margin-right: 5px;
    font-size: 11px;
}

/* ============================================
   Responsive Fixes
============================================ */

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0 60px;
    }

    .section-title {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .intro h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .intro-sub {
        font-size: 18px;
    }

    .short-info ul li {
        width: 100%;
        float: none;
    }

    .biography {
        margin-bottom: 30px;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .progress {
        width: 100%;
    }

    .skill-title {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .count-wrap .col-xs-6 {
        margin-bottom: 30px;
    }

    .tech-badge {
        font-size: 10px;
        padding: 2px 8px;
    }

    .tech-badges {
        gap: 4px;
    }

    .timeline .posted-date .month {
        font-size: 12px;
        padding: 4px 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .intro h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .progress {
        width: 100%;
    }

    .skill-title {
        width: 35%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .progress {
        width: 70%;
    }
}

/* Experience description list */
.experience-description-list {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style: disc;
}

.experience-description-list li {
    margin-bottom: 8px;
    line-height: 1.5;
}

/* For desktop right-aligned items */
@media (min-width: 992px) {
    .timeline > li:not(.timeline-inverted) .experience-description-list {
        text-align: left;
    }
}