/* ============================================
   Patient Information Page Styles
   ============================================ */
   

   main {
    color: #004278;
   }
   main p {
    color: #004278;
    line-height: 1.7;
   }
   main h2 {
    margin-bottom: 20px;
   }
   body {
    padding-top: 0px!important;
   }
   .breadcrumps {
    display: none;
   }
   strong {
    font-weight: 700;
    font-family: 'gotham-medium';
    display: initial;
   }
/* ---------- Hero Section -------------- */
.hero--patient-info {
    position: relative;
    padding: 100px 0 170px;
    min-height: 650px;
    /* background: linear-gradient(90deg, #1a3a5f 0%, #4a2c5f 100%); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}
.hero--patient-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero--patient-info .circle {
    position: absolute;
    top: -290px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.hero--patient-info .ornament {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 0;
    object-fit: contain;
    object-position: right center;
    z-index: 1;
}
.hero--patient-info .breadcrumbs_wrapper {
    grid-column: 1 / -1;
}
.hero--patient-info .breadcrumbs_wrapper .breadcrump{
    display: block!important;
    color: #FFF;
}
.hero--patient-info .breadcrumbs_wrapper .breadcrump a span {
    color: #FFF;
}

.hero--patient-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #4e5f98 0%, #764e87 100%);
    z-index: 1;
}

.hero--patient-info .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}
.hero--patient-info .left_col {
    padding-left: 15px;
}


.hero--patient-info .hero--content {
    padding-right: 40px;
}

.hero--patient-info .hero--description {
    margin-bottom: 40px;
}

.hero--patient-info .hero--description h1,
.hero--patient-info .hero--description h2 {
    color: #ffffff;
    font-size: 36px;
   
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 70px;
    font-family: 'Gotham';

}
.hero--patient-info .hero--description h1:after,
.hero--patient-info .hero--description h2:after {
content: '';
display: block;
margin-bottom: 40px;
margin-top: 40px;
width: 73px;
height: 1px;
background-color: #0a9a42;
}

.hero--patient-info .hero--description p {
    color: #ffffff;
    font-size: 16px;
    
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Gotham';
}

.hero--patient-info .hero--logos {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.hero--patient-info .hero--logo {
    max-width: 180px;
}

.hero--patient-info .hero--logo img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    max-height: 50px;
    object-fit: contain;
}
.hero--patient-info .right_col {
    position: relative;
}

.hero--patient-info .hero--image {
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    display: flex;
}

.hero--patient-info .hero--image img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 1500px) {
    .hero--patient-info .ornament {
        max-width: 60%;
    }
    .hero--patient-info .circle {
        max-width: 100%;
        object-fit: contain;
        object-position: top center;
    }
    .hero--patient-info .hero--description h1:after, .hero--patient-info .hero--description h2:after {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .hero--patient-info .hero--description h1, .hero--patient-info .hero--description h2 {
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .hero--patient-info .container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .hero--patient-info .circle {
        display: none;
    }
    .hero--patient-info .hero--image {
        margin-top: 30px;
    }
}
@media (max-width: 568px) {
    .hero--patient-info .hero--description h1, .hero--patient-info .hero--description h2 {
        font-size: 30px;
    }
    .hero--patient-info .hero--content{
        padding-right: 0px;
    }
    .hero--patient-info .left_col {
        padding-left: 0px;
    }
    .hero--patient-info .breadcrumbs_wrapper .container,
    .hero--patient-info .breadcrumbs_wrapper .breadcrump {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .hero--patient-info .hero--logos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .hero--patient-info {
        padding-bottom: 70px;
    }
    
    
}


/* ---------- Zakres wdrożenia Section -------------- */
.section--implementation {
    background-color: #ffffff;

}

.section--implementation .bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f7f2f9;
    border-radius: 13px;
    padding: 80px 80px;
    margin-top: -55px;
    position: relative;
    z-index: 15;
}
.section--implementation .ornament_circle {
    position: absolute;
    bottom: 0px;

    right: 9%;
    z-index: 1;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}
.section--implementation .left_col {
    max-width: 357px;
}
.section--implementation .right_col {
    position: relative;
}
.section--implementation .right_col img {
    max-width: 100%;
    object-fit: contain;
}
.section--implementation .ornament {
    position: absolute;
    top: 0px;

    right: 10%;

    z-index: 1;
}

.section--implementation .section--items {
    margin-top: 50px;
    grid-column: 1 / -1;
   
}
.section--implementation .section--items .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr) );
    gap: 20px;
}
.section--implementation .section--title {
    text-align: center;
    margin-top: 60px;
    
}
.section--implementation .section--title h2{

    font-size: 20px;
}

.section--implementation .section--item {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 25px;
    margin-bottom: 35px;
    padding: 60px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
   
}

.section--implementation .section--item-icon {
    flex-shrink: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.section--implementation .section--item-icon img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: initial;
    max-height: 50px;
    object-position: center;
    object-fit: contain;
}

