html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1; }
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
/**{margin:0 auto;}*/
li{list-style:none;}
a{text-decoration: none;}
ul{padding: 0;}
table{border-collapse:collapse;}
body{font-family: 'Yekan-Bakh-Medium'; direction: rtl; background: #1B2A49}
@font-face {
    font-family: 'Yekan-Bakh-Medium';
    src: url("../fonts/Yekan-Bakh-Medium.eot");
    src: url("../fonts/Yekan-Bakh-Medium.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Yekan-Bakh-Medium.otf") format('otf'),
    url("../fonts/Yekan-Bakh-Medium.woff") format('woff'),
    url("../fonts/Yekan-Bakh-Medium.woff2") format('woff2');
}
.content h1{font-size: 21px;}
.slog{margin-top: -23px;opacity: 0.3;}
.btn-top{display: flex;    justify-content: center;}
.btn-top a{font-weight:lighter;position:relative;border:1px solid rgb(250,250,250,0.2);margin-top:20px;width:160px;color: #fff; background: rgb(250,250,250,0.2); font-size: 17px;padding: 13px 0 10px;border-radius: 50px; margin: 0 5px;}
.btn-top a::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    background-color: #EDA900;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    top: 16px;
}
.btn-top a:hover span {
    transform: translateX(-5px);
    transition: all 0.2s ease-in;
}
.btn-top a span {
    display: inline-block;
    transition: all 0.3s ease;
    padding-right: 0;
}
.btn-top a:hover::after {
    opacity: 1;
    right: 12px;
}
.btn-top a:hover{border-color: #EDA900;background: none}



.fp-watermark { display: none; }

/* منو بالا */
#menu {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 100;
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#menu li{margin-bottom: 10px;
    opacity: 0;
    transform: translateX(-50px);
}
#menu a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    transition: color 0.3s;
}
#menu a.active,.fp-viewing-Services #menu a.active {
    color: #EDA900;
}
#menu a:before
{
    content: "";
    margin-left: 15px;
    width: 14px;
    height: 4px;
    border-radius: 6px;
    background: #4a4a4a;
    transition: all .2s linear;
    display: inline-block;
}#menu a:hover:before,#menu a.active:before{
     background: #EDA900;
     margin-left: 18px;
 }
#menu a:hover,.fp-viewing-Services #menu a:hover {
    color: #EDA900;
}
.main-head
{
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}
.btn-menu{ opacity: 0;
    transform: translateX(50px);}
.btn-menu svg{
    width: 40px;
    height: 40px;
    fill: #fff;
}
/* منوی کشویی */
.side-menu {
    position: fixed;
    top: 0;
    right: -300px; /* پنهان شده بیرون صفحه */
    width: 300px;
    height: 100%;
    background: #071023;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease, opacity 0.3s ease;
    z-index: 1000;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* وقتی فعال شد */
.side-menu.active {
    right: 0;
    opacity: 1;
}

/* لوگو بالا */
.logo-menu {
    text-align: center;
    margin-bottom: 40px;
}
.logo-menu img {
    width: 50px;
    height: 50px;
}
.logo-menu span {
    display: block;
    color: #ccc;
    font-size: 15px;
    margin-top: 10px;
}

/* منوی میانی */
.menu-content {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
    justify-content: center;
    align-items: flex-end; /* ⬅️ آیتم‌ها به راست بچسبن */
    width: 100%;
    margin-right: 20px;     /* ⬅️ فاصله از لبه راست */
    box-sizing: border-box;
    text-align: right;
}
.menu-content li {
    width: 100%;
}
.menu-content li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    display: inline-block;
    transition: color 0.3s ease;
}

/* فلش در کنار لینک‌ها */
.menu-content li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M15 18l-6-6 6-6"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.menu-content li a:hover {
    color: #EDA900;
}
.menu-content li a:hover::after {
    transform: translateY(-50%) translateX(-3px);
}

