:root {
    --nezam-navy: #0b3d5c;
    --nezam-teal: #1a7a6d;
    --nezam-ink: #183247;
    --nezam-muted: #5d7184;
    --nezam-surface: #f4f7f9;
}

body.nezam-site {
    font-family: "Vazirmatn", Tahoma, sans-serif;
    color: var(--nezam-ink);
    background:
        linear-gradient(180deg, #eef3f6 0%, #f8fafb 220px, #ffffff 420px);
}

body.nezam-site .main_wrap {
    overflow: hidden;
}

#owl-mainslider {
    margin-bottom: 0.5rem;
    animation: nezam-fade-up 0.7s ease both;
}

#owl-mainslider .item img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.home-daytext {
    background: linear-gradient(90deg, rgba(11, 61, 92, 0.06), rgba(26, 122, 109, 0.08));
    border-bottom: 2px solid rgba(11, 61, 92, 0.12) !important;
}

.home-daytext a {
    color: var(--nezam-navy);
    font-weight: 500;
}

.home-intro {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}

.home-leader-link {
    display: block;
    text-decoration: none !important;
    color: inherit;
    max-width: 380px;
}

.home-intro .executive-card {
    --primary-navy: #132742;
    --secondary-navy: #1f3c64;
    --accent-gold: #c59b27;
    --gold-light: #f7eed7;
    --gold-gradient: linear-gradient(135deg, #d4af37 0%, #aa7c11 100%);
    --text-muted: #64748b;

    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 10px 30px -5px rgba(19, 39, 66, 0.08),
        0 20px 25px -5px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
    border: 1px solid rgba(226, 232, 240, 0.8);
    text-align: center;
    margin-top: 0.5rem;
    animation: nezam-fade-up 0.7s ease 0.1s both;
}

.home-intro .executive-card:hover,
.home-leader-link:hover .executive-card {
    transform: translateY(-8px);
    box-shadow:
        0 20px 40px -10px rgba(19, 39, 66, 0.16),
        0 0 20px rgba(212, 175, 55, 0.2);
    border-color: rgba(197, 155, 39, 0.3);
}

.home-intro .executive-card .card-banner {
    height: 110px;
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--secondary-navy) 100%);
    position: relative;
    overflow: hidden;
}

.home-intro .executive-card .card-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 10%, transparent 10%);
    background-size: 14px 14px;
}

.home-intro .executive-card .card-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold-gradient);
}

.home-intro .executive-card .avatar-wrapper {
    position: relative;
    margin: -60px auto 16px;
    width: 125px;
    height: 125px;
}

.home-intro .executive-card .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 16px rgba(19, 39, 66, 0.12);
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.home-intro .executive-card .avatar-glow {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    padding: 1.5px;
    background: conic-gradient(from 0deg, #d4af37, #aa7c11, #1f3c64, #d4af37, #aa7c11);
    z-index: 1;
    opacity: 0.9;
    filter: none;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    animation: nezam-avatar-glow-spin 12s linear infinite;
}

.home-intro .executive-card:hover .avatar-glow,
.home-leader-link:hover .avatar-glow {
    opacity: 1;
}

.home-intro .executive-card .card-content {
    padding: 0 24px 28px;
}

.home-intro .executive-card .role-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 5px 14px !important;
    margin: 0 0 12px !important;
    background: var(--gold-light) !important;
    color: #946c0a !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    border: 1px solid rgba(197, 155, 39, 0.25) !important;
    letter-spacing: -0.2px;
}

.home-intro .executive-card .role-badge i {
    color: #c59b27;
    font-size: 0.8rem;
}

.home-intro .executive-card .person-name {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--primary-navy);
    margin: 0 0 8px;
    letter-spacing: -0.5px;
    line-height: 1.45;
}

.home-intro .executive-card .person-title {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0 0 24px;
    padding: 0 8px;
}

.home-intro .executive-card .action-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 0;
    padding: 7px 14px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    color: var(--primary-navy) !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.home-intro .executive-card .action-btn i {
    font-size: 0.72rem;
    transition: transform 0.3s ease;
    color: var(--accent-gold) !important;
}

.home-leader-link:hover .action-btn {
    background: var(--primary-navy) !important;
    color: #ffffff !important;
    border-color: var(--primary-navy) !important;
    box-shadow: 0 8px 20px -4px rgba(19, 39, 66, 0.3);
}

