
/* home case study slider */
.casestudy-pin-section {overflow:hidden; background:#000;height: fit-content;position: relative;}
.casestudy-wrapper {display:flex; flex-wrap:nowrap; gap:10px; width:max-content; padding-bottom:50px;}
.casestudy-block {width:650px; display:flex; flex-direction:column;}
.casestudy-img {border-radius:8px;}
.casestudy-img img {border-radius:8px;}

.short-sub-head{font-size: 28px;font-weight: 500;line-height: 1.5em;}

/* about page */
.about-hero {background:#000; position:relative; overflow:hidden;}
.about-hero-inner {position:relative;width:100%;height:100vh; max-height: 1200px; display: flex;gap: 45px;justify-content: start;align-items: center;}
.about-hero-video {width:440px;height:447px;overflow:hidden;}
.about-hero-video video {width:100%; height:100%; object-fit:cover;}
.about-hero-content {}
.about-hero-title {color:#fff;font-size:120px;letter-spacing: 3px;line-height:1.15;font-weight:600;margin:0;padding:0;text-align: center;}
.about-hero-title div {display:flex; flex-direction:column;}
/* .about-hero-title div > span:last-child { padding-left:60px; } */

.abt-word-anim {position:relative; display:inline-block; height:1.2em; overflow:hidden; vertical-align:bottom; min-width:450px;}
.abt-word-anim .abt-word {position:absolute; left:0; top:0; display:block; font-family:"Playfair Display", serif; font-weight:400; font-style:italic; border-bottom:1px solid #fff; white-space:nowrap;}

.playfair-font-fam{font-family:"Playfair Display", serif; font-weight:400; font-style:italic;}
.section-label h2{ font-size: 38px; line-height: 1.5em;}
.section-sub-cont{font-weight: 600; font-size: 22px; line-height: 1.5em;}
.end-line-border{border-bottom: 1px solid rgb(255 255 255 / 10%); display: block;}


.abt-stats-section {}
.abt-stats-container {display:flex; justify-content:space-between; gap:240px;}
.abt-stats-left {flex:1;}
.abt-stats-left h3 {font-size:60px; font-weight:600; line-height:1.2em; letter-spacing:2px;}
.abt-stats-left p {margin:20px 0 0; color:#A9A9A9; max-width:520px; font-size:16px; font-weight:500; line-height:1.5em;}

.stats-media-box {margin-top:40px; border-radius:12px; overflow:hidden; width:666px; height:323px;}
.stats-media-box video {width:100%; height:100%; display:block; object-fit:cover;}

.abt-stats-right {flex:1; display:flex; justify-content:space-between; align-items:flex-end;}
.abt-stats-view {display:flex; flex-direction:column; gap:40px;}
.abt-stat-point h4 {font-size:36px; font-weight:600; letter-spacing:2px; line-height:1em; margin:0;}
.abt-stat-point p {color:#B8B8B8; position:relative; font-size:20px; font-weight:500; margin:10px 0 0;}
.abt-stat-point p::after {content:""; display:block; width:100%; height:1px; background:linear-gradient(to right, #6A41FB, #F49959); margin-top:40px;}
.abt-stats-view .abt-stat-point:last-child p::after {display:none;}

.abt-experience {text-align:right;}
.abt-experience h4 {font-size:405px; font-weight:600; letter-spacing:4px; background:linear-gradient(90deg, #6A41FB, #F49959); -webkit-background-clip:text; -webkit-text-fill-color:transparent; line-height:1; margin-bottom:-40px;}
.abt-experience h4 span {font-size:190px;}
.abt-experience p {font-size:48px; font-weight:600; letter-spacing:2px; line-height:1em; background:linear-gradient(135deg, #6A41FB, #F49959); -webkit-background-clip:text; -webkit-text-fill-color:transparent; margin:0;}

.abt-xl-link {width:100%; color:#fff; border-top:1px solid #fff; border-bottom:1px solid #fff; font-size:220px; line-height:1.1em; font-weight:600; letter-spacing:4px; margin-top:45px; padding:70px 0; display:flex; justify-content:center; align-items:center; transition:all 0.4s ease;}
.abt-xl-link img {animation:fan-spin 7s linear infinite; will-change:transform; margin-right:20px;}
.abt-xl-link:hover img {animation-play-state:paused;}
.abt-xl-link span {position:relative;}
.abt-xl-link span::after {content:attr(data-text); position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(180deg, #6A41FB, #F49959); background-size:200%; background-position:0%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; opacity:0; transition:opacity 0.4s ease, background-position 0.4s ease;}
.abt-xl-link:hover span::after {opacity:1; background-position:100%;}

.become-partner-wrap {display:flex; gap:20px;padding-bottom: 100px;}
.partner-wrap-left {width:50%; display:flex; flex-direction:column; gap:30px; justify-content:space-between;}
.partner-wrap-right {width:50%; display:flex; flex-direction:column; justify-content:space-between; gap:20px;}
.partner-wrap-right h3 {font-size:40px; font-weight:600; letter-spacing:2px; line-height:1.2em; margin:0; padding:0;}
.partner-wrap-right p {font-size:20px; font-weight:300; line-height:1.5em; margin:0 0 40px; padding:0;}

.wht-link-btn {width:fit-content; text-decoration:none; background-color:#fff; color:#000; font-size:18px; font-weight:600; line-height:1.1em; padding:20px 18px; transition:all 0.4s ease; border:1px solid #fff;}
.wht-link-btn .icon-arrow-svg{ margin: 0 15px; transition: all 0.4s ease; }
.wht-link-btn:hover{background-color: #000; color: #fff;}
.wht-link-btn:hover .icon-arrow-svg{ transform: rotate(45deg) translateX(2px); }

.client-logo-marquee {position:relative;overflow:hidden;}
.client-marquee-track {display:flex;width:max-content;animation:marquee-scroll 25s linear infinite;height:100%;align-items:center;gap: 200px;}
.client-marquee-track:hover {animation-play-state:paused;}
.client-marquee-content {display:flex;gap: 200px;}
.client-marquee-content img {width: 175px;object-fit:contain;}

.fade-mask::before, .fade-mask::after {content:""; position:absolute; top:0; width:120px; height:100%; z-index:10; pointer-events:none;}
.fade-mask::before {left:0;background: linear-gradient(to right, #000000 0%, transparent 100%);}
.fade-mask::after {right:0;background: linear-gradient(to left, #000000 0%, transparent 100%);}

@keyframes marquee-scroll {
0% {transform:translateX(0);}
100% {transform:translateX(-50%);}
}


/* case study page */
.cs-hero-section {position:relative; height:100vh; max-height: 1080px; background:url("../images/case-study/geesmart/cs-geesmart-banner.webp") center / cover no-repeat; display:flex; align-items:flex-end;}
.cs-hero-section::before {content:""; position:absolute; height:50%; left:0; right:0; bottom:0; background:rgba(10, 10, 10, 0.1); background:linear-gradient(0deg, rgba(10, 10, 10, 0.86) 0%, rgba(255, 255, 255, 0) 100%);}
.cs-hero-content {position:relative; z-index:2; color:#fff; padding-bottom:100px;}
.cs-hero-content h1 {font-size:70px; line-height:1.1; font-weight:400; margin-bottom:20px; letter-spacing:2px;}
.cs-hero-content p {font-size:16px; font-weight:300; line-height:1.6; max-width:520px; opacity:1; margin:0;}

.cs-prjt-summ-sec {padding:80px 0 40px; color:#000; background-color:#fff;}
.cs-project-label {font-size:20px; font-weight:500;}
.cs-prjt-summ-wrap {display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:start;}
.cs-project-info {width:60%;display:flex;flex-direction:column;height:100%;justify-content:space-between;gap: 70px;}
.cs-details-row{}
.cs-info-row {display:flex; justify-content:space-between; gap: 15px; padding:18px 0; border-bottom:1px solid #ddd;}
.cs-info-row span {color:#666666; font-size:18px; font-weight:500;}
.cs-info-row strong {font-weight:500; font-size:22px; line-height:1;}
.cs-prjt-desc{display: flex; justify-content: space-between; flex-direction: column; gap: 30px;}
.cs-prjt-desc p {font-size:36px;font-weight:600;line-height:1.3;color:#A1A1A1; margin-bottom: 65px;}
.barcode-stamp{width: 160px; margin-top: 20px;}
.ln-black-border{ border-top: 1px solid rgb(0 0 0 / 10%);}

.text-anim-block {display: inline-block;transition: color 0.3s ease;}
/* .text-anim-block.is-active {color: #282828;} */

.cs-text-marquee {width:100%; overflow:hidden; background:#fff; margin-top: -1px; margin-bottom: -1px;}
.cs-marquee-track {display:flex; width:max-content; animation:cs-marquee 20s linear infinite;}
.cs-marquee-track span {font-size:clamp(40px, 8vw, 150px); line-height:1; font-weight:400; color:rgb(0 0 0 / 15%);}

@keyframes cs-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.cs-img-grid {display:grid; gap:10px; margin:0 auto;}
.cs-img-grid img {width:100%; height:100%; object-fit:cover; display:block;}
.cs-img-grid-top {}
.cs-img-grid-bottom {display:grid; grid-template-columns:repeat(2, 1fr); gap:10px;}
.cs-img-item {width: fit-content;}
.img-zoom {transition:transform .5s; -webkit-transition:transform .5s; -moz-transition:transform .5s; transform:scale(1); overflow:hidden}
.img-zoom:hover {transform:scale(1.07)}


.tech-summary-cs {display:grid; grid-template-columns:1.3fr 1fr; gap:50px; color:#fff;}
.tech-cs-left{width: 70%;}
.tech-summ-head {font-size: 40px;font-weight: 500;line-height: 1;letter-spacing: 2px;margin-bottom: 35px;}
.tech-tags-wrap {display:flex;flex-wrap:wrap;gap:12px;margin-bottom:80px;}
.tech-tag {padding: 12px 30px 12px 20px;border-radius:999px;font-size: 20px;font-weight: 300;line-height: 1;background:rgba(255, 255, 255, 0.08);border: 1px solid rgb(255 255 255 / 15%);display: flex;flex-direction: row;gap: 10px;white-space: nowrap;justify-content: center;align-items: center;}
.tech-tag img{ animation: fan-spin 4s linear infinite;will-change: transform; max-width: 20px;}

.sp-purple {background: rgb(236 140 255 / 15%);}
.sp-green {background: rgb(140 255 0 / 15%);}
.sp-blue {background: rgb(0 208 255 / 15%);}
.sp-gray {background: rgb(140 146 255 / 15%);}
.sp-dark {background: rgb(255 255 255 / 10%);}
.sp-yellow {background: #2E1E00;}

.show-graphics-video {width:350px; aspect-ratio:3 / 4; margin-left:auto;}
.crystal-video {width:100%; height:100%; object-fit:cover; filter:contrast(1.1) brightness(1.05); filter:grayscale(100%);}
.tech-cs-right h3 {font-size:50px; line-height:1.1; letter-spacing:2px; font-weight:500; margin-bottom:30px;}
.tech-cs-right p {font-size:20px; line-height:1.7; margin-bottom:80px; color:#BEBEBE;}
.tech-cs-meta {border-top:1px solid rgba(255, 255, 255, 0.2);}
.tech-meta-row {display:flex; justify-content:space-between; align-items:center; padding:22px 0; border-bottom:1px solid rgba(255, 255, 255, 0.15);}
.tech-meta-row span {color:#BEBEBE; font-size:20px; line-height:1;}
.tech-meta-row strong {font-weight:500; font-size:18px; line-height:1;}
.tech-meta-row .icon-arrow-svg {margin-right:25px;}

.head-cs-context {font-size:30px; font-weight:600; letter-spacing:1px; line-height:1;}
.cs-title-w-img {font-size:60px; font-weight:300; line-height:1.1; color:#1E1E1E; width:60%; margin:40px 0;}
.cs-title-w-img span {display:inline-block; min-width:250px; text-align:center;}
.cs-title-w-img span img {height:73px; width:250px; object-fit:cover; border-radius:4px; transition:all 0.4s ease;}
.cs-title-w-img span:hover img {width:108px;}
.context-img-wrapper {display:grid; grid-template-columns:1fr 1fr; gap:10px;}
.context-img-lft-sec {}
.context-img-box {width:fit-content; height: 100%;}
.context-img-box img{width:100%; height: 100%;object-fit: cover;}
.context-img-rght-sec {display:flex; flex-direction:column; justify-content:space-between; gap:25px;}
.context-img-rght-sec p {font-size:35px; font-weight:200; line-height:1.5; padding-left:100px;}

.context-reveal-wrapper {background:#000;}
.context-reveal-item {display:grid;grid-template-columns:1.2fr 1fr 1.5fr;align-items:center;padding: 60px 50px;color:#fff;transition:color 0.4s ease;transition:background-color 0.6s ease;}

.context-reveal-left {display:flex; align-items:center; gap:25px;}
.context-reveal-left h4 {font-size: 50px;font-weight:600;letter-spacing: 1px;line-height: 1.1;transition: all 0.5s ease;margin: 0;}
.context-reveal-icon {}
.context-reveal-icon svg{width: 55px;height: 55px;opacity: 0.5;animation:fan-spin 6s linear infinite; will-change:transform;}

.context-reveal-video{width: fit-content; margin: 0 auto;}
.context-reveal-video video {width: 205px;height: 205px;border-radius:50%;object-fit:cover;opacity:0;transform:scale(0.8);transition:all 0.6s ease; will-change: transform, opacity;}

.context-reveal-right {opacity:0; transform:translateY(30px); transition:all 0.6s ease;}
.context-reveal-right h5 {font-size: 40px;font-weight: 600;letter-spacing: 1px;line-height: 1.1;margin-bottom: 25px;}
.context-reveal-right p {margin: 0;padding: 0;color: #141414; font-size: 23px;font-weight: 200;line-height: 1.3;}
.context-reveal-item:hover .context-reveal-left h4 {font-size: 65px;}



/* Service page */
.serv-pink-color {color:#EC8CFF;}
.serv-pink-bg {background-color:#EC8CFF;}
.serv-orange-color {color:#FFBC8C;}
.serv-orange-bg {background-color:#FFBC8C;}
.serv-green-color {color:#9FFF8C;}
.serv-green-bg {background-color:#9FFF8C;}

.service-hero-section {position:relative;}
.service-hero-section::before {content:"";position:absolute;top:0;left:0;right:0;bottom:-1px;background: rgb(0 0 0 / 50%);}
.service-hero-content {position: absolute;bottom: 0;z-index:2;color:#fff;padding-bottom:50px;}
.service-hero-content h2 {font-size:100px; font-weight:400; line-height:1; margin:0 0 45px;}
.service-hero-content h1 { display: block; margin: 0 0 15px; padding: 0; font-weight: 300; font-size: 28px; line-height: 1.1;}
.service-hero-content p {font-size:16px; font-weight:300; line-height:1.6; max-width:520px; margin:0;}
.service-hero-btn {display:block; width:fit-content; color:#171717; text-decoration:none; background:#fff; border:1px solid #fff; border-radius:50px; padding:12px 25px; font-size:18px; font-weight:500; transition:all 0.4s ease; margin-top:50px;}
.service-hero-btn:hover {background:transparent; color:#fff;}

.serv-hero-vid-sec {height:100vh;max-height:1200px;max-width: 4000px;margin: 0 auto;}
.serv-hero-vid-sec video {width:100%; height:100%; object-fit:cover;}
.serv-hero-vid-sec img {width:100%; height:100%; object-fit:cover;}


.serv-sub-head {font-size:45px; font-weight:400; letter-spacing:1px; line-height:1.1; color:#fff; margin:0;}
.serv-subhead-cont {color:#BABABA; font-size:20px; font-weight:400; line-height:1.1; margin:0;}
.serv-big-head {font-size:75px; font-weight:400; letter-spacing:1px; line-height:1.1; color:#fff; margin:0;}

.service-abt-section {}
.service-abt-section .serv-sub-head {max-width:700px;}
.abt-serv-wrap {display:flex;gap: 30px; align-self: flex-start;}
.abt-design-obj {flex:1; display:flex; justify-content:center; align-items: flex-start;}
.abt-design-vid {width:350px; margin:0 auto;}
.abt-design-vid video {width:100%; height:100%; object-fit:contain;}
.serv-abt-cont {flex:1.2;}
.serv-abt-cont p {font-size:20px; font-weight:400; line-height:1.7; color:#898989; margin:0;}
.para-block {display:block; margin-bottom:1.4em;}
.para-block:last-child{margin-bottom: 0;}

.service-option-title {text-align:center; max-width:1200px; margin:0 auto;}
.service-option-title h3 span {position:relative;}
.service-option-title p { line-height:1.5; }
.service-option-title h3 span::before {content:""; position:absolute; left:-8px; right:-8px; top:15px; bottom:1px; z-index:-1;}
.service-option-title h3 span.pink-strip::before {background:#EC8CFF;}
.service-option-title h3 span.orange-strip::before {background:#FFBC8C;}
.service-option-title h3 span.green-strip { color: #000;}
.service-option-title h3 span.green-strip::before {background:#9FFF8C; color: #000;}

.service-optn-grid {display:grid;grid-template-columns:repeat(3, 1fr);border: 1px solid rgb(255 255 255 / 8%);}
.service-optn-box {padding:60px 40px;border-right: 1px solid rgb(255 255 255 / 8%);border-bottom: 1px solid rgb(255 255 255 / 8%);transition:0.4s ease;}

.service-optn-box:hover {background:rgb(255 255 255 / 5%)}
.service-optn-icon {margin-bottom:25px;}
.service-optn-icon img {width: 44px;height: 44px;object-fit: contain;}
.service-optn-box h4 {color:#fff;font-size: 26px;font-weight:500;line-height: 1.1;margin-bottom:20px;}
.service-optn-box p {color: #898989;font-size: 18px;font-weight: 400;line-height:1.7;}

.section-title {font-size:64px; font-weight:300; margin-bottom:80px;}
.serv-stats-wrap {display:flex; justify-content:space-between; gap:80px; margin-bottom:125px;}
.serv-stats-left {flex:1; display:flex; justify-content:flex-start; align-items:flex-end;}
.serv-stats-exp {}
.serv-exp-num {font-size:220px; font-weight:600; line-height:1; }

.serv-exp-num.pink-grad {background:linear-gradient(90deg, #ffffff, #EC8CFF); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.serv-exp-num.orange-grad {background:linear-gradient(90deg, #ffffff, #FFBC8C); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.serv-exp-num.green-grad {background:linear-gradient(90deg, #ffffff, #9FFF8C); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}

.serv-exp-num span {font-size:180px;}
.serv-exp-text {font-size:50px; font-weight:400; line-height:1; letter-spacing: 1px; color:#fff; margin:15px 0 0;}
.serv-stats-right {flex:1.3;}
.serv-stats-right p {color:#AFAFAF; line-height:1.8; font-size:20px; margin-bottom:0;}
.serv-stats-view {display:flex;justify-content:space-between;gap:40px;}
.serv-stat-box {text-align:center;padding: 15px 25px;position:relative;}
.serv-stat-box h5 {font-size: 50px;font-weight:400;line-height: 1;letter-spacing: 1px;margin-bottom:10px;color: #fff;}
.serv-stat-box p {color: #CECECE;font-size:16px;font-weight: 500;line-height: 1.1;margin: 0;}
.serv-stat-box::before, .serv-stat-box::after, .serv-stat-box i::before, .serv-stat-box i::after {content:"";position:absolute;width: 10px;height: 10px;border-color: #CECECE;border-style:solid;}
.serv-stat-box::before {top:0;left:0;border-width: 1px 0 0 1px;}
.serv-stat-box::after {bottom:0;right:0;border-width: 0 1px 1px 0;}
.serv-stat-box i::before{right: 0;top: 0;border-width: 1px 1px 0 0;}
.serv-stat-box i::after{bottom:0;left: 0;border-width: 0 0 1px 1px;}

.indus-cater-title {text-align:center; max-width:800px; margin:0 auto;}
.indus-cater-title p {line-height:1.5;}
.industry-marquee-wrap {margin:0 auto; overflow:hidden; position:relative;}
.industry-marquee-wrap::before, .industry-marquee-wrap::after {content:""; position:absolute; top:0; width:45%; height:100%; z-index:2; pointer-events:none;}
.industry-marquee-wrap::before {left:0; background:linear-gradient(to right, #000000, #00000000);}
.industry-marquee-wrap::after {right:0; background:linear-gradient(to left, #000, transparent);}
.industry-marquee-track {display:flex; gap:80px; white-space:nowrap; will-change: transform;}
.industry-marquee-track span {color:#ffffff;font-size: 24px;font-weight:500;line-height: 1.1;}

.client-testmn-title {}
.client-testmn-title h3 {max-width:450px;}
.client-testmn-title p {font-size:16px; line-height:1.5; color:#BABABA; max-width:540px; margin:0;}
.testimonial-card {background:rgb(65 65 65 / 40%); color:#BABABA; border-radius:8px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:70px 50px 50px; height: auto;}
.testimonial-card p {color:#fff; font-size:20px; font-weight:400; line-height:1.5; margin:0 0 50px; max-width:95%;}
.testimonial-card div {}
.testimonial-card div img {}
.testimonial-card strong {font-size:16px; font-weight:400; line-height:1; margin-top:30px;}
.testimonial-card span {display:none; margin:12px 0 0; font-size:14px; font-weight:400;}

.testm-slider {position:relative;padding-top: 60px;}
.slider-custom-nav{position: absolute;display: flex;gap: 15px;top: 5px;right: 5px;}
.sldr-nav-btn{width: 35px;height: 35px;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: all 0.4s ease;}
.sldr-nav-btn:hover{ transform: scale(1.05);}
.sldr-nav-btn.nxt > svg{transform: rotate(180deg);}
.sldr-nav-btn.disabled{opacity: 0.4; pointer-events: none; background-color: rgba(217, 217, 217, 0.34);}
.sldr-nav-btn.serv-green-bg svg{color: #000;}

.serv-faq-section {position:relative; min-height:800px;max-width: 1920px;margin: 0 auto;}
.serv-faq-section .grag-img-1 {position:absolute; top:0; left:0; z-index:0;width: 425px;}
.serv-faq-section .grag-img-1 svg {width:100%; height:100%; object-fit:cover;}
.serv-faq-section .grag-img-2 {position:absolute; bottom:0; right: 0; z-index:0;width: 300px;}
.serv-faq-section .grag-img-2 svg {width:100%; height:100%; object-fit:cover;}

.serv-faq-title {display:flex; flex-direction:column; justify-content:center; align-items:center; gap:30px;}
.serv-faq-title span {color:#7E7E7E; border:1px solid #7E7E7E; font-size:20px; font-weight:400; line-height:1; border-radius:10px; padding:5px 22px; display:block; width:fit-content;}
.serv-faq-title p { max-width:520px; }

.serv-faq-section .custm-comn-accordion {max-width:85%; margin:0 auto;}
.serv-faq-layout {display:flex; gap:50px;}
.serv-faq-col {flex:1; display:flex; flex-direction:column; gap:20px;}

.custm-comn-accordion{display: flex; flex-direction: column; gap: 20px;}
.custm-comn-accordion .accordion-item {background:linear-gradient(145deg, #111, #1a1a1a); border:none; border-radius:16px; overflow:hidden;}
.custm-comn-accordion .accordion-button {background:transparent; color:#fff; font-size:20px; line-height:1.2; font-weight:300; padding:22px 70px 22px 35px; border:none; box-shadow:none; position:relative;}
.custm-comn-accordion .accordion-button:not(.collapsed) {background:transparent; color:#fff; box-shadow:none;}
.custm-comn-accordion .accordion-button:focus {box-shadow:none;}
.custm-comn-accordion .accordion-button::after {display:none;}
.custm-comn-accordion .accordion-body {padding:0 70px 30px 35px; color:#EAEAEA; font-size:17px; font-weight:300; line-height:1.7;}
.faq-plus-icon {position:absolute;right:25px;width:38px;height:38px;border-radius:50%;background: #2a2a2a;display:flex;align-items:center;justify-content:center;transition:0.3s ease;}
.faq-plus-icon::before, .faq-plus-icon::after {content:""; position:absolute; background:#fff; transition:0.3s ease;}
.faq-plus-icon::before {width:14px; height:2px;}
.faq-plus-icon::after {width:2px; height:14px;}
.accordion-button:not(.collapsed) .faq-plus-icon::after {opacity:0;}
.accordion-button:hover .faq-plus-icon {background:#3a3a3a;}

.serv-benfit-wrap {color:#fff; display:flex; border:1px solid rgb(255 255 255 / 25%);}
.serv-benfit-col {flex:1; padding:100px;}
.serv-benfit-col:first-child {border-right:1px solid rgb(255 255 255 / 25%);}
.serv-benfit-cont {display:flex; flex-direction:column; gap:22px;}
.serv-benfit-cont p {line-height:1.7;}

.cont-strip-bg{background: #060702;}
.cont-strip-section{min-height: 500px;position: relative; max-width: 1920px; margin: 0 auto;}
.cont-strip-section::before{content: "";position: absolute;background: url("../images/services/strip-gradient-pink-left.webp") left / contain no-repeat;top: 0;left: 0;width: 45%;height: 100%;}
.cont-strip-section::after{content: "";position: absolute;background: url("../images/services/strip-gradient-pink-right.webp") right / contain no-repeat;top: 0;right: 0;width: 45%;height: 100%;}

.cont-strip-section.green-bg::before{background: url("../images/services/strip-gradient-green-left.webp") left / contain no-repeat;}
.cont-strip-section.green-bg::after{background: url("../images/services/strip-gradient-green-right.webp") right / contain no-repeat;}

.cont-strip-section.orange-bg::before{background: url("../images/services/strip-gradient-orange-left.webp") left / contain no-repeat;}
.cont-strip-section.orange-bg::after{background: url("../images/services/strip-gradient-orange-right.webp") right / contain no-repeat;}

.serv-cont-strip{text-align: center;display: flex;flex-direction: column;gap: 40px;position: relative; z-index: 1;}
.comn-wht-rad-btn {display:block; width:fit-content; margin:0 auto; text-decoration:none; background:#fff; color:#000; border:1px solid #fff; padding:16px 25px; border-radius:40px; font-size:20px; font-weight:400; line-height:1; transition:all 0.4s ease;}
.comn-wht-rad-btn:hover {background:#000; color:#fff;}

.serv-form-sec{display: flex; gap: 50px;}
.serv-form-wrap{ flex: 1.3;}
.serv-form-img{flex: 1;display: flex;justify-content: center;align-items: center;}
.serv-form-img div{}

.serv-process-wrap {display:flex; gap:50px;  align-items: flex-start; }
.serv-process-vid {flex:1; display:flex; justify-content:center; align-items:flex-start;}
.serv-process-vid div {width:603px;}
.serv-process-vid div video {width:100%; height:100%; object-fit:cover;}
.serv-process-content {flex:1;}

.process__accordion {}
.process__item {border-bottom:1px solid rgba(255, 255, 255, 0.15);}
.process__header {width:100%; background:none; border:none; color:#fff; font-size:22px; font-weight:300; padding:15px 0; display:flex; justify-content:space-between; align-items:center; cursor:pointer; text-align:left;}
.process__header span:first-child {transition:color 0.3s ease;}
.process__icon {width:38px; height:38px; border-radius:50%; background:#1c1c1c; position:relative; transition:transform 0.3s ease;}
.process__icon::before {content:""; position:absolute; top:50%; left:50%; width:8px; height:8px; border-right:2px solid #fff; border-bottom:2px solid #fff; transform:translate(-50%, -60%) rotate(45deg);}

.process__content {height:0; overflow:hidden; transition:height 0.4s ease;}
.process__content p {color:#BABABA; font-size:17px; font-weight:400; line-height:1.7; max-width:70%;}
.process__item.active .process__icon {transform:rotate(180deg);}

.partner-work-wrap .service-optn-icon img{filter: none;}
.service-work-list{padding-bottom: 50px;}



/******************** breaks ************************/

@media (max-width: 1800px) {

.about-hero-title{ font-size: 115px;}
.abt-xl-link{font-size: 200px;padding: 60px 0;}

.tech-summary-cs { grid-template-columns:1fr 1fr;}
.tech-cs-left {width: 80%;}
.cs-title-w-img {width: 65%;}

}

@media (max-width: 1700px) {

.casestudy-block {width:600px;}
.about-hero-title{ font-size: 100px;}
.abt-stats-container{ gap: 160px;}
.abt-experience h4{font-size: 340px;}
.abt-experience p{font-size: 40px;}
.abt-xl-link{font-size: 180px;}

.cs-title-w-img {width: 70%;}

}

@media (max-width: 1600px) {

.casestudy-block {width:550px;}
.about-hero-video{ width: 350px; height: 360px;}
.about-hero-title{font-size: 90px;}
.abt-experience h4{font-size: 300px;}
.abt-experience h4 span {font-size: 170px;}
.abt-experience p{font-size: 34px;}
.abt-word-anim{min-width: 380px;}
.abt-stats-container{ gap: 100px;}
.stats-media-box{ width: 600px; height: 290px;}
.abt-xl-link{font-size: 150px;}
.become-partner-wrap{padding-bottom: 50px;}

.cs-hero-content h1{ font-size: 60px;}
.cs-prjt-summ-wrap{  grid-template-columns: 1fr 1.3fr;}
.cs-project-info{width: 80%;}
.cs-prjt-desc p{font-size: 32px;}

.tech-cs-left {width: 100%;}
.tech-tags-wrap{ margin-bottom: 50px;}
.tech-tag{ font-size: 18px;}
.show-graphics-video{margin: 0 auto;  width: 300px;}
.tech-cs-right h3{ font-size: 45px;}
.tech-cs-right p{ font-size: 18px;margin-bottom: 50px;}
.cs-title-w-img{width: 65%;font-size: 50px;line-height: 1.3;}
.context-img-rght-sec p{font-size: 30px;line-height: 1.4;padding-left: 70px;}

.context-reveal-item{padding: 55px 45px;}
.context-reveal-icon svg{width: 50px;height: 50px;}
.context-reveal-left h4{font-size: 45px;}
.context-reveal-item:hover .context-reveal-left h4{ font-size: 55px;}
.context-reveal-video video{width: 190px;height: 190px;}
.context-reveal-right h5{ font-size: 35px;margin-bottom: 20px;}
.context-reveal-right p{ font-size: 20px;line-height: 1.4;font-weight: 300;}

/* service detail */
.service-hero-content{padding-bottom: 35px;}
.service-hero-content h2{font-size: 80px;margin: 0 0 35px;}
.service-hero-btn{margin-top: 35px;}
.serv-big-head{font-size: 65px;}
.serv-sub-head{font-size: 42px;}
.serv-abt-cont{ flex: 1.5;}
.service-optn-box{padding: 40px 30px;}
.cont-strip-section{ min-height: 450px;}
.serv-stats-right p{line-height: 1.7; font-size: 18px;}
.serv-stat-box h5{font-size: 40px;}
.serv-faq-section .custm-comn-accordion{max-width: 95%;}
.serv-benfit-col{ padding: 60px 40px;}
.serv-exp-text{ font-size: 45px;}

.testimonial-card{ padding: 50px 30px;}
.testimonial-card p{ font-size: 18px; margin: 0 0 40px; max-width: 100%;}

}

@media (max-width: 1500px) {

.cs-title-w-img{width: 70%;}  

}

@media (max-width: 1440px) {

.casestudy-block {width:450px;}
.about-hero-title{ font-size: 85px;}
.abt-word-anim{min-width: 350px;}
.stats-media-box {width: 540px;height: 260px;}
.abt-stats-container {gap: 60px;}
.abt-stats-left h3{font-size: 50px;}
.abt-stat-point h4{ font-size: 32px;}
.abt-stat-point p::after{margin-top: 30px;}
.abt-experience h4 {font-size: 280px;margin-bottom: -25px;}
.abt-experience h4 span {font-size: 160px;}
.abt-experience p {font-size: 32px;}
.abt-xl-link{ font-size: 130px; padding: 50px 0;}
.abt-xl-link img{width: 110px;}
.partner-wrap-right h3{ font-size: 36px;}
.partner-wrap-right p{ font-size: 18px;}
.section-sub-cont{ font-size: 20px;}

.cs-hero-section{height: 650px;}
.cs-hero-content{ padding-bottom: 60px;}
.cs-hero-content h1{font-size: 55px;}
.cs-project-info {width: 85%;}
.tech-cs-right h3{  font-size: 40px;}

/* service detail */
.cont-strip-section{ min-height: 350px;}


}

@media (max-width: 1366px) {

.about-hero-inner{ height: 650px;gap: 35px; margin-top: 100px;}
.about-hero-video {width: 315px;height: 324px;}
.about-hero-title {font-size: 70px; }
.abt-word-anim {min-width: 300px;}
.abt-stats-left h3 {font-size: 45px;}
.abt-stat-point h4 {font-size:28px;}
.abt-stat-point p {font-size:18px;}
.stats-media-box {width:486px; height:234px;}
.abt-stats-container {gap:50px;}
.abt-stats-view {gap:30px;}
.abt-stat-point h4 {font-size:28px;}
.abt-stat-point p::after {margin-top:20px;}
.abt-experience h4 {font-size:250px; margin-bottom:-18px;}
.abt-experience h4 span{ font-size: 135px;}
.abt-experience p {font-size:30px; letter-spacing:1px;}
.abt-xl-link{ font-size: 110px;}
.abt-xl-link img{width: 80px;}

.partner-wrap-right h3{ font-size: 32px; letter-spacing: 1px;}
.partner-wrap-right p{font-size: 17px;}

.tech-summary-cs{ grid-template-columns: 1fr 1.3fr;}
.tech-tags-wrap {margin-bottom: 30px;}
.show-graphics-video{width: 275px;}
.cs-title-w-img{width: 80%;}

/* service detail */
.serv-hero-vid-sec{height: 800px;}
.service-hero-content h2{ font-size: 70px;}
.serv-big-head{font-size: 62px;}
.serv-sub-head {font-size: 40px;}
.cont-strip-section {min-height: 300px;}
.serv-process-vid div{ width: 500px;}
.serv-form-wrap{ flex: 1.5;}



}

@media (min-width: 1201px) {

.context-reveal-item:hover {color:#000;}
.context-reveal-item:hover .context-reveal-left h4 {opacity:1;transform:scale(1.08);}
.context-reveal-item:hover .context-reveal-video video {opacity:1; transform:scale(1);}
.context-reveal-item:hover .context-reveal-right {opacity:1; transform:translateY(0);}
.context-reveal-item:hover ~ .context-reveal-item {pointer-events:none;}
.context-reveal-item:hover .context-reveal-icon svg{opacity: 0.8;animation-play-state:paused;}

.context-reveal-item.bg-cs-purple:hover {background: #8C92FF;}
.context-reveal-item.bg-cs-green:hover {background: #9FFF8C;}
.context-reveal-item.bg-cs-orange:hover {background: #FFBC8C;}

}

@media (max-width: 1200px) {

.about-hero-inner{height: 575px;}
.about-hero-title{ font-size: 56px;letter-spacing: 2px;}
.abt-word-anim {min-width: 220px;}
.abt-stats-left h3{ font-size: 40px;letter-spacing: 1px;}
.stats-media-box {width: 435px;height: 210px; }
.abt-experience h4 {font-size:200px;}
.abt-experience h4 span {font-size: 100px;}
.abt-experience p {font-size: 24px;letter-spacing: 0;}
.client-marquee-track, .client-marquee-content{ gap: 125px;}
.client-marquee-content img{width: 140px;}

.cs-project-info {width: 100%;}
.cs-prjt-desc p {font-size: 30px; }
.cs-prjt-summ-wrap { grid-template-columns: 1fr 1.5fr; }
.tech-cs-right h3 { font-size: 32px; letter-spacing: 1px;}
.show-graphics-video { width: 225px;}
.cs-title-w-img{ font-size: 45px;margin: 30px 0;}
.cs-title-w-img span{display: none;}
.context-img-rght-sec p {font-size: 25px;line-height: 1.3;padding-left: 30px;}

.context-reveal-video{display: none;}
.context-reveal-item{ grid-template-columns: 1fr 1.5fr; gap: 50px;}
.context-reveal-left h4{font-size: 45px !important;}
.context-reveal-right{opacity: 1; transform: none;}
.context-reveal-right p{color: #A9A9A9;}
.context-reveal-right h5{ font-weight: 500;}

/* service detail */
.serv-hero-vid-sec {height: 700px;}
.abt-design-vid{ width: 300px;}
.service-optn-grid{ grid-template-columns: repeat(2, 1fr);}
.serv-process-wrap{gap: 30px;}
.serv-process-vid div {width: 450px;}
.cont-strip-section::before, .cont-strip-section::after{ width: 300px;}
.serv-stats-left{ align-items: flex-start;}
.client-testmn-title p{max-width: 400px;}
.serv-faq-section .grag-img-1{width: 375px;}
.serv-faq-section .grag-img-2{width: 250px;}
.serv-faq-section .custm-comn-accordion{max-width: 100%;}
.custm-comn-accordion .accordion-button{ font-size: 18px;font-weight: 400;}
.serv-benfit-wrap{flex-direction: column;}
.serv-benfit-col{max-width: 900px; margin: 0 auto; padding: 100px 40px 60px;}
.serv-benfit-col:first-child{  border-right: none;}
.serv-form-img{display: none;}
.serv-stats-wrap{ gap: 40px;}
.serv-exp-num{ font-size: 180px;}
.serv-exp-text { font-size: 40px; }
.serv-faq-layout{ gap: 30px;}


}

@media (max-width: 1199px) {

.casestudy-wrapper {display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; padding-bottom:10px; width:auto;}
.casestudy-wrapper::-webkit-scrollbar {display:none;}
.casestudy-block {flex:0 0 400px; scroll-snap-align:start;}
.casestudy-pin-section {position:relative;}

}


@media (max-width: 1024px) {

.serv-process-vid div {width: 400px;}
.serv-big-head {font-size: 58px;}
.serv-subhead-cont{ font-size: 18px;}
.serv-abt-cont p{font-size: 18px;}

}

@media (max-width: 991px) {

.about-hero{ padding: 60px 0;}
.about-hero-inner {height: auto;}
.about-hero-video{width: 250px; height: 260px;}
.about-hero-title {font-size: 40px;}
.abt-word-anim {min-width: 160px; }
.section-sub-cont {font-size: 18px;}
.section-label h2{font-size: 36px;}
.abt-pattern-img{width: 42px;}
.abt-stats-left h3{font-size: 36px;}
.abt-stats-container{flex-direction: column;}
.stats-media-box {width: 565px;height: 270px;}
.abt-stats-right{ justify-content: flex-start;gap: 100px;}

.become-partner-wrap{ padding-bottom: 0;flex-direction: column; gap: 50px;}
.partner-wrap-left {width:100%;}
.partner-wrap-right {width:100%;}

.cs-hero-section {height: 550px;}
.cs-hero-content h1 {font-size: 50px;}
.cs-prjt-summ-sec{ padding: 60px 0 40px;}
.cs-prjt-summ-wrap {grid-template-columns: 1fr;}
.tech-summary-cs {grid-template-columns: 1fr; gap: 20px;}
.show-graphics-video{display: none;}
.tech-cs-right h3{font-weight: 300;}
.cs-title-w-img {width: 100%;}

.context-reveal-item {grid-template-columns: 1fr;gap: 30px; padding: 40px 30px;}
.context-reveal-left{gap: 20px;}
.context-reveal-left h4{font-size: 40px !important;}
.context-reveal-right h5{ font-size: 30px; letter-spacing: 0;}
.context-reveal-icon svg {width: 35px;height: 35px; }

/* service detail */
.serv-hero-vid-sec {height: 650px;}
.service-hero-content h2 {font-size: 50px;}
.abt-design-obj{ display: none;}
.serv-sub-head {font-size: 35px;}
.serv-big-head {font-size: 52px;}
.service-optn-box {padding: 25px;}
.service-optn-box h4{font-size: 22px;}
.service-optn-box p{ font-size: 16px;}
.service-option-title h3 span::before{ top: 10px;}
.serv-process-wrap{flex-direction: column;}
.serv-process-vid{justify-content: flex-start;}
.serv-process-vid div { width: 450px; }
.cont-strip-bg {background: #0F0F0F;}
.cont-strip-section {min-height: 100%;}
.cont-strip-section::before, .cont-strip-section::after{ display: none;}
.serv-stats-wrap{ flex-direction: column; margin-bottom: 100px;}
.client-testmn-title {gap: 25px;}
.client-testmn-title p { max-width: 80%; }
.testm-slider{padding-top: 0; padding-bottom: 80px;}
.slider-custom-nav {top:auto; right:auto; bottom:0; left:50%; transform:translateX(-50%); gap:35px;}
.sldr-nav-btn {width:45px; height:45px;}
.serv-faq-section .custm-comn-accordion {max-width:80%;}
.serv-faq-layout {gap:20px; flex-direction:column;}
.serv-benfit-col{ padding: 60px 40px;}



}

@media (max-width: 767px) {

.about-hero-inner{  flex-direction: column; align-items: flex-start;} 
.about-hero-content{align-self: flex-end; margin-top: -75px;}   
.stats-media-box {width: 510px;height: 240px;}
.abt-xl-link{font-size: 70px; padding: 30px 0;}
.abt-xl-link img {width: 50px; }

.cs-marquee-track span{ font-size: clamp(40px, 10vw, 150px);}
.cs-title-w-img {font-size: 40px;margin: 20px 0;}
.context-img-wrapper{ grid-template-columns: 1fr; gap: 40px;}
.context-img-rght-sec{ gap: 40px;}
.context-img-rght-sec p{padding-left: 0; margin: 0;}

/* service detail */
.serv-big-head {font-size: 40px;}
.process__content p{ max-width: 90%;}
.serv-exp-num, .serv-exp-num span  {font-size:150px;}
.serv-exp-text {font-size: 30px;letter-spacing: 0; }
.serv-stats-wrap{ margin-bottom: 60px;}
.serv-stats-view{ justify-content: center; flex-wrap: wrap;}
.serv-stat-box.center-box{order: 2;}
.testimonial-card p{font-size: 16px; line-height: 1.7;}
.serv-faq-section .grag-img-1{  width: 250px;}
.serv-faq-section .custm-comn-accordion { max-width: 95%;}


}

@media (max-width: 650px) {

/* service detail */
.service-optn-grid{display:flex; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; border: 1px solid rgb(255 255 255 / 25%);}
.service-optn-grid::-webkit-scrollbar {display:none;}
.service-optn-box {flex:0 0 70%; scroll-snap-align:start; border-bottom: none; border-right: 1px solid rgb(255 255 255 / 25%);}

}

@media (max-width: 575px) {

.casestudy-block {flex: 0 0 80vw;}
.short-sub-head{font-size: 24px;}
.stats-media-box{display: none;}

.abt-stats-right{gap: 50px;flex-direction: column;align-items: center;}
.abt-stats-view {gap: 50px;text-align: center;width: 85%;}
.abt-xl-link{ font-size: 40px;letter-spacing: 2px;}
.abt-xl-link img {width: 30px;}
.about-hero-content {align-self: flex-start; margin-top: 0;}
.about-hero {padding: 40px 0;}
.about-hero-video {width: 100%; height: 350px;}
.about-hero-title{ text-align: left;font-size: 34px;letter-spacing: 0;}
.abt-word-anim{min-width: 132px;}
.abt-stats-left h3{ font-size: 30px;}
.client-marquee-track, .client-marquee-content {gap: 80px;}
.client-marquee-content img { width: 100px;}
.become-partner-stamp{ width: 140px;}
.partner-wrap-right h3 {font-size: 26px;letter-spacing: 0px;}
.partner-wrap-right p {font-size: 16px;}
.client-marquee-track{ animation-duration: 20s;}

.cs-hero-section {height: 90vh;}
.cs-hero-content {padding-bottom: 40px;}
.cs-hero-content h1{ font-size: 35px;letter-spacing: 0;}
.cs-hero-content p{font-size: 15px;}
.cs-prjt-summ-sec {padding: 40px 0 20px; }
.cs-project-info{gap: 30px;}
.cs-prjt-desc p{ font-size: 22px; line-height: 1.4; margin-bottom: 40px;}
.cs-img-grid-bottom{ grid-template-columns: 1fr;}
.cs-img-item {width: 100%;}
.cs-img-grid img{height: 250px;}
.tech-summ-head{font-size: 35px; letter-spacing: 0; margin-bottom: 30px;}
.tech-tags-wrap {margin-bottom: 15px; gap: 10px;}
.tech-tag{ font-size: 16px; padding: 10px 20px 10px 15px;}
.tech-cs-right h3 {font-size: 24px;letter-spacing: 0;margin-bottom: 15px; line-height: 1.3;}
.head-cs-context{font-size: 25px;letter-spacing: 0;}
.cs-title-w-img {font-size: 30px;}
.context-reveal-icon svg {width: 30px; height: 30px; }
.context-reveal-left h4 {font-size: 30px !important;}
.context-reveal-right h5{ font-size: 24px; line-height: 1.2;font-weight: 400;}
.context-reveal-right p{ font-size: 18px;}

/* service detail */
.serv-hero-vid-sec {height: 100vh;}
.service-hero-content{padding-right: 20px;}
.service-hero-content h2 {font-size: 35px; margin: 0 0 25px;}
.service-hero-content h1{ font-size: 18px; font-weight: 400;}
.service-hero-btn {margin-top: 25px;}
.service-abt-section .serv-sub-head{max-width: 100%;}
.serv-sub-head{font-size: 28px;letter-spacing: 0px;line-height: 1.3;}
.serv-big-head{font-size: 32px;letter-spacing: 0px;line-height: 1.3;}
.serv-subhead-cont{font-size: 16px;}
.service-option-title h3 span::before{ left: -3px; right: -3px; top: 5px;}
.service-optn-box {flex: 0 0 85%;}
.serv-process-vid div { width: auto;}
.process__header{ font-size: 20px;}
.process__content p {max-width: 100%;font-size: 16px;}
.testimonial-card {padding: 20px;}
.serv-benfit-wrap{border: none; gap: 60px;}
.serv-benfit-col {padding: 0;}
.client-testmn-title h3{max-width: 100%;}
.client-testmn-title p { max-width: 100%; }
.serv-stat-box h5 { font-size: 35px; }
.serv-faq-section .grag-img-1 { width: 150px; }
.serv-faq-section .grag-img-2 { width: 125px; }
.custm-comn-accordion .accordion-button{padding: 20px 70px 20px 22px; font-size: 17px;}
.custm-comn-accordion .accordion-body{ padding: 0 22px 20px 22px; font-size: 16px;}
.serv-abt-cont p {font-size: 17px; }
.industry-marquee-wrap::before, .industry-marquee-wrap::after { width:25%; }
.serv-exp-num, .serv-exp-num span{font-size: 120px;}
.serv-exp-text{font-size: 25px;}
.serv-stats-right p{font-size: 16px;}

}

@media (max-width: 375px) {


.tech-cs-right h3{ font-size: 22px;}

.serv-big-head{font-size: 30px;}
.serv-sub-head{ font-size: 25px;}
.service-hero-content h2 {font-size: 30px;}


}




@media (max-width: 932px) and (max-height: 450px) and (orientation: landscape) {}