/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Author:       Yogie Nugroho
 Version:      1.0.0
*/

/* You can add your custom CSS below */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Onest:wght@100..900&family=Playball&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
.elementor-widget-heading h2.elementor-heading-title {
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 300;
}

.wording-hero {
    font-size: 72px;
    color: #fff;
    text-align: center;
    font-family: host grotesk;
    font-weight: 300;
    display: flex;
    align-items: center;
    /* Vertically center all items */
    gap: 12px;
    /* Spacing between text and line */
}

span.sacuan-line {
    flex: 1;
    /* Make the line stretch to fill available space */
    height: 2px;
    /* Thickness of the line */
    background-color: white;
    /* Line color */
    margin: 0 10px;
}

span.playball {
    font-family: playball;
    font-weight: 400;
    font-size: 80px;
}

.playball h3 {
    font-family: playball !important;
    font-weight: 400;
    font-size: 80px;
}

.home .elementor .sacuan-hero .p-hero h5 {
    color: #fff;
    float: right;
    font-size: 36px;
    font-family: host grotesk;
    font-weight: 300;
}

#site-header {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding-top: 30px;
}

/* Scrolled state styles */
#site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Logo color change when scrolled */
#site-header.scrolled .site-title a,
#site-header.scrolled .site-logo {
    color: #0066cc !important;
}

/* Menu items color change when scrolled */
#site-header.scrolled .site-navigation a,
#site-header.scrolled .site-navigation ul li a {
    color: #333 !important;
}

#site-header.scrolled .site-navigation a.btn-contact {
    color: #fff !important;
}

#site-header.site-header .site-branding .site-logo img {
    width: 100px;
    max-width: 100px;
}

/* Logo container and swapping */
.logo-container {
    position: relative;
    display: inline-block;
}

.logo-default {
    display: block;
    transition: opacity 0.3s ease;
}

.logo-scrolled {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show blue logo when scrolled */
#site-header.scrolled .logo-default {
    opacity: 0;
}

#site-header.scrolled .logo-scrolled {
    opacity: 1;
}

.sacuan-blue {
    color: #00A5C4;
}

.ptab p {
    margin-bottom: 0 !important;
}

.myTestimonial {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    /* Prevent horizontal scroll */
}

.swiper {
    overflow: hidden;
    /* Prevent swiper from causing horizontal scroll */
    width: 100%;
}

.testimonial-item {
    background: #00A5C4;
    padding: 20px;
    border-radius: 10px;
    width: 280px;
    height: auto;
    min-height: 200px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: visible;
}

/* Tanda kutip kiri atas */
.testimonial-item::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 80px;
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1;
    z-index: 0;
    opacity: 0.8;
}

/* Tanda kutip kanan bawah */
.testimonial-item::after {
    content: '“';
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 80px;
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1;
    z-index: 0;
    opacity: 0.8;
}

.testimonial-item h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: host grotesk;
    font-weight: 300;
    text-align: center;
    position: relative;
    z-index: 1;
}

.testimonial-item p {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: host grotesk;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sub-desc-team {
    font-size: 12px;
    font-family: host grotesk;
    width: 100%;
    float: left;
    margin-top: 5px;
}

/* Responsive Breakpoints untuk testimonial-item */

/* Mobile Small (320px - 575px) */
@media (max-width: 575px) {
    .testimonial-item {
        width: 250px;
        min-height: 180px;
        padding: 15px;
    }

    .testimonial-item::before,
    .testimonial-item::after {
        font-size: 60px;
    }

    .testimonial-item::before {
        top: 8px;
        left: 10px;
    }

    .testimonial-item::after {
        bottom: 8px;
        right: 10px;
    }

    .testimonial-item h3 {
        font-size: 16px;
    }

    .testimonial-item p {
        font-size: 24px;
    }
}

/* Tablet (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .testimonial-item {
        width: 280px;
        min-height: 200px;
        padding: 18px;
    }

    .testimonial-item::before,
    .testimonial-item::after {
        font-size: 70px;
    }

    .testimonial-item h3 {
        font-size: 17px;
    }

    .testimonial-item p {
        font-size: 28px;
    }
}

/* Tablet Landscape / Small Desktop (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-item {
        width: 300px;
        min-height: 220px;
        padding: 20px;
    }

    .testimonial-item h3 {
        font-size: 18px;
    }

    .testimonial-item p {
        font-size: 30px;
    }
}

/* Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-item {
        width: 320px;
        min-height: 240px;
        padding: 22px;
    }

    .testimonial-item h3 {
        font-size: 18px;
    }

    .testimonial-item p {
        font-size: 32px;
    }
}

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
    .testimonial-item {
        width: 400px;
        min-height: 260px;
        padding: 25px 50px;
    }

    .testimonial-item::before,
    .testimonial-item::after {
        font-size: 100px;
        font-family: host grotesk;
        font-weight: 500;
    }

    .testimonial-item::before {
        top: 15px;
        left: 20px;
    }

    .testimonial-item::after {
        bottom: 15px;
        right: 20px;
    }

    .testimonial-item h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .testimonial-item p {
        font-size: 36px;
    }
}

.swiper-slide {
    display: flex;
    justify-content: center;
    width: auto !important;
    /* Allow auto width for slides */
}

