@import url('../fonts/dana/css/dana.css');
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/iransans/woff/IRANSansX-Thin.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/woff/IRANSansX-UltraLight.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/woff/IRANSansX-Light.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/woff/IRANSansX-Medium.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/iransans/woff/IRANSansX-DemiBold.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/iransans/woff/IRANSansX-ExtraBold.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iransans/woff/IRANSansX-Black.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Black.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/iransans/woff/IRANSansX-ExtraBlack.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 1000;
    src: url('../fonts/iransans/woff/IRANSansX-Heavy.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/woff/IRANSansX-Bold.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/woff/IRANSansX-Regular.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Regular.woff2') format('woff2');
}

body {
    font-family: IRANSansX, sans-serif;
}
*{
    text-decoration: none !important;
}
#transparent-svg {
    fill: transparent !important;
}
a{
    color: #fff;
}
.bg-modern{
    background-color: #003366;
}
.language{
    color: #fff;
}
.language .l-item{
    color: #fff;
}
.sub-text{
    font-size:12px;
}
.top-box .icon{
    margin-right:8px;
}
.top-box .icon svg path{
    fill:#003366;
    transition: all 0.3s;
}
.top-box .icon:hover svg path{
    fill:#FF9900;
}
#phone-top{
    transform: rotateY(180deg);
}
#nav-main{
    border-radius: 4px;
    margin-bottom: -26px;
    z-index: 9;
}
.navbar-toggler-icon{
    width: 1rem;
    height: 1rem;
}
.bg-nav{
    background-color:#003366;
}
.nav-link{
    color: #fff;
}


