nav{width:100%;max-width:100dvw;height:auto;position:fixed;top:0;left:0;right:0;z-index:999}.nav-bar{background-color:#121212;transition:background-color .3s ease}.navbar--transparent{background-color:transparent}.nav-bar__container{max-width:144rem;margin:auto;display:flex;align-items:center;padding:12px 8px}.nav-bar__content{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;margin-right:12px}.nav-bar__logo,.nav-bar__logo img{height:48px;width:auto;margin-left:3px}.nav-bar_page_links{display:flex;align-items:center}.nav-bar_links{position:relative;padding-inline:16px;cursor:pointer}.nav-bar_links:before{content:"";position:absolute;top:0;left:12%;width:.8rem;height:.8rem;background-color:#f1f1f0;border-radius:50%;transform:translate(-50%,-250%);opacity:0;transition:all .3s ease}.nav-bar_links:hover:before{top:50%;left:0%;transform:translateY(-50%);opacity:1}.nav-bar__cta_desktop{min-width:168px;height:7.2rem;overflow:hidden;cursor:pointer;position:relative}.nav-bar__cta_desktop .letsMakeText{position:absolute;font-size:2rem;letter-spacing:.1rem;font-weight:500;transition:all .4s ease-in-out;top:50%;left:0;translate:0% -50%}.nav-bar__cta_desktop .arrow{width:6rem;aspect-ratio:1 / 1;position:absolute;top:0;right:0;transition:all .4s ease-in-out}.nav-bar__cta_desktop .arrow .bar{position:absolute;background-color:#f05023;right:0}.nav-bar__cta_desktop .arrow .bar1{width:80%;height:16%}.nav-bar__cta_desktop .arrow .bar2{width:16%;height:80%}.nav-bar__cta_desktop .arrow .bar3{width:20%;height:110%;right:43%;transform:rotate(45deg)}.nav-bar__cta_desktop:hover .arrow{transform:rotate(45deg) scale(8)}.nav-bar__cta_desktop:hover .letsMakeText{transform:scale(1.2);left:30%;translate:-15% -50%}.nav-bar__cta_mobile{border:2px solid #f05023;min-width:108px;height:32px;border-radius:60px;padding:4px 12px 4px 8px;display:flex;align-items:center;justify-content:space-between;gap:6px;display:none}.nav-bar__cta_mobile .letsMakeText{font-size:10px;line-height:.95;font-weight:400;white-space:nowrap;flex-shrink:0}.nav-bar__cta_mobile .arrow{width:12px;height:12px;position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nav-bar__cta_mobile .arrow{width:16px;height:16px;position:relative;rotate:45deg;flex-shrink:0}.nav-bar__cta_mobile .arrow .bar{position:absolute;background-color:#f05023;top:0;right:0;width:100%;height:3px;transform-origin:right}.nav-bar__cta_mobile .arrow .bar2{top:0;right:0;width:3px;height:100%}.nav-bar__cta_mobile .arrow .bar3{top:0;right:0;width:125%;height:3px;border-radius:0 100% 100% 0;transform:rotate(-45deg) translateY(-35%)}.nav-bar_menu_button{position:relative;width:4rem;height:2.8rem;font-size:1.8rem;transition:all .3s ease;cursor:pointer;margin:6px;display:none}.hamburger-line{position:absolute;right:0;width:100%;height:3px;border-radius:.125em;background:currentColor;transition:all .3s ease}.hamburger-line:nth-child(1){top:.125em}.nav-bar_menu_button.is-active .hamburger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(-135deg)}.hamburger-line:nth-child(2){top:40%;width:90%}.nav-bar_menu_button.is-active .hamburger-line:nth-child(2){top:50%;translate:0% -50%;scale:0}.hamburger-line:nth-child(3){top:70%;width:40%}.nav-bar_menu_button.is-active .hamburger-line:nth-child(3){top:50%;width:100%;transform:translateY(-50%) rotate(135deg)}.nav-menu_mobile{position:absolute;top:0;left:0;width:100%;max-height:100vh;z-index:-1;padding:108px 48px 24px;display:flex;flex-direction:column;text-align:center;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform 1s ease,opacity .4s ease,z-index 0s .3s}.nav-menu_mobile.is-active{transform:translateY(0);opacity:1;pointer-events:auto;transition:transform 1s ease,opacity .4s ease,z-index 0s 0s;background-color:#121212}.nav-menu_mobile li{opacity:0;transform:translateY(-20px);transition:opacity .5s ease,transform .5s ease;background-color:#121212;padding:8px}.nav-menu_mobile li:hover{color:#f1f1f0}.nav-menu_mobile.is-active li:nth-child(1){transition-delay:.1s;opacity:1;transform:translateY(0)}.nav-menu_mobile.is-active li:nth-child(2){transition-delay:.2s;opacity:1;transform:translateY(0)}.nav-menu_mobile.is-active li:nth-child(3){transition-delay:.3s;opacity:1;transform:translateY(0)}.nav-menu_mobile.is-active li:nth-child(4){transition-delay:.4s;opacity:1;transform:translateY(0)}.nav-menu_mobile.is-active li:nth-child(5){transition-delay:.5s;opacity:1;transform:translateY(0)}.nav-menu_links_mobile{cursor:pointer}.nav-menu_links_mobile:hover{color:#f05023}@media (max-width: 1024px){.nav-bar_links{padding-inline:14px}}@media (max-width: 768px){.navbar--transparent{background-color:#141414f2}.nav-bar_page_links,.nav-bar__cta_desktop{display:none}.nav-bar__cta_mobile{display:flex}.nav-bar_menu_button{display:block}}footer{padding:0;width:100%;display:flex;justify-content:center}.footer-container{width:100%;text-align:center;min-height:20rem;display:flex;align-items:center;flex-direction:column;justify-content:space-between;margin-block:0!important}.faded-line{width:min(60dvw,80rem);height:2px;background:linear-gradient(to right,transparent,#f1f1f0,transparent);margin:1.2rem 0;flex-shrink:0}.footer-content{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:3rem}.footer-brand-information{flex:1;min-width:28rem;max-width:35rem;height:100%;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;gap:1rem}.footer-brand-information .footer-brand-logo{width:14rem;height:auto}.footer-brand-information .footer-brand-description{text-align:left;padding:0;letter-spacing:1px;width:80%}.footer-contact-section{flex:1;min-width:24rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem}.footer-contact-links:nth-child(2){display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.footer-contact-section a,.footer-contact-links a{text-decoration:none;transition:color .3s ease}.footer-contact-section a:hover,.footer-contact-links a:hover{color:#f05023}.footer-social-media-container{flex:1;display:flex;align-items:flex-end;flex-direction:column}.footer-social-media{width:fit-content;padding:0;display:flex;align-items:flex-end;flex-direction:column;text-align:right}.footer-social-media span{font-size:1.4rem;color:#858584;margin-bottom:1rem;letter-spacing:normal;text-align:left;width:100%}.footer-social-links{width:100%;max-width:24rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;justify-content:end;justify-items:end}.footer-social-links a{transition:color .3s ease}.footer-social-links img{width:32px;height:32px;transition:filter .3s ease,transform .3s ease;filter:grayscale(100%) brightness(.9)}.footer-social-links a:hover img{filter:grayscale(0%) brightness(1.2);transform:scale(1.1)}.footer-copyright{letter-spacing:normal;color:#858584;text-align:center;font-size:1.2rem}@media (max-width: 1024px){.footer-container{min-height:auto}.footer-content{gap:2.5rem;max-width:100%}.footer-brand-information,.footer-social-media{min-width:25rem}}@media (max-width: 768px){.footer-container{min-height:auto;padding:1.2rem 1.6rem}.footer-content{flex-direction:column;align-items:center;text-align:center;height:auto;gap:2.4rem;padding:0}.footer-brand-information,.footer-contact-section,.footer-social-media{width:100%;max-width:50rem;align-items:center;text-align:center}.footer-brand-information .footer-brand-description{text-align:center}.footer-brand-information{order:1}.footer-contact-section{order:2}.footer-social-media-container{order:3}.footer-social-links{max-width:32rem;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:.8rem}.footer-brand-description p,.footer-contact-section p,.footer-social-media span,.footer-contact-links,.footer-contact-links a{text-align:center!important}.footer-social-links a{justify-self:center}.footer-social-media span{margin-bottom:4px}.footer-social-links{gap:1.2rem 3.2rem;justify-content:center;justify-items:center}.faded-line{width:min(80dvw,60rem)}}@media (max-width: 480px){.footer-content{gap:1.6rem}.footer-brand-logo,.footer-brand-logo img{width:14rem;height:auto}.footer-brand-information .footer-brand-logo{margin-bottom:-4px}.footer-social-links{max-width:100%;gap:.6rem 1.4rem}.footer-social-media span{margin:6px 0 0}.footer-social-links a{justify-self:center;transition:color .3s ease;margin:6px}.footer-brand-description{font-size:1.4rem;line-height:1.4;text-align:center!important}.footer-contact-links:nth-child(2){gap:.6rem}.faded-line{width:min(80dvw,40rem)}}@media (max-width: 360px){.footer-container{padding:1.5rem .8rem}.footer-brand-information,.footer-contact-section,.footer-social-media{min-width:auto}}.mouse-dot{position:fixed;top:0;left:0;width:8px;height:8px;background-color:#ff3c3c;box-sizing:0 0 1px 2px black;border-radius:50%;pointer-events:none;z-index:9999;transition:background-color .1s ease;transform:translateZ(0)}.home-hero_section .animated-background{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.bg-shape11,.bg-shape22,.bg-shape33,.bg-shape44{position:absolute;border-radius:50%;z-index:-1}.bg-shape1{width:644px;height:644px;top:-20%;left:80%;filter:blur(225px);animation-name:bubble-one}.bg-shape11{position:absolute;border-radius:50%;width:644px;height:644px;top:-20%;left:80%;filter:blur(225px)}.bg-shape2{width:365px;height:365px;top:-5%;left:20%;filter:blur(225px);animation-name:bubble-two}.bg-shape22{width:365px;height:365px;top:-5%;left:20%;filter:blur(225px)}.bg-shape3{width:533px;height:533px;top:52%;left:25%;filter:blur(200px);animation-name:bubble-three}.bg-shape33{width:533px;height:533px;top:52%;left:25%;filter:blur(200px)}.bg-shape4{width:513px;height:513px;top:52%;left:25%;filter:blur(200px);animation-name:bubble-four}.bg-shape44{width:513px;height:513px;top:52%;left:25%;filter:blur(200px)}@media (max-width: 1024px){.bg-shape1{width:40vmax;height:40vmax;filter:blur(70px)}.bg-shape2{width:30vw;height:30vw;filter:blur(55px)}.bg-shape3{width:34vw;height:34vw;filter:blur(50px)}.bg-shape4{width:28vw;height:28vw;filter:blur(52px)}}@media (max-width: 768px){.bg-shape1{width:40vmax;height:40vmax;filter:blur(50px)}.bg-shape2{width:24vw;height:24vw;filter:blur(40px)}.bg-shape3{width:36vw;height:36vw;filter:blur(44px)}.bg-shape4{width:32vw;height:32vw;filter:blur(40px)}}@media (max-width: 480px){.bg-shape1{width:42vw;height:42vw;filter:blur(40px)}.bg-shape2{width:30vw;height:30vw;filter:blur(36px)}.bg-shape3{width:34vw;height:34vw;filter:blur(26px)}.bg-shape4{width:32vw;height:32vw;filter:blur(26px)}}@keyframes bubble-one{0%,to{top:-20%;left:60%}25%{top:40%;left:65%}50%{top:35%;left:15%}75%{top:-20%;left:15%}}@keyframes bubble-two{0%,to{top:-10%;left:15%}25%{top:-5%;left:70%}50%{top:55%;left:68%}75%{top:55%;left:15%}}@keyframes bubble-three{0%,to{top:65%;left:70%}25%{top:65%;left:20%}50%{top:0%;left:24%}75%{top:6%;left:66%}}@keyframes bubble-four{0%,to{top:54%;left:10%}25%{top:0%;left:16%}50%{top:-10%;left:66%}75%{top:60%;left:0%}}.opacity{opacity:.8}.bg-orange{background-color:#ff3d00}.bg-blue{background-color:#282973}.home-hero_section{position:relative;width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden;isolation:isolate}.home-hero_content h1{font-size:72px;margin-top:240px;line-height:1;margin-bottom:12px;text-shadow:0 2px 4px rgba(0,0,0,.3);z-index:10}.home-hero_content p{font-size:24px;width:70%}@media (max-width: 1200px){.home-hero_content h1{font-size:68px}.home-hero_content p{font-size:20px;width:80%}}@media (max-width: 1024px){.home-hero_content h1{font-size:68px}.home-hero_content p{font-size:20px;width:80%}}@media (max-width: 768px){.home-hero_section{height:40dvh;align-items:center;padding:0 2rem}.home-hero_content h1{margin-top:60px}.home-hero_content{height:60%;text-align:center}.home-hero_content h1{font-size:48px}.home-hero_content p{margin:auto;font-size:16px;width:80%}.gradients-container{filter:blur(30px)}}@media (max-width: 480px){.home-hero_section{height:42vh;align-items:center;padding:0}.home-hero_content h1{margin-top:96px;font-size:36px}.home-hero_content p{margin:auto;font-size:12px;width:100%;letter-spacing:0}}@media (max-width: 375px){.home-hero_section{height:32vh;align-items:center;padding:0}.home-hero_content h1{margin-top:72px;font-size:28px}.home-hero_content p{font-size:10px}}@media (max-width: 350px){.home-hero_content h1{font-size:24px}.home-hero_content p{font-size:9px}}.home-about_section video{width:100%;border-radius:8px}@media (max-width: 768px){.home-about_section{margin:0!important;padding:0!important}.home-about_section video{width:100%;border-radius:0}}@media (min-width: 769px){.mobile-video-toggle{display:none}}.stories-main-title{max-width:112rem;margin:0 auto}.stories-shaped-section{width:100%;aspect-ratio:5 / 3;height:auto;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(8,1fr);gap:1.6rem}.stories-card{border-radius:1.2rem;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;cursor:pointer;filter:grayscale(100%);transition:all .8s cubic-bezier(.25,.8,.25,1),filter .3s ease-in-out,grid-column .8s cubic-bezier(.25,.8,.25,1),grid-row .8s cubic-bezier(.25,.8,.25,1);will-change:grid-column,grid-row,filter,transform;z-index:1;min-height:200px;overflow:hidden}.stories-card img{width:100%;height:100%;object-fit:cover}.stories-card:hover{filter:grayscale(0%)}.stories-card:hover h2{opacity:1}.stories-card h2{z-index:5;position:absolute;left:50%;bottom:8%;transform:translate(-50%);text-align:center;opacity:0;transition:all 1s cubic-bezier(.25,.8,.25,1);margin:0}.sc-desc{font-size:1.8rem;font-weight:400;line-height:2.8rem;color:#f1f1f0;position:absolute;display:none;z-index:5;margin:0;transition:all .8s cubic-bezier(.25,.8,.25,1)}.sc-know-more{z-index:5;padding:6px 12px;font-size:1.4rem;font-weight:400;color:#f1f1f0;text-decoration:none;border:1px solid #f1f1f0;border-radius:4px;transition:all .8s cubic-bezier(.25,.8,.25,1);background:transparent;position:absolute;display:none}.sc-know-more:hover{background-color:#f05023;border-color:#f05023}.sc-black-gradient{position:absolute;bottom:0;left:0;width:100%;height:40%;border-radius:0 0 1.2rem 1.2rem;background:linear-gradient(to bottom,#0000,#0009)}.stories-card:nth-child(1){grid-column:1 / 4;grid-row:1 / 2}.stories-card:nth-child(2){grid-column:4 / -1;grid-row:1 / 2}.stories-card:nth-child(3){grid-column:1 / 3;grid-row:2 / -1}.stories-card:nth-child(4){grid-column:3 / -1;grid-row:2 / -1}.stories-card.card-active{z-index:100;grid-column:1 / -1;grid-row:1 / -1;filter:grayscale(0%)}.stories-card.card-active h2{opacity:1;font-size:3.2rem;top:75%;left:6%;bottom:auto;transform:none;text-align:left}.stories-card.card-active .sc-desc{display:block;top:84%;left:6%;width:50%;line-height:normal}.stories-card.card-active .sc-know-more{display:block;top:86%;right:8%;border-radius:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stories-card.card-active .sc-desc,.stories-card.card-active .sc-know-more{animation:fadeIn .6s ease-out .3s both}.stories-shaped-section-mobile{display:none;width:100%;margin:0 auto;border:.5px solid #f1f1f0;border-radius:8px;padding:1.6rem;flex-direction:column;gap:1.6rem;margin-bottom:1.8rem;position:relative}.stories-shaped-section-mobile .sm-project-title{font-size:3.6rem;line-height:normal}.stories-shaped-section-mobile .sm-brand-type{font-size:2.2rem;font-weight:400;color:#858584;padding:0;margin-bottom:2rem}.stories-shaped-section-mobile .sm-project-text{font-size:1.8rem;font-weight:400;color:#f1f1f0;line-height:2.4rem;margin-bottom:.6rem}.stories-shaped-section-mobile .sm-project-type{font-size:1.4rem;font-weight:400;color:#858584;padding:0;margin-bottom:.8rem}.stories-shaped-section-mobile .sm-know-more-button{padding:4px 8px;font-size:2.2rem;font-weight:400;color:#f1f1f0;text-decoration:none;border:1px solid #f1f1f0;border-radius:4px;transition:all .3s ease-in-out;background:transparent;position:absolute;bottom:24px;right:24px;cursor:pointer}.stories-shaped-section-mobile .sm-know-more-button:hover{background-color:#f05023;border-color:#f05023}.mobile-project-image{border-radius:8px}@media (max-width: 1200px){.home-stories-shaped{max-width:100%;padding:2rem}.stories-shaped-section{gap:2rem}.stories-card h2{font-size:3.2rem}.stories-card.card-active h2{font-size:4.2rem}}@media (max-width: 1024px){.home-stories-shaped{padding:1.6rem;height:auto}.home-stories-shaped h1{font-size:3.2rem;height:auto}.stories-shaped-section{gap:2.4rem;height:auto}.stories-card,.stories-card.card-active{min-height:30rem}.stories-card h2{font-size:2.8rem;left:50%;bottom:15%;transform:translate(-50%);text-align:center}.stories-card.card-active h2{font-size:3rem;top:70%;left:5%;transform:none;text-align:left}.stories-card.card-active .sc-desc{top:80%;left:5%;width:70%;font-size:1.8rem;line-height:2.4rem}.stories-card.card-active .sc-know-more{top:82%;right:5%;font-size:1.6rem;padding:8px 16px}}@media (max-width: 768px){.home-stories-shaped{padding:1.2rem;height:auto}.home-stories-shaped h1{font-size:2.8rem;margin-bottom:2rem}.stories-shaped-section{display:none}.stories-shaped-section-mobile{display:flex}}@media (max-width: 480px){.home-stories-shaped{padding:1rem}.home-stories-shaped h1{font-size:2.4rem;margin-bottom:1.5rem}.stories-shaped-section-mobile{width:100%;padding:1.6rem;gap:1.6rem}.stories-shaped-section-mobile .sm-project-title{font-size:2.8rem}.stories-shaped-section-mobile .sm-brand-type{font-size:1.6rem}.stories-shaped-section-mobile .sm-project-text{font-size:1.4rem}.stories-shaped-section-mobile .sm-project-type{font-size:1.2rem}.stories-shaped-section-mobile .sm-know-more-button{padding:4px 8px;font-size:1.4rem;bottom:16px;right:24px;cursor:pointer}}.home-pancham_section{width:100%;height:auto;aspect-ratio:2 / 1;position:relative;display:flex;align-items:center;justify-content:center}.home-pancham_section h1{z-index:5;letter-spacing:12px;color:#f05023;opacity:1;transform:none;transition:none;font-weight:700}.home-pancham_section .pancham-text{color:#f1f1f0;display:inline-block;position:absolute;opacity:0;transform:scale(.7) translateY(20px);transition:opacity .5s cubic-bezier(.4,2,.6,1),transform .5s cubic-bezier(.4,2,.6,1)}.home-pancham_section .pancham-text-p{top:26%;left:0%}.home-pancham_section .pancham-text-a1{top:65%;left:8%;text-align:right}.home-pancham_section .pancham-text-n{top:27%;left:33.5%}.home-pancham_section .pancham-text-c{top:64%;left:46.5%}.home-pancham_section .pancham-text-h{top:27%;left:61%}.home-pancham_section .pancham-text-a2{top:69%;left:71%;text-align:center}.home-pancham_section .pancham-text-m{top:62.5%;left:87%}.home-pancham_section .Arrow{position:absolute;opacity:0;transform:scale(.7) translateY(20px);transition:opacity .5s cubic-bezier(.4,2,.6,1),transform .5s cubic-bezier(.4,2,.6,1)}.home-pancham_section .Arrow3{bottom:58%;left:8%;width:.6em}.home-pancham_section .Arrow2{top:58%;left:24%;width:.3em}.home-pancham_section .Arrow7{bottom:58%;left:30%;width:.4em}.home-pancham_section .Arrow5{top:58%;left:43%;width:.4em}.home-pancham_section .Arrow6{bottom:58%;left:57%;width:.5em}.home-pancham_section .Arrow1{top:58%;left:70%;width:.75em}.home-pancham_section .Arrow4{top:58%;left:82%;width:.6em}.home-pancham_section.animate-in .Arrow,.home-pancham_section.animate-in .pancham-text{opacity:1;transform:scale(1) translateY(0)}.home-pancham_section.animate-in .Arrow1{transition-delay:.2s}.home-pancham_section.animate-in .Arrow2{transition-delay:.25s}.home-pancham_section.animate-in .Arrow3{transition-delay:.35s}.home-pancham_section.animate-in .Arrow4{transition-delay:.4s}.home-pancham_section.animate-in .Arrow5{transition-delay:.45s}.home-pancham_section.animate-in .Arrow6{transition-delay:.5s}.home-pancham_section.animate-in .Arrow7{transition-delay:.55s}.home-pancham_section.animate-in .pancham-text-p{transition-delay:.4s}.home-pancham_section.animate-in .pancham-text-a1{transition-delay:.45s}.home-pancham_section.animate-in .pancham-text-n{transition-delay:.5s}.home-pancham_section.animate-in .pancham-text-c{transition-delay:.55s}.home-pancham_section.animate-in .pancham-text-h{transition-delay:.6s}.home-pancham_section.animate-in .pancham-text-a2{transition-delay:.65s}.home-pancham_section.animate-in .pancham-text-m{transition-delay:.7s}.home-pancham_section{max-width:1120px;font-size:clamp(20px,6vw,72px);position:relative}.home-pancham_section h1{font-size:1.8em;letter-spacing:.12em}.pancham-text{font-size:.22em}@media (max-width: 768px){.home-pancham_section h1{letter-spacing:.1}}.trusted-brands-section{text-align:center;margin:0 auto}.section-title{font-size:3.6rem;font-weight:700;margin-bottom:40px;color:#f1f1f0}.brands-grid_section{width:100%;display:grid;justify-content:space-between;grid-template-columns:repeat(6,1fr);margin:0 auto;gap:1rem}.brand-logo{justify-self:center;width:12rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.brand-logo img{width:90%;aspect-ratio:1 / 1;margin:0 auto;scale:.9;filter:grayscale(100%);transition:all .3s ease;object-fit:contain}.brand-logo img:hover{filter:grayscale(0%);scale:1.05}@media (max-width: 1200px){.trusted-brands-section{width:100%;max-width:106rem;padding:2rem 1.5rem}.brands-grid{grid-template-columns:repeat(6,1fr)}.brand-logo{width:12rem;justify-self:center}}@media (max-width: 1024px){.trusted-brands-section{padding:2rem 1rem}.section-title{margin-bottom:30px}.brands-grid{grid-template-columns:repeat(6,1fr);gap:1.2rem}.brand-logo{width:12rem}}@media (max-width: 768px){.trusted-brands-section{padding:1.5rem 1rem}.section-title{margin-bottom:25px}.brands-grid{gap:1.2rem}.brand-logo{width:10rem}}@media (max-width: 600px){.trusted-brands-section{padding:1.5rem .5rem}.section-title{font-size:2.4rem;margin-bottom:20px}.brands-grid{gap:.8rem}.brand-logo{width:8rem}}@media (max-width: 480px){.section-title{margin-bottom:15px}.brand-logo{width:6rem}}@media (max-width: 380px){.section-title{margin-bottom:15px}.brand-logo{width:5.2rem}}.brands-trust_container h2{text-align:center}.brands-scroll-section{display:flex;flex-direction:column;gap:32px;overflow:hidden;position:relative}.scroll-row{overflow:hidden;white-space:nowrap;width:100%}.scroll-track{display:flex;gap:36px;width:fit-content;animation:scroll-left 90s linear infinite}.scroll-row.reverse .scroll-track{animation:scroll-right 90s linear infinite}.brand_logo{flex:0 0 auto;padding:0}.brand_logo img{height:120px;width:auto;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.brand_logo img:hover{filter:grayscale(0%)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 1024px){.section-title{margin-bottom:15px}.brand_logo img{height:100px;width:100px}}@media (max-width: 768px){.section-title{margin-bottom:15px}.brand_logo img{height:80px;width:80px}.brands-scroll-section{gap:24px}.scroll-track{gap:32px}}@media (max-width: 480px){.section-title{margin-bottom:15px}.brand_logo img{height:60px;width:60px}.brands-scroll-section{gap:16px}.scroll-track{gap:24px}}@media (max-width: 380px){.section-title{margin-bottom:15px}}.brands-trust-gradient{position:absolute;top:0;z-index:5;pointer-events:none;width:40%;height:100%;background-image:url("data:image/svg+xml,%3c!--%20sample%20rectangle%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20700'%20width='700'%20height='700'%20preserveAspectRatio='none'%3e%3cdefs%3e%3c!--%20Grain%20gradient%20base%20--%3e%3cradialGradient%20id='gggrain-gradient'%20r='2'%3e%3cstop%20offset='0%25'%20stop-color='%23121212'/%3e%3cstop%20offset='50%25'%20stop-color='%23121212'/%3e%3cstop%20offset='100%25'%20stop-color='%23121212'/%3e%3c/radialGradient%3e%3c!--%20Grain%20noise%20filter%20--%3e%3cfilter%20id='gggrain-filter'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='140%25'%20filterUnits='objectBoundingBox'%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='0.45'%20numOctaves='2'%20seed='2'%20stitchTiles='stitch'%20result='turbulence'/%3e%3cfeColorMatrix%20type='saturate'%20values='0'%20in='turbulence'%20result='desaturated'/%3e%3cfeComponentTransfer%20in='desaturated'%20result='adjusted'%3e%3cfeFuncR%20type='linear'%20slope='3'/%3e%3cfeFuncG%20type='linear'%20slope='3'/%3e%3cfeFuncB%20type='linear'%20slope='3'/%3e%3c/feComponentTransfer%3e%3cfeColorMatrix%20in='adjusted'%20type='matrix'%20values='1%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%2021%20-13'%20result='final'/%3e%3c/filter%3e%3c!--%20Left-to-right%20fade%20mask%20--%3e%3clinearGradient%20id='fade-mask'%20x1='0%25'%20y1='0%25'%20x2='100%25'%20y2='0%25'%3e%3cstop%20offset='0%25'%20stop-color='white'%20stop-opacity='1'%20/%3e%3cstop%20offset='100%25'%20stop-color='white'%20stop-opacity='0'%20/%3e%3c/linearGradient%3e%3cmask%20id='fadeMask'%3e%3crect%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20fill='url(%23fade-mask)'%20/%3e%3c/mask%3e%3c/defs%3e%3c!--%20Grain%20background%20--%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23gggrain-gradient)'%20/%3e%3c!--%20Noise%20overlay%20with%20gradient%20mask%20--%3e%3crect%20width='100%25'%20height='100%25'%20fill='transparent'%20filter='url(%23gggrain-filter)'%20opacity='0.4'%20mask='url(%23fadeMask)'%20style='mix-blend-mode:%20overlay;'%20/%3e%3c/svg%3e");background-size:cover;-webkit-mask-image:linear-gradient(to right,black 15%,transparent 80%);mask-image:linear-gradient(to right,black 20%,transparent 80%)}.brands-trust-gradient.cg-right{right:0%;transform:rotate(180deg)}.brands-trust-gradient.cg-left{left:0%}.testimonial-container{overflow:hidden;margin-top:120px}.testimonial-title{text-align:center;margin-bottom:40px}.carousel-container{width:100%;margin-top:56px;padding-bottom:24px;display:flex;align-items:center;justify-content:center;min-height:360px;position:relative}.testimonial-card{position:absolute;max-width:300px;min-height:300px;border-radius:16px;background:#121212;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px 16px;text-align:center;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1);border:2px solid #3a3a3a;box-sizing:border-box}.testimonial-card.left{transform:translate(-110%) scale(.75);z-index:1;opacity:.3}.testimonial-card.center{transform:translate(0) scale(1);z-index:3;opacity:1}.testimonial-card.right{transform:translate(110%) scale(.75);z-index:2;opacity:.3}.avatar-container{z-index:2;width:100px;height:100px;background:#121212;padding:8px;border-radius:50%;overflow:hidden;position:absolute;top:0;left:50%;transform:translate(-50%,-50%) rotate(-45deg);border:2px solid;border-color:#4a4a4a #4a4a4a transparent transparent}.avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;transform:rotate(45deg);border:2px solid rgba(242,242,240,.7)}.testimonial-name{font-size:24px;margin:6px auto;letter-spacing:.015em;font-weight:400}.testimonial-company{font-size:12px;margin-bottom:18px;width:95%;color:#b0b0b0;font-weight:400}.testimonial-text{font-size:14px;max-width:95%;line-height:1.4;margin:0;text-align:center;color:#e0e0e0;font-weight:300}.carousel-container-gradient{position:absolute;top:0;z-index:5;pointer-events:none;width:50%;height:100%;background-image:url("data:image/svg+xml,%3c!--%20sample%20rectangle%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20700'%20width='700'%20height='700'%20preserveAspectRatio='none'%3e%3cdefs%3e%3c!--%20Grain%20gradient%20base%20--%3e%3cradialGradient%20id='gggrain-gradient'%20r='2'%3e%3cstop%20offset='0%25'%20stop-color='%23121212'/%3e%3cstop%20offset='50%25'%20stop-color='%23121212'/%3e%3cstop%20offset='100%25'%20stop-color='%23121212'/%3e%3c/radialGradient%3e%3c!--%20Grain%20noise%20filter%20--%3e%3cfilter%20id='gggrain-filter'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='140%25'%20filterUnits='objectBoundingBox'%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='0.45'%20numOctaves='2'%20seed='2'%20stitchTiles='stitch'%20result='turbulence'/%3e%3cfeColorMatrix%20type='saturate'%20values='0'%20in='turbulence'%20result='desaturated'/%3e%3cfeComponentTransfer%20in='desaturated'%20result='adjusted'%3e%3cfeFuncR%20type='linear'%20slope='3'/%3e%3cfeFuncG%20type='linear'%20slope='3'/%3e%3cfeFuncB%20type='linear'%20slope='3'/%3e%3c/feComponentTransfer%3e%3cfeColorMatrix%20in='adjusted'%20type='matrix'%20values='1%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%2021%20-13'%20result='final'/%3e%3c/filter%3e%3c!--%20Left-to-right%20fade%20mask%20--%3e%3clinearGradient%20id='fade-mask'%20x1='0%25'%20y1='0%25'%20x2='100%25'%20y2='0%25'%3e%3cstop%20offset='0%25'%20stop-color='white'%20stop-opacity='1'%20/%3e%3cstop%20offset='100%25'%20stop-color='white'%20stop-opacity='0'%20/%3e%3c/linearGradient%3e%3cmask%20id='fadeMask'%3e%3crect%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20fill='url(%23fade-mask)'%20/%3e%3c/mask%3e%3c/defs%3e%3c!--%20Grain%20background%20--%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23gggrain-gradient)'%20/%3e%3c!--%20Noise%20overlay%20with%20gradient%20mask%20--%3e%3crect%20width='100%25'%20height='100%25'%20fill='transparent'%20filter='url(%23gggrain-filter)'%20opacity='0.4'%20mask='url(%23fadeMask)'%20style='mix-blend-mode:%20overlay;'%20/%3e%3c/svg%3e");background-size:cover;-webkit-mask-image:linear-gradient(to right,black 15%,transparent 80%);mask-image:linear-gradient(to right,rgba(0,0,0,.7) 15%,transparent 80%)}.cg-right{right:5%;transform:rotate(180deg)}.cg-left{left:5%}.arrow-button{position:absolute;bottom:50%;transform:translateY(50%);z-index:10;width:48px;height:48px;border-radius:50%;background-color:#1e1e1e;border:2px solid #4a4a4a;color:#f1f1f0;display:none;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #0000004d;padding:0}.arrow-button:hover{transform:translateY(50%) scale(1.1);background-color:#333;border-color:#666}.arrow-button:active{transform:translateY(50%) scale(.95)}.arrow-left{left:2rem;padding-left:4px}.arrow-right{right:2rem;padding-right:4px}.arrow-button svg{width:24px;height:24px;fill:#f1f1f0;stroke:#f1f1f0}@media (max-width: 1024px){.testimonial-title{font-size:48px}.carousel-container{min-height:300px;margin-top:32px;padding:12px}.testimonial-card{min-height:240px;padding:40px 14px 14px}.testimonial-name{font-size:22px}.testimonial-company{font-size:11px}.testimonial-text{font-size:13px}.cg-right{right:-4%}.cg-left{left:-4%}}@media (max-width: 768px){.testimonial-container{margin-top:80px}.testimonial-title{font-size:40px;margin-bottom:32px}.carousel-container{min-height:280px;margin-top:32px;padding:12px}.testimonial-card{min-height:220px;padding:40px 14px 14px}.testimonial-name{font-size:20px}.testimonial-company{font-size:10px;width:85%}.testimonial-text{font-size:12px;line-height:1.3;width:85%}.avatar-container{width:80px;height:80px;padding:6px}.arrow-button{width:40px;height:40px}.arrow-button svg{width:20px;height:20px}.testimonial-card.left{transform:translate(-80%) scale(.75)}.testimonial-card.center{transform:translate(0) scale(1)}.testimonial-card.right{transform:translate(80%) scale(.75)}}@media (max-width: 480px){.testimonial-title{font-size:32px;margin-bottom:24px}.carousel-container{margin-top:24px;padding:0 12px 20px;min-height:240px}.testimonial-card{max-width:60dvw;padding:32px 12px 12px;min-height:200px;margin-bottom:-32px}.testimonial-name{font-size:18px;margin:14px auto 4px}.testimonial-company{font-size:9px}.testimonial-text{font-size:11px;line-height:1.25}.avatar-container{width:70px;height:70px;padding:6px}.arrow-button{display:block;width:36px;height:36px}.arrow-button svg{width:14px;height:14px}.arrow-left{left:12px}.arrow-right{right:12px}.carousel-container-gradient{width:40%}.testimonial-card.left{transform:translate(-100%) scale(.75)}.testimonial-card.center{transform:translate(0) scale(1)}.testimonial-card.right{transform:translate(100%) scale(.75)}}.hero_section.about_hero{margin-top:120px;text-align:center;min-height:100px}.hero_section.about_hero h1{line-height:1}.hero_section.about_hero p{margin:auto}.about-container{display:flex;gap:1.6rem;height:auto;position:relative}.about-image{max-width:440px;width:100%;height:100%;filter:grayscale(100%);transition:all .7s cubic-bezier(.075,.82,.165,1)}.about-image img{width:100%;height:100%;border-radius:8px;object-fit:cover}.about-image:hover{filter:grayscale(0)}.about-content{flex:1;text-align:justify}@media (max-width: 1024px){.about-container{padding:1.2rem}.about-image{width:100%;max-width:40rem}}@media (max-width: 768px){.about-container{flex-direction:column;align-items:start;gap:1.6rem;justify-content:stretch}.about-image{max-width:100%!important;height:auto;filter:grayscale(0);border-radius:8px}.about-image img{width:100%;height:auto;border-radius:8px}.about-content{width:100%;text-align:justify}}@media (max-width: 480px){.about-container{padding:1.6rem}}.team-section{margin:0 auto;max-width:112rem;display:flex;flex-direction:column;gap:1.6rem}.team-section h2{font-size:4.8rem}.founder{width:100%;aspect-ratio:16 / 9!important;margin-bottom:3.6rem;border-radius:16px;position:relative;filter:grayscale(100%);transition:all .3s cubic-bezier(.165,.84,.44,1)}.founder img{width:100%;height:100%;object-fit:cover;border-radius:16px}.founder .f-name{font-size:6rem;position:absolute;top:14%;left:8%;width:40%;line-height:1.1;opacity:0;transition:all .3s ease-in-out}.founder h4{font-size:2.4rem;position:absolute;padding:0 .3rem;left:8%;top:42%;opacity:0;transition:all .2s ease-in-out}.founder:hover{filter:grayscale(0%);scale:1.01}.founder:hover .f-name{translate:0px 20px;opacity:1}.founder:hover h4{translate:0px -20px;opacity:1}.team-group{width:100%;margin-bottom:.4rem}.team-group:last-child{margin-bottom:0}.team-members{width:100%;display:grid;gap:2rem;justify-content:center}.team-members.group-4{grid-template-columns:repeat(4,1fr)}.team-members.group-3{grid-template-columns:repeat(3,1fr);max-width:75%;margin:0 auto}.members{width:100%;text-align:center;padding:.4rem 0rem;border-radius:8px}.members img{border-radius:8px;margin-bottom:6px;width:100%;aspect-ratio:4 / 5;object-fit:cover;filter:grayscale(100%);transition:all .2s ease-in-out}.members .name{font-size:2.4rem;margin:8px 0 4px;opacity:0;scale:.95;transition:all .2s ease-in-out}.members .role{font-size:1.4rem;opacity:0;scale:1;transition:all .2s ease-in-out}.members:hover img{scale:1.02;filter:grayscale(0%)}.members:hover .name,.members:hover .role{scale:1.2;opacity:1}@media (max-width: 768px){.team-section h2{font-size:3rem}.founder{width:100%;aspect-ratio:2 / 1;margin-bottom:1.6rem;border-radius:16px;position:relative}.founder img{width:100%}.founder .f-name{position:static;width:100%;text-align:center;opacity:1;font-size:3.6rem;margin-block:1.2rem .6rem}.founder h4{position:static;font-size:1.2rem}.founder:hover{filter:grayscale(0%);scale:1}.founder:hover .f-name,.founder:hover h4{translate:none;opacity:1}.members img{filter:grayscale(0);scale:1.02}.members .name,.members .role{opacity:1;scale:1.2}.founder h4{position:static;text-align:center;font-size:2.4rem;opacity:1;translate:none}.team-members.group-4,.team-members.group-3{grid-template-columns:repeat(2,1fr);max-width:100%;margin:0}.team-group{margin-bottom:2.4rem}.members .name{font-size:2rem;margin-block:1.6rem .8rem}.members .role{font-size:1.2rem}}@media (max-width: 480px){.founder p{font-size:14px}.team-members.group-4,.team-members.group-3{max-width:100%;margin:0}.team-group{margin-bottom:1.6rem}.members .name{font-size:1.8rem}.members .role{font-size:1.2rem}}.about-contact-section{width:50%;margin:0 auto;display:flex;gap:2.4rem;padding:0 1.2rem;border-radius:8px}.about-contact-section{width:auto;background-color:#f05023;padding:.6rem 1.8rem;border:none;font-size:1.6rem;font-weight:500;border-radius:4px;cursor:pointer;color:#f1f1f0;transition:background-color .3s;display:flex;align-items:center;justify-content:center;text-decoration:none;text-align:center;letter-spacing:.1rem}.notfound-container{height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;animation:fadeIn .8s ease-out;font-family:var(--font-body);z-index:999999}.notfound-card{background:var(--white);padding:3rem 2rem;border-radius:16px;text-align:center;box-shadow:0 12px 30px #00000014;border:1px solid #e0e0e0;animation:slideUp .6s ease-out;max-width:480px;width:100%}.notfound-code{font-size:5rem;font-weight:700;color:var(--primary);margin:0;font-family:var(--font-heading)}.notfound-message{font-size:2rem;margin:1rem 0;color:var(--dark);font-family:var(--font-heading)}.notfound-description{font-size:1rem;color:var(--black);margin-bottom:2rem;line-height:1.6}.notfound-button{display:inline-block;background-color:var(--secondary);color:var(--white);padding:.7rem 1.6rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s ease;font-family:var(--font-body)}.notfound-button:hover{background-color:var(--primary);color:var(--white)}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.notfound-card{padding:2rem 1rem}.notfound-code{font-size:4rem}.notfound-message{font-size:1.5rem}.notfound-description{font-size:.95rem}}.projects_hero.hero_section h1{margin-top:120px}@media (max-width: 768px){.projects_hero.hero_section h1{margin-top:108px}}.projects-grid{margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(12,120px);gap:12px}.projects-card img{width:100%;height:100%;object-fit:cover}.p-image-container{overflow:hidden}.p-text-content,.p-know-more,.grayscale-layer{position:absolute}.projects-card,.mobile-project-card{position:relative;grid-column:span 2;overflow:hidden;transition:all .8s cubic-bezier(.25,.8,.25,1);background-size:cover;background-position:center;border-radius:8px}.p-text-content{z-index:5;bottom:24px;left:24px;transition:all .8s cubic-bezier(.25,.8,.25,1);transform:translate(-300px);opacity:0}.p-desc{width:50%;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.p-know-more{z-index:5;padding:4px 6px;font-size:1.4rem;border:1px solid #f1f1f0;border-radius:4px;transition:all .8s cubic-bezier(.25,.8,.25,1);position:absolute;right:16px;bottom:16px;transform:translateY(60px)}.p-know-more:hover{background-color:#f05023;border-color:#f05023}.grayscale-layer{width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,1),transparent);opacity:0;transition:all .8s cubic-bezier(.25,.8,.25,1)}.projects-card:hover .p-text-content{opacity:1;transform:translate(0)}.projects-card:hover .p-know-more{transform:translateY(0)}.projects-card:hover .grayscale-layer{opacity:1}.p-avante{grid-row:1 / 4}.p-trident-galaxy-iii{grid-row:1 / 3}.p-shuvam-constructions{grid-row:1 / 4}.p-lotus-resort{grid-row:4 / 6}.p-homefills{grid-row:3 / 6}.p-tpnodl{grid-row:4 / 6}.p-hi-meal{grid-row:6 / 9}.p-vedanta{grid-row:6 / 8}.p-pmca{grid-row:6 / 9}.p-ruchi-tea{grid-row:9 / 11}.p-dhauli-terrace{grid-row:8 / 11}.p-ppl{grid-row:9 / 11}.p-subhadarshini,.p-tpcodl{grid-column:span 3;grid-row:11 / -1}.projects-card:nth-child(2n) img{scale:1.2}.mobile-projects-section{display:none}@media (max-width: 768px){.projects-grid{display:none}.mobile-projects-section{display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(auto,auto);width:100%;gap:8px;margin:0 auto}.mobile-project-card{grid-column:span 1}.mobile-project-card img{scale:1.4}.mobile-project-card:active{transform:scale(.98)}.mobile-project-image{width:100%;height:100%;object-fit:cover;object-position:center}.mobile-project-card:nth-child(1),.mobile-project-card:nth-child(4),.mobile-project-card:nth-child(5),.mobile-project-card:nth-child(8),.mobile-project-card:nth-child(9),.mobile-project-card:nth-child(12),.mobile-project-card:nth-child(13),.mobile-project-card:nth-child(16),.mobile-project-card:nth-child(17){grid-column:span 5;grid-row:span 1;min-height:120px}.mobile-project-card:nth-child(2),.mobile-project-card:nth-child(3),.mobile-project-card:nth-child(6),.mobile-project-card:nth-child(7),.mobile-project-card:nth-child(10),.mobile-project-card:nth-child(11),.mobile-project-card:nth-child(14),.mobile-project-card:nth-child(15){grid-column:span 4;grid-row:span 1;max-height:240px}}@media (max-width: 480px){.mobile-projects-section{gap:6px}.mobile-project-card{border-radius:6px}}@media (max-width: 360px){.mobile-projects-section{gap:.8rem}}.campaigns-container{max-width:112rem;margin:auto}.campaigns-card{width:100%;height:fit-content;border:.2px solid #f1f1f0!important;background:#f1f1f01a;padding:1.2rem;display:flex;gap:24px;margin-bottom:2.4rem;border-radius:12px}.c-image{width:100%;max-width:300px;aspect-ratio:1/1;border-radius:0;overflow:hidden;flex-shrink:0}.c-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.c-desc{line-height:1.2;margin-top:4px}.c-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.pc-know-more{font-size:18px;margin-left:auto;padding:3px 8px;border-radius:4px;border:1px solid #f1f1f0;transition:all .2s ease-in-out}.pc-know-more:hover{background:#f05023;border-color:#f05023}@media (max-width: 768px){.c-image{width:100%;max-width:240px;aspect-ratio:1/1;border-radius:12px;overflow:hidden;flex-shrink:0}}@media (max-width: 600px){.campaigns-card{width:100%;border:1px solid #f1f1f0;background:#f1f1f01a;padding:1.2rem;flex-direction:column;gap:24px}.c-image{width:100%;max-width:100%}.c-title{margin-bottom:8px}.c-desc{font-size:10px;line-height:15.6px;margin-bottom:0}.pc-know-more{float:left;font-size:12px;background-color:#f05023;border-color:#f05023!important;margin-top:12px}}.hero_section.services_hero{margin-top:108px;width:100%}@media (max-width: 768px){.hero_section.services_hero{margin-top:86px;width:100%}}.page-container{width:100%}.services-showcase{padding:60px 12px}.services-showcase__main-title{margin:0 auto 1.6rem;font-size:4.8rem;font-weight:700;text-align:left;color:#f1f1f0}.services-grid{width:100%;height:auto;display:grid;aspect-ratio:5 / 3;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);gap:.8rem}.service-card{position:relative;overflow:hidden;cursor:pointer;border-radius:12px;filter:grayscale(100%);transition:all .8s cubic-bezier(.25,.8,.25,1),filter .3s ease-in-out,grid-column 1s cubic-bezier(.25,.8,.25,1),grid-row .8s cubic-bezier(.25,.8,.25,1);will-change:grid-column,grid-row,filter,transform;z-index:1}.service-card:hover{filter:grayscale(0%)}.service-card__image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1;transition:transform .8s cubic-bezier(.25,.8,.25,1)}.service-card__title{position:absolute;left:50%;bottom:10%;transform:translate(-50%);z-index:3;font-size:2.4rem;letter-spacing:.05em;text-align:center;margin:0;transition:all .8s cubic-bezier(.25,.8,.25,1)}.service-card__description{position:absolute;display:none;opacity:0;z-index:4;font-size:1.4rem;line-height:1.25;margin:0;transition:all .8s cubic-bezier(.25,.8,.25,1)}.service-card__cta-link{position:absolute;display:none;opacity:0;z-index:4;padding:6px 10px;font-size:1.4rem;color:#f1f1f0;text-decoration:none;border:1px solid #f1f1f0;border-radius:4px;background:transparent;transition:all .3s ease-in-out}.service-card__cta-link:hover{background-color:#f05023;border-color:#f05023;transform:translateY(-2px)}.service-card__cta-link:focus{outline:2px solid #f05023;outline-offset:2px}.service-card--expanded .service-card__title{font-size:2.8rem;top:72%;left:7%;bottom:auto;transform:none;text-align:left}.service-card--expanded .service-card__description{display:block;opacity:1;top:80%;left:7%;width:60%;animation:slideInFromBottom .6s ease-out .2s both}.service-card--expanded .service-card__cta-link{display:inline-block;opacity:1;top:85%;right:7%;animation:slideInFromBottom .6s ease-out .4s both}.service-card__gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;border-radius:0 0 1.2rem 1.2rem;background:linear-gradient(to bottom,#0000,#0000 40%,#000c);z-index:2;transition:opacity .3s ease-in-out}.service-card--expanded .service-card__gradient-overlay{background:linear-gradient(to bottom,#0000,#0000004d,#000000e6)}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.services-mobile-section{display:flex;flex-direction:column;gap:2.4rem;display:none}.service-card-mobile{width:100%;display:flex;flex-direction:column;background-color:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid #3c3c3c;box-shadow:0 4px 10px #0000004d;position:relative}.service-card-mobile__image-wrapper{padding:1.6rem}.service-card-mobile__image{width:100%;border-radius:8px;object-fit:cover}.service-card-mobile__content{padding:1.6rem;color:#f1f1f0}.service-card-mobile__title{font-size:2.4rem;font-weight:600;margin-bottom:1rem}.service-card-mobile__description{width:70%;font-size:1rem;line-height:1.33}.service-card-mobile__cta{position:absolute;bottom:12px;right:12px;align-self:flex-end;padding:.6rem 1.2rem;background-color:#f05023;color:#fff;text-decoration:none;border-radius:6px;font-size:1.4rem;font-weight:500;transition:background-color .3s ease-in-out}.service-card-mobile__cta:hover{background-color:#cd431d}@media (max-width: 768px){.service-card:hover .service-card__image,.service-card:hover{transform:none}.services-showcase__main-title{margin-bottom:1rem}.services-grid{display:none}.services-mobile-section{display:flex}}@media (max-width: 480px){.services-showcase{padding:30px 10px}.services-showcase__main-title{margin-bottom:.8px}}.service-card--expanded{filter:grayscale(0%)!important}.service-card:not(.service-card--expanded):not(:hover):not(:focus){filter:grayscale(100%)}.contact-section{color:#f1f1f0;max-width:112rem;margin:auto;z-index:8;position:relative}.contact-header{text-align:center;margin-top:10rem!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;position:relative;z-index:1}.contact-content{display:flex;gap:2rem;justify-content:center;align-items:flex-start;flex-wrap:wrap;position:relative;z-index:10}.contact-form{background-color:#f1f1f01a;padding:2.2rem;border-radius:8px;max-width:54.6rem;height:58rem;box-shadow:0 0 10px #0000004d;flex:1;display:flex;flex-direction:column;position:relative;z-index:15}.contact-form h2{font-size:3.6rem;margin-bottom:1.2rem;color:#f1f1f0;font-weight:700}.form-inner{display:flex;flex-direction:column;flex:1;gap:1rem}.contact-form label{font-weight:400;font-size:1.8rem;margin-bottom:2px}.contact-form input,.contact-form textarea{width:100%;padding:.8rem;border:1px solid #f1f1f0;border-radius:4px;background:transparent;color:#f2f2f2;font-size:1.6rem;margin-bottom:.6rem;position:relative;z-index:20}.contact-form textarea{flex-grow:1;resize:vertical;min-height:0}.contact-form input,.contact-form textarea{width:100%;padding:.8rem;border:1px solid #f1f1f0;border-radius:4px;background:transparent;color:#f2f2f2;font-size:1.6rem;margin-bottom:.6rem;position:relative;z-index:20;transition:background-color .3s ease,border-color .3s ease}.contact-form input:-webkit-autofill,.contact-form input:-webkit-autofill:hover,.contact-form input:-webkit-autofill:focus,.contact-form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:hwb(0 95% 5%)!important;background-color:transparent!important;transition:background-color 5000s ease-in-out 0s}.contact-form input:-moz-autofill{background-color:transparent!important;color:#f2f2f2!important}.contact-form input:-webkit-autofill{-webkit-background-clip:text;background-clip:text;filter:none}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);background-color:#f1f1f00d}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#f1f1f080;opacity:1}.submit-btn,.contact-form button{width:100%;background-color:#f05023;padding:6px 8px;border:none;font-size:1.8rem;border-radius:4px;cursor:pointer;transition:background .3s;color:#f1f1f0;margin-top:6px;position:relative;z-index:20}.submit-btn:hover,.contact-form button:hover{background-color:#cd431d}.contact-info{min-width:54.6rem;height:58rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:10}.contact-details{display:flex;flex-direction:column;gap:1.8rem;margin-bottom:2rem}.contact-details a,.contact-details p{font-weight:400;line-height:normal;font-size:1.6rem;transition:all .2s ease-in}.contact-details a:hover{color:#ff6236}.icon-wrapper{display:flex;align-items:center;gap:1rem;color:#f1f1f0;font-size:1.6rem;text-decoration:none}.icon-wrapper svg{flex-shrink:0;width:24px;height:24px;fill:#f1f1f0}.contact-map{flex:1;width:100%;height:40rem;border-radius:10px;overflow:hidden}.animated-background{width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.bg-shape1,.bg-shape2,.bg-shape3,.bg-shape4{position:absolute;border-radius:50%;animation-duration:20s;animation-iteration-count:infinite;animation-timing-function:linear;pointer-events:none;z-index:-1}.animated-background.contact .bg-shape1,.animated-background.contact .bg-shape2,.animated-background.contact .bg-shape3,.animated-background.contact .bg-shape4{pointer-events:none}@media (max-width: 768px){.contact-content{flex-direction:column;gap:2rem}.contact-header h1{font-size:6.4rem}.contact-header h2{font-size:2.4rem}.contact-content .contact-form,.contact-content .contact-info{min-width:100%;height:54rem}.contact-info .contact-details{display:none}.contact-map{margin:auto;width:100%;aspect-ratio:1 / 1}}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.popup-box{background:var(--dark);padding:3rem 2rem;border-radius:8px;box-shadow:0 10px 30px #0003;text-align:center;width:90%;max-width:400px;color:#333;border:.5px solid #f1f1f04d;font-family:var(--font-body);position:relative;transform:scale(.9);opacity:0;animation:popupEnter .3s ease-out forwards}@keyframes popupEnter{to{transform:scale(1);opacity:1}}.popup-icon{width:80px;height:80px;margin:0 auto 2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:iconBounce .5s ease-out .2s both}@keyframes iconBounce{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.popup-success .popup-icon{background:#4caf501a;border:3px solid #4caf50}.popup-success .popup-icon svg{width:40px;height:40px;stroke:#4caf50;stroke-width:3}.popup-error .popup-icon{background:#f443361a;border:3px solid #f44336}.popup-error .popup-icon svg{width:40px;height:40px;stroke:#f44336;stroke-width:3}.popup-warning .popup-icon{background:#ff98001a;border:3px solid #ff9800}.popup-warning .popup-icon svg{width:40px;height:40px;stroke:#ff9800;stroke-width:3;fill:#ff9800}.popup-box h2{font-family:var(--font-heading);font-size:2.2rem;margin-bottom:1rem;color:#333;letter-spacing:.2px}.popup-success h2{color:#4caf50}.popup-error h2{color:#f44336}.popup-warning h2{color:#ff9800}.popup-box p{font-size:1.4rem;line-height:1.6;margin:auto;margin-bottom:1rem;width:80%;color:var(--light);font-weight:300;letter-spacing:.2px}.popup-box button{padding:.6rem 1.6rem;font-size:1.6rem;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.popup-box button:hover{background:#45a049}.popup-error button{background:#f44336}.popup-error button:hover{background:#da190b}.popup-warning button{background:#ff9800}.popup-warning button:hover{background:#e68900}.popup-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:transparent;border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#999;transition:all .3s ease}.popup-close:hover{background:#0000001a;color:#333}.popup-close svg{width:20px;height:20px}@media (max-width: 480px){.popup-overlay{padding:.5rem}.popup-box{width:95%;max-width:none;padding:2rem 1.5rem;margin:0 auto;border-radius:6px}.popup-icon{width:60px;height:60px;margin-bottom:1.5rem}.popup-icon svg{width:30px!important;height:30px!important}.popup-box h2{font-size:1.8rem;margin-bottom:.8rem}.popup-box p{font-size:1.2rem;width:90%;margin-bottom:1.5rem}.popup-box button{padding:.8rem 1.5rem;font-size:1.4rem;width:100%}.popup-close{top:.5rem;right:.5rem;width:28px;height:28px}.popup-close svg{width:16px;height:16px}}@media (min-width: 481px) and (max-width: 767px){.popup-box{width:85%;max-width:350px;padding:2.5rem 1.8rem}.popup-icon{width:70px;height:70px;margin-bottom:2rem}.popup-icon svg{width:35px!important;height:35px!important}.popup-box h2{font-size:2rem}.popup-box p{font-size:1.3rem;width:85%}.popup-box button{padding:.7rem 1.6rem;font-size:1.5rem}}@media (min-width: 768px) and (max-width: 1023px){.popup-box{width:70%;max-width:380px;padding:2.8rem 2rem}.popup-icon{width:75px;height:75px;margin-bottom:2.2rem}.popup-icon svg{width:38px!important;height:38px!important}.popup-box h2{font-size:2.1rem}.popup-box p{font-size:1.35rem;width:82%}.popup-box button{padding:.65rem 1.6rem;font-size:1.55rem}}@media (min-width: 1024px){.popup-box{width:60%;max-width:420px}.popup-box:hover{transform:scale(1.02);transition:transform .3s ease}.popup-close:hover{transform:scale(1.1)}}@media (min-width: 1200px){.popup-box{width:50%;max-width:450px;padding:3.5rem 2.5rem}.popup-icon{width:85px;height:85px;margin-bottom:2.5rem}.popup-icon svg{width:42px!important;height:42px!important}.popup-box h2{font-size:2.3rem}.popup-box p{font-size:1.45rem;width:78%}.popup-box button{padding:.8rem 2rem;font-size:1.65rem}}@media (min-width: 1440px){.popup-box{max-width:480px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.popup-box{border-width:1px}.popup-icon{border-width:2px}}@media (orientation: landscape) and (max-height: 600px){.popup-box{padding:1.5rem 2rem;max-height:90vh;overflow-y:auto}.popup-icon{width:50px;height:50px;margin-bottom:1rem}.popup-icon svg{width:25px!important;height:25px!important}.popup-box h2{font-size:1.6rem;margin-bottom:.5rem}.popup-box p{font-size:1.1rem;margin-bottom:1rem}.popup-box button{padding:.5rem 1.2rem;font-size:1.3rem}}@media (prefers-reduced-motion: reduce){.popup-box{animation:none;transform:scale(1);opacity:1}.popup-icon{animation:none}.popup-box:hover,.popup-close:hover{transform:none}}.services_page .hero_section{min-height:240px;padding:92px 12px 12px}.services_page .hero_section .text-hero{min-width:75%;max-width:80%;margin-bottom:6px}.services_page .hero_section .text-body-xl{min-width:75%;max-width:80%}.hero_content{display:flex;flex-direction:column;gap:12px}.work-type li{text-align:center;padding:auto;font-weight:400;width:100%}.services_page .hero_content .work-type{width:100%;display:grid;gap:8px;list-style:none}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(6,1fr)}.grid-5 li{grid-column:span 2}.grid-5 li:nth-child(n+4){grid-column:span 3}.grid-6{grid-template-columns:repeat(3,1fr)}.grid-8{grid-template-columns:repeat(4,1fr)}.branding-cards{position:relative;overflow:hidden;transition:all .8s cubic-bezier(.25,.8,.25,1);border-radius:8px}.branding-cards Link{width:100%;height:100%}.branding-cards img{width:100%;height:100%;object-fit:cover;border-radius:8px}.branding-explore,.branding-text-content,.grayscale-layer{position:absolute}.branding-text-content{z-index:5;bottom:20px;left:20px;transition:all .8s cubic-bezier(.25,.8,.25,1);transform:translate(-200px);opacity:0;width:60%}.branding-title{font-size:2.4rem;letter-spacing:1px;margin-bottom:8px}.branding-desc{font-size:1.2rem;line-height:1.1;letter-spacing:1px}.branding-explore{z-index:5;padding:4px 6px;font-size:1.4rem;border:1px solid #f05023;border-radius:4px;transition:all .8s cubic-bezier(.25,.8,.25,1);position:absolute;right:20px;bottom:20px;transform:translateY(60px)}.branding-explore:hover{background-color:#f05023;border-color:#f05023}.grayscale-layer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;z-index:1}.branding-cards:hover .branding-text-content{transform:translate(0);opacity:1}.branding-cards:hover .branding-explore{transform:translateY(0)}.branding-cards:hover .grayscale-layer{opacity:.8}.services_gallery{display:grid;grid-template-columns:repeat(9,1fr);gap:12px}.branding_gallery .heading-secondary{margin-block:18px 10px}.branding_gallery .heading-secondary:first-child{margin-block:0px 10px}.branding .branding-cards:nth-child(1),.branding .branding-cards:nth-child(4),.m360_gallery .branding-cards:nth-child(1),.m360_gallery .branding-cards:nth-child(4){grid-column:span 5}.branding .branding-cards:nth-child(2),.branding .branding-cards:nth-child(3),.m360_gallery .branding-cards:nth-child(2),.m360_gallery .branding-cards:nth-child(3){grid-column:span 4}.packaging .branding-cards{grid-column:span 9}.collaterals .branding-cards:nth-child(1){grid-column:span 5}.collaterals .branding-cards:nth-child(2){grid-column:span 4}.print_media_gallery .branding-cards:nth-child(1),.uiux_gallery .branding-cards:nth-child(1){grid-column:span 5}.print_media_gallery .branding-cards:nth-child(2),.uiux_gallery .branding-cards:nth-child(2){grid-column:span 4}.vfx3d_page img{width:100%;border-radius:8px;grid-column:span 9;aspect-ratio:16 / 9;object-fit:cover}@media (max-width: 768px){.services_page .hero_section{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:76px 0 8px}.services_page .hero_content{flex-direction:row-reverse}.services_page .hero_content .work-type li{padding:4px}.services_page .grid-3,.services_page .grid-4,.services_page .grid-5,.services_page .grid-6,.services_page .grid-8{grid-template-columns:1fr}.services_page .grid-3 li,.services_page .grid-4 li,.services_page .grid-5 li,.services_page .grid-6 li,.services_page .grid-8 li{grid-column:span 1}.services_page .hero_content .work-type{min-width:40%;height:fit-content;width:100%}.services_gallery .branding-cards .grayscale-layer,.services_gallery .branding-cards .branding-content,.services_gallery .branding-cards .branding-explore{display:none}.services_gallery .branding-cards Link{cursor:pointer}.av_production-video-portrait{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto;gap:8px}.av_production-video-portrait video{grid-row:span 1;grid-column:span 1;width:100%}}.services_projects_page{margin-top:84px!important}.services_projects_page .heading-primary{margin-top:24px}.services_projects_gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto,1fr);height:auto;gap:12px}.services_projects_gallery img{height:100%;width:100%;margin:0;border-radius:8px;object-fit:cover}.trident_gallery img:nth-child(1){grid-column:1 / 2;grid-row:1 / 4}.trident_gallery img:nth-child(2){grid-column:2 / 3;grid-row:1 / 3}.trident_gallery img:nth-child(3){grid-column:1 / 2;grid-row:4 / 6}.trident_gallery img:nth-child(4){grid-column:2 / 3;grid-row:3 / 6}.trident_gallery img:nth-child(5){grid-column:1 / 2;grid-row:6 / 8}.trident_gallery img:nth-child(6){grid-column:2 / 3;grid-row:6 / 9}.trident_gallery img:nth-child(7){grid-column:1 / 2;grid-row:8 / 11}.trident_gallery img:nth-child(8){grid-column:2 / 3;grid-row:9 / 11}.ui-project_page{margin-top:56px!important;display:flex;flex-direction:column}.ui-project_page .content-section{max-width:100%;display:flex;gap:1.6rem;margin-top:36px}.ui-project_page .content-section .project-details{width:45%;background:#282828;height:fit-content;padding:12px 24px;border-radius:8px;border:1px solid #f1f1f04d;display:flex;flex-direction:column;gap:2px;font-weight:300}.ui-project_page .content-section .project-details h4{font-weight:300}.ui-project_page .content-section .brand-desc{line-height:1.3;max-width:60%}.ui-project_gallery{max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.ui-project_gallery img{width:100%;height:100%;object-fit:cover;border-radius:8px}.ui-project_gallery_homefills img:nth-child(1){grid-row:1 / 3;grid-column:1 / 2}.ui-project_gallery_homefills img:nth-child(2){grid-row:1 / 2;grid-column:2 / 3}.ui-project_gallery_homefills img:nth-child(3){grid-row:3 / 4;grid-column:1 / 2}.ui-project_gallery_homefills img:nth-child(4){grid-row:2 / 4;grid-column:2 / 3}.ui-project_gallery_leotronix img:nth-child(1){grid-column:1 / 2;grid-row:1 / 3}.ui-project_gallery_leotronix img:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}.ui-project_gallery_leotronix img:nth-child(3){grid-column:2 / 3;grid-row:2 / 3}.ui-project_gallery_tpnodl img{grid-column:1 / -1}@media (max-width: 768px){.ui-project_page .content-section{display:flex;flex-direction:column}.ui-project_page .content-section .project-details{width:100%;align-items:flex-start;padding:12px}.ui-project_page .content-section .project-details .heading-tertiary:last-child{margin-bottom:0}.ui-project_page .content-section .project-details .heading-tertiary{margin-bottom:12px}.ui-project_page .content-section .brand-desc{line-height:1.4;min-width:100%}.ui-project_page .content-section .brand-desc h4{margin-bottom:8px}}.av_production-video-landscape video{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;border:1px solid #282828;margin-bottom:16px}.av_production-video-portrait{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:12px}.av_production-video-portrait video{grid-row:span 1;grid-column:span 1;width:100%;aspect-ratio:9 / 16;object-fit:cover;border-radius:8px;border:1px solid #282828}@media (max-width: 768px){.av_production-video-portrait{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto;gap:8px}.av_production-video-portrait video{grid-row:span 1;grid-column:span 1;width:100%;aspect-ratio:9 / 16;object-fit:cover}}.project-page-container{margin-top:72px!important}.hero-image,.hero-image img{width:100%;border-radius:8px;aspect-ratio:2 / 1;object-fit:cover}.hero-image{margin-bottom:16px}.content-section{width:100%;display:flex;gap:2.4rem;margin-bottom:24px}.content-section .brand-details{width:40%;background:#282828;height:fit-content;padding:12px 24px;border-radius:8px;border:1px solid #F1F1F04D;display:flex;flex-direction:column;gap:8px}.content-section .brand-details .brand-name,.content-section .brand-details .project-type{line-height:normal;display:flex;flex-direction:column;align-items:start}.content-section .brand-details .brand-name span,.content-section .brand-details .project-type span{color:#a3a3a3}.content-section .brand-details .brand-name h1,.content-section .brand-details .project-type h1{margin-bottom:0}.content-section .brand-desc{line-height:1.4;max-width:60%}@media (max-width: 768px){.project-page-container{margin-top:64px!important}.content-section{flex-direction:column}.content-section .brand-details{width:100%;flex-direction:row;justify-content:space-between;padding:12px}.content-section .brand-details .project-type p{font-size:14px}.content-section .brand-desc{padding:4px;max-width:100%}.project-navigation-buttons .nav-button{font-size:12px}}.image-gallery-desktop{margin-top:36px;column-count:2;column-gap:12px}.image-cont{break-inside:avoid;margin-bottom:16px;width:100%;border-radius:8px}.image-cont img{width:100%;height:auto;display:block;object-fit:cover;border-radius:8px}.image-gallery-mobile{display:none;margin-top:40px}.image-gallery-mobile .image-cont{margin-bottom:8px}.image-gallery-mobile .image-cont img{width:96%;height:auto;margin:0 auto;display:block;border-radius:8px;object-fit:cover}@media (max-width: 768px){.image-gallery-desktop{display:none}.image-gallery-mobile{display:grid;grid-template-columns:1fr;gap:8px}.image-cont{margin-bottom:8px}}.social-media-creatives-heading h2{margin-top:36px}.image-gallery-grid-layout{margin:12px auto 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.image-gallery-grid-layout .image-cont,.image-gallery-grid-layout .image-cont img{border-radius:8px;margin-bottom:0}@media (max-width: 768px){.image-gallery-grid-layout{gap:8px}}.image-gallery-grid-layout.homefills-project .image-cont:nth-child(7){grid-column:1 / -1}.image-gallery-grid-layout.ruchi-project .image-cont:nth-child(7){grid-column:1 / -1}.image-gallery-grid-layout.lotus-resort-project .image-cont:nth-child(7){grid-column:1 / -1}.image-gallery-grid-layout.shuvam-project .image-cont:nth-child(4),.image-gallery-grid-layout.shuvam-project .image-cont:nth-child(5),.image-gallery-grid-layout.shuvam-project .image-cont:nth-child(6),.image-gallery-grid-layout.shuvam-project .image-cont:nth-child(7){grid-column:1 / -1}.tpnodl-corporate{margin:12px auto 24px;display:grid;grid-template-columns:repeat(6,1fr)}.tpnodl-corporate .image-cont,.tpnodl-corporate .image-cont img{border-radius:8px;margin-bottom:0}.tpnodl-corporate .image-cont:nth-child(1),.tpnodl-corporate .image-cont:nth-child(2),.tpnodl-corporate .image-cont:nth-child(3){grid-column:span 2}.tpnodl-corporate .image-cont:nth-child(4),.tpnodl-corporate .image-cont:nth-child(5){grid-column:span 3}.campaign-container{width:100%;background-color:#282828;border:.5px solid rgba(241,241,240,.3);border-radius:8px;padding:16px;display:flex;gap:24px;flex-wrap:wrap;margin:12px auto}.campaign-container .campaign-images{display:flex;flex-direction:column;width:28%;gap:12px}.campaign-container .campaign-content{width:63%;display:flex;flex-direction:column;gap:16px}.campaign-container .campaign-content h3,.campaign-container .campaign-content h4{font-size:24px;color:#fff}.campaign-container .campaign-content p,.campaign-container .campaign-content ul li{font-size:16px;line-height:1.4;color:#ddd}.campaign-container .campaign-content ul{padding-left:24px}.campaign-container .campaign-content ul li{list-style:disc;margin-bottom:6px;color:#ccc}@media (max-width: 768px){.campaign-container{flex-direction:column;padding:12px;gap:0}.campaign-container .campaign-images{flex-direction:row;width:100%;gap:8px}.campaign-container .campaign-content{width:100%}.campaign-container .campaign-content h4{font-size:20px}.campaign-container .campaign-content p{font-size:12px}}.project-navigation-buttons{width:100%;display:flex;justify-content:space-between;margin-top:2rem}.nav-button{background-color:#282828;font-family:Rubik;color:#fff;border:none;padding:4px 12px;font-size:18px;border-radius:4px;cursor:pointer;transition:background-color .3s ease;border:.5px solid #F1F1F080}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#222;border-radius:10px;border:2px solid #1e1e1e;transition:.3s all linear}::-webkit-scrollbar-thumb:hover{background-color:#444}:root{--primary: #f05023;--secondary: #282973;--dark: #121212;--light: #f1f1f0;--white: #ffffff;--black: #000000;--font-heading: "Degular", sans-serif;--font-body: "Rubik", sans-serif}@font-face{font-family:Degular;src:url(/assets/Degular-Regular-DH7mWEPy.otf) format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Degular;src:url(/assets/Degular-Medium-Qp0YgTK-.otf) format("opentype");font-weight:500;font-display:swap}@font-face{font-family:Rubik;src:url(/assets/Rubik-Regular-BCr64LpH.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Rubik;src:url(/assets/Rubik-Medium-CivPKezq.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Rubik;src:url(/assets/Rubik-Light-C6ThhFoI.ttf) format("truetype");font-weight:300;font-display:swap}html{font-family:var(--font-body);scroll-behavior:smooth;background-color:var(--dark);color:var(--light);font-size:10px;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700"><defs><radialGradient id="gggrain-gradient" r="2"><stop offset="0%" stop-color="%23121212"></stop><stop offset="50%" stop-color="%23121212"></stop><stop offset="100%" stop-color="%23121212ff"></stop></radialGradient><filter id="gggrain-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.45" numOctaves="2" seed="2" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feColorMatrix type="saturate" values="0" x="0%" y="0%" width="100%" height="100%" in="turbulence" result="colormatrix"></feColorMatrix><feComponentTransfer x="0%" y="0%" width="100%" height="100%" in="colormatrix" result="componentTransfer"><feFuncR type="linear" slope="3"></feFuncR><feFuncG type="linear" slope="3"></feFuncG><feFuncB type="linear" slope="3"></feFuncB></feComponentTransfer><feColorMatrix x="0%" y="0%" width="100%" height="100%" in="componentTransfer" result="colormatrix2" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 21 -13"></feColorMatrix></filter></defs><g><rect width="100%" height="100%" fill="url(%23gggrain-gradient)"></rect><rect width="100%" height="100%" fill="transparent" filter="url(%23gggrain-filter)" opacity="0.4" style="mix-blend-mode: overlay"></rect></g></svg>');background-size:cover;background-repeat:repeat;background-size:900px 900px;overflow-x:hidden}html,body,#root{height:100%;margin:0;padding:0;scroll-behavior:auto}.app-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.main-content{flex-grow:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1}p,li,a,span,button{font-size:1.8rem;line-height:1.33;letter-spacing:normal}a{color:inherit;text-decoration:none;transition:color .3s ease}input,::placeholder{font-family:var(--font-body)}ul,ol{list-style:none}.text-hero{font-size:72px;font-weight:500}.heading-primary{font-size:48px;font-weight:400;margin-bottom:16px}.heading-secondary{font-size:36px;font-weight:400}.heading-tertiary{font-size:24px;font-weight:400}.heading-small{font-size:20px;font-weight:500}.text-body-xl{font-size:20px;font-weight:300}.text-body-lg{font-size:16px;font-weight:300}.text-body-md{font-size:14px;font-weight:300}.text-body-sm{font-size:12px;font-weight:300}.text-body-vsm{font-size:10px;font-weight:300}@media (max-width: 1024px){html{font-size:9.5px}.text-hero{font-size:60px}.heading-primary{font-size:40px}.heading-secondary{font-size:30px}.heading-tertiary{font-size:22px}.heading-small{font-size:18px}.text-body-xl{font-size:20px}.text-body-lg{font-size:16px}.text-body-md{font-size:13px}.text-body-sm{font-size:11px}}@media (max-width: 768px){html{font-size:9px}.text-hero,.heading-primary,.heading-tertiary,.heading-small{text-align:center}.text-hero{font-size:48px}.heading-primary{font-size:36px}.heading-secondary{font-size:28px}.heading-tertiary{font-size:20px}.heading-small{font-size:16px}.text-body-xl{font-size:18px}.text-body-lg{font-size:14px}.text-body-md{font-size:12px}.text-body-sm{font-size:10px}}@media (max-width: 600px){html{font-size:9px}.text-hero{font-size:42px}.heading-primary{font-size:32px}.heading-secondary{font-size:24px}.heading-tertiary{font-size:18px}.heading-small,.text-body-xl,.text-body-lg{font-size:14px}.text-body-md{font-size:12px}.text-body-sm{font-size:10px}}@media (max-width: 480px){html{font-size:8.5px}.text-hero{font-size:32px}.heading-primary{font-size:24px}.heading-secondary{font-size:18px}.heading-tertiary,.heading-small{font-size:14px}.text-body-xl{font-size:16px}.text-body-lg{font-size:12px}.text-body-md{font-size:10px}.text-body-sm{font-size:9px}}@media (max-width: 375px){html{font-size:7.5px}.text-hero{font-size:28px}.heading-primary{font-size:24px}.heading-secondary{font-size:20px}.heading-tertiary{font-size:16px}.heading-small{font-size:13px}.text-body-xl{font-size:14px}.text-body-lg{font-size:11px}.text-body-md{font-size:9.5px}.text-body-sm{font-size:8.5px}}.w-full{width:100%}.h-full{height:100%}.text-center{text-align:center}p-relative{position:relative}.container{max-width:144rem;margin:0 auto;padding:1.2rem}.wrapper{max-width:112rem;margin:16px auto;padding:8px 12px}.hero_section{position:relative;cursor:default}.hero_section .text-hero{font-size:72px;line-height:1;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero_section p{font-size:24px;width:70%}@media (max-width: 1200px){.hero_section .text-hero{font-size:68px}.hero_section p{font-size:20px;width:80%}}@media (max-width: 1024px){.hero_section .text-hero{font-size:56px}.hero_section p{font-size:20px;width:80%}}@media (max-width: 768px){.hero_section{align-items:center;padding:0 2rem}.hero_section .text-hero{font-size:48px}.hero_section p{margin:auto;font-size:16px;width:70%;text-align:center}}@media (max-width: 600px){.hero_section{align-items:center;padding:24px auto 0rem}.hero_section .text-hero{font-size:38px}.hero_section p{margin:auto;font-size:16px;width:70%;text-align:center}}@media (max-width: 480px){.hero_section .text-hero{font-size:32px}.hero_section p{font-size:12px;width:80%;letter-spacing:0}}@media (max-width: 375px){.hero_section .text-hero{font-size:28px}.hero_section p{font-size:10px}}@media (max-width: 350px){.hero_section .text-hero{font-size:24px}.hero_section p{font-size:9px}}.bdr{border:.5px double #f1f1f04d}.btn{display:inline-block;padding:6px 14px;font-size:1.4rem;color:#f1f1f0;background-color:#f05023;border:1px solid #f05023;border-radius:6px;text-decoration:none;transition:background-color .3s ease;cursor:pointer}@media (max-width: 768px){.btn{font-size:14px;padding:4px 8px}}@media (max-width: 480px){.btn{font-size:12px;padding:3px 6px}}.btn:hover{background-color:#d43a1b}.cta-container{display:flex;align-items:center;flex-direction:column;justify-content:space-between;gap:16px}.cta-container .heading-secondary{line-height:1}.cta-container p{max-width:50%;text-align:center}@media (max-width: 768px){.cta-container p{max-width:80%}}@media (max-width: 480px){.cta-container p{max-width:100%}}
