/*
 Theme Name: Resume
 Theme URI: http:/newtemplate.net/demo/resume/index.html
 Author: NewTemplate
 Author URI: https://themeforest.net/user/newtemplete
 Version: 1.0.1
 Description:  Resume One Page HTML5 Theme comes out with tons of powerful features. Its modern, attractive and clean design.
*/

/*-----------------------------------------------------------------------------------

 [Table of contents]

1.0 General
2.0 Header (Logo or navigation)
3.0 Home (Section)
4.0 About (Section)
5.0 Experience (Section)
6.0 Services (section)
7.0 Portfolio (section)
8.0 Clients (section)
9.0 Blog (section)
10.0 contact (section)
11.0 Footer (section)
12.0 Media Queries

*/

/**
 * 1.0 General
 * -----------------------------------------------------------------------------
 */

body {
    margin: 0;
    padding: 0;
    line-height: 1.85em;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #242732;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    color: #3e43e9;
}

input:focus,
button:focus,
a:focus {
    outline: 0;
}

.btn {
    color: #222;
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 9px;
    padding: 10px 30px;
    letter-spacing: .5px;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    position: relative;
}

.btn.button-scheme {
    background-color: #3e43e9;
    border: 1px solid #3e43e9;
    color: #fff;
}


.btn:focus {
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
}

.btn:active {
    top: 2px;
}

.single-section {
    padding: 100px 0px;
}

.single-section.silver-bg {
    background-color: #f6f7fd;
}

.single-section .section-heading {
    text-align: center;
    margin-bottom: 65px;
}

.single-section .section-heading .section-title {
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 10px;
    font-family: Raleway, sans-serif;
}

h5.subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.description,
.section-description {
    font-size: 16px;
}

/* page loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.98);
}

.world {
    margin: 0 auto;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 78px;
    height: 78px;
}

.world::before {
    content: '';
    height: 78px;
    width: 78px;
    animation: rotation 1s infinite linear;
    border: 2px solid rgba(88, 233, 62, 0.29);
    border-top-color: #3ee97a;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

/**
 * 2.0 Header (Logo or navigation)
 * -----------------------------------------------------------------------------
 */

.header-area {
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    padding: 15px 0;
    min-height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
}

.header-area.fixed {
    z-index: 4;
    position: fixed;
    border-bottom: 0;
    top: 0;
    padding: 10px 0;
    transition: 450ms ease-out;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    min-height: 62px;
    border-color: rgba(0, 0, 0, 0.05);
}

.header-area.fixed .menu li a:before {
    bottom: -19px;
    background-color: #3e43e9;
}

.header-area.fixed #logo_home a {
    background-image: url('/images/logo.png');
}

.header-area.fixed .menu li a.active,
.header-area.fixed .menu li a:hover {
    color: #3e43e9;
}

.header-area.fixed .menu li a {
    color: #333;
}

.header-area .btn {
    text-transform: none;
    font-size: 13px;
    padding: 10px 20px;
    margin: 0;
}

/* logo */
.header-area #logo_home {
    position: relative;
    z-index: 3;
}

.header-area #logo_home a {
    width: 73px;
    height: 16px;
    display: block;
    background-image: url('/images/logo-white.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
}

/*menu*/

.navbar {
    padding: 0;
}

.navbar .navbar-toggler-icon {
    color: #ffffff;
    height: inherit;
    font-size: 25px;
    width: inherit;
    margin: 0;
    display: block;
}

.fixed .navbar .navbar-toggler-icon {
    color: #333;
}

.navbar .navbar-toggler {
    position: absolute;
    z-index: 9;
    padding: 0;
    top: 10px;
    right: 50%;
}

.menu {
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 145px;
}

.menu li {
    position: relative
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    margin: 0 15px;
    display: block;
    position: relative;
}

.menu li a.active,
.menu li a:hover {
    color: #ffffff;
    text-shadow: none;
}

.menu li a:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    height: 1px;
    bottom: -24px;
    opacity: 1;
    left: 0;
    width: 100%;
}

.menu li a:hover:before,
.menu li a.active:before,
.menu li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu li:last-child a {
    border-bottom: 0 solid #ddd;
}

/**
 * 3.0 Home (Section)
 * -----------------------------------------------------------------------------
 */

