
/* =========================
   GLOBAL RESET
========================= */
/*html, body {
    margin: 0;
    padding: 0;
    height: 110%;
    font-family: 'Inter', Arial, sans-serif;
}*/

/* =========================
   HERO BACKGROUND
========================= */
/*.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -3;
}*/

    /* Hide YouTube overlays/buttons */
    /*.bg-video iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 177.78vh;
        height: 56.25vw;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        border: none;
        pointer-events: none;*/
        /* IMPORTANT */
        /*filter: opacity(1);
    }*/

    /* Extra layer above iframe */
    /*.bg-video::after {
        content: "";
        position: absolute;
        inset: 0;
        background: transparent;
        z-index: 2;
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.05), rgba(0,0,0,0.6)), linear-gradient(180deg, rgba(6,15,30,0.5), rgba(6,15,30,0.7));
    z-index: -2;
}*/

/* =========================
   HERO SECTION
========================= */
/*.hero {
    position: relative;
    min-height: 91vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 2rem;
    overflow: hidden;
}

.badge {
    background: #d62828;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
}

.flag img {
    width: 70px;
    margin-bottom: 2rem;
}

.hero h1 {
    font-size: clamp(2.6rem, 5vw, 3.6rem);
    margin-bottom: 1rem;
    text-shadow: 0 10px 30px rgba(0,0,0,.5);
}

.hero h2 {
    font-size: 20px;
    margin-bottom: 1rem;
    opacity: .95;
}

.hero p {
    max-width: 820px;
    line-height: 1.7;
    opacity: .85;
    margin-bottom: 3rem;
    font-size: 20px;
}

.actions {
    display: flex;
    gap: 1.5rem;
}

.btn {
    padding: 1rem 2.2rem;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

    .btn.primary {
        background: #d62828;
        color: white;
    }

    .btn.secondary {
        background: transparent;
        border: 1px solid #aaa;
        color: white;
    }*/
/*PJESA E 1 //////////////////////////////////////////////////////////////////
    PJESA E 1 //////////////////////////////////////////////////////////////////*/







/* =========================
   SERVICES SECTION
========================= */
/*:root {
    --red: #e10600;
    --card: #FF0000;
}

.services {
    background: #f5f7fb;
    padding: 6rem 6vw 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header {
    text-align: center;
    margin-bottom: 4rem;
}

    .header span {
        background: #ffe6e6;
        color: var(--red);
        padding: .7rem 1rem;
        border-radius: 999px;
        font-size: .75rem;
        font-weight: 600;
    }

    .header h1 {
        font-size: 40px;
        margin: 1rem 0 .5rem;
        color: #FF0000;
    }

    .header p {
        color: #FF0000;
    }*/

/* =========================
   GRID CENTER
========================= */
/* Grid container */
/*.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 760px;
    margin: 0 auto;
}*/

/* Card overall */
/*.service-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    min-width: 0;
}*/

/* Red top section */
/*.service-card-top {
    background-color: #e30613;
    padding: 20px 18px 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 148px;
}*/

/* White icon square */
/*.service-icon-wrap {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .service-icon-wrap img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }*/

/* Title inside red area */
/*.service-card-title {
    color: #fff;
    font-size: 20.5px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}*/

/* White bottom section */
/*.service-card-bottom {
    background: #fff;
    padding: 16px 18px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

    .service-card-bottom p {
        font-size: 18px;
        color: red;
        line-height: 1.5;
        font-weight: 400;
    }*/

/* "Learn more" link */
/*.service-learn-more {
    display: inline-block;
    color: #e30613;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.01em;
}

    .service-learn-more:hover {
        text-decoration: underline;
    }*/
/*PJESA E 2 //////////////////////////////////////////////////////////////////
     PJESA E 2  //////////////////////////////////////////////////////////////////*/







