@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: "Poppins", sans-serif !important;
}
:root{
    --bs-nav-link-hover-color: var(--bs-link-color) !important;
}
.mega-menu {
    position: static !important;
}

.mega-menu .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    margin-top: 0;
}

.mega-menu-content {
    max-width: 1200px;
    margin: 0 auto;
}

.mega-menu .dropdown-menu h6 {
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.mega-menu .dropdown-item {
    padding: 8px 0;
    color: #666;
    transition: all 0.3s;
}

.mega-menu .dropdown-item:hover {
    background-color: transparent;
    color: #007bff;
    padding-left: 10px;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-weight: 700;
    color: #000000 !important;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #007bff !important;
}
.sidebar-menu {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.sidebar-item {
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2d3e50;
    font-weight: 500;
    transition: all 0.2s;
    border: none;
    text-align: left;
    width: 100%;
    background-color: transparent;
}

.sidebar-item:hover {
    background-color: white;
    color: var(--primary-color);
}

.sidebar-item.active {
    background-color: white;
    color: var(--primary-color);
}

.team-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
    transition: all 0.3s;
    height: 100%;
}

.team-card:hover {
    /* box-shadow: 0 4px 16px rgba(0,0,0,0.12); */
    background: #eee;
    transform: translateY(-2px);
}

.team-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.team-card-body {
    padding: 1rem;
}
.team-card-body a{
    text-decoration: none !important;
}

.team-card h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #2d3e50;
}

.team-card p {
    font-size: 0.9rem;
    color: #5c6c7d;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.learn-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}

.learn-more:hover {
    color: #e64a19;
    border-color: #e64a19;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #e64a19 !important;
}
.cover-post{
	height: 150px;
	overflow: hidden !important;
	/* background-color: red; */
}
.gall{
    height: 150px; overflow:hidden;
}
@media only screen and (max-width:  800px){
    .cover-post{
        height: auto;
        overflow: hidden !important;
        /* background-color: red; */
    }
    .gall{
        height: auto !important;
    }
}
.ornamen .rounded-borders {
    position: absolute;
    bottom:0;
    right: 0;
    width: 500px;
    height: 500px;
  }
  .ornamen .rounded-borders .rounded-border-1,
  .ornamen .rounded-borders .rounded-border-2,
  .ornamen .rounded-borders .rounded-border-3 {
    border: 1px solid #eee;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
  }
  .ornamen .rounded-borders .rounded-border-1 {
    right: 20px;
    top: 20px;
  }
  .ornamen .rounded-borders .rounded-border-2 {
    right: 40px;
    top: 40px;
  }

  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    position: relative;
    width: 30px;
    height: 30px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hamburger {
    width: 25px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
    top: 8px;
}

.hamburger span:nth-child(4) {
    top: 16px;
}

.navbar-toggler.active .hamburger span:nth-child(1),
.navbar-toggler.active .hamburger span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.navbar-toggler.active .hamburger span:nth-child(2) {
    transform: rotate(45deg);
}

.navbar-toggler.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
}
.lyn:hover{
    background-color: #eee !important;
}
.breadcrumb{
    padding-top: 1rem !important;
}

.section-title {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 700;
  }

  .section-subtitle {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
  }

  /* ── Venn Diagram ── */
  .venn-container {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }

  .petal {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--gray-circle);
  }

  .petal-top   { top: 0; left: 50%; transform: translateX(-50%); }
  .petal-left  { bottom: 10px; left: 15px; }
  .petal-right { bottom: 10px; right: 15px; }

  .venn-shield {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%);
    width: 115px;
    height: 115px;
    background: var(--blue);
    clip-path: polygon(50% 0%, 100% 20%, 100% 70%, 50% 100%, 0% 70%, 0% 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .venn-shield span {
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    padding: 0 14px;
  }

  .petal-icon {
    position: absolute;
    z-index: 5;
  }

  .petal-icon svg {
    width: 30px;
    height: 30px;
    stroke: var(--blue);
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .icon-top   { top: 28px;  left: 50%; transform: translateX(-50%); }
  .icon-left  { bottom: 50px; left: 44px; }
  .icon-right { bottom: 38px; right: 36px; }

  /* ── Labels ── */
  .pillar-label {
    font-weight: 700;
    font-size: 0.92rem;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
  }

  .pillar-desc {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.5;
  }

  .body-paragraph {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333;
    text-align: justify;
  }

  /* ── Mobile card ── */
  .mobile-label-card {
    background: #f5f9fd;
    border-left: 3px solid var(--blue);
    padding: 0.6rem 1rem;
    border-radius: 4px;
  }

  /* ── Responsive venn ── */
  @media (max-width: 767px) {
    .venn-container {
      width: 220px;
      height: 220px;
    }
    .petal { width: 132px; height: 132px; }
    .petal-left  { bottom: 8px; left: 12px; }
    .petal-right { bottom: 8px; right: 12px; }
    .venn-shield { width: 90px; height: 90px; }
    .venn-shield span { font-size: 0.5rem; padding: 0 10px; }
    .petal-icon svg { width: 22px; height: 22px; }
    .icon-top  { top: 20px; }
    .icon-left { bottom: 36px; left: 30px; }
    .icon-right{ bottom: 26px; right: 24px; }
  }