




/* ------------------------------------------------------------------------------------------ */
.padding-from-top { padding-top: 20rem;}

.container { width: 100%; max-width: 1350px; padding: 0 2rem; margin: 0 auto;}

/* Header */
.podcast-strip { background-color: var(--colorPrimary); position: fixed; width: 100%; top: 0; padding: 5px;}

#header{ position: fixed; left: 0; top: 40px; width: 100%; transition: all .3s ease-in; -webkit-transition: all .3s ease-in; z-index: 99; padding: 22px 0;}
#header.scrolled { background-color: rgba(0, 0, 0, 0.9); top: 0; }
#header.scrolled .podcast-strip { display: none;}
.strip_txt { color:var(--colorBlack); font-size: 14px; font-weight: 400; margin: 0; text-align: center;}
.strip_txt a {font-weight: 700; color: var(--colorBlack); text-decoration: underline;}

/* MENU */
.menu-wrapper>ul{list-style: none; margin: 0; padding: 0;}
.menu-wrapper>ul>li>a { position: relative; font-size: 15px; padding: 2.2rem 1.8rem; text-transform: uppercase; color: #fff; display: block; z-index: 9; cursor: pointer;}
.menu-wrapper>ul>li:last-child>a.btn-primary { color: var(--colorBlack); padding: 6px 18px;}
.menu-wrapper>ul>li>a.color-primary { color:var(--colorPrimary); }


/* DROPDOWN MAIN MENU */
.dropdown-wrapper { position: absolute; max-width: 1350px; width: 100%; background-color: white; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); border-radius: 10px; margin-top: 34px; visibility: hidden; opacity: 0; transition: all .3s ease-in;}
.dropdown-inner { padding: 3rem;}
.fullmenu-wrapper { display: flex; gap: 8rem}
.fullmenu-wrapper .menu__col { width: 30%;}
.fullmenu-wrapper .menu__col ul { line-height: 3rem; border-bottom: solid 1px #d9d9d9; padding: 0 0 1.6rem; margin: 0; list-style: none;}
.fullmenu-wrapper .menu__col ul:last-child { border-bottom: none;}
.fullmenu-wrapper .menu__col ul + ul { margin-top: 1.6rem;}
.fullmenu-wrapper .menu__col ul li, .fullmenu-wrapper .menu__col ul li a { color: black;}
.fullmenu-wrapper .menu__col ul li a:hover { opacity: 0.7;}

.menu-wrapper>ul>li.tab-link-header:hover .dropdown-wrapper { opacity: 1; visibility: visible; margin-top: 12px;}
.menu-wrapper>ul>li.tab-link-header:hover > a { color: var(--colorPrimary);}

.drop-industry .fullmenu-wrapper{display: flex; gap: 2rem; justify-content: space-between;}
.drop-industry .fullmenu-wrapper .menu__col ul li{ padding: 10px 0;}
.drop-technologies .fullmenu-wrapper .menu__col ul li, .drop-technologies-mobile .menu__col ul li{ padding: 5px 0;}
ul.mobile-menu-list .drop-portfolio-mobile .menu__col ul { border-bottom: solid 1px #ccc; padding-bottom: 15px; margin-left: 0; line-height: 24px;}

/* MOBILE MENU */
.mobile-menu { display: none;}
#mobile-header { background: #292929; width: 100%; height: 70px; align-items: center; padding: 0 2rem;}
#mobile-header .mobile-logo img { max-width: 100px;}
#mobile-header .btn-nav-mobile {z-index: 1;}

.mobile-accordian-content {display: none; padding: 10px 0;}
.tab-link-header-mobile.active .mobile-accordian-content { display: block;}
.mobile-accordian-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; cursor: pointer; border-bottom: solid 1px #ccc;}
.mobile-accordian-header iconify-icon { transition: transform 0.3s ease; color: black; }
.mobile-accordian-header a { font-size: 2.5rem; font-weight: 300;}

#mobile-menu { position: fixed; background: white; width: 100%; top: 0; height: 100%; left: auto; right: -100%; transition: all .3s cubic-bezier(0,0,.21,1); overflow-y: auto;}
#mobile-menu.open { right: 0;}
#mobile-menu .mobile-logo img { max-width: 140px;}

ul.mobile-menu-list > li:last-child { text-align: center;}
#mobile-menu .btn-primary { margin-top: 5rem;}

ul.mobile-menu-list { margin: 2rem; padding: 0;}
ul.mobile-menu-list li a { color: var(--colorBlack);}
ul.mobile-menu-list li a:hover { color: var(--colorPrimary);}
ul.mobile-menu-list .menu__col ul { margin: 0 0 0 3rem; padding: 0; color: black; list-style: none; line-height: 3rem;} 
ul.mobile-menu-list .menu__col ul + ul { margin-top: 2rem;}


/* BANNER */
.home_hero { width: 100%; height:100vh; overflow: hidden; align-items: center; display: flex;}
.home_hero .slick-track { display: flex; height: 100%;}
.home_hero .slide-content, .commen-banner-content { max-width: 630px; width: 100%;}
.services-banner-content { max-width:710px; width: 100%;}
.home_hero .slide-content p { font-size: 20px; line-height: 36px;}
.home_hero .slide-content .btn-primary { margin-top: 3.2rem;}
.home_hero h1 { line-height: 8.5rem; font-size: 7rem; font-weight: 100; margin: 0;}
.carousel { position: relative; overflow: hidden; width: 100%; margin: auto; touch-action: pan-y;}
.carousel-track { display: flex; transition: transform 0.4s ease-in-out;  will-change: transform; height:100vh; width: 100%; overflow: hidden;}
.slide { min-width: 100%; box-sizing: border-box; flex-shrink: 0; background-size: cover; background-position: right bottom; background-repeat: no-repeat; align-items: center; display: flex; height: 100vh;}

/* Prevent layout shift before initialization */
    .carousel-track {
        display: none;
    }

    .carousel.slick-initialized .carousel-track {
        display: block;
    }

/* Dots */
.carousel-dots { text-align: center; margin-top: 10px; position: absolute; z-index: 1; bottom: 40%; width: 20px; right: 4%;}
.carousel-dots ul { list-style: none; font-size: 0;}
.carousel-dots ul li button { border: none; background: #ccc; width: 10px; height: 10px; border-radius: 50%; margin: 0 5px; cursor: pointer; padding: 0; transition: background 0.3s; margin-bottom: 20px;}
.carousel-dots ul li.slick-active button {background:var(--colorPrimary);}

.btn-primary { background: linear-gradient(90deg, #F1AA12 0%, #E09E10 50%, #E09E10 75%, #F1AA12 100%); box-shadow: 0px 6px 0px rgba(174, 174, 174, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 4px; font-weight: 600; font-size: 18px; padding: 10px 15px; line-height: 27px; text-transform: uppercase; color: #000000; display: inline-block; cursor: pointer; border: none;}
.btn-primary:hover {background: linear-gradient(90deg, #000CFF 0%, #5300FF 51.44%, #7300FF 99.04%);
box-shadow: 0px 6px 0px rgba(174, 174, 174, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25); color:#fff; }

.btn-primary-outline { background: none; box-shadow: 0px 6px 0px rgba(174, 174, 174, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 4px; font-weight: 600; font-size: 18px; padding: 10px 15px; line-height: 27px; text-transform: uppercase; color: var(--colorPrimary); display: inline-block; border: solid 1px var(--colorPrimary); cursor: pointer;}
.btn-primary-outline:hover{ background: linear-gradient(90deg, #000CFF 0%, #5300FF 51.44%, #7300FF 99.04%) padding-box, 
                  linear-gradient(90deg, #000CFF 0%, #7300FF 51.44%, #7300FF 99.04%) border-box;border-color:transparent;color:#fff; }


/* OUR INSIGHT */
.our-insight { background: url(../img/about-back.webp) no-repeat right center / cover;}
.sec-head { display: flex; gap: 20px;}
.sec-head h2 { flex: 1 0 480px; font-size: 5rem; line-height: 7rem; font-weight: 100; margin: 0;}
.sec-head h2 + p { font-size: 18px; line-height: 30px;}
.state-bx { border:1px solid #2E2E2E; border-radius:10px; padding:3.6rem; background:#0C0C0C;}
.state-bx .count-num { font-size: 4rem; font-weight: 700; line-height: normal;}
.state-bx h3 { font-size: clamp(20px, 2.4rem, 24px); font-weight: 600;}

.heading { font-size: 5rem; line-height: 7rem; color: white; font-weight: 100;}

.primary-bedge { background: var(--colorPrimary); color: black; border-radius: 4px; padding: 4px 11px; display: inline-block; font-size: 14px;}

/* CASE STUDY */
.case-study {background: url(../img/case-study.webp) no-repeat right center / cover;}
.casestudy-section-wrap .slider-container {  background-color: #141414; border: solid 1px #2D2D2D; border-radius: 3rem; padding: 20px; box-shadow: 0 0 15px #000; }
.casestudy-block { display: flex; gap: 4rem; flex-wrap: wrap; }
.casestudy-block .casestudy-content, .casestudy-block .casestudy-image { flex: 1 0 300px;}
.casestudy-block h3 { margin: 3.5rem 0 2.7rem; font-size: 3.6rem; line-height: 4.8rem; font-weight: 100;}
.casestudy-block .count-box { border-radius: 10px;}
.casestudy-block .count-box h4 { font-size: 3rem; font-weight: 600; margin: 0;}
.casestudy-block .count-box p { font-size: 15px; line-height: 20px;}
.casestudy-block .casestudy-image img { width: 100%;}

.casestudy-section-wrap ul.slick-dots { list-style: none; display: flex !important; justify-content: center; gap: 2rem; margin-bottom: 5px;}
.casestudy-section-wrap ul.slick-dots button { width: 1.8rem; height: 1.8rem; border-radius: 50%; font-size: 0; background: #0000; border: solid 1px #505050; cursor: pointer;}
.casestudy-section-wrap ul.slick-dots li.slick-active button { width: 5rem; border-radius: 15px; background: var(--colorPrimary); border-color: var(--colorPrimary);}

.caseStudyBanner { padding-bottom: 5rem;}
.caseStudyBanner .casestudy-block h3 { font-size: 5rem; line-height: 7rem;}


/* client testimonial */
.our-clients {background: url(../img/testimonials.webp) no-repeat center center / cover;}
.our-clients h2 { font-size: 5rem; line-height: 7rem; font-weight: 100;}
.client-bx .badge {background: #272727; border-radius: 18px; font-size: 12px; display: inline-block; padding: 5px 10px;}
.client-bx::before {content: url('../img/tdesign_quote.svg'); display: block; width: 7rem; height: 7rem; float: right; }
.client-bx p { line-height: 25px; font-weight: 500;}
.client-bx .author .name { color: var(--colorPrimary); font-weight: 200;}
.client-bx .author em { font-style: italic; font-weight: 100;}

.client-bx.lightbg1{background: #ffffffcf; color:#000; }
.client-bx.lightbg1:hover{background: linear-gradient(#0C0C0C, #0C0C0C) padding-box, linear-gradient(90deg, #000CFF 0%, #7300FF 51.44%, #7300FF 99.04%) border-box;
    border-color: transparent; color:#fff; }
.client-bx.lightbg1 .badge{color:#000; background:transparent; border:1px solid #999; }
.client-bx.lightbg1:hover .badge{color:#fff; background: #272727; border:1px solid #272727; }


.client-bx.lightbg2{background: #FFF4DDef; color:#000; }
.client-bx.lightbg2:hover{background: linear-gradient(#0C0C0C, #0C0C0C) padding-box, linear-gradient(90deg, #000CFF 0%, #7300FF 51.44%, #7300FF 99.04%) border-box;
    border-color: transparent; color:#fff; }
.client-bx.lightbg2 .badge{color:#000; background:transparent; border:1px solid #f1aa1299; }
.client-bx.lightbg2:hover .badge{color:#fff; background: #272727; border:1px solid #272727; }


.our-services {background: url(../img/services.webp) no-repeat left center / cover;}
.our-services .service-bx h3 { font-size: 2.4rem; line-height: 30px; margin: 2rem 0 0; font-weight: 600;}
.our-services .service-bx p { line-height: 28px; }

.industries-serve, .casestudy-process {background: url(../img/industries.webp) no-repeat left center / cover;}

.industy-boxes { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));}

.client-bx{ background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.85) 100%); border: 1px solid #272727; border-radius: 12px; padding: 20px;}
.service-bx { background: #0C0C0C; border: 1px solid #2E2E2E; border-radius: 10px; padding: 2.5rem; color: #fff}
.logo-boxes {display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; padding: 20px 0;}
.client-logo-bx { background:#EFF2F6; display: flex; border-radius: 10px; align-items: center; justify-content: center; padding: 8px; min-height: 110px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;}
.client-logo-bx img {max-width: 100%;max-height: 80px;object-fit: contain; }
.industry-bx { background: rgba(255, 255, 255, 0.05); border: 1px solid #606060; border-radius: 10px; padding:20px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: white; font-size: 18px; font-weight: 600; }

.state-bx:hover, .client-bx:hover, .service-bx:hover, .industry-bx:hover{ background: linear-gradient(#0C0C0C,#0C0C0C) padding-box, 
                  linear-gradient(90deg, #000CFF 0%, #7300FF 51.44%, #7300FF 99.04%) border-box;border-color:transparent;}

/* TECH ACCORDIAN */

.accordion { width: 100%; overflow: hidden; }
.accordion-header { background: #FFFFFF; color: #000; padding:1.2rem 2rem; cursor: pointer; font-size: 18px; font-weight: 500; margin-bottom: 10px; border-radius: 10px; }
.accordion-header:hover{background: #efefef;}
.accordion-content { padding: 15px; display: none; background: #f9f9f9; font-size: 16px; }
.active .accordion-content { display: block; position: absolute; width: 66%; right: 0; top: 0; height: calc(100% - 1rem); padding: 3rem; background-color: #000; border: 1px solid #454444; border-radius: 10px; overflow: auto; }
.accordion-content .grid-three { gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.accordion-content .grid-three .p4 { padding: 15px 20px; min-height: 80px; }
.accordion-content .grid-three .pl1 { max-width: 30%; width: 30%; min-width: 30%; object-fit: contain; }
.active .accordion-header { background: linear-gradient(90deg, #F1AA12 0%, #E09E10 50%, #E09E10 75%, #F1AA12 100%); box-shadow: 0px 6px 0px rgba(174, 174, 174, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25); color: #fff; display: flex; }
.tech-card { background-color: white; border-radius: 10px; color: black; font-weight: 500; gap: 3rem; padding: 10px 15px;}
.tech-card img { max-width: 80px;}

.info-section { background: #0D1014; border: 1px solid #454444; border-radius: 30px; justify-content: space-between; align-items: center; padding: 3rem;}
.info-section h3 { font-size: 4.4rem; line-height: 6rem; font-weight: 100; margin-top: 0;}
.info-section > div { flex: 1 1 500px;}

/* FAQ SECTION */
.faq-container { margin: 0 auto; }
.faq-item { background-color: #1a1a1a; border: 1px solid #333; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.faq-question { display: flex; align-items: center; padding: 20px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }
.faq-question:hover { background-color: #252525; }
.faq-icon { font-size: 3rem; color: var(--colorPrimary); margin-right: 15px; transition: transform 0.3s ease; width: 20px; text-align: center; }
.faq-question.active .faq-icon { transform: rotate(45deg); }
.faq-title { font-size: 2.6rem; font-weight: 500; flex-grow: 1; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; background-color: #161616; padding: 0 20px; }
.faq-answer.active { max-height: 300px; padding: 0 20px; }
.faq-content { color: #cccccc; line-height: 28px; opacity: 0.7; line-height: 1.6; padding-top: 15px; padding-bottom: 15px; }

.contact-bottom { background: url(../img/contact-us-bg.webp) no-repeat center top / cover;}
.contact-bottom .contact-left { max-width: 550px;}
.contact-bottom .text-22 { font-size: 22px; line-height: 32px;}
.contact-bottom ul.contact-list { list-style: none; padding: 0; margin: 24px 0 0;}
.contact-bottom ul.contact-list li { display: flex; gap: 16px; line-height: 26px; margin-bottom: 15px;}
.contact-bottom ul.contact-list li img { align-self: baseline;}
.contact-bottom  .text-18 { font-size: 18px;}

.contact-bottom  .form-box {background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(96, 96, 96, 0.5); border-radius: 15px; padding: 3rem 4rem;}
.form-control {background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 10px; padding: 2rem 2.6rem; font-family: Inter; width: 100%; box-sizing: border-box; color: white; font-size: 20px; font-weight: 100;}
.contact-bottom .form-checkbox {background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 6px;}

/* custom check box design */
.checkbox-wrapper { display: flex; align-items: center; gap: 10px; font-family: sans-serif; font-size: 16px; color: #fff; padding: 10px; padding-left: 0; font-family: Inter; }
.checkbox-wrapper input[type="checkbox"] { display: none; }
.checkmark { width: 3rem; height: 3rem; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 6px; border-radius: 4px; display: inline-block; position: relative; cursor: pointer; }
.checkbox-wrapper input[type="checkbox"]:checked + .checkmark::after { content: ""; position: absolute; top: 0.6rem; left: 1.1rem; width: 6px; height: 12px; border: solid #f1aa12;
    border-width: 0 2px 2px 0; transform: rotate(45deg); }
.label-text a { color: #f1aa12; text-decoration: underline; text-underline-offset: 3px; }

.checkbox-wrapper.white { background-color: #fff; color: #000;}
.checkbox-wrapper.white .checkmark { border-color: #dbdbdb; width: 2.4rem; height: 2.4rem;}
.checkbox-wrapper.white input[type="checkbox"]:checked + .checkmark::after { border-color: #333;  top: 0.3rem; left: 0.9rem;}

/* Footer */
.bottom-footer{ background: url(../img/footer-bg-bottom.webp) no-repeat center top / 100% 100%; position: relative; margin-top: -106px; padding-top: 106px;}
.footer .cta-banner { background: url(../img/footer-top-bg.webp) no-repeat center top / cover; padding: 18rem 0 10rem ;}
.footer .cta-banner h2 { font-size: 6.4rem; margin: 0; font-weight: 100; line-height: 6.9rem;}
.footer .cta-banner h2 + p { line-height: 3.2rem; margin: 3rem auto; text-align: center; max-width: 400px; color: #fafafa; opacity: 0.6;}

footer.footer .branches { margin-top: 11rem;}
footer.footer .branches .address-bx { background-color: #1c1c1c54; border: solid 1px #303030; text-align: center; border-radius: 10px; padding: 0 2rem 1rem; text-transform: uppercase;}
footer.footer .branches .address-bx  p { line-height: 26px; text-align: center;}
.branch-location { background: white; display: inline-flex; align-items: center; justify-content: center; color: black; gap: 10px; border-radius: 6px; padding: 6px; margin-top: -50px;}

.foot-menu h4 { font-size: 3rem; font-weight: 400;}
.foot-menu ul { list-style: none; padding: 0; margin: 0; line-height: 3.8rem;}
.foot-menu ul li a { color: white;}
.foot-menu ul li a:hover { color: var(--colorPrimary);}

.footer-yellow-bar { background: var(--colorPrimary); color: #000; padding: 0 20px; font-weight: 600; font-size: 14px; justify-content: space-between;}
.footer-yellow-bar a { color: var(--colorBlack);}
.social-icon a { background: #D9A129;
border: 1px solid #FFC956; border-radius: 100px; width: 3.6rem; height: 3.6rem; display: inline-flex; align-items: center; justify-content: center; margin: 10px 0;}

.legal h4 { font-size: 18px; font-weight: 600; margin-top: 0;}
.legal .d-flex { gap: 4rem;}
.legal .d-flex a { color: white; font-size: 14px;}
.legal .d-flex a:hover { color:var(--colorPrimary); font-size: 14px;}
.legal .copyright { font-size: 12px; color: #bdbdbd;}

.font-control-white { background: #fff; border: 1px solid #dbdbdb; border-radius: 10px; padding: 1.3rem 2.6rem; font-family: Inter; width: 100%; box-sizing: border-box; color: #000; font-size: 20px; font-weight: 300; font-size: 16px;}

/* GET A CALL MODAL */
.got-a-project-modal, .expertTalk-modal {color: black;}
.got-a-project-modal .modal-content, .expertTalk-modal .modal-content{ padding: 0; max-width: 900px; background: #fff;border-radius: 3rem; overflow: hidden;}
.got-a-project-modal .left-column{ background: url(../img/modal-bg.webp) no-repeat left top / cover; border: solid 1px white; overflow: hidden; border-radius: 3rem 0 0 3rem;}
.got-a-project-modal .left-column .heading { padding: 3.5rem; background-color: rgba(0, 0, 0, 0.54);}
.got-a-project-modal .left-column h2 { line-height: 4rem; margin: 0; padding: 0;}
.got-a-project-modal .right-column, .expertTalk-modal .right-column { background-color: #fff; padding: 3.5rem;}
.mb-15 { margin-bottom: 15px;}
.got-a-project-modal .two-column, .expertTalk-modal .two-column { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
.got-a-project-modal .quote { opacity: 0.7;}
.expertTalk-modal .left-column { background: url(../img/banner-talk-expert.webp) no-repeat left top / cover; border: solid 1px white; overflow: hidden; border-radius: 3rem 0 0 3rem;}
.expertTalk-modal .heading{padding: 4rem; height: 100%}
.expertTalk-modal .heading h2 { line-height: 5rem;}
.expertTalk-modal .heading a{color: #fff}

.modal-content .iti__country-name{color: #000}

.feedback-slider-wrapper { background: white; padding: 2rem; border-radius: 15px; margin: 0 3.5rem 3.5rem;}
.feedback-slider-wrapper .custom-arrows span {  display: inline-flex !important; width: 30px; height: 30px; border: solid 1px #939393;align-items: center;  justify-content: center;  border-radius: 30px;  cursor: pointer;}
.feedback-slider-wrapper .custom-arrows span:hover {border-color: var(--colorPrimary);}
.feedback-slider-wrapper .custom-arrows span:hover iconify-icon{  color: var(--colorPrimary);}
.feedback-slider-wrapper p { font-weight: 500; line-height: 28px;}
.feedback-slider-wrapper .desination { font-size: 14px; font-style: italic; font-weight: 400;}



/* casestudy pages  */
.casestudy-about { background: url(../img/casestudy-about-bg.webp) no-repeat center top / cover;}

.four-cards .card { flex: 1 0 200px;  background-color: #0C0C0C; border-radius: 10px; border: solid 1px #2E2E2E; padding: 2.5rem;}
.four-cards .btn-primary { font-size: 16px;}

.casestudy-process .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 3rem;}
.casestudy-process .process-grid .process-grid-card { background: rgba(255, 255, 255, 0.05); border: 1px solid #606060; border-radius: 10px; padding: 2.8rem; position: relative;}
.casestudy-process .process-grid .process-grid-card .number {font-size: 6rem; font-weight: 900; color: white; opacity: 0.10; line-height: 2.5rem; position: absolute; top: 3rem; right: 2rem;}

.case-study-challenges .card {background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.85) 100%); border: 1px solid #272727; border-radius: 12px; padding: 2rem;}
.casstudy-results .bg-black strong { line-height: 7rem;}
.casstudy-results img + div{ max-width:60%; }
.show-mobile{display: none;}
.more-case-study { background-color: #0B0B0B;}


.commen-banner { height: 90vh; }

.serices-banner { background: url(../img/services-header-bg.webp) no-repeat right top / cover;}
.cloud-services-banner { background: url(../img/cloud-services-banner.webp) no-repeat right top / cover;}
.mobile-app-develop-banner { background: url(../img/mobile-app-develop-banner.webp) no-repeat right top / cover;}
.digital-transformation-banner { background: url(../img/digital-transformation-banner.webp) no-repeat right top / cover;}
.software-development-banner { background: url(../img/software-development-banner.webp) no-repeat right top / cover;}
.data-analytics-banner { background: url(../img/data-analytics-banner.webp) no-repeat right top / cover;}
.blockchain-service-banner { background: url(../img/blockchain-service-banner.webp) no-repeat right top / cover;}
.it-consulting-banner { background: url(../img/it-consulting-banner.webp) no-repeat right top / cover;}
.ai-development-banner { background: url(../img/ai-development-banner.webp) no-repeat right top / cover;}
.devops-banner { background: url(../img/devops-banner.webp) no-repeat right top / cover;}
.ev-banner { background: url(../img/ev-banner.webp) no-repeat right top / cover;}
.digital-marketing-banner { background: url(../img/digital-marketing-banner.webp) no-repeat right top / cover;}
.aboutus-banner { background: url(../img/about-us-banner.webp) no-repeat center top / cover;}
.testimonials-banner { background: url(../img/testimonials-banner.webp) no-repeat center center / cover;}
.industries-banner { background: url(../img/Industries-banner.webp) no-repeat center top / cover;}
.technologies-banner { background: url(../img/technologies-banner.webp) no-repeat center top / cover;}
.portfolio-banner { background: url(../img/portfolio-banner.webp) no-repeat center top / cover;}
.contact-banner { background: url(../img/contact-banner.webp) no-repeat center top / cover;}
.service-banner { background: url(../img/service-banner.webp) no-repeat center top / cover;}
.hire-developers-banner { background: url(../img/hire-developers-banner.webp) no-repeat center top / cover;}
.lets-talk-ai-banner { background: url(../img/lets-talk-ai-banner.webp) no-repeat center top / cover;}

.services-client-info { background: #0D1014; border: solid 1px #454444; padding: 4rem; border-radius: 3rem; line-height: normal;}
.services-client-info .services-client-info-box p { margin: 0; line-height: 28px;}

.services-why-choose { background: url(../img/services-why-choose.webp) no-repeat center top / cover;}
.services-why-choose .grid-two { grid-template-columns: 1fr 1fr;}
.services-why-choose .whyus-card, .simple-card {background: #0C0C0C; border-width: 1px 1px 1px 5px; border-style: solid; border-color: #2E2E2E; border-radius: 10px; padding: 3rem;}
.services-why-choose .whyus-card p, .simple-card p { line-height: 28px;}
.simple-card{padding: 2rem;}


/* about us page */
.aboutus-banner h1 { line-height: 8.5rem;}
.about-emopowering-digital { background: url(../img/about-back.webp) no-repeat center top / cover;}
.about-emopowering-digital .about-content { max-width: 1000px;}

.about-card{background: #0C0C0C; border: 1px solid #2E2E2E; border-radius: 10px; padding: 2rem}

.leading-softwrae .left-column { max-width: 600px;}

.gallery-wrapper .gallery-item { display: grid; gap: 15px; grid-template-columns: 1fr 3.3fr;}
.gallery-wrapper .gallery-item img { border-radius: 10px;}
.gallery-wrapper .gallery-item .gallery-left { display: grid; grid-template-columns: 1fr; gap: 15px; }
.gallery-wrapper .gallery-item .gallery-right { display: flex; flex-direction: column; gap: 15px;}
.gallery-wrapper .gallery-item .gallery-top  { display: grid; grid-template-columns: 1fr 2fr; gap: 15px;}
.gallery-wrapper .gallery-item .gallery-bottom  { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px;}

/**/

.btn-link { color: var(--colorPrimary);}

.insights-updates { background: url(../img/insight-bg.webp) no-repeat center top / cover;}
.insights-updates .blog-card {background: #0C0C0C; border: 1px solid #2E2E2E; padding: 15px; border-radius: 10px;}
.insights-updates .blog-card .blog-thumb img { border-radius: 10px; width: 100%; max-height: 160px; object-fit: cover;}
.insights-updates .blog-card h4 { font-size: 20px; line-height: 28px; font-weight: normal; }
.insights-updates .blog-card h4 a { color: white;}
.insights-updates .blog-card h4 a:hover { color: var(--colorPrimary);}

.sticky-left{ position: sticky; top: 100px; height: fit-content;}
.sticky-right-sec{flex-direction: column; gap: 2rem}
.advancedtech-card{ background: #0C0C0C; padding: 3rem; border-width: 1px 1px 1px 5px; border-style: solid; border-color: #2E2E2E; border-radius: 10px;}
.btn-round-arrow{ background: #1D1D1D; border-radius: 50%; width: 65px; height: 65px; line-height: 65px; color: #fff; flex: none; display: flex; align-items: center; justify-content: center;}
.btn-round-arrow:hover{ background:var(--colorPrimary); }


.app-card{background: rgba(255, 255, 255, 0.05); border: 1px solid #F1AA12; border-radius: 10px; padding: 2rem; }
.lets-talk-content {max-width: 70%; text-align: center; margin: auto;}

.cookie-disclaimer.hide{display: none;}
.cookie-disclaimer {
    background: #fed524;
    color: #000;
    padding: 20px;
    opacity: 1;
    width: 400px;
    bottom: 15px;
    left: 15px;
    z-index: 999;
    height: auto;
    position: fixed;
}
.cookie-disclaimer p { margin: 0 0 15px; font-size: 18px; line-height: 27px;}
.cookie-disclaimer button {
    border: 2px solid #000;
    background: 0 0;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
}
.cookie-disclaimer button.decline-cookie {border: none;}
.errors_blocks {width: 100%; color: red; position: relative;}

.client-facts{margin-top: -10rem; position: relative; margin-bottom: 6rem}


.trusted-voices{ text-transform:uppercase; color:#4c4c4c; }
.testi-banner-head { font-size:8rem;}
.testi-banner-head span{ font-size:3rem; display:block }


.industries-bx {background: rgba(255, 255, 255, 0.05); border: 1px solid #606060; border-radius: 10px; overflow: hidden; color: #fff; position: relative;}
.industries-bx:after{position:absolute; content: ''; width: 100%; height: 100%; left: 0; right: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.69%, #000000 96.72%);}
.industry-overlay{ position:absolute; padding:2rem; bottom:0; width:100%;  color:#fff; z-index:1; }
.industry-overlay h3{ margin:0 }

/* portfolio */

.tab-header {display: flex; gap: 1rem; justify-content: center;}
    .tab-button {
            padding: 15px 25px;
            border: none;
            cursor: pointer;
            font-size: 18px;
            color: #ccc;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            background: transparent;
            box-shadow: 0px 4px 0px rgba(174, 174, 174, 0.25), inset 0px 2px 2px rgba(0, 0, 0, 0.25);
        }
    .tab-button:hover {background: rgba(102, 126, 234, 0.1);}
    .tab-button.active {
            box-shadow: 0px 4px 0px #E09E10, inset 0px 2px 2px rgba(0, 0, 0, 0.25); color: #E09E10;
        }
    .tab-button.active::before {width: 80%;}
    .tab-content {min-height: 400px;}
    .content-div {display: none;animation: fadeIn 0.5s ease-in-out;}
    .content-div.active {display: block;}
    @keyframes fadeIn { from {opacity: 0; transform: translateY(20px);}
            to {opacity: 1; transform: translateY(0);}
        }
    @media (max-width: 768px) {            
            .tab-button {padding: 15px; font-size: 16px;}
        }


.desktop-filters {margin: 35px 0; padding: 0; list-style: none; overflow: hidden; display: flex; gap: 1rem; justify-content: center;}
.desktop-filters li span {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
    opacity: 0.6;
}
.desktop-filters li:hover span {color: #fff; opacity: 1;}
.desktop-filters li span.active { color: #E09E10; opacity: 1; text-decoration: underline;}
.mobile-filters {
    display: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 25px;
    color: #000;
    min-height: 40px;
    line-height: 40px;
}

#gallery1, #gallery2 {display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; overflow: hidden; margin-bottom: 6rem}
.gallery-item {position: relative;z-index: 10;display: none; background: #141414; border: 1px solid #2D2D2D; border-radius: 3rem; padding: 20px;}
.gallery-item a{display: block; color: #fff}

.work_images .half_image {width: 100%;overflow: hidden;height: 55vh;max-height: 400px;}
.work_images.long .half_image {height: 80vh;max-height: 380px; margin: 0}
.background-image {position: relative;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: left top;background-repeat: no-repeat;}
.image_reveal, .image_zoom {position: relative;width: 100%;height: 100%; border-radius: 2rem; overflow: hidden;}
.work_images.long .half_image .background-image {top: -0%;left: -0%; width: 100%;height: 100%;}
.work_images.long.netleon-works-img .half_image .background-image {width: 100%;height: 100%; left: 0;}

.work_images .work_caption {padding-top: 20px; display: flex; align-items: center;}
.work_images .work_caption .client {padding-right: 20px; white-space: nowrap; opacity: .7;}
.font_caps {font-size: 14px; font-weight: 400; text-transform: uppercase;}
.work_images .work_caption .line_sep {height: 1px; margin-top: 5px; background: rgba(255, 255, 255, .3); width: 35%;}

.work_images p.desc { padding: 0; opacity: .6; line-height: 1.8; font-weight: 300; margin-top: -10px;}
.key-results-port strong{display: block; font-size: 20px; padding-top: 10px;}
.key-results-port span{display: block; font-size: 13px;}
.radius-30{border-radius: 3rem}

/* service  */
.tags a{
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 5px 15px;
gap: 10px;
background: #252424;
border: 1px solid #3B3838;
border-radius: 6px;
color: #fff;
font-size: 14px;
}
.tags a:hover{border: 1px solid #666;}

/* Contact page */
.btn-whatsapp, .btn-telegram {background: #1FAF38; box-shadow: 0px 6px 0px rgba(174, 174, 174, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 4px; font-weight: 600; font-size: 18px; padding: 10px 15px; line-height: 27px; text-transform: uppercase; color: #fff; display: inline-block; cursor: pointer; border: none; display: inline-flex; gap: 1rem;}
.btn-telegram {background: #28A7E8; margin-left: 10px;}
.btn-whatsapp:hover, .btn-telegram:hover { opacity:0.9; }

.contact-info .simple-card{ display: flex; gap: 1rem;align-items: center;}
.contact-left a{color: var(--colorPrimary);}
.contact-left a:hover{ text-decoration: underline}
.contact-info{display: flex; flex-direction: column; gap: 1rem}
.contact-info .branch-location{margin: 0; display: inline-flex; min-width: 145px; margin-right: 10px; justify-content: left}

/* Thank you */
.thank-you-envelope {
    text-align: center;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .1);
    border-radius: 30px 80px;
    display: inline-block;
    line-height: 150px;
    padding: 30px 0;
}
.thank-you-envelope svg { fill: var(--colorPrimary); width: 120px; height: 120px;}
.thank-you-social-list {margin: 0 0 30px; padding: 0; display: flex; gap: 30px; justify-content: center; list-style: none;}
.thank-you-social-list li svg {width: 24px; height: 24px; fill: #fff;}
.yellow-text-btn .magnet.center { color: #fed524; font-size: 30px; font-style: italic; font-weight: 300; padding: 0; margin-bottom: 30px;}

/* Hiring Developers */
.top-form-box{background: rgba(0, 0, 0, 0.6); border: 1px solid rgba(96, 96, 96, 0.5); border-radius: 15px; padding: 3rem}
.top-form-box .form-control {background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 10px; padding: 2rem 2.6rem; font-family: Inter; width: 100%; box-sizing: border-box; color: white; font-size: 20px; font-weight: 100;}

.hiring-bxes{background: #0C0C0C; border: 1px solid rgba(241, 170, 18, 0.5); border-radius: 10px; text-transform: uppercase; text-align: center; padding: 15px}
.hiring-bxes strong{display:block; line-height: normal;}


.static-content{ padding-bottom: 5rem}
.static-content a{color: var(--colorPrimary);}

/* Careers  */

.position-list ul {
    margin: 0 0 35px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 15px;
}
.position-list ul li {
    background: #5e5d5d;
    border-radius: 6px;
    list-style: none;
    padding: 14px;
    display: grid;
    grid-template-columns: 60% 35%;
    justify-content: space-between;
    box-shadow: 5px 5px 0 #514f4f;
    border: 2px solid #717070;
}
.pl-right {
    padding-left: 20px;
    border-left: 2px solid #6a6a6a;
}
.tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.tools-list span {
    display: inline-block;
    color: #fed524;
    padding: 0 3px 0 0;
    font-size: 14px;
    font-style: italic;
}
.job-apply-now-button button {
    background: 0 0;
    color: #fff;
    padding: 8px 0;
    min-height: auto;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-bottom: 4px solid #f1aa12;
}

.position-apply {
    border: 1px dashed var(--yellow-color);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 50px;
}

.careers-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    transition: .3s;
    display: none;
}
.careers-popup.active{display: flex;}
.careers-modal {
    max-width: 700px;
    background: #000;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    border: 1px solid #464646;
    position: relative;
}
.careers-modal .close {
    position: absolute;
    color: var(--yellow-color);
    font-size: 24px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.careers-modal label.resume-label {
    font-size: 18px;
    color: #454545;
    font-family: sans-serif;
    margin-bottom: 15px;
    display: block;
}
.formbold-file-input{position: relative;}
.formbold-file-input label {
    position: relative;
    border: 1px dashed #3c3c4c;
    border-radius: 6px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}
.formbold-file-input input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.formbold-drop-file {
    display: block;
    font-weight: 600;
    color: #767676;
    font-size: 20px;
    margin-bottom: 8px;
}
.formbold-or {
    color: #6b7280;
    display: block;
    margin-bottom: 8px;
}
.formbold-browse {
    color: #767676;
    display: inline-block;
    padding: 8px 28px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}