/* ---------------------------------------------------------------------- */
/*
/*	Site Colors
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*	color1 - Orange
/*
/* ---------------------------------------------------------------------- */
.color1, .color1Hover:hover					        {color: 			#f7931e  ;}
.color1Bg, .color1BgHover:hover				        {background-color: 	#f7931e  ;}
.color1Border, .color1BorderHover:hover		        {border-color: 		#f7931e  ;}
.orange, .orangeHover:hover					        {color: 			#f7931e  ;}
.orangeBg, .orangeBgHover:hover				        {background-color: 	#f7931e  ;}
.orangeBorder, .orangeBorderHover:hover		        {border-color: 		#f7931e  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color2 - Violet
/*
/* ---------------------------------------------------------------------- */
.color2, .color2Hover:hover					                    {color: 			#662d91  ;}
.color2Bg, .color2BgHover:hover				                    {background-color: 	#662d91  ;}
.color2Border, .color2BorderHover:hover		                    {border-color: 		#662d91  ;}
.orangeDarken, .orangeDarkenHover:hover					        {color: 			#662d91  ;}
.orangeDarkenBg, .orangeDarkenBgHover:hover				        {background-color: 	#662d91  ;}
.orangeDarkenBorder, .orangeDarkenBorderHover:hover		        {border-color: 		#662d91  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color1 - green
/*
/* ---------------------------------------------------------------------- */
.color3, .color3Hover:hover					                        {color: 			#000000  ;}
.color3Bg, .color3BgHover:hover				                        {background-color: 	#000000  ;}
.color3Border, .color3BorderHover:hover		                        {border-color: 		#000000  ;}
.orangeDarken2, .orangeDarken2Hover:hover					        {color: 			#000000  ;}
.orangeDarken2Bg, .orangeDarken2BgHover:hover				        {background-color: 	#000000  ;}
.orangeDarken2Border, .orangeDarken2BorderHover:hover		        {border-color: 		#000000  ;}

/* ---------------------------------------------------------------------- */
/*
/*	color1 - green
/*
/* ---------------------------------------------------------------------- */
.color4, .color4Hover:hover					                        {color: 			#FBF6EC  ;}
.color4Bg, .color4BgHover:hover				                        {background-color: 	#FBF6EC  ;}
.color4Border, .color4BorderHover:hover		                        {border-color: 		#FBF6EC  ;}
.orangeLighten2, .orangeLighten2Hover:hover					        {color: 			#FBF6EC  ;}
.orangeLighten2Bg, .orangeLighten2BgHover:hover				        {background-color: 	#FBF6EC  ;}
.orangeLighten2Border, .orangeLighten2BorderHover:hover		        {border-color: 		#FBF6EC  ;}


.color5Bg, .color5BgHover:hover				                        {background-color: 	#f2f2f2  ;}
.color6Bg, .color6BgHover:hover				                        {background-color: 	#d8d8d8  ;}
/* ---------------------------------------------------------------------- */
/*
/*	Default Sizes
/*
/* ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5{
    font-weight: normal;
}

.p16 {
    font-size: 16px;
}

.h50{
    height: 90px;
}

body                     {font-size: 18px}
body.mobile-menu-open    {overflow: hidden}
.h1, h1                  {font-size: 100px}
.h2, h2                  {font-size: 44px}
.h3, h3                  {font-size: 26px}
.h4, h4                  {font-size: 23px}

ul a,button{
    font-size: 16px;
}

.violet-storke-gradint{
    position: relative;
    border: 1px solid transparent;
    border-radius: 15px;
}

.violet-storke-gradint::before{
    content: "";
    position: absolute;
    inset: -1px;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(to right, #662d91, #8557a7);
    pointer-events: none;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.oreng-storke-gradint{
    position: relative;
    border: 1px solid transparent;
    border-radius: 15px;
}

.oreng-storke-gradint::before{
    content: "";
    position: absolute;
    inset: -1px;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(to right, #f7931e, #fabe78);
    pointer-events: none;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.white-storke{
    border: #ffffff 1px solid;
    border-radius: 15px;
    background-color: #000000;
}

.tranform100{
    transform: translateY(-100px);
}

@media (max-width:1367px) {

}

@media (max-width:991px) {

}

@media (max-width:768px) {

}
/* ---------------------------------------------------------------------- */
/*
/*	Body
/*
/* ---------------------------------------------------------------------- */
a{
    color: #fff;
    transition: color 0.2s ease;
}

a:hover{
    color:#f7931e;
}

.main-nav-menu{
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px !important;
}

.main-nav-menu > a,
.main-nav-menu > .nav-dropdown > .nav-dropdown-toggle{
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px;
    line-height: 1.4;
    border-radius: 10px;
}

.main-nav-bar{
    position: relative;
}

.mobile-menu-toggle{
    display: none;
    width: 50px;
    height: 50px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    direction: rtl;
}

.mobile-menu-toggle span{
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 100px;
    background-color: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle span:nth-child(2){
    display: block;
    border-radius: 100px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle span + span{
    margin-top: 6px;
}

.mobile-menu-toggle:focus,
.mobile-menu-toggle:focus-visible,
.mobile-menu-toggle:active{
    outline: 0;
    box-shadow: none;
}

.mobile-menu-toggle.is-active span:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.is-active span:nth-child(2){
    transform: translateY(-100);
    opacity: 0;
}

.mobile-menu-toggle.is-active span:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}

.nav-dropdown{
    position: relative;
    list-style: none;
}

.nav-dropdown-toggle{
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus,
.nav-dropdown-toggle:focus-visible{
    color: #f7931e;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
}

.nav-dropdown-menu{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 210px;
    list-style: none;
    margin: 0;
    padding: 8px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.78);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    text-align: right;
    font-family: peyda-regular;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scaleY(0);
    transform-origin: top;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.nav-dropdown:hover .nav-dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scaleY(1);
}

.nav-dropdown-menu a{
    display: block;
    white-space: nowrap;
    padding: 10px 14px;
    line-height: 1.5;
    border: 0;
    border-radius: 8px;
}

.nav-dropdown-menu a:hover{
    color: #fff;
    background-color: #f7931e;
}

body.ltr .main-nav-menu .nav-dropdown-menu{
    right: auto;
    left: 0;
    text-align: left;
}

body.rtl .main-nav-menu .nav-dropdown-menu{
    right: 0;
    left: auto;
    text-align: right;
}

.language-dropdown-toggle{
    display: inline-block;
    color: #fff;
    border-color: #fff;
}

.language-dropdown-menu{
    min-width: 120px;
    text-align: center;
    right: 50%;
    transform: translate(50%, -10px) scaleY(0);
}

.language-dropdown:hover .language-dropdown-menu{
    transform: translate(50%, 0) scaleY(1);
}

.language-dropdown-menu a{
    text-align: center;
    padding: 8px 12px;
}

@media (max-width: 991px){
    .main-back-screen{
        isolation: auto;
    }

    .site-nav{
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2147483647 !important;
    }

    .main-nav-bar{
        direction: ltr;
        z-index: 2147483647;
    }

    .main-nav-bar .left-container{
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .main-nav-bar .left-container .language-dropdown,
    .main-nav-bar .left-container button{
        display: none;
    }

    .main-nav-bar .left-container img{
        width: 120px;
    }

    .mobile-menu-toggle{
        display: block;
        position: relative;
        z-index: 2147483647;
    }

    .main-nav-menu{
        display: none !important;
    }

    .mobile-menu-panel{
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        z-index: 2147483646;
        direction: rtl;
        background:
            radial-gradient(circle at top right, rgba(247, 147, 30, 0.32), transparent 34%),
            linear-gradient(145deg, rgba(102, 45, 145, 0.98), rgba(41, 18, 58, 0.98));
        opacity: 0;
        visibility: hidden;
        transform: scale(0.94);
        transform-origin: center;
        pointer-events: none;
        transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
    }

    .mobile-menu-panel.is-open{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        pointer-events: auto;
    }

    .mobile-menu-panel-inner{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 9px;
        padding-top: 92px;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 40px;
        max-width: 520px;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .mobile-menu-panel-inner a{
        width: 100%;
        text-align: right;
        padding: 13px 18px;
        font-family: peyda-regular;
        font-size: 18px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        background-color: rgba(255, 255, 255, 0.07);
        transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .mobile-menu-panel-inner > a:hover,
    .mobile-menu-panel .nav-dropdown-toggle:hover{
        color: #fff;
        border-color: rgba(247, 147, 30, 0.85);
        background-color: rgba(247, 147, 30, 0.18);
        transform: translateY(-1px);
    }

    .mobile-menu-panel .nav-dropdown{
        list-style: none;
    }

    .mobile-menu-panel .nav-dropdown-toggle{
        position: relative;
        display: block;
        width: 100%;
        min-height: 0;
        text-align: right;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        background-color: rgba(255, 255, 255, 0.07);
        font-family: peyda-regular;
        font-size: 18px;
        line-height: 1.5;
        cursor: pointer;
        padding-left: 18px;
        padding-right: 44px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    body.ltr .mobile-menu-panel .nav-dropdown-toggle{
        text-align: left;
        padding-right: 18px;
        padding-left: 44px;
    }

    .mobile-menu-panel .nav-dropdown-toggle::after{
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translateY(-65%) rotate(45deg);
        transition: transform 0.2s ease;
    }

    body.ltr .mobile-menu-panel .nav-dropdown-toggle::after{
        right: auto;
        left: 18px;
    }

    .mobile-menu-panel .nav-dropdown.is-open .nav-dropdown-toggle::after{
        transform: translateY(-35%) rotate(225deg);
    }

    .mobile-menu-panel .nav-dropdown-menu{
        position: static;
        min-width: 100%;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        background-color: rgba(0, 0, 0, 0.18);
    }

    .mobile-menu-panel .nav-dropdown-menu a{
        font-size: 15px;
        padding: 10px 12px;
        border: 0;
        border-radius: 10px;
        background-color: transparent;
    }

    .mobile-menu-panel .nav-dropdown.is-open .nav-dropdown-menu{
        display: block;
        transform: none;
    }

    .mobile-menu-actions{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

    .mobile-menu-actions a,
    .mobile-menu-actions button{
        width: 100%;
        text-align: center;
        min-height: 44px;
        border-radius: 14px;
    }

    .mobile-menu-actions button{
        border: 0;
    }

    .mobile-menu-actions button:nth-of-type(1),
    .mobile-menu-actions button:nth-of-type(2){
        grid-column: span 2;
    }
}

.mobile-menu-panel{
    display: none;
}

@media (max-width: 991px){
    .mobile-menu-panel{
        display: block;
    }
}

html{
      width: 100%;
      overflow-x: hidden;
  }
body{
      overflow-x: hidden;
      width: 100%;
      color: #151515;
      font-family:Arboria;
  }


  .rtl .owl-carousel {
    direction: ltr !important;
  }


body.rtl {
    font-family:peyda-medium;
}

p {
    line-height: 1.4;
}

.main-back-screen{
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main-back-screen .main-back-video{
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main-back-screen::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(102, 45, 145, 0.8);
    pointer-events: none;
}

.hero-scroll-down{
    position: absolute;
    bottom: 28px;
    left: 50%;
    z-index: 3;
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    color: #fff;
    background: rgba(18, 5, 28, .28);
    backdrop-filter: blur(5px);
    transform: translateX(-50%);
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.hero-scroll-down:hover,
.hero-scroll-down:focus-visible{
    border-color: #fff;
    color: #fff;
    background: rgba(247, 147, 30, .92);
    transform: translateX(-50%) scale(1.06);
    outline: none;
}

.hero-scroll-chevron{
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    animation: hero-scroll-bounce 1.5s ease-in-out infinite;
}

@keyframes hero-scroll-bounce{
    0%, 100%{ transform: translateY(-3px) rotate(45deg); opacity: .55; }
    50%{ transform: translateY(6px) rotate(45deg); opacity: 1; }
}

@media (prefers-reduced-motion: reduce){
    .hero-scroll-chevron{
        animation: none;
    }
}

.site-nav{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.nav-bottom{
    padding-bottom: 10px; padding-top: 10px;
    padding-left: 35px; padding-right: 35px;
    border-radius: 15px;
}

.nav-bottom2{
    padding-bottom: 5px; padding-top: 5px;
    padding-left: 30px; padding-right: 30px;
    border-radius: 10px;
}

nav{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
}

.left-container{
    display: flex; justify-content: center; gap: 20px; align-items: center;
}

.cars-strip{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.cars-strip-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.cars-strip-inner .owl-stage{
    display: flex;
    align-items: center;
}

.cars-strip-inner .owl-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.cars-strip-inner img{
    width: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.portfolio-truck-strip{
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 38px 0 30px;
    background: #f7f4fa;
    border-top: 1px solid #ebe4f1;
}

.portfolio-truck-strip .cars-strip-inner,
.portfolio-truck-strip .cars-strip-inner .owl-item{
    height: 170px;
}

.portfolio-strip-link{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.portfolio-truck-strip .portfolio-strip-link img{
    width: 100%;
    max-width: 420px;
    max-height: 150px;
    object-fit: contain;
    transition: transform .25s ease;
}

.portfolio-truck-strip .portfolio-strip-link:hover img,
.portfolio-truck-strip .portfolio-strip-link:focus-visible img{
    transform: translateY(-4px);
}

@media (max-width: 991px){
    .cars-strip-inner{
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .cars-strip-inner img{
        width: 220px;
    }
}

@media (max-width: 480px){
    .cars-strip-inner{
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .cars-strip-inner img{
        width: 180px;
    }
}

.left-container img{
    width: 150px;
}

@media (max-width: 1367px) and (min-width: 992px){
    nav{
        padding: 12px 8px;
    }

    .main-nav-menu.gap-5{
        gap: 4px !important;
    }

    .main-nav-menu > a,
    .main-nav-menu > .nav-dropdown > .nav-dropdown-toggle{
        font-size: 14px;
        padding: 8px 10px;
        min-height: 38px;
    }

    .main-nav-menu .nav-dropdown-menu a{
        padding: 9px 12px;
    }

    .left-container{
        gap: 10px;
    }

    .left-container img{
        width: 120px;
    }

    .nav-bottom{
        font-size: 14px;
        padding: 8px 18px;
    }

    .nav-bottom2{
        font-size: 14px;
        padding: 5px 18px;
    }
}

@media (max-width: 1120px) and (min-width: 992px){
    .main-nav-menu.gap-5{
        gap: 2px !important;
    }

    .main-nav-menu > a,
    .main-nav-menu > .nav-dropdown > .nav-dropdown-toggle{
        font-size: 13px;
        padding: 7px 8px;
        min-height: 36px;
    }

    .main-nav-menu .nav-dropdown-menu a{
        padding: 8px 10px;
    }

    .left-container{
        gap: 8px;
    }

    .left-container img{
        width: 105px;
    }

    .nav-bottom{
        font-size: 13px;
        padding: 7px 12px;
    }

    .nav-bottom2{
        font-size: 13px;
        padding: 4px 14px;
    }
}

.center-text{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 768px){
    .center-text{
        width: calc(100% - 32px);
        max-width: 100%;
    }

    body.rtl .center-text h1{
        width: 4.5em;
        max-width: 100%;
        margin-inline: auto;
        white-space: normal;
        overflow-wrap: normal;
        line-height: 1.15;
    }
}

.driver-ui-section{
    min-height: 100vh;
    background-color: #662d91;
}

.driver-ui-container{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .driver-ui-content{
        flex-direction: column;
    }

    .driver-ui-media{

    }
}

.driver-ui-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.driver-ui-media,
.driver-ui-text{
    width: 500px;
}

.driver-ui-media{
    display: flex;
    align-items: center;
    justify-content: center;
}

.driver-ui-media-inner{
    width: 900px;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform-origin: center center;
}

.driver-ui-lottie{
    width: 600px;
    height: 650px;
    flex: 0 0 600px;
}

.driver-ui-lottie + .driver-ui-lottie{
    margin-inline-start: -300px;
}

/* Use the available desktop canvas more effectively without changing mobile sizing. */
@media (min-width: 1200px){
    .driver-ui-media{
        overflow: visible;
    }

    .driver-ui-media-inner{
        transform: scale(1.14);
    }
}

@media (min-width: 1600px){
    .driver-ui-media-inner{
        transform: scale(1.32);
    }
}

.driver-ui-text{
    display: flex;
    flex-direction: column;
}

.driver-copy-carousel{
    width: 100%;
}

.driver-copy-slide{
    min-height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.driver-copy-slide h2{
    min-height: 140px;
    margin: 0;
}

.driver-slide-description{
    min-height: 72px;
}

.driver-copy-carousel .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}

.driver-copy-carousel button.owl-dot,
.driver-copy-carousel button.owl-dot.active,
.driver-copy-carousel button.owl-dot:hover,
.driver-copy-carousel button.owl-dot:focus{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
}

.driver-copy-carousel button.owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    background: #dad5ea;
    transition: width .25s ease, background-color .25s ease;
}

.driver-copy-carousel button.owl-dot.active span{
    width: 30px;
    border-radius: 100px;
    background: #fbae17;
}

body.rtl .driver-copy-slide{
    direction: rtl;
}

body.ltr .driver-copy-slide{
    direction: ltr;
}

.driver-ui-text h2{
    font-size: 52px;
    line-height: 1.35;
}

.tilte-driver-ui,
.des-driver-ui{
    transition: opacity 0.2s ease;
}

.tilte-driver-ui{
    min-height: 72px;
}

.des-driver-ui{
    min-height: 92px;
}

.driver-ui-text .navigitor-dots{
    justify-content: center;
    width: 100%;
    margin-top: 28px;
}

.driver-ui-action{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.driver-ui-action p{
    margin: 0;
}

.driver-ui-button{
    color: #fff;
    background-color: #f7931e;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px 80px;
    font-family: peyda-bold;
}

.driver-ui-button{
    color: #fff;
    background-color: #f7931e;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px 80px;
    font-family: peyda-bold;
}

.driver-ui-button:hover{
    color: #f7931e;
    background-color: transparent;
    border: 1px solid #f7931e;

}

@media (max-width: 991px){
    .driver-ui-content{
        flex-direction: column;
        gap: 24px;
        padding: 80px 0;
    }

    .driver-ui-media,
    .driver-ui-text{
        width: 100%;
    }

    .driver-ui-lottie{
        width: 360px;
        height: 400px;
        flex-basis: 360px;
    }

    .driver-ui-media-inner{
        width: 100%;
        height: 400px;
    }

    .driver-ui-lottie + .driver-ui-lottie{
        margin-inline-start: -170px;
    }

    .driver-ui-text h2{
        font-size: 36px;
    }

    .driver-copy-slide{
        min-height: 300px;
    }

    .driver-copy-slide h2{
        min-height: 100px;
    }
}

.navigitor-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    direction: rtl;
}

.dot{
    background-color: #dad5ea;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    cursor: pointer;
}

.navigitor-dots .active{
    background-color: #fbae17;
    width: 30px;
    height: 10px;
    border-radius: 100px;
}

.owl-dots {
    display: flex;
    justify-content: center;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
}

.owl-dot.active span {
    background: #000;
}

.map-iran-all{
    height: 100vh;
    background-color: #f2f2f2;
}

.toper-div{
    height: 80vh;
}

.bottom-div{
    background-color: #d8d8d8;
    height: 20vh;
}

.brands{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.Adak-brand{
    width: 50px !important;
}

.make-centeral{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .make-centeral{
        flex-direction: column;
    }

    .map-left-div{
      display: flex; justify-content: center;
    }

    .map-left-div img{
      width: 300px;
    }

    .map-right-div{
        padding-bottom: 20px;
    }

    .map-left-div{
        padding-top: 40px;
    }
}

.map-left-div{
    width: 620px;
    max-width: 100%;
    height: min(78vh, 780px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.map-lottie{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
}

.map-lottie svg{
    transform: scale(1.8) !important;
    transform-origin: center;
}

@media (min-width: 1200px){
    .map-left-div{
        width: 720px;
        height: min(80vh, 820px);
        overflow: visible;
    }

    .map-lottie svg{
        transform: scale(2.25) !important;
    }
}

@media (min-width: 1600px){
    .map-left-div{
        width: 760px;
        height: min(82vh, 860px);
    }

    .map-lottie svg{
        transform: scale(2.5) !important;
    }
}

@media (max-width: 767px){
    .map-iran-all{
        height: auto;
        min-height: 100vh;
    }

    .toper-div{
        height: auto;
        min-height: 80vh;
    }

    .map-left-div{
        width: 100%;
        height: min(50vh, 500px);
        padding-top: 20px;
    }

    .map-lottie svg{
        transform: scale(1.5) !important;
    }
}

.map-right-div{
    width: 100%;
    max-width: 500px;
}

.map-right-div p, h2{
    text-align: right;
}

.map-right-div button{
    width: 200px;
    padding: 10px 0;
    border: 1px #ffffff solid;
    border-radius: 15px; font-family: peyda-bold;
    background-color: #cccccc; color: #662d91;
}

.FAQ-full-section{
    height: 100vh;
    background-color: #e6e6e6;
    display: flex; justify-content: center; align-items: center;
}

@media (max-width: 991px) {
    .FAQ-full-section{
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .FAQ-concon{
        flex-direction: column;
    }

    .faq-img{
        display: flex; justify-content: center;
        width: 100%;
    }
}
.faq{
    background-color: #cccccc;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background-color 0.2s ease, color 0.2s ease;
}

body.rtl .faq{
    flex-direction: row-reverse;
}

.faq-item.active .faq{
    background-color: #662d91;
    color: #fff;
}

.faq h4,
.faq h2{
    font-size: 16px;
    font-family: peyda-medium;
    margin-right: 15px;
    margin-bottom: 0;
    text-align: right;
}

@media (max-width: 768px) {
    .faq h4,
    .faq h2{
        font-size: 15px;
    }
    .faq-answer p{
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .faq h4,
    .faq h2{
        font-size: 14px;
    }
    .faq-answerp{
        font-size: 13px;
    }
}

.faq img{
    width: 40px;
    transition: transform 0.25s ease;
    transform: rotate(0deg);
}

.faq-qoustions{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.faq-answer{
    background-color: #fff;
    border-radius: 15px;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 18px;
    position: relative;
    z-index: 1;
    transform: translateY(-50px);
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease, transform 0.35s ease;
}

.faq-item.active{
    margin-bottom: -50px;
}

.faq-item.active .faq-answer{
    max-height: 260px;
    opacity: 1;
    padding-top: 60px;
    transform: translateY(-50px);
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;

    direction: rtl;
    text-align: right;
}

.faq-answer p{
    margin: 0;
    color: #151515;
    direction: rtl;
    text-align: right;
    font-family: peyda-regular;
    font-size: 15px;
    line-height: 1.9;
}

.faq-section-title{
    font-size: 42px;
    line-height: 1.3;
}

.see-all-btn{
    width: 200px;
    background-color: #e6e6e6;
    border: #662d91 1px solid;
    border-radius: 15px;
    padding: 8px 0;
    color: #662d91;
}

.move-your-brand{
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    overflow: visible;
}

.top-logo-move{
    width: 100%;
    max-width: 100px;
    z-index: 2;
}

.moving-poster{
    width: 100%;
    transform: translateY(-50px);
    position: relative;
    z-index: 1;
}

.div-poster-moving{
    position: relative;
    z-index: 1;
}

.div-poster-moving p{
    position: absolute;
    top: 30%;
    font-family: peyda-extra;
    color: #ffffff;
    font-size: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    z-index: 2;
}

.div-poster-moving button{
    position: absolute;
    top: 50%;
    font-family: peyda-extra;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    z-index: 2;
}

.moving-brand{
    position: relative;
    z-index: 3;
    margin-top: -155px;
}

.move-your-brand .navigitor-dots.tranform100{
    position: relative;
    z-index: 5;
    transform: translateY(40px);
}

.moving-brand .owl-stage{
    display: flex;
    align-items: center;
}

.moving-brand .owl-item{
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-truck-link{
    display: block;
    width: 100%;
}

.moving-brand .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
}

.moving-brand button.owl-dot,
.moving-brand button.owl-dot.active,
.moving-brand button.owl-dot:hover,
.moving-brand button.owl-dot:focus{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
}

.moving-brand button.owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    background: #dad5ea;
    transition: width .25s ease, background-color .25s ease;
}

.moving-brand button.owl-dot.active span{
    width: 30px;
    border-radius: 100px;
    background: #fbae17;
}

.truck-moving{
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}

.tudid-blog{
    height: 100vh;
    background-color: #e6e6e6;
    display: flex; justify-content: center;
    flex-direction: column;
}

.tudid-blog-card{
    width: 100%;
    max-width: 342px;
    cursor: pointer;
    margin: 0 auto;
}

.blog-heading{
    padding-bottom: 24px;
}

.tudid-blog-image{
    position: relative;
    width: 100%;
    height: 453px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
    transition: box-shadow 0.35s ease;
}

.tudid-blog-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.45s ease;
}

.tudid-blog-highlite{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 100px;
    padding: 8px 0;
    background-color: #662d91;
    text-align: center;
    font-size: 16px;
    font-family: peyda-regular;
    border-radius: 10px;
    color: #ffffff;
    margin: 0;
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.tudid-blog-title{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 300px;
    text-align: right;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    color: #ffffff;
    padding: 220px 24px 24px;
    margin: 0;
    transition: height 0.35s ease, padding 0.35s ease, background 0.35s ease;
}

.tudid-blog-card:hover .tudid-blog-image{
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.28);
}

.tudid-blog-card:hover .tudid-blog-image img{
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.04);
}

.tudid-blog-card:hover .tudid-blog-highlite{
    transform: translate(-4px, 4px);
}

.tudid-blog-card:hover .tudid-blog-title{
    height: 340px;
    padding-top: 245px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
}

.action-btn-blog{
    display: flex; justify-content: center; align-items: center ; gap: 30px;
    direction: ltr;
    margin-top: 18px;
}

.action-btn-blog img{
    width: 50px; height: 50px;
}

@media (max-width: 1367px){
    .tudid-blog{
        min-height: 100vh;
        height: auto;
        padding: 80px 0;
    }

    .Blogs{
        padding: 0 !important;
    }

    .Blogs .owl-stage{
        display: flex;
        align-items: center;
    }

    .Blogs .owl-item{
        display: flex;
        justify-content: center;
    }

    .tudid-blog-card{
        max-width: 300px;
    }

    .tudid-blog-image{
        height: 400px;
    }

    .tudid-blog-title{
        height: 250px;
        padding: 180px 20px 20px;
    }

    .tudid-blog-card:hover .tudid-blog-title{
        height: 285px;
        padding-top: 205px;
    }
}

@media (max-width: 991px){
    .tudid-blog{
        height: auto;
        min-height: auto;
    }

    .Blogs{
        padding: 0 !important;
    }

    .Blogs .owl-stage{
        display: flex;
        align-items: center;
    }

    .Blogs .owl-item{
        display: flex;
        justify-content: center;
    }

    .tudid-blog-card{
        max-width: min(320px, 100%);
    }

    .tudid-blog-image{
        height: 420px;
    }

    .action-btn-blog{
        gap: 20px;
    }

    .action-btn-blog img{
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 768px){
    .tudid-blog{
        padding: 56px 0;
    }

    .blog-heading{
        gap: 18px !important;
        padding-bottom: 18px !important;
    }

    .tudid-blog-card{
        max-width: min(330px, 88vw);
    }

    .tudid-blog-image{
        height: 390px;
    }

    .tudid-blog-highlite{
        width: 88px;
        font-size: 13px;
        padding: 6px 0;
        top: 12px;
        right: 12px;
    }

    .tudid-blog-title{
        height: 230px;
        padding: 165px 18px 18px;
        font-size: 14px;
    }

    .tudid-blog-card:hover .tudid-blog-title{
        height: 260px;
        padding-top: 185px;
    }
}

@media (max-width: 480px){
    .tudid-blog{
        padding: 44px 0;
    }

    .blog-heading{
        flex-direction: column-reverse;
        gap: 14px !important;
        padding-bottom: 14px !important;
    }

    .tudid-blog-card{
        max-width: min(300px, 86vw);
    }

    .tudid-blog-image{
        height: 350px;
    }

    .tudid-blog-title{
        height: 210px;
        padding: 150px 16px 16px;
        font-size: 13px;
    }

    .tudid-blog-card:hover .tudid-blog-title{
        height: 235px;
        padding-top: 168px;
    }

    .action-btn-blog img{
        width: 38px;
        height: 38px;
    }
}

footer{
    background-color: #662d91;
    width: 100%;
    direction: rtl;
}

.footer-top-list{
    padding: 40px 0;
    display: flex; justify-content: space-around; align-items: start;

    border-bottom: 1px solid #fff;
}

.footer-top-list ul{
    display: flex; flex-direction: column;
    width: 100%; max-width: 240px;
}

.footer-top-list ul li{
    text-align: right;
    color: #cccccc;
    font-size: 14px;

    display: flex; justify-content: start; align-items: start;
    gap: 10px;
}

.mobile-footer{
    transform: translateY(-7px);
}

.footer-top-list ul img{
    width: 20px;
    max-height: 21px;
}

.footer-top-list a{
    text-align: right;
    font-size: 14px;
    padding: 5px 0;
}

.footer-top-list a:hover{
    color: #f7931e;
    border-color: transparent;
}

.footer-logo{
    width: 100%;
    max-width: 250px;
}

.footer-social-media{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.footer-social-media a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    line-height: 1;
}

.footer-social-media img{
    display: block;
    width: 17px;
}

.footer-bottom-list{
    display: flex; justify-content: space-between;
    padding: 15px 10px;
}

.etc{
    display: flex; justify-content: center;
    align-items: center;
    gap: 22px;
    line-height: 1.6;
}

.etc p{
    margin: 0;
    color: #151515;
    font-size: 14px;
    line-height: inherit;
}

.etc li{
    color: #cccccc;
    font-size: 14px; list-style: none;
}

.etc a{
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: inherit;
    color: #fff;
    font-family: peyda-regular !important;
}

.etc a:hover{
    color: #f7931e;
    border-color: transparent;
}

.hahaha{
    margin: 0 15px;
}

@media (max-width: 1200px){
    .footer-top-list{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 28px 36px;
        padding: 36px 16px;
    }

    .footer-top-list ul{
        max-width: calc(33.333% - 24px);
        flex: 1 1 calc(33.333% - 24px);
    }

    .footer-logo{
        max-width: 210px;
    }
}

@media (max-width: 991px){
    .footer-top-list{
        gap: 26px;
    }

    .footer-top-list ul:nth-child(-n+3){
        max-width: calc(33.333% - 18px);
        flex: 1 1 calc(33.333% - 18px);
    }

    .footer-top-list ul:nth-child(4){
        max-width: 100%;
        flex: 1 1 100%;
    }

    .footer-bottom-list{
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 18px 12px 90px;
    }

    .etc{
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .footer-social-media{
        justify-content: center;
        gap: 28px;
    }
}

@media (max-width: 768px){
    .footer-top-list{
        padding: 32px 18px;
        gap: 20px 12px;
    }

    .footer-top-list ul:nth-child(-n+3){
        max-width: calc(33.333% - 8px);
        flex: 1 1 calc(33.333% - 8px);
    }

    .footer-top-list ul:nth-child(4){
        max-width: 100%;
        flex: 1 1 100%;
    }

    .footer-top-list ul li,
    .footer-top-list a{
        font-size: 13px;
    }

    .footer-logo{
        max-width: 180px;
        margin: 0 auto;
    }

    .footer-social-media img{
        width: 16px;
    }
}

@media (max-width: 480px){
    .footer-top-list{
        padding: 28px 14px;
    }

    .footer-top-list ul li{
        gap: 8px;
    }

    .footer-top-list ul:nth-child(-n+3){
        max-width: calc(33.333% - 8px);
        flex: 1 1 calc(33.333% - 8px);
    }

    .footer-top-list ul:nth-child(-n+3) li,
    .footer-top-list ul:nth-child(-n+3) a{
        font-size: 11px;
        line-height: 1.5;
    }

    .footer-top-list ul img{
        width: 18px;
    }

    .footer-bottom-list{
        padding-bottom: 82px;
    }

    .etc li,
    .etc a{
        font-size: 12px;
        line-height: 1.7;
    }

    .footer-social-media{
        gap: 22px;
    }
}

body.ltr .footer-top-list{
    direction: ltr;
}

body.ltr .footer-social-media{
    justify-content: flex-start;
}

@media (max-width: 991px){
    body.ltr .footer-social-media{
        justify-content: center;
    }
}

.brands.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}

.brands.owl-carousel .owl-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
}

.brands.owl-carousel .brands-logo{
    width: 100px !important;
    display: block;
}

.brands.owl-carousel .adak{
    width: 50px !important;
}

@media (max-width: 1367px){
    nav{
        padding: 12px;
    }

    .nav-bottom{
        padding: 8px 24px;
    }

    .nav-bottom2{
        padding: 5px 22px;
    }

    body{
        font-size: 17px;
    }

    .h1, h1{
        font-size: 82px;
    }

    .h2, h2{
        font-size: 38px;
    }

    .h3, h3{
        font-size: 24px;
    }

    .h4, h4{
        font-size: 21px;
    }

    .driver-ui-text h2{
        font-size: 46px;
    }

    .div-poster-moving p{
        font-size: 42px;
    }
}

@media (max-width: 991px){
    nav{
        padding: 12px 16px;
    }

    .mobile-menu-panel-inner{
        padding-top: 84px;
        padding-bottom: 32px;
    }

    .mobile-menu-actions .nav-bottom,
    .mobile-menu-actions .nav-bottom2{
        padding: 10px 18px;
    }

    body{
        font-size: 16px;
    }

    .h1, h1{
        font-size: 58px;
    }

    .h2, h2{
        font-size: 32px;
    }

    .h3, h3{
        font-size: 22px;
    }

    .h4, h4{
        font-size: 19px;
    }

    .p16,
    ul a,
    button{
        font-size: 15px;
    }

    .driver-ui-text h2{
        font-size: 34px;
    }

    .div-poster-moving p{
        font-size: 32px;
    }
}

@media (max-width: 768px){
    nav{
        padding: 10px 12px;
    }

    .mobile-menu-panel-inner{
        padding-top: 76px;
        padding-bottom: 28px;
    }

    body{
        font-size: 15px;
    }

    .h1, h1{
        font-size: 44px;
    }

    .h2, h2{
        font-size: 28px;
    }

    .h3, h3{
        font-size: 20px;
    }

    .h4, h4{
        font-size: 18px;
    }

    .p16,
    ul a,
    button{
        font-size: 14px;
    }

    .driver-ui-text h2{
        font-size: 30px;
    }

    .div-poster-moving p{
        font-size: 24px;
    }
}

@media (max-width: 480px){
    nav{
        padding: 8px 10px;
    }

    .mobile-menu-panel-inner{
        padding-top: 68px;
        padding-bottom: 24px;
    }

    .mobile-menu-actions .nav-bottom,
    .mobile-menu-actions .nav-bottom2{
        padding: 9px 14px;
    }

    .h1, h1{
        font-size: 36px;
    }

    .h2, h2{
        font-size: 24px;
    }

    .h3, h3{
        font-size: 18px;
    }

    .driver-ui-text h2{
        font-size: 26px;
    }

    .div-poster-moving p{
        font-size: 20px;
    }
}

/* Navigation responsive sizing */
.site-nav .main-nav-bar{
    gap: 16px;
}

.site-nav .left-container,
.site-nav .main-nav-menu{
    flex-wrap: nowrap;
}

.site-nav a,
.site-nav button{
    white-space: nowrap;
}

@media (max-width: 1367px) and (min-width: 1200px){
    .site-nav{
        padding: 12px 10px;
    }

    .site-nav .main-nav-bar{
        gap: 12px;
    }

    .site-nav .left-container{
        gap: 10px;
    }

    .site-nav .left-container img{
        width: 118px;
    }

    .site-nav .main-nav-menu{
        gap: 14px !important;
    }

    .site-nav .main-nav-menu > a,
    .site-nav .main-nav-menu > .nav-dropdown > .nav-dropdown-toggle{
        font-size: 14px;
        padding: 8px 12px;
    }

    .site-nav .main-nav-menu .nav-dropdown-menu a{
        padding: 10px 14px;
    }

    .site-nav .nav-bottom{
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 12px;
    }

    .site-nav .nav-bottom2{
        font-size: 14px;
        padding: 5px 16px;
        border-radius: 9px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    .site-nav{
        padding: 10px 6px;
    }

    .site-nav .main-nav-bar{
        gap: 8px;
        max-width: 100%;
    }

    .site-nav .left-container{
        gap: 6px;
        flex-shrink: 1;
    }

    .site-nav .left-container img{
        width: 92px;
    }

    .site-nav .main-nav-menu{
        gap: 6px !important;
        flex-shrink: 1;
    }

    .site-nav .main-nav-menu > a,
    .site-nav .main-nav-menu > .nav-dropdown > .nav-dropdown-toggle{
        font-size: 12px;
        padding: 7px 8px;
        border-radius: 10px;
    }

    .site-nav .nav-bottom{
        font-size: 12px;
        padding: 6px 8px;
        border-radius: 10px;
    }

    .site-nav .nav-bottom2{
        font-size: 12px;
        padding: 4px 9px;
        border-radius: 8px;
    }

    .site-nav .nav-dropdown-menu a{
        font-size: 12px;
        padding: 9px 12px;
    }
}

@media (max-width: 991px){
    .site-nav{
        padding: 10px 14px;
    }

    .mobile-menu-panel-inner > a,
    .mobile-menu-panel .nav-dropdown-toggle{
        font-size: 18px;
        padding: 12px 14px;
    }

    .mobile-menu-actions a,
    .mobile-menu-actions button{
        font-size: 15px;
        padding: 10px 16px;
    }
}

@media (max-width: 480px){
    .site-nav{
        padding: 8px 10px;
    }

    .mobile-menu-panel-inner > a,
    .mobile-menu-panel .nav-dropdown-toggle{
        font-size: 16px;
        padding: 10px 12px;
    }

    .mobile-menu-actions a,
    .mobile-menu-actions button{
        font-size: 14px;
        padding: 9px 12px;
    }
}

.bottom-scroll-nav{
    position: fixed;
    right: 24px;
    bottom: 18px;
    left: 24px;
    z-index: 2147483645;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 15px;
    background-color: #000;
    direction: rtl;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.88);
    transform-origin: center bottom;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    display: none;
}

.bottom-scroll-nav a{
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 8px 4px;
    text-align: center;
    font-family: peyda-regular;
    font-size: 12px;
    line-height: 1.3;
    transition: background-color 0.2s ease;
}

.bottom-scroll-nav a:hover{
    color: #fff;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.14);
}

.bottom-scroll-nav svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    color: #fff;
    flex: 0 0 auto;
}

.bottom-scroll-nav span{
    display: block;
    max-width: 100%;
}

@media (max-width: 991px){
    .bottom-scroll-nav{
        display: flex;
    }

    .bottom-scroll-nav.is-visible{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        pointer-events: auto;
    }
}

@media (max-width: 768px){
    .bottom-scroll-nav{
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 7px 6px;
    }

    .bottom-scroll-nav a{
        padding: 7px 2px;
    }

    .bottom-scroll-nav svg{
        width: 22px;
        height: 22px;
    }
}

body.ltr{
    direction: ltr;
}

body.ltr .text-right,
body.ltr .map-right-div p,
body.ltr .map-right-div h2,
body.ltr .faq-answer p,
body.ltr .footer-top-list a,
body.ltr .footer-top-list ul li,
body.ltr .tudid-blog-title{
    text-align: left !important;
}

body.ltr footer,
body.ltr .faq-answer,
body.ltr .mobile-menu-panel,
body.ltr .bottom-scroll-nav{
    direction: ltr;
}

body.ltr .nav-dropdown-menu{
    right: auto;
    left: 0;
    text-align: left;
}

body.ltr .site-nav{
    direction: rtl;
}

body.ltr .non{
    direction: rtl;
}

body.ltr .driver-ui-section{
    direction: rtl;
}

body.ltr .language-dropdown-menu{
    right: auto;
    left: 50%;
    transform: translate(-50%, -10px) scaleY(0);
}

body.ltr .language-dropdown:hover .language-dropdown-menu{
    transform: translate(-50%, 0) scaleY(1);
}

body.ltr .tudid-blog-highlite{
    right: auto;
    left: 15px;
}

body.ltr .faq-qoustions,
body.ltr .faq,
body.ltr .faq-answer{
    direction: ltr;
}

body.ltr .faq{
    flex-direction: row-reverse;
}

body.ltr .faq h4,
body.ltr .faq h2{
    margin-right: 0;
    margin-left: 15px;
    text-align: left;
}

@media (min-width: 992px){
    body.ltr .FAQ-concon{
        flex-direction: row-reverse;
    }
}

@media (max-width: 991px){
body.ltr .FAQ-concon{
    flex-direction: column;
}
}

body.ltr .mobile-menu-panel .nav-dropdown-toggle{
    padding-left: 44px;
    padding-right: 18px;
}

body.ltr .mobile-menu-panel .nav-dropdown-toggle::after{
    right: auto;
    left: 18px;
}

.contact-body{
    background-color: #f2f2f2;
}

.contact-body .site-nav{
    position: fixed;
    z-index: 2147483647;
}

.contact-page{
    padding-top: 0;
}

.contact-hero{
    padding: 150px 0 120px;
    overflow: hidden;
}

.contact-hero-inner{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 40px;
}

.contact-kicker{
    margin-bottom: 14px;
}

.contact-hero h1{
    font-size: 76px;
    line-height: 1.15;
}

.contact-lead{
    width: 100%;
    max-width: 650px;
    font-size: 18px;
    line-height: 2;
    margin-top: 22px;
}

.contact-hero-card{
    background-color: #fff;
    border-radius: 15px;
    padding: 28px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.contact-hero-card p,
.contact-hero-card h2{
    margin: 0;
}

.contact-hero-card h2{
    font-size: 28px;
    margin: 12px 0;
}

.contact-hero-card span{
    color: #555;
    font-family: peyda-regular;
}

.contact-content{
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    margin-top: -72px;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}

.contact-info{
    display: grid;
    gap: 16px;
}

.contact-info-card,
.contact-form{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.contact-info-card{
    padding: 22px;
    border: 1px solid rgba(102, 45, 145, 0.08);
}

.contact-info-card span{
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #f7931e;
    color: #fff;
    font-size: 13px;
    margin-bottom: 14px;
}

.contact-info-card h3{
    font-size: 22px;
    margin-bottom: 10px;
    color: #662d91;
}

.contact-info-card p{
    margin: 0 0 6px;
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

.contact-form{
    padding: 30px;
}

.contact-form-head{
    margin-bottom: 22px;
}

.contact-form-head p,
.contact-form-head h2{
    margin: 0;
}

.contact-form-head h2{
    font-size: 34px;
    color: #662d91;
    margin-top: 8px;
}

.contact-form-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    width: 100%;
    border: 1px solid #ded8e7;
    border-radius: 15px;
    padding: 13px 16px;
    margin-bottom: 14px;
    background-color: #fbfbfb;
    color: #222;
    font-family: peyda-regular;
    outline: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea{
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
    border-color: #662d91;
    box-shadow: 0 0 0 4px rgba(102, 45, 145, 0.12);
}

.contact-submit{
    width: 100%;
    border: 0;
    border-radius: 15px;
    padding: 13px 18px;
    color: #fff;
    font-family: peyda-bold;
}

body.ltr .contact-page,
body.ltr .contact-form input,
body.ltr .contact-form select,
body.ltr .contact-form textarea{
    direction: ltr;
    text-align: left;
}

body.rtl .contact-page,
body.rtl .contact-form input,
body.rtl .contact-form select,
body.rtl .contact-form textarea{
    direction: rtl;
    text-align: right;
}

body.rtl .contact-hero,
body.rtl .contact-content,
body.rtl .contact-info-card,
body.rtl .contact-form{
    direction: rtl;
    text-align: right;
}

body.ltr .contact-hero,
body.ltr .contact-content,
body.ltr .contact-info-card,
body.ltr .contact-form{
    direction: ltr;
    text-align: left;
}

body.rtl .contact-info-card span{
    margin-left: 0;
}

body.ltr .contact-info-card span{
    margin-right: 0;
}

body.rtl .contact-form select{
    background-position: left 16px center;
}

.about-body{
    background-color: #f2f2f2;
}

.about-body .site-nav{
    position: fixed;
    z-index: 2147483647;
}

.about-page{
    padding-top: 0;
}

.about-hero{
    padding: 150px 0 115px;
}

.about-hero-inner{
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: end;
}

.about-kicker{
    margin-bottom: 16px;
}

.about-hero h1{
    font-size: 68px;
    line-height: 1.16;
}

.about-lead{
    font-size: 18px;
    line-height: 2;
    max-width: 560px;
}

.about-story{
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
    margin-top: -62px;
    margin-bottom: 88px;
    position: relative;
    z-index: 2;
}

.about-story-text,
.about-stat-grid div,
.about-values-grid div{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.about-story-text{
    padding: 32px;
}

.about-story-text h2{
    font-size: 34px;
    line-height: 1.45;
}

.about-story-text p{
    color: #333;
    line-height: 1.9;
}

.about-stat-grid{
    display: grid;
    gap: 16px;
}

.about-stat-grid div{
    padding: 24px;
    border-right: 5px solid #f7931e;
}

.about-stat-grid strong{
    display: block;
    color: #662d91;
    font-size: 44px;
    font-family: peyda-extra;
    line-height: 1;
    margin-bottom: 8px;
}

.about-stat-grid span{
    color: #333;
    font-family: peyda-regular;
}

.about-values{
    padding: 82px 0;
}

.about-values h2{
    text-align: center;
    margin-bottom: 34px;
}

.about-values-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.about-values-grid div{
    padding: 26px;
}

.about-values-grid span{
    color: #f7931e;
    font-family: peyda-extra;
}

.about-values-grid h3{
    color: #662d91;
    font-family: peyda-bold;
    font-size: 24px;
    margin: 12px 0;
}

.about-values-grid p{
    color: #333;
    line-height: 1.8;
}

body.ltr .about-page{
    direction: ltr;
    text-align: left;
}

body.ltr .about-story,
body.ltr .about-story-text,
body.ltr .about-story-text h2,
body.ltr .about-story-text p{
    direction: ltr;
    text-align: left !important;
}

body.rtl .about-page{
    direction: rtl;
    text-align: right;
}

body.ltr .about-stat-grid div{
    border-right: 0;
    border-left: 5px solid #f7931e;
}

@media (max-width: 991px){
    .about-hero{
        padding: 120px 0 95px;
    }

    .about-hero-inner,
    .about-story{
        grid-template-columns: 1fr;
    }

    .about-hero h1{
        font-size: 48px;
    }

    .about-values-grid{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px){
    .about-story{
        margin-bottom: 58px;
    }

    .about-story-text{
        padding: 24px;
    }

    .about-story-text h2{
        font-size: 28px;
    }
}

@media (max-width: 480px){
    .about-hero{
        padding: 96px 0 78px;
    }

    .about-hero h1{
        font-size: 36px;
    }

    .about-lead{
        font-size: 15px;
    }

    .about-stat-grid strong{
        font-size: 34px;
    }
}

@media (max-width: 991px){
    .contact-page{
        padding-top: 0;
    }

    .contact-hero{
        padding: 120px 0 100px;
    }

    .contact-hero-inner,
    .contact-content{
        grid-template-columns: 1fr;
    }

    .contact-hero h1{
        font-size: 52px;
    }

    .contact-hero-card{
        max-width: 420px;
    }
}

@media (max-width: 768px){
    .contact-content{
        margin-bottom: 60px;
    }

    .contact-form-grid{
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-form{
        padding: 22px;
    }
}

@media (max-width: 480px){
    .contact-hero{
        padding: 96px 0 82px;
    }

    .contact-hero h1{
        font-size: 38px;
    }

    .contact-lead{
        font-size: 15px;
    }

    .contact-form-head h2{
        font-size: 26px;
    }
}


@media (max-width: 991px){
    .move-your-brand{
        padding-top: 70px;
        padding-bottom: 70px;
        overflow: hidden;
    }

    .top-logo-move{
        max-width: 78px;
    }

    .moving-poster{
        min-height: 260px;
        object-fit: cover;
        border-radius: 14px;
        transform: translateY(-28px);
    }

    .div-poster-moving p{
        width: 90%;
        top: 34%;
        font-size: 30px;
        line-height: 1.35;
    }

    .div-poster-moving button{
        top: 58%;
        min-width: 170px;
    }

    .moving-brand{
        margin-top: -85px;
    }

    .truck-moving{
        max-width: 520px;
    }

    .move-your-brand .navigitor-dots.tranform100{
        transform: translateY(20px);
    }
}

@media (max-width: 768px){
    .move-your-brand{
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .moving-poster{
        min-height: 220px;
        transform: translateY(-20px);
    }

    .div-poster-moving p{
        font-size: 24px;
    }

    .div-poster-moving button{
        top: 60%;
        min-width: 150px;
        padding: 8px 18px;
    }

    .moving-brand{
        margin-top: -60px;
    }

    .truck-moving{
        max-width: 430px;
    }

    .move-your-brand .navigitor-dots.tranform100{
        transform: translateY(14px);
    }
}

@media (max-width: 480px){
    .move-your-brand{
        padding-top: 42px;
        padding-bottom: 54px;
    }

    .top-logo-move{
        max-width: 62px;
    }

    .moving-poster{
        min-height: 185px;
        transform: translateY(-12px);
    }

    .div-poster-moving p{
        top: 35%;
        font-size: 20px;
        line-height: 1.45;
    }

    .div-poster-moving button{
        top: 63%;
        min-width: 130px;
        padding: 7px 14px;
    }

    .moving-brand{
        margin-top: -42px;
    }

    .truck-moving{
        max-width: 340px;
    }

    .move-your-brand .navigitor-dots.tranform100{
        transform: translateY(8px);
    }
}























