#fullImageContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

#fullImage {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

#closeButton {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
}

#closeButton:hover {
    color: red;
}
.rtl .arrow {
    position: absolute;
    right: 9.5rem;
    bottom: 2.5rem;
}

.rtl .arrow img {
    width: 75px;
    transform: rotate(45deg);
}
.ltr .arrow {
    position: absolute;
    left: 8.5rem;
    bottom: 4rem;
}

.ltr .arrow img {
    width: 100px;
    transform: rotate(170deg);
}

@keyframes rotateArrow {
    0% {
        transform: rotate(-20deg) translateY(5px);
    }
    100% {
        transform: rotate(-10deg) translateY(-5px);
    }
}

.quote_open {
    display: inline-block;
    color: white;
    font-size: 0.875rem;
    padding: 8px 28px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #74a32d;
    border-image: initial;
    background: linear-gradient(90deg, #a3dd4b, #74a32d);

    white-space: nowrap;
}

.quote_open:hover {
    background: white;
    color: #74a32d;
    border-color: #74a32d;
}

.Share {
    display: inline-block;
    color: white;
    font-size: 0.875rem;
    padding: 8px 28px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 153, 64);
    border-image: initial;
    background: linear-gradient(
        260.13deg,
        rgb(245, 150, 34) 0%,
        rgb(255, 179, 85) 49%,
        rgb(245, 150, 34) 97.99%
    );

    white-space: nowrap;
}
.Share:hover {
    background: white;
    color: rgb(245, 150, 34);
    border-color: rgb(245, 150, 34);
}
.project-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: rgb(36, 90, 165);
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 100%;
    line-height: 1.5;
}

.text-content {
    font-size: inherit;
    line-height: inherit;
}

/* .container {
    box-sizing: content-box;
    padding: 0 12px;
    max-width: 640px;
    margin: 48px auto;
    } */