.home-area {
    height: 100vh;
    min-height: 600px;
    background: url('/images/banner-01-removebg.png');
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* Tablet (landscape) */
@media screen and (min-width: 991px) {
    .home-area {
        background-attachment: fixed;
    }
}

.home-area:before {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, #360b7b 0%, #003a9c 100%);
    opacity: 0.6;
}

.home-area .image-item {
    position: absolute;
    top: 35px;
    right: 0;
    width: 35%;
    z-index: 1;
}

.home-area .image-item img {
    width: 100%;
}

.home-area .container {
    position: relative
}

.home-area .home-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.14901960784313725);
}

.home-area .greet {
    margin-bottom: 10px;
    font-family: Raleway, sans-serif;
}

.home-area .greet strong {
    background: #262935;
    padding: 4px 10px;
    font-size: 16px;
}

.home-area .skills {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
}

.home-area .description {
    margin-bottom: 35px;
}

.home-area .btn {
    margin-left: 0;
}

.home-area .btn:last-child {
    margin-right: 0;
}

/* main title - React Headline */
.headline {
    display: block;
}

.headline-prefix {
    margin-right: 4px;
}

.headline-word {
    display: inline-block;
    animation: headline-fade-in 0.5s ease-out forwards;
}

.headline-word--scale {
    animation: headline-scale-in 0.5s ease-out forwards;
}

/* Letter-by-letter scale animation */
.headline-letters {
    display: inline;
    animation: none;
}

.headline-letter {
    display: inline-block;
    font-style: normal;
    opacity: 0;
    transform: scale(0);
    animation: headline-letter-scale 0.6s ease-out forwards;
}

