
 /* ---------------------------------------------------header----------------------------------------- */
 body {
    margin: 0;
    padding: 0;
    direction: rtl;
}
  .header{
        position: sticky;
  top: 0;
  z-index: 9999999;
    background: white;
  }
.info-contact{
    display: flex
;
    align-items: center;
    margin-bottom: 20px;
}
.contact-us{
    gap: 30px;
    padding-right: 50px !important;
}

.ml-2{
    margin-left: 20px;
}
.pdf2:after{
content: "";
position: absolute;
background-color: red;
width: 300px;
height: 1px;
right: 0;
left: 0;
margin: auto;
top:0;
bottom: 0;
z-index: -1;
}
.pdf2{
background-color: #fff !important;
text-align: center !important;
width:max-content!important;
    display: flex
;
    justify-content: center;
}
.title-bar{
    color: #212121;
        font-weight: 300;
    font-size: 18px;
}
.desci-contant{
         font-weight: 300;
         font-size:18px;
}
.contact-form {
    background: #ffffff;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
}
.contact-form h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #333;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
    display: flex
    ;
        justify-content: center;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}
.form-group input, .form-group textarea {
    width:100%;
    padding:8px;
    border: 1px solid #000;
    font-size: 1em;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
}
.form-group textarea {
    resize: vertical;
    height: 48px;
}
.form-group button {
    width: 50%;
    padding: 4px;
    background-color: #000;
    border: none;
    border-radius:8px;
    color: #fff !important;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.form-group button:hover {
    background-color: #0056b3;
}
.title-contact{
    margin-bottom: 30px;
    font-size:25px !important;
    font-weight:300;
        display: flex
;
    justify-content: center;
}
.underline {
    height: 1px; /* ضخامت خط */
    width: 100%; /* عرض خط */
    background-color: black; /* رنگ خط */
   margin-top: -58px;
    margin-bottom: 46px;
  }

.map-contactus a{
    display: flex;
    justify-content: center;
}
.contai-cintact{
    position: relative;
    display: flex
;
    flex-direction: column;
    align-items: center;

}
.form-contact{
        display: flex
;
    flex-direction: column;
    align-items: center;
}
.google-map img{
    width: 375px !important;
    height:200px;
}
.loc-clik{
    text-align: center !important;
    padding-top: 20px !important;
    font-weight: 300 !important;
    font-size: 26px !important;
}
.loc-item{
     width: 93px;
    height: 78px;
    justify-content: center;
    transition: 0.5s;
}
.location{
    gap:20px;
}
.Contact-information{
    padding-top: 10px;
    padding-bottom: 10px;
}
.loc-item:hover{
    scale: 1.2;
    transition: 0.5s;
}
@media(max-width:768px){
    .contact-us{
        padding:0 !important;
    }
    .loc-item img{
            width: 50px;
    height: 50px;
    }
}





  /* استایل‌های پایه */
  .contact-container {
    font-family: 'IRANSans', sans-serif;
    direction: rtl;
    background-color: #ffff;
    padding: 20px 0;
  }
  
  .section-title {
    font-size: 1.3rem;
    color: #333;
  }
  
  .title-bg {
    background-color: #ffff;
    position: relative;
    z-index: 1;
  }
  
  .divider {
    height: 2px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 0 auto;
    width: 80%;
  }
  
  /* استایل بخش‌های اطلاعات */
  .info-item {
    color: #555;
  }
  
  .info-label {
    font-weight: bold;
    color: #333;
    font-size: 0.95rem;
  }
  
  .info-text {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  
  /* استایل فرم */
  .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s;
    background-color: #fff;
  }
  
  .form-control:focus {
    border-color: #4dabf7;
    box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.2);
    outline: none;
  }
  
  textarea.form-control {
    min-height: 120px;
    resize: vertical;
    width:100%;
  }
  
  select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 12px;
    padding-right: 15px;
  }
  
  .btn-primary {
    background-color: #1971c2;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s;
  }
  
  .btn-primary:hover {
    background-color: #1864ab;
  }
  
  /* استایل نقشه و مسیریابی */
  .map-placeholder {
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .navigation-apps {
    gap: 10px;
  }
  
  .app-icon {
    display: inline-block;
    transition: transform 0.2s;
  }
  
  .app-icon:hover {
    transform: scale(1.1);
  }
  
  /* استایل‌های ریسپانسیو */
  @media (max-width: 767.98px) {
    .contact-info, 
    .contact-form, 
    .contact-map {
      padding: 20px 15px;
      border-bottom: 1px solid #eee;
    }
    
    .contact-map {
      border-bottom: none;
    }
    
    .section-title {
      font-size: 1.2rem;
    }
    
    .form-control {
      padding: 10px 12px;
      font-size: 0.9rem;
    }
    
    .btn-primary {textarea.form-control
      padding: 10px;
      font-size: 0.95rem;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-info, 
    .contact-form, 
    .contact-map {
      padding: 20px;
    }
  }

                                
          