@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
       url("./fonts/slick.woff") format("woff"),
       url("./fonts/slick.ttf") format("truetype"),
       url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
p.text-align-justify {
  text-align: justify;
}

.title_news {
  background: #ef6d1a !important;
  padding: 9px 1px;
}

.scroll-container {
  overflow: hidden;
  position: relative;
}

.scroll-text {
  white-space: nowrap;
  animation: scrollRightToLeft 38s linear infinite;
  transition: animation 0s;
  color: #fff;
}



.title_news a {
  margin-left: 21px;
}

.title_news a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.scroll-container {
  overflow: hidden;
  position: relative;
}

.scroll-text {
  white-space: nowrap;
  animation: scrollRightToLeft 38s linear infinite;
  transition: animation 0s;
  color: #fff;
}

.scroll-container:hover .scroll-text {
  animation-play-state: paused;
}

.scroll-container.paused .scroll-text {
  animation-play-state: paused;
}

.scroll-text.afterdivider a {
  position: relative;
  display: inline-block;
  /* Ensures the pseudo-element has room */
}

.scroll-text.afterdivider a::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -10px;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
}

@keyframes scrollRightToLeft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scrolling-text {
  animation: scroll 85s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.stop-scrolling {
  animation-play-state: Ã‚ paused;
}

.marqueeWrap {
  margin-top: 0px;
  position: relative;
  z-index: 9;
  display: flex;
  /* width: 100%; */
}

.col-lg-2.pt66 {
  padding-right: 0px;
}

.title3 {
  font-size: 20px;
  font-weight: bold;
}

.marqueeTitle {
  background-color: #0878bb;
  color: #fff;
  padding: 8px 7px;
  align-items: center;
  font-weight: bold;
  text-align: center;
}

.col-lg-10.pt77 {
  padding-left: 0px;
}

.marqueeContent {
  background-color: #ef6d1a;
  color: #fff;
  padding: 0 20px;
}

.marqueeScrolling {
  width: 100%;
  padding: 0 20px 0 0;
}

.marqueeScrolling {
  height: 46px;
}

.marquee {
  overflow: hidden;
}

.js-marquee {
  display: flex;
  align-items: center;
  height: 46px;
}

.marqueeScrolling li {
  float: left;
  padding: 0 25px;
  list-style: none;
  color: #fff;
  border-right: 1px solid #fff;
}

.marqueeScrolling li a {
  color: #fff;
}

/* Flip Card CSS Start Here */

.flip-card {
  perspective: 1000px;
  border-radius: 12px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 180px;
  transition: transform 0.8s, outline 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  border-radius: 12px;
}

.flip-card:hover .flip-card-inner,
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
  border: 5px solid white;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flip-card-front {
  background-color: white;
  color: #444;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.flip-card:hover .flip-card-front {
  border-color: #4455b4;
}

.flip-card-back {
  background-color: #4455b4;
  color: white;
  transform: rotateY(180deg);
  text-align: center;
}

.stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4455b4;
  transition: color 0.3s ease;
}

