:root {
    --hk-primary: #1e4dd8;
    --hk-secondary: #f97316;
    --hk-gradient: linear-gradient(120deg, #1e4dd8 0%, #2b7fff 50%, #07c8f9 100%);
    --hk-dark: #0f172a;
    --hk-muted: #64748b;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #1f2937;
}

.top-bar {
    background: var(--hk-gradient);
    font-weight: 500;
}

.navbar .nav-link {
    font-weight: 600;
    color: #1f2937;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--hk-primary);
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--hk-gradient);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(30, 77, 216, 0.25);
}

.hero {
    background: radial-gradient(circle at top left, rgba(7, 200, 249, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(30, 77, 216, 0.2), transparent 60%),
        #f8fafc;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    background: radial-gradient(circle, rgba(30, 77, 216, 0.12) 0%, transparent 65%);
    top: -180px;
    right: -180px;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-carousel {
    min-height: 340px;
}

.hero-carousel .carousel-item {
    min-height: 340px;
    background: transparent;
    padding: 1.5rem;
}

.hero-carousel-placeholder {
    min-height: 320px;
    width: 100%;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(226, 239, 255, 0.8) 0%, rgba(209, 233, 252, 0.9) 100%);
    color: var(--hk-primary);
    box-shadow: inset 0 0 0 1px rgba(30, 77, 216, 0.08);
}

.hero-carousel-placeholder i {
    font-size: 2rem;
}

.hero-carousel .carousel-item.active,
.hero-carousel .carousel-item-next,
.hero-carousel .carousel-item-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.hero-carousel-img {
    max-width: 100%;
    max-height: 320px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(15, 23, 42, 0.15));
    background: transparent;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .hero-carousel {
        min-height: 260px;
    }

    .hero-carousel .carousel-item {
        min-height: 240px;
        padding: 1rem;
    }

    .hero-carousel-img {
        max-height: 200px;
    }
}

.btn-primary {
    background: var(--hk-primary);
    border-color: var(--hk-primary);
}

.btn-primary:hover {
    background: #1639a6;
    border-color: #1639a6;
}

.btn-outline-primary {
    color: var(--hk-primary);
    border-color: rgba(30, 77, 216, 0.4);
}

.btn-outline-primary:hover {
    background: var(--hk-primary);
    border-color: var(--hk-primary);
}

.section-title {
    position: relative;
    display: inline-block;
    padding-left: 52px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--hk-muted);
}

.section-title::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 2px;
    background: var(--hk-secondary);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 77, 216, 0.1);
}

.feature-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
}

.scholarship-card {
    background: linear-gradient(150deg, rgba(25, 118, 210, 0.95) 0%, rgba(2, 136, 209, 0.85) 55%, rgba(3, 169, 244, 0.8) 100%);
    box-shadow: 0 18px 40px rgba(2, 119, 189, 0.35);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.scholarship-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.32) 0%, transparent 70%);
    top: -70px;
    right: -40px;
    opacity: 0.85;
}

.scholarship-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.35) 0%, transparent 75%);
    bottom: -110px;
    left: -70px;
}

.scholarship-card .card-body,
.scholarship-card .card-footer {
    position: relative;
    z-index: 1;
}

.scholarship-badge {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.78rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.scholarship-deadline {
    color: rgba(255, 255, 255, 0.75) !important;
}

.testimonial-showcase {
    background: #f4f7ff;
}

.testimonial-showcase .section-title {
    color: #0d47a1;
    letter-spacing: 0.18em;
}

.testimonial-showcase-card {
    max-width: 540px;
    background: #ffffff;
    border-radius: 24px;
    padding: 36px 42px;
    box-shadow: 0 28px 48px rgba(15, 23, 42, 0.1);
    position: relative;
}

.testimonial-showcase-card::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}

.testimonial-showcase-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
}

.testimonial-showcase-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-showcase-avatar span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d47a1;
}

.testimonial-quote {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #546e7a;
    margin-bottom: 22px;
}

.testimonial-name {
    font-size: 1.15rem;
    margin-bottom: 3px;
}

