@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* =========================================================
   Global
   ========================================================= */

:root {
    --cl-bg: #101010;
    --cl-bg-black: #000;
    --cl-card: #141414;
    --cl-border: #292727;
    --cl-tag: #3f3b3b;
    --cl-text: #fff;
    --cl-text-muted: #d1d5db;
    --cl-accent-start: #016a6b;
    --cl-accent-end: #02cfd1;
    --cl-radius: 10px;
}

.container {
    max-width: 1280px;
    margin-inline: auto;
    padding-block: 32px;
}

/* =========================================================
   Generic grid / cards
   ========================================================= */

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
    background: var(--cl-bg);
    color: #e0e0e0;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgb(0 0 0 / 30%);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 8px 30px rgb(2 119 118 / 40%),
        0 0 40px rgb(41 208 242 / 20%);
}

.card-image {
    width: 12rem;
    height: 12rem;
    margin-bottom: 1rem;
    padding: 0;
    border: 4px solid var(--cl-text);
    object-fit: contain;
    object-position: center;
}

.card h2 {
    height: 80px;
    margin-bottom: 0.25rem;
    color: var(--cl-text);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.card p {
    color: var(--cl-text-muted);
    font-size: 0.875rem;
    text-align: center;
}

.card .trim {
    display: -webkit-box;
    height: 100px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
}

@media (min-width: 640px) {
    .grid-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .glamour-heading {
        font-size: 3.75rem;
    }

    .grid-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* =========================================================
   Ambasador
   ========================================================= */

.single-ambasador #inner-body {
    background: var(--cl-bg);
}

.single-ambasador h1,
.single-ambasador h2 {
    padding: 15px;
    color: var(--cl-text);
}

/* =========================================================
   Page 9825
   ========================================================= */

.page-id-9825 #inner-body {
    background: var(--cl-bg-black);
}

.page-id-9825 h1,
.page-id-9825 h2 {
    padding: 15px;
    color: var(--cl-text);
}

.page-id-9825 h2 {
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.page-id-9825 .aux-breadcrumbs span,
.page-id-9825 .aux-breadcrumbs span a {
    color: var(--cl-text);
}

.page-id-9825 #site-title .aux-container,
.page-id-9825 .aux-container #primary {
    max-width: 1280px;
    margin-inline: auto;
}

.page-id-9825 .card-amb-gold,
.page-id-9825 .card-amb-green,
.page-id-9825 .card-amb-blue {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 280px;
    height: 170px;
    padding: 25px;
    color: var(--cl-text);
    border-radius: var(--cl-radius);
    box-shadow: 0 8px 24px rgb(0 0 0 / 50%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.page-id-9825 .card-amb-gold {
    background: linear-gradient(
        90deg,
        rgb(105 64 2 / 20%) 0%,
        rgb(242 146 0 / 20%) 100%
    );
}

.page-id-9825 .card-amb-gold:hover {
    background: linear-gradient(
        90deg,
        rgb(60 40 10 / 90%),
        rgb(130 80 20 / 90%)
    );
    box-shadow: 0 10px 28px rgb(120 80 30 / 50%);
    transform: scale(1.02);
}

.page-id-9825 .card-amb-green {
    background: linear-gradient(
        90deg,
        rgb(1 106 107 / 20%) 0%,
        rgb(2 207 209 / 20%) 100%
    );
}

.page-id-9825 .card-amb-green:hover {
    background: linear-gradient(
        90deg,
        rgb(1 130 131 / 35%),
        rgb(3 230 232 / 35%)
    );
    box-shadow: 0 10px 28px rgb(0 180 180 / 50%);
    transform: scale(1.02);
}

.page-id-9825 .card-amb-blue {
    background: linear-gradient(
        90deg,
        rgb(0 59 85 / 20%) 0%,
        rgb(0 159 227 / 20%) 100%
    );
}

.page-id-9825 .card-amb-blue:hover {
    background: linear-gradient(
        90deg,
        rgb(0 80 120 / 40%),
        rgb(0 180 255 / 40%)
    );
    box-shadow: 0 10px 28px rgb(0 140 200 / 50%);
    transform: scale(1.02);
}

.page-id-9825 .logo-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 10px;
    text-align: center;
}

.page-id-9825 .logo {
    display: flex;
    justify-content: center;
}

.page-id-9825 .title {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.page-id-9825 .grid-container-amb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px 40px;
}

/* =========================================================
   Header / Elementor
   ========================================================= */

.aux-burger.aux-regular-small {
    float: right;
}

.elementor-element-15de422 {
    padding-right: 15px;
    border-right: 1px solid var(--cl-text);
}

.aux-elementor-header .elementor-widget-wrap .e-con-inner {
    align-items: center;
}

#menu-main .menu-item {
    margin-right: 0;
}