.stats-label {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* Flip Card CSS End Here */

/* Statement CSS Start Here  */
.value-container {
  text-align: center;
}

.sanskrit-text {
  font-size: 1.5rem;
  color: #8B0000;
  font-weight: 600;
}

.statement-box {
  background-color: #4a59b6;
  color: white;
  padding: 40px 20px;
  /* border-radius: 10px; */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 1rem;
}

.corner-shape {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 20px solid #f4a51c;
}

.corner-top-left {
  top: -40px;
  left: -40px;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.corner-top-right {
  top: -40px;
  right: -40px;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.corner-bottom-left {
  bottom: -40px;
  left: -40px;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.corner-bottom-right {
  bottom: -40px;
  right: -40px;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.corner-wrapper {
  position: relative;
  display: inline-block;
}

@media (max-width: 576px) {
  .sanskrit-text {
    font-size: 1.2rem;
  }

  .statement-box {
    padding: 25px 15px;
    font-size: 0.9rem;
  }
}

/* Statement CSS End Here  */


/* Program Slider CSS Start  */
.news-card {
  flex-shrink: 0 !important;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  border: 1px solid #eee;
  font-size: 14px;
  text-align: center;
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}

/* Date Badge - Modern Pill */
.date-box {
  background: linear-gradient(135deg, #0a1931, #1c3b6b);
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.85rem;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

/* Card Title */
.news-card h5 {
  font-size: 16px;
  margin-top: 15px;
  color: #0a1931;
}

/* Location & Timing */
.news-card p {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

.news-card p.text-primary {
  font-weight: 600;
  color: #0056d2 !important;
}


.single-application-card {
  position: relative;
}

/* Common popup styles */
.popup-card {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 0px;
  border: 1px solid #001E4340;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 100;
  width: 100%;
}

/* Default → Right side */
.popup-card.right {
  left: 100%;
  margin-left: 5px;
}

.popup-card.right .popup-arrow {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #001E43;
}

/* Alternative → Left side */
.popup-card.left {
  right: 100%;
  margin-right: 5px;
}

.popup-card.left .popup-arrow {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #001E43;
}

/* Hover pe show */
.single-application-card:hover .popup-card {
  display: block;
}

@media (max-width: 767px) {
  .popup-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-top: 10px;
    display: none; /* hidden by default */
    width: 100%;
  }
  .popup-card.left {
  right: 0;
  margin-right: 5px;
}
}

/* Social Media  */
.social-media-card {
  border: 1px solid #e0e0e0;
}

.social-card {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s ease;
}

.social-card:hover {
  background-color: #f9f9f9;
  color: rgb(68, 85, 180) !important;
  border-color: rgb(68, 85, 180);

}

.social-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  font-size: 1.5rem;
  color: white;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.linkedin {
  background-color: #0a66c2;
}

.twitter {
  background-color: #1da1f2;
}

.facebook {
  background-color: #1877f2;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.youtube {
  background-color: #ff0000;
}

a {
  text-decoration: none;
  color: inherit;
}

.event-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  background: #fff;
  max-width: 900px;
  margin: auto;
}

.event-header {
  text-align: center;
  font-weight: 600;
  padding: 15px;
  background: #f8f9fa;
  font-size: 1.2rem;
}

.event-image {
  position: relative;
  background: #000;
}

.event-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.event-footer {
  padding: 12px 18px;
}

.live-badge {
  background: #dc3545;
  color: white;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 600;
}

.event-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 8px;
}

.event-meta {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 4px;
}

.event-meta i {
  margin-right: 5px;
}


/* MDP Calendar CSS */




/* card css agriculture CSS */
.minister-card {
  border-top: 5px solid #3f2878 !important;
  border-radius: 20px !important;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 21px !important;
}

.agri-details h2 {
  margin-top: 0px;
  color: #333;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
}

.left-line-agri {
  display: block;
  text-align: left;
  position: relative;
  border-left: 5px solid #333;
  padding-left: 13px;
}




/* Fix text justification */
.justify-text {
  text-align: justify;
  text-justify: inter-word;
}

/* Section background */
.bg-gradient {
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

/* Hover effect */
.hover-scale {
  transition: transform .4s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.footer-area {
  background-color: #001E43;
}

.footer-link {
  color: #ddd;
  text-decoration: none;
  transition: 0.6s all;
}

.footer-link:hover {
  color: #fff;
}

.footer-social .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}

/* Different background colors for each platform */
.social-btn.facebook {
  background-color: #1877F2;
}

.social-btn.linkedin {
  background-color: #0A66C2;
}

.social-btn.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-btn.twitter {
  background-color: #000000;
}

/* Hover effects (slightly lighter shade) */
.social-btn.facebook:hover {
  background-color: #145DBF;
}

.social-btn.linkedin:hover {
  background-color: #004182;
}

.social-btn.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #ffda76 0%, #ffda76 5%, #ff6f61 45%, #e33ba8 60%, #3d6dff 90%);
}

.social-btn.twitter:hover {
  background-color: #333333;
}

.list-unstyled.footer-links li {
  margin-bottom: 11px;
}

.admin-text {
  font-weight: 600;
  font-size: 14px;
}

.map-border {
  border-radius: 5px;
  border: 1px solid #ffffff85 !important;
  padding: 5px;
}

.list-unstyled.footer-links li a:hover {
  color: #0d6efd;
  letter-spacing: 0.5px;
}

.banner-uesr-item {

  color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-uesr-item .icon i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #fff;
}

.banner-uesr-item:hover {
  transform: translateY(-8px);
  background: #001e43;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

.banner-uesr-item h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-uesr-item h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.key-facts-section {
  background: #f9f9f9;
  /* light bg for contrast */
}

.single-application-card1 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid #dee2e640;
}

.single-application-card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: rgb(68, 85, 180);
}

.single-application-card1:hover h3 {
  color: rgb(68, 85, 180);
}

.single-application-card1 .icon i {
  transition: transform 0.4s ease, color 0.4s ease;
}

.single-application-card1:hover .icon i {
  transform: scale(1.2) rotate(8deg);
}

.single-application-card1 .content h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 14px;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  border: 2px solid #4472C4;
  color: #4472C4;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.read-more:hover {
  background-color: #4472C4;
  color: #ffffff;
  text-decoration: none;
}
.card.shadow.nautical-card.h-100.text-bg-light.mb-3.mt2 {
  box-shadow: unset !important;
}
.card.text-bg-light.mb-3.mt2 {
  margin-left: 11px;
  margin-right: 0px;
  transition: 0.6s all;
}

.card.text-bg-light.mb-3.mt2:hover {
  box-shadow: 0px 25px 25px 0px #848c90 !important;
}

.slick-next::before,
.slick-prev::before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #00295b;
  padding: 6px;
}

.slick-prev {
  /* left: -51px !important; */
}

.slick-next {
  /* right: -14px !important; */
}

.event-meta i {
  color: #191970;
  margin-right: 5px;
  font-size: 14px;
}

.events-more {
  color: #191970;
  transition: all 300ms ease;
  font-weight: 700;
  font-size: 15PX;
  text-transform: capitalize;
}

.events-more:hover i {
  padding-left: 6px;
}

.events-more i {
  transition: 0.4s all linear;
}

.single-application-card.h-100.py-3.rounded-3.shadow:hover {
  border: 1px solid #0d6efd !important;
}

.single-application-card.h-100.py-3.rounded-3.shadow {
  transition: 0.6s all;
  border: 1px solid #3333333d !important;
}

.top-header-area {
  background-color: #002a5c;
  /* Deep Navy Blue */
  font-size: 0.9rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.top-header-area .top-link {
  color: #f0f3ff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.top-header-area .top-link:hover {
  color: #fff;
  /* Golden hover */
}

.top-header-area strong {
  color: #ffd700;
}

.dropdown-item.active.eng {
  background-color: #4455b4;
}

.top-header-area .bi {
  vertical-align: -0.1em;
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .top-header-area {
    font-size: 0.82rem;
    /* slightly smaller on mobiles */
  }
}

/* -----------------------------------
   Contact Cards (General Styling)
----------------------------------- */
.custom-card {
  min-height: auto;
  /* allow natural height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 12px 15px;
  /* smaller padding like office-card */
  border-radius: 10px;
  /* match office-card rounded look */
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  /* softer shadow like office-card */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  /* for hover underline */
  font-size: 14px;
  /* smaller text size */
  line-height: 1.4;
  /* tighter spacing */
}

/* Header inside custom card */
.custom-card h5.contact-info {
  font-size: 1rem;
  /* slightly bigger */
  font-weight: 500;
  /* bolder than 500 */
  margin-bottom: 8px;
  color: #1a1a1a;
  /* darker for emphasis */
  letter-spacing: 0.3px;
  /* small spacing for neatness */
}

.contact-info {
  font-weight: 300;
  margin: 3px 0;
  /* tighter spacing */
  font-size: 13px;
  /* compact text */
  color: #111;
}

.contact-info.email {
  color: #007bff;
}


.custom-card hr.card-line {
  margin: 6px 0;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease, border-width 0.3s ease;
}

/* Hover effect */
.custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.custom-card:hover .card-line {
  border-color: #032b63;
  border-width: 2px;
}

/* Blue underline on hover/active */
.custom-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #032b63;
  transition: width 0.3s ease;
}

.custom-card:hover::after,
.custom-card:active::after {
  width: 80%;
}

/* Equal height for grid cards */
.row.g-4 {
  display: flex;
  flex-wrap: wrap;
}

.row.g-4>.col-md-3 {
  display: flex;
}

.row.g-4>.col-md-3>.custom-card {
  flex: 1;
}

/* Contact Us Map Styling */
.map-card iframe {
  height: 470px;
  /* adjust as needed */
}


/* -----------------------------------
   Office Cards (Map Section)
----------------------------------- */
.office-card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  /* smaller corners */
  cursor: pointer;
  min-height: auto;
  /* remove fixed height */
  padding: 8px 12px;
  /* compact padding */
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  /* lighter shadow */
  transition: all 0.3s ease;
  font-size: 14px;
  /* slightly smaller text */
  line-height: 1.4;
  /* tighter line spacing */
}

.office-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Active office card */
.office-card.active {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.office-card.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #032b63;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Map card (right side) */
.map-card {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.office-card p {
  margin: 3px 0;
  /* reduce gaps */
  font-size: 13px;
  /* compact text */
}

.office-card span {
  font-size: 14px;
  font-weight: 600;
}

/* -----------------------------------
   Banner & Breadcrumb Styling
----------------------------------- */
.pages-banner-area2 {
  background: #111;
  padding: 20px 0;
}

.pages-banner-area2 h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.pages-banner-area2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: flex-start;
}

.breadcrumb-arrow li {
  position: relative;
}

.breadcrumb-arrow li a {
  display: block;
  padding: 10px 25px 10px 35px;
  background: #00aaff;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  margin-right: -30px;
  /* overlap effect */
}

.breadcrumb-arrow li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #00aaff;
  z-index: 1;
}

/* Last breadcrumb (active) */
.breadcrumb-arrow li:last-child a {
  background: #003366;
  border-radius: 0 5px 5px 0;
}

.breadcrumb-arrow li:last-child a::after {
  border-left-color: #003366;
}

/* First breadcrumb */
.breadcrumb-arrow li:first-child a {
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
}

.contact-form {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0077b6;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 119, 182, 0.4);
}

