/* homepage */
.text-light {
    color: #FFF;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    max-width: 70%;
    margin-top: 12px;
}

.text-right-1 {
    padding-left: 33px;
    margin-top: 0px;
}

.container {
    padding: 0;
}

#site-navigation,
.main-navigation,
.menu-primary-container {
    float: none !important;
    width: 100%;
}

#site-navigation ul,
.main-navigation ul,
.menu-primary-container ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#site-navigation ul,
#site-navigation .menu,
#site-navigation .menu>ul,
#site-navigation .story-menu {
    display: flex !important;
    justify-content: center;
    gap: 67px;
}

#site-navigation ul>li {
    display: inline-flex !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

#site-navigation ul>li>a {
    display: inline-block !important;
    padding: 10px 16px !important;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Inter";
}

#site-navigation ul>li.current-menu-item>a,
#site-navigation ul>li.current_page_item>a,
#site-navigation ul>li.current-menu-ancestor>a {
    color: #fff;
}

#site-navigation ul>li.current-menu-item>a::before,
#site-navigation ul>li.current_page_item>a::before,
#site-navigation ul>li.current-menu-ancestor>a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FF5A33;
    border-radius: 3px;
    z-index: -1;
}

.story-nav {
    position: relative;
}

.story-underline {
    display: block;
    height: 1.3px;
    background: #000;
    opacity: .6;
    width: 100%;
    stroke-width: 1.3px;
    stroke: #000;
}

.story-wrap {
    max-width: 1360px;
    margin: 0 auto;
    padding: 22px 16px 0;
}

.story-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding-bottom: 50px;
}

.story-search {
    justify-self: end;
    background: transparent;
    padding: 6px;
    cursor: pointer;
    position: relative;
    border: unset !important;
    box-shadow: unset;
}

#site-navigation ul>li>a:hover,
a:active {
    outline: 0;
    color: unset;
}

div#story-search {
    padding-bottom: 40px;
}

/* spacing poshtë header-it */
.hero-under-header {
    margin-top: 50px;
}

/* titulli i madh si në mockup */
.hero-heading {
    font-size: clamp(28px, 3.2vw, 38px);
}

/* Kontejneri i karuselit */
.hero-carousel {
    position: relative;
}

/* Lartësi konstante për çdo slide */
.hero-under-header .slide-row {
    min-height: 560px;
}

/* Kolona e majtë si kolonë fleksibile */
.hero-under-header .text-titull {
    gap: 1rem;
}

