* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

.Contact_form_wrapper {
    background-color: #0f0f0f;
    margin-top: 22px;
    padding: 130px 0;
}

.Contact_form_wrapper:after {
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/30094050/algo_icon.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 885px;
    height: 749px;
    background-repeat: no-repeat;
}

.Contact_form_details {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    max-width: 100%;
    margin: auto;
    align-items: flex-start;
}

.content_details {
    flex: 1 1 40%;
}

.Contact_form {
    flex: 1 1 30%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    overflow: hidden;
}

/* ✅ Visible BG Icon Behind Contact Form */
.Contact_form::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 300px;
    height: 300px;
    background-image: url("https://stage.algoworks.com/wp-content/themes/algoworks-child-theme/assets/algoworks/images/SuperGraphic.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
}

.content_details h1 {
    font-weight: 800;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 0%;
    color: white;
    padding-bottom: 16px;
}

.content_details p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(226, 226, 226, 1);
    padding-bottom: 48px;
}

.info {
    display: flex;
    flex-direction: row;
    gap: 50%;
    margin-bottom: 1rem;
}
.info.mobile{
    display: none;
}
.info-item .info-icon img {
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
}

.value h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1%;
    padding-bottom: 16px;
    color: White;
}

.value p {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: White;
}

.form-box h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1%;
    color: #fff;
}

.form-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1%;
    color: rgba(194, 194, 194, 1);
    padding-bottom: 24px;
}

form {
    display: grid;
    gap: 16px;
    position: relative;
    z-index: 1;
}

input,
select {
    padding: 12px 16px;
    background-color: #2a2a2a;
    color: white;
    border: 1px solid #444;
    border-radius: 8px;
    font-size: 1rem;
    width: 100%;
}

input::placeholder {
    color: rgba(255, 255, 255, 1);
}

.input-row {
    display: flex;
    gap: 10px;
}

.input-row input {
    flex: 1;
}

button {
    background: rgba(255, 183, 88, 1);
    color: #000;
    padding: 12px 24px;
    width: 228px;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 32px;
}

button:hover {
    background: rgba(255, 183, 88, 1);
}

/* team-section style */
.team-section,
.approach-section {
    background-color: #0f0f0f;
}

.subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 32px;
    margin: 0px;
}

.heading {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 32px;
    margin: 0px;
}

.description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(226, 226, 226, 1);
    margin: 0;
    padding-bottom: 64px;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.team-card {
    border-radius: 12px;
    padding: 0px 0px 20px 0px;
    /* width: calc(100% / 4); */
    width: 30%;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.team-card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 15px;
}

.team-card h3 {
    margin: 0 0 8px;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1%;
    color: #fff;
}

.role {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1%;
    color: rgba(255, 255, 255, 1);
}

.bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(194, 194, 194, 1);
}

/* approach */
.approach-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 40px;
}

.approach-image {
    /* flex: 1 1 400px; */
    max-width: 500px;
}

.approach-image img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.approach-text {
    flex: 1 1 400px;
    max-width: 500px;
}

.approach-text .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 24px;
}

.approach-text h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 16px;
    margin: 0px;
}

.approach-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(226, 226, 226, 1);
}

/* value-section */
.value-section {
    padding: 60px 20px;
    margin: auto;
    background-color: #0f0f0f;
}

.value-header p {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 6%;
    text-transform: uppercase;
    padding-bottom: 24px;
    margin: 0;
}

.value-header h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    padding-bottom: 80px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.card_box {
    background-color: #1a1a1a;
    border-radius: 20px;
    padding: 24px;
    flex: 1 1 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-icon {
    font-size: 24px;
    color: #00ff88;
    /* Use green tone as seen in icons */
}

.card_box h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: bottom;
    padding-bottom: 16px;
    margin: 0;
    color: rgba(255, 255, 255, 1);
}

.card_box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
}

.card_box ul li {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(226, 226, 226, 1);
}