.section--implementation .section--item-text {
    flex: 1;
    max-width: 261px;
    margin-left: auto;
    margin-right: auto;
}

.section--implementation .section--item-text p {
    margin: 0;
   color: #004278;
    font-size: 16px;
    line-height: 1.7;
}

.section--implementation .section--chart {
    margin-top: 0;
}

.section--implementation .section--chart-item {
    margin-bottom: 0;
}

.section--implementation .section--chart-item img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

@media (max-width: 992px) {
    .section--implementation .bg {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 80px 30px 80px;
    }
    .section--implementation .section--item {
        margin-bottom: 0px;
    }
    .section--implementation .ornament {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
    }
    .section--implementation .ornament_circle {
        right: initial;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);;
        max-width: 100%;
    }
   
}
@media (max-width: 568px) {
    .section--implementation .left_col {
        max-width: 100%;
    }
    .section--implementation .section--items .grid {
        grid-template-columns: 1fr;
    }
    .section--implementation .section--items {
        margin-top: 0px;
    }
    .section--implementation .section--title {
        margin-top: 10px;
    }
    .section--implementation .right_col img {
        height: auto;
    }
    .section--implementation .bg {
        padding: 80px 15px 80px;
    }
    .section--implementation .section--item {
        padding: 30px 15px;
    }
}

/* ---------- Sztuczna inteligencja Section -------------- */
.section--ai {
    background-color: #ffffff;
    padding: 120px 0;
}

.section--ai .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}
.section--ai .left_col_desc {
    max-width: 357px;
    margin-left: 80px;
    margin-top: 110px;
}
.section--ai .right_col_text {
max-width: 400px;
margin-left: -40px;
margin-top: 20px;
position: relative;
z-index: 15;
}
.section--ai .right_col_img {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.section--ai .left_col_chart {
    display: flex;
    justify-content: center;
}
.section--ai .right_col_img .right_col_img--image {
    position: relative;

    z-index: 15;
}
.section--ai .right_col_img .ornament {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;

    z-index: 1;
}
.section--ai .right_col_img  .arrow {
    position: absolute;
    top: 90%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;

   
}

@media (max-width: 1650px) {
    .section--ai .right_col_img .ornament {
        max-width: 130%;
        right: 0%;
        object-fit: contain;
        object-position: right center;
    }
   
}
@media (max-width: 1300px) {
    .section--ai .left_col_desc {
        margin-left: 0px;
        margin-top: 30px;
    }
}
@media (max-width: 992px) {
    .section--ai {
        padding: 40px 0px;
    }
    .section--ai .container {
        grid-template-columns: 1fr;
    }
    .section--ai .left_col_desc {
        max-width: 100%;
    }
    .section--ai .right_col_img .arrow {
        display: none;
    }
    .section--ai .right_col_text {
        margin-left: 0px;
        max-width: 100%;
    }
    .section--ai .right_col_img .ornament {
        max-width: 100%;
    }
}
@media (max-width: 568px) {
    .section--ai .left_col_chart img,
    .section--ai .right_col_img .right_col_img--image {
        max-width: 100%;
        object-fit: contain;
        object-position: center center;
        height: auto;
    }
    .section--ai .container {
        gap: 20px;
    }
}

/* ---------- Portal pacjenta Section -------------- */
.section--portal {
    background-color: #ffffff;
    padding: 100px 0;
}
.section--portal .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}
.section--portal .description {
    max-width: 357px;
    margin-left: 80px;
}
.section--portal .image {
    position: relative;
    display: flex;
    justify-content: center;
}
.section--portal--image {
    position: relative;
    z-index: 15;
    
}
.section--portal .ornament {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;

    z-index: 2;
}
.section--portal .circle {
    position: absolute;
    bottom: -110px;
   
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
@media (max-width: 1650px) {
    .section--portal .ornament {
        max-width: 130%;
        right: 0%;
        object-fit: contain;
        object-position: right center;
    }
   
}
@media (max-width: 1300px) {
    .section--portal .description {
        margin-left: 0px;
    }
   
}
@media (max-width: 992px) {
    .section--portal {
        padding: 30px 0px;
    }
    .section--portal .container {
        grid-template-columns: 1fr;
    }
    .section--portal .description {
        max-width: 100%;
    }
    .section--portal .ornament {
        max-width: 100%;
    }
    .section--portal--image {
        max-width: 100%;
        object-fit: contain;
        object-position: center center;
        height: auto;
    }
    .section--portal .circle {
        max-width: 100%;
        object-fit: contain;
        object-position: top center;
    }
   
}
@media (max-width: 568px) {
    .section--portal .circle {
        display: none;
    }
    .section--portal .container {
        gap: 10px;
    }
}

/* ---------- Korzyści dla wszystkich Section -------------- */
.section--benefits {
    background-color: #ffffff;
    padding: 100px 0;
}
.section--benefits .ornament_circle {
    position: absolute;
    top: 0px;

    right: 9%;
    z-index: 1;
    filter: brightness(0) invert(1);
}
.section--benefits .bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    background-color: #f7f2f9;
    border-radius: 13px;
    padding: 80px 80px;
    position: relative;
}
.section--benefits .description {
max-width: 357px;
}
.section--benefits .section--benefits--image {
    margin-top: 40px;
    display: block;
}
.section--benefits .section--items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.section--benefits .section--item {
  
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 30px;

}



