.custom-card{flex:0 0 18%;max-width:18%;background:#fff;border-radius:20px;overflow:hidden;transition:all .4s ease;position:relative;margin:10px;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.08);padding:0;transform:translateY(0);display:flex;flex-direction:column}.row{align-items:flex-start!important}.custom-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.card-img,.card-img-hover{width:100%;height:280px;object-fit:cover;border-top-left-radius:20px;border-top-right-radius:20px;transition:transform .4s ease}.card-img-hover{transform:scale(1.05)}.card-name{font-weight:600;color:#000;padding:10px;margin-top:10px;transition:all .4s ease}.card-text{max-height:0;opacity:0;overflow:hidden;color:#000;font-weight:500}.card-text,.card-text-hover{transition:all .5s ease;padding:0 15px;position:relative}.card-text-hover{max-height:200px;opacity:1;margin-top:10px}@media (max-width:1200px){.custom-card{flex:0 0 22%;max-width:22%}}@media (max-width:992px){.custom-card{flex:0 0 45%;max-width:45%}.card-img,.card-img-hover{height:250px}}@media (max-width:768px){.custom-card{flex:0 0 100%;max-width:100%;margin:10px 0}.card-img,.card-img-hover{height:220px}.card-name{font-size:1rem}.card-text p{font-size:.9rem}}@media (max-width:576px){.custom-card{flex:0 0 100%;max-width:90%;margin:10px 0;border-radius:15px}.card-img,.card-img-hover{height:200px}.card-name{font-size:1.2rem}.card-text p{font-size:.85rem}}.certificate-section{text-align:center;padding:60px 20px;font-family:Poppins,sans-serif}.certificate-section h2{font-weight:700;color:#2d1a69;font-size:2.2rem}.certificate-section p{color:#333;margin-bottom:50px;font-size:1.05rem}.certificates{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0}.certificates img{width:110px;height:100px;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease}.certificates img:hover{transform:scale(1.25)}.Medi-container{padding-left:0!important;padding-right:0!important}.mediBg{background:url(/Images/medi-bg.jpg) 50%/cover no-repeat;position:relative;height:250px}.mediBg,.mediBgOverlayer{display:flex;align-items:center;justify-content:center}.mediBgOverlayer{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.758)}.mediText{text-align:center;color:white;z-index:2}.mediText h3{font-size:1.8rem;font-weight:700;margin-bottom:20px}.btn-sample{position:relative;margin-top:25px;background-color:black;color:yellow;border:1px solid black;padding:12px 28px;border-radius:30px;font-weight:500;transition:all .3s ease;z-index:1}.btn-sample:hover{background-color:rgb(0,0,0);color:yellow}@media (max-width:768px){.certificates{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;place-items:center}.certificates img{width:90px;height:80px}}@media (max-width:576px){.certificates{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;place-items:center}.certificates img{width:90px;height:80px}}.global-presence-container,.global-presence-wrapper{width:100%;display:flex;justify-content:center}.global-presence-container{position:relative;background-color:rgb(44,46,53);max-width:1600px;height:90vh;border-radius:10px;align-items:center}.global-presence-img{width:100%;height:100%;object-fit:fit;padding:3%;border-radius:10px}.smileFace,.smileFace1{background-image:url(/Images/smileFace.png);background-size:contain;background-repeat:no-repeat;position:absolute;z-index:5;border-radius:50%;animation:glowSmiley 2s ease-in-out infinite}.smileFace{height:12px;width:12px}.smileFace1{height:25px;width:25px}.country-name{position:absolute;top:130%;left:50%;transform:translateX(-50%);color:#fff;font-size:.9vw;font-weight:600;text-shadow:1px 1px 2px #000;white-space:nowrap}@keyframes glowSmiley{0%,to{box-shadow:0 0 6px 2px rgba(255,223,0,.6)}50%{box-shadow:0 0 12px 4px rgba(255,221,0,.8)}}@media (min-width:993px){.global-presence-wrapper{overflow:hidden}.global-presence-container{width:100%;max-width:1600px;height:80vh}.country-name{font-size:.9vw}}@media (max-width:992px){.global-presence-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.global-presence-container{width:1200px;height:65vh;flex-shrink:0}.country-name{font-size:1.8vw}.smileFace{height:12px;width:12px}}@media (max-width:576px){.global-presence-container{width:900px;height:55vh}.country-name{font-size:2.8vw}.smileFace{height:10px;width:10px}}.cards-slider-wrapper{width:100vw;overflow:hidden;padding:25px 0;background:transparent}.testimonial-wrapper{flex:0 0 300px;display:flex;justify-content:center}.animate-testomonials-right{display:flex;width:max-content;align-items:center;animation:scrollRight 35s linear infinite;will-change:transform}.animate-testomonials-right:hover{animation-play-state:paused}@keyframes scrollRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card{background:linear-gradient(135deg,#1425030e,#3b2f0014,#a38b0047);border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease;width:100%;margin:20px}.testimonial-card:hover{transform:scale(1.12);box-shadow:0 10px 30px rgba(0,0,0,.15)}.testimonial-card img{border:3px solid #f3f3f3}@media (max-width:1200px){.testimonial-wrapper{flex:0 0 260px}}@media (max-width:992px){.testimonial-wrapper{flex:0 0 220px}.animate-testomonials-right{animation-duration:45s;gap:1rem}}@media (max-width:768px){.testimonial-wrapper{flex:0 0 200px}.testimonial-card{padding:18px}.animate-testomonials-right{animation-duration:40s;gap:1rem}}@media (max-width:576px){.testimonial-wrapper{flex:0 0 260px}.testimonial-card{padding:10px;width:230px}.animate-testomonials-right{animation-duration:45s;gap:0}}