#row-562127 {
       padding-top: 38px;
}


.SkinPluginPro_icon
{
    left:0;
    right: auto;
}


.submenu.Menu ul li {
    background: url(/Portals/_default/Skins/dng-theme-pro/resource/images/menu_bullet_pascosteel.png) no-repeat right 15px;
    text-align: right;
}

.dng-megamenu .primary_structure>li.dir>a>span:after {
    -webkit-transform: rotate(140deg);
}


.dng-megamenu .primary_structure>li {
    float: right !important;
}

.dg-title .subtitle {
    float: right;
}

[class*="dg-ico"].size-sm
 {
    float: right;
}


.dg-sideiconbox.color-light, .dg-sideiconbox.color-light .title {
    text-align: right;
}

.mb-25 {
    padding-top: 120px;
}


.mb-15 {
    margin-bottom: 15px !important;
    float: right;
}




.timeline-custom .num {
 box-shadow:none !important ;
}



/*گواهی نامه*/

.cert-grid-dnn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    direction: rtl;
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
    padding: 0 0 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.cert-card-dnn {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid rgba(200, 200, 200, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 12px 16px;
    text-align: center;
}

.cert-card-dnn:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.10);
    border-color: rgba(160, 160, 160, 0.8);
}

.cert-image-dnn {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
}

.cert-image-dnn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #ffffff;
    padding: 8px;
    pointer-events: none;
}

.cert-title-dnn {
    font-size: 1rem;
    font-weight: 700;
    color: #0f1e34;
    margin-bottom: 2px;
    pointer-events: none;
}

.cert-sub-dnn {
    font-size: 0.75rem;
    color: #5d7188;
    line-height: 1.4;
    pointer-events: none;
}

.cert-badge-dnn {
    display: inline-block;
    margin-top: 10px;
    background: #eef3f8;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #1a2b4a;
    transition: 0.3s;
    pointer-events: none;
}

.cert-card-dnn:hover .cert-badge-dnn {
    background: #e31b23;
    color: #fff;
}

.cert-link-dnn {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #8fa0b5;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px dashed transparent;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    padding: 8px 16px;
    position: relative;
    z-index: 10;
}

.cert-card-dnn:hover .cert-link-dnn {
    color: #e31b23;
    border-bottom-color: #e31b23;
}

/* ===== پاپ‌آپ ===== */

.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6px);
    animation: fadeIn 0.3s ease;
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    max-width: 90vw;
    width: auto;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    animation: scaleIn 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid rgba(200, 200, 200, 0.6);
}

.lightbox-content img {
    width: auto;
    height: auto;
    max-width: 85vw;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 12px;
    background: #f8fafc;
    padding: 15px;
    display: block;
}

.lightbox-close {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a2b4a;
    cursor: pointer;
    transition: 0.3s;
    background: #f0f4f8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    line-height: 1;
    z-index: 20;
}

.lightbox-close:hover {
    background: #e31b23;
    color: #fff;
    transform: rotate(90deg);
}

.lightbox-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f1e34;
    margin-top: 16px;
    margin-bottom: 4px;
}

.lightbox-sub {
    font-size: 0.9rem;
    color: #5d7188;
    margin-bottom: 12px;
}

/* ===== انیمیشن‌ها ===== */

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scaleIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* ===== ریسپانسیو ===== */

@media (max-width: 992px) {
    .cert-grid-dnn {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .cert-image-dnn {
        max-width: 220px;
    }
}

@media (max-width: 576px) {
    .cert-grid-dnn {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cert-image-dnn {
        max-width: 260px;
    }
    .lightbox-content {
        padding: 20px;
        width: 95%;
    }
    .lightbox-close {
        top: 8px;
        left: 10px;
        width: 34px;
        height: 34px;
        font-size: 1.4rem;
    }
}


#dnn_content {
    padding-top: 40px;
    padding-bottom: 15px;
    background: #ffffff;
}




/*----------- تندیس و تقدیرنامه-------------*/

.awards-tabs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
}

.awards-tabs .tab-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #eef3f8;
    flex-wrap: wrap;
}

