/* Hamberger Menu */
.showInHamMenu{display: none;}
.menuIcon,.menuClose{display: none;max-width: 40px;margin-left: auto;}
.menuClose{max-width: 40px;}
.menuSec{max-width: 66%;justify-content: space-between;}
.siteLogo{}
.globalIcon.Desk{width: max-content;}
.globalIcon.Mob{width: max-content;display: none;}
.menu-overlay{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.4);z-index: -1;}

/* Common Banners */
.psComPageInfo p:not(:last-child){margin-bottom: 1em;}

/* Slick Slider */
.slick-dots{bottom: 36px;}
.slick-dots li button{width: 8px;height: 8px;border: none;background-color: #D9D9D9;}
.slick-dots li.slick-active button{width: 12px;height: 12px;background-color: var(--primary-600);padding-bottom: 3px;}
.slick-dots li:only-child button{display: none;}

/* Singel Product GSAP Animation Cards */
.cards{position:relative;display:flex;justify-content:center;align-items:center;min-height:62vh;margin-bottom:90px;margin-top: 5em;}
.custom-card{position:absolute;width:100%;top:0px;height:auto;color:#fff;margin-bottom:50px;display:flex;justify-content:center;align-items:center;border-radius:24px;box-shadow:0 0 30px 0 rgba(0,0,0,0.2);background-color:var(--primary-800);overflow: hidden;}
.custom-card:nth-child(2n){background-color: var(--primary-950);}
.card1{top: 40px;}
.card2{top:0px;transform: scaleX(0.95);}
.opacity{-moz-transition:0.4s ease;-ms-transition:0.4s ease;-o-transition:0.4s ease;transition:0.4s ease;-webkit-transition:0.4s ease;opacity:0.6;}
.scale{moz-transition:0.4s ease;-ms-transition:0.4s ease;-o-transition:0.4s ease;transition:0.4s ease;-webkit-transition:0.4s ease;width:95%;}
.custom-card-txt{padding: 5em;width: 100%;}
.custom-card-img{width:100%;max-width:800px;}
.custom-card-txt > h4{color: var(--white);font-size: var(--fs-h4);padding-bottom: 0.5rem;margin-bottom: 1rem;border-bottom: 1px solid white;}
.custom-card-txt > p{color: var(--gray-50);font-size: var(--fs-body);}
.custom-card-txt > p:not(:last-child){margin-bottom: 1.5em;}


/* Home Page */
/* .psLateArticleBox .psKnowSecHeading{margin-bottom: 1.25em;} */
.psLateArticleBox .main-wrapper{margin-bottom: 2em;width: 100%;display: flex;}
/* Home Partner & Support Section */
.hmPartnerSupportSec{background-color: var(--gray-50);}
.hmPartnerSupportSec .psKnowSecHeading > h2{margin-bottom: 0.3333em;}
.PartnerMarqueeCard{margin-inline: 3.75em;}
/* Home Reviews Section */
.feedBackSlider{margin-top: 2.5em;}
.feedBackSlider .slick-track{display: flex !important;}
.feedBackSlider.slick-initialized .slick-slide{height:inherit !important}
.psArticleSlider .slick-track{display: flex !important;}
.psArticleSlider.slick-initialized .slick-slide{height:inherit !important}
.feedBackSec{background: var(--primary-800) url(../images/feedBack-bg.png) center / cover no-repeat;}
.feedBackSec .psKnowSecHeading > p,.hmPartnerSupportSec .psKnowSecHeading > p{max-width: 475px;}
.hmPartnerSupportSec .psKnowSecHeading > p{margin-bottom: 2.5em;}
.feedBackSec .psKnowSecHeading > *{color: var(--gray-50);}
.feedBackSliderCard{padding: 1.5em;background:rgba(45,44,43,0.5);border-radius:16px;backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);margin-inline: 1em;}
.feedBackSliderCard .psSubLogo{max-width: 93px; margin-bottom: 542;}
.feedBackSliderCardTitle > *{font-size: var(--fs-h5);color: var(--gray-50);font-weight: var(--fw-semi-bold); text-transform: capitalize;}
.starRating{gap: 0.3125em;margin-top: 0.3125em;margin-bottom: 2.1563em;}
.feedBackSliderCardComment > p{font-size: var(--fs-body);color: var(--white);}
/* Home What We Offer Section */
.whatWeOfferTitle > *{font-size: var(--fs-h2);color: var(--white);font-weight: var(--fw-semi-bold); text-transform: capitalize;}
.whatWeOfferDesc > p{font-size: var(--fs-body);margin-top: 1em;margin-bottom: 2em;color: var(--white);max-width: 859px;}
.whatWeOfferSec{background: rgba(0, 0, 0, 0.6) url(../images/whatWeOffer-bg.png) center / cover no-repeat;}
.whatWeOfferCards > ul{gap: 1.5em;}
.whatWeOfferCard{overflow: hidden;border-radius: 14.44px;}
.whatWeOfferCard a{pointer-events: none;}
.whatWeOfferCardText{bottom: 16px; max-width: calc(100% - (0.8694em * 2));width: 100%; margin: auto; left: 0; right: 0; background: rgba(0, 0, 0, 0.6);border-radius: 13.9062px;backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 0.8691em; opacity: 1;transition: all 0.5s ease;}
/* .whatWeOfferCard:hover .whatWeOfferCardText{opacity: 1; bottom: 16px;} */
.whatWeOfferCardText > *:first-child{font-size: var(--fs-sh);color: var(--white);font-weight: var(--fw-semi-bold);margin-bottom: 0.7727em; }
.whatWeOfferCardText > p{font-size: var(--fs-body);color: var(--white);line-height: 1.1313;max-width: 85%;}
/* Home Who We Serve Section */
.whoWeserveSec{background-color: var(--gray-50);}
.whoWeserveTitle > *{font-size: var(--fs-h1);font-weight: var(--fw-semi-bold); text-transform: capitalize;}
.whoWeserveDesc > p{font-size: var(--fs-body);margin-top: 1.5em;}
.whoWeserveCards{display: flex;flex-direction: column;gap: 1.5em;margin-top: 2.5em;}
.whoWeserveCard{gap: 1.5em;flex-flow: row wrap;align-items: stretch;}
.whoWeserveCardTxt{background-color: var(--white);padding: 2.5em;}
.whoWeserveCard > *{display: flex;align-items: center;flex-direction: column;justify-content: center;border-radius: 16px;}
.whoWeserveCards > .whoWeserveCard > *{width: 100%;}
.whoWeserveCards > * > .whoWeserveCardImg > img{height: 100%;object-fit: cover;border-radius: 16px;}
.whoWeserveCards > * > .whoWeserveCardImg{max-width: calc(41.41% - 0.75em);}
.whoWeserveCards > * > .whoWeserveCardTxt{max-width: calc(58.59% - 0.75em);}
.whoWeserveCardTitle > *{font-size: var(--fs-h2);max-width: 657px;margin-bottom: 0.5em;font-weight: var(--fw-semi-bold);}
.whoWeserveCardDesc{gap: 1.125em; align-items: start;}
.whoWeserveCardDesc > span{min-width: 24px;}
.whoWeserveCardDesc > p{font-size: var(--fs-body);}
.whoWeserveCardBtns{gap: 0.5em;margin-top: 2.5em;flex-flow: row wrap;}
/* Home Why Solaris Section */
.whySolarisHead{background-color: var(--gray-50);border-radius: 16px;padding: 2.5em;}
.whySolarisHead > *{max-width: 50%;width: 100%;}
.whySolarisTitle{padding-right: 1.5em;margin-right: 2.5em;position: relative;}
.whySolarisTitle::after{content: '';background-color: var(--gray-200);width: 1px;height: 100%;position: absolute;top: 0;right: 0;}
body.rtl .whySolarisTitle{padding-right: 0;padding-left: 1.5em;margin-right: 0;margin-left: 2.5em;}
body.rtl .whySolarisTitle::after{right: auto;left: 0;}
.whySolarisTitle > *{font-size: var(--fs-h2);font-weight: var(--fw-semi-bold); text-transform: capitalize;}
.whySolarisDesc > p{font-size: var(--fs-body);color: var(--gray-800);line-height: 1.3;}
.whySolarisDesc > p:not(:first-child){margin-top: 1em;}
.whySolarisCardInfo{top: 0;left: 0;justify-content: space-between;width: 100%;height: 100%;color: var(--white);padding: 1em; }
.whySolarisCardInfoIcon{width: max-content;background:rgba(0,0,0,0.6);border-radius:16px;padding: 1em;backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 1;
transition: all 0.5s ease;}
/* .whySolarisCard:hover .whySolarisCardInfoIcon{opacity: 1; } */
.whySolarisCardInfoIcon img{max-width: 24px;width: 100%;}
.whySolarisCardImg > img{border-radius: 16px;}
.whySolarisCardInfoTxt{max-width: calc(100% - (0.8694em * 2));width: 100%; margin: auto; background:rgba(0,0,0,0.6);border-radius:16px;padding: 1em;backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); position: absolute; left: 0;right: 0;bottom: 16px;opacity: 1;transition: all 0.5s ease;}
/* .whySolarisCard:hover .whySolarisCardInfoTxt{bottom: 16px; opacity: 1;} */
.whySolarisCardInfoTitle > *{font-size: var(--fs-h5);font-weight: var(--fw-semi-bold);margin-bottom: 0.8em;}
.whySolarisCardInfoDesc > p{font-size: var(--fs-body);color: var(--gray-50);}
.whySolarisCards{gap: 1.125em;margin-top: 2.6875em;}
.whySolarisCard {overflow: hidden;}
/* Home Case Study Section */
.caseStudyImg{top: 0;right: 0;width: 48%;height: 100%;}
body.rtl .caseStudyImg{right: auto;left: 0;}
.caseStudyImg > img{height:100%;object-fit:cover;}
.caseStudyTxt{max-width: calc(52% - 3.625em);}
body.rtl .caseStudyTxt{float: right;}
.caseStudyTxt.sv-secGap{padding: 2rem 0;}
.caseStudyTxtIcons{display: flex;align-items: center;gap: 1.5em;margin-bottom: 1em;}
.caseStudyDetails{gap: 1em;flex-flow: row wrap;}
.caseStudyLogo{max-width: 186px;}
/* .caseStudyTag{margin-bottom: 1em;margin-top: 2.5em;} */
.caseStudyTag > span{font-size: var(--fs-caption);line-height: 1.1375;background-color: var(--primary-100);border-radius: 50px;padding: 0.25em 1.4688em;text-transform: uppercase;color: var(--gray-800);}
.caseStudyTitle > *{font-size: var(--fs-h3);font-weight: var(--fw-semi-bold);color: var(--gray-900);}
.caseStudyDesc > p{font-size: var(--fs-body);color: var(--gray-800);margin-top: 1em;margin-bottom:1em;}
.caseStudySpec{gap: 1em;}
.caseStudySpecTag{border-radius: 100%;width: 100%;max-width: 128px;height: 128px;align-content: center;text-align: center;box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);}
.caseStudySpecTag:first-child{background-color: var(--primary-950);}
.caseStudySpecTag:nth-child(2){background-color: var(--primary-200);}
.caseStudySpecTagQty{gap: 0.3em;justify-content: center;padding: 0 10px;}
.caseStudySpecTagsave{padding: 0 10px;}
.caseStudySpecTagQty > *:first-child{font-size: var(--fs-body);line-height: 1.3;letter-spacing: 0.005em;font-weight: var(--fw-semi-bold);}
.caseStudySpecTagQty > *:nth-child(2){font-size: 12px;line-height: 1.3;letter-spacing: 0.005em;}
.caseStudySpecTag:first-child .caseStudySpecTagQty > *{color: var(--primary-50);}
.caseStudySpecTag:nth-child(2) .caseStudySpecTagQty > *{color: var(--primary-950);}
.caseStudySpecTagsave > *{font-size: 12px;line-height: 1.3;letter-spacing: 0.005em;margin-top: 0.6666em;}
.caseStudySpecTag:first-child .caseStudySpecTagsave > *{color: var(--primary-100);}
.caseStudySpecTag:nth-child(2) .caseStudySpecTagsave > *{color: var(--primary-800);}
.caseStudyTabel{margin-top: 2em;overflow-x:auto;}
.caseStudyTabel table{border-collapse:collapse;}
.caseStudyTabel table tr td{font-size: var(--fs-body);color: var(--gray-800);line-height: 1.3;border-bottom: 1px solid var(--gray-200);padding-block: 0.5em;align-content: start;padding-left: 0.5em;}
.caseStudyTabel table tr th{font-size: var(--fs-body);color: var(--gray-900);line-height: 1.3;border-bottom: 1px solid var(--gray-200);font-weight: var(--fw-bold);text-align: left;width: 35%;padding-block: 0.5em; vertical-align: top;}
body.rtl .caseStudyTabel table tr th{text-align: right;}
.caseStudyPoints{margin-top: 1.5em;}
.caseStudyPoints > ul > li{font-size: var(--fs-caption);color: var(--gray-800);line-height: 1.1375;padding-left: 1.5em;position: relative;}
body.rtl .caseStudyPoints > ul > li{font-size: var(--fs-caption);color: var(--gray-800);line-height: 1.1375;padding-left: 0;padding-right: 1.5em; position: relative;}
.caseStudyPoints > ul > li::before{content: '';position: absolute;background-color: var(--gray-800);width: 3px;height: 3px;border-radius: 100%;left: 0.5em;top: 0.45em;}
body.rtl .caseStudyPoints > ul > li::before{content: '';position: absolute;background-color: var(--gray-800);width: 3px;height: 3px;border-radius: 100%;left: auto;right: 0.5em; top: 0.45em;}
.caseStudyPoints > ul > li:not(:last-child){margin-bottom: 1em;}
/* Home Slider Section */
.hmSec2{overflow: hidden;}
.hmSec2slideImg{top: 0;left: 0;height: 100%;max-width: 48.615%;}
.hmSec2Txt{max-width: calc(53.385% - 3.6em);margin-left: auto;}
.hmSec2slideImg > img{width: 100%;height: 100%;object-fit: cover;}
.hmSec2slide{min-height: 95vh;align-content: center;}
.hmSec2slide:first-child{background-color: var(--primary-950);}
.hmSec2slide:nth-child(2){background-color: var(--primary-800);}
.hmSec2slide:nth-child(3){background-color: var(--primary-800);}
.hmSec2slide:nth-child(4){background-color: var(--primary-800);}
.hmSec2TxtTitle > *{font-size: var(--fs-h1);font-weight: var(--fw-semi-bold);color: var(--white);line-height: 1.3; text-transform: capitalize;}
.hmSec2TxtTitle > * > span{color: var(--primary-400);}
.hmSec2TxtDesc > p{font-size: var(--fs-body);color: var(--gray-50);line-height: 1.3;margin-top: 1.5em;margin-bottom: 2.5em;}
.hmSec2Specs > ul > li{gap: 1.125em;font-size: var(--fs-body);color: var(--white);}
.hmSec2Specs > ul > li:not(:first-child){border-top: 1px solid var(--white);padding-top: 1em;margin-top: 1em;}
.hmSec2Specs > ul > li > span:first-child{max-width: 24px;}
.hmSlideLogo{max-width: 153px; width: 100%; margin-top: 2.5em;}
/* Home Video Section */
.hmVideoSec{background-color: var(--primary-50);}
.hmVideoSecTxt{padding-block: 2.6875em;}
.hmVideoSecTxtTitle{max-width: 35%;width: 100%;}
.hmVideoSecCont{max-width: 65%;width: 100%;}
.hmVideoSecTxtDesc{width: 100%;}
.hmVideoSecTxtTitle h3{font-size: var(--fs-h3);color: var(--black);font-weight: var(--fw-semi-bold);margin-bottom: 20px;}
.hmVideoSecTxtDesc p{font-size: var(--fs-body);color: var(--gray-800);line-height: 1.3;}
.playBtn{top: 50%;left: 50%;transform: translate(-50%, -50%);}
.playBtn > *{cursor: pointer;background-color: transparent;border: none;outline: none;width: clamp(35px, 6vw, 78px);}
/* Home Hero Section */
.hmHeroSection{background: url(../images/hmHero-bg.png) left top / 85% 100% no-repeat;padding-bottom: var(--secGap);}
.hmBtns a.d-flex{gap: 0.5em;}
.hmBtns a.d-flex span{max-width: 18px;}
.hmBtns{gap: 0.5em;}
.hmHeroTitle > *{font-size: var(--fs-h5);color: var(--black);font-weight: var(--fw-semi-bold);}
.hmHeroDesc > p{font-size: var(--fs-h3);color: var(--gray-800);margin-block: 0.3em 1.25em;}
.hmHeroSpecs > ul > li > span{max-width: 24px;}
.hmHeroSpecs > ul > li{gap: 1em;}
.hmHeroSpecs > ul > li:not(:first-child){padding-top: 1em;margin-top: 1em;border-top: 1px solid var(--gray-200);}
.hmHeroSpecs{margin-bottom: 2.5625em;max-width: 350px;}
body.rtl .hmHeroSpecs{margin-bottom:2.5625em;max-width:350px;width:100%;float:right;}

