.about {
  display: flex;
  align-items: start;
  flex-direction: column;
  height: 864px;
  background-image: url(../img/about.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3); 
  background-blend-mode: darken; 
  padding-top: 176px;
  padding-bottom: 92px;
}
.about-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 90px 0 80px;
}


.about-banner-content{ 
  display: flex;
  gap: 34px;
  margin-bottom: 55px;
}

.about-banner-services{ 
  display: flex;
  gap: 27px;
  margin-bottom: 55px;

}

.about-services-cell-title{ 
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: start;
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.4); 
  max-width: 297px;
  width: 100%;
}


.about-banner-text-wrapper{ 
  display: flex;
  align-items: start ;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  gap: 16px;
}

.about-banner-button {
  max-width: 283px;
  width: 100%;
  background: #ff634a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  color: #fff;
  border: unset;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.about-banner-subTitle{
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;

  color: #fff;
}

.about-banner-text{
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.45em;
  color: #fff;
}

.about-banner-title {
  font-size: 44px;
  color: #fff;
}

.about-banner-button:hover {
  background-color: #144c55;
}

.about-logo {
  display: flex;
  flex-direction: column;
}


.about-services{
  padding: 90px 90px 65px 90px;
  background-image: url(../img/circles.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.about-services-title{ 
font-size: 48px;
font-weight: 600;
margin-bottom: 30px;
}

.about-services-contain{ 
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 33px;
}

.about-services-row{ 
width: 100%;
display: flex;
gap: 136px;
justify-content: space-between;
}

.about-services-left{ 
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 33px;
}

.about-services-right{ 
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.about-services-cell{ 
  display: flex;
  flex-direction: column;
  max-width: 566px;
  width: 100%;
  gap: 8px;
  gap: 13px;
  align-items: start;
  padding: 18px 52px 34px 53px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.4); 
}

.about-services-subTitle{ 
  font-size: 24px;
  font-weight: 500;
}

.about-services-text{ 
  font-size: 20px;
  color: #828282;
}

.about-services-icon{ 
  width: 24px;
}

.about-services-content{
  color: #1E1E1E;
  font-size: 16px;
  line-height: 140%;

}

.highlight{ 
  color: #1E1E1E;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
}

.about-careers{ 
  display: flex;
  background-color: #C6DFDC ;
  gap: 121px;
  padding: 0 90px 0 80px;
}

.about-careers-title{ 
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 41px;
}

.about-careers-content{ 
display: flex;
flex-direction: column;
padding: 56px 0 90px 0;
}

.about-careers-text{ 
  max-width: 624px;
  width: 100%;
  font-size: 20px;
  color: #1E1E1E;
}

.text-semi-bold{ 
  font-weight: 600;
}

.services {
  padding: 2rem 0;
  font-family: sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 0 1rem;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.service-block {
  flex: 1 1 45%;
}

.service-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.service-list {
  list-style: disc inside;
  padding-left: 1rem;
}

.questionnaire {
  margin-top: 2rem;
  padding: 1rem;
  border: 2px dashed #999;
  text-align: center;
}

.note {
  font-style: italic;
  color: #666;
}

.contact-block {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-phone span {
  font-size: 1.2rem;
  color: #2c3e50;
}

.contact-button {
  padding: 0.5rem 1rem;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
}

.contact-date input {
  padding: 0.3rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-top: 0.3rem;
}

.ps-note {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #555;
}


.about-contact{ 
  display: flex;
  justify-content: center;
  background-image: url(../img/contactbg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 98px 0 97px 0;
}

.about-contact-form{ 
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 60px;
  border-radius: 8px;
  width: 100%;
  max-width: 746px;
}

.about-contact-title{ 
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 22px;
}

.about-contact-form-wrapper{ 
  display: flex;
  flex-direction: column;
  gap: 24px ;
}

.about-contact-input-group{ 
  display: flex;
  gap: 32px ;
  
}

.about-contact-input-field{ 
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.about-contact-input-field label { 
  font-size: 16px;
  color: #000000;
}

.about-contact-input-field input,
.about-contact-input-field textarea {
    padding: 12px;
    font-family:"Inter";
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background: unset;
    font-size: 16px;
    color: black;
}

.about-contact-submit-btn{ 
  width: 100%;
  padding: 16px;
  background: #FF634A;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.about-contact-submit-btn {
  background: #144C55;
}

@media (max-width: 480px) {
  .about {
    height: auto;
    padding:  20px;
    background-position: center;
  }
  
  .about-banner {
    padding: 0 ;
    text-align: center;
  }
  
  .about-banner-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .about-banner-title {
    font-size: 40px;
  }
  
  .about-banner-text {
    font-size: 16px;
    letter-spacing: normal;
  }
  
  .about-banner-services {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .about-services-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .about-services-cell {
    max-width: 100%;
    padding: 10px;
    text-align: center;
  }
  
  .about-careers {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  
  .about-careers-content {
    padding: 10px;
    
  }
  
  .about-contact {
    padding: 60px 20px;
  }
  
  .about-contact-form {
    padding: 20px;
  }
  
  .about-contact-input-group {
    flex-direction: column;
    gap: 16px;
  }
  
  .about-contact-submit-btn {
    font-size: 18px;
  }

  .about-services-cell-title{ 
  align-items: center;
    max-width: unset;
    
  }

  .about-careers-title{ 
 align-self: center;
    margin-bottom: 20px;
  }

  .about-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .about-services-cell{
    align-items: center;
  }

  .about-careers-img-wrapper{ 
   display: flex;
   justify-content: center;
  }

  .about-careers-img-wrapper img{ 
    width: 100%;
  }
}