/*.hero-container {
    width: 100%;
    max-width: 900px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    right: -285px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 40px;
}

h1.hero-container {
    font-size: 4rem;
    font-weight: 800;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.7);
    margin-bottom: 16px;
    letter-spacing: 2px;
    animation: fadeInDown 1s ease-out;
}

.subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.6);
    margin-bottom: 60px;
    animation: fadeInUp 1s ease-out 0.3s backwards;
}

.stats-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeInUp 1s ease-out 0.6s backwards;
}

.stat-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 5px 5px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 100px;
    transition: all 0.3s ease;
}

    .stat-box:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.25);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.stat-label {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .video-wrapper {
        height: 300px;
    }

    h1.hero-container {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .stats-container {
        gap: 20px;
    }

    .stat-box {
        padding: 20px 30px;
        min-width: 140px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-label {
        font-size: 0.9rem;
    }
}*/
/*PJESA E 3 //////////////////////////////////////////////////////////////////
 PJESA E 3  //////////////////////////////////////////////////////////////////*/








/*.alpine-cards {
    background: transparent;
    padding: 4rem 4vw 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.alpine-header {
    text-align: center;
    margin-bottom: 2rem;
}

.alpine-badge {
    background: #ffe6e6;
    color: #e10600;
    padding: .7rem 1rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
}

.alpine-header h2 {
    font-size: 40px;
    margin: 1rem 0 .5rem;
    color: #2d3748;
}

.alpine-header p {
    color: #718096;
    font-size: 18px;
}*/

/* =========================
   ALPINE GRID
========================= */
/*.alpine-grid {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}*/

/* =========================
   ALPINE CARDS
========================= */
/*.alpine-card {
    background: #FF0000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .alpine-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    }*/

/* =========================
   VIDEO WRAPPER
========================= */
/*.alpine-video-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #000;
}

    .alpine-video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/

/* =========================
   ALPINE ICON
========================= */
/*.alpine-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin: -25px 0 0 2rem;
    z-index: 10;
}*/

/* =========================
   ALPINE CONTENT
========================= */
/*.alpine-content {
    padding: 1.5rem 2rem 2rem 2rem;
}

    .alpine-content h3 {
        font-size: 24px;
        color: #ffffff;
        margin: 0 0 .8rem;
        font-weight: 700;
    }

    .alpine-content p {
        color: #ffffff;
        font-size: 16px;
        line-height: 1.7;
        opacity: 0.9;
    }*/

/* =========================
   RESPONSIVE
========================= */
/*@media (max-width: 768px) {
    .alpine-grid {
        grid-template-columns: 1fr;
    }

    .alpine-video-wrapper {
        height: 200px;
    }
}*/
/*PJESA E 4 //////////////////////////////////////////////////////////////////
 PJESA E 4  //////////////////////////////////////////////////////////////////*/






/* =========================
   PORTFOLIO SECTION
========================= */
/*.portfolio-section {
    position: relative;
    min-height: 1vh;
    padding: 4rem 4vw 4rem;
    overflow: hidden;
    background: transparent;
    margin-top: -3rem;*/ /* ?? KĖTU AFROHET */

    /*transform: scale(0.80);*/ /* ?? KĖTU */
    /*transform-origin: top center;
}*/

/* =========================
   PORTFOLIO CONTENT
========================= */
/*.portfolio-content {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}*/

/* =========================
   PORTFOLIO HEADER
========================= */
/*.portfolio-header {
    text-align: center;
    margin-bottom: 4rem;
}

.portfolio-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffe6e6;
    color: #e10600;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(214, 40, 40, 0.3);
}

.portfolio-header h1 {
    font-size: 40px;
    color: #FF0000;
    margin-bottom: 1rem;
    font-weight: 600;
}

.portfolio-header p {
    color: #FF0000;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}*/

/* =========================
   PORTFOLIO GRID
========================= */
/*.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}*/

/* =========================
   PORTFOLIO CARD
========================= */
/*.portfolio-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

    .portfolio-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    }*/

