.about {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    color: #333;
}

.about h2 {
    color: #000;
    font-size: 2rem;
    border-bottom: 2px solid #3dc3a9;
    display: inline-block;
    margin: 0;
}

.about.links h2 {
    display: block;
}

.about .icon {
    font-size: 80px;
    color: #3dc3a9;
}

.about .cta-button {
    background: #3dc3a9;
}

.isoc-green .cta-button:hover,
.isoc-green .cta-button:focus,
.isoc-green .next-btn:hover,
.isoc-green .next-btn:focus,
.post-gallery button.slick-arrow:hover,
.post-gallery button.slick-arrow:focus {
    background: #0074cc !important;
}

@media screen and (max-width: 1660px) {
    .post-gallery.report .slick-track .slick-slide>div {
        width: 232px;
    }
}

.row.report {
    display: flex;
    align-items: stretch;
}

.row.report .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-container {
    max-width: 800px;
    margin: 20px 0 10px;
    background-color: #f8f9fa;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #76b1b4;
    border-bottom: 2px solid #76b1b4;
    flex: 1;
}

.accordion-container .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
}

.accordion-button {
    background: none !important;
    color: #002628;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    border: none;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-button a {
    text-decoration: none;
    color: white;
    width: 100%;
    display: inline-block;
}

.accordion-button:hover {
    text-decoration: underline;
}

.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    background: none !important;
    color: #002628 !important;
    border-radius: 8px;
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 14px 15px 14px !important;
}

.accordion-button.collapsed a {
    color: #333;
}

.accordion-body {
    background-color: #ffffff;
    padding: 20px;
    border: 0 !important;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.list-group-item {
    border: none;
    font-size: 1.58rem;
    border: 0 !important;
    border-bottom: 1px solid #cacaca !important;
    text-align: right;
    padding: 1rem 2rem !important;
}

.yes li.list-group-item::before {
    content: '\f05d';
    /* Font Awesome unicode for "check-circle" */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: green;
    display: inline-flex;
    margin: 0 -16px -6px 3px;
}

.no li.list-group-item::before {
    content: '\f057';
    font-family: "Font Awesome 5 Free";
    color: #d90000;
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin: 0 -16px -6px 3px;
}

.list-group-item a,
.list-group-item span {
    text-decoration: none;
    color: #002628;
    display: inline-flex;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .list-group-item a {
        list-style: none;
        margin: -24px 10px 0 0;
        display: block;
    }
}


.list-group-item a:hover {
    text-decoration: underline;
}

.responsive-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    margin: 20px auto;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #007bff, #0B3E4F);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.cta-button::after {

    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0 0 0 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.modal-header .btn-close {
    width: 2rem;
}

#formModal.modal .btn-close {
    width: 2rem;
}

.site-container h1,
.site-container h2 {
    margin: 0 0 20px;
}

.step-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.step-wrapper {
    display: flex;
    width: 100%;
    max-width: 700px;
    justify-content: space-between;
    align-items: center;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.step-item .step-number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #ddd;
    color: #555;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    transition: background-color 0.3s ease-in-out;
}

.step-item:hover {
    background: none;
}

.step-item .step-title {
    font-size: 16px;
    color: #666;
}

.step-line {
    flex: 1;
    height: 4px;
    background-color: #ddd;
    position: relative;
    z-index: 0;
    margin: 0 10px;
}

/* שלב פעיל */
.step-item.active .step-number {
    background-color: #007bff;
    color: white;
}

.step-item.active .step-title {
    color: #007bff;
}

/* קו מחבר בין שלבים פעילים */
.step-item.active~.step-line {
    background-color: #007bff;
}

.page-template-page-post-report .responsive-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* נגישות - סימון שלב נוכחי */
.step-item[aria-current="true"] {
    border-radius: 50%;
}

.section {
    padding: 20px;
    text-align: right;
}

.section h3 {
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    color: #40868c;
    font-size: 2.8rem
}

.section h3::after {
    content: "";
    color: #40868c;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #40868c;
    margin-left: 10px;
    vertical-align: middle;
    margin-right: 20px;
}

.section p {
    margin: 10px 0;
}

.highlight {
    font-weight: bold;
    border-bottom: 2px solid #9ee1d4;
    background: none !important;
}

.is-invalid {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.is-invalid:focus {
    outline: none;
    box-shadow: 0 0 5px red;
}

.wpcf7 #formModal label {
    text-align: start;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    /* מאפשר עיטוף של האלמנטים */
}

.checkbox-container .form-check {
    flex: 0 0 50%;
    /* כל checkbox יתפוס חצי רוחב (טור אחד) */
}

/* Special style for invalid checkboxes */
#formModal input[type="checkbox"] {
    width: 2rem;
    border-color: #333;
}

input[type="checkbox"].is-invalid {
    outline: 2px solid red;
}

.wpcf7 #formModal .radio label {
    flex: 1;
}

.form-check-input[type="radio"] {
    width: 1em;
}

.form-step .radio {
    padding: 0;
}

.formsbuttons button,
.formsbuttons input {
    font-size: 2rem;
}

.error-message {
    color: #d90000;
    font-size: 14px;
    margin-top: 5px;
}

.multi-select-close {
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.multi-select-close:hover {
    background-color: #c9302c;
}