/* Contact us modal form */

#cc2025 {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), rgba(90, 90, 90, 0.53)), url("../images/camunda-con-2025-mycubes-presentation1.png") no-repeat 70% 70%;
  background-size: cover;
  margin-top: 120px;
}

#cc2025 h1 {
  font-size: 4.5em;
}

.section-wrapper-3-1 {
  position: static;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.section-wrapper-1-3 {
  position: static;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.case-linkedin-w {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

.case-linkedin-w > span {
  padding-top: 5px;
}

.first_page p {
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  width: 70%;
  text-align: center;
  color: #FFF;
  font-size: 28px;
  margin-left: 15%;
  margin-right: 15%;
  font-weight: 500; /* Medium boldness */
}

.section-wrapper {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-wrapper .block-img {
  width: 100%;
  height: 100%;
 }

.section-wrapper {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-wrapper #visit-us, #schedule-a-call, #thank-you {
  width: 100%;
  height: 100%;
}
.section-wrapper-1-3 #visit-us, #schedule-a-call, #thank-you {
  width: 100%;
  height: 100%;
}

.section-wrapper-3-1 #visit-us, #schedule-a-call, #thank-you {
  width: 100%;
  height: 100%;
}

.section-wrapper-1-3 .block-img {
 width: 100%;
 height: 100%;
}

.blockContent {
  padding: 20px;
}

.blockContent p {
  width: 74%;
}

.case-item-w {
  margin-left: 45px;
  margin-right: 45px;
}

.section-wrapper-3-1 .block-img {
  width: 100%;
  height: 100%;
 }

#modalContactForm {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: linear-gradient(to right, rgb(2, 46, 79, 0.95), rgb(5, 90, 135, 0.95));
  z-index: 10;
}

#modalContactForm .contactForm {
  margin: 0;
}

#modalContactForm .thank-message {
  width: 61%;
  margin: 0 auto;
  padding-bottom: 15px;
}

/* Modal form open button */
.modal-contact-form-button {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 3;
}

.modal-contact-form-button .light-button {
  color: #022e4f;
  background: #fff;
  padding: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  /* padding-left: 4em;
  padding-right: 4em; */
  border: solid 2px #022e4f;
  border-radius: 30px;
  /* margin-top: 20px; */
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.modal-contact-form-button .light-button:hover {
  color: #ffffff;
  border: solid 2px #022e4f;
  background: #022e4f;
  transition-duration: 0.5s;
  cursor: pointer;
}

.modal-contact-form-button .dark-button {
  color: #fff;
  background: linear-gradient(to left, #022E4F, #055A87);
  padding: 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-left: 2em;
  padding-right: 2em;
  border: solid 2px #fff;
  border-radius: 100px;
  text-decoration: none;
  font-family: 'roboto', sans-serif;
  font-size: 1rem;
}

.modal-contact-form-button .dark-button:hover {
  color: #022e4f;
  background: #fff;
  border-color: #022e4f;
  transition: 0.5s;
  cursor: pointer;
}

.form-succes-message {
  font-size: 1.3rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.max-context-width {
  width: max-content;
}

/* Media queries */
@media screen and (max-width: 600px) {
  #cc2025 h1 {
    font-size: 2em;
  }

  /* Modal form button mobile */
  .modal-contact-form-button {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    right: 1.5rem;
    z-index: 3;
  }

  .modal-contact-form-button .dark-button {
    width: 80%;
    background: linear-gradient(to right, #022E4F, #055A87);
    margin-left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 5px;
  }

  /* Mobile footer */
  .footer.camundacon {
    padding-bottom: 5rem;
  }

  /* Mobile fontsize */
  .first_page > h1 {
    font-size: 2em;
  }

  /* Mobile logo */
  #logo {
    width: 130px;
    margin-top: 1.1rem;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  #cc2025 h1 {
    font-size: 3em;
  }
}

@media (max-width: 900px) {

  #cc2025 {
    margin-top: 80px;
  }

  #modalContactForm .thank-message {
    width: 90%;
    margin: 0 auto;
  }

  /* Mobile content blocks */
  .block {
    height: 0;
  }

  .section-wrapper {
    display: flex;
    flex-direction: column;
  }

  .section-wrapper-1-3 {
    display: flex;
    flex-direction: column;
  }

  .section-wrapper-3-1 {
    display: flex;
    flex-direction: column;
  }

  .section-wrapper .block-img {
    width: 100%;
    object-fit: contain;
    display: block;
    height: auto;
  }

  .section-wrapper-1-3 .block-img {
    width: 100%;
    object-fit: contain;
    display: block;
    height: auto;
  }
  .section-wrapper-3-1 .block-img {
    width: 100%;
    object-fit: contain;
    display: block;
    height: auto;
  }
}
