.site-main h1 a{
    color: #fff;
    font-size: 100px;
}

.site-main .container{
    max-width: 1500px;
}
.line-sm{
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 40px;
    margin-top: 40px; 
}

.months-border{
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

/* --- Linki i listy --- */
.site-main ul {
  list-style: none; 
  padding-left: 0;
  margin: 0;
}

.site-main li {
    display: inline-block;

    margin: 30px 30px 30px 0;
}
.site-main li:last-child {
    margin-right: 0;
}
li.posts-sitemap{
     display: block;
    margin-bottom: 20px;
}

/* --- Linki --- */
.site-main a {
    position: relative;
    text-decoration: none!important;
    color: #fff; 
    transition: color 0.3s ease;
    font-size: 30px;
}

.site-main a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: #ddd;
    transition: width 0.3s ease;
}

.site-main a:hover {
    color: #ddd;
}

.site-main a:hover::after {
    width: 100%;
}

/* --- Breadcrumbs --- */
nav.breadcrumbs,
.site-main nav {
    font-size: 20px;
    color: #ddd;
    margin-bottom: 1.5rem;
}

nav.breadcrumbs a {
    position: relative;
    text-decoration: none;
    color: #ddd;
    transition: color 0.3s ease;
}

nav.breadcrumbs a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

nav.breadcrumbs a:hover {
    color: #fff;
}

nav.breadcrumbs a:hover::after {
    width: 100%;
}

.site-main h1 a::after {
    content: none; 
}

.site-main h1 a:hover {
    color: #ddd; 
}
.sm-breadcrumbs a{
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 600px) {
 .site-main h1 a{
    font-size: 46px;
}


.site-main a {
    font-size: 20px;
}
.sm-breadcrumbs a{
    font-size: 26px;
    font-weight: 600;
}
.posts-sitemap a{
    font-size: 16px;
}
}  






