.hero-slider .item {
  height: 100vh;
  position: relative;
}
.hero-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
}
.hero-slider .item .cover .slider-content {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-slider .item .cover .slider-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.hero-slider .item .cover .slider-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.hero-slider .item .cover .slider-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.hero-slider .item .cover .slider-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.hero-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.hero-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.hero-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.hero-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.hero-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-next:hover {
  background: #000 !important;
}
.slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.svc-principal-box {
    width: 100%;
    display: flex;
    justify-content: center;
    
}

.svc-principal-inner {
    background: #0A1C3A; /* Dark Blue */
    color: #ffffff;
    padding: 40px 40px 30px;
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.svc-principal-top {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.svc-principal-photo img {
    object-fit: cover;
    border: 3px solid #ffffff;
}

.svc-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.svc-principal-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.svc-principal-info p{
    color: #f2f2f2;
}

.svc-principal-quote {
    margin-top: 20px;
    font-style: italic;
    border-left: 4px solid #EFCB64;
    padding-left: 15px;
    color: #EFCB64;
    margin-bottom: 0;
    margin-left: 0;
}

/* Outer Box */
.svc-secretary-box {
    width: 100%;
    display: flex;
    justify-content: center;
    
}

/* Inner card */
.svc-secretary-inner {
    background: #082045; /* Dark blue box */
    color: #ffffff;
    padding: 40px;
    border-radius: 14px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

/* Header section layout */
.svc-sec-top {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

/* Photo */
.svc-sec-photo img {
    object-fit: cover;
    border: 3px solid #ffffff;
}

/* Text styles */
.svc-sec-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.svc-sec-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.svc-sec-role {
   color: #f2f2f2;
}

/* Quote style */
.svc-sec-quote {
    margin-top: 20px;
    font-style: italic;
    border-left: 4px solid #FFD56B;
    color: #FFD56B;
    margin-left: 0;
    margin-bottom: 0;
}
/* Outer Box */
.svc-president-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/* Inner Card */
.svc-president-inner {
    background: #082045; /* Dark Blue */
    color: #ffffff;
    padding: 40px;
    border-radius: 14px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

/* Header Layout */
.svc-pre-top {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

/* President Photo */
.svc-pre-photo img {
    object-fit: cover;
    border: 3px solid #ffffff;
}

/* Text */
.svc-pre-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.svc-pre-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.svc-pre-role {
    color: #f2f2f2;
}

/* Quote */
.svc-pre-quote {
    margin-top: 20px;
    font-style: italic;
    border-left: 4px solid #ffd56b;
    color: #ffd56b;
    margin-bottom: 0;
    margin-left: 0;
}
/* Outer container */
.svc-philosophy-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Inner dark-blue box */
.svc-philosophy-inner {
    background: #0a3d7e; 
    color: #ffffff;
    padding: 40px;
    border-radius: 14px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.svc-philosophy-inner .content img {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}
.svc-philosophy-inner p {
  color: #f2f2f2;
}
/* Section titles */
.svc-phil-title,
.svc-motto-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* List styling */
.svc-phil-list {
    margin-left: 0px;
    line-height: 1.8;
}

.svc-phil-list li {
    margin-bottom: 8px;
}

/* Divider */
.svc-phil-divider {
    margin: 25px 0;
    border: none;
    height: 2px;
    background: #1d3d6f;
}

/* Motto Quote */
.svc-motto-quote {
    font-style: italic;
    border-left: 4px solid #ffd56b;
    color: #ffd56b;
    line-height: 1.7;
    margin-bottom: 0;
    margin-left: 0;
}

.mvv-section {
    background: #0a3d7e;
    color: #fff;
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
}

.mvv-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #ffd36b;
}

.mvv-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    opacity: 0.9;
}

.mvv-icon {
    width: 80px;
    margin: 15px 0;
    display: block;
}

.vision, .mission, .core-values {
    margin-bottom: 0px;
}

.vision h3,
.mission h3,
.core-values h3 {
    color: #ffd36b;
    font-size: 32px;
    margin-bottom: 15px;
}

.mvv-section p,
.mvv-section ul {
    font-size: 16px;
    line-height: 1.7;
    color: #f2f2f2;
}

.mvv-section ul {
    margin-left: 0px;
}

.divider {
    border: 0;
    height: 1px;
    background: #ffffff40;
    margin: 40px 0;
}

.quote {
    border-left: 4px solid #ffd36b;
    margin-top: 20px;
    font-style: italic;
    margin-left: 0;
    margin-bottom: 0;
}

.core-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.core-table th {
    background: #0d4e9c;
    color: #fff;
    padding: 12px;
    border: 1px solid #fff;
}

.core-table td {
    padding: 12px;
    border: 1px solid #fff;
    color: #fff;
}
/* Outer section – no background */
.placement-section {
    padding: 60px 0;
}

/* Inner Box */
.placement-box {
    background: #0b2b5b;
    padding: 40px 30px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.placement-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.placement-text {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #fff;
}

.placement-sub {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #bad8ff;
}

.placement-list li {
    font-size: 17px;
    margin-bottom: 10px;
}

.divider {
    border: 0;
    border-top: 1px solid #2f4f80;
    margin: 40px 0;
}

.placement-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    color: #fff;
}

.placement-table th,
.placement-table td {
    border: 1px solid #3c5d8e;
    padding: 12px 15px;
    text-align: center;
}

.placement-table th {
    background: #144582;
    font-weight: 600;
}

.recruiter-logos img {
    width: 330px;
    margin: 10px 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
/* Wrapper */

/* White Image Box */
.dept-img-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.12);
    margin-bottom: 25px;
    text-align: center;
}

.dept-img-box img {
    width: 100%;
    border-radius: 8px;
}

/* Dark Blue Content Box */
.dept-content-box {
    background: #16036d;
    color: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

/* Headings */
.dept-title {
    font-size: 26px;
    font-weight: 700;
}

.dept-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.dept-heading {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
}

/* Divider */
.dept-divider {
    border: none;
    height: 2px;
    background: #1a3c74;
    margin: 20px 0;
}

/* Lists */
.dept-list {
    margin-left: 0px;
    line-height: 1.75;
    background-color: #befbff;
    padding: 20px 40px;
    border-radius: 10px;
}

.dept-list li {
    margin-bottom: 6px;
    color: #252525;
}
.dept-content-box p {
  color: #f2f2f2;
}
/* Wrapper */
.pgcs-wrapper {
    background: #ffffff;
    padding: 60px 0;
}

/* Content Box */
.pgcs-content-box {
    background: #f7faff;
    padding: 35px 30px;
    border-radius: 15px;
    border: 1px solid #d6e4ff;
    box-shadow: 0 5px 16px rgba(0,0,0,0.05);
}

/* Title */
.pgcs-title {
    font-size: 32px;
    font-weight: 800;
    color: #102f66;
    margin-bottom: 10px;
}

.pgcs-sub {
    font-size: 17px;
    color: #444;
    margin-bottom: 25px;
}

/* Block Headings */
.pgcs-block-heading {
    font-size: 21px;
    font-weight: 700;
    color: #1148a5;
    margin-top: 25px;
    margin-bottom: 12px;
    border-left: 5px solid #1148a5;
    padding-left: 10px;
}

/* Text */
.pgcs-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* Lists */
.pgcs-list {
    margin-left: 18px;
    margin-bottom: 20px;
}

.pgcs-list li {
    margin-bottom: 8px;
    padding-left: 10px;
    position: relative;
}

.pgcs-list li::before {
    content: "✔";
    position: absolute;
    left: -15px;
    top: 0;
    color: #1148a5;
    font-weight: bold;
}

/* Image Box */
.pgcs-image-box img {
    width: 100%;
    border-radius: 12px;
    border: 4px solid #d6e4ff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.pgcs-image-box img:hover {
    transform: scale(1.03);
}
/* Section Styling */
.admissions-section {
  padding: 80px 0;
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
}

.admissions-section .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a237e;
}

.section-desc {
  text-align: center;
  font-size: 18px;
  color: #252525;
  max-width: 1000px;
  margin: 0 auto 50px;
}

/* Grid Layout */
.admission-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 35px;
}

/* Card */
.admission-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.admission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Image */
.admission-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* Card Content */
.admission-content {
  padding: 22px 25px;
}

.admission-content h3 {
  font-size: 24px;
  color: #0d47a1;
  margin-bottom: 12px;
  font-weight: 600;
}

.admission-content h4 {
  font-size: 18px;
  margin-top: 15px;
  color: #333;
}

.admission-content ul {
  padding-left: 18px;
  margin-top: 10px;
}

.admission-content ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
/* Scholarships Section */
.scholarship-section {
  padding: 80px 0;
  background: #f4f7fb;
  font-family: "Poppins", sans-serif;
}

.scholarship-section .section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 45px;
  color: #1a237e;
}

/* Card Grid */
.scholarship-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 35px;
}

/* Card Style */
.scholarship-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.scholarship-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Image */
.scholarship-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* Content */
.scholarship-content {
  padding: 22px 25px;
}

.scholarship-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0d47a1;
  margin-bottom: 12px;
}

.scholarship-content ul {
  padding-left: 20px;
}

.scholarship-content ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.6;
}

