.slide-group{display:flex;gap:1rem;height:350px}.slide-group.hidden{display:none}.exp-card{position:relative;flex:.25;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .6s ease;display:flex;flex-direction:column;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:0}.slide-group:not(.hidden):not(:hover) .exp-card:first-child{flex:.75;background-image:var(--hover-bg)}.slide-group:not(.hidden):hover .exp-card:first-child:not(:hover){flex:.25;background-image:none;background-color:#fff}.slide-group .exp-card:hover{flex:.75;background-image:var(--hover-bg)}.exp-card-overlay{position:absolute;inset:0;background:0 0;z-index:1;transition:background .6s ease}.slide-group .exp-card:hover .exp-card-overlay,.slide-group:not(.hidden):not(:hover) .exp-card:first-child .exp-card-overlay{background:linear-gradient(180deg,rgba(11,20,45,0) 20%,rgba(11,20,45,.78) 100%)}.exp-card-number{position:absolute;top:0;right:1rem;z-index:3;background-color:#1b2a5b;color:#fff;font-family:"Poppins",sans-serif;font-size:20px;font-weight:700;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:0 0 10px 10px;box-shadow:0 4px 10px rgba(0,0,0,.2)}.exp-card-content{position:relative;z-index:2;height:100%;padding:1.5rem;display:flex;flex-direction:column;border-radius:.5rem}.exp-card-bottom{display:flex;flex-direction:column;align-items:flex-start;width:85%;flex-grow:1;margin-top:auto}.exp-card-meta{font-family:"Poppins",sans-serif;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#25386f;margin-top:10px;transition:color .4s ease}.exp-card-title{font-family:"Poppins",sans-serif;font-size:16px;line-height:24px;font-weight:600;color:#222;margin-top:4px;margin-bottom:0;transition:color .4s ease}.exp-card-description{font-family:"Poppins",sans-serif;font-size:14px;line-height:22px;font-weight:400;color:#222;opacity:0;visibility:hidden;max-height:0;overflow:hidden;margin-top:6px;transition:opacity .6s ease,max-height .6s ease,visibility .6s ease}.exp-card-button{font-family:"Poppins",sans-serif;margin-top:auto;background-color:rgba(34,34,34,.1);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .4s ease}.slide-group .exp-card:hover .exp-card-description,.slide-group:not(.hidden):not(:hover) .exp-card:first-child .exp-card-description{color:#fff;opacity:1;visibility:visible;max-height:220px}.slide-group .exp-card:hover .exp-card-title,.slide-group:not(.hidden):not(:hover) .exp-card:first-child .exp-card-title{color:#fff}.slide-group .exp-card:hover .exp-card-meta,.slide-group:not(.hidden):not(:hover) .exp-card:first-child .exp-card-meta{color:rgba(255,255,255,.85)}.slide-group .exp-card:hover .exp-card-button,.slide-group:not(.hidden):not(:hover) .exp-card:first-child .exp-card-button{background-color:#fff}.slider-controls.hidden{display:none}.slider-dot{width:9px;height:9px;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:background .3s,transform .3s;border:none}.slider-dot.active{background:#25386f;transform:scale(1.35)}@media (max-width:768px){.slide-group{flex-direction:column;height:auto}.exp-card,.slide-group:not(.hidden):not(:hover) .exp-card:first-child{flex:1 1 auto!important;height:auto;min-height:200px}.exp-card-bottom{width:100%}.exp-card-description{opacity:1!important;visibility:visible!important;max-height:500px!important}}