.header-red-text{color:#EB5C5C;font-weight:900;background-color:rgba(235,92,92,0.15)!important}.header-blue-heading{color:#94cdc5;font-weight:600;font-size:1.4em;line-height:1.2em}.btn-design{padding:12px 28px!important;color:#ffffff;background:linear-gradient(90deg,#D15B5E 0%,#A83232 100%);cursor:pointer;text-transform:uppercase;letter-spacing:1px;box-shadow:none;transition:background 0.3s ease}.btn-design:hover{background:linear-gradient(90deg,#c84c50 0%,#962c2c 100%)}.section-heading{display:inline-block;position:relative;z-index:1}.section-heading::before{content:"";position:absolute;left:0;bottom:0;height:40%;width:100%;background-color:rgba(255,0,0,0.29);z-index:-1}.bluebar-heading{display:inline-block;position:relative;z-index:1;color:#94CDC5}.bluebar-heading::before{content:"";position:absolute;left:0;bottom:0;height:40%;width:100%;background-color:rgba(148,205,197,0.2);z-index:-1}.cards-row{display:flex;justify-content:center;gap:20px;margin-bottom:20px;flex-wrap:wrap}.card-container{perspective:1000px;flex:0 0 calc(33.333% - 20px);max-width:300px;height:450px}.card{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform 0.6s;cursor:pointer}.card-container:hover .card{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;padding:20px;background-color:#e7f4f3;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.card-front>h2{line-height:1.4em!important;padding:25px}.card-back{transform:rotateY(180deg);overflow-y:auto;padding-right:10px}@media (max-width:1024px) and (min-width:769px){.cards-row{display:flex;flex-wrap:wrap;justify-content:center}.card-container{flex:0 0 50%;max-width:50%;padding:10px;box-sizing:border-box;min-height:450px}}@media (max-width:768px){.cards-row{flex-direction:column;align-items:center}.card-container{width:90%;max-width:350px;margin-bottom:20px;height:auto;min-height:450px}.card{height:100%}.card-front,.card-back{position:absolute;width:100%;height:100%;min-height:450px}.card-back{overflow-y:auto;padding-right:10px}}.logo-carousel{overflow:hidden;white-space:nowrap;width:100%;padding:20px 0}.logo-track{display:inline-flex;animation:scroll 10s linear infinite}.logo-track img{height:100px;margin:0 40px;filter:grayscale(100%);transition:filter 0.3s ease}.logo-track img:hover{filter:grayscale(0%)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}