.scholarship-content .note {
  margin-top: 15px;
  background: #e8f2ff;
  padding: 12px 14px;
  border-left: 4px solid #0d47a1;
  border-radius: 6px;
  font-size: 14px;
  color: #0d47a1;
}
.mvv-section .content img {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
/* Rules Section */
.rules-section {
  padding: 80px 0;
  background: #f4f7fb;
  font-family: "Poppins", sans-serif;
}

.rules-section .section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a237e;
}

.rules-intro {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #252525;
  line-height: 1.7;
}

/* Grid Layout */
.rules-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 35px;
}

/* Card Style */
.rules-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.rules-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Image */
.rules-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Content */
.rules-content {
  padding: 22px 25px;
}

.rules-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0d47a1;
  margin-bottom: 15px;
}

.rules-content ul {
  padding-left: 20px;
}

.rules-content ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.6;
}

.rules-content .note {
  margin-top: 15px;
  background: #e8f2ff;
  padding: 12px 14px;
  border-left: 4px solid #0d47a1;
  border-radius: 6px;
  font-size: 14px;
  color: #0d47a1;
}
/* SECTION WRAPPER */
.svRulesSec {
    background: #f7f9fc;
    padding: 50px 0;
}

/* GRID */
.svRulesGrid {
    width: 95%;
    max-width: 1350px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 35px;
}

