.elementor-1699 .elementor-element.elementor-element-6481f74{--display:flex;}.elementor-1699 .elementor-element.elementor-element-6481f74.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1699 .elementor-element.elementor-element-6481f74{--width:101.505%;}}/* Start custom CSS for html, class: .elementor-element-bfae322 */* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 6000px;
    margin: 70px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
}

.contact-section {
    display: flex;
    justify-content: space-around; /* فاصله برابر بین عناصر */
    margin: 15px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    flex-direction: column; /* چیدمان عمودی */
    text-align: center; /* متن را وسط چین می‌کند */
}

.icon {
    margin-bottom: 10px; /* فاصله بین آیکون و متن */
    color: #007bff; /* رنگ آیکون */
}

.icon svg {
    width: 24px;
    height: 24px;
}

p {
    margin: 0;
}/* End custom CSS */