/* Main Styles for Resume */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f5f5f5;
}

.resume-container {
    max-width: 900px;
    background-color: white;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/* Header Styles */
header h1 {
    font-size: 2.5rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}

.contact-info {
    font-size: 0.9rem;
    color: #555;
}

.contact-info a {
    color: #0056b3;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Section Styles */
.section-heading {
    font-size: 1.3rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    color: #2c3e50;
}

.section-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #dddddd;
}

/* Skills section container */
.skills-section-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    padding-top: 5px;
}

/* Skills section header for professional summary */
.skills-section-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    color: #2c3e50;
    white-space: nowrap;
}

.skills-section-header i {
    color: #3498db;
    font-size: 1.1rem;
    margin-right: 8px;
}

/* LinkedIn Experience Section */
.linkedin-experience {
    padding-left: 10px;
}

.company-container {
    display: flex;
    margin-bottom: 25px;
    position: relative;
}

.company-logo-container {
    width: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.company-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}

.company-timeline {
    flex-grow: 1;
    position: relative;
    padding-left: 10px;
}

.company-header {
    margin-bottom: 12px;
}

.company-name {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 2px;
    color: #000;
}

.company-duration {
    color: #666;
    font-size: 0.85rem;
}

.subtitle {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.position-entry {
    position: relative;
    padding-left: 22px;
    margin-bottom: 18px;
}

.position-entry:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 25px;
    bottom: -18px;
    width: 2px;
    background-color: #e0e0e0;
    z-index: 1;
}

.position-entry:last-child:before {
    display: none;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #0a66c2;
    border-radius: 50%;
    z-index: 2;
}

.position-content {
    margin-bottom: 10px;
}

.position-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 4px;
    color: #000;
}

.position-metadata {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 2px;
}

.position-duration {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 2px;
}

