/*
Theme Name: my theme
Template: twentytwentyfive
Author: Child Theme Configurator
Version: 1.0.1752235076
Updated: 2025-07-11 11:57:56

*/

.blue-text {
    color: #93c5fd;
}
.text-gradient {
    
}

.hero-text-gradient {
	background-image: -moz-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: -webkit-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: -moz-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: -o-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: -webkit-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: -ms-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: -o-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: -ms-linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    background-image: linear-gradient(117deg, #000 2.78%, #2A45F3 90.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-gradient {
    border-image-source: linear-gradient(58.59deg, #eff6ff 30.5%, #d1e4fc 91.04%);
}
.m-0 > * {
    margin: 0 !important;
}
.shadow {
    -moz-box-shadow: 0 3.37px 3.37px 0 #0510214D;
    -webkit-box-shadow: 0 3.37px 3.37px 0 #0510214D;
    -o-box-shadow: 0 3.37px 3.37px 0 #0510214D;
    box-shadow: 0 3.37px 3.37px 0 #0510214D;
}
.scroll-x {
    overflow-x: auto;
    scrollbar-width: none;
}
.no-overflow {
    overflow: hidden;
}
.button-submit {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
    gap: 10px;
    width: 285px;
    height: 46px;
    opacity: 1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    font-family: "Inter", Sans-serif;
}
.form-col {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
.form-row {
    display: flex;
    align-items: center;
	justify-content:center;
    gap: 20px;
}
.email-input {
    color: #0f172a;
    background-color: #6489BC26;
    width: 100%;
    height: 46px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px;
    border: 0.5px solid #94a3b8;
    font-weight: 600;
    font-size: 15px;
    font-family: "Inter", Sans-serif;
    max-width: 430px;
    border-width: 0.5px;
}
.email-input::placeholder {
    color: #0f172a;
    opacity: 1;
}
.email-input::-ms-input-placeholder {
    color: #0f172a;
}


@media only screen and (max-width: 767px) {
  .form-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
}