@media (max-width: 900px) {
    .card_box {
        flex-direction: column;
    }
}

/* responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .input-row {
        flex-direction: column;
    }

    .info {
        flex-direction: row;
        gap: 0;
    }

    .team-grid {
        display: block;
    }

    .team-card {
        width: 100%;
    }

    .approach-section {
        flex-direction: column;
        text-align: center;
    }

    .approach-text {
        max-width: 90%;
        flex: 1 1 1px !important;
    }

    .approach-text h2 {
        font-size: 24px;
    }
    .section-text.section--pb {
        position: relative;
        top: -50px;
        padding-bottom: 0px;
    }
    .value-section{
        padding-top: 0px;
        padding: 0px 2px;
    }
    .section-awards .pb-32{
        padding-bottom: 0px !important;
    }
}


.header_wrapper {
    padding-top: 30px;
}

.Contact_form_wrapper {
    padding-top: 50px;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    height: 75px;
    max-width: 100%;
    overflow: hidden;
}

.logo {
    display: flex;
    align-items: center;
    color: #00ff99;
    font-weight: bold;
    font-size: 14px;
    gap: 8px;
}

.contact-btn {
    background-color: #f5b942;
    padding: 13px 30px;
    border-radius: 22px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

@media (max-width: 680px) {
    .header_wrap {
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .contact-btn {
        width: 100%;
        text-align: center;
    }
}

#masthead,
.home-footer {
    display: none;
}

.footer .contact-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
}

@media screen and (min-width: 1024px) {
    .footer .contact-title {
        font-size: 40px;
        line-height: 120%;
        letter-spacing: 1px;
    }
}

.footer .phone-mail a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: #0d0d0d;
    padding: 64px 0 32px 0;
}

@media only screen and (max-width: 768px) {
    .footer {
        padding: 0 0 24px 0;
    }
}

.footer .footer-content {
    display: flex;
    flex-flow: row;
    gap: 16px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .footer .footer-content {
        margin-bottom: 0;
        padding: 24px;
        flex-flow: column;
    }
}

.footer .contact_details {
    width: 100%;
}

.footer .contact_details .footer-right {
    display: flex;
    flex-flow: row;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.footer .contact_details .footer-right a {
    width: 24px;
    height: 24px;
}

.footer .footer-left {
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
    .footer .footer-left {
        margin-bottom: 0;
        display: flex;
        flex-flow: row;
        align-items: center;
    }
}

.footer .footer-left img {
    height: 56px;
    width: 56px;
}

.footer .phone-mail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer .phone-mail a {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.footer .phone-mail a:hover,
.footer .phone-mail a:focus {
    color: #fff;
}

.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .footer .footer-bottom {
        padding-top: 24px;
        padding-bottom: 24px;
        flex-flow: column;
        gap: 24px;
    }
}

.footer .footer-bottom .footer-bottom-images {
    display: flex;
    flex-flow: row;
    gap: 32px;
}

@media only screen and (max-width: 768px) {
    .footer .footer-bottom .footer-bottom-images {
        width: 100%;
        justify-content: space-between;
    }
}

.footer .footer-bottom .bottom_section {
    color: #c2c2c2;
}

.footer .footer-bottom .bottom_section a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #c2c2c2;
    margin: 0 8px;
}

.footer .footer-bottom .bottom_section a:hover,
.footer .footer-bottom .bottom_section a:focus {
    color: #c2c2c2;
    text-decoration: underline;
}

.footer .footer-bottom .bottom_section span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #c2c2c2;
    margin: 0 8px;
}

.footer .footer-details-wrapper {
    padding: 32px;
    background-color: #1e1e1e;
    border-radius: 32px;
}

@media screen and (min-width: 1024px) {
    .footer .footer-details-wrapper {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .footer .footer-details-wrapper {
        padding: 32px 24px;
        flex-flow: column;
    }
}

.footer .contact-title {
    padding: 16px 0;
    letter-spacing: inherit;
    vertical-align: middle;
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .footer .contact-title {
        margin-right: 64px;
    }
}

.footer .contact-title a:hover,
.footer .contact-title a:focus {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .footer .logo-img {
        margin-right: 20px;
    }
}

.footer .footer--social {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
}

.footer .footer--social a.icon::before {
    top: inherit;
    margin: 0;
    right: inherit;
    width: inherit;
    height: inherit;
    font-size: 24px;
}

.footer .footer--social a.icon:hover::before {
    color: #52f18f;
}

a {
    color: #fff;
    text-decoration: none;
}

.icon-youtube:before {
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113203/youtube.png);
    position: absolute;
}

.icon-instagram:before {
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113153/instagram.png);
    position: absolute;
}

.icon-facebook:before {
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113140/facebook.png);
    position: absolute;
}

.icon-x:before {
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113249/x.png);
    position: absolute;
}

.icon-linkedin-alt:before {
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113214/linkedin.png);
    position: absolute;

}

.submit_btn input {
    color: black !important;
}

.section-side-img {
    position: relative;
}

/*  */

