body {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #363636;
    padding: 0px;
    margin: 0 auto;
    line-height: 1.4;
    background: #e9e9e9;
    min-width: 1170px;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    background: #29524A;
    color: white;
}

.wf-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 1170px;
}

.banner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
    max-height: 120px;
}

.main-logo {
    vertical-align: middle;
    height: 120px;
    padding-right: 30px;
}

.working-hours {
    color: white;
    font-size: 17px;
    margin: 0;
}

.working-hours p {
    margin: 0;
    line-height: 1.4;
}

.contact-info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin: 5px 0;
}

.contact-item a {
    color: white;
    text-decoration: none;
    font-size: 17px;
}

.contact-item img {
    margin-right: 8px;
    max-width: 24px;
    height: auto;
}

.contact-column {
    padding-right: 0px;
    padding-left: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.topbar {
    margin-bottom: 0px;
    margin-top: auto;
    height: 100%;
    background: #e9e9e9;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.125);
    z-index: 10;
}

.topbar.sticky {
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 10;
    width: 100%;
}

.topnav {
    overflow: hidden;
    display: flex;
}

.topnav a {
    float: left;
    color: #363636;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
}

.topnav a:hover {
    background-color: #f1f1f1;
    color: black;
}

.topnav a.active {
    background-color: #e2e2e2;
    color: white;
}

.topbanner {
    position: relative;
    background-image: url("../images/photo_2024-05-19_23-36-57.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    overflow: hidden;
}

.topbanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.banner-text {
    position: absolute;
    max-width: 40%;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    color: white;
    text-align: right;
    z-index: 2;
}

.banner-text h1 {
    font-size: 60px;
    margin-bottom: 10px;
}

.banner-text p {
    font-size: 23px;
    font-weight: 300;
    margin-right: 0px;
    text-align: right;
}

h1 {
    margin: 15px 0 10px 0;
}

p {
    text-align: justify;
    margin: 15px 20px;
}

.benefits {
    padding: 20px;
    padding-top: 40px;
}

.benefits .wf-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.benefits .benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.benefits .benefit-item img {
    width: 250px;
    height: auto;
    border-radius: 15px;
    margin-bottom: 5px;
    border: 3px solid white;
}

.benefits .benefit-item p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #363636;
}

.infobox {
    display: flex;
    align-items: flex-start;
}


.custom-hr {
    border: none;
    border-top: 3px solid #c9c9c9;
    width: 100%;
    margin: 20px auto;
    max-width: 1100px;
}

.custom-hr-product {
    border: none;
    border-top: 1px solid #c9c9c9;
    width: 100%;
    margin: 10px auto;
    max-width: 1000px;
}

.product-list {
    padding-bottom: 30px;
}

.product-item {
    background-color: white;
    display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 440px;
    padding-bottom: 24px;
    align-items: flex-start;
    border-radius: 15px;
}

.product-item img {
    max-width: 400px;
    max-height: 400px;
    min-width: 400px;
    min-height: 400px;
    margin-right: 17px;
    border-radius: 15px;
}

.product-item .product-details {
    display: block;
}

.product-item .product-name {
    font-size: 21px;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.product-item .product-discription {
    font-size: 17px;
}

.product-item .divprice {
    display: block;
    min-width: 160px;
    margin-left: auto;
}

.product-item .price {
    font-size: 21px;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.services {
    padding-bottom: 30px;
}

.service-columns {
    display: flex;
    justify-content: space-between;
}

.service-column {
    min-width: 30%;
    background-color: #dadada;
    border-radius: 15px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.service-item img {
    min-width: 250px;
    max-width: 80px;
    min-height: 250px;
    max-height: 80px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.service-item .service-details {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.service-item h2 {
    margin: 0;
}

.service-item p {
    margin-top: 0;
}

.services-description {
    margin-top: 30px;
}

.payment-shipping {
    padding-bottom: 30px;
}

.payment-shipping p {
    font-size: 18px;
    line-height: 1.5;
}

footer {
    margin-top: 50px;
    background: #322E2D;
    position: relative;
    display: flex;
    height: 120px;
    padding: 0 0 25px 0;
}