.awards-tabs .tab-list li {
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 30px 30px 0 0;
    font-weight: 600;
    font-size: 1rem;
    color: #5d7188;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-bottom: none;
    background: transparent;
    user-select: none;
}

.awards-tabs .tab-list li:hover {
    color: #0f1e34;
    background: #f0f5fa;
}

.awards-tabs .tab-list li.active {
    color: #0f1e34;
    background: #ffffff;
    border-color: rgba(200, 200, 200, 0.6);
    border-bottom: 2px solid #ffffff;
    margin-bottom: -2px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.04);
}

.awards-tabs .tab-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

.awards-tabs .tab-panel.active {
    display: block;
}

/* ===== گرید کارت‌های تندیس و تقدیرنامه (همون استایل گواهینامه) ===== */

.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.award-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid rgba(200, 200, 200, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 12px 16px;
    text-align: center;
}

.award-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.10);
    border-color: rgba(160, 160, 160, 0.8);
}

.award-image {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #ffffff;
    padding: 8px;
    pointer-events: none;
}

.award-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f1e34;
    pointer-events: none;
}

.award-link {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #8fa0b5;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px dashed transparent;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    padding: 8px 16px;
    position: relative;
    z-index: 10;
}

.award-card:hover .award-link {
    color: #e31b23;
    border-bottom-color: #e31b23;
}

/* ===== ریسپانسیو برای تندیس‌ها ===== */

@media (max-width: 992px) {
    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .award-image {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .awards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .award-image {
        max-width: 220px;
    }
    .awards-tabs .tab-list li {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

/* ===== انیمیشن ===== */

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


/* ===== فاصله ===== */
[class*="dg-iconbox"] .box-right {
    text-align: left;
    padding-right: 20px;
}


/* ===== لوگو ===== */
.header-wrap .floating-header-logo.header-logo {
    padding-left: 10px;
    padding-bottom: 15px;
}

/* ===== مکعب ===== */
.dng-column>.dng-column-inner {
    padding-bottom: 40px;
}


.contact_info li {
    margin-right: 27px;
}






/* دسترسی های سریع */
#column-903022{
    padding-right:70px !important;
}

/* ارتباط با ما دقیقا هم‌راستا با آیکون‌ها */
#column-987249 .dnntitle{
    margin:0 0 20px 30px !important;
}

#column-987249 .contentmain{
    margin-right:30px !important;
}

/* آیکون ها */
.contact_info .fa{
    color:#d60000 !important;
    width:18px;
    text-align:center;
    margin-top:4px;
}

/* هر آیتم */
.contact_info li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:14px;
}

/* متن ها */
.contact_info li>div{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap;
    gap:5px;
}

.contact_info li>div span:first-child{
    font-weight:700;
    white-space:nowrap;
}

.contact_info li>div span:last-child{
    line-height:1.8;
    flex:1;
}

/* نقشه */
#dnn_ctr1148_HtmlModule_lblContent img{
    width:320px !important;
    height:240px !important;
    object-fit:cover;
    display:block;
    margin:auto;
    border-radius:8px;
}




#column-987249 .contact_info {
    margin-right: -57px !important;
    padding-right: 0 !important;
}




.topbar .header-nav-right-info li {
     padding: 0px !important ; 
     margin-right: 0px !important;
}


.page-breadcrumbs > .container
 {

    text-align: right;
}



.pagetitle-breadcrumbs-box {
    text-align: right !important;
}




/*-----------در یک نگاه------------*/


.steel-modern {
    position: relative;

    width: 100%;

    padding: 115px 0;

    overflow: hidden;

    background: #080808;

    color: #fff;

    direction: rtl;
}


/* =========================================
   SOFT BACKGROUND GLOW
========================================= */

.steel-modern-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(120px);
}


.steel-glow-one {
    width: 420px;
    height: 420px;

    right: -180px;
    top: -180px;

    background: rgba(235,0,0,0.055);
}


.steel-glow-two {
    width: 350px;
    height: 350px;

    left: -180px;
    bottom: -180px;

    background: rgba(235,0,0,0.035);
}


/* =========================================
   CONTAINER
========================================= */