@keyframes headline-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes headline-scale-in {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes headline-letter-scale {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    60% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* legacy - keep for other pages if any */
.cd-words-prefix {
    margin-right: 4px;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* title text */

.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    font-style: normal;
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

/* side image */
.home-area .side-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/*water effect*/
.water-effect {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    z-index: 2;
    overflow: hidden;
}

/**
 * 4.0 About (Section)
 * -----------------------------------------------------------------------------
 */

.about-area {
    position: relative;
    overflow: hidden;
}

.about-area .btn {
    margin-left: 0;
}

.about-area .resume-dropdown {
    position: relative;
    display: inline-block;
}

.about-area .resume-dropdown .dropdown-toggle::after {
    margin-left: 0.3em;
}

.about-area .resume-dropdown .dropdown-menu {
    min-width: 180px;
    padding: 0.25rem 0;
}

.about-area .resume-dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.about-area .about-img {
    position: relative;
    overflow: hidden;
}

.about-area .about-img img {
    width: 100%;
}

.about-area .about-content .section-heading {
    text-align: left;
    margin-bottom: 0;
    margin-top: 8%;
}

.about-area .about-content .about-role {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}

.about-area .about-info {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.about-area .about-info li {
    display: inline-block;
    width: 49%;
}

.about-area .about-info li span {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    margin-right: 10px;
    float: left;
}

/**
 * 5.0 Experience (Section)
 * -----------------------------------------------------------------------------
 */

 .exp-content {
    padding-bottom: 40px;
 }
 
.exp-content h2 {
    font-weight: 700;
}

.exp-content h2 span {
    color: var(--color-primary);
}

.exp-content .subtitle {
    margin-bottom: 10px;
    color: #3e43e9;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.exp-content p {
    margin: 20px 0px;
}

.exp-content .btn {
    margin: 0;
}

.exp-block {
    text-align: center;
    margin-bottom: 10px;
    padding: 40px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    transition: 200ms ease-out;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.exp-block:hover {
    border-radius: 0px 25px;
    transition: 200ms ease-out;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.27);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.27);
}

.exp-block .img-icon {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.exp-block h3 {
    font-size: 18px;
    font-weight: 600;
}

.exp-block .exp-period {
    font-size: 14px;
}

/* List item appear animation - scale bounce */
@keyframes item-appear {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    60% {
        opacity: 1;
        transform: scale(1.04);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Experience Timeline */
.experience-timeline {
    position: relative;
    padding-left: 0;
}

.timeline-item {
    animation: item-appear 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item:nth-child(1) { animation-delay: 0.05s; }
.timeline-item:nth-child(2) { animation-delay: 0.15s; }
.timeline-item:nth-child(3) { animation-delay: 0.25s; }
.timeline-item:nth-child(4) { animation-delay: 0.35s; }
.timeline-item:nth-child(5) { animation-delay: 0.45s; }
.timeline-item:nth-child(6) { animation-delay: 0.55s; }
.timeline-item:nth-child(n+7) { animation-delay: 0.65s; }

.timeline-marker {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 64px;
}

.timeline-marker .timeline-dot-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.timeline-marker .timeline-dot-wrapper .timeline-year {
    margin-top: 6px;
}

.timeline-dot {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.2);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: box-shadow 200ms ease-out, transform 200ms ease-out;
}

.timeline-item:hover .timeline-dot {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.35);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.35);
    transform: scale(1.05);
}

.timeline-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.timeline-year {
    font-size: 12px;
    font-weight: 600;
    color: #3e43e9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.timeline-period {
    font-size: 13px;
    color: #9ca3af;
    margin: 0 0 12px 0;
}

.timeline-line {
    width: 2px;
    flex: 1;
    min-height: 24px;
    margin-top: 4px;
    background: linear-gradient(to bottom, #3ee966, rgba(62, 67, 233, 0.3));
    align-self: center;
}

.timeline-content {
    flex: 1;
    background: #fff;
    padding: 20px 24px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(35, 85, 49, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(35, 85, 49, 0.15);
    border-radius: 8px;
    transition: box-shadow 200ms ease-out;
}

.timeline-content:hover {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(35, 85, 49, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(35, 85, 49, 0.15);
}

.timeline-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #242732;
}

.timeline-role {
    font-size: 14px;
    color: #3e43e9;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.timeline-hint {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    margin: 0 0 12px 0;
}

.timeline-responsibilities {
    margin: 12px 0 0 0;
    padding-left: 18px;
    list-style: none;
}

.timeline-responsibilities li {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    color: #5a6474;
    animation: item-appear 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
    line-height: 1.6;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', serif;
}

.timeline-responsibilities li:nth-child(1) { animation-delay: 0.08s; }
.timeline-responsibilities li:nth-child(2) { animation-delay: 0.14s; }
.timeline-responsibilities li:nth-child(3) { animation-delay: 0.2s; }
.timeline-responsibilities li:nth-child(4) { animation-delay: 0.26s; }
.timeline-responsibilities li:nth-child(5) { animation-delay: 0.32s; }
.timeline-responsibilities li:nth-child(n+6) { animation-delay: 0.38s; }

.timeline-responsibilities li::before {
    content: '▸';
    position: absolute;
    left: -18px;
    color: #3e43e9;
    font-style: normal;
    font-size: 11px;
    font-family: inherit;
}

.timeline-responsibilities li:last-child {
    margin-bottom: 0;
}

/**
 * 5.1 Tech Stack (section)
 * -----------------------------------------------------------------------------
 */

.tech-area {
    background-color: #fff;
}

.tech-area.silver-bg {
    background-color: #f6f7fd;
}

/* Tech heading - mismos estilos de texto que exp-content */
.tech-heading .subtitle {
    margin-bottom: 10px;
    color: #3e43e9;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.tech-heading h2 {
    font-weight: 700;
}

.tech-heading h2 span {
    color: #3e43e9;
}

.tech-heading .section-description {
    margin: 20px 0;
}

.tech-legend-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.tech-legend-label {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #5a6474;
}

.tech-level-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: none;
    background: transparent;
    color: #3e43e9;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.tech-level-info-btn:hover {
    color: #5a6474;
    opacity: 0.85;
}

.tech-level-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.tech-level-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.tech-level-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(62, 67, 233, 0.15);
}

.tech-level-modal-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #242732;
}

.tech-level-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #5a6474;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.tech-level-modal-close:hover {
    background: rgba(62, 67, 233, 0.08);
    color: #3e43e9;
}

.tech-level-modal-body {
    padding: 20px;
}

.tech-level-modal-body .tech-legend-list {
    padding: 0;
}

.tech-legend-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tech-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 12px;
    color: #5a6474;
}

.tech-legend-item .tech-level.mini {
    flex-shrink: 0;
}

.tech-legend-item span {
    font-size: 12px;
    color: #5a6474;
}

.tech-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    align-items: center;
}

