﻿#lnkSignup i {
    color: #d10e1a;
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.menuLogin {
    color: #777;
    font-size: 12px;
    text-decoration: none;
}

.menu-home-icon {
    padding: 5px 14px;
    margin: 0;
}

    .menu-home-icon i {
        font-size: 22px;
    }


.menuLogin :hover {
    color: #777;
    font-size: 12px;
}



.login-signup-section a > i {
    margin-left: 5px;
}

.search2 {
    margin-top: 10px;
    padding-left: 60px;
}

.phonecall {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}


.swiper-container {
/*    padding: 40px 60px;
*/}

.swiper {
    width: 100%;
/*    padding-bottom: 50px !important;
*/}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* دایره با گرادیانت */
.video-item {
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
}

    .video-item:hover {
        transform: translateY(10px);
    }

.gradient-border {
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffc1e0 0%, #c5a3ff 50%, #a8d5ff 100%);
    display: inline-block;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
}


.video-item:hover .gradient-border {
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.6);
    transform: scale(1.05);
}

.thumbnail-circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 4px solid #fff;
}

    .thumbnail-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.video-item:hover .thumbnail-circle img {
    transform: scale(1.1);
}

/* آیکون Play */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.video-item:hover .play-icon {
    opacity: 1;
}

.play-icon svg {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.video-title {
    margin-top: 15px;
        font-size: 16px;
/**/ color: #05939f;
    /*  font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);*/
    text-align: center;
}

/* دکمه‌های Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 18px !important;
        font-weight: bold;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        transform: scale(1.1);
    }

/* Pagination */
.swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    background: #8b5cf6 !important;
    opacity: 1 !important;
    width: 30px !important;
    border-radius: 5px !important;
}

/* Modal ویدیو */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

    .video-modal.active {
        display: flex;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes slideUp {
    from {
        transform: translateY(100px) scale(0.9);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    color: white;
    border: 4px solid white;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

    .close-btn:hover {
        transform: scale(1.1) rotate(90deg);
    }

#videoPlayer {
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

#videoTitle {
    margin-top: 20px;
    text-align: center;
    color: #333;
    font-size: 1.5rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .thumbnail-circle {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .thumbnail-circle {
        width: 100px;
        height: 100px;
    }

    .video-title {
        font-size: 12px;
    }

   /* h1 {
        font-size: 1.8rem;
    }*/
}

@media (max-width: 480px) {
    .thumbnail-circle {
        width: 80px;
        height: 80px;
    }

    .swiper-container {
        padding: 20px 40px;
    }
}



.item > .thumbnail {
    border-radius: 27px;
}




.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.row-images img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.banners-thumbnails img {
    border-radius: 25px;
    border: 1px solid white;
}

.tiles .tile img {
    object-fit: cover;
    height: 150px;
}


.tile-new img {
    object-fit: cover;
    height: 150px;
}

.tile-new:hover {
    border-radius: 25px;
}

.brd-25 {
    border-radius: 25px;
}

.border-white {
    border-color: white;
}

.footer-4 {
    background-image: none;
    background-color: #3f3f3f;
    color: white;
}

    .footer-4 a {
        color: white;
    }

.text-white {
    color: white;
}

.category-item {
    text-align: center;
    padding: 15px;
}

    .category-item img {
      /*  width: 150px;
        height: 150px;*/
        object-fit: cover;
        /*    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
*/ transition: transform 0.3s;
    }

        .category-item img:hover {
            transform: scale(1.1);
        }

    .category-item h3 {
        margin-top: 10px;
        font-size: 14px;
    }

.category-item {
    text-align: center;
    padding: 15px;
}



    .category-item img:hover {
        transform: scale(1.1);
    }

    .category-item h3 {
        margin-top: 10px;
        font-size: 14px;
    }

.brandContainer {
    width: 100%;
    max-width: 1200px;
/*    padding: 40px 20px;
*/}

.brandSwiper {
/*    padding: 50px 0;
*/    position: relative;
}

.brandSlide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandItem {
    width: 200px;
    height: 120px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    
}

    .brandItem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    .brandItem:hover img {
        filter: grayscale(0%);
    }

/* دکمه‌های ناوبری سفارشی */
.brandButtonNext,
.brandButtonPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .brandButtonNext:hover,
    .brandButtonPrev:hover {
        transform: translateY(-50%) scale(1.1);
    }

.brandButtonNext {
    left: 10px;
}

.brandButtonPrev {
    right: 10px;
}

    .brandButtonNext svg,
    .brandButtonPrev svg {
        width: 18px;
        height: 18px;
        fill: #9e9e9e;
        transition: fill 0.3s ease;
    }

    .brandButtonNext:hover svg,
    .brandButtonPrev:hover svg {
        fill: #616161;
    }

    .brandButtonNext.swiper-button-disabled,
    .brandButtonPrev.swiper-button-disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

/* Responsive */
@media (max-width: 768px) {
    .brandItem {
        width: 150px;
        height: 90px;
    }

    .brandButtonNext,
    .brandButtonPrev {
        width: 40px;
        height: 40px;
    }

        .brandButtonNext svg,
        .brandButtonPrev svg {
            width: 20px;
            height: 20px;
        }
}


.img-fluid {
    max-width: 100%;
    height: auto;
}


.login-signup-section{
    margin-left:30px;
}

.logo2{
    padding-top:12px;

}

.caption h4 {
    height: 50px;
    line-height: 1.38;
}

/*.max-heightTile012 {
    max-height: 715px;
}*/


/* کلاس‌های کمکی */
.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* حذف فاصله اضافی */
.banners-thumbnails .thumbnail {
    margin-bottom: 0;
    padding: 5px;
}


.padd0ng-footer{
    padding-right:75px;
}

.padd0ng-footer2 {
    padding-left: 70px;
}
