:root {
  --bg: #04060d;
  --panel: #0c1221;
  --panel-2: #10182c;
  --accent: #2ee0c5;
  --muted: #9fb2d1;
  --text: #e7ecf5;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --grid: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
}

body {
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll; /* Enable vertical scrolling within the body */
  background: radial-gradient(circle at 20% 20%, rgba(46, 224, 197, 0.08), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(46, 224, 197, 0.04), transparent 28%),
    var(--bg);
  color: var(--text);
}

html {
  font-family: "DM Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h1 {
  font-family: "Space Grotesk", "DM Sans", sans-serif;
  text-transform: none;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0.01em;
}
h2,
h3,
h4 {
  font-family: "Space Grotesk", "DM Sans", sans-serif;
  color: var(--text);
}
h2 {
  text-transform: none;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
}
h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 600;
  margin: 35px 20px 0;
}
h4 {
  font-size: 18px;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
h6 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
p1 {
  font-size: 15px;
  margin: 20px 10px 0;
}
a {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  position: relative;
  background: #1c81d3;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  width: 100%;
  padding: clamp(0.35rem, 0.6vw, 0.65rem) clamp(0.7rem, 1.8vw, 1rem);
  transition: all 0.3s ease;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

.logo-image {
  height: 45px;
  width: 45px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .logo-image {
    margin-left: 0;
  }
}

.logo-text {
  font-family: "Space Grotesk", "DM Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  border-radius: 0;
  position: relative;
  top: 0;
  margin: 0 12px 0 0;
  transition: transform 0.3s ease;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}

.logo-text:hover {
  transform: scale(1.03 );
}

#menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu .navbar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

#menu .navbar-collapse {
  padding: 0;
}

#menu .navbar-nav {
  display: flex;
  align-items: center;
  margin: 0;
}

#menu .navbar-nav > li {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #menu .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
  #menu .navbar-nav {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  #menu {
    padding-left: 0;
    padding-right: 0;
  }
  #menu .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #menu .navbar-header {
    padding-left: 12px;
    padding-right: 12px;
  }
  #menu .navbar-collapse {
    padding: 8px 12px 12px;
    width: 100vw;
    left: 0;
    right: 0;
    margin: 0;
  }
  #menu .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  #menu .navbar-nav > li {
    width: 100%;
  }
  #menu .navbar-nav > li > a {
    width: 100%;
    margin: 4px 0;
    padding: 10px 6px;
  }
}

#menu.navbar-default {
  background-color: #000000;
  border-color: transparent;
  box-shadow: none;
  font-family: "Space Grotesk", "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-scrolled {
  background-color: white;
  color: #555;
  box-shadow: 0 0 10px rgb(21, 21, 21);
  margin: 10px 10px 0;
}

#menu a.navbar-brand {
  font-family: "Lato", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 10px 0;
}

#menu.navbar-default .navbar-nav > li > a {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  font-size: 17px;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding: 10px 6px;
  border-radius: 10px;
  margin: 0 10px 0;
  position: relative;
  transition: color 0.25s ease;
  white-space: nowrap;
}















#menu.navbar-default .navbar-nav > li > a:hover {
  color: var(--white);
  transition: transform 0.3s ease, color 0.2s ease;
}