.tech-filter-btn {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(62, 67, 233, 0.25);
    background: #fff;
    color: #5a6474;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.tech-filter-btn:hover {
    background: rgba(62, 67, 233, 0.06);
    color: #3e43e9;
    border-color: rgba(62, 67, 233, 0.4);
}

.tech-filter-btn.active {
    background: #3e43e9;
    color: #fff;
    border-color: #3e43e9;
}

.tech-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.tech-category {
    background: #fff;
    padding: 24px 28px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.12);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.12);
    transition: box-shadow 0.2s ease;
}

.tech-category:hover {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.22);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.22);
}

.tech-category-title {
    font-size: 16px;
    font-weight: 600;
    color: #242732;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(62, 67, 233, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tech-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tech-cards > * {
    animation: item-appear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
}

.tech-cards > *:nth-child(1) { animation-delay: 0.02s; }
.tech-cards > *:nth-child(2) { animation-delay: 0.04s; }
.tech-cards > *:nth-child(3) { animation-delay: 0.06s; }
.tech-cards > *:nth-child(4) { animation-delay: 0.08s; }
.tech-cards > *:nth-child(5) { animation-delay: 0.1s; }
.tech-cards > *:nth-child(6) { animation-delay: 0.12s; }
.tech-cards > *:nth-child(7) { animation-delay: 0.14s; }
.tech-cards > *:nth-child(8) { animation-delay: 0.16s; }
.tech-cards > *:nth-child(9) { animation-delay: 0.18s; }
.tech-cards > *:nth-child(10) { animation-delay: 0.2s; }
.tech-cards > *:nth-child(11) { animation-delay: 0.22s; }
.tech-cards > *:nth-child(12) { animation-delay: 0.24s; }
.tech-cards > *:nth-child(13) { animation-delay: 0.26s; }
.tech-cards > *:nth-child(14) { animation-delay: 0.28s; }
.tech-cards > *:nth-child(15) { animation-delay: 0.3s; }
.tech-cards > *:nth-child(n+16) { animation-delay: 0.32s; }

.tech-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 16px;
    background: #f8f9fc;
    border-radius: 10px;
    text-decoration: none;
    color: #242732;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.tech-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.tech-card-static {
    cursor: default;
    pointer-events: auto;
}

a.tech-card:hover {
    background: #fff;
    color: #3e43e9;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(62, 67, 233, 0.2);
    box-shadow: 0px 4px 20px 0px rgba(62, 67, 233, 0.2);
    border-color: rgba(62, 67, 233, 0.2);
    transform: translateY(-2px);
}

.tech-card-logo {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tech-card-name {
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.tech-card-tags {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}


.tech-tag-icon {
    font-size: 12px;
    color: #9ca3af;
    opacity: 0.9;
}

a.tech-card:hover .tech-tag-icon,
.tech-card:hover .tech-tag-icon {
    color: #3e43e9;
}

.tech-filter-btn .tech-tag-icon {
    margin-right: 6px;
    font-size: 13px;
}

.tech-filter-btn span {
    display: inline;
}

.tech-level {
    width: 100%;
    height: 10px;
    background: #e5e7eb;
    border-radius: 5px;
    overflow: hidden;
}

.tech-level-fill {
    height: 100%;
    min-width: 0;
    border-radius: 5px;
    transition: width 0.3s ease, background 0.2s ease;
}

.tech-level.mini {
    width: 40px;
    height: 8px;
}


/**
 * 6.0 Services (section)
 * -----------------------------------------------------------------------------
 */

.services-area {
    position: relative;
    background-image: url('/images/mass-icons.png');
    background-attachment: fixed;
    background-size: cover;
}

.services-area .single-service {
    padding: 32px 38px;
    background-color: #fff;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    text-align: center;
    transition: 200ms ease-out;
}

.services-area .single-service:hover {
    border-radius: 0px 25px;
    transition: 200ms ease-out;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.27);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.27);
}

.services-area .single-service span {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 100%;
    display: inline-block;
    color: #3e43e9;
}

.services-area .service-title {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}

.services-area .service-description {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    color: #777;
}

/**
 * 7.0 Portfolio (section)
 * -----------------------------------------------------------------------------
 */

.portfolio-area {
    position: relative;
}

/* Portfolio items*/