/* Blog Post Cards Styles */
.blog-posts-grid {
    display: grid;
    gap: 30px;
    padding: 20px 0;
    max-width: 100%;
}

/* Grid columns untuk desktop */
.blog-posts-grid-1 {
    grid-template-columns: 1fr;
}

.blog-posts-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.blog-posts-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.blog-posts-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.blog-post-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-post-card-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.blog-post-card-image {
    width: 100%;
    background: #fff;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-post-card-placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 14px;
}

.blog-post-card-content {
    background: #00A5C4;
    padding: 24px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-post-card-category {
    display: inline-block;
    border: 1px solid #87CEEB;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Host Grotesk', sans-serif;
    margin-bottom: 16px;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-post-card-title {
    color: #f5feff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Host Grotesk', sans-serif;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive Styles untuk Blog Post Cards */

/* Mobile Small (max-width: 575px) */
@media (max-width: 575px) {
    .blog-posts-grid {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    .blog-post-card-content {
        padding: 20px;
    }

    .blog-post-card-title {
        font-size: 18px;
    }

    .blog-post-card-category {
        font-size: 11px;
        padding: 5px 10px;
    }
}

/* Tablet (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px;
    }

    .blog-post-card-content {
        padding: 20px;
    }

    .blog-post-card-title {
        font-size: 18px;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {

    .blog-posts-grid-3,
    .blog-posts-grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .blog-posts-grid {
        gap: 28px;
    }

    .blog-post-card-content {
        padding: 22px;
    }

    .blog-post-card-title {
        font-size: 19px;
    }
}

/* Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-posts-grid {
        gap: 28px;
    }

    .blog-post-card-content {
        padding: 24px;
    }

    .blog-post-card-title {
        font-size: 20px;
    }

    .blog-posts-grid-4 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
    .blog-posts-grid {
        gap: 30px;
    }

    .blog-post-card-content {
        padding: 24px;
    }

    .blog-post-card-title {
        font-size: 28px;
    }
}

/* Custom Footer Styles */
.custom-footer,
#site-footer.custom-footer {
    background-color: #00A5C4 !important;
    color: #fff;
    padding: 80px 20px 60px;
    width: 100%;
    margin-top: auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100%;
    margin-top: 50px;
}

.custom-footer .footer-bottom .footer-bottom-left {
    font-size: 12px;
    font-weight: 400;
    font-family: host grotesk;
    color: #F5FEFF;
    line-height: 38px;
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Left and Right equally */
    gap: 40px;
    margin-bottom: 40px;
}

/* Footer Left Section - Logo & Copyright */
.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo-text {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Host Grotesk', sans-serif;
    color: #fff;
    letter-spacing: 2px;
}

.footer-logo img {
    max-width: 288px;
    height: auto;
}

.footer-copyright {
    font-size: 14px;
    font-family: 'Host Grotesk', sans-serif;
    line-height: 1.6;
    color: #fff;
}

.footer-copyright p {
    margin: 0 0 5px 0;
    color: #fff;
}

/* Footer Middle Section - Menu */
.footer-middle {
    display: flex;
    flex-direction: column;
}

.footer-section-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Host Grotesk', sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-menu-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.footer-menu-col {
    display: flex;
    flex-direction: column;
}

#site-footer.custom-footer .footer-right-columns .footer-section-title {
    color: #F5FEFF;
    font-size: 12px;
    font-weight: 500;
    font-family: host grotesk;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-list li {
    margin-bottom: 12px;
}

.footer-menu-list li:last-child {
    margin-bottom: 0;
}

.footer-menu-list a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Host Grotesk', sans-serif;
    transition: opacity 0.3s ease;
}

.footer-menu-list a:hover {
    opacity: 0.8;
}

/* Footer Right Section - Languages */
.footer-right {
    display: flex;
    flex-direction: column;
}

.footer-right-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-languages {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-languages li {
    margin-bottom: 12px;
}

.footer-languages li:last-child {
    margin-bottom: 0;
}

.footer-language-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Host Grotesk', sans-serif;
    transition: opacity 0.3s ease;
}

.footer-language-link:hover {
    opacity: 0.8;
}

/* Footer Bottom Section - Connect With Us & Social Icons */
.footer-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: space-between;
}