.hmHeroImg{position: relative;}
.hmHeroImg > img{max-width: 680px;margin: auto;}
.downlBrochBtn{margin-left:auto;position:absolute;left:50%;transform:translateX(-50%);text-align: center;}
.downlBrochBtn > *{font-size:var(--fs-body);color:var(--primary-950);font-weight:var(--fw-semi-bold);background-color:#E4E4E4;border:1px solid #ECECEC;border-radius:50px;padding:0.75em 1em;}
.certifyLogo{max-width:80px;}
.hmHeroVideo{left: 0;width: 45.523%;height: 100%;}
/* .hmHeroVideo > img,.hmHeroVideo > video{height: 100%;object-fit: cover;} */
.hmHeroTop{width: calc(54.477% - 4.125em);}
.hmHeroBtn{margin-top: 0.8125em;}


/* About Page */
.ourStoryTxtTitle > *{font-size: var(--fs-h1);font-weight: var(--fw-semi-bold);color: var(--black);margin-bottom: 0.5416em;}
.ourStoryTxtDesc > p{font-size: var(--fs-body);color: var(--gray-800);line-height: 1.3;}
.ourStoryTxtDesc > p:not(:last-child){margin-bottom: 1.5em;}
.ourStoryTxtDesc{margin-bottom: 2.5em;}
.psCertDesc > p{font-size: var(--fs-body);color: var(--gray-100);line-height: 1.3;}
.ourStoryImg{top: 0;right: 0;width: 49.167%;height: 100%;}
.ourStoryImg > img{height: 100%;object-fit: cover;}
.ourStoryTxt{width: calc(50.833% - 4.5em);}

/* Product Details */
.psProdDetsCase .psKnowSecHeading > p,.psKnowledgeArticleBox .psKnowSecHeading > p{margin-bottom: 2.5em;}

/* Knowledge Page */
.psKnowledgeArticleBox{background-color: var(--gray-50);}
.knowledgeHubTabBtns{margin-bottom: 2.5em;}
.knowledgeHubTabBtns > ul{gap: 2.75em;border-bottom: 1px solid var(--gray-200);overflow-x: auto;}
/* Map Sections */
.mapSec{background-color: var(--gray-50);position: relative;z-index: 1;}
.mapSecTitle > *{font-size: var(--fs-h1);color: var(--gray-900);font-weight: var(--fw-semi-bold);margin-bottom: 0.8333em;margin-top: var(--secGap);}
.mapData{transition: all 0.3s;opacity: 0;pointer-events: none;position: absolute;top: 100%;left: 0;width: max-content;padding-top: 0.9375em;z-index: 9;}
.mapData > div{background-color: var(--primary-800);padding: 1.5em;border-radius: 8px;max-width: 386px;}
.mapPoint.active .mapData,.mapPoint:hover .mapData,.mapData:hover{opacity:1;pointer-events:auto;}
.mapDataTitle{gap: 0.5em;}
.mapDataTitle > span.icon{max-width: 16px;width: 100%;}
.mapDataTitle > *{font-size: var(--fs-h5);font-weight: var(--fw-semi-bold);color: var(--white);}
.mapDataDesc > p{font-size: var(--fs-body);color: var(--gray-50);line-height: 1.3;margin-block: 1.5em;}
.mapDataBtn > a{font-size: var(--fs-body);color: var(--gray-50);font-weight: var(--fw-semi-bold);line-height: 1.3;text-decoration: underline;}
.mapPoint{font-size: var(--fs-body);width: 2.875em;height: 2.875em;border-radius: 100%;background-color: var(--primary-400);cursor: pointer;}
.mapPoint::before{content: '';font-size: var(--fs-body);background-color: var(--primary-800);width: 1em;height: 1em;border-radius: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.mapPoint1{top: 24%; right:28%;}
.mapPoint2{top:61%;right:42.4%;}


.mapPoint3{top:42%;left:40%;display: flex;}
.mapPoint3 .mapData{top: 0;left: 100%;padding-left: 0.9375em;padding-top: 0;}

.calculatorSec{background-color: var(--primary-900);}
.calculatorHeading h2{font-size: var(--fs-h1);color: var(--white);font-weight: var(--fw-semi-bold); text-transform: capitalize;}
.calculatorHeading p{font-size: var(--fs-h5);color: var(--white);}
.calculatorHeading ul li{font-size: var(--fs-h5);color: var(--white);}

.calculatorBox{display:flex;gap:20px;margin-top:40px;align-items: baseline;}
.calcSelect{appearance: none;background-color:var(--primary-950);background-image: url(../images/selectdownarrow.svg);background-repeat: no-repeat;color:#fff;border-radius:8px;padding:15px;border:none;}
.calcSelect.one{width:100%;background-position: 98%;}
.calcSelect.two{width:100%;background-position: 96%;}
[dir="rtl"] .calcSelect.one{background-position: 1%;}
[dir="rtl"] .calcSelect.two{background-position: 2%;}
.calculatorBoxInputs.one{width:65%;float: left;}
.calculatorBoxInputs.two{width:35%;float: left;}
label.calcLabel {
    width: 100%;
    float: left;
    font-size: var(--fs-h5);
    color: var(--white);
    margin-bottom: 10px;
}

.calcBtn{background:var(--primary-400);color:var(--primary-950);border:none;padding:15px 25px;border-radius:8px;font-weight:600;cursor:pointer;}
.graphBox{width:100%;float:left;height: 100%}
.graphBox canvas{background:var(--white);padding:10px;height: 100% !important;}
.graphBox h3{color:#fff;margin-bottom:20px;font-size:var(--fs-h4);text-align:center;}


/* Language Switcher Styles */
.globalIcon {
    position: relative;
    display: inline-block;
}

.globalIcon > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.globalIcon > a:hover {
    background: #e0e0e0;
}

.globalIcon svg {
    transition: transform 0.3s ease;
}

.globalIcon > a:hover svg {
    transform: scale(1.1);
}

/* Language Switcher Dropdown */
.language-switcher-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

body.rtl .language-switcher-dropdown{
    right: auto;
    left:0;
}

.language-switcher-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.language-item {
    margin: 0;
}

.language-item.active {
    background: rgba(0, 54, 52, 0.05);
}

.language-link {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

.language-link:hover {
    background: rgba(0, 54, 52, 0.1);
    color: #003634;
}
.language-link img {
    max-width: 20px;
    margin-right: 10px;
}
.language-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    background: #003634;
    color: white;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}

.language-item.active .language-code {
    background: #00a79d;
}

.language-name {
    flex: 1;
}

.no-languages {
    padding: 15px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .globalIcon.Mob .language-switcher-dropdown {
        right: -10px;
        left: auto;
    }

    .globalIcon.Desk .language-switcher-dropdown {
        right: 0;
        left: auto;
    }
    
    body.rtl .globalIcon.Mob .language-switcher-dropdown{
        right: auto;
        left: -10px;
    }
    body.rtl .globalIcon.Desk .language-switcher-dropdown{
        right: auto;
        left: 0;
    }
}

/* RTL Support */
[dir="rtl"] .language-code {
    margin-right: 0;
    margin-left: 10px;
}


[dir="rtl"] .language-link img {
    max-width: 20px;
    margin-left: 10px;
    margin-right: 0;
}

.downBrochBtnBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-width: 233px;
}
.downBrochBtnBox a svg {
    width: 10%;
    height: auto;
}
.caseStudyDownloadBtn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 250px;
}
.caseStudyDownloadBtn a svg {
    width: 10%;
    height: auto;
}