.tgmenu__wrap .logo img {
    max-height: 70px !important;
}
.single-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#offerModal .alert.mt-4{
    margin-top: 0 !important;
}
#offerModal .alert.mb-0{
    margin-bottom: 15px !important;
}
#offerModal .alert {
    margin: 20px !important
}
.detail-image{
    max-height: 450px; 
    object-fit: cover; 
    transition: transform 0.3s;
}
.detail-image:hover {
    transform: scale(1.03);
}
.detail-content p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 1rem;
}
@media (max-width: 576px) {
     .category-title {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .detail-image-wrapper {
        display: flex;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .detail-image-wrapper {
        text-align: center;
    }
    .detail-image {
        max-height: 300px;
    }
}
.about__content p {
    margin-bottom: 20px !important;
    font-size: 16px;
    width: 95%;
}
.services__content .title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.services__content {
    padding: 0 24px 20px !important;
    text-align: center;
}
.services__thumb {
    height: auto !important;
}
.services__thumb::before {
    display: none !important;
}
.swiper-button-prev-custom{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px; 
    border-radius: 8px; 
    margin-right: 10px; 
    background-color: #FFF; 
    color: #333;
    border: none;
    width: 40px;
    height: 40px;
}
.swiper-button-next-custom{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px; 
    border-radius: 8px; 
    background-color: #FFF; 
    color: #333;
    border: none;
    width: 40px;
    height: 40px;
}
.about__img-three img:nth-child(1) {
    border-radius: 15px !important;
}
.newsSwiper .swiper-slide {
    width: auto;
}
.newsSwiper {
    overflow: hidden !important;
}
.news-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
.about__img-three::before {
    border: 14px solid #f0f6f6 !important;
}
.banner-slider,
.category-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.banner-slider .swiper-button-next:after,
.banner-slider .swiper-button-prev:after {
    font-size: 20px;
}