.elementor-2335 .elementor-element.elementor-element-2182127{--display:flex;}.elementor-2335 .elementor-element.elementor-element-715f6b1{margin:-57px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2335 .elementor-element.elementor-element-2fd3896{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-2335 .elementor-element.elementor-element-dc88e0c .e-search-input{background-color:#FFFFFF;font-size:16px;border-style:solid;border-color:#0A5C88;border-radius:10px 10px 10px 10px;}.elementor-2335 .elementor-element.elementor-element-dc88e0c .e-search-submit{background-color:#0A5C88;}.elementor-2335 .elementor-element.elementor-element-dc88e0c{--e-search-input-transition:0s;--e-search-icon-clear-color:#CE0808;--e-search-submit-border-radius:10px 10px 10px 10px;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2335 .elementor-element.elementor-element-a1a0fc1{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-2335 .elementor-element.elementor-element-a1a0fc1:after{content:"0.66";}.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__thumbnail__link{width:100%;}.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__meta-data span + span:before{content:"|";}.elementor-2335 .elementor-element.elementor-element-a1a0fc1.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-2335 .elementor-element.elementor-element-a1a0fc1.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-2335 .elementor-element.elementor-element-a1a0fc1.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-2335 .elementor-element.elementor-element-715f6b1{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2335 .elementor-element.elementor-element-dc88e0c .e-search-input{font-size:16px;}.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-2335 .elementor-element.elementor-element-a1a0fc1:after{content:"0.5";}.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-49a1b07 *//* CART HEADER CSS - ALJAHIZ OCEAN BLUE THEME */

/* Main Header Container */
.categories-header {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, 
        #e6f3f9 0%, 
        rgba(255, 255, 255, 0.95) 50%,
        #f8fffe 100%);
    border-radius: 20px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(10, 92, 136, 0.1);
    box-shadow: 0 4px 20px rgba(10, 92, 136, 0.08);
}

/* Header Background Pattern */
.categories-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, 
        rgba(10, 92, 136, 0.03) 0%, 
        transparent 70%);
    animation: float 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* Category Badge */
.categories-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #0a5c88, #1e7ba8);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(10, 92, 136, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.categories-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(10, 92, 136, 0.4);
    background: linear-gradient(135deg, #1e7ba8, #4aa3c8);
}

/* Badge Icon */
.badge-icon {
    font-size: 1.1rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

/* Main Title */
.categories-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #0a5c88, #1e7ba8, #4aa3c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* Subtitle */
.categories-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

/* Subtle bottom border decoration */
.categories-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #4aa3c8 25%, 
        #0a5c88 50%, 
        #4aa3c8 75%, 
        transparent 100%);
    border-radius: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .categories-header {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .categories-title {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .categories-subtitle {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .categories-badge {
        font-size: 0.85rem;
        padding: 0.6rem 1.25rem;
        margin-bottom: 1.25rem;
    }
    
    .badge-icon {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .categories-header {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }
    
    .categories-title {
        font-size: 1.75rem;
    }
    
    .categories-subtitle {
        font-size: 0.95rem;
    }
    
    .categories-badge {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }
}

/* Accessibility & Performance */
@media (prefers-reduced-motion: reduce) {
    .categories-header::before {
        animation: none !important;
    }
    
    .categories-badge:hover {
        transform: none !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .categories-header {
        background: #ffffff !important;
        border: 2px solid #0a5c88 !important;
    }
    
    .categories-title {
        -webkit-text-fill-color: #0a5c88 !important;
    }
    
    .categories-subtitle {
        color: #1f2937 !important;
    }
}

/* Print styles */
@media print {
    .categories-header {
        background: #ffffff !important;
        box-shadow: none !important;
        border: 1px solid #0a5c88 !important;
    }
    
    .categories-header::before,
    .categories-header::after {
        display: none !important;
    }
    
    .categories-badge {
        background: #0a5c88 !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for search, class: .elementor-element-dc88e0c */.elementor-2335 .elementor-element.elementor-element-dc88e0c a {
    color: #0a5c88 !important;
    font-weight: 500;
}

.elementor-2335 .elementor-element.elementor-element-dc88e0c p {
    color: #0a5c88 !important;
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-a1a0fc1 *//* POSTS OCEAN BLUE CSS - File 2 */
/* Letak dalam Custom CSS untuk Posts Widget */

/* Posts Grid */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-posts-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    margin-top: 2rem !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Individual Post Items - Ocean Blue Theme */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 8px 32px rgba(10, 92, 136, 0.12) !important;
    position: relative !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
}

/* Ocean Wave Top Border for Posts */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #0a5c88, #1e7ba8, #4aa3c8, #0891b2) !important;
    background-size: 200% 100% !important;
    animation: oceanWave 4s ease-in-out infinite !important;
    border-radius: 16px 16px 0 0 !important;
    z-index: 1 !important;
}

/* Post Hover Effects */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(10, 92, 136, 0.20) !important;
    border-color: rgba(10, 92, 136, 0.3) !important;
}

/* Thumbnail - Ocean Theme */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__thumbnail {
    height: 200px !important;
    background: linear-gradient(135deg, #0a5c88, #1e7ba8) !important;
    position: relative !important;
    overflow: hidden !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* Removed zoom transition for professional look */
}

/* Removed image zoom effect on hover for professional appearance */

/* Content */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__text {
    padding: 2rem !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 1rem !important;
    line-height: 1.4 !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:hover .elementor-post__title {
    color: #0a5c88 !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:hover .elementor-post__title a {
    color: #0a5c88 !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__excerpt {
    font-size: 0.9rem !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

/* Read More - Enhanced */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__read-more {
    color: #0a5c88 !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s ease !important;
    padding: 0.5rem 0 !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__read-more::after {
    content: '→' !important;
    transition: transform 0.3s ease !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:hover .elementor-post__read-more {
    color: #1e7ba8 !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:hover .elementor-post__read-more::after {
    transform: translateX(4px) !important;
}

/* Meta Data */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__meta-data {
    font-size: 0.8rem !important;
    color: #6b7280 !important;
    margin-bottom: 1rem !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__meta-data a {
    color: #1e7ba8 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__meta-data a:hover {
    color: #0a5c88 !important;
}

/* Category/Tag Styling */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__terms-list {
    display: flex !important;
    gap: 0.5rem !important;
    flex-wrap: wrap !important;
    margin-bottom: 1rem !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__terms-list a {
    background: rgba(10, 92, 136, 0.1) !important;
    color: #0a5c88 !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 12px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border: 1px solid rgba(10, 92, 136, 0.2) !important;
    transition: all 0.3s ease !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__terms-list a:hover {
    background: rgba(10, 92, 136, 0.15) !important;
    transform: translateY(-1px) !important;
}

/* Loading Animation for Posts - FIXED */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post {
    opacity: 1 !important; /* Fixed: Set to visible by default */
    transform: translateY(0) !important; /* Fixed: No initial transform */
    animation: none !important; /* Fixed: Disable animation by default */
}

/* Optional: Enable animation only if you want it */
/*
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    animation: oceanSlideUp 0.8s ease forwards !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:nth-child(1) { animation-delay: 0.1s !important; }
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:nth-child(2) { animation-delay: 0.2s !important; }
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:nth-child(3) { animation-delay: 0.3s !important; }
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:nth-child(4) { animation-delay: 0.4s !important; }
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:nth-child(5) { animation-delay: 0.5s !important; }
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post:nth-child(6) { animation-delay: 0.6s !important; }
*/

@keyframes oceanSlideUp {
    to {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

@keyframes oceanWave {
    0%, 100% { 
        background-position: 0% 50%; 
    }
    50% { 
        background-position: 100% 50%; 
    }
}

/* Pagination Styling - Ocean Blue */
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-pagination {
    margin-top: 3rem !important;
    text-align: center !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-pagination .page-numbers {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #0a5c88 !important;
    border: 2px solid #0a5c88 !important;
    padding: 0.75rem 1rem !important;
    margin: 0 0.25rem !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-pagination .page-numbers:hover,
.elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-pagination .page-numbers.current {
    background: linear-gradient(135deg, #0a5c88, #1e7ba8) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(10, 92, 136, 0.3) !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-posts-container {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post {
        border-radius: 16px !important;
    }
    
    .elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__text {
        padding: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-posts-container {
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
    
    .elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__text {
        padding: 1.25rem !important;
    }
    
    .elementor-2335 .elementor-element.elementor-element-a1a0fc1 .elementor-post__thumbnail {
        height: 180px !important;
    }
}

/* FALLBACK CSS - Jika ada masalah dengan kod atas */
/* 
.elementor-posts .elementor-post {
    background: white !important;
    border: 2px solid #0a5c88 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    margin-bottom: 2rem !important;
    transition: all 0.3s ease !important;
}
.elementor-posts .elementor-post:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(10, 92, 136, 0.2) !important;
}
.elementor-posts .elementor-post__thumbnail {
    height: 200px !important;
    background: #0a5c88 !important;
}
.elementor-posts .elementor-post__text {
    padding: 1.5rem !important;
}
.elementor-posts .elementor-post__title {
    color: #1f2937 !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}
.elementor-posts .elementor-post__excerpt {
    color: #6b7280 !important;
    margin-bottom: 1rem !important;
}
.elementor-posts .elementor-post__read-more {
    color: #0a5c88 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
*//* End custom CSS */