@import "./global.css";

body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.00) 98.34%);
}

.welcome-div h1,.team-title h1 {
    color:   var(--neutral-900);
    font-family: Gilroy-Bold;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 34px;
}

.values h3 {
    color: #424242;
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.team-title h2,.team-members h2 {
    color: var(--neutral-900);
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-left h2 {
    color: var(---neutral-900);
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: start;
}

.contact-left h1 {
    color: var(--neutral-900);
    font-family: Gilroy-Bold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p {
    color: var(--neutral-900);
    font-family: Gilroy-Medium;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.welcome-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 100px !important;
}

.welcome-div img {
    width: 100%;
}

.highlighted-quote {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-context {
    color: var(--neutral-900);
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 34.18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first-quote {
    display: flex;
    max-width: 715px;
}

.first-quote .quote-context {
    font-family: Gilroy-MediumItalic;
}

.first-quote, .quote-context {
    position: relative;
  }
  .first-quote:before {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    background: var(--orange-100);
    transform: rotate(-2deg);
    top: -1px;
    left: -1px;
    border-radius: 20% 25% 20% 24%;
    padding: 10px 3px 3px 10px;
  }

  .first-quote .quote-context::after {
    content: '“';
    position: absolute;
    bottom: -22px;
}

.vision-context {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
}

.mission,.vision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.mission h1,.vision h1 {
    color: var(--neutral-900);
    font-family: Gilroy-Bold;
    font-size: 34.18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.mission img,.vision img {
    margin-bottom: 24px;
}


.values-section {
    min-height: 420px;
}

.values-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 50px;
    min-height: 420px;
}

.values {
    width: 375px !important;
    min-height: 202px;
}

.values h3 {
    min-height: 38px;
    margin-bottom: 16px;
}

.values p {
    min-height: 68px;
    color: var(--neutral-900);
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.values img {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
}

.values-centering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px 16px;
}

.team-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-members {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-members img {
    width: 136px;
    height: 136px;
}

.member {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member p {
    color:  #424242;
    text-align: center;
    font-family: Gilroy-Regular;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-us {
    margin-top: 120px;
}

.contact-us-div {
    display: flex;
    align-items: start;
    justify-content: start;
}

.contact-us-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 340px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.form-group {
    margin-bottom: 15px;
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #2A3547;
    font-family: Gilroy-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #EAEFF4;
    border-radius: 4px;
    box-sizing: border-box;
    background: var(--neutral-0);
    color: #2A3547;
    font-family: Gilroy-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form-group textarea {
    height: 80px;
}

.form-group button[type="submit"] {
    display: flex;
    width:  100%;
    padding: 9.5px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--neutral-900);
    color: #F0F2FF;
    font-size: 14px;
}

.privacy-policy {
    text-align: start;
    font-size: 0.8em;
    margin-top: 15px;
}

.privacy-policy a {
    color: var(--blue-500);
    font-family: Gilroy-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.privacy-policy p {
    color: #4F5A70;
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.modal-body h1 {
    color: var(--Neutral-900);
    font-family: Gilroy-SemiBold;
    font-size: 21.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.436px;
}

.modal-body h2 {
    color: var(--Neutral-900);
    font-family: Gilroy-SemiBold;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.35px;
}

.modal-body h3 {
    color: var(--Neutral-900);
    font-family: Gilroy-SemiBold;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
}

.modal-body span {
    color: var(--Neutral-600);
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
}

.modal-body p {
    color: var(--Neutral-800);
    text-align: justify;
    font-family: Gilroy-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
}

.modal-body li {
    color: var(--Neutral--800);
    text-align: justify;
    font-family: Gilroy-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
}



@media only screen and (max-width: 1024px) {
    .modal-dialog-scrollable {
        height: 110% !important; 
    }
 }
@media only screen and (max-width: 768px) {
    .contact-left {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .contact-left h2, .contact-left p {
        padding: 20px 20px 0 20px;
    }

    .contact-left h2{
        font-size: 14px;
    }

    .contact-left h1{
        font-size: 18px;
        padding: 8px 20px 0 20px;
    }

    .contact-left p{
        font-size: 12px;
    }

    .contact-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .welcome-right {
        margin-top: 24px;
    }

    .form-container {
        justify-content: start;
    }

    .contact-us-form {
        align-items: start;
    }

    .welcome-div{
        padding: 28px 34px;
        padding-top: 30px !important;
    }

    .welcome-div h1{
        font-size: 18px;
    }

    .highlighted-quote{
        padding: 0 46px !important;
        margin-top: 54px !important;
        margin-bottom: 48px !important;
    }

    .quote-context {
        font-size: 22px;
    }

    p{
        font-size: 14px;
    }

    .mission, .vision{
        padding: 0 46px !important;
    }

    .mission h1, .vision h1{
        font-size: 18px;
    }

    .mission p, .vision p{
        font-size: 12px;
    }
    .vision-context{
        gap: 32px;
    }

    .quote-section{
        margin-top: 56px !important;
        margin-bottom: 16px !important;
    }

    .values-centering{
        padding: 8px 16px;
    }

    .values {
        min-height: fit-content;
        padding: 8px 46px !important;
    }

    .values h3{
        min-height: fit-content;
        font-size: 14px;
    }

    .values p{
        font-size: 12px;
        min-height: fit-content;
    }

    .team{
        margin-top: 56px !important;
        gap: 24px !important;
    }

    .team-title h2{
        font-size: 14px;
    }

    .team-title h1{
        font-size: 18px;
    }

    .team-members img{
        width: 104px;
        height: 104px;
    }

    .team-members h2{
        font-size: 14px;
    }

    .contact-us{
        margin-top: 80px;
    }

    .form-group label{
        font-size: 12px;
    }
    /* .mission,.vision {
        justify-content: start;
        align-items: center;
    } */
  }
@media only screen and (max-width: 1024px) {
    .form-contact{
        height: 1200px;
    }
}
