.elementor-kit-6 {
  --e-global-color-primary: #fff;
  --e-global-color-secondary: #000000;
  --e-global-color-text: #555555;
  --e-global-color-accent: #bdad7b;
  --e-global-color-border: #dce0e3;
  --e-global-color-lighter: #8c8c8c;
  --e-global-color-dark: #000;
  --e-global-color-highlight: #96fe81;
  --e-global-typography-primary-font-family: "LamaSans", sans-serif;
  --e-global-typography-primary-font-weight: 100;
  --e-global-typography-secondary-font-family: "LamaSans", sans-serif;
  --e-global-typography-secondary-font-weight: 100;
  --e-global-typography-text-font-family: "Axiforma";
  --e-global-typography-text-font-weight: 100;
  --e-global-typography-accent-font-family: "Axiforma";
  --e-global-typography-accent-font-weight: 100;
  background-color: #f4f0e9;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px;
}
.e-con {
  --container-max-width: 1300px;
}
.elementor-widget:not(:last-child) {
  --kit-widget-spacing: 20px;
}
.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}

h1.entry-title {
  display: var(--page-title-display);
}
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
  .e-con {
    --container-max-width: 1024px;
  }
}

.p-phr {
  color: #898989;

  font-family: "Axiforma";
  font-size: 18px;
  text-align: justify;
}

.mission-vision-container {
  display: flex;
  flex-direction: row;

  width: 100%;
}

/* Vertical Divider Lines */
.mission-vision-container::before,
.mission-vision-container::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;

  top: 0;
}

.mission-vision-container::before {
  left: 33.33%;
}

.mission-vision-container::after {
  right: 33.33%;
}

.mission-section,
.vision-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 85px;
  text-align: center;
  position: relative;
  width: 100%;
}

.mission-section {
  background: url(../image/mission.webp);
  color: #333;
}

.vision-section {
  background: url(../image/vission.webp);
  color: white;
}

.content-wrapper {
  max-width: 800px;
  z-index: 2;
}

.content-wrapper h2 {
  font-size: 50px;
  font-weight: 600;

  margin-bottom: 30px;
  text-transform: uppercase;
  word-spacing: 0.15em;
  font-family: "LamaSans";
}

.content-wrapper p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-family: Axiforma;
}

.mission-section p {
  color: #666;
}

.vision-section p {
  color: rgba(255, 255, 255, 0.9);
}
.mission-section h2 {
  color: #2c2c29;
}
.vision-section h2 {
  color: #fff;
}
/* Decorative side borders */
.mission-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    #d4a574 0%,
    #d4a574 50%,
    transparent 50%
  );
}

.vision-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    #d4a574 0%,
    #d4a574 50%,
    transparent 50%
  );
}
.font-t {
  font-size: 14px;
}
.dnone {
  display: none;
}
@media (max-width: 1630px) {
  .title {
    font-size: 31px;
  }
}

@media (max-width: 1440px) {
  .font-t {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .mission-vision-container {
    flex-direction: column;
  }
  .p-phr {
    text-align: left;
  }
  .font-t {
    font-size: 12px;
  }

  .dnone {
    display: block;
  }
  .mission-vision-container::before,
  .mission-vision-container::after {
    display: none;
  }

  .mission-section::before,
  .vision-section::after {
    display: none;
  }
  .elementor-33 .elementor-element.elementor-element-961ff5e {
    padding: 0;
  }
  .mission-section,
  .vision-section {
    padding: 50px 40px;
    min-height: 400px;
  }

  .mission-section {
    border-bottom: 2px solid #d4a574;
  }

  .content-wrapper h2 {
    font-size: 28px;
  }

  .content-wrapper p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .mission-section,
  .vision-section {
    padding: 40px 30px;
    min-height: 350px;
  }

  .content-wrapper h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .content-wrapper p {
    font-size: 12px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .t-c {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .mission-section,
  .vision-section {
    padding: 30px 20px;
    min-height: auto;
    min-height: 300px;
  }

  .content-wrapper h2 {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }

  .content-wrapper p {
    font-size: 11px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
  .e-con {
    --container-max-width: 767px;
  }
  .p-phr {
    color: #898989;

    font-family: Axiforma;
    font-size: 14px;
  }
}

.page-header {
  text-align: center;
  margin-bottom: 60px;
}

.page-header p {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-header h1 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #333;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .page-header h1 {
    font-size: 36px;
  }
}

.slider-section {
  background: white;
  padding: 40px;
  border-radius: 8px;
}

.slider-headers-wrapper {
  text-align: center;
  margin-bottom: 30px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.slider-header {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}

.slider-header.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.slider-header p {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.slider-header h2 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #333;
  line-height: 0.5;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .slider-header h2 {
    font-size: 32px;
  }

  .slider-header {
    height: 90px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }

  .slider-section {
    padding: 20px;
  }
}

.slider-wrapper {
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 0;
}

.slider-container {
  position: relative;
  width: 100%;
  padding-bottom: 40.25%;
  overflow: hidden;
  background: #1a1a1a;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.6s ease-out;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
}
.avbs {
  position: absolute;
  top: 76%;
}
.slide-text {
  color: white;
  text-align: center;
  z-index: 2;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.discover-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid transparent;
  color: white;
  padding: 20px 77px;
  font-size: 17px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  margin-top: 20px;
  border-radius: 10px;
}

.discover-btn:hover {
  transform: translateY(-2px);
}

.slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.arrow {
  width: 90px;
  height: 40px;
  background: transparent;
  border: 0px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #333;
  border-radius: 20px;
}

.dots-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex: 1;
  margin: 0 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #999;
}

.dot:hover {
  background: #999;
}

.dot.active {
  background: #333;
  width: 30px;
  border-radius: 5px;
  border-color: #333;
}

.slide-counter {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
  z-index: 10;
}

@media (max-width: 768px) {
  .dots-container {
    margin: 0 10px;
  }

  .dot.active {
    width: 25px;
  }

  .slide-text h3 {
    font-size: 20px;
  }

  .slide-counter {
    font-size: 10px;
    padding: 6px 12px;
    bottom: 15px;
    right: 15px;
  }
}

.wrapper {
  min-height: 100%;
  padding: 60px 100px;
  margin: 0 auto;
}

.header-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  margin-bottom: 70px;
  align-items: center;
  text-align: center;
}

.left-content {
  flex: 0 0 auto;
}

.badge {
  font-family: Axiforma;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  text-transform: uppercase;
  margin-top: 40px;
}

.title {
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "LamaSans";
  font-style: normal;
  font-weight: 900;
}

.description {
  font-size: 14px;
  font-family: Axiforma;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 30px;
  font-weight: 400;
}

.btn {
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 7px;
}

.btn:hover {
  background-color: #333;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  position: relative;

  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .card-image {
  transform: scale(1.08);
}

.card-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  margin-bottom: 5px;
  font-family: Axiforma;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.card-subtitle {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;

  font-family: Axiforma;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;

  text-transform: uppercase;
}

.grid-container > :nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.grid-container > :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.grid-container > :nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.grid-container > :nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.grid-container > :nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.grid-container > :nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 1630px) {
  .header-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 80px;
    align-items: center;
  }
  .w1 {
    min-height: 100%;
    padding: 40px 28px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 60px 40px;
  }

  .header-section {
    display: flex;
    gap: 60px;
    align-items: left;
  }

  .left-content {
    flex: 0 0 60%;
  }

  .title {
    font-size: 40px;
  }

  .slider-container {
    padding-bottom: 100%;
  }
  .avbs {
    position: absolute;
    top: 70%;
  }

  .discover-btn {
    padding: 20px 52px;
    font-size: 15px;
  }
  .header-section {
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .grid-container {
    display: block;
    grid-template-columns: repeat(2, 1fr);

    gap: 0;
  }
  .card {
    margin-bottom: 20px;
  }
  .badge {
    font-size: 12px;
  }
}

.home-s {
  width: 910px;
  margin: auto;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .home-s {
    width: 100%;
    margin: auto;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding: 40px 20px;
  }
  .card-title {
    font-size: 15px;
  }
  .card-subtitle {
    font-size: 15px;
  }
  .header-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
  }

  .left-content {
    flex: 0 0 auto;
  }

  .title {
    font-size: 32px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .card {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 24px;
  }
}

h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 50px;
  color: #333;
}

.visionaries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.visionaries-grid1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.visionary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.visionary-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 257px;
}

.visionary-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.visionary-info {
  background: #fff;
  width: 100%;
  padding: 15px 25px;
  text-align: left;
  height: 140px;
}
.visionary-info h3 {
  font-family: Axiforma;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.visionary-info1 {
  padding: 15px 8px;
}
.visionary-info1 h3 {
  font-family: Axiforma;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.visionary-info p {
  color: #000;
  font-family: Axiforma;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}

.decoration-badge {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #64b5f6 0%, #42a5f5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  margin-top: 30px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .container {
    padding: 10px 20px;
  }

  h1 {
    font-size: 24px;
  }

  .visionaries-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.discover-section {
  width: 100%;
  min-height: 400px;
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../image/Dm.webp") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.discover-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
}

.discover-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.discover-title {
  color: white;
  font-family: "LamaSans";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 112% */
  text-transform: uppercase;
}

.discover-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  color: white;
  padding: 14px 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7px);
}

.cta-button:hover {
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cta-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .discover-section {
    min-height: 300px;
    padding: 40px 20px;
  }

  .discover-title {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .discover-subtitle {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .cta-button {
    padding: 12px 30px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .discover-section {
    min-height: 280px;
    padding: 30px 15px;
  }

  .discover-title {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }

  .discover-subtitle {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
