@font-face {

    font-family: IRANSans;

    font-style: normal;

    font-weight: 100;

    src: url("../fonts/IRANSansWeb.woff") format("woff"),

    url("../fonts/IRANSansWeb_Bold.woff") format("woff");

}
body {
    background-color: white;
    font-family: IRANSans !important;
    direction: rtl;
}
a {
    text-decoration:none !important;
}

header {
    /*padding:0px 10px 0px 10px !important;*/
    width:97% !important;
}
#allProduct {
    margin: 0px auto;
    padding: 0px;
    max-width: 360px;
    position: relative;
    top: -45px;
}
@media only screen and (max-width: 360px) {
  #allProduct {
       margin: 0px auto;
    padding: 0px 10px 0px 10px;
    max-width: 360px;
  }
}
#allProduct a {color:black !important;}
header {
    padding: 0px !important;
    margin:0px auto;
}
#logosBar{
    background-color: gray;
    height: 85px;
    padding: 0px 15px 0px 15px;
    margin:20px 3px 2px 2px;
    border-radius:10px;
}
#text-logo {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 60%;
}
#fa-text-logo {
    float: left;
    margin: -5px 0px 0px 5px;
    width: 180px;
}
#likeeHeaderContacts {
    text-align: center;
    background:#11AE09;
    margin:2px 3px 2px 2px;
    border-radius:3px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px black;
    height:40px;
    line-height:45px;
}
#headerContacts {
    text-align: center;
    background:#11AE09;
    margin:2px 3px 2px 2px;
    border-radius:3px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px black;
    height:40px;
    line-height:45px;
}
#phoneIcon {
    vertical-align: -4px;
}
#whatsappIcon {
    vertical-align: -4px;
}
#logo {
    float: right;
    margin-top: -20px;
    width: 110px;
    right: 33px;
    position: relative;
}




#productAds {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    flex-wrap: wrap;
}

.product-box {
    width: 45%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}

.product-box a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.img-wrapper {
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-box p {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    background-color: #f2f2f2;
    color: #333;
    font-size: 0.95rem;
}







#topbar {
    background-color: aliceblue;
}







.articles-container {
  direction: rtl;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 12px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Vazirmatn", sans-serif;
}

.article-link {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.article-link:hover {
  transform: translateY(-2px);
}

.article-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: box-shadow 0.3s ease;
}

.article-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.article-text {
  flex: 1;
  padding: 0 20px;
  text-align: right;
}

.article-text h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #333;
  line-height: 1.8;
}

.article-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}








@media only screen and (min-width: 370px)  {
    main.container div.row {
        display:block;
    }
}
img.diamond {
    width: 45px;
    height: auto;
    float: left;
    margin-right: 15px;
}
img.likee {
    width: 45px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.productBox {
    background-color: #ffffff;
    border-bottom: 1px solid #e1dbdb;
    padding: 8px 0px 8px 0px;
    margin: 2px 0px 0px 0px;
    height: 65px;
    font-size: 16px;
    line-height: 2.7;
    z-index: 1;
    position: relative;
}
.price {
    float: right;
}
.unit {
    float:right;
    margin-right: 5px;
}
#serviceAdv {
    text-align: center;
    margin: 0px 0px 0px 2px;
    width:100%;
    padding: 7px 0px 0px 0px;
}
#keywords-cloud {
    text-align: center;
    padding: 7px 0px 0px 0px;
    width:360px;
    margin:0px auto;
    color: black;
    font-size: 11px;
}  
#keywords-cloud strong {
  border: 1px solid black;
  border-radius:3px;
  padding:1px 3px 1px 3px;
  font-weight:normal;
  line-height:26px;
  font-size:12px;
}
p#footer-paragraf {
    visibility: hidden !important;
    Font-size: 0px !important;
}
#serviceBanner {
    width:360px;
    border-radius: 3px;
}
#serviceBanner {
    border: 1px solid black;
}
footer {
    background-color: white;
    border-top: 1px solid #222222;
    position: relative;
    top: -45px;
}
#footerIcons{
    height: 65px;
    text-align: center;
    margin: 15px 0px 0px 0px;
}
#footerIcons img {
    border-radius:3px;
    margin:0px 2px 0px 2px;
    border: 1px solid black;
}

hr {
    width: 80%;
    border-top: 1px solid #333333;
    margin-top: 10px;
    margin-bottom: 8px;
}
section#copyRight {
    text-align:center;
}
#faCopyRightText{
    color: black;
    font-size: 11px;
    font-weight: bold;
    padding:0px 0px 10px 0px;
    margin: 0px;
}
div.productBox:hover {
    background-color: #01fefe;
    transition: background-color 0.3s linear 0s;
    border-radius:4px;
    width:100%;
}
.changeBg {
    background-color: #000;
    transition: background-color 1s linear 0s;
}

.tamir {background: orange;text-align: center;font-weight: bold;font-size: 20px;padding: 10px;border-radius: 3px;margin:5px;}

.modal-header.close {
      font-size: 24px;
    }

#productSubmit {
    background-color: transparent;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -54px;
    height: 65px;
    position: relative;
    z-index: 10;
    border: none;
    }
    
    