.home-leader-link:hover .action-btn i {
    transform: translateX(-4px);
    color: #ffd700 !important;
}

.home-quick-nav {
    display: grid;
    gap: 0.5rem;
}

.home-quick-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.55rem 0.85rem;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--nezam-navy), #134a63) !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(11, 61, 92, 0.14);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.home-quick-link span {
    color: #fff;
    font-weight: 600;
    font-size: 0.92rem;
}

.home-quick-link:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow: 0 10px 22px rgba(11, 61, 92, 0.2);
    text-decoration: none;
}

.home-tile {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 16px !important;
    min-height: 150px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 10px 24px rgba(11, 61, 92, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-tile--1 {
    background-image:
        linear-gradient(145deg, rgba(11, 61, 92, 0.55), rgba(26, 122, 109, 0.35)),
        url("/Img/home/tile-arch.jpg") !important;
}

.home-tile--2 {
    background-image:
        linear-gradient(145deg, rgba(8, 48, 72, 0.58), rgba(26, 122, 109, 0.28)),
        url("/Img/home/tile-atrium.jpg") !important;
}

.home-tile--3,
.home-tile--stats {
    background-image:
        linear-gradient(145deg, rgba(11, 61, 92, 0.62), rgba(19, 74, 99, 0.4)),
        url("/Img/home/tile-arch.jpg") !important;
    background-position: 30% center !important;
}

.home-tile-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 36, 54, 0.55) 0%, rgba(8, 36, 54, 0.72) 100%);
    z-index: 0;
}

.home-tile-content {
    position: relative;
    z-index: 1;
    background: transparent !important;
    height: auto !important;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-tile .card-caption,
.home-tile h1.card-caption {
    color: #fff !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.home-tile-btn,
.home-tile .btn-white {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.home-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(11, 61, 92, 0.18);
}

.home-tile:hover .home-tile-overlay {
    background:
        linear-gradient(180deg, rgba(8, 36, 54, 0.48) 0%, rgba(8, 36, 54, 0.68) 100%);
}

.home-dept-item.card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(11, 61, 92, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-dept-item.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(11, 61, 92, 0.14);
}

.home-dept-item h1 {
    color: var(--nezam-navy);
    font-size: 0.95rem;
}

.home-systems-panel {
    border-radius: 18px;
    background:
        linear-gradient(180deg, #f4f8fa 0%, #ffffff 48%, #f7fafb 100%) !important;
    background-image: none !important;
    box-shadow: 0 10px 28px rgba(11, 61, 92, 0.08);
}

.home-systems-media {
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 16 / 10;
    box-shadow: 0 8px 20px rgba(11, 61, 92, 0.12);
}

.home-systems-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-systems-col:hover .home-systems-media img {
    transform: scale(1.04);
}

.home-systems-panel h2 {
    background: linear-gradient(135deg, var(--nezam-navy), var(--nezam-teal)) !important;
    border: 0;
    font-size: 1rem !important;
}

body.nezam-site .home-systems-panel.mylinks ul li a,
body.nezam-site .mylinks.home-systems-panel ul li a {
    color: #14384f !important;
    font-size: 0.92rem !important;
    font-weight: 500;
    line-height: 1.7;
    text-indent: 18px;
    background-image: none !important;
    position: relative;
    padding-right: 0.15rem;
    margin-top: 0.45rem;
    transition: color 0.2s ease, padding-right 0.2s ease;
}

body.nezam-site .home-systems-panel.mylinks ul li a::before,
body.nezam-site .mylinks.home-systems-panel ul li a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, var(--nezam-teal), var(--nezam-navy));
}

body.nezam-site .home-systems-panel.mylinks ul li a:hover,
body.nezam-site .mylinks.home-systems-panel ul li a:hover {
    color: var(--nezam-teal) !important;
    padding-right: 0.35rem;
}

.home-section-title {
    position: relative;
    display: inline-block;
    color: var(--nezam-navy);
    font-weight: 700;
    margin-bottom: 1.25rem;
    padding-bottom: 0.45rem;
}

.home-section-title::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    transform: translateX(50%);
    background: linear-gradient(90deg, var(--nezam-teal), transparent);
}

