/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.maxw p { max-width: 700px; }
.highlight { color: #95CB30; }
.wpb_wrapper>div { margin-bottom: 0px !important; }
.bold { font-weight: 700; }

   /*========= küldetésünk css ===========*/
.tk-story-track {
    position: relative;
    width: 100%;
    z-index: 99; 
}

/*.tk-story-slider-wrapper {*/
/*    position: absolute;*/
/*    top: 0; */
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*    font-family: 'Work Sans', sans-serif;*/
/*    background-color: #110638; */
/*}*/
.tk-story-slider-wrapper {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    
    /* MÓDOSÍTOTT RÉSZ: */
    height: 100vh; 
    min-height: 750px; /* Sosem engedi, hogy 750 pixelnél laposabb legyen a doboz */
    
    overflow: hidden;
    font-family: 'Work Sans', sans-serif;
    background-color: #110638; 
}

.tk-story-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px); 
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 40px 10%;
    box-sizing: border-box;
}

.tk-story-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 10;
}

.tk-s1-right h2 { margin-top: 100px; }

.tk-story-inner {
    position: relative;
    width: 100%;
    max-width: 800px;
    text-align: center;
    z-index: 2;
}

.tk-story-title {
    font-weight: 900;
    font-style: italic;
    font-size: 72px;
    text-transform: uppercase;
    margin: 5 0 10px 0;
    line-height: 67px;
}

.tk-story-slide p {
    margin-top: 20px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 100px;
}

.tk-story-subtitle {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 20px 0;
}

#tk-story-s1 { background: linear-gradient(90deg, #116D3F 0%, #ACDB01 100%); color: #FFFFFF; }
.tk-s1-content { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1100px; width: 100%; }
.tk-s1-left { width: 45%; }
.tk-s1-left img { width: 100%; height: auto; display: block; }
.tk-s1-right { width: 55%; text-align: left; }

#tk-story-s2 { background-color: #110638; color: #FFFFFF; }
#tk-story-s2 .tk-story-title { color: #ABE839; }
#tk-story-s3 { background-color: #DBDA50; color: #110638; }
#tk-story-s3 .tk-story-title { color: #110638; }
#tk-story-s4 { background-color: #116D3F; color: #FFFFFF; }
#tk-story-s4 .tk-story-title { color: #DBDA50; }
#tk-story-s5 { background-color: #AAC02E; color: #FFFFFF; }
.tk-s5-logo { max-width: 300px; margin-bottom: 30px; }
.whti { color: white; }

.tk-outline-number {
    position: absolute;
    left: 5%;
    top: 25%;
    transform: translateY(-50%);
    font-weight: 900;
    font-style: italic;
    font-size: 140px;
    color: transparent; 
    z-index: 1;
    opacity: 0.8;
}

#tk-story-s2 .tk-outline-number { -webkit-text-stroke: 2px #ABE839; }
#tk-story-s3 .tk-outline-number { -webkit-text-stroke: 2px #110638; }
#tk-story-s4 .tk-outline-number { -webkit-text-stroke: 2px #DBDA50; }

.tk-path-area { position: relative; width: 100%; height: 120px; margin-top: 30px; display: flex; justify-content: center; align-items: center; }
.tk-dashed-line { width: 80%; max-width: 600px; height: auto; }

.tk-riding-bike { position: absolute; width: 70px; height: auto; transform: translateX(-200px); opacity: 0; transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease; }
.tk-story-slide.active .tk-riding-bike { transform: translateX(0) translateY(0); opacity: 1; transition-delay: 0.3s; }

#tk-story-s3 .tk-riding-bike { transform: translateX(-150px) translateY(200px); opacity: 0; }
#tk-story-s3.active .tk-riding-bike { transform: translateX(0) translateY(0); opacity: 1; transition-delay: 0.3s; }
#tk-story-s4 .tk-riding-bike { transform: translateX(-180px) translateY(-150px); opacity: 0; }
#tk-story-s4.active .tk-riding-bike { transform: translateX(0) translateY(0); opacity: 1; transition-delay: 0.3s; }

