:root {
    --bs-text-opacity: 1;
    --bs-success-rgb: 15, 118, 110;
    --teal: #0d9488;
    --teal-hover: rgb(15 118 110 / 1);
    --bs-dropdown-link-active-bg:  rgb(15 118 110 / 1);
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.offer-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.offer-card:hover img {
    transform: scale(1.1);
}

.px12y20 {
    padding: 12px 20px !important;
}

.px12y16 {
    padding: 12px 16px !important;
}

.px4y12 {
    padding: 4px 12px !important;
}

.shadow-ring {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(204 251 241 / 1), 0 0 0 0px #fff;
}

a.btn.btn-sm.rounded-pill.btn-teal.shadow-sm {
    background-color: var(--teal) !important;
    color: white !important;
}

a.btn.btn-sm.rounded-pill.text-dark:hover {
    color: var(--teal-hover) !important;
    background-color: rgb(204 251 241 / 1) !important;
}

a.btn.btn-sm.rounded-pill.text-danger:hover {
    color: rgb(190 18 60 / 1) !important;
    background-color: rgb(255 241 242 / 1) !important;
}

.rounded75 {
    border-radius: 0.75rem !important;
}

body .btn-teal {
    background-color: var(--teal);
    color: #fff;
}

body .btn-teal:hover {
    background-color: var(--teal-hover);
    color: #fff;
}

.text-teal-700 {
    color: var(--teal);
    text-decoration: none;
}

.text-teal-700:hover {
    text-decoration: underline;
}

.logo-circle {
    width: 40px;
    height: 40px;
    font-weight: bold;
    background-color: var(--teal);
}

.btn-gradient {
    background: linear-gradient(to right, #0d9488, #14b8a6);
}

.btn-radius {
    border-radius: 1rem;
}

.btn-orange {
    background-color: #f97316 !important;
    color: #fff;
}

.btn-orange:hover {
    background-color: #ea580c !important;
    color: #fff;
}

.badge-light-teal {
    background-color: #f0fdfa;
}

.badge-light-orange {
    background-color: #f8fafc;
}

.dot-teal {
    width: 8px;
    height: 8px;
    background-color: var(--teal);
}

.dot-orange {
    width: 8px;
    height: 8px;
    background-color: #f97316;
}

.arrow-circle {
    width: 32px;
    height: 32px;
    background-color: var(--teal);
    transition: transform .2s;
}

.offer-bg-blue {
    background-color: #e0f2fe !important;
}

.offer-bg-pink {
    background-color: #fce7f3 !important;
}

.offer-bg-purple {
    background-color: #ede9fe !important;
}

.offer-bg-green {
    background-color: #dcfce7 !important;
}

.offer-bg-yellow {
    background-color: #fef9c3 !important;
}

.offer-img {
    width: 64px;
    height: 64px;
    opacity: .9;
    transition: transform .3s;
}

ul li {
    margin-top: 8px;
}

.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

.fs30 {
    font-size: 30px !important;
}

.vertical-super {
    vertical-align: super !important;
}

#offers .card:hover .fw-semibold.text-dark {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.shadow-sm-hover:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-sm-hover:hover .arrow-circle {
    transform: translateX(0.125rem);
    transition: transform 0.2s ease;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: rgb(156, 163, 175) !important;
}

.new-card .btn.btn-sm.btn-teal.w-100.fw-medium.rounded-3 {
    background-color: #fff;
    color: #fff;
}

.new-card .card:hover .btn.btn-sm.btn-teal.w-100.fw-medium.rounded-3 {
    background-color: var(--teal);
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .5rem 1rem;
    border-radius: .75rem;
    font-size: .875rem;
    font-weight: 500;
    color: #334155;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    transition: background-color .15s ease, transform .12s ease, box-shadow .12s ease;
    -webkit-tap-highlight-color: transparent;
}

.filter-btn:hover {
    background: #f8fafc;
}

.filter-btn:focus {
    outline: none;
    box-shadow: 0 0 0 .25rem rgba(13, 148, 136, 0.12);
}

.filter-btn.active,
.filter-btn[aria-pressed="true"] {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
    box-shadow: 0 .125rem .25rem rgba(13, 148, 136, 0.12);
}

/* Доп. кастомные цвета и формы */
.bg-teal-50 {
    background-color: #f0fdfa !important;
}

.border-teal-100 {
    border-color: #99f6e4 !important;
}

.rounded-4 {
    border-radius: 1.5rem !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: var(--teal);
    border-radius: .75rem;
}

.badge.bg-white {
    background-color: #fff !important;
    color: #334155 !important;
}

.badge.text-teal-700 {
    color: var(--teal) !important;
    background-color: #f0fdfa !important;
}

.text-slate-800 {
    color: #1e293b !important;
}

.text-slate-900 {
    color: #0f172a !important;
}

.text-slate-600 {
    color: #475569 !important;
}

/* Цвета slate */
.text-slate-700 {
    color: #334155 !important;
}

.text-slate-600 {
    color: #475569 !important;
}

.text-slate-900 {
    color: #0f172a !important;
}

.bg-slate-100 {
    background-color: #f1f5f9 !important;
}

.bg-emerald-900 {
    background-color: rgb(6 78 59 / 1) !important;
}

.bg-emerald-800 {
    background-color: rgb(6 95 70 / 1) !important;
}

.bg-emerald-600 {
    background-color: #059669 !important;
}

.bg-emerald-600:hover {
    background-color: #047857 !important;
}

.bg-emerald-700 {
    background-color: #047857 !important;
}

.text-emerald-50-90 {
    color: rgba(236, 253, 245, 0.9);
}

.text-emerald-700 {
    color: rgb(4 120 87 / 1) !important;
}

.bg-emerald-700 {
    background-color: #047857 !important;
}

button.bg-light.text-teal-700:hover {
    background-color: rgb(236 253 245 / 1) !important;
}


.text-teal-700 {
    color: #0f766e !important;
}

.bg-slate-50 {
    background-color: #f8fafc !important;
}

.bg-emerald-50 {
    background-color: #ecfdf5 !important;
}

.bg-emerald-600 {
    background-color: #059669 !important;
}

.bg-emerald-700 {
    background-color: #047857 !important;
}

.border-emerald-700 {
    --bs-border-color: rgb(4 120 87 / 1) !important;
    border-color: rgb(4 120 87 / 1) !important;
}

.card-emerald {
    background-color: #059669;
    border-radius: 1rem;
    transition: .2s;
}

.card-emerald:hover {
    background-color: #047857;
}

.hover-underline:hover {
    text-decoration: underline;
}

.custom-ol {
    list-style: none;
    padding-left: 1.5rem;
    border-left: 2px solid rgb(204 251 241 / 1);
}

.custom-ol li {
    position: relative;
    margin-bottom: 0.5rem;
}

.custom-ol li::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0.4rem;
    width: 12px;
    height: 12px;
    background-color: #20c997;
    border-radius: 50%;
}

.faq-box .accordion-button {
    background: #fff;
    border: none;
    box-shadow: none;
    padding: .75rem 1rem;
}

.faq-box .accordion-button:not(.collapsed) {
    background: #f8fafc;
}

.faq-box .accordion-item {
    border-bottom: 1px solid #e2e8f0;
}

.booking-form {
    background: linear-gradient(135deg, #047857, #059669);
}

.booking-input {
    border-radius: 1rem;
    border: 1px solid rgba(16, 185, 129, 0.4);
    background: rgba(255, 255, 255, .95);
    font-size: .9rem;
    padding: .75rem 1rem;
}

.booking-input:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.25);
}

.booking-btn {
    border-radius: 1rem;
    background: #fff;
    color: #047857;
    font-weight: 600;
    font-size: .9rem;
    padding: .75rem 1.25rem;
}

.booking-btn:hover {
    background: #f0fdfa;
}

.outline-none:focus {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--teal-hover) !important; 
 
}


@media (min-width: 768px) {
    .p-md-5 {
        padding: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        width: 33.33333333%;
        float: left;
    }

    .col-lg-8 {
        width: 66.66666667%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
        float: left;
    }
}