/* CARD */
.svRuleCard {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    border: 1px solid #e5e9f2;
}

.svRuleCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}

/* IMAGE */
.svRuleImg {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* CONTENT */
.svRuleContent {
    padding: 25px 22px;
}

.svRuleContent h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0d1e46;
    margin-bottom: 15px;
}

/* LIST */
.svRuleContent ul {
    list-style: none;
    margin-bottom: 15px;
}

.svRuleContent ul li {
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
    font-size: 15.5px;
    color: #2a3550;
}

/* CHECK ICON */
.svRuleContent ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2d61ff;
    font-size: 15px;
    font-weight: bold;
}

/* NOTE TEXT */
.svRuleNote {
    margin-top: 10px;
    font-style: italic;
    color: #56627a;
    font-size: 14.5px;
}
.libSection {
    background: #f4f6f9;
}

/* Image Banner */
.libImageWrap {
    width: 100%;
    max-height: 360px;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
}

.libTopImage {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Card Container */
.libContainer {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    border-left: 6px solid #2b6cb0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.libTitle {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2b6cb0;
}

.libIntro {
    font-size: 16px;
    margin-bottom: 25px;
    color: #444;
}

/* Rules List */
.libRulesList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.libRulesList li {
    padding: 12px 15px;
    background: #f0f4fa;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #d7e3f4;
    font-size: 15px;
    line-height: 1.6;
}

.libRulesList li::before {
    content: "✔";
    color: #2b6cb0;
    font-weight: bold;
    margin-right: 10px;
}

/* Quotes */
.libQuote,
.libQuote2 {
    font-style: italic;
    color: #2b6cb0;
    background: #eef5ff;
    padding: 15px 20px;
    border-left: 4px solid #2b6cb0;
    border-radius: 6px;
    margin: 20px 0;
}

/* Sub Title */
.libSubTitle {
    font-size: 22px;
    margin-top: 30px;
    color: #2b6cb0;
    font-weight: 600;
}

.libNote {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}
/* Section Background */
.scholarWrap {
    background: #f5f7fa;
}

/* Banner Image */
.scholarBannerBox {
    width: 100%;
    max-height: 260px;
    overflow: hidden;
}

.scholarBannerImg {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Card Layout */
.scholarCardBox {
    max-width: 1300px;
    margin: auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 22px;
    border-left: 6px solid #2d6cdf;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    position: relative;
}

/* Heading */
.scholarMainTitle {
    font-size: 32px;
    color: #2d6cdf;
    font-weight: 700;
}

.scholarSubText {
    color: #444;
    margin-bottom: 20px;
}

/* Intro */
.scholarIntro {
    font-size: 18px;
    line-height: 1.6;
    color: #252525;
    margin-bottom: 30px;
}

/* Inner Image */
.scholarInnerImgWrap {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 30px;
}

.scholarInnerImg {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Section Headers */
.scholarHead {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 600;
    color: #2d6cdf;
    border-left: 4px solid #2d6cdf;
    padding-left: 10px;
    margin-bottom: 20px;
}

/* Table Box */
.scholarTableBox {
    overflow-x: auto;
    background: #f0f4ff;
    border: 1px solid #d7e3ff;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 30px;
}

/* Tables */
.scholarTableBox table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.scholarTableBox th {
    background: #2d6cdf;
    color: #fff;
    padding: 12px;
    font-weight: 600;
}

.scholarTableBox td {
    padding: 10px 12px;
    border-bottom: 1px solid #d3defa;
}

.scholarTableBox tr:nth-child(even) {
    background: #eaf0ff;
}

/* Quote */
.scholarQuote {
    background: #eef4ff;
    padding: 18px 25px;
    border-left: 5px solid #2d6cdf;
    font-style: italic;
    margin-top: 30px;
    border-radius: 8px;
    color: #2d6cdf;
    font-size: 17px;
}
.activity-card {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.activity-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.activity-content {
    padding: 15px;
    flex-grow: 1;
}

.activity-content h4 {
    color: #103b85;
    font-weight: 600;
    margin-bottom: 10px;
}

.activity-content p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}
.committee-section {
    padding: 60px 0;
    background: #f4f8ff;
}

.title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #0a3a82;
}

.subtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #555;
    font-size: 16px;
}

.committee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.committee-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.10);
    transition: 0.3s ease;
    text-align: center;
    padding-bottom: 20px;
}

