.section-head-alpha {
    padding-bottom: 20px;
}

/* Utility: remove Bootstrap dropdown caret */
.dropdown-toggle.no-caret::after {
    display: none;
}

/* Blog index: section header filter */
.section-head-alpha.section-head-alpha--with-filter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.section-head-alpha__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 240px;
}

.blog-filter__label {
    margin: 0;
    font-size: 13px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.75);
}

.blog-filter {
    position: relative;
    width: 100%;
}

.blog-filter::after {
    content: "";
    position: absolute;
    right: 38px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--c-primary);
    transform: translateY(-30%);
    pointer-events: none;
}

.blog-filter__select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 62px 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--c-primary);
    background: #fff;
    color: var(--text-primary, #212529);
    outline: none;
}

.blog-filter .blog-filter__select:focus,
.blog-filter .blog-filter__select:focus-visible {
    outline: none !important;
    border: 1px solid var(--c-primary) !important;
    box-shadow: 0 0 0 0.15rem rgba(27, 116, 228, 0.18);
}

.blog-filter__select:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    background: #f3f5f9;
}

.blog-filter__spinner {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.18);
    border-top-color: var(--c-primary);
    opacity: 0;
    pointer-events: none;
}

.blog-filter__spinner.is-loading {
    opacity: 1;
    animation: blogFilterSpin 0.9s linear infinite;
}

@keyframes blogFilterSpin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@media (max-width: 767px) {
    .section-head-alpha.section-head-alpha--with-filter {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-head-alpha__right {
        width: 100%;
        align-items: flex-start;
        min-width: 0;
    }
}
.package-card-beta .package-card-body::before{
    background: none;
}
.package-card-beta .package-container-thumb {
    height: 265px;
}
.package-card-beta .package-thumb {
    height: 265px;
}
.package-card-beta .package-thumb img {
    min-height: 265px;
}
.package-card-beta .package-container-thumb .card-lavel {
    font-size:14px;
}
.package-card-beta .package-card-body .p-card-title {
    font-size: 17px;
    line-height: 22px;
   
}

.card-item .card-img{
    height:225px;

}
.owl-carousel .owl-item img {
    height: 225px;
}
.card-item .card-body {
    height:120px;
    padding: 15px 12px;
}

/* Blog index: hero-style-three slider adjustments */
.hero-area.hero-style-three,
.hero-area.hero-style-three .hero-main-wrapper,
.hero-area.hero-style-three .swiper.hero-slider-three,
.hero-area.hero-style-three .swiper.hero-slider-three .swiper-wrapper,
.hero-area.hero-style-three .swiper.hero-slider-three .swiper-slide {
    height: 400px;
}

.hero-area.hero-style-three .slider-bg-1,
.hero-area.hero-style-three .slider-bg-2,
.hero-area.hero-style-three .slider-bg-3 {
    height: 400px;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.hero-area.hero-style-three .hero3-content {
    text-align: left;
    background: rgba(0, 0, 0, 0.55);
    padding: 22px 26px;
    border-radius: 12px;
    max-width: 720px;
}

.hero-area.hero-style-three .hero3-content .title-top,
.hero-area.hero-style-three .hero3-content h1,
.hero-area.hero-style-three .hero3-content p {
    color: #fff;
}

.hero-area.hero-style-three .hero3-content h1 {
    margin-bottom: 12px;
    font-size:32px;
}

.hero-area.hero-style-three .hero3-content p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .hero-area.hero-style-three,
    .hero-area.hero-style-three .hero-main-wrapper,
    .hero-area.hero-style-three .swiper.hero-slider-three,
    .hero-area.hero-style-three .swiper.hero-slider-three .swiper-wrapper,
    .hero-area.hero-style-three .swiper.hero-slider-three .swiper-slide,
    .hero-area.hero-style-three .slider-bg-1,
    .hero-area.hero-style-three .slider-bg-2,
    .hero-area.hero-style-three .slider-bg-3 {
        height: 400px;
    }

    .hero-area.hero-style-three .hero3-content {
        padding: 16px 16px;
        border-radius: 10px;
    }
}

/* Blog details: related blogs right panel */
.related-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 14px;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid rgba(27, 116, 228, 0.35);
    background: #fff;
    color: var(--text-primary, #212529);
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}

.related-toggle i {
    font-size: 18px;
    color: var(--c-primary);
}

.related-panel__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1000;
}

html.is-related-panel-open,
html.is-related-panel-open body {
    overflow: hidden;
}

.related-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 420px;
    max-width: 92vw;
    background: #fff;
    z-index: 1001;
    border-left: 1px solid rgba(27, 116, 228, 0.25);
    transform: translateX(102%);
    transition: transform 200ms ease;
    display: flex;
    flex-direction: column;
}

.related-panel.is-open {
    transform: translateX(0);
}

.related-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(27, 116, 228, 0.15);
}

.related-panel__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: var(--text-primary, #212529);
}

.related-panel__close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(27, 116, 228, 0.25);
    background: #fff;
    color: var(--c-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.related-panel__close i {
    font-size: 22px;
}

.related-panel__body {
    padding: 12px 14px 14px;
    overflow: auto;
    height: 100%;
}

.related-panel__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.related-panel__item {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(27, 116, 228, 0.18);
    text-decoration: none;
    background: #fff;
}

.related-panel__thumb {
    width: 96px;
    height: 72px;
    overflow: hidden;
    border-radius: 10px;
}

.related-panel__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-panel__meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.related-panel__title {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.25;
    color: var(--text-primary, #212529);
}

.related-panel__cta {
    font-size: 12px;
    color: var(--c-primary);
}

.related-panel .auto-load {
    margin: 10px 0 0;
}
