.elementor-2310 .elementor-element.elementor-element-2482675{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2310 .elementor-element.elementor-element-355884a > .elementor-widget-container{background-image:url("https://ham-m.si/wp-content/uploads/2025/05/730109497_27908139542125787_877308849498035611_n.jpg");background-position:top center;background-size:cover;}.elementor-2310 .elementor-element.elementor-element-6af38fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-2310 .elementor-element.elementor-element-43a2520{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-2310 .elementor-element.elementor-element-887fa81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2310 .elementor-element.elementor-element-8dfdc91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-355884a *//* =====================================================
   MOBILNE HIŠKE – HERO
===================================================== */

.mh-hero {
    position: relative;
    width: 100%;
    min-height: 610px;

    background-image:
        url('/wp-content/uploads/mobilna-hiska-hero.jpg');

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* -----------------------------------------------------
   TEMEN PREHOD Z LEVE
----------------------------------------------------- */

.mh-hero__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10, 13, 14, 0.90) 0%,
            rgba(10, 13, 14, 0.75) 25%,
            rgba(10, 13, 14, 0.30) 52%,
            rgba(10, 13, 14, 0.03) 75%,
            rgba(10, 13, 14, 0) 100%
        );

    z-index: 1;
}


/* -----------------------------------------------------
   NOTRANJA ŠIRINA
----------------------------------------------------- */

.mh-hero__inner {
    position: relative;
    z-index: 2;

    max-width: 1280px;
    min-height: 610px;

    margin: 0 auto;
    padding: 70px 50px;

    display: flex;
    align-items: center;
}


/* -----------------------------------------------------
   VSEBINA
----------------------------------------------------- */

.mh-hero__content {
    width: 100%;
    max-width: 430px;
    color: #fff;
}


/* -----------------------------------------------------
   MALI NASLOV
----------------------------------------------------- */

.mh-hero__eyebrow {
    position: relative;

    display: inline-block;

    margin-bottom: 25px;

    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;

    color: #fff;
}


.mh-hero__eyebrow::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -9px;

    width: 28px;
    height: 2px;

    background: #ed1c24;
}


/* -----------------------------------------------------
   GLAVNI NASLOV
----------------------------------------------------- */

.mh-hero__title {
    margin: 0 0 28px;

    font-size: clamp(46px, 5vw, 68px);
    line-height: 0.98;

    font-weight: 700;
    letter-spacing: -0.035em;

    color: #fff;
}


.mh-hero__title span {
    display: block;
    color: #ed1c24;
}


/* -----------------------------------------------------
   OPIS
----------------------------------------------------- */

.mh-hero__description {
    max-width: 395px;

    margin-bottom: 34px;

    font-size: 16px;
    line-height: 1.9;

    font-weight: 400;

    color: rgba(255, 255, 255, 0.94);
}


.mh-hero__description strong {
    font-weight: 600;
    color: #fff;
}


/* -----------------------------------------------------
   CENA
----------------------------------------------------- */

.mh-hero__price {
    display: inline-block;

    min-width: 215px;

    margin-bottom: 28px;
    padding: 16px 24px 18px;

    border: 2px solid #ed1c24;

    background: rgba(0, 0, 0, 0.12);
}


.mh-hero__price-label {
    margin-bottom: 5px;

    font-size: 11px;
    line-height: 1;
    font-weight: 500;

    color: rgba(255, 255, 255, 0.9);
}


.mh-hero__price-value {
    font-size: 38px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: -0.025em;

    color: #fff;
}


/* -----------------------------------------------------
   GUMB
----------------------------------------------------- */

.mh-hero__button {
    display: table;

    padding: 17px 27px;

    background: #ed1c24;

    font-size: 12px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: 0.02em;

    color: #fff;
    text-decoration: none;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}