.home-news-card {
    border: 0;
    box-shadow: 0 10px 24px rgba(11, 61, 92, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11, 61, 92, 0.16);
}

.home-news-card .card-img-top {
    height: 170px;
    object-fit: cover;
}

.home-specialties {
    background: linear-gradient(135deg, var(--nezam-navy), #134a63 55%, var(--nezam-teal));
}

.home-specialties .item.card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* —— Social follow cards —— */
.home-socials {
    margin-top: 0.5rem;
}

.home-social-card {
    display: block;
    margin-bottom: 1rem;
    text-decoration: none !important;
    color: inherit;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    box-shadow: 0 12px 28px rgba(11, 61, 92, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-social-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.55), transparent 42%),
        radial-gradient(circle at 88% 80%, rgba(0, 0, 0, 0.18), transparent 46%);
    pointer-events: none;
    z-index: 0;
}

.home-social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(11, 61, 92, 0.18);
}

.home-social-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 118px;
    padding: 1.15rem 1.25rem;
    color: #fff;
}

.home-social-copy {
    text-align: right;
}

.home-social-eyebrow {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    opacity: 0.85;
}

.home-social-card h2 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
}

.home-social-card p {
    margin: 0;
    font-size: 0.92rem;
    opacity: 0.9;
    direction: ltr;
    text-align: right;
}

.home-social-icon {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    transition: transform 0.28s ease, background 0.28s ease;
}

.home-social-card:hover .home-social-icon {
    transform: scale(1.06);
    background: rgba(255, 255, 255, 0.24);
}

.home-social-card--telegram {
    background: linear-gradient(135deg, #1a8ad4 0%, #0d6aad 55%, #0b3d5c 100%);
}

.home-social-card--instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 100%);
}

.home-social-card--x {
    background: linear-gradient(135deg, #3a4654 0%, #1a242f 55%, #0b3d5c 100%);
}

/* —— Footer polish + soft motion —— */
body.nezam-site .fdemo2.nb-footer.home-footer,
body.nezam-site .nb-footer.home-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #0d4a63 0%, #0b3d5c 42%, #083048 100%) !important;
    border-top: 0 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 -10px 32px rgba(11, 61, 92, 0.14);
}

body.nezam-site .home-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #1a7a6d 22%, #3ec4b0 50%, #1a7a6d 78%, transparent 100%);
    background-size: 200% 100%;
    animation: nezam-footer-line 8s ease-in-out infinite;
    z-index: 2;
}

.home-footer-glow {
    position: absolute;
    right: -8%;
    bottom: -35%;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 122, 109, 0.38), transparent 68%);
    pointer-events: none;
    z-index: 0;
    animation: nezam-footer-breathe 9s ease-in-out infinite;
}

.home-footer-glow::after {
    content: "";
    position: absolute;
    left: -300px;
    top: -140px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(64, 168, 210, 0.22), transparent 70%);
    animation: nezam-footer-breathe 11s ease-in-out infinite reverse;
}

body.nezam-site .home-footer > .container,
body.nezam-site .home-footer > .home-footer-social,
body.nezam-site .home-footer > .copyright {
    position: relative;
    z-index: 1;
}

body.nezam-site .home-footer .footer-info-single {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

body.nezam-site .home-footer.is-inview .footer-info-single {
    opacity: 1;
    transform: translateY(0);
}

body.nezam-site .home-footer.is-inview .row > div:nth-child(1) .footer-info-single { transition-delay: 0.05s; }
body.nezam-site .home-footer.is-inview .row > div:nth-child(2) .footer-info-single { transition-delay: 0.12s; }
body.nezam-site .home-footer.is-inview .row > div:nth-child(3) .footer-info-single { transition-delay: 0.19s; }
body.nezam-site .home-footer.is-inview .row > div:nth-child(4) .footer-info-single { transition-delay: 0.26s; }

body.nezam-site .home-footer .home-footer-social,
body.nezam-site .home-footer .copyright {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease 0.28s, transform 0.5s ease 0.28s;
}

body.nezam-site .home-footer.is-inview .home-footer-social,
body.nezam-site .home-footer.is-inview .copyright {
    opacity: 1;
    transform: translateY(0);
}

body.nezam-site .home-footer .footer-info-single .title {
    position: relative;
    padding-bottom: 0.7rem !important;
    padding-right: 0 !important;
    margin-bottom: 1rem;
    color: #f2f7fa !important;
    font-size: 1.05rem;
    border-right: 0 !important;
    border-radius: 0 !important;
}

body.nezam-site .home-footer .footer-info-single .title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2bb8a6, transparent);
    transition: width 0.7s ease 0.2s;
}