.footer-connect {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Make bottom-left and connect split equally */
.footer-bottom-left,
.footer-connect {
    flex: 1 1 50%;
}

.footer-connect {
    justify-content: flex-start;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
    }

    .footer-bottom-left,
    .footer-connect {
        flex: 1 1 auto;
        width: 100%;
        justify-content: flex-start;
    }
}

.footer-connect h4.footer-section-title {
    color: #fff !important;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    font-family: host grotesk;
    margin-right: 50px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 0px;
    flex-wrap: wrap;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    padding: 0;
}

.social-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: #1E303E;
    transform: translateY(-2px);
}

.social-icon:hover svg {
    transform: scale(1.1);
}

.site-header-custom .site-navigation ul.menu li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: host grotesk;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-contact-us {
    padding: 10px 20px;
    background-color: #00A5C4;
    border-radius: 5px;
    margin-left: 20px;
    display: flex;
}

div a.btn-contact {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: host grotesk;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.subtitle-sacuan {
    font-size: 36px;
}

.subtitle-sacuan2 {
    font-size: 28px;
}

.site-header.header-full-width .header-inner {
    max-width: 1140px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}

/* Recruit Step Container - Garis di parent untuk kontrol z-index yang lebih baik */
.recruit-step {
    position: relative;
    overflow: visible;
    /* Allow line to extend beyond container */
}

/* Garis horizontal - di BELAKANG background biru dan angka */
.recruit-step::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    max-width: 100vw;
    height: 2px;
    background-color: #fff;
    z-index: 0;
    /* Base layer - akan di belakang child elements dengan z-index positif */
    pointer-events: none;
    clip-path: inset(0);
}

.recruit-step>div {
    position: relative;
    z-index: 1;
}

body {
    overflow-x: hidden;
}

/* Zindex container - background biru dari Elementor akan di atas garis */
.recruit-step .zindex {
    position: relative;
    z-index: 1;
    /* Di atas garis (z-index 0) */
}

/* Angka/nomor h4 - di atas background biru dan garis */
.recruit-step .zindex h4 {
    position: relative;
    z-index: 2;
    /* Di atas background biru (z-index 1) dan garis (z-index 0) */
}

/* News List Section Styles */
.news-list-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* News List Header Wrapper */
.news-list-header-wrapper {
    position: relative;
    margin-bottom: 30px;
}

/* News List Header */
.news-list-header {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.news-list-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Host Grotesk', sans-serif;
    color: #333;
    margin: 0;
}

.news-list-chevron {
    font-size: 16px;
    color: #666;
    transition: transform 0.3s ease;
}

.news-list-header:hover .news-list-chevron {
    transform: translateY(2px);
}

/* News List Dropdown */
.news-list-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    background: #C7E2E0;
    /* Semi-transparent teal/cyan */
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px 0;
    min-width: 280px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 100;
}

.news-list-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.news-list-dropdown-item {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Host Grotesk', sans-serif;
    color: #1E303E;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-weight: 400;
}

.news-list-dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.news-list-dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

