:root {
    --primary-color: #ffffff;
    --secondary-color: #f8f9fa;
    --text-color: #333333;
    --border-color: #e5e5e5;
    --hover-color: #faa838;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('/fonts/MyriadPro/MyriadPro-Regular.woff2') format('woff2'),
       url('/fonts/MyriadPro/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Myriad Pro Bold";
    src: url("'/fonts/MyriadPro/5361d2e98a1caca7fda1f9faf5841f26.eot");
    src: url("'/fonts/MyriadPro/5361d2e98a1caca7fda1f9faf5841f26.eot?#iefix")format("embedded-opentype"),
    url("'/fonts/MyriadPro/5361d2e98a1caca7fda1f9faf5841f26.woff2")format("woff2"),
    url("'/fonts/MyriadPro/5361d2e98a1caca7fda1f9faf5841f26.woff")format("woff"),
    url("'/fonts/MyriadPro/5361d2e98a1caca7fda1f9faf5841f26.ttf")format("truetype"),
    url("'/fonts/MyriadPro/5361d2e98a1caca7fda1f9faf5841f26.svg#Myriad Pro Bold")format("svg");
        font-weight: bold;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: 'Work Sans';
    src: url('/fonts/WorkSans/WorkSans-Black.woff2') format('woff2'),
        url('/fonts/WorkSans/WorkSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body
{
	    font-stretch: normal!important;
    	margin:0;
    	padding:0;
    	overflow-x: hidden;
		background-color: #f5f5f5;
}

footer
{
        direction: ltr;
}

body.lang-en , body.lang-en .sliderb,body.lang-en .sliderb sr7-mask>.sr7-layer
{
  font-family: 'Work Sans', sans-serif !important; 
}

body.lang-ru , body.page-template-label-rol-ru, .page-template-about-ru , body.lang-ru .sliderb,body.lang-ru .sliderb sr7-mask>.sr7-layer{
   font-family: 'Myriad Pro', sans-serif !important;
}

body.lang-ru .ti1,body.lang-ru .ti2,body.lang-ru .ti3,body.lang-ru .type-box strong{
font-family: 'Myriad Pro bold', sans-serif !important;
}

.sliderb sr7-mask>.sr7-layer
{
direction: ltr;
}

.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.h1, h1 {
    font-size: 21px;
    font-weight: bold;    color: #ff4016;
}

.h2, h2 {
    font-size: 18px;
    font-weight: bold;
}

.h3, h3 {
    font-size: 17px;
    font-weight: bold;    color: #375837;
}

.h4, h4 {
    font-size: 16px;
    font-weight: bold;
}

.h5, h5 {
    font-size: 15px;
    font-weight: bold;
}

.h6, h6 {
    font-size: 14px;
    font-weight: bold;
}

body a {
    color: #faa838;
    text-decoration:none;
}

a:hover {
    color: #faa838;
}

main{
    min-height: 300px;
}

main.main_box.home_page
 {
    padding: 0;
}

.language-btn {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

span.flag img {
    border: 1px solid #888888;
    border-radius:15%;
}

.language-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--hover-color);
}

/* انتخابگر زبان فیکس */
.fixed-language-switcher  ,.fixed-robot{
    position: fixed; z-index: 9999;
}

.fixed-language-switcher 
{
   left: 25px;    bottom:-5px;
    transform: translateY(-50%);
}

.fixed-robot {    left: auto;   right: 25px; bottom: -6px;
    }

.fixed-robot .pulse-ring {
    bottom: 22px;
}

.robot-fix {
    position: relative;
    right: -26px;
    width: 150px;
}

.robot-socials {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.robot-social {
        display: flex;
        align-items: center;
        justify-content: center;height:60px;
    }

.robot-options {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    pointer-events: none;

}

/* وقتی موس روی ربات یا گزینه‌هاست */
  .fixed-robot:hover .robot-options {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }

.robot-social lottie-player {
    cursor: pointer;
  }

div#animation-container {
    height: 50px;
}

.language-toggle {
  width: 60px; /* اندازه دلخواه */
  height: 60px;
  border-radius: 50%; /* گرد شدن */
}

.language-toggle:hover {
    transform: scale(1.05);
}

.lang-ring {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(233, 236, 234, 0.4);
    border-radius: 50%;
    animation: pulse-animation 1.8s infinite;
    z-index: -1;
}

.language-options{
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 12px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0; max-width: 140px;
       z-index: 99999;
}

a.language-option:last-child {
    padding-bottom: 0;
}
.robot-options
{
       left: auto; right:0; position: absolute;bottom:85%;
         opacity: 0;
    visibility: hidden;
}
.fixed-language-switcher:hover .language-options,.fixed-robot:hover .robot-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    padding: 7px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 8px;
   line-height: 9px;
}

.language-option:hover {
    background-color: #f8f9fa;
    color: #007bff;
    transform: translateX(3px);
}

.language-option.active {
       background-color: #efbc75;
    color: #000;
    font-weight: 600;
}

.language-option .flag {
    font-size: 16px;
}

.language-option .flag img {
    margin-left: 10px;
}

.titr
{
    font-size: 30px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

/* === MENU STYLE === */
.header-logo {
    align-items: center;
    padding: 0;
    z-index: 99999;
    position: absolute;
    left: 25px;
}

.custom-menu-wrapper {
    position: absolute;
    z-index: 999999;
}

.menu-toggle {
    position: fixed;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: all 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    color: #000;
    font-size: 18px;
    top: 25px;
    right: 25px;
    border: none;
    font-weight: bold;
}

.menu-toggle:hover {
    transform: scale(1.2);
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 1px;
    transition: all 0.6s ease; /* تغییر از 0.3s به 0.6s */
    transform-origin: center;
}

/* انیمیشن تبدیل به X */
.menu-toggle.active {
    background: #333;
    border-color: #333;
}

.menu-toggle.active span {
    background: #fff;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

/* انیمیشن اضافی برای هاور در حالت باز */
.menu-toggle.active:hover {
    transform: scale(1.1) rotate(90deg);
    background: #555;
}

/* منو سمت راست صفحه */
.custom-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%; /* مخفی */
    width: 360px;
    height: 96vh; /* تمام ارتفاع */
    background: #212121 !important; /* دارک طوسی جدید */
    color: #fff !important;
    overflow-y: auto;
    opacity: 0;
    transition: left 0.8s ease, opacity 0.8s ease;
    box-shadow: -6px 0 32px rgba(0,0,0,0.18);
    border-radius: 18px 18px 0 0;
    padding: 28px 8px 28px 18px;
    z-index: 99999;
}

/* وقتی فعال شد */
.custom-menu.active {
    right: 0;
    opacity: 1;
    box-shadow: -3px 0 15px rgba(0,0,0,0.2);
}

/* استایل لیست منو */
.custom-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 140px;
}

.custom-menu li {
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 1px solid #292929;
    border-radius: 8px;
    margin-bottom: 6px;
    transition: background 0.3s;
    background: #212121 !important; /* رنگ پیش‌فرض آیتم */
    color: #fff !important;
    text-transform: capitalize;
}
body.lang-ru .custom-menu li{
    font-size: 15px;   
}
.custom-menu li:last-child
{
    border-bottom: 0;
}

/* وقتی آیتم کشو (زیرمنو) باز می‌شود */
.custom-menu li.menu-item-has-children:hover,
.custom-menu li.menu-item-has-children:focus-within {
    background: #565656 !important;
}

.custom-menu li:hover {
    background: #565656 !important;
}

.custom-menu a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    font-weight: 500;
    color: #222;
    transition: color 0.3s;
}