/* =========================
   CARD IMAGE
========================= */
/*.card-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #000;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

    .card-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #d62828;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 10;
}

.card-stars {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    gap: 0.2rem;
    z-index: 10;
}

    .card-stars span {
        color: #ffc107;
        font-size: 1rem;
    }*/

/* =========================
   CARD CONTENT
========================= */
/*.card-content {
    padding: 1.8rem;
    background: white;
}

    .card-content h3 {
        font-size: 1.4rem;
        color: #d62828;
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    .card-content .company {
        color: #d62828;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 0.8rem;
        display: block;
    }

    .card-content p {
        color: #555;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }*/

/* =========================
   CARD TAGS
========================= */
/*.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.card-tag {
    background: #f0f0f0;
    color: #333;
    padding: 0.3rem 0.8rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}*/

/* =========================
   RESPONSIVE
========================= */
/*@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-section {
        padding: 4rem 2vw 6rem;
    }

    .card-image-wrapper {
        height: 200px;
    }
}*/
/*PJESA E 5 //////////////////////////////////////////////////////////////////
 PJESA E 5  //////////////////////////////////////////////////////////////////*/











/* =========================
   SWISS TRUST PILLARS
========================= */

/*.trust-pillars {
    background: none;
    padding: 1rem 1vw;
    margin-top: -15rem;*/ /* ?? KĖTU AFROHET */
/*}

.trust-container {
    max-width: 1200px;
    margin: 0 auto;
}

.trust-header {
    text-align: center;
    margin-bottom: 4rem;
}

.trust-badge {
    display: inline-block;
    background: #ffe6e6;
    color: #e10600;
    padding: .6rem 1.2rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.trust-header h2 {
    font-size: 33px;
    font-weight: 700;
    color: #111;
    margin-bottom: .8rem;
}

.trust-header p {
    font-size: 15px;
    color: #555;
}*/

/* GRID */
/*.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}*/

/* CARD */
/*.trust-card {
    background: linear-gradient(to bottom, #fff 50%, #FF0000 50%);
    border-radius: 18px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .trust-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 70px rgba(0,0,0,.15);
    }

.trust-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.trust-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #e10600;
    margin-bottom: .6rem;
}

.trust-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}*/

/* MOBILE */
/*@media (max-width: 768px) {
    .trust-header h2 {
        font-size: 32px;
    }
}*/
/*PJESA E 6 //////////////////////////////////////////////////////////////////
 PJESA E 6  //////////////////////////////////////////////////////////////////*/








/*.process-section {
    max-width: 1400px;
    margin: 0 auto;
    transform: scale(0.75);*/ /* ?? KĖTU */
    /*transform-origin: top center;
    margin-top: 5rem;*/ /* ?? KĖTU AFROHET */
