/* index */


/* HOME BANNER */
.banner-img {
    height:1100px;          /* adjust if needed */
}

/* Center dots slightly up */
.carousel-indicators {
    bottom: 10px;
}

/* Bigger arrows (optional) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}





/* Tablet */
@media (max-width: 991px) {
  .banner-img {
    height: 45vh;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .banner-img {
    height: 32vh;            /* Perfect mobile banner */
  }

  /* Smaller arrows */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 28px;
    height: 28px;
  }

  /* Dots spacing */
  .carousel-indicators {
    bottom: 8px;
  }
}



.scroll-text-section {
    background-color: #B6D23A;   /* govt green */
    overflow: hidden;
    padding: 12px 0;
}

.scroll-wrapper {
    white-space: nowrap;
}

.scroll-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;              /* normal text white */
    padding-left: 100%;
    animation: moveLeftToRight 150s linear infinite; /* speed kurachu */
}

/* Only "/" gov blue */
.scroll-text span {
    color: #0b3c5d;              /* govt blue */
    font-weight: 600;
    padding: 0 6px;
}

/* Animation */
@keyframes moveLeftToRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .scroll-text {
        font-size: 14px;
        animation-duration: 100s;
    }
}






/* about */
.section-title {
    font-weight: 700;
    font-size: 32px;
    color: #1f3b68; /* govt blue */
    text-transform: uppercase;
}

.title-underline-left {
    width: 80px;
    height: 4px;
    background-color: #c9f000; /* accent green */
    margin-top: 8px;
    border-radius: 2px;
    /* Align left */
}

/* Optional: align underline with text start */
.title-underline-left {
    margin-left: 0;
}

/* Rest of your premium styles for images and text card remain same */
.history-images { gap: 12px; }
.history-img { max-width: 100px; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,0.12); transition: transform 0.3s ease; }
.history-img:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 16px 40px rgba(0,0,0,0.18); }
.history-card { background: #ffffff; border-left: 6px solid #1f3b68; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.history-card p { font-size: 17px; line-height: 1.8; color: #333; margin-bottom: 16px; }

   

/* serivce */

.ktdfc-services-section {
    background-color: #f6f8fb;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
    color: #1f3b68;
    text-transform: uppercase;
}

.title-underline-left {
    width: 80px;
    height: 4px;
    background-color: #c9f000;
    margin-top: 8px;
    border-radius: 2px;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.service-card img {
    border-radius: 12px;
    max-height: 350px;
    object-fit: cover;
}

.service-title {
    font-weight: 600;
    font-size: 18px;
    color: #1f3b68;
    margin-bottom: 12px;
}

.service-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}



/* faqs  */

/* SECTION TITLE */
.why-ktdfc-section .section-title {
    font-size: 2.00rem;        /* reduced & elegant */
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #0b3c5d;            /* Govt blue */
    margin-bottom: 6px;
}

.why-ktdfc-section .section-title i {
    font-size: 1.6rem;
    color: #0b3c5d;
}

/* ACCORDION QUESTION */
.why-ktdfc-section .accordion-button {
    font-size: 1.35rem;        /* smaller premium text */
    font-weight: 600;
    color: #1f1f1f;
    padding: 14px 18px;
}

/* ACTIVE QUESTION */
.why-ktdfc-section .accordion-button:not(.collapsed) {
    background: #eef5fa;
    color: #0b3c5d;
    box-shadow: none;
}

/* ACCORDION ANSWER */
.why-ktdfc-section .accordion-body {
    font-size: 1.10rem;        /* compact readable */
    line-height: 1.7;
    color: #555;
    padding: 14px 18px 18px;
}

/* CARD LOOK */
.why-ktdfc-section .accordion-item {
    border-radius: 12px;
    border: none;
    margin-bottom: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* IMAGE PREMIUM */
.why-img {
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.15);
    max-height: 420px;
    object-fit: cover;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .why-ktdfc-section .section-title {
        font-size: 1.5rem;
    }

    .why-ktdfc-section .accordion-button {
        font-size: 0.9rem;
    }

    .why-ktdfc-section .accordion-body {
        font-size: 0.85rem;
    }
}


/* counting  */

/* Left big box */
.ktdfc-branch-box {
  position: relative;
  background: #c9f15b; /* KSFE-like premium green */
  border-radius: 20px;
  padding: 45px;
  height: 100%;
  overflow: hidden;
}

/* Big number */
.branch-count {
  font-size: 64px;
  font-weight: 800;
  color: #000;
  margin-bottom: 5px;
}

.branch-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}

.branch-desc {
  font-size: 15px;
  color: #1f1f1f;
  max-width: 90%;
}

