
body {
    background-color: #F4F4F4 !important;
    color:rgb(42 42 42/var(--tw-text-opacity));
    font-family:Roboto,sans-serif;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Fira Sans,sans-serif;
}
.txt-osloveni {
    color: #2A2A2A;
    font-size: 1.25rem;
}

.txt-copy {
    color: #5C5C5C !important;
    font-size: 0.875rem !important;
}

.txt-hours {
    color: #626262!important;
    font-size: 0.875rem !important;
}

.txt-green {
    color: #008030 !important;
    font-size: 0.875rem !important;
}
.txt-gray333 {
    color: #333333;
}

h1, .h1 {
    color: #2A2A2A;
    font-size: 2rem;
}

.survey-card {
    position: relative;
    max-width: 920px; /* Maximální šířka pro desktop */
    border-radius: 15px;
    overflow: hidden; /* Pro správné zobrazení dekorací */
    background: #FFFFFF url(../img/page-bg.png) no-repeat top right;
    border: none;
}
@media (min-width: 920px) {
	.survey-card {
		width: 920px
	}
}
.footer {
    max-width: 920px; /* Maximální šířka pro desktop */
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .box-phone {
        margin-left: 1rem !important;
    }
}


/* Styly pro hodnocení */
.box-form {
    width: 584px;
    margin: auto;
}

.rating-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; 
    border-color: #ced4da;
    color: #495057; 
    font-weight: bold;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.rating-btn:hover,
.rating-btn.active,
input[type="radio"]:checked + .rating-btn {
    background-color: #F98E04; 
    border-color: #F98E04;
    color: #fff;   
}

input[type="radio"]:checked + .rating-btn {
    border-color: #2A2A2A;
    background-color: #F2A900; 
    border-width: 2px;
}

.rating-buttons input[type="radio"]{
    display: none;
}

.icon-legend * {
    line-height: 1rem;
}


.far {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: .25rem;
    margin-left: .65rem;
}
.far:nth-child(2) {    
    margin-right: .55rem;
    margin-left: .25rem;
}

.far.fa-frown {
    background: transparent url(../img/icon-frown.svg) no-repeat center center;
}
.far.fa-smile{
    background: transparent url(../img/icon-smile.svg) no-repeat center center;
}
.far.fa-error{
    display: inline-block;
    background: transparent url(../img/icon-warning.svg) no-repeat center center;
    background-size: 16px 16px;
    margin-top: .125rem;
}

.icon-warning span { 
     color: #ff0037;
}

/* Styly pro tlačítko Odeslat */
.submit-button {
    color: #000;
    background-color: #F98E04;
    border-color: #F98E04;
    font-weight: bold;
    padding: 16px 12rem 16px 12rem; 
    border-radius: 26px;
    line-height: 1rem;
    font-size: 1rem !important;
    font-family: Roboto ;
    font-weight: 500;
}

.submit-button:hover {
    background-color: #e07b00; 
    border-color: #e07b00;
}

/* Styly pro odkazová tlačítka */
.button-href {
    max-width: 212px;
    color: #000;
    background-color: #F98E04;
    border-color: #F98E04;
    font-weight: bold;
    padding: 1rem 4.375rem; 
    margin: 0 1rem;
    border-radius: 26px;
    line-height: 1rem;
    font-size: 1rem !important;
    font-family: Roboto ;
    font-weight: 500;
}
.button-href:nth-child(2) {
    padding: 1rem 3rem; 
}

.button-href:hover {
    background-color: #e07b00; 
    border-color: #e07b00;
}

/* Kontaktní ikony */
.fas {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: .125rem;
}

.fas.fa-phone-alt {
    background: transparent url(../img/phone-icon.svg) no-repeat center center;
}
.fas.fa-envelope{
    background: transparent url(../img/envelope-icon.svg) no-repeat center center;
}

/* Responzivní úpravy */
@media (max-width: 767.98px) {
    .page-content{
        padding: 0 4px;
    }
    .survey-card {
        margin: .1rem;
        border-radius: 0; 
        box-shadow: none; 
        background-size: 20% auto;
    }
    .box-form {
        width: 100%;
        margin: 0;
    }

    .rating-buttons {
        /*justify-content: space-around !important; */
    }

    .rating-btn {
       width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    .far {
    }
    .far:nth-child(2) {    
    }
    .submit-button {
        width: 100%;
        max-width: 441px;
        padding-left: 0;
        padding-right: 0;
    }

    .button-href {
        margin: .5rem auto;
    }

    .contact-info .flex-md-row {
        flex-direction: column !important;
    }

    .contact-info .me-md-4 {
        margin-right: 0 !important;
    }

    .contact-info .mb-2.mb-md-0 {
        margin-bottom: 1rem !important;
    }

    .header-decorations .circle-top-right {
        width: 150px;
        height: 150px;
        top: -70px;
        right: -70px;
    }
}

@media (max-width: 350px) {
    .mark-sep  {
        display: none !important;
    }
    .rating-btn {
       width: 9vw;
        height: 9vw;
        font-size: 0.9rem;
    }
}
