/*
Theme Name: Warren Child
Theme URI: https://warren.qodeinteractive.com
Description: A child theme of Warren
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: warren
Template: warren
*/

.education-list {
  max-width: 1200px;
  margin: 0 auto;
}

.education-item {
  display: flex;
  align-items: flex-start;
  background: #f0f0f0;
  padding: 35px 50px;
  margin-bottom: 15px;
  transition: background 0.2s ease;
}

.education-item:hover {
  background: #e8e8e8;
}

.education-date {
  min-width: 180px;
  font-size: 28px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.2;
  padding-right: 40px;
  flex-shrink: 0;
}

.education-details {
  flex: 1;
  padding-top: 2px;
}

.education-title {
  font-size: 22px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.education-location {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a0a0a0;
  gap: 6px;
  line-height: 1.5;
}

.location-icon {
  fill: #a0a0a0;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 768px) {
  .education-item {
    flex-direction: column;
    padding: 25px 20px;
  }
  
  .education-date {
    min-width: auto;
    padding-right: 0;
    margin-bottom: 12px;
    font-size: 24px;
  }
  
  .education-details {
    padding-top: 0;
  }
  
  .education-title {
    font-size: 19px;
  }
}


#sb_instagram #sbi_images .sbi_item:nth-child(2), #sb_instagram #sbi_images .sbi_item:nth-child(5), #sb_instagram #sbi_images .sbi_item:nth-child(8) {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

div#block-34 {
    margin: 0 !important;
}

@media screen and (max-width: 1600px) {
    #qodef-page-header .qodef-header-logo-link {
        max-height: 50px;
    }
}

#qodef-page-content-bottom .qodef-content-bottom-custom {
    align-items: start;
}

/* Reset i podstawowe style */
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

