﻿@font-face {
    font-family: iransans;
    src: url('/Assets/css/IRANSansWeb(FaNum).ttf');
}

body {
    margin: 0;
    font-family: iransans;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
}

.icon_img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.full-width{
    width:100% !important;
}
.text-right{
    text-align:right !important;
}
.text-left {
    text-align: left !important;
}

.hero-section {
    color: #fff;
    text-align: center;
}
    .hero-section h1 {
        color: #056839;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        background: #e9f7ef;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        color: #0f9b4f;
        font-size: 28px;
    }