/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766374469
Updated: 2025-12-22 03:34:29

*/
#main-menu{
    transform: translateY(0);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
#main-menu.show {    
    background-color: white;
    box-shadow: 0 4px 10px -10px gray;
}

#main-menu.hides {
    transform: translateY(-100%);
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right{
    transition: all 0.3s ease;
    display: block;    
    height: 100vh!important;
}
body.menu-open{
    overflow: hidden;
}

.menu-item.current-menu-parent a {
    color: #CC922F!important;
}

.elementor-hidden-mobile .hfe-nav-menu >li:last-child >a{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #CC922F;
    color: white!important;
}

.elementor-image-carousel .swiper-slide-inner img{
    transition: all 0.3s ease;
    height: 100%;
    display: block;
}
.elementor-image-carousel .swiper-slide-inner:hover img{
    transform: scale(1.1);
}

.bullet-custom .elementor-image-carousel-wrapper {
    padding-bottom: 0 !important;
}

.bullet-custom .swiper-pagination {
    position: absolute;
    bottom: 24px !important;
    right: 5%;
    z-index: 15;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.bullet-custom .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
    opacity: 1;
}

.bullet-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 120px;
    background: #f4a623;
}

footer {
    overflow: hidden;
}

.archive #content.site-main {
    max-width: 1320px;
    display: block;
}

.banner {
    padding-top: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner__overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.banner__overlay .group_content{
    max-width: 1320px;
}

.banner__overlay .banner__title{
    font-family: "Phudu", Sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #CC922F;
}
.banner__overlay .desc{
    max-width: 50%;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #172D46;
}
.breadcrumb-wrapper {
    background-color: var(--ast-global-color-2, #CC922F);
    margin-bottom: 120px;
}

.breadcrumb-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 10px 20px;
    z-index: 1;
    width: 100%;
}

.breadcrumb-container .rank-math-breadcrumb a {
    color: white;
}

.breadcrumb-container .rank-math-breadcrumb {
    color: var(--ast-global-color-0, #ffffff);
}

.breadcrumb-container .rank-math-breadcrumb p {
    margin-bottom: 0;
}

.page-content.archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 20px;
}

.page-content.archive .post-item .post-item-image {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.page-content.archive .post-item .post-item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-content.archive .post-item .post-item-title{
    margin-bottom: 0.5rem;
}
.page-content.archive .post-item .post-item-title a{
    text-decoration: none;
    font-family: "PhuDu", sans-serif;
    color: #CC922F;
    font-size: 24px;
}

.page-content.archive .post-item .post-item-date {
    margin: 12px 0px 0px 0px;
    color: #172D46;
    font-size: 14px;
    font-weight: 300;
}
.page-content.archive .post-item .post-item-excerpt{
    color: #43608C;
    font-weight: 500;
    line-height: 32px;
}
.page-content.archive .post-item .post-item-excerpt a{
    color: #172D46;
    text-decoration: none;
}
.page-content.archive .post-item .post-item-excerpt a:hover{
    color: #CC922F;
}

.miko-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 40px 0 20px;
}

.miko-pagination .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #CC922F;
    color: #CC922F;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.miko-pagination .page-btn:hover {
    background-color: #e8f0fe;
}

.miko-pagination .page-btn.active {
    background-color: #CC922F;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.miko-pagination .page-btn.prev {
    font-weight: 700;
    font-size: 18px;
}
body ._df_book{
    overflow: unset;
}
body .df-sidemenu-wrapper:before{
    background-color: transparent;
}
body .df-float .df-ui{
    bottom: -1rem;
}
@media screen and (max-width: 1024px) {
    .banner{
        padding-top: 50vh;
    }    
    .page-content.archive{
        padding: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .page-content.archive{
        grid-template-columns: repeat(2, 1fr);
    }
    .banner__overlay .banner__title{
        font-size: 50px;
    }
    .banner__overlay .desc{
        max-width: 70%;
        font-size: 20px;
    }
    .breadcrumb-wrapper{
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .page-content.archive{
        grid-template-columns: repeat(1, 1fr);
        padding: 0 10px;
    }    
    .banner__overlay .banner__title{
        font-size: 30px;
    }
    .banner__overlay .desc{
        max-width: 100%;
        font-size: 16px;
    }
    .breadcrumb-wrapper{
        margin-bottom: 40px;
    }
}