/* News List Loading */
.news-list-loading {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 16px;
}

/* News List Grid */
.news-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* News Card */
.news-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.news-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* News Card Image */
.news-card-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f5f5f5;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 14px;
}

/* News Card Content */
.news-card-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Host Grotesk', sans-serif;
    color: #1E303E;
    margin: 0 0 30px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-excerpt {
    font-size: 18px;
    font-family: 'Host Grotesk', sans-serif;
    color: #1E303E;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
    flex: 1;
}

.news-card-readmore {
    font-size: 18px;
    font-family: 'Host Grotesk', sans-serif;
    color: #00A5C4;
    font-weight: 300;
    text-decoration: none;
    display: inline;
    transition: color 0.3s ease;
    margin-left: 4px;
}

/* .news-card:hover .news-card-readmore {
    color: #1E303E;
} */

/* News List Pagination */
.news-list-pagination {
    margin-top: 40px;
    text-align: center;
}

.news-list-pagination .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.news-list-pagination .page-numbers li {
    margin: 0;
}

.news-list-pagination .page-numbers a,
.news-list-pagination .page-numbers span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Host Grotesk', sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.news-list-pagination .page-numbers a:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.news-list-pagination .page-numbers .current {
    background: #2563EB;
    color: #fff;
    border-color: #2563EB;
}

.news-list-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-family: 'Host Grotesk', sans-serif;
}

/* Responsive News List */
@media (max-width: 991px) {
    .news-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .news-list-section {
        padding: 30px 15px;
    }

    .news-list-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .news-list-title {
        font-size: 20px;
    }

    .news-card-content {
        padding: 20px;
    }

    .news-card-title {
        font-size: 18px;
    }

    .news-card-excerpt,
    .news-card-excerpt .news-card-readmore {
        font-size: 13px;
    }

    .news-card-excerpt .news-card-readmore,
    .news-card-readmore {
        font-size: 13px;
        margin-left: 0;
        margin-top: 5px;
        display: block;
    }
}

/* Responsive Footer Styles */

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-right {
        grid-column: 1 / -1;
    }

    .footer-menu-columns {
        gap: 20px;
    }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .custom-footer {
        padding: 40px 20px 30px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-menu-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-logo-text {
        font-size: 36px;
    }

    .footer-section-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer-menu-list a,
    .footer-language-link {
        font-size: 13px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .footer-social-icons {
        gap: 10px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
    }

    .social-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* ===========================
   Single Post Page (Template)
   =========================== */
.single-article {
    --container-max: 1140px;
    --side-gap: 20px;
    width: 100%;
    max-width: 100%;
}

/* Hero - Full Width */
.single-hero {
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
    color: #fff;
}

.single-hero__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    min-height: 700px;
}

.single-hero__category {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, .2);
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: .5px;
}

.single-hero__title {
    margin: 0;
    font-size: 68px;
    font-family: 'Host Grotesk', sans-serif;
    color: #fff;
    line-height: 1.25;
    font-weight: 500;
}

.single-hero__meta {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'Host Grotesk', sans-serif;
    color: #F5FEFF;
    font-weight: 300;
    opacity: .9;
}

.single-hero__sep {
    margin: 0 10px;
}

.single-hero__cats a {
    color: #fff;
    text-decoration: none;
}

.single-hero__cats a:hover {
    text-decoration: underline;
}

/* Body */
.single-body {
    background: #f8fdff;
    padding: 50px 0;
}

.single-body__container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--side-gap);
    display: grid;
    grid-template-columns: 1.8fr .9fr;
    gap: 40px;
}

.single-body__content .entry-content>*:first-child {
    margin-top: 0;
}

.single-body__content .entry-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #1E303E;
    margin: 0 0 18px 0;
}

.single-body__content .entry-content h2,
.single-body__content .entry-content h3,
.single-body__content .entry-content h4 {
    color: #0f172a;
    margin: 28px 0 12px 0;
    line-height: 1.4;
}

.single-body__content .entry-content ul,
.single-body__content .entry-content ol {
    padding-left: 22px;
    margin: 0 0 18px 0;
}

