/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Brand-color overrides for components compiled into vendors.min.css. */
.owl-next i:hover,
.owl-prev i:hover {
    color: #CC5803;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #0058DE;
}

.nice-select::after {
    border-bottom-color: #0058DE;
    border-right-color: #0058DE;
}

/* Pricing section */
.price_section .price_intro {
    max-width: 760px;
    margin: 0 auto 40px;
    color: #0A122A;
}

.price_table_scroll {
    overflow-x: auto;
    border: 1px solid rgba(10, 18, 42, 0.12);
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(10, 18, 42, 0.08);
    -webkit-overflow-scrolling: touch;
}

.price_table_scroll:focus-visible {
    outline: 3px solid rgba(0, 88, 222, 0.35);
    outline-offset: 3px;
}

.price_table {
    width: 100%;
    min-width: 850px;
    margin: 0;
    border-collapse: collapse;
    color: #0A122A;
    background-color: #fff;
}

.price_table th,
.price_table td {
    padding: 20px 16px;
    border-bottom: 1px solid rgba(10, 18, 42, 0.1);
    text-align: center;
    white-space: nowrap;
}

.price_table thead {
    border-bottom: 4px solid #FFC233;
    color: #fff;
    background-color: #0A122A;
}

.price_table thead th {
    font-weight: 600;
}

.price_table tbody th {
    color: #0058DE;
    font-weight: 700;
}

.price_table tbody tr:nth-child(even) {
    background-color: #faf8f5;
}

.price_table tbody tr:last-child th,
.price_table tbody tr:last-child td {
    border-bottom: 0;
}

.price_info_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.price_info_item {
    padding: 20px;
    border-left: 4px solid #698F3F;
    border-radius: 8px;
    color: #0A122A;
    background-color: #faf8f5;
}

.price_info_item span {
    display: block;
    margin-bottom: 6px;
    color: #0058DE;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price_info_item strong {
    display: block;
    font-weight: 600;
    line-height: 1.5;
}

.price_info_item a {
    color: #0058DE;
}

.price_info_item a:hover {
    color: #CC5803;
}

/* Header language switch */
header nav ul li.language_switch {
    margin-left: 18px;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

header nav ul li.language_switch a {
    font-weight: 700;
}

@media (max-width: 991px) {
    .main-menu #mainNav ul li.language_switch {
        margin-top: 2px;
    }

    .main-menu #mainNav ul li.language_switch a {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .price_section .price_intro {
        margin-bottom: 28px;
    }

    .price_table th,
    .price_table td {
        padding: 16px 14px;
    }

    .price_info_grid {
        grid-template-columns: 1fr;
    }
}
