:root {
    --special-width: 0;
}



.agentNavigation {
    
    font-weight: 700;
}

.agentNavigation a {
    color: #2e3f51;
    margin: 0 0.2em;
}

.agentNavigation a:hover {
    color: #e95c20;
    text-decoration: none;
}
.agentNavigation .separator {
    position:relative;
}  




/*final*/
@media (max-width: 992px) {
    /*
        font-size:clamp(2em, 4vw, 4em);
    */
    .agentTitle {
        margin-bottom: 30px;
    }
    .agentNavigation {
        font-size: 1.5em;
        padding-top: 20px;
    }

    .agentNavigation a {
        display: block;

    }
    .agentNavigation .separator {
        margin: 8px 0 0 0;
        padding: 0 0 8px 0;
        display:block;
    }  
    .agentNavigation .separator::before {
        content:'';
        position:absolute;
        top: 0;
        left: 45%;
        width:10%;
        height:4px;
        background-color:#e95c20;
        border-radius:10px;
    }


    #specialRow1 {
        flex-wrap: wrap;
        margin-right: var(--special-width);
    }
    #textAgentWrap {
        width: 100%;
        margin: 30px 0 0 var(--special-width);
    }
    #photoAgentWrap {
        width: calc(100%);
        
        padding: 20px 20px 20px var(--special-width);
        background-color: #f2f2f2;
    }
    
        #photoAgentWrap img {
            min-width: 280px;
            width: 100%;
            height: auto;
        }
    
}
@media (min-width: 993px) {
    .agentNavigation {
        font-size:clamp(1em, 1.3vw, 2em);
        padding-top: 20px;
    }

    .agentNavigation .separator {
        margin: 0 8px;
    }    
    .agentNavigation .separator::before {
        content:'';
        position:absolute;
        top:0;
        right:0;
        width:4px;
        height:100%;
        background-color:#e95c20;
        border-radius:10px;
    }



    #textAgentWrap {
        margin: 0 var(--special-width) 0 30px;
        flex-grow: 1;
    }

    #photoAgentWrap {
        width: 45%;
        border-left: var(--special-width) solid #f2f2f2;
        padding: 20px 20px 20px 0;
        background-color: #f2f2f2;
    }
    
        #photoAgentWrap img {
            min-width: 280px;
            width: 100%;
            height: auto;
        }
}

.agentDesc {
    font-size: 1.9em;
    font-style: italic;
    color: #2e3f51;
}

.agentTitleBorder {
    text-transform: uppercase;
    position: relative;
}

.agentTitleBorder::after {
    content:'';
    position:absolute;
    top:0;
    left:-15px;
    height:100%;
    width:5px;
    background-color:#e95c20;
    border-radius: 10px;
    z-index:100;
}


.agentTitle {
    text-transform: uppercase;
    position: relative;
}



.agentTitle h1 {
    font-weight: 700;
    font-size: 4em;
    color:#2e3f51;
}

.agentTitle h2{
    color:#d5d7da;
    font-weight: 600;
    font-size: 2em;
}


#about {
    border-left: 4px solid #e95c20;
    border-top: 4px solid #e95c20;
    border-bottom: 4px solid #e95c20;
    margin-left: var(--special-width);
    padding: 2em var(--special-width) 20px 2em;
    font-size:clamp(1.2em, 3vw, 1.5em);
    color: #2e3f51;
    margin-top: 2.3em;
    line-height: 1.5;
}

#about h2 {
    font-size:clamp(2em, 2vw, 3em);
    font-weight: 700;
    text-transform: uppercase;
    color: #2e3f51;
    margin-bottom: 0.5em;
    padding:0;
}

#about .about-nav img {
    padding: 1px;
}

#about .about-nav img.active {
    box-shadow: -1px 0 3px #152332, 1px 0 3px #152332;
}

#rightH2 {
    color: #2e3f51;
    display: inline-block;
    padding: 10px var(--special-width) 10px 10px;
    margin: 0 0 0 auto;
    position: relative;

    font-size:clamp(2em, 4vw, 4em);
    font-weight: 700;
    text-transform: uppercase;
}

#rightH2::before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    height:5px;
    width:100%;
    background-color:#152332;
    border-top-left-radius:10px; /* Zaokrąglenie górnego lewego rogu */
    border-bottom-left-radius:10px; /* Zaokrąglenie dolnego lewego rogu */
    z-index:100;
  }


  #leftH2 {
    color: #2e3f51;
    display: inline-block;
    padding: 10px 10px 10px var(--special-width);
    margin: 0 0 0 auto;
    position: relative;
    font-size:clamp(2em, 4vw, 4em);
    font-weight: 700;
    text-transform: uppercase;
}

#leftH2::before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    height:5px;
    width:100%;
    background-color:#152332;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    z-index:100;
  }
  
  .testimonial-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  
  .testimonial {
    background-color: #f2f2f2;
    padding: 50px 30px 30px 30px;
    font-style: italic;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    color: #2e3f51;
    font-size: 1.4em;
  }

  .testimonial blockquote {
    font-weight: 400;
  }
  
  .testimonial-separator {
    margin: 30px auto 0;
    width: 150px;
    height: 3px;
    background-color: #ec5b1d;
    border-radius: 10px;
  }
  
  .glide__bullets {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
  }
  
  .glide__bullet {
    width: 21px;
    height: 21px;
    border: 1px solid #ec5b1d;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  
  .glide__bullet:focus {
    outline: none;
  }
  
  .glide__bullet--active {
    background-color: #ec5b1d;
    border-color: #ec5b1d;
  }

  .text-contact {
    font-size:clamp(0.9em, 2vw, 1.2em);
    color: #2e3f51;
    transition: 200ms ease color;
  }

  .text-contact:hover {
    text-decoration: none;
    color: #e95c20;
  }