.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9934fa5:#FFFFFF00;--e-global-color-24d5841:#FF3200;--e-global-color-cb3ad0f:#FF3200;--e-global-color-b6d1e69:#E2A17D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.skill-card-container {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.skill-card-container:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 60px rgba(255, 107, 107, 0.25);
}
.skill-card-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 107, 0.1), transparent);
    transition: left 0.8s;
}
.skill-card-container:hover::before {
    left: 100%;
}
.skill-icon-heading .elementor-heading-title {
    animation: skillIconBounce 3s ease-in-out infinite;
    filter: drop-shadow(0 0 15px rgba(255, 107, 107, 0.2));
}
@keyframes skillIconBounce {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.05); }
}
.recommendation-section-container {
    position: relative;
    overflow: hidden;
}
.recommendation-section-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 107, 0.1), transparent);
    transition: left 2s;
}
.recommendation-section-container:hover::before {
    left: 100%;
}
.recommendation-icon-heading .elementor-heading-title {
    animation: recommendationPulse 2s ease-in-out infinite;
    filter: drop-shadow(0 0 15px rgba(255, 107, 107, 0.3));
}
@keyframes recommendationPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
.start-playing-btn-custom {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}
.start-playing-btn-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.8s;
}
.start-playing-btn-custom:hover::before {
    left: 100%;
}
.start-playing-btn-custom:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 30px 80px rgba(255, 107, 107, 0.6);
}/* End custom CSS */