/* Zapewnienie równych odstępów w siatce */
.custom-grid-row {
    margin-left: -5px;
    margin-right: -5px;
}

/* Kafelki opcji rezerwacji */
.booking-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding: 15px;
    background-color: #ffcd04;
    border: 0;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 100%;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .booking-option:hover {
        background-color: #f8b120;
        color: #000;
        text-decoration: none;
        outline: none;
    }
}

/* Stylizacja ikon wewnątrz kafelków */
.booking-option svg {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
    fill: black;
    /*transition: transform 0.2s ease;*/
}

.booking-option:hover svg {
    /*transform: scale(1.1);*/
}

.booking-option span {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
}

/* Przycisk resetujący domyślny wygląd w HTML (dla <button>) */
button.booking-option {
    appearance: none;
    -webkit-appearance: none;
}

/* Płynne przejścia dla widoków w modalu */
.animate-fade {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.booking-option i {
    font-size: 40px;
    padding-bottom: 8px;
}

.booking-option .angle {
    display: none;
}

.booking-option span.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-zamow-modal {
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
}

.view-modal-zamow-card {
    text-align: left;
}

.view-modal-zamow-card button {
    width: 130px;
    color: #888888;
}

.view-modal-zamow-kontakt .btn-back {
    padding-left:0;
    width: 130px;
    color: #888888;
}

.view-contact-number a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-contact-number a:hover {
    color: #000000;
}

.view-contact-number a:hover span.view-contact-icon {
    border-color: #000000;
}

@media (min-width: 1200px) {
    .view-contact-number a:hover {
        color: #686868;
    }

    .view-contact-number a:hover span.view-contact-icon {
        border-color: #686868;
    }
}

.view-contact-number .view-contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border: 3px solid #000;
    border-radius: 50%;
}

.view-contact-number .view-contact-txt {
    font-weight: 600;
    font-size: 28px;
}

.view-contact-number > div {
    width: 260px;
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.view-contact-info-doradcy {
    margin-top: 24px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
    padding: 12px;
    border-radius: 12px;
    font-weight: 500;
}

#view-address .card-text {
    font-weight: 600;
}

#view-address svg {
    width: 24px;
    height: 24px;
} 

#view-address .zobacz-na-mapie {
    font-weight: 500;
}




/*MOBILE START*/
    .booking-option {
        height: 64px;
        flex-direction: row;
        justify-content: space-between;
    }

    .booking-option svg {
        width: 32px;
        height: 32px;
        margin-right: 16px;
        margin-bottom: 0;
    }

    .booking-option .angle {
        display: block;
        color: #c5c5c5;
    }

    .booking-option .angle svg {
        margin-right: 0;
    }

    .booking-option span.icon {
        flex-direction: row;
    }

/*MOBILE END*/

.view-modal-zamow-kontakt .modal-zamow-phone-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.view-modal-zamow-kontakt .modal-zamow-phone-form div:first-of-type {
    width: 100%;
}

.view-modal-zamow-kontakt .modal-zamow-phone-form div:last-of-type button {
    background: #ffcd04;
    border-color: #ffcd04;
    color: #000;
    margin-left: 8px;
    height: 48px;
    width: 110px;
    font-weight: 600;
    border: 0;
}

.view-modal-zamow-kontakt .oddzwonimy-label {
    font-size: 13px !important;
    line-height: 1.5 !important;
    max-width: 470px;
}

.view-modal-zamow-kontakt .form-group {
    text-align: left;
}

.view-modal-zamow-kontakt [class*=icheck-]>input:first-child+label.label-border-error::before {
    border-color: #dc3545;;
}

.view-modal-zamow-kontakt [class*=icheck-]>input:first-child+label::before {
    border-radius: 4px;
}

.view-modal-zamow-kontakt #ZamowKontaktInfoZgoda {
    font-weight: 700;
    font-size: 14px;
    margin-top:8px;
}

.view-modal-zamow-kontakt #form-success-doradcy {
    font-size:14px; 
    font-weight: 500; 
    margin-bottom: 16px
}

@media (max-width: 410px) {
    .view-modal-zamow-kontakt .modal-zamow-phone-form { 
        flex-direction: column;
    }

    .view-modal-zamow-kontakt .form-group {
        text-align: center;
    }

    .view-modal-zamow-kontakt .modal-zamow-phone-form div:last-of-type button {
        margin-left: 0;
        margin-top: 8px
    }
}

.openModalBtn {
    background: #ffffff;
    color: #000000;
    border-radius: 9px;
    border: 2px solid #000000;
    width: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 15px 14px;
}

.openModalBtn:focus {
    /*box-shadow: 0 0 0 0.2rem rgb(255 205 4 / 25%);*/
    box-shadow: none;
}

.openModalBtn:hover {
    border-color: #ffcd04;
}

.view-modal-zamow-kontakt .icheck-primary > input:first-child:checked + label::before {
    background-color: #ffcd04;
    border-color: #ffcd04;
}

.view-modal-zamow-kontakt [class*=icheck-]>input:first-child:checked+label::after {
    border-color: #000;
}