.portfolio-area .works-filter-wrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.portfolio-area .works-filter {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.portfolio-area .works-filter li {
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .1s ease-in-out;
    position: relative;
    letter-spacing: .3px;
}

.portfolio-area .works-filter li:before {
    content: "";
    position: absolute;
    background-color: #3e43e9;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    height: 1px;
    bottom: -10px;
    opacity: 1;
    left: 0;
    width: 100%;
}

.portfolio-area .works-filter li.tab-active:before,
.portfolio-area .works-filter li:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.portfolio-area .works-filter li.tab-active, .portfolio-area .works-filter li:hover {
    color: #3e43e9;
}

.portfolio-area .works-filter li:not(:last-child) {
    margin-right: 25px;
}

.portfolio-area .works-container .works-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.portfolio-area .works-container .works-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    display: block;
}

.portfolio-area .works-container .works-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-area .works-container .works-item .item-overlay {
    position: relative;
    overflow: hidden;
}

.portfolio-area .works-container .works-item .item-overlay .category {
    background: #3e43e9;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 600;
    position: absolute;
    right: -80px;
    z-index: 1;
    transition: 200ms ease-out;
}

.portfolio-area .works-container .works-item:hover .item-overlay .category {
    transition: 200ms ease-out;
    right: 0;
}

.portfolio-area .works-container .works-item .item-overlay .overlay-content {
    transition: all .3s ease-in-out;
    visibility: hidden;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding: 3px 18px;
    color: #fff;
}

.portfolio-area .works-container .works-item:hover .item-overlay .overlay-content {
    visibility: visible;
    opacity: 1;
}

.portfolio-area .works-container .works-item .item-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 75%);
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.portfolio-area .works-container .works-item:hover .item-overlay:before {
    opacity: 1;
}

.portfolio-area .works-container .works-item .overlay-content .overlay-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
    line-height: 40px;
}

.portfolio-area .works-container .works-item .overlay-content .overlay-icons {
    float: right;
}

.portfolio-area .works-container .works-item .overlay-content .overlay-icons a {
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    margin: 0 3px;
}

/**
 * 8.0 Clients (section)
 * -----------------------------------------------------------------------------
 */

.clients-area {
    position: relative;
    background-image: url('/images/testimonial-img.jpg');
    background-size: cover;
    color: #fff;
}

.clients-area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 0;
}

.clients-area .section-heading {
    text-align: left
}

.clients-area .testimonial-item {
}

.clients-area .testimonial-item .testimonial-description {
    font-style: italic;
    font-size: 14px;
    background: #fff;
    color: #222;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

.clients-area .testimonial-item .testimonial-description::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 10px;
}

.clients-area .testimonial-item .testimonial-detail {
    display: inline-block;
    overflow: hidden;
}

.clients-area .testimonial-item .testimonial-detail .img-item {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.clients-area .testimonial-item .testimonial-detail .caption {
    display: inline-block;
}

.clients-area .testimonial-item .testimonial-detail .name {
    font-weight: bold;
    margin-top: 5px;
    line-height: 21px;
}

.clients-area .testimonial-item .testimonial-detail .designation {
    font-size: 14px;
    line-height: 21px;
}

.clients-area .testimonial-item .testimonial-detail .designation a {
    color: #3e43e9;
}

.clients-area .testimonial-item .testimonial-detail .rating .checked {
    color: orange;
}

.clients-area .testimonial-carousel {
    position: relative;
    width: 85%;
}

.clients-area .testimonial-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 20%;
}

.clients-area .testimonial-carousel .owl-nav button {
    background: #3e43e9;
    padding: 10px !important;
    line-height: 5px;
    font-size: 25px;
    margin-left: 5px;
}

/*counter-area*/
.clients-area .counter-area {
    margin-bottom: 35px;
    overflow: hidden;
}

.clients-area .counter-area .icon-box {
    float: left;
    font-size: 55px;
    margin-right: 30px;
    margin-left: 15px;
    color: #3e43e9;
}

.clients-area .counter-area .counter {
    font-weight: 800;
    font-size: 45px;
    overflow: hidden;
}

.clients-area .counter-area .counter kbd {
    background: transparent;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
}

.clients-area .counter-area .counter .description {
    font-size: initial;
    font-weight: 400;
    display: block;
}

/**
 * 9.0 Blog (section)
 * -----------------------------------------------------------------------------
 */
.blog-area {
    position: relative;
    overflow: hidden;
}