.steel-modern-container {
    position: relative;

    z-index: 2;

    width: 88%;

    max-width: 1260px;

    margin: auto;

    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    gap: 95px;

    align-items: center;
}


/* =========================================
   IMAGE
========================================= */

.steel-modern-visual {
    position: relative;

    width: 100%;
}


.steel-modern-image {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 24px;
}


.steel-modern-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(0,0,0,0.02),
            rgba(0,0,0,0.30)
        );

    pointer-events: none;
}


.steel-modern-image img {
    display: block;

    width: 100%;

    height: 540px;

    object-fit: cover;

    filter: grayscale(18%);

    transition:
        transform 0.9s cubic-bezier(.2,.65,.2,1),
        filter 0.7s ease;
}


.steel-modern-image:hover img {
    transform: scale(1.025);

    filter: grayscale(0%);
}


/* =========================================
   CONTENT
========================================= */

.steel-modern-content {
    max-width: 540px;
}


/* برچسب */

.steel-modern-label {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 20px;

    color: #999;

    font-size: 12px;

    font-weight: 400;
}


.steel-modern-label::before {
    content: "";

    width: 22px;

    height: 2px;

    border-radius: 10px;

    background: #eb0000;

    box-shadow:
        0 0 10px rgba(235,0,0,0.35);
}


/* =========================================
   TITLE
========================================= */

.steel-modern-title {
    margin: 0;

    color: #fff;

    font-size: 46px;

    font-weight: 700;

    line-height: 1.45;

    letter-spacing: -1.5px;
}


.steel-modern-title span {
    display: block;

    color: #eb0000;
}


/* =========================================
   DESCRIPTION
========================================= */

.steel-modern-description {
    max-width: 500px;

    margin: 24px 0 30px;

    color: #999;

    font-size: 14px;

    line-height: 2.2;
}


/* =========================================
   MODERN BUTTON
========================================= */

.steel-modern-button {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 13px;

    padding: 5px 7px 5px 7px;

    color: #fff !important;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 500;

    background: rgba(255,255,255,0.055);

    border: 1px solid rgba(255,255,255,0.11);

    border-radius: 50px;

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05);

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}


.steel-modern-button > span:first-child {
    padding-right: 12px;

    padding-left: 5px;
}


.steel-button-arrow {
    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eb0000;

    box-shadow:
        0 0 18px rgba(235,0,0,0.22);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.steel-button-arrow svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: #fff;

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;

    transition:
        transform 0.35s ease;
}


.steel-modern-button:hover {
    background: rgba(235,0,0,0.08);

    border-color:
        rgba(235,0,0,0.35);

    box-shadow:
        0 8px 30px rgba(0,0,0,0.25),
        0 0 20px rgba(235,0,0,0.07);

    transform: translateY(-2px);
}


.steel-modern-button:hover
.steel-button-arrow {
    transform: scale(1.08);

    box-shadow:
        0 0 25px rgba(235,0,0,0.38);
}


.steel-modern-button:hover
.steel-button-arrow svg {
    transform: translateX(-2px);
}


/* =========================================
   FEATURES
========================================= */

.steel-modern-features {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 12px;

    margin-top: 55px;
}


/* کارت شیشه‌ای */

.steel-feature {
    min-height: 135px;

    padding: 20px 17px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.065),
            rgba(255,255,255,0.025)
        );

    border:
        1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(14px);

    -webkit-backdrop-filter: blur(14px);

    transition:
        transform 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


.steel-feature:hover {
    transform: translateY(-4px);

    background:
        linear-gradient(
            145deg,
            rgba(235,0,0,0.08),
            rgba(255,255,255,0.035)
        );

    border-color:
        rgba(235,0,0,0.22);

    box-shadow:
        0 12px 35px rgba(0,0,0,0.25),
        0 0 20px rgba(235,0,0,0.05);
}


/* آیکون مینیمال */

.steel-feature-icon {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 50%;

    background:
        rgba(235,0,0,0.08);

    border:
        1px solid rgba(235,0,0,0.18);
}


.steel-feature-icon span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #eb0000;

    box-shadow:
        0 0 10px rgba(235,0,0,0.6);
}


/* عنوان کارت */