/* Sekcja Hero */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f3f0;
    padding: 60px 20px;
    padding-top: calc(60px + 94px); /* 60px bazowy padding + 94px (połowa wysokości headera) dla wizualnego wycentrowania */
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* Tytuł główny */
.hero-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Kontener na zawartość */
.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Lewa strona - Zdjęcie */
.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-image {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

/* Prawa strona - Tekst */
.hero-text {
    padding: 15px;
}

.subtitle {
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 400;
    margin-bottom: 25px;
    color: #2c2c2c;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Lista benefitów */
.benefits-list {
    list-style: none;
    margin-bottom: 35px;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: clamp(15px, 1.8vw, 17px);
    line-height: 1.6;
}

.icon {
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-text {
    color: #4a4a4a;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Przycisk CTA - Style z twojego motywu */
.cta-button {
    --qode-button-color: #ffffff;
    --qode-button-bg-color: #274543;
    --qode-button-border-color: transparent;
    --qode-button-hover-color: #ffffff;
    --qode-button-bg-hover-color: #1e3634;
    --qode-button-border-hover-color: transparent;
    
    font-family: 'Mulish', sans-serif;
    font-size: 11px;
    line-height: 1.36em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 14px 43px;
    
    color: var(--qode-button-color, #ffffff);
    background-color: var(--qode-button-bg-color, #274543);
    border: 1px solid var(--qode-button-border-color, transparent);
    border-radius: 0;
    
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
}

.cta-button:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #ffffff));
    background-color: var(--qode-button-bg-hover-color, #1e3634);
    border-color: var(--qode-button-border-hover-color, transparent);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-section {
        min-height: 85vh;
        padding: 50px 20px;
        padding-top: calc(50px + 94px);
    }
    
    .hero-content {
        gap: 40px;
    }
    
    .book-image {
        max-width: 320px;
    }
}

@media (max-width: 968px) {
    .hero-section {
        padding: 45px 20px;
        padding-top: calc(45px + 94px);
    }
    
    .hero-content {
        gap: 35px;
    }
    
    .book-image {
        max-width: 260px; /* Mniejszy obrazek, ale nadalbok-o-bok */
    }
    
    .hero-title {
        margin-bottom: 40px;
        font-size: 32px;
    }
    
    .subtitle {
        font-size: 23px;
    }
    
    .benefits-list li {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 35px 20px;
        padding-top: calc(35px + 80px);
    }
    
    .hero-content {
        grid-template-columns: 1fr; /* Zmiana na layout pionowy */
        gap: 30px;
    }
    
    .hero-title {
        font-size: 26px;
        letter-spacing: 1.5px;
        margin-bottom: 25px;
    }
    
    .book-image {
        max-width: 200px; /* Zmniejszony dla layoutu pionowego */
    }
    
    .hero-text {
        text-align: center;
        padding: 10px;
    }
    
    .subtitle {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .benefits-list {
        margin-bottom: 30px;
    }
    
    .benefits-list li {
        justify-content: center;
        text-align: left;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 30px 15px;
        padding-top: calc(30px + 70px);
    }
    
    .hero-title {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    
    .book-image {
        max-width: 170px;
    }
    
    .subtitle {
        font-size: 20px;
    }
    
    .benefits-list li {
        font-size: 15px;
        margin-bottom: 14px;
    }
    
    .icon {
        font-size: 16px;
        margin-right: 10px;
    }
    
    .cta-button {
        padding: 12px 35px;
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .hero-section {
        padding: 25px 12px;
        padding-top: calc(25px + 60px);
    }
    
    .hero-title {
        font-size: 22px;
    }
    
    .book-image {
        max-width: 150px;
    }
    
    .subtitle {
        font-size: 19px;
    }
    
    .benefits-list li {
        font-size: 14px;
    }
    
    .cta-button {
        padding: 11px 30px;
    }
}

.swiper,
.swiper-container { /* zależnie od wersji */
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  will-change: transform;
}

.swiper-slide {
  overflow: hidden;
}

.hgc-privacy-wrapper {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
}

.hgc-privacy-wrapper h1 {
    font-size: 28px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    text-align: center !important;
    line-height: 1.3 !important;
}

.hgc-privacy-wrapper .hgc-website {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.hgc-privacy-wrapper .hgc-date {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    color: #666;
}

.hgc-privacy-wrapper .hgc-intro {
    margin-bottom: 30px;
    text-align: justify;
}

.hgc-privacy-wrapper h2 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    color: #000 !important;
    line-height: 1.4 !important;
}

.hgc-privacy-wrapper p {
    margin-bottom: 15px !important;
    text-align: justify;
    line-height: 1.8 !important;
}

.hgc-privacy-wrapper .hgc-section-number {
    font-weight: bold;
}

.hgc-privacy-wrapper .hgc-subsection {
    margin-left: 20px;
    margin-bottom: 15px;
}

.hgc-privacy-wrapper .hgc-subsection-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.hgc-privacy-wrapper ul {
    margin-left: 40px !important;
    margin-bottom: 15px !important;
    list-style-type: disc !important;
}

.hgc-privacy-wrapper li {
    margin-bottom: 8px !important;
    text-align: justify;
    line-height: 1.8 !important;
}

.hgc-privacy-wrapper ol {
    margin-left: 40px !important;
    margin-bottom: 15px !important;
    list-style-type: decimal !important;
}

.hgc-privacy-wrapper ol li {
    margin-bottom: 12px !important;
}

.hgc-privacy-wrapper .hgc-nested-list {
    margin-left: 20px !important;
    list-style-type: circle !important;
}

.hgc-privacy-wrapper strong {
    font-weight: bold !important;
}

.hgc-privacy-wrapper .hgc-contact {
    margin-left: 20px;
}

.hgc-terms-wrapper {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
}

.hgc-terms-wrapper h1 {
    font-size: 28px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    text-align: center !important;
    line-height: 1.3 !important;
}

.hgc-terms-wrapper .hgc-terms-date {
    text-align: center;
    font-size: 14px;
    margin-bottom: 35px;
    color: #666;
}

.hgc-terms-wrapper h2 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    color: #000 !important;
    line-height: 1.4 !important;
}

.hgc-terms-wrapper p {
    margin-bottom: 15px !important;
    text-align: justify;
    line-height: 1.8 !important;
}

.hgc-terms-wrapper ol {
    margin-left: 40px !important;
    margin-bottom: 15px !important;
    list-style-type: decimal !important;
}

.hgc-terms-wrapper ol li {
    margin-bottom: 12px !important;
    text-align: justify;
    line-height: 1.8 !important;
}

.hgc-terms-wrapper ul {
    margin-left: 40px !important;
    margin-bottom: 15px !important;
    list-style-type: disc !important;
}

.hgc-terms-wrapper ul li {
    margin-bottom: 8px !important;
    text-align: justify;
    line-height: 1.8 !important;
}

.hgc-terms-wrapper strong {
    font-weight: bold !important;
}

.hgc-terms-wrapper .hgc-terms-contact {
    margin-left: 20px;
}

.hgc-terms-wrapper .hgc-terms-attachment {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.hgc-terms-wrapper .hgc-terms-attachment h3 {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    color: #000 !important;
}

.hgc-terms-wrapper .hgc-terms-form-field {
    margin-bottom: 15px;
    line-height: 2;
}

.hgc-terms-wrapper .hgc-terms-intro {
    margin-bottom: 20px;
}

.qodef-one-image-static img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
}


@media (max-width: 1024px){

  #qodef-page-mobile-header-inner{
    position: relative;
  }

  /* hamburger zostaje skrajnie po prawej */
  a.qodef-mobile-header-opener{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
  }

  /* koszyk przesuwamy w lewo, żeby nie nachodził */
  .lwm-mobile-cart-btn{
    position: absolute;
    right: 60px; /* <- tu regulujesz odstęp od hamburgera */
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    z-index: 10000;
  }

  .lwm-cart-count{
    display:inline-flex;
    min-width:18px;
    height:18px;
    padding:0 6px;
    border-radius:999px;
    font-size:12px;
    line-height:18px;
    justify-content:center;
    align-items:center;
  }
}
