/* --------------------------------------------------
   TcollegeDayz Core Web Vitals - Safe Image + CLS Fix
   Do not affect mobile design
-------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
}

.logo_container img,
.logo_container a img {
    aspect-ratio: 145 / 78;
}

.card img,
.country-card img,
.university-card img,
.blog-card img,
.destination-card img,
.tcd-popular-university-card img,
.tcd-preferred-card img,
.homepage-seo-card img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

input,
select,
textarea,
button {
    font-size: 16px;
}

.tcd-header-actions,
.tcd-theme-toggle,
.tcd-header-whatsapp,
.tcd-header-counselling,
.hamburger,
.tcd-theme-toggle-mobile {
    transform: translateZ(0);
}

@media only screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
}