.blog-item {
    position: relative;
    overflow: hidden;
}

.blog-item .category {
    background: #3e43e9;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 600;
    position: absolute;
    right: -80px;
    z-index: 1;
}

.blog-item:hover .category {
    transition: 200ms ease-out;
    right: 0;
}

.blog-item img {
    width: 100%;
}

.blog-text .text-title a {
    text-decoration: none;
}

.blog-text .text-title h3 {
    font-weight: 700;
    color: #242732;
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-text .date {
    font-size: 13px;
    margin-top: 15px;
}

.blog-item .btn {
    margin: 0;
}

.blog-item .img-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item .img-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 75%);
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.blog-item:hover .img-item:before {
    opacity: 1;
}

.blog-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.blog-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item:hover .blog-text .text-title h3 {
    color: #3e43e9;
}

/**
 * 10.0 contact (section)
 * -----------------------------------------------------------------------------
 */

.quote-area {
    position: relative;
    z-index: 1;
}

.contact-info {
    text-align: center;
}

.contact-info .icon-box {
    font-size: 40px;
    color: #3e43e9;
    margin-bottom: 15px;
}

.contact-info h3 {
    font-weight: 700;
    color: #242732;
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-info ul li {
}

.contact {
    padding-bottom: 90px;
    margin-top: -100px;
    background: url('/images/map.png') fixed;
}

.contact-form {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
}

.contact-form .section-heading {
    margin-bottom: 65px;
}

.contact-form .section-heading .section-title {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: Raleway, sans-serif;
}

/*Floating CSS*/
.form-area {
    position: relative;
    overflow: hidden
}

.form-area input:focus ~ .floating-label,
.form-area input:not(:focus):valid ~ .floating-label,
.form-area textarea:focus ~ .floating-label,
.form-area textarea:not(:focus):valid ~ .floating-label {
    top: -12px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    color: #3e43e9;
}

.form-area .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    font-size: 14px;
}

.form-area .input-area,
.form-area .select-area,
.form-area .text-area {
    position: relative;
}

.form-area .select-area select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-area .select-area::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    right: 0;
    top: 20px;
}

.form-area .btn {
    margin-top: 35px;
}

.form-area .input-area input,
.form-area .select-area select,
.form-area .text-area textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    padding-left: 0;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.form-area .input-area input:focus,
.form-area .select-area select:focus,
.form-area .text-area textarea:focus {
    border-color: #3e43e9;
}

/*validation*/
.form-area .input-area input.error,
.form-area .select-area select.error,
.form-area .text-area textarea.error {
    border-color: #e65858;
}

span.error {
    font-size: 10px;
    color: #e65858;
    position: absolute;
    bottom: -25px;
    right: 0;
}

/**
 * 11.0 Footer (section)
 * -----------------------------------------------------------------------------
 */

footer {
    background: #f6f7fd;
}

.footer-logo-holder img {
    display: block;
    margin-bottom: 15px;
}

