.page-jl-kesehatan-bintaro { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-jl-kesehatan-bintaro__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-jl-kesehatan-bintaro__hero-section { background: linear-gradient(135deg, #001f3f, #007bff); color: #fff; text-align: center; padding: 10px 20px 60px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-jl-kesehatan-bintaro__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-jl-kesehatan-bintaro__hero-content { position: relative; z-index: 1; } .page-jl-kesehatan-bintaro__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .page-jl-kesehatan-bintaro__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-jl-kesehatan-bintaro__btn { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 28px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-jl-kesehatan-bintaro__btn:hover { background-color: #e0a800; transform: translateY(-2px); } .page-jl-kesehatan-bintaro__section { background-color: #fff; margin: 30px 0; padding: 40px 20px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } .page-jl-kesehatan-bintaro__section-title { font-size: 2.2em; color: #001f3f; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-jl-kesehatan-bintaro__text-content { text-align: center; max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; } .page-jl-kesehatan-bintaro__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-kesehatan-bintaro__grid-item { background-color: #f0f8ff; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-jl-kesehatan-bintaro__grid-item:hover { transform: translateY(-5px); } .page-jl-kesehatan-bintaro__grid-item-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } .page-jl-kesehatan-bintaro__grid-item-title { font-size: 1.5em; color: #001f3f; margin-bottom: 10px; } .page-jl-kesehatan-bintaro__grid-item-description { font-size: 1em; color: #555; } .page-jl-kesehatan-bintaro__cta-section { background-color: #007bff; color: #fff; text-align: center; padding: 50px 20px; border-radius: 10px; margin: 30px 0; } .page-jl-kesehatan-bintaro__cta-title { font-size: 2.5em; margin-bottom: 20px; font-weight: bold; } .page-jl-kesehatan-bintaro__cta-text { font-size: 1.2em; margin-bottom: 30px; } .page-jl-kesehatan-bintaro__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-jl-kesehatan-bintaro__faq-section { background-color: #fff; margin: 30px 0; padding: 40px 20px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } .page-jl-kesehatan-bintaro__faq-list { max-width: 800px; margin: 0 auto; } .page-jl-kesehatan-bintaro__faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; } .page-jl-kesehatan-bintaro__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; font-size: 1.2em; color: #001f3f; font-weight: bold; transition: color 0.3s ease; } .page-jl-kesehatan-bintaro__faq-question:hover { color: #007bff; } .page-jl-kesehatan-bintaro__faq-question h3 { margin: 0; pointer-events: none; } .page-jl-kesehatan-bintaro__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-jl-kesehatan-bintaro__faq-item.active .page-jl-kesehatan-bintaro__faq-toggle { transform: rotate(45deg); } .page-jl-kesehatan-bintaro__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; font-size: 1em; color: #555; } .page-jl-kesehatan-bintaro__faq-item.active .page-jl-kesehatan-bintaro__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-jl-kesehatan-bintaro__promo-card { background-color: #f0f8ff; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-kesehatan-bintaro__promo-card:hover { transform: translateY(-5px); } .page-jl-kesehatan-bintaro__promo-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } .page-jl-kesehatan-bintaro__promo-title { font-size: 1.5em; color: #001f3f; margin-bottom: 10px; } .page-jl-kesehatan-bintaro__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; } @media (max-width: 768px) { .page-jl-kesehatan-bintaro__hero-title { font-size: 2em; } .page-jl-kesehatan-bintaro__hero-subtitle { font-size: 1em; } .page-jl-kesehatan-bintaro__section-title { font-size: 1.8em; } .page-jl-kesehatan-bintaro__text-content { font-size: 0.95em; } .page-jl-kesehatan-bintaro__grid { grid-template-columns: 1fr; } .page-jl-kesehatan-bintaro__grid-item, .page-jl-kesehatan-bintaro__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-kesehatan-bintaro__faq-question { font-size: 1.1em; padding: 12px 0; } .page-jl-kesehatan-bintaro__faq-answer { padding: 15px 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-kesehatan-bintaro__button-group { flex-direction: column; } .page-jl-kesehatan-bintaro__btn { width: 100%; box-sizing: border-box; } } @media (max-width: 480px) { .page-jl-kesehatan-bintaro__hero-section, .page-jl-kesehatan-bintaro__section, .page-jl-kesehatan-bintaro__cta-section, .page-jl-kesehatan-bintaro__faq-section { padding: 20px 15px; } .page-jl-kesehatan-bintaro__hero-title { font-size: 1.8em; } .page-jl-kesehatan-bintaro__hero-subtitle { font-size: 0.9em; } .page-jl-kesehatan-bintaro__section-title { font-size: 1.6em; } .page-jl-kesehatan-bintaro__cta-title { font-size: 2em; } .page-jl-kesehatan-bintaro__cta-text { font-size: 1em; } }