#menu-main .menu-item .gtranslate_wrapper {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .herb-poznania {
        position: absolute;
        left: 160px;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .elementor-element-df06099 img {
        width: auto !important;
        height: 100% !important;
    }
}

@media (min-width: 1000px) and (max-width: 1600px) {
    .menu-main-container #menu-main li {
        margin: 0;
    }

    .menu-main-container #menu-main li a {
        padding: 15px 10px;
    }

    .menu-main-container #menu-main .menu-button {
        margin-right: 2%;
    }

    .menu-main-container #menu-main .menu-button a {
        padding: 15px 35px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .elementor-50 .elementor-element.elementor-element-e325755 {
        width: 80% !important;
        --container-widget-width: 70% !important;
    }

    .menu-main-container #menu-main {
        font-size: 14px;
    }

    .menu-main-container #menu-main .gtranslate_wrapper {
        padding-top: 4px;
    }

    .menu-main-container #menu-main li a {
        padding: 10px 5px;
    }

    .menu-main-container #menu-main .menu-button a {
        padding: 10px 25px;
    }
}

/* =========================================================
   SINGLE REPREZENTANT
   ========================================================= */

.single-reprezentant {
    background: var(--cl-bg) !important;
    color: var(--cl-text);
}

.single-reprezentant a {
    color: var(--cl-text);
}


/* =========================================================
   BACK
   ========================================================= */

.single-reprezentant .arrow-wrapper {
    width: 80%;
    max-width: 1400px;

    margin-inline: auto;
    padding: 20px 0;
}

.single-reprezentant .arrow-wrapper a {
    display: inline-flex;
    align-items: center;
}

.single-reprezentant .arrow-wrapper img {
    height: 32px;

    transition: transform 0.2s ease;
}

.single-reprezentant .arrow-wrapper a:hover img {
    transform: translateX(-4px);
}


/* =========================================================
   LAYOUT
   ========================================================= */

.single-reprezentant .inner-container {
    display: grid;
    grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
    gap: 60px;
    align-items: center;

    width: 80%;
    max-width: 1400px;

    margin-inline: auto;
    padding-bottom: 60px;
}


/* =========================================================
   PROFILE
   ========================================================= */

.single-reprezentant .data-grid {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;

    padding: 42px;

    box-sizing: border-box;

    background: var(--cl-card);

    border: 1px solid var(--cl-border);
    border-radius: var(--cl-radius);

    text-align: center;
}

.single-reprezentant .reprezentant-image {
    display: block;

    width: 220px;
    height: 220px;

    object-fit: cover;
    object-position: center;

    border-radius: 50%;
}

.single-reprezentant .reprezentant-header {
    margin: 28px 0 10px;

    font-family: Montserrat, sans-serif;
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 600;
    line-height: 1.1;

    color: #fff;
}

.single-reprezentant .team {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;

    color: #01B2B3;
}

.single-reprezentant .company {
    margin-top: 20px;

    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;

    color: #fff;
}

