.case-study-grid{width:calc(100% - (var(--left-space) * 2));padding:40px var(--left-space);background-color:var(--text-color4)}.case-study-grid .study-card{display:flex;justify-content:space-between;gap:20px;margin-bottom:80px}.case-study-grid .study-card:last-child{margin-bottom:40px}.case-study-grid .study-card .left{width:30%;position:relative}.case-study-grid .study-card .left .img-container{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.case-study-grid .study-card .left .img-container .blur-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;filter:blur(5px);transform:scale(1.1);z-index:0;opacity:.7}.case-study-grid .study-card .left .img-container .case-img{width:80%;height:auto;position:relative;z-index:1;object-fit:contain}.case-study-grid .study-card .right{width:65%;display:flex;flex-direction:column;gap:20px}.case-study-grid .study-card .right h2{font-size:var(--heading-three)}.case-study-grid .study-card .right p{font-size:var(--default-p-size);line-height:var(--p-line-height)}.case-study-grid .study-card .right .study-btn{border:none;padding:12px 20px;background-color:var(--primary-color);display:flex;align-items:flex-end;gap:50px;border:1px solid var(--primary-color);border-radius:25px;color:var(--text-color4);font-size:var(--default-p-size);cursor:pointer;transition:.3s ease;width:-moz-fit-content;width:fit-content;-webkit-tap-highlight-color:transparent}.case-study-grid .study-card .right .study-btn:hover{color:var(--text-color);background-color:transparent}@media (max-width:900px){.case-study-grid{padding:20px var(--left-space)}.case-study-grid .study-card{flex-direction:column;margin-bottom:30px}.case-study-grid .study-card .left,.case-study-grid .study-card .right{width:100%}.case-study-grid .study-card .right{align-items:flex-start;flex-direction:column;gap:10px}.case-study-grid .study-card .right .study-btn{padding:8px 16px;gap:10px;font-size:12px}}.study-popup-parent{position:fixed;top:40px;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.432);z-index:100;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.study-popup{border-radius:2px;width:calc(60% - 20px);background-color:var(--text-color4);padding:10px;height:75vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent;border:none;outline:15px solid white;outline-offset:0}.study-popup,.study-popup .top{margin:0 auto;position:relative}.study-popup .top{width:calc(80% - 120px);padding:40px;border:2px solid gainsboro;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.study-popup .top .blur-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;filter:blur(15px);transform:scale(1.1);z-index:0;opacity:.7}.study-popup .top img{width:100%;height:auto;max-height:200px;object-fit:contain;object-position:center;position:relative;z-index:1}.study-popup .bottom{width:calc(100% - 80px);display:flex;flex-direction:column;gap:20px;padding:40px}.study-popup .bottom h2{font-size:var(--heading-three);display:block;text-align:left}.study-popup .bottom .proposal-btn{width:60%;margin-left:20%;margin-top:30px;background-color:var(--primary-color);outline:none;padding:12px 24px;border-radius:var(--border-radius1);color:var(--text-color4);border-style:none;cursor:pointer;transition:.3s ease;border:2px solid var(--primary-color);display:flex;align-items:center;justify-content:center;gap:10px;-webkit-tap-highlight-color:transparent}.study-popup .bottom .proposal-btn span{text-decoration:underline;text-underline-offset:3px}.study-popup .bottom .proposal-btn:hover{background-color:transparent;color:var(--main-color)}@media (max-width:900px){.study-popup{width:calc(95% - 20px);margin:0 auto}.study-popup .top{width:calc(90% - 10%);padding:20px 5%;display:flex;align-items:center;justify-content:center;border:none}.study-popup .top img{width:auto;height:150px}.study-popup .bottom{width:calc(100% - 20px);padding:10px}.study-popup .bottom h2 span{font-size:var(--heading-two);display:inline;text-align:left}.study-popup .bottom .proposal-btn{width:100%;margin-left:0;margin-top:20px}}.skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f3f3f3 50%,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-title{width:40%;height:30px}.skeleton-text{width:90%;height:20px}.skeleton-btn{width:120px;height:36px;border-radius:25px}.skeleton-square{height:250px;width:250px;background:linear-gradient(90deg,#e0e0e0 25%,#f3f3f3 50%,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border:none!important;display:flex;justify-self:center}.skeleton-study-card .skeleton{opacity:.8}