.step-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.step-list__item {
    counter-increment: step-counter;
    position: relative;
}
.step-list__item:before {
    content: counter(step-counter);
    font-weight: 300;
    color: #85af46;
}
.step-list__item h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
.step-list__item .icon {
    border-radius: 50%;
    display: block;
    flex: 0 0 auto;
}
.step-list__item .icon img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.step-list__item .text-content {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.step-list__item .content {
    display: flex;
    flex-direction: row;
    padding-bottom: 18px;
}
.step-list__item:first-child .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(2) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(3) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(4) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(5) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(6) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(7) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(8) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(9) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(10) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(11) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(12) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(13) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(14) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(15) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(16) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(17) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(18) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(19) .icon {
    background: #edf6ef;
}
.step-list__item:nth-child(20) .icon {
    background: #d0f3ba;
}
.step-list__item:nth-child(odd) .content {
    justify-content: flex-start;
}
.step-list__item:nth-child(even) .content {
    justify-content: flex-end;
}
.step-list__item:first-child > .step-list__item__inner:before {
    content: none;
}
.step-list__item:last-child > .step-list__item__inner:after {
    content: none;
}
.step-list__item + li {
    margin-top: 84px;
}
.step-list__item + li > div {
    margin-top: -1px;
}

.table-responsive .table .table-dark tr th {
    border-color: #74a32d;
    background: linear-gradient(180deg, #a3dd4b, #74a32d);
    min-width: 250px;
}
@media screen and (max-width: 768px) {
    /* .step-list__item {
    display: flex;
    } */
    .step-list__item:before {
        content: counter(step-counter);
        position: relative;
        font-size: 36px;
        line-height: 42px;
        font-weight: 300;
        margin-right: 12px;
        display: flex;
        justify-content: flex-end;
    }
    .step-list__item .icon {
        order: 0;
        width: 90px;
        height: 90px;
        padding: 9px;
        position: absolute;
        left: -9px;
        top: 42px;
    }
    .step-list__item .text-content {
        order: 1;
        margin-top: 8px;
        margin-left: 12px;
    }
    .step-list__item .content {
        align-items: flex-start;
    }
    .step-list__item .content:before {
        content: "";
        position: absolute;
        border-left: #d8d8d8;
        height: 100%;
        left: 9px;
        bottom: 0;
        display: block;
        width: 1px;
        background: #d8d8d8;
        top: 84px;
    }
    .step-list__item:last-child .content:before {
        content: none;
    }
    .step-list__item:nth-child(odd) .content {
        justify-content: space-between;
    }
    .step-list__item:nth-child(even) .content {
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .step-list__item:before {
        content: counter(step-counter);
        position: absolute;
        font-size: 90px;
        line-height: 2;
        font-weight: 300;
        color: #85af46;
    }
    .step-list__item .icon {
        width: 174px;
        height: 174px;
        padding: 48px;
    }
    .step-list__item .text-content {
        flex: 0 1 33.3333%;
        /* margin-top: 84px; */
        margin-right: 24px;
    }
    .step-list__item .content {
        align-items: flex-end;
    }
    .step-list__item > .step-list__item__inner {
        position: relative;
    }
    .step-list__item > .step-list__item__inner:before,
    .step-list__item > .step-list__item__inner:after {
        border-width: 0px;
        border-style: solid;
        border-color: #d8d8d8;
        display: block;
        content: "";
        position: absolute;
        height: 42px;
        width: calc(33.3333% - 42px);
    }
    .step-list__item:nth-child(odd) > .step-list__item__inner {
        text-align: right;
    }
    .step-list__item:nth-child(odd) > .step-list__item__inner:before,
    .step-list__item:nth-child(odd) > .step-list__item__inner:after {
        border-left-width: 2px;
        left: calc(33.3333% - 21px);
    }
    .step-list__item:nth-child(odd) > .step-list__item__inner:before {
        border-top-width: 2px;
        border-top-left-radius: 42px;
        margin-top: -42px;
        border-color: #74a32d;
    }
    .step-list__item:nth-child(odd) > .step-list__item__inner:after {
        border-bottom-width: 2px;
        border-bottom-left-radius: 42px;
        margin-bottom: -42px;
        border-color: #245aad;
    }
    .ltr .step-list__item:nth-child(odd):before {
        right: 0;
        margin-right: 33.3333%;
        transform: translateX(-100%);
    }
    .ltr .step-list__item:nth-child(odd) .icon {
        margin-right: 55px;
    }
    .rtl .step-list__item:nth-child(odd):before {
        left: 0;
        margin-left: 33.3333%;
        transform: translateX(-100%);
    }
    .rtl .step-list__item:nth-child(odd) .icon {
        margin-left: 55px;
    }
    .step-list__item:nth-child(even) > .step-list__item__inner:before,
    .step-list__item:nth-child(even) > .step-list__item__inner:after {
        border-right-width: 2px;
        right: calc(33.3333% - 21px);
    }
    .step-list__item:nth-child(even) > .step-list__item__inner:before {
        border-top-width: 2px;
        border-top-right-radius: 42px;
        margin-top: -42px;
        border-color: #245aad;
    }
    .step-list__item:nth-child(even) > .step-list__item__inner:after {
        border-bottom-width: 2px;
        border-bottom-right-radius: 42px;
        margin-bottom: -42px;
        border-color: #74a32d;
    }
    .rtl .step-list__item:nth-child(even):before {
        right: 0;
        margin-right: 33.3333%;
        transform: translateX(100%);
    }
    .rtl .step-list__item:nth-child(even) .icon {
        margin-right: 72px;
    }
    .rtl .step-list__item:nth-child(even) .text-content {
        order: 1;
    }

    .ltr .step-list__item:nth-child(even):before {
        left: 0;
        margin-left: 33.3333%;
        transform: translateX(100%);
    }
    .ltr .step-list__item:nth-child(even) .icon {
        margin-left: 72px;
    }
    .ltr .step-list__item:nth-child(even) .text-content {
        order: 1;
    }
}
.card-style {
    background-color: white;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 8px;
}

.card-style h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    background: linear-gradient(90deg, #a3dd4b, #74a32d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-style p {
    color: #245aa5;
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
}
.text-adders {
    font-size: 36px;
    color: #245aa5;
    text-align: center;
    font-weight: bold;
}
.contact_section {
    position: relative;
    padding-left: 100px; /* adjust based on the image size */
}

.step-list__item .content {
    display: flex;
}

.tree-type,
.tree-category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin: 5px 0;
    font-size: 16px;
}

.tree-type strong,
.tree-category strong {
    color: #174e36;
    min-width: 70px;
}

.tree-name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.tree-details .card-img-top {
    height: 400px;
    object-fit: contain;
    border-radius: 16px 16px 0 0;
    filter: brightness(0.95);
}

@media (max-width: 868px) {
    .text-adders {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .step-list__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card-style {
        width: 90%;
        max-width: 100%;
    }

    .content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon img {
        width: 60px;
    }

    .tree-details .card-img-top {
        height: auto;
    }
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.8;
    top: 50%;
    height: max-content;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    padding: 15px 15px;
    top: 50%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}