/* Sidebar (Popular Talks) */
.popular-talks__title {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.popular-talks__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

/* Popular posts */
.popular-talks__posts {
    list-style: disc;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.popular-post__link {
    display: grid;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #1E303E;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Host Grotesk', sans-serif;
    padding: 10px 12px;
    transition: background .2s ease, transform .2s ease;
}

.popular-post__link:hover {
    background: #d8f1f7;
    transform: translateY(-1px);
}

.popular-post__thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f5f9;
}

.popular-post__title {
    font-size: 14px;
    line-height: 1.4;
}

/* Share */
.single-share {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.single-share__label {
    font-size: 14px;
    color: #374151;
}

.share-btn {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}

.share-btn--tw {
    background: #1DA1F2;
}

.share-btn--fb {
    background: #1877F2;
}

.share-btn--ln {
    background: #0A66C2;
}

/* Related */
.related-articles {
    padding: 10px 0 70px 0;
    background: #f8fdff;
}

.related-articles__container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--side-gap);
}

.related-articles__title {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
}

.related-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.site-header .site-navigation ul.menu li a {
    color: #F5FEFF;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Host Grotesk', sans-serif;
    text-transform: uppercase;
}

.site-navigation ul.menu li ul.sub-menu {
    background: rgba(245, 254, 255, 0.1);
    border-radius: 10px;
    padding: 10px 5px;
    min-width: 154px;
}

.site-navigation ul.menu li ul.sub-menu li {
    border: 0;
}

.site-navigation ul.menu li ul.sub-menu li a {
    color: #F5FEFF;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Host Grotesk', sans-serif;
    text-transform: capitalize;
}

#site-header.scrolled .site-navigation ul li ul.sub-menu {
    background: rgba(245, 254, 255, 1);
}

#site-header.scrolled .site-navigation ul li ul.sub-menu li a {
    color: #1E303E;
}

.team-sub {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Host Grotesk', sans-serif;
    color: #1E303E;
    display: block;
    margin-bottom: 20px;
}

#more-content-sacuan {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

#more-content-sacuan.show {
    max-height: 2000px;
    /* Adjust based on your content height */
    opacity: 1;
}

/* Gallery Responsive Layout */
.gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    width: 100%;
}

.gallery .gallery-item {
    margin: 0;
    width: 100%;
}

.gallery .gallery-icon {
    width: 100%;
    height: auto;
}

.gallery .gallery-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.desc-our-value p strong {
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 500;
    color: #1E303E;
    font-size: 28px;
    margin-bottom: 25px;
    display: block;
}

.desc-our-value p {
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 300;
    color: #1E303E;
    font-size: 18px;
    margin-bottom: 5px;
}

.pyramid-tabs .e-n-tabs-heading {
    background: url(./assets/images/triangle.svg) no-repeat center center;
    background-size: 90%;
    background-position: center center;
}

.pyramid-tabs .e-n-tabs-heading:has(.e-n-tab-title:nth-child(2)[aria-selected="true"]) {
    background: url(./assets/images/triangle-switch.svg) no-repeat center center;
    background-size: 90%;
    background-position: center center;
}

.pyramid-tabs .e-n-tabs-heading .e-n-tab-title {
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 500;
    color: #1E303E;
    font-size: 28px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.pyramid-tabs .e-n-tabs-heading .e-n-tab-title:first-child {
    padding-top: 150px;
}

.pyramid-tabs .e-n-tabs-heading .e-n-tab-title:last-child {
    margin-top: -60px;
}

.pyramid-tabs .e-n-tabs-content {
    min-height: 550px;
}


/* Responsive */
@media (max-width: 1023px) {
    .single-body__container {
        grid-template-columns: 1fr;
    }

    .related-articles__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .single-hero__title {
        font-size: 28px;
    }

    .related-articles__grid {
        grid-template-columns: 1fr;
    }
}

/* Elementor Tabs Divider - Garis pembatas antar tab */
.e-n-tabs-heading .e-n-tab-title {
    position: relative;
    padding-right: 30px;
}

.e-n-tabs-heading .e-n-tab-title:first-child {
    padding-left: 0;
}

/* Garis pembatas vertikal di antara tab buttons */
.e-n-tabs-heading .e-n-tab-title:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    background-color: #f5feff;
}

