.contact_container {
    padding: 55px;
  }
  .vector-icon {
    width: 6px;
    position: relative;
    height: 12px;
  }
  .chevron-right {
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
  }
  .bags {
    position: relative;
    line-height: 175%;
    font-weight: 500;
    color: #0e1422;
  }
  .link {
    position: relative;
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    text-align: left;
    font-size: 14px;
    color: #5c5f6a;
    font-family: 'Raleway';
  }
  .ecommerce {
    position: relative;
    line-height: 175%;
    font-weight: 500;
  }
  .contact_items{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    width: 100%;
    
  }
  .rectangle-div {
    width: 100%;
    position: relative;
    border-radius: 8px;
    background-color: #f2f7ec;
    height: 319px;
    }
.contant_frame {
  margin-top: 50px;
  margin-left: 60px;
    position: absolute;
    width: 85%; 
    z-index: 1; 
    display: flex;
    gap: 10%;
}

.form-container {
  width: 100%;
  max-width: 512px;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(157, 157, 157, 0.25);
  font-family: 'Montserrat', 'sans-serif';
  color: #000;
}

.form_contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 10px 24px;
  border: 1px solid #777;
  border-radius: 30px;
  font-size: 14px;
  color: #777;
  box-sizing: border-box;
}

.form-textarea {
  height: 100px;
  resize: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #777;
}

.form-submit-container {
  display: flex;
  justify-content: flex-start;
}

.form-submit-button {
  width: 151.5px;
  height: 44px;
  border: none;
  border-radius: 23.08px;
  background-color: #161616;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 7.7px 30.8px;
  text-align: center;
}

.form-submit-button:hover {
  background-color: #333;
}


.content-wrapper {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 25px;
  text-align: left;
  font-size: 24px;
  color: #161616;
  font-family: 'Raleway';
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.header-text-container {
  width: 246px;
  letter-spacing: 0.01em;
  display: inline-block;
  height: 56px;
  flex-shrink: 0;
}

.header-text {
  margin: 0;
}

.spacer-line {
  margin: 0;
  color: #777;
}

.info-text {
  width: 246px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #777;
  white-space: pre-wrap;
  display: inline-block;
  height: 49px;
  flex-shrink: 0;
}

.team-image {
  width: 186px;
  height: 186px;
}

.icon-list {
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 6.5px 0px 12.7px;
  box-sizing: border-box;
  gap: 24px;
}

.icon-wrapper {
  width: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.icon {
  width: 16px;
  height: 16px;
}

.social-icon {
  width: 16px;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}



.messages-icon {
  width: 125px;
  height: 125px;
}

.line {
  margin: 0;
}

.live-chat {
  width: 246px;
  display: inline-block;
  height: 31px;
  flex-shrink: 0;
}

.chat-support-text {
  width: 246px;
  font-size: 14px;
  display: inline-block;
}

.live-chat-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.messages-container {
  width: 411px;
  margin: 0 !important;
  top: 50px;
  left: 53px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  z-index: 0;
}

.start-now-button {
  width: 191px;
  margin: 0 !important;
  top: 204px;
  left: 389px;
  border-radius: 31px;
  background-color: #161616;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  z-index: 1;
  font-size: 15px;
  color: #fff;
  font-family: 'Montserrat';
  border: none;
  cursor: pointer;
}

.frame-container {
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  background-color: rgba(245, 240, 235, 0.6);
  height: 317px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 50px;
  box-sizing: border-box;
  gap: 20px;
  text-align: left;
  font-size: 24px;
  color: #161616;
  font-family: 'Raleway';
}
.differents_frames{
  width: 100%;
  margin-top: 90px;
  /* justify-content: space-between; */
  display: flex;
  gap: 10%;
}
.call-icon {
  width: 100px;
  height: 100px;
}

.call-title {
  width: 246px;
  display: inline-block;
  height: 31px;
  flex-shrink: 0;
}

.support-line {
  margin: 0;
}

.support-text {
  width: 246px;
  font-size: 14px;
  display: inline-block;
}

.call-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.call-container {
  margin: 0 !important;
  top: 49px;
  left: 51px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  z-index: 0;
}

.contact {
  display: inline-block;
  height: 19px;
  flex-shrink: 0;
}

.contact-numbers {
  width: fit-content;
  margin: 0 !important;
  top: 199px;
  left: 62px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 54px;
  z-index: 1;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .contact-numbers {
    flex-direction: column;
    gap: 20px; 
  }
}
.frame-contact {
  margin-top: 15%;
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  background-color: #f9f6f3;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
  box-sizing: border-box;
  gap: 26px;
  text-align: left;
  font-size: 24px;
  color: #161616;
  font-family: 'Raleway';
}

.number {
  margin: 0;
}
