
@font-face {
    font-family: 'Peyda Regular';
    src: url(/fonts/IRANYekanRegular.woff2?4950dd54432f3129c41c05cdb542b70f) format('woff2'),
    url(/fonts/IRANYekanRegular.woff?7112db08ea05f8d4336597e815d18758) format('woff'),
    url(/fonts/IRANYekanRegular.ttf?481487110844ee72abe686adb0b5c6c6) format('truetype');
    font-display: swap;
}


@font-face {
    font-family: 'IranNastaliq';
    src: url(/fonts/IranNastaliq.eot?39ccb1fa65b543a8c73a47ac165ff83d);
    src: url(/fonts/IranNastaliq.eot?39ccb1fa65b543a8c73a47ac165ff83d?#iefix) format('embedded-opentype'),
    url(/fonts/IranNastaliq.otf?157ba133a3098261195eb8fba0c08e9a) format('otf'),
    url(/fonts/IranNastaliq.ttf?32e9d4e99ce672ff198a3c753bba4085) format('truetype'),
    url(/fonts/IranNastaliq.woff?8d6881d3b7b28090ab3497ee0c245476) format('woff'),
    url(/fonts/IranNastaliq.woff2?d0feccdfdeb0f4abb825b7299a7515e5) format('woff2');
}

body {
    font-family: 'Peyda Regular', sans-serif !important;
}

.rounded-custom{
    border-radius: 15px !important;
}
.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.ff-IranNastaliq {
    font-family: 'IranNastaliq' !important;
}
.divider{
    width: 100%;
    height: 1px;
    display: block;
    background: rgba(217, 217, 217, 1);
    margin: 10px 0;
}
.short-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select2-results {
    direction: rtl !important;
}


.loading-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    top: 0;
    left: 0;
    z-index: 99999;
    border-radius: 10px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/*loader*/
lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33.33333px;
    width: 13.33333px;
    height: 13.33333px;
    border-radius: 50%;
    background: #0351a9;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

progress {
    width: 100%;
    border: unset;
    border-radius: 5px;
}

.grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.grid-line-horizontal {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.grid-line-vertical {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Additional gradient overlay */
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(30, 40, 100, 0.2) 0%, rgba(10, 10, 20, 0.5) 70%);
    z-index: 0;
}

.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.top-section {
    background: radial-gradient(102.06% 475.86% at 7.52% 16.56%, #5E7467 0%, #9BBCA7 52.1%, #FFFFFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    height: 250px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
}

.top-section .top-right-rectangle {
    top: 10px;
    right: 30px;
    position: absolute;
}

.top-section .bottom-left-rectangle {
    bottom: 50px;
    left: 10px;
    position: absolute;
}

.top-section img {
    position: absolute;
    width: 170px;
    right: -20px;
}

.top-section .title {
    position: absolute;
    left: -25px;
    top: 15%;
}

.top-section .title .divider {
    background-color: #C2A060;
    width: 145px;
    height: 3px;
    border-top-right-radius: 16px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.top-section .title h1 {
    font-size: 60px;
}

.top-social-link-wrapper {
    position: relative;
    width: 80%;
    margin: auto;
    height: 89px;
    gap: 10px;
    border-radius: 16px;
    padding: 20px 22px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -45px;
    background: rgba(255, 255, 255, 0.2); /* Optional for transparency */
    z-index: 0;
}

.top-social-link-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px; /* Thickness of the border */
    background: linear-gradient(90deg, #9BBCA7 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index:-1;
}

.second-section {
    border-radius: 15px;
    background-color: #ffffff;
    margin-top: 20px;
    position: relative;
    padding: 20px 0;
}

.second-section svg {
    position: absolute;
    right: 30px;
}

.second-section .img-bg {
    position: absolute;
    width: 107px;
    height: 141px;
    top: 10px;
    right: 20px;
    display: block;
    background: white; /* Or any background you need */
}

.second-section .img-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(176.46deg, #5E7467 -2.74%, #9BBCA7 97.09%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.second-section img {
    position: absolute;
    width: 107px;
    height: 147px;
    -o-object-fit:cover;
       object-fit:cover;
    -o-object-position: 0 12%;
       object-position: 0 12%;
    top: 17px;
    right: 25px;
}

.second-section .counter-wrapper{
    background: linear-gradient(315.4deg, rgba(155, 188, 167, 0.06) 3.94%, rgba(255, 255, 255, 0.06) 108.97%);
    height: 75px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    top: 93px;
    left: 102px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px 15px;

}

.second-section .counter-wrapper .title{
    font-size: 10px;
    color: #717171;
}
.second-section .counter-wrapper .counter{
    font-size: 20px;
    font-weight: bold;
}
#select-category-modal .portfolio-category-item-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}
#select-category-modal .portfolio-category-item-wrapper .item {
    border: 2px solid rgb(107, 107, 107);
    width: 32%;
    height: 60px;
    border-radius: 8px;
    color: rgba(107, 107, 107, 1);
    font-size: 13px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    text-align: center;
}

#select-category-modal .portfolio-category-item-wrapper .item:has(input[type='radio']:checked){
    color: rgba(94, 116, 103, 1);
    border: 2px solid rgba(92, 118, 103, 1);
    background-color: rgba(155, 188, 167, 0.44) !important;;
}
#portfolio-page .portfolio-category-item-wrapper{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 15px;
}
#portfolio-page .portfolio-category-item-wrapper .item{
    color: rgba(107, 107, 107, 1);
    background-color: #ffffff;
    border: 2px solid rgba(219, 219, 219, 1);
    border-radius: 15px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    cursor: pointer;
}