.steel-feature h3 {
    margin: 0 0 7px;

    color: #eee;

    font-size: 12px;

    font-weight: 600;
}


/* متن کارت */

.steel-feature p {
    margin: 0;

    color: #777;

    font-size: 10px;

    line-height: 1.8;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .steel-modern {
        padding: 80px 0;
    }


    .steel-modern-container {
        grid-template-columns: 1fr;

        gap: 55px;

        width: 90%;
    }


    .steel-modern-content {
        max-width: 700px;
    }


    .steel-modern-image img {
        height: 470px;
    }


    .steel-modern-title {
        font-size: 38px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .steel-modern {
        padding: 60px 0;
    }


    .steel-modern-container {
        width: 90%;

        gap: 40px;
    }


    .steel-modern-image {
        border-radius: 18px;
    }


    .steel-modern-image img {
        height: 320px;
    }


    .steel-modern-label {
        font-size: 11px;
    }


    .steel-modern-title {
        font-size: 30px;

        line-height: 1.55;

        letter-spacing: -0.5px;
    }


    .steel-modern-description {
        font-size: 13px;

        line-height: 2.1;
    }


    .steel-modern-features {
        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 40px;
    }


    .steel-feature {
        min-height: auto;

        padding: 17px;

        flex-direction: row;

        align-items: center;

        gap: 15px;
    }


    .steel-feature-icon {
        flex-shrink: 0;

        margin-bottom: 0;
    }

}

.steel-modern {
    background: transparent !important;
}

/* حذف نورهای قرمز پس‌زمینه */
.steel-modern-glow {
    display: none !important;
}

/* حذف هرگونه افکت پس‌زمینه اضافی */
.steel-modern::before,
.steel-modern::after {
    display: none !important;
}



/*----------تیتر-------*/

.steel-news-heading {
    position: relative;

    width: 100%;

    padding: 70px 0 35px;

    background: #fff;

    direction: rtl;

    overflow: hidden;
}


/* محتوای عنوان */

.steel-news-heading-inner {
    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;
}


/* نوشته کوچک */

.steel-news-label {
    margin-bottom: 10px;

    color: #eb0000;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 4px;

    direction: ltr;

    opacity: 0.85;
}


/* عنوان */

.steel-news-heading h2 {
    margin: 0;

    color: #111;

    font-size: 30px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: -0.5px;
}


/* خط زیر عنوان */

.steel-news-line {
    position: relative;

    width: 55px;

    height: 2px;

    margin-top: 17px;

    background: #e8e8e8;

    border-radius: 20px;

    overflow: hidden;
}


.steel-news-line span {
    position: absolute;

    top: 0;
    right: 0;

    width: 22px;
    height: 2px;

    background: #eb0000;

    border-radius: 20px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .steel-news-heading {
        padding: 55px 0 25px;
    }

    .steel-news-heading h2 {
        font-size: 25px;
    }

    .steel-news-label {
        font-size: 8px;

        letter-spacing: 3px;
    }

}



/*---------اخبار-------*/


.home15-news {
    background: #fff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 20px !important;
    overflow: hidden !important;

    box-shadow: 0 8px 30px rgba(0,0,0,0.045) !important;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease !important;
}

.home15-news:hover {
    transform: translateY(-6px) !important;

    border-color: rgba(235,0,0,0.18) !important;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.09) !important;
}


/* =========================================
   IMAGE
========================================= */

.home15-news .dg-imagebox07 {
    margin: 0 !important;
    padding: 0 !important;
}


.home15-news .dg-imagebox07 .pic {
    position: relative !important;

    height: 245px !important;

    overflow: hidden !important;

    border-radius: 0 !important;
}


.home15-news .dg-imagebox07 .pic img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;

    display: block !important;

    transition:
        transform 0.7s cubic-bezier(.2,.65,.2,1),
        filter 0.5s ease !important;
}


.home15-news:hover .dg-imagebox07 .pic img {
    transform: scale(1.045) !important;

    filter: brightness(0.92) !important;
}


/* =========================================
   حذف افکت قدیمی تصویر
========================================= */

