.section-1 h1,
.section-2 h1,
.section-3 h1,
.section-4 h1,
.section-5 h1,
.section-6 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #999999;
  text-align: center;
  font-family: "PoppinsBold";
}
.section-1 p,
.section-2 p,
.section-3 p,
.section-4 p,
.section-5 p,
.section-6 p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  font-family: "PoppinsRegular";
}

.section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 160px 0 80px 0;
  background: radial-gradient(50% 55.07% at 50% -17.63%, #55e1dd 3.37%, #0131b9 42.81%, #020816 100%);
}
.section-1 h1 {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  font-family: "PoppinsBold";
}
.section-1 p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-family: "PoppinsRegular";
}

.section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 100px;
  position: relative;
  z-index: 1;
  background-image: url(../images/OurCompany.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-2 .w3ap-title-section {
  z-index: 1;
}
.section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.section-2 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #999999;
  font-family: "PoppinsBold";
  text-align: center;
  z-index: 1;
}
.section-2 p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  font-family: "PoppinsRegular";
  z-index: 1;
}
.section-2 p strong {
  color: #999999;
  font-family: "PoppinsBold";
}
.section-2 .w3ap-ecosystem-structure {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
}
.section-2 .w3ap-ecosystem-structure .arrow-three.mobile {
  display: none;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(151, 105, 239, 0.9019607843);
  border-top: 1px solid rgba(151, 105, 239, 0.9019607843);
  border-left: unset;
  border-right: 1px solid rgba(151, 105, 239, 0.9019607843);
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 20px;
  padding: 8px 16px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset, 0px -4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  width: 250px;
  height: 200px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item.last {
  width: 480px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item img {
  width: 187px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-family: "PoppinsLight";
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  background-image: linear-gradient(92deg, rgba(255, 255, 255, 0) -1.78%, rgba(88, 88, 88, 0) 70.48%, rgba(255, 255, 255, 0) 109.39%);
  border-radius: inherit;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item:hover {
  color: #ffffff;
  background: linear-gradient(262.52deg, #bcbbfd -2.14%, #0131b9 106.41%);
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content .w3ap-ecosystem-structure-item {
  width: 160px;
  height: 150px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content .w3ap-ecosystem-structure-item p:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: "PoppinsRegular";
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content .w3ap-ecosystem-structure-item p:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-family: "PoppinsLight";
}

.section-3 {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 46px;
  position: relative;
}
.section-3 .ellipse-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-3 .ellipse-4 {
  position: absolute;
  bottom: 8%;
  right: 0;
  z-index: -1;
  opacity: 0.7;
}
.section-3 .section-3-structure {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.section-3 .section-3-structure img {
  width: 520px;
  height: 404px;
  object-fit: cover;
  border-radius: 12px;
}
.section-3 .section-3-structure-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.section-3 .section-3-structure-content p {
  text-align: left;
}

.section-4 {
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.section-4 .lightelement {
  position: absolute;
  top: -15%;
  right: 0;
  z-index: -1;
}
.section-4 .section-4-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 46px;
  padding-top: 50px;
}
.section-4 .section-4-content .section-4-content-item-1,
.section-4 .section-4-content .section-4-content-item-2,
.section-4 .section-4-content .section-4-content-item-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-4 .section-4-content .section-4-content-item-1 h2,
.section-4 .section-4-content .section-4-content-item-2 h2,
.section-4 .section-4-content .section-4-content-item-3 h2 {
  font-size: 30px;
  font-weight: 600;
  color: white;
  font-family: "PoppinsSemiBold";
  text-align: left;
}
.section-4 .section-4-content .section-4-content-item-1 p,
.section-4 .section-4-content .section-4-content-item-2 p,
.section-4 .section-4-content .section-4-content-item-3 p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: "PoppinsRegular";
  text-align: left;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content,
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content,
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content {
  border: 1px solid #4d4d4d;
  border-radius: 12px;
  padding: 200px 30px 50px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  backdrop-filter: blur(25px);
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content::before,
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content::before,
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7490196078);
  border-radius: 12px;
  z-index: -2;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content::after,
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content::after,
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 12px;
  background-image: url(../images/Gradient.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(1) {
  background-image: url(../images/m1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(2) {
  background-image: url(../images/m2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(1) {
  background-image: url(../images/m3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(2) {
  background-image: url(../images/m4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-3 {
  width: 100%;
}
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content {
  background-image: url(../images/m5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.section-5 {
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
}
.section-5 .section-5-content {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.section-5 .section-5-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.section-5 .section-5-content .bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-5 .section-5-content .avatar {
  border: 1px solid rgba(153, 153, 153, 0.3450980392);
  border-radius: 12px;
  position: relative;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  width: 260px;
  height: 280px;
  background: linear-gradient(250.48deg, rgba(255, 255, 255, 0.0336) -9.32%, rgba(153, 153, 153, 0.0112) 107.19%);
}
.section-5 .section-5-content .section-5-content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid rgba(153, 153, 153, 0.3450980392);
  border-radius: 12px;
  position: relative;
  padding: 20px 30px;
  background: linear-gradient(250.48deg, rgba(255, 255, 255, 0.0336) -9.32%, rgba(153, 153, 153, 0.0112) 107.19%);
  width: 420px;
  min-height: 200px;
}
.section-5 .section-5-content .section-5-content-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.section-5 .section-5-content .section-5-content-item .title p {
  font-size: 24px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  color: white;
}
.section-5 .section-5-content .section-5-content-item .title img {
  width: 15px;
  height: 15px;
  border-radius: unset;
}
.section-5 .section-5-content .section-5-content-item .position {
  font-size: 16px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  color: white;
}
.section-5 .section-5-content .section-5-content-item .description {
  font-size: 14px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  color: #b8b6bf;
  text-align: left;
  line-height: 1.6;
}

.section-6 {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  background: linear-gradient(180deg, #020816 0%, #0a0a0a 100%);
  overflow: hidden;
}

.section-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 225, 221, 0.3), transparent);
}

.section-6 .partnership-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section-6 .partnership-label {
  font-size: 12px;
  font-weight: 500;
  color: #55e1dd;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "PoppinsMedium";
}

.section-6 .partnership-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  font-family: "PoppinsBold";
  margin: 0;
}

.section-6 .partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1000px;
  width: 100%;
}

.section-6 .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 70px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.section-6 .partner-logo:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(85, 225, 221, 0.3);
  transform: translateY(-2px);
}

.section-6 .partner-logo img {
  max-width: 100%;
  max-height: 45px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.section-6 .partner-logo:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}

/* Partner Admin Styles */
.section-6 .partnership-label {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.section-6 .partnership-label:hover {
  background: rgba(85, 225, 221, 0.1);
}

.section-6 .partner-logo {
  position: relative;
}

.section-6 .partner-logo .delete-partner-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff4757;
  border: 2px solid #0a0a0a;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.section-6 .partner-logo .delete-partner-btn:hover {
  background: #ff6b7a;
  transform: scale(1.1);
}

.section-6.admin-mode .partner-logo .delete-partner-btn {
  display: flex;
}

.section-6.admin-mode .partner-logo {
  animation: adminPulse 2s infinite;
}

@keyframes adminPulse {
  0%, 100% { border-color: rgba(255, 255, 255, 0.06); }
  50% { border-color: rgba(85, 225, 221, 0.4); }
}

.add-partner-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid rgba(85, 225, 221, 0.5);
  border-radius: 8px;
  color: #55e1dd;
  font-size: 14px;
  font-weight: 600;
  font-family: "PoppinsMedium";
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-partner-btn:hover {
  transform: translateY(-2px);
  background: rgba(85, 225, 221, 0.1);
  border-color: #55e1dd;
}

.add-partner-btn svg {
  stroke: #55e1dd;
}

.exit-admin-btn {
  display: none;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid rgba(255, 71, 87, 0.5);
  border-radius: 6px;
  color: #ff4757;
  font-size: 12px;
  font-weight: 500;
  font-family: "PoppinsMedium";
  cursor: pointer;
  transition: all 0.3s ease;
}

.exit-admin-btn:hover {
  background: rgba(255, 71, 87, 0.1);
  border-color: #ff4757;
}

/* Partner Modals */
.partner-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.partner-modal.active {
  display: flex;
  opacity: 1;
}

.partner-modal-content {
  background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  width: 90%;
  max-width: 400px;
  position: relative;
  transform: translateY(20px);
  animation: modalSlideIn 0.3s ease forwards;
}

@keyframes modalSlideIn {
  to { transform: translateY(0); }
}

.partner-modal-content h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "PoppinsBold";
  margin: 0 0 8px 0;
  text-align: center;
}

.partner-modal-content > p {
  color: #999999;
  font-size: 14px;
  font-family: "PoppinsRegular";
  margin: 0 0 24px 0;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  color: #999999;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.partner-modal-content input[type="password"],
.partner-modal-content input[type="text"],
.partner-modal-content input[type="url"] {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-family: "PoppinsRegular";
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.partner-modal-content input:focus {
  border-color: #55e1dd;
  background: rgba(85, 225, 221, 0.05);
}

.modal-submit {
  width: 100%;
  padding: 14px;
  margin-top: 16px;
  background: transparent;
  border: 1px solid rgba(85, 225, 221, 0.5);
  border-radius: 8px;
  color: #55e1dd;
  font-size: 16px;
  font-weight: 600;
  font-family: "PoppinsMedium";
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-submit:hover {
  transform: translateY(-2px);
  background: rgba(85, 225, 221, 0.1);
  border-color: #55e1dd;
}

.modal-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.modal-error {
  color: #ff4757;
  font-size: 13px;
  font-family: "PoppinsRegular";
  margin-top: 12px;
  text-align: center;
  min-height: 18px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #cccccc;
  font-size: 13px;
  font-weight: 500;
  font-family: "PoppinsMedium";
  margin-bottom: 8px;
}

.file-upload-area {
  position: relative;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.file-upload-area:hover {
  border-color: rgba(85, 225, 221, 0.5);
  background: rgba(85, 225, 221, 0.03);
}

.file-upload-area input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #666666;
}

.upload-placeholder svg {
  stroke: #55e1dd;
  opacity: 0.7;
}

.upload-placeholder span {
  font-size: 13px;
  font-family: "PoppinsRegular";
}

.logo-preview {
  max-width: 150px;
  max-height: 80px;
  object-fit: contain;
  border-radius: 8px;
}

.file-upload-area.has-preview .upload-placeholder {
  display: none;
}

/* Delete Modal */
.delete-modal {
  text-align: center;
}

.delete-modal h3 {
  color: #ff4757;
}

.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.modal-cancel, .modal-delete {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: "PoppinsMedium";
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-cancel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #999999;
}

.modal-cancel:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.modal-delete {
  background: #ff4757;
  border: none;
  color: white;
}

.modal-delete:hover {
  background: #ff6b7a;
}

/* Admin Mode Indicator */
.section-6.admin-mode::after {
  content: "ADMIN MODE";
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 12px;
  background: rgba(85, 225, 221, 0.2);
  border: 1px solid #55e1dd;
  border-radius: 4px;
  color: #55e1dd;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "PoppinsMedium";
}

@media (max-width: 1024px) {
  .section-1,
  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6 {
    overflow: hidden;
  }
  .section-2 h1,
  .section-3 h1,
  .section-4 h1,
  .section-5 h1,
  .section-6 h1 {
    font-size: 28px;
    font-weight: 700;
    color: #999999;
    text-align: center;
    font-family: "PoppinsBold";
  }
  .section-2 p,
  .section-3 p,
  .section-4 p,
  .section-5 p,
  .section-6 p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    font-family: "PoppinsRegular";
  }
  .section-1 {
    padding: 140px 20px 60px 20px;
  }
  .section-1 h1 {
    font-size: 32px;
    color: #ffffff;
  }
  .section-1 p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }
  .section-2 {
    padding: 80px 20px;
  }
  .section-2 .w3ap-ecosystem-structure {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-2 .w3ap-ecosystem-structure .arrow-purple {
    width: 3%;
    height: 100%;
    object-fit: cover;
    transform: rotate(90deg);
  }
  .section-2 .w3ap-ecosystem-structure .arrow-three.desktop {
    display: none;
  }
  .section-2 .w3ap-ecosystem-structure .arrow-three.mobile {
    display: block;
    width: 30%;
    height: 100%;
    object-fit: cover;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content {
    width: 30%;
    flex-direction: row;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item {
    width: 25%;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item img {
    width: 100%;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item.last {
    width: 35%;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-logo {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
  .section-3 {
    padding: 80px 20px;
  }
  .section-3 .section-3-structure {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .section-3 .section-3-structure img {
    width: 100%;
  }
  .section-3 .section-3-structure .section-3-structure-content {
    align-items: center;
    justify-content: center;
  }
  .section-3 .section-3-structure .section-3-structure-content p {
    text-align: center;
  }
  .section-3 .section-3-structure .section-3-structure-content h1 {
    text-align: center;
  }
  .section-3 .section-3-structure:nth-child(2) {
    flex-direction: column;
  }
  .section-3 .section-3-structure:nth-child(3) {
    flex-direction: column-reverse;
  }
  .section-3 .ellipse-3 {
    display: none;
  }
  .section-3 .ellipse-4 {
    display: none;
  }
  .section-4 {
    padding: 0 20px 0px 20px;
  }
  .section-4 .lightelement {
    display: none;
  }
  .section-4 .section-4-content .section-4-content-item-1,
  .section-4 .section-4-content .section-4-content-item-2,
  .section-4 .section-4-content .section-4-content-item-3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(1),
  .section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(1),
  .section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content:nth-child(1) {
    width: 90%;
  }
  .section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(2),
  .section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(2),
  .section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content:nth-child(2) {
    width: 90%;
  }
  .section-5 {
    padding: 40px 20px;
  }
  .section-5 .section-5-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .section-5 .section-5-content .avatar {
    width: 90%;
    height: 100%;
  }
  .section-5 .section-5-content .section-5-content-item {
    padding: 20px;
    width: 90%;
    min-height: unset;
  }
  .section-6 {
    padding: 40px 20px;
    gap: 24px;
  }
  .section-6 .partnership-header h2 {
    font-size: 22px;
  }
  .section-6 .partners-grid {
    gap: 10px;
  }
  .section-6 .partner-logo {
    width: 100px;
    height: 55px;
    padding: 8px 12px;
  }
  .section-6 .partner-logo img {
    max-height: 35px;
  }
  
  /* Admin Mobile Styles */
  .section-6.admin-mode::after {
    top: 10px;
    right: 10px;
    font-size: 8px;
    padding: 4px 8px;
  }
  .section-6 .partner-logo .delete-partner-btn {
    width: 20px;
    height: 20px;
    top: -6px;
    right: -6px;
  }
  .add-partner-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  .partner-modal-content {
    padding: 24px;
    margin: 20px;
    width: calc(100% - 40px);
  }
  .partner-modal-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1919px) {
  .section-3 .section-3-structure img {
    width: 40%;
    height: unset;
  }
  .section-6 .partner-logo {
    width: 160px;
    height: 80px;
  }
}

/*# sourceMappingURL=aboutUs.css.map */
