.contact-section-a {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen height */
  overflow: hidden;
}

.contact-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.contact-section-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-family: 'Orbitron', sans-serif;
  z-index: 1;
  padding: 2rem;
}

.contact-section-inner h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.contact-section-inner h2 {
  font-size: 3rem;
  font-weight: 700;
}


/* 
section B */


.landing_page * {
 font-family: 'Orbitron', sans-serif;
}

.landing_page .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.landing_page .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.landing_page .responsive-cell-block {
  min-height: 75px;
}

.landing_page .responsive-container-block.container {
  max-width: 1320px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative;
}

.landing_page .form-box {
  background-color: #0a0909;
  color: rgb(255, 255, 255);
  padding-top: 35px;
  padding-right: 33px;
  padding-bottom: 35px;
  padding-left: 33px;
  max-width: 506px;
}

.landing_page .text-blk.contactus-head {
  font-size: 30px;
  line-height: 40px;
}

.landing_page .text-blk.contactus-subhead {
  color: #d4d4d4;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 18px;
  margin-left: 0px;
}
.landing_page .input {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 1px 12.5px 1px 22.5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(56, 69, 81, 0.3);
  backdrop-filter: blur(10px);
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}

.landing_page .input:focus {
  border-color: #00ffea;
  box-shadow: 0 0 10px #00ffea;
  background: rgba(56, 69, 81, 0.5);
}

.landing_page .textinput {
  width: 100%;
  height: 233px;
  font-size: 18px;
  padding: 22px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(33, 34, 35, 0.3);
  backdrop-filter: blur(10px);
  color: #fff;
  resize: vertical;
  transition: all 0.3s ease;
  outline: none;


}

.landing_page .textinput:focus {
  border-color: #00ffea;
  box-shadow: 0 0 12px #00ffea;
  background: rgba(33, 34, 35, 0.5);
}

/* 
text dissapear when clicked
.landing_page .input::placeholder,
.landing_page .textinput::placeholder {
  color: #ccc;
  transition: opacity 0.2s ease;
}

.landing_page .input:focus::placeholder,
.landing_page .textinput:focus::placeholder {
  opacity: 0;
} */


.landing_page .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-6.wk-ipadp-6.emial {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.landing_page .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6.right-one {
  display: flex;
  justify-content: center;
}

.landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  padding-right: 500px;
}

.landing_page .text-blk.section-subhead {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  max-width: 420px;
  font-size: 18px;
  color: #b6b6b6;
}

.landing_page .text-blk.section-head {
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  max-width: 450px;
}

.landing_page .icons-container {
  max-width: 450px;
  display: flex;
  justify-content: space-evenly;
}

.landing_page .img {
  width: 31px;
  height: 31px;
}

.landing_page .responsive-container-block.big-container {
  background-color: black;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  position: relative;
}

.landing_page .bg-img {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
}

/* @media (max-width: 768px) {
  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    justify-content: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .landing_page .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-6.wk-ipadp-6.emial {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    margin: 0 0 40px 0;
  }


.contact-section-inner h2 {
  font-size: 2.5rem;
  font-weight: 800;
} */




/* @media (max-width: 500px) {
  .landing_page .text-blk.section-head {
    font-size: 26px;
    line-height: 40px;
  }

  .landing_page .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .landing_page .text-blk.section-subhead {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    font-size: 16px;
  }

  .landing_page .form-box {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .landing_page .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
    margin: 0 0 30px 0;
  }

  .landing_page .input {
    height: 45px;
  }

  .landing_page .text-blk.contactus-head {
    font-size: 24px;
    line-height: 34px;
  }
} */








/* CSS */
.button-27 {

  appearance: none;
  background-color: #000000;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 24px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 50%;
  will-change: transform;
}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}




/* Footer */
footer {
  position: relative;
  padding: 55px 0;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

footer ul li {
  margin-right: 30px;
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 2.5;
}

footer ul li a {
  color: #fff;
  transition: color 0.6s;
}

footer ul li a:hover {
  color: #aaa;
}




/* nav bar */




/* ============================
   Responsive Styles for Mobile
   ============================ */

@media (max-width: 768px) {
  /* General Reset */
  html, body {
    padding: 0;
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  * {
    box-sizing: border-box;
  }

  /* Section A (Contact Background) */
.contact-section-a {
  position: relative;
  width: 100vw;
  height: 100vh; /* full viewport height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.contact-background-video {
  position: absolute; /* to make it a background */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /* full viewport height */
  object-fit: cover;
  z-index: -1; /* behind content */
}

  .contact-section-inner h4 {
    font-size: 14px;
    padding: 10px;
  }

  .contact-section-inner h2 {
    font-size: 27px;
    padding: 10px 0;
  }

  /* Section B (Form & Address) */
  .landing_page .responsive-container-block.big-container {
    padding: 20px;
  }

.landing_page .responsive-cell-block {
  display: flex;

  align-items: center;     /* vertical centering if needed */

  text-align: center;      /* center text inside */

}

  .landing_page .responsive-cell-block {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .landing_page .form-box {
    padding: 20px;
    width: 100%;
  }

  .landing_page .input,
  .landing_page .textinput {
    width: 100%;
    font-size: 14px;
  }

  .landing_page .text-blk.section-head {
    font-size: 20px;
  }

  .landing_page .text-blk.section-subhead {
    font-size: 14px;
  }

  .landing_page .text-blk.contactus-head {
    font-size: 20px;
  }

  .landing_page .text-blk.contactus-subhead {
    font-size: 14px;
  }

  .landing_page .button-27 {
    width: 100%;
    font-size: 16px;
    padding: 15px;
  }

  /* Video Background */
  .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  /* Fix form button wrapper */
  #btn {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }

  /* Ensure full viewport fit */
  section,
  div,
  form {
    max-width: 100vw;
  }


.content-box {
  padding-left: 120px;
}
}
