.sub-container-footer {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 0 0 0;
    color: #ffffff;

    z-index: 1;
}

.widget-text {
    font-weight: 500;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    background-color: var(--tr-text-muted);
    border-radius: var(--border-radius);
    transition: all 0.3s ease-in-out;

    animation: pulsoSuave 3s infinite ease-in-out;
}

.social-icon:hover {
    background-color: transparent;
    border: var(--tr-primary) solid 1.5px !important;
}

@keyframes pulsoSuave {
    0% {
        box-shadow: 0 0 0 0px rgba(138, 198, 62, 0.6);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}




#colophon {
    background-color: var(--tr-bk);
    padding: 10px;
}

#section-card-oscured-v1 {
    height: max-content;
    width: 100%;
    padding: 80px 0;
    background-color: #0f1419;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#section-card-oscured-v1 .container-card-oscured {
    height: max-content;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

#section-card-oscured-v1 .container-section-card-oscured-v1 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.text-card-oscured {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
}

.icono-information-oscured {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}

.title-card-oscured {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.title-card-oscured .highlight {
    color: #c8962d;
}

.text-card-oscured p {
    font-size: 16px;
    color: #77776a;
    margin: 0 0 30px 0;
}

#section-card-oscured-v1 .content-cards-oscured {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured {
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 13px 25px rgb(0 0 0);
    cursor: pointer;
    transition: transform 0.3s ease;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured:hover {
    transform: scale(1.05);
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured .overlay-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(110 110 110 / 21%);
    z-index: 2;
    pointer-events: none;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured .bottom-text-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    color: #fff;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured .bottom-text-card h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #FFFFFF;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured .bottom-text-card p {
    font-size: 16px;
    margin: 5px 0 0 0;
    color: #E0E0E0;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured .center-content-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.circular-icon-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 0 25px 15px rgb(0 0 0 / 30%),
        0 0 45px 75px rgb(0 0 0 / 2%);
    z-index: 1;
    transition: all 0.2s ease-in-out;
}


#section-card-oscured-v1 .content-cards-oscured .body-card-oscured:hover .circular-icon-container {
    height: 110px;
    width: 110px;
    box-shadow:
        0 0 35px 25px rgb(0 0 0 / 40%),
        0 0 65px 95px rgb(0 0 0 / 5%);
}


.circular-icon-container::before {
    content: '';
    position: absolute;
    /* top: 20px;
    left: 21px; */
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    transform: rotate(271deg);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

#section-card-oscured-v1 .content-cards-oscured .body-card-oscured:hover .circular-icon-container::before {
    transform: scale(0);
}

.circular-icon-container i {
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 44px;
}

.circular-icon-container .count-number {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 5px;
    position: relative;
    top: 25px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    padding: 5px 6px;
    height: 42px;
    width: 42px;
    text-align: center;
}

#section-card-oscured-v12::after,
.sub-container-footer::after {
    /* background-image: url('https://the7.io/elementor-2026/wp-content/uploads/sites/149/2024/09/art-top-right.svg'); 
    background-image: url('../images/bank-note.svg');
    --background-overlay: '';
    background-repeat: repeat space;
    background-size: 100% auto;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0%;
    transition: all 0.3s ease-in-out;*/
}

@media (max-width: 1540px) {}

@media (max-width: 1280px) {}


@media (max-width: 1024px) {
    #section-card-oscured-v1::after {
        background-size: 150% auto;
    }
}


@media (max-width: 768px) {}


@media (max-width: 640px) {
    #section-card-oscured-v1 .content-cards-oscured .body-card-oscured {
        height: 280px;
        width: auto;
    }
}