.position-location {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.skills-container {
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #666;
    font-size: 0.85rem;
}

.skills-icon {
    color: #0a66c2;
    margin-right: 6px;
    font-size: 0.8rem;
}

.media-container {
    margin-top: 10px;
}

.position-media {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    max-width: 100%;
}

.media-thumbnails {
    display: flex;
    gap: 5px;
}

.position-thumbnail {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.position-description {
    font-size: 0.9rem;
    color: #333;
    margin-top: 5px;
}

/* Experience Section */
.company, .institution {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.position {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.location, .period {
    font-size: 0.9rem;
    color: #555;
}

.responsibilities {
    margin-top: 10px;
    padding-left: 20px;
}

.responsibilities li {
    margin-bottom: 5px;
}

.key-skills {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #555;
}

/* Projects Section */
.project-list {
    list-style-type: none;
    padding-left: 0;
}

.project-list > li {
    margin-bottom: 15px;
}

.project-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.project-features {
    padding-left: 20px;
}

.project-features li {
    margin-bottom: 3px;
}

/* Skills Section */
.skills-list {
    list-style-type: none;
    padding-left: 0;
}

.skills-list li {
    margin-bottom: 5px;
}

/* Modern Personal Details Section */
.personal-details-container {
    margin-bottom: 25px;
}

.personal-details-card {
    background: linear-gradient(to bottom right, #f8f9fa, #ffffff);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}

.personal-details-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #f2f2f2, #3498db, #f2f2f2);
    opacity: 0.7;
}

.details-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.detail-item {
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-item:hover {
    transform: translateY(-3px);
}

.detail-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background-color: #f5f9fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #3498db;
    transition: all 0.3s ease;
    border: 1px solid rgba(52, 152, 219, 0.1);
}

.detail-item:hover .detail-icon {
    background-color: #3498db;
    color: white;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.2);
}

.detail-content {
    flex: 1;
}

.detail-content h3 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-content p {
    font-size: 0.95rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

/* Interests Section */
.personal-interests {
    margin: 25px 0;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeaea;
}

.interests-heading {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.interests-heading i {
    color: #e74c3c;
    margin-right: 10px;
    font-size: 1.1rem;
}

.interests-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

.interest-item {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    text-align: center;
}

.interest-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-color: #3498db;
}

.interest-item i {
    color: #3498db;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interest-item:hover i {
    background-color: #3498db;
    color: white;
    transform: scale(1.1);
}

.interest-item span {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}

/* Signature */
.signature-container {
    margin-top: 30px;
    text-align: right;
}

.signature-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 100%;
    margin: 0 auto;
}

.signature {
    font-family: 'Pacifico', 'Brush Script MT', cursive;
    font-size: 1.6rem;
    color: #2c3e50;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid #3498db;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 400;
    transform: rotate(-2deg);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0;
}

.current-date {
    font-size: 0.9rem;
    color: #2c3e50;
    font-style: normal;
    margin: 5px 0 0 0;
    display: inline-block;
    text-align: right;
}

.bold-date {
    font-weight: 600;
}

@media (max-width: 768px) {
    .signature-container {
        text-align: center;
    }
    
    .signature-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .current-date {
        margin-top: 10px;
        text-align: center;
    }
    
    .header-section {
        text-align: center;
    }
    
    .header-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .header-status-badges {
        justify-content: center;
    }
    
    .contact-info-container {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .typewriter-wrapper {
        justify-content: center;
    }
    
    .profile-image-container {
        margin: 20px auto;
    }
}

@media (max-width: 768px) {
    .details-columns {
        grid-template-columns: 1fr;
    }
    
    .interests-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .signature {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .interests-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Professional Summary Section */
.professional-summary {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    border-left: 3px solid #333;
}

.summary-icon {
    font-size: 2rem;
    margin-right: 20px;
    padding-top: 5px;
    color: #333;
}

.summary-content {
    flex: 1;
}

.summary-content p {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.6;
}

.key-skills-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skill-category {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
}

.skill-title {
    font-weight: 600;
    min-width: 120px;
    font-size: 0.9rem;
}

.skill-details {
    font-size: 0.9rem;
    flex: 1;
}

/* Professional Summary Simple Style */
.professional-summary-simple {
    padding: 5px 0 10px;
}

.summary-main {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0 5px;
}

.key-points-container {
    padding: 0 5px;
}

.key-point {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}

.key-point-label {
    font-weight: 600;
    margin-right: 8px;
    min-width: 130px;
    color: #333;
}

.key-point-detail {
    flex: 1;
}

@media (max-width: 576px) {
    .key-point {
        flex-direction: column;
    }
    
    .key-point-label {
        margin-bottom: 3px;
    }
}

/* Professional Summary Alternative Design */
.professional-summary-alt {
    padding: 10px 0 20px;
}

.summary-intro {
    padding: 0 5px 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.summary-intro p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.summary-skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.skill-box {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.skill-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.skill-icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.skill-icon-container i {
    font-size: 1.2rem;
    color: #555;
}

.skill-box-content {
    flex: 1;
}

.skill-box-content h4 {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.skill-box-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #555;
}

@media (max-width: 768px) {
    .summary-skills-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .skill-box {
        padding: 12px;
    }
    
    .skill-icon-container {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }
    
    .skill-box-content h4 {
        font-size: 0.95rem;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .resume-container {
        padding: 15px;
    }
    
    header h1 {
        font-size: 2rem;
    }
    
    .d-flex.justify-content-between {
        flex-direction: column;
    }
    
    .location-period {
        text-align: left !important;
        margin-top: 5px;
    }
    
    .professional-summary {
        flex-direction: column;
    }
    
    .summary-icon {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
    
    .skill-category {
        flex-direction: column;
        gap: 2px;
    }
}

/* Header Section Styles */
.header-section {
    padding: 30px 0 40px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.1);
}

.header-section::after {
    content: none;
}

.name-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 5px;
    color: #2c3e50;
    letter-spacing: 1px;
}

.position-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3498db;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    margin-top: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.contact-item i {
    color: #555;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.contact-item a {
    color: #0a66c2;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-item a:hover {
    text-decoration: underline;
    color: #084888;
}

.profile-image-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    z-index: 1;
}

.profile-image-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: linear-gradient(135deg, #4a6fa5, #5b9bd5);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    transition: all 0.3s ease;
}

.profile-image-container:hover::before {
    opacity: 0.2;
    transform: scale(1.05);
}

/* Online presence indicator - removed duplicate */
.profile-presence-indicator.online {
    background-color: #4CAF50;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
    bottom: 10px;
    right: 10px;
    animation: pulse 2s infinite;
    z-index: 5;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(40, 167, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

/* Remove all unused/old styles */
.profile-online-status,
.profile-status-wrapper,
.profile-status-combined,
.status-item,
.status-separator,
.profile-open-to-work,
.profile-notice-period {
    display: none;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
    transition: all 0.3s ease;
}

.profile-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.actual-profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.profile-initial {
    font-size: 4rem;
    font-weight: 700;
    color: #0a66c2;
}

@media (max-width: 768px) {
    .header-section {
        text-align: center;
    }
    
    .profile-image-container {
        margin-top: 20px;
    }
    
    .contact-info-container {
        justify-content: center;
    }
    
    .header-section::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Typewriter animation */
.typewriter-wrapper {
    display: inline-flex;
    align-items: baseline;
}

.typewriter-char {
    display: inline-block;
    opacity: 0;
    animation: typewriter-reveal 0.1s forwards;
}

@keyframes typewriter-reveal {
    from {
        opacity: 0;
        transform: translateY(2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Improved cursor blink effect */
.cursor-blink {
    display: inline-block;
    width: 2px;
    height: 1.3em;
    background-color: #000; 
    margin-left: 2px;
    vertical-align: text-bottom;
    animation: cursor-blink 0.7s infinite;
    position: relative;
    top: 3px;
    border-radius: 1px;
}

@keyframes cursor-blink {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

.typewriter-space {
    margin-right: 2px;
}

/* Enhanced Professional Summary */
.professional-summary-enhanced {
    position: relative;
    display: flex;
    padding: 25px 20px 20px;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    border-left: 4px solid #0a66c2;
    margin-top: 10px;
}

.summary-quote {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: #0a66c2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(10, 102, 194, 0.2);
}

.quote-icon {
    color: white;
    font-size: 1rem;
}

.summary-content-enhanced {
    flex: 1;
    padding-left: 10px;
}

.summary-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 18px;
    text-align: justify;
}

.summary-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.highlight-pill {
    background-color: rgba(10, 102, 194, 0.08);
    color: #0a66c2;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(10, 102, 194, 0.15);
    transition: all 0.2s ease;
}

.highlight-pill:hover {
    background-color: rgba(10, 102, 194, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
    .professional-summary-enhanced {
        padding: 30px 15px 15px;
    }
    
    .summary-text {
        text-align: left;
        font-size: 1rem;
    }
    
    .summary-highlights {
        justify-content: center;
    }
}

/* Premium Professional Summary */
.professional-summary-premium {
    margin: 15px 0 30px;
}

.summary-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.summary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.summary-card-header {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.profile-badge {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.profile-badge i {
    font-size: 1.4rem;
    color: #0a66c2;
}

.summary-headline {
    display: flex;
    flex-direction: column;
}

.headline-role {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.headline-experience {
    font-size: 0.9rem;
    opacity: 0.9;
    letter-spacing: 0.3px;
}

.summary-card-body {
    padding: 25px 30px;
    background: #fff;
    position: relative;
}

.summary-text-premium {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
    text-align: justify;
}

.summary-card-skills {
    padding: 20px 30px;
    background-color: #f8fafc;
    border-top: 1px solid #edf2f7;
}

.skills-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
}

.skills-title i {
    margin-right: 10px;
    color: #0a66c2;
    font-size: 1.1rem;
}

.skills-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-tag {
    padding: 8px 16px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-size: 0.85rem;
    color: #333;
    font-weight: 500;
    border: 1px solid #e1e8ed;
    transition: all 0.2s ease;
    cursor: default;
}

.skill-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d8e0;
    background-color: #f8fafc;
}

/* For dark skills tags alternative */
.skill-tag.dark {
    background-color: #1a202c;
    color: white;
    border-color: #2d3748;
}

.skill-tag.dark:hover {
    background-color: #2d3748;
    border-color: #4a5568;
}

@media (max-width: 768px) {
    .summary-card-header {
        padding: 18px 20px;
    }
    
    .profile-badge {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
    
    .headline-role {
        font-size: 1.2rem;
    }
    
    .summary-card-body, .summary-card-skills {
        padding: 20px;
    }
    
    .summary-text-premium {
        font-size: 1rem;
        text-align: left;
    }
    
    .skill-tag {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* Clean Professional Summary */
.professional-summary-clean {
    margin: 15px 0 25px;
    padding: 0;
    background: white;
    border-radius: 8px;
}

.summary-main-content {
    padding: 5px 5px 15px;
    border-bottom: 1px dashed #e1e8ed;
}

.summary-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
    text-align: justify;
}

.core-skills-container {
    padding: 15px 5px 5px;
}

.skills-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
}

.skills-header i {
    margin-right: 10px;
    color: #0a66c2;
    font-size: 1.1rem;
}

.skills-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.skill-tag {
    padding: 8px 16px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-size: 0.85rem;
    color: #333;
    font-weight: 500;
    border: 1px solid #e1e8ed;
    transition: all 0.2s ease;
    cursor: default;
}

.skill-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d8e0;
    background-color: #f8fafc;
}

@media (max-width: 768px) {
    .summary-description {
        font-size: 1rem;
        text-align: left;
    }
    
    .skills-tags-wrapper {
        justify-content: flex-start;
    }
    
    .skill-tag {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* Modern Professional Summary */
.professional-summary-modern {
    display: flex;
    margin: 20px 0 30px;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    position: relative;
}

.summary-left-column {
    width: 60px;
    background: linear-gradient(to bottom, #f5f7fa, #e4e7eb);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 30px 0;
}

.dev-icon-container {
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    border: 1px solid #e2e8f0;
}

.dev-icon-container i {
    font-size: 1.4rem;
    color: #0a66c2;
}

.summary-accent-line {
    width: 1px;
    flex-grow: 1;
    background-color: #d1d9e6;
    position: relative;
}

.summary-accent-line::before,
.summary-accent-line::after {
    content: '';
    position: absolute;
    left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0a66c2;
}

.summary-accent-line::before {
    top: 20px;
}

.summary-accent-line::after {
    bottom: 20px;
}

.summary-right-column {
    flex: 1;
    padding: 25px 30px;
}

.summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.summary-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 0.5px;
}

.experience-badge {
    background-color: #2c3e50;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.summary-body {
    margin-bottom: 20px;
}

.summary-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
    text-align: justify;
}

.skills-showcase {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #e1e8ed;
}

.skills-label {
    font-weight: 600;
    font-size: 0.95rem;
    color: #2c3e50;
}

.skills-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
}

.skill-chip {
    background-color: #f1f5f9;
    color: #2c3e50;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.skill-chip:hover {
    background-color: #e2e8f0;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .professional-summary-modern {
        flex-direction: column;
    }
    
    .summary-left-column {
        width: 100%;
        height: 60px;
        flex-direction: row;
        padding: 0 30px;
    }
    
    .dev-icon-container {
        margin-bottom: 0;
        margin-right: 20px;
        transform: translateY(-15px);
    }
    
    .summary-accent-line {
        display: none;
    }
    
    .summary-right-column {
        padding: 20px;
    }
    
    .summary-header {
        margin-top: -15px;
    }
    
    .summary-body p {
        text-align: left;
    }
    
    .skills-showcase {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .skills-chips {
        width: 100%;
    }
}

/* Professional Summary Card Style */
.professional-summary-card {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    background-color: white;
    position: relative;
}

.summary-top-bar {
    height: 6px;
    background: linear-gradient(to right, #3498db, #2980b9);
    width: 100%;
}

.summary-content-wrapper {
    padding: 25px 30px;
}

.summary-highlight-area {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.role-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.role-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f0f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 2px solid #e6f2ff;
}

.role-icon i {
    font-size: 28px;
    color: #3498db;
}

.role-area h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.experience-tag {
    background-color: #eaf6ff;
    color: #3498db;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #d6ebff;
}

.summary-text-area {
    padding: 0 5px 20px;
    border-bottom: 1px dashed #e1e8ed;
}

.summary-text-area p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin-bottom: 0;
}

.skills-area {
    padding-top: 20px;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
}

.skill-item {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    border: 1px solid #eef2f7;
}

.skill-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    background-color: white;
    border-color: #d9e2ec;
}

.skill-item i {
    margin-right: 10px;
    font-size: 1.1rem;
    color: #3498db;
    width: 20px;
    text-align: center;
}

.skill-item span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .summary-content-wrapper {
        padding: 20px;
    }
    
    .skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .summary-text-area p {
        text-align: left;
    }
}

/* Minimal Professional Summary */
.professional-summary-minimal {
    padding: 15px 0;
    position: relative;
}

.summary-header-minimal {
    margin-bottom: 15px;
}

.summary-text-minimal {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
    color: #333;
}

.mini-skills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.mini-skill {
    background-color: #f3f4f6;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #333;
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.mini-skill:hover {
    background-color: #e5e7eb;
    transform: translateY(-2px);
}

.mini-skill i {
    color: #3498db;
    margin-right: 5px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .summary-text-minimal {
        text-align: left;
    }
    
    .mini-skills-grid {
        gap: 8px;
    }
}

/* Enhanced Education Section */
.education-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.education-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.education-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #3498db;
    font-size: 1.3rem;
}

.education-content {
    flex: 1;
}

.education-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.institution-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.education-period {
    font-size: 0.9rem;
    color: #666;
    padding: 3px 10px;
    background-color: #f8f9fa;
    border-radius: 15px;
}

.education-details {
    color: #555;
}

.degree {
    font-size: 1rem;
    font-style: italic;
    color: #333;
    margin-bottom: 8px;
}

.education-location, .education-grade, .education-courses {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.education-location i, .education-grade i, .education-courses i {
    color: #3498db;
    margin-right: 8px;
    width: 15px;
}

@media (max-width: 768px) {
    .education-card {
        flex-direction: column;
    }
    
    .education-icon {
        margin-bottom: 15px;
        margin-right: 0;
        align-self: center;
    }
    
    .education-header {
        flex-direction: column;
    }
    
    .education-period {
        margin-top: 8px;
        align-self: flex-start;
    }
}

/* Enhanced Projects Section */
.projects-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.project-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.project-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.project-icon {
    width: 45px;
    height: 45px;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #3498db;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.project-title-enhanced {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.project-subtitle {
    margin-left: 60px;
    color: #666;
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 20px;
}

.project-details {
    margin-left: 60px;
}

.project-features-enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.feature-item i {
    color: #3498db;
    font-size: 1rem;
    margin-right: 10px;
    margin-top: 3px;
    width: 20px;
    text-align: center;
}

.feature-text {
    display: flex;
    flex-direction: column;
}

.feature-text strong {
    font-weight: 600;
    font-size: 0.95rem;
    color: #2c3e50;
    margin-bottom: 2px;
}

.feature-text span {
    font-size: 0.85rem;
    color: #666;
}

.project-links {
    margin-top: 15px;
}

.github-link {
    display: inline-flex;
    align-items: center;
    background-color: #f8f9fa;
    color: #333;
    padding: 6px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #eee;
}

.github-link:hover {
    background-color: #333;
    color: #fff;
}

.github-link i {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .project-features-enhanced {
        grid-template-columns: 1fr;
    }
    
    .project-subtitle, .project-details {
        margin-left: 0;
    }
    
    .project-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .project-icon {
        margin-bottom: 10px;
    }
}

/* Compact Projects Section */
.compact-projects-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.compact-project-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compact-project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.project-main-info {
    margin-bottom: 15px;
}

.compact-project-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.compact-project-title i {
    color: #3498db;
    margin-right: 10px;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.compact-project-description {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
    padding-left: 30px;
    line-height: 1.5;
}

.project-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-top: 10px;
    border-top: 1px solid #f6f6f6;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tech-tag {
    background-color: #f3f4f6;
    color: #666;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.project-links-compact {
    display: flex;
    gap: 10px;
}

.project-link {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #eee;
}

.project-link:hover {
    background-color: #333;
    color: #fff;
}

.project-link i {
    margin-right: 5px;
}

.live-link {
    background-color: #3498db;
    color: white;
    border-color: #3498db;
}

.live-link:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

@media (max-width: 768px) {
    .project-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .project-links-compact {
        width: 100%;
    }
    
    .project-link {
        flex: 1;
        justify-content: center;
    }
}

/* Courses & Certifications Section */
.certifications-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.certification-item {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    border-color: #e4e8f0;
}

.certification-badge {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f7fa, #e4eff9);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #3498db;
    font-size: 1.3rem;
    border: 1px solid #e4e8f0;
}

.certification-content {
    flex: 1;
}

.certification-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.certification-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.certification-issuer {
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
}

.certification-date {
    font-size: 0.85rem;
    color: #777;
    background-color: #f8f9fa;
    padding: 2px 10px;
    border-radius: 12px;
}

.certification-description {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.certification-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #f6f6f6;
}

.certification-credential {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #666;
}

.certification-credential i {
    color: #3498db;
    margin-right: 8px;
    font-size: 0.9rem;
}

.certification-view-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #f0f7ff;
    color: #3498db;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #e4eff9;
}

.certification-view-btn:hover {
    background-color: #3498db;
    color: #ffffff;
}

.certification-view-btn i {
    margin-right: 6px;
}

@media (max-width: 768px) {
    .certification-item {
        flex-direction: column;
    }
    
    .certification-badge {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
    
    .certification-meta {
        flex-direction: column;
        gap: 5px;
    }
    
    .certification-date {
        align-self: flex-start;
    }
    
    .certification-actions {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    
    .certification-view-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Modern Projects Grid */
.modern-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

.project-tile {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-tile:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.project-header-bar {
    background: linear-gradient(to right, #f7f9fc, #edf2f7);
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: flex-end;
}

.project-type-badge {
    background-color: #e6f0f9;
    color: #3498db;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid #d1e6fa;
}

.project-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.project-title-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.project-icon {
    color: #3498db;
    font-size: 1.2rem;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.project-summary {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}

.project-tech-stack {
    margin-bottom: 15px;
}

.tech-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.tech-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tech-pill {
    background-color: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 500;
}

.project-features-summary {
    margin-top: auto;
}

.feature-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.feature-list li {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 5px;
}

.project-footer {
    padding: 12px 20px;
    background-color: #f8fafc;
    border-top: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}

.project-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    flex: 1;
    max-width: 48%;
}

.code-btn {
    background-color: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.code-btn:hover {
    background-color: #e2e8f0;
    color: #334155;
}

.demo-btn {
    background-color: #3498db;
    color: white;
    border: 1px solid #3498db;
}

.demo-btn:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.project-btn i {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .modern-projects-grid {
        grid-template-columns: 1fr;
    }
    
    .project-tile {
        max-width: 100%;
    }
}

/* Enhanced Skills Dashboard */
.skills-dashboard {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.skills-category {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

.skills-category-header {
    padding: 15px 20px;
    background: linear-gradient(to right, #f8f9fa, #f1f3f5);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.skills-category-header i {
    color: #3498db;
    font-size: 1.2rem;
    margin-right: 12px;
}

.skills-category-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.skills-category-content {
    padding: 20px;
}

/* Technical Skills */
.skill-group {
    margin-bottom: 20px;
}

.skill-group:last-child {
    margin-bottom: 0;
}

.skill-group-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #eaeaea;
}

.skill-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skill-item-with-level {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skill-name {
    font-size: 0.9rem;
    color: #333;
}

.skill-level {
    width: 60%;
    height: 8px;
    background-color: #eaeaea;
    border-radius: 4px;
    overflow: hidden;
}

.skill-level-bar {
    height: 100%;
    border-radius: 4px;
    background-color: #3498db;
}

.level-expert {
    width: 95%;
    background-color: #3498db;
}

.level-advanced {
    width: 80%;
    background-color: #3498db;
}

.level-intermediate {
    width: 60%;
    background-color: #3498db;
}

.level-basic {
    width: 40%;
    background-color: #3498db;
}

/* Tools & Technologies */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.tool-item {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    border: 1px solid #eaeaea;
}

.tool-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.tool-item i {
    color: #3498db;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.tool-item span {
    font-size: 0.85rem;
    color: #333;
}

/* Soft Skills */
.soft-skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.soft-skill {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.soft-skill-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.soft-skill-icon i {
    color: #3498db;
    font-size: 1.1rem;
}

.soft-skill-details h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 5px;
}

.soft-skill-details p {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .soft-skills-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .skill-item-with-level {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .skill-level {
        width: 100%;
    }
}

/* Modern Professional Experience */
.experience-modern {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.experience-company {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-company:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.company-overview {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
}

.company-logo-wrapper {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.modern-company-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.company-info {
    flex: 1;
}

.modern-company-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.company-overall-period {
    font-size: 0.9rem;
    color: #666;
}

.experience-positions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 15px;
}

.experience-position {
    display: flex;
    position: relative;
}

.position-timeline {
    position: relative;
    width: 30px;
    flex-shrink: 0;
}

.timeline-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #f0f0f0;
    transform: translateX(-50%);
}

.timeline-dot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #e0e0e0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.timeline-dot.active {
    background-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.position-details {
    flex: 1;
    padding-bottom: 20px;
}

.experience-position:last-child .position-details {
    padding-bottom: 0;
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 10px;
}

.modern-position-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex: 1;
    min-width: 60%;
}

.position-tenure {
    font-size: 0.85rem;
    color: #666;
    white-space: nowrap;
    background-color: #f8f9fa;
    padding: 2px 8px;
    border-radius: 4px;
}

.position-type-location {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.employment-type {
    font-size: 0.85rem;
    color: #555;
    font-weight: 500;
}

.job-location {
    font-size: 0.85rem;
    color: #666;
}

.job-location i {
    color: #3498db;
    margin-right: 4px;
}

.position-description {
    margin-bottom: 12px;
}

.position-description p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.position-skills-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

.position-skill-tag {
    font-size: 0.8rem;
    color: #555;
    background-color: #f8f9fa;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.more-skills {
    font-size: 0.8rem;
    color: #3498db;
    padding: 3px 8px;
}

.media-showcase {
    margin-top: 15px;
    text-align: left;
}

.showcase-image {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #eee;
}

.media-showcase.thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.thumbnail-image {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eee;
}

@media (max-width: 768px) {
    .company-overview {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .company-logo-wrapper {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .position-header {
        flex-direction: column;
        gap: 5px;
    }
    
    .position-tenure {
        align-self: flex-start;
    }
    
    .position-skills-tags {
        margin-bottom: 10px;
    }
}

/* Skills Gallery */
.skills-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.skills-gallery-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.skills-category-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.skills-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.07);
}

.skills-category-card.primary {
    border-top: 3px solid #3498db;
}

.skills-category-card.secondary {
    border-top: 3px solid #2ecc71;
}

.skills-category-card.full-width {
    grid-column: 1 / -1;
}

.skills-card-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.skills-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.skills-card-icon i {
    color: #3498db;
    font-size: 1.2rem;
}

.skills-card-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.skills-card-content {
    padding: 20px;
}

/* Progress bars */
.skill-progress-item {
    margin-bottom: 15px;
}

.skill-progress-item:last-child {
    margin-bottom: 0;
}

.skill-progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.skill-name {
    font-size: 0.9rem;
    color: #333;
}

.skill-percentage {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

.skill-progress-bar {
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.skill-progress-fill {
    height: 100%;
    background-color: #3498db;
    border-radius: 4px;
    position: relative;
}

.skills-category-card.primary .skill-progress-fill {
    background-color: #3498db;
}

.skills-category-card.secondary .skill-progress-fill {
    background-color: #2ecc71;
}

/* Skills Pills */
.skills-pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skills-pill {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    background-color: #f8f9fa;
    color: #555;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    border: 1px solid #eaeaea;
}

.skills-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.skills-pill.expert {
    background-color: #e8f4fd;
    color: #3498db;
    border-color: #d1e8fb;
}

.skills-pill.advanced {
    background-color: #e8f8f0;
    color: #2ecc71;
    border-color: #d1f0e0;
}

.skills-pill.intermediate {
    background-color: #fef8e8;
    color: #f39c12;
    border-color: #faeacf;
}

/* Professional Skills */
.professional-skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}

.professional-skill-item {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    transition: transform 0.2s ease;
}

.professional-skill-item:hover {
    transform: translateY(-3px);
}

.professional-skill-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #f0f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.professional-skill-icon i {
    color: #3498db;
    font-size: 1rem;
}

.professional-skill-info h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 6px 0;
}

.rating-stars {
    display: flex;
    gap: 2px;
}

.rating-stars i {
    color: #f39c12;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .skills-gallery-row {
        grid-template-columns: 1fr;
    }
    
    .professional-skills-grid {
        grid-template-columns: 1fr;
    }
}

/* Compact Certifications Section */
.certifications-compact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.certification-compact-item {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certification-compact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.certification-compact-badge {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f7fa, #e4eff9);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #3498db;
    font-size: 1.1rem;
    border: 1px solid #e4e8f0;
}

.certification-compact-content {
    flex: 1;
}

.certification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.certification-compact-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex: 1;
    min-width: 70%;
    margin-right: 10px;
}

.certification-compact-date {
    font-size: 0.75rem;
    color: #666;
    background-color: #f8f9fa;
    padding: 2px 8px;
    border-radius: 12px;
    white-space: nowrap;
}

.certification-compact-issuer {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 8px;
}

.certification-compact-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    border-top: 1px solid #f6f6f6;
    padding-top: 8px;
    font-size: 0.8rem;
}

.certification-compact-id {
    color: #666;
    font-size: 0.8rem;
}

.certification-compact-link {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background-color: #f0f7ff;
    color: #3498db;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #e4eff9;
    white-space: nowrap;
}

.certification-compact-link:hover {
    background-color: #3498db;
    color: #ffffff;
}

.certification-compact-link i {
    margin-right: 4px;
    font-size: 0.75rem;
}

@media (max-width: 576px) {
    .certification-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .certification-compact-title {
        margin-right: 0;
    }
    
    .certification-compact-date {
        align-self: flex-start;
    }
    
    .certification-compact-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .certification-compact-link {
        width: 100%;
        justify-content: center;
    }
}

/* Enhanced Professional Summary */
.summary-card-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.summary-main-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.summary-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.summary-card-top {
    display: flex;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, #f7f9fc, #edf2f7);
    border-bottom: 1px solid #f0f0f0;
}

.summary-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3498db;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 1.3rem;
    box-shadow: 0 3px 6px rgba(52, 152, 219, 0.2);
}

.summary-title-area {
    flex: 1;
}

.summary-role {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.summary-experience-badge {
    display: inline-block;
    font-size: 0.8rem;
    background-color: #e8f4fd;
    color: #3498db;
    padding: 3px 10px;
    border-radius: 15px;
    font-weight: 500;
    border: 1px solid #d1e8fb;
}

.summary-card-content {
    padding: 20px;
}

.summary-text-enhanced {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.summary-skills-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.summary-skills-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.summary-skills-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(to right, #f7f9fc, #edf2f7);
    border-bottom: 1px solid #f0f0f0;
}

.summary-skills-header i {
    color: #3498db;
    font-size: 1.2rem;
    margin-right: 10px;
}

.summary-skills-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.summary-skills-content {
    padding: 15px 20px;
}

.core-skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

.core-skill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9fbfd;
    border-radius: 8px;
    padding: 15px 10px;
    transition: all 0.3s ease;
    border: 1px solid #f0f4f8;
    text-align: center;
}

.core-skill-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-color: #d1e8fb;
}

.skill-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e8f4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #3498db;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.core-skill-item:hover .skill-icon {
    background-color: #3498db;
    color: white;
    transform: scale(1.1);
}

.skill-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #444;
}

@media (max-width: 768px) {
    .summary-main-card, .summary-skills-card {
        width: 100%;
    }
    
    .core-skills-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .core-skill-item {
        padding: 10px 8px;
    }
    
    .skill-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .skill-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .core-skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Compact Interests Section */
.interests-compact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.interest-compact-item {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 5px 12px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.interest-compact-item:hover {
    background-color: #eff7fd;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
    border-color: #d1e8fb;
}

.interest-compact-item i {
    color: #3498db;
    font-size: 0.85rem;
    margin-right: 6px;
}

.interest-compact-item span {
    font-size: 0.85rem;
    color: #444;
    font-weight: 500;
}

@media (max-width: 576px) {
    .interests-compact-grid {
        gap: 6px;
    }
    
    .interest-compact-item {
        padding: 4px 10px;
    }
    
    .interest-compact-item i {
        font-size: 0.8rem;
        margin-right: 5px;
    }
    
    .interest-compact-item span {
        font-size: 0.8rem;
    }
}

/* Redesigned Professional Summary */
.professional-summary-redesign {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.summary-left {
    flex: 1;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    overflow: hidden;
}

.summary-profile-accent {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(to right, #f8f9fa, #f1f3f5);
    border-bottom: 1px solid #e9ecef;
}

.summary-developer-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #3b5998;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-right: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.summary-role-experience h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
}

.experience-pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 3px 10px;
    background-color: #f0f4f9;
    color: #3b5998;
    border-radius: 20px;
    border: 1px solid #e0e8f5;
}

.summary-description-box {
    padding: 20px;
}

.summary-description-box p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #495057;
}

.summary-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.core-competencies {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.core-competencies h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 15px;
    color: #333;
    display: flex;
    align-items: center;
}

.core-competencies h3 i {
    color: #3b5998;
    margin-right: 8px;
}

.competencies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
}

.competency-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 8px;
    border-radius: 6px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.competency-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.competency-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e7eef8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    color: #3b5998;
    font-size: 16px;
    transition: all 0.3s ease;
}

.competency-item:hover .competency-icon {
    background-color: #3b5998;
    color: white;
    transform: scale(1.05);
}

.competency-item span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #495057;
}

@media (max-width: 991px) {
    .professional-summary-redesign {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .competencies-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .competency-item {
        padding: 8px 5px;
    }
    
    .competency-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .competency-item span {
        font-size: 0.75rem;
    }
}

/* Standard Professional Summary */
.summary-standard-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.summary-standard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.summary-header-row {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #f9f9f9;
    justify-content: space-between;
}

.summary-role-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #4a6fa5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    margin-right: 16px;
    flex-shrink: 0;
}

.summary-title-wrapper {
    flex: 1;
}

.summary-job-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
}

.summary-years-badge {
    display: inline-block;
    background-color: #4a6fa5;
    color: white;
    font-size: 0.85rem;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 15px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.summary-content-area {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.summary-text-standard {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.key-skills-area {
    padding: 18px 20px;
}

.key-skills-heading {
    color: #333;
    font-size: 1rem;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
}

.key-skills-heading i {
    color: #4a6fa5;
    margin-right: 8px;
}

.key-skills-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.key-skill-tag {
    display: inline-flex;
    align-items: center;
    background-color: #f7f7f7;
    color: #555;
    font-size: 0.85rem;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid #eee;
}

.key-skill-tag:hover {
    background-color: #f0f4f9;
    color: #4a6fa5;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-color: #d5dfe9;
}

.key-skill-tag i {
    color: #4a6fa5;
    margin-right: 6px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .summary-header-row {
        padding: 15px;
    }
    
    .summary-role-badge {
        width: 42px;
        height: 42px;
        font-size: 18px;
        margin-right: 12px;
    }
    
    .summary-job-title {
        font-size: 1.1rem;
    }
    
    .summary-years-badge {
        font-size: 0.75rem;
        padding: 2px 10px;
    }
    
    .summary-content-area,
    .key-skills-area {
        padding: 15px;
    }
    
    .key-skills-tags {
        gap: 6px;
    }
    
    .key-skill-tag {
        font-size: 0.8rem;
        padding: 4px 10px;
    }
}

.showcase-link {
    display: inline-flex;
    align-items: center;
    background-color: #f8f9fa;
    color: #4a6fa5;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #e0e7f1;
    transition: all 0.2s ease;
    margin-top: 10px;
    margin-right: 10px;
}

.showcase-link:hover {
    background-color: #e9f0f9;
    color: #3b5998;
    border-color: #c5d5e9;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.showcase-link.certificate-link {
    background-color: #f0f4f9;
    color: #2c5282;
    border-color: #d1e1f5;
}

.showcase-link.certificate-link:hover {
    background-color: #e1ebf7;
    color: #1a365d;
    border-color: #b4cce8;
}

.showcase-link i {
    margin-right: 8px;
    font-size: 1rem;
}

.media-showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    .showcase-link {
        font-size: 0.85rem;
        padding: 6px 12px;
        margin-right: 8px;
    }
    
    .showcase-link i {
        font-size: 0.9rem;
    }
    
    .media-showcase {
        gap: 8px;
    }
}

/* Consolidate showcase links into a single button */
.single-showcase-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #4a6fa5;
    color: white;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: auto;
    text-align: center;
}

.single-showcase-link:hover {
    background-color: #3b5998;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.single-showcase-link i {
    margin-right: 8px;
    font-size: 1rem;
}

/* Code Bracket Decoration */
.code-bracket-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.1;
    transition: all 0.3s ease;
}

.profile-image-container:hover .code-bracket-decoration {
    opacity: 0.2;
}

.bracket-left, .bracket-right {
    position: absolute;
    font-family: "Consolas", monospace;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    color: #4a6fa5;
}

.bracket-left {
    top: 10px;
    left: -30px;
}

.bracket-right {
    bottom: 10px;
    right: -30px;
}

/* GitHub Activity Section */
.github-activity-section {
    margin-top: 30px;
}

.github-activity-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.github-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #f6f8fa;
    border-bottom: 1px solid #e1e4e8;
}

.github-header i {
    font-size: 1.5rem;
    color: #24292e;
    margin-right: 10px;
}

.github-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #24292e;
}

.github-profile-link {
    margin-left: auto;
    color: #0366d6;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
}

.github-profile-link:hover {
    text-decoration: underline;
}

.contribution-graph {
    padding: 20px;
}

.contribution-graph-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 15px;
}

.contribution-row {
    display: flex;
    gap: 3px;
}

.contribution-cell {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #ebedf0;
}

.contribution-cell.level-0 {
    background-color: #ebedf0;
}

.contribution-cell.level-1 {
    background-color: #9be9a8;
}

.contribution-cell.level-2 {
    background-color: #40c463;
}

.contribution-cell.level-3 {
    background-color: #30a14e;
}

.contribution-cell.level-4 {
    background-color: #216e39;
}

.contribution-stats {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    border-top: 1px solid #e1e4e8;
    text-align: center;
}

.stat {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #24292e;
}

.stat-label {
    font-size: 0.8rem;
    color: #586069;
    margin-top: 5px;
}

/* Code Pattern Background */
.code-pattern-bg {
    position: relative;
    overflow: hidden;
}

.code-pattern-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 65l-5-5 5-5M40 55h20M70 65l5-5-5-5' stroke='%234a6fa5' stroke-width='1' fill='none' opacity='0.1'/%3E%3C/svg%3E");
    opacity: 0.1;
    pointer-events: none;
}

/* Terminal */
.code-terminal {
    background-color: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-family: "Consolas", "Monaco", monospace;
}

.terminal-header {
    background-color: #383838;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
}

.terminal-buttons {
    display: flex;
    gap: 6px;
    margin-right: 15px;
}

.terminal-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.terminal-button.close {
    background-color: #ff5f56;
}

.terminal-button.minimize {
    background-color: #ffbd2e;
}

.terminal-button.maximize {
    background-color: #27c93f;
}

.terminal-title {
    color: #ddd;
    font-size: 0.9rem;
}

.terminal-body {
    padding: 15px;
    color: #f8f8f8;
    font-size: 0.9rem;
    line-height: 1.6;
}

.command-line {
    margin-bottom: 10px;
}

.prompt {
    color: #4a6fa5;
    margin-right: 8px;
}

.command {
    color: #f8f8f8;
}

.response {
    color: #b5cea8;
    padding-left: 20px;
    margin-top: 5px;
}

.cursor-blink {
    display: inline-block;
    width: 8px;
    height: 15px;
    background-color: #f8f8f8;
    animation: cursor-blink 1s infinite;
    vertical-align: middle;
    margin-left: 5px;
}

@keyframes cursor-blink {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .contribution-graph-wrapper {
        transform: scale(0.9);
        transform-origin: left;
    }
    
    .contribution-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .stat {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .stat-label {
        margin-top: 0;
    }
    
    .terminal-body {
        font-size: 0.8rem;
    }
}

.media-link {
    display: inline-flex;
    align-items: center;
    color: #3498db;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    background: rgba(52, 152, 219, 0.1);
    padding: 4px 10px;
    border-radius: 4px;
    gap: 6px;
    float: left;
}

.media-link:hover {
    color: #2980b9;
    background: rgba(52, 152, 219, 0.15);
    text-decoration: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(20px);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background-color: #555;
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.scroll-to-top i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.scroll-to-top:hover i {
    transform: translateY(-2px);
}

/* Download resume button - improved styles */
.download-resume {
    display: block;
    width: fit-content;
    margin: 40px auto 10px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border: none;
    position: relative;
    overflow: hidden;
}

.download-resume:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    color: white;
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}

.download-resume i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.download-resume:hover i {
    transform: translateY(-2px);
}

.resume-update-date {
    display: block;
    text-align: center;
    color: #888;
    font-size: 0.8rem;
    margin-top: 6px;
    margin-bottom: 20px;
    font-style: italic;
}

@media (max-width: 768px) {
    .profile-open-to-work {
        top: -8px;
        right: -8px;
        padding: 6px 12px;
        font-size: 0.75rem;
    }
}

/* Footer */
.footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #666;
}

.footer i {
    color: #ff4b4b;
    margin: 0 4px;
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
    }
    
    .download-resume {
        bottom: 20px;
        left: 20px;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

/* Terminal cursor blink - need to update separately */
.terminal-body .cursor-blink {
    display: inline-block;
    width: 8px; /* Thicker cursor for terminal */
    height: 15px;
    background-color: #f8f8f8; /* Light color for dark background */
    animation: cursor-blink 0.8s infinite;
    vertical-align: middle;
    margin-left: 5px;
    box-shadow: none; /* No shadow in terminal */
}
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 220px;
/* Remove old profile-online-status */
.profile-online-status {
    display: none;
}

/* Profile Open to Work - Updated styles */
.profile-open-to-work {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
}

/* Notice period */
.profile-notice-period {
    background: linear-gradient(135deg, #fd7e14 0%, #f8b400 100%);
    color: white;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(253, 126, 20, 0.3);
    width: 100%;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-notice-period:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(253, 126, 20, 0.4);
}

/* Download resume button - improved styles */
.download-resume {
    display: block;
    width: fit-content;
    margin: 40px auto 10px;
    background: linear-gradient(135deg, #0e5fad 0%, #2980b9 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,123,255,0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.download-resume:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,123,255,0.4);
    color: white;
}

.download-resume i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.download-resume:hover i {
    transform: translateY(-2px);
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .profile-status-wrapper {
        position: relative;
        top: 10px;
        width: 100%;
        max-width: 280px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .profile-status-combined {
        padding: 8px 12px;
        font-size: 0.8rem;
    }
    
    .status-separator {
        font-size: 1rem;
    }
    
    .download-resume {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
    }
}
}

.status-separator {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    margin: 0 2px;
}

/* Remove old profile status styles */
.profile-open-to-work, .profile-notice-period {
    display: none;
}

/* Compact Status Badge */
.profile-status-badge {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #28a745 0%, #fd7e14 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    z-index: 10;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-status-badge:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.badge-text {
    letter-spacing: 0.2px;
}

/* Hide old status styles */
.profile-status-wrapper,
.profile-status-combined,
.status-item,
.status-separator,
.profile-open-to-work,
.profile-notice-period {
    display: none;
}

/* Professional status indicator */
.status-indicator {
    display: inline-flex;
    align-items: center;
    margin: 8px 0 15px;
    background: linear-gradient(90deg, rgba(40, 167, 69, 0.1) 0%, rgba(253, 126, 20, 0.1) 100%);
    padding: 6px 12px;
    border-radius: 4px;
    border-left: 3px solid #28a745;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #28a745;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    animation: pulse 2s infinite;
}

.status-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.3px;
}

.status-divider {
    margin: 0 6px;
    color: #999;
    font-weight: 300;
}

@media (max-width: 768px) {
    .status-indicator {
        margin: 8px 0 12px;
        padding: 5px 10px;
    }
    
    .status-text {
        font-size: 0.8rem;
    }
}

/* Header status badges */
.header-status-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 12px;
    flex-wrap: wrap;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    gap: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.status-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.status-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.status-badge:hover::before {
    transform: translateX(0);
}

.status-badge.open-to-work {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.status-badge.notice-period {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.status-badge i {
    font-size: 0.9rem;
}

/* Remove old status styles */
.status-indicator, 
.status-dot, 
.status-text, 
.status-divider,
.profile-status-badge {
    display: none;
}

@media (max-width: 768px) {
    .header-status-badges {
        justify-content: flex-start;
        margin: 8px 0 12px;
        gap: 8px;
    }
    
    .status-badge {
        padding: 4px 10px;
        font-size: 0.75rem;
    }
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    gap: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.header-status-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 12px;
    flex-wrap: wrap;
}

.status-badge i {
    font-size: 0.8rem;
}

.media-link i {
    font-size: 0.9rem;
    color: #3498db;
}

.media-showcase {
    margin-top: 15px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.media-link {
    float: left;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .media-link {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .media-link i {
        font-size: 0.85rem;
    }
    
    .media-showcase {
        margin-top: 12px;
    }
}

@media (max-width: 576px) {
    .name-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .position-title {
        font-size: 1.2rem;
        text-align: center;
    }
    
    .contact-item {
        justify-content: center;
        margin-bottom: 5px;
    }
    
    .status-badge {
        padding: 3px 8px;
        font-size: 0.75rem;
    }
    
    .header-status-badges {
        margin: 10px 0;
    }
}
