body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.slider-banner {
  background: url(../img/23322.jpg);
  padding: 160px 0 50px;
  text-align: center;
  color: #fff;
  height: 35vh;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.slider_about_text {
  position: relative;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
}
.slider_about .container {
  position: relative;
}
.slider_about_text h4 {
  color: #e5b73b;
  margin-bottom: 10px;
  /* display: flex; */
  font-size: 22px;
  margin-left: 60px;
  position: relative;
  text-align: left;
}
.slider_about_text h4:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 7px;
  background: #e5b73b;
  left: -60px;
  top: 10px;
  bottom: 0;
}
.slider_about_text p {
  color: #fff;
  width: 60%;
  line-height: 1.5;
  font-size: 42px;
  float: left;
  text-align: left;
}
.slider_about_text p span {
  color: #e5b73b;
  font-size: 38px;
  margin: 0;
}
.slider_about_text p b {
  color: #e5b73b;
}
.slider_about.slider_a-green-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
  margin-bottom: 80px;
}
.videoembed {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.slider_about_pc:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .slider_about_text p {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .slider_about_text {
    top: 60%;
  }
}
@media screen and (min-width: 576px) {
  .slider_about_pc {
    display: block;
  }
  .slider_about_media {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .slider_about_text p {
    width: 100%;
    font-size: 24px;
  }
  .slider_about_text {
    top: 60%;
    left: 20px;
  }
  .slider_about_pc {
    display: none;
  }
  .slider_about_media {
    display: block;
  }
}



/* Distributor Network Section */
.distributor-network {
  padding: 5rem 0;
  background-color: #ffffff;
}

.distributor-network .network-header {
  text-align: center;
  margin-bottom: 4rem;
}

.distributor-network .network-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #095763;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.distributor-network .network-subtitle {
  font-size: 1rem;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.distributor-network .header-divider {
  height: 3px;
  width: 80px;
  background: #e5b73b;
  margin: 1.5rem auto 0;
}

.distributor-network .network-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.distributor-network .network-benefits {
  display: flex;
  flex-direction: column;
}

.distributor-network .benefits-card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 2.5rem;
}

.distributor-network .benefits-card h3 {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.distributor-network .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.distributor-network .benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.distributor-network .benefit-icon {
  width: 24px;
  height: 24px;
  background: #095763;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.distributor-network .benefit-icon svg {
  width: 14px;
  height: 14px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.distributor-network .benefits-list span {
  color: #1a202c;
  line-height: 1.5;
}

.distributor-network .partner-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.distributor-network .stat-item {
  text-align: center;
}

.distributor-network .stat-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: #095763;
  line-height: 1;
}

.distributor-network .stat-label {
  font-size: 0.9rem;
  color: #4a5568;
  margin-top: 0.5rem;
}

/* Form Styles */
.distributor-network .network-form {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2.5rem;
}

.distributor-network .form-title {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 2rem;
  font-weight: 600;
}

.distributor-network .form-section {
  margin-bottom: 1.5rem;
}

.distributor-network .section-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 0.75rem;
}

.distributor-network .form-group {
  margin-bottom: 1rem;
}

.distributor-network .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.distributor-network input, textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.distributor-network input:focus, textarea:focus {
  outline: none;
  border-color: #095763;
  box-shadow: 0 0 0 3px rgba(9, 87, 99, 0.1);
}

.distributor-network textarea {
  min-height: 100px;
  resize: vertical;
}

/* Radio & Checkbox Styles */
.distributor-network .radio-group {
  display: flex;
  gap: 1.5rem;
}

.distributor-network .radio-group.column {
  flex-direction: column;
  gap: 0.75rem;
}

.distributor-network .radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.distributor-network .radio-checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.distributor-network .radio-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.distributor-network .radio-option input:checked ~ .radio-checkmark {
  border-color: #095763;
}

.distributor-network .radio-option input:checked ~ .radio-checkmark:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #095763;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}

.distributor-network .radio-label {
  color: #1a202c;
}

.distributor-network .checkbox-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.distributor-network .checkbox-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.distributor-network .checkbox-checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.distributor-network .checkbox-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.distributor-network .checkbox-option input:checked ~ .checkbox-checkmark {
  background: #095763;
  border-color: #095763;
}

.distributor-network .checkbox-option input:checked ~ .checkbox-checkmark:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  top: 2px;
  left: 2px;
}

.distributor-network .checkbox-label {
  font-size: 0.9rem;
  color: #1a202c;
}

/* Submit Button */
.distributor-network .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  background: #095763;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.distributor-network .submit-btn:hover {
  background: #074952;
  transform: translateY(-2px);
}

.distributor-network .arrow-icon {
  width: 18px;
  height: 18px;
  stroke: white;
  stroke-width: 2;
  fill: none;
  margin-left: 0.5rem;
}

.distributor-network .form-message {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 6px;
  text-align: center;
}

.distributor-network .form-message.success {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

/* Scope Card Styles */
.distributor-network .scope-card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 2.5rem;
  margin: 2rem 0;
}

.distributor-network .scope-card h3 {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.distributor-network .scope-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.distributor-network .scope-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.distributor-network .scope-icon {
  width: 24px;
  height: 24px;
  background: #e53e3e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.distributor-network .scope-icon svg {
  width: 14px;
  height: 14px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.distributor-network .scope-list span {
  color: #1a202c;
  line-height: 1.5;
}

.distributor-network .scope-features {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.distributor-network .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.distributor-network .feature-icon {
  width: 40px;
  height: 40px;
  background: #095763;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.distributor-network .feature-icon svg {
  width: 18px;
  height: 18px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.distributor-network .feature-content h4 {
  font-size: 1rem;
  color: #1a202c;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.distributor-network .feature-content p {
  font-size: 0.85rem;
  color: #4a5568;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .distributor-network .network-content {
    grid-template-columns: 1fr;
  }
  
  .distributor-network .benefits-card {
    padding: 2rem;
  }
  
  .distributor-network .network-form {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .distributor-network {
    padding: 3rem 0;
  }
  
  .distributor-network .network-title {
    font-size: 2rem;
  }
  
  .distributor-network .network-subtitle {
    font-size: 1rem;
  }
  
  .distributor-network .form-row, .checkbox-group {
    grid-template-columns: 1fr;
  }
  
  .distributor-network .radio-group {
    flex-direction: column;
    gap: 0.75rem;
  }

  .distributor-network .network-content {
    gap: 1rem;
}
}

@media (max-width: 576px) {
  .distributor-network .network-title {
    font-size: 1.75rem;
  }
  
  .distributor-network .benefits-card, .network-form {
    padding: 1.5rem;
  }
}

button:focus {
  outline: none;
}