/*}

.process-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

    .process-badge::before {
        content: '??';
        font-size: 1.2rem;
    }

.process-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-align: center;
}

.process-subtitle {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 4rem;
}

.steps-container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    padding-bottom: 2rem;
}

.step-card {
    background: white;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    min-width: 280px;
    flex: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .step-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

    .step-card::after {
        content: '?';
        position: absolute;
        right: -2rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #ddd;
        font-weight: 300;
    }

    .step-card:last-child::after {
        display: none;
    }

.step-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
}

    .step-icon-wrapper::before {
        content: '??';
        position: absolute;
        font-size: 1.8rem;
        top: -10px;
        right: 5px;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }

.step-card:nth-child(1) .step-icon-wrapper::before {
    content: '';
}

.step-card:nth-child(2) .step-icon-wrapper::before {
    content: '';
}

.step-card:nth-child(3) .step-icon-wrapper::before {
    content: '';
}

.step-card:nth-child(4) .step-icon-wrapper::before {
    content: '';
}

.step-card:nth-child(5) .step-icon-wrapper::before {
    content: '';
}

.step-icon {
    font-size: 2.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.step-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.step-card:nth-child(1) .step-badge {
    background: #f9a825;
}

.step-card:nth-child(2) .step-badge {
    background: #ab47bc;
}

.step-card:nth-child(3) .step-badge {
    background: #42a5f5;
}

.step-card:nth-child(4) .step-badge {
    background: #66bb6a;
}

.step-card:nth-child(5) .step-badge {
    background: #ef5350;
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-align: center;
}

.step-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-divider {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 1.2rem;
}

.step-card:nth-child(1) .step-divider {
    background: linear-gradient(90deg, #f9a825, transparent);
}

.step-card:nth-child(2) .step-divider {
    background: linear-gradient(90deg, #ab47bc, transparent);
}

.step-card:nth-child(3) .step-divider {
    background: linear-gradient(90deg, #42a5f5, transparent);
}

.step-card:nth-child(4) .step-divider {
    background: linear-gradient(90deg, #66bb6a, transparent);
}

.step-card:nth-child(5) .step-divider {
    background: linear-gradient(90deg, #ef5350, transparent);
}

.step-list {
    list-style: none;
    padding: 0;
}

    .step-list li {
        font-size: 0.9rem;
        color: #333;
        padding: 0.5rem 0;
        position: relative;
        padding-left: 1.2rem;
    }

        .step-list li::before {
            content: '';
            position: absolute;
            left: 0;
            font-weight: bold;
        }

.step-card:nth-child(1) .step-list li::before {
    color: #f9a825;
}

.step-card:nth-child(2) .step-list li::before {
    color: #ab47bc;
}

.step-card:nth-child(3) .step-list li::before {
    color: #42a5f5;
}

.step-card:nth-child(4) .step-list li::before {
    color: #66bb6a;
}

.step-card:nth-child(5) .step-list li::before {
    color: #ef5350;
}

@media (max-width: 1200px) {
    .steps-container {
        flex-direction: column;
    }

    .step-card::after {
        display: none;
    }
}*/
/*PJESA E 7 //////////////////////////////////////////////////////////////////
 PJESA E 7  //////////////////////////////////////////////////////////////////*/









/* SECTION */
/*.swiss-split {
    display: flex;
    height: 80vh;
    max-width: 1400px;
    margin: 60px auto;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 50px 120px rgba(0,0,0,0.4);
    transform: scale(0.68);*/ /* ?? KĖTU */
    /*transform-origin: top center;
    margin-top: -10rem;*/ /* ?? KĖTU AFROHET */
/*}*/

/* LEFT  VIDEO */
/*.split-left {
    width: 50%;
}

    .split-left video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/

/* RIGHT  RED PANEL */
/*.split-right {
    width: 50%;
    background: #FF0000;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
}*/

/* CLOCK */
/*.clock-pro {
    width: 140px;
    height: 140px;
    border: 6px solid white;
    border-radius: 50%;
    position: relative;
    margin-bottom: 35px;
}

    .clock-pro .hand {
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 100% 50%;
        transform: translateX(-100%) rotate(0deg);
        background: white;
    }

    .clock-pro .hour {
        width: 40px;
        height: 5px;
    }

    .clock-pro .minute {
        width: 55px;
        height: 4px;
    }

    .clock-pro .second {
        width: 65px;
        height: 2px;
        background: #ffdede;
    }

    .clock-pro .dot {
        width: 10px;
        height: 10px;
        background: white;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/

/* TEXT */
/*.text-block {
    text-align: center;
    max-width: 420px;
}

    .text-block h1 {
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .text-block h3 {
        font-size: 25px;
        font-weight: 500;
        opacity: 0.9;
        margin-bottom: 20px;
    }

    .text-block p {
        font-size: 22px;
        line-height: 1.6;
    }*/

/* RESPONSIVE */
/*@media (max-width: 900px) {
    .swiss-split {
        flex-direction: column;
        height: auto;
    }

    .split-left,
    .split-right {
        width: 100%;
        height: 50vh;
    }
}*/
/*PJESA E 8 //////////////////////////////////////////////////////////////////
 PJESA E 8  //////////////////////////////////////////////////////////////////*/






