/*
Theme Name: Bootstrap Basic
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.5
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/


.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Global Styles */
body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff; /* Light yellow background */
}

.container {
    max-width: 1140px;
}

a {
    color: #e63946;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #c1121f;
}

.section-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    color: #e63946;
    margin-bottom: 2rem;
    display: inline-block;
    padding-right: 30px;
}

.section-title .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #e63946;
    transform: translateY(-50%);
}

.section-title .arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #e63946;
    border-right: 1px solid #e63946;
    transform: rotate(45deg);
}

.read-more {
    color: #e63946;
    font-size: 0.9rem;
    font-weight: 500;
}

.read-more:hover {
    color: #c1121f;
}

/* Header Styles */
.site-header {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.top-bar {
    background-color: #e63946;
    padding: 8px 0;
}

.top-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.top-links a {
    color: #fff;
    font-size: 0.85rem;
    text-decoration: none;
}

.top-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.main-header {
    padding: 2rem 0;
    background-color: #fff;
}

.logo-container {
    position: relative;
    padding: 1rem 0;
}

.logo-image {
    margin-bottom: 15px;
}

.logo-image img {
    height: 80px;
    max-width: 100%;
}

.logo-container h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.korean-text {
    color: #e63946;
    margin-left: 8px;
    font-weight: 500;
}

.logo-design {
    position: relative;
    height: 60px;
    width: 300px;
    margin: 0 auto;
}

.line {
    position: absolute;
    height: 2px;
    background-color: #333;
}

.line-1 {
    width: 100px;
    top: 20px;
    left: 100px;
}

.line-2 {
    width: 80px;
    top: 30px;
    right: 100px;
    background-color: #e63946;
}

.line-3 {
    width: 120px;
    top: 40px;
    left: 90px;
    background-color: #4ea5d9;
}

/* Intro Section */
.intro-section {
    padding: 3rem 0;
    background-color: #fff8e1;
}

.intro-content {
    text-align: center;
    padding: 1rem;
}

.intro-content p {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e63946;
    color: #fff;
    font-size: 0.9rem;
}

.social-icons a:hover {
    background-color: #c1121f;
    transform: translateY(-2px);
}

/* Programme Events */
.programme-events {
    padding: 3rem 0;
    background-color: #fff8e1;
}

.event-list {
    margin-top: 2rem;
}

.event-item {
    margin-bottom: 1.5rem;
    background-color: #fff8e1;
    border-bottom: 1px solid #f0e6c0;
    padding-bottom: 1.5rem;
}

.event-image {
    overflow: hidden;
    border-radius: 4px;
    height: 150px;
}

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

.event-item:hover .event-image img {
    transform: scale(1.05);
}

.event-content {
    padding: 1rem 0;
}

.event-date {
    font-size: 0.8rem;
    color: #e63946;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.event-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #333;
}

.event-details {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e63946;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border: 1px solid #e63946;
    border-radius: 4px;
}

.load-more:hover {
    background-color: #e63946;
    color: #fff;
}

/* Program Section */
.program-section {
    padding: 3rem 0;
    background-color: #fff;
}

.program-card {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.program-header {
    background-color: #e63946;
    color: white;
    padding: 1.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.program-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.program-content {
    padding: 2rem;
}

.program-item {
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}

.program-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.program-item h4 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.program-item p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

#programCarousel .carousel-indicators {
    position: static;
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
    padding: 0;
}

#programCarousel .carousel-indicators li {
    text-indent: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    margin: 0 15px;
    padding: 8px 15px;
    color: #666;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    opacity: 0.7;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

#programCarousel .carousel-indicators li.active {
    color: #e63946;
    opacity: 1;
    border-bottom: 2px solid #e63946;
}

#programCarousel .carousel-control-prev,
#programCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #e63946;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

#programCarousel .carousel-control-prev {
    left: -20px;
}

#programCarousel .carousel-control-next {
    right: -20px;
}

#programCarousel .carousel-control-prev:hover,
#programCarousel .carousel-control-next:hover {
    opacity: 1;
}

/* Featured Section */
.featured-section {
    padding: 3rem 0;
    background-color: #fef3c7;
    border-top: 1px solid #f0e6c0;
    border-bottom: 1px solid #f0e6c0;
}

.featured-image {
    height: 240px;
    overflow: hidden;
    border-radius: 4px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-content {
    padding: 1rem 0;
}

.featured-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #333;
}

.featured-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

/* Footer */
.site-footer {
    background-color: #333;
    color: #fff;
}

.footer-main {
    padding: 3rem 0;
}

.footer-main h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #fff;
}

.newsletter-form input {
    background-color: #444;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
}

.newsletter-form .btn {
    background-color: #e63946;
    color: #fff;
    border: none;
}

.newsletter-form .btn:hover {
    background-color: #c1121f;
}

.small {
    font-size: 0.8rem;
    color: #bbb;
}

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

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #fff;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #e63946;
}

address {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ddd;
}

.footer-bottom {
    background-color: #222;
    padding: 1rem 0;
    font-size: 0.85rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .fa-heart {
    color: #e63946;
}

/* Responsive */
@media (max-width: 767.98px) {
    .logo-container h1 {
        font-size: 2rem;
    }
    
    .logo-design {
        width: 250px;
    }
    
    .line-1 {
        width: 80px;
        left: 85px;
    }
    
    .line-2 {
        width: 60px;
        right: 85px;
    }
    
    .line-3 {
        width: 100px;
        left: 75px;
    }
    
    .event-image {
        height: 180px;
        margin-bottom: 1rem;
    }
    
    .featured-image {
        height: 200px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .top-links {
        gap: 10px;
    }
    
    .top-links a {
        font-size: 0.75rem;
    }
    
    .logo-container h1 {
        font-size: 1.6rem;
    }
    
    .logo-design {
        width: 200px;
        height: 50px;
    }
    
    .line-1 {
        width: 60px;
        left: 70px;
        top: 15px;
    }
    
    .line-2 {
        width: 50px;
        right: 70px;
        top: 25px;
    }
    
    .line-3 {
        width: 80px;
        left: 60px;
        top: 35px;
    }
}
.bghero{
	background-color:#fff;
}

.bg-floating {
  position: fixed;       /* selalu nempel di layar */
  right: 0;              /* pojok kanan */
  bottom: 0;             /* pojok bawah */
  width: 300px;          /* ukuran gambar */
  height: 300px;
  opacity: 0.3;          /* transparansi 40% */
  pointer-events: none;  /* biar tidak ganggu klik konten */
}