.committee-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

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

.committee-card h4 {
    font-size: 20px;
    margin: 15px 0 8px;
    color: #0a3a82;
    font-weight: 600;
}

.committee-card p {
    font-size: 14px;
    color: #555;
    padding: 0 15px;
    line-height: 1.55;
}
.option-e {
  padding: 80px 0;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
}
.option-e .main-title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #1d3557;
}
.option-e .subtitle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #666;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  max-width: 1200px;
  border-left: 3px solid #1d3557;
}

.timeline-item {
  margin-bottom: 40px;
  position: relative;
}

.timeline-icon {
  width: 35px;
  height: 35px;
  background: #1d3557;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -58px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* 🎨 Different Background Colors For Each Timeline Item */
.timeline-item:nth-child(1) .timeline-content { background: #fef6e4; }
.timeline-item:nth-child(2) .timeline-content { background: #e8f7ff; }
.timeline-item:nth-child(3) .timeline-content { background: #f3e8ff; }
.timeline-item:nth-child(4) .timeline-content { background: #e7ffe7; }
.timeline-item:nth-child(5) .timeline-content { background: #fff2f2; }
.timeline-item:nth-child(6) .timeline-content { background: #fff8e1; }
.timeline-item:nth-child(7) .timeline-content { background: #e8f5e9; }
.timeline-item:nth-child(8) .timeline-content { background: #fce4ec; }
.timeline-item:nth-child(9) .timeline-content { background: #e3f2fd; }
.timeline-item:nth-child(10) .timeline-content { background: #ede7f6; }
.timeline-item:nth-child(11) .timeline-content { background: #e0f7fa; }
.timeline-item:nth-child(12) .timeline-content { background: #f1f8e9; }
.timeline-item:nth-child(13) .timeline-content { background: #fff3e0; }
.timeline-item:nth-child(14) .timeline-content { background: #f9fbe7; }
.timeline-item:nth-child(15) .timeline-content { background: #f3e5f5; }

.timeline-content {
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.timeline-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1d3557;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
}
.facilitiesGridSection {
    padding: 80px 0;
    background: #ffffff;
}

.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
}

.sectionTitle h2 {
    font-size: 36px;
    font-weight: 700;
    color: #103b85;
}

.sectionTitle p {
    font-size: 17px;
    color: #444;
}

.facilitiesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.facilityItem {
    background: #f5f9ff;
    border: 1px solid rgba(16, 59, 133, 0.15);
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
}

.facilityItem:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

.facilityItem h3 {
    color: #103b85;
    font-size: 22px;
    margin-bottom: 12px;
}

.facilityItem p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
    .facilitiesGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .facilitiesGrid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.facilities-section {
    padding: 60px 0;
    background: #f9fbfd;
    font-family: "Poppins", sans-serif;
}

.facilities-section .container {
    width: 90%;
    max-width: 1250px;
    margin: auto;
}

.facilities-section .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 18px;
}

.intro-text {
    text-align: center;
    font-size: 16px;
    color: #444;
    max-width: 850px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 30px;
}

.facility-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.facility-img {
    width: 100%;
    height: 190px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.facility-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #103b85;
}

.facility-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.closing-note {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #333;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .svRuleImg {
        height: 180px;
    }
}

/* Mobile Responsive */
@media (max-width: 1199.98px) { 
    .hero-slider .item .cover .slider-content h1 {
    font-size: 30px;
}
.hero-slider .item .cover .slider-content h2 {
    font-size: 20px;
}
}
@media (max-width: 767.98px) { 
 .hero-slider .item {
    height: 45vh;
}
    .about-university {
        padding: 20px 0 0;
    }
}


