/* ASHNA base overrides */
:root {
    --ashna-primary: #0d6efd; /* اگر Bootstrap داری، هماهنگ میشه */
    --ashna-dark: #0b233a;
}

html {
    direction: rtl;
}

body {
    font-family: "AshnaFont", sans-serif !important;
}

.header-logo img {
    max-height: 64px;
    height: auto;
}

.btn-ashna {
    background: var(--ashna-primary);
    color: #fff;
    border: none;
    padding: 0.6rem 1.1rem;
    border-radius: 0.5rem;
}

.hero-ashna {
    background: #f8fafc;
    border-bottom: 1px solid #e9ecef;
    padding: 3rem 0;
}

@font-face {
    font-family: AshnaFont;
    src: url("../fonts/Samim-FD.eot");
    src:
        url("../fonts/Samim-FD.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Samim-FD.woff") format("woff"),
        url("../fonts/Samim-FD.ttf") format("truetype");
    font-weight: normal;
    font-display: fallback;
}
@font-face {
    font-family: AshnaFont;
    src: url("../fonts/Samim-Bold-FD.eot");
    src:
        url("../fonts/Samim-Bold-FD.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Samim-Bold-FD.woff") format("woff"),
        url("../fonts/Samim-Bold-FD.ttf") format("truetype");
    font-weight: bold;
    font-display: fallback;
}

.videobrick:hover .overlay-context {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--red-primary);
    border-radius: 10px;
    z-index: 99;
    padding: 30px;
    animation: slideback 0.7s linear;
    opacity: 1;
    visibility: visible;
}
.videobrick:hover .video-title {
    color: var(--red-secondary);
    font-size: 26px;
    line-height: 35px;
    z-index: 100;
    position: relative;
}

.wp-block-post-title {
    display: none !important;
}
header.wp-block-template-part {
    display: none !important;
}
.has-global-padding {
    padding-right: 0;
    padding-left: 0;
}

main {
    margin-top: 10% !important;
}
main > div {
    padding: 0 !important;
}
main > div > div {
    margin: 0 !important;
}

.videobrick .video-title {
    text-align: unset !important;
}

.videobrick .overlay-context p {
    text-align: unset !important;
}
/* .splash-screen .main-banner-text {
    margin-top: 25% !important;
} */
.splash-screen {
    position: relative;
    height: 900px !important;
    /* margin-top: 20%; */
}

/* .entry-content {
    margin-top: 10% !important;
} */

input[type="url"][name="website"] {
    direction: ltr;
}

input[type="email"][name="email"] {
    direction: ltr;
}

input[type="checkbox"][name="consent"] {
    -webkit-appearance: checkbox;
    width: unset !important;
}

footer.wp-block-template-part {
    display: none;
}

.stayinform .staycard h3 {
    text-align: unset !important;
}

.action-btn {
    justify-content: center !important;
}

h3.hastagfooter {
    direction: ltr !important;
}

.ashna-news-content{
        line-height: 38px;
}