/* Request Quote  */
.request-quote-page {
  max-width: 1200px;
  background-color: #eee;
  border-radius: 0 20px;
  margin: 80px auto;
  padding: 60px;
}
.request-quote-page h1{
  color: #000;
  text-align: center;
  font-size: 50px;
}
.request-quote-page p{
    color: #000;
  padding: 30px 0 50px;
    text-align: center;
}
  .custom-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.custom-form .full-width {
  grid-column: 1 / -1;
}
.custom-form .half-width {
  width: 100%;
}
.custom-form .third-width {
  width: 100%;
}
.custom-form label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.custom-form input, 
.custom-form select,
.custom-form textarea  {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}
.custom-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}
.custom-form [type="submit"] {
  /* background-color: #0073e6; */
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* .custom-form [type="submit"]:hover {
  background-color: #005bb5;
} */
  .custom-form input::placeholder,
  .custom-form textarea::placeholder,
  .custom-form select::placeholder {
    font-size: 14px;
  }
@media (max-width: 768px) {
  .custom-form {
    grid-template-columns: 1fr;
  }
}
 .custom-form input,
.custom-form select,
.custom-form textarea {
  margin-top: 10px;
}
 .custom-form label {
  color: #999!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
.custom-form .row-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.custom-form .row-three label {
  display: flex;
  flex-direction: column;
}
.custom-form  .wpcf7-checkbox{
  border: none;
}
.custom-form .product-list-wpcf .wpcf7-list-item{
  margin-right: 16px;
}
@media (max-width: 768px){
.request-quote-page {
  border-radius: 0 20px;
  margin: 40px auto;
  padding: 30px;
}
  .custom-form > div {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
    .custom-form .row-three {
    grid-template-columns: 1fr !important; 
  }
    .custom-form label,
  .custom-form input,
  .custom-form select,
  .custom-form textarea,
  .custom-form small {
    line-height: normal !important;
  }
.custom-form {
  gap: 10px;
}
.custom-form .row-three {
  gap: 10px;
}
  .custom-form input::placeholder,
  .custom-form textarea::placeholder,
  .custom-form select::placeholder {
    font-size: 12px;
  }
} 
@media (max-width: 500px){
.request-quote-page h1{
  font-size: 30px;
}
.request-quote-page p{
  padding: 20px 0 30px;
}}
.custom-form input[type="file"] {
  background: transparent !important;
  border: none;         
  font-size: 14px;
}



.create-account .form-row label{
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4px;
    display: block;
}
.woocommerce-password-strength{
      color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

}







/* POPUP GET RESPONSE */

.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2); 
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}


.popup_overlay.active {
  display: flex;
    z-index: 99999999;
     position: fixed;
}
 

.popup_gr{
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: flex;
  height: 500px; 
  color: #fff;
  background-color: #fff;
  align-items: center;
  overflow: hidden;
  font-family: "montserrat", sans-serif;
    z-index: 99999999;
}

.popup_left_part, 
.popup_right_part{
  flex: 1;
}
.popup_left_part{
  position: relative;
}
.coffe-img-pu{
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: auto;
    transform: rotate(40deg);
}

.popup_right_part{
  background-size: cover;
  height: 100%;
  background-position: right center;
}

.popup_gr h2{
  font-size: 37px;
  font-weight: 800!important;
  text-transform: uppercase;
 line-height: 114%;
  margin-bottom: 6px;
  position: relative;
}

.popup_gr button{
  color: #000;
  font-weight: 700; 
  font-size: 16px;
  text-transform: uppercase;
}

.popup_gr p{
  font-size: 16px; 
    line-height: 117%;
  font-weight: 400;
}
.popup_gr input[type=checkbox]+label{
  line-height: normal!important;
}

.btn-pu{
  background: linear-gradient(90deg, #78B72A 0%, #00953E 100%);
}

.popup_right_part img{
    max-width: 130% !important;
    margin-left: -50px;
    margin-top: -30px;
}

.popup_left_part{
  padding: 53px 37px; 
}

.popup_gr .input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; 
  margin: 16px 0; 
}

.popup_gr .input-wrapper input {
  width: 100%;
  height: 53.49px; 
  padding: 0 70px 0 20px; 
  border-radius: 53.49px;
  border: 1px solid #78B72A;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 53.49px; 
  color: #000;
}

.popup_gr .input-wrapper .input-icon {
  position: absolute;
  top: 0; 
  right: 0; 
  width: 53.49px;
  height: 53.49px;
  background-color: #4CAF50; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; 
}

.popup_gr .input-wrapper .input-icon img {
  width: 24px;  
  height: 24px;
}

.popup_btns{
  margin-top: 24px;
}



.popup_gr input[type="checkbox"] {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.popup_gr label {
  font-size: 16px!important;
  line-height: 1.1;
}

.popup_gr input[type="checkbox"]:checked {
  border: none!important; 

}


.popup_btns button {
  display: inline-flex;
  height: 5.4rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
  text-transform: uppercase;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-left: 16px;
  border: 1px solid transparent;
}

.popup_btns button:hover{
  border: 1px solid #78B72A;
}

.close-x{
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

    /* .popup_gr input {color: #000!important;} */

@media (max-width: 850px) {
  .popup_gr {
    flex-direction: column; 
    height: auto;

    max-width: 500px;
     
  }
  .popup_gr h2{
    width: 90%;
  }

  .popup_gr label {
  font-size: 14px!important;
  line-height: 1.1;
}
  .popup_left_part{
  padding: 40px 21px; 
}
.popup_gr .input-wrapper input {
    height: 51px;
  }

    .popup_gr .input-wrapper .input-icon{
    height: 51px;
 }

.popup_gr p{
font-size: 14px;
}
  .popup_left_part,
  .popup_right_part {
    width: 100%;

  }

  .popup_right_part img {
    max-width: 60% !important;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
    margin-bottom: -30px;
       transform: rotate(12deg);
z-index: 1;
position: relative;
  }




  .btn-pu  {
width: 100%;
position: relative;
z-index: 2;
  } 

  .coffe-img-pu{
  right: -20px;
  top: -25px;
  width: 54px;
  height: auto;
    transform: rotate(60deg);
}
}





/* Request Quote  */
.request-quote-page {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  margin: 80px auto;
  padding: 60px;
}
.request-quote-page h1{
  color: #000;
  text-align: center;
  font-size: 50px;
}
.request-quote-page p{
    color: #000;
  padding: 30px 0 50px;
    text-align: center;
}
  .custom-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.custom-form .full-width {
  grid-column: 1 / -1;
}
.custom-form .half-width {
  width: 100%;
}
.custom-form .third-width {
  width: 100%;
}
.custom-form label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.custom-form input, 
.custom-form select,
.custom-form textarea  {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}
.custom-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}
.custom-form [type="submit"] {
  background-color: #0073e6;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-form [type="submit"]:hover {
  background-color: #005bb5;
}
  .custom-form input::placeholder,
  .custom-form textarea::placeholder,
  .custom-form select::placeholder {
    font-size: 14px;
  }
.select-country label{
  display: inline!important;
}

@media (max-width: 768px) {
  .custom-form {
    grid-template-columns: 1fr;
  }
}
 .custom-form input,
.custom-form select,
.custom-form textarea {
  margin-top: 10px;
}
 .custom-form label {
  color: #999;
  display: flex;
  flex-direction: column;
  position: relative;
}
.custom-form .row-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.custom-form .row-three label {
  display: flex;
  flex-direction: column;
}
.custom-form  .wpcf7-checkbox{
  border: none;
}
.custom-form .product-list-wpcf .wpcf7-list-item{
  margin-right: 16px;
}
@media (max-width: 768px){
.request-quote-page {
  border-radius: 0 20px;
  margin: 40px auto;
  padding: 30px;
}
  .custom-form > div {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
    .custom-form .row-three {
    grid-template-columns: 1fr !important; 
  }
    .custom-form label,
  .custom-form input,
  .custom-form select,
  .custom-form textarea,
  .custom-form small {
    line-height: normal !important;
  }
.custom-form {
  gap: 10px;
}
.custom-form .row-three {
  gap: 10px;
}
  .custom-form input::placeholder,
  .custom-form textarea::placeholder,
  .custom-form select::placeholder {
    font-size: 12px;
  }
} 
@media (max-width: 500px){
.request-quote-page h1{
  font-size: 30px;
}
.request-quote-page p{
  padding: 20px 0 30px;
}
form.wpcf7-form label {
  margin-top: 10px!important;
}
}
.custom-form input[type="file"] {
  background: transparent !important;
  border: none;         
  font-size: 14px;
}

.request-quote-page .choices {
  margin-top: 10px;
}

/* author page  */
.author-page{
  padding: 60px 0 100px;
}
.author-photo {
  width: 200px;
  height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.author-info h1{
  font-size: 50px;
  margin-bottom: 18px;
}
.author-info p{
  font-size: 16px;
}
@media (min-width: 1256px){
.author-photo {
  margin-right: 40px;
}
}

 .btn-header {
      display: inline-flex;
    height: 5.4rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
        background-color: #00953e
 }