.home15-news .dg-imagebox07 .pic .bg {
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.35),
            transparent
        ) !important;

    opacity: 0 !important;

    transition: opacity 0.35s ease !important;
}


.home15-news:hover .dg-imagebox07 .pic .bg {
    opacity: 1 !important;
}


/* =========================================
   حذف آیکون لینک قدیمی
========================================= */

.home15-news .dg-imagebox07 .links {
    opacity: 0 !important;

    visibility: hidden !important;

    transform: translateY(8px) !important;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease !important;
}


.home15-news:hover .dg-imagebox07 .links {
    opacity: 0 !important;

    visibility: hidden !important;
}


/* =========================================
   CONTENT
========================================= */

.home15-news .news-cont {
    padding: 22px 22px 24px !important;

    background: #fff !important;
}


/* =========================================
   DATE
========================================= */

.home15-news .news-cont .info {
    margin: 0 0 10px !important;

    padding: 0 !important;

    color: #eb0000 !important;

    font-size: 10px !important;

    font-weight: 500 !important;

    line-height: 1.5 !important;
}


/* =========================================
   TITLE
========================================= */

.home15-news .news-cont h2 {
    margin: 0 0 12px !important;

    padding: 0 !important;

    line-height: 1.8 !important;
}


.home15-news .news-cont h2 a {
    color: #171717 !important;

    font-size: 15px !important;

    font-weight: 650 !important;

    text-decoration: none !important;

    transition:
        color 0.3s ease !important;
}


.home15-news .news-cont h2 a:hover {
    color: #eb0000 !important;
}


/* حذف آیکون Edit DNN */

.home15-news .news-cont h2 img {
    display: none !important;
}


/* =========================================
   DESCRIPTION
========================================= */

.home15-news .news-cont p {
    margin: 0 !important;

    padding: 0 !important;

    color: #888 !important;

    font-size: 11px !important;

    line-height: 2 !important;
}


/* =========================================
   GRID
========================================= */

.steel-news-section,
.row.mt-10.d-flex {
    direction: rtl;
}


.row.mt-10.d-flex > [class*="col-"] {
    margin-bottom: 20px !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .home15-news .dg-imagebox07 .pic {
        height: 230px !important;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .home15-news {
        border-radius: 18px !important;
    }

    .home15-news .dg-imagebox07 .pic {
        height: 220px !important;
    }

    .home15-news .news-cont {
        padding: 20px !important;
    }

    .home15-news .news-cont h2 a {
        font-size: 14px !important;
    }

}



/*---------درباره ما----------*/


.pasargad-company {
    position: relative;

    width: 100%;

    padding: 100px 0;

    background: #fff;

    direction: rtl;

    overflow: hidden;
}


/* نور بسیار ظریف */

.pasargad-company::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    left: -300px;
    bottom: -300px;

    border-radius: 50%;

    background: rgba(235,0,0,0.025);

    filter: blur(100px);

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.pasargad-company-inner {
    position: relative;

    z-index: 2;

    width: 88%;

    max-width: 1260px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    gap: 90px;

    align-items: center;
}


/* =========================================================
   IMAGE
========================================================= */

.pasargad-company-media {
    position: relative;
}


.pasargad-company-image {
    position: relative;

    width: 100%;

    height: 560px;

    overflow: hidden;

    border-radius: 28px;

    background: #eee;

    box-shadow:
        0 20px 60px rgba(0,0,0,0.10);
}


.pasargad-company-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    filter:
        saturate(0.88)
        contrast(1.03);

    transition:
        transform 0.9s cubic-bezier(.2,.65,.2,1),
        filter 0.6s ease;
}


.pasargad-company-image:hover img {
    transform: scale(1.035);

    filter:
        saturate(1)
        contrast(1.04);
}


/* =========================================================
   IMAGE CAPTION
========================================================= */

.pasargad-image-caption {
    position: absolute;

    left: 22px;
    bottom: 22px;

    display: flex;

    flex-direction: column;

    padding: 13px 17px;

    color: #fff;

    background: rgba(0,0,0,0.58);

    border:
        1px solid rgba(255,255,255,0.14);

    border-radius: 14px;

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    direction: ltr;
}