#menu.navbar-default .navbar-nav > li > a:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: none;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #2ee0c5 0%, #2ee0c5 100%) !important;
  content: "" !important;
  border-bottom: none !important;
}
.navbar-toggle {
  border-radius: 0;
  left: 5px;
  top: 3px;
  margin-right: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #6fb7f3;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(120deg, #2ee0c5 0%, #5bc7ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Space Grotesk", "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #04101a;
  background-image: linear-gradient(120deg, #2ee0c5 0%, #5bc7ff 100%);
  padding: 16px 34px;
  letter-spacing: 0.08em;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  min-height: 54px;
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #021219;
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.05);
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  background-size: 160px 160px, auto, auto, auto;
}
.intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-glass {
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.intro h1 {
  color: var(--white);
  font-weight: 700;
  margin: 0 0 18px;
  text-shadow: none;
  font-size: clamp(3.6rem, 6vw, 5.8rem);
  line-height: 1.08;
}
.intro h1 span {
  font-weight: 800;
  color: var(--accent);
}
.intro p.lead {
  color: #d7e1f7;
  font-size: clamp(2.05rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 26px;
}
.eyebrow {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(46, 224, 197, 0.12);
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 22px;
  justify-content: flex-start;
}

.cta-label {
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 768px) {
  .cta-row {
    flex-wrap: wrap;
  }
  .btn-custom,
  .btn-ghost {
    min-width: 100%;
  }
}
.btn-ghost {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #04101a;
  background-image: linear-gradient(120deg, #2ee0c5 0%, #5bc7ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 32px;
  letter-spacing: 0.04em;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
  min-height: 54px;
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-ghost:hover,
.btn-ghost:focus {
  color: #021219;
  filter: brightness(1.05);
  border-color: rgba(255, 255, 255, 0.3);
}
.stat-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
  width: 100%;
}
.stat {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.stat .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #2ee0c5 0%, #1bb397 80%);
  box-shadow: 0 0 12px rgba(46, 224, 197, 0.8);
  grid-row: span 2;
}
.stat-label {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.stat-value {
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.hero-content {
  text-align: left;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 28px;
  background: rgba(12, 18, 33, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
#backgroundVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Features Section */
#features {
  background: var(--white);
  color: #0c1221;
  padding: clamp(6rem, 8vw, 8rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  min-height: 100vh;
  scroll-margin-top: 110px;
}

#features .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#features h2 {
  color: #0c1221;
  margin-top: 110px;
  margin-bottom: 20px;
}

#features h3 {
  color: #f2f6ff;
  margin: 10px 0 6px;
  font-size: clamp(1.95rem, 2vw, 1.25rem);
  font-weight: 700;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: 18px;
  width: 100%;
  max-width: 1180px;
  justify-items: stretch;
}

@media (max-width: 768px) {
  #features {
    padding: 3rem 0 2rem;
    scroll-margin-top: 80px;
  }
  #features .container {
    padding: 0 1rem;
  }
  #features h2 {
  }
  .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 100%;
    gap: 0.75rem;
  }
}

.panel {
  background: linear-gradient(145deg, var(--panel), var(--panel-2));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 2vw, 1.6rem);
  text-align: center;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.panel:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(46, 224, 197, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(120deg, #5bc7ff 0%, #2ee0c5 100%);
  color: #04101a;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#features i.fa {
  font-size: 24px;
}

.panel p {
  color: var(--muted);
  margin: 0;
}

/* About Section */
#about {
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(3rem, 5vw, 5rem);
  background: linear-gradient(180deg, #060910 0%, #0d1422 100%);
  color: rgb(223, 223, 223);
  min-height: 100vh;
  scroll-margin-top: 110px;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #f3f6ff;
}
#about h2 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
  margin-top: 130px;
  color: #f3f6ff;
  text-align: center;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(120deg, #2ee0c5 0%, #5bc7ff 100%);
  height: 4px;
  width: 60px;
  bottom: 30px;
  color: #dadada;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
  color: #ffffff;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
  color: #cfcfcf;

}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #cfcfcf;
  border-right: 0;
  border-radius: 10px;
}
#about p {
  line-height: 24px;
  margin: 30px 0;
  color: rgba(223, 231, 248, 0.85);
}
/* Services Section */
#services {
  padding: clamp(5rem, 7vw, 7.5rem) 0 clamp(3.5rem, 5.5vw, 6rem);
  background: var(--white);
  color: #0c1221;
  min-height: 100vh;
  scroll-margin-top: 110px;
}
#services .service-desc {
  margin: 6px 0 0;
}
#services h2 {
  color: #0c1221;
  margin-top: 70px;
  margin-bottom: 20px;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(120deg, #2ee0c5 0%, #5bc7ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1rem, 1.6vw, 1.4rem);
  align-items: stretch;
}

@media (min-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }
}
.service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  color: var(--text);
  align-items: center;
  text-align: center;
}

.service-card .icon-wrap {
  display: inline-flex;
  margin-top: 0px;
  margin-bottom: -20px;
}
.service-card h3 {
  font-weight: 600;
  padding: 0px 0;
  color: var(--white);
  font-size: large;
}
.service-card p {
  color: var(--text);
  margin-bottom: -20px;
  margin-top: 10px;
  text-overflow: var(--shadow);
}

#services i.fa {
  font-size: 24px;
}

/* Health Check Section */
#healthcheck {
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(3rem, 5vw, 5rem);
  background: linear-gradient(180deg, #060910 0%, #0d1422 100%);
  color: var(--text);
  min-height: 100vh;
  scroll-margin-top: 110px;
}
#healthcheck h2 {
  color: var(--white);
  margin-top: 110px;
  margin-bottom: 0;
}
#healthcheck h3 {
  color: var(--white);
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 700;
}
#healthcheck p {
  color: var(--muted);
}

