/*  ===  PRICING  ===
******************************************* */
.pricings {
    gap: 5rem;
}

.price-list {
    border: 1px solid #fdf2e9;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%);
}

.price-list-border-top {
    padding: 5px 0;
    background: #5b5b5b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.price-list-header {
    position: relative;
    margin-bottom: 3rem;
    background-color: #fcfcfc;
    padding: 1.5rem 1.5rem 0;
    border-bottom: 1px solid #aeb0b5;
}

.price-list-title {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: 0.75px; */
    margin-bottom: 2rem;
}

.price-list-sum {
    display: block;
    font-size: 5.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.6rem;
}

.price-list .euro {
    font-size: 3rem;
    font-weight: 500;
    margin-right: 0.8rem;
}

.price-list-text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #6f6f6f;
}

.price-list .level {
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--color-primary-dark);
    position: absolute;
    bottom: 6px;
    right: 6px;
    letter-spacing: 1px;
}

.checkboxes {
    list-style: none;
    font-weight: 300;
    padding: 1.5rem;
}

.checkboxes li {
    padding-bottom: 1rem;
}

.checkboxes label {
    position: relative;
    padding: 0rem 0 0rem 4rem;
    margin-bottom: 2.5rem;
    cursor: pointer;
}

.checkboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkboxes input:checked~.checkmark {
    background-color: #fff;
    margin-left: 5px;
}

.checkmark {
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #9e9e9e;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label-pricing input:checked~.checkmark:after {
    display: block;
}

.label-pricing .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #4CAF50;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input:checked+.chtext {
    font-weight: 500;
}

.chtext {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* footer */
.price-list-footer {
    text-align: center;
    padding: 1.5rem;
    background-color: #212121;
    border-top: 1px solid #e8e8e8;
}

.price-list-footer p {
    font-size: 1.2rem;
    color: #aeb0b5;
    font-weight: 600;
    line-height: normal;
}

.price-list-footer button {
    background-color: #373737;
    color: #ececec;
    padding: 7px 16px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 18px;
    border: 2px solid #595959;
    font-size: 1.4rem;
}

/* info pricing service */
.info-pricings {
    padding: 5rem 0 5rem;
    background: #f3f4f5;
    margin: 5rem 0 5rem;
    position: relative;
}

.info-pricings::before {
    background: linear-gradient(-45deg, #505050 10px, transparent 0), linear-gradient(45deg, #505050 10px, transparent 0);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 12px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
    height: 25px;
}

.info-pricings::after {
    background: linear-gradient(-45deg, #ffffff 10px, transparent 0), linear-gradient(45deg, #ffffff 10px, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 12px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
}

.info-pricing {
    gap: 2rem;
    /* font-size: 1.8rem; */
    align-items: center;
    line-height: 1.4;
    position: relative;
}

.info-pricing-level {
    padding-right: 0.5rem;
    font-size: 3.3rem;
    font-weight: 500;
    color: #981b1e;
}




/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-pricing-content {
    font-size: 1.8rem;
    background-color: #fefefe;
    margin: 1% auto;
    /* padding: 20px; */
    border: 1px solid #888;
    width: 60%;
    /* max-width: 600px; */
    position: relative;
}

.modal-title-box {
    background-color: #3e8de3;
    padding: 2rem;
    color: #fff;
    background-image: url(../../img/footer/diag_pattern.png);
}

.modal-pricing-content h4 {
    font-size: 2vw;
}

.full-price-items {
    padding: 2rem 4rem;
}

.price-category {
    margin-bottom: 3rem;
}

.priceDetalisTitle {
    margin-bottom: 1.5rem;
    font-weight: 500;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 0.7rem;
    cursor: pointer;
}

.subitem-list img {
    width: 0.2rem;
    height: auto;
}

.close {
    color: #fff;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    /* color: #aaa; */
    font-size: 30px;
    color: #c0d7fb;
    text-decoration: none;
    cursor: pointer;
}


/* o detaljima za izabranu listu u cjenovniku */
.details-icon {
    /* margin-left: 10px; */
    width: 0.9rem;
    margin: 0 0.8rem 0 0;
    /* transition: all 1ms ease; */
}

.rotate {
    transform: rotate(90deg);
    /* transition: all 1ms ease; */
    margin-right: 1rem;
}

.price-details {
    color: #666;
    border: 1px solid #ccc;
    padding: 0.8rem;
    background-color: #f9f9f9;
    position: relative;
}

.item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 1.2rem 0;
    font-size: 1.9rem;
}

.item-name,
.item-value {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    /* Sprečava prelamanje teksta */
}

.item-value {
    color: #981b1e;
}

.dots {
    flex-grow: 1;
    height: 3px;
    margin: 0 10px;
    background-image: url('../../img/border/dots.svg');
    background-repeat: repeat-x;
    background-size: 10px 2px;
    align-self: end;
}



.close-details-icon {
    cursor: pointer;
    font-size: 2rem;
    color: #333;
    font-weight: 600;
}