.pasargad-image-caption span {
    margin-bottom: 2px;

    color: #eb0000;

    font-size: 8px;

    letter-spacing: 4px;

    font-weight: 600;
}


.pasargad-image-caption strong {
    font-size: 13px;

    letter-spacing: 2px;

    font-weight: 600;
}


/* Accent کنار تصویر */

.pasargad-company-media::after {
    content: "";

    position: absolute;

    right: -16px;
    bottom: -16px;

    width: 90px;
    height: 90px;

    border-right: 2px solid #eb0000;
    border-bottom: 2px solid #eb0000;

    border-radius: 0 0 18px 0;

    opacity: 0.7;
}


/* =========================================================
   CONTENT
========================================================= */

.pasargad-company-content {
    max-width: 620px;
}


/* Label */

.pasargad-company-label {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 17px;

    color: #eb0000;

    font-size: 11px;

    font-weight: 600;
}


.pasargad-company-label::before {
    content: "";

    width: 25px;
    height: 2px;

    background: #eb0000;

    border-radius: 20px;
}


/* =========================================================
   TITLE
========================================================= */

.pasargad-company-content h2 {
    margin: 0 0 22px;

    color: #151515;

    font-size: 42px;

    font-weight: 750;

    line-height: 1.45;

    letter-spacing: -1px;
}


.pasargad-company-content h2 span {
    display: block;

    color: #eb0000;
}


/* =========================================================
   TEXT
========================================================= */

.pasargad-company-content p {
    margin: 0 0 14px;

    color: #777;

    font-size: 13px;

    line-height: 2.25;

    text-align: justify;
}


.pasargad-company-content .pasargad-company-intro {
    color: #444;

    font-size: 14px;

    line-height: 2.3;
}


/* =========================================================
   BUTTON
========================================================= */

.pasargad-company-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 18px;

    padding: 5px 7px 5px 6px;

    color: #fff !important;

    text-decoration: none !important;

    background: #151515;

    border: 1px solid #151515;

    border-radius: 50px;

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.pasargad-company-button > span {
    padding-right: 14px;

    padding-left: 5px;

    font-size: 12px;

    font-weight: 500;
}


