/* 🔹 Extra small devices (Phones) */
@media (max-width: 576px) {
}

/* 🔹 Small devices (Tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 768px) {
}

/* 🔹 Medium devices (Laptops, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
}

/* 🔹 Large devices (Desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
}

/* 🔹 Extra large devices (Wide screens, 1200px and up) */
@media (min-width: 1200px) {
}