/* شبکه‌های اجتماعی در پایین */
.social {
    margin-bottom: 50px;
    text-align: center;
}
.social a {
    display: inline-block;
    margin: 0 5px;
}
.social a img {
    width: 25px;
    height: 25px;
    display: inline-block;
    filter: brightness(0) invert(1);
}
.fp-viewing-Home .eslimi {
    background: url("../img/eslimi.png") center top no-repeat;
    background-size: 100%;
}
.eslimi {
    opacity: 0;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateY(-20px);
    transform: translateX(-50%);
    position: absolute;
    margin-top: -17px;
    background: url('../img/logo.png') center top no-repeat;
    background-size: 50%;
    transition: background-image 0.5s ease, background-size 0.5s ease;
}
/* حالت اسلاید اول */

.calling{
    direction: ltr;
    opacity: 0;
    transform: translateX(-50px);
}

.head-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    color: inherit;
}

.head-item .icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.head-item .icon svg {
    stroke: #fff;
    width: 30px;
    height: 30px;
    fill: none;
}

.head-item .text {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.head-item .text strong {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    transition: all .2s linear;
}

.head-item .text strong span,.head-item a:hover strong{
    color: #EDA900;
}
.head-item .text>span {
    font-size: 0.85rem;
    color: #999;
    text-align: center;
}






/* سکشن‌ها */
.section {
    text-align: center;
    color: white;
    font-size: 40px;
    position: relative;
    transition: filter 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
    filter: blur(5px);
    transform: scale(0.92);
    opacity: 0.5;
}

.section.active {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
}

/* پارالاکس ساده روی پس‌زمینه */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    overflow: hidden;
}

.video { overflow: hidden; }

#section1 {}

#section2 {

    background-color: #1B2A49;
}
.section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* تصویر اول (bgmap) */


/* تصویر اول (پیش‌فرض) */

/* تصویر دوم (دینامیک، مخفی در ابتدا) */
.section {
    position: relative;
    overflow: hidden;
}

/* همه‌ی تصاویر به‌صورت لایه‌ی جداگانه */
.section::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1s ease, transform 1s ease;
    z-index: -1;
    pointer-events: none;
}

/* تصویر برای IR25 */
.section.IR25::after {
    background-image: url('../img/yazd.png');
    opacity: 0.3;
    transform: translateY(0);
    bottom: -180px;
    right: -10px;
    width: 577px;
    height: 433px;
}

/* تصویر برای IR15 */
.section.IR15::after {
    background-image: url('../img/kerman.png');
    opacity: 0.3;
    transform: translateY(0);
    bottom: -20px;
    right: -10px;
    width: 759px;
    height: 328px;
}

/* تصویر برای IR14 */
.section.IR14::after {
    background-image: url('../img/fars.png');
    opacity: 0.3;
    transform: translateY(0);
    bottom: -30px;
    right: -10px;
    width: 699px;
    height: 178px;
}

/* تصویر برای IR05 */
.section.IR05::after {
    background-image: url('../img/ilam.png');
    opacity: 0.3;
    transform: translateY(0);

}

/* تصویر برای IR26 */
.section.IR26::after {
    background-image: url('../img/qom.webp');
    opacity: 0.3;
    transform: translateY(0);
    width: 400px;
    height: 400px;
    bottom: -30px;
    right: -10px;
}

/* تصویر برای IR22 */
.section.IR22::after {
    background-image: url('../img/markazi.png');
    opacity: 0.3;
    transform: translateY(0);
}

/* تصویر برای IR21 */
.section.IR21::after {
    background-image: url('../img/mazandaran.png');
    opacity: 0.3;
    transform: translateY(0);
}


#section3 {
    background: #1B2A49;
}
#section4
{
    background-color: #eee;
    background-image: url('../img/h1-bg01-1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.fp-viewing-Services .head-item .text strong,.fp-viewing-Services #menu a,.fp-viewing-Services .tlt-project
{
    color: #0d1524;
}
.fp-viewing-Services .head-item .icon svg
{
    stroke: #0d1524;
}
.fp-viewing-Services .btn-menu svg{
    fill: #0d1524;
}
.overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.content {
    position: relative;
    z-index: 9999;
    overflow-y:hidden;
}
.logo img{width: 150px;}
.video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.video:after {
    content: "";
    background: url('../img/pattern.png') center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .4;
}

.video:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background:#000824a8;
    z-index: 9999;
}
#loader {
    position: fixed;
    inset: 0;
    background-color: #0d1524;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loader.fade-out {
    opacity: 0;
    visibility: hidden;
}
.loader-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    animation: fadeIn 1s ease-in-out;
}