#portfolio-page .portfolio-category-item-wrapper .item.active{
    background-color: rgba(116, 25, 43, 1);
    color: #ffffff;
}

#portfolio-page .portfolio-img{
    width: 49%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
}

#login-modal .modal-dialog {
    width: 85% !important;
    margin: auto;
}
.otp-code-input {
    background: unset !important;
    border: 1px solid rgba(217, 217, 217, 1) !important;
    border-radius: 20px !important;
    width: 60px !important;
    height: 60px;
}


#lightbox-wrapper .gallery img {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
}

/* Lightbox */
#lightbox-wrapper .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}
#lightbox-wrapper .lightbox.hidden {
    display: none;
}
#lightbox-wrapper .lightbox-content {
    max-width: 90%;
    max-height: 80%;
    transition: opacity 0.4s ease, transform 0.3s ease;
    border-radius: 10px;
    opacity: 1;
}
#lightbox-wrapper .lightbox-content.fade-out {
    opacity: 0;
}
#lightbox-wrapper .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}
#lightbox-wrapper .controls {
    position: absolute;
    bottom: 40px;
    display: flex;
    gap: 15px;
}
#lightbox-wrapper #lightbox button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
#lightbox-wrapper #lightbox button:hover {
    background: rgba(255,255,255,0.4);
}

#lightbox-wrapper #lightbox #prev {
    position: absolute;
    right: 50px;
    top: 48%;
}
#lightbox-wrapper #lightbox #next {
    position: absolute;
    left: 50px;
    top: 48%;
}
#lightbox-wrapper #lightbox #zoom-control {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 20%;
}

#lightbox {
    touch-action: none; /* غیرفعال کردن pinch و swipe پیش‌فرض مرورگر */
    overflow: hidden;
}

#lightboxImage {
    touch-action: none; /* برای جلوگیری از زوم مرورگر و اسکرول */
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
#faq-tabs {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 15px;
}

#faq-tabs .nav-item .nav-link.active {
    background: rgb(116, 25, 43);
    color: #fff;
}
#faq-tabs .nav-item .nav-link {
    color: rgba(107, 107, 107, 1);
    background-color: #ffffff;
    border: 2px solid rgba(219, 219, 219, 1);
    border-radius: 15px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    cursor: pointer;
    margin-left: 10px;
}


.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
