/* Restyle existing references slider without changing its CMS or Swiper structure. */
.projects-section { background:#edf4f1; padding:78px 0!important; border-top:1px solid #dfeae5; border-bottom:1px solid #dfeae5; }
.projects-section > .container { width:85%; max-width:1440px; }
.projects-section .section-subtitle { color:#007c68; font-size:12px; font-weight:600; letter-spacing:.12em; }
.projects-section .section-title.text-white { color:#173a30!important; font-size:clamp(28px,3vw,40px); line-height:1.2; margin:12px 0 0; }
.projects-section .projectsSwiper { padding:12px 4px 24px; }
.projects-section .project-card { height:100%; min-height:280px; padding:34px 24px 28px; display:flex; flex-direction:column; align-items:center; text-align:center; background:#fff; border:1px solid #e1ebe6; border-radius:18px; box-shadow:0 5px 18px #143b2d05; transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.projects-section .project-card img { display:block; flex-shrink:0; box-sizing:border-box; width:126px; height:126px; padding:26px; object-fit:contain; border-radius:50%; background:linear-gradient(120deg,#007460 5%,#009b81 55%,#13c9ac); box-shadow:0 0 0 8px #edf8f3; transition:transform .45s ease,box-shadow .45s ease; }
.projects-section .project-info { width:100%; padding-top:28px; }
.projects-section .project-info h5 { color:#183e32; font-size:19px; font-weight:600; line-height:1.4; margin-bottom:6px; }
.projects-section .project-info span { color:#63796e; font-size:14px; line-height:1.6; }
.projects-section .project-button-prev,.projects-section .project-button-next { width:48px; height:48px; background:#fff; border:1px solid #cddfd5; color:#00856e; box-shadow:0 3px 10px #12392e06; }
.projects-section .project-button-prev:hover,.projects-section .project-button-next:hover { background:#007c68; border-color:#007c68; color:#fff; }
.projects-section .project-card:focus-visible { outline:3px solid #008f78; outline-offset:2px; }
@media(hover:hover) { .projects-section .project-card:hover { transform:translateY(-6px); border-color:#a5d6c2; box-shadow:0 14px 26px #124c3520; } .projects-section .project-card:hover img { transform:scale(1.06); box-shadow:0 0 0 11px #e4f6ed; } }
@media(max-width:991px) { .projects-section .row > .col-lg-4 { margin-top:24px; } }
@media(max-width:575px) { .projects-section { padding:48px 0!important; } .projects-section > .container { width:calc(100% - 32px); padding:0; } .projects-section .project-card { min-height:260px; } }
@media(prefers-reduced-motion:reduce) { .projects-section .project-card,.projects-section .project-card img { transition:none; } }