.progress-container {
    width: 80px;
    height: 4px;
    background-color: #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #EDA900;
    animation: fillBar 2.5s forwards ease-in-out;
}

@keyframes fillBar {
    from { width: 0%; }
    to { width: 100%; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
/*************** MAP **********************/
#iran-map {
    width: 70%;
    max-width: 700px;
    height: auto;
    margin-top: 20px;
    float: left;
    opacity: 0;
}

#iran-map path {
    fill: #1a2b4f;
    stroke: #335398;
    stroke-width: 0.5;
    cursor: default;
    transition: fill 0.3s;
}

#iran-map path.highlight {
    fill: #EDA900;
    cursor: pointer;
}

#iran-map path.highlight:hover {
    fill: #2980b9;
}

.selected {
    fill: #e74c3c !important;
}

#info-box {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    display: none;
    max-width: 700px;
    margin-inline: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: right;
    line-height: 1.8;
}

#info-box a {
    color: #2980b9;
    text-decoration: none;
}

#info-box a:hover {
    text-decoration: underline;
}
.title-map{
    width: 100%;
    float: right;
    opacity: 0;
}
.tlt-project{
    opacity: 0;
    transform: translateY(-10px);;
}
.mySwiper,.desc{
    opacity: 0;
    transform: translateY(150px);
}
#info{
    background: rgba(27,42,73,0.5);
    width:96%;
    float: right;
    color: #ffffff;
    padding: 26px 2%;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
}
.fp-slider {
    height: 300px;
    margin-top: 20px;
    direction: ltr;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#info>strong
{
    font-size: 16px;
    color: #EDA900;
}
#info>span
{
    font-size: 15px;
    margin-top: 10px;
}
.r-content
{
    position: absolute;
    right: 15%;
    top: 20%;
    width: 33%;
}
.info-ic
{
    width: 100%;
    float: right;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    gap: 15px;
}
.bx-info{
    background: rgba(27,42,73,0.5);
    font-size: 13px;
    padding: 15px 15px;
    flex: 1;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(-50px);
}
.bx-info strong
{
    display: block;
    margin-top: 15px;
    color: #EDA900;
    font-size: 16px;
}
.tlt-project{
    margin-bottom: 50px;
}
.tlt-project span{
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #6b89c4
}
/********** swiper ***************/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper{height: 500px; width: 80%;}
.btn-slider{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0d1524;
    z-index: 1;
    padding: 5px 15px;
    border-top-right-radius: 30px;
    width: 77px;
}
.btn-slider:before,.btn-slider:after{
    content: '';
    background: url(../svg/shape.svg) no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
}
.btn-slider:before{
    right: -36px;
    bottom: 0px;
}
.btn-slider:after{
    left: 0;
    top: -36px;
}
.btn-slider>div{
    float: right;
}
.swiper-next, .swiper-prev{
    border-radius: 50px;
    width: 32px;
    height: 28px;
    padding: 2px 0px;
    cursor: pointer;
    width: 50%;
}
.swiper-next svg path, .swiper-prev svg path
{transition: all 0.3s ease;}
.swiper-next:hover svg path, .swiper-prev:hover svg path{
    fill: #EDA900;
}
.swiper-next:before{
    content: '';
}
.swiper-prev:before{
    content: '';
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{
    margin-bottom: 15px;
}
.swiper-paginat.swiper-pagination-vertical.swiper-pagination-bullets {position: absolute;
    left: 21px;
    right: auto;
    z-index: 1;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{width: auto !important;}
.swiper-paginat .swiper-pagination-bullet
{
    background: none;
    opacity: 1;
    width: 22px;
    height: 22px;
    border-radius: 0;
    border:1px solid transparent;
    position: relative;
}
.swiper-paginat .swiper-pagination-bullet-active,.swiper-paginat .swiper-pagination-bullet:hover
{
    transition: all 0.3s ease;
    border:1px solid #fff;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:before
{
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    margin: 8px 8px;
    float: right;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:after
{
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 0.2s ease;
    opacity: 0;
}
.swiper-paginat .swiper-pagination-bullet-active:after
{
    animation: slideIn 0.8s ease-in-out infinite;
}
@keyframes slideIn {
    from {
        width: 4px;
        height: 4px;
        top: 8px;
        left: 8px;
        opacity: 0;
    }
    to {
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        top: 0px;
        left: 0px;
        opacity: 1;
    }
}
.desc{
    position: absolute;
    right: 10%;
    top: 40%;
    text-align: right;
    z-index: 2;
}
.desc h2{
    float: right;
    opacity: 0;
    font-size: 35px;
    transform: translateY(30px);
    transition:  transform 0.8s ease-out;
}
.swiper-slide-active .desc h2
{
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s ease-out;
}
.swiper-slide-active .desc h2 span{display: block; margin-bottom: 10px;}
.slide-pro:before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(6, 6, 6, 0.7);
    z-index: 1;
}
.swiper-slide-active .desc .btn-project
{
    opacity: 1;
    transform: translateY(0);
}
.btn-project{
    opacity: 0;
    transition: all 0.8s ease;
    width: 100%;
    float: right;
    transform: translateY(25px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.btn-project a{
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF59;
    border-radius: 7px;
    margin: 24px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 10px 30px;
    overflow: hidden;
}
.btn-project a:before
{content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 7px;
    width: 0px;
    background-color: #ffffff;
    z-index: 1;
    transition: all .4s cubic-bezier(.42, 0, .58, 1) 0s;
}
.btn-project a:hover:before
{
    left: 0;
    right: auto;
    width: 100%;
}
.btn-project a:hover
{
    color: #000000;

}
.btn-project a span{box-sizing: border-box;
    position: relative; z-index: 999;transition: all 0.5s ease;}

.slide-pro img{transform: scale(1);transition: all 8s ease;}

.swiper-slide-active img {
    scale: 1.1;
}
/*** service ***/
.service{width: 100%;}
.service-bg{width: 1350px; margin:0 auto; display: flex;}
.box{transform: translateY(100px);opacity:0;width: 22%;height: 380px;background: #fff;padding: 10px 0.5%;border-radius: 18px;position: relative;margin: 0 1%;}
.box img{width: 98%; height: 160px; border-radius: 10px;}
.box h3{color: #1c1c1d; font-size: 20px; text-align: right; margin-right: 10px;}
.box h3 strong{color: #EDA900; font-family: 'tahoma';}
.box p{z-index:1;position: relative;color: #59585d; font-size: 14px; line-height: 1.7; text-align: right; margin: 0 5px}
.box span{font-size: 80px;font-weight: 800;line-height: 82px;color: #e3e3e882; font-family: 'tahoma'; position: absolute; left: 20px; bottom: 10px;}
.box:nth-child(2){margin-top: 30px}
.box:nth-child(3){margin-top: 60px}
.box:nth-child(4){margin-top: 90px}


/***** SECTION CONTACT US ****/
#section5
{
    background: url("../img/h1-bg01.jpg");
}
#section5 .overlay{
    background: rgba(12, 28, 58, 0.9);
}

.r-contact {
    width: 50%;
    float: right;
    position: relative;
}
.backdrop{
    width: 100%;
    height: 100%;
    float: right;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.55);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateX(50px);
}
.img-cont{
    background: url("../img/sheild2.png");
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: -60px;
    z-index: 0;
    transform: rotate(20deg);
    transform: translateX(-10px);
    opacity: 0;
}
.wrapp{width: 1200px; display: flex; margin: 0 auto;    justify-content: space-between;}
.l-contact{width: 48%; float: left;}
.l-contact ul li{font-size: 15px; display: block; text-align: right; margin-bottom: 20px; opacity: 0;transform: translateX(-10px);}
.icon-contact{background: url("../img/sheild.png") center no-repeat;
    width: 100%;
    height: 150px;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateX(-10px);
}
/**** foter ****/
#section7
{
    min-height: 250px;
}
.foot{
    display: flex;
    margin: 90px auto 0 auto;
    width: 1300px;
    justify-content: space-between;
}
.box-foot{
    width: 23%;
    opacity: 0;
    transform: translateY(50px);
}
.box-foot:nth-child(2){width: 10%;}
.foot-desc img{
    width: 50px;
    float: right;
}
.logo-foot{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.foot-desc p{
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
    display: block;
}
.logo-foot h4
{
    font-size: 16px;
    float: left;
    font-weight: lighter;
    margin-top:26px;
}
.foot-menu{
    margin: 0;
}
.foot-menu li
{
    float: right;
    width: 95%;
    margin-right: 5%;
    margin-bottom:20px;
}
.foot-menu li a{
    font-size: 14px;
    color: #fff;
    float: right;
    transition: all 0.2s ease-in;
    position: relative;
    margin-right: 10px;
}
.foot-menu li a:hover
{
    color: #EDA900;
}
.foot-menu li a:before
{
    content: '';
    width: 3px;
    float: right;
    background: #EDA900;
    border-radius: 3px;
    margin-top: -2px;
    transition: all 0.2s ease-in;
    position: absolute;
    right: -10px;
    top: 0;
}
.foot-menu li a:hover:before
{
    padding-bottom: 15px;
}
.tlt-foot
{
    font-size: 13px;
    width: 95%;
    float: right;
    text-align: right;
    margin-bottom: 30px;
    color: #7e92bb;
    margin-right: 5%;
}
.addres
{
    font-size: 14px;
    text-align: justify;
    line-height: 1.7;
}
.phone
{
    float: left;
    font-size: 15px;
    width: 100%;
    text-align: left;

}
.phone span,.email span
{
    float: right;
    font-size: 12px;
    color: #7e92bb;
    margin-top: 4px;
}
.phone a{
    color: #fff;
    margin-bottom: 15px;
    float: left;
    transition: all 0.2s ease-in;
    margin-top: 4px;
    direction: ltr;
}
.phone a:hover,.email a:hover
{
    color: #EDA900;
}
.phone svg,.email svg
{
    width: 20px;
    float: left;
    margin: -5px 5px 0 0;
}
.phone svg path,.email svg path
{
    stroke: #EDA900;
    fill: none;
}
.email{
    float: left;
    width: 100%;
    margin-top: 4px;
}
.email a
{
    color: #fff;
    font-size: 15px;
    float: left;
    transition: all 0.2s ease-in;
}
.social-foot{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}
.social-foot a
{
    float: left;
    margin-right: 10px;
    width: 40px;
    background: #091e34;
    margin-right: 5px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.2s ease-in;
}
.social-foot a:hover
{
    background: #0d1524;
}
.social-foot svg
{
    width: 25px;
    margin-top: 5px;
}
.ytob svg,.telg svg
{
    margin-top: 7px;
}
.inst svg
{
    width: 30px;
    height: 30px;
}
.inst svg path
{
    fill: #fff;
}
.social-foot a span{
    position: absolute;
    right: 0;
    top: 13px;
    font-size: 14px;
    color: #7e92bb;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.social-foot a:hover span
{
    opacity: 1;
    right: 5px;
}
.copyright
{
    color: #fff;
    font-size: 13px;
    margin: 50px 25% 0 25%;
    width: 50%;
    border-radius: 20px 20px 0 0;
    background: #16223f;
    padding: 8px 0 0;
}
.copyright a
{
    color: #EDA900;
}
.projects-gallery
{
    display: flex;
    flex-wrap: no-wrap;
    gap: 10px;
    margin-top: 20px;
}
.project-item img{width:100%; height:auto; border-radius:4px;transition: all 0.5s ease;}
.project-item svg{position: absolute;top: 49px;left: 43px; opacity: 0; transition: all 0.2s ease;z-index: 999;}
.project-item:hover svg{top: 43px; opacity: 1;}
.project-item svg path{stroke: #fff;z-index: 999;}
.project-item:hover img{transform: scale(1.2);}
.project-item{width: 120px; height: 120px;position: relative; overflow: hidden; cursor: pointer;}
.tltpr{margin-top: 5px;font-size: 14px;position: absolute;bottom: 0;width: 100%;text-align: center;  background: linear-gradient(0deg,rgba(13, 21, 36, 0.9) 24%, rgba(13, 21, 36, 0) 100%);height: 100%;transition: all 0.5s ease;}
.tltpr span{position: absolute; bottom: 10px; width: 100%; text-align: center; right: 0; transition: all 0.5s ease; line-height:1.6;}
.project-item:hover .tltpr{color: #EDA900}
.project-item:hover .tltpr{opacity:0;}
.projects-container p{font-size: 14px; background: #fff;padding: 13px 0;color: #ff0000;border-radius: 5px;}
.projects-container{margin-top: 10px;}
.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #EDA900;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 60px auto 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/**** MODAL ******/
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: rgb(6 18 50 / 97%);
}
.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 80%;
    max-width: 800px;
}
.swiper-modal {
    width: 100%;
    height: 500px;
}
.swiper-modal .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.modal-close {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    background: #0d1524;
    color: #fff;
    padding: 7px 15px;
    border-radius: 0 0 20px 0;
}
.modal-close:before
{
    content: '';
    background: url(../svg/shape.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -29px;
    transform: rotate(90deg);
}
.modal-close:after
{
    content: '';
    background: url(../svg/shape.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 14px;
    transform: rotate(90deg);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{color: #fff;}
.swiper-modal .swiper-button-next svg,.swiper-modal .swiper-button-prev svg{
    width: 80px;
    height: 176px;
    transform: rotate(0deg);
    margin-right: -11px;
}
.swiper-modal .swiper-button-next ,.swiper-modal .swiper-button-prev
{
    background: url("../img/arr-right.png");
    width: 28px;
    height: 112px;
}
.swiper-modal .swiper-button-prev
{
    margin-right: -10px;
}
.swiper-modal .swiper-button-next:after,.swiper-modal .swiper-button-prev:after{

    font-size: 18px;
}
.swiper-modal .swiper-button-prev:after
{
    margin-right: -6px;
}
.swiper-modal .swiper-button-next{
    transform: rotate(180deg);
    margin-left: -10px;
}
.swiper-modal .swiper-button-next:after{
    transform: rotate(180deg);
    margin-left: 8px;
}
.swiper-modal .swiper-button-next,.swiper-modal .swiper-button-prev
{
    margin-top: -40px;
}
/*** Gravity Fourm ****/
.backdrop fieldset.gfield{width: 100%; margin: 20px 3% 0;}
.backdrop .gform_fields{display: flex; flex-wrap: wrap;}
.backdrop .gfield{width: 44%; margin:20px 3%;}
.backdrop .gfield_label{font-size: 14px;float: right; margin-bottom: 10px;}
.backdrop .ginput_container input[type="text"],.backdrop .ginput_container input[type="tel"]{width: 96%;float: right;padding: 10px 2%;border-radius: 5px; font-family: 'Yekan-Bakh-Medium'; text-align: right; border:1px solid #1B2A49;}
.backdrop .ginput_container input[type="text"]:focus,.backdrop .ginput_container input[type="tel"]:focus{border-color: #007aff;}
.backdrop form{margin-top: 35px;}
.backdrop .gfield_checkbox{width: 100%; float: right;}
.backdrop .gfield_checkbox div{ width: 31%; margin:10px 1%;  float: right; font-size: 14px; text-align: right;}
.backdrop .gfield-choice-input{margin-top: 0px;float: right;}
.backdrop .gform_button{transition: all 0.2s ease; font-family: 'Yekan-Bakh-Medium';padding: 10px 25px;background:#EDA900;color: #fff;border: none;border-radius: 3px; cursor: pointer; margin:10px 20px; float: left; }
.backdrop .gform_button:hover{background: #1B2A49; color: #EDA900;}
.backdrop .gform_validation_errors{background: #cc003d; color: #fff; font-size: 15px; padding: 10px 2%; width: 92%; margin: 10px 2%; border-radius: 5px;}
.backdrop .gfield_description{float: right;  font-size: 14px;  margin: 10px 0;  padding: 8px 14px;  border-radius: 2px;  background: #cc003d;}
.backdrop .gform_confirmation_message{padding: 20px 2%;width: 92%;margin: 20px 2%;font-size: 16px;background: green;float: right;border-radius: 5px;}
.phone-box{position:fixed; right:20px; bottom:20px; z-index:999; display:none;}
.trigger-box {
    padding:9px 13px 5px;
    background: #EDA900;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
	position:absolute;
	right:20px;
	bottom:20px;
}
.trigger-box:hover {
    background: #2e374e;
}
.trigger-box svg {
    width: 24px;
    height: 24px;
}
.trigger-box svg path
{
	fill:#fff;
}
.contact-box {
	display: none;
    margin-top: 10px;
    bottom: 69px;
    right: 20px;
    position: relative;
}
.contact-box a {
    display: block;
    margin: 4px 0;
    font-size: 18px;
    color: #007bff;
	padding:16px 15px 12px;
	background:#2e374e;
	color:#fff;
	border:4px solid rgba(250,250,250,0.5)
}
.contact-box a svg
{
	float: right;
    margin: -8px 0 0 10px;
}
/***** RESPONSIVE **********/
/* دسکتاپ بزرگ */
@media screen and (max-width: 1281px) {
   .r-content{top: -5%;width: 37%;}
    #iran-map{width: 40%;}
    .service-bg{width: 89%;margin: 0 10% 0 0;}
    .wrapp{width: 80%;}
    .r-contact{width: 58%}
    .l-contact{width: 40%;}
    .foot{width: 88%; margin: 90px 10% 0 0;}
    .wrapp{width: 88%;margin: 0px 11% 0 auto;}

}

/* لپ‌تاپ‌ها و دسکتاپ‌ها */
@media screen and (max-width: 1025px) and (max-width: 1280px) {
    #section2 .fp-overflow{height: 80%;margin-top: 20%;}
    #section2 .content{height: 100%}
}

/* تبلت‌ها افقی و لپ‌تاپ کوچک */
@media screen and (max-width: 769px) and (max-width: 1024px) {
    #menu li{width: 100%;float: right;}
    #menu li a{width: 15px;overflow: hidden;float: right;height: 12px;}
    .r-content{width: 94%; right: 6%;}
    .title-map{font-size: 24px;}
    .info-ic{flex-wrap: wrap; width: 150px;}
    .bx-info{width: 100%;float: right; flex:none;}
    #info{width: 94%;}
    #iran-map{width: 47%;}
    .projects-container{justify-content: space-around; display: flex;}
    .mySwiper{height: 400px;}
    .box:nth-child(2),.box:nth-child(3),.box:nth-child(4){margin-top: 0}
    .service-bg{flex-wrap: wrap; width: 95%;margin: 0 5% 0 0;}
    .box{width: 47%; margin-bottom: 10px;}
    .wrapp{flex-wrap: wrap;width: 92%;margin: 0px 7% 0 auto;}
    .r-contact,.l-contact{width: 100%; float: right;}
    #section5 .tlt-project{margin-bottom: 20px;font-size: 33px; margin-top: 147px; opacity: 1}
    .foot{flex-wrap: wrap; margin-top: 150px;}
    .box-foot:nth-child(2),.box-foot{width: 80%; margin: 20px 10%;}


}

/* تبلت‌ها عمودی */
@media screen and (max-width: 481px) and (max-width: 768px) { }

@media screen and (max-width: 480px) {
    .main-head{justify-content: space-between;padding: 20px 4%; width: 92%;}
    .head-item .text{display: none;}
    .logo img{width: 120px;}
    .btn-top a{width: 110px; font-size: 14px;}
    .map-iran{float: left;width: 100%;}
    #map-container{width: 100%;float: left;}
    #iran-map{width: 98%; transform: translate(-9px, 0px);}
    .r-content{position: relative;}
    #section2 .fp-overflow{margin-top: 18%;height: 88%;}
    #menu{display: none;}
    .r-content{width: 98%;right: 0;float: right;margin: 0 1%; }
    .info-ic{width: 96%;float: left; margin: 0 2% 10px; gap: 0px;}
    .bx-info{width: 29%;flex: none;padding: 15px 1%;margin: 0 auto; line-height: 1.5;}
    .projects-gallery{margin-top: 20px;justify-content: center;flex-wrap: wrap;}
    #info{width: 96%;padding: 5px 0;margin: 0 2%;}
    .projects-container{margin-top: 0;}
    .swiper-modal{height: auto;margin-top: 50%;}
    #section2 .content{height: auto;}
    .mySwiper{height: 250px;}
    .desc h2{font-size: 25px;}
    .service-bg{width: 94%; margin: 10px 3%;}
    .box{width: 100%;}
    .backdrop .gfield{width: 94%;}
    .backdrop .gform_button{width: 96%;margin: 7px 2%;}
    #section6 .wrapp{  width: 98%;  margin: 0px 1% 0;}
    .copyright{width: 98%;float: right;margin: 0 2%;padding: 10px 0;}
    #section4 .overlays{margin-top: 75px;}
	
}
@media screen and (max-width: 600px) {
	.phone-box{display:block;}
}



















