.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 0;
    justify-content: flex-start;
    flex: 1;
}

.intro-header-area {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.alex-logo {
    height: 105px !important;
}

h1.title {
    font-size: 45px !important;
    margin: 0px;
    font-weight: 300;
    letter-spacing: 5;
    color: #002657;
}

h1.title span {
  color: #002657;
  background-color: #e8edf7;
  padding: 0px 5px;
  border-radius: 5px;
  font-weight: 700;
}

hr.linear-gradient {
  border: none;
  height: 1px; /* Set the thickness of the line */
  background-image: linear-gradient(90deg, #002657, #fa4616);
  width: 5rem;
}

h1.title.gradient {
    font-size: 100px !important;
    margin: 0px;
    font-weight: 100;
    letter-spacing: 5;
    line-height: 100px;
    color: #002657;
}

h1.title.gradient span {
  background: -webkit-linear-gradient(180deg, #002657, #fa4616);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 100px !important;
  font-weight: 900;
  letter-spacing: 0ch;
  margin: 0px;
  line-height: 100px;
}

.intro-header-area .subtitle-area {
  margin: 0px
}

.intro-header-area .subtitle-area p {
  margin: 5px;
  font-size: 25px;
  font-weight: 300;
}

.intro-header-area hr {
  margin: 25px 0;
  width: 25%;
}

p.subtitle .textdecor {
  /* text-decoration: underline; */
  font-weight: 900;
  color: #002657;
  background-color: #e8edf7;
  border-radius: 3px;
}

p.subtitle {
  letter-spacing: 3px;
  font-style: italic;
  color: #002657;
  font-weight: 300;
}

.intro {
  width: 75%;
}

ul > li {
  text-align: left;
  font-size: 21px !important;
}

hr {
  border-top: 1px solid black !important;
  width: 75%;
}

span.name {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.character {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  margin: 15px;
}

.label {
  background-color: #002657;
  border-radius: 15px;
  color: white;
  width: 200px;
  display: flex;
  flex-direction: column;
  padding: 7px;
  margin-top: -50px;
  transition: .2s ease-in-out;
}

.character:hover .character-select {
  transform: scale(1.1);
  animation: pulse-animation 2s infinite;
  cursor: pointer;
}

.character:hover .label {
  transform: scale(1.1);
  animation: pulse-animation 2s infinite;
  cursor: pointer;
}

.spanish {
  display: none;
}

/* Remove the Google Translate banner display */
body > .skiptranslate {
    display: none !important;
}

.selection-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 35px 25px;
    position: relative;
    background-color: white;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 1.75rem;
    margin: 35px;
    width: 75%;
}

.selection-area::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    z-index: -1;
    background-image: linear-gradient(
      45deg,
      #fa4616,#002657
    );
    border-radius: 1.75rem;
  }

.character-select {
    height: 250px;
    border-radius: 50%;
    margin: 25px;
    transition: .1s ease-in-out;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

/* .character-select:hover {
    transform: scale(1.1);
    animation: pulse-animation 2s infinite;
    cursor: pointer;
} */

.selected-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
}

/* -- Comments on August Release -- 
    Creating a separate set of css in index.css for August Release
    Separate css files created as well, but this felt appropriate for index.css
    Main Reasons:
    - I think button for discovery on same line as title makes sense? So title-container is that. 
    - August Release text is left-aligned
    - August Release has a navigation pane on the left
*/
.title-container-2 {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
}

.title-container {  display: grid;
    grid-template-columns: 1fr max-content;
    grid-template-rows: max-content;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "main-title-container discover-container";
  }
  
  .main-title-container { grid-area: main-title-container; }
  
  .discover-container { grid-area: discover-container; }
  
  .goog-te-combo   {
    font-size: 25px !important;
    padding: 10px;
    border-radius: 15px;
    border: 0px;
    background-color: #002657;
    color: white;
 }

 .lang-btn-group {
    display: flex;
    gap: 12px;
 }

 .lang-btn {
    padding: 10px 28px;
    font-size: 16px;
    font-family: inherit;
    border-radius: 25px;
    border: 2px solid #002657;
    background-color: white;
    color: #002657;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
 }

 .lang-btn:hover {
    background-color: #002657;
    color: white;
 }

 .lang-btn-active {
    background-color: #002657;
    color: white;
 }

 .google-translate-attribution {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #666;
 }

 .provider-banner {
    background-color: rgba(250, 70, 22, 0.15);
    border: 3px solid #fa4616;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    padding: 15px;
 }

 .provider-banner p {
    font-style: italic;
    font-size: 19px;
    margin: 0px;
 }

  .provider-banner a {
    color: #002657
 }

 /* Toggle wrapper */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  margin: 0px 9px;
}

/* Hide default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider (pill) */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #fa4616;
  border-radius: 34px;
  transition: 0.4s;
}

