
body{
    font-family: 'Vazirmatn', sans-serif;
    background:#f8fafc;
    overflow-x:hidden;
}

section{

    padding:80px 0;

}

a{

    text-decoration:none;

}

img{

    max-width:100%;

}

.btn-main{

    background:#f49a21;

    color:#fff;

    border-radius:8px;

    padding:12px 28px;

}

.btn-main:hover{

    background:#dd850d;

    color:#fff;

}
/* ===========================
   Navbar
=========================== */

#mainNavbar{

    transition:.35s;

    z-index:9999;

}

#mainNavbar.scrolled{

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(14px);

    box-shadow:0 5px 25px rgba(0,0,0,.08);

}

.navbar-brand{

    line-height:1.1;

}

.nav-link{

    font-weight:500;

    margin:0 10px;

    transition:.3s;

    position:relative;

}

.nav-link:hover{

    color:#f39b1d;

}

.nav-link::after{

    content:"";

    position:absolute;

    bottom:-6px;

    right:0;

    width:0;

    height:2px;

    background:#f39b1d;

    transition:.3s;

}

.nav-link:hover::after{

    width:100%;

}

body{

    padding-top:90px;

}
/*=========================
Hero
=========================*/

.hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    background-image:url('../resources/images/hero.png');

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

    overflow:hidden;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.hero .container{

    position:relative;

    z-index:2;

}

.hero-badge{

    display:inline-block;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(10px);

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

}

.hero-title{

    font-size:58px;

    font-weight:800;

    line-height:1.4;

}

.hero-description{

    font-size:20px;

    color:#ececec;

    max-width:620px;

    line-height:2;

}

.hero .btn{

    border-radius:10px;

    padding:14px 32px;

    font-weight:600;

}

@media(max-width:992px){

    .hero{

        background-attachment:scroll;

        text-align:center;

    }

    .hero-title{

        font-size:42px;

    }

    .hero-description{

        font-size:18px;

        margin:auto;

    }

}

@media(max-width:576px){

    .hero-title{

        font-size:32px;

    }

    .hero-description{

        font-size:16px;

    }

}
.text-navy {
    color: #0F2848 !important;
}

/* آیکون ساده بدون دایره (دقیقاً مثل طرح اصلی) */
.step-item .icon-wrapper {
    width: 60px;
    height: 60px;
}

/* فلش نازک و تمیز بین آیتم‌ها برای RTL */
.step-item .step-arrow {
    position: absolute;
    top: 20px;
    left: -20%;
    font-size: 1.2rem;
    opacity: 0.4;
}

[dir="rtl"] .step-item .step-arrow {
    left: -20%;
    right: auto;
}

/* رنگ سرمه‌ای یکدست بنر */
.bg-navy {
    background-color: #0b2545 !important;
}

/* هم‌ارتفاع‌سازی و چیدمان عکس و محتوا */
.company-card .card-img-wrapper {
    min-height: 100%;
    height: 100%;
}

.company-card .card-img-wrapper img {
    object-fit: cover;
    height: 100%;
}

/* افکت فید بین عکس (چپ) و متن (راست) */
.company-card .img-overlay-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; /* انتقال گرادینت به سمت راست عکس (مرز اتصال به متن) */
    left: auto;
    width: 40%;
    background: linear-gradient(to left, #0b2545 0%, transparent 100%);
    pointer-events: none;
}

/* هاور ملایم روی کارت */
.company-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(11, 37, 69, 0.15) !important;
}
/* پس‌زمینه سورمه‌ای تیره اصلی */
.bg-dark-navy {
    background-color: #0d1527 !important;
}

/* آیکون لوگوی K */
.brand-icon {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
}

/* رنگ متن‌های فرعی با کنتراست مناسب و خوانا */
.text-light-muted {
    color: #a0aec0 !important;
}

/* لینک‌های فوتر با افکت هاور */
.footer-link {
    color: #a0aec0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.footer-link:hover {
    color: #ffc107 !important; /* تغییر رنگ به زرد/طلایی هنگام هاور */
    transform: translateX(-3px);
}

/* خط زیر عناوین فوتر */
.border-bottom-accent {
    border-bottom: 2px solid #ffc107;
}

.dir-ltr {
    direction: ltr;
}