.mh-hero__button:hover {
    background: #c9141b;
    color: #fff;

    transform: translateY(-2px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .mh-hero {
        min-height: 570px;
        background-position: 60% center;
    }

    .mh-hero__inner {
        min-height: 570px;
        padding: 60px 40px;
    }

    .mh-hero__content {
        max-width: 400px;
    }

    .mh-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(10, 13, 14, 0.92) 0%,
                rgba(10, 13, 14, 0.72) 45%,
                rgba(10, 13, 14, 0.12) 80%,
                rgba(10, 13, 14, 0) 100%
            );
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .mh-hero {
        min-height: 650px;

        background-position: 64% center;
    }

    .mh-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(10, 13, 14, 0.88) 0%,
                rgba(10, 13, 14, 0.72) 65%,
                rgba(10, 13, 14, 0.35) 100%
            );
    }

    .mh-hero__inner {
        min-height: 650px;

        padding: 55px 24px;

        align-items: center;
    }

    .mh-hero__content {
        max-width: 340px;
    }

    .mh-hero__title {
        margin-bottom: 22px;

        font-size: 46px;
    }

    .mh-hero__description {
        margin-bottom: 27px;

        font-size: 14px;
        line-height: 1.7;
    }

    .mh-hero__price {
        min-width: 190px;

        padding: 14px 20px 16px;
    }

    .mh-hero__price-value {
        font-size: 32px;
    }

}


/* =========================================
   HERO - MOBILE
========================================= */

@media (max-width: 767px) {

    .mh-hero {
        min-height: 680px;
        height: 680px;
        background-position: 62% center;
        background-size: cover;
    }

    /* manj agresivna zatemnitev */
    .mh-hero::before {
        opacity: 0.45;
    }

    /* naslov */
    .mh-hero h1 {
        font-size: 48px;
        line-height: 0.98;
        letter-spacing: -1.5px;
        margin-bottom: 25px;
    }

    /* opis */
    .mh-hero .hero-description {
        font-size: 17px;
        line-height: 1.55;
        max-width: 330px;
    }

    /* cena */
    .mh-hero .hero-price {
        margin-top: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for gallery, class: .elementor-element-43a2520 *//* =====================================================
   MOBILE HOUSE GALLERY
   DESKTOP
===================================================== */

.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-container {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    grid-template-rows: repeat(4, 150px) !important;
    gap: 10px !important;
    height: auto !important;
}


/* POSAMEZNA SLIKA */

.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item {
    position: relative !important;
    width: auto !important;
    height: auto !important;

    top: auto !important;
    left: auto !important;

    margin: 0 !important;

    overflow: hidden;
}


/* SLIKA */

.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-image {
    width: 100% !important;
    height: 100% !important;

    background-size: cover !important;
    background-position: center !important;

    transition: transform 0.35s ease;
}


/* rahli hover na desktopu */

.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:hover .e-gallery-image {
    transform: scale(1.025);
}


/* =====================================================
   DESKTOP RAZPORED
===================================================== */

/* 1 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

/* 2 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

/* 3 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(3) {
    grid-column: 5 / 7;
    grid-row: 1 / 3;
}

/* 4 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
}

/* 5 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
}

/* 6 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(6) {
    grid-column: 3 / 4;
    grid-row: 3 / 5;
}

/* 7 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(7) {
    grid-column: 4 / 5;
    grid-row: 3 / 5;
}

/* 8 */
.elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(8) {
    grid-column: 5 / 7;
    grid-row: 3 / 5;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-container {
        grid-template-columns: repeat(4, 1fr) !important;
        grid-template-rows: repeat(6, 130px) !important;
    }


    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(2) {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
    }

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(3) {
        grid-column: 3 / 5;
        grid-row: 2 / 4;
    }

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(4) {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(6) {
        grid-column: 3 / 4;
        grid-row: 4 / 6;
    }

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(7) {
        grid-column: 4 / 5;
        grid-row: 4 / 6;
    }

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(8) {
        grid-column: 1 / 5;
        grid-row: 6 / 7;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-container {
        display: grid !important;

        grid-template-columns: repeat(2, 1fr) !important;

        /*
         * 6 vrstic po 105px.
         * Skupna višina cca 670px.
         */
        grid-template-rows: repeat(6, 105px) !important;

        gap: 8px !important;

        height: auto !important;
    }


    /* reset vseh desktop/tablet pozicij */

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item {
        grid-column: auto;
        grid-row: auto;
    }


    /* -----------------------------------------
       MOBILE KOMPOZICIJA
    ----------------------------------------- */


    /* 1 - velika leva */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }


    /* 2 - zgoraj desno */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }


    /* 3 - desno */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2 / 4;
    }


    /* 4 - široka */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }


    /* 5 - velika leva spodaj */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(5) {
        grid-column: 1 / 2;
        grid-row: 4 / 6;
    }


    /* 6 */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(6) {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }


    /* 7 */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(7) {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }


    /* 8 - panoramska čez celo širino */
    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:nth-child(8) {
        grid-column: 1 / 3;
        grid-row: 6 / 7;
    }


    /* Na telefonu hover nima smisla */

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-item:hover .e-gallery-image {
        transform: none;
    }

}


