.contact-appointment {
  padding: 90px 0;
  background: #F0F6FF;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #0052cc;
 
}

.contact-form-wrapper{
    position: relative;
     display: inline-block;
     z-index: 0;
}
.contact-form-wrapper::before{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -20px;
    left: -20px;
    background: linear-gradient(135deg, #0072FF, #0052cc);
    border-radius: 1rem;
    box-shadow: 0px 0px 5px #000;
    z-index: 0;
}
.contact-form-box {
  background: white;
  padding-block: 50px;
  padding-inline: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.1);
  position: relative;
  z-index: 1;
}

.contact-form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact-form label i{
    color: #0072FF;
}
.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 14px;
}

.btn-submit {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 28px !important;
  border-radius: 25px;
  font-weight: 600 !important;
  border: none !important;
  width: 100%;
}

/* Appointment box */
.appointment-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.appointment-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.founder-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.founder-info img {
  width: 50px; height: 50px;
  border-radius: 50%;
  margin-right: 12px;
}


.btn-appointment {
  background: #0052cc !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
  width: 100%;
  margin-top: 20px;
}
@media (max-width:786px) {
    .contact-form-box{
        padding-inline: 30px;
        padding-block: 30px;
    }
    .contact-appointment{
        padding-bottom: 30px;
    }

}

/* --------------------- */
.calendly-inline-widget{
    height: 520px !important;
}

.iti {
    width: 100% !important;
}



/* ---------------------------- */
.contact-walk{
    padding-block: 20px;
}
.contact-walk-container{
    margin-inline: 20px;
}
.contact-walk-box{
    padding: 20px;
    border-radius: 1rem;
    box-shadow: 0px 4px 5px 0px #00000073,
                inset 5px 4px 5px 0px #ffffff9d
    ;
    min-height: 100%;
}
.contact-walk-box p{
    font-size: 16px;
    margin-bottom: 0px !important;
}
.contact-walk-phone{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 20px;
}
.contact-walk-phone img{
    width: 40px;
}
.contact-walk-mail{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.contact-walk-box h4{
    text-align: center;
}
.contact-walk-mail img{
    width: 40px;
}

.contact-walk-box-location{
    display: flex;
}
.contact-walk-box-location img{
    width: 50px;
    height: 50px;
}

@media (max-width:786px) {
    .contact-walk-box{
        padding:10px;
    }
    .contact-walk-phone{
        padding-top: 0px;
    }
    .contact-walk-phone img{
        width: 25px;
    }
    .contact-walk-mail img{
        width: 25px;
    }
    .contact-walk-box p {
       font-size: 14px !important;
    }
}

/* ---------------------------- */
.contact-location{
    padding-block: 50px;
}
.contact-location h2{
    text-align: center;
    background: linear-gradient(135deg, #0072FF,#0052cc);
    background-clip: text;
    color: transparent;
}
.contact-location img{
    width: 100%;
}

/* --------------------------- */
.contact-it{
    padding-top: 50px;
    background:linear-gradient(135deg, #0072FF, #004499);
}
.contact-it-container{
    padding-inline: 20px;
}
.contact-it-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 30px;
    width: 80%;
    margin: auto;
}
.contact-it-flex button{
    width: 250px;
    background-color: #F0F0F3;
    padding: 15px 10px;
    border: none;
    border-radius: 0.5rem;
    box-shadow: inset -10px -10px 4px 0px #00000034,
                 inset 10px 10px 4px 0px #ffffff63;
}
.contact-it-flex h2{
    width: 40%;
    color: white;
    margin-bottom: 30px;
}
.contact-it-img img{
    
    width: 80%;
    display: flex;
    margin: auto;
}

@media (max-width:786px) {
    .contact-it {
        padding-top: 25px;
    }
    .contact-it-flex {
        width: 100%;
        flex-direction: column;
        margin-block: 30px;
    }
    .contact-it-flex h2{
        width: 100%;
    }
    .contact-it-flex button {
        margin-right: auto;
    }
    .contact-it-img img {
        width: 100%;
    }

}