.elementor-150 .elementor-element.elementor-element-ce34ab0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-27fb10c{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-201fe30 *//* موبایل */
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .navbar {
    flex-direction: column;
  }
}

/* تبلت */
@media (min-width: 601px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

/* دسکتاپ */
@media (min-width: 1025px) {
  body {
    font-size: 18px;
  }
}

.about-contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  background-color: white; /* رنگ بک گراند نرم مثل تصویر */
  border-radius: 10px;
  max-width: 1200px;
  text-align: center;
 margin: 0 auto;
  flex-wrap: wrap;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

.about-us {
  flex: 1;
  min-width: 300px;
  margin-right: 20px;
  text-align:justify; 
  padding-left:60px; 
  
}

.about-us h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #121212;
  
}

.about-us p {
  font-size: 16px;
  line-height: 1.6;
  color: #2b2b2b;
}

.contact-us {
  flex: 1;
  min-width: 250px;
  background-color: #white; /* رنگ صورتی روشن مثل نمونه */
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.contact-us svg {
  margin-bottom: 10px;
 
}

.contact-us p {
  font-size:20px;
  margin-bottom: 8px;
  
   
}

.contact-us a {
  color: #2b2b2b;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.contact-us a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a381b6 *//* موبایل */
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .navbar {
    flex-direction: column;
  }
}

/* تبلت */
@media (min-width: 601px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

/* دسکتاپ */
@media (min-width: 1025px) {
  body {
    font-size: 18px;
  }
}.site-footer {
  background-color: #2b2b2b; /* رنگ بک‌گراند مثل تم سایتت */
  color: #222;
  padding: 40px 20px 20px;
  font-family: 'Arial', sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
   color:white;
}

.footer-section {
  flex:250px;
  margin: 20px;
   color:white;
  
}

.footer-logo {
  width: 100px;
  margin-bottom: 10px;
   color:white;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 18px;
   color:white;
}

.footer-section ul {
  list-style: none;
  padding: 0;
   color:white;
}

.footer-section ul li {
     color:white;
  margin-bottom: 8px;
}

.footer-section ul li a {
  color:white;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
  color:#E0BFB8;

}

.social-icons a {
     

  margin-right:1px;
}

.social-icons svg {
    
  width: 24px;
  height: 24px;
 
  transition: stroke 0.3s ease;
}

.social-icons svg:hover {
  stroke:#E0BFB8; /* رنگ موقع هاور (میتونی تغییر بدی) */
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
   color:white;
  font-size: 14px;
}
.footer-icon {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  transition: opacity 0.3s ease;
   color:white;
}

.footer-icon:hover {
  opacity: 0.7;

}/* End custom CSS */