@import "../fonts/stylesheet.css";

html {
    font-size: 16px;
}

body {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

a {
    /*color: #243c4f;*/
}
a:hover, a:focus {
    /*color: #243c4f;*/
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

textarea:focus, input:focus{
    outline: none;
}

::placeholder {
  color: #ffffff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::-ms-input-placeholder {
  color: #ffffff;
}

.sp-only {
    display: none !important;
}

/*button mmenu*/
.btn-mmenu {
    display: flex;
    position: relative;
    width: 25px;
    float: left;
    cursor: pointer;
    flex-wrap: wrap;
}
.btn-mmenu .bar1, .btn-mmenu .bar2, .btn-mmenu .bar3 {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: 0.4s;
    margin-bottom: 10px;
}
.btn-mmenu .bar2 {

}
.btn-mmenu .bar3 {
    margin-bottom: 0;
}
.btn-mmenu.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 9px);
    transform: rotate(-45deg) translate(-9px, 9px);
}
.btn-mmenu.open .bar2 {opacity: 0;}
.btn-mmenu.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/*common*/
.page-container {
    max-width: 1200px;
}
.visibility-hidden {
    visibility: hidden;
}
.bg-gray {
    background-color: #d8dfec;
}
.bg-main {
    background-color: #243c4f;
}
.btn-cta {
    display: block;
    width: 50%;
    border: 2px solid #BE2F77;
    background: #BE2F77;
    color: #FFFFFF;
    font: normal normal bold 20px Heebo;
    letter-spacing: -0.4px;
    padding: 10px 0;
    border-radius: 7px;
    transition: .5s all;
    text-align: center;
}
.btn-cta:hover {
    /*border: 2px solid #BE2F77;*/
    background-color: #ffffff;
    color: #BE2F77;
}
.txt-phone {}
.txt-phone:hover {
    text-decoration: underline;
}
.btn-cta-submit {
    background-color: #243c4f !important;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    border: 2px solid #243c4f;
    padding: 10px;
    transition: .5s all;
}
.btn-cta-submit:hover {
    background-color: #ffffff !important;
    color: #243c4f;
}

.menu-box {
    height: 100%;
}
.menu-style {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-style li {
    height: 100%;
    display: inline-block;
    margin-right: 47px;
}
.menu-style li a {
    height: 100%;
    display: flex;
    align-items: center;
    font: normal normal normal 18px/25px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: relative;
}
.menu-style li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #BE2F77;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.menu-style li a:hover::after {
    width: 100%;
}
.menu-style li:first-child {
    margin-right: 0;
}
.logo-label {
    display: none !important;
}

