html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-button {
    background-color: var(--bs-light);
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

dl > dd > dl > dt {
    font-weight: normal;
    border-bottom-style: dotted !important;
    border-bottom-width: 1px !important;
    display: flex;
    align-items: flex-end;
}

dl > div.row > dd > dl > dt, dl > div.row > dd > dl > dd {
    font-weight: normal;
}

dl > dd > dl > dd {
    display: flex;
    align-items: flex-end;
}

.striped dt, .striped dd {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
}

.striped-even > .row:nth-child(even) {
    background-color: var(--bs-light);
}

.striped-odd > .row:nth-child(odd) {
    background-color: var(--bs-light);
}

.input-group-text {
    font-family: monospace;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header .remove-btn {
    margin-right: 5px;
    margin-left: 5px;
    order: 1;
}

.editable {
    min-height: 10rem;
}

.hover-card:hover {
    background-color: #f8f9fa; /* light gray */
    box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1); /* subtle glow */
    cursor: pointer;
}

.option-group .input-group > .input-group-text {
    opacity: 0.75;
    border: none;
    background-color: transparent;
    font-family: revert;
    min-width: 3rem;
}

.option-group .row > .input-group-text {
    border: none;
    background-color: transparent;
    font-family: revert;
}





/* �����, �������� bullets-��������� */
.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center; /* ����������� ��� icon */
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* ���������� hover lift ��� ��� ������ */
.hover-lift {
    transition: transform .2s ease, box-shadow .2s ease;
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 .8rem 1.6rem rgba(0,0,0,.12);
}






/* ������� ���� & ����� crop ��� carousel */
.hero-carousel .carousel-item {
    position: relative;
    height: 340px;
}

@media (min-width: 992px) {
    .hero-carousel .carousel-item {
        height: 420px;
    }
}

.hero-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ���������� ����� gradient ��� �� ������� � ������� */
.hero-gradient {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(90deg, rgba(255,255,255,.75) 0%, rgba(255,255,255,0) 20%);*/
}

/* ������� ����� negative margins */
.hero-caption {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    text-align: left;
}

/* ������� �������� ��� ����� */
.carousel-control-prev, .carousel-control-next {
    width: 3rem;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.25));
}

/* ������ ������� */
.step-card .card-body {
    padding: 1rem 1.25rem;
}

.step-badge {
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: var(--bs-primary);
    flex: 0 0 42px;
}

/* Band �� ���������� */
.stats-band {
    background: var(--bs-primary-bg-subtle);
}

.stat-number {
    font-weight: 800;
    font-size: 1.15em;
    color: var(--bs-primary);
}




/* Stacked table ��� < lg */
@media (max-width: 991.98px) {
    .table-stacked thead {
        display: none;
    }

    .table-stacked tbody tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid var(--bs-border-color);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 .25rem .75rem rgba(0,0,0,.05);
    }

    .table-stacked tbody td,
    .table-stacked tbody th {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        padding: .75rem 1rem;
    }

    .table-stacked tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--bs-secondary-color);
        margin-right: 1rem;
    }

    .table-stacked tbody td:last-child {
        justify-content: flex-end;
    }
}

/* �����������: ���������/������� ���� ��� ����� */
.table-stacked img.flag {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}
