* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: iransans;
}

html {
    direction: rtl;
}

body{
    background:
      repeating-linear-gradient( 45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)),repeating-linear-gradient( 45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)) 24px 24px,
      repeating-linear-gradient(-45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)),repeating-linear-gradient(-45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)) 24px 24px #ffffff;
    background-size: 48px 48px;
}

a {
    text-decoration: none;
    color: inherit;
}

img{
    width: 100%;
    height: 100%;
}
@font-face{
    font-family: iransans;
    src: url(../fonts/IRANSansXFaNum-Regular.ttf) format("truetype"),
    url(../fonts/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum-Regular.woff2) format("woff2");
}




.full_container{
    max-width: 900px;
    box-shadow: 1px 1px 10px 4px #ccc;
    margin: 1rem auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: #ffffff;
}
.contact_top{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #1C39BB;
    color: #fafafa;
    font-size: 11px;
    padding: 0.3rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.contact_top i{
    font-size: 12px;
}


.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 1rem;
    flex-wrap: wrap;
}


.header_logo{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.header_logo img{
    width: 7rem;
    height: 8rem;
}

.company_title{
    font-family: IranNastaliq !important;
    font-size: 10px;
    text-align: center;
}

.header ul{
    display: flex;
    gap: 0.5rem;
    font-size: 11px;
    color: #fafafa;
}

.header ul li{
    background-color: #1C39BB;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
}

.header ul li a{
    padding: 0.5rem; 
}

.fiexd-boxes {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #c9b0ed7f;
    padding: 2rem 0;
    border-radius: 0.2rem;
    margin-top: 1rem;
}


.fixed-pro-info {
    width: 12rem;
    height: auto;
    background-color: #f4f5f9;
    -webkit-box-shadow: 8.5px -7px 1.5px 1px  #1C39BB;
    -moz-box-shadow: 8.5px -7px 1.5px 1px  #1C39BB;
    box-shadow: 8.5px -7px 1.5px 1px #1C39BB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0.3rem;
    color: #000000;
    border-left: 3px solid #1C39BB;
    border-bottom: 3px solid #1C39BB;
    border-radius: 0.2rem;
}

.fixed-pro-info > p {
    font-size: 12px;
    font-weight: bold;
}

.fixed-pro-info__check {
    width: 0.7rem;
    height: 0.7rem;
}

.fixed-pro-info_num {
    font-size: 14px;
}

.fixed-pro-info__light {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    animation: on-off 0.5s infinite alternate;
}

@keyframes on-off {
    0% {
        background-color: rgba(169, 234, 151, 0.46);
    }

    100% {
        background-color: #10ed3c;
        transform: scale(1.02);
    }
}

.fixed-pro-menu {
    width: 11rem;
    background-color: #1C39BB;
    color: #f4f5f9;
    height: auto;
    padding: 0.7rem 0.3rem 1rem 0.3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0.2rem;
}

.fixed-pro-menu__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    height: 5.2rem;
    width: 90%;
    overflow: hidden;
    background-color: #f4f5f9;
    color: #000000;
}

.fixed-pro-menu__item > a {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 0.3rem;
    transition: all 0.3s;
}

.fixed-pro-menu__item > a:hover {
    color: #1C39BB;
}

.fixed-pro-menu__show-more,
.fixed-pro-menu__show-less {
    margin-top: 1rem;
    font-size: 10px;
    cursor: pointer;
    bottom: 1rem;
}

.fixed-pro-menu__show-less {
    display: none;
}

.table-container {
    width: 100%;
}


.table-pro-info {
    width: 100%;
    margin: 4rem auto 0rem auto;
    height: auto;
    display: flex;
    gap: 1rem;
    font-size: 13px;
}

.label {
    font-weight: bold;
}

.table-pro-info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0.3rem;
}

.table-pro-info table:not(.table-pro-info table:first-child) {
    margin-top: 7rem;
}

.table-pro-info table td {
    padding: 0.3rem;
    border: 2px solid #c9b0ed;
    background-color: #ffffff;
}

.table-pro-info table:nth-of-type(odd) td {
    border: 2px solid #1C39BB;
}

.p-explanation > span > span {
    margin-right: 1rem;
}

.p-num,
.p-date {
    text-align: center;
}

.✓ {
    font-weight: bold;
}




.communication__way{
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background-color: #1C39BB;
    color: #ffffff;
    width: max-content;
    font-size: 10px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* footer */

.go-up {
    position: fixed;
    border-radius: 100%;
    background-color: #1C39BB;
    color: #ffffff;
    padding: 0.7rem;
    font-size: 16px;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
    display: none;
}


.footer{
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
    width: 100%;
    
}


.footer_company_logo{
    width: 20rem;

}

.bars-menu-icon {
    font-size: 20px;
    display: none;
    cursor: pointer;
}