header {
    background: #379F94;
    padding: 40px 0;
}
.logo-box a {
    font: normal normal normal 25px/22px Gveret Levin AlefAlefAlef;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 77px;
    display: block;
}
.logo-box a:hover {

}
.top-contact-row {
    padding: 130px 0;
}
.contact-box {
    text-align: right;
}
.contact-box .heading {
    font: normal normal bold 45px/50px Heebo;
    letter-spacing: -0.9px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.contact-box .sub-heading {
    font: normal normal medium 21px/25px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.contact-box .btn-cta {

}
.mn-mobile-close {
    display: none !important;
}
header.fixed .menu-row {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #379F94;
    z-index: 1049;
    padding: 40px 0;
    transition: .5s all;
}
.products {
    padding-bottom: 40px;
}
.products .heading {
    padding: 95px 0;
    font: normal normal bold 35px/48px Heebo;
    letter-spacing: 0px;
    color: #000000;
}
.products .item {
    text-align: center;
    margin-bottom: 70px;
}
.products .item .img-box {
    border: 8px solid #BE2F77;
    width: auto;
    height: auto;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.products .item .img-box img {
    transition: transform .3s;
}
.products .item .img-box:hover img {
    transform: scale(1.25);
}
.products .item .text-box {
    margin-top: 45px;
    font: normal normal normal 20px/25px Heebo;
    letter-spacing: 0px;
    color: #000000;
}
.about {
    background: #EFF5F4;
    padding: 70px 0 90px 0;
}
.about-box {
    height: 100%;
    text-align: right;
    display: inline-flex;
    align-items: center;
}
.about-box-wrap {
    padding-right: 80px;
}
.about-box .heading {
    margin-bottom: 25px;
    font: normal normal bold 35px/48px Heebo;
    letter-spacing: 0px;
    color: #000000;
}
.about-box .desc {
    font: normal normal normal 18px/25px Heebo;
    letter-spacing: 0px;
    color: #000000;
}
.about-img-box {
    display: flex;
    height: 100%;
}
.about-img-box img {
    width: 100%;
}
.why-choose-us {
    padding-top: 95px;
    padding-bottom: 120px;
}
.why-choose-us .heading {
    margin-bottom: 120px;
    text-align: center;
    font: normal normal bold 35px/48px Heebo;
    letter-spacing: 0px;
    color: #000000;
}
.why-item {
    text-align: center;
}
.why-item.pdl {
    padding-left: 30px;
}
.why-item.pdr {
    padding-right: 30px;
}
.why-item.pdlr {
    padding-left: 10px;
    padding-right: 10px;
}
.why-item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.why-item .icon img {
    width: 100%;
    height: 100%;
}
.why-item .title {
    font: normal normal bold 20px/48px Heebo;
    letter-spacing: 0px;
    color: #000000;
}
.why-item .content {
    font: normal normal normal 18px/25px Heebo;
    letter-spacing: 0px;
    color: #000000;
}

.ft-contact-box {
    text-align: right;
    padding-left: 90px;
}
.ft-contact-box .heading {
    font: normal normal bold 35px/48px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.ft-contact-box .sub-heading {
    font: normal normal normal 20px/48px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.ft-contact-box .phone-number {
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 35px;
    font-weight: 800;
}
.ft-contact-box .end-form {
    display: flex;
    margin-top: 30px;
}
.ft-contact-box .end-form .text-col {
    
}
.ft-contact-box .end-form .txt1 {
    margin-left: 20px;
    font: normal normal bold 20px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.ft-contact-box .end-form .txt2 {
    font: normal normal normal 16px/20px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.phone-number {
    text-align: center;
    display: block;
    font: normal normal bold 35px/48px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.phone-number:hover {
    transform: scale(1.05);
    color: #FFFFFF;
    text-decoration: none;
}

.phone-number svg {
    transition: all 0.3s ease;
}

.phone-number:hover svg {
    transform: scale(1.1);
}

/* כפתור וואטסאפ */
.btn-whatsapp {
    position: relative;
}

.btn-whatsapp::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.885 3.488"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

/* מייל */
.email-contact {
    position: relative;
}

.email-contact::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.email-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}
.ft-contact-form .group {
    margin-bottom: 30px;
}
.ft-contact-form .group.last {
    margin: 25px 0;
}
.ft-contact-form input {
    width: 100%;
    border: none;
    background: transparent;
    font: normal normal normal 18px/25px Heebo;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF;
    text-align: right;
    direction: rtl;
}
.ft-contact-form button {
    width: 100%;
    font: normal normal bold 20px Heebo;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    padding: 10px 0;
}
.ft-contact-form label.error {
    width: 100%;
    color: red;
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
}

/* Specific styling for phone field and all form inputs */
#phone, 
.ft-contact-form input[type="text"],
.ft-contact-form input[type="email"],
.ft-contact-form input[type="tel"] {
    text-align: right;
    direction: rtl;
}
.ft-contact-img {
    width: 100%;
    height: 100%;
    display: flex;
    padding-right: 40px;
}
.ft-contact-img img {
    width: 100%;
}

footer .top {
    background: #379F94;
    padding: 60px 0;
}
footer .bottom {
    padding: 30px 0;
}
footer .menu-style li a {
    /*font: normal normal normal 18px/25px Heebo;
    letter-spacing: 0px;*/
    color: #000000;
}
footer .logo-box a {
    color: #000000;
}

.thank-modal .modal-body {
    text-align: center;
}
.thank-modal .modal-body h4 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin: 25px 0;
}
.thank-modal .modal-body .btn-default {
    font-size: 30px;
    color: #fff;
    background: #000;
    border: 0;
    padding: 5px 60px;
}
.blog header {
    padding: 25px 0;
}

.blog .posts h1 { 
    font-weight: bold;
    color: #4e4e4e;
    line-height: 45px;
    font-size: 45px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}
.blog h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog .posts article .title {
    font-size: 24px;
    line-height: 40px;
    color: #0076ad;
    font-weight: 400;
    text-align: right;
}
.blog .posts article .title a {
    font-size: 25px;
    line-height: 40px;
    color: #0076ad;
    font-weight: 400;
}
.blog .posts article .title .fa.fa-pencil-square-o {
    margin-left: 20px;
    font-size: 28px;
    color: #0076ad;
    font-weight: 400;
    position: relative;
    top: 2px;
}
.blog .posts article .divider {
    text-align: center;
    margin-bottom: 40px;
}
.blog .posts article .divider {
    text-align: center;
}
.blog .posts .content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: right;
}
.blog .posts .container .content h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.blog .posts .read_more  {
    text-align: left;
}
.blog .posts .content .question {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog .posts .read_more .links a {
    background:  #f4e11d;
    padding: 8px;
    color: #ffffff ;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
.blog .posts .read_more .links a .fa{
    margin-right: 5px;
}
.paper-recycling header {
    padding: 25px 0;
}
.paper-recycling h1 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}
.paper-recycling h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}
.paper-recycling p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: right;
}
.paper-recycling p span{
    font-size: 22px;
    font-weight: 500;
}
.paper-recycling .artical-sources {
    font-size: 22px;
    text-align: right;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.paper-recycling .back button {
    background: #ffec40;
    border-color: #ffec40;
    color: #100f0f;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: right;
}
.paper-recycling footer {
    background: #BE2F77;
    color: #fff;
}
.paper-recycling .menu-style li a {
    color: #fff;
}
.paper-recycling .footer .logo-box a {
    color: #fff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffec40;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  .btn-primary {
    background-color: #FAFAFA;
    color: #000;
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
  }

/* Article Page Styles */
.artical {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.artical h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

.artical h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.artical h3 {
    font-size: 1.4rem;
    color: #34495e;
    margin: 1.5rem 0 1rem;
    font-weight: 500;
    text-align: right;
}

.artical-details {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.artical-details p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.2rem;
}

.artical-details strong {
    color: #2c3e50;
    font-weight: 600;
}

.back {
    text-align: left;
    margin-top: 2rem;
    padding-left: 1rem;
    display: flex;
    justify-content: flex-start;
}

.back button {
    background-color: #27ae60;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 0;
    margin-right: auto;
}

.back button:hover {
    background-color: #219a52;
}

/* Responsive Design for Article */
@media (max-width: 768px) {
    .artical {
        padding: 40px 0;
    }

    .artical h1 {
        font-size: 2rem;
    }

    .artical h2 {
        font-size: 1.5rem;
    }

    .artical h3 {
        font-size: 1.2rem;
    }

    .artical-details {
        padding: 1.5rem;
    }

    .artical-details p {
        font-size: 1rem;
    }
}

/* Print Styles for Article */
@media print {
    .artical {
        padding: 0;
        background-color: #fff;
    }

    .artical-details {
        box-shadow: none;
        padding: 0;
    }

    .back {
        display: none;
    }
}

