@charset "UTF-8";

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff/YekanBakhFaNum-Thin.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-Thin.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/woff/YekanBakhFaNum-LightExpanded.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-LightExpanded.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff/YekanBakhFaNum-LightExtraCondensed.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-LightExtraCondensed.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff/YekanBakhFaNum-Black.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
         url('../fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

body {
    font-family: YekanBakh;
}

footer form{
    direction: rtl;
}
footer form div.gform-body{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}
footer form .gform-theme--foundation .gfield--width-five-twelfths {
    grid-column: span 9 !important;
}
footer form  #input_3_3 {
    background: none;
    border: none;
    color: #fff;
}
footer form #gform_submit_button_3 {
    width: 100%;
    background: #7D7;
    color: #0A223D;
}
header .logo-section{
    padding-top: 16px;
    margin-bottom: 16px;
}
header .logo-section i{
    background: #7D7;
    padding: 10px;
    border-radius: 50%;
    margin-right: 16px;
    font-size: 20px;
    display: inline-flex;
}
header .logo-section span{
    color: #104E92;
}
header .desktop-menu {
    background: #104E92;
    color: #fff;
    border-top: 4px solid #7D7;
}
header .desktop-menu ul{
    list-style: none;
    display: flex;
    justify-content: right;
    direction: rtl;
    margin-bottom: 0;
}
header .desktop-menu ul li{
    margin-left: 32px;
    padding: 16px;
}
header .desktop-menu ul li.active a{
    color: #104E92;
}
header .desktop-menu ul li.active {
    background: #77DD77;
}
header .desktop-menu ul li a{
    text-decoration: none;
    color: #FFFFFF;
}


.desktop-menu li {
    position: relative;
}

.desktop-menu .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px 0;
    display: none;
    min-width: 150px;
    z-index: 9999;
    border-radius: 10px 0 10px 10px;
}

.desktop-menu li:hover > .sub-menu {
    display: block;
}
.desktop-menu li:hover > .sub-menu li{
    margin-left: 0;
    padding: 10px;
}
footer{
    background: #104E92;
    padding: 40px;
    border-radius: 40px 40px 0 0;
    margin-top: 64px;
}
footer .footer-logo img{
    margin-bottom: 24px;
}
footer ul{
    direction: rtl;
    color: #fff;
    padding-right: 14px;
    line-height: 32px;
}
footer span.footer-title{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    display: block;
}
footer .footer-logo p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    direction: rtl;
    line-height: 28px;
    width: 90%;
    float: right;
}
/* قاب کلی */
.contact-frame {
    padding: 6px;
    border-radius: 12px;
    border: 1px solid #fff;
}

/* کارت داخلی */
.contact-card {
    background: #104e92;
    border-radius: 8px;
    padding: 20px;
    direction: rtl;
}

/* آیتم‌ها */
.contact-item {
    display: flex;
    align-items: center;
    position: relative;
}

/* خط جداکننده وسط ستون‌ها */


/* آیکون‌ها */
.contact-icon {
    font-size: 28px;
    color: #fff;
    background: linear-gradient(135deg, #48d2ff, #00aaff);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    flex-shrink: 0;
}

/* متن */
.contact-text h5 {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 700;
}
.contact-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
footer .copyright ul.social-media{
    list-style: none;
    display: inline-flex;
}
footer .copyright span{
    color: #6992BD;
}
footer .copyright p{
    text-align: left !important;
    color: #fff;
}
footer .copyright {
    margin-top: 40px;
    border-top: 1px solid #fff;
    padding-top: 14px;
}
@media (min-width: 768px) {
    .contact-item.with-divider::before {
        content: "";
        position: absolute;
        top: 20%;
        bottom: 20%;
        right: 0;
        width: 1px;
        background: rgba(255, 255, 255, 0.3);
    }
    .contact-item.with-divider::after {
        content: "";
        position: absolute;
        top: 20%;
        bottom: 20%;
        left: 0;
        width: 1px;
        background: rgba(255, 255, 255, 0.3);
    }
}
header.mobile-header ul{
    text-align: right;
    direction: rtl;
    padding-right: 0;
}
header.mobile-header ul li a{
    color: #000;
    text-decoration: none;
}
header.mobile-header .call{
    background: #7D7;
    padding: 10px;
    border-radius: 50%;
    margin-right: 16px;
    font-size: 20px !important;
    display: inline-flex;
}
@media (max-width: 768px) {
    footer {
        padding: 16px;
    }
    footer .copyright span {
        color: #fff;
        display: block;
        width: 100%;
    }
    footer .copyright .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    footer .copyright ul.social-media {
        list-style: none;
        display: inline-flex;
        padding-right: 0;
    }
    footer .copyright p {
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin-top: 32px;
        border: 1px solid #fff;
        padding: 10px;
        border-radius: 8px;
        display: block;
        width: 100%;
    }
    .contact-item {
        margin-bottom: 32px;
    }
}
