.about-us .section-1__content h1.section-1__title {
  width: auto;
  font-size: 46px;
}

.about-us .section-1__content {
  width: auto;
  max-width: 1200px;
  margin: 80px auto;
}

.about-us .section-1__content p.section-1__subtitle {
  font-size: 20px;
}

.about-us section.section-1 {
  height: auto;
  min-height: calc(100svh - 73px);
}

.about-experience {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6%;
  width: 80%;
  min-width: 1000px;
  margin: 40px auto;
  max-width: 1800px;
  position: relative;
  z-index: 10;
}

.about-experience__item-wrapper {
  background: linear-gradient(90deg, #47C2FF 0%, #8872FF 17.05%, #E164D3 39.68%, #FA413D 63.1%, #FE8422 81.57%, #FDBA52 100%);
  padding: 2px;
  border-radius: 18px;
}

.about-experience__item {
  background: #fff;
  border-radius: 16px;
  padding: 40px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.about-experience__main-text {
  font-size: 40px;
  font-weight: 600;
}

.about-experience__secondary-text {
  font-size: 22px;
  font-weight: 400;
}

.about-description {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 80px auto;
  font-size: 20px;
  font-weight: 400;
}

.about-us .section-2 {
  background: #564EF0;
  padding: 60px 20px;
}

.section-2__logo {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.about-us h2.section-2__title {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  max-width: 1100px;
  margin: 12px auto;
}

.section-2__signup {
  width: 200px;
  margin: 40px auto 0;
  text-align: center;
}

.section-2__signup a {
  display: flex;
  background: #fff;
  color: #564EF0;
  width: 100%;
  height: 36px;
  border-radius: 8px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.section-2__signup a:hover {
  background: #f0f0f0;
}

.section-2__signup a:active {
  background: #e0e0e0;
}

section.section-3-about-us {
  margin: 80px 20px;
}

.section-3__title-wrapper {
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-3__title-wrapper h3 {
  font-size: 36px;
  margin: 0 0 6px;
}

.wws-item-right svg {
  width: 40px;
}

.what-we-stand-wrapper {
  max-width: 1280px;
  margin: 80px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wws-item-wrapper {
  background: linear-gradient(90.02deg, #47C2FF -9.98%, #8872FF 8.77%, #E164D3 33.65%, #FA413D 59.41%, #FE8422 79.72%, #FDBA52 99.99%);
  border-radius: 10px;
  padding: 1px;
  display: flex;
  justify-content: space-between;
}

.what-we-stand-wrapper .wws-item-wrapper:nth-child(2),
.what-we-stand-wrapper .wws-item-wrapper:nth-child(3) {
  background: linear-gradient(270deg, #47C2FF -9.98%, #8872FF 8.77%, #E164D3 33.65%, #FA413D 59.41%, #FE8422 79.72%, #FDBA52 99.99%);
}

.wws-item {
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.wws-item h4 {
  font-size: 24px;
  margin: 0 0 24px;
}

.wws-item p {
  font-size: 17px;
  margin: 0;
  max-width: 400px;
  line-height: 1.45;
}

h3.section-2__title-founder {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

.section-2__content.founder {
  max-width: 1320px;
  margin: 20px 0 0;
}

.cit-founder {
  text-align: center;
}

.cit-founder h4 {
  font-size: 28px;
  margin: 60px 0 0;
}

.cit-founder p {
  margin: 6px 0 0;
  font-size: 16px;
}

section.section-4-founder {
  margin: 80px 20px;
}

.s4-description {
  max-width: 800px;
  margin: 40px auto 100px;
  font-size: 18px;
  font-weight: 400;
}

.what-we-do {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
}

.what-we-do h3 {
  font-size: 36px;
  margin: 0 0 6px;
}

.what-we-do p {
  font-size: 18px;
  margin: 0;
}

.what-we-do-item svg {
  width: 24px;
}

.what-we-do-items {
  max-width: 1280px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
}

.what-we-do-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 24px;
}

.what-we-do-item h4 {
  font-size: 20px;
  margin: 0;
}

.what-we-do-item p {
  font-size: 16px;
  margin: 0;
}

.contact-team {
  max-width: 800px;
  margin: 140px auto;
  text-align: center;
}

.contact-team p {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.contact-team h3 {
  font-size: 36px;
  margin: 12px 0 40px;
  font-weight: 600;
}

.contact-btn {
  display: inline-block;
  background: #564EF0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 48px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.contact-btn:hover {
  background: #463ed1;
}

.contact-btn:active {
  background: #3630a8;
}

section.section-1.contact-us {
  justify-content: flex-start;
  margin: 80px 0 0;
}

.contact-wrapper h1.section-1__title {
  font-size: 42px;
  font-weight: 500;
}

.contact-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}

.contact-form-wrapper {
  margin: 80px auto;
  max-width: 1280px;
}

.contact-form-wrapper {
  margin: 80px auto;
  max-width: 1280px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.cf-left {
  padding: 24px 48px 24px 0;
}

.cf-left-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}

.cf-left-details {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.cf-left-details__item {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
}

.loading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s ease;
  z-index: 20;
}

.loading-wrapper svg {
  width: 150px;
  height: 150px;
  margin-top: -100px;
}

.loading-wrapper p {
  margin: -28px 0 0;
}

.loading-wrapper.hidden {
  opacity: 0;
  z-index: -1;
}

.cfd-left {
  flex: 0 0 calc(100% - 180px);
}

.cfd-right {
  flex: 0 0 156px;
  text-align: right;
}

.cfd-title {
  font-size: 18px;
  font-weight: 500;
}

.cfd-right {
  font-weight: 500;
}

.cfd-right p {
  margin: 0 0 12px;
}

.cfd-right p:last-child {
  margin: 0;
}

.cf-left-details .cf-left-details__item:last-child {
  align-items: flex-start;
}

.cf-right {
  background: linear-gradient(90.02deg, #47C2FF -9.98%, #8872FF 8.77%, #E164D3 33.65%, #FA413D 59.41%, #FE8422 79.72%, #FDBA52 99.99%);
  padding: 1px;
  border-radius: 8px;
  position: relative;
}

form.contact-form {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  box-sizing: border-box;
}

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

.form-group label {
  font-size: 16px;
}

.form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #303042;
}

.form-group input {
  height: 30px;
  border: 1px solid #C8CEED;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 16px;
  outline: none;
}

.form-group input:focus {
  border-color: #564EF0;
}

.form-group textarea {
  border: 1px solid #C8CEED;
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  outline: none;
  resize: vertical;
  min-height: 80px;
  max-height: 120px;
}

.form-group textarea:focus {
  border-color: #564EF0;
}

.form-group.checkbox-group {
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.form-group.checkbox-group input {
  flex: 0 0 13px;
  height: auto;
}

.form-group.checkbox-group label {
  font-size: 10px;
  color: #525259;
}

button.form-button {
  background: #564EF0;
  color: #fff;
  height: 36px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

button.form-button:hover {
  background: #463ed1;
}

button.form-button:active {
  background: #3630a8;
}

.ty-contact {
  background: #fff;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  font-size: 24px;
  font-weight: 600;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

.ty-contact svg {
  width: 44px;
  fill: none;
  stroke: green;
}














/* Responsive Design for mobile */
@media (max-width: 768px) {

  .contact-wrapper h1.section-1__title {
    font-size: 30px;
    text-align: left;
    padding: 0 20px;

  }

  .ty-contact {
    font-size: 18px;
    line-height: 1.65;
    gap: 12px;
    min-height: 300px;
  }

  .ty-contact svg {
    width: 36px;
  }

  .loading-wrapper svg {
    width: 120px;
    height: 120px;
    margin-top: -50px;
  }

  .loading-wrapper {
    font-weight: 500;
  }

  section.section-1.contact-us {
    margin: 40px 0 0;
  }

  .contact-form-wrapper {
    margin: 40px auto;
    grid-template-columns: 1fr;
  }

  .cf-left {
    padding: 0;
  }

  .cf-left-title {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .cf-left-details {
    gap: 30px;
  }

  .cf-left-details__item {
    display: block;
  }

  .cfd-left {
    margin-bottom: 6px;
  }

  .cfd-title {
    font-size: 16px;
  }

  .cfd-text {
    font-size: 14px;
  }

  .cfd-right {
    text-align: left;
    font-size: 16px;
  }

  .cfd-right p {
    margin: 0 0 6px;
  }

  form.contact-form {
    padding: 24px;
  }

  .about-us .section-1__content h1.section-1__title {
    font-size: 28px;
  }

  .about-us .section-1__content p.section-1__subtitle {
    font-size: 16px;
  }

  .about-us .section-1__content {
    margin: 40px auto;
  }

  .about-experience {
    grid-template-columns: 1fr;
    min-width: 0;
    margin: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 20px;
  }

  .about-experience__item {
    padding: 20px 5px;
  }

  .about-experience__main-text {
    font-size: 28px;
  }

  .about-experience__secondary-text {
    font-size: 18px;
  }

  .about-description {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.45;
    margin: 20px 0;
  }

  .about-us h2.section-2__title {
    font-size: 28px;
  }

  .about-us .section-2 {
    padding: 40px 20px;
  }

  h3.section-3__title {
    font-size: 30px;
  }

  section.section-3-about-us {
    margin: 40px 20px;
  }

  .what-we-stand-wrapper {
    margin: 40px auto;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
  }

  .wws-item {
    padding: 20px;
    flex-direction: column-reverse;
    text-align: center;
  }

  .wws-item h4 {
    margin: 0 0 12px;
    font-size: 22px;
  }

  .wws-item-right svg {
    width: 28px;
  }

  .wws-item p {
    font-size: 16px;
  }

  .what-we-stand-wrapper .wws-item-wrapper:nth-child(2),
  .what-we-stand-wrapper .wws-item-wrapper:nth-child(3) {
    background: linear-gradient(90.02deg, #47C2FF -9.98%, #8872FF 8.77%, #E164D3 33.65%, #FA413D 59.41%, #FE8422 79.72%, #FDBA52 99.99%);
  }

  h3.section-2__title-founder {
    font-style: italic;
    font-size: 24px;
    font-weight: 300;
  }

  .section-2__logo {
    font-size: 18px;
  }

  section.section-4-founder {
    margin: 40px 0;
  }

  .s4-description {
    line-height: 1.45;
    padding: 0 20px;
    margin: 40px auto 60px;
  }

  .what-we-do {
    margin: 60px auto;
    padding: 0 20px;
  }

  .what-we-do h3 {
    font-size: 32px;
    margin: 0 0 12px;
  }

  .what-we-do p {
    font-size: 17px;
    line-height: 1.45;
  }

  .what-we-do-items {
    grid-template-columns: 1fr;
    padding: 0 20px;
    margin: 60px auto;
    gap: 40px;
  }

  .contact-team {
    margin: 80px auto;
    padding: 0 20px;
  }

  .contact-team h3 {
    font-size: 28px;
  }

  .what-we-do-item {
    padding: 20px;
    border-radius: 10px;
    border-color: #564ef0;
    border-style: dashed;
    border-width: 1px;
  }

}

