/*.testimonials-section {
    max-width: 1400px;
    margin: 0 auto;
    transform: scale(0.75);*/ /* ?? KĖTU */
    /*transform-origin: top center;
    margin-top: -12rem;*/ /* ?? KĖTU AFROHET */
/*}

.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.testimonials-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffe6e6;
    color: #d62828;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

    .testimonials-badge::before {
        content: '??';
        font-size: 1.2rem;
    }

.testimonials-header h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.testimonials-header p {
    font-size: 1.1rem;
    color: #666;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .testimonial-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

    .testimonial-card::before {
        content: '"';
        position: absolute;
        top: 1rem;
        right: 2rem;
        font-size: 6rem;
        color: #f0f0f0;
        font-family: Georgia, serif;
        line-height: 1;
    }

.client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
}

.client-details h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
}

.client-location {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 0.2rem;
}

.client-role {
    font-size: 0.9rem;
    color: #666;
}

.client-company {
    font-size: 0.85rem;
    color: #d62828;
    font-weight: 600;
}

.rating {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
}

    .rating span {
        color: #ffc107;
        font-size: 1.2rem;
    }

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #FF0000;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.project-tag {
    display: inline-block;
    background: #fff0f0;
    color: #d62828;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-header h1 {
        font-size: 2rem;
    }
}*/
/*PJESA E 9 //////////////////////////////////////////////////////////////////
 PJESA E 9  //////////////////////////////////////////////////////////////////*/





/*.platform-section {
    max-width: 1400px;
    margin: 0 auto;
    transform: scale(0.80);*/ /* ?? KĖTU */
    /*transform-origin: top center;
    margin-top: -8rem;*/ /* ?? KĖTU AFROHET */
/*}

.platform-header {
    text-align: center;
    margin-bottom: 5rem;
}

.swiss-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.swiss-flag {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.platform-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 2px;
}

.platform-subtitle {
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 1rem;
}

.divider {
    width: 180px;
    height: 3px;
    background: #d62828;
    margin: 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .divider::before,
    .divider::after {
        content: '';
        width: 8px;
        height: 8px;
        background: #d62828;
        border-radius: 50%;
    }

.platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.platform-card {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

    .platform-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.90;
        z-index: 0;
        transition: opacity 0.3s ease;
    }

    .platform-card:hover::before {
        opacity: 0.20;
    }

    .platform-card:nth-child(1)::before {
        background-image: url('https://alphazug.com/wp-content/uploads/2023/04/Lauterbrunnen.jpg');
    }

    .platform-card:nth-child(2)::before {
        background-image: url('https://media.timeout.com/images/105242482/1920/1080/image.webp');
    }

    .platform-card:nth-child(3)::before {
        background-image: url('https://alpen-erleben.com/media/Default/_processed_/a/3/csm_schweizer_panoramazuege_raehtische_bahn_montebello_kurve_morteratschgletscher__08dc7c777e.jpg');
    }

    .platform-card:nth-child(4)::before {
        background-image: url('https://i.ytimg.com/vi/5rEUXqC6AeM/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLDszmPVLOw9mQjRd8Z19b8BSaZDAA');
    }

    .platform-card > * {
        position: relative;
        z-index: 1;
    }

    .platform-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.platform-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem;
    background: #fff5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.platform-icon {
    font-size: 3rem;
    color: #d62828;
}

.platform-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-shadow: 0 10px 20px rgba(0,0,0,1), 0 25px 60px rgba(0,0,0,0.95), 0 40px 100px rgba(0,0,0,0.9);
    color: #ffffff;
}

.platform-card p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.platform-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.platform-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #d62828;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    text-shadow: 0 10px 20px rgba(0,0,0,1), 0 25px 60px rgba(0,0,0,0.95), 0 40px 100px rgba(0,0,0,0.9);
    color: #ffffff;
}

    .platform-link:hover {
        padding-left: 10px;
        color: #a01f1f;
    }

    .platform-link::after {
        content: '?';
        font-size: 1.2rem;
    }

@media (max-width: 768px) {
    .platform-title {
        font-size: 2.5rem;
    }

    .platform-grid {
        grid-template-columns: 1fr;
    }
}*/
/*PJESA E 10 //////////////////////////////////////////////////////////////////
 PJESA E 10  //////////////////////////////////////////////////////////////////*/








