@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wdth,wght@75..125,100..800&display=swap');

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    min-height: 120px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.header.scrolled {
    background-color: rgba(76, 175, 80, 0.9);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

body {
    padding-top: 120px;
}

.bg-success {
    background-color: #4CAF50 !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}

.navbar-brand img {
    margin-right: 10px;
}

.logo-sustentabilidade {
    height: 80px;
}

.logo-sebrae {
    height: 70px;
}

.navbar-nav {
    gap: 1.5rem;
}

.navbar-nav .nav-link {
    font-family: 'Anek Latin', sans-serif !important;
    font-variation-settings: 'wdth' 100.5;
    color: white !important;
    font-weight: 500;
    padding: 0.1rem 0.75rem;
    font-size: 1.4rem;
    font-weight: 650;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link.active {
    background-color: #173f35;
    border-radius: 99px;
    padding: 0.1rem 1.2rem;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(23, 63, 53, 0.7);
    border-radius: 99px;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding-top: 1rem;
        gap: 1rem;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }

    .logo-sustentabilidade,
    .logo-sebrae {
        height: 60px;
    }
}

.welcome-section {
    background-color: #173f35;
    background-image: url('imgs/background-colorido.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding: 80px 0;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.welcome-title {
    font-family: 'Anek Latin', sans-serif;
    font-variation-settings: 'wdth' 92.5;
    font-size: 4.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.text-light-green {
    color: #4CAF50;
}

@media (max-width: 991.98px) {
    .welcome-section {
        padding: 40px 0;
        min-height: 373px;
    }

    .welcome-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 574.98px) {
    .welcome-title {
        font-size: 1.7rem!important;
    }

    .focus-icon {
        width: 60px!important;
        height: 60px!important;
    }

    .focus-title {
        font-size: 1.2rem!important;
    }

    .focus-description {
        font-size: 1rem!important;
    }

    .section-title {
        font-size: 2.3rem!important;
    }

    .logo-sustentabilidade, .logo-sebrae {
        height: 55px!important;
    }

    .welcome-section {
        min-height: 190px!important;
    }

    .ods-subtitle {
        font-size: 2.8rem!important;
    }

    .fale-conosco-form .form-control {
        font-size: 0.7rem!important;
    }

    .fale-conosco-form .form-check-bg {
        border-radius: 35px!important;
        padding: 40px 21px !important;
        margin-top: 10px!important;
    }

    .fale-conosco-form .form-check-label {
        font-size: 1rem;
    }

    .members-title2 {
        font-size: 2.2rem!important;
    }

}

.about-section {
    padding: 80px 0;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.section-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #173f35;
    margin-bottom: 1rem;
}

.section-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 2rem;
    max-width: 910px;
    font-weight: 300;
}

.focus-card {
    border-radius: 0 50px 0 50px;
    padding: 30px;
}

.focus-content {
    display: flex;
    align-items: flex-start;
}

.focus-icon {
    width: 120px;
    height: 120px;
    margin-right: 2rem;
    flex-shrink: 0;
}

.focus-text {
    flex-grow: 1;
}

.focus-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.focus-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.8rem;
    color: #fff;
}

.bg-red { background-color: #c92b3b; }
.bg-yellow { background-color: #d99e36; }
.bg-green { background-color: #54a64f; }
.bg-blue { background-color: #215273; }
.bg-orange { background-color: #fc6926; }

.members-section {
    background-color: #4CAF50;
    padding: 80px 0;
}

.members-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.members-title2 {
    font-family: 'Anek Latin', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    font-variation-settings: 'wdth' 82.5;
    color: #173f35;
    background-color: #4CAF50;
    display: inline-block;
    padding: 0.7rem 5rem;
    border-radius: 0 99px 0 99px;
    color: white;
    text-decoration: underline; 
}

.members-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    color: white;
    margin-bottom: 3rem;
    max-width: 1200px;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2rem;
}

.member-card {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.member-card:hover {
    transform: translateY(-5px) scale(1.04);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.member-card img {
    transition: transform 0.3s ease;
}

.member-card:hover img {
    transform: scale(1.05);
}

.member-photo {
    width: 100%;
    max-width: 270px;
    height: auto;
    object-fit: cover;
    margin-bottom: 1rem;
}

.member-name {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.member-role {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.8rem;
    color: white;
    font-weight: 300;
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    .members-title {
        font-size: 3rem;
    }

    .members-description {
        font-size: 1.8rem;
    }

    .member-name {
        font-size: 2rem;
    }

    .member-role {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    .members-title {
        font-size: 2.1rem;
    }

    .members-description {
        font-size: 1.6rem;
    }

    .member-name {
        font-size: 1.8rem;
    }

    .member-role {
        font-size: 1.4rem;
    }
}

.sustainability-tree {
    position: absolute;
    bottom: -90px;
    right: 100px;
    width: 300px;
    height: auto;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .sustainability-tree {
        visibility: hidden;
    }
}

@media (max-width: 767.98px) {
    .members-grid {
        grid-template-columns: 1fr; 
    }
}

.ods-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.ods-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 2rem;
    max-width: 1200px;
    font-weight: 300;
}

.ods-subtitle {
    font-family: 'Anek Latin', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    color: #173f35;
    margin-bottom: 2rem;
}

.ods-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-bottom: 3rem;
}

.ods-tips {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #4CAF50;
    padding: 0.6rem 4.2rem;
    border-radius: 0 99px 0 99px;
    text-decoration: underline; 
    display: inline-block;
    margin-top: 5%;
}

.ods-tips-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.5rem;
    font-weight: 650;
    color: white;
    margin: 0;
}

@media (max-width: 991.98px) {
    .ods-section {
        padding: 40px 0;
    }

    .ods-description{
        font-size: 1.8rem;
    }

    .ods-subtitle {
        font-size: 3.8rem;
    }
    
    .ods-tips-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2.9rem;
    }
}

.sdg-icon-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
}

.sdg-icon-wrapper:hover {
    transform: translateY(-5px) scale(1.04);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.sdg-icon-wrapper img {
    transition: transform 0.3s ease;
}

.sdg-icon-wrapper:hover img {
    transform: scale(1.05);
}

/* Adicione estes estilos ao final do arquivo */

.bg-light-green {
    background-color: #e8f5e9;
}

.text-dark-green {
    color: #2e7d32;
}

.ods-tips-section {
    background-color: #55a64f;
    padding: 100px 0; 
}

.ods-tips-section .section-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #173f35;
}

.tip-card {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0 50px 0 50px;
    padding: 2rem; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tip-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2rem; 
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 300; 
}


.onu-tip {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0 50px 0 50px;
    padding: 1.5rem;
}

.onu-tip-text {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.onu-link {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.onu-link:hover {
    color: #173f35;
}

@media (max-width: 767.98px) {
    .ods-tips-section .section-title {
        font-size: 2.5rem;
    }

    .tip-description {
        font-size: 1.5rem; 
    }

    .onu-tip-text,
    .onu-link {
        font-size: 1.4rem;
    }
}

.capacitacoes-section {
    background-color: #173f35;
    padding: 80px 0;
}

.capacitacoes-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.curso-card {
    background-color: #26d07c;
    border-radius: 0 50px 0 50px;
    padding: 1rem 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center; 
}

.curso-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.curso-tipo {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.curso-titulo {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 2rem;
}

.curso-logo {
    max-width: 100px;
    height: auto;
    margin: 0 auto; 
    display: block; 
}

@media (max-width: 991.98px) {
    .capacitacoes-section {
        padding: 60px 0;
    }

    .capacitacoes-description {
        font-size: 1.8rem;
    }

    .curso-tipo {
        font-size: 2.2rem;
    }

    .curso-titulo {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    .capacitacoes-description {
        font-size: 1.6rem;
    }

    .curso-tipo {
        font-size: 2rem;
    }

    .curso-titulo {
        font-size: 1.4rem;
    }
}


.monitoramento-section {
    background-color: #1d66c3;
    padding: 80px 0 180px; 
    position: relative;
}

.monitoramento-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.monitoramento-card {
    background-color: #009cda;
    border-radius: 0 50px 0 50px;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.monitoramento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.monitoramento-card-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.monitoramento-card-value {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.monitoramento-card-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
}

.monitoramento-decoration {
    position: absolute;
    top: 460px;
    right: 0; 
    width: 550px; 
    height: auto;
    overflow: hidden;
    z-index: 1; 
}

.monitoramento-decoration2 {
    position: absolute;
    right: 0; 
    width: 520px; 
    height: auto;
    overflow: hidden;
    z-index: 1; 
    margin-top: -260px;
}

.monitoramento-decoration img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .monitoramento-decoration {
        visibility: hidden;
    }
    .monitoramento-decoration2 {
        visibility: hidden;
    }
}

@media (max-width: 991.98px) {
    .monitoramento-decoration {
        visibility: hidden;
    }
    
    .monitoramento-section {
        padding: 60px 0 140px;
    }

    .monitoramento-decoration2 {
        visibility: hidden;
    }
}

@media (max-width: 767.98px) {
    .monitoramento-decoration {
        visibility: hidden;
    }

    .monitoramento-decoration2 {
        visibility: hidden;
    }
    
    .monitoramento-section {
        padding: 60px 0 100px;
    }
}

.noticias-section {
    background-color: #4CAF50;
    padding: 80px 0 120px;
    position: relative;
    z-index: 0;
}

.noticias-section .section-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
}

.noticia-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;;
}

.noticia-titulo {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}

.noticias-decoration {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.noticias-decoration img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1200px) {
    .noticias-decoration {
        width: 500px;
        top: -80px;
        right: -80px;
    }
}

@media (max-width: 991.98px) {
    .noticias-section {
        padding: 60px 0 100px;
    }

    .noticias-section .section-title {
        font-size: 3.5rem;
    }

    .noticia-titulo {
        font-size: 2rem;
    }

    .noticias-decoration {
        width: 400px;
        top: -60px;
        right: -60px;
    }
}

@media (max-width: 767.98px) {
    .noticias-section {
        padding: 50px 0 80px;
    }

    .noticias-section .section-title {
        font-size: 3rem;
    }

    .noticia-titulo {
        font-size: 1.8rem;
    }

    .noticias-decoration {
        width: 300px;
        top: -40px;
        right: -40px;
    }
}

.fale-conosco-section {
    background-color: #ffffff;
    padding: 80px 0;
    text-align: left;
}

.fale-conosco-title {
    font-family: 'Anek Latin', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #173f35;
    margin-bottom: 1.5rem;
}

.fale-conosco-description {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 2rem;
    max-width: 1400px;
    font-weight: 300;
    line-height: 1.4;
}

.fale-conosco-button {
    font-family: 'Anek Latin', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #4CAF50;
    padding: 0.6rem 4.2rem;
    border-radius: 0 99px 0 99px;
    text-decoration: underline; 
    display: inline-block;
}

.fale-conosco-button:hover {
    background-color: #45a049;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .fale-conosco-section {
        padding: 60px 0;
    }

    .fale-conosco-title {
        font-size: 3.5rem;
    }

    .fale-conosco-description {
        font-size: 1.8rem;
    }

    .fale-conosco-button {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .fale-conosco-section {
        padding: 40px 0;
    }

    .fale-conosco-title {
        font-size: 3rem;
    }

    .fale-conosco-description {
        font-size: 1.6rem;
    }

    .fale-conosco-button {
        font-size: 1.2rem;
    }
}

.fale-conosco-form-section {
    background-color: #ffffff;
    padding: 0 0 80px 0;
}

.fale-conosco-form-container {
    background-color: #4a864f;
    border-radius: 55px;
    padding: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.fale-conosco-form .form-label {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.fale-conosco-form .form-control {
    border: none;
    border-radius: 99px;
    padding: 7px 21px;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.fale-conosco-form textarea.form-control {
    resize: none;
}

.fale-conosco-form .form-check-label {
    font-family: 'Anek Latin', sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1.4;
    margin-left: 10px;
}

.fale-conosco-form .form-check-input {
    margin-top: 0.3rem;
}

.fale-conosco-form .form-check-bg {
    background-color: rgba(38, 208, 124, 0.7);
    border-radius: 60px;
    padding: 60px;
}

.fale-conosco-form .btn-enviar {
    font-family: 'Anek Latin', sans-serif;
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    border-radius: 99px;
    padding: 7px 100px;
    font-size: 2.2rem;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fale-conosco-form .btn-enviar:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.5s ease;
}

.fale-conosco-form .btn-enviar:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.7);
}

.fale-conosco-form .btn-enviar:hover:before {
    left: 100%;
}

.fale-conosco-form .btn-enviar:active {
    transform: scale(0.95);
}

.fale-conosco-form a {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .fale-conosco-form-container {
        padding: 30px;
    }

    .fale-conosco-form .form-label {
        font-size: 1rem;
    }

    .fale-conosco-form .form-control {
        font-size: 1rem;
    }

    .fale-conosco-form .btn-enviar {
        font-size: 1rem;
        padding: 8px 30px;
    }

    .footer-colorido-bg{
        min-height: 88px!important;
    }
}

.footer-colorido-bg {
    background-color: #173f35;
    min-height: 300px;
    background-image: url('imgs/item-colorido.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.focus-card-wrapper {
    perspective: 1000px;
    transition: transform 0.6s;
}

.focus-card {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.focus-card-wrapper:hover {
    transform: scale(1.05);
}

.focus-card-wrapper:hover .focus-card {
    transform: rotateY(10deg) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.focus-card-wrapper.right-card:hover .focus-card {
    transform: rotateY(-10deg) rotateX(5deg);
}

.focus-icon {
    transition: transform 0.6s;
}

.focus-card-wrapper:hover .focus-icon {
    transform: scale(1.1) rotate(-5deg);
}

.focus-text {
    transition: transform 0.6s;
}

.focus-card-wrapper:hover .focus-text {
    transform: translateX(10px);
}

.focus-card-wrapper.right-card:hover .focus-text {
    transform: translateX(-10px);
}

.focus-title, .focus-description {
    transition: opacity 0.3s, transform 0.3s;
}

.focus-card-wrapper:hover .focus-title {
    transform: translateY(-5px);
}

.focus-card-wrapper:hover .focus-description {
    transform: translateY(5px);
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.focus-card-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.6s;
    pointer-events: none;
}

.focus-card-wrapper:hover::after {
    opacity: 0; 
    animation: none; 
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .monitoramento-decoration2 {
        width: 457px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logo-sustentabilidade {
        height: 50px!important;
    }

    .logo-sebrae{
        height: 50px!important;
    }

    .welcome-title {
        font-size: 4rem;
    }
}

.alert{
    font-family: 'Anek Latin', sans-serif;
    font-size: 17px;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: .7s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.slide-top {
    animation: slide-top 1.5s ease;
}

.slide-top {
    animation-name: slide-top, gradient-move !important;
    animation-duration: 1.5s, 15s !important;
    animation-iteration-count: 1, infinite !important;
    animation-delay: 0s, 1.5s !important;
}

.slide-start {
    animation: slide-start 1.5s ease;
}

@keyframes slide-top {
    0% {
        opacity: 0;
        margin-top: -200px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes slide-start {
    0% {
        opacity: 0;
        margin-left: -200px;
    }
    100% {
        opacity: 1;
        margin-left: 0;
    }
}
.focus-card-wrapper-new {
    transition: transform 0.3s ease;
}

.focus-card-wrapper-new:hover {
    transform: scale(1.05);
}
