@import"https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap";@font-face{font-family:Teko;font-style:normal;font-weight:300 700;font-display:swap;src:url(https://fonts.gstatic.com/s/teko/v20/LYjNdG7kmE0gfaJ9pRtB.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Teko;font-style:normal;font-weight:300 700;font-display:swap;src:url(https://fonts.gstatic.com/s/teko/v20/LYjNdG7kmE0gfa19pRtB.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Teko;font-style:normal;font-weight:300 700;font-display:swap;src:url(https://fonts.gstatic.com/s/teko/v20/LYjNdG7kmE0gfaN9pQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #fff;--secondary-color: #131417;--tertiary-color: #fbc290;--quaternary-color: #222429;--light-gray: #cdcecf;--dark-gray: #343a40;--font-family-primary: "Teko", Arial, sans-serif;--base-font-size: 1.1rem}body{font-family:var(--font-family-primary);font-weight:400;font-size:var(--base-font-size);color:var(--primary-color);background-color:var(--secondary-color);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p{line-height:1.6;letter-spacing:1px}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4.5vw,3rem)}p{font-size:clamp(1rem,2.5vw,1.2rem)}.header{color:#000;font-size:1.3rem;width:100%;position:fixed;top:0;z-index:10000;box-shadow:0 2px 4px #0000001a;background-color:#fff}.logo{width:200px;height:auto;object-fit:contain}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem}.nav-links{display:flex;justify-content:space-between;align-items:center;gap:2.5rem;transition:all .3s ease}li{list-style:none;position:relative;padding-bottom:10px}.nav-links li a{text-decoration:none;color:inherit;font-weight:500;text-transform:uppercase;transition:color .4s ease}.nav-links li a:after{content:"";position:absolute;width:0;height:2px;background-color:#fbc290;left:0;bottom:0;transition:all .4s ease}.nav-links li a:hover:after{width:100%}.nav-links li a.active{color:var(--tertiary-color)}.emailus{display:flex;gap:10px;align-items:center}.emailus>span>img{width:30px;height:auto;object-fit:contain;border-radius:50%}.mailto{text-decoration:none;list-style:none;color:var(--secondary-color)}.dropdown{position:relative;cursor:pointer}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fbfdff;display:none;flex-direction:column;gap:0;width:300px;box-shadow:0 2px 4px #0000001a;z-index:1000;border-radius:5px;transition:all .3s ease}.dropdown-menu li a{color:#000;padding:10px;text-decoration:none;display:block;width:100%;transition:background-color .3s ease}.dropdown:hover .dropdown-menu,.dropdown-menu.show{display:flex}.dropdown-menu li a:hover{color:var(--tertiary-color)}.span-1{font-weight:500}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;margin-left:auto;background-color:#fbc290}.hamburger div{width:25px;height:3px;background-color:#fff;transition:transform .3s ease,background-color .3s ease}.hamburger.open div:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open div:nth-child(2){opacity:0}.hamburger.open div:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 890px){.nav-links-box ul{position:absolute;top:100%;left:-100%;flex-direction:column;background-color:#fff;width:100%;gap:0;transition:left .3s ease}.nav-links-box ul.open{left:0}.nav-links-box li{width:100%;text-align:center}.nav-links-box li a{padding:15px 20px;width:100%}.emailus{display:none}.nav-links-box li:hover{color:var(--tertiary-color)}.dropdown-menu{position:relative;background-color:#222;width:100%;border-radius:0}.dropdown-menu li a{color:#fff}.hamburger{display:flex}}.home-container{background-image:url(/Assets/home%20banner.png);background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100vh;opacity:.4;position:relative}.left-curve{position:absolute;top:0;left:0;transform:translate(-100%,-100%);z-index:1}.hero-text{box-shadow:0 1px 2px #0000001a;position:absolute;top:30%;left:20%;line-height:1}.hero-text h1{font-size:clamp(2rem,6vw,6rem);margin-bottom:1rem;z-index:2000}.hero-button{width:200px;height:70px;border-radius:.2em;font-size:1.2em;letter-spacing:.05em;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;background-color:#fbc290;transition:background-color .4s ease}.hero-button:before{content:"";width:0;height:70px;border-radius:.2em;position:absolute;top:0;right:0;background-image:linear-gradient(to left,#343a40,#131417);transform:skew(-22deg);transition:.4s ease;display:block;z-index:-1}.hero-button:hover:before{width:200px;color:#fff}.hero-button:hover{color:#fff;opacity:1;right:0;transform:skew(0)}@media (max-width: 768px){.hero-text h1{font-size:10vw}}.number-counts{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}.number-count{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem;border-right:1px solid rgba(245,222,179,.2)}.number-count:last-child{border-right:none}.number-count h1{margin:0;font-size:4rem}.number-count p{margin:0;font-size:1.5rem}@media (max-width: 768px){.number-counts{flex-direction:column;gap:10px}.number-count{padding:2rem;border-right:none;border-bottom:1px solid rgba(245,222,179,.2)}.number-count h1{font-size:2.5rem}.number-count p{font-size:1.2rem}}@media (max-width: 480px){.number-count{padding:1.5rem}.number-count h1{font-size:2rem}.number-count p{font-size:1rem}}.services,.our-projects{background-color:var(--primary-color);color:var(--dark-gray);padding:4rem 0}.services-text,.our-project-text{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10vw;border-bottom:1px solid rgba(59,54,47,.247);padding:3rem .5rem;text-align:center}.services-text h1,.our-project-text h1{font-size:2.5rem;color:var(--secondary-color);transform:scaleY(1.5) scaleX(1.2);display:inline-block;font-weight:500}.services-text p,.our-project-text>ul{font-size:1.5rem;transform:scaleY(.8) scaleX(1.2);display:inline-block;font-weight:300}.services-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:30px}.card{background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 6px 10px #0000001a;width:100%;max-width:450px;text-align:center;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:24px;cursor:pointer}.card img{width:6rem;height:auto;object-fit:cover;margin-bottom:15px}.card h2{font-size:25px;margin:15px 0}.card p{font-size:20px;color:#555;padding:0 10px 20px}.more{position:relative;top:8%;left:40%;color:#fff!important;text-transform:uppercase}.card:hover{transform:translateY(-7px);box-shadow:0 10px 20px #00000026;color:#fff;background-color:#000000cd;transition:all .5s ease}.card:hover>p{color:#fff}.card:hover .more:after{content:"❯";font-size:18px;font-weight:600;color:#fff;transition:color .2s ease}.card:hover .more:before{content:"view more";padding-right:10px;font-size:16px;color:#fff;transition:color .2s ease}.more:hover:after,.more:hover:before{color:#fbc290!important}.more:hover{transform:scale(1.1);transition:transform ease-in-out .3s}@media (min-width: 1024px){.card{flex:1 1 calc(33.33% - 60px)}}@media (min-width: 768px) and (max-width: 1023px){.services-text{flex-direction:column;gap:20px}.services-text p{font-size:1.5rem}.card{flex:1 1 calc(50% - 30px)}}@media (max-width: 767px){.services-text{flex-direction:column;gap:20px}.services-text p{font-size:1.2rem}.card{flex:1 1 calc(50% - 30px)}}@media (max-width: 480px){.services-text{flex-direction:column;gap:20px}.services-text p{font-size:1rem}.card{flex:1 1 100%}}.our-project-text{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;text-overflow:hidden;gap:20px;border-bottom:1px solid rgba(59,54,47,.247);padding:3rem .5rem}.our-project-text ul{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;cursor:pointer}.our-project-text ul li:after{content:"";position:absolute;width:0;height:2px;background-color:#fbc290;left:0;bottom:0;transition:all .4s ease}.our-project-text ul li:hover:after{width:100%}.our-projects-gallery{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:30px;width:100%;height:auto}@media (min-width: 768px){.our-project-text{flex-direction:column;gap:20px;font-size:1rem}.our-project-text ul{font-size:1.5rem}}@media (max-width: 767px){.our-project-text{flex-direction:column;gap:20px;font-size:1rem}.our-project-text ul{font-size:1.2rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}}@media (max-width: 480px){.our-project-text{flex-direction:column;gap:20px}.our-project-text ul li{font-size:1.2rem}}.slider-image{width:100%;height:auto;margin:10px 0;transition:transform .3s ease;transform:scale(1);border-radius:5px;box-shadow:0 2px 6px #0003}.slider-image:hover{transform:scale(1.05)}.project-link a{text-decoration:none;color:var(--quaternary-color);opacity:.9;font-weight:300}.project-links a li{list-style:none;color:var(--quaternary-color);font-weight:300}.project-links li a.active{color:#fbc290}.slider-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;padding:10px}.slider-item{width:100%;height:auto;margin:10px 0}@media (max-width: 768px){.slider-image{width:100%;height:auto;margin:10px 0}}.testimonial-card-box{background-color:var(--primary-color);color:var(--dark-gray);padding:5rem 3rem 10rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.testimonial-card{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;max-width:350px;margin:0 auto;text-align:center;cursor:pointer}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 8px 20px #00000026}.testimonial-text p{font-size:16px;line-height:1.6;color:#333;margin-bottom:20px}.testimonial-author{display:flex;flex-direction:column;align-items:center;margin-top:20px}.testimonial-author img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:10px;border:3px solid #f0f0f0}.testimonial-author h3{font-size:18px;color:#222;margin:0}.testimonial-author p{font-size:14px;color:#666;margin:5px 0 0}.testimonial-swiper{padding:20px!important}@media (max-width: 768px){.testimonial-card{max-width:90%;padding:15px}.testimonial-text p{font-size:15px}.testimonial-author img{width:70px;height:70px}}@media (max-width: 480px){.testimonial-card{max-width:95%;padding:10px}.testimonial-text p{font-size:14px;margin-bottom:15px}.testimonial-author h3{font-size:16px}.testimonial-author p{font-size:13px}.testimonial-author img{width:60px;height:60px}}.content-section{background-color:var(--secondary-color);padding:4em 2em}.content-box{display:flex;align-items:center;flex-direction:column;text-align:center}.content-box h1{font-size:2rem;text-wrap:wrap;text-overflow:hidden;transform:scaleY(1.2) scaleX(.9)}.content-cards{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:center}.content-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;border-right:none;gap:20px;flex:1 1 calc(50% - 20px);box-shadow:0 4px 8px #0000001a}.content-card img{width:80px;height:auto;object-fit:contain;border-radius:12px;margin-bottom:15px}.content-card h2{font-size:1.2rem;margin-bottom:8px;font-weight:400;text-transform:uppercase}@media screen and (min-width: 768px){.content-section{padding:6em 5em}.content-box{flex-direction:row;text-align:left}.content-box h1{font-size:3rem}.content-cards{justify-content:start}.content-card{padding:3rem;flex:1 1 calc(33.333% - 30px)}.content-card img{width:100px}.content-card h2{font-size:1.5rem}}@media screen and (min-width: 1024px){.content-section{padding:6em 10em}.content-card{flex:1 1 calc(25% - 30px);justify-content:center}}.globe,.arrow{width:100%;max-width:15em;height:auto}.our-principle-section{background-color:var(--primary-color);color:var(--dark-gray);padding:4em 2em;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:20px;word-wrap:break-word;overflow:hidden}.our-principle-text-box,.aim-box{flex:1 1 auto;text-align:center;max-width:600px;overflow:hidden}.principle-text{text-align:center;padding:20px;word-wrap:break-word}.principle-text h1,.aim-text-box h1{font-size:2.5rem;color:var(--secondary-color);transform:scaleY(1.5) scaleX(1.2);font-weight:500;margin:0}.principle-text p,.aim-text-box p{font-size:1.5rem;transform:scaleY(1) scaleX(1.1);font-weight:300;margin:0;word-wrap:break-word}@media screen and (max-width: 768px){.our-principle-section{flex-direction:column;padding:2em 1em}.globe,.arrow{max-width:10em}.principle-text h1,.aim-text-box h1{font-size:2rem}.principle-text p,.aim-text-box p{font-size:1.2rem}}@media screen and (max-width: 480px){.globe,.arrow{max-width:8em}.principle-text h1,.aim-text-box h1{font-size:1.8rem}.principle-text p,.aim-text-box p{font-size:1rem}}.mid-banner-section{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px}.banner-box-1,.banner-box-2{position:relative;padding:5em;display:grid;justify-content:center;align-items:center;overflow:hidden}.banner-box-1:before,.banner-box-2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.banner-box-1:before{background-color:var(--dark-gray);background-image:url(/Assets/HOME_body_banner.png);background-size:cover;background-repeat:no-repeat;background-position:center;opacity:.4}.banner-box-2:before{background-color:#fbc290;opacity:.9}.inner-text{position:relative;z-index:2;text-align:center}.banner-box-1 h3,.banner-box-2 h3{transform:scaleY(1.2) scaleX(1.1);transition:transform .3s ease-in-out;font-size:2.5vw;font-weight:400;width:100%;margin:0 auto;text-align:center;word-wrap:break-word}.banner-box-1 h3{color:var(--primary-color)}.banner-box-2 h3{color:var(--secondary-color)}.discover-button-1,.discover-button-2{width:200px;height:70px;border-radius:.2em;font-size:1.2em;letter-spacing:.05em;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;margin:20px auto}.discover-button-1{background-color:#fbc290;transition:background-color .4s ease}.discover-button-2{background-color:var(--quaternary-color);transition:background-color .4s ease;color:var(--primary-color)}.discover-button-1:before,.discover-button-2:before{content:"";width:0;height:70px;border-radius:.2em;position:absolute;top:0;right:0;transform:skew(-22deg);transition:.4s ease;display:block;z-index:-1}.discover-button-1:before{background-image:linear-gradient(to left,#343a40,#131417)}.discover-button-2:before{background-image:linear-gradient(to right,#fff,#fdfeff)}.discover-button-1:hover:before{width:200px;color:#fff}.discover-button-2:hover:before{width:200px;color:#000}.discover-button-1:hover{color:#fff;opacity:1;right:0;transform:skew(0)}.discover-button-2:hover{color:#000;opacity:1;right:0;transform:skew(0)}@media screen and (max-width: 768px){.banner-box-1 h3,.banner-box-2 h3{font-size:1.3em;letter-spacing:normal}.mid-banner-section{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:0px;grid-row-gap:0px}.discover-button-1,.discover-button-2{width:150px;height:50px}}footer{width:100%;color:#cacaca;background:var(--secondary-color) url(/Assets/footer-bg.png) center top no-repeat;opacity:.9;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:30px;padding:10em;box-shadow:0 -2px 10px #0000004d;z-index:1000}.child-grid{justify-self:center}.child-grid h3{margin:10px auto;color:#fff}.child-grid h4{color:var(--tertiary-color);opacity:.7}@media (max-width: 768px){footer{grid-template-columns:1fr;padding:2em;text-align:justify;gap:10px}.child-grid{justify-self:auto;margin:10px 0}}.footer-links li{list-style:none;position:relative;padding-bottom:10px}.footer-links li a{text-decoration:none;color:inherit;font-weight:500;text-transform:uppercase;transition:color .4s ease}.mail-link{text-transform:lowercase!important}.footer-links li a:hover{color:var(--tertiary-color);transition:all .4s ease}.about-container{background-image:url(/Assets/about%20us%20banner.png);height:70vh}.about-us-text-box,.workflow-text-box{background-image:url(/Assets/pattern-2.png);padding:.2rem 0;height:fit-content}.about-text,.workflow-text{padding:4em 0;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:30px;text-align:center;margin:6rem auto;transition:background-color .4s ease;background-color:#000;color:#fff;opacity:.9;box-shadow:0 -2px 10px #00000080}.about-text h2,.workflow-text h2{text-transform:uppercase;transform:scaleY(1.2) scaleX(1.3);font-weight:600;transition:transform .3s ease-in-out;font-size:3.5vw;font-weight:400;width:60%;margin:0 auto;text-align:center;word-wrap:break-word;line-height:1}.about-text p{color:#fbc290;font-size:1.8em;line-height:1.8;width:70%;margin:0 auto;text-align:center;transition:all .4s ease}.about-us-text-box{background-image:url(/Assets/About_us-code.png);background-size:cover;background-attachment:fixed;background-position:center;background-repeat:no-repeat;height:fit-content;position:relative;z-index:1}.about-text{padding:4em 0;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:30px;text-align:center;margin:auto;transition:all .4s ease;background:#00000080;color:#fff;position:relative;z-index:2}.about-text h2{text-transform:uppercase;transform:scaleY(1.2) scaleX(1.3);font-weight:600;transition:transform .3s ease-in-out;font-size:3.5vw;width:60%;margin:0 auto;text-align:center;line-height:1}.about-text p{color:#fbc290;font-size:1.8em;line-height:1.8;width:70%;margin:0 auto;text-align:center;transition:all .4s ease;text-shadow:1px 1px 2px rgba(0,0,0,.8)}@media only screen and (max-width: 599px){.about-text h2{font-size:5vw;line-height:1.1em}.about-text p{font-size:1.2em}}@media only screen and (max-width: 767px){.about-text h2{font-size:6vw}.about-text p{font-size:1.3em}}@media only screen and (max-width: 991px){.about-text h2{font-size:6vw}.about-text p{font-size:1.3em}}@media only screen and (max-width: 1199px){.about-text h2{font-size:6vw}.about-text p{font-size:1.3em}}.agency-section{position:relative;padding:120px 0 80px;background:#fff url(/Assets/pattern-2.png) left top repeat}.auto-container{position:static;max-width:1200px;padding:0 15px;margin:0 auto;color:#000;overflow:hidden}.agency-content{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.agency-content h2{text-transform:uppercase;font-weight:400;font-size:2em;text-align:justify;line-height:1.2;word-break:break-word}.agency-content nav ul{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;flex-wrap:wrap}.agency-content nav ul li button{background:#fff;border:1px solid #fbc290;color:#000;font-size:1em;transition:background-color .4s ease,color .4s ease;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:500}.agency-content nav ul li button:hover{background-color:var(--tertiary-color);color:#fff}.agency-content nav ul li button.active{background-color:#fbc290;color:#fff;font-weight:700}.row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}.column{flex:1;min-width:300px;padding:20px;box-sizing:border-box}.left-agency-column,.right-agency-column{border-radius:10px;padding:20px;background-color:#f9f9f9}.column p{font-size:clamp(1.3rem,1.3em,4vw);font-weight:100;line-height:1.6;margin-bottom:20px}@media (max-width: 768px){.agency-content h2{font-size:1.5em}.agency-content nav ul{flex-direction:row;gap:5px;width:100%}.agency-content nav ul li button{font-size:.9em;padding:8px 16px}.column{min-width:100%}}@media (max-width: 480px){.agency-content nav ul li button{font-size:.8em;padding:6px 12px}}.workflow-container{background-image:url(/Assets/work%20flow%20banner.png);height:70vh}.workflow-text{padding:10vw 0;box-shadow:none}.workflow-text h2{transition:all .4s ease}.workflow-text h2:hover{color:var(--tertiary-color)}.img-sec{width:100%;height:600px}@media (max-width: 1024px) and (min-width: 768px){.workflow-text{margin:4rem auto}.workflow-text h2{font-size:4vw}}@media (max-width: 767px){.workflow-text{margin:2rem auto}.workflow-text h2{font-size:1.5rem}}.img-sec{background-color:#fbfdff;display:grid;grid-template-columns:repeat(2,minmax(250px,1fr));justify-items:end;position:relative;background-image:url(/Assets/pattern-2.png)}.img-sec img{width:460px;height:auto;border-radius:15px}.img-sec-2{width:500px;height:auto;color:#000;justify-self:center;border-radius:15px;box-shadow:0 -2px 10px #00000080;background-color:#fff;padding:4rem;position:absolute;top:6%;left:45%}.img-sec-2 h2{text-transform:uppercase;transform:scaleY(1.2) scaleX(1.3);font-weight:600;transition:transform .3s ease-in-out;font-size:2em;font-weight:400;width:100%;margin:0 auto;text-align:center;word-wrap:break-word;line-height:1;color:var(--tertiary-color);opacity:.5}.img-sec-2 p{color:#000;font-size:1.2em;line-height:2;margin:0 auto;width:100%;text-align:center;transition:all .4s ease;font-weight:300}@media (max-width: 768px){.img-sec{display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;height:auto}.img-sec-1 img{width:300px;max-height:300px}.img-sec-2{position:static;width:90%;margin:0 auto;max-height:400px;padding:1rem;margin:1rem auto}.img-sec-2 h2{font-size:1.8rem;transform:scaleY(1.1) scaleX(1);opacity:1}.img-sec-2 p{font-size:1.2em;line-height:1.2}}.call-to-section{background:var(--secondary-color) url(/Assets/pattern-2.png) center top repeat;display:flex;justify-content:center;align-items:center;position:relative;padding:50px 0}.call-to-box{background-color:var(--tertiary-color);width:80%;max-width:1000px;padding:60px 40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:background-color .4s ease;border-radius:10px;box-shadow:0 2px 10px #0003;text-align:left}.call-to-box h1{color:var(--secondary-color);text-transform:uppercase;font-size:1.8rem;font-weight:500;line-height:1.3;word-wrap:break-word;margin:0;max-width:60%}.call-us-button{width:220px;height:60px;border-radius:6px;font-size:1.2em;letter-spacing:.05em;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;background-color:var(--quaternary-color);transition:background-color .4s ease;color:var(--primary-color);cursor:pointer}.call-us-button:before{content:"";width:0;height:60px;border-radius:6px;position:absolute;top:0;right:0;transform:skew(-22deg);transition:width .4s ease;z-index:-1;background-image:linear-gradient(to right,#fff,#fdfeff)}.call-us-button:hover:before{width:220px}.call-us-button:hover{color:#000}@media (max-width: 1024px){.call-to-box{flex-direction:column;text-align:center;padding:40px;width:90%}.call-to-box h1{font-size:1.6rem;max-width:100%}.call-us-button{margin-top:20px;width:180px;height:50px}}@media (max-width: 768px){.call-to-box{padding:30px;width:95%}.call-to-box h1{font-size:1.4rem}.call-us-button{width:100%;height:50px;max-width:250px}}@media (max-width: 480px){.call-to-box{padding:20px;width:95%}.call-to-box h1{font-size:1.3rem;line-height:1.2}.call-us-button{width:100%;height:45px;max-width:220px}}.container{max-width:1200px;margin:0 auto;padding:40px}.grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 1024px){.grid{grid-template-columns:1fr 1fr;align-items:center}}.text-column h2{font-size:2rem;font-weight:700;margin-bottom:10px}.text-column p{font-size:1.2rem;color:#666}.image-grid{display:grid;gap:10px}.image-large img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out}.image-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.image-small{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out}.image-large img:hover,.image-small:hover{transform:scale(1.05)}.services-container{background-image:url(/Assets/services%20banner%20.png);height:70vh}.service-section-container{background:url(/Assets/pattern-2.png);color:var(--secondary-color);display:flex;gap:30px;padding:5rem}.service-info-box{flex:3;display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:1em}.service-info-box ul li:before{content:"➔";font-size:12px;margin-right:10px;color:#333;transition:color .2s ease}.service-info-box li:hover{background-color:#f0f0f0;opacity:1}.service-info-box h2{text-transform:uppercase;font-size:2.5rem;color:var(--secondary-color);transform:scaleY(1.5) scaleX(1.2);display:inline-block;font-weight:500;letter-spacing:1}.service-info-box p{font-size:1.4rem;line-height:1.5;margin-bottom:1em;word-wrap:break-word;font-weight:200;transition:all .4s ease}.service-links-box{flex:2;background:#f4f5f8;border-radius:7px}.service-links-box a{list-style:none;text-decoration:none;color:var(--secondary-color)}.service-links-box a:hover{color:var(--tertiary-color)}.service-links-box span,.service-links-box a{margin-left:1rem}.service-links-box span{font-size:1.4rem}.service-info-box ul,.service-links-box ul{list-style-type:disc;margin:1rem}.service-info-box ul li{font-size:1.3rem}.service-links-box{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:15px;box-shadow:0 4px 8px #0000001a;max-width:300px;margin:20px;text-align:left;max-height:420px}.service-links-box span{display:block;margin-bottom:12px;color:#333}.service-links-box ul{list-style-type:none;padding:0;margin:0}.service-links-box li{margin-bottom:8px;position:relative}.service-links-box li a{text-decoration:none;color:#333;display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:4px;transition:background-color .2s ease,opacity .2s ease;opacity:.7}.service-links-box li a:after{content:"➔";font-size:12px;color:#333;transition:color .2s ease}.service-links-box li a:hover,.service-links-box li a.active{background-color:#f0f0f0;opacity:1}.service-links-box li a:hover:after,.service-links-box li a.active:after{color:var(--secondary-color)}@media (max-width: 767px){.service-section-container{flex-direction:column;gap:20px;padding:2rem}.service-info-box h2{font-size:1.5rem;line-height:1;flex-grow:2;padding:1rem}.service-info-box{gap:.5rem}}.service-element-link-box{display:flex;gap:15px;align-items:center;justify-content:start}.service-element-link-box li a{text-decoration:none;color:var(--secondary-color);transition:color .2s ease;font-weight:600;font-size:clamp(1rem,1.2rem,2.5rem);color:#fff}.service-element-link-box li a:hover{color:var(--tertiary-color)}.service-element-link-box li a:active{color:var(--primary-color)}.service-element-link-box li:last-child a{color:var(--tertiary-color);text-transform:uppercase}.contact-container{background-image:url(/Assets/contact%20us%20banner.png);height:70vh}.contact-info{background:url(/Assets/pattern-2.png);color:var(--secondary-color);display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:60px}.contact-info-card{background-color:#f9f9f9;border:1px solid #f0eaea;border-radius:8px;padding:20px;flex:1 1 calc(50% - 40px);max-width:400px;text-align:center}.contact-info-card:hover{box-shadow:0 4px 8px #0000001a;border:1px solid #ddd}.contact-info-card h4{margin-bottom:10px;font-size:1.8rem;color:#333}.contact-info-card p{font-size:1.2rem;color:#666}@media (max-width: 768px){.contact-info-card{flex:1 1 100%;max-width:100%}}.contact-section{background-image:url(/Assets/pattern-2.png);background-position:center;background-size:cover;background-repeat:no-repeat;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;grid-gap:40px;padding:5rem}@media (max-width: 767px){.contact-section{grid-template-columns:1fr;padding:2rem 1rem}}.map-box{grid-row:1;grid-column:1;background-color:#f4f5f8;border-radius:7px;padding:20px;width:70%;justify-self:center}@media (max-width: 768px){.map-box{width:100%;padding:10px}}iframe{width:100%;height:500px;border-radius:20px}.form-container{max-width:700px;width:100%;background-color:#fff;padding:25px 30px;border-radius:5px;box-shadow:0 5px 10px #00000026;justify-self:center}.form-container .title{font-size:25px;font-weight:500;position:relative;color:#fbc290;text-transform:uppercase}.form-container .title:before{content:"";position:absolute;left:0;bottom:0;height:3px;width:30px;border-radius:5px;background:#fbc290}.content form .user-details{display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px 0 12px}form .user-details .input-box{margin-bottom:15px;width:calc(50% - 20px)}form .input-box span.details{display:block;font-weight:500;margin-bottom:5px}#reason,textarea,.user-details .input-box input{height:45px;width:100%;outline:none;font-size:16px;border-radius:5px;padding-left:15px;border:1px solid #ccc;border-bottom-width:2px;transition:all .3s ease}#reason:focus,textarea:focus,.user-details .input-box input:focus,.user-details .input-box input:valid{border-color:#fbc290}textarea{height:120px;width:210%}form .gender-details .gender-title{font-size:20px;font-weight:500}form .category{display:flex;width:80%;margin:14px 0;justify-content:space-between}form .category label{display:flex;align-items:center;cursor:pointer}form .button{height:45px;margin:35px 0}form .button input{height:100%;width:100%;border-radius:5px;border:none;color:#000;font-size:18px;font-weight:500;letter-spacing:1px;cursor:pointer;transition:all .3s ease;background:#fbc290}form .button input:hover{background:linear-gradient(-135deg,#71b7e6,#fbc290)}.error{color:red}.response{color:green}@media (max-width: 584px){.container{max-width:100%}form .user-details .input-box{margin-bottom:15px;width:100%}form .category{width:100%}.content form .user-details{max-height:300px;overflow-y:scroll}.user-details::-webkit-scrollbar{width:5px}textarea{width:100%}}@media (max-width: 459px){.container .content .category{flex-direction:column}}.sticky-button{position:fixed;right:20px;bottom:80px;width:44px;height:44px;color:var(--secondary-color);font-size:14px;border-radius:50%;text-align:center;z-index:100;cursor:pointer;background:var(--tertiary-color);transition:all .3s ease;border:none}.scroll-to-top-button{position:fixed;right:20px;bottom:20px;width:44px;height:44px;color:var(--secondary-color);font-size:14px;line-height:44px;border-radius:50%;text-align:center;z-index:100;cursor:pointer;background:var(--tertiary-color);transition:all .3s ease}.scroll-to-top-button:hover{transform:translateY(-3px)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100000}.modal-container{background-color:#fff;padding:20px;width:500px;max-width:100%;border-radius:8px;box-shadow:0 4px 8px #0003;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center}.close-button{background:none;border:none;font-size:24px;cursor:pointer}.modal-footer{display:flex;justify-content:flex-end;padding-top:10px}.service-element-container{height:70vh}.second-hero-text{box-shadow:0 1px 2px #0000001a;top:25%;left:12%;line-height:1}.second-hero-text h1{text-transform:uppercase;font-size:clamp(2rem,4vw,8rem)}.client-section{padding:64px 0;background-color:#f9fafb}.client-container{max-width:1120px;margin:0 auto;padding:0 24px}.client-heading{text-align:center;margin-bottom:40px}.client-heading h2{font-size:2.5rem;font-weight:400;text-transform:uppercase;color:#1f2937;margin-bottom:8px}.client-heading p{color:#6b7280;font-size:1.3rem;font-weight:300}.client-slider-wrapper{overflow:hidden}.client-slider-track{display:flex;gap:32px;white-space:nowrap;animation:client-scroll 20s linear infinite}.client-slide{min-width:150px;width:200px;height:120px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001a;transition:box-shadow .3s ease;padding:10px;overflow:hidden}.client-slide:hover{box-shadow:0 4px 12px #0003}.client-slide img{max-width:100%;max-height:100%;object-fit:contain;transition:filter .3s ease}.client-slide img:hover{filter:grayscale(0%)}@keyframes client-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.project-grid-container{max-width:1200px;margin:0 auto;padding:0 1rem}.project-grid-wrapper{display:flex;flex-direction:column;gap:5rem}.project-row{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 1024px){.project-row{grid-template-columns:repeat(2,1fr)}.project-content.order-2{order:2}.project-image-wrapper.order-1{order:1}}.project-content{display:flex;flex-direction:column;gap:1.5rem}.project-title{font-size:2rem;font-weight:700;color:#1f2937}.project-location{display:flex;align-items:center;color:#4b5563;font-weight:500}.project-description{font-size:1.125rem;color:#374151;line-height:1.6}.project-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#eff6ff;color:#1d4ed8;font-size:.875rem;font-weight:500;border:1px solid #bfdbfe;border-radius:9999px}.section-heading{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#111827;margin-bottom:.75rem}.tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.tech-item{padding:.375rem .75rem;background:linear-gradient(to right,#f9fafb,#f3f4f6);color:#374151;font-size:.875rem;font-weight:500;border:1px solid #e5e7eb;border-radius:9999px;transition:.2s all ease}.tech-item:hover{border-color:#93c5fd;background-color:#eff6ff;color:#1d4ed8}.scope-list{display:flex;flex-direction:column;gap:.75rem}.scope-item{display:flex;align-items:flex-start;gap:.75rem;color:#374151;line-height:1.5}.project-image-wrapper{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:30px;width:100%;height:auto;overflow:hidden}.image-container{position:relative;width:100%;max-width:100%}.image-inner{position:relative;width:100%;height:auto;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px #00000026;z-index:1}.project-image{width:100%;height:auto;display:block;margin:10px 0;transition:transform .3s ease;transform:scale(1);border-radius:5px;box-shadow:0 2px 6px #0003}.image-container:hover .project-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.1),transparent);opacity:0;transition:opacity .3s ease}.image-container:hover .image-overlay{opacity:1}.icon{display:inline-block;vertical-align:middle}.icon.small{width:16px;height:16px;margin-right:.5rem}.icon.medium{width:20px;height:20px;margin-right:.5rem}.icon.ml{margin-left:.5rem}.icon.blue{color:#3b82f6}.icon.green{color:#10b981}.icon.white{color:#fff}.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#000}.loader{width:100px;height:100px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{background-color:#000}
