body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background-color: #000000;
}

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2 {
  font-family: "Newsreader", serif;
}

h3,
h4,
h5,
p,
span {
  font-family: "Barlow", sans-serif;
}

a {
  font-family: "Roboto", sans-serif;
}

.heading h2 {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.heading p {
  color: white;
  text-align: center;
}

/* header starts */

header {
  background-color: #000000;
  /* padding: 10px 0px; */
}

.nav-fixed {
  width: 100%;
  z-index: 110;
  transition: transform 0.4s ease-in-out, box-shadow 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  background-color: #000000;
  padding: 15px 10px;
}


.nav-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

.nav-fixed.hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

.navbar-toggler {
  background-color: #ffffffd8;
}

.navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

header nav .brand img {
  width: 100%;
  max-width: 220px;
}

header nav .navbar-nav .nav-link {
  color: white;
  padding: 10px 15px !important;
}

header nav .navbar-nav .nav-link.show {
  color: white;
}

.nav-CTA a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent; /* keep background transparent */
  color: #fff; /* text white */
  border-radius: 24px;
  padding: 10px 15px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3); /* faint base border */
}

.nav-CTA a:hover{
  color: white;
}

/* animated glowing droplet border */
.nav-CTA a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #98ff98 50%,
    transparent 100%
  );
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderMove 3s linear infinite;
  pointer-events: none;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

/* header ends */

/* CTA button */

.CTA-btn a {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 8px 16px;
  font-weight: 600;
}

.CTA-btn a:hover {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  font-weight: 600;
}

.CTA-btn img {
  font-size: 30px;
  border-radius: 10px;
  max-width: 30px;
}

/* CTA button */

.section1 {
  padding: 50px 0px;
}

.section1 .back-link span {
  font-size: 13px;
  color: #ffffff80;
  padding: 0px 10px;
}

.section1 .back-link span a {
  text-decoration: none;
  color: white !important;
}

.section1 .section1-div1 {
  padding: 50px 10px;
}

.section1 h1 {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section1-div1 p {
  color: white;
}

.section1-div1 h5 {
  color: white;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section1-div1 ul {
  padding-left: 20px;
  /* padding: 30px; */
  border-radius: 20px;
}

.section1-div1 ul li {
  font-size: 16px;
  color: white;
  margin: 10px 0px;
}

.section1 .apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .apply-btn a {
  background-color: #4fb57c;
  padding: 10px 45px;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  border: none;
}

.section1 .modal {
  background-color: #000000;
}

.section1 .modal-content {
  background-color: transparent !important;
  border: none;
}

.section1 .modal-content .div2 {
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.738);
  border-radius: 20px;
}

.section1 #contactForm {
  display: none;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}

.section1 .contact-form .form {
  background-color: white;
  box-shadow: 0px 3px 48px #00000029;
  margin: auto;
  width: 100%;
  max-width: 800px;
  height: 72vh;
  padding: 0px 20px;
  margin-bottom: 100px;
}

.section1 .contact-form .form .close {
  padding: 20px;
}

.section1 .contact-form .form iframe {
  width: 100%;
  max-width: 800px;
  height: 85%;
}

/* contact form */

.modal .form {
  position: relative;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  padding: 0px;
  width: 100%;
  margin: auto;
}

.modal .form h1 {
  text-align: left;
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(140deg, #98ff98 31%, #29ba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.modal .round-icon {
  max-width: 200px;
  position: absolute;
  right: -10px;
  bottom: 0px;
}

.modal .form p{
  font-size: 20px;
  font-style: italic;
  line-height: normal;
}

.modal .form-buttons {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  margin: auto;
}

.modal .form-row {
  row-gap: 10px;
}

.modal .btn-close {
  color: white;
  background-color: white;
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 16px;
  z-index: 100;
}

.modal form label {
  color: #000000;
  margin-bottom: 5px !important;
}

.modal #contact .active {
  background-color: #00534d !important;
  color: #000000 !important;
}

.modal .nav-pills .nav-link {
  color: #000000 !important;
}

.modal .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000000 !important;
  background-color: #00534d;
}

.modal .form-control {
  border: 1px solid #efefef;
  border-bottom: 1px solid #000000 !important;
  margin: auto;
}

.modal .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff17;
  background-clip: padding-box;
  border: 1px solid #efefef90;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal #file {
  color: #ffffffbc;
}

.modal .CTA-btn button {
  background-color: white;
  color: #032221;
  border-radius: 24px;
  padding: 8px 16px;
  border: 1px solid #767676;
  font-weight: 600;
}

.modal .container2 hr {
  width: 100%;
  height: 0.1px;
  background-color: #606060;
  margin: 0px;
}

/* footer starts */

footer {
  padding: 60px 30px 10px;
  background-color: #000000;
  color: white;
  border-top: 1px solid #9d9d9d;
}

footer .container .left {
  row-gap: 30px;
}

footer .container .left .logo {
  width: 100%;
  max-width: 200px;
}

footer .container .right ul {
  list-style-type: none;
  margin-top: 20px;
}

footer .container .right ul li {
  font-size: 14px;
  line-height: 35px;
}

footer .container .right ul li a {
  text-decoration: none;
  color: white;
}

footer .container .quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin: 25px 0px;
}

footer .container .quick-links a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}

/* footer ends */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

/* Media Query */
@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* header */
  header nav .brand img {
    width: 100%;
    max-width: 170px;
  }

  .navbar-toggler {
    padding: 0px 5px;
  }

  header nav .navbar-nav .nav-link {
    padding: 10px 0px !important;
  }

  header nav .navbar-nav .nav-link.show {
    color: white;
  }
  /* header */

  .heading h2 {
    font-size: 28px;
  }

  .modal .form h1{
    font-size: 28px;
            padding: 20px 0px !important;
  }

   .modal .form .col-lg-7{
    padding: 15px !important;
   }

  .CTA-btn a {
    background-color: white;
    color: #032221;
    border-radius: 24px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
  }

  .section1-div1 ul li {
    font-size: 14px;
    line-height: normal;
    color: white;
    margin: 10px 0px;
  }

  .modal .btn-close {
    color: white;
    background-color: white;
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-size: 16px;
  }

  /* hero section */

  /* footer */
  footer {
    padding: 60px 10px 10px;
  }

  footer .container .quick-links {
    gap: 20px;
    margin: 10px 0px;
  }
}

@media (min-width: 481px) and (max-width: 885px) {

   .modal .form .col-lg-7{
    padding: 25px !important;
   }

   .modal .form h1 {
  font-size: 30px; 
  }

   .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }

}
