/* ========================================= */
/* SELECTOR SECTION STYLES */
/* ========================================= */
.see-all-selector {
    position: relative;
    height: auto;
    padding: 0 0 40px 0;
    color: #fff;
    background-color: #16171B;
    text-align: center;
    overflow: hidden;
}
.see-all-selector-holder {
    margin: -90px 15px;
    max-width: 750px;
}
.see-all-blue-line {
    width: 100%;
    height: 1px;
    background-color: #00D4E9;
    border-radius: 2px;
    margin: 20px auto 20px auto;
}
.see-all-selector-content {
    max-width: 1440px;
    margin: 0 auto;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}
.see-all-selector-bg {
    width: 100%;
}
.see-all-highlight {
    color: #00D4E9;
}
.see-all-selector-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.see-all-selector-text h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.see-all-selector-text p {
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color:#fff;
}
.see-all-selector-tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 800px;
}
.see-all-selector-tools h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #00D4E9;
    font-size: 1.6rem;
}
.see-all-selector-tools p {
    font-size: 16px;
}
.see-all-selector-tools p {
    color:#fff
}
.see-all-selector-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
}
.see-all-selector-option {
    border: 2px solid #fff;
    padding: 25px 14px 50px 14px; /* Povećan bottom padding za prostor za button */
    border-radius: 10px;
    width: 47%;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    /* margin: 0 auto; */
    background: linear-gradient(to bottom,
    rgb(0 232 255 / 28%),
    rgba(128, 128, 128, 0.1),
    rgb(19 19 19 / 12%));
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around; */
}
.first-icon-third,
.second-icon-third {
    width: 100%;
}
.see-all-last-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}
.first-icon {
    height: auto;
    transition: transform 0.5s ease;
    width: 50px;
}
.second-icon {
    height: auto;
    transition: transform 0.5s ease;
    width: 50px;
}
.see-all-selector-icon {
    height: auto;
    transition: transform 0.5s ease;
    width: 50px;
}
.selector-plus {
    font-size: 32px;
    font-weight: 500;
    color: var(--primary-color);
}
.selector-multi-icons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.selector-btn {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 170px;
    width: calc(100% - 28px); /* Širina minus margine sa obe strane */
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: 1px solid #00D4E9;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.3s ease, color 0.3s ease;
    margin-top: 0;
}

