body {
    background-color: #fff9;
    font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -1.2px;
    line-height: 60px;
    margin-top: 80px;
}

.section-dark {
    background-color: #8f0899;
    color: #fff9;
}

.section-blue{
    background-image: linear-gradient(
      90deg,          /* direction of the blend */
      #001757 0%,      /* slightly lighter blue  */
      #001757 60%,      /* slightly lighter blue  */
      #012f8d 100%     /* your original blue     */
    );
    color:#fff9;  
  }

.section-light {
    background-color: #fff9;
    color: #01131f;
    box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.6);
}

.section-gradient {
    color: white;
    background-image: url(/assets/images/section-background.png); background-repeat: no-repeat; background-size: cover;
}

body section {
    color: #01131f;
    background-color: #01131f;
    font-size: 1.3em;
    padding:5% 0%;

}

footer {
    color: #EFE9FF;
}


.btn {
    background-color: #02211a;
    border-color: #F1F1F1;
}

.btn:hover {
    background-color: #ff9b00;
    color: #0D1B2A;
    border-color: #F1F1F1;
}

.btn-gta {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    padding: 10px 16px;
    color: hsl(223, 100%, 92%);
    white-space: nowrap;
    display: inline-block;
    /* max-width: 500px; */
    white-space: normal;
    overflow-wrap: break-word; 
}

.btn-gta:hover {
    background: rgba(255,255,255,0.7);
    color: #001757 !important;
}


.card {
    background-color: rgba(1, 19, 31, 0.5);
    color: white;
    font-weight: normal;
    font-size: 1.3em;
}

.card-purple {
    background-color: #4f0c7c;

}

.vertical-divider .col-md-4 {
    padding-right: 3rem;
    
}

.vertical-divider .col-md-4:last-child {
    border-right: none;
}

.text-purple {
    color: #8f0899;
}

.text-blue {
    color: #142147;
}

.text-orange {
    color: #fe620d;
}

.text-yellow {
    color: #ff9b00;
}

.text-softwhite {
    color: #F1F1F1;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .dropdown-item {
  color: #F1F1F1 !important;
  text-decoration: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .dropdown-item:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .dropdown-item:focus {
  color: #ff9b00 !important;
  background-color: #0D1B2A;
}

.navbar {
    background-color: #0D1B2A;
}

nav a {
    text-decoration: none;
}


footer a {
    color: white;
    text-decoration: underline;
}

ul.checkmark {
    list-style-image: url(/assets/images/icons/checkmark.svg);
}

ul.checkmark li {
    margin-bottom: 15px;
}

.image-container {
    position: relative; /* Allows child elements to be positioned relative to this container */
    display: inline-block; /* Keeps the images in line */
}

.offset-1 {
    z-index: 1; /* Ensures this image stays on top */
    margin-top: 0px; /* Moves this image down slightly */
    margin-left: 75px; /* Overlaps the second image */
}

.offset-2 {
    z-index: 2; /* Places this image below the first */
    margin-top: 0px; /* Moves this image down slightly */
    margin-left: -75px; /* Adjusts overlap */
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

/* default: two columns */
.grid div {
  flex: 0 0 50%;
  max-width: 46%;
  margin-right: 4%;  /* space between columns */
  margin-top: 4%;
  border-radius: 12px;
  padding: 3%;
  line-height: 1.5;
  min-height: 300px;
}

/* remove right margin on every second item (optional, but cleans up edge cases) */
.grid div:nth-child(2n) {
  margin-right: 0;
}

/* when the viewport is narrower than 768px, stack them */
@media screen and (max-width: 1000px) {
  .grid {
    /* flex-direction: column;  not strictly necessary if you make each child 100% wide */
  }

  .grid div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.grid div h2{
    color: #ece9ff;
    font-size: 24px;
    font-weight: 800;
}

.grid-bg {
    color: #ece9ff;
    background: #012f8d;
}
  
  .parallax-section {
    background-image: url(/assets/images/section-background-gb-mark.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Makes the image scroll slower than the rest */
    background-position: center center; /* Adjust position for a centered effect */
}
      

.box h3 {
    color: #01131f;
    font-size: 1.4em;
    font-weight: bold;
  }
  
  .corner-image {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    width: 80px; /* Adjust the size as needed */
    height: auto; /* Maintain aspect ratio */
    z-index: 10; /* Ensure it appears above other content */
}

  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.5);  
    }
  }

  @media (max-width: 767.98px) {
    .custom-h1 {
        font-size: 4rem; 
    }
}

  .form-columns-1 {
    display: none !important;
  }