/* ===========================
   RESPONSIVE STYLES - Mobile & Tablet
   =========================== */

/* Hero Section Responsive */
@media (max-width: 767px) {
    .wording-hero {
        font-size: 40px;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 10px;
    }

    span.sacuan-line {
        width: 100%;
        margin: 8px 0;
        display: none;
    }

    .wording-hero span.playball {
        font-size: 48px;
    }

    span.playball,
    .playball h3 {
        font-size: 32px;
    }

    .home .elementor .sacuan-hero .p-hero {
        align-self: center;
        margin-top: 0;
    }

    .home .elementor .sacuan-hero .p-hero h5 {
        font-size: 15px;
        float: none;
        text-align: center;
    }

    .subtitle-sacuan {
        font-size: 20px;
    }

    .subtitle-sacuan2 {
        font-size: 18px;
    }

    .about-sacuan-home {
        margin-top: 60px;
        padding: 0 30px;
    }

    .about-sacuan-home p {
        font-size: 15px;
        color: #1E303E;
        margin-top: 15px;
    }

    .about-sacuan-home p strong {
        font-weight: 500;
    }

    .about-sacuan-home .elementor-button-content-wrapper span {
        font-size: 15px;
    }

    #what-we-bring {
        padding: 0 30px;
        margin-top: 60px;
        padding-top: 60px;
    }

    #what-we-bring .e-n-tabs-heading {
        margin-top: 30px;
    }

    #what-we-bring .e-n-tabs-heading .e-n-tab-title {
        padding-right: 0;
        margin-bottom: 0;
        line-height: 1.2;
        padding-left: 0;
    }

    .e-n-tabs-heading .e-n-tab-title:not(:last-child)::after {
        height: 50%;
        width: 1px;
        right: 40px;
    }

    .custom-footer,
    #site-footer.custom-footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .site-header .site-navigation-toggle .site-navigation-toggle-icon {
        color: #F5FEFF
    }

    .site-navigation-dropdown ul.menu li a {
        color: #1E303E !important;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        color: #1E303E !important;
        background: unset;
    }
}

/* Header Responsive */
@media (max-width: 767px) {
    #site-header {
        padding-top: 15px;
    }

    #site-header.scrolled {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #site-header.site-header .site-branding .site-logo img {
        width: 70px;
        max-width: 70px;
    }

    .site-header-custom .site-navigation ul.menu li a {
        font-size: 11px;
        padding: 8px 12px;
    }

    .btn-contact-us {
        margin-left: 10px;
        padding: 8px 15px;
    }

    div a.btn-contact {
        font-size: 11px;
    }

    .site-header .site-navigation ul.menu li a {
        font-size: 11px;
        padding: 8px 12px;
    }

    .site-navigation ul.menu li ul.sub-menu {
        min-width: 140px;
        padding: 8px 4px;
    }

    .site-navigation ul.menu li ul.sub-menu li a {
        font-size: 11px;
        padding: 8px 12px;
    }

    .elementor-59 .elementor-element.elementor-element-bdd69b2 .gallery {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 50px !important;
    }

    /* Gallery Mobile - 2 columns */
    #gallery-1.gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 0 30px;
    }

    #gallery-1.gallery figure {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }



    /* Fix tab buttons layout on mobile - keep buttons together at top */
    .e-n-tabs {
        display: flex !important;
        flex-direction: column !important;
    }

    .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        position: relative !important;
        margin-bottom: 20px !important;
        order: 1 !important;
    }

    .e-n-tabs-content {
        order: 2 !important;
    }

    .e-n-tabs-heading .e-n-tab-title {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    .e-n-tabs-heading .e-n-tab-title-text {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .pyramid-tabs .e-n-tabs-heading {
        min-height: 400px;
        max-width: 400px;
        margin: 0 auto;
        flex-direction: column !important;
        margin-bottom: 0px !important;

    }

    .pyramid-tabs .e-n-tabs-heading .e-n-tab-title:first-child {
        padding-top: 80px !important;
    }

    .pyramid-tabs .e-n-tabs-heading .e-n-tab-title:last-child {
        margin-top: -60px !important;
    }

    .desc-our-value {
        padding-left: 100px;
        margin-top: 0px !important;
    }

    .desc-our-value p strong {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .desc-our-value p {
        font-size: 15px !important;
    }
}

/* Tablet Responsive (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .wording-hero {
        font-size: 48px;
    }

    span.playball,
    .playball h3 {
        font-size: 56px;
    }

    .home .elementor .sacuan-hero .p-hero h5 {
        font-size: 28px;
    }

    .subtitle-sacuan {
        font-size: 28px;
    }

    .subtitle-sacuan2 {
        font-size: 24px;
    }

    .site-header-custom .site-navigation ul.menu li a {
        font-size: 11px;
        padding: 8px 15px;
    }

    .btn-contact-us {
        margin-left: 15px;
        padding: 8px 18px;
    }

    /* Gallery Tablet - 4 columns */
    #gallery-1.gallery {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 12px !important;
    }

    #gallery-1.gallery figure {
        padding: 0 !important;
        max-width: unset !important;
    }
} 