/* Toggle circle */
.slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

/* When checked */
input:checked + .slider {
  background-color: #002657;
}

input:checked + .slider::before {
  transform: translateX(22px);
}

.provider-patient-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.view-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

#site-container {
  display: none;
}

#provider-view, #patient-view {
  margin: 0px;
  font-size: 15px;
}

.active {
  font-weight: 700;
  color: black;
}

.greyed-out {
  color: grey;
  font-weight: 400;
}


 .site-select {
    font-size: 19px;
    margin: 15px;
    padding: 19px;
    border-radius: 25px;
    border: 3px solid #002657;
 }

  .language-container, .site-container {
    padding: 35px 25px;
    position: relative;
    background-color: white;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 1.75rem;
    margin: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .language-container::before, .site-container::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    z-index: -1;
    background-image: linear-gradient(
      45deg,
      #fa4616,#002657
    );
    border-radius: 1.75rem;
  }

  .pulse {
    animation: pulse-animation 2s infinite;
  }

  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }


 
/* Feature cards */
.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 25px auto;
}
 
.card {
  width: 20%;
  background: #ffffff;
  padding: 3rem;
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 300px;
  border-radius: 15px;
  background-image:  linear-gradient(120deg, #eed3cb5c, #c5d5e862);
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}
 
.card .icon {
  width: 75px !important;
  height: 75px !important;
  min-width: 75px;
  min-height: 75px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 35px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  background: white;
}
 
.icon-explore {
  color: #185FA5;
  border: 1px solid #185FA5;
}
 
.icon-find {
  color: #0F6E56;
  border: 1px solid #0F6E56;
}
 
.icon-send {
  color: #854F0B;
  border: 1px solid #854F0B;
}
 
.card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
 
.card p {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin: 0;
}

.about-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.about-box h3 {
  font-size: 35px;
  text-align: center;
  font-weight: 300;
  margin: 35px 0 0 0;
  padding: 35px 0 0 0;
  border-top: 5px solid transparent;
  border-radius: 0px;
  background-image: 
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), 
    linear-gradient(90deg, #fa4616, #002657);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.about-box h3 span {
  color: #002657;
  background-color: #e8edf7;
  border-radius: 10px;
  padding: 0px 10px;
}

.about-box p {
  margin: 15px;
  font-weight: 300;
  color: #343434;
}

p span.orange {
  color: #c04a29;
  font-weight: 500;
}

p span.blue {
  color: #003e8e;
  font-weight: 500;
  background-color: white !important;
}

span.orange-bg {
  color: #691700 !important;
  background-color: #ffe6df !important;
  border-radius: 10px;
  padding: 0px 10px;
}
 
/* CTA */
.cta {
  text-align: center;
  padding: 1.5rem 1.5rem 2.5rem;
  margin: 0 auto;
}
 
.cta p {
  color: #555;
}


 @media only screen and (max-width: 600px) {
    .title {
        font-size: 29px !important;
        margin-top: 0;
    }
    .character-select {
        height: 125px;
        margin: 5px 9px;
    }
    .selection-area {
        padding: 15px;
        margin: 5px;
        width: 85%;
    }
    .intro-header-area p, .cta p {
      font-size: 20px;
      width: 100%;
    }
    .card {
      width: 100%;
      height: auto;
    }
}
