@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.app-light-bg {
  background: #f4f9fc;
}
.app-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(34, 58, 102, 0.1);
  border: 1px solid rgba(34, 58, 102, 0.08);
}
.app-hp {
  position: absolute !important;
  left: -10000px !important;
  opacity: 0 !important;
}
.blog-card {
  height: 100%;
  overflow: hidden;
}
.blog-card img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.blog-meta {
  font-size: 0.88rem;
  color: #6f8ba4;
}
.tag-pill {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 10px;
  background: #eaf2f7;
  color: #095a4b;
  font-size: 0.82rem;
  margin: 0.12rem;
  text-decoration: none;
}
.tag-pill:hover {
  background: #095a4b;
  color: #fff;
  text-decoration: none;
}
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.blog-hero {
  background: #033028;
  color: #fff;
  padding: 80px 0;
}
.blog-hero h1 {
    color: #ffffff !important;
}
.blog-hero a {
  color: #fff;
}
.blog-page-font,
.blog-page-font h1,
.blog-page-font h2,
.blog-page-font h3 {
    font-family: 'Merriweather', serif !important;
}
.like-btn {
  border: 0;
  font-size: 0.8rem;
  background: #033028;
  color: #fff;
  border-radius: 5px;
  padding: 0.65rem 1.15rem;
  cursor: pointer;
}
.search-panel {
    background: #fff;
    border: 1px solid #e9eef3;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(34, 58, 102, .06)
}

.auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eaf2f7, #fff)
}

.auth-card {
    width: min(480px, 92vw);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(34, 58, 102, .13);
    padding: 32px
}

.admin-shell {
    display: flex;
    min-height: 100vh;
    background: #f5f8fb
}

.admin-sidebar {
    width: 270px;
    background: #223a66;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 22px
}

.admin-sidebar a {
    color: rgba(255, 255, 255, .84);
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
    background: rgba(255, 255, 255, .12);
    color: #fff
}

.admin-main {
    margin-left: 270px;
    width: calc(100% - 270px);
    padding: 26px
}

.admin-top {
    background: #fff;
    border-radius: 18px;
    padding: 18px 22px;
    margin-bottom: 24px;
    box-shadow: 0 8px 30px rgba(34, 58, 102, .07)
}

.admin-table {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(34, 58, 102, .07);
    overflow: hidden
}

.status-badge {
    border-radius: 999px;
    padding: .25rem .65rem;
    font-size: .78rem;
    text-transform: capitalize
}

.status-new,
.status-requested,
.status-pending {
    background: #fff3cd;
    color: #856404
}

.status-published,
.status-active,
.status-approved,
.status-confirmed {
    background: #d4edda;
    color: #155724
}

.status-draft,
.status-inactive {
    background: #e2e3e5;
    color: #383d41
}

.status-archived,
.status-spam,
.status-cancelled {
    background: #f8d7da;
    color: #721c24
}

.ql-editor {
    min-height: 320px
}

.form-help {
    font-size: .85rem;
    color: #6f8ba4
}

.portal-hero {
    background: linear-gradient(135deg, #223a66, #1f6f8b);
    color: #fff;
    border-radius: 22px;
    padding: 30px
}

.metric-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 8px 30px rgba(34, 58, 102, .07);
    height: 100%
}

.appointment-slot {
    border: 1px solid #e9eef3;
    border-radius: 16px;
    padding: 18px;
    background: #fff
}

.responsive-table {
    width: 100%;
    overflow-x: auto
}

.admin-actions {
    white-space: nowrap
}

@media(max-width:991px) {
    .admin-sidebar {
        position: relative;
        width: 100%;
        height: auto
    }

    .admin-main {
        margin-left: 0;
        width: 100%
    }

    .admin-shell {
        display: block
    }

    .header-top-bar .top-bar-info li {
        display: block;
        margin-bottom: 6px
    }

    .blog-hero {
        padding: 45px 0
    }
}

.section-mini {
    padding: 60px 0
}

.image-preview {
    max-height: 150px;
    border-radius: 12px;
    margin-top: 8px
}

.danger-zone {
    border: 1px solid #f5c6cb;
    background: #fff5f6;
    border-radius: 16px;
    padding: 16px
}

.page-banner {
    background: #f4f9fc;
    padding: 70px 0
}

.page-banner h1 {
    color: #223a66
}

.content-page {
    font-size: 1rem;
    line-height: 1.8
}

.content-page h2,
.content-page h3 {
    color: #223a66;
    margin-top: 28px
}

.appoinment-form .form-control {
    margin-bottom: 0
}

.appoinment-form .form-group {
    margin-bottom: 18px
}

.appointment-picker {
    margin: 24px 0
}