.contact-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: #0077b6;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #005f86;
}


/* Contact Form Styling */
.contact-form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Form hover effect */
.contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

/* Form groups */
.contact-form .form-group {
  margin-bottom: 15px;
  text-align: left;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #2c3e50;
}

/* Input and textarea */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover + Focus on input/textarea */
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #032b63;
  box-shadow: 0 0 6px rgba(3, 43, 99, 0.2);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #032b63;
  box-shadow: 0 0 8px rgba(3, 43, 99, 0.3);
}

/* Button */
.contact-btn {
  display: inline-block;
  background: #032b63;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Button hover effect */
.contact-btn:hover {
  background: #021e45;
  transform: scale(1.0);
}






.pages-banner-area3 {
  z-index: 1;
  position: relative;
  padding: 45px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg/bg-5.jpg);
}

.pages-banner-area3 .container-fluid {
  max-width: 1480px;
  padding-left: 30px;
  padding-right: 30px;
}

.pages-banner-area3 .shape-7 {
  left: 250px;
  bottom: 0;
  position: absolute;
}

.pages-banner-area3::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.pages-banner-area3::after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--whiteColor);
}



#largerMapBtn {
  background-color: #032b63 !important;
  border-color: #032b63 !important;
  color: #fff !important;
  /* white text */
}

#largerMapBtn:hover {
  background-color: #021f47 !important;
  /* slightly darker on hover */
  border-color: #021f47 !important;
}

.accordion-button {
  background-color: #cfe2ff;
  border-bottom: 1px solid #cf000036;

}

.india-flag-heading {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 3px;
  overflow: hidden;
  border-left: 5px solid #333;
  padding-left: 13px;
}

