/* Ensure container elements have flexible width and height */
.container, .row, .col-md-6, .card {
    width: 100%;
    height: auto;
}

/* Flexbox properties for layout */
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Ensure columns take up equal space and have some margin */
.col-md-6 {
    flex: 1;
    margin: 10px;
}

ul.mbr-text li {
    margin-bottom: 10px;
}
  
.mbr-section-title {
    color: white;
  }
  
.mbr-text {
    color: white;
    margin-bottom: 20px;
    font-size: 1.8em;
  }
  
  .btn-primary {
    background-color: green;
    color: white;
    border: none;
    font-size: 3em;  /* Adjusted to a more reasonable size, but can be increased if needed */
    padding: 0.5em 1.5em;  /* Adding padding for better appearance */
    border-radius: 5px;  /* Optional: Adding border radius for rounded corners */
    cursor: pointer;
    text-align: center;  /* Ensuring the text is centered */
    display: inline-block;  /* Making sure the button is inline-block */
  }
  
  .btn-secondary {
    background-color: blue;
    color: white;
    border: none;
    font-size: 3em;  /* Adjusted to a more reasonable size, but can be increased if needed */
    padding: 0.5em 1.5em;  /* Adding padding for better appearance */
    border-radius: 5px;  /* Optional: Adding border radius for rounded corners */
    cursor: pointer;
    text-align: center;  /* Ensuring the text is centered */
    display: inline-block;  /* Making sure the button is inline-block */
  }
  .btn-third {
    background-color: green;
    color: white;
    border: none;
    font-size: 3em;  /* Adjusted to a more reasonable size, but can be increased if needed */
    padding: 0.5em 1.5em;  /* Adding padding for better appearance */
    border-radius: 5px;  /* Optional: Adding border radius for rounded corners */
    cursor: pointer;
    text-align: center;  /* Ensuring the text is centered */
    display: inline-block;  /* Making sure the button is inline-block */
}
  .header16 {
    position: relative;
    background: url('../assets/images/photo-1496412705862-e0088f16f791.jpeg') no-repeat center center;
    background-size: cover;
  }
  .header17 {
    position: relative;
    background: url('../assets/images/photo-1490818387583-1baba5e638af.jpeg') no-repeat center center;
    background-size: cover;
  }
  
/* Custom height for the subscription hero section */
.subscription-hero .custom-height {
  height: 5vh !important; /* Adjust this value as needed */
  min-height: 5vh !important; /* Ensure minimum height is also set */
}

.subscription-hero .row {
    height: 100%;
}
  .text-background {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 20px;
    border-radius: 10px;
  }
  
  .btn-white-outline {
    color: rgb(0, 179, 80);
    border: 2px solid white;
  }
  
  .text-center {
    text-align: center;
  }
  
  .justify-content-center {
    justify-content: center;
  }
  
  .align-items-center {
    align-items: center;
  }

.navbar-header {
    display: flex;
    align-items: center;
}
.navbar-caption-wrap {
    margin-left: 1rem; /* Adjust spacing as needed */
}
.navbar-caption {
    font-weight: normal;
    font-size: 3rem; /* Increased font size */
}
@media (max-width: 1200px) {
  .cid-ucArIR6g1l .navbar-caption {
      font-size: 2.4rem;
  }
}

@media (max-width: 992px) {
  .cid-ucArIR6g1l .navbar-caption {
      font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .cid-ucArIR6g1l .navbar-caption {
      font-size: 2.1rem;
  }
}

@media (max-width: 576px) {
  .cid-ucArIR6g1l .navbar-caption {
      font-size: 2rem;
  }
}
.navbar-caption .highlight {
    color: rgb(255, 81, 0);
    font-weight: bold;
}
.navbar-caption .highlight2 {
    color: rgb(8, 0, 43);
    font-weight: bold;
}
