@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
.custom-card{border:none;border-radius:.5rem;flex-direction:column;height:100%;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.custom-card .card-img-top{object-fit:cover;border-radius:.5rem .5rem 0 0;height:200px}.custom-card .card-body{padding:1.5rem}.custom-card .card-body .card-title{color:#212529;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.custom-card .card-body .card-text{color:#6c757d;line-height:1.6}.custom-card.hoverable{cursor:pointer}.custom-card.hoverable:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000026}.custom-card.hoverable:hover .card-title{color:#f5c02c}
.section-heading{margin-bottom:3rem}.section-heading .section-title{color:#212529;margin-bottom:1rem;font-size:2.5rem;font-weight:700;position:relative}.section-heading .section-subtitle{color:#6c757d;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.section-heading .section-divider{background:linear-gradient(90deg,#f5c02c 0%,#2a82d7 100%);border-radius:2px;width:60px;height:4px}.section-heading.text-center .section-divider{margin:0 auto}@media (max-width:768px){.section-heading{margin-bottom:2rem}.section-heading .section-title{font-size:2rem}.section-heading .section-subtitle{font-size:1rem}}