/* =====================================================
   ZELO MAJHNI TELEFONI
===================================================== */

@media (max-width: 420px) {

    .elementor-2310 .elementor-element.elementor-element-43a2520 .e-gallery-container {
        grid-template-rows: repeat(6, 95px) !important;
        gap: 6px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce4d2c4 *//* =====================================================
   MOBILNE HIŠKE – PODROBNOSTI
===================================================== */

.mh-details {
    width: 100%;
    background: #fff;
}

.mh-details__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

    padding: 85px 50px 90px;

    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 90px;
    align-items: start;
}


/* =====================================================
   LEVI DEL
===================================================== */

.mh-details__intro {
    max-width: 430px;
}


/* MALI RDEČ NASLOV */

.mh-details__eyebrow {
    margin-bottom: 20px;

    font-size: 12px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: 0.02em;

    color: #ed1c24;
}


/* GLAVNI NASLOV */

.mh-details__title {
    margin: 0 0 32px;

    font-size: 42px;
    line-height: 1.08;

    font-weight: 700;
    letter-spacing: -0.035em;

    color: #111;
}


/* TEKST */

.mh-details__intro p {
    margin: 0 0 28px;

    font-size: 15px;
    line-height: 1.85;

    font-weight: 400;

    color: #343434;
}


/* RDEČA ČRTA SPODAJ */

.mh-details__line {
    width: 160px;
    height: 2px;

    margin-top: 58px;

    background: #ed1c24;
}


/* =====================================================
   ACCORDION
===================================================== */

.mh-accordion {
    width: 100%;

    border: 1px solid #dedede;

    background: #fff;
}


/* POSAMEZEN ELEMENT */

.mh-accordion__item {
    margin: 0;
    padding: 0;

    border-bottom: 1px solid #dedede;
}

.mh-accordion__item:last-child {
    border-bottom: 0;
}


/* ODSTRANIMO PRIVZETO PUŠČICO DETAILS */

.mh-accordion__header {
    list-style: none;
}

.mh-accordion__header::-webkit-details-marker {
    display: none;
}


/* GLAVA VRSTICE */

.mh-accordion__header {
    position: relative;

    min-height: 76px;

    padding: 0 30px;

    display: grid;
    grid-template-columns: 34px 1fr 20px;
    gap: 18px;
    align-items: center;

    cursor: pointer;

    background: #fff;

    transition: background-color 0.2s ease;
}

.mh-accordion__header:hover {
    background: #fafafa;
}


/* =====================================================
   IKONE
===================================================== */

.mh-accordion__icon {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ed1c24;
}

.mh-accordion__icon svg {
    width: 24px;
    height: 24px;

    display: block;

    fill: currentColor;
}


/* OUTLINE IKONE */

.mh-accordion__icon--outline svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================================
   NASLOV ACCORDIONA
===================================================== */

.mh-accordion__heading {
    font-size: 13px;
    line-height: 1.2;

    font-weight: 700;

    color: #161616;
}


/* =====================================================
   PUŠČICA
===================================================== */

.mh-accordion__arrow {
    position: relative;

    width: 12px;
    height: 12px;

    justify-self: end;
}


/* naredimo V puščico */

.mh-accordion__arrow::before,
.mh-accordion__arrow::after {
    content: "";

    position: absolute;
    top: 5px;

    width: 7px;
    height: 2px;

    background: #111;

    transition: transform 0.25s ease;
}

.mh-accordion__arrow::before {
    left: 0;
    transform: rotate(45deg);
}

.mh-accordion__arrow::after {
    right: 0;
    transform: rotate(-45deg);
}


/* ODPRT ELEMENT – PUŠČICA GOR */

.mh-accordion__item[open]
.mh-accordion__arrow::before {
    transform: rotate(-45deg);
}

.mh-accordion__item[open]
.mh-accordion__arrow::after {
    transform: rotate(45deg);
}


/* odprta puščica je rdeča */

.mh-accordion__item[open]
.mh-accordion__arrow::before,
.mh-accordion__item[open]
.mh-accordion__arrow::after {
    background: #ed1c24;
}


/* =====================================================
   VSEBINA ACCORDIONA
===================================================== */

.mh-accordion__content {
    padding:
        0
        35px
        30px
        82px;

    background: #fff;
}


/* SEZNAM */

.mh-accordion__content ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.mh-accordion__content li {
    position: relative;

    margin-bottom: 10px;
    padding-left: 20px;

    font-size: 14px;
    line-height: 1.45;

    color: #333;
}

.mh-accordion__content li:last-child {
    margin-bottom: 0;
}


/* RDEČE PIKICE */

.mh-accordion__content li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 8px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #ed1c24;
}