.footer-about-txt p {
    color: #404040;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

.footer-social {
    list-style: none;
    margin-bottom: 8px;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 5px;
}

.footer-social li a {
    color: #1F1F1F;
}

.footer-social li a i {
    font-size: 20px;
    line-height: 20px;
}

footer .copy-txt {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
}

/**
 * 12.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Desktop */
@media screen and (max-width: 1199px) {
    .home-area .home-content {
        margin-top: 40px;
    }

    .home-area .skills {
        font-size: 50px;
    }
}

/* Laptop */
@media screen and (max-width: 1024px) {
    .home-area .home-content {
        margin-top: 80px;
    }
}

/* Tablet (landscape) */
@media screen and (max-width: 991px) {

    /*home area*/
    .home-area .image-item {
        width: 50%;
    }

    /*header*/
    .navbar {
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .menu {
        left: 0;
        background: #ffffff;
        padding: 10px;
        margin-top: 40px;
        position: relative;
    }

    .menu li a {
        color: #333;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }

    .menu li a.active,
    .menu li a:active,
    .menu li a:focus,
    .menu li a:hover {
        color: #3e43e9;
    }

    .menu li a:before {
        display: none;
    }

    .header-area #logo_home {
        top: 15px;
    }

    .header-area .btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    /*experience*/
    .experience-area .btn {
        margin-bottom: 40px;
    }

    .timeline-item {
        gap: 16px;
        margin-bottom: 24px;
    }

    .timeline-dot {
        width: 56px;
        height: 56px;
    }

    .timeline-content {
        padding: 16px 18px;
    }

    /*tech*/
    .tech-category {
        padding: 20px 20px;
    }

    .tech-cards {
        gap: 10px;
    }

    .tech-card {
        padding: 8px 12px;
        font-size: 13px;
    }

    .tech-card-logo {
        width: 24px;
        height: 24px;
    }

    /*clients*/
    .clients-area .section-heading .section-title,
    .clients-area .section-description {
        text-align: center;
    }

    .clients-area .testimonial-carousel {
        width: 100%;
        margin-bottom: 50px;
    }

    .exp-content {
        text-align: center;
    }

}

/* Tablet (portrait) */
@media screen and (max-width: 767px) {

    /*home area*/
    .home-area .image-item {
        display: none;
    }

    .home-area .skills,
    .home-area .greet,
    .home-area .description {
        text-align: center;
    }

    .home-area .button-area {
        margin: 0 auto;
        width: 295px;
    }

    /*contact*/
    .contact-info {
        margin-bottom: 35px;
    }

    /*footer*/
    .footer-logo-holder img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .footer-about-txt p {
        text-align: center;
    }

    .footer-social {
        margin: 0 auto;
        width: 122px;
        margin-top: 30px;
    }

    footer .copy-txt {
        text-align: center;
        line-height: 25px;
    }
}

/*Mobile*/
@media screen and (max-width: 480px) {

    .cd-words-wrapper {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .home-area {
        background: none;
    }

    .home-area .greet,
    .home-area .greet strong {
        font-size: 14px;
    }

    .home-area .skills {
        font-size: 50px;
    }

    .home-area .description {
        font-size: 14px;
        line-height: 21px;
    }

    .home-area .home-content {
        margin-top: 15px;
    }

    .home-area .image-item {
        display: none;
    }

    .about-area .about-info li {
        width: 100%;
    }

    .contact-form {
        padding: 50px 20px;
    }

    .services-area {
        background-size: contain;
    }

    /*client*/
    .clients-area {
        background-position: center;
    }

    .clients-area .counter-area .icon-box {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .clients-area .counter-area .counter {
        text-align: center;
        margin-top: 15px;
    }

    .clients-area .counter-area .counter .description {
        margin-top: 5px;
    }

    .about-area .btn:last-child {
        margin-right: 0;
    }

    .btn {
        font-size: 13px;
    }
}

/* Mini-Mobile */
@media screen and (max-width: 320px) {
    .header-area .btn {
        display: none;
    }

    .home-area .skills {
        font-size: 40px;
    }

    .navbar .navbar-toggler {
        right: 0;
    }

    .home-area .button-area {
        width: 240px;
    }

    .btn {
        padding: 8px 24px;
        font-size: 12px;
    }

}

/* Language Selector - Toggle left to right */
.language-selector {
    margin: 12px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    container-type: inline-size;
    container-name: lang-selector;
}

.language-selector-track {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background: #f0f0f0;
    border: 1px solid #dedede;
    border-radius: 28px;
    position: relative;
    min-width: 120px;
    width: 100%;
}

.language-selector-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 6px);
    height: calc(100% - 8px);
    background: #3e43e9;
    border-radius: 24px;
    transition: left 0.25s ease;
    z-index: 0;
}

.language-selector-track.right .language-selector-slider {
    left: calc(50% + 2px);
}

.language-selector-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    min-width: 56px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    color: #666;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.language-selector-option:hover {
    color: #242732;
}

.language-selector-option.active {
    color: #fff;
}

.language-selector-option img {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

/* Override .header-content .image-item img for flags - keep them small, circle shape */
.header-content .image-item .language-selector img {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    border-radius: 50%;
    border: 2px solid #dedede;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}



.left-side-area .language-selector {
    margin: 12px 0;
    padding: 0 10px;
}

/* Solo banderas cuando el selector es < 200px de ancho */
@container lang-selector (max-width: 199px) {
    .language-selector-option span {
        display: none;
    }
    .language-selector-track {
        min-width: 72px;
        width: auto;
    }
    .language-selector-option {
        min-width: 36px;
        padding: 6px 8px;
    }
}
