body {
    font-size: 14px !important;
}
.py-4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (min-width: 1280px) {
    .xl\:mt-12 {
        margin-top: 1rem;
    }
}
.text-base {
    font-size: 0.8rem;
    line-height: 1.5rem;
}
@media (min-width: 1536px) {
    .\32xl\:text-base {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
}
.text-sm {
    font-size: 0.875rem;
    color: #393939;
    line-height: 1.25rem;
}

footer .text-sm {
    color: #ffffff;
    line-height: 2.25rem;
}

.burger path {
    fill: white;
}
.text-gray-2 {
    --tw-text-opacity: 1;
    color: rgb(133 127 127);
}
.bg-gray-12 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
}
.open-login-modal svg path {
    fill: white;
}
.w-44 {
    width: 7rem;
}
@media (min-width: 768px) {
    .md\:w-1\/5 {
        width: 25%;
    }
}
.t-img > div:last-child {
    opacity: 1 !important; /* Override Tailwind's opacity-0 */
    pointer-events: none;  /* Prevent interaction blocking */
    transition: opacity 0.3s ease;
}

.t-img > div:last-child p {
    color: black;
    font-size: 12px;
    transition: color 0.3s ease;
}

.t-img:hover > div:last-child p {
    color: white;
}
.grid.lg\:grid-cols-7 {
    border: 2px solid #e5e7eb; /* light gray border */
    border-radius: 8px; /* optional rounded corners */
    padding: 1rem; /* optional spacing inside the border */
}
.t-img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* subtle card shadow */
    transition: box-shadow 0.3s ease;
}

.t-img:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); /* deeper shadow on hover */
}