.elementor-367 .elementor-element.elementor-element-5d3630e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4b22850 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333333;
    line-height: 1.8;
}

.contact-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.contact-left {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.contact-right {
    flex: 1.5;
    padding: 20px;
    min-width: 300px;
}

.contact-title {
    font-size: 1.8rem;
    color: #ad0520;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.contact-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50%;
    height: 3px;
    background-color: #ad0520;
}

.contact-intro {
    margin-bottom: 30px;
    text-align: justify;
    color: #555;
}

.contact-info-box {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.contact-info-box:hover {
    transform: translateY(-5px);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.contact-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-icon {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    background-color: #ad0520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    box-shadow: 0 5px 15px rgba(173, 5, 32, 0.2);
}

.contact-svg-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.contact-text {
    flex: 1;
}

.contact-label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333333;
}

.contact-value {
    color: #555;
    word-break: break-word;
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.social-media {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.social-item {
    flex: 0 0 48%;
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.social-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.social-svg-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.social-text {
    color: #333333;
}

.social-id {
    font-weight: bold;
    direction: ltr;
    text-align: left;
    display: block;
    color: #ad0520;
}

.map-pin {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 10;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
}

.map-pin svg {
    width: 100%;
    height: 100%;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.working-hours-container {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.hours-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.working-hours {
    padding-right: 55px; /* این مقدار باید با عرض آیکون + فاصله مطابقت داشته باشد */
}

.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-day {
    font-weight: bold;
}

.hours-time {
    color: #555;
}

@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column-reverse;
    }

    .social-media {
        flex-direction: column;
        gap: 15px;
    }

    .social-item {
        flex: 0 0 100%;
    }

    .map-container {
        height: 300px;
    }
}/* End custom CSS */