.appointment-country-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 18px;
    align-items: end;
    background: linear-gradient(135deg, #f7fbfa, #fff);
    border: 1px solid rgba(9, 90, 75, .12);
    border-radius: 5px;
    padding: 22px;
    box-shadow: 0 16px 38px rgba(9, 90, 75, .07)
}

.appointment-country-card label {
    display: block;
    color: #095a4b;
    font-weight: 700;
    margin-bottom: 6px
}

.appointment-country-card p {
    margin: 0;
    color: #6f8ba4;
    line-height: 1.5
}

.appointment-country-select {
    height: 48px;
    border-radius: 14px;
    border-color: #dbe7e5
}

.appointment-scheduler-panel {
    margin-top: 18px
}

.appointment-picker-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 18px
}

.appointment-date-panel,
.appointment-time-panel {
    background: #fff;
    border: 1px solid #e7efed;
    border-radius: 5px;
    padding: 22px;
    box-shadow: 0 18px 44px rgba(34, 58, 102, .08)
}

.appointment-panel-heading {
    margin-bottom: 14px
}

.appointment-panel-heading h3 {
    font-size: 22px;
    line-height: 1.2;
    color: #223a66;
    margin: 3px 0 4px
}

.appointment-panel-heading small {
    display: block;
    color: #6f8ba4;
    line-height: 1.45
}

.appointment-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background: #e8f4f1;
    color: #095a4b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 5px 10px
}

.appointment-date-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px
}

.appointment-date-pill {
    appearance: none;
    border: 1px solid #dfe9e7;
    background: #f9fcfb;
    border-radius: 5px;
    padding: 13px 8px;
    min-height: 94px;
    text-align: center;
    cursor: pointer;
    transition: all .18s ease;
    color: #223a66
}

.appointment-date-pill span {
    font-family: 'Merriweather', serif;
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #6f8ba4
}

.appointment-date-pill em {
    display: block;
    font-style: normal;
    font-size: 10px;
    color: #6f8ba4
}

.appointment-date-pill strong {
    font-family: 'Merriweather', serif;
    display: block;
    font-size: 26px;
    line-height: 1.2;
    color: #223a66
}

.appointment-date-pill:hover {
    border-color: #095a4b;
    box-shadow: 0 12px 26px rgba(9, 90, 75, .10);
    transform: translateY(-1px)
}

.appointment-date-pill.is-selected {
    background: #095a4b;
    border-color: #095a4b;
    color: #fff;
    box-shadow: 0 16px 32px rgba(9, 90, 75, .22)
}

.appointment-date-pill.is-selected span,
.appointment-date-pill.is-selected strong,
.appointment-date-pill.is-selected em {
    color: #fff
}

.appointment-time-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.appointment-time-slot {
    font-family: 'Poppins', serif;
    appearance: none;
    border: 1px solid #dfe9e7;
    background: #fff;
    border-radius: 14px;
    padding: 13px 12px;
    color: #095a4b;
    font-weight: 700;
    cursor: pointer;
    transition: all .18s ease
}

.appointment-time-slot:hover {
    border-color: #095a4b;
    box-shadow: 0 12px 24px rgba(9, 90, 75, .10);
    transform: translateY(-1px)
}

.appointment-time-slot.is-selected {
    background: #095a4b;
    border-color: #095a4b;
    color: #fff;
    box-shadow: 0 16px 30px rgba(9, 90, 75, .20)
}

.appointment-time-slot:disabled {
    opacity: .42;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    text-decoration: line-through
}

.appointment-empty-time {
    background: #f7fbfa;
    border: 1px dashed #c9dbd7;
    border-radius: 5px;
    color: #6f8ba4;
    padding: 18px;
    line-height: 1.5
}

.appointment-selection-summary {
    margin-top: 14px;
    background: #f7fbfa;
    border: 1px solid #dfe9e7;
    border-radius: 5px;
    padding: 14px 16px;
    color: #223a66
}

.appointment-selection-summary strong {
    color: #095a4b
}

.appointment-selection-summary span {
    color: #6f8ba4;
    font-size: 12px;
    font-style: italic;
}

.summary-selected-time {
    font-size: 18px !important;
    font-weight: 800 !important;
    font-family: 'Merriweather', serif !important;
    color: #856404 !important;
    font-style: normal !important;
}

@media(max-width:991px) {

    .appointment-country-card,
    .appointment-picker-grid {
        grid-template-columns: 1fr
    }

    .appointment-date-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(max-width:575px) {
    .appointment-date-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .appointment-time-grid {
        grid-template-columns: 1fr
    }

    .appointment-date-panel,
    .appointment-time-panel,
    .appointment-country-card {
        padding: 18px;
        border-radius: 20px
    }
}