@import url("https://web.archive.org/web/20250714140735cs_/https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins";
}

body,
html {
  position: relative;
  height: 100%;
}

nav {
  width: 100%;
  padding: 1rem 4rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 20%;
}
.logo img {
  width: 150px;
}
nav ul {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  text-decoration: none;
}

nav ul li {
  position: relative;
}

nav ul a {
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border-radius: 25px;
  transition: all 0.1s ease-in-out;
  text-align: center !important;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 130, 32);
}

nav ul a:hover {
  background-color: rgba(245, 130, 32, 0.598);
}



.dropdown-menu,
.dropdown-submenu-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000b8;
  padding: 10px 0;
  min-width: 190px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.37);
  z-index: 1000;
  backdrop-filter: blur(5px);
}

.dropdown-menu li,
.dropdown-submenu-menu li {
  padding: 5px 15px;
  border-bottom: 1px solid #ffffff41;
}

.dropdown-menu li a,
.dropdown-submenu-menu li a {
  color: #fff;
  text-decoration: none;
}

/* Hover to display the dropdown */
.dropdown:hover .dropdown-menu,
.dropdown-submenu:hover .dropdown-submenu-menu {
  display: block;
}

/* Style for nested submenus */
.dropdown-submenu-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
  backdrop-filter: blur(5px);
}

.show {
  display: block !important;
}

.cta {
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 25px;
  background-color: #f58220;
  text-decoration: none;
}


/* Hero Section */
.hero-section {
  width: 100%;
  height: 100vh;
}
.swiper {
  width: 100%;
  height: 100%;
}
.hero-section .swiper img {
  width: 100%;
}

