:root {
  --theme: #fc5a11;
  --theme2: #ffe175;
}

.header-3 .mega-menu-wrapper .header-main .main-menu ul li a,
.header-3 .mega-menu-wrapper .header-main .main-menu ul li a i {
  color: rgb(255, 255, 255) !important;
}

/* about */
.about-section {
  background-color: #f8cc9f;
}

.wcu-wrapper.style1 {
  padding: 50px 0 40px;
}
.building-plan-section {
  padding: 40px 0;
}

/* get in touch section */
.git-section {
  padding: 40px 0 60px;
  background-color: #ffdccd;
}
.git-wrapper.style2 {
  margin-bottom: 0 !important;
}
.git-wrapper.style2 .git-inner .git-content {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  padding-top: 30px !important;
  /* justify-content: center; */
}
.git-content .title-animation {
  text-align: justify;
  margin-bottom: 20px;
}
.git-wrapper.style2
  .git-inner
  .git-content
  .company-contact-menu
  .contact-item
  .icon {
  width: 60px;
  height: 60px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 22px;
}

.marquee-section.padding-bottom120 {
  padding-bottom: 20px !important;
}

.blog-section {
  padding-top: 40px;
}
.title-section.style2 .title-content .sub-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--theme2) !important;
}
.git-wrapper.style2
  .git-inner
  .git-content
  .company-contact-menu
  .contact-item {
  margin-top: 25px;
}
.blog-card.style1 .thumb img {
  height: 250px;
  width: 100%;
}
.blog-card.style1 .thumb a {
  width: 100%;
}

.blog-card.style1 .content .meta span {
  color: black !important;
  font-size: 14px !important;
  font-weight: 600;
}

.gt-btn.style10::before {
  background-color: var(--theme2) !important;
}
.git-content h3 {
  font-weight: 600;
  color: #fc5a11;
  margin-bottom: 20px;
}
@media (min-width: 1900px) {
  .about-wrapper.style1 .thumb-box {
    right: 0;
    width: 40%;
    top: 0;
  }
}

/* Mission Vision */
.mv-wrapper {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.mv-box {
  padding: 20px 30px 30px;
  border-radius: 6px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}

.vision {
  background: var(--theme);
}

.mission {
  background: #d1a812;
}

.mv-title {
  font-size: 28px;
  font-weight: bold;
  /* margin-bottom: 15px; */
}

.mv-desc {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.mv-icon-img {
  width: 120px;
  opacity: 0.9;
}

/* Center Logo */
.center-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.center-logo img {
  width: 70px;
}

.vision-img,
.mission-img {
  max-width: 200px;
  height: 200px;
  width: fit-content;
  margin: auto;
}

.vision-img img,
.mission-img img {
  height: 100%;
  width: 100%;
}

/* Responsive */
@media (max-width: 900px) {
  .mv-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .center-logo {
    margin: 25px auto;
  }

  .mv-box {
    width: 100%;
  }

  .mv-desc {
    margin: 0 auto;
  }

  .mv-icon-img {
    margin: 0 auto;
  }
}

/* policy */
.policy-sec {
  padding: 40px 0 50px;
}
.policy {
  border-left: 10px solid var(--theme);
  border-top: 12px solid var(--theme);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.438);
}
.policy h3 {
  /* background-color: #d1a812; */
  padding: 8px 15px;
}
.policy p {
  padding: 10px 25px 10px 15px;
  text-align: justify;
}
/* Director section */
.director-section {
  width: 100%;
  padding: 60px 0;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}

.director-image {
  width: fit-content;
  height: 275px;
  margin: auto;
}

.director-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director-content {
  flex: 1;
}

.director-name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.director-position {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #c0392b; /* highlight color */
  text-transform: uppercase;
}

.director-about {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 650px;
}
.director-box {
  margin-bottom: 30px;
  border-left: 12px solid var(--theme);
  border-top: 12px solid var(--theme);
  padding: 10px 5px 0;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.438);
}

/* Responsive */
@media (max-width: 900px) {
  .director-image {
    width: 240px;
    height: 300px;
  }
}

/* Managment section */

.management-section {
  width: 100%;
  padding: 60px 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}

.management-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

thead {
  background: #fc5a11;
  color: #fff;
}

th,
td {
  padding: 16px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}

th {
  font-weight: 600;
  text-transform: uppercase;
}

/* tr:hover {
  background: #f9f9f9;
} */

/* Responsive Table (Stacked) */
@media (max-width: 768px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
  }

  td {
    padding: 12px;
    position: relative;
    padding-left: 120px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  td:last-child {
    border-bottom: none;
  }

  td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
  .management-section {
    padding: 40px 0;
  }
  .management-box{
    padding: 20px 12px;
  }
      tr {
        padding: 7px 5px;
      }
      td::before {
        left: 6px;
        top: 10px;
      }
      td{
        font-size: 14px;
        padding-left: 0;
        text-align: end;
      }
      .mv-wrapper {
          padding:40px 0;
      }
}