.sub-menu li:hover a{
    color: #faa838 !important;    text-shadow: 1px 1px 1px #211819;
}

/* زیرمنو مخفی باشه */
.custom-menu ul.sub-menu {
    display: none;
    background: #565656 !important;
    color: #fff !important;
    border-radius: 10px;
    margin-top: 6px;
    padding: 8px 0 8px 0;
    list-style: none;
}

.custom-menu li.open > ul.sub-menu {
    display: block !important; list-style: none;
}

/* حذف opacity و transform از li زیرمنو */
.custom-menu ul.sub-menu li {
    background: #565656 !important;
    color: #fff !important;
    /* حذف opacity و transform */
}

/* حذف دایره کنار آیتم‌های زیرمنو */
.custom-menu ul.sub-menu li::before {
    display: none !important;
    content: none !important;
}

/* حذف بردر پایین از آخرین آیتم زیرمنو */
.custom-menu ul.sub-menu li:last-child {
    border-bottom: none !important;
}

/* تاخیر برای هر آیتم زیرمنو */
.custom-menu ul.sub-menu li:nth-child(1) { transition-delay: 0.1s; }

.custom-menu ul.sub-menu li:nth-child(2) { transition-delay: 0.2s; }

.custom-menu ul.sub-menu li:nth-child(3) { transition-delay: 0.3s; }

.custom-menu ul.sub-menu li:nth-child(4) { transition-delay: 0.4s; }

