/* SECTION */
.kalinga-hero-sec {
  padding: 60px 20px;
  background:url("../assets/images/kalingabanerimage.png") center/cover no-repeat;
}

/* WRAPPER */
.kalinga-hero-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT */
.kalinga-hero-left {
  flex: 1;
  color: #fff;
}

.kalinga-hero-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.kalinga-hero-left p {
  font-size: 16px;
  margin-bottom: 24px;
}

/* BUTTONS */
.kalinga-btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.kalinga-btn-outline,
.kalinga-btn-fill {
  width: 200px;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
}

/* OUTLINE BUTTON */
.kalinga-btn-outline {
  border: 1px solid #fff;
  color: #fff;
}

/* FILLED BUTTON */
.kalinga-btn-fill {
  background: linear-gradient(139deg, #FCCD0E 0%, #C19E0D 100%);
  color: #fff;
}

/* RIGHT IMAGE */
.kalinga-hero-right {
  flex: 1;
  height: 290px;
}

.kalinga-hero-right img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
  .kalinga-hero-wrap {
    flex-direction: column;
    text-align: center;
  }

  .kalinga-btn-group {
    justify-content: center;
  }

  .kalinga-hero-left h2 {
    font-size: 28px;
  }

  .kalinga-hero-right img {
    max-height: 300px;
  }
}

/* SECTION */
.ku-highlight-sec {
  padding: 60px 20px;
  background: radial-gradient(circle, #1E3D6B 0%, #0E264E 100%);
}

/* WRAPPER */
.ku-highlight-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* HEADING */
.ku-highlight-head {
  text-align: center;
  color: #fff;
}

.ku-highlight-head h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ku-highlight-head p {
  font-size: 16px;
}

/* GRID */
.ku-highlight-grid {
  width: 100%;
  display: flex;
  gap: 20px;
}

/* CARD */
.ku-highlight-card {
  flex: 1;
  padding: 16px;
  border-radius: 6px;
  background: linear-gradient(139deg, #FCCD0E 0%, #C19E0D 100%);
  border: 1px solid rgba(0,0,0,0.1);
}

/* TEXT */
.ku-label {
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  display: block;
  margin-bottom: 4px;
}

.ku-highlight-card h3 {
  font-size: 24px;
  color: #1E3D6B;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
  .ku-highlight-grid {
    flex-direction: column;
  }

  .ku-highlight-head h2 {
    font-size: 28px;
  }

  .ku-highlight-card {
    text-align: center;
  }
}



/* SECTION */
.kv-about-sec {
  padding: 60px 20px;
}

/* WRAPPER */
.kv-about-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: center;
}

/* LEFT TEXT */
.kv-about-text {
  flex: 1;
}

.kv-about-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1E3D6B;
  margin-bottom: 16px;
}

.kv-about-text p {
  font-size: 16px;
  line-height: 24px;
}

/* RIGHT SIDE */
.kv-about-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */
.kv-about-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
}

/* IMAGE */
.kv-about-img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.kv-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* INFO */
.kv-about-info h3 {
  font-size: 20px;
  color: #1E3D6B;
  margin-bottom: 6px;
}

.kv-about-info p {
  font-size: 16px;
  line-height: 24px;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
  .kv-about-wrap {
    flex-direction: column;
    text-align: center;
  }

  .kv-about-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .kv-about-text h2 {
    font-size: 28px;
  }

  .kv-about-img {
    width: 80px;
    height: 80px;
  }
}


/* SECTION */
.zx-fac-sec {
  padding: 60px 20px;
  background: radial-gradient(circle, #1E3D6B 0%, #0E264E 100%);
}

/* WRAP */
.zx-fac-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #fff;
}

/* ICON */
.zx-fac-icon {
  width: 100px;
  height: 100px;
  background: rgba(216,216,216,0.5);
  border-radius: 50%;
  flex-shrink: 0;
}

/* CONTENT */
.zx-fac-content {
  flex: 1;
  text-align: center;
}

.zx-fac-content h3 {
  color: #FCCD0E;
  font-size: 24px;
  margin-bottom: 10px;
}

/* TAGS */
.zx-fac-tags {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.zx-fac-tags span {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  background: rgba(216,216,216,0.5);
  border: 1px solid rgba(0,0,0,0.1);
  color: #000;
}

/* TEXT */
.zx-fac-content p {
  font-size: 16px;
  line-height: 24px;
}

/* BUTTON */
.zx-fac-action {
  flex-shrink: 0;
}

.zx-fac-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  background: linear-gradient(139deg, #FCCD0E 0%, #C19E0D 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
  .zx-fac-wrap {
    flex-direction: column;
    text-align: center;
  }

  .zx-fac-icon {
    width: 80px;
    height: 80px;
  }

  .zx-fac-content h3 {
    font-size: 20px;
  }

  .zx-fac-btn {
    width: 100%;
    text-align: center;
  }
}