/* Mini branch cards */
.mini-branch {
  background: rgba(255,255,255,0.6);
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.mini-branch span {
  display: block;
  font-weight: 500;
  font-size: 12px;
}

/* Kerala map watermark */
.kerala-map {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 300px;
  height: 600px;
  background: url("/assets/images/kerala.png") center/contain no-repeat;
  opacity: .50;
}

/* Right stats */
.ktdfc-stats-list {
  padding: 30px 20px;
}

.stat-item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.stat-item:last-child {
  border-bottom: none;
}

.stat-item h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-item p {
  font-size: 16px;
  color: #444;
}

.ktdfc-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  padding: 12px 26px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ktdfc-contact-btn:hover {
  background: #1f1f1f;
  color: #fff;
  transform: translateX(4px);
}

/* scheme */
.scheme-selector-section {
  background: #eaf2f7;
}

.scheme-tabs {
  display: inline-flex;
  background: #fff;
  border-radius: 50px;
  padding: 6px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.tab-btn {
  border: none;
  padding: 10px 28px;
  border-radius: 40px;
  font-weight: 600;
  background: transparent;
  color: #666;
  cursor: pointer;
}






.scheme-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.scheme-content {
  display: none;
}

.scheme-content.active {
  display: block;
}

.scheme-select {
  background: #eef2fb;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-weight: 500;
}

.rate-text {
  font-size: 48px;
  font-weight: 700;
  color: #1f3c88;
}

.rate-text span {
  font-size: 18px;
  font-weight: 500;
}

.rate-note {
  color: #666;
  margin-bottom: 8px;
}

.more-link {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.scheme-tabs {
  display: flex;
  justify-content: center; /* center tabs */
  gap: 15px;               /* spacing between buttons */
  max-width: 400px;        /* adjust this width as needed */
  margin: 0 auto;          /* center the container */
  background: #fff;        /* optional: white background */
  border-radius: 50px;     /* rounded pill shape */
  padding: 5px;            /* inside spacing */
}

.scheme-tabs .tab-btn {
  flex: 1;                 /* make buttons evenly fill the container */
  text-align: center;
  padding: 8px 0;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
  color: #333;
}

.scheme-tabs .tab-btn.active {
  background: #a4d600; /* KTDFC green */
  color: #fff;
}





.scheme-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0b3c5d;
  margin-bottom: 1.5rem;
}

.scheme-card {
  background: #ffffff;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.scheme-card img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}

.scheme-card p {
  font-weight: 600;
  color: #333;
}

.scheme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
/* Always-visible black box button */
.explore-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 0;               /* square */
  border: 2px solid #000;         /* keeps shape */
  box-shadow: inset 0 0 0 1px #000; /* reinforces box edge */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover – premium micro interaction */
.explore-btn:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 2px #000;
}

/* Active / click – NO shape loss */
.explore-btn:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 2px #000;
}


.request-form {
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s, transform 0.3s;
}

.request-form h5 {
  font-weight: 700;
  color: #0b3c5d;
}


.request-form .form-control,
.request-form .form-select {
  border-radius: 20px;
  padding: 12px;
  font-size: 0.95rem;
}

.request-form .form-control:focus,
.request-form .form-select:focus {
  box-shadow: 0 0 0 3px rgba(11, 60, 93, 0.2);
  border-color: #0b3c5d;
}

.request-form button.btn-success {
  background: linear-gradient(135deg, #0b3c5d, #0f6ba5);
  border: none;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  transition: background 0.3s;
}

.request-form button.btn-success:hover {
  background: linear-gradient(135deg, #0f6ba5, #0b3c5d);
}
.custom-submit-btn {
  background-color: #a4d600;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px ;          /* square */
  font-weight: 600;
  padding: 10px 28px;
  transition: all 0.3s ease;
}

.custom-submit-btn:hover {
  background-color: #0b3c5d;
  color: #fff;
}

/* Gallery index  */


.gallery-section {
  background: #f8f9fa;
}

.gallery-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease;
}

.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover effect */
.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}







/* about */

.about-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .about-img-wrapper img {
        max-height: 280px;
    }
}
/* ACTIVITIES SECTION */
.activities-section {
    background: #f8f9fc;
}

.section-title {
    color: #1f3b68;
    font-weight: 700;
    font-size: 32px;
}