.submit_btn input {
    color: black !important;
}

.section-side-img {
    position: relative;
}
    .section--two-cols {
        display: flex;
        align-items: center;
    }
.section--two-cols .side-img img{
    position: relative;
    z-index: 9;
}
.section-side-img .section--container:after{
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/30173119/precision.svg);
    position: absolute;
    top: -165px;
    right: 0;
    width: 23%;
    height: 749px;
    background-repeat: no-repeat;
    z-index: 1;
}

.wpcf7 img.ajax-loader{display:block;}
.Contact_form{background-color: rgb(0 0 0 / 80%); z-index: 9; padding: 24px 24px 0px 24px;}
.Contact_form_wrapper:after{
    content: "";
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/30094050/algo_icon.svg);
    position: absolute;
    top: 0;
    right: 0;
   width: 55%;
    height: 749px;
    background-repeat: no-repeat;
}
.header_wrapper{
padding-top: 30px;
}
.Contact_form_wrapper {
padding-top:50px;
}
.Contact_form {
      background-color: rgba(32, 32, 32, 0.7);
      backdrop-filter: blur(40px);
}
    .header_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.5rem 1rem;
      border-radius: 12px;
      height: 75px;
      max-width: 100%;
      overflow: hidden;
    }

    .logo {
      display: flex;
      align-items: center;
      color: #00ff99;
      font-weight: bold;
      font-size: 14px;
      gap: 8px;
    }

    .contact-btn {
      background-color: #f5b942;
      padding: 13px 30px;
      border-radius: 22px;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center;
      text-decoration: none;
      color: #000000;
    }
 
    @media (max-width: 680px) {
      .header_wrap {
        flex-direction: column;
        gap: 10px;
        height: auto;
      }

      .contact-btn {
        width: 100%;
        text-align: center;
      }
    }
#masthead, .home-footer{
display:none;
}