.see-all-selector-option {
    border-color: #00D4E9;
    background: linear-gradient(to bottom,
    rgb(0 232 255 / 28%),
    rgba(128, 128, 128, 0.1),
    rgb(19 19 19 / 12%));
}
.see-all-selector-icon {
    transform: rotate(-90deg);
}
.see-all-selector-option .selector-size {
    color: #00D4E9;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    line-height: 1;
}
.second-step-text {
    margin-top: 2px!important;
    margin-bottom: 12px!important;
}
.second-step-title {
    margin-top: 12px!important;
    margin-bottom: 2px!important;
}
.flex-icons-holder {
    margin-top: 8px;
}
.see-all-selector-option .selector-description {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    margin-top: 0;
}
.wave-icon {
    width: 8px;
    transition: transform 0.5s cubic-bezier(.4,2,.6,1);
}
.btn-negative-margin {
    display: inline-block;
    transform: translateY(-50px);
}
/* MEDIA QUERIES for SELECTOR SECTION */
@media (min-width: 576px) {
    /* SELECTOR SECTION */
    .see-all-selector-text h2 {
        font-size: 3rem;
    }
    .see-all-selector-tools h3 {
        font-size: 1.8rem;
    }
    .see-all-selector-text p {
        max-width: 70%;
    }
}
@media (min-width: 768px) {
    /* SELECTOR SECTION - DESKTOP-SPECIFIC STYLES AND HOVER */
    .see-all-selector-bg {
        display: none;
    }
    .see-all-selector {
        background-image: url("../assets/img/see-all/klima-selection.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 40px 0;
    }
    .see-all-selector-holder {
        margin: 130px 15px;
        max-width: 750px;
    }
    .see-all-selector-options {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .see-all-selector {
        height: auto;
        padding: 0;
    }
    .see-all-selector-text p {
        max-width: 50%;
        color: #fff;
    }
    .see-all-selector-options {
        flex-direction: row;
        margin-top:40px;
        flex-wrap: nowrap;
    }
    .see-all-selector-option {
        background: transparent;
        border: 2px solid #fff;
        margin: 0 auto;
        width: 100%;
        padding: 25px 14px 50px 14px; /* Konzistentno sa mobilnim */
    }
    .see-all-selector-icon {
        width: auto;
    }
    .wave-icon {
        width: auto;
    }
    .first-icon-third,
    .second-icon-third {
        width: auto;
    }

    /* Ovi stilovi su za STVARNI HOVER na desktopu za selector opcije */
    @media (pointer: fine) and (hover: hover) {
        .see-all-selector-option {
            border-color: #fff;
            background-color: rgba(0, 0, 0, 0.3);
        }
        .see-all-selector-option:hover {
            border-color: #00D4E9;
            /* background: linear-gradient(to bottom, rgba(0, 212, 233, 0.1), rgba(0, 212, 233, 0.05)); */
            background: linear-gradient(to bottom,
            rgb(0 232 255 / 28%),
            rgba(128, 128, 128, 0.1),
            rgb(19 19 19 / 12%));
        }
        .see-all-selector-icon {
            transform: rotate(0deg);
        }
        .see-all-selector-option:hover .see-all-selector-icon {
            transform: rotate(-90deg);
        }
        .see-all-selector-option:hover .first-icon {
            transform: translateX(-10px);
        }
        .see-all-selector-option:hover .second-icon {
            transform: translateX(10px);
        }
        .see-all-selector-option:hover .flex-icons-holder .first-icon-wave:nth-child(1) {
            transform: translateX(-18px);
        }
        .see-all-selector-option:hover .flex-icons-holder .first-icon-wave:nth-child(2) {
            transform: translateX(-6px);
        }
        .see-all-selector-option:hover .flex-icons-holder .first-icon-wave:nth-child(3) {
            transform: translateX(6px);
        }
        .see-all-selector-option:hover .flex-icons-holder .first-icon-wave:nth-child(4) {
            transform: translateX(18px);
        }
        .see-all-selector-option:hover .flex-icons-holder .second-icon-wave:nth-child(1) {
            transform: translateX(-6px);
        }
        .see-all-selector-option:hover .flex-icons-holder .second-icon-wave:nth-child(2) {
            transform: translateX(6px);
        }
        .selector-btn {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease, color 0.3s ease;
        }
        .see-all-selector-option:hover .selector-btn {
            opacity: 1;
            visibility: visible;
        }
    }

    .selector-btn {
        margin-top: 0;
    }
    .see-all-last-step{
        padding: 25px 15px 50px 15px; /* Konzistentno sa ostalim karticama */
    }
    .see-all-selector-tools {
        min-height: 500px;
    }
}
/* Large devices (desktops) - min-width: 992px */
@media (min-width: 992px) {
    /* SELECTOR SECTION */
    
    .see-all-selector-content {
        align-items: flex-start;
    }
    .see-all-selector-text h2 {
        font-size: 2.8rem;
    }   
    .see-all-selector-options {
        margin-top:0;
    }
    .see-all-selector-text p {
        font-size:16px;
    }
    .see-all-selector-tools p {
        font-size:16px;
    }
    .see-all-selector-tools {
        min-height: 460px;
    }
}
@media (min-width: 1200px) {
    .see-all-selector-text p {
        font-size:18px;
    }

    .see-all-selector-option {
        padding: 35px 20px 56px 20px; /* Dodano 36px na dno za button + 20px prostora */
    }

    .see-all-selector-option .selector-size {
        font-size: 2.2rem;
        margin-top: 1rem;
    }
    .see-all-selector-tools p {
        margin-bottom:1.2rem;     
    }
    .see-all-blue-line {
        margin: 30px auto 30px auto;
    }
}
@media (min-width: 1400px) {
    /* SELECTOR SECTION */
    .see-all-selector-text h2 {
        font-size: 4rem;
    }
    .see-all-selector-tools h3 {
        font-size: 2.4rem;
    }
    .see-all-selector-option .selector-description {   
        font-size: 18px;   
    }
    .see-all-selector-holder {
        /* margin: 250px 0; */
        margin-top: 130px;
        margin-bottom: 400px;
        max-width: 750px;
    }
     .see-all-selector {
        height: 120vh;
    }
}
/* Nova Media Query za rezolucije od 1024px do 1680px */
@media (min-width: 1024px) and (max-width: 1680px) {
    /* .see-all-selector-content {
        align-items: center;
        text-align: center;
    } */
}
@media (min-width: 1920px) {
    .see-all-selector {
        height: 105vh;
    }
}
@media (min-width: 2560px) {
    .see-all-selector {
        height: auto;
    }
}