.elementor-widget-section > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-section > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-nav-menu .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-nav-menu .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9186 .elementor-element.elementor-element-2670628 .elementor-menu-toggle{margin:0 auto;}.elementor-9186 .elementor-element.elementor-element-2670628 .elementor-nav-menu .elementor-item{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;}.elementor-9186 .elementor-element.elementor-element-2670628 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-9186 .elementor-element.elementor-element-2670628 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-9186 .elementor-element.elementor-element-2670628 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-9186 .elementor-element.elementor-element-2670628 .elementor-nav-menu--main .elementor-item:focus{color:#fff;}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-307302b *//* ===================================
   ORGANIZATION PROFILE PAGE - BEAUTIFIED
   (WordPress-safe, namespaced)
   =================================== */

/* Main Section */
.org-profile-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-sizing: border-box;
}

.org-profile-inner {
    max-width: 1000px;
    width: 100%;
    animation: fadeInUp 0.8s ease-out;
}

/* Header Bar */
.org-profile-header {
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    border-radius: 15px;
    padding: 30px 40px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
    box-shadow: 0 10px 30px rgba(114, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
}

.org-profile-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

/* make the kegiatan cards styled and hoverable */
.item {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    margin: 30px auto;
    border-radius: 10px;
    box-sizing: border-box;
}

/* SHOW INFO when image is hovered (or card hovered) */
.item:hover .info {
    max-height: 200px;
    padding: 12px;
}

.header-icon {
    font-size: 48px;
    display: block;
    animation: bounce 2s ease-in-out infinite;
}

.header-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

/* Card Container */
.org-profile-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 20px;
    padding: 50px 60px;
    margin-top: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 3px solid #f0f0f0;
    transition: all 0.4s ease;
    box-sizing: border-box;
}

.org-profile-card:hover {
    box-shadow: 0 15px 60px rgba(114, 0, 0, 0.15);
    border-color: #720000;
    transform: translateY(-5px);
}

/* Logo Wrapper */
.org-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 30px;
    position: relative;
}

.logo-decoration {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(114, 0, 0, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
}

.org-logo-wrap img {
    max-width: 260px;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(114, 0, 0, 0.2));
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.org-logo-wrap img:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 15px 35px rgba(114, 0, 0, 0.3));
}

/* Section Styles */
.about-section,
.activities-section,
.vision-section,
.contact-section {
    margin: 45px 0;
    padding: 35px;
    background: #ffffff;
    border-radius: 15px;
    border-left: 5px solid #720000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.about-section:hover,
.activities-section:hover,
.vision-section:hover,
.contact-section:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(114, 0, 0, 0.12);
    border-left-width: 8px;
}

/* Section Heading */
.section-heading {
    font-size: 26px;
    font-weight: 700;
    color: #720000;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading-icon {
    font-size: 32px;
}

/* Description Text */
.org-description {
    color: #333;
    line-height: 2;
    font-size: 16px;
    margin: 0;
    text-align: justify;
}

/* Activities Grid */
.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.activity-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(114, 0, 0, 0.15);
    border-color: #720000;
}

.activity-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.activity-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #720000;
    margin: 0 0 10px;
}

.activity-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Stats Section */
.stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin: 40px 0;
    padding: 40px;
    background: linear-gradient(135deg, rgba(114, 0, 0, 0.05) 0%, rgba(211, 155, 0, 0.05) 100%);
    border-radius: 15px;
    box-sizing: border-box;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #720000;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Contact Section */
.contact-section {
    text-align: center;
}

/* Button Container */
.button-container {
    display: flex;
    justify-content: center;
}

/* Instagram Button */
.instagram-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    border-radius: 50px;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(114, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.instagram-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.instagram-button:hover::before {
    width: 300%;
    height: 300%;
}

.instagram-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 30px rgba(114, 0, 0, 0.4);
}

/* Instagram Icon */
.instagram-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    position: relative;
    z-index: 1;
}

/* ===================================
   CAROUSEL / IMAGE ITEMS (NAMESPACED)
   =================================== */

.org-carousel {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    margin: 30px auto;
    border-radius: 10px;
    box-sizing: border-box;
}

.org-carousel-container {
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    margin: 30px auto;
    border-radius: 10px;
    box-sizing: border-box;
}

.caption-global {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    line-height: 2;
    margin: 0;
    text-align: justify;
    padding: 1px 12px;
    border-radius: 8px;
    font-size: clamp(12px, 2vw, 16px);
}

/* Renamed from .item to avoid conflict with theme styles */
.org-carousel-item {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    margin: 30px auto;
    border-radius: 10px;
    box-sizing: border-box;
}

/* IMAGE WITH CAPTION */
.image-box {
    position: relative;
    cursor: pointer;
}

.image-box img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* CAPTION inside image box */
.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    color: white;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

/* INFO BOX (hidden by default) */
.info {
    max-height: 0;
    overflow: hidden;
    background: white;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 12px;
    color: #333;
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    transition: max-height .4s ease, padding .3s ease;
}

/* SHOW INFO when image is hovered */
.org-carousel-item:hover .info {
    max-height: 200px;
    padding: 12px;
}

/* ===================================
   ANIMATIONS (UNCHANGED)
   =================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media screen and (max-width: 768px) {
    .org-profile-section {
        padding: 40px 15px;
    }

    .org-profile-header {
        font-size: 28px;
        padding: 25px 30px;
    }

    .header-icon {
        font-size: 40px;
    }

    .header-subtitle {
        font-size: 12px;
    }

    .org-profile-card {
        padding: 40px 30px;
    }

    .about-section,
    .activities-section,
    .vision-section,
    .contact-section {
        padding: 25px 20px;
        margin: 30px 0;
    }

    .section-heading {
        font-size: 22px;
    }

    .activities-grid {
        grid-template-columns: 1fr;
    }

    .stats-section {
        padding: 30px 20px;
        gap: 25px;
    }

    .stat-number {
        font-size: 40px;
    }

    .org-carousel,
    .org-carousel-container,
    .org-carousel-item {
        margin: 20px auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .org-profile-header {
        font-size: 24px;
        padding: 20px 25px;
    }

    .org-profile-card {
        padding: 30px 20px;
    }

    .org-logo-wrap img {
        max-width: 200px;
    }

    .logo-decoration {
        width: 260px;
        height: 260px;
    }

    .section-heading {
        font-size: 20px;
    }

    .org-description {
        font-size: 15px;
    }

    .instagram-button {
        padding: 14px 30px;
        font-size: 16px;
    }

    .caption-global {
        font-size: 12px;
        padding: 4px 10px;
    }
}/* End custom CSS */