/* Slick arrows */
.slick-prev,
.slick-next {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
  z-index: 10;
  transition: background 0.3s, color 0.3s;
}

.slick-prev:hover,
.slick-next:hover {
  background: #333;
  color: #fff;
}

.slick-prev {
  left: -50px; /* Adjust as per design */
}
.slick-next {
  right: -50px; /* Adjust as per design */
}

/* Pause/Play button */
.slick-extra-controls {
  text-align: center;
  margin-top: 10px;
}

.slick-pause-play {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s, color 0.3s, transform 0.2s;
}

.slick-pause-play:hover {
  background: #333;
  color: #fff;
  transform: scale(1.1);
}

/* Dots styling (optional enhancement) */
.slick-dots {
  margin-top: 15px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #666;
  opacity: 0.7;
}
.slick-dots li.slick-active button:before {
  color: #333;
  opacity: 1;
}


/* Header wrapper */
.header-area .row {
  align-items: center; /* vertical alignment */
}

/* Left emblem */
.region-header-emblem img {
  max-height: 80px;  /* size control */
  width: auto;
}

/* Right side logos wrapper */
.region-header-right .views-view-grid .row {
  display: flex;
  /* justify-content: flex-end;  /* right align */ */
  align-items: center;
  gap: 8px;   /* space between dept logo & Digital India logo */
  flex-wrap: nowrap; /* prevent line break */
}

/* Right side logos images */
.region-header-right img {
  max-height: 80px; /* uniform size */
  width: auto;
}


/* Footer Menu Grid - compact */
.region-footer-menu .menu--footer-menu ul.nav {
 
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* smaller min-width */
  gap: 15px 15px; /*  gap */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Remove Bootstrap flex */
.region-footer-menu .menu--footer-menu .nav {
  flex-direction: unset !important;
}

/* Items */
.region-footer-menu .menu--footer-menu .nav-item {
  margin: 0; 
  padding: 0;
}

/* Links */
.region-footer-menu .menu--footer-menu .nav-link {
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 4px 6px; /* compact padding */
  display: block;
  transition: color 0.2s ease;
  font-size: 90%; 
  white-space: nowrap; 
}

/* Hover */
.region-footer-menu .menu--footer-menu .nav-link:hover {
  color: #f8d210 !important;
  text-decoration: none !important;
}




/* --- Reset default Superfish box styles --- */
.block-superfish .sf-menu li {
  /* background: transparent !important;  remove blue bg */
  margin: 0 10px;                      /* spacing between items */
  padding: 0;
  border: none !important;
}

/* Links style */
.block-superfish .sf-menu a,
.block-superfish .sf-menu span.nolink {
  color: #ffffff !important;          /* white text */
  text-decoration: none !important;   /* remove underline */
  padding: 10px 5px;                  /* simple padding */
  display: block;
  font-size: 16px;
  font-weight: 500;
  background: transparent !important; /* remove box bg */
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

/* Hover + Active */
.block-superfish .sf-menu a:hover,
.block-superfish .sf-menu .is-active {
  color: #fff !important;           /* yellow highlight */
  border-bottom: 2px solid #f8d210;    /* underline effect on hover */
  background: transparent !important;
}

/* Dropdown menu */
.block-superfish .sf-menu ul {
  background: #1a1a1a;   /* dropdown dark bg */
  border-radius: 4px;
  padding: 8px 0;
  min-width: 180px;
}

/* Dropdown items */
.block-superfish .sf-menu ul li a {
  color: #fff !important;
  padding: 6px 12px;
  font-size: 14px;
}

/* Dropdown hover */
.block-superfish .sf-menu ul li a:hover {
  background: #333;
  color: #f8d210 !important;
}




/* Digital Assist container */
[data-block="digital_assist"] .list-group-item {
  background: #fff;                /* white card */
  border: 1px solid #e5e5e5;       /* light border */
  border-radius: 12px;             /* rounded corners */
  margin-bottom: 15px;             /* spacing between items */
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;                       /* space between icon and text */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}

/* Icon inside card */
[data-block="digital_assist"] .list-group-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* Hover effect */
[data-block="digital_assist"] .list-group-item:hover {
  background: #f8f9fa;                /* light grey hover */
  transform: translateY(-2px);        /* slight lift */
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  text-decoration: none;
  color: #0056b3;                     /* accent color */
}

/* Title text inside card */
[data-block="digital_assist"] .list-group-item span,
[data-block="digital_assist"] .list-group-item {
  font-size: 103%;
  font-weight: 600;
}

.h2, h2 { font-size:200%;}


span.dept-logo-main {
    font-weight: 700;
    font-size: 110% !important;
    color: #4e86d1;
}

.error-404 {
  height: 100vh;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
}

.error-content {
  animation: fadeIn 1s ease-in-out;
}

.error-code {
  font-size: 120px;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.error-title {
  font-size: 32px;
  margin-bottom: 15px;
}

.error-desc {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.9;
}

.home-btn {
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.home-btn:hover {
  background: #fff;
  color: #764ba2;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}