*{
  position: relative;
  z-index: 1;
   font-family: SORA;
}



body {
      margin: 0;
      font-family: SORA;
      background: black;
      color: white;
      position: relative;
  z-index: 1;
    }

    .reasons-section {
  padding: 3rem 1rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  color: white;
  position: relative;
  z-index: 1;
}
.reasons-heading {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.reasons-heading .green {
  color: #92E544;
  position: relative;
  z-index: 1;
}
.reasons-description {
  font-size: 1.4rem;
  color: #d0d0d0;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
} 
  
.contact-section {
  position: relative;
  z-index: 1;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative ;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 60px;
  background-color: transparent;
  z-index: 100;
  height: auto;
  box-sizing: border-box;
}

.navbar-left {
  display: flex;
  align-items: center;
}

.logo {
  height: 100px; 
  width: auto;
}

.navbar-right {
  display: flex;
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: #92E544;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

   .line {
    text-align: center;
    font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
   }

    

    

    .green {
  color: #92E544 ; 
  
   font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}

.white {
  color: #ffffff;
   font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}



/* Main Section */
.contact-section {
  padding: 40px 20px;
  
  color: #fff;
  font-family:SORA;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Neon Heading */
.contact-heading {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #92E544;
   justify-content: center;
   align-items: center;
   position: relative;
  z-index: 1;
 
}

/* Card Row */
.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  align-items: center;
}

/* Individual Card */
.contact-card {
 
  padding: 20px 25px;
  border-radius: 12px;
  width: 300px;
  box-shadow: 0 0 20px rgba(57, 255, 20, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 1;
  align-items: center;
}

.contact-card:hover {

  box-shadow: 0 0 10px rgba(146, 229, 68, 1);
  transform: translateY(-6px);
 
}

/* Info Row inside Card */
.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-weight: 500;
  color: #dcdcdc;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.contact-info a {
  color: #dcdcdc;
}
/* Arrow Icon Style */
.arrow {
  font-size: 22px;
  color: #92E544;
}

/* Online Inquiry */
.inquiry-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  color: #44e549;
  
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.inquiry-desc {
  font-size: 14px;
  margin-top: 10px;
  color: #bbbbbb;
  position: relative;
  z-index: 1;
}

/* Responsive: Stack Cards on Smaller Screens */
@media (max-width: 768px) {
  .contact-card {
    width: 100%;
    max-width: 320px;
  }
}



.contact-form-section {
  padding: 40px 20px;
 
  color: #fff;
   font-family:sora;
  position: relative;
  z-index: 1;

}

.form-heading {
  color: #92E544;
 font-size: 1.9rem;
  text-align: center;
  margin-bottom: 10px;
 
  position: relative;
  z-index: 1;
}

.form-subtext {
  text-align: center;
  color: #bbb;
  font-size: 1.2rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.inquiry-form {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.form-group {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.form-group.full {
  width: 100%;
  position: relative;
  z-index: 1;
}

label {
  margin-bottom: 8px;
  color: #92E544;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

input,
select,
textarea {
  padding: 12px;
  border: none;
  border-radius: 8px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 14px;
  outline: none;
  box-shadow: 0 0 5px rgba(57, 255, 20, 0.2);
  transition: box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 10px rgba(146, 229, 68, 1);
  position: relative;
  z-index: 1;
}

textarea {
  resize: vertical;
  height: 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

.submit-btn {
  background:  #92E544;
  background-size: 200% auto;
  color: black;
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
  
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.submit-btn:hover {
  background-position: right center;
  color: #000;
 
}



/* footer styling */

.footer {
  background-color: #0a0a0a;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #222;
  position: relative;
  z-index: 1;
}

.footer-left {
  flex: 1;
  min-width: 150px;
}

.footer-left .logo {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ccc;
   white-space: nowrap;
}

.footer-left ul {
  list-style: none;
  padding: 0;
}

.footer-left ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.footer-columns {
  display: flex;
  flex: 2;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-column h4 {
  color: #92E544;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.social-icons span {
  margin-right: 8px;
  font-weight: 500;
  color: #eee;
}

.social-icons a {
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #92E544;
}

.bottom {
  width: 100%;
  text-align: center;
  background-color: #0a0a0a;
  color: #888;
  padding: 20px 10px;
  font-size: 14px;
  border-top: 1px solid #222;
}

.bottom a {
  color: #92E544;
  text-decoration: none;
  margin: 0 8px;
}

.bottom a:hover {
  text-decoration: underline;
}

/* Small screen support */
@media (max-width: 992px) {
  .card {
    flex: 1 1 48%;
  }

  .footer-columns {
    flex-direction: column;
    gap: 20px;
  }

  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .card {
    flex: 1 1 100%;
  }

  .footer {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-left,
  .footer-columns,
  .footer-right {
    justify-content: center;
    align-items: center;
  }
}
/* thankyou styling */
.response-privacy-section {
  padding: 60px 5%;
 color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}

.info-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.info-card {
  background-color: #111;
  border: 1px solid #92E544;
  border-radius: 10px;
  padding: 20px;
  max-width: 400px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.info-title {
  color: #92E544;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.info-text {
  font-size: 19px;
  color: #ccc;
  position: relative;
  z-index: 1;
  text-align: justify;
}

.social-media h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.social-media p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 20px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  transition: color 0.3s, transform 0.3s;
  justify-content: center;  
  align-items: center; 
}

.social-icons a:hover {
  color: #92E544;
  transform: scale(1.2);
}

.thank-you {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.thank-you h4 {
  color: #92E544;
  font-size: 1.4rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.thank-you p {
  color: #ccc;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  
}
.social-icons {
  display: flex;
  justify-content: center;  
  align-items: center;      
  gap : 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}


/* cta */
.cta-button {
  background-color: #ffffff;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  
}

.cta-button:hover {
  background-color: #92E544; 
  color: #000;
}


.cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #111;
  
}

.cta-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #d0d0d0;
  
}

.cta-section .highlight {
  color: #92E544;
}

.cta-section p {
  max-width: 700px;
  margin: auto;
  color: #ccc;
  line-height: 1.6;
 
}

.cta-buttons {
  margin-top: 30px;
}

.cta-buttons .get-started {
  background-color: white;
  color: black;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}

.cta-buttons .free-consult {
  color: #92E544;
  text-decoration: underline;
  
}
/* responsive contact */


/* For tablets and smaller (<= 992px) */
@media (max-width: 992px) {
  .services-section {
    grid-template-columns: 1fr; /* Stack service cards */
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-row {
    flex-direction: column;
  }

  .form-row {
    flex-direction: column;
  }

  .cta-section h2 {
    font-size: 26px;
  }
    /* github upload */
  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .cta-buttons .get-started {
    padding: 10px 18px;
    margin-right: 10px;
    font-size: 0.95rem;
  } 
   /* github upload end */
  .footer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
}

/* For mobile screens (<= 600px) */
@media (max-width: 600px) {
  .reasons-heading {
    font-size: 2.5rem;
  }
  .reasons-description {
    font-size: 1.2rem;
  }
  .green,
  .white {
    font-size: 2.5rem;
  }
  .service-card h3 {
    font-size: 24px;
  }
  .card-content {
    font-size: 14px;
    line-height: 1.6;
  }
  .contact-card {
    width: 100%;
    padding: 15px;
  }
  .form-heading {
    font-size: 20px;
  }
  .contact-heading {
    font-size: 22px;
  }
  .cta-section h2 {
    font-size: 24px;
  }
  .cta-section p {
    font-size: 14px;
  }
  .submit-btn {
    width: 100%;
  }
  nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#bg-video {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -999; /* Make sure it stays behind all content */
  pointer-events: none; /* Allows clicks to pass through */
  filter: brightness(0.4); /* Optional: darken video for better contrast */
}
/* Hamburger & Slide Menu */
.hamburger {
  display: none;
  font-size: 2rem;
  color: #92E544;
  cursor: pointer;
  z-index: 101;
}

.nav-slideout {
  display: flex;
}

/* Responsive Slide Menu */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    position: absolute;
    right: 30px;
    top: 25px;
  }

  .nav-slideout {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: #111;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.6);
    transition: right 0.3s ease;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
  }

  .nav-slideout.open {
    right: 0;
  }

  .nav-links {
    flex-direction: column;
    gap: 25px;
    padding: 50px;
    list-style: none;
  }

  .nav-links li a {
    font-size: 1.3rem;
    color: #92E544;
    text-decoration: none;
  }

  .nav-links li a:hover {
    color: white;
  }
}



/* footer new */
@media (max-width: 600px) {
  .footer-columns {
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .footer-columns > div {
    min-width: 100px;
    text-align: center;
  }
}