/* تنظیمات برای اسلایدر Full-width */
.swiper {
    width: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* برای پوشش کامل اسلاید */
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
}
.slide-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 700;
}
.slide-content p {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.slide-content a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.slide-content a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.title-section h3{
    color:#003366;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}
.title-section h3:after{
    content: '';
    position: absolute;
    height: 2px;
    border: 2px solid #ff9900;
    width: 54px;
    top: 120%;
    left: 47%;
}
.page-title-area{
    padding: 5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
}
.category-service{
    min-height: 400px;
}
.category-service h1 {
    font-size: 41px;
    color: #ff9900;
    font-weight: bold;
}
.services_box .img{
    width: 120px;
    height: 120px;
    background-color: #003366;
    border-radius: 10% 10% 10% 10%;
    overflow: hidden;
    padding: 30px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.21);

}
.services_box .img svg{
    fill: #ff9900;

}
.service_title h4{
    color: #003366;
    font-size: 19px;
    line-height: 2.5em;
    font-weight: bold;
}
.service_desc p{
    font-size: 14px;
}
.bg-gray{
    background-color: #ededed;
}
.project_img{
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    position: relative;
}
.project_img img{
    object-fit: cover;
    width: 100%;
}
.overlay_project_box{
    background-color: rgba(0, 51, 102, 0.79);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project_img:hover .overlay_project_box{
    visibility: visible;
}
.about-section{
    padding-top:64px;
    padding-bottom:64px;
}
.about_box h3{
    font-size: 24px;
    color: #003366;
    font-weight: bold;
}
.about_main_box{
    background-color: rgba(239, 239, 239, 0.9);
    padding: 32px;
    width: 660px;
}
.about_image{
    margin-right: -71px;
    z-index: -1;
    margin-top: -10px;
    height: 100%;
}
.about_image img{
    width: 456px;
    max-height: 306px;
    border-radius: 15px;
}
.secure_box .img{
    width: 82px;
    height: 82px;
    padding: 15px;
}
.secure_box .img svg{
    fill: #ff9900;
    transform: rotate(0deg);
}
.secure_title h4{
    color: #003366;
    font-size: 15px;
}
.secure_desc p{
    font-size: 12px;
}
.data-section{
    background-image: url('../images/middle-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 32px;
    position: relative;
}
.background-overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, #000033 0%, #000000 100%);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}
#data-box{
    position: relative;
    z-index: 1;
}
.section-title h3{
    font-size: 19px;
}
.stats_box .img{
    margin-bottom: 20px;
}
.stats_box .img svg{
    fill: #ff9900;
    height: 62px;
}
.stats_box_title h4{
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
}
.stats_box_desc p{
    color: #ff9900;
    font-size: 14px;
    font-weight: bold;
}
#phone-top
{
    transform: rotate(0);
}
#nav-main{
    border-radius: 4px;
    margin-bottom: -26px;
    z-index: 9;
}
.bg-nav{
    background-color:#003366;
}
.nav-link{
    color: #fff;
}


/* تنظیمات برای اسلایدر Full-width */
.swiper {
    width: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* برای پوشش کامل اسلاید */
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
}
.slide-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 700;
}
.slide-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.slide-content a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.slide-content a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.title-section h3{
    color:#003366;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}
.title-section h3:after{
    content: '';
    position: absolute;
    height: 2px;
    border: 2px solid #ff9900;
    width: 54px;
    top: 120%;
    left: 48%;
}
.services_box .img{
    width: 120px;
    height: 120px;
    background-color: #003366;
    border-radius: 10% 10% 10% 10%;
    overflow: hidden;
    padding: 30px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.21);

}
.services_box .img svg{
    fill: #ff9900;

}
.service_title h4{
    color: #003366;
    font-size: 19px;
    line-height: 2.5em;
    font-weight: bold;
}
.service_desc p{
    font-size: 14px;
}
.bg-gray{
    background-color: #ededed;
}
.project_img{
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    position: relative;
}
.project_img img{
    object-fit: cover;
    width: 100%;
}
.overlay_project_box{
    background-color: rgba(0, 51, 102, 0.79);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project_img:hover .overlay_project_box{
    visibility: visible;
}
.about-section{
    padding-top:64px;
    padding-bottom:64px;
}
.about_box h3{
    font-size: 24px;
    color: #003366;
    font-weight: bold;
}
.about_main_box{
    background-color: rgba(239, 239, 239, 0.9);
    padding: 32px;
    width: 750px;
}
.about_image{
    margin-right: -71px;
    z-index: -1;
    margin-top: -10px;
    height: 100%;
}
.about_image img{
    width: 456px;
    max-height: 306px;
    border-radius: 15px;
}
.secure_box .img{
    width: 82px;
    height: 82px;
    padding: 15px;
}
.secure_box .img svg{
    fill: #ff9900;
    transform: rotate(0deg);
}
.secure_title h4{
    color: #003366;
    font-size: 15px;
}
.secure_desc p{
    font-size: 12px;
}
.service_desc ul li{
    font-size:14px;
    list-style-type:none;
    position:relative;
}
.service_desc ul li::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"><path d="M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.709 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18457 2.99721 7.13633 4.39828 5.49707C5.79935 3.85782 7.69279 2.71538 9.79619 2.24015C11.8996 1.76491 14.1003 1.98234 16.07 2.86" stroke="%23ff9900" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 4L12 14.01L9 11.01" stroke="%23ff9900" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
}
.data-section{
    background-image: url('../images/slide-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
}
.background-overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, #000033 0%, #000000 100%);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}
#data-box{
    position: relative;
    z-index: 1;
}
.section-title h3{
    font-size: 19px;
}
.stats_box .img{
    margin-bottom: 20px;
}
.stats_box .img svg{
    fill: #ff9900;
    height: 62px;
}
.stats_box_title h4{
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
}
.stats_box_desc p{
    color: #ff9900;
    font-size: 14px;
    font-weight: bold;
}
.blog-details{
    font-size:12px;
}
.blog-card-home .card-body p{
    font-size: 12px;
    text-align: justify;
    color: #363636;
}
.blog-card-home .card-title{
    font-size: 16px;
    line-height: 1.5em;
    color:#003366;
    font-weight: bold;
}
.blog-card-home .btn-more{
    color: #FFFFFF;
    background-color: #003366;
    padding: 3px 10px 5px;
    margin: 8px;
    font-size: 12px;
    transition: .3s;
    min-width: 89px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100px;
}
.blog-card-home{
    height:500px;
    min-height: 550px;
}
.card{
    transition:all 0.3s;
}
.card:hover{
    border:1px solid #003366;
}
.bg-footer{
    background-image: url("../images/project1-9.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay-footer{
    background-color: #003366;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    z-index:0;
}
.blog-card-home .card-body{
    padding: 0;
}
.top-title-icon{
    font-size: 14px;
    font-weight: 700;
}
.bg-footer-color{
    background-color:rgba(255,255,255,0.3);
    text-align: justify;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 12px;
    min-height: 350px;
}
.popular_blog_title{
    color:#000E14;
    height: 75%;
    font-size: 12px;
    line-height: 1.8em;
    text-align: left;
    font-weight: bold;
}
#blog-date{
    color: #003366;
}
.bg-footer-color h5{
    font-size: 16px;
    font-weight: bold;
}
.footer-blog,.popular_blog{
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
    overflow: hidden;
}
.footer-blog-link,.popular_blog_link{
    display: block;
    overflow: hidden;
    position: relative;
}
.footer-blog-title,.popular_title{
    font-size: 12px;
    font-weight: bold;
}
.footer_overlay,.popular_blog_overlay{
    position: absolute;
    padding: 27px;
    background-color: rgba(0, 0, 0, .5);
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.popular_blog_overlay{
    padding: 45px;
}
.footer-blog:hover .footer_overlay,.popular_blog:hover .popular_blog_overlay{
    opacity: 1;
}

.date-footer-blog,.popular_blog_date{
    font-size: 10px;
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {

    color:#fff;

}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {

    color:#fff;

}
#bg-page{
    background-image:url("../images/transportatio-back.jpg");
}
.content-title{
    min-height: 400px;
}
.content-title h1 {
    font-size: 41px;
    color: #ff9900;
    font-weight: bold;
}
.widget-area{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C8C9CE;
    margin: 0 10px 0 10px;
    padding: 15px 15px 15px 15px;

}
.search-field{
    color: #000000;
    width: 100%;
    padding: 4px 10px 4px 10px;
    transition: all .3s;
    height: 100%;
    font-weight: 400;
    border: 1px solid rgba(167, 167, 167, .4);
}
.btn-search{
    color: #fff;
    background-color: #003366;
}
.btn-search:hover{
    background-color: #003366;
}
.contact_head{
    margin-top: -100px;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
.contact_info_title{
    color: #003366;
    margin: 10px 0px 15px 0px;
    font-size: 20px;
    font-weight: bold;
}
.contact_info_content {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0px 0px 0px 0px;
}
.metform-btn {
    background-color: #003366;
    padding: 17px 28px 16px 28px;
    color: #FFFFFF;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.metform-btn:hover {
    background-color: #003366;
    color: #fff !important;
}
.footer_details_contact{
    background-color: rgba(0, 51, 102, 0.61);
    box-shadow: -1px 3px 10px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    font-size: 12px;
}
.footer_details_contact p{
    margin: unset;
}
.footer-p{
    font-size: 12px;
    margin: unset;
}
.content-text p{
    font-size: 16px;
    color: #231f20;
}
.blog-card-home .card-body{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-around;
}
.blog-card-home .card-footer {
    background-color: unset;
}
.blog-card-home:hover .card-title{
    color: #FF9900;
}
.btn-more:hover{
    color: #003366;
    background-color: #FF9900;
}
.btn-more:hover svg{
    color: #003366;
    stroke: #003366;
}
.btn-portfolio{
    background-color: transparent;
    border: none;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    background-color: #f7941e;
    color: white;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease;
}

#scrollToTopBtn:hover {
    background-color: #e67e00;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90997 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.90997 4.08008' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 8px;
    vertical-align: middle;
}
.dl-btn {
    background-color: #003366;
    padding: 8px 28px;
    color: #FFFFFF;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) and (orientation: portrait) {
    .about_main_box {
        background-color: rgba(239, 239, 239, 0.9);
        padding: 32px;
        width: 100%;
    }
    .top-box{
        text-align: center;
    }
    .top-box .icon svg{
        width:16px;
        height:16px;
    }
    .top-box .top-title-icon{
        font-size: 9px;
        text-align: center;
    }
    .sub-text{
        font-size: 8px;
    }
    .welcome-text{
        font-size: 12px;
    }
    .language .l-item {
        font-size: 12px;
    }
    .social_top svg{
        width: 16px;
        height: 16px;
    }
    .logo-top img{
        width: 70px;
    }
    .swiper{
        height: 350px;
    }
    .slide-content{
        width: 80%;
    }
    .slide-content h2{
        font-size: 14px;
        font-weight: bold;
    }
    .slide-content p{
        font-size: 12px;
        text-align: justify;
    }
    .service_desc{
        text-align: center;
    }
    .service_title{
        text-align: center;
    }
    .service_title h4 {

        font-size: 16px;
    }
    .page-title-area {
        padding: 5rem 1rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 300px;
    }
    .content-title h1 {
        font-size: 24px;
        color: #ff9900;
        font-weight: bold;
    }
}

@media (max-width: 768px) and (orientation: portrait) {

}
@media (max-width: 576px) and (orientation: landscape) {

}
@media (min-width: 577px) and (max-width: 1024px) and (orientation: portrait) {

}

@media (min-width: 577px) and (max-width: 1024px) and (orientation: landscape) {

}