body.nezam-site .home-footer.is-inview .footer-info-single .title::after {
    width: 48px;
}

body.nezam-site .home-footer .footer-info-single ul li,
body.nezam-site .home-footer .footer-info-single ul li a,
body.nezam-site .home-footer .footer-info-single span {
    color: rgba(232, 240, 245, 0.86);
    transition: color 0.2s ease, padding-right 0.2s ease;
}

body.nezam-site .home-footer .footer-info-single ul li a:hover {
    color: #fff;
    padding-right: 4px;
}

.home-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    padding: 1rem 1rem 0.25rem !important;
    position: relative;
    z-index: 1;
}

.home-footer-social.social-icons a.home-footer-social-link,
.home-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.88) !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    backdrop-filter: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-footer-social-link:hover {
    transform: translateY(-2px);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: none;
}

.home-footer-social-link .social-icon-aparat,
.home-footer-social-link .social-icon-telegram,
.home-footer-social-link .social-icon-instagram {
    width: auto;
    height: auto;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    color: inherit;
}

.home-footer-social-label {
    display: none;
}

body.nezam-site .home-footer .copyright {
    margin-top: 0.75rem;
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

body.nezam-site .home-footer .copyright p,
body.nezam-site .home-footer .copyright a {
    color: rgba(232, 240, 245, 0.78);
}

body.nezam-site .home-footer .copyright a:hover {
    color: #fff;
}

/* —— Scroll to top —— */
.nezam-scroll-top {
    position: fixed !important;
    left: 18px !important;
    right: auto !important;
    bottom: 22px !important;
    z-index: 2147483000 !important;
    width: 46px !important;
    height: 46px !important;
    border: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    cursor: pointer !important;
    background: linear-gradient(145deg, #1a7a6d, #0b3d5c) !important;
    box-shadow: 0 10px 24px rgba(11, 61, 92, 0.35) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.nezam-scroll-top.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.nezam-scroll-top:hover {
    box-shadow: 0 14px 30px rgba(11, 61, 92, 0.45) !important;
    transform: translateY(-2px) !important;
}

.nezam-scroll-top:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.nezam-scroll-top svg {
    display: block;
}

@keyframes nezam-fade-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nezam-avatar-glow-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes nezam-footer-breathe {
    0%, 100% {
        opacity: 0.55;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.06);
    }
}

@keyframes nezam-footer-line {
    0%, 100% {
        background-position: 100% 0;
        opacity: 0.7;
    }
    50% {
        background-position: 0% 0;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    #owl-mainslider .item img {
        max-height: 240px;
    }

    .home-intro .executive-card .avatar-wrapper {
        width: 112px;
        height: 112px;
        margin-top: -52px;
    }

    .home-intro .executive-card .card-banner {
        height: 96px;
    }

    .home-intro .executive-card .person-name {
        font-size: 1.25rem;
    }

    .home-social-card-body {
        min-height: 104px;
        padding: 1rem;
    }

    .home-social-card h2 {
        font-size: 0.98rem;
    }

    .home-footer-social-label {
        display: none;
    }

    .nezam-scroll-top {
        left: 0.85rem;
        bottom: 0.95rem;
        width: 44px;
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-intro .executive-card,
    .home-intro .executive-card .avatar-glow,
    #owl-mainslider,
    .home-tile,
    .home-quick-link,
    .home-news-card,
    .home-dept-item,
    .home-social-card,
    .home-footer-social-link,
    .nezam-scroll-top,
    .home-footer-glow,
    .home-footer-glow::after,
    body.nezam-site .home-footer::before {
        animation: none !important;
        transition: none !important;
    }

    body.nezam-site .home-footer .footer-info-single,
    body.nezam-site .home-footer .home-footer-social,
    body.nezam-site .home-footer .copyright {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    body.nezam-site .home-footer .footer-info-single .title::after {
        width: 48px !important;
        transition: none !important;
    }
}
