        .section {
  padding: 60px 0;
}
.gallery {
    padding-left: 0;
    max-width: 100% !important;
}
.page-header {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(45, 75, 18, 0.05) 0%, rgba(45, 75, 18, 0.1) 100%);
}

.level p {
  text-align: center;
}
.level img {
  max-width: 600px;
}
.page-header-box h1 {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  color: #87b51e;
  margin-bottom: 20px;
}
.why-choose-us .icon-star-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
}

.why-choose-box-1 {
  position: relative;
  z-index: 1;
}

.why-choose-box-1 .why-choose-item {
  flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box {
  margin-left: 15px;
  margin-right: 0;
}

.why-choose-box-1 .why-choose-item .why-choose-content {
  text-align: right;
}

.why-choose-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item .icon-box {
  margin-right: 15px;
  font-size: 12px;
  color: #87b51e;
}

.why-choose-item .icon-box img {
  max-width: 48px;
}

.why-choose-content {
  width: calc(100% - 63px);
}

.why-choose-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.why-choose-content p {
  margin: 0;
}

.why-choose-image {
  position: relative;
  z-index: 1;
}
.page-header-box h1 span {
  color: #0e384c;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #87b51e;
  font-size: 2.5em;
  font-weight: 700;
}

.intro-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.feature-item h3 {
  font-weight: 700;
  font-size: 20px;
}
.feature-item p {
  font-size: 15px;
  font-weight: 500;
}
.intro-content {
  padding-right: 20px;
}

.intro-paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.intro-features {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(135, 181, 30, 0.1);
  border-radius: 5px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: #87b51e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 15px;
  flex-shrink: 0;
}

.intro-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.vision {
  background: linear-gradient(180deg, rgba(45, 75, 18, 0.05) 0%, rgba(45, 75, 18, 0.1) 100%);
}
.vision-block {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.mission-block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.vm-content {
  flex: 0 0 40%;
  position: relative;
  z-index: 2;
}

.vm-image-wrapper {
  flex: 0 0 60%;
  position: relative;
  padding: 0 80px;
}

.vm-image {
  position: relative;
  overflow: hidden;
}

.vm-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 40px;
}

.vm-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #15803d;
  margin-bottom: 24px;
  font-weight: 600;
}

.vm-title {
  font-size: 48px;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 32px;
  font-weight: 700;
}

.vm-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 40px;
}

.shape-accent {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 2px solid #15803d;
  z-index: 1;
}

.vision-block .shape-accent {
  top: -40px;
  left: -40px;
}

.mission-block .shape-accent {
  bottom: -40px;
  left: 0px;
}

@media (max-width: 1200px) {
  .vm-container {
    padding: 80px 40px;
  }

  .vm-image-wrapper {
    padding: 0 40px;
  }

  .vm-image img {
    height: 500px;
  }
}

@media (max-width: 992px) {
     .why-choose-box-1 .why-choose-item {
    flex-direction: row;
  }
  .why-choose-box-1 .why-choose-item .why-choose-content {
    text-align: left;
  }
  .why-choose-box-1 .why-choose-item .icon-box {
    margin-left: 0px;
    margin-right: 15px;
  }
  .why-choose-image {
      margin: 20px 0;
  }
  .vision-block,
  .mission-block {
    flex-direction: column;
    margin-bottom: 120px;
    gap: 60px;
  }

  .vm-content,
  .vm-image-wrapper {
    flex: 0 0 100%;
    padding: 0;
  }

  .vm-title {
    font-size: 36px;
  }

  .shape-accent {
    width: 100px;
    height: 100px;
  }
  .intro-image {
      height: 100%;
  }
}

@media (max-width: 768px) {
  .vm-container {
    padding: 60px 20px;
  }

  .vm-title {
    font-size: 32px;
  }

  .vm-image img {
    height: 400px;
  }
}
.legal {
  background: linear-gradient(180deg, rgba(45, 75, 18, 0.05) 0%, rgba(45, 75, 18, 0.1) 100%);
}
.legal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
}
.certicate-container {
  max-width: 800px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: auto;
}
.legal-image {
  height: 450px;
}

.legal-content {
  width: 60%;
  padding: 40px;
}

.legal-list {
  list-style: none;
}

.legal-item {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.legal-item h3 {
  font-size: 18px;
  font-weight: 700;
}
.legal-item::before {
  content: "✓";
  color: #87b51e;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.section-row .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.why-choose-us {
  position: relative;
  background: #f7f7f7;

  padding: 100px 0;
}
.text-anime-style-2 {
  font-size: 30px;
  font-weight: 700;
  color: #121212;
}
.text-anime-style-2 span {
  color: #87b51e;
}
.section-title p {
  font-size: 16px;
  color: #121212;
}

@media (max-width: 992px) {

  .level img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .intro-container,
  .vision-mission-container {
    grid-template-columns: 1fr;
  }

  .legal-container {
    flex-direction: column;
  }
  .legal-list {
    padding: 0;
  }

  .legal-content {
    width: 100%;
  }
  .legal-image {
    width: auto;
  }
  .intro-content {
    padding-right: 0;
    order: 2;
  }
  .legal-content {
    padding-left: 0;
  }
}

