﻿/*haghverdi 14040405        */
#modal-intro-mehr .modal-bg {
    background: rgba(34, 34, 48, 0.4); /* نیمه‌شفاف */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 18px;
    padding: 1rem 2rem 2rem 2rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #f1f1f1;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

#modal-intro-mehr .modal-content {
    background: transparent !important;
    border: none;
    direction: ltr !important;
}

#modal-intro-mehr .sip-logo {
    font-weight: 400;
    font-family: Vazir-Regular !important;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center;
}

#modal-intro-mehr .modal-body img {
    all: unset;
    width: 100px;
    height: 100px;
    object-fit: contain;
    /*            border-radius: 50%;*/
    /*            margin-bottom: 1rem;*/
    /*            border: 2px solid rgba(255, 255, 255, 0.2);*/
    /*            transition: transform 0.3s ease;*/
}

    #modal-intro-mehr .modal-body img:hover {
        transform: scale(1.05);
    }

#modal-intro-mehr .modal-body .txt {
    font-family: 'Vazir-Regular', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #e0e0e0;
    animation: fadeInUp 0.6s ease;
}

#modal-intro-mehr .description {
    font-family: 'Vazir-Regular';
    font-size: small;
    margin-top: 15px;
    direction: rtl;
    text-align: center;
    line-height: 1.9;
}

#modal-intro-mehr .modal-body .btn {
    background: linear-gradient(135deg, #6c63ff, #574ed7);
    border: none;
    border-radius: 12px;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    width: 100%;
    color: white;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

    #modal-intro-mehr .modal-body .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 99, 255, 0.4);
    }

#modal-intro-mehr .modal.fade .modal-dialog {
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.3s ease;
}

#modal-intro-mehr .modal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

#modal-intro-mehr .sip-contact-us {
    font-weight: 700;
    font-family: Vazir-Regular !important;
    margin-top: .8rem;
    margin-bottom: .8rem;
    font-size: 1.5rem !important;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#modal-intro-mehr .sip-name {
    color: #ffb000;
    background-image: -webkit-linear-gradient(92deg, #fbad1b, #ffb000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#modal-intro-mehr .sel,
#modal-intro-mehr .tel {
    font-weight: 400;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 0.8rem;
    font-size: 1rem !important;
    direction:rtl;
}

    #modal-intro-mehr .sel span,
    #modal-intro-mehr .tel span {
        font-size: small;
    }

@media (max-width: 768px) {
    #modal-intro-mehr .modal-bg {
        max-width: 500px;
    }

    #modal-intro-mehr .modal-body img {
        width: 70px;
        height: 70px;
    }

    #modal-intro-mehr .sip-contact-us {
        font-size: 1.3rem !important;
    }
}