.testimonial-role {
    color: #ffb300;
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonial-country {
    color: #90a4ae;
}

.testimonial-showcase .carousel-item {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.testimonial-showcase .carousel-control-prev,
.testimonial-showcase .carousel-control-next {
    filter: invert(30%);
}

.testimonial-showcase .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(13, 71, 161, 0.3);
}

.testimonial-showcase .carousel-indicators .active {
    background-color: #0d47a1;
}

.testimonial-carousel.condensed .carousel-item {
    min-height: 0;
    padding: 0;
}

.testimonial-carousel.condensed .testimonial-card {
    margin: 0;
}

.testimonial-section .carousel-control-prev,
.testimonial-section .carousel-control-next {
    filter: invert(100%);
}

.testimonial-section .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.testimonial-section .carousel-indicators .active {
    background-color: #ffffff;
}

.section-panel {
    background: radial-gradient(circle at top left, rgba(7, 200, 249, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(30, 77, 216, 0.18), transparent 60%),
        #f8fafc;
    position: relative;
    overflow: hidden;
}

.section-panel>.container {
    position: relative;
    z-index: 1;
}

.stats-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.1);
}

.about-highlight-image img {
    object-fit: cover;
    min-height: 320px;
}

.timeline {
    position: relative;
    padding-left: 28px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: rgba(30, 77, 216, 0.2);
}

.timeline-step {
    position: relative;
    padding-bottom: 24px;
}

.timeline-step:last-child {
    padding-bottom: 0;
}

.timeline-step::before {
    content: attr(data-step);
    position: absolute;
    left: -28px;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--hk-gradient);
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(30, 77, 216, 0.25);
}

.badge-soft {
    background: rgba(30, 77, 216, 0.1);
    color: var(--hk-primary);
    border-radius: 999px;
    padding: 0.35rem 0.95rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.testimonial-card {
    border-radius: 18px;
    padding: 24px 28px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    position: relative;
}

.testimonial-carousel .carousel-item {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    filter: invert(100%);
}

.testimonial-card::before {
    content: "“";
    font-size: 4rem;
    color: rgba(15, 23, 42, 0.08);
    position: absolute;
    top: -20px;
    left: 18px;
}

.card-text.text-truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gradient-section {
    background: var(--hk-gradient);
    color: #ffffff;
}

.filter-form label {
    color: var(--hk-dark);
}

.form-control,
.form-select,
.form-check-input {
    border-radius: 12px;
    border-color: rgba(15, 23, 42, 0.12);
    padding: 0.65rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 77, 216, 0.15);
    border-color: rgba(30, 77, 216, 0.45);
}

.form-label {
    color: var(--hk-dark);
    font-weight: 600;
}

footer {
    background: var(--hk-dark);
}

footer p {
    margin-bottom: 0.3rem;
    color: rgba(226, 232, 240, 0.9);
}

footer h6 {
    color: #ffffff;
}

.testimonial-highlight {
    background: linear-gradient(180deg, #f8faff 0%, #eef4ff 100%);
}

.testimonial-highlight .section-title {
    color: #0d47a1;
    letter-spacing: 0.18em;
}

.testimonial-highlight-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 26px 45px rgba(15, 23, 42, 0.12);
    max-width: 820px;
    margin: 0 auto;
}