/* Imazhi me lartësi fikse që të mos ndryshojë gjatësi slide-i */
.hero-under-header .baner-img {
    width: 100%;
    height: 560px;
    /* e njëjta me min-height e slide-row */
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* Shigjetat – të fiksuara poshtë majtas, të pavarura nga përmbajtja */
.hero-carousel .hero-nav {
    position: absolute;
    left: 16px;
    /* rregullo sipas dëshirës */
    bottom: 16px;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.hero-carousel .btn-arrow {
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    line-height: 1;
}


/* butoni portokalli */
.btn-orange {
    --bs-btn-bg: #FF5A33;
    --bs-btn-border-color: #FF5A33;
    --bs-btn-hover-bg: #e24f2d;
    --bs-btn-hover-border-color: #e24f2d;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    border-radius: .25rem;
    padding: .55rem 1rem;
}

/* shigjetat katrore poshtë tekstit */
.btn-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid #222;
    background: #fff;
    color: #111;
    border-radius: .25rem;
    line-height: 1;
    font-size: 20px;
    padding: 0;
}

.btn-arrow:focus {
    box-shadow: none;
}

.text-titull p {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    opacity: 0.7;
    padding-bottom: 35px;
}

.text-titull h2 {
    color: #000;
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 11px;
    margin-top: 0px;
}

.text-titull a {
    color: #FFF;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FF5029;
    padding: 13px 36px;
}

.butonat-slider {
    padding-top: 135px;
}

/* --- Header i seksionit --- */
.latest-title {
    color: #000;
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

/* --- Karta e postit --- */
.latest-card-title {
    font-weight: 800;
    line-height: 1.25;
    font-size: 16px;
    margin: 0;
}

.latest-card-title a {
    text-decoration: none;
    color: #111;
}

.latest-card-title a:hover {
    text-decoration: underline;
}

/* clamping si në pamjen që dërgove */
.latest-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* butoni i zi “Lexo me shume..” */
.btn-latest {
    background: #111;
    color: #fff;
    border: 0;
    padding: .55rem 1rem;
    border-radius: .2rem;
    font-weight: 700;
}

.btn-latest:hover {
    background: #000;
    color: #fff;
}

/* --- Pagination minimal si në screenshot --- */
.latest-pagination {
    display: flex;
    justify-content: center;
}

.latest-pagination .pagination-list {
    list-style: none;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    gap: .6rem;
    align-items: center;
    color: #222;
    border-bottom: 1px solid #c4c4c4;
    justify-content: center;
}

.latest-pagination .pagination-list li>a,
.latest-pagination .pagination-list li>span {
    display: inline-block;
    min-width: 28px;
    text-align: center;
    text-decoration: none;
    color: #222;
    padding: 2px 0;
}

.latest-pagination .pagination-list .current {
    background: transparent;
    color: #111;
    padding: 2px 8px;
    border-bottom: 1px solid #646464;
}

.latest-pagination .pagination-list .dots {
    color: #777;
    pointer-events: none;
}

.latest-text-title a:first-child {
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

article.latest-card {
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.mb-2 {
    margin-bottom: 1.9rem !important;
}

/* .buton-black a {
    color: #FFF;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #000;
    padding: 13px 35px;
} */

/* mobile: foto sipër, tekst poshtë? në dizajn kemi tekst majtas → foto djathtas në desktop */


/* Sfond i zi i seksionit */
.feature-dark-section {
    background: #000;
}

/* titulli i seksionit sipër majtas */
.feature-dark-section .section-title {
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.mt-auto a {
    color: #FFF;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #000;
    padding: 10px 18px;
}

/* imazh i madh me cepa pak “të mprehtë” si në referencë */
.feature-image {
    border-radius: .25rem;
    display: block;
    height: 642px;
}

.post-lexo {
    width: 100% !important;
    height: 350px;
    object-fit: cover;
}

.baner-img {
    width: 100% !important;
    height: 524px;
}

/* overlay: blloku i titullit dhe butonit poshtë majtas */
.feature-overlay {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* highlight portokalli në çdo rresht të titullit */
.feature-headline {
    line-height: 1.2;
    display: inline-block;
    color: #000;
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 9px;
}

.feature-headline span {
    /* display: inline-block; */
    background: #FF5029;
    padding: 4px 35px;
    margin-bottom: 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.feature-overlay a {
    color: #FFF;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #000;
    padding: 13px 35px;
    margin-bottom: 84px;
}

/* butoni i zi */
.btn-feature-dark {
    background: #111;
    color: #fff;
    border: 0;
    padding: .5rem 1rem;
    font-weight: 700;
    border-radius: .25rem;
}

.btn-feature-dark:hover {
    background: #000;
    color: #fff;
}

/* responsive – zhvendos overlay-n pak më lart dhe brenda në mobile */


/* Titull i seksionit si te mockup-i */
.beauty-split h2 {
    color: #000;
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    font-weight: 900;
}

/* Posti i madh majtas */
.beauty-feature {}

.beauty-feature .img-fluid {
    display: block;
}



/* Kapsulat e bardha prapa titullit (poshtë majtas mbi foton) */
.beauty-caption {
    position: absolute;
    left: 42px;
    bottom: 20px;
    margin: 0;
}

/* Linku i titullit */
.beauty-caps {
    text-decoration: none;
    color: #111;
    /* tekst i zi mbi sfond të bardhë */
}

/* Kapsulat e ndara për çdo rresht */
.beauty-caps span {
    display: inline;
    background: #fff;
    padding: 0px 0px;
    margin: 0 0 6px 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
}

/* Opsional: variant portokalli si te “Fashion” */
.beauty-caps--orange span {
    background: #FF5A33;
    box-shadow: 12px 0 0 #FF5A33, -12px 0 0 #FF5A33;
    color: #111;
}

.beauty-caption a {
    line-height: 1.6;
    color: #000;
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
}

/* Lista djathtas */
.beauty-mini h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vstack a {
    color: #000;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 700;
}

.beauty-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
}

.beauty-mini img {
    width: 180px;
    height: 143px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.beauty-feature img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 6px;
}

/* --- Sfondi i seksionit: imazh + gradient i zbehtë gri/zi --- */
.exclusive-section {
    position: relative;
    background: #000;
    /* fallback */
    /* background image vjen nga inline style --ex-bg */

    background-size: cover;
    background-position: center;
}

/* Titulli “Exclusive” + vijë e hollë */
.exclusive-kicker {
    color: #FFF;
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.exclusive-kicker-underline {
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, .35);
}

.text-exclusive {
    display: flex;
    align-items: center;
}

/* Imazhi majtas: prerje e pastër */
.ex-left-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .3rem;
}

/* Headline me kapsula portokalli rresht më rresht */
.exclusive-headline {
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.2;
    margin: 0;
}

.exclusive-caps span {
    display: inline;
    background: #FF5029;
    padding: 6px 10px;
    margin-bottom: 6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-shadow: 12px 0 0 #FF5029, -12px 0 0 #FF5029;
    line-height: 1.8;
    color: #000;
    font-family: "Europa Grotesk SH", sans-serif !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
}

.text-right-1 a:last-child {
    color: #FFF;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FF5029;
    ;
}

.lexo-1 {
    padding: 13px 35px;
}

/* Buton i zi */
.btn-ex-dark {
    background: #111;
    color: #fff;
    border: 0;
    padding: .55rem 1rem;
    border-radius: .25rem;
}

.btn-ex-dark:hover {
    background: #000;
    color: #fff;
}

/* Të duket mprehtë si në figurë */
.exclusive-section .container {
    position: relative;
    z-index: 1;
}

/* homepage */

/* categories */
.latest-grid-title {
    color: #000;
    text-align: center;
    font-family: "Europa Grotesk SH", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.8px;
}

/* --------- FEATURE tile (1,5,9,13,...) ---------- */
.latest-card--feature .latest-feature-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.latest-feature-caption {
    position: absolute;
    left: 14px;
    bottom: 14px;
    margin: 0;
    max-width: 92%;
    line-height: 1.2;
    font-size: clamp(16px, 2vw, 20px);
}

/* kapsula portokalli rresht më rresht */
.caps {
    text-decoration: none;
    color: #111;
}

.caps span {
    display: inline;
    padding: 6px 10px;
    margin-bottom: 6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.8;
}

.caps--orange span {
    background: #FF5A33;
    box-shadow: 10px 0 0 #FF5A33, -10px 0 0 #FF5A33;
}

/* --------- Karta standard ---------- */
.latest-item-title {
    margin: 0;
    color: #000;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}

.latest-item-title a {
    text-decoration: none;
    color: #111;
}

.latest-item-title a:hover {
    text-decoration: underline;
}

.latest-item-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px !important;
}

.latest-thumb-img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}

/* --------- Baner ---------- */
.latest-banner img {
    display: block;
}

/* --------- Pagination ---------- */
.latest-grid-pagination {
    display: flex;
    justify-content: center;
}

.latest-grid-pagination .pagination-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    gap: .6rem;
}

.latest-grid-pagination .pagination-list li>a,
.latest-grid-pagination .pagination-list li>span {
    display: inline-block;
    min-width: 28px;
    text-align: center;
    text-decoration: none;
    color: #222;
    padding: 2px 8px;
}

.latest-grid-pagination .pagination-list .current {
    background: #111;
    color: #fff;
    border-radius: 3px;
}

.latest-grid-pagination .pagination-list .dots {
    color: #777;
    pointer-events: none;
}

/* categories */

/* hamburger */
/* ===========================
   Header base
   =========================== */
.story-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
}

.story-top a {
    margin: 0 auto;
}

.story-logo1 img {
    height: 50px;
    /* rregullo sipas dizajnit */
    display: block;
}

.story-burger,
.story-search {
    background: none;
    border: 0 !important;
    padding: 6px;
    display: flex;
    align-items: center;
    box-shadow: unset;
}

/* ===========================
   MOBILE: fshi nav desktop
   =========================== */

.offcanvas-backdrop.show {
    background: rgba(0, 0, 0, .5);
}

.offcanvas-header {
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
}

.offcanvas-title {
    font-weight: 700;
}

.offcanvas .btn-close {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    opacity: 1;
    box-shadow: unset;
}

/* Lista e menuse në mobile */
.mobile-menu {
    padding-top: 8px;
}

.mobile-menu li {
    border-bottom: 1px solid #f1f1f1;
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu a {
    display: block;
    padding: 14px 4px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.mobile-menu .current-menu-item>a {
    color: #ff5533;
}


/* hamburger */
.video-section {
    padding: 0px 0;
}

.video-section .ratio {
    border-radius: 12px;
    overflow: hidden;
    background-color: #000;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

@media (max-width: 1200px) {
    .beauty-feature img {
        height: 320px;
    }

    .feature-image {
        height: 420px;
    }
}

@media (max-width: 992px) {

    .hero-heading {
        font-size: clamp(24px, 5.5vw, 32px);
    }

    .beauty-caption {
        left: 14px;
        bottom: 14px;
    }

    .offcanvas-header h5 {
        font-family: "Inter";
        font-size: 23px;
        font-style: normal;
        font-weight: 900;
    }
}

@media (max-width: 991.98px) {
    .story-nav {
        display: none !important;
    }

    .story-underline {
        display: none !important;
    }

    .latestSwiper {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* slide-i të jetë pak më i ngushtë se ekrani,
     që tjetri të duket pak në të djathtë */
    .latestSwiper .swiper-slide {
        width: calc(100% - 32px);
        /* 16px majtas + 16px djathtas */
    }

    /* sigurohemi që imazhi mbulon të gjithë kartën pa dalë jashtë */
    .latestSwiper .latest-thumb img {
        width: 100%;

        display: block;
        object-fit: cover;
    }

    .offcanvas.offcanvas-start {
        width: 100vw;
        /* full-screen menu */
        max-width: 100vw;
    }
}






@media (max-width: 768px) {
    .beauty-feature img {
        height: 220px;
    }

    .feature-image {
        height: 300px;
    }

    .feature-overlay {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .feature-wrap {
        max-width: 100%;
    }
}

@media (max-width: 600px) {

    .entry-content img.alignright,
    .entry-content img.alignleft,
    .entry-content figure.alignright,
    .entry-content figure.alignleft,
    .entry-content .wp-caption.alignright,
    .entry-content .wp-caption.alignleft,
    .entry-content img.story-content-img.alignright,
    .entry-content img.story-content-img.alignleft {
        float: none !important;
        display: block !important;
        clear: both !important;
        margin: 0 0 16px 0 !important;
        /* hapësirë poshtë fotos */
        max-width: 100% !important;
        /* që të mos ngjitet anash */
        height: auto !important;
    }

    /* parandalon mbështjelljen e paragrafëve rreth fotos */
    .entry-content p {
        overflow: visible;
    }

    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }

    .caps span {
        line-height: 2.1;
    }

    .text-titull h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .text-titull a {
        padding: 10px 30px;
        display: inline-block;
        font-size: 12.284px;
    }

    .beauty-text-h3 {
        margin-bottom: 24px;
    }

    .beauty-split .border-bottom {
        border-color: #1b1b1b;
    }

    .beauty-split h2 {
        font-weight: 900;
        letter-spacing: .2px;
        font-size: clamp(28px, 6vw, 54px);
        /* i madh si në foto */
        margin: 0;
    }

    /* Hero image majtas */
    .beauty-feature img {
        width: 100%;
        height: 213px;
        /* desktop default */
        object-fit: cover;
        border-radius: 8px;
        display: block;
    }

    .beauty-feature {
        position: relative;
    }

    .beauty-caption {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 18px;
        margin: 0;
        line-height: 1.15;
        font-weight: 800;
        color: #000;
    }

    .beauty-caption a {
        text-decoration: none;
        color: inherit;
        font-size: 15.865px;
    }

    /* blloqet e rreshtave (nga explode '|') – si “badge” i bardhë */
    .beauty-caption span {
        display: inline;
        /* lejon disa rreshta */
        background: #fff;
        color: #000;
        padding: .45rem .60rem .35rem;
        border-radius: 6px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
        -webkit-box-decoration-break: clone;
        /* background i plotë në çdo rresht */
        box-decoration-break: clone;
    }

    /* -----------------------------
   Lista djathtas (3 mini-karta)
   ----------------------------- */
    .beauty-mini img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 6px;
        display: block;
    }

    .beauty-mini h6 {
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: .35rem !important;
        margin-top: 0px;
    }

    .beauty-mini h6 a {
        color: #111;
        text-decoration: none;
    }

    .beauty-mini h6 a:hover {
        text-decoration: underline;
    }

    /* excerpt – ngjyrë e butë, 2-3 rreshta max si në mock */
    .beauty-excerpt {
        color: #6b6b6b;
        font-size: .95rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* kufizoje në 3 rreshta */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .feature-dark-section.py-5 {
        padding-top: 2rem !important;
    }

    .feature-dark-section {
        background: #0b0b0b;
        /* sfondi i zi */
        padding-block: 40px;
    }

    .feature-dark-section .section-title {
        margin-top: 0px;
    }

    /* imazhi – i bukur në çdo madhësi */
    .feature-image {
        width: 100%;
        height: 179px;
        /* desktop */
        object-fit: cover;
        border-radius: 6px;
        display: block;
    }

    /* overlay i titullit + butoni */
    .feature-wrap {
        position: relative;
    }

    .feature-overlay {
        left: 14px;
        right: 14px;
        top: 70px;
    }

    /* titulli me shirita portokalli, rresht pas rreshti */
    .feature-headline {
        line-height: 2.3;
        font-weight: 900;
        font-size: 14.065px;
    }

    .feature-headline span {
        display: inline;
        /* një shirit për çdo rresht */
        background: #ff4d22;
        /* portokalli */
        color: #000;
        padding: .38rem .6rem .28rem;
        border-radius: 3px;
        /* e mban background-in të pastër edhe kur thyen rresht */
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    /* butoni i zi */
    .feature-overlay a {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: .55rem 1rem;
        border-radius: 4px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .35);
        font-size: 5.833px;
    }

    .latest-section .mb-4 {
        margin-bottom: 2.5rem !important;
    }

    .latest-title {
        font-size: 30px;
    }

    .latest-section {
        margin-top: 6em;
        margin-bottom: 6em;
    }

    .text-titull p {
        font-size: 13.103px;
        line-height: 18.017px;
        padding-bottom: 28px;
        margin-bottom: 0px;
    }

    .slide-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-carousel .hero-nav {
        left: 0px;
        bottom: -68px;
    }

    .hero-under-header .baner-img {
        height: 237px;
    }
}

/* Slider vetëm për mobile */
.latestSwiper {
    padding-bottom: 30px;
}

.latestSwiper .swiper-slide {
    width: 80%;
    max-width: 310px;
}

.latestSwiper .latest-card {
    height: 100%;
}

@media (max-width: 576px) {
    .feature-overlay {
        left: 14px;
        right: 14px;
        bottom: 16px;
    }

    .feature-overlay a {
        padding: .5rem .9rem;
    }

    .beauty-split .vstack>* {
        margin-bottom: .85rem !important;
    }

    .beauty-caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .exclusive-section {
        background:
            linear-gradient(180deg, #2b2b2b 0%, #2b2b2b 100%),
            var(--ex-bg);
        background-size: cover;
        background-position: center;
        background-blend-mode: multiply;
        padding-top: 22px !important;
        padding-bottom: 28px !important;
    }

    /* Titulli i seksionit + vija poshtë, si në mock */
    .exclusive-kicker {
        color: #fff;
        font-weight: 800;
        font-size: 28px;
        line-height: 1.05;
        margin: 0 0 8px;
    }

    .exclusive-kicker-underline {
        height: 2px;
        background: rgba(255, 255, 255, .35);
        width: 100%;
        margin: 0 0 16px;
    }

    /* Foto e madhe */
    .exclusive-section .ex-left-img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
        box-shadow: 0 6px 22px rgba(0, 0, 0, .35);
    }

    /* Heqim përshkrimin dhe butonin në mobile */
    .exclusive-section .text-right-1 p,
    .exclusive-section .text-right-1 .lexo-1 {
        display: none !important;
    }

    /* Shirita portokalli me titullin e ndarë me '|' */
    .exclusive-headline {
        margin-top: 16px;
    }

    .exclusive-headline .exclusive-caps span {
        display: inline-block;
        background: #ff4b22;
        /* portokallia */
        color: #0a0a0a;
        font-weight: 800;
        font-size: 20px;
        line-height: 1.05;
        padding: 8px 5px;
        border-radius: 3px;
        box-decoration-break: clone;
        /* ruan padding për rreshta të shumëfishtë */
        -webkit-box-decoration-break: clone;
        margin: 6px 0 0;
    }

    /* Distanca nga anët për të imituar “card”-in e mock-ut */
    .exclusive-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (min-width: 992px) {
    .latestSwiper {
        display: none !important;
    }
}