#@import url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.css');

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


body, table, th, td {
    font-family: 'Vazir', Tahoma, sans-serif;
    background-color: #f5f5f5;
    color: #047e72;
    line-height: 1.4;       
    margin: 0;
    padding: 0;
    direction: rtl;
    font-size: 11px;
    text-align: right;
    border-collapse: collapse;
}


.custom-address h6 {
    color: #0e9b8f !important; 
    font-family: 'Vazir', Tahoma, sans-serif !important;
    font-size: 11.8px !important; 
    margin: 0;
    font-weight: bold;
}



.links-table-container {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}

.links-table-wrapper {
    width: 80%; 
    max-width: 900px;
}


#dataTable {
    border-radius: 11px; 
    overflow: hidden; 
    box-shadow: 0 4px 15px rgba(16, 177, 137, 0.05); 
}


#dataTable th, 
#dataTable td {
    padding: 4.3px 30px; /* ********/
    vertical-align: middle;
}



.table-header-dark th {
    background-color: #38a896 !important; 
    color: #ffffff !important;          
    font-family: 'Vazir', Tahoma, sans-serif !important;
    font-size: 11px !important; 
    font-weight: bold !important;
    padding: 8px 8px;
    text-align: center;
    border: none;
}

.table-header-dark th:first-child,
#dataTable td:first-child {
      background-color: #38a896 !important; 
    color: #ffffff !important;            
    font-weight: bold;
    width: 15px; 
}


#dataTable th {
    text-align: center;
}


#dataTable a {
    text-decoration: none;
    color: rgb(28, 97, 74);
    font-size: 11.4px;
    transition: color 0.5s;
}
#dataTable a:hover {
    color: #929b1b;
    text-decoration: underline;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 100px;
  direction: ltr;
  justify-content: center; 
  align-items: center;      
}

.item {
  text-align: center;
  color:  #22a07a !important;
  position: relative;
  display: inline-block;
  border-radius: 25px; 
  overflow: hidden;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3); 
}
.item img {
  width: 100%;
  max-height: 35px;  
  object-fit: contain;
  display: block;
  transition: all 0.3s ease;
  filter: brightness(0.5); 
}

.item:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 20px rgba(17, 17, 17, 0.15);
  transition-behavior: unset;
}
.item a {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  margin-top: 3px;
}
.item a:hover {
  color:  hsl(51, 75%, 51%)!important;
  text-decoration: underline !important;
}
.item:hover::after {
  opacity: 0.5;  
}

.header-container {
    background-color: #f5f5f5;
    font-family: 'Vazir', Tahoma, sans-serif;
    padding: 20px 20px; 
    border-bottom:solid #b2beba;
    font-family: 'IRANSans';
    direction: rtl;
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;  
    top: 0;          
    left: 0;
    z-index: 1000;     
    background: #fff;  
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),  
                0 -10px 10px rgba(0, 0, 0, 0.05); 
    padding: 20px 40px; 
}
.header-logo {
    width: 100px;
    height: auto;
    margin-left:30px;
}
.header-address {
    font-family: 'Vazir', Tahoma, sans-serif; 
    color: #39ad9e;
    line-height: 1.8;
    font-weight: 200; 
}

#bannerCarousel .carousel-inner {
  overflow: visible !important;
}
#bannerCarousel .carousel-item > .d-flex {
  position: relative;
  z-index: 1;
  background: #FFFFFF !important; 
  box-shadow: 
    0 -10px 5px rgba(67, 104, 89, 0.22), 
    0 5px 5px rgba(51, 68, 49, 0.22) !important; 
}
/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(47%) sepia(74%) saturate(432%) hue-rotate(83deg) brightness(92%) contrast(88%);
}
 */





