.elementor-1370 .elementor-element.elementor-element-2244b1b{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;--z-index:2;}.elementor-1370 .elementor-element.elementor-element-2244b1b.e-con{--flex-grow:0;--flex-shrink:0;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1370 .elementor-element.elementor-element-c690749 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1370 .elementor-element.elementor-element-d264575{--display:flex;--min-height:0vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:3;}.elementor-1370 .elementor-element.elementor-element-d264575.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1370 .elementor-element.elementor-element-2244b1b{--width:100%;}}@media(max-width:1400px) and (min-width:768px){.elementor-1370 .elementor-element.elementor-element-2244b1b{--width:1400.19px;}.elementor-1370 .elementor-element.elementor-element-d264575{--width:415px;}}/* Start custom CSS for html, class: .elementor-element-c690749 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    text-decoration: rtl;
    height: 100%;
}

.accordion-slider {
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: #F4F4F4;
    position: relative;
}

#reset {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.panel {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.panel.active {
    flex: 30;
}

.panel:not(.active) {
    flex: 1;
}

.label {
    color: white;
    font-size: 0.8rem;
    position: absolute;
    bottom: 20px;
    left: 45px;
    transform: rotate(270deg);
    transform-origin: left bottom;
    display: inline-block;
    white-space: nowrap;
}

#lable-p18 {
    color: black;
}

.content {
    display: none;
    text-align: left;
    position: absolute;
    top: 55.4%;
    left: 60px;
    width: auto;
}


#panel8 .content {
    display: none;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 60px;
    width: auto;
}

#panel8 .panel-paragraph {
    color: black;
}

.panel-paragraph {
    color: white;
    display: block;
    direction: rtl;
    text-align: justify;
    width: 50%;
    margin-top: -8%;
    margin-right: 7%;
}

.panel-text {
    font-size: 1.2rem;
    color: white;
    margin-top: -5%;
}

.panel.active .content {
    display: block;
}

.panel-image {
    display: none;
    position: absolute;
        width: 15%;
    min-width: 15%;
    max-width: 15%;
    height: auto;
    margin-right: 3%;
    margin-top: -28%;
}

#panel8 .panel-image {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
    height: auto;
    margin-right: 3%;
    margin-top: -28%;
}

.panel.active .panel-image {
    display: block;
}

.fixed-button {
    position: fixed;
    top: 9%;
    left: 5%;
    width: 35px;
    height: 35px;
    color: black;
    border: solid 1px;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.fixed-button:hover {
    opacity: 0.7;
    color: #636363;
    border-color: #636363;
}

.back-button {
    top: 9%;
    left: 1.2%;
}

.e-fas-caret-right {
    height: 25px;
    margin: 5px 0 0 3px;
}

.link-panel-button {
    position: absolute;
    bottom: 25%;
    right: 7%;
    width: 35px;
    height: 35px;
    color: white;
    border: solid 1px;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    z-index: 100;
    transition: background-color 0.3s ease;
    display: none;
}
#panel8 .link-panel-button{
    color: black;
}

.panel.active .link-panel-button ,
.panel.active .contact-info {
    display: block;
}

.panel-button {
    display: inline-block;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    position: relative;
    padding: 10px 20px;
    top: 25px;
    left: 12%;
    color: black;
}
.panel-button:hover,.link-panel-button:hover {
    opacity: .85;
    color:white;
    border-color: white;
    transition: color 0.5s ease, border-color 0.5s ease;
}

#panel8 .panel-button:hover,#panel8 .link-panel-button:hover{
    opacity: 1;
    color: #636363;
    border-color: #636363;
    transition: color 0.5s ease, border-color 0.5s ease;
}

.contact-info {
    position: absolute;
    bottom: 15px; 
    left: 20px;
    right: 40px;
    color: white;
    text-align: right;
    font-size: 14px;
     display: none;
}
.a-contact-info{color:white;}
.a-contact-info:hover,:active{
    opacity: .85;
    color:white;;
    transition: color 0.5s ease;
}

#panel8 .contact-info,#panel8 .a-contact-info{color: black;}
#panel8 .a-contact-info:hover,:active{
    opacity: 1;
    color: #636363;
    transition: color 0.5s ease;
}

/* Responsive styles */
/* for laptop */
@media (min-width: 1025px) and (max-width: 1400px) {
    .fixed-button.back-button {
        top: 9%;
        left: 1%;
    }

    .fixed-button {
        top: 10%;
        left: 9.5%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 30px;
    }

    .e-fas-caret-right {
        height: 25px;
    }

    #panel8 .panel-image {
        width: 21%;
        min-width: 21%;
        margin-right: 2%;
        margin-top: -50%;
    }.panel-image {
        width: 21%;
        min-width: 21%;
        margin-right: 2%;
        margin-top: -50%;
    }
    #panel8 .panel-paragraph {
        color: black;
    }

    a.panel-button {
        border-style: solid;
        border-color: black;
        border-width: 1px;
        font-size: 15px;
        position: relative;
        padding: 10px 20px;
        top: 100px;
    }
    .content {
    display: none;
    text-align: left;
    position: absolute;
    top: 55.4%;
    left: 60px;
    width: auto;
}
}