/* Each Letter */
.india-flag-heading span {
  display: inline-block;
  opacity: 1;
  /* Always visible */
  transform: translateY(0);

  /* India Flag Gradient */
  background: linear-gradient(90deg,
      #ff9933 0%,
      /* Saffron */
      #ffffff 33%,
      /* White */
      #002a5c 66%,
      /* Green */
      #ffd700 100%
      /* Loop saffron */
    );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* Smooth animation */
  animation: indiaGradient 40s infinite linear;

  /* 👇 Makes text readable even in white part */
  -webkit-text-stroke: 1px #222;
  /* thin dark outline */
}

/* Keyframes */
@keyframes indiaGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.knowledge-heading {
  background-color: rgb(241, 242, 243);
}

.list-group-item.list-group-item-action b a {
  font-size: 14px;
  color: #0d2b4e;
}

.card.new_card {
  border-radius: 3px;
  box-shadow: -1px 4px 14px rgba(0, 0, 0, 0.26);
}

.acts-org {
  font-size: 20px;
  font-weight: 500;
  color: #fff !important;
  background: #333;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

.table.table-bordered.thlight thead tr th {
  background-color: #002a5c;
  color: #fff;
  font-size: 14px;
}

.table.table-bordered.thlight.table-striped tr td {
  font-size: 15px;
}

.table.table-bordered.table-striped tbody tr td {
  vertical-align: middle;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.bg123 tbody tr td {
  color: #000;
}

.pdf-download-link {
  color: #0042bf;
  font-size: 15px;
}

.pdf-download {
  color: #333;
  vertical-align: middle;
  transition: 0.2s ease-in;
  font-size: 14px !important;
  margin-left: 5px;
}

.fa-regular.fa-file-pdf {
  font-size: 13px;
  padding-left: 4px;
  color: red;
}

.pdf-download-link span i {
  vertical-align: middle;
  color: red;
}

.pdf-download-link:hover {
  color: #9e6b22;
  text-decoration: underline;
}

.program-date {
  width: 121px !important;
}

.down-width {
  width: 156px !important;
}

.archive-text a {
  color: #00295b;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
  letter-spacing: 1px;
}

.filter-box {
  background: #e2e2e2;
  padding: 12px 15px 20px;
  border-radius: 4px;
  border: 1px solid #d9d4de;
}

.btn-apply {
  background-color: #0878bb;
  color: white;
  padding: 8px !important;
  border-radius: 0;
  border: 1px solid #564169;
}

.btn-apply:hover {
  background-color: #002a5c;
  color: #fff;
}

.form-select.monthdata {
  padding: 8px !important;
  border-radius: 0;
  border: 1px solid #564169;
}

.form-label.label-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}

.btn.btn-outline-dark.w-100 {
  padding: 8px !important;
  border-radius: 0;
  border: 1px solid #564169;
}

.custom-bullet-list {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.custom-bullet-list li {
  margin-bottom: 7px;
  text-align: justify;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333333;
}

h3.section-subheading {
  margin-bottom: 51px;
  margin-top: 10px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

.person-name {
  font-weight: 800;
  letter-spacing: .3px;
  margin-bottom: .25rem;
}

.underline {
  position: relative;
  display: inline-block;
  padding-bottom: .35rem;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #141414, #2da2ff);
}

.title-profile {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.235;
  color: #11142d;
}

.card-subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  color: #777e89;
}

.card-body.emails-text {
  background: #f1f7ff;
}

.view-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.view-details li i {
  font-size: 1rem;
  color: #0d6efd;
  margin-right: .6rem;
}

.view-details li {
  margin-bottom: .7rem;
}

.profile-details h5 {
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.235;
  color: #11142d;
  font-size: 1.125rem;
  color: #530986;
}

.textjustify {
  text-align: justify;
}

hr {
  margin: .8rem 0;
  color: inherit;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}

.view-brochures {
  background-color: #1e4db7;
  color: #fff;
  padding: 6px 4px;
  font-size: .75rem;
  font-weight: 400;
}

.view-brochures:hover {
  background-color: #1e4db7c9;
  color: #fff;
}

.topborder {
  border-top: 5px solid #3f2878 !important;
  border-radius: 20px !important;
}

.card.borders {
  border-radius: 20px;
}

.card {
  border-radius: 8px;
  box-shadow: -2px 4px 15px rgb(0 0 0 / 26%);
  position: relative;
}









/*New CSS Update by amit*/
.image-text {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  height: auto;
}

.image-text img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.hover-image {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  /* dark overlay */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 15px;
  z-index: 99;
}

.image-text:hover .hover-image {
  opacity: 1;
  color: #fff;
}

/* Tab section  */
.tab-layout {
  display: grid;
  height: 100%;
  width: 100%;
  overflow: hidden;
  grid-template-rows: 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

input[type="radio"] {
  display: none;
}

label.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #001e43;
  background: #ecf0f1;
  user-select: none;
  transition: background 0.4s, padding-left 0.2s;
  padding-left: 0;
}

label.nav span {
  padding-left: 0px;
  position: relative;
}

label.nav svg {
  left: 0;
  top: -3px;
  position: absolute;
  width: 15px;
  opacity: 0;
  transition: opacity 0.2s;
}

input[type="radio"]:checked+.page+label.nav {
  background: #001e43;
  color: #ffffff;
}

input[type="radio"]:checked+.page+label.nav svg {
  opacity: 1;
}

.page {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: span 3;
  padding: 0px 20px;
  display: flex;
}

.page-contents>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}

/* Simulating the SCSS loop: @for $c from 1 through 20 */
.page-contents>*:nth-child(1) {
  transition-delay: 0.4s;
}

.page-contents>*:nth-child(2) {
  transition-delay: 0.6s;
}

.page-contents>*:nth-child(3) {
  transition-delay: 0.8s;
}

.page-contents>*:nth-child(4) {
  transition-delay: 1s;
}

.page-contents>*:nth-child(5) {
  transition-delay: 1.2s;
}

.page-contents>*:nth-child(6) {
  transition-delay: 1.4s;
}

.page-contents>*:nth-child(7) {
  transition-delay: 1.6s;
}

.page-contents>*:nth-child(8) {
  transition-delay: 1.8s;
}

.page-contents>*:nth-child(9) {
  transition-delay: 2s;
}

.page-contents>*:nth-child(10) {
  transition-delay: 2.2s;
}

.page-contents>*:nth-child(11) {
  transition-delay: 2.4s;
}

.page-contents>*:nth-child(12) {
  transition-delay: 2.6s;
}

.page-contents>*:nth-child(13) {
  transition-delay: 2.8s;
}

.page-contents>*:nth-child(14) {
  transition-delay: 3s;
}

.page-contents>*:nth-child(15) {
  transition-delay: 3.2s;
}

.page-contents>*:nth-child(16) {
  transition-delay: 3.4s;
}

.page-contents>*:nth-child(17) {
  transition-delay: 3.6s;
}

.page-contents>*:nth-child(18) {
  transition-delay: 3.8s;
}

.page-contents>*:nth-child(19) {
  transition-delay: 4s;
}

.page-contents>*:nth-child(20) {
  transition-delay: 4.2s;
}

input[type="radio"]+.page {
  transition: transform 0.2s;
  transform: translateX(100%);
}

input[type="radio"]:checked+.page {
  transform: translateX(0%);
}

input[type="radio"]:checked+.page .page-contents>* {
  opacity: 1;
  transform: translateY(0px);
}

.page-contents {
  padding-top: 20px;
}


/* Our Legcy Page Css Start  */

.timeline-year-wise {
  display: flex;
  min-height: 550px;
  border: 2px solid #33aaf9;
}

.sidebar {
  width: 160px;
  background-color: #111;
  padding: 30px 0;
  border-right: 2px solid #f9b233;
  z-index: 2;
  position: relative;
  min-height: 550px;
  max-height: 550px;
  overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #f9b233;
  border-radius: 4px;
}

.sidebar::-webkit-scrollbar-track {
  background: #222;
}

.year-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.year-list li {
  padding: 7px 0;
  cursor: pointer;
  color: #ccc;
  font-size: 18px;
  border-left: 4px solid transparent;
  transition: 0.3s;
}

.year-list li:hover {
  color: #f9b233;
  font-weight: bold;
  border-left: 4px solid #f9b233;
  background-color: #222;
}

.year-list li.active {
  color: #f9b233;
  font-weight: bold;
  border-left: 4px solid #f9b233;
  background-color: #222;
}

.content-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.bg-layer.active {
  opacity: 1;
  z-index: 1;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 20px;
  max-width: 600px;
  text-align: justify;
  position: relative;
  z-index: 2;
  animation: slideIn 0.8s ease;
  margin-top: 300px;
}

.year-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.year-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.year-content h2 {
  color: #f9b233;
  font-size: 32px;
  margin-bottom: 10px;
}

.year-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}

