/* KARTY */
.contact-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: 0.25s;
}

/* LEVÝ AKCENT */
.contact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #dc3545;
}

/* HOVER */
.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* HLAVNÍ DISPEČINK */
.contact-card-main {
    background: #dc3545;
    color: #fff;
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* IKONA KOLEČKO */
.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* TELEFON */
.phone-main {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.phone-secondary {
    font-size: 15px;
    display: block;
}

/* EMAIL */
.email-main {
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.email-light {
    color: #fff;
}

/* NADPISY */
.section-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

/* POZNÁMKY */
.contact-note {
    font-size: 13px;
    color: #6c757d;
}

/* BLOKY */
.contact-block {
    margin-bottom: 20px;
}

/* NONSTOP */
.badge-nonstop {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    background: #fff;
    color: #dc3545;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
}

/* MAPA */
.map-container {
    border-radius: 12px;
    overflow: hidden;
}

.heating-status-area {
    padding: 50px 0;
}

/* HLAVNÍ BOX */
.heating-status {
    border-radius: 14px;
    padding: 22px 28px;
    color: #fff;
    font-weight: 500;
}

/* FLEX */
.status-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.status-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* IKONA */
.status-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* TEXT */
.status-text h3 {
    margin: 0;
    color: #e1ebe4;
}

.status-text p {
    margin: 0;
    font-size: 15px;
    color: black;
    opacity: 0.95;
}

/* PRAVÁ STRANA */
.status-right {
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
}

/* ZELENÁ */
.status-ok {
    background: linear-gradient(135deg, #1fae4b, #28c76f);
}

/* ČERVENÁ */
.status-problem {
    background: linear-gradient(135deg, #d63031, #ff7675);
}

/* HOVER */
.heating-status:hover {
    transform: translateY(-2px);
    transition: 0.2s;
}
.section-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 32px;
}

.section-buttons a {
        background: #CCA339;
        color: #fff;
        padding: 9px 22px;
        border-radius: 4px;
        font-weight: bold;
        transition: .34s ease;
}

.section-buttons a:hover {
        box-shadow: 0 0 10px #CCA339;
}

.section-buttons a + a {
        margin-left: 16px;
}


.language-odstup{
    margin-left: 10px;
}

.language-odstup2{
    margin: 15px;
}


/*================================================
textblock
================================================*/
.text-web ul{
	position:relative;
	margin-top:30px;
}

.text-web ul li{
	position:relative;
	color:#666666;
	font-weight:400;
	padding-left:10px;
	margin-left:40px;
	margin-bottom:10px;
	list-style: disc;
}



.text-web ol{
	position:relative;
	margin-top:30px;
}

.text-web ol li{
	position:relative;
	color:#666666;
	font-weight:400;
	padding-left:10px;
	margin-left:40px;
	margin-bottom:10px;
	list-style:decimal;
}


.text-web ol li ul{
	position:relative;
	margin-top:20px;
}

.text-web ol ul li{
	position:relative;
	color:#666666;
	font-weight:400;
	padding-left:10px;
	margin-left:40px;
	margin-bottom:10px;
	list-style: none;
}


.text-web img {
	height: auto !important;
	max-width: 100%;
}

.text-web{
    display: block;
    padding: 10px;
}

.text-web h2{
	position:relative;
	margin-top: 30px; 
	margin-bottom: 40px;
}

.flash{
    display: block;
    margin-top: 120px;
    text-align: center;
    font-size: 30px;
}

.flash.success{
    background-color: green;
    color: white;
}

.flash.error{
    background-color: red;
    color: white;
}