.testimonial-highlight-image {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.testimonial-highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-highlight-image span {
    font-size: 3rem;
    font-weight: 700;
    color: #0d47a1;
}

.testimonial-highlight-quote {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #455a64;
    margin-bottom: 18px;
}

.testimonial-highlight-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.testimonial-highlight-role {
    color: #ffb300;
    font-weight: 600;
    margin-bottom: 6px;
}

.blog-hero {
    background: linear-gradient(135deg, rgba(227, 242, 253, 0.9) 0%, rgba(209, 233, 252, 0.9) 100%);
}

.search-result-wrap {
    background: linear-gradient(135deg, rgba(248, 250, 255, 0.6) 0%, rgba(226, 239, 255, 0.65) 100%);
}

.posts-entry {
    row-gap: 2.5rem;
}

.blog-entry {
    padding: 1.75rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.blog-entry:first-of-type {
    padding-top: 0;
}

.blog-entry:last-of-type {
    border-bottom: none;
}

.blog-entry-search-item {
    align-items: flex-start;
}

.blog-entry .img-link {
    width: 180px;
    flex-shrink: 0;
    border-radius: 18px;
    overflow: hidden;
    display: block;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.blog-entry .img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-entry .img-link:hover img {
    transform: scale(1.05);
}

.blog-entry .date {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hk-muted);
}

.blog-entry h2 {
    font-size: 1.4rem;
    margin-bottom: 0.65rem;
}

.blog-entry h2 a {
    text-decoration: none;
    color: #1f2937;
}

.blog-entry h2 a:hover {
    color: var(--hk-primary);
}

.blog-entry p {
    color: #4b5563;
}

.sidebar .sidebar-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
    margin-bottom: 24px;
}

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form .bi-search {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: var(--hk-muted);
}

.sidebar-search-form input {
    padding-left: 40px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    height: 48px;
}

.post-entry-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-entry-sidebar li + li {
    margin-top: 16px;
}

.post-entry-sidebar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1f2937;
    gap: 14px;
}

.post-entry-sidebar img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.post-entry-sidebar h4 {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.post-entry-sidebar .post-meta span {
    font-size: 0.78rem;
    color: var(--hk-muted);
}

.categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories li {
    margin-bottom: 10px;
}

.categories a {
    text-decoration: none;
    color: #1f2937;
    display: flex;
    justify-content: space-between;
}

.categories a:hover {
    color: var(--hk-primary);
}

.tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags li {
    margin: 0;
}

.tags a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(30, 77, 216, 0.12);
    color: var(--hk-primary);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.tags a:hover {
    background: var(--hk-primary);
    color: #ffffff;
}

.custom-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-pagination a,
.custom-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 600;
    color: var(--hk-primary);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.custom-pagination span {
    background: var(--hk-primary);
    color: #ffffff;
}

.custom-pagination .disabled {
    color: rgba(15, 23, 42, 0.3);
    background: rgba(15, 23, 42, 0.05);
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .blog-entry-search-item {
        flex-direction: column;
    }

    .blog-entry .img-link {
        width: 100%;
        margin-bottom: 1.2rem;
    }
}

.blog-detail-hero {
    background: linear-gradient(135deg, rgba(248, 250, 255, 0.95) 0%, rgba(238, 244, 255, 0.95) 100%);
}

.blog-detail-hero-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.blog-detail-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
    line-height: 1.75;
    color: #37474f;
}

.blog-detail-content p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-detail-content blockquote {
    border-left: 4px solid rgba(30, 77, 216, 0.35);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
}

.blog-detail-sidebar {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.blog-detail-sidebar a:hover {
    color: #0d47a1;
}

.blog-detail-sidebar ul {
    margin-bottom: 0;
}

.blog-detail-sidebar li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .testimonial-highlight-image {
        max-width: 160px;
        margin-bottom: 1rem;
    }

    .testimonial-highlight-card {
        padding: 24px;
    }

    .hero .display-5,
    .university-hero .display-5 {
        font-size: 2.2rem;
    }

    .hero .lead,
    .university-hero .lead {
        font-size: 1rem;
    }

    .hero .hero-content:not(:last-child) {
        margin-bottom: 2rem;
    }

    .gallery-card-image {
        aspect-ratio: 1;
    }

    .blog-filter-card {
        margin-top: 1.5rem;
    }

    .blog-detail-content {
        padding: 20px;
    }
}

.gallery-section {
    background: #ffffff;
}

.gallery-grid {
    position: relative;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
    padding: 0;
    border: none;
    background: none;
}

.gallery-card:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 71, 161, 0.25);
}

.gallery-card-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.gallery-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-card-image img {
    transform: scale(1.08);
}

#galleryLightboxImage {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    background: #0d0d0d;
}

.scholarship-filter-card .badge {
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    letter-spacing: 0.1em;
}

.scholarship-filter-card .form-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
}

.scholarship-filter-card .input-group-text {
    background: rgba(13, 71, 161, 0.1);
    color: #0d47a1;
    border: none;
}

.scholarship-filter-card .form-select {
    border: none;
    box-shadow: none;
}

.scholarship-filter-card .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 71, 161, 0.25);
}