/* Footer Right Columns Responsive */
@media (max-width: 767px) {
    .footer-right-columns {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .footer-connect {
        margin-left: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-connect h4.footer-section-title {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-right-columns {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
}

/* Single Post Page Responsive - Mobile */
@media (max-width: 767px) {
    .single-hero__title {
        font-size: 32px;
        line-height: 1.3;
    }

    .single-hero {
        min-height: 400px;
    }

    .single-hero__inner {
        padding: 40px 30px 30px 30px;
        min-height: 400px;
    }

    .single-hero__meta {
        font-size: 16px;
        flex-wrap: wrap;
    }

    .single-hero__sep {
        margin: 0 8px;
    }

    .single-body {
        padding: 30px 0;
    }

    .single-body__container {
        padding: 0 30px;
        gap: 30px;
    }

    .single-body__content .entry-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .single-body__content .entry-content h2,
    .single-body__content .entry-content h3,
    .single-body__content .entry-content h4 {
        font-size: 20px;
        margin: 24px 0 10px 0;
    }

    .popular-talks__title {
        font-size: 14px;
    }

    .popular-post__link {
        font-size: 16px;
        padding: 8px 10px;
    }

    .popular-post__thumb {
        width: 50px;
        height: 50px;
    }

    .popular-post__title {
        font-size: 13px;
    }

    .related-articles {
        padding: 10px 0 50px 0;
    }

    .related-articles__title {
        font-size: 20px;
    }
}

/* Single Post Page Responsive - Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .single-hero__title {
        font-size: 48px;
    }

    .single-hero__inner {
        padding: 50px 20px 35px 20px;
        min-height: 600px;
    }

    .single-hero__meta {
        font-size: 20px;
    }
}

/* Additional Mobile Responsive Styles */
@media (max-width: 767px) {

    /* Recruit Step Responsive */
    .recruit-step::before {
        width: 100%;
        max-width: 100%;
        display: none;
    }

    /* News List Dropdown Responsive */
    .news-list-dropdown {
        min-width: 100%;
        left: 0;
    }

    /* General Mobile Fixes */
    body {
        overflow-x: hidden;
    }

    /* Ensure all containers don't overflow */
    .elementor-section,
    .elementor-container {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Fix any potential horizontal scroll */
    * {
        box-sizing: border-box;
    }

    .site-header.scrolled .site-navigation-toggle .site-navigation-toggle-icon {
        color: #1E303E !important;
    }

    .mobile-pb .playball {
        font-size: 48px;
    }
}

/* ========================================
   Custom Gallery Masonry - Row-Aligned Grid
   ======================================== */

/* Wrapper Container */
.sacuan-custom-gallery-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

/* Gallery Container - Flexbox Layout for Random Widths */
.sacuan-custom-gallery-wrapper .sacuan-masonry-gallery,
.sacuan-custom-gallery-wrapper .gallery,
.sacuan-custom-gallery-wrapper dl.gallery,
.sacuan-custom-gallery-wrapper ul.gallery,
.sacuan-custom-gallery-wrapper .wp-block-gallery,
.sacuan-custom-gallery-wrapper .blocks-gallery-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Gallery Items - Flexible Width */
.sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__item,
.sacuan-custom-gallery-wrapper .gallery-item,
.sacuan-custom-gallery-wrapper .blocks-gallery-item {
    display: block;
    flex: 0 0 calc(33.333% - 14px);
    /* Default 3 columns, accounting for gap */
    max-width: calc(33.333% - 14px);
    margin: 0 !important;
    padding: 0;
}

/* Gallery Icon/Image Container */
.sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__icon,
.sacuan-custom-gallery-wrapper .gallery-icon,
.sacuan-custom-gallery-wrapper .blocks-gallery-item figure {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    position: relative;
}

/* Gallery Images - Row-Aligned Heights */
.sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__icon img,
.sacuan-custom-gallery-wrapper .gallery-icon img,
.sacuan-custom-gallery-wrapper .blocks-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    object-fit: cover;
    object-position: center;
}

/* Hover Effect */
.sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__item:hover img,
.sacuan-custom-gallery-wrapper .gallery-item:hover img,
.sacuan-custom-gallery-wrapper .blocks-gallery-item:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Gallery Caption */
.sacuan-custom-gallery-wrapper .wp-caption-text,
.sacuan-custom-gallery-wrapper .gallery-caption {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}

/* Gallery Links */
.sacuan-custom-gallery-wrapper a {
    display: block;
    text-decoration: none;
}

.sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__item a:hover,
.sacuan-custom-gallery-wrapper .gallery-item a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {

    .sacuan-custom-gallery-wrapper .gallery,
    .sacuan-custom-gallery-wrapper .sacuan-masonry-gallery,
    .sacuan-custom-gallery-wrapper .wp-block-gallery,
    .sacuan-custom-gallery-wrapper .blocks-gallery-grid {
        gap: 15px;
    }

    /* Default 2 columns on tablet */
    .sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__item,
    .sacuan-custom-gallery-wrapper .gallery-item,
    .sacuan-custom-gallery-wrapper .blocks-gallery-item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

/* Responsive Design - Mobile */
@media (max-width: 575px) {
    .sacuan-custom-gallery-wrapper {
        padding: 15px 0;
    }

    .sacuan-custom-gallery-wrapper .gallery,
    .sacuan-custom-gallery-wrapper .sacuan-masonry-gallery,
    .sacuan-custom-gallery-wrapper .wp-block-gallery,
    .sacuan-custom-gallery-wrapper .blocks-gallery-grid {
        gap: 15px;
    }

    /* Default 1 column on mobile */
    .sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__item,
    .sacuan-custom-gallery-wrapper .gallery-item,
    .sacuan-custom-gallery-wrapper .blocks-gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sacuan-custom-gallery-wrapper .sacuan-masonry-gallery__icon img,
    .sacuan-custom-gallery-wrapper .gallery-icon img,
    .sacuan-custom-gallery-wrapper .blocks-gallery-item img {
        border-radius: 6px;
    }
}

/* Empty & Error States */
.sacuan-custom-gallery-wrapper--empty,
.sacuan-custom-gallery-wrapper--error {
    padding: 40px 20px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
    margin: 20px 0;
}

.sacuan-custom-gallery-wrapper__empty-message,
.sacuan-custom-gallery-wrapper__error-message {
    color: #999;
    font-size: 16px;
    margin: 0;
}

/* Ensure no float issues */
.sacuan-custom-gallery-wrapper * {
    box-sizing: border-box;
}

/* Remove default WordPress gallery margins */
.sacuan-custom-gallery-wrapper .gallery br {
    display: none;
}

/* Elementor Image Box - Mobile Responsive */
@media (max-width: 767px) {
    .myteamsacuan .elementor-image-box-wrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 15px;
    }

    .myteamsacuan .elementor-image-box-wrapper .elementor-image-box-img {
        flex: 0 0 auto;
        margin: 0;
        max-width: 120px;
    }

    .myteamsacuan .elementor-image-box-wrapper .elementor-image-box-img img {
        width: 100%;
        height: auto;
    }

    .myteamsacuan .elementor-image-box-wrapper .elementor-image-box-content {
        flex: 1 1 auto;
        min-width: 0;
    }

    .myteamsacuan .elementor-image-box-wrapper .elementor-image-box-content .team-sub {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 300;
    }
}