.info-card {
    border: 1px solid #f0f1f5;
    position: relative;
    min-height: 400px;
}

.top-accent-line {
    height: 4px;
    background: linear-gradient(to right, #0073A6, #0094D4);
    width: 100%;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #0075FF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i { font-size: 28px; }

/* Стилізація контенту з адмінки */
.content-styled {
    line-height: 1.8;
    color: #444;
    font-size: 16px;
}

.content-styled h2, .content-styled h3 {
    color: #222;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-styled p {
    margin-bottom: 20px;
}

.content-styled ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.content-styled ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.content-styled ul li::before {
    content: "check_circle";
    font-family: 'Material Icons';
    position: absolute;
    left: 0;
    color: #0075FF;
    font-size: 18px;
}

.text-blue { color: #0075FF; }

.features-min i {
    font-size: 36px;
}

@media (max-width: 768px) {
    .p-md-5 { padding: 25px !important; }
    .item-h { font-size: 1.5rem; }
}
/* Акцентна лінія під заголовком */
.accent-line {
    width: 60px;
    height: 4px;
    background: #0075FF;
    border-radius: 2px;
}

/* Блок зі статистикою */
.stats-row .text-blue {
    color: #0075FF;
}

.stats-row .border-left, .stats-row .border-right {
    border-color: #f0f1f5 !important;
}

/* Стилізація тексту (перевизначаємо стандартні p та h2 всередині контенту) */
.content-styled {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #444;
}

.content-styled p {
    margin-bottom: 25px;
}

.content-styled blockquote {
    border-left: 5px solid #0075FF;
    padding-left: 20px;
    font-style: italic;
    color: #666;
    margin: 30px 0;
}

/* Адаптація для мобільних */
@media (max-width: 767px) {
    .stats-row div[class*="col-"] {
        margin-bottom: 20px;
        border: none !important;
    }
    .display-4 { font-size: 2.5rem; }
}
.contact-info-card {
    border-left: 5px solid #0075FF !important;
}

.icon-box {
    background: #f0f7ff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 20px;
}

.contact-item a {
    text-decoration: none;
    transition: 0.2s;
}

.contact-item a:hover {
    color: #0075FF !important;
}

.map-container {
    filter: grayscale(0.2);
    transition: 0.3s;
}

.map-container:hover {
    filter: grayscale(0);
}

.rounded-15 {
    border-radius: 15px;
}
.form-help-container {
    background: #ffffff;
    border: 1px solid #f0f1f5 !important;
}

.border-light-gray {
    border: 1px solid #e1e4e8 !important;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
}

.border-light-gray:focus {
    border-color: #0075FF !important;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 117, 255, 0.1) !important;
    outline: none;
}

.rounded-20 {
    border-radius: 20px !important;
}

.shadow-blue {
    box-shadow: 0 8px 20px rgba(0, 117, 255, 0.2);
    transition: all 0.3s ease;
}

.shadow-blue:hover {
    box-shadow: 0 12px 25px rgba(0, 117, 255, 0.3);
    transform: translateY(-2px);
}

.form-control::placeholder {
    color: #bbb;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .form-help-container {
        padding: 25px !important;
    }
}
/* Додай це в info_pages.css */
.text-danger { color: #ff3b30 !important; }

.feature-icon-min {
    width: 60px;
    height: 60px;
    background: #fff5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.feature-icon-min i {
    font-size: 30px;
}

.repair-features h6 {
    font-size: 1rem;
    margin-bottom: 8px;
}

/* Стилізація списків у контенті ремонту */
.content-styled ul li::before {
    color: #ff3b30 !important; /* Червоні галочки для сторінки ремонту */
}
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #f0f7ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-box i {
    font-size: 28px;
}

.delivery-payment-icons h6 {
    margin-top: 15px;
    color: #333;
}

.delivery-payment-icons p {
    line-height: 1.4;
}

/* Стилізація списків у контенті, якщо вони приходять з бази */
.content-styled ul {
    list-style: none;
    padding-left: 0;
}

.content-styled ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.content-styled ul li::before {
    content: "check_circle";
    position: absolute;
    left: 0;
    color: #0075FF;
    font-size: 20px;
}
.privacy-text {
    line-height: 1.8;
    color: #4a4a4a;
    font-size: 0.95rem;
}

.privacy-text h2, .privacy-text h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #222;
}

.privacy-text p {
    margin-bottom: 1.2rem;
}

/* Стилізація маркованих списків для юридичних пунктів */
.privacy-text ul {
    margin-bottom: 1.5rem;
}

.privacy-text ul li {
    margin-bottom: 0.5rem;
}
