::selection {
    background: #fdb913;
    color: #1F3368;
    text-shadow: none;
}

::-moz-selection {
    background: #fdb913;
    color: #1F3368;
    text-shadow: none;
}
.fade-title{
    opacity: .3;
    mask: linear-gradient(#fff, transparent);
    -webkit-mask: linear-gradient(#fff, transparent);
	webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none; 
            user-select: none;
}
.grid-card-v1:hover{
        border: 1.5px solid transparent !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #3B6E86 0%, #FFFFFF 90%) border-box; 
}.grid-card-v2:hover{
        border: 1.5px solid transparent !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #FDB913 0%, #FFFFFF 90%) border-box; 
}
@media screen and (min-width:1024px){
    .grid-v2-button{
    min-width: 100% !important;
    position: absolute;
    bottom: -50px;
    transition: all 0.3s  !important;
    overflow: hidden !important;
}
.grid-card-v2:hover .grid-v2-button{
    bottom: 3px;
}
}
@media screen and (max-width:768px){
    .grid-v2-button .elementor-button-text{
        display: none !important;
    }
    .grid-v2-button .elementor-button-icon{
        font-size: 18px !important
    }
    .grid-card-v2 .detail-container{
        overflow: visible;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1px !important;
    margin: 5px 0 !important;
    background-size: 70% !important;
    padding: 10px 0px 0px !important;
}
span.swiper-pagination-bullet-active {
    width: 20px !important;
}
}

.grid-card-v1:hover .grid-v1-button a{
    background-color: #1F3368 !important;
	color: #FFF !important;
}
.grid-v1-title h3{
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
	direction: rtl !important;
}
.e-login-form a.elementor-register, span.elementor-login-separator {
    display: none;
}
a.dialog-close-button.dialog-lightbox-close-button {
    outline: none !important;
}
.tooltip {
    position: absolute;
    background: #fff;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -10px);
    transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
    z-index: 1000;
}


.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}


.tooltip.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 30px 10px 10px;
    bottom: -1px !important;
    background-image: url(https://pub.irceo.ir/wp-content/themes/irceoshams-child/assets/img/bullet-shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
}
span.swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius:50px;
}
span.swiper-pagination-bullet{
	transition: all 0.4s !important;
}
.newsletter-form i:before{
    color: white
}
.contactus-form label.elementor-field-label {
    font-weight: 500;
    margin-right: 5px;
    top: 8px;
    position: relative;
    right: 10px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    padding: 0px 5px 0px 5px;
    border-radius: 8px;
}
.contactus-map iframe{
    border-radius: 10px;
}
.newsletter-form input#form-field-email:focus {
    background-color: white;
    box-shadow: none;
    border: 0px;
}
a.elementor-register {
    display: none;
}
.contact-li span.elementor-icon-list-icon {
    background-color: #1f3368;
    padding: 8px 5px;
    border-radius: 10px;
}
.contact-li-title{
    display: block !important;
    font-size: 18px;
    font-weight: 600;
}
.contact-li i:before{
    color: #FFF;
}
.contact-li a{
    color: #1F3368;
}
/* استایل دکمه */
.slide-button {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #1f3368;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 997;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
	animation: pulse-btn  3s infinite linear !important;

}
@keyframes pulse-btn {
    0% {
        box-shadow: 0 0 0 0 #1f336891;
    }
    66% {
        box-shadow: 0 0 0 13px #be1e2e00;
    }
    100% {
        box-shadow: 0 0 0 13px #be1e2e00;
    }
}

.slide-button:hover, .slide-button:focus {
    background-color: #fdb913;
    transform: translateY(-50%) scale(1.1);
}

/* استایل پنل محتوا */
.slide-panel {
    position: fixed;
    top: 0;
    right: -480px;
    width: 465px;
    height: 100vh;
    background-color: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 40px 30px;
    transition: right 0.3s ease;
    overflow-y: auto;
    background-image: url("https://pub.irceo.ir/wp-content/uploads/2025/10/Asset-1.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.slide-panel.active {
    right: 0;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.panel-title {
    font-size: 22px;
    color: #2c3e50;
    font-weight: 600;
}

.close-btn {
			background: none;
			border: none;
			font-size: 44px;
			cursor: pointer;
			color: #7f8c8d;
			transition: color 0.3s;
			line-height: 0;
			margin: 0 !important;
			padding: 0;
			color: #e74c3c;
	}
	.close-btn:hover{
		color: #e74c3c;
	}

.links-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.panel-link {
display: block;
padding: 15px;
background-color: #f8f9fa;
border-radius: 10px;
text-decoration: none;
color: #1f3368 !important;
font-weight: 500;
transition: all 0.3s ease;
border-left: 4px solid #1f3368;
}

.panel-link:hover {
    background-color: #1f3368;
    color: #FFFFFF !important;
    transform: translateX(-5px);
}

/* لایه پس‌زمینه */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px){
    .slide-button {
    top: auto;
    bottom: 0% !important;
}    .slide-panel {
    width: 300px !important;
}
    .panel-link {
    padding: 12px;
}
}
       .overlay.active {
					opacity: 1;
					visibility: visible;
					cursor:url(../img/close-cursor.svg), pointer !important;
					backdrop-filter: blur(1px) !important;
			}
			.davinci-btn1  {
    position: relative;
    display: flex;
    text-transform: uppercase;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
a.panel-link.davinci-btn1:hover {
    box-shadow: 0px 0px 20px 6px #1f336857;
}
.davinci-btn1:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.davinci-btn1::before, .davinci-btn1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.davinci-btn1:hover::before, .davinci-btn1:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.davinci-btn1:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

.davinci-btn1:hover::after {
    transform: translate(50%, 0) scale(1.1);
}
.elementor-message.elementor-message-success.elementor-message-svg {
    text-align: center;
}
.no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}