

.demoner {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-flow: column;
    background-image: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/Web\ services\ 1920x960px.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
  }

  .demoner h3 {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    text-transform: capitalize;
  }

  .titel-demo {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 5px auto;
    margin-top: 100px;
  }

  .titel-demo h1 {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 25px ;
    position: relative;
  }

  .titel-demo p {
    font-size: 2rem;
  }


  .contactUs {
    width: 100%;
    position: relative;
  }

  .contactUs .titel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
  }

  .contactUs .titel h2 {
    color: #fff;
    font-weight: 500;
  }

  .contacte {
    border: 2px solid #09B0DA;
    background: var(--bd-color);
    padding: 10px 40px;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.15);
  }

  .form {
    background: var(--bd-color);
    border-radius: 20px;
    grid-area: form;
  }

  .info { 
    border-radius: 20px;
    grid-area: info;
  }

  .info p {
    align-items: center;
    justify-content: center;
    padding: 20px;
    line-height: 45px;
    font-size: 2rem;
  }

  .map {
    background: var(--bd-color);
    border-radius: 20px;
    grid-area: map;
  }



  .box {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: "form info" "form map";
    grid-gap: 20px;
  }


  .contacte h3 {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 10px;
  }



  .formBox {
    position: relative;
    width: 100%;
  }

  .formBox .row50 {
    display: flex;
    gap: 20px;
  }

  .inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
  }

  .formBox .row100 .inputBox {
    width: 100%;
  }

  .inputBox span {
    font-size: 1.5em;
    color: #edf2fc;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .inputBox input {
    border: 2px solid #fff;
    background: transparent;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 8px 10px;
    font-size: 1.2em;
    outline: none;
  }



 .form-control {
  border: 2px solid #fff;
  background: transparent;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  padding: 9px 10px;
  font-size: 1.2em;
  outline: none;
 }

 .form-control option {
    font-size: 1em;
    color: #fff;
    border-radius: 20px;
    background-color: #09B0DA;
 }


  .inputBox textarea {
    font-weight: 700;
    color: #222;
    border-radius: 20px;
    padding: 10px;
    font-size: 1.5em;
    outline: none;
    border: 1px solid #fff;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
  }

  button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 18px 28px;
    background: var(--bd-color);
    color: var(--text-color);
    border: 2px solid #09B0DA;
    box-shadow: 0 0 10px #09B0DA;
    outline: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    transition: all .50s ease;
  }

  button:hover {
    box-shadow: none;
    border: none;
    font-weight: 700;
    background: #fff;
    color: #212121;
    transform: translateY(-7px) scale(0.9);
  }


  .error-txt {
    display: none;
    font-size: 16px;
    color: #d93025;
    margin-top: 10px;
  }

  .inputBox a {
    margin-top: 10px;
    font-size: 1.1em;
    font-weight: 500;
  }

  .inputBox ::placeholder {
    color: #999;
  }


  .info h3 {
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 1.7em;
  }

  .info .infoBox div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }


  .info .infoBox div span {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    background-color: #fff;
    color: var(--secondary-color);
    border-radius: 50%;
    margin-right: 15px;
  }

  .info .infoBox div a {
    font-weight: 500;
    font-size: 1.5em;
    color: var(--text-color);
  }

  .info  .icons-social {
    margin-top: 10px;
  }

  .map {
    border-radius: 20px;
    padding: 0;
  }

  .map iframe {
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }

  @media (max-width:991px) {
    .contactUs {
        padding: 20px;
    }

    .box {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "form" "info" "map";

    }

    .map {
        min-height: 300px;
    }

    .formBox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .infoBox {
        width: 100%;
    }

    .contact {
        padding: 30px;
    }
  }