input[type=text], input[type=password], input[type=email], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.heading {
    font-size:40px;
}

.hero-img{
    flex: 1.25;
}

#hero-text{
    margin:auto;
}

#mobile-H1{
    display: none;
}

.features, .hero-heading-center{
    display: flex;
    justify-content: center;
    padding: 20px 0;  
    flex-direction: column;
}

.div-block-11 {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 32px 32px;
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  margin: 16px;
}

.div-block-12 {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px; /* Responsive shrink/grow */
  margin: 10px;
  box-sizing: border-box;
}

.div-block-12 h3{
    text-align: center;
}

.step{
    flex:1;
    margin-bottom: -10px;
}

.step p{
    text-align: center;
    font-size: 16px;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Adjust to 'contain' if necessary */
  display: block;
  border: 2px solid #EEE;
}

.features-container {
  display: flex;
  /*flex-wrap: wrap;  <-- Allows wrapping */
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin: auto;
}

.use-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch; /* Make children match the tallest one */
  width:65%;
  margin: auto;
}


.div-block-11:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.div-block-11 .heading-11 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.paragraph-10 {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  text-align: left;
}

.video img {
  max-width: 100%;
  border-radius: 8px;
  height: auto;
}

i{
    font-size: 6.5rem;
    margin-bottom: 20px;
    color: #2b4162;
    text-align: center;
}

.glow{
    transition: text-shadow 0.3s ease;
}

.glow:hover{
    text-shadow: 1px 1px 4px #616161;
}

.scroll-fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease, transform 1s ease;
  will-change: opacity, transform;
}

.scroll-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.cta2{
    width: 35%;
    margin: auto;
    padding: 0 20px;
}
.pricing-section p{
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.pricing-section .heading-11{
    color:white;
}

.pricing-flex{
    display:flex;
    margin:auto;
    margin-bottom:20px;
    width:70%;
}
.price-box{
    flex:1;
    display:flex;
    background-color:white;
    border-radius:5px;
    margin:5px;
    padding:20px;
    align-items:center;
    flex-direction:column;
    gap: 10px;
}

.plan-title{
    font-size:20px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.price{
    font-size:48px;
    height:auto;
    margin: 10px 0; 
}

.strike{
  color: darkred;
  text-decoration: line-through;
  font-size: 36px;
  opacity: 0.7;
}

.price-details ul{
    color: #FFF;
    font-size: 16px;
}

.price-details li{
    margin-top: 10px;
}

.container-10{
    margin: auto;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.hero-split.our-story.try{
    width:45%;
}

.hero-split.our-story.try h2{
    margin-top:0;
    margin-bottom: 20px;
}

.invalid{
    color:darkred;
    font-weight: bold;
}

.container .paragraph-10{
    text-align: center;
    color: black;
}

.container h2{
    color: #222;
    font-size:28px;
    margin-top: 40px;
}

.container h3 a:link{
    color:#2b4162;
}

.container h3 a:visted{
    color:#222;
}
.container .paragraph-9{
    font-size: 0.9rem;
}

.early-access{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 2px solid #EEE;
    padding: 20px;
    width: 75%;
    margin:auto;
}
.tools{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.eai img{
    margin-bottom: 10px;
}

#sign-up-link{
    margin-bottom: 10px;
}

p a:link{
    color: #2b4162;
}

p a:visted{
    color: #222;
}

.eai{
    margin: auto;
}

.center{
    text-align: center;
}
@media screen and (max-width: 1314px){
    .features-container{
        width:85%;
    }
    h3{
        font-size: 20px;
    }
    .pricing-flex{
        width:85%;   
    }
    
    .step p{
        font-size: 15px;
    }
    .use-container {
        width: 80%;
    }
    .hero-img{
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1200px){
    .heading {
        font-size: 32px;
    }

    .container-2 {
        width: 75%;
    }
    .paragraph-9{
        font-size: .85rem;
    }
}

@media screen and (max-width: 992px){
    .heading {
        font-size: 40px;
    }
    .use-container, .features-container {
        flex-direction: column;
    }
    .div-block-11 {
        flex: 1;
    }
    .hero-split.our-story.try{
        width: 75%;
        margin: auto;
    }
    .pricing-flex ul{
        text-align: left;
    }
    .div-block-10{
        width: auto;
    }
    .container-2 {
        width: 85%;
    }
    #footer-tall{
        margin-top:0;
    }
    .footer-container{
        width: 85%;
    }
}

@media screen and (max-width: 766px){
    .hero-split.our-story.try{
        width: 85%;
    }
}

@media screen and (max-width: 498px){
    .hero-wrapper-video{
        width: 85%;
        margin: auto;
        flex-direction: column-reverse;
    }
    .hero-wrapper-video .heading{
        font-size: 32px;
        line-height:1.1;
    }
    #mobile-H1{
        font-size: 32px;
        line-height:1.2;
        margin-top:20px;
    }
    
    .early-access{
        width: 100%;
    }
    
    .heading{
        margin-top:20px;
        line-height:1;
    }
    .heading-11{
        font-size: 28px;
        line-height:1.5;
    }
    
    .step{
        margin-bottom:20px;
    }
    .cta2{
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pricing-flex{
        flex-direction: column;
    }
    .price-details ul{
        padding: 0 0 0 20px;
    }
    .scroll-fade-up {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
    #pricing{
        margin: 10px 0;
    }
    .use-container{
        display: flex;
        align-items: center;
    }
    .div-block-10 p{
        width: 75%;
        margin:auto;
        margin-bottom: 10px;
    }
    .hero-split.our-story.try{
        padding-top: 0;
    }
}