.pasargad-company-button i {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #eb0000;

    border-radius: 50%;

    box-shadow:
        0 0 18px rgba(235,0,0,0.18);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.pasargad-company-button svg {
    width: 14px;
    height: 14px;

    fill: none;

    stroke: #fff;

    stroke-width: 1.7;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.pasargad-company-button:hover {
    background: #eb0000;

    border-color: #eb0000;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(235,0,0,0.15);
}


.pasargad-company-button:hover i {
    background: #111;

    transform: scale(1.08);
}


/* =========================================================
   STATS
========================================================= */

.pasargad-stats {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 12px;

    margin-top: 48px;

    padding-top: 25px;

    border-top:
        1px solid #eeeeee;
}


.pasargad-stat {
    display: flex;

    align-items: center;

    gap: 12px;

    min-width: 0;
}


.pasargad-stat strong {
    color: #151515;

    font-size: 27px;

    font-weight: 750;

    line-height: 1;

    direction: ltr;
}


.pasargad-stat span {
    display: flex;

    flex-direction: column;

    color: #999;

    font-size: 9px;

    line-height: 1.7;
}


.pasargad-stat small {
    color: #555;

    font-size: 10px;

    font-weight: 600;

    white-space: nowrap;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .pasargad-company {
        padding: 80px 0;
    }


    .pasargad-company-inner {
        width: 90%;

        grid-template-columns: 1fr;

        gap: 55px;
    }


    .pasargad-company-content {
        max-width: 750px;
    }


    .pasargad-company-image {
        height: 450px;
    }


    .pasargad-company-content h2 {
        font-size: 36px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .pasargad-company {
        padding: 60px 0;
    }


    .pasargad-company-inner {
        width: 90%;

        gap: 40px;
    }


    .pasargad-company-image {
        height: 330px;

        border-radius: 20px;
    }


    .pasargad-company-media::after {
        display: none;
    }


    .pasargad-image-caption {
        left: 15px;
        bottom: 15px;

        padding: 10px 13px;
    }


    .pasargad-company-label {
        font-size: 10px;
    }


    .pasargad-company-content h2 {
        font-size: 30px;

        line-height: 1.5;
    }


    .pasargad-company-content p,
    .pasargad-company-content .pasargad-company-intro {
        font-size: 12px;

        line-height: 2.15;
    }


    .pasargad-stats {
        gap: 8px;

        margin-top: 35px;

        padding-top: 20px;
    }


    .pasargad-stat {
        gap: 6px;

        flex-direction: column;

        align-items: flex-start;
    }


    .pasargad-stat strong {
        font-size: 22px;
    }


    .pasargad-stat span {
        font-size: 8px;
    }


    .pasargad-stat small {
        font-size: 9px;

        white-space: normal;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .pasargad-company-content h2 {
        font-size: 27px;
    }


    .pasargad-company-image {
        height: 280px;
    }


    .pasargad-stats {
        grid-template-columns: 1fr;
    }


    .pasargad-stat {
        flex-direction: row;

        align-items: center;
    }

}

.pasargad-company
 {
    padding: 0px 0;
    }



/*---------ماموریت و چشم انداز--------*/


.pasargad-vision {
    position: relative;

    width: 100%;

    padding: 100px 0;

    background: #fff;

    direction: rtl;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.pasargad-vision-inner {
    width: 88%;

    max-width: 1260px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 85px;

    align-items: center;
}


/* =========================================================
   IMAGE
========================================================= */

.pasargad-vision-media {
    position: relative;
}


.pasargad-vision-image {
    position: relative;

    width: 100%;

    height: 570px;

    overflow: hidden;

    border-radius: 28px;

    background: #111;

    box-shadow:
        0 25px 60px rgba(0,0,0,0.11);
}


.pasargad-vision-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.8s ease,
        filter 0.6s ease;
}


.pasargad-vision-image:hover img {
    transform: scale(1.035);

    filter:
        brightness(0.88)
        contrast(1.05);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.pasargad-vision-overlay {
    position: absolute;

    right: 20px;
    bottom: 20px;

    display: flex;

    flex-direction: column;

    padding: 15px 18px;

    color: #fff;

    background:
        rgba(10,10,10,0.62);

    border:
        1px solid rgba(255,255,255,0.12);

    border-radius: 14px;

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);
}


.pasargad-vision-overlay span {
    margin-bottom: 4px;

    color: #eb0000;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 3px;

    direction: ltr;
}


.pasargad-vision-overlay strong {
    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.5px;

    direction: ltr;
}


/* گوشه قرمز */

.pasargad-vision-media::after {
    content: "";

    position: absolute;

    left: -15px;
    bottom: -15px;

    width: 85px;
    height: 85px;

    border-left: 2px solid #eb0000;
    border-bottom: 2px solid #eb0000;

    border-radius: 0 0 0 18px;

    opacity: 0.7;
}


/* =========================================================
   CONTENT
========================================================= */

.pasargad-vision-content {
    max-width: 650px;
}


/* =========================================================
   LABEL
========================================================= */

.pasargad-section-label {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 17px;
}


.pasargad-section-label span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    color: #eb0000;

    font-size: 10px;

    font-weight: 700;

    border:
        1px solid rgba(235,0,0,0.25);

    border-radius: 50%;
}


.pasargad-section-label strong {
    color: #222;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================================
   HEADINGS
========================================================= */

.pasargad-vision-block > h2 {
    margin: 0 0 25px;

    color: #171717;

    font-size: 29px;

    line-height: 1.65;

    font-weight: 700;
}


.pasargad-vision-block > h2 span {
    color: #eb0000;
}


/* =========================================================
   MISSION LIST
========================================================= */

.pasargad-mission-list {
    margin: 0;

    padding: 0;

    list-style: none;
}


.pasargad-mission-list li {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 14px 0;

    border-bottom:
        1px solid #eeeeee;
}


.pasargad-mission-list li:last-child {
    border-bottom: none;
}


.pasargad-list-icon {
    position: relative;

    flex: 0 0 auto;

    width: 8px;
    height: 8px;

    margin-top: 9px;

    border-radius: 50%;

    background: #eb0000;

    box-shadow:
        0 0 0 5px rgba(235,0,0,0.07);
}


.pasargad-mission-list p {
    margin: 0;

    color: #666;

    font-size: 12px;

    line-height: 2.15;

    text-align: justify;
}


/* =========================================================
   FUTURE
========================================================= */

.pasargad-future {
    margin-top: 50px;

    padding-top: 38px;

    border-top:
        1px solid #e9e9e9;
}


.pasargad-future-box {
    display: flex;

    align-items: stretch;

    gap: 20px;

    margin-top: 5px;

    padding: 22px 25px;

    background:
        linear-gradient(
            135deg,
            #fafafa,
            #f4f4f4
        );

    border-radius: 18px;

    border:
        1px solid #eeeeee;

    transition:
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.pasargad-future-box:hover {
    transform: translateY(-3px);

    border-color:
        rgba(235,0,0,0.18);

    box-shadow:
        0 15px 35px rgba(0,0,0,0.05);
}


.pasargad-future-line {
    width: 3px;

    flex: 0 0 3px;

    border-radius: 10px;

    background: #eb0000;
}


.pasargad-future-box small {
    display: block;

    margin-bottom: 7px;

    color: #eb0000;

    font-size: 8px;

    letter-spacing: 3px;

    direction: ltr;
}


.pasargad-future-box h3 {
    margin: 0;

    color: #222;

    font-size: 17px;

    font-weight: 650;

    line-height: 1.9;
}


.pasargad-future-box h3 span {
    color: #eb0000;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .pasargad-vision {
        padding: 75px 0;
    }


    .pasargad-vision-inner {
        width: 90%;

        grid-template-columns: 1fr;

        gap: 55px;
    }


    .pasargad-vision-image {
        height: 430px;
    }


    .pasargad-vision-content {
        max-width: 750px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .pasargad-vision {
        padding: 60px 0;
    }


    .pasargad-vision-inner {
        width: 90%;

        gap: 40px;
    }


    .pasargad-vision-image {
        height: 330px;

        border-radius: 20px;
    }


    .pasargad-vision-media::after {
        display: none;
    }


    .pasargad-vision-overlay {
        right: 15px;
        bottom: 15px;

        padding: 11px 14px;
    }


    .pasargad-vision-block > h2 {
        font-size: 25px;

        line-height: 1.55;
    }


    .pasargad-mission-list li {
        gap: 13px;

        padding: 12px 0;
    }


    .pasargad-mission-list p {
        font-size: 11px;

        line-height: 2.1;
    }


    .pasargad-future {
        margin-top: 35px;

        padding-top: 30px;
    }


    .pasargad-future-box {
        padding: 18px;

        gap: 15px;
    }


    .pasargad-future-box h3 {
        font-size: 14px;
    }

}

.pasargad-vision,
.pasargad-vision * {
    font-family: inherit !important;
}


/* عنوان اصلی */
.pasargad-vision-block > h2 {
    font-size: 29px !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
}


/* عنوان ماموریت / چشم انداز */
.pasargad-section-label strong {
    font-size: 12px !important;
    font-weight: 700 !important;
}


/* متن‌های ماموریت */
.pasargad-mission-list p {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 2.15 !important;
}


/* متن چشم‌انداز */
.pasargad-future-box h3 {
    font-size: 17px !important;
    font-weight: 650 !important;
    line-height: 1.9 !important;
}


/* نوشته انگلیسی کوچک */
.pasargad-future-box small,
.pasargad-vision-overlay span {
    font-size: 8px !important;
    font-weight: 600 !important;
}


/* نام برند روی تصویر */
.pasargad-vision-overlay strong {
    font-size: 12px !important;
    font-weight: 600 !important;
}


/* موبایل */
@media (max-width: 650px) {

    .pasargad-vision-block > h2 {
        font-size: 25px !important;
    }

    .pasargad-mission-list p {
        font-size: 12px !important;
        line-height: 2.1 !important;
    }

    .pasargad-future-box h3 {
        font-size: 14px !important;
    }

}


.pasargad-vision {
    padding: 0px 0;
    }