.single-reprezentant .position {
    margin-top: 7px;

    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;

    color: #cfcfcf;
}


/* =========================================================
   CONTACT
   ========================================================= */

.single-reprezentant .contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;

    width: 100%;
}

.single-reprezentant .contact-row {
    display: flex;
    align-items: center;
    gap: 18px;

    width: 100%;
    padding: 20px 24px;

    box-sizing: border-box;

    background: var(--cl-card);

    border: 1px solid var(--cl-border);
    border-radius: 12px;
}

.single-reprezentant .contact-row > img {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    object-fit: contain;
}

.single-reprezentant .contact-row p {
    margin: 0;
    padding: 0;

    min-width: 0;

    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;

    color: #ddd;
}

.single-reprezentant .contact-row a {
    font: inherit;
    color: #fff;

    overflow-wrap: anywhere;
    text-decoration: none;
}

.single-reprezentant .contact-row a:hover {
    color: #01B2B3;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .single-reprezentant .arrow-wrapper {
        width: 100%;
        max-width: none;

        box-sizing: border-box;

        padding: 16px 20px 20px;
    }

    .single-reprezentant .arrow-wrapper img {
        height: 28px;
    }


    .single-reprezentant .inner-container {
        display: flex;
        flex-direction: column;

        width: 100%;
        max-width: none;

        gap: 24px;

        box-sizing: border-box;

        padding: 0 20px 40px;
    }


    .single-reprezentant .data-grid {
        padding: 30px 20px;

        border-radius: 14px;
    }

    .single-reprezentant .reprezentant-image {
        width: 180px;
        height: 180px;
    }

    .single-reprezentant .reprezentant-header {
        margin-top: 24px;

        font-size: 32px;
    }

    .single-reprezentant .team,
    .single-reprezentant .company {
        font-size: 18px;
    }

    .single-reprezentant .position {
        font-size: 15px;
    }


    .single-reprezentant .contact-info {
        gap: 12px;
    }

    .single-reprezentant .contact-row {
        gap: 14px;

        padding: 16px;
    }

    .single-reprezentant .contact-row > img {
        width: 24px;
        height: 24px;
    }

    .single-reprezentant .contact-row p {
        font-size: 15px;
    }
}

/* =========================================================
   TDP LIST - TAGS
   ========================================================= */

.tdp-all-wrapper .image-wrapper {
    position: relative;
}

.tdp-all-wrapper .image-wrapper .tags-wrapper {
    position: absolute;
    right: 14px;
    bottom: 14px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;

    margin: 0;
    padding: 0;

    list-style: none;
    z-index: 2;
}

.tdp-all-wrapper .image-wrapper .tags-wrapper li {
    margin: 0;
    padding: 6px 10px;

    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;

    color: #fff;
    background: rgba(16, 16, 16, 0.72);

    border: 1px solid;
    border-radius: 7px;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


/* Pomarańczowy */

#contact-list .row:nth-child(3n + 1) .tags-wrapper li {
    border-color: rgba(242, 146, 0, 0.9);
}


/* Zielony */

#contact-list .row:nth-child(3n + 2) .tags-wrapper li {
    border-color: rgba(1, 178, 179, 0.9);
}


/* Niebieski */

#contact-list .row:nth-child(3n + 3) .tags-wrapper li {
    border-color: rgba(0, 159, 227, 0.9);
}

/* =========================================================
   TDP - SINGLE
   ========================================================= */

.single-tdp {
    background: var(--cl-bg) !important;
    color: var(--cl-text);
}

.single-tdp a {
    color: var(--cl-text);
}


/* =========================================================
   BACK
   ========================================================= */

.single-tdp .arrow-wrapper {
    width: 90%;
    max-width: 1400px;

    margin-inline: auto;
    padding: 30px 0;
}

.single-tdp .arrow-wrapper a {
    display: inline-flex;
    align-items: center;
}