/*.swissbot {
    text-align: center;
    margin-bottom: 4rem;
}

    .swissbot span {
        background: #ffe6e6;
        color: var(--red);
        padding: .7rem 1rem;
        border-radius: 999px;
        font-size: .75rem;
        font-weight: 600;
    }

    .swissbot h1 {
        font-size: 33px;
        margin: 1rem 0 .5rem;
        color: #FF0000;
    }

    .swissbot p {
        color: #FF0000;
    }









.contact-section {
    max-width: 1400px;
    margin: 0 auto;
    transform: scale(0.85);*/ /* ?? KĖTU */
    /*transform-origin: top center;
    margin-top: -3rem;*/ /* ?? KĖTU AFROHET */
/*}

.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(214, 40, 40, 0.1);
    color: #d62828;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

    .contact-badge::before {
        content: '??';
        font-size: 1.2rem;
    }

.contact-header h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.contact-header p {
    font-size: 18px;
    color: #666;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: stretch;
}

.form-card {
    grid-column: 1;
    grid-row: 1 / 4;
}

.info-card {
    grid-column: 2;
    grid-row: 1;
}

.why-choose-card {
    grid-column: 2;
    grid-row: 2;
}

.made-in-card {
    grid-column: 2;
    grid-row: 3;
}

.info-card,
.why-choose-card,
.made-in-card {
    height: auto;
}*/

/* FORM CARD */
/*.form-card {
    background: #d62828;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(214, 40, 40, 0.3);
}

.form-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2rem;
}

    .form-title::before {
        content: '??';
        font-size: 1.5rem;
    }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

    .form-group label {
        display: block;
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 0.9rem 1.2rem;
        border: none;
        border-radius: 8px;
        background: white;
        color: #FF0000;
        font-size: 0.95rem;
        transition: all 0.3s ease;
    }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
            color: #d62828;
        }

        .form-group input::placeholder {
            color: #999;
        }

    .form-group textarea {
        resize: vertical;
        min-height: 120px;
    }

.submit-btn {
    width: 100%;
    padding: 1rem;
    background: white;
    color: #d62828;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

    .submit-btn:hover {
        background: #f5f5f5;
        transform: translateY(-2px);
    }

    .submit-btn::after {
        content: '?';
        font-size: 1.3rem;
    }*/

/* INFO CARD */
/*.info-card {
    background: #d62828;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(214, 40, 40, 0.3);
}

.info-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: white;
}

.info-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.info-details h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.info-details p {
    font-size: 20px;
    opacity: 0.95;
    line-height: 1.5;
}*/

/* BOTTOM CARDS */
/*.why-choose-card,
.made-in-card {
    background: #d62828;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(214, 40, 40, 0.3);
}

    .why-choose-card h3 {
        font-size: 28px;
        font-weight: 700;
        color: white;
        margin-bottom: 1.5rem;
    }

.feature-list {
    list-style: none;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: white;
    margin-bottom: 0.9rem;
    font-size: 20px;
}

    .feature-item::before {
        content: '?';
        width: 24px;
        height: 24px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        flex-shrink: 0;
        font-size: 0.9rem;
    }

.made-in-card {
    text-align: center;
}

    .made-in-card h2 {
        font-size: 3rem;
        font-weight: 700;
        color: white;
        margin-bottom: 0.8rem;
        letter-spacing: 8px;
    }

    .made-in-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: white;
        margin-bottom: 0.8rem;
    }

    .made-in-card p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 20px;
        line-height: 1.6;
    }

@media (max-width: 1024px) {
    .contact-grid,
    .bottom-cards {
        grid-template-columns: 1fr;
    }
}

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

    .contact-header h1 {
        font-size: 2rem;
    }

    .made-in-card h2 {
        font-size: 3rem;
    }
}*/
/*PJESA E 11 //////////////////////////////////////////////////////////////////
 PJESA E 11  //////////////////////////////////////////////////////////////////*/