.custom-menu ul.sub-menu li:nth-child(5) { transition-delay: 0.5s; }

/* فلش کنار آیتم‌هایی که زیرمنو دارن */
.custom-menu li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width:5px;
    height: 5px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.6s ease;
    opacity: 0.7;
}

/* وقتی باز شد */
.custom-menu li.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(45deg);
    border-color: #faa838;
    opacity: 1;
    border-width: 0 3px 3px 0;
}

/* استایل بهتر برای آیتم‌های منو که زیرمنو دارند */
.custom-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-menu li.menu-item-has-children:hover > a,.custom-menu li.menu-item-has-children.open > a {
    color: #faa838 !important;
    padding-left: 5px;
}

.custom-menu li.current-menu-item > a,
.custom-menu li.current-menu-ancestor > a {
    color: #faa838 !important;
}

.custom-menu {
    scrollbar-width: thin;
    scrollbar-color: #666 #222; /* رنگ اسکرول: شیار #222، دکمه #666 */
    direction: ltr; /* اسکرول سمت راست */
}

.custom-menu > ul {
    direction:ltr; /* متن منو راست‌چین بماند */
}

/* اسکرول رنگی برای کروم و سایر مرورگرها */
.custom-menu::-webkit-scrollbar {
    width: 8px;
    background: #222;
}

.custom-menu::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 8px;
}

.custom-menu::-webkit-scrollbar-thumb:hover {
    background: #faa838;
}

/* رفع مشکل نمایش ناقص گزینه آخر منو */
.custom-menu {
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.custom-menu::-webkit-scrollbar {
    width: 8px;
}

.menu-close {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 44px;
    height: 44px;
    background: #2c2c2c;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    box-shadow: none;
}

.menu-close:before, .menu-close:after {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 22px;
    height: 2.5px;
    background: #fff;
    border-radius: 2px;
    transform-origin: center;
}

.menu-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/********customers********/
.clients-marquee {
    display: flex;
    align-items: center;
}

.section-brands {
    overflow: hidden;
    z-index: -2;
    position: relative;
    background: #666;    height: 50vh;
}

.swiper-brand-wrap, .wrap-title-brand {
    position: relative;
}

.title-brand-holder {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 0px 30px 50px;
    position: relative;
    z-index: 1;
}

.title-brand h2 {
    font-size: 28px;
}

.wrap-title-brand:after {
    content: "";
background: #f89c26;
    height: 100%;
    width: 500%;
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 0 32px 0 0;
    right: -150px;
}

.swiper-brand-wrap:after {
    content: "";
    height: 100%;
    width: 500%;
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 0 0 0 32px;
    left: 0;
}

.section-brands .swiper-brand-wrap:after
 {
    background:#eee;
}

.swiper-brand-wrap {
    overflow: hidden;
}

.brand-seection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50vh;
}

.brand-sec-title {
    width: 16%;
}

.brand-sec-logo {
    width: 84%;
}

/****************footer****************/
footer {
    background-color: #000;
    font-size: 16px;
    text-align: justify;
    z-index: 1000;
    position: relative;
    height: 100vh; 
}

footer .round{
   background-color: #76767663;
    color: #fff;
    line-height: 30px;    border-radius: 20px 0px 0 20px;
    margin-top:40px;
}

.footer-text
{    display: flex;
     color: #eee;
    line-height: 32px;
    font-size: 16px;
    position: relative;
    height:50vh;
}

.footer-text i {
    color: #fff;    font-weight: bold;
    margin-right: 7px;
}

footer .container{
        position: relative;
}

footer p {
    margin: 0;    font-size: 15px;
}

.copyright-sec {
text-align: center;
    position: absolute;
    bottom: 0;
    padding-bottom:15px ;
    width: 100%;
}

footer p.copyright{
    margin: 0;        color:#686868;
font-size: 15px;
}

footer p.raysa-credit__text a ,footer p.raysa-credit__text{
margin: 0 0 0 3px;      color:#686868;
font-size: 14px;    line-height: 22px;
}

footer ul {
    list-style: none;    text-align: left;
    padding: 0;margin: 0;    font-size: 15px;
}

.footer-logo {
    text-align: center;
    width: 20%;
    top: 31%;
    position: absolute;
}

.qr-logo {
    position: absolute;
    text-align: center;
    width: 20%;
    right: 0;
    top:31%;
}

.footer-qr-logo
{
    text-align: center;
    width: 20%;
    right: 155px;
    top: 149px;
}

.footer-qr-logo img {
    border-radius: 3px;
    overflow: hidden;
}

