.elementor-856 .elementor-element.elementor-element-1ee7596{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-856 .elementor-element.elementor-element-1ee7596:not(.elementor-motion-effects-element-type-background), .elementor-856 .elementor-element.elementor-element-1ee7596 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("http://languageforlife.lk/wp-content/uploads/2026/04/BG-Learge-scaled.png");}.elementor-856 .elementor-element.elementor-element-b15f393{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-856 .elementor-element.elementor-element-a64fee8 > .elementor-widget-container{margin:30px 10px 30px 10px;}.elementor-856 .elementor-element.elementor-element-a64fee8 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:600;color:#FFFFFF;}.elementor-856 .elementor-element.elementor-element-fe57f38{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-856 .elementor-element.elementor-element-a64fee8 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for html, class: .elementor-element-1a37884 */*{
    text-decoration: none !important;
}
/* Container Utama */
.resources-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

/* Judul Section */
.section-title {
    color: #334155;
    font-size: 22px;
    border-left: 5px solid #5B9BA5;
    padding-left: 15px;
    margin: 40px 0 20px;
}

/* Grid System */
.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Card Style */
.resource-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.resource-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #5B9BA5;
    transform: translateY(-3px);
}

/* Icon Bulat */
.card-icon {
    background: #5B9BA5;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    margin-right: 15px;
    flex-shrink: 0;
}

/* Info Text */
.card-info h4 {
    margin: 0 0 5px 0;
    color: #2d3748;
    font-size: 16px;
}

.card-info p {
    margin: 0;
    color: #718096;
    font-size: 13px;
    line-height: 1.4;
}

/* Tombol Download */
.download-btn {
    margin-left: auto;
    background: #f1f5f9;
    color: #5B9BA5;
    text-decoration: none !important;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.3s;
}

.download-btn:hover {
    background: #5B9BA5;
    color: white;
}

/* External Links Styling */
.external-links {
    list-style: none;
    padding: 0;
}

.external-links li {
    margin-bottom: 10px;
}

.external-links a {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    color: #2d3748;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    font-weight: 500;
}

.external-links a:hover {
    color: #5B9BA5;
    border-color: #5B9BA5;
}

/* Responsive */
@media (max-width: 600px) {
    .resource-card {
        flex-direction: column;
        text-align: center;
    }
    .card-icon { margin: 0 0 15px 0; }
    .download-btn { margin: 15px 0 0 0; width: 100%; }
}/* End custom CSS */