* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
}
a {
  color: #adefd1; /* Light color */
}
a:hover {
  color: #adefd1; /* Light color */
}
h1, h2, h3 {
  font-weight: 700;
  color: #adefd1; /* Light color */
}
h4, h5 {
  font-weight: 600;
  color: #adefd1; /* Light color */
}
h6 {
  font-weight: 500;
  color: #adefd1; /* Light color */
}
.white {
  color: #adefd1 !important; /* Light color */
}
.black {
  color: #030b12; /* Main dark color */
}
.navbar {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 50px;
  background: #030b12; /* Main dark color */
  z-index: 1030;
  background-color: #030b12; /* Main dark color */
}
.navbar .active {
  color: #adefd1 !important; /* Light color */
}
.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}
.navbar .nav-item a {
  color: #adefd1; /* Light color */
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}
.navbar .nav-item a:hover {
  color: #ffffff; /* Change to white on hover */
}
.navbar .nav-link {
  position: relative;
  padding: 0;
  color: #adefd1; /* Light color */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}
.navbar .nav-link:hover {
  color: #ffffff; /* Change to white on hover */
}
.navbar .nav-link.active {
  color: #ffffff; /* Change to white when active */
  pointer-events: none; /* Disable hover effect for active link */
}
.navbar .navbar-toggler {
  cursor: pointer;
}
.navbar .navbar-toggler span {
  color: #adefd1; /* Light color */
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
  display: none;
}
.nav-scroll {
  background: #030b12; /* Main dark color */
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
  color: #adefd1; /* Light color */
}
.nav-scroll .navbar-brand img {
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
  cursor: pointer;
}
.nav-scroll .navbar-toggler span {
  color: #adefd1; /* Light color */
}
.nav-scroll .nav-link:hover:after {
  background-color: #adefd1; /* Light color */
}
.nav-scroll .active {
  position: relative;
}
.prelative {
  position: relative;
}
.section-padding {
  padding: 80px 0px;
}
.sectioner-header {
  width: 69%;
  margin: 0 auto;
}
.sectioner-header p {
  color: #adefd1; /* Light color */
  font-size: 17px;
}
.section-content {
  margin-top: 80px;
}
.icon-box {
  margin-bottom: 50px;
}
.icon-box i {
  display: block;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 100px;
  background: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
  font-size: 50px;
  line-height: 135px;
  margin: 0 auto;
}
.icon-box h5 {
  margin-top: 30px;
  color: #adefd1; /* Light color */
}
.icon-box p {
  color: #adefd1; /* Light color */
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}
.about-btn {
  color: #030b12; /* Main dark color */
  padding: 10px 40px;
  border: 2px solid #adefd1; /* Light color */
  border-radius: 7px;
  margin-top: 30px;
  display: inline-block;
  font-size: 18px;
}
.about-btn:hover {
  background: #adefd1; /* Light color */
  color: #030b12; /* Main dark color */
  text-decoration: none;
}
.video-section {
  background: url(images/video-bg.jpg) no-repeat fixed center;
  background-size: cover;
  overflow: hidden;
}
.video-overlay {
  background: linear-gradient(to left, rgba(3, 11, 18, 0.90), rgba(173, 239, 209, 0.90));
}
.video-section h3 {
  font-weight: 600;
  font-size: 38px;
  color: #adefd1; /* Light color */
}
.video-section i {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #adefd1; /* Light color */
  color: #030b12; /* Main dark color */
  font-size: 30px;
  line-height: 70px;
  margin: 0 auto;
  cursor: pointer;
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.video-popup .video-src {
  position: relative;
  width: 700px;
  max-width: 80%;
}
.video-popup .iframe-src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
  display: none;
}
.video-popup .iframe-src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-feature {
  margin-bottom: 80px;
  margin-top: 40px;
}
.single-feature h5 {
  font-size: 20px;
  color: #adefd1; /* Light color */
}
.media-right-margin {
  margin-right: 25px;
}
.single-feature p {
  font-size: 15px;
  color: #adefd1; /* Light color */
}
.icon-border span {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: #adefd1; /* Light color */
  font-size: 18px;
  line-height: 50px;
  border: 1px solid #adefd1; /* Light color */
}
.team {
  padding: 60px 0;
  background-color: #030b12; /* Main dark color */
}
.sectioner-header {
  margin-bottom: 50px;
}
.sectioner-header h3 {
  font-size: 36px;
  font-weight: bold;
  color: #adefd1; /* Light color */
}
.sectioner-header .line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #adefd1; /* Light color */
  margin-top: 10px;
}
.sectioner-header p {
  margin-top: 20px;
  font-size: 16px;
  color: #adefd1; /* Light color */
}
.section-content {
  margin-top: 30px;
}
.team-detail {
  background: #030b12; /* Main dark color */
  padding: 20px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.team-detail:hover {
  transform: translateY(-10px);
}
.team-detail h4 {
  margin-top: 15px;
  font-size: 20px;
  color: #adefd1; /* Light color */
}
.team-detail p {
  font-size: 14px;
  color: #adefd1; /* Light color */
}
.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-image img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.team-image:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
.team-image:hover .overlay {
  opacity: 1;
}
.icon {
  color: #030b12; /* Main dark color */
  font-size: 24px;
  background: rgba(173, 239, 209, 0.2); /* Light color with transparency */
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px; /* Smooth square corners */
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none; /* Removes underline */
}
.icon:hover {
  background: rgba(173, 239, 209, 0.5); /* Light color with more transparency */
  transform: scale(1.2);
  text-decoration: none; /* Ensures no underline on hover */
}
.row.justify-content-center {
  display: flex;
  justify-content: center;
}
.testimonial {
  background: #030b12; /* Main dark color */
  background: linear-gradient(to left, #030b12, #adefd1); /* Gradient with light color */
  padding: 100px 0px;
  position: relative;
}
.testimonial::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
}
.bx-prev {
  left: -90px !important;
  background: url(images/arrow-left.png) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-next {
  right: -90px !important;
  background: url(images/arrow-right.png) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-wrapper {
  border: none !important;
  background: rgba(3, 11, 18, 0.81) !important; /* Main dark color with transparency */
  border-radius: 5px !important;
  box-shadow: none !important;
}
.slider-item {
  padding: 20px;
}
.slider .test-img img {
  border: 12px solid #030b12; /* Main dark color */
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.test-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.test-text {
  float: left;
  width: 75%;
}
.slider .title {
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-size: 1.125em;
  line-height: 1.25;
  color: #adefd1; /* Light color */
}
.slider .title span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  color: #adefd1; /* Light color */
}
.faq {
  background: #030b12; /* Main dark color */
  border-bottom: 1px solid #adefd1; /* Light color */
}
.faq-content {
  margin: 20px 0px;
}
.faq-content h4 {
  font-weight: 400;
  font-size: 20px;
  color: #adefd1; /* Light color */
}
.faq-content p {
  color: #adefd1; /* Light color */
  font-weight: 300;
  margin-top: 15px;
}
#contact_form .form-input {
  border: 1px solid #adefd1; /* Light color */
}
input {
  height: 42px;
  padding: 0 1rem;
  background: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #adefd1; /* Light color */
}
#contact_form textarea {
  resize: none;
  padding: 1rem;
  height: 150px;
  background: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
  border: 1px solid #adefd1; /* Light color */
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-grad {
  padding: .7rem 2rem;
  display: inline-block;
  color: #030b12; /* Main dark color */
  border-radius: 2rem;
  border: 0;
  background: #adefd1; /* Light color */
  cursor: pointer;
}
.contact-info {
  padding: 2rem 2rem 1rem;
  border-radius: 8px;
  background: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
}
.contact-item {
  margin: 23px 0px;
}
.contact-item i {
  font-size: 20px;
  color: #adefd1; /* Light color */
}
.contact-item p {
  line-height: 20px;
  margin: 0;
  color: #adefd1; /* Light color */
}
.download {
  background: #030b12; /* Main dark color */
  background: linear-gradient(to left, #030b12, #adefd1); /* Gradient with light color */
  padding: 100px 0px;
  position: relative;
}
.download::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
}
.download ul {
  list-style: none;
}
.download ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.download ul li a {
  display: block;
}
.download ul li a img {
  width: 150px;
  border-radius: 7px;
}
.footer-copy {
  background: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
  font-size: 13px;
  text-align: center;
  padding: 15px 0px;
}
.footer-copy p {
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse {
    overflow: auto;
    background: #030b12; /* Main dark color */
    color: #adefd1 !important; /* Light color */
    text-align: center;
    padding: 10px 0;
  }
  .nav-scroll .navbar-collapse {
    background: #030b12 !important; /* Main dark color */
  }
  #contact_form {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .nav-scroll .navbar-brand img, .navbar-brand img {
    transform: scale(0.75) !important;
    -webkit-transform: scale(0.75) !important;
  }
  .banner-text {
    padding-right: 0px;
    margin: 10px 0px 0px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .banner-text p {
    margin: 25px 0px;
  }
  .banner-text ul li a img {
    width: 140px;
    border-radius: 7px;
  }
  .sectioner-header {
    width: 90%;
  }
  .sectioner-header p {
    font-size: 14px;
  }
  .about-btn {
    padding: 5px 30px;
    margin-top: 0px;
    font-size: 16px;
  }
  .single-feature {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    margin: 0px 20px !important;
  }
  .slider .test-img img {
    margin: 0 auto;
  }
  .test-img {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .test-text {
    float: none;
    width: 100%;
    text-align: center;
  }
  .section-content {
    margin-top: 40px;
  }
  .faq-content {
    margin: 10px 0px;
  }
  .faq-content h4 {
    font-size: 16px;
  }
  .faq-content p {
    font-size: 13px;
  }
  #contact_form {
    margin-bottom: 20px;
  }
  .contact-item {
    font-size: 12px;
  }
  .download ul li a img {
    width: 120px;
  }
  .footer-copy p {
    font-size: 10px;
  }
  .feature-mobile {
    margin-top: 20px;
  }
  .banner {
    height: auto; /* Adjust height to content */
  }
  .banner video {
    height: auto; /* Adjust video height to content */
  }
  .banner .container {
    padding-bottom: 0; /* Remove bottom padding */
  }
  .banner .row {
    margin-bottom: 0; /* Remove bottom margin */
  }
  .banner .container-fluid {
    padding-bottom: 0; /* Remove bottom padding */
  }
  .banner-overlay {
    display: none; /* Hide overlay on smaller screens */
  }
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
  
/* Ensure the video properly fills the section */
.banner video {
  width: 100vw;
  object-fit: cover; /* Prevents stretching */
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; /* Keeps video above other elements */
}
  
/* Responsive adjustments */
@media (max-width: 768px) {
  .banner {
    max-width: 100vw;
    height: fit-content;
    object-fit: cover;
  }
}

/* This section is for About us gallery */
.carousel-inner {
  max-height: 450px; /* Increased height */
  max-width: 70%; /* Decreased width */
  margin: 0 auto; /* Center the carousel */
  overflow: hidden;
}

.carousel-inner img {
  width: 100%;
  height: 100%; /* Maintain aspect ratio */
  object-fit: cover; /* Ensures the entire image is visible within the carousel */
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent; /* Remove background color */
  border-radius: 50%;
  width: 40px; /* Set width */
  height: 40px; /* Set height */
  background-size: contain; /* Ensure the image covers the entire icon */
}

.carousel-control-prev-icon {
  background-image: url('images/left-arrow.png'); /* Custom arrow image */
}

.carousel-control-next-icon {
  background-image: url('images/right-arrow.png'); /* Custom arrow image */
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 1; /* Ensure arrows are visible */
}

.carousel-control-prev {
  left: 10px; /* Position closer to the carousel box */
}

.carousel-control-next {
  right: 10px; /* Position closer to the carousel box */
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% transparency for inactive indicators */
}

.carousel-indicators .active {
  background-color: rgba(255, 255, 255, 0.7); /* White color with 70% transparency for active indicator */
}

/* Additional styles for dark theme */
.footer {
  background-color: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
}

.footer a {
  color: #adefd1; /* Light color */
}

.footer a:hover {
  color: #adefd1; /* Light color */
}

.section {
  background-color: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
}

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  color: #adefd1; /* Light color */
}

.section p {
  color: #adefd1; /* Light color */
}

.button {
  background-color: #adefd1; /* Light color */
  color: #030b12; /* Main dark color */
}

.button:hover {
  background-color: #adefd1; /* Light color */
  color: #030b12; /* Main dark color */
}

input, textarea {
  background-color: #030b12; /* Main dark color */
  color: #adefd1; /* Light color */
  border: 1px solid #adefd1; /* Light color */
}

input::placeholder, textarea::placeholder {
  color: #adefd1; /* Light color */
}

input:focus, textarea:focus {
  border-color: #adefd1; /* Light color */
  outline: none;
}

.carousel-caption {
  background-color: rgba(3, 11, 18, 0.7); /* Main dark color with transparency */
  color: #adefd1; /* Light color */
  padding: 10px;
  border-radius: 5px;
}

.image-overlay:hover{

  opacity:1;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #adefd1; /* Light color */
  color: #030b12; /* Main dark color */
  border-radius: 25px; /* Rounded rectangle */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

#back-to-top:hover {
  background-color: #adefd1; /* Light color */
  transform: scale(1.1);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.carousel-container {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: transparent; /* Remove background color */
  border-radius: 0; /* Remove border radius */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  cursor: pointer; /* Ensure the controls are clickable */
  z-index: 1; /* Ensure the controls are above other elements */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: transparent; /* Ensure no background color on hover */
}

.carousel-control-prev {
  left: 10px; /* Position closer to the carousel box */
}

.carousel-control-next {
  right: 10px; /* Position closer to the carousel box */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent; /* Remove background color */
  width: 30px; /* Set width */
  height: 30px; /* Set height */
  background-size: contain; /* Ensure the image covers the entire icon */
}

.carousel-control-prev-icon {
  background-image: url('images/arrow-left.png'); /* Custom arrow image */
}

.carousel-control-next-icon {
  background-image: url('images/arrow-right.png'); /* Custom arrow image */
}