/*
Theme Name: Hello CustomerCentric
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1761311633
Updated: 2025-10-24 15:13:53

*/

/* ============================================
   CUSTOM STYLES
   ============================================ */

.red3 {
    color: #ff563c;
}

.red3 a {
    color: #ff563c !important;
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}


.inoneline .elementor-icon-list-items {
    display: flex;
    flex-direction: row;
    gap: 20px; /* odstęp między elementami */
}

/* Pierwszy element w kolorze czerwonym */
.inoneline .elementor-icon-list-item:first-child a {
		font-weight: 600 !important;
    color: #ff563c;
}

.inoneline .elementor-icon-list-item:first-child .elementor-icon-list-icon svg {
    fill: #ff563c;
}

.inoneline .elementor-icon-list-item {
    flex: none; /* zapobiega rozciąganiu elementów */
}

#hii .e-n-menu-title-text {
    padding: 12px 16px;
    background: linear-gradient(90deg, rgba(255,255,0,0.3) 0%, rgba(255,255,102,0.3) 100%);
    border: 4px solid transparent;
    border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 10 L90 12 L88 90 L12 88 Z' stroke='%23ffcc00' stroke-width='4' fill='none'/%3E%3C/svg%3E") 4;
    display: inline-block;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}




.e-n-menu-title-text {
    font-size: 16px;
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .e-n-menu-title-text {
        font-size: 16px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .e-n-menu-title-text {
        font-size: 20px !important;
    }
}

/* ============================================
   CIRCLE MENU ITEM - PEŁNE KÓŁKO POMARAŃCZOWE
   ============================================ */
/* DESKTOP - od 1025px wzwyż */
@media (min-width: 1025px) {
  #circle {
    position: relative;
    margin: 10px 10px 0 10px;
  }
  #circle .e-n-menu-title-container {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    padding: 10px;
    border: 3px solid #ff563c;
    border-radius: 50%;
    background-color: #ff563c;  /* ZMIANA: było transparent */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
  }
  #circle .e-n-menu-title-text {
    color: white;  /* ZMIANA: było #2d2b3a */
    font-size: 13px;
    line-height: 0.9;
    font-weight: 600;
    margin-top: -10px;
    transition: color 0.3s ease;
  }
  #circle:hover .e-n-menu-title-container {
    background-color: white;  /* ZMIANA: było #ff563c */
    border-color: white;  /* ZMIANA: było #ff563c */
  }
  #circle:hover .e-n-menu-title-text {
    color: #ff563c;  /* ZMIANA: było white */
  }
  #circle .e-n-menu-dropdown-icon {
    display: none;
  }
  #circle .e-n-menu-title-container:focus {
    outline: 2px solid #ff563c;
    outline-offset: 2px;
  }
}
/* TABLET - 768px do 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  #circle .e-n-menu-title-text {
    font-size: 0 !important;
    line-height: 0;
  }
  
  #circle .e-n-menu-title-text::before {
    content: "SRM™";
    font-size: 18px !important;
    line-height: normal;
    display: block;
  }
  
  #circle .e-n-menu-title-text br {
    display: none;
  }
}
/* MOBILE - do 767px */
@media (max-width: 767px) {
  #circle .e-n-menu-title-text {
    font-size: 20px !important;
  }
  
  #circle .e-n-menu-title-text br {
    display: none;
  }
}

/* ============================

#por .e-n-menu-title a {
padding: 10px;
border: 2px solid #2b2d3a;
}

#por .e-n-menu-title-text {
    color: #2b2d3a;;
}


============================= */

.image-with-line .elementor-widget-container {
    position: relative;
}

.image-with-line .elementor-widget-container::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background-color: #e74c3c;
    z-index: 2;
}

.image-with-line-right .elementor-widget-container {
    position: relative;
}

.image-with-line-right .elementor-widget-container::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background-color: #e74c3c;
    z-index: 2;
}

/* kreska na image box */
.image-box-with-line .elementor-image-box-img {
    position: relative;
}

.image-box-with-line .elementor-image-box-img::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    background-color: #e74c3c; /* zmień na swój kolor */
    z-index: 1;
}



/* Dwukolorowe tło za obrazkiem */
.image-box-split-bg .elementor-image-box-img {
    position: relative;
    z-index: 2;
}

.image-box-split-bg .elementor-image-box-img::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background-color: red;
    z-index: 3;
}

.image-box-split-bg::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* szerokość tła (większa niż obrazek) */
    height: 100%; /* wysokość tła */
	background: linear-gradient(to right, #F9F9F9 75%, #003366 75%);
    z-index: -1;
    pointer-events: none;
}


/* ============================================
   MEC CUSTOM SINGLE EVENT - UPROSZCZONY CSS
   Dodaj do style.css w child theme
   ============================================ */

/* ============================================
   WRAPPER - Marginesy 10% jak Elementor Canvas
   !important aby nadpisać style MEC
   ============================================ */