/* for tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .fixed-button.back-button {
        top: 9%;
        left: 1%;
    }

    .fixed-button {
        top: 10%;
        left: 9%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 30px;
    }

    .e-fas-caret-right {
        height: 25px;
    }

    #panel8 .panel-image {
        width: 25%;
        min-width: 25%;
        margin-right: 2%;
        margin-top: -61%;
    }

    .panel-paragraph {
        font-size: 13px;
        width: 70%;
        margin-top: -30%;
    }

    a.panel-button {
        border-style: solid;
        border-color: black;
        border-width: 1px;
        font-size: 13px;
        position: relative;
        padding: 10px 20px;
        top: 145px;
    }
}

/* for mobile */
@media (max-width: 767px) {
    .fixed-button.back-button {
        top: 8%;
        left: 3%;
    }

    .fixed-button {
        top: 8%;
        left: 11%;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 23px;
    }

    .e-fas-caret-right {
        height: 21px;
        margin: 2px 0 0 2px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb4a85d */.loader {
  width: 100%;
  aspect-ratio: 2;
  --c:linear-gradient(#00000000 25%,#78191B 0 50%,#64191C 0 75%,#4F1A1C 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 26% 400%;
  background-position: calc(0*100%/3) 100%,calc(1*100%/3) 100%,calc(2*100%/3) 100%,calc(3*100%/3) 100%;
  background-repeat: no-repeat;
  animation: l10 4s infinite; 
}
@keyframes l10 {
  0%     {background-position: calc(0*100%/3) calc(3*100%/3),calc(1*100%/3) calc(3*100%/3),calc(2*100%/3) calc(3*100%/3),calc(3*100%/3) calc(3*100%/3)}
  8.33%  {background-position: calc(0*100%/3) calc(2*100%/3),calc(1*100%/3) calc(3*100%/3),calc(2*100%/3) calc(3*100%/3),calc(3*100%/3) calc(3*100%/3)}
  16.67% {background-position: calc(0*100%/3) calc(2*100%/3),calc(1*100%/3) calc(2*100%/3),calc(2*100%/3) calc(3*100%/3),calc(3*100%/3) calc(3*100%/3)}
  25%    {background-position: calc(0*100%/3) calc(2*100%/3),calc(1*100%/3) calc(2*100%/3),calc(2*100%/3) calc(2*100%/3),calc(3*100%/3) calc(3*100%/3)}
  30%,
  33.33% {background-position: calc(0*100%/3) calc(2*100%/3),calc(1*100%/3) calc(2*100%/3),calc(2*100%/3) calc(2*100%/3),calc(3*100%/3) calc(2*100%/3)}
  41.67% {background-position: calc(0*100%/3) calc(1*100%/3),calc(1*100%/3) calc(2*100%/3),calc(2*100%/3) calc(2*100%/3),calc(3*100%/3) calc(2*100%/3)}
  50%    {background-position: calc(0*100%/3) calc(1*100%/3),calc(1*100%/3) calc(1*100%/3),calc(2*100%/3) calc(2*100%/3),calc(3*100%/3) calc(2*100%/3)}
  58.33% {background-position: calc(0*100%/3) calc(1*100%/3),calc(1*100%/3) calc(1*100%/3),calc(2*100%/3) calc(1*100%/3),calc(3*100%/3) calc(2*100%/3)}
  63%,
  66.67% {background-position: calc(0*100%/3) calc(1*100%/3),calc(1*100%/3) calc(1*100%/3),calc(2*100%/3) calc(1*100%/3),calc(3*100%/3) calc(1*100%/3)}
  75%    {background-position: calc(0*100%/3) calc(0*100%/3),calc(1*100%/3) calc(1*100%/3),calc(2*100%/3) calc(1*100%/3),calc(3*100%/3) calc(1*100%/3)}
  83.33% {background-position: calc(0*100%/3) calc(0*100%/3),calc(1*100%/3) calc(0*100%/3),calc(2*100%/3) calc(1*100%/3),calc(3*100%/3) calc(1*100%/3)}
  91.67% {background-position: calc(0*100%/3) calc(0*100%/3),calc(1*100%/3) calc(0*100%/3),calc(2*100%/3) calc(0*100%/3),calc(3*100%/3) calc(1*100%/3)}
  97%,
  100%   {background-position: calc(0*100%/3) calc(0*100%/3),calc(1*100%/3) calc(0*100%/3),calc(2*100%/3) calc(0*100%/3),calc(3*100%/3) calc(0*100%/3)}
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* شروع در بالای همه چیز */
  display: flex;
  align-items: center;
  justify-content: center;
  animation: l10 4s infinite;
}
.hidden {
  z-index: -1; /* انتقال به زیر محتوای صفحه */
  opacity: 0; /* محو شدن کامل */
  display: none;
}/* End custom CSS */