body{
    background-color: rgb(246, 246, 246);
}
.contact-us-header{
    margin-top: 32px;
}

.contact-us-header h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    margin-right: 16px;
    text-align: right;
}
.contact-us-header span{
    display: block;
    margin-bottom: 16px;
    direction: rtl;
    font-size: 12px;
}
.contact-us-header span i{
    font-size: 16px;
    margin-left: 2%;
    color: #2e3192;
}

.contact-us-header .contact-us-details a{
    color: #000;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
    margin-left: 12px;
}
.contact-us-details ul.daryan-contact{
    padding: 0;
    text-align: right;
    direction: rtl;
    list-style: none;
}
.contact-us-details ul.daryan-contact li{
    background: #eee;
    margin: 15px;
    border-radius: 10px;
    padding: 16px;
}

.contact-us-details ul.social-media{
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}
.contact-us-details ul.social-media li a{
    background: #3B5BFF !important;
    padding: 10px !important;
    border-radius: 8px;
}
.contact-us-details ul.social-media li a img{
    width: 30px;
}
.contact-us-details ul.daryan-contact li:last-child{
    font-size: 15px;
}
.contact-us-details ul.daryan-contact li i{
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
}
.contact-us-details ,.contact-us-header .contact-us-map ,.contact-us-form{
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    border-radius: 16px;
}
.contact-us-map.text-center {
    padding: 16px;
}
.contact-us-map.text-center iframe{
    border-radius: 10px;
}
.hide-map ,.contact-us-form{
    display: none;

}
.contact-us-form{
    padding: 32px;
}
.contact-us-form input,.contact-us-form select,.contact-us-form textarea{
    text-align: right;
    border-radius: 10px !important;
}
.contact-us-form #gform_submit_button_2 {
    margin-left: auto;
    width: 200px;
}
#toggleMapButton{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
#toggleMapButton i{
    margin-left: 10px;
}
.contact-us-details ul.social-media li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff; /* متن یا آیکون‌ها */
}

/* اولین آیتم → Instagram */
.contact-us-details ul.social-media li:nth-child(1) a {
    background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%,
    #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

/* دومین آیتم → Telegram */
.contact-us-details ul.social-media li:nth-child(2) a {
    background: #229ED9 !important;
}

/* سومین آیتم → WhatsApp */
.contact-us-details ul.social-media li:nth-child(3) a {
    background: #25D366 !important;
}

.show-location ,.contact-us-details ul.daryan-contact li:hover{
    color: #000 !important;
    cursor: pointer !important;
    background: #FFDF3B !important;
    border: 1px dashed #3B5BFF !important;

}
.contact-us-details{height: 476px}
.contact-us-header .contact-us-details a:last-child{
    color: #000;
    padding: 1px 5px 1px 5px;
    margin-left: 0;
}

.sticky-top{
    top: 16px !important;
    margin-bottom: 32px;
}
.contact-us-btn a{
    display: flex;
    justify-content: center;
    margin: 32px 0 32px 0;
    background: #3B5BFF;
    color: #fff;
    padding: 16px;
    border-radius: 16px;
}
@media (max-width: 768px) {
    .contact-us-header {
        margin-top: 100px;
    }
    .contact-us-header .col-sm-3{
        margin-top: 16px;
        z-index: 1;
    }
}