.training-section{position:relative;background-color:#000;background-image:linear-gradient(to bottom,rgb(0 0 0) 0%,rgb(0 0 0) 30%,rgb(0 0 0 / .6) 100%),url(https://images.unsplash.com/photo-1477959858617-679af054b0c2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:bottom;background-attachment:fixed;padding:100px 0 120px 0;min-height:100vh}.custom-card{background-color:#fff;border:none;border-radius:0;height:100%;display:flex;flex-direction:column}.custom-card img{border-radius:0;width:100%;height:240px;object-fit:cover}.card-body-custom{padding:40px 30px;text-align:center;display:flex;flex-direction:column;flex-grow:1}.card-title-custom{font-size:18px;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.card-title-custom .light-text{font-weight:400;color:#555;font-family:var(--font-02)}.card-title-custom .bold-text{font-weight:800;color:#111;font-family:var(--font-02)}.card-desc{font-size:16px;color:#666;line-height:1.8;margin-bottom:30px;flex-grow:1;font-family:var(--font-01)}.btn-ghost-dark{display:inline-block;background-color:#fff0;color:#000;border:2px solid #000;border-radius:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:12px 30px;text-decoration:none;transition:all 0.3s ease;width:80%;margin:0 auto;font-family:var(--font-01)}.btn-ghost-dark:hover{background-color:var(--color-1);color:#fff;border:2px solid var(--color-1)}@media (max-width:991px){.custom-card{margin-bottom:20px}}