@media (max-width: 575.98px) {
    .hero-carousel {
        min-height: 260px;
    }

    .hero-carousel .carousel-item {
        min-height: 240px;
        padding: 1rem;
    }

    .hero-carousel-img {
        max-height: 200px;
    }

    .gallery-card-image {
        aspect-ratio: 1;
    }

    .scholarship-filter-card {
        padding: 20px;
    }

    .testimonial-highlight-card {
        padding: 20px;
    }

    #galleryLightboxImage {
        height: 70vh;
    }

    .blog-filter-card {
        padding: 16px;
    }
}

.about-feature-image {
    border-radius: 28px;
    overflow: hidden;
}

.about-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-grid {
    background: linear-gradient(135deg, rgba(226, 239, 255, 0.65) 0%, rgba(206, 229, 255, 0.65) 100%);
}

.service-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.service-card .icon-circle {
    background: rgba(25, 118, 210, 0.12);
}

.service-card p {
    line-height: 1.65;
}

.brand-mark-light {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.site-footer {
    background: #0b1630;
    color: #ffffff;
    position: relative;
}

.footer-gradient {
    background: radial-gradient(circle at top left, rgba(120, 201, 255, 0.3), transparent 65%),
        radial-gradient(circle at bottom right, rgba(59, 138, 255, 0.35), transparent 70%),
        linear-gradient(135deg, rgba(30, 77, 216, 0.95) 0%, rgba(47, 128, 237, 0.94) 55%, rgba(7, 200, 249, 0.9) 100%);
}

.footer-brand .brand-mark {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-description {
    max-width: 320px;
}

.footer-links li + li {
    margin-top: 0.4rem;
}

.footer-links a,
.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-bottom-links a:hover {
    color: #ffffff;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.footer-contact i {
    color: #ffffff !important;
}

.footer-social .social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.2s ease;
}

.footer-social .social-link:hover {
    opacity: 1;
    transform: translateY(-4px);
}

.footer-bottom {
    background: rgba(18, 47, 138, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767.98px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.map-card iframe {
    display: block;
}

.contact-info-banner {
    background: linear-gradient(120deg, rgba(30, 77, 216, 0.08), rgba(7, 200, 249, 0.12));
    border: 1px solid rgba(30, 77, 216, 0.08);
}

.icon-circle-lg {
    width: 72px;
    height: 72px;
    border-radius: 22px;
}

.contact-success {
    background: rgba(25, 118, 210, 0.12);
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    font-weight: 600;
    color: var(--hk-primary);
}

.contact-success i {
    color: var(--hk-primary);
}

#contactSubmitButton.loading {
    pointer-events: none;
}

.admin-login-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(30, 77, 216, 0.2);
    color: var(--hk-primary);
    transition: all 0.2s ease;
}

.admin-login-link:hover {
    background: rgba(30, 77, 216, 0.08);
    color: var(--hk-primary);
}

@media (max-width: 991.98px) {
    .admin-login-link {
        width: 36px;
        height: 36px;
    }
}

.blog-card-body {
    padding: 20px;
    flex: 1;
}

.blog-article-hero {
    position: relative;
    overflow: hidden;
}

.blog-article-hero-image {
    position: relative;
    height: 380px;
}

.blog-article-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30, 77, 216, 0.7) 0%, rgba(7, 200, 249, 0.6) 75%, rgba(15, 23, 42, 0.4) 100%);
}

.blog-article-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ffffff;
}

.blog-article-body {
    background: #f8faff;
}

.blog-detail-content {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.blog-detail-content img {
    max-width: 100%;
    border-radius: 18px;
    margin: 18px 0;
}

.blog-article-footer {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.share-pill {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(30, 77, 216, 0.1);
    color: var(--hk-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.share-pill:hover {
    background: var(--hk-primary);
    color: #ffffff;
}

.blog-detail-related .related-thumb {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    object-fit: cover;
    flex-shrink: 0;
}

.blog-detail-sidebar .sidebar-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
}

@media (max-width: 991.98px) {
    .blog-article-hero-image {
        height: 320px;
    }

    .blog-detail-content {
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .blog-article-hero-image {
        height: 260px;
    }
}