.mec-canvas-wrapper {
    padding-left: 10% !important;
    padding-right: 10% !important;
    max-width: 100% !important;
}

/* Alternatywnie z większą specyficznością: */
body .mec-canvas-wrapper,
body.single-mec-events .mec-canvas-wrapper {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 100%;
}

/* ============================================
   HEADER - Obraz kwadratowy obok tytułu
   ============================================ */

.mec-event-header-custom {
    display: flex;
    gap: 30px;
    align-items: center; /* Tytuł wycentrowany pionowo */
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

/* Kwadratowy obraz - BEZ zaokrąglonych rogów */
.mec-event-image-square {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0; /* Bez zaokrągleń */
}

.mec-event-image-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Wrapper tytułu - wycentrowany */
.mec-event-title-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mec-event-title-wrapper .mec-single-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
}

/* ============================================
   BOOKING ACCORDION - Pod countdown
   ============================================ */

.mec-booking-accordion {
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    max-height: 0;
}

.mec-booking-accordion.mec-booking-open {
    opacity: 1;
    max-height: 5000px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.mec-booking-accordion .mec-events-meta-group-booking {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

/* ============================================
   SIDEBAR - Optymalizacja widgetów
   ============================================ */

/* Zmniejszone odstępy między widgetami */
.mec-single-event .col-md-4 .mec-event-info > div,
.mec-single-event .col-md-4 > div {
    margin-bottom: 15px !important; /* Zamiast domyślnych ~25-30px */
}

/* Odwrócone style: TYTUŁ jasny/cienki, TREŚĆ gruba/czarna */

/* Tytuły widgetów - jasne i cienkie */
.mec-single-event .col-md-4 h3,
.mec-single-event .col-md-4 h6,
.mec-single-event .col-md-4 dt,
.mec-single-event .col-md-4 .mec-events-single-section-title,
.mec-single-event .col-md-4 .mec-date,
.mec-single-event .col-md-4 .mec-time,
.mec-single-event .col-md-4 .mec-cost {
    font-weight: 300 !important; /* Cienki font */
    color: #999 !important; /* Jasny kolor */
    font-size: 14px !important; /* Opcjonalnie mniejszy */
}

/* Treść widgetów - gruba i czarna */
.mec-single-event .col-md-4 dd,
.mec-single-event .col-md-4 .mec-events-abbr,
.mec-single-event .col-md-4 .mec-events-event-cost,
.mec-single-event .col-md-4 .mec-events-event-categories,
.mec-single-event .col-md-4 span,
.mec-single-event .col-md-4 abbr,
.mec-single-event .col-md-4 address {
    font-weight: 600 !important; /* Gruby font */
    color: #333 !important; /* Czarny kolor */
    font-size: 16px !important; /* Opcjonalnie większy */
}

/* Opcjonalnie: jeszcze mniejsze odstępy wewnątrz widgetów */
.mec-single-event .col-md-4 dl {
    margin: 5px 0 !important;
}

.mec-single-event .col-md-4 dd {
    margin: 0 !important;
    padding: 5px 0 !important;
}


/* ============================================
   MORE INFO BUTTON - Customizacja
   ============================================ */


/* Podstawowy styl przycisku */
a.mec-more-info-button  {
    display: inline-block;
    padding: 12px 24px !important;
    background: #FF563C !important; /* Kolor tła */
    color: #ffffff !important; /* Kolor tekstu */
    text-decoration: none !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    border: none !important;
    width: 100%; /* Pełna szerokość w sidebarze */
    text-align: center;
}

/* Hover effect */
a.mec-more-info-button:hover {
    background: #2d2d3a !important; /* Ciemniejszy przy hover */
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

/* Active (kliknięcie) */
a.mec-more-info-button:active {
    transform: translateY(0) !important;
}

/* Wrapper przycisku */
a.mec-event-more-info {
    margin: 20px 0 !important;
}

/* Ikona w przycisku (jeśli jest) */
.mec-more-info-button i {
    margin-right: 8px;
}




/* ============================================
   RESPONSYWNOŚĆ
   ============================================ */

@media (max-width: 1024px) {
    .mec-canvas-wrapper {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

@media (max-width: 768px) {
    .mec-canvas-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Header - obraz nad tytułem */
    .mec-event-header-custom {
        flex-direction: column;
        align-items: center;
    }
    
    .mec-event-image-square {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 1;
    }
    
    .mec-event-title-wrapper {
        text-align: center;
    }
    
    .mec-event-title-wrapper .mec-single-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .mec-event-title-wrapper .mec-single-title {
        font-size: 20px;
    }
    
    .mec-event-image-square {
        max-width: 250px;
    }
}

/* ============================================
   GLOSSARY SINGLE PAGE - FULL WIDTH SECTIONS
   ============================================ */

/* Zmienne kolorów */
:root {
    --white-gray: rgb(249, 249, 249);
    --white: #ffffff;
    --primary-blue: #ff563c;
    --dark-blue: #003d7a;
    --text-dark: #2c3e50;
    --text-gray: #61676D;
    --divider-color: #ff563c;
}

/* Reset dla wszystkich sekcji glossary */
.glossary-breadcrumbs-section,
.glossary-title-section,
.glossary-description-section,
.glossary-buttons-section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ============================================
   SEKCJA 1: BREADCRUMBS - PEŁNA SZEROKOŚĆ
   ============================================ */
.glossary-breadcrumbs-section {
    width: 100%;
    background: var(--white-gray);
    padding: 10px 165px;
}

.glossary-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-gray);
}

.glossary-breadcrumbs a {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.glossary-breadcrumbs a:hover {
    color: var(--dark-blue);
}

.breadcrumb-arrow {
    width: 8px;
    height: 12px;
    fill: var(--text-gray);
}

.current-term {
    color: var(--text-dark);
    font-weight: 600;
}

/* ============================================
   SEKCJA 2: TITLE SECTION - PEŁNA SZEROKOŚĆ
   ============================================ */
.glossary-title-section {
    width: 100%;
	min-height: 300px;
    background: var(--white-gray);
    padding: 20px 165px 50px 165px;
}

.glossary-title-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 100%;
}

/* Lewa kolumna - 65% */
.glossary-title-column {
    flex: 0 0 65%;
}

.glossary-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.glossary-divider {
    width: 230px;
    height: 3px;
    background: var(--divider-color);
    border-radius: 2px;
    margin-bottom: 20px;
}

.glossary-category {
    margin-top: 20px;
}

.category-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: none;
}


/* Kolory kategorii 
.category-badge.cat-metodyka-ccs { background: #0066cc; }
.category-badge.cat-proces-sprzedazy { background: #27ae60; }
.category-badge.cat-role-i-osoby { background: #e74c3c; }
.category-badge.cat-metryki-i-analiza { background: #f39c12; }
.category-badge.cat-dokumenty-i-systemy { background: #9b59b6; }
.category-badge.cat-strategie-rynkowe { background: #34495e; }
*/

/* Prawa kolumna - 35% */
.glossary-image-column {
    flex: 0 0 35%;
    display: flex;
    align-items: flex-start;
}

.glossary-image-wrapper {
    width: 80%;
	min-height: 80px;
    border-radius: 0px;
    overflow: hidden;
}

.glossary-image {
    width: 100%;
    height: auto;
    display: block;
}

.glossary-image-fallback {
    width: 100%;
    aspect-ratio: 1/1;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e0;
}

.glossary-image-fallback svg {
    width: 80px;
    height: 80px;
}

/* ============================================
   SEKCJA 3: OPIS
   ============================================ */
.glossary-description-section {
    width: 100%;
    background: var(--white);
    padding: 50px 65px;
}

.glossary-description-content {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 40px;
}

.glossary-description-content p {
    margin-bottom: 20px;
}

.glossary-description-content strong {
    font-weight: 600;
    color: var(--primary-blue);
}

.glossary-description-content a {
    color: var(--primary-blue);
    text-decoration: underline;
}

.glossary-description-content a:hover {
    color: var(--dark-blue);
}

/* TAGI */
.glossary-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.tag-item {
    display: inline-block;
    padding: 8px 16px;
    background: var(--white-gray);
    color: var(--text-dark);
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    text-transform: lowercase;
}

.tag-item:hover {
    background: var(--primary-blue);
    color: white;
}

/* ============================================
   SEKCJA 4: PRZYCISKI
   ============================================ */
.glossary-buttons-section {
    width: 100%;
    background: var(--white);
    padding: 50px 65px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: white;
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.back-button:hover {
    background: var(--primary-blue);
    color: white;
}

.button-icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

/* ============================================
   RESPONSYWNOŚĆ
   ============================================ */

@media (max-width: 1024px) {
    .glossary-breadcrumbs-section,
    .glossary-title-section,
    .glossary-description-section,
    .glossary-buttons-section {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .glossary-title-inner {
        flex-direction: column;
    }
    
    .glossary-title-column,
    .glossary-image-column {
        flex: 0 0 100%;
    }
    
    .glossary-title {
        font-size: 32px;
    }
    
    .glossary-divider {
        width: 100%;
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .glossary-breadcrumbs-section {
        padding: 10px 20px;
    }
    
    .glossary-title-section,
    .glossary-description-section,
    .glossary-buttons-section {
        padding: 30px 20px;
    }
    
    .glossary-title {
        font-size: 24px;
    }
    
    .glossary-description-content {
        font-size: 16px;
    }
}

/* Tooltip styling */
.wpg-linkify {
    border-bottom: 1px dotted var(--primary-blue);
    color: var(--primary-blue);
    cursor: help;
}

/* ================================================
 * 
 * ================================================*/

/* Fallback - pokaż header gdy CSS się załaduje */
.elementor-location-header {
    display: block !important;
}

/* Pokaż SVG - teraz Elementor CSS je obsłuży */
svg, img[src*=".svg"] {
   
	display: revert !important;
}