.iframe-section{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video {
  width: 560px !important;
  height: 315px;
  margin: -6% auto 0px auto !important;
  border-radius: 40px;
  z-index: 999 !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 25px #0000002b;
}

@media screen and (min-width: 1440px){
  .video{
    margin: -18% auto 0px auto !important;
  }
}

.about-section {
  width: 100%;
  margin: 4rem 0;
  background: url("../../../20250714140735im_/https_/www.tridentbadlapur.com/img/about-bg.html");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-section p{
  font-weight: 700;
}

.title {
  width: 60%;
  margin: 0 auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title h3 {
  font-size: 1.2rem;
}
.title h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #f58220;
}
.title h1 {
  font-size: 3rem;
  color: #f58220;
}
.title p {
  margin: 1rem auto;
  line-height: 2;
}
.numbers {
  width: 70%;
  margin: 4rem auto;
  padding: 2rem;
  background: #f58220;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.number {
  width: 24%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.number h1 {
  margin-top: 0.5rem;
  font-size: 3rem;
}

.number h3 {
  font-weight: 500;
}

.icon {
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.icon svg {
  width: 70px;
  height: 70px;
}

/* Landmark CSS */
.landmark-section {
  width: 100%;
  position: relative;
  margin: 2rem 0;
  display: flex;
  align-items: center;
}

.landmark-item {
  width: 33vw;
  height: 400px;
  background: url('https://web.archive.org/web/20250714140735im_/https://www.tridentbadlapur.com/img/Krushna\ Kutir.jpg');
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  
  overflow: hidden;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.landmark-item:hover{
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
  background-size: 105% !important;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to top, #000, transparent);
  transition: all 0.5s ease-in-out;
}
.overlay:hover{
  background: linear-gradient(to top, #000, #000000ae, transparent);
}

.landmark-item img {
  width: 100px;
  z-index: 1;
}

.testimonial-section {
  width: 70%;
  margin: 4rem auto;
  position: relative;
}

.testimonial-section .mySwiper {
  margin: 2rem auto;
  width: 100%;
  height: 350px;
}

.star{
  width: 100px;
}

.swiper-wrapper {
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0% !important;
}

.swiper-slide {
  position: relative;
}

.test-card {
  width: 100%;
  height: 350px;
  padding: 1rem;
  border-radius: 25px;
  background: #f58220;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  line-height: 1.2 !important;
}

.userIco {
  width: 150px;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 12px;
}

.test-card p {
  line-height: 1.2;
}



.swiper-pagination-bullet-active {
  background: #fff !important;
}

.team-section {
  width: 100%;
  padding: 4rem 0;
  background: url("../../../20250714140735im_/https_/www.tridentbadlapur.com/img/teanBg.html");
  background-size: cover;
  background-color: #fff6eb;
}

.team-container {
  width: 70%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.team-card {
  height: 30vw;
  width: 33%; /* For the first row of 2 cards */
  background-color: white;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}

.director{
  height: 20vw !important;
}


.team-card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.team-card div {
  width: 100%;
  height: 20%;
  padding: 1rem;
  background: #f58220;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team-card h3 {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

.team-card p {
  font-size: 1rem;
}

/* Media query for the second row with 3 cards */
@media (min-width: 768px) {
  .team-container .team-card:nth-child(n + 3) {
    width: calc(33.33% - 20px); /* For 3 cards in the second row */
  }
}

.brand-container {
  width: 100%;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: url("../../../20250714140735im_/https_/www.tridentbadlapur.com/img/brand-desk.html");
  background-size: 100%;
}

/* Footer CSS */
.footer {
  padding-top: 1rem;
  background-color: #333333b6 !important;
  background: url("../../../20250714140735im_/https_/www.tridentbadlapur.com/img/footerBg.html");
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-inner {
  width: 70%;
  padding: 2rem 0;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-inner .column:nth-child(1) {
  width: 25%;
}
.footer-inner .column:nth-child(1) img {
  width: 100%;
}
.footer-inner .column:nth-child(2) {
  width: 30%;
}
.footer-inner .column:nth-child(3) {
  width: 30%;
}

.footer-inner b,
.footer-inner p,
.footer-inner a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
}
.footer-inner p {
  margin-top: 10px;
  font-weight: 300;
}
.footer-inner a {
  font-weight: 300;
  margin: 0.5rem 0;
}

.footer-inner a:hover {
  color: #f58220;
}

.location {
  display: flex;
  gap: 0.5rem;
}

.location p {
  margin: 0px;
  padding: 0px;
}

.footer-inner .p-bor-bottom {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.footer-inner .p-bottom {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.footer-inner i {
  color: #f58220;
  font-size: 20px;
}
.social-icon {
  display: flex;
  gap: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}

.social-icon p {
  height: fit-content;
}
.social-icon i {
  font-size: 15px;
  margin-top: 1rem;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon i:hover {
  color: #f58220;
  border-color: #f58220;
}

.footer-copy {
  padding: 1rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.footer-copy p {
  font-size: 12px;
  color: #fff;
}
.footer-copy a,
.footer-copy p:nth-child(2) {
  color: #fff;
  font-size: 12px;
}
.footer-copy a {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    width: 90%;
    flex-direction: column;
  }
  .footer-inner .column:nth-child(1) img {
    width: 50%;
    margin-bottom: 1rem;
  }
  .column {
    width: 100% !important;
  }
  .footer-copy {
    width: 100%;
    padding-bottom: 2rem;
    justify-content: center;
    text-align: center;
  }
  .footer-copy p {
    width: 100vw;
    text-align: end;
  }
  .footer-copy p:nth-child(1) {
    text-align: left;
  }
  .footer-inner b,
  .footer-inner p,
  .footer-inner a {
    font-size: 18px;
  }
}


.soon, .soon img{
  width: 100%;
}


/* About Page */
.header {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.header img{
  width: 20rem !important;
}

.header h1 {
  font-size: 3rem;
  font-weight: 600;
}

/* Media Gallery Layout */
.media-gallery {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery {
  display: grid;
  gap: 10px;
}

@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1023px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
}

/* Popup Styles */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}





/* Contact Page CSS */
.form h1 {
  text-align: center;
  width: 100%;
  line-height: 1;
  color: #f58220;
}
.form h2 {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#resume {
  min-width: 100% !important;
  cursor: pointer;
}
.form {
  width: 70%;
  margin: 2rem auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.form input {
  min-width: 49% !important;
  max-width: 49% !important;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px solid #f58220;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: 500;
}

.form textarea {
  width: 100%;
  height: 30vh;
  padding: 1rem;
  border: 2px solid #f58220;
  border-radius: 15px;
}

.form .cta {
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #f58220;
  border-radius: 12px;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.propForm {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background: #ffffffc7;
  padding-top: 4rem !important;
  backdrop-filter: blur(5px);
  border-radius: 22px;
  box-shadow: 0 0 15px #0000004f;
}
#closeForm {
  font-size: 2rem;
  color: #f58220;
  position: absolute;
  top: 2%;
  right: 1%;
}

/* Referal Page*/
.refer-section {
  width: 70%;
  margin: 4rem auto;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.refer-section .title {
  width: 80% !important;
}
.refer-section h2 {
  font-weight: 600;
  color: #f58220 !important;
}
.refer-section hr {
  width: 70%;
  border-color: #f58220;
}

.profit {
  width: 60%;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.percent {
  width: 95%;
  padding: 0.5rem;
  background: #f58220;
}
.percent h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
.profit h4 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.team-section h2 {
  font-weight: 600;
}

.steps {
  width: 70%;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-item {
  width: 24%;
  height: 350px;
  padding: 2rem;
  border-radius: 25px;
  background: #f58220;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}

.note {
  width: 70%;
  padding: 2rem 2rem;
  margin: 4rem auto;
  color: #fff;
  border-radius: 25px;
  background: #f58220;
  font-size: 0.8rem;
}

.note ol {
  margin-top: 2rem;
}
.note ol li {
  margin-left: 2rem;
}

.fixed-cta {
  padding: 0.5rem 0rem;
  width: 150px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  background-color: #f58220;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 10px #00000015;
  position: fixed;
  top: 50%;
  right: -55px;
  rotate: -90deg;
  z-index: 99999999999;
}

/* Project Page */
.project {
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff9ef;
}

.proj-top {
  width: 80%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proj-logo{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proj-logo img{
  width: 50%;
}

.proj-img {
  width: 48%;
  height: 300px;
  background: #ccc;
}
.proj-top p {
  width: 45%;
}

.proj-top h4 {
  text-align: center;
  width: 45%;
  font-size: 1.5rem;
  font-weight: 400;
}

.proj-highlight {
  width: 100%;
  padding: 4rem;
  background: #f58220e6;
}

.proj-highlight .title h2,
.proj-highlight .title p {
  color: #fff !important;
  font-weight: 500;
  line-height: 1;
}

.proj-icons {
  width: 50%;
  margin: 4rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.proj-icon {
  min-width: 33%;
  max-width: 33%;
  height: 200px;
  margin-bottom: 2rem;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.proj-icon img {
  width: 70% !important;
  object-fit: contain;
}

.conifg {
  width: 80%;
  margin: 2rem auto;
  padding: 0rem;
}
.conifg .title h2 {
  font-weight: 600;
}
.conifg .proj-icons {
  width: 100%;
  gap: 2rem;
}
.proj-icons .team-card {
  height: 400px !important;
  width: 30%;
  border-radius: 22px;
  border: 1px solid #f58220;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* .proj-icons .team-card:hover {
  scale: 1.08;
} */

.proj-icons .team-card img {
  width: 90%;
  object-fit: contain;
}
.team-card h4 {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 25px;
  color: #f58220;
}

.container{
  width: 70%;
  margin: 4rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container img{
  width: 50%;
}
.container .left {
  width: 48%;
}

/* FAQ CSS */
.faq-container {
  max-width: 100%;
  padding: 2vw 0;
}

.faq-item {
  margin-bottom: 10px;
  padding: 1rem;
  background: #f58220;
  transition: all 0.5s ease;
  border-radius: 15px;
}

.faq-item i {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
}

.faq-question {
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-answer {
  display: none;
  padding: 1vw 0;
}

.faq-answer p {
  margin: 0;
  color: #fff;
  font-size: 0.8rem !important;
}

.cont-container{
  width: 70%;
  margin: 4rem auto;
  padding: 2rem;
}

.cont-container .container{
  width: 100%;
  align-items: start;
}

.container .form{
  margin: 0;
  padding: 0 2rem;
}

.container .form input{
  min-width: 100% !important;
}

.detail{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail i{
  width: 10%;
  font-size: 1.5rem;
  color: #f58220;
  margin-top: 10px;
}
.detail div{
  width: 90%;
}
.detail hr{
  width: 100%;
  margin: 0.8rem;
  border-color: #f58220;
}

.copywrite{
  width: 70%;
  margin: 4rem auto;
}
.copywrite p{
  font-size: 12px;
  font-weight: 400 !important;
  margin-bottom: 1rem;
}
.copywrite b{
  font-size: 12px;
}


.completed-proj{
  width: 70%;
  margin: 4rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.completed-proj .team-card{
  min-width: 48%;
  height: 25vw;
  margin-bottom: 2rem;
}

iframe{
  width: 50vw !important;
  margin: 1em auto;
  border-radius: 12px;
}
.coming-soon{
  font-size: 2.5rem !important;
}




@media screen and (max-width: 768px) {
  nav {
    display: none;
  }

  .hero-section {
    margin-top: 4rem;
    width: 100%;
    height: 100%;
  }
  .video {
    width: 80% !important;
    height: 200px;
    border-radius: 15px;
  }

  .title {
    width: 100%;
  }

  .title h1 {
    font-size: 2rem;
    line-height: 1;
  }

  .title p {
    line-height: 1.2;
  }

  .about-section {
    background-repeat: no-repeat;
  }

  .about-section .title {
    padding: 1rem;
  }

  .numbers {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
  }

  .number {
    min-width: 50%;
    margin-bottom: 1rem;
  }
  .number h1 {
    font-size: 1.8rem;
  }
  .number h3 {
    font-size: 1rem;
  }

  .landmark-section {
    flex-wrap: wrap;
  }
  .landmark-item {
    min-width: 100%;
    position: sticky;
    top: 5%;
  }
  .landmark-item img {
    width: 200px;
  }

  .testimonial-section .title {
    width: 100vw !important;
  }
  .testimonial-section {
    width: 100%;
  }
  .testimonial-section .swiper {
    width: 100%;
  }
  .test-card {
    width: 95%;
    min-height: 350px;
    margin: 0 auto;
    position: relative;
  }

  .test-card-1{
    height: 350px !important;
  }
  

  .team-container {
    width: 98%;
    padding-left: 1rem;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 10px;
    overflow-x: scroll;
  }
  .team-container .team-card {
    min-width: 45%;
    height: 220px !important;
  }

  .team-card img {
    height: 75%;
  }

  .team-card div {
    padding: 0px;
    height: 25%;
  }

  .team-card h3 {
    width: 100%;
    margin-bottom: 0px;
  }
  .team-card p {
    width: 100%;
    font-size: 12px;
  }

  .brand-container {
    margin-top: 1rem;
    height: 200px !important;
    background: url('../../../20250714140735im_/https_/www.tridentbadlapur.com/img/mob-brand.html') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;

  }

  .proj-header{
    width: 100%;
    height: 200px !important;
    margin-top: 3rem;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
  }

  .form {
    width: 100%;
    padding: 1rem;
  }

  .refer-section {
    width: 100% !important;
    line-height: 1;
  }

  .profit {
    width: 80%;
  }

  .steps {
    width: 95%;
    flex-wrap: wrap;
  }

  .step-item {
    min-width: 48%;
    height: 200px;
    margin-bottom: 1rem;
    line-height: 1;
    padding: 1rem;
  }
  .step-item img {
    height: 80px;
  }
  .note {
    width: 95%;
  }
  .note p {
    padding: 0rem !important;
  }
  .note ol li {
    margin-left: 1rem;
  }

  .project{
    padding: 0;
  }

  .proj-top{
    width: 100%;
    flex-direction: column;
  }
  .proj-logo{
    width: 30%;
    margin: 1rem 0;
  }
  .proj-top h4{
    width: 100%;
    line-height: 1;
  }
  .proj-img{
    width: 90%;
  }
  .proj-top p{
    width: 90%;
    margin: 1rem 0;
  }

  .proj-highlight{
    padding: 2rem 1rem;
  }
  .proj-highlight .title p{
    margin: 0;
  }

  .proj-icons{
    width: 90%;
  }
  .proj-icon{
    height: 150px;
  }
  .proj-icon p{
    font-size: 14px;
  }
  .proj-icons .team-card{
    width: 100%;
    margin-bottom: 1rem;
  }

  .team-section .title{
    width: 90%;
  }

  .container{
    width: 90%;
    flex-direction: column;
  }
  .container .left, .container img{
    width: 100%;
  }

  .cont-container{
    width: 100%;
    margin: 2rem auto;
  }

  .container .form{
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }

  .copywrite{
    width: 90%;
    margin: 2rem auto;
  }
.header img{
  width: 15rem !important;
}

.header h2{
  text-align: center;
  margin: 1rem 0;
  line-height: 1;
  font-size: 2rem
}

.completed-proj {
  width: 95%;
}
.completed-proj .team-card{
  width: 100%;
  height: 40vh;
}

iframe{
  width: 80vw !important;
}





}

.navbar {
  display: none;
}

.drawer {
  display: none;
}

/* Mobile Nav */
@media screen and (max-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 20px;
    padding-top: 0.8rem;
    background-color: #000;
    box-shadow: 0 0px 10px #00000040 !important;
    color: #fff;
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 9999;
  }

  .logo {
    width: 100px !important;
  }
  .logo img {
    width: 100%;
  }
  .drawer .logo {
    position: absolute;
    bottom: 5%;
  }
  .drawer .logo img {
    width: 100%;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }

  .menu-icon .bar {
    width: 25px;
    height: 3px;
    border-radius: 15px;
    background-color: #f58220;
    margin: 3px 0;
  }

  .drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #fff;
    color: #000;
    transform: translateX(110%);
    transition: transform 0.3s ease;
    padding: 20vh 7vw;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.111);
    z-index: 9999999;
  }

  .drawer a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 15px 0;
    font-size: 20px;
  }

  .drawer a:hover {
    color: #f58220;
  }

  a.active {
    color: #f58220;
    border-bottom: 2px solid #f58220;
  }

  .drawer .close {
    font-size: 28px;
    color: #fff;
    background-color: #f58220;
    width: 50px;
    height: 50px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3%;
    right: 3%;
  }

  .cta {
    padding: 2vw 5vw;
    background-color: #f58220;
    color: #fff !important;
    font-weight: 700;
    gap: 5px;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer.show {
    transform: translateX(0);
  }

  .drawer {
    display: flex;
    flex-direction: column;
  }

  .drawer .dropdown-content,
  .drawer .submenu {
    display: none;
    padding-left: 20px;
  }

  .drawer .dropdown a {
    cursor: pointer;
    color: #333;
    text-decoration: none;
  }

  .drawer .submenu a {
    display: block;
    padding: 5px 0;
    color: #555;
  }

  .drawer .submenu a:hover {
    color: #000;
  }

  .drawer .dropdown.active .dropdown-content,
  .drawer .submenu.active {
    display: block;
  }


  





}







/* Animation */
.scroll-text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.scroll-active {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0%);
}

/*
     FILE ARCHIVED ON 14:07:35 Jul 14, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:22:12 Apr 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.133
  load_resource: 184.515
  PetaboxLoader3.resolve: 43.638
  PetaboxLoader3.datanode: 33.547 (2)
  loaddict: 128.431
*/