/* =====================================================
   CENA V ACCORDIONU
===================================================== */

.mh-accordion__content--price {
    padding-bottom: 32px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mh-accordion__price {
    margin-bottom: 8px;

    font-size: 34px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: -0.03em;

    color: #ed1c24;
}

.mh-accordion__price-note {
    font-size: 13px;
    line-height: 1.5;

    color: #555;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .mh-details__inner {
        padding: 70px 40px;

        grid-template-columns: 0.85fr 1.15fr;
        gap: 55px;
    }

    .mh-details__title {
        font-size: 36px;
    }

    .mh-details__intro p {
        font-size: 14px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .mh-details__inner {
        padding: 55px 24px 60px;

        display: block;
    }

    .mh-details__intro {
        max-width: none;

        margin-bottom: 45px;
    }

    .mh-details__title {
        margin-bottom: 25px;

        font-size: 34px;
    }

    .mh-details__intro p {
        margin-bottom: 22px;

        font-size: 14px;
        line-height: 1.75;
    }

    .mh-details__line {
        width: 100px;

        margin-top: 35px;
    }


    /* ACCORDION */

    .mh-accordion__header {
        min-height: 70px;

        padding: 0 20px;

        grid-template-columns: 28px 1fr 16px;
        gap: 13px;
    }

    .mh-accordion__icon {
        width: 24px;
        height: 24px;
    }

    .mh-accordion__icon svg {
        width: 21px;
        height: 21px;
    }

    .mh-accordion__heading {
        font-size: 12px;
    }

    .mh-accordion__content {
        padding:
            0
            25px
            27px
            61px;
    }

    .mh-accordion__content li {
        font-size: 13px;
    }

    .mh-accordion__price {
        font-size: 30px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ecc0c7 *//* =====================================================
   CTA – MOBILNA HIŠKA
===================================================== */

.mh-cta {
    width: 100%;
    background: #fff;
}


/* =====================================================
   ZGORNJI DEL
===================================================== */

.mh-cta__top {
    width: 100%;

    display: grid;
    grid-template-columns: 47% 53%;

    background: #f8f8f8;
}


/* LEVI DEL */

.mh-cta__content {
    min-height: 400px;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mh-cta__content-inner {
    width: 100%;
    max-width: 570px;

    padding: 60px 70px 60px 50px;
}


/* NASLOV */

.mh-cta__title {
    margin: 0 0 27px;

    font-size: 29px;
    line-height: 1.25;

    font-weight: 700;
    letter-spacing: -0.025em;

    color: #111;
}

.mh-cta__title span {
    color: #ed1c24;
}


/* TEKST */

.mh-cta__text {
    max-width: 440px;

    margin: 0 0 32px;

    font-size: 14px;
    line-height: 1.75;

    color: #333;
}


/* GUMB */

.mh-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 190px;
    height: 48px;

    padding: 0 28px;

    background: #ed1c24;

    font-size: 12px;
    line-height: 1;

    font-weight: 700;
    text-decoration: none;

    color: #fff;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.mh-cta__button:hover {
    background: #c9151c;

    transform: translateY(-1px);
}


/* =====================================================
   SLIKA
===================================================== */

.mh-cta__image {
    min-height: 400px;
    overflow: hidden;
}

.mh-cta__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* =====================================================
   KONTAKTNI TRAK
===================================================== */

.mh-cta__contacts {
    width: 100%;

    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.mh-cta__contacts-inner {
    width: 100%;
    max-width: 1280px;

    min-height: 145px;

    margin: 0 auto;
    padding: 0 50px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    align-items: center;
}


/* =====================================================
   KONTAKTNA POSTAVKA
===================================================== */

.mh-contact-item {
    position: relative;

    min-height: 70px;

    padding: 0 30px;

    display: flex;
    align-items: center;
    gap: 22px;

    color: #111;
    text-decoration: none;
}


/* LOČILNA ČRTA */

.mh-contact-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    width: 1px;
    height: 65px;

    background: #e1e1e1;

    transform: translateY(-50%);
}


/* =====================================================
   IKONE
===================================================== */

.mh-contact-item__icon {
    flex: 0 0 auto;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ed1c24;
}

.mh-contact-item__icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================================
   TEKST KONTAKTA
===================================================== */

.mh-contact-item__content {
    display: flex;
    flex-direction: column;
}

.mh-contact-item__content strong {
    margin-bottom: 7px;

    font-size: 14px;
    line-height: 1.2;

    font-weight: 700;

    color: #111;
}

.mh-contact-item__content span {
    font-size: 12px;
    line-height: 1.3;

    color: #555;
}


/* HOVER SAMO ZA LINK */

a.mh-contact-item {
    transition: opacity 0.2s ease;
}

a.mh-contact-item:hover {
    opacity: 0.65;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .mh-cta__top {
        grid-template-columns: 50% 50%;
    }

    .mh-cta__content-inner {
        padding: 50px 45px;
    }

    .mh-cta__title {
        font-size: 26px;
    }

    .mh-cta__contacts-inner {
        padding: 0 25px;
    }

    .mh-contact-item {
        padding: 0 18px;
        gap: 15px;
    }

    .mh-contact-item__icon {
        width: 30px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    /* CTA */

    .mh-cta__top {
        display: flex;
        flex-direction: column;
    }

    .mh-cta__content {
        min-height: auto;

        order: 1;
    }

    .mh-cta__content-inner {
        max-width: none;

        padding: 50px 24px;
    }

    .mh-cta__title {
        font-size: 27px;
    }

    .mh-cta__text {
        font-size: 14px;
    }

    .mh-cta__image {
        order: 2;

        min-height: 280px;
    }


    /* KONTAKTI */

    .mh-cta__contacts-inner {
        min-height: auto;

        padding: 10px 24px;

        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mh-contact-item {
        min-height: 100px;

        padding: 20px 12px;

        gap: 14px;
    }


    /* odstranimo desktop ločila */

    .mh-contact-item:not(:last-child)::after {
        display: none;
    }


    /* nova mrežna ločila */

    .mh-contact-item:nth-child(odd) {
        border-right: 1px solid #e1e1e1;
    }

    .mh-contact-item:nth-child(1),
    .mh-contact-item:nth-child(2) {
        border-bottom: 1px solid #e1e1e1;
    }

    .mh-contact-item__content strong {
        font-size: 13px;
    }

    .mh-contact-item__content span {
        font-size: 11px;
    }

}


/* =====================================================
   ZELO MAJHNI TELEFONI
===================================================== */

@media (max-width: 480px) {

    .mh-cta__contacts-inner {
        display: block;

        padding: 0 24px;
    }

    .mh-contact-item {
        min-height: 85px;

        padding: 15px 5px;

        border-right: 0 !important;
        border-bottom: 1px solid #e1e1e1;
    }

    .mh-contact-item:last-child {
        border-bottom: 0;
    }

}/* End custom CSS */