#healthcheck .intro-row {
  /* use default Bootstrap row behavior for proper column widths */
}

#healthcheck .intro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#healthcheck .step {
  margin: 20px 0;
}

#healthcheck i.fa {
  font-size: 38px;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  background: linear-gradient(120deg, #5bc7ff 0%, #2ee0c5 100%);
  border-radius: 50%;
  color: #04101a;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

/* Blog Section */
#blog {
  color: #e6e6e6;
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(3rem, 5vw, 5rem);
  background: var(--white);
  min-height: 100vh;
  scroll-margin-top: 110px;
}
#blog h2 {
  color: #0c1221;
  margin-top: 20px;
}
#blog h3 {
  color: #0c1221;
  margin: 10px 20px 0;
  font-size: xxx-large;
  font-family: "Lato";
}
#blog a {
  color: #0c1221;
  margin: 10px 20px 0;
  text-align: right;
  font-size: xx-large;
  font-family: "Lato";
  margin: 10px 20px 0;
  font-style: italic;
  text-decoration: underline;
}


#portfolio {
  padding: 100px 0;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}

/* Testimonials Section */
#testimonials {
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(3rem, 5vw, 5rem);
  background: linear-gradient(180deg, #060910 0%, #0d1422 100%);
  margin: 0 0 0;
  min-height: 100vh;
  scroll-margin-top: 110px;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 15px;
}
#testimonials h2 {
  color: #f1f1f1;
  margin-top: 20px;
  padding-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  color: rgb(243, 243, 243);
}
.testimonial-meta-name {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: rgb(245, 245, 245);
}

.testimonial-meta-position {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: rgb(245, 245, 245);
}

/* Contact Section */
#contact {
  padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(2rem, 4vw, 3.5rem);
  background: var(--white);
  color: #0c1221;
  min-height: auto;
  scroll-margin-top: 110px;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #0c1221;
  margin-top: 73px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(120deg, #2ee0c5 0%, #5bc7ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #0c1221;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #0c1221;
  color: #0c1221;
}
#contact .btn-custom:hover {
  color: #fff;
  background: #0c1221;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #0c1221;
  background-color: #f4f6fb;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: rgba(46, 224, 197, 0.8);
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: #0c1221;
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
#contact .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  gap: 12px;
  list-style: none;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #0c1221;
  color: #0c1221;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #ffffff;
  background: #0c1221;
}

/* X (Twitter) icon override */
.fa-x-twitter:before {
  content: "𝕏";
  font-family: "Space Grotesk", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
/* Footer Section*/
#footer {
  background: linear-gradient(180deg, #060910 0%, #0d1422 100%);
  padding: 30px 0;
}
#footer p {
  color: var(--white);
  font-size: 16px;
}
#footer a {
  color: var(--white);
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

.navbar.scrolling-navbar.top-nav-collapse {
  background-color: #fff !important;
}
.navbar.navbar-dark.scrolling-navbar.top-nav-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
}
.navbar.navbar-dark.scrolling-navbar.top-nav-collapse .navbar-brand {
  color: #000;
}
.navbar.navbar-dark.scrolling-navbar.top-nav-collapse form .md-form .form-control {
  color: #000;
}
.navbar.navbar-dark.scrolling-navbar.top-nav-collapse form .md-form .form-control::placeholder {
  color: #000;
}
.navbar.navbar-dark.scrolling-navbar.top-nav-collapse form .md-form input {
    border-bottom: 1px solid #000;
  }

@media (max-width: 768px) {
  #menu.navbar-default {
    background-color: #000000;
  }
  #menu .navbar-collapse {
    width: 100%;
    background: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 12px 16px 16px;
    box-shadow: none;
    border-bottom: none;
  }
  #menu.navbar-dark .navbar-collapse {
    background: rgba(12, 18, 33, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  #menu.navbar-transparent .navbar-collapse {
    background: rgba(12, 18, 33, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  #menu.navbar-light .navbar-collapse {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  #menu .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  #menu .navbar-nav > li {
    width: 100%;
  }
  #menu .navbar-nav > li > a {
    display: block;
    width: 100%;
    margin: 4px 0;
    padding: 10px 4px;
    color: inherit;
  }
  #menu.navbar-default .navbar-toggle .icon-bar {
    background: #0c1221;
  }
}
