/* Gradient backgrounds */
 
 
/* Gradient backgrounds */
.bg-gradient-blue        { background: linear-gradient(135deg, #9bbee1, #167ee6) !important; }
.bg-gradient-lightgreen        { background: linear-gradient(135deg,#c9ef97, #a7bc69) !important; }
.bg-gradient-purple      { background: linear-gradient(135deg, #6365B5, #3D3E82) !important; }
.bg-gradient-green       { background: linear-gradient(135deg, #1781C3, #265F83) !important; }
.bg-gradient-orange      { background: linear-gradient(135deg, #FF9800, #F57C00) !important; }
.bg-gradient-dark-purple { background: linear-gradient(135deg, #5b4071, #9032dd) !important; }
.bg-gradient-teal        { background: linear-gradient(135deg, #4facfe, #00f2fe) !important; }
.bg-gradient-indigo      { background: linear-gradient(135deg, #ba450b, #a19e68) !important; }
.bg-gradient-cyan        { background: linear-gradient(135deg, #74b9ff, #0984e3) !important; }
/* Nagaland Public Service Commission */
.bg-gradient-nagaland {
  background: linear-gradient(251.63deg, #E6DCF9 7.68%, #EAE7FB 48.66%, #EEEFFC 92.92%) !important;
}

/* Social Justice & Empowerment Department, Gujarat */
.bg-gradient-gujarat {
  background: linear-gradient(249.14deg, #E6E3FB 12.46%, #EAE9F9 51.07%, #EEEDF9 92.76%) !important;
}

/* Ayushman Bharat */
.bg-gradient-ayushman {
  background: linear-gradient(251.63deg, #E2ECF8 7.68%, #E9F0FD 48.66%, #E8F1FD 92.92%) !important;
}

/* Department of AYUSH, Andhra Pradesh */
.bg-gradient-ayush {
  background: linear-gradient(251.63deg, #FCE4E2 7.68%, #FDEAE7 48.66%, #FEF2EE 92.92%) !important;
}

/* Tata Power Delhi Distribution Limited */
.bg-gradient-tata-power {
  background: linear-gradient(251.63deg, #E4F0E2 7.68%, #E9F5E7 48.66%, #ECF6EA 92.92%) !important;
}

/* Tamil Nadu Power Distribution Corporation Limited */
.bg-gradient-tnpdcl {
  background: linear-gradient(251.63deg, #E2EDFB 7.68%, #E8F0FA 48.66%, #EBF1FC 92.92%) !important;
}
 
.lazy-image {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
 
.lazy-image.loaded {
    opacity: 1;
}
 
.playstore-icon{
    height: 36px;
}
 
/* New In Digilocker Section Cards CSS */

.new-digi-card {
  width: 285.827px;
  min-height: 136.496px;
    border-radius: 7.874px !important;
    border: 1px solid #fefafa06 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform, box-shadow;
}

.new-digi-card:hover {
    font-size: 14px;
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.new-digi-card-logo {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 74.27/84.25;
    object-fit: cover;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.new-digi-card-title {
    color: #00021B;
    font-size: 14.961px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: -0.673px;
    min-height: 55.118px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-digi-card-sub-title {
    color: rgb(21,21,22);
    font-size: 12.598px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.126px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-digi-card-btn {
    display: flex;
    padding: 2.362px 7.874px;
    justify-content: center;
    align-items: center;
    gap: 7.874px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid white;
    font-size: 12.598px;
    font-style: normal;
    font-weight: 400;
    line-height: 135.99%;
    letter-spacing: -0.315px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00021B !important;
}

/* New In Digilocker Section Cards CSS Ended*/

.dark-mode .new-digi-card .new-digi-card-title,
.dark-mode .new-digi-card .new-digi-card-title span,
.dark-mode .new-digi-card .new-digi-card-sub-title,
.dark-mode .new-digi-card .new-digi-card-btn,
.dark-mode .new-digi-card .new-digi-card-btn *,
body.ux4g-accessibility-dark-mode .new-digi-card .new-digi-card-title,
body.ux4g-accessibility-dark-mode .new-digi-card .new-digi-card-title span,
body.ux4g-accessibility-dark-mode .new-digi-card .new-digi-card-sub-title,
body.ux4g-accessibility-dark-mode .new-digi-card .new-digi-card-btn,
body.ux4g-accessibility-dark-mode .new-digi-card .new-digi-card-btn * {
    color: rgb(255, 255, 0) !important;
}

.owl-stage {
    margin: 5px 0px;
}
 
 
/* // card simmer effects */
 
.card-shimmer {
    border-radius: 15px;
    height: 140px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}
 
.banner-shimmer {
    height: 350px !important;
 
    @media (max-width: 400px) {
        height: 120px !important;
    }
}
 
@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
 
 
/* Top section with logo and text */
 
.shimmer-top {
    display: flex;
    flex-direction: row;
    gap: 30px;
    word-spacing: 0em;
    padding: 20px 0;
}
 
.shimmer-logo {
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, #d1d5db 25%, #e5e7eb 50%, #d1d5db 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 50%;
    margin-bottom: 15px;
}
 
.shimmer-text {
    background: linear-gradient(90deg, #d1d5db 25%, #e5e7eb 50%, #d1d5db 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 6px;
    margin-bottom: 8px;
}
 
.shimmer-text.title {
    height: 20px;
    width: 150px;
    @media (max-width: 768px) {
        width: 180px;
    }
    @media (min-width:768px) and (max-width:1024px) {
        width: 130px
    }
}
 
.shimmer-text.subtitle {
    height: 16px;
    width: 130px;
    margin: 5px 0;
}
 
 
/* Bottom button */
 
.shimmer-btn {
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #d1d5db 25%, #e5e7eb 50%, #d1d5db 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 18px;
    align-self: flex-start;
    margin-top: 10px;
}
 
 
/* Staggered animation delays for more realistic effect */
 
.card-shimmer:nth-child(1) {
    animation-delay: 0s;
}
 
.card-shimmer:nth-child(2) {
    animation-delay: 0.2s;
}
 
.card-shimmer:nth-child(3) {
    animation-delay: 0.4s;
}
 
.card-shimmer:nth-child(4) {
    animation-delay: 0.6s;
}
 
.card-shimmer:nth-child(1) .shimmer-logo,
.card-shimmer:nth-child(1) .shimmer-text,
.card-shimmer:nth-child(1) .shimmer-btn {
    animation-delay: 0s;
}
 
.card-shimmer:nth-child(2) .shimmer-logo,
.card-shimmer:nth-child(2) .shimmer-text,
.card-shimmer:nth-child(2) .shimmer-btn {
    animation-delay: 0.2s;
}
 
.card-shimmer:nth-child(3) .shimmer-logo,
.card-shimmer:nth-child(3) .shimmer-text,
.card-shimmer:nth-child(3) .shimmer-btn {
    animation-delay: 0.4s;
}
 
 
/* Optional: Pulse effect for variety */
 
.card-shimmer.pulse-variant {
    animation: pulse 2s infinite;
    background: #f1f5f9;
}
 
@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}
 
.pulse-variant .shimmer-logo,
.pulse-variant .shimmer-text,
.pulse-variant .shimmer-btn {
    background: #e2e8f0;
    animation: pulse 2s infinite;
}


/* swiper-slider css */

.peek-section {
  position: relative;
  overflow: hidden;
  /* clips the oversized blurred background so it never spills past this section */
}

.peek-bg-blur {
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  height: 60%;
  /* shorter than full section height, and extends past top/sides so the
     blur radius doesn't reveal a sharp edge */
  background-size: cover;
  background-position: center top;
  filter: blur(80px) saturate(2.3) brightness(1.0);
  transform: scale(1.2);
  transition: background-image 0.5s ease;
  z-index: 0;
  /* fades the blur itself out from fully visible at top to transparent at bottom */
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

.peek-carousel-wrapper {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 60px;
  /* room for the side peeks to breathe */
}

.peekSwiper {
  overflow: visible;
  /* lets prev/next slides peek outside the main slide's box */
  padding: 20px 0 60px;
}

.peekSwiper .swiper-wrapper {
  align-items: center;
}

.peekSwiper .swiper-slide {
  width: 90%;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.35;
  transform: scale(0.88);
  filter: blur(1px);
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
  box-shadow: 0 10px 30px rgba(20, 10, 60, 0.15);

  @media (max-width: 768px) {
    width: 100%;
    border-radius: 0px;
  }
}

.peekSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  z-index: 2;
}

.peekSwiper .swiper-slide img {
  border-radius: 20px;
  height: auto;
  width: 100%;
  display: block;

  @media (max-width: 768px) {
    border-radius: 0px;
  }
}

/* pagination dots */
.peek-pagination {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.peek-pagination .swiper-pagination-bullet {
  background: #c9c3f5;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.peek-pagination .swiper-pagination-bullet-active {
  background: #6a3df5;
  width: 20px;
  border-radius: 4px;
}

/* prev/pause/next controls */
.action-controls {
  position: absolute;
  right: 144px;
  bottom: 70px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.action-controls button {
  background: #fff;
  border: none;
  color: #6a3df5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(20, 10, 60, 0.15);
  transition: background 0.2s ease;
}

.action-controls button:hover {
  background: #f0edff;
}

@media (max-width: 768px) {
  .peek-carousel-wrapper {
    padding: 0 16px;
  }

  .peekSwiper .swiper-slide {
    width: 100%;
  }

  .action-controls {
    right: 16px;
    bottom: 12px;
  }
}

.owl-stage-outer{
    height: 100% !important;

    @media (max-width: 768px) {
        height: auto !important;
    }
}