#tk-story-s2 .tk-riding-bike { bottom: -48px; left: -9%; width: 150px; }
#tk-story-s3 .tk-riding-bike { top: -76px; left: 43%; width: 100px; }
#tk-story-s4 .tk-riding-bike { bottom: -38px; right: -10%; left: auto; }

.tk-marker { position: absolute; width: 25px; height: auto; }
#tk-story-s2 .tk-marker { right: -3%; bottom: 1px; }
#tk-story-s3 .tk-marker-left { left: -2%; bottom: -20px; }
#tk-story-s3 .tk-marker-right { right: -2%; bottom: 4px; }
#tk-story-s4 .tk-marker-left { left: -2%; bottom: -23px; }

.tk-story-nav-global {
    position: absolute;
    bottom: 5%; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 9999; 
}

.tk-story-nav-global button {
    width: 40px; height: 40px;
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid #ffffff;
    color: #ffffff; 
    font-size: 16px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    border-radius: 5px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px); 
}

.tk-story-nav-global button:hover { background: #ffffff; color: #110638; }

@media (max-width: 1250px) { .tk-story-title { font-size: 50px !important; } }
@media (max-width: 1000px) {
    .tk-story-title { font-size: 40px !important; }
    .tk-s1-right h2 { margin-top: 0; }
    .tk-story-slide p {
        margin-bottom: 70px !important;
    }
}
@media (max-width: 900px) {
    .tk-s1-content { flex-direction: column; text-align: center; }
    .tk-s1-left, .tk-s1-right { width: 100%; text-align: center; }
    .tk-s1-left img { max-width: 200px !important; margin: 0 auto 20px auto; }
    .tk-outline-number { font-size: 80px; top: 152px; left: 26%; transform: translateX(-50%); opacity: 0.2; }
    .tk-story-title { font-size: 28px; }
    .tk-story-slide p { font-size: 14px;  }
    .tk-path-area { height: 80px; margin-top: 20px; }
    .tk-riding-bike { width: 50px; }
    .tk-marker { width: 20px; }
    #tk-story-s2 .tk-riding-bike { width: 100px !important; }
    #tk-story-s3 .tk-riding-bike { width: 70px; }
    #tk-story-s2 .tk-marker, #tk-story-s3 .tk-marker-right, #tk-story-s3 .tk-marker-left { width: 28px !important; }
    #tk-story-s4 .tk-riding-bike { width: 111px !important; }
    
    /* MÓDOSÍTÁS ITT: 20px helyett 100px-re állítottuk, így a böngésző sávja nem takarja ki */
    .tk-story-nav-global { bottom: 100px; } 
}
@media (max-width: 700px) {
    .tk-s1-left img { max-width: 110px !important; }
    #tk-story-s3 .tk-riding-bike { top: -47px; left: 39%; }
    .tk-story-title { font-size: 34px !important; }
    h4 { font-size: 21px !important; }
    #tk-story-s4 .tk-marker-left { left: -6%; bottom: -36px; }
    #tk-story-s2 .tk-marker { right: -4%; bottom: -3px; }
    #tk-story-s3 .tk-marker-right { right: -4%; bottom: -4px; }
}
/*========= küldetésünk css VÉGE ===========*/


/*========== Tamogatás 01 ===============*/
.tk-support-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Work Sans', sans-serif;
    box-sizing: border-box;
}

