    :root{
      /* Brand palette: Blue, Yellow, Red, White */
      --blue-900:#0B3C5D;
      --blue-600:#1976D2;
      --blue-100:#E6F0FA;
      --yellow-500:#FFC107;
      --yellow-600:#FFB300;
      --red-500:#E53935;
      --red-600:#C62828;
      --neutral-50:#ffffff;
      --neutral-100:#F7FAFC;
      --neutral-700:#374151;
      --shadow: 0 10px 20px rgba(0,0,0,.08);
      --radius: 16px;
    }

    body { font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji"; color: var(--neutral-700);}    

    /* Header / Navbar */
    .navbar {
      --bs-navbar-brand-color: var(--blue-900);
      --bs-navbar-color: var(--blue-900);
      --bs-navbar-hover-color: var(--blue-600);
      background: linear-gradient(180deg, var(--neutral-50), rgba(255,255,255,0.85));
      border-bottom: 1px solid #e5e7eb;
      padding: 30px 0px;
    }
    .brand-badge{
      display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:999px;
      background: var(--blue-100); color: var(--blue-900); font-weight:600; letter-spacing:.2px;
    }

    /* Hero */
    .hero-caption h1{color: #ffffff;text-shadow:0 2px 12px rgba(0,0,0,.12);text-shadow: -1px -1px #ffffff;}
    .hero-caption p{ font-size:1.1rem }
    .carousel .carousel-item{ max-height: 560px; }
    .carousel .overlay-gradient{
      position:absolute;inset:0;background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.2) 40%, rgba(0,0,0,.5));
    }

    /* Section helpers */
    .section-title{ color: var(--blue-900); font-weight:800; }
    .section-sub{ color:#526174 }

    .bg-wave{
      background: radial-gradient(1200px 1200px at 90% -10%, var(--blue-100), transparent 60%), #fff;
    }

    /* Cards */
    .card-raise{ border:0; box-shadow: var(--shadow); border-radius: var(--radius); }
    .card-raise .card-img-top{border-top-left-radius: var(--radius);border-top-right-radius: var(--radius);height: 250px;object-fit: cover;}

    /* Buttons */
    .btn-primary{ background: var(--blue-600); border-color: var(--blue-600); }
    .btn-primary:hover{ background: #125ea9; border-color:#125ea9 }
    .btn-warning{ background: var(--yellow-500); border-color: var(--yellow-500); color:#111827; }
    .btn-warning:hover{ background: var(--yellow-600); border-color: var(--yellow-600); color:#111827; }
    .btn-danger{ background: var(--red-500); border-color: var(--red-500); }
    .btn-danger:hover{ background: var(--red-600); border-color: var(--red-600); }

    /* Horizontal Snap Scroll rows */
    .snap-row{
      display:flex; gap:1rem; overflow-x:auto; padding-bottom:.5rem;
      scroll-snap-type: x mandatory; scroll-behavior:smooth;
    }
    .snap-row::-webkit-scrollbar{ height:10px }
    .snap-row::-webkit-scrollbar-track{ background:#eef2f7;border-radius:999px }
    .snap-row::-webkit-scrollbar-thumb{ background:#c7d2fe;border-radius:999px }
    .snap-item{ min-width: 280px; scroll-snap-align: start }

    /* Gallery */
    .gallery-card img{ aspect-ratio: 4/3; object-fit: cover; }

    /* Footer */
    footer{ background: var(--blue-900); color: #e6eef6; }
    footer a{ color:#fff; text-decoration:none }
    footer a:hover{ text-decoration:underline }

    /* Utilities */
    .badge-red{ background: var(--red-500) }
    .badge-yellow{ background: var(--yellow-500); color:#111 }

    /* Back to top */
    #toTop{ position: fixed; right: 16px; bottom: 16px; z-index: 1040; display:none }
.vision-mission-sec {
    margin: 0;
    padding: 70px 0;
    background: url(https://webapi.entab.info/api/image/DPSH/public/footer-bg.jpg);
    background: #007bff;
}

.vision-mission-sec article {
    background: red;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    outline: dashed 1px #fff;
    outline-offset: -12px
}

.vision-mission-sec article h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.vision-mission-sec article a {
    color: #fff;
    padding-top: 20px;
    border-bottom: solid 1px #fff
}

.vision-mission-sec article img {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.vision-mission-sec article p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 150px;
    text-overflow: ellipsis;
    color: #fff
}

.vision-mission-sec article.clr1 {
    background: #263340;
    padding: 30px
}

.vision-mission-sec article.clr2 {
    background: #014cbc;
    padding: 30px
}

.vision-mission-sec article.clr3 {
    background: #014cbc;
    padding: 30px
}

.vision-mission-sec article:hover {
    outline: dashed 1px #ffffff2e;
    transition: all .5s;
    outline-offset: -12px
}
.innerslide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(360deg, #1c1b3b8f 100%, #1c1b3b91 100%, #3333338c 100%), url('../Images/dummy.jpg') no-repeat center center;
  background-size: cover;
  height: 255px;
  padding-bottom: 50px;
}

.innersec {
  min-height: 400px;
  padding: 60px 10px 80px 10px;
}

.innersec p {
  line-height: 34px;
  font-size: 16px;
  color: #4e4e4e;
}

.innersec h1 {
  z-index: -1;
  font-size: 35px;
  position: relative;
  padding-left: 70px;
  background: -webkit-linear-gradient(#f78801, #134877);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 45px;
  padding-bottom: 20px;
}

.innersec h1:after {
  position: absolute;
  content: ' ';
  width: 60px;
  height: 3px;
  background: -webkit-linear-gradient(#f78801, #134877);
  top: 20px;
  bottom: 0;
  left: 0;
}

.breadcrumb li:before {
  position: absolute;
  content: ' \F138 ';
  width: 100%;
  height: 100%;
  font-family: bootstrap-icons;
  left: -15px;
}

.breadcrumb li:first-child:before {
  content: "\f404";
  background: #c9b558;
  width: 30px;
  border-radius: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
  top: -3px;
}

.breadcrumb li a {
  color: #f9f9f9;
  position: relative;
}

.breadcrumb li {
  padding: 0px 15px 0px 15px;
  color: #fff;
  position: relative;
  margin-left: 7px;
  font-size: 14px;
}

ul.breadcrumb {
  margin-bottom: 0;
}
.shadow{margin-bottom: 20px;}