.single-tdp .arrow-wrapper img {
    height: 32px;
    transition: transform 0.2s ease;
}

.single-tdp .arrow-wrapper a:hover img {
    transform: translateX(-4px);
}


/* =========================================================
   LAYOUT
   ========================================================= */

.single-tdp .inner-container {
    display: grid;
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);

    width: 90%;

    margin-inline: auto;

    gap: 50px;
    align-items: start;
}


/* =========================================================
   IMAGE
   ========================================================= */

.single-tdp .single-image-wrapper {
    position: relative;
    width: 100%;
}

.single-tdp .big-image {
    display: block;

    width: 100%;
    max-width: 380px;

    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;

    margin: 0;

    border-radius: 12px;
}


/* =========================================================
   TAGS
   ========================================================= */

.single-tdp .tags-wrapper {
    position: absolute;
    right: 12px;
    bottom: 12px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;

    margin: 0;
    padding: 0;

    list-style: none;

    z-index: 2;
}

.single-tdp .tags-wrapper li {
    margin: 0;
    padding: 5px 8px;

    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;

    color: #fff;
    background: rgba(16, 16, 16, 0.78);

    border: 1px solid #01B2B3;
    border-radius: 6px;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


/* =========================================================
   TEXT
   ========================================================= */

.single-tdp .title-header {
    margin: 0 0 20px;

    font-family: Montserrat, sans-serif;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 600;
    line-height: 1.1;

    color: #fff;
}

.single-tdp .description {
    width: min(100%, 760px);

    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;

    color: #d0d0d0;
}

.single-tdp .description p {
    margin: 0 0 16px;
}

.single-tdp .short-description {
    display: none;
}


/* =========================================================
   CTA
   ========================================================= */

.single-tdp .booking-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 260px;

    margin-top: 28px;
    padding: 16px 28px;

    background: linear-gradient(
        90deg,
        #01B2B3 0%,
        #009FE3 100%
    );

    border-radius: 12px;

    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;

    color: #fff;

    text-align: center;
    text-decoration: none;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.single-tdp .booking-cta:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .single-tdp .arrow-wrapper {
        margin: 0;
        padding: 16px 20px 20px;
    }

    .single-tdp .arrow-wrapper img {
        height: 28px;
    }


    /* Layout */

    .single-tdp .inner-container {
        display: flex;
        flex-direction: column;

        width: 100%;

        gap: 0;

        margin: 0;
        padding: 0 20px 40px;

        box-sizing: border-box;
    }

    .single-tdp .small-container,
    .single-tdp .big-container {
        width: 100%;
        max-width: 100%;

        margin: 0;
        padding: 0;

        box-sizing: border-box;
    }


    /* Image */

    .single-tdp .single-image-wrapper {
        width: 100%;
        max-width: 420px;

        margin-inline: auto;
    }

    .single-tdp .big-image {
        width: 100%;
        max-width: 100%;
        height: auto;

        aspect-ratio: 1 / 1;

        border-radius: 14px;
    }


    /* Tags */

    .single-tdp .tags-wrapper {
        right: 10px;
        bottom: 10px;
    }

    .single-tdp .tags-wrapper li {
        max-width: 240px;

        padding: 5px 8px;

        font-size: 11px;
    }


    /* Name */

    .single-tdp .title-header {
        margin: 24px 0 18px;

        font-size: clamp(32px, 9vw, 42px);
        line-height: 1.08;

        text-align: left;
    }


    /* Description */

    .single-tdp .description {
        width: 100%;

        margin: 0;

        font-size: 16px;
        font-weight: 300;
        line-height: 1.65;

        text-align: left;
    }


    /* CTA */

    .single-tdp .booking-cta {
        width: 100%;
        min-width: 0;

        box-sizing: border-box;

        margin-top: 28px;
        padding: 16px 20px;

        font-size: 18px;

        border-radius: 12px;
    }
}