.page-title {
    padding: 40px 0 40px;
}
.page-title h1 {
    font-weight: 700;
}
.page-title p {
    max-width: 600px;
    margin: auto;
    color: #6b7280;
}

/* LEFT INFO */
.section-heading {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-desc {
    margin-bottom: 25px;
}

.info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.info-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e8f6fb;
    color: #47a0cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* EMERGENCY */
.emergency-box {
    background: #f0fafc;
    border-left: 4px solid #47a0cc;
    padding: 15px;
    border-radius: 6px;
    margin-top: 25px;
}

/* FORM */
.form-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.form-control, .form-select {
    height: 37px;
    border-radius: 8px;
}
.btn-book {
    width: 100%;
    height: 50px;
    background: #47a0cc;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
}

/* STEPS */
.steps-section {
    padding: 60px 0;
}
.step-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    position: relative;
}
.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #47a0cc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}
.step-card i {
    font-size: 34px;
    color: #47a0cc;
    margin-bottom: 10px;
}