#userBar {
    background-color: #02FEFA;
    padding: 0px 5px 0px 0px;
    border-radius: 4px;
    position: relative;
    top: -45px;
    }
    
div#enamad {
    width: 125px;
    height: 136px;
    margin: 0px auto;
    border: 1px solid black;
    border-radius: 3px;
    margin-bottom: 10px;
}


#ShowBigoAvatar {
   border: 5px solid #ffffff;
   border-radius: 5px;
   box-shadow: 0px 0px 4px 1px #525252;
   margin: 5px;
}

#showBigoId {
    border: 1px solid #000000;
    height: 25px;
    text-align: center;
    line-height: 25px;
    width: 96px;
    border-radius: 3px;
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'DM Sans';
}

#showBigoName {
    border: 1px solid #000000;
    height: 25px;
    text-align: center;
    line-height: 25px;
    width: 96px;
    border-radius: 3px;
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'DM Sans';
}

#successPayBox {
    width: 320px;
    margin: 0px auto;
    background-color: whitesmoke;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}
#successTitle {
    font-weight: bold;
    font-size: 18px;
    color: white;
    background: green;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 10px;
}
#amountPid {
    width: 280px;
    margin: 0px auto;
    background-color: yellowgreen;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
}

#trnsCode {
    width: 280px;
    margin: 0px auto;
    background-color: yellowgreen;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    line-height: 30px;
    margin-bottom: 20px;
}



#unSuccessPayBox {
    width: 320px;
    margin: 0px auto;
    background-color: whitesmoke;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}
#unSuccessTitle {
    font-weight: bold;
    font-size: 20px;
    color: white;
    background: red;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 10px;
}

#unSuccessErrCode {
    width: 280px;
    margin: 0px auto;
    background-color: #FFB114;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
}

#unSuccessErrType {
    width: 280px;
    margin: 0px auto;
    background-color: #FFB114;
    border-radius: 3px;
    font-size: 13px;
    height: auto;
    line-height: 30px;
    margin-bottom: 20px;
}

.returnToMainPageBtn {
    display: block;
    margin: 0px auto;
    padding: 10px 20px;
    background-color: #007bff;
    border-radius: 5px;
    border: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
}



/* The sidepanel menu */
.sideMenu {
    height: auto; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0px;
    right: -10px;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 50px; /* Place content 60px from the top */
    padding-bottom:15px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
    border: 1px solid white;
    border-radius: 0px 0px 0px 5px;
}
/* The sidepanel links */
.sideMenu a {
    padding: 8px 20px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s;
    text-align:right;
    white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.sideMenu a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sideMenu .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 40px;
    color:red;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 2px 6px 0px 6px;
    border: none;
    position:relative;
    top: -130px;
    float:right;
    right: 2px;
}

.openbtn:hover {
    background-color: #121232;
}






article {
  max-width: 900px;
  margin: 60px auto;
  padding: 48px;
  font-family: 'Vazir', sans-serif;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  color: #2c3e50;
  line-height: 2;
  direction: rtl;
  text-align: right;
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.9s ease-out;
}

/* انیمیشن ورود */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

article::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #1e90ff 0%, #0078ff 100%);
  opacity: 0.08;
  border-radius: 50%;
  z-index: 0;
}

article h1,
article h2,
article h3 {
  position: relative;
  z-index: 1;
}

article h1 {
  font-size: 36px;
  margin-bottom: 24px;
  color: #0078ff;
  border-bottom: 3px solid #0078ff;
  padding-bottom: 12px;
  font-weight: bold;
}

article h2 {
  font-size: 26px;
  color: #0a3d62;
  margin-top: 40px;
  margin-bottom: 16px;
  position: relative;
  padding-right: 16px;
}

article h2::before {
  content: '•';
  position: absolute;
  right: 0;
  top: 2px;
  color: #1abc9c;
  font-size: 28px;
}

article h3 {
  font-size: 20px;
  margin-top: 32px;
  color: #16a085;
}

article p {
  font-size: 17px;
  color: #34495e;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

/* Unordered list با تیک سبز */
article ul {
  padding-right: 28px;
  margin-bottom: 24px;
  list-style: none;
}

article ul li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #2d3436;
  position: relative;
  padding-right: 26px;
}

article ul li::before {
  content: '✓';
  position: absolute;
  right: 0;
  color: #27ae60;
  font-weight: bold;
}

/* Ordered list عادی با اعداد */
article ol {
  padding-right: 28px;
  margin-bottom: 24px;
  list-style-type: decimal;
}

article ol li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #2d3436;
  padding-right: 4px;
}

article a {
  color: #e74c3c;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

article a:hover {
  color: #c0392b;
  text-decoration: underline;
}

/* حالت موبایل ریسپانسیو */
@media (max-width: 768px) {
  article {
    padding: 24px 16px;
    margin: 30px 12px;
  }

  article h1 {
    font-size: 26px;
  }

  article h2 {
    font-size: 22px;
  }

  article h3 {
    font-size: 18px;
  }

  article p,
  article li {
    font-size: 15px;
  }
}