.footer .contact-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}
@media screen and (min-width: 1024px) {
  .footer .contact-title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 1px;
  }
}
.footer .phone-mail a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: #0d0d0d;
  padding: 64px 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 0 0 24px 0;
  }
}
.footer .footer-content {
  display: flex;
  flex-flow: row;
  gap: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-content {
    margin-bottom: 0;
    padding: 24px;
    flex-flow: column;
  }
}
.footer .contact_details {
  width: 100%;
}
.footer .contact_details .footer-right {
  display: flex;
  flex-flow: row;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.footer .contact_details .footer-right a {
  width: 24px;
  height: 24px;
}
.footer .footer-left {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-left {
    margin-bottom: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}
.footer .footer-left img {
  height: 56px;
  width: 56px;
}
.footer .phone-mail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .phone-mail a {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.footer .phone-mail a:hover, .footer .phone-mail a:focus {
  color: #fff;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
    flex-flow: column;
    gap: 24px;
  }
}
.footer .footer-bottom .footer-bottom-images {
  display: flex;
  flex-flow: row;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .footer .footer-bottom .footer-bottom-images {
    width: 100%;
    justify-content: space-between;
  }
}
.footer .footer-bottom .bottom_section {
  color: #c2c2c2;
}
.footer .footer-bottom .bottom_section a {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #c2c2c2;
  margin: 0 8px;
}
.footer .footer-bottom .bottom_section a:hover, .footer .footer-bottom .bottom_section a:focus {
  color: #c2c2c2;
  text-decoration: underline;
}
.footer .footer-bottom .bottom_section span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #c2c2c2;
  margin: 0 8px;
}
.footer .footer-details-wrapper {
  padding: 32px;
  background-color: #1e1e1e;
  border-radius: 32px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-details-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}

.footer .contact-title {
  padding: 16px 0;
  letter-spacing: inherit;
  vertical-align: middle;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .footer .contact-title {
    margin-right: 64px;
  }
}
.footer .contact-title a:hover,
.footer .contact-title a:focus {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer .logo-img {
    margin-right: 20px;
  }
}
.footer .footer--social {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}
.footer .footer--social a.icon::before {
  top: inherit;
  margin: 0;
  right: inherit;
  width: inherit;
  height: inherit;
  font-size: 24px;
}
.footer .footer--social a.icon:hover::before {
  color: #52f18f;
}
a{color: #fff; text-decoration: none;}

.icon-youtube:before {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113203/youtube.png);
  position:absolute;
}

.icon-instagram:before {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113153/instagram.png);
  position:absolute;
}

.icon-facebook:before {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113140/facebook.png);
  position:absolute;
}

.icon-x:before {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113249/x.png);
  position: absolute;
}

.icon-linkedin-alt:before {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/04/29113214/linkedin.png);
  position: absolute;

}
.submit_btn input{
color:black !important;
padding: 11px 24px !important;;

}

 .slider-wrapper{
        width: 106% !important;
        overflow: auto !important;
        padding-bottom: 25px;
        
    }

    ::-webkit-scrollbar {
        height: 3px;
        border: 1px solid #d5d5d5;
        visibility: hidden;
      }
.select-wrap:after{
top: 9px!important;
}

.section-our-work {
    display: none;
}


@media only screen and (max-width: 768px) {
    .footer .footer-details-wrapper {
      padding: 32px 24px;
      flex-flow: column;
    }
    .Contact_form_details{
        display: block;
    }
    .Contact_form_wrapper:after {
        content: "";
        background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2025/05/09142105/contactbg.svg);
        position: absolute;
        top: 0;
        right: 0;
        width: 36%;
        height: 749px;
        background-repeat: no-repeat;
    }
    .info.mobile{
        justify-content: space-between;
        display: flex;
        margin-top: 50px;
    }
    .info{
        display: none;
    }
    .section--two-cols{
        display: block;
    }
    .section-side-img .section--container:after{
        display: none;
    }
    .section-side-img .side-right{
        margin-top: 40px;
    }
    .approach-text{
        text-align: left;
    }
    .cards-list-wrapper{
        padding-top:40px;
    }
    .section-awards .card-icon-black{
        width:160px !important;
    }
    .Contact_form_wrapper{
        padding: 80px 0;
    }
    .approach-section{
        padding: 0px 20px;
    }
    .section-text .section--headline.py-64 {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }
    .section-awards .card--text{
        font-size: 12px !important;
    }
    .section-awards .card--icon{
        padding-bottom: 20px !important;
    }
    .approach-section .approach-text p{
        margin-bottom: 0;
    }
    .header_wrap{
       border-radius: 8px;
       background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), rgba(0, 0, 0, 0.60);
       backdrop-filter: blur(45px); 
       z-index: 9;
       position: relative;
    }
  }
  @media only screen and (max-width: 500px) {
    .Contact_form_wrapper:after {
        width: 70%;
    }
  }


