/* careers page css start  */
.heading_section{
    text-align: center;
    margin: 2rem 0;
}

.foot {
    width: 100%;
}
.sectionOne {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.div_one {
    display: flex;
    justify-content: space-evenly;
    width: 85%;
}
.map {
    width: 40%;
}
.mail {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.mail > h2 {
    margin: 0;
    font-size: 3rem;
    font-weight: 600;
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mail > h3 {
    color: var(--navyBlue);
    margin: 0;
    font-size: 1.3rem;
}
.mail > p {
    color: #354364;
}
.mail > h2 {
    margin: 0;
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mail > a {
    padding: 0.6rem 1.8rem 0.6rem 1.8rem;
    margin: 0.5rem 0 0.5rem 0;
    border-radius: 1.5rem;
    background: var(--gradient);
    color: white;
    text-decoration: none;
}
.sectionTwo {
    /* display: flex; */
    justify-content: space-evenly;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.download {
    padding: 2rem;
}

.download-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    justify-content: center;
    gap: 6rem;
}

.download-images {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Space between images */
}

.download-images a img {
    width: 200px; /* Adjust as needed */
}

.download-text {
    text-align: left;
    max-width: 500px;
}
.download-text p {
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
    margin: 0;
}

/* .text_right_h2 {
    margin-top: 0;
} */

.google {
    width: 10rem;
}
.appstore {
    width: 10rem;
}
.subscribe {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 1rem;
}
.subscribe > h1 {
    font-weight: 400;
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.subscribe > input {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #555e73;
}
.subscribe > button {
    padding: 0.6rem 1.8rem 0.6rem 1.8rem;
    margin: 1rem 0 1rem 0;
    border-radius: 1.5rem;
    background: var(--gradient);
    color: white;
    border: none;
}
.footer {
    width: 100%;
}

@media screen and (max-width: 786px) {
 
    .div_one {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .map {
        width: 100%;
    }
    .mail {
        width: 100%;
        align-items: center;
    }
    .mail > h1 {
        font-size: 2.5rem;
    }
    .mail > p {
        font-size: 1.5rem;
        text-align: center;
    }
    .sectionTwo {
        flex-direction: column-reverse;
        align-items: center;
        gap: 3rem;
        /*>form{*/
        /*    width: 80%;*/
        /*    >h1{*/
        /*        font-weight: 500 !important;*/
        /*        text-align: center;*/
        /*    }*/
        /*}*/
    }
    /* .download {
        flex-direction: column;
        align-items: center;
        gap: 4rem;
        width: 80%;
    } */
     .download-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 80%;
    }
    .download > p {
        font-size: 1.3rem;
        width: 100% !important;
    }
    .download-text {
        text-align: center;
      
    }

   
}

.downlad_div {
    width: 400px;
}

@media screen and (max-width: 786px) {
    .downlad_div {
        width: 300px;
    }
}



/* new form of carreer and contact section css  */
.form-section {
margin-top: 2rem;
  padding: 2rem;
  background-color: #f9fafb;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.form-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.full-width {
  width: 100%;
}

label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #444;
}

label span {
  color: red;
}

input,
select {
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

input:focus,
select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.radio-group {
  display: flex;
  gap: 1rem;
}

.checkbox-group {
  margin-top: 1rem;
}

.submit-btn {
    background: linear-gradient(to right, #234eb0, #b656e2);
    color: #ffffff;
    font-size: 1em;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s;
}
.submit-btn:hover {
  background: linear-gradient(to right, #234eb0, #b656e2);
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

/* privacy policy start */
.privacy_policy{
    width: 100%;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding:1rem 3rem 3rem;

}
.container h2,.container h3{
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.container p{
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.container ul{
    list-style-type: disc;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.container ul li{
    margin-bottom: 0.5rem;
}
/* privacy policy end */

input.is-invalid, select.is-invalid {
    border: 1px solid red;
}
.text-red {
    color: red;
}
.error {
    color:red;
}