@media (min-width: 280px) and (max-width: 991px) {
    .hero-section .first-bx .reveiw-bx {
        padding-left: 10px;
    }
}
.text-pink {
    color: var(--color-primary-pink);
}
.custom-hover {
    transition: 0.3s ease-in-out;
}
.custom-hover:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.standard-btn-pink-outline.active,
.standard-btn-pink-outline:active,
.standard-btn-pink-outline:focus {
    background-color: #fce5f0 !important;
    color: #de006f !important;
    border: 1px solid #f7bfdb !important;
}
:root {
    --pm-pink: #de006f;
    --pm-pink-600: #c60062;
    --pm-blue: #003c52;
    --pm-blue-80: #0b2230;
    --pm-muted: #f7f9fc;
    --pm-border: #edeff3;
    --pm-shadow: 0 10px 28px rgba(0, 60, 82, 0.08);
    --pm-shadow-hover: 0 16px 44px rgba(0, 60, 82, 0.14);
}
@media (min-width: 992px) {
    .process-wrap {
        position: relative;
        padding-top: 1rem;
    }
}
.bg-light-pink {
    background-color: #ffe7f1;
}
.bg-light-blue {
    background-color: #aae8ff;
}
.bg-gradient-pink {
    background: linear-gradient(135deg, #de006f0d, #003c520d);
}
.bg-gradient-blue {
    background: radial-gradient(120% 120% at 0 0, rgba(13, 123, 187, 0.3) 0, #fff 50%, rgba(38, 135, 221, 0.08) 100%);
}
.icon-width {
    width: 40px;
    height: 40px;
}
.theme-border-pink {
    border: 1px solid #de006f !important;
}
.theme-border-blue {
    border: 1px solid #003c52 !important;
}
.card-hover:hover {
    transform: translateY(-4px);
    transition: transform 0.3s;
}
.card-hover {
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.table-compare {
    --bs-table-bg: #fff;
    border: 1px solid #e6eef6;
    border-radius: 0;
    overflow: hidden;
}
.table-compare thead th {
    background: #f2f5f6;
    color: #de006f;
    font-weight: 700;
    border-bottom: 1px solid #9ec7e6;
}
.table-compare td,
.table-compare th {
    vertical-align: middle;
}
.table-compare tr + tr td {
    border-top: 1px solid #e6eef6;
}
.table-compare .yes {
    color: #22a06b;
    font-weight: 700;
}
.table-compare .no {
    color: #dc3545;
    font-weight: 700;
}
.table-compare .hint {
    color: var(--ink-400);
    font-size: 0.925rem;
}
.table-striped-13cure tbody tr:nth-of-type(odd) {
    background-color: #fbfdff;
}
@media print {
    .btn,
    .fab-cta,
    .navbar,
    .sticky-cta,
    .topbar {
        display: none !important;
    }
    a {
        color: #000;
        text-decoration: underline;
    }
    .card,
    .info-block,
    .keytake,
    .table-compare {
        box-shadow: none !important;
    }
}
.card-top-hover {
    position: relative;
    overflow: hidden;
}
.card-top-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 4px;
    border-radius: 20px;
    background: #de006f;
    transition: transform 0.3s;
}
.card-top-hover:hover::before {
    transform: translateX(-50%) scaleX(1);
}
.connection-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 76px;
    height: 3px;
    background: #de006f;
    z-index: 0;
}
.connection-node {
    width: 24px;
    height: 27px;
    border-radius: 100%;
    border: 4px solid #fff;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #ffe7f1;
    border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ff66b2;
    border-radius: 4px;
}
.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #ff66b2 #ffe7f1;
}
.swiper-slide .p-3 {
    height: 250px;
    overflow: hidden;
}
/* booking steps process */
.process-wrap {
    position: relative;
    padding-top: 1rem;
}
.process-track {
    position: absolute;
    left: 8%;
    right: 8%;
    height: 4px;
    border-radius: 6px;
    top: 50px;
    background: linear-gradient(90deg, #ffd2e7, #e6f0f7);
    z-index: 1;
}
.process-steps-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.process-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
.step-dot-wrapper {
    position: relative;
    margin-bottom: 18px;
}
.step-dot {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #fce5f0;
    box-shadow: 0 0 0 8px rgba(222, 0, 111, 0.06);
    color: var(--pm-pink);
    transition: 0.3s ease-in-out;
}
.process-step:hover .step-dot {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 0 10px rgba(222, 0, 111, 0.12);
}
.step-num {
    position: absolute;
    top: -10px;
    right: -4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--pm-pink);
    color: #fff;
    font-weight: 800;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(222, 0, 111, 0.35);
    z-index: 4;
}
/* Mobile */
@media (max-width: 991px) {
.process-steps-row {
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.process-track {
    display: none;
}

.process-heading {
    font-size: 1.6rem;
}

.process-step {
    flex: none;
    width: 100%;
    max-width: 280px;
}
}
/* card width */
@media (min-width: 992px) 
{
    .custom-max-width {
        max-width: 1000px;
        margin: 0 auto;
    }
}