#vfx-product-inner-item {
    background: #ffffff;
    padding: 0px 0;
} 

.scrollcity{

 border: none;
}
.listing-badges {
 
  gap: 0px;
  
}
.sarkari-schemes-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #306447 0%, #0d0d0d 100%);
  color: #fff;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title span {
  color: #ddece3;
}

.section-subtitle {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 40px;
}


.btn-view-more-schemes {
  display: inline-block;
  background: linear-gradient(135deg, #262626 0%, #16A34A 100%);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-view-more-services:hover {
  background: linear-gradient(135deg, #16A34A 0%, #262626 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}


/* Responsive */
@media (max-width: 767px) {
    
  .section-title {
    font-size: 26px;
  }
}

.scheme-box {
  display: block;
  background: linear-gradient(135deg, #262626 0%, #16A34A 100%);
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
}

.scheme-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.scheme-box-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.scheme-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.scheme-box:hover img {
  transform: scale(1.05);
}

.scheme-box-content {
  padding: 15px;
  text-align: center;
  background: #fff;
}

.scheme-box-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #16A34A;
  margin: 0;
  transition: color 0.3s ease;
}

.scheme-box:hover .scheme-box-content h3 {
  color: #fff;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
  .scheme-box {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .scheme-box-img {
    height: auto;
  }
  .scheme-box-img img {
    height: auto;
    object-fit: contain;
  }
  .scheme-box-content h3 {
    font-size: 16px;
  }
}

  .blog-box-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255,215,0,0.9);
  color: #000;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
}

.sarkari-schemes-section-2,
.sarkari-schemes-section-3 {
    padding: 70px 0;
    background: linear-gradient(135deg, #394c3c 0%, #0d0d0d 100%);
    color: #fff;
}

/* Content Card */
.scheme-info-box {
    max-width: 900px;
    margin: auto;
    background: rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 40px 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
}

/* Section Heading */
.scheme-info-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 20px;
    text-align: center;
}

/* Paragraph */
.scheme-info-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #e0e0e0;
    text-align: center;
    margin-bottom: 18px;
}

/* List Styling */
.content-list {
    margin-top: 25px;
}

.content-list ul {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: auto;
}

.content-list li {
    background: linear-gradient(135deg, #262626, #16A34A);
    margin-bottom: 10px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    position: relative;
}

/* Bullet Icon */
.content-list li::before {
    content: "✔";
    color: #FFD700;
    font-weight: bold;
    margin-right: 10px;
}

/* Mobile */
@media (max-width: 767px) {
    .scheme-info-box {
        padding: 30px 20px;
    }

    .scheme-info-box h2 {
        font-size: 22px;
    }

    .scheme-info-box p {
        font-size: 15px;
    }
}


/* ===============================
   FAQ SECTION
================================ */
.sarkari-faq-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #394c3c 0%, #0d0d0d 100%);
    color: #fff;
}

.faq-box {
    max-width: 900px;
    margin: auto;
    background: rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 40px 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

.faq-box h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 35px;
}

/* FAQ Item */
.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 15px 0;
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    color: #fff;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #FFD700;
    transition: 0.3s;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    display: none;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #e0e0e0;
}

/* Mobile */
@media (max-width: 767px) {
    .faq-box {
        padding: 30px 20px;
    }

    .faq-box h2 {
        font-size: 24px;
    }
}


/* ===============================
   ATTRACTIVE INTRO SECTION
================================ */
.sarkari-intro-section {
    padding: 30px 0 45px;
    background: linear-gradient(135deg, #306447 0%, #0d0d0d 100%);
}

/* Highlight Card */
.intro-highlight-box {
    max-width: 950px;
    margin: auto;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(22,163,74,0.12));
    border-left: 5px solid #FFD700;
    border-radius: 14px;
    padding: 22px 26px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    position: relative;
}

/* Badge */
.intro-badge {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700, #e6b800);
    color: #222;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

/* Text */
.intro-text {
    font-size: 16px;
    line-height: 1.9;
    color: #f1f1f1;
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .intro-highlight-box {
        padding: 18px 18px;
    }

    .intro-text {
        font-size: 15px;
    }
}



/* Blog */

.blog-item-box {
  background: linear-gradient(135deg, #ffffff 0%, #f0fff5 100%);
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  height: 100%;
  margin-top: 15px;
}

.blog-item-box:hover {
  transform: translateY(-6px);
  background: linear-gradient(135deg, #16A34A 0%, #262626 100%);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.blog-item-box .blog-title a {
  color: #1d543f;
  transition: color 0.3s ease;
  text-decoration: none;
}

.blog-item-box:hover .blog-title a {
  color: #FFD700 !important;
  text-decoration: none;
}


/* Image */
.blog-item-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

/* Blog Content */
.blog-content {
  padding: 20px;
  text-align: center;
}

.blog-content h3 a {
  color: #1d543f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.blog-content h3 a:hover {
  color: #FFD700;
}

.blog-content p {
  color: #555;
  font-size: 14px;
  margin-top: 10px;
  min-height: 50px;
}

/* Read More Button */
.blog-read-btn {
  display: inline-block;
  margin-top: 15px;
  background: #1d543f;
  color: #fff;
  padding: 6px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.blog-item-box:hover .blog-read-btn {
  background: #FFD700;
  color: #000;
}

/* Responsive Design */
@media (max-width: 767px) {
  .blog-item-box {
    margin-top: 20px;
  }
  .blog-content h3 a {
    font-size: 16px;
  }
}

/* Sidebar Header */
.sidebar-header-recent-posts {
  background: linear-gradient(135deg, #51f08c, #0c6d36);
  color: #fff;
  padding: 8px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.sidebar-header-recent-posts h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Recent Posts List Container */
.recent-posts-list {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* List Style */
.recent-posts-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-posts-list li {
  background: #f7f9fa;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.35s ease;
  padding: 10px 12px;
  position: relative;
  cursor: pointer;
}

.recent-posts-list li:last-child {
  margin-bottom: 0;
}

/* Title Text */
.recent-posts-list li a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  display: block;
  transition: color 0.3s ease;
  line-height: 1.4;
  margin-bottom: 6px;
}

/* Date Badge (Default Load) */
.recent-posts-list li small {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700, #e6b800);
  color: #222;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
}

/* Hover Effects */
.recent-posts-list li:hover {
  background: linear-gradient(135deg, #262626, #16A34A);
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(22,163,74,0.25);
}

.recent-posts-list li:hover a {
  color: #FFD700;
}

.recent-posts-list li:hover small {
  background: #fff;
  color: #16A34A;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3);
}

/* View More Button */
.btn-view-more {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #16A34A, #262626);
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 12px;
}

.btn-view-more:hover {
  background: linear-gradient(135deg, #262626, #16A34A);
  transform: translateY(-3px);
}

.left-slide-slt-block {
    margin-bottom: 5px;
    
}

/* Responsive */
@media (max-width: 991px) {
  .recent-posts-list {
    margin-top: 15px;
  }
}