/* =========================
   FOOTER
========================= */
/*.footer {
    position: relative;
    width: 105%;
    background: #d62828;
    overflow: hidden;
    padding: 5rem 3rem 3rem;*/ /* ? footer pak mė i madh */
    /*left: -50px;
    margin-top: -9rem;*/ /* ?? KĖTU AFROHET */
/*}*/

/* BACKGROUND VIDEO (VETĖM FOOTER) */
/*.footer-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}*/

/* OVERLAY */
/*.footer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 135deg, rgba(214,40,40,.8), rgba(180,0,0,.75) );
    z-index: 1;
}*/

/* CONTENT */
/*.footer-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}*/

/* GRID */
/*.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 4rem;
    margin-bottom: 4rem;
}*/

/* =========================
   BRAND
========================= */
/*.brand-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.swiss-flag {
    width: 58px;
    height: 58px;
}

.brand-name {
    color: white;
    font-size: 1.9rem;
    font-weight: 700;
}

.brand-description {
    color: rgba(255,255,255,.92);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2.2rem;
}*/

/* CONTACT */
/*.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    text-decoration: none;
    padding: .7rem;
    border-radius: 10px;
    transition: .3s ease;
}

    .contact-item:hover {
        background: rgba(255,255,255,.12);
        transform: translateX(6px);
    }



.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-item:hover,
.contact-item:focus,
.contact-item:active {
    color: white;*/ /* ?? gjithmonė e bardhė */
/*}*/

/* =========================
   CARDS (PA VIDEO)
========================= */
/*.footer-services,
.footer-company,
.footer-newsletter {
    background: rgba(255,255,255,.08);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}*/

/* TITLES */
/*.footer-section-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}*/

/* LINKS */
/*.footer-links {
    list-style: none;
    padding: 0;
}



    .footer-links li {
        margin-bottom: .9rem;
    }

    .footer-links a {
        color: rgba(255,255,255,.9);
        text-decoration: none;
        font-size: .95rem;
        transition: .3s ease;
    }

        .footer-links a:hover {
            color: white;
            transform: translateX(6px);
        }*/

/* NEWSLETTER */
/*.newsletter-description {
    color: rgba(255,255,255,.9);
    font-size: .95rem;
    margin-bottom: 1.6rem;
}

.newsletter-form {
    display: flex;
    gap: .6rem;
    margin-bottom: 1.6rem;
}

.newsletter-input {
    flex: 1;
    padding: .95rem 1.1rem;
    border-radius: 10px;
    border: none;
    font-size: .9rem;
}

.newsletter-button {
    padding: .95rem 1.4rem;
    border-radius: 10px;
    border: none;
    background: white;
    color: #d62828;
    font-weight: 700;
    cursor: pointer;
}*/

/* CERTS */
/*.cert-item {
    color: white;
    font-size: .88rem;
    margin-bottom: .6rem;
}*/

/* =========================
   FOOTER BOTTOM
========================= */
/*.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.25);
    padding-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-copyright,
.footer-legal a {
    color: rgba(255,255,255,.85);
    font-size: .95rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
}*/

/* =========================
   RESPONSIVE
========================= */
/*@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer {
        padding: 4rem 2rem 2.5rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}*/
/*PJESA E 12 OSE FOOTER OSE FUNDI //////////////////////////////////////////////////////////////////
 PJESA E 12 OSE FOOTER OSE FUNDI  //////////////////////////////////////////////////////////////////*/