.section-subtitle {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

/* Activity Card */
.activity-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Image */
.activity-img img {
    width: 100%;
    height: 220px;
}

/* Content */
.activity-body {
    padding: 24px;
}

.activity-body h5 {
    color: #1f3b68;
    font-weight: 700;
    margin-bottom: 12px;
}

.activity-body p {
    color: #444;
    font-size: 15px;
}

.activity-body ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.activity-body ul li {
    font-size: 15px;
    margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 576px) {
    .section-title {
        font-size: 24px;
    }
    .activity-img img {
        height: 180px;
    }
}



/* ===============================
   MINISTER & DIRECTOR SECTION
================================ */

/* COMMON CENTER FIX */
.minister-card,
.Director-card {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #f4f6f8;
  border-radius: 20px;
  padding: 18px;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.minister-card:hover,
.Director-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* ===============================
   MINISTER CARD (TOP 3)
================================ */
.minister-card {
  width: 420px;
  height: 420px;
  border-radius: 16px;
}

.minister-card img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* ===============================
   DIRECTOR CARD (BOTTOM 2)
================================ */
.Director-card {
  width: 260px;
  height: 260px;
  border-radius: 16px;
}

.Director-card img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* ===============================
   TEXT INFO
================================ */
.minister-info {
  margin-top: 14px;
}

.minister-info h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}

.minister-info small {
  color: #555555;
}

/* ===============================
   MOBILE RESPONSIVE (MAIN FIX)
================================ */
@media (max-width: 576px) {

  /* ONE CARD PER ROW + CENTER */
  .minister-card {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .minister-card img {
    height: 100%;
  }

  .Director-card {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .Director-card img {
    height: 240px;
  }
}














/* Gallery card */
.gallery-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* IMAGE BOX */
.gallery-img-box {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

/* TEXT BOTTOM */
.gallery-text {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: #333;
    background: #fff;
}

/* MODAL IMAGE */
.modal-content {
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
}

.modal-img {
    width: 100%;
    border-radius: 14px;
    border: 5px solid #fff;
}





/* News */


.news-card.premium-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.news-card.premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.news-date {
    background-color: #c9f000;
    color: #fff;
    text-align: center;
    width: 70px;
    padding: 8px;
    border-radius: 8px;
    margin: 15px auto 10px auto;
    font-family: 'Segoe UI', sans-serif;
}
.news-date span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}
.news-date small {
    display: block;
    font-size: 0.75rem;
}

.news-content {
    flex-grow: 1;
    padding: 20px 15px;
    text-align: left;
}
.news-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.news-content p {
    font-size: 0.95rem;
    color: #555;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #1f3b68;
    font-weight: 500;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}






/* careers */

.card {
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.card-text {
    color: #555;
}
.btn-outline-primary {
    margin-top: 10px;
}

.btn-primary {
    background: #c9f000;
    color: #fff;
    border: none;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 500;
}

.btn-primary:hover {
    background: #092f49;
}

.rank-list li {
    font-weight: 500;
}

.rank-list li span {
    color: #1f3b68;
}



/* report */
.report-filter-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.filter-box {
    padding: 14px 22px;
    border: 2px solid #1f3b68;
    color: #1f3b68;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    border-radius: 6px; /* slight premium curve */
    transition: all 0.3s ease;
    background: #fff;
}

.filter-box:hover {
    background: #1f3b68;
    color: #fff;
}

.filter-box.active {
    background: #1f3b68;
    color: #fff;
    box-shadow: 0 6px 18px rgba(31, 59, 104, 0.35);
}


/* vision */

/* VISION SECTION */
.vision-section {
    background: linear-gradient(180deg, #f7f9fc, #ffffff);
}

/* LEFT CONTENT */
.vision-content {
    padding-right: 20px;
}

.vision-tag {
    display: inline-block;
    background: #c9f000;
    color: #1f3b68;
    padding: 6px 16px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 15px;
}

.vision-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1f3b68;
    margin-bottom: 20px;
}

.vision-content h2 span {
    color: #10243f;
}

.vision-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

/* SAFEST BOX */
.highlight-box {
    background: #c9f000;
    color: #ffffff;
    padding: 18px;
    border-left: 6px solid #1f3b68;
    border-radius: 8px;
    margin: 20px 0;
}

/* RIGHT IMAGES */
.vision-images {
    position: relative;
    text-align: center;
}

.vision-images .img-main {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Floating Images */
.img-float {
    position: absolute;
    width: 45%;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.18);
    border: 4px solid #ffffff;
}

.img-top {
    top: -40px;
    right: -20px;
}

.img-bottom {
    bottom: -40px;
    left: -20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .vision-images {
        margin-top: 40px;
    }
    .img-float {
        display: none;
    }
    .vision-content h2 {
        font-size: 30px;
    }
}



/* =========================
   KTDFC MISSION SECTION
   ========================= */

.ktdfc-mission {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;   /* footer overlap avoid cheyyan */
}

.ktdfc-mission::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #c9f000;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* ROW */
.mission-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* =========================
   LEFT IMAGES
   ========================= */

.mission-images {
    position: relative;
    width: 45%;
}

.img-box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Image positions */
.img-one {
    width: 90%;
}

.img-two {
    width: 70%;
    position: absolute;
    bottom: -170px;
    right: 0;
    border: 5px solid #ffffff;
}

/* =========================
   RIGHT CONTENT
   ========================= */

.mission-box {
    width: 55%;
    text-align: left;
}

.mission-tag {
    display: inline-block;
    color: #c9f000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.mission-title {
    font-size: 42px;
    font-weight: 700;
    color: #1f3b68;
    line-height: 1.3;
    margin-bottom: 20px;
}

.mission-title span {
    color: #c9f000;
}

.mission-text {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(2, 2, 2, 0.88);
    max-width: 650px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 992px) {
    .mission-row {
        flex-direction: column;
    }

    .mission-images,
    .mission-box {
        width: 100%;
    }
      .img-one {
        position: relative;
        width: 100%;
        margin-top: 20px;
        bottom: 0;
        right: 0;
    }

    .img-two {
        position: relative;
        width: 100%;
        margin-top: 20px;
        bottom: 0;
        right: 0;
    }

    .mission-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .ktdfc-mission {
        padding: 60px 0;
    }

    .mission-title {
        font-size: 26px;
    }

    .mission-text {
        font-size: 15px;
    }
}




/* bod */
/* LEFT LINE MATCH TITLE HEIGHT */
.section-title-left {
  position: relative;
  padding-left: 18px;
  font-weight: 800;
  color: #0b3c5d;
  line-height: 1.2;
  font-size: 40PX;
}

.section-title-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;          /* 👈 title height same */
  background: #b7f000;   /* KTDFC green */
  border-radius: 3px;
}

.section-title {
  color: #1f3b68;
  font-weight: 800;
  text-align: left;

}


.director-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-top: 4px solid #c9f000;
}

.director-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.director-role {
  display: inline-block;
  background: #1f3b68;
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 15px;
}

.director-card h5 {
  color: #1f3b68;
  font-weight: 600;
  margin-bottom: 8px;
}

.director-card p {
  color: #555;
  font-size: 15px;
  margin: 0;
}

.director-card small {
  color: #777;
}



.chairperson-photo {
  width: 120px;
  height: 120px;
  margin: -60px auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f3b68, #14294a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(31,59,104,0.35);
  border: 5px solid #fff;
}

/* Icon inside */
.chairperson-photo i {
  font-size: 56px;
  color: #c9f000;
}

/* If image used later */
.chairperson-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Chairperson highlight */
.chairperson-card {
  border-top: 5px solid #c9f000;
}




/* mand */


/* TITLE AREA */
.honour-title-wrap {
  position: relative;
  padding-left: 18px;
  border-left: 6px solid #c9f000;
}

.honour-title {
  color: #1f3b68;
  font-weight: 800;
  margin-bottom: 2px;
    line-height: 1.2;

}

.honour-sub {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
}

/* TABLE WRAPPER */
.honour-table-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* TABLE */
.honour-table {
  margin-bottom: 0;
  background: #ffffff;
}

/* HEADER */
.honour-table thead {
  background: linear-gradient(135deg, #1f3b68, #162c4f);
}

.honour-table thead th {
  color: #080808;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 16px;
  border: none;
}

/* BODY */
.honour-table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
  border-color: #eef1f5;
  font-size: 15px;
}

/* SL COLUMN */
.honour-table tbody td:first-child {
  font-weight: 700;
  color: #1f3b68;
  width: 60px;
}

/* NAME COLUMN */
.honour-table tbody td:nth-child(2) {
  font-weight: 600;
  color: #1f3b68;
}

/* ROW HOVER */
.honour-table tbody tr {
  transition: all 0.25s ease;
}

.honour-table tbody tr:hover {
  background: #f4f8ff;
  transform: scale(1.01);
}

/* STRIPED EFFECT (CUSTOM) */
.honour-table tbody tr:nth-child(even) {
  background: #fafcff;
}

/* MOBILE */
@media (max-width: 576px) {
  .honour-title {
    font-size: 22px;
  }
  .honour-table tbody td {
    font-size: 14px;
  }
}



/* loan */



.loan-highlight-section {
  background: #f8fafc;
}

.loan-img {
    height: 100%;
  border-radius: 20px;
  max-height: 320px;
  object-fit: cover;
}

.loan-points li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #444;
}

.loan-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f3b68;
  font-weight: bold;
}


.schemes-swiper-section {
  background: #f8fafc;
}

.scheme-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.scheme-card:hover {
  transform: translateY(-6px);
}

.scheme-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.scheme-card h5 {
  color: #1f3b68;
  font-weight: 600;
  margin: 15px 10px 5px;
}

.scheme-card p {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}