@keyframes slideIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Our Lagcy Page CSS End  */


/* Advanced Page Start  */
.programme-card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.price-box {
  background: #d92332;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}

.price-box small {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}

.info-row {
  padding: 15px;
  font-size: 1rem;
  font-weight: 500;
}

.action-btn {
  background: #f8fdfa;
  border: 1px solid #e3e6e3;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  color: #000;
  border-radius: 8px;
  transition: all 0.2s;
  cursor: pointer;
}

.action-btn:hover {
  background: #e9f3ed;
}

.action-btn i {
  color: #d92332;
  margin-right: 8px;
}

.building-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.caption-logo {
  max-height: 70px;
}

.caption-section {
  margin-top: 20px;
}

.caption-text {
  font-size: 1rem;
  line-height: 1.6;
}

.contact-block {
  background: #f1f5f9;
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.years{
width: 126px !important;    
}
.program-details {
  width: 164px !important;
}
.division-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 15px;
  color: #212529;
  font-weight: 700;
  min-width: 250px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  height: 80px;
  border: 2px solid #1b1b1b;
  background-color: #f8f9fa;
}

.division-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #057dc2;
}


  .karmayogi-box {
  display: inline-block;
  position: relative;
  background: #fff;
  border: 2px solid #a6a6a6;
  border-radius: 12px;
  padding: .6rem 2.2rem;
    }

.karmayogi-box::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 8px solid #7b1e17;
  border-radius: 12px;
  z-index: -1;
    }

    .karmayogi-box h1 {
      margin: 0;
      font-size: 2rem;
      font-weight: 800;
      color: #7b1e17;
      text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serif;
      letter-spacing: .5px;
    }
.dropdown-menu {
  width: 320px;          
  max-width: 320px;
  white-space: normal;   
  word-wrap: break-word; 
  overflow-wrap: break-word;
  padding: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 0.25s ease;  
}
.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.dropdown-menu li {
  border-bottom: 1px solid #3333332e;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-item {
  white-space: normal;      
  padding: 10px 10px;
  color: rgb(0, 30, 67);
  font-size: 14px;
  font-weight: 500;     
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;         
  margin-top: -1px;
  width: 370px;       
  max-width: 370px;
}
.dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between; 
  align-items: center;            
  padding-right: 1.5rem;          
}
.dropdown-item.dropdown-toggle::after {
  margin-left: .5rem;
}

