/*Star Global Roles*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*End Global Roles*/

/* Mycontainer  style*/

.Mycontainer {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .Mycontainer {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .Mycontainer {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .Mycontainer {
    width: 1140px;
  }
}

/*---------------------------------Star Hero Section*/

.hero-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  will-change: background-position;
}

@media (max-width: 1199px) {
  header {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.main-header {
  transition: all 0.3s ease;
  position: fixed;
  transform: translateY(0);
}

.main-header.header-hidden {
  transform: translateY(-150%);
}

.main-header.header-visible {
  transform: translateY(0);
}


.dropdown-menu {
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background-color: #00261a;
  padding: 20px;
  border-radius: 15px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.has-arrow.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.hamburger {
  width: 30px;
  height: 30px;
  background-color: white;
  display: none;
}

@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
  nav {
    display: none;
  }
}

.hamburger-dropdown-menu {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background-color: #00261a;
  width: 100%;
  height:0;
  opacity: 0;
  padding: 20px 40px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.hamburger-dropdown-menu.active {
  height: calc(100vh - 70px);
  opacity: 1;
  pointer-events: auto;
}


.hamburger-dropdown-menu .dropdown-menu-iteam .dropdown-menu-content li {
  margin: 10px 0;
  transition: all 0.3s ease;
}
.hamburger-dropdown-menu .dropdown-menu-iteam .dropdown-menu-content li:hover {
  color: #b0eb2a;
}

.hamburger-dropdown-menu .dropdown-menu-iteam .dropdown-menu-content{
  color: gray;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}


.hamburger-dropdown-menu .dropdown-menu-iteam .dropdown-menu-content.active{
  padding: 10px 20px;
  max-height: 200px;
}



.hamburger-dropdown-menu .dropdown-menu-iteam .dropdown-menu-header img {
  width: 30px;
  transition: transform 0.3s ease;
}

.dropdown-menu-iteam .dropdown-menu-content.active ~ .dropdown-menu-header img,
.dropdown-menu-header.rotated img {
  transform: rotate(45deg);
}
.dropdown-menu-header.rotated img {
  transform: rotate(45deg);
}



.go-down {
  animation: bouncing 4s linear infinite;
}

@keyframes bouncing {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -30px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  .hero-content {
    width: 350px;
  }
  .hero-content h1 {
    font-size: 40px;
  }
}


/*-------------------------------End Hero Section*/
/*-------------------------------Star Features Section*/
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.feature-grid .grid-box {
  transition: all 0.3s ease-in-out !important;
}

.feature-grid .grid-box:hover {
  transform: translateY(-10px);
}

.feature-grid .grid-box h2,
.feature-grid .grid-box p,
.feature-grid .grid-box img {
  transition: all 0.3s ease-in-out;
}

.feature-grid .grid-box:hover img {
  animation: iconBounce 0.6s ease-in-out;
}

@keyframes iconBounce {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(-5deg);
  }
  50% {
    transform: translateY(-15px) rotate(5deg);
  }
  75% {
    transform: translateY(-5px) rotate(-3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .feature-section .title {
    width: 350px;
  }
  .feature-section .title h1 {
    font-size: 40px;
  }
}

/*---------------------------------End Features Section*/
/*-------------------------------Star Leading Section*/

@media (max-width: 991px) {
  .leading-section .Mycontainer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .leading-section .Mycontainer img {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .redefining-section .Mycontainer {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 50px;
  }
  .redefining-section .Mycontainer img {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .Pushing-section .Mycontainer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .Pushing-section .Mycontainer img {
    width: 500px;
  }
}

/*-------------------------------End Leading Section*/
/*-------------------------------Star performance Section*/

@media (max-width: 1199px) {
  .performance-section .section-content h1 {
    font-size: 40px;
  }
  
}

@media (max-width: 1040px) {
  .performance-section .Mycontainer {
    flex-direction: column;
  }

}



/*-------------------------------End performance Section*/
/*-------------------------------Star Projects Section*/

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.project-grid .project-box {
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}

.project-grid .project-box:hover {
  transform: translateY(-10px);
}

.project-grid a.project-box {
  text-decoration: none;
  color: inherit;
}

.project-grid .project-box img {
  transition: all 0.3s ease-in-out;
}

.project-grid .project-box:hover img {
  transform: scale(1.05);
}

.project-grid .project-box h3,
.project-grid .project-box button {
  transition: all 0.3s ease-in-out;
}

.project-grid .project-box button.text-\[12px\] {
  transition: all 0.3s ease-in-out;
}

.project-grid .project-box button.text-\[12px\]:hover {
  transform: scale(1.05);
}

/*-------------------------------End Projects Section*/
/*-------------------------------Star FAQs Section*/

@media (max-width: 1199px) {
  .faqs-section .Mycontainer {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.faqs-section .Mycontainer .questions-section .according-iteam .according-content {
  color: gray;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faqs-section .Mycontainer .questions-section .according-iteam .according-content.active {
  padding: 10px 20px;
  max-height: 200px;
}


.according-iteam .according-content.active ~ .according-header img,
.according-header.rotated img {
  transform: rotate(45deg);
}


/*-------------------------------End FAQs Section*/
/*-------------------------------Star Connect Section*/

@media (max-width: 1199px) {
  .connect-section .Mycontainer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .connect-section .Mycontainer .section-info .box-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .connect-section .Mycontainer .section-map {
    height: 400px;
  }
}
/*-------------------------------End Connect Section*/
/*-------------------------------Star Footer Section*/

@media (max-width: 1199px) {
  footer .Mycontainer {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  footer .Mycontainer .right-section {
    grid-template-columns: 1fr 1fr;
  }
}

footer .Mycontainer .right-section ul li {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

footer.footer-visible .Mycontainer .right-section ul li {
  animation: staggeredFadeIn 0.6s ease forwards;
}

footer .Mycontainer .right-section ul li:hover {
  color: #b0eb2a;
  transform: translateX(5px);
}

footer.footer-visible .Mycontainer .right-section ul li:hover {
  transform: translateY(0) translateX(5px);
}

@keyframes staggeredFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered delay for each list item */
footer.footer-visible .Mycontainer .right-section ul li:nth-child(1) {
  animation-delay: 0.1s;
}

footer.footer-visible .Mycontainer .right-section ul li:nth-child(2) {
  animation-delay: 0.2s;
}

footer.footer-visible .Mycontainer .right-section ul li:nth-child(3) {
  animation-delay: 0.3s;
}

footer.footer-visible .Mycontainer .right-section ul li:nth-child(4) {
  animation-delay: 0.4s;
}

footer.footer-visible .Mycontainer .right-section ul li:nth-child(5) {
  animation-delay: 0.5s;
}

footer.footer-visible .Mycontainer .right-section ul li:nth-child(6) {
  animation-delay: 0.6s;
}

footer.footer-visible .Mycontainer .right-section ul li:nth-child(7) {
  animation-delay: 0.7s;
}

footer.footer-visible .Mycontainer .right-section ul li:nth-child(8) {
  animation-delay: 0.8s;
}

/* Staggered animation for left section footer */
footer .Mycontainer .left-section > * {
  opacity: 0;
  transform: translateY(20px);
}

footer.footer-visible .Mycontainer .left-section > * {
  animation: staggeredFadeIn 0.6s ease forwards;
}

footer.footer-visible .Mycontainer .left-section > a {
  animation-delay: 0.1s;
}

footer.footer-visible .Mycontainer .left-section > p {
  animation-delay: 0.2s;
}

footer.footer-visible .Mycontainer .left-section > .contact-footer:nth-of-type(1) {
  animation-delay: 0.3s;
}

footer.footer-visible .Mycontainer .left-section > .contact-footer:nth-of-type(2) {
  animation-delay: 0.4s;
}

/*-------------------------------End Footer Section*/
/*-------------------------------Star Copyright Section*/

@media (max-width: 991px) {
  .copyright-section .Mycontainer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/*-------------------------------End Copyright Section*/
/*-------------------------------Star Button Hover Effects*/

.btn-style,
button.bg-\[#B0EB2A\] {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-style::before,
button.bg-\[#B0EB2A\]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.btn-style:hover::before,
button.bg-\[#B0EB2A\]:hover::before {
  left: 100%;
}

.btn-style:hover,
button.bg-\[#B0EB2A\]:hover {
  transform: scale(1.05);
  background-color: #a0db1a;
}

.btn-style:active,
button.bg-\[#B0EB2A\]:active {
  transform: scale(0.98);
}

/*-------------------------------End Button Hover Effects*/
/*-------------------------------Star contact us Section*/


.contactus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

@media (max-width: 991px) {
  .message-box {
    grid-template-columns: 1fr;
  }
}



.input-box input:focus {
  outline:1px solid #b0eb2a;
  background-color: #f6ffe9;
}


.input-box input::placeholder,
.input-box textarea::placeholder {
  font-size: 14px;
}



.input-box textarea:focus {
  outline:1px solid #b0eb2a;
  background-color: #f6ffe9;
}

/*-------------------------------End contact us Section*/
/*-------------------------------Star Move Projects Section*/
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}

.marquee-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 40s linear infinite;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-right: 40px; /* space between repeats */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-------------------------------End Move Projects Section*/

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}


.animate-marquee-right {
  animation: marquee-right 10s linear infinite;
}

/*-------------------------------Star Custom Cursor*/
.custom-cursor {
  width: 20px;
  height: 20px;
  border: 2px solid #B0EB2A;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: all 0.15s ease;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

.custom-cursor-dot {
  width: 6px;
  height: 6px;
  background-color: #B0EB2A;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  transition: transform 0.1s ease;
  transform: translate(-50%, -50%);
}

.custom-cursor.expand {
  width: 50px;
  height: 50px;
  background-color: rgba(176, 235, 42, 0.1);
  border-color: #B0EB2A;
}

.custom-cursor-dot.expand {
  transform: translate(-50%, -50%) scale(0);
}

@media (max-width: 991px) {
  .custom-cursor,
  .custom-cursor-dot {
    display: none;
  }
}
/*-------------------------------End Custom Cursor*/
/*-------------------------------Star Noise/Grain Texture Animation*/

.noise-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.03;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)"/></svg>');
  animation: grain 8s steps(10) infinite;
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-5%, -10%); }
  20% { transform: translate(-15%, 5%); }
  30% { transform: translate(7%, -25%); }
  40% { transform: translate(-5%, 25%); }
  50% { transform: translate(-15%, 10%); }
  60% { transform: translate(15%, 0%); }
  70% { transform: translate(0%, 15%); }
  80% { transform: translate(3%, 35%); }
  90% { transform: translate(-10%, 10%); }
}

/* Alternative subtle noise effect */
.noise-overlay-subtle {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)"/></svg>') repeat;
  background-size: 200px;
  pointer-events: none;
  opacity: 0.08;
  z-index: 9998;
  animation: grain-move 1s steps(10) infinite;
}

@keyframes grain-move {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-5%, -5%); }
  20% { transform: translate(-10%, 5%); }
  30% { transform: translate(5%, -10%); }
  40% { transform: translate(-5%, 15%); }
  50% { transform: translate(-10%, 5%); }
  60% { transform: translate(10%, 0%); }
  70% { transform: translate(0%, 10%); }
  80% { transform: translate(-5%, 5%); }
  90% { transform: translate(5%, -5%); }
}

/*-------------------------------End Noise/Grain Texture Animation*/
/*-------------------------------Star Scroll Progress Indicator*/

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #B0EB2A 0%, #8BC34A 50%, #B0EB2A 100%);
  background-size: 200% 100%;
  z-index: 9999;
  transition: width 0.1s ease-out;
  animation: gradientShift 3s ease infinite;
  box-shadow: 0 0 10px rgba(176, 235, 42, 0.5), 0 0 20px rgba(176, 235, 42, 0.3);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.scroll-progress::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(10px);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/*-------------------------------End Scroll Progress Indicator*/
/*-------------------------------Star Page Transition Curtain Effect*/

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99999;
  display: flex;
}

.curtain {
  flex: 1;
  height: 100%;
  background: linear-gradient(135deg, #00261A 0%, #003d28 50%, #00261A 100%);
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  overflow: hidden;
}

.curtain::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(176, 235, 42, 0.1) 45%,
    rgba(176, 235, 42, 0.2) 50%,
    rgba(176, 235, 42, 0.1) 55%,
    transparent 100%
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* Staggered animation delays for each curtain panel */
.curtain:nth-child(1) {
  transition-delay: 0s;
}

.curtain:nth-child(2) {
  transition-delay: 0.1s;
}

.curtain:nth-child(3) {
  transition-delay: 0.2s;
}

.curtain:nth-child(4) {
  transition-delay: 0.3s;
}

.curtain:nth-child(5) {
  transition-delay: 0.4s;
}

/* Active state - curtains slide down to cover screen */
.page-transition.active .curtain {
  transform: translateY(0);
}

/* Exit state - curtains slide up above screen */
.page-transition.exit .curtain {
  transform: translateY(-100%);
}

/* Logo animation in the center during transition */
.transition-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 100000;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
}

.transition-logo img {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 0 30px rgba(176, 235, 42, 0.6));
}

.page-transition.active .transition-logo {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0.3s;
}

.page-transition.exit .transition-logo {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition-delay: 0s;
}

/* Loading animation */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*-------------------------------End Page Transition Curtain Effect*/