.tk-uppercase { text-transform: uppercase; }
.tk-dark-color { color: #110638; }
.tk-c1-color { color: #95CB30; }
.tk-c2-color { color: #438967; }

.tk-support-cards {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.tk-card {
    position: relative;
    width: 48%;
    background-color: #fff;
    border: 4px solid; 
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.tk-card-1 { border-color: #95CB30; }
.tk-card-2 { border-color: #438967; }

.tk-badge {
    position: absolute;
    top: -30px; 
    right: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    z-index: 2;
}

.tk-badge-1 { background-color: #95CB30; color: #110638; }
.tk-badge-2 { background-color: #438967; color: #FFFFFF; }

.tk-card-title {
    font-size: 48px; 
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
}

.tk-card-desc {
    font-size: 18px; 
    font-weight: 500;
    color: #110638;
    line-height: 1.5;
    margin: 0 0 35px 0;
}

.tk-card-price {
    font-size: 38px;
    font-weight: 900;
    margin-top: auto; 
}

.tk-support-bottom {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.tk-mid-title {
    color: #95CB30;
    font-size: 32px; 
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.tk-mid-desc {
    color: #110638;
    font-size: 24px; 
    font-weight: 500;
    line-height: 1.4;
    margin: 0 auto 30px auto;
    max-width: 700px;
}

.tk-support-btn {
    display: block;
    background-color: #DBDA50; 
    color: #110638;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    text-decoration: none;
    margin: 0 auto 40px auto;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.tk-support-btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.tk-footer-text {
    color: #110638;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1024px) {
    .tk-card-title { font-size: 36px; } 
    .tk-card-price { font-size: 30px; }
    .tk-mid-title { font-size: 28px; }
    .tk-mid-desc { font-size: 20px; }
}

@media (max-width: 768px) {
    .tk-support-cards {
        flex-direction: column;
        gap: 50px;
    }
    .tk-card {
        width: 100%; 
        padding: 30px 20px;
    }
    .tk-badge {
        width: 50px; height: 50px;
        top: -25px; right: -25px;
        font-size: 20px;
    }
    .tk-card-title { font-size: 32px; }
    .tk-card-desc { font-size: 16px; margin-bottom: 20px; }
    .tk-card-price { font-size: 28px; }
    .tk-mid-title { font-size: 24px; }
    .tk-mid-desc { font-size: 18px; }
    .tk-support-btn {
        word-break: break-all; 
        padding: 15px;
    }
    .tk-footer-text { font-size: 16px; }
    .tk-footer-text br { display: none; } 
}
/*============= Tamogatás 01 VÉGE =============*/

/*======== Támogatás szponzoráció - TELJES, JAVÍTOTT VERZIÓ ===========*/
.tk-sponsor-wrapper {
    display: flex;
    align-items: stretch; 
    width: 100%; 
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    background-color: #110638; 
    overflow: hidden; 
}

.tk-sponsor-image-col {
    width: 50%;
    flex-shrink: 0;
    display: flex;
}

.tk-sponsor-image-col img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    display: block !important;
    max-width: none !important;
}

.tk-sponsor-content-col {
    width: 50%; 
    padding: 40px 50px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    text-align: left !important;
}

.tk-sponsor-title {
    color: #FFFFFF !important;
    font-size: 42px !important; 
    font-weight: 900 !important;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 25px 0 !important;
    letter-spacing: 1px;
    line-height: 1.1 !important;
    text-align: left !important;
}

.tk-sponsor-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px; 
}

.tk-sponsor-text {
    color: #FFFFFF;
    font-size: 18px !important; 
    line-height: 1.4;
    font-weight: 400;
    max-width: 450px; 
    text-align: left !important;
}

.tk-sponsor-text p { margin: 0 0 10px 0 !important; }
.tk-sponsor-text p:last-child { margin: 0 !important; }

.tk-sponsor-download-link {
    display: block;
    flex-shrink: 0;
    width: 90px; 
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.tk-sponsor-download-link img {
    width: 100% !important; 
    height: auto !important;
    display: block !important;
}

.tk-sponsor-download-link:hover {
    transform: scale(1.05); 
    opacity: 0.9;
}

.tk-sponsor-contact {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: auto;
}

.tk-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap; 
}

@media (max-width: 1100px) {
    .tk-sponsor-wrapper { flex-direction: column !important; }
    .tk-sponsor-image-col {
        width: 100% !important; 
        min-height: 350px;
    }
    .tk-sponsor-content-col {
        width: 100% !important; 
        padding: 40px 30px; 
    }
    .tk-sponsor-middle {
        flex-direction: column; 
        align-items: flex-start;
        gap: 20px;
    }
    .tk-sponsor-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .tk-sponsor-image-col { min-height: 250px; }
    .tk-sponsor-content-col { padding: 30px 20px; }
    .tk-sponsor-title { font-size: 32px !important; }
    .tk-sponsor-text { font-size: 16px !important; } 
    .tk-sponsor-download-link { width: 80px; }
}
/*========= Támogatás szponzoráció VÉGE ===========*/

/*============== Hero sections css ======================*/
/*.tk-hero-main-wrapper {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    min-height: 90vh; */
/*    display: flex;*/
/*    align-items: center;*/
/*    background-color: #fff;*/
/*    overflow: hidden; */
/*    font-family: 'Work Sans', sans-serif;*/
/*}*/
.tk-hero-main-wrapper {
    position: relative;
    width: 100%;
    /* MÓDOSÍTOTT RÉSZ: */
    min-height: 90vh; /* Megpróbál 90% lenni... */
    height: max(90vh, 650px); /* ...DE ha a képernyő nagyon lapos, sosem megy 650px alá! */
    
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow: hidden; 
}

.tk-hero-bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%; 
    height: 100%;
    background-size: cover;
    background-position: center left;
    z-index: 1;
}

.tk-hero-white-slant {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    z-index: 2;
}

.tk-hero-content-area {
    position: relative;
    z-index: 3;
    width: 57%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tk-hero-desc {
    font-size: 32px;
    color: #110638;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px 0 35px 0;
    max-width: 710px;
}

.tk-hero-btn {
    display: inline-block;
    border: 2px solid #110638;
    padding: 14px 30px;
    color: #110638;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: transparent;
}

.tk-hero-btn:hover {
    color: #ACDB01;
    border: 2px solid #ACDB01;
    background-color: white;
}

.flipper-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 100px auto 0 auto;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-border-box {
    height: 200px; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.logo-box img {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
    display: block;
}

.hero-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #110638;
    margin: 0;
}

.flip-item {
    position: absolute;
    top: 0; left: 0; right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out;
    width: 100%;
}

.flip-item.active {
    opacity: 1;
    visibility: visible;
    position: relative; 
}

@media (max-width: 1550px) {
    .tk-hero-desc {
        font-size: 23px;
        max-width: 473px;
    }
}

@media (max-width: 1000px) {
    .tk-hero-main-wrapper {
        min-height: 100vh; 
        justify-content: center;
        padding-top: 80px; 
    }
    
    .tk-hero-white-slant { display: none; }

    .tk-hero-bg-img {
        width: 100%;
        z-index: 1;
        /* ITT CSERÉLJÜK A KÉPET MOBILON */
        background-image: url('/wp-content/uploads/2026/03/freepik__extreme-closeup-of-a-professional-road-racing-tand__21951-2-1.png') !important;
    }
    
    .tk-hero-bg-img::after {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: rgba(0, 0, 0, 0.4); 
    }

    .tk-hero-content-area {
        width: 90%; 
        padding: 40px 20px;
        background-color: rgba(255, 255, 255, 0.95); 
        border-radius: 8px; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        z-index: 3;
    }

    .flipper-container { 
        min-height: 150px; 
        margin-bottom: 20px;
        margin-top: 0;
    }
    
    .hero-border-box { height: 150px; }
    .hero-title { font-size: 22px; }
    
    .tk-hero-desc { 
        font-size: 16px; 
        margin: 10px 0 25px 0;
        color: #110638; 
    }

    .tk-hero-btn { 
        width: 100%; 
        box-sizing: border-box;
        background-color: #110638; 
        color: #ffffff;
        border: none;
        padding: 16px;
    }
    
    .tk-hero-btn:hover {
        background-color: #333; /* Finom lebegés mobilon */
        color: #fff;
        border: none;
    }
}

@media (max-width: 480px) {
    .tk-story-slide p { margin-bottom: 50px !important; }
    .tk-hero-content-area { padding: 30px 15px; }
    .flipper-container { min-height: 130px; }
    .hero-border-box { height: 130px; }
    .hero-title { font-size: 18px; }
    .tk-hero-desc { font-size: 14px; }
}
/*============== Hero sections css VÉGE ======================*/

/*=============== Mérföldkövek css ===================*/
.tk-roadmap-section {
    width: 100%;
    background: linear-gradient(90deg, #60B84D 0%, #CDEB66 100%);
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Work Sans', sans-serif;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tk-roadmap-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    line-height: 0;
}

.tk-roadmap-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.tk-milestone {
    position: absolute;
    width: 180px; 
    color: #110638;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.tk-ms-number {
    font-size: 42px;
    font-weight: 900;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1.5px #110638;
    margin-bottom: 5px;
}

.tk-ms-desc {
    font-size: 11px;
    line-height: 1.4;
    margin: 0 0 5px 0 !important;
    font-weight: 500;
}

.tk-ms-year {
    font-size: 20px;
    font-weight: 900;
    margin: 0 !important;
    color: #110638;
}

.ms-01 { top: 44%; left: -4%; text-align: right; align-items: flex-end; }
.ms-02 { top: 7%; left: 28%; text-align: left; align-items: flex-start; }
.ms-03 { top: 78%; left: 27%; text-align: left; align-items: flex-start; }
.ms-04 { top: 75%; left: 51%; text-align: right; align-items: flex-end; }
.ms-05 { top: 44%; left: 72%; text-align: left; align-items: flex-start; }
.ms-06 { top: 19%; left: 72%; text-align: left; align-items: flex-start; }

@media (max-width: 1200px) {
    .tk-roadmap-wrapper { width: 90%; } 
    .tk-milestone { width: 140px; }
    .tk-ms-number { font-size: 34px; -webkit-text-stroke: 1px #110638; }
    .tk-ms-desc { font-size: 10px; line-height: 1.3; }
    .tk-ms-year { font-size: 18px; }
    
    .ms-01 { left: -4%; }
    .ms-02 { left: 36%; }
    .ms-03 { left: 33%; }
    .ms-05 { left: 88%; }
    .ms-06 { left: 88%; }
}

@media (max-width: 900px) {
    .tk-roadmap-wrapper { width: 80%; } 
    .tk-milestone { width: 120px; }
    .tk-ms-number { font-size: 28px; -webkit-text-stroke: 1px #110638; margin-bottom: 2px;}
    .tk-ms-desc { font-size: 7px; line-height: 1.1; margin-bottom: -12px !important; }
    .tk-ms-year { font-size: 14px; }
    
    .ms-01 { left: -5%; } 
    .ms-02 { left: 37%; }
    .ms-03 { left: 32%; }
    .ms-04 { left: 65%; }
    .ms-05 { left: 88%; } 
    .ms-06 { left: 88%; }
}

@media (max-width: 700px) {
    .tk-roadmap-wrapper { width: 70%; margin: 20px auto; } 
    .tk-milestone { width: 110px; }
    .tk-ms-number { font-size: 22px; margin-bottom: 2px;}
    .tk-ms-desc { font-size: 7px; line-height: 1.1; margin-bottom: -12px !important; }
    .tk-ms-year { font-size: 12px; }

    .ms-01 { left: -10%; top: 43%; width: 90px;}
    .ms-02 { left: 34%; top: 5%; }
    .ms-03 { left: 32%; top: 76%; }
    .ms-04 { left: 61%; top: 72%; }
    .ms-05 { left: 87%; top: 43%; }
    .ms-06 { left: 87%; top: 15%; }
}

@media (max-width: 480px) {
    .tk-roadmap-wrapper {
        width: 55%; 
        margin: 40px auto; 
    }

    .tk-milestone { width: 100px; }
    .tk-ms-number { font-size: 18px; -webkit-text-stroke: 0.5px #110638; margin-bottom: 2px; }
    .tk-ms-desc { font-size: 6px !important; line-height: 1.1; margin-bottom: -12px !important; }
    .tk-ms-year { font-size: 10px; }
    
    .ms-01 { left: -25%; top: 42%; width: 85px;}
    .ms-02 { left: -2%; top: -15%; }
    .ms-03 { left: 30%; top: 72%; }
    .ms-04 { left: 76%; top: 71%; }
    .ms-05 { left: 89%; top: 24%; }
    .ms-06 { left: 88%; top: -22%; }
}
/*============= Mérföldkövek css VÉGE =============*/



/* Megakadályozza a böngészők automatikus kék linkké alakítását telefonnál és emailnél */
.tk-contact-item a,
.tk-contact-item span,
a[href^="tel"], 
a[href^="mailto"] {
    color: #FFFFFF !important;
    text-decoration: none !important;
}