body {
    font-family: 'Montserrat', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.text-glow {
    text-shadow: 0 0 20px rgba(255, 102, 0, 0.3);
}

.logo {
    width: 0.2rem !important;
}

.gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #FF6600, #F59E0B);
}

.about-image {
    background-image: url('/img/bg2.png') !important;
}

.bg-cover {
    background-image: url('/img/bg3.png');
}

.gradient-bg {
    background-image: linear-gradient(to right, #FF6600, #F59E0B);
}

.swiper-button-next,
.swiper-button-prev {
    color: #FF6600;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #F59E0B;
}

.swiper-pagination-bullet-active {
    background-color: #FF6600 !important;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}