:root {
  --brand-body-background-color: #00191c;
  --brand-background-color: #00191c;
  --brand-text-color: #3fd2ea;
  --brand-text-hover-color: #1d9dae;
  --brand-text-active-color: #1d9dae;
  --brand-border-color: #1d9dae;
  --brand-border-active-color: #1d9dae;
  --brand-default-font-size: 14px;
  --brand-manrope: "Manrope", sans-serif;
  --brand-inter: "Inter", sans-serif;
  --brand-metrophobic: "Metrophobic", sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
  /* background: var(--brand-background-color); */
  background: #001f22 !important;
  font-family: "Inter", sans-serif;
}
a:visited {
    color: #fff !important;
}
.header {
  position: fixed;
  padding: 15px;
  width: 100%;
  /* backdrop-filter: blur(5px); */
  z-index: 98;
}
.header .header-logo {
  background: url("../../assets/images/logo/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 133px 38px;
  width: 133px;
  height: 38px;
}
.thankyou-header {
  padding: 15px;
  width: 100%;
  z-index: 98;
  text-align: center;
}
.thankyou-header .navbar-brand {
  display: inline-block;
}
.footer-bar {
  /* border-bottom: 1px solid #114f57; */
  padding-bottom: 24px;
}
.navbar-brand {
  display: flex;
}
.header-content-block {
  border-radius: 100px;
  width: 100%;
  border: 1px solid #01272b;
  background: rgba(1, 39, 43, 0.54);
  padding-left: 15px;
  padding-right: 15px;

  backdrop-filter: blur(5px);
}

.navbar-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.navbar-button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  width: 200px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.navbar-button-active {
  background: #1d9dae;
  border: 1px solid #1d9dae;
}
.navbar-button:hover {
  background: #1d9dae;
  border: 1px solid #1d9dae;
}
.navbar-nav-right {
  justify-content: end;
  align-items: flex-end;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

/* Transform on hover */
.hamburger:hover span {
  background-color: #fff;
}
.footer {
  padding: 40px 0;
  background-color: var(--brand-body-background-color);
  font-size: var(--brand-default-font-size);
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--brand-manrope);
}
.footer a:hover {
  text-decoration: underline;
}
.footer .social-icons a {
  margin-right: 15px;
  display: flex;
  gap: 5px;
  font-size: 16px;
  justify-content: center;
  align-content: center;
  line-height: 35px;
}
.footer .bottom-text {
  margin-top: 20px;
  font-size: 0.9rem;
}
.footer-logo .footer-logo {
  background: url("../../assets/images/logo/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 133px 38px;
  width: 133px;
  height: 38px;
}
.social-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.social-icons .bi {
  width: 34px;
  height: 34px;
  display: flex;
}
.social-icons h5 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  width: 100%;
  display: flex;
}
.social-links {
  width: 100%;
  display: flex;
}
.bi-custom-linkedin {
  background: url("../../assets/images/icons/social/linkedin.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-custom-facebook {
  background: url("../../assets/images/icons/social/facebook.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-custom-instagram {
  background: url("../../assets/images/icons/social/instagram.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-custom-youtube {
  background: url("../../assets/images/icons/social/youtube.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.bi-custom-twitter {
  background: url("../../assets/images/icons/social/twitter.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
}
.footer-links-block h5 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.copyright-text-block p {
  color: var(--brand-text-color);
  font-size: var(--brand-default-font-size);
  font-weight: 400;
  margin: 0px;
}
.copyright-text-block a {
  color: var(--brand-text-color);
  font-size: var(--brand-default-font-size);
  font-weight: 400;
  margin: 0px;
}
.footer .container {
  max-width: 1140px;
}
.text-gradient {
  background: linear-gradient(90deg, #adf5ff 14.36%, #1fa6b8 84.02%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.text-width-box {
  width: 630px;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #FFFFFF;
  opacity: 1; /* ensures it’s solid white, not transparent */
}

/* Optional cross-browser support */
#contactForm :-ms-input-placeholder {
  color: #FFFFFF;
}

#contactForm ::-ms-input-placeholder {
  color: #FFFFFF;
}
#contactForm .form-control.is-invalid:focus, #contactForm .was-validated #contactForm .form-control:invalid:focus{
  box-shadow: none;
}
@media (max-width: 768px) {
  .navbar>.container{
    flex-wrap: nowrap;
  }
  .header{
    padding: 5px;
  }
  .header-content-block{
    padding: 0;
  }
  .header .header-logo{
    background-size: 100px 38px;
    width: 100px;
  }
  .navbar-button{
    width: 120px;
    font-size: 14px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Popup Modal */
.video-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.video-popup.active {
    display: flex;
}

.popup-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16/9;
}

.popup-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 767px) {
    .video-title {
        font-size: 22px;
    }

    .video-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
}
