  @import url('satoshi.css');
  @import url('styles.css');
  /* === Style For Desktop=== */

  .image-contact-container {
    width: 100%;
    height: 426px;
    margin-top: 0.33px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

/* Pseudo-element to apply zoom animation */
.image-contact-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url('../Assets/contact-us-header.svg') no-repeat center center/cover;
  animation: zoomInBg 8s ease-out forwards;
  transform: scale(1.1); /* start zoomed-in */
  z-index: -1;
}

@keyframes zoomInBg {
  to {
    transform: scale(1); /* zoom out slightly */
  }
}

  .contact-text {
    font-size: 70px;
    font-family: 'Satoshi-Bold';
    color: var(--white_700);
    position: relative;
    z-index: 2;
  }




  /* contact us form css */

  .contact-form-section {
    width: 100%;
    padding: 64px 72px 64px 72px;
    display: flex;
  }

  .contact-form-container {
    width: 100%;
    padding-left: 99.5px;
    padding-right: 99.5px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 87px;
  }

  .contact-form-left {
   width: 535px;
   display: flex;
   flex-direction: column;
   gap: 72px;
  }
  .contact-form-left-content{
    width: 388px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-form-subtitle {
    font-size: var(--text-24);
    font-family: 'Satoshi-Bold';
    color: var(--black_100);
    line-height: 36px;
  }

  .contact-form-title {
    font-size: var(--text-54);
    font-family: 'Satoshi-Bold';
    color: var(--black_100);
    line-height: 110%;
  }

  .contact-info{
    display: flex;
    flex-direction: column;
    gap: 19px;
  }
  /* contact-info-one {
    background-color: #0f78b1;
    display: flex;
    flex-direction: column;
  }

  contact-info-two {
    background-color: #214b61;
    display: flex;
    flex-direction: column;
  } */

  .contact-info-sub-head{
    font-size: var(--text-18);
    font-family: 'Satoshi-Regular';
    color: var(--black_900);
    line-height: 21px;
    margin-bottom: 4px;
    margin-left: 48px;
  }
  .contact-info-one-head, 
  .contact-info-two-head {
    display: flex;
    align-items: center;
    font-size: var(--text-24);
    font-family: 'Satoshi-Bold';
    color: var(--black_900);
    line-height: 36px;
  }

  .contact-info .icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    object-fit: contain;
  }
  .contact-form-right {
    width: 475px;
   display: flex;
   flex-direction: column;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
  }

  .contact-form label {
    margin-bottom: 8px;
    font-size: var(--text-18);
    font-family: 'Satoshi-Bold';
    color: var(--black_1000);
    line-height: 27px;
  }
  .contact-form span {  color: var(--red_100);  }

  .contact-form input {
    background-color: #FAFAFA;
    height: 52px;
    padding-left: 16px;
    vertical-align: middle;
    margin-bottom: 32px;
    border: 2px solid var(--gray_200);
    border-radius: 8px;
    outline: none;
    font-size: var(--text-14);
    font-family: 'Satoshi-Regular';
    color: #2b2b2b ;
    line-height: 21px;
  }


.contact-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FAFAFA inset !important;
  -webkit-text-fill-color: #2b2b2b !important;
  color: #2b2b2b !important;
  transition: background-color 5000s ease-in-out 0s;
}





  .contact-form button {
    height: 59px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 34px;
    background-color: var(--yellow_500);
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s;
    font-size: var(--text-18);
    font-family: 'Satoshi-Bold';
    color: var(--black_800);
    line-height: 27px;
  }

  .contact-form button:hover {
    background-color: var(--yellow_500);
  }

/* === Responsive Styles for Mobile Screen (744px to 744px) === */
@media (min-width: 744px) and (max-width: 1024px){
   .image-contact-container {  width: 100%; }
   .contact-form-section {
    width: 100%;
    padding: 32px 50px 32px 50px;
  }

  .contact-form-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    /* justify-content: center; */
    flex-direction: column;
    gap: 48px;
  }

  .contact-form-left   { gap: 48px;  }
  .contact-form-title  { font-size: var(--text-42); }
  .contact-form-right  { width: 100%;  }
  .contact-form button { margin-top: -8px;  }

}

/* === Responsive Styles for Mobile Screen (320px to 744px) === */
@media (min-width: 320px) and (max-width: 744px){
  .image-contact-container {  width: 100%; }
  .contact-form-section {
   width: 100%;
   padding: 30px 20px 32px 20px;
 }
 .contact-form-container {
   width: 100%;
   padding-left: 0px;
   padding-right: 0px;
   /* justify-content: center; */
   flex-direction: column;
   gap: 24px;
 }

 .contact-form-left   {width: 100%; gap: 32px;  }
 .contact-form-left-content{ width: 100%;}
 .contact-form-subtitle { font-size: var(--text-14); line-height: 21px;}
 .contact-form-title  { font-size: var(--text-24); line-height: 36px; }

 .contact-info-sub-head{ font-size: var(--text-14); line-height: 21px; }
 .contact-info-one-head, 
 .contact-info-two-head { font-size: var(--text-18); line-height: 27px; }
 .contact-info{ gap: 16px; }
 .contact-info .icon { width: 24px; height: 24px; }

 .contact-form-right  { width: 100%;  }
 .contact-form input { margin-bottom: 12px;}
 .contact-form button { margin-top: 12px;  }

}