.section--benefits .section--item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
}

.section--benefits .section--item-icon img {
    width: 100%;
    height: auto;
    max-width: 50px;
    margin: 0 auto;
    display: block;
}



.section--benefits .section--item-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 1200px) {
    .section--benefits .bg{
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 30px 30px;
    }
    .section--benefits .description {
        max-width: 100%;
    }
    .section--benefits .section--benefits--image {
        margin: 0 auto;
        
    }
   
   
}
@media (max-width: 992px)  {
    .section--benefits {
        padding: 30px 0px;
    }
    .section--benefits .ornament_circle {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
    }
    .section--benefits .bg {
        padding: 80px 30px 30px;
    }
    .section--benefits .section--benefits--image {
        max-width: 100%;
        object-fit: contain;
        object-position: center center;
        height: auto;
    }
}
@media (max-width: 568px) {
    .section--benefits .section--items-grid {
        grid-template-columns: 1fr;
    }
    .section--benefits .bg {
        padding: 80px 15px 30px;
    }
    .section--benefits .section--item-icon {
        margin: 0 auto 10px;
    }
    
}

/* ---------- Sekcja opisowa Section (INFINITT) -------------- */
.section--descriptive {
    background-color: #ffffff;
    padding: 20px 0 0px;
}
.section--descriptive .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}
.section--descriptive .section--icon {
    margin-bottom: 45px;
    max-width: 250px;
}

.section--descriptive .section--icon img {
    max-width: 100%;
    height: auto;
    max-height: 42px;
    object-fit: contain;
    object-position: left center;
}
.section--descriptive .col_desc {
    max-width: 357px;
    margin-top: 20px;
    margin-left: -35px;
}
@media (max-width: 992px)  {
    .section--descriptive .container {
        grid-template-columns: 1fr;
    } 
    .section--descriptive  .col_img {
        order: 5;
    }
    
    .section--descriptive .col_desc {
        margin-left: 0px;
        max-width: 100%;
        margin-top: 0px;
    }
}
@media (max-width: 568px) {
    .section--descriptive  .col_img img {
        max-width: 70%;
    object-fit: contain;
    object-position: right bottom;
    height: auto;
    margin-right: 0px;
    display: block;
    margin-left: auto;
    }
} 

/* ---------- Sekcja na tle zdjęcia Section (ResQMed) -------------- */
.section--bg-image {
    position: relative;
    
}



.section--bg-image .bg {
    position: relative;
    z-index: 2;
    background-color: #000;
    color: #FFF;
    padding: 88px 0px 0px;
    border-radius: 13px;
    overflow: hidden;

}
.section--bg-image .bg .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.section--bg-image .description {
    max-width: 357px;
    margin-left: 80px;
    position: relative;
    z-index: 15;
}


.section--bg-image .section--icon {
    margin-bottom: 40px;
    max-width: 250px;
}

.section--bg-image .section--icon img {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    object-fit: contain;
    object-position: left center;
  
}

.section--bg-image .section--description {
    color: #ffffff;
    margin-bottom: 30px;
}

.section--bg-image .section--description h2,
.section--bg-image .section--description h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.4;

}

.section--bg-image .section--description p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
    opacity: 0.95;
}

.section--bg-image .section--stats {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    border-top: 1px solid #FFF;
    position: relative;
    z-index: 15;
}

.section--bg-image .section--stat {
    
    padding: 37px 10px 20px;
    border-right: 1px solid #FFF;
    padding-left: 80px;
}

.section--bg-image .section--stat:last-child {
    border-right: none;
}

.section--bg-image .section--stat-value {
    font-size: 60px;
    font-weight: 950;
    color: #ffffff;
    line-height: 1;
    font-family: 'gotham-black';
    display: block;
    
}

.section--bg-image .section--stat-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.95;
    font-weight: 400;
}

@media (max-width: 1300px) {
    .section--bg-image .section--stats {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .section--bg-image .section--stat {
        padding-left: 30px;
    }
    .section--bg-image .description {
        margin-left: 30px;
    }
    .section--bg-image .section--stat-value  {
        font-size: 40px;
    }
    .section--bg-image .section--stat-title {
        font-size: 14px;
    }
}
@media (max-width: 700px) {
    .section--bg-image .section--stats {
        grid-template-columns: 1fr;
    }
    .section--bg-image .section--stat {
        padding: 15px 30px 15px;
        border-right: none;
        border-bottom: 1px solid #FFF;
    }
    .section--bg-image .section--stat:last-child {
        border-bottom: none;
    }
    .section--bg-image .bg .bg_image {
        object-position: right center;
    }
}