.navbar-nav .nav-link {
    display: block;
    color: rgb(0, 30, 67) !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 0;
    line-height: 44px;
    margin: 0;
  }
.dropdown-item:hover {
  color: #fff;
  background-color: #4455b4
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: unset;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.right-nav {
  margin-left: 54px;
}
/* Mobile menu full fix */
@media (max-width: 991px) {
   .dropdown-menu {
  display: none;
  width: 100%;
  max-width: 100%;
}
  .navbar-collapse {
    background-color: rgb(0, 30, 67);
    padding: 0;
  }

  .navbar-nav {
    display: block !important;
    margin: 0;
    padding: 11px;
  }

  .navbar-nav .nav-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Main menu links */
  .navbar-nav .nav-link {
    display: block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;

    /* reset padding */
    padding: 0;

    line-height: 44px; /* give consistent clickable height */
    margin: 0;
  }

  /* Dropdown menus */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    box-shadow: none;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    margin: 0;
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.25px;
    white-space: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-nav .nav-link.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 15px;
  }
  .navbar-nav .nav-link.dropdown-toggle::after {
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  .navbar-nav .show > .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .right-nav {
  margin-left: 0px;
}
}
 .footer-links li {
margin-bottom: 6px;
}
.footer-link {
display: flex;
align-items: flex-start;
text-decoration: none;
color: #fff;
line-height: 1.4;
}
.footer-link i {
margin-right: 8px;
margin-top: 3px; 
flex-shrink: 0;
}

.legacy-lsit {
  color: #333;
}
.legacy-lsit li {
  margin-bottom: 15px;
}
.trusted_brands h2 {
  font-weight: 700;
  font-size: 44px;
}
.trusted_brands p {
 margin-top: 0px;
  color: #333333fa;
  text-align: center;
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 500;
}
.views_clients {
  border: 1px solid #c8d7e4ba;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0px 16px 25px -8px #dae0e4;
  transition: 0.6s all;
}
.views_clients:hover {
  box-shadow: 0px 25px 25px 0px #848c90;
}
.dropdown-menu.dropdown-menu-end.show {
  width: auto !important;
  position: relative;
  z-index: 5555;
}

/*08-08-2025 css update*/
.bg-blue {
    background: linear-gradient(135deg, #dfe9f3 0%, #ffffff 100%);
}

.tabs-container {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
}

.nav-pills {
    background: #f8f9fa;
    height: 100%;
    border-right: 1px solid #dee2e6;
    position: relative;
}

.nav-pills .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    text-align: left;
    color: #495057;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-bottom: 1px solid #e9ecef;
}

.nav-pills .nav-link i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #6c757d;
    flex-shrink: 0;
}

.nav-pills .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #0d6efd, #4dabf7);
    transition: width 0.3s ease;
}

.nav-pills .nav-link:hover::after {
    width: 100%;
}

.nav-pills .nav-link:hover {
    background: rgba(13, 110, 253, 0.05);
    color: #0d6efd;
    transform: translateX(3px);
}

.nav-pills .nav-link:hover i {
    color: #0d6efd;
}

.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #e7f1ff, #ffffff);
    color: #0d6efd;
    font-weight: 600;
    border-left: 4px solid #0d6efd;
    box-shadow: inset -4px 0 10px rgba(13, 110, 253, 0.1);
}

.nav-pills .nav-link.active i {
    color: #0d6efd;
}

/* Tab Content */
.tab-content-area {
    width: 100%;
    padding: 0;
    margin: 0;
}

.tab-pane {
    display: none;

}

.tab-pane.show {
    display: block;
}

.tab-pane.active {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 20px rgba(13, 110, 253, 0.05);
    transition: all 0.4s ease-in-out;
    animation: fadeIn 0.4s ease-in-out;
}

.tab-panel-header {
    font-size: 20px;
    font-weight: 600;
    color: #0d6efd;
    border-bottom: 2px solid #dee2e6;
    padding: 15px;
}

