/* Header */
.header-holder{
    position: fixed;
    background: var(--color-white);
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    z-index: 99999999;
    box-shadow: var(--drop-shadow-normal);
}
.main-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 137.6rem;
    padding: 1.6rem 1.6rem;
    margin: 0 auto;
    
}

.navigation-list {
    list-style: none;
    display: flex;
    gap: 3.2rem;
}

.nav-item {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    transition: var(--transition-normal);
}

.nav-item:hover,
.nav-item:active {
    color: var(--color-primary);
}

.cta-button {
    padding: 1.2rem 2rem;
    background-color: var(--color-primary);
    border-radius: var(--border-radius-small);
    border: 2px solid var(--color-primary);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    transition: var(--transition-normal);
}

.cta-button:hover,
.cta-button:active {
    background-color: var(--color-white);
    color: var(--color-primary);
}
.button-mobile-nav{
    border: none;
    background-color: transparent ;
    display: none;
}
.menu-icon{
    color: var(--color-primary);
    height: 3.2rem;
    width: 3.2rem;
    display: none;
}
.icon-active{
    display: block;
}
/* HERO SECTION */
.hero-container {
    margin: 8.4rem auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 7rem;
    width: 100%;
}

.hero-content {
    display: flex;
    gap: 2.4rem;
    align-items: flex-start;
    flex-direction: column;
}

.hero-img {
    border-radius: var(--border-radius-small);
    box-shadow: var(--drop-shadow-normal);
}

/* Uslugi section */
.uslugi-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 7.2rem;
}

.uslugi-title-wrapper {
    grid-column: 1 / -1;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    text-align: center;
}

.uslugi-title-wrapper p {
    font-size: 1.8rem;
}

.uslugi-small-img-wrapper {
    position: relative;
    height: fit-content;
}

.uslugi-img-small {
    border-radius: 6.4rem;
    box-shadow: var(--drop-shadow-normal);
}

.uslugi-img-title-wrapper {
    position: absolute;
    left: 3.2rem;
    bottom: 4.2rem;
    width: 100%;
}

.uslugi-img-title {
    color: var(--color-white);
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.uslugi-img-text {
    color: var(--color-white);
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 97%;
}

.uslugi-description-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    padding: 3.2rem;
}

.uslugi-description-content-wrapper h3 {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
}

.romnty-wrapper {
    grid-column: 1 /-1;
    width: 100%;
}

.remonty-img-wrapper {

    position: relative;
}

.uslugi-img-big {
    max-height: 28rem;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    box-shadow: var(--drop-shadow-normal);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    display: block;
}

.remonty-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
    padding: 3.2rem;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border: 1.5px solid var(--color-primary);
}

.remonty-step {
    display: flex;
    flex-direction: column;
}

.remonty-step-title {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1.2rem;
}

.step-number {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
    background-color: var(--color-primary);
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--color-white);
    border-radius: 6px;
    font-weight: 600;
}

.step-title {
    font-size: 2rem;
    font-weight: 500;
}

/* Czemu my sekcja */
.uslugi-content {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    align-self: center;
    margin-bottom: 1.2rem;
}

.zalety-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.8rem;
    margin: 0 auto;
    margin-bottom: 4.8rem;
}

.why-us-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.why-us-list-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
}

.zalety-icon {
    height: 2.4rem;
    width: 2.4rem;
    color: var(--color-secondary);
    display: block;
}

.zalety-icon-box {
    background-color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-small);
    width: 4.3rem;
    height: 4.3rem;

}

.zalety-list-title {
    font-size: 2.4rem;
    font-weight: 600;
}

.zalety-icon-main {
    height: 2.4rem;
    width: 2.4rem;
    color: var(--color-white);
    display: block;
}

/* Map section */
.delivery-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.delivery-card {
    padding: 3.2rem;
    box-shadow: var(--drop-shadow-normal);
    border-left: 3px solid var(--color-white);
    background-color: var(--color-white);
}

.active {
    border-left: 3px solid var(--color-secondary);
}

.delivery-card-title {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.delivery-card-text {
    margin-bottom: 3.2rem;
}

.map-img {
    align-self: center;
    border-radius: var(--border-radius-small);
    box-shadow: var(--drop-shadow-normal);
}

/* Reviews section */
.opinie-title-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding-bottom: 0rem;
}

.review-card {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    border: 1.5px solid var(--color-primary);
    border-radius: var(--border-radius-small);
    box-shadow: var(--drop-shadow-normal);
}

.review-icon {
    color: var(--color-secondary);
    width: 2rem;
    height: 2rem;
}

.review-name {
    display: inline-block;
    color: var(--color-primary);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
}

/* Poznaj nas bliżej + form left*/
.poznaj-nas-content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    align-items: flex-start;
    align-self: center;
}

.poznaj-nas-content p:first-child {
    font-weight: 600;
    font-size: 1.8rem;
}

.poznaj-nas-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.poznaj-nas-list-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
}

.poznaj-nas-list-item a {
    font-size: 1.6rem;
}

.poznaj-nas-list-icon {
    width: 2.4rem;
    height: 2.4rem;
    color: var(--color-secondary);
}

.logo-circle-img {
    border-radius: var(--border-radius-full);
    box-shadow: var(--drop-shadow-normal);
}

/* Form */
.cta-form {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.cta-form div {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.cta-form label {
    font-size: 1.6rem;
    line-height: 1.5;
}

.cta-form input ,.cta-form textarea{
    border-radius: var(--border-radius-small);
    border: 1.5px solid var(--color-primary);
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem;
    font-family: Bitter, sans-serif;
}
.cta-form textarea{
    height: 16rem;
}
.button-form {
    align-self: center;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    cursor: pointer;
}
/* Margin aby wyżej dać diva -> jako nth chaild bo wyżej lista z tą samą klasą ale 3 elementy tlyko */
.poznaj-nas-list-item:nth-child(4) {
    margin-bottom: 3.2rem;
}



/* FAQu */
.faqu-title{
    margin-bottom: 2.4rem;
}
.faqu-title-text{
    margin-bottom: 8rem;
}



details {
  border-top: 2px solid var(--color-primary);
  padding: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* summary */
details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  padding-bottom: 2rem;
}

details summary::-webkit-details-marker {
  display: none;
}

/* ikona */
details summary svg {
  width: 2.4rem;
  height: 2.4rem    20px;
  transition: transform 0.3s ease;
}

details[open] summary svg {
  transform: rotate(180deg);
}
details:last-child{
    border-bottom: 2px solid var(--color-primary);
}
/* Footer */
.footer-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
}
.fotoer-contact-info-title{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5; 
    display: block; 
}
.footer-contact-link{
    text-decoration: underline;
    font-size: 1.6rem;
    line-height: 1.5;  
    display: block; 
}
.footer-nav{
    justify-self: end;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin: 0.8rem 0;
}
.footer-nav-item{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
}
.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5px solid var(--color-black);
    padding: 3.2rem 0;
}
.copyright-text{
    font-size: 1.6rem;
}