.qr-logo img{
display: inline-block;border-radius: 10px;
    overflow: hidden;
}

.call-button-fixed {
    position: fixed;
    bottom: 25px;
    left: 22px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

.social-info {
    display: flex;
    column-gap: 20px;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: right;
}

.call-button-fixed:hover {

}

.call-button-fixed .call-icon i {
    font-size: 22px;
    line-height: 60px;    color: white;
}

.pulse-ring {
    position: absolute;
    width: 60px;
    height: 60px;
       background: rgba(233, 236, 234, 0.4);
    border-radius: 50%;
    animation: pulse-animation 1.8s infinite;
    z-index: -1;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.call-btn {
    text-align: right;
}

.about-footer {
    text-align: justify;
}

.footer-info-1 {
    display: flex;
    flex-wrap: wrap;
    column-gap:15px;
}

.about-footer-sec {
    width: 72%;margin-right: 3%;
}

.footer-contact-sec {
    width: 22%;
}
/* ریسپانسیو */

@media (min-width: 1600px) {
.qr-logo img {
    margin-left: -29%;
}
}
@media (max-width: 1620px) {
    footer p {
    font-size: 13px;        line-height: 27px;
}
    footer ul li {
        line-height: 27px;
    }
    footer .round {
    margin-top:32px;
    position: absolute;
}

    .footer-logo img ,.qr-logo img {
    width: 142px;
    height: auto;
}
footer p.copyright ,footer p.raysa-credit__text a, footer p.raysa-credit__text{
    font-size: 12px;
}
    .footer-text{
             font-size: 13px;
    }
}

@media (min-width: 1400px)  and (max-width: 1620px) {
        footer .container{
        max-width:970px;
    }        footer p.copyright {
        font-size: 13px;
    }
    .footer-logo,.qr-logo{
        top:27%;
    }
    
        .footer-logo img, .qr-logo img {
        width: 170px;
    }
.menu-toggle {
    left:33px;
  }
        footer .round {
        bottom: -219px;
    }
}

@media (min-width: 1680px)  and (max-width: 1900px) {
   footer .container {
    width: 1040px;
} 
}
@media (max-width:1450px) {
    .about-footer-sec {
        width: 68%;
        margin-left: 4%;
        margin-right: 1%;
}
        .copyright-sec {
    padding-bottom: 5px;
}
    .title-brand-holder {
    padding: 30px 15px 30px 15px;
}
.title-brand p {
    font-size: 13px;
}
        footer .container{
        max-width:970px;
    }
    footer ul li {
    text-align: left;
}
.title-brand p {
    font-size: 12px;text-align: left;        white-space: nowrap;
}
        footer .container{
        max-width:970px;
    }
    footer ul li {
    text-align: left;
}
}

@media (max-width:1400px) {
    .title-brand h2 {
    font-size: 19px;
}
    .footer-logo {
    width: 17%;top: 24%;
}
.qr-logo {
    top: 24%;
}
        footer .container{
        max-width:925px;
    }
       .footer-logo img, .qr-logo img {
        width: auto;
        height: 106px;
    } 
}

@media (max-width: 991px) {
    div#earth-container
    {
    left:-31px !important;
    bottom: -26px !important;
    }
    .lang-ring {
    left:4px;
}
    .language-switcher {
        margin-left: 0;
        margin-top: 15px;
    }

    .about-footer-sec {
    width: 70%;
    }
    .footer-contact-sec {
    width: 20%;
    }
   .swiper-brand-wrap {
    padding:15px 10px;
}

.brand-sec-logo {
    width: 100%;
}
.brand-sec-title {
    width: 100%;
}
.title-brand-holder {
    padding: 20px 20px 20px 20px;
}
}

@media (max-width: 768px) {
            .title-brand p {
        text-align: center;
    }
        .title-brand-holder {
        text-align: center;
    }
    .title-brand-holder {
    display: block;
    text-align: center;
}
        .copyright-sec {
        width: 59%;
       left: 91px;
    }
           .lang-ru .copyright-sec {
      left: 94px;
    }
    .swiper-brand-wrap:after {
    border-radius: 0;
}
    .footer-text,footer ,.brand-seection,.section-brands{
    height: auto;   
}
    .footer-text{
 padding: 50px 0;
    }
        .about-footer-sec {
    margin-left: 0;
}
footer{
            padding: 0 0 50px 0;
}
    .fixed-language-switcher 
{
left: 15px;     top: auto;
        bottom: 20px;
        transform: none;
}
    .fixed-robot { right: 15px;  bottom: 0px;
    }
    .language-toggle {
        font-size: 13px;
    }
    
    .language-options,.robot-options{
        bottom: 100%;z-index: 99999;
        margin-bottom: 8px;
        min-width: 130px;
    }
    
    .language-option {
        padding: 8px 12px;
        font-size: 12px;
    }

    .about-footer-sec {
    width: 60%;
    }
    .footer-contact-sec {
    width: 30%;
    }
    .swiper-brand-wrap {
    margin-top: 0px;
    padding:15px 10px;
    }
   .brand-sec-logo {
    width: 100%;
    }
     .brand-sec-title {
    width: 100%;
    }
    .title-brand-holder {
    padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 480px) {
    .robot-options {
    left: auto;
    right: -35px;
    bottom: 80px !important;
}
    .fixed-language-switcher 
{
    left: 10px; bottom: 15px;
}
      .fixed-robot {    right: 10px; bottom: 0px;
    }
    .language-toggle {
        min-width: 60px;
        font-size: 12px;
    }
    
    .language-toggle span {
        display: none;
    }
    .about-footer-sec {
    width: 100%;
    }
    .footer-contact-sec {
    width: 100%;
    }
    .swiper-brand-wrap {
    padding:15px 10px;
    }
   .brand-sec-logo {
    width: 100%;
    }
     .brand-sec-title {
    width: 100%;
    }
    .title-brand-holder {
    padding: 20px 20px 20px 20px;
    }
}

@media (min-width: 1600px) {
.qr-logo img {
    margin-left: -29%;
}
}

@media (min-width: 1400px)  and (max-width: 1620px) {
        footer .container{
        max-width:970px;
    }
    .footer-logo,.qr-logo{
        top:27%;
    }
}

@media (min-width: 1680px)  and (max-width: 1900px) {
   footer .container {
    width: 1040px;
} 
}

@media (min-width: 1400px) and (max-width: 1620px) {
        footer p.copyright {
        font-size: 13px;
    }
        .footer-logo img, .qr-logo img {
        width: 170px;
    }
.menu-toggle {
    left:33px;
  }
        footer .round {
        bottom: -219px;
    }
}

@media (max-width: 991px) {
        .qr-logo,.footer-logo
    {
        display: none;
    }
    div#earth-container
    {
      left:-31px !important;
    bottom: -26px !important;
    }
    .lang-ring {
    left:4px;
}
    .language-switcher {
        margin-left: 0;
        margin-top: 15px;
    }

    .about-footer-sec {
    width: 70%;
    }
    .footer-contact-sec {
    width: 20%;
    }
   .swiper-brand-wrap {
    padding:15px 10px;
}

.brand-sec-logo {
    width: 100%;
}
.brand-sec-title {
    width: 100%;
}
.title-brand-holder {
    padding: 20px 20px 20px 20px;
}
}

@media (max-width: 768px) {
    .swiper-brand-wrap:after {
    border-radius: 0;
}
    .footer-text,footer ,.brand-seection,.section-brands{
    height: auto;   
}
footer{
            padding: 0 0 50px 0;
}
    .fixed-language-switcher 
{
   left: 15px;     top: auto;
        bottom: 20px;
        transform: none;
}
    .fixed-robot {    right:15px;  bottom: 0px;
    }
    .language-toggle {
        font-size: 13px;
    }
    
    .language-options,.robot-options{
        bottom: 100%;
        margin-bottom: 8px;
        min-width: 130px;
    }
    
    .language-option {
        padding: 8px 12px;
        font-size: 12px;
    }

    .about-footer-sec {
    width: 60%;
    }
    .footer-contact-sec {
    width: 30%;
    }
    .swiper-brand-wrap {
    margin-top: 0px;
    padding:15px 10px;
    }
   .brand-sec-logo {
    width: 100%;
    }
     .brand-sec-title {
    width: 100%;
    }
    .title-brand-holder {
    padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 480px) {
    .qr-logo,.footer-logo
    {
        display: none;
    }
    .fixed-language-switcher 
{
    left: 10px; bottom: 15px;
}
      .fixed-robot {    right:10px; bottom: 0px;
    }
    .language-toggle {
        min-width: 60px;
        font-size: 12px;
    }
    
    .language-toggle span {
        display: none;
    }
    .about-footer-sec {
    width: 100%;
    }
    .footer-contact-sec {
    width: 100%;
    }
    .swiper-brand-wrap {
    padding:15px 10px;
    }
   .brand-sec-logo {
    width: 100%;
    }
     .brand-sec-title {
    width: 100%;
    }
    .title-brand-holder {
    padding: 20px 20px 20px 20px;
    }
}