.tab-pane h4 {
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.tab-pane .content-part {
    padding: 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ripple effect on click */
.nav-pills .nav-link:active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(13, 110, 253, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple 0.6s linear;
}

@keyframes ripple {
    to {
        transform: translate(-50%, -50%) scale(8);
        opacity: 0;
    }
}

/* Responsive */
@media (max-width: 767px) {
    .tabs-container {
        flex-direction: column;
    }

    .nav.flex-column {
        flex-direction: row !important;
        overflow-x: auto;
        border-bottom: 1px solid #dee2e6;
    }

    .nav-pills .nav-link {
        white-space: nowrap;
        border-bottom: none;
        border-left: none;
    }

    .nav-pills .nav-link.active {
        border-bottom: 3px solid #0d6efd;
        border-left: none;
        box-shadow: none;
    }

    .tab-pane.active {
        border-radius: 0 0 16px 16px;
    }
}


.fade:not(.show) {
    opacity: 0;
    display: none;
    animation: none !important;
}

/* Profile Card Container */
.prof-profile {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: 0.3s ease;
    position: relative;
    margin-bottom: 10px;
}

.prof-image img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

/* Profile Info Section */
.prof-info {
    padding: 10px;
}

.prof-info h5 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.prof-info p {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.prof-read-more {
    background-color: #17a2b8;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

.prof-read-more:hover {
    background-color: #138496;
    color: #ffffff;
}
.card-img-block {
  position: relative;
  overflow: hidden;
}

.view-more-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.view-more-overlay:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  transform: scale(1.05);
}

.profile-card-5 {
  border: 0 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
}

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

.profile-card-5 img {
  transition: transform 0.4s ease-in-out;
}

.profile-card-5:hover img {
  transform: scale(1.05);
}

 .profile-wrapper {
      margin:0px auto;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0px 6px 25px rgba(0,0,0,0.12);
      border: 1px solid #3333330f;
    }

 .profile-left {
  position: relative;
  overflow: hidden;
  background: #002a5c;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.profile-left::before, .profile-left::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  animation: floatBubbles 12s linear infinite;
}

.profile-left::before {
  width: 150px;
  height: 150px;
  bottom: -50px;
  left: -50px;
}

.profile-left::after {
  width: 200px;
  height: 200px;
  top: -80px;
  right: -80px;
  animation-delay: 6s;
}

@keyframes floatBubbles {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-40px) scale(1.1); }
  100% { transform: translateY(0) scale(1); }
}


    .profile-left img {
    width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border: 6px solid #fff;
  display: block;
  margin: 0 auto 25px auto;
    }

    .profile-left h3 {
      margin-bottom: 15px;
      font-weight: 700;
      color: #ffd700;
      font-size: 1.2rem;
    }

    .profile-left p {
      margin-bottom: 12px;
      font-size: 0.95rem;
      color: #fff;
    }

    .profile-left a {
      color: #c1c1c1;
      
    }

    .quick-facts {
      background: #ffffffcc;
      padding: 20px;
      border-radius: 15px;
      margin-top: 71px; /* Moved further down */
      text-align: left;
    }

    .quick-facts h6 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 25px;
      border-bottom: 2px solid #000;
      display: inline-block;
      padding-bottom: 4px;
      color: #000;
    }

    .quick-facts ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .quick-facts ul li {
      margin-bottom: 14px;
      font-size: 0.9rem;
    }

    .profile-right {
      padding: 40px 50px;
    }

    .section-titles {
   font-size: 1.1rem;
  font-weight: 600;
  color: #530986;
  margin-top: 25px;
  border-bottom: 1px solid #5309862e;
  padding-bottom: 7px;
    }

    .profile-right ul {
      padding-left: 20px;
    }

    .profile-right p, .profile-right li {
      font-size: 0.95rem;
      line-height: 1.65;
    }

    .profile-right p {
      text-align: justify;
    }

    /* === Social Media Buttons === */
    .social-icons {
      margin-top: 30px;
      text-align: center;
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      margin: 0 6px;
      border-radius: 50%;
      color: #fff;
      font-size: 1.2rem;
      transition: all 0.4s ease;
    }

    .social-icons a.facebook { background: #3b5998; }
    .social-icons a.twitter { background: #000000; }
    .social-icons a.linkedin { background: #0077b5; }
    .social-icons a.youtube { background: #ff0000; }

    .social-icons a:hover {
      transform: translateY(-6px) scale(1.1);
      box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

  .dg-card{
      background: rgba(255,255,255,0.95);
      border-radius:1rem;
      box-shadow:0 6px 28px rgba(34,34,34,0.08);
      padding:2.5rem;
      border-left:6px solid #ffd700;
    }

    .dg-title{
      font-family: 'Playfair Display', serif;
      letter-spacing:1px;
      color:#111;
      margin-bottom:0.75rem;
      font-size:1.05rem;
      text-transform:uppercase;
    }

    .dg-heading{
      font-family: 'Playfair Display', serif;
      font-size:1.6rem;
      margin-bottom:1.5rem;
      color:#0b2540;
    }

    .dg-content p{
      line-height:1.7;
      margin-bottom:1rem;
      font-size:1rem;
      text-align: justify;
    }

    .dg-sign{
      margin-top:1.5rem;
    }

    .dg-sign .name{
      font-weight:700;
      color:#0b2540;
      font-size:1.05rem;
    }

    .dg-sign .title{
      font-size:0.92rem;
      color:#555;
    }

    .badge-accent{
      background:linear-gradient(90deg,#ffd700, #ffdf5a);
      color:#000;
      font-weight:600;
      padding:0.4rem 0.75rem;
      border-radius:999px;
      font-size:0.8rem;
      margin-bottom:1rem;
      display:inline-block;
    }

    .fade-up{
      transform:translateY(10px);
      opacity:0;
      animation:fadeUp 700ms ease forwards;
    }
    .fade-up.delay-1{ animation-delay:100ms; }
    .fade-up.delay-2{ animation-delay:200ms; }

    @keyframes fadeUp{
      to{ transform:none; opacity:1; }
    }
      /* Modern Input Design */
  .modern-input {
    border-radius: 0.75rem !important;
    border: 1px solid #dee2e6;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }

  /* Placeholder styling */
  .modern-input::placeholder {
    font-size: 0.9rem;
    color: #6c757d;
  }

  /* Focus glow */
  .modern-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.25);
  }

  /* Date inputs same font size */
  input[type="date"].modern-input {
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
  }

  /* Button hover grow */
  .hover-grow:hover {
    transform: scale(1.05);
  }   
 .overview-area.pb-75.pt-100.court-of-governor {
  background: linear-gradient(135deg, #e8f0ff 0%, #ffffff 100%);
  min-height: 100vh;
}
.table-courtdate {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin: 30px auto;
  animation: fadeIn 1s ease;
}
@keyframes fadeIn {
      from {opacity: 0; transform: translateY(20px);}
      to {opacity: 1; transform: translateY(0);}
    }
   .table-courtdate h2 {
      text-align: center;
      color: #0d6efd;
      font-weight: 700;
      letter-spacing: 0.5px;
      font-size: 1.7rem;
    }
    .subheading {
      text-align: center;
      color: #6c757d;
      margin-bottom: 25px;
      font-style: italic;
    }

    .badge-section {
      background: linear-gradient(90deg, #0d6efd, #007bff);
      color: #fff;
      font-weight: 500;
      padding: 8px 18px;
      border-radius: 25px;
      display: inline-block;
      margin-bottom: 20px;
    }

    .elected-members td {
  background: linear-gradient(135deg, #004b8d, #0072bc);
  color: #fff;
}
    @media (max-width: 768px) {
      .table-courtdate {
        padding: 25px;
      }
      h2 {
        font-size: 1.5rem;
      }
    }   
    
.table.table-bordered.table-striped.align-middle.governor tbody tr td strong {
  font-weight: 500;
}
    
    .mt2 {
  margin-left: 6px;
  margin-right: 6px;
}
.position-relative.py-5.bg-gradient.margintop {
  margin-top: 3rem;
}
.view-brochures.bg-warning {
  color: #0c0101;
}    
.karmayogi .slick-prev {
  left: -36px;
}    
    
.nautical-card1 {
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.75rem;
  color: #000;
  background-color: #ffffff;
}    
.nautical-card1:hover {
  background-color: #f1f9ff;
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}     
.timeline-box {
  position: relative;
  background-color: #002a5c;
  border-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #17191B;
  transition: all 0.3s ease;
  overflow: hidden;
}
.old_news {
  border: 1px solid #33333340;
  padding-bottom: 11px;
  transition: transform .8s;
  padding: 15px;
  box-shadow: 0 0 24px -15px #030380ab;
}
.pb45 {
  padding: 12px;
    padding-top: 12px;
  padding-top: 12px;
  padding-top: 12px;
  padding-top: 12px;
}
.timeline-box h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.timeline-box h5, .timeline-box p {
  color: #fff;
}
.image-box-details h5 {
  font-size: 15px;
  padding-bottom: 2px;
}
.image-box-details p {
  padding-bottom: 8px;
}
.timeline-box h5, .timeline-box p {
  color: #fff;
}


.adipisicing_button {
  display: inline-block;
  background: linear-gradient(90deg, #8f9eb1, #0054ca);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.adipisicing_button:hover{
  background: linear-gradient(90deg, #4b8ce8, #0a3c78);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(10,60,120,0.3);
 color: #fff;
 }
.old_news:hover {
  transform: scale(1.02);
  box-shadow: 0px 16px 16px 0px #848c90 !important;
}
    .gallery-heading {
      text-align: center;
      color: #0a3c78;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 2rem;
      margin-bottom: 21px;
      position: relative;
    }
    .gallery-heading::after {
      content: "";
      display: block;
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #0a3c78, #4b8ce8);
      margin: 12px auto 0;
      border-radius: 4px;
    }
    @media (max-width: 768px) {
      .gallery-heading {
        font-size: 1.6rem;
      }
    }
     .gallary-sec {
            background-color: #f8f9fa;
        }

        .celebration-text {
            font-weight: 700;
            font-size: 2rem;
            color: #0d6efd;
        }

        /* Equal size gallery items */
        .gallery-item {
            overflow: hidden;
            border-radius: 0.5rem;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .gallery-img {
            width: 100%;
            height: 250px; /* fixed height for uniform size */
            object-fit: cover; /* crop and scale image to fill */
            transition: transform 0.5s;
        }

        .gallery-item:hover .gallery-img {
            transform: scale(1.1);
        }

        /* Caption overlay */
        .gallery-item::after {
            content: attr(data-caption);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            font-size: 0.9rem;
            text-align: center;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .gallery-item:hover::after {
            opacity: 1;
        }    
     .sitemap-sec {
  background-color: #f8f9fa;
}

    .sitemap-wrapper {
      background: #fff;
      border-radius: 12px;
      padding: 40px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }

    .sitemap-wrapper ul {
      list-style-type: none;
      padding-left: 0;
    }

    .sitemap-wrapper > ul > li {
      margin-bottom: 30px;
    }

    .sitemap-wrapper li h5 {
      color: #003366;
      font-weight: 600;
      border-left: 5px solid #005b99;
      padding-left: 10px;
      margin-bottom: 10px;
    }

    .sitemap-wrapper li ul {
      padding-left: 25px;
      border-left: 1px solid #dee2e6;
      margin-top: 10px;
    }

    .sitemap-wrapper li ul li {
      margin-bottom: 6px;
      list-style: disc;
    }

    .sitemap-wrapper a {
      text-decoration: none;
      color: #333;
      transition: color 0.2s, transform 0.2s;
    }

    .sitemap-wrapper a:hover {
      color: #005b99;
      transform: translateX(3px);
    }
    .gallery-details {
  background-color: #f8f9fa;
}
.carousel-caption.slider-caption {
  background-color: #33333369;
}
.carousel-caption.slider-caption h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
.carousel-caption.slider-caption p {
  color: #fff;
}
.carousel-caption.slider-caption {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.card.nautical-card.text-bg-light.flex-fill.mt2 {
  box-shadow: unset;
}
.slick-next {
  right: -15px !important;
}
.gallery-heading.testimonial::after {
  background: unset;
}









    