@font-face {
  font-family: "Dazzed-Regular";
  src: url("/static/research/fonts/Dazzed-Regular.7e341416c17d.ttf") format("truetype");
}

@font-face {
  font-family: "Dazzed-SemiBold";
  src: url("/static/research/fonts/Dazzed-SemiBold.a54368601960.ttf") format("truetype");
}

.navbar-wrapper {
  background-color: #212e7e;
  height: 80px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.nav-link {
  color: rgb(255, 255, 255);
  padding-right: 40px !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
}

body {
  font-family: "Dazzed-Regular";
  
  color: #2c3e50;
  background-color: #ffffff;
  
}

.header-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  margin-left: 0;
  margin-top: 120px;
  padding: 0 20px;
}

.image-box img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

.page-title {
  margin: 0;
  font-size: 70px;
  font-weight: 750;
  color: #212e7e;
  letter-spacing: -0.5px;
 font-family: "Dazzed";
  line-height: 1.2;
}


.link{
    margin-top: 20px;
  
 }



.link button{
    background-color:#ffffff;
    border:2px solid #8893d3;
    border-radius: 25px;
    height: 35px;
    width: 270px;
    color: #8893d3 ;
}

.link button:hover{
    background-color:  #212e7e;
    border:2px solid #212e7e;
    color:#ffffff ;
  
}

.intro-text {
  margin-top: 60px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: left;
  color: #4a5568;
  line-height: 2;
  padding: 0 20px;
  letter-spacing: 0.05rem;
}

.text-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0 20px;
}

.vision-text {
  margin-left: auto;
  margin-top: 0;
  font-size: 16px;
  width: 50%;
  text-align: left;
  color: #4a5568;
  line-height: 1.8;
}

.mission-text {
  margin-top: 0;
  font-size: 16px;
  text-align: left;
  width: 50%;
  margin-right: 0;
  color: #4a5568;
  line-height: 1.8;
}

.vision-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #212e7e;
}

.vision-header {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-align: center;
  margin-left: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(33, 46, 126, 0.1);
  flex-shrink: 0;
}

.mission-header {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(33, 46, 126, 0.1);
  flex-shrink: 0;
}

.mission-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #212e7e;
}

.mission {
  position: relative;
  padding: 60px 0;
}

.overview {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 120px;
  padding: 0 20px;
}

.p-2 {
  margin-bottom: 16px;
}

.p-2 a {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-2 a:hover {
  color: #212e7e;
}

.direct-links {
  width: 100%;
  max-width: 500px;
  height: 56px;
  background-color: #212e7e;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(33, 46, 126, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.direct-links:hover {
  background-color: rgb(255, 255, 255);
  border: 1.5px solid #212e7e;
  box-shadow: 0 4px 12px rgba(33, 46, 126, 0.15);
  transform: translateY(-2px);
}

.area {
  position: relative;
  min-height: 400px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
  padding: 60px 40px;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(33, 46, 126, 0.03) 0%,
    rgba(33, 46, 126, 0.08) 100%
  );
  border-radius: 12px;
}

.area-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/images/area.356f68e8817f.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  border-radius: 12px;
  z-index: 0;
}

.area-intro {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.8;
}

.areas-description {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.8;
}
.centers {
  position: relative;
  min-height: 400px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
  padding: 60px 40px;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(33, 46, 126, 0.03) 0%,
    rgba(33, 46, 126, 0.08) 100%
  );
  border-radius: 12px;
}

.centers-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.centers::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/images/ktech_drone_4.939a0b741a28.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  border-radius: 12px;
  z-index: 0;
}

.centers-intro {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.8;
}

.centers-description {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.8;
}

.stories {
  position: relative;
  min-height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 140px auto 0;
  padding: 80px 40px;
  text-align: center;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.stories-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.stories::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(33, 46, 126, 0.85) 0%,
    rgba(33, 46, 126, 0.75) 100%
  );
  border-radius: 12px;
  z-index: 0;
}

.stories-content h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.stories-intro {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 2;
  letter-spacing: 0.05rem;
}

.stories-description {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}

.site-footer {
  background-color: #212e7e;
  color: #ffffff;
  margin-top: 120px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 40px 0;
}

.footer-logo {
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.9;
}

.footer-socials a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  margin-left: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

/* Modern Table Styles */
.table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 40px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.table thead {
  background: linear-gradient(135deg, #212e7e, #1a2568);
  color: #ffffff;
}

.table thead th {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: none;
  text-align: left;
}

.table tbody tr {
  transition: all 0.2s ease;
  border-bottom: 1px solid #e2e8f0;
}

.table tbody tr:hover {
  background-color: #f7fafc;
  transform: scale(1.001);
}

.table tbody tr:last-child {
  border-bottom: none;
}

.table tbody td {
  padding: 20px 24px;
  font-size: 15px;
  color: #2d3748;
  border: none;
  vertical-align: middle;
}

.table tbody td a {
  color: #212e7e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.table tbody td a:hover {
  color: #1a2568;
}

.btn-secondary {
  background-color: #212e7e;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(33, 46, 126, 0.2);
}

.btn-secondary:hover {
  background-color: #1a2568;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(33, 46, 126, 0.3);
}

.btn-secondary a {
  color: #ffffff !important;
  text-decoration: none;
}

/* Container improvements */
.container {
  max-width: 1200px;
  padding: 0 20px;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 100px;
  }

  .page-title {
    font-size: 32px;
  }

  .intro-text {
    font-size: 16px;
  }

  .direct-links {
    max-width: 100%;
  }

  .table {
    font-size: 14px;
  }

  .table thead th,
  .table tbody td {
    padding: 12px 16px;
  }

  .vision-header,
  .mission-header {
    width: 140px;
    height: 140px;
  }

  .vision-header h2,
  .mission-header h2 {
    font-size: 20px;
  }
}
