.faq-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.faq-section h2 {
    font-size: 28px !important;
}


.tab {
  padding: 8px 15px;
  border: none;
  background: #f0f0f0;
  border-radius: 20px;
  cursor: pointer;
}

.tab.active {
  background-color: #312E81;
  color: white;
}

.accordion-group {
  display: none;
}

.accordion-group.active {
  display: block;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-question {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  background: none;
  border: none;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.accordion-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.accordion-item.open .accordion-question::after {
  content: '−';
}

.accordion-answer {
  display: none;
  padding: 0 15px 15px;
  color: #444;
}

.accordion-item.open .accordion-answer {
  display: block;
}




.connect-section {
    background: #FFF4F4;
    padding: 40px 20px;
    text-align: center;
}

.connect-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  height: 216px;
}

.location-marker img {
  max-width: 100px;
}

.location-marker {
    position: relative;
    top: -50px;
    left: 15%;
}

.connect-details h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.connect-details .highlight {
  color: #312e80;
  font-weight: bold;
}

.connect-details p {
  font-size: 16px;
  margin: 6px 0;
}

.connect-details i {
  color: #312e80;
  margin-right: 6px;
}

.logo-slider {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.logo-slider img {
  height: 60px;
  width: 60%;
  display: block;
  margin: auto;
}


.cnt-sec {
    display: flex;
}

.cnt-sec .location-marker {
    width: 40%;
}

.cnt-sec .connect-details {
    width: 60%;
    padding: 40px 0px;
}

.connect-details p {
    display: flex;
    margin-bottom: 18px;
}


/*event*/

/* Events Section Wrapper */
.events-section {
  padding: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}

/* Section Heading */
.events-section h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.events-section .text-primary {
  color: #312e81 !important;
}

/* Event Card */
.event-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.event-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Badge Style */
.event-card .badge {
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 12px;
  font-weight: 500;
}

/* Event Title */
.event-card h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

/* Event Date & Location */
.event-card p {
  font-size: 14px;
  margin: 4px 0;
  color: #555;
  display: flex;
  align-items: center;
}

/* Font Awesome Icon Styling */
.event-card i {
  color: #2f3ecf;
  margin-right: 8px;
  font-size: 14px;
}

/* Responsive Fixes */
@media (max-width: 767.98px) {
  .events-section h2 {
    font-size: 22px;
    text-align: center;
  }

  .event-card {
    text-align: left;
  }
}


/*video section code*/
.video-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      transition: transform 0.3s ease;
      cursor: pointer;
    }

    .video-card img {
      width: 100%;
      display: block;
    }

   .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .video-title {
      margin-top: 10px;
      font-weight: 500;
    }

    .video-date {
      color: #6c757d;
      font-size: 14px;
    }

    .modal-content {
      background-color: transparent;
      border: none;
    }

    .modal-body {
      padding: 0;
    }

    iframe {
      width: 100%;
      height: 400px;
    }

    .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  overflow: hidden;
}


    @media (min-width: 768px) {
      iframe {
        height: 500px;
      }
    }


:root{
    --primary-color: #212121;
    --secondary-color: #312E81;
    --white-color: #fff;
}

body{
    color: var(--primary-color);
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}*/

.login-buttons a{
    padding: 10px 12px 10px 12px;
    background-color: var(--secondary-color);
    border-radius: 8px;
    color: var(--white-color);
}
.login-buttons {
    display: flex;
    gap: 16px;
    margin-left: 28px;
}
.slider-list > img{
    width: 100%;
}
.slider-list {
    position: relative;
    align-items: center !important;
    display: flex;
}
.slider-list > .container{
    position: absolute;
    left: 0;
    max-width: 100%;
}
.slider-img {
    width: 100%;
}
.slider-caption-content {
    max-width: 90%;
    margin: 0px auto 0;
}
p.link-incentive-title {
    font-size: 24px;
    line-height: 54px;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0 0 4px;
}
.slider-caption-content h2 {
    font-size: 36px !important;
    line-height: 54px;
    font-weight: 700;
    max-width: 758px;
    color: var(--primary-color);
    margin: 0 0 16px;
}
.slider-caption-content h2 span {
    color: #962982;
}
.border-divide{
    width: 248px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #962982 0%, #FFFFFF 100%);
    border-image-slice: 1;
    margin: 24px 0px;
}

.ntext {
    font-size: 20px !important;
    font-style: italic;
    color: #212121;
}

.slider-description{
    font-size: 16px;
    line-height: 32px;
    max-width: 693px;
    color: #212121;
    margin: 0 0 24px;
}
.slider-caption-content > span{
    font-size: 16px;
    line-height: 34px;
    display: block;
    text-align: right;
    max-width: 569px;
}
.person-by{
    display: flex;
    justify-content: end;
    max-width: 569px;
    align-items: center;
    gap: 8px;
}
.person-by .hyphen {
    width: 16px;
    height: 2px;
    background: #000;
}
.person-by span{
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
.banner-section-home .slick-dotted.slick-slider {
  margin: 0px;
}
.slick-slider ul.slick-dots li{
    width: 8px;
    height: 8px;
    padding: 0;
    border-color: var(--secondary-color);
    margin: 0;
}
.slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    bottom: 48px;
}
.slick-slider ul.slick-dots .slick-active {
    width: 44px !important;
    margin: 0px;
    background-color: var(--secondary-color);
}
.slider-caption-buttons {
    display: flex;
    gap: 16px;
}
.slider-caption-buttons-info{
  padding: 9.5px 24px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.slider-caption-buttons-info:hover{
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}
.slider-caption-signin-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.epfo-employee-benefits-divider{
    width: 1px;
    height: 56px;
    background-color: #CACACA;
    margin: 0 58px 0 70px;
}
.epfo-employee-benefits{
    box-shadow: 0px 4px 20px 0px #0000001F;
    padding: 19px 0;
    margin: -84px 0 0;
    position: relative;
}
.epfo-employee-benefits::before{
    content: "";
    background: linear-gradient(255.14deg, #BAB7FF 40.21%, #FFFFFF 78.93%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    border-radius: 12px;
    top: 0px;
}
.epfo-employee-benefits p{
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}
.epfo-employee-benefits p span{
    font-weight: bold;
    color: var(--secondary-color);
}
.epfo-employee-benefits-content{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.epfo-employee-benefits::after{
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    content: "";
    position: absolute;
    left: 1px;
    z-index: 1;
    border-radius: 12px;
    background-color: #fff;
    top: 1px;
}
.section-title{
   font-size: 32px; 
   line-height: 40px;
   font-weight: 600;
   color: var(--primary-color);
   margin: 0px;
}
.section-title span{
    color: var(--secondary-color);
}
.section-description{
    font-size: 16px;
    line-height: 26px;
    color: #3E3F66;
    margin: 8px 0 0;
    text-align: center;
}
.benefits-employees{
    margin-top: 150px;
    margin-left: -18.5px;
    margin-right: -18.5px;
}
.benefits-employees [class^="col"] {
    padding-left: 18.5px;
    padding-right: 18.5px;
}
.benefits-employees-content{
    border: 1.37px solid #E3E3E3;
    border-radius: 12px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 224px;
    border-color: #DCB3DB;
}
/* .benefits-employees-frame1{
    background-image: url("../images/frame1.png");
}
.benefits-employees-frame2{
    background-image: url("../images/frame2.png");
}
.benefits-employees-frame3{
    background-image: url("../images/frame3.png");
} */
.benefits-employees-content-symbol {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    box-shadow: 0px 5.49px 16.46px 0px #0000001F;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -37px auto 0;
    border: 1px solid #DCB3DB
}
.benefits-employees-content label{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #880085;
    margin: 32px 0 0;
}
.benefits-employees-content p {
    text-align: center;
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #0A0032;
    padding: 0 36px;
}
.benefits-employees .section-description {
    margin-bottom: 68px;
}
.common-gap-t{
    margin-top: 120px;
}
.common-gap-b{
    margin-bottom: 120px;
}
.connect-with-us{
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.incentives-content-left {
    display: flex;
}
.incentives-employees-images .unactive {
    display: block;
}
.incentives-employees-images .incentives-employees-active-img{
    display: none;
}
.incentives-employees-images.incentives-employees-active .unactive {
    display: none;
}
.incentives-employees-images.incentives-employees-active .incentives-employees-active-img {
    display: block;
}
.incentives-employees-images {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.incentives-employees-images span{
    line-height: 15px;
    display: block;
    color: #615B71;
    text-transform: uppercase;
    margin: 14px 0 12px 0px;
}
.incentives-employees-active span {
    font-size: 24px;
    line-height: 18px;
    font-style: italic;
    position: relative;
    margin-right: auto;
    color: #fff;
    padding: 8px 37px 11px 35px;
    font-weight: bold;
    margin-left: 41px;
    margin-top: -16px;
    margin-bottom: 0;
}
.incentives-employees-active span::before{
    content: "";
    background: #880085;
    transform: skew(-10deg);
    width: 100%;
    height: 100%;
        width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    z-index: -1;
    padding: 0;
    left: 0;
    top: 0;

}
.incentives-employees-content-info h2 {
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 12px;
    line-height: 56px;
}
.eli-page .for-employee-tab .incentives-employees-content-info h2 span {
    color: #880085;
}
.eli-page .for-employer-tab .incentives-employees-content-info h2 span {
    color: var(--pnk-color);
}
.incentives-employees-content-info p {
    font-size: 16px;
    line-height: 26px;
    color: #3E3F66;
    margin: 0;
}
.incentives-employees {
    margin-top: 95px;
    gap: 76px;
}
.incentives-employees-content-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    justify-content: end;
}
.incentives-employees [class^="col"] {
    width: calc(50% - 38px);
}


/*--------devansh css code----*/

/* Banner top */
.top-banner-section{
    width: 100%;
    height: 80px;
    background: linear-gradient(45deg, #E1DBFF, #FFC5C5);
}

/* Banner Section */
.container-home {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}


.banner-content-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-block {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.text-block h1 {
  font-size: 28px;
  color: #2b2b84;
  margin-bottom: 10px;
}

.text-block p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.text-block .desc {
  color: #555;
  margin-bottom: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2b2b84;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #1a1a5e;
}

.image-block {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  text-align: center;
}

.image-block img {
  max-width: 100%;
  height: auto;
}

/* Section 1 */
.epfo-services {
    margin: 0px;
}
.intrsction {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin: 8px 0px 0px;
}
.section-header {
  margin-bottom: 30px;
  position: relative;
}

.section-header .highlight {
  color: #2f2f85;
  font-weight: 700;
}

.filters {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.filters .filter {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: white;
  cursor: pointer;
  font-weight: 500;
  color: #393939;
}

.filters .filter.active {
  background-color: #2f2f85;
  color: white;
  border-color: #2f2f85;
}

.search-box {
  text-align: center;
  width: 458px;
  position: relative;
}

.search-box input {
  padding: 0px 20px;
  border-radius: 12px;
  border: 1px solid #C5C5C5;
  width: 100%;
  max-width: 100%;
  height: 56px;
  color: #656565;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: normal;

}
.search-box input::-webkit-input-placeholder{
  color: #656565;
}
.search-box input::-moz-input-placeholder{
  color: #656565;
}
.search-box input::-ms-input-placeholder{
  color: #656565;
}
.search-box input::-o-input-placeholder{
  color: #656565;
}

.search-btn {
  margin-left: -35px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 19px;
  padding: 20px;
  right: 0px;
  background: url("../images/search.svg") no-repeat;
  width: 17px;
  height: 17px;
}

.service-grid {
  display: grid;
  gap: 24px;
  justify-content: center;
  margin-top: 32px;
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  transition: 0.3s ease;
  border: 1px solid #eee;
}

.service-card .icon {
  font-size: 32px;
  margin-bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card.orange .icon{
  background-color: #FFF3E8;
}

.service-card.teal .icon{
  background-color: #EBFFFF;
}

.service-card.purple .icon{
  background-color: #F2EBFF;
}

.service-card.green .icon{
  background-color: #EFFFE8;
}

.service-card h3 {
  margin: 16px 0px;
  font-size: 20px;
  color: var(--primary-color);
  margin: 0 0 16px;
  font-weight: 500;
  line-height: 28px;
}

.service-card p {
  font-size: 14px;
  color: #5D5D5D;
  margin: 0 0 26px;
  max-width: 234px;
  text-align: left;
}

.service-card .cta {
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.service-card.orange .cta, .service-card.orange .cta:hover { color: #e65c00 !important; }
.service-card.teal .cta, .service-card.teal .cta:hover { color: #007f7f !important; }
.service-card.purple .cta, .service-card.purple .cta:hover { color: #4b0082 !important; }
.service-card.green .cta, .service-card.green .cta:hover { color: #2e7d32 !important; }

.view-all {
  text-align: center;
  margin-top: 36px;
}

.view-all-btn {
  padding: 10px 24px;
  border: 1px solid var(--secondary-color);
  border-radius: 8px;
  background: white;
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}

.view-all-btn:hover{
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}


/* Section 2 */
section.about-epfo {
    margin: 0px;
}
.epfo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: auto;
}

.epfo-left {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
}

.logo-wrapper {
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.epfo-logo {
  width: 100%;
  height: auto;
}

.epfo-right {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.epfo-right h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.epfo-right .highlight {
  color: #2f2f85;
  font-weight: bold;
}

.epfo-right p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.epfo-stats {
  background-color: #2f2f85;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 25px 30px;
  margin-left: -150px;
  margin-bottom: 20px;
}

.stat-box {
  text-align: center;
  flex: 1 1 150px;
  margin: 10px;
}

.stat-box h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.stat-box p {
  margin: 5px 0px 0px 0px;
  font-size: 14px;
  color: white;
  text-align: center;
}

.divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.3);
  margin: 0 10px;
  display: none;
}
.section3-slider img{
  width: 100%;
  border-radius: 12px;
}
.section3-slider-info .slick-slider .slick-dots{
  margin: 24px 0px 0;
  bottom: auto;
}
.section3-slider-info{
  margin: 0;
}
.section3-slider-info .section3-slider-list{
  border: 1px solid #DDDDDD;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .divider {
    display: block;
  }
}

/* Section 4 */
.epfo-schemes {
  background-color: #fefeff;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.epfo-schemes h2 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.epfo-schemes .black {
  color: #000;
}

.epfo-schemes .highlight {
  color: #3a2f80;
}

.scheme-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scheme-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.15);
  flex: 1 1 30%;
  min-width: 280px;
  transition: all 0.3s ease;
  border: 1px solid #E4E4E4;
}

.scheme-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.icon-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.scheme-icon {
  background: #f3f3fd;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.scheme-icon img {
  width: 50px;
  height: 50px;
}

.scheme-card h3 {
  font-size: 18px;
  color: #2e2d75;
  margin-bottom: 10px;
}

.scheme-card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}

.view-link {
  font-size: 14px;
  color: #2e2d75;
  text-decoration: none;
  font-weight: bold;
}

.view-link:hover {
  text-decoration: underline;
  color: #2e2d75 !important;
}

/* Section 5 */
.news-section .news-annmnts {
  background: #f4f5fe;
  padding: 60px 60px;
  font-family: 'Arial', sans-serif;
  border-radius: 20px;
}

.news-section h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.news-section .highlight {
  color: #2e2d75;
}

.news-slider .news-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  margin: auto 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  height: 250px;
}

.news-card .date {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.news-card .news-title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}
.news-card .link {
  display: block;
  text-align: right;
}
.news-card .read-more {
    color: #2e2d75;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
.news-card .read-more:hover {
  color: #2e2d75 !important;
}
.news-slider .slick-prev, .news-slider .slick-next{
  color: #A2A2A2;
}
.news-slider .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  color: #A2A2A2 !important;
  padding-left: 0;
}
.news-slider .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  color: #A2A2A2 !important;
  padding-left: 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: #888;
}

.swiper-button-prev::after{
  font-size:25px;
  position: absolute;
  right: 20px;
}
.swiper-button-next::after{
  font-size:25px;
  position: absolute;
  left: 20px;
}
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2e2d75;
}

/* Section 6 */
.epfo-app-promo {
  background: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/home-page-banner/iphone.png') no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 300px;
  font-family: 'Arial', sans-serif;
}

.promo-text {
  max-width: 500px;
  text-align: left;
  color: #1d4f91;
}

.promo-text h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.promo-text p {
  font-size: 15px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.5;
}

.store-buttons img {
  height: 45px;
  margin-right: 15px;
  transition: transform 0.2s ease;
}

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

.application .app-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.application .app-info .phone-img{
  flex: 1 1 450px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -95px;
}
.application .app-info .phone-img img{
  width: 90%;
  height: 400px;
}
.application .app-info .app-content {
  flex: 1 1 600px;
  padding: 20px 160px 0px 0px;
}
.application .app-info .app-content .title {
  color: #1e4ca9;
  font-size: 30px;
  margin-bottom: 20px;
}
.application .app-info .app-content .text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: left;
}
.application .app-info .app-content .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Section 7 */
/* FAQ Section Styling */
.faq-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.faq-container {
  max-width: 1100px;
  margin: auto;
}

/* Header */
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.faq-title span {
  color: #2f2fa2;
}

.faq-view-all {
  padding: 8px 16px;
  border: 1px solid #2f2fa2;
  border-radius: 6px;
  color: #2f2fa2;
  text-decoration: none;
  font-weight: 500;
}
.faq-view-all:hover {
  color: #2f2fa2 !important;
}

/* Tabs */
.faq-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.faq-tab {
  padding: 10px 20px;
  border: 1px solid #999;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

.faq-tab.active {
  background-color: #2f2fa2;
  color: #fff;
  border-color: transparent;
}

/* Accordion Items */

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.faq-question {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  float: right;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  margin-top: 10px;
  color: #444;
  line-height: 1.6;
}
/* Section 8 */
.social-media-section {
  padding: 60px 20px;
  background-color: #f6f7fb;
  font-family: 'Segoe UI', sans-serif;
}

.social-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.social-title span {
  color: #2f2fa2;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)) !important;
    gap: 24px;
    justify-items: center;
}

.social-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.social-card:hover {
  transform: translateY(-4px);
}

.social-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Section 9 */
.resource-links {
  padding: 40px 20px;
  background-color: #fff;
}

.resource-container {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin: auto;
}

.resource-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f9f7ff;
  border-radius: 16px;
  padding: 14px 24px;
  width: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
  transition: all 0.2s ease;
}

.resource-card:hover {
  background-color: #ede9ff;
  transform: translateY(-2px);
  color: #1a1a1a !important;
}

.resource-card .icon {
  font-size: 20px;
  color: #2f2fa2;
}

.resource-card .arrow {
  margin-left: auto;
  font-size: 20px;
  color: #999;
}

/* Section 10 */
.support-section {
  background-color: #151515;
  color: #fff;
  padding: 60px 20px;
}

.support-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.support-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  color: white;
}

.support-text p {
  font-size: 16px;
  color: #d1d1d1;
  margin: 0;
}

.support-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.support-button:hover {
  background-color: #fff;
  color: #151515 !important;
}

.arrow-icon {
  width: 16px;
  height: 16px;
}


.large_font {
  font-size: 16px;
  line-height: 1.8;
}

.covid19-content a {
  color: #1a237e;
  text-decoration: none;
}

.covid19-content a:hover {
  text-decoration: underline;
}

.shadow-sm {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}


.styled-list {
  padding-left: 0;
  list-style: none;
}

.styled-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.styled-list li i {
  color: #312e81; /* Bootstrap primary color */
  font-size: 1.1rem;
  margin-top: 4px;
}

.styled-list li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.styled-list li a:hover {
  color: #312e81;
  text-decoration: underline;
}


/*end devansha code*/

.banner-section-home {
  padding: 0;
}

@media (max-width: 767px){
    .service-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .epfo-services .intrsction .filters {
        margin-bottom: 15px;
    }
    .epfo-services .intrsction {
        margin-top: 20px;
    }
    .about-epfo .epfo-stats {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 0;
    }
    .about-epfo .epfo-stats .stat-box {
        flex: 1;
    }
    .news-section h2 {
        font-size: 20px !important;
    }
    .news-section .news-annmnts {
        padding: 20px;
    }
    .news-slider .slick-prev::before {
        padding-left: 15px;
    }
    .news-slider .slick-next::before {
        margin-left: -26px;
    }
    .application .app-info .phone-img img {
        width: 100%;
        height: auto;
    }
    .application .app-info .phone-img {
        margin-top: -50px;
    }
    .application .app-info .app-content {
        flex: 1;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .application .app-info .app-content .buttons {
        flex-wrap: nowrap;
    }
    .faq-tabs {
        justify-content: center;
    }
    .faq-header {
      justify-content: center;
      text-align: center;
    }
    .social-title {
        text-align: center;
    }
    .section-title {
        text-align: center;
    }
    .epfo-right h2, .epfo-schemes h2 {
        text-align: center;
    }
    .resource-container {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-section-home {
      padding: 0 !important;
    }
    .top-banner-section .text-center {
        padding-top: 0 !important;
    }
}

.title-head h3 {
    font-size: 20px !important;
    padding: 15px 0px;
/*    text-align: center;*/
}

.eli-page .official-guideline-pg-bg a {
    background: #312E81;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: top;
    margin: 24px 0 0;
    font-weight: 500;
}

 .eli-slider-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff; /* or match your background */
}

.eli-slider {
  position: relative;
  width: 100%;
}

.eli-slider .slick-slide img.slider-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.eli-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.eli-slider .slick-prev,
.eli-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.eli-slider .slick-prev {
  left: 30px;
}

.eli-slider .slick-next {
/*    position: relative;*/
  right: 50px;
}

.search-wrapper .input-group-text {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .search-wrapper .form-control {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-size: 1rem;
    padding-left: 0.5rem;
  }

  .search-wrapper .form-control::placeholder {
    color: #666;
    font-weight: 400;
  }

  .search-wrapper {
    max-width: 100%;
    border-radius: 0.5rem;
  }

  .accordion-item {
    transition: all 0.2s ease;
  }
  .size-pdf {
	font-size: 80% !important;
  }

  div#content ul {
    list-style: disc;
}

div#content ul li {
    font-size: 17px !important;
    line-height: 30px;
}
.for-employer-tab .col-md-2 {
    width: 20%;
}

.employee-employer-menu .sticky-menu button.active {
    background-color: #962982;
}


/*login button css*/

.emp-login {
  position: relative;
  display: inline-block;
}

.emp-login .employee-login {
  text-decoration: none;
  cursor: pointer;
  padding: 10px 15px;
  background: #312e81;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

.emp-login .employee-login i {
  margin-left: 5px;
}

.emp-login .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  border-radius: 5px;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  z-index: 99;
}

.emp-login .dropdown-menu li a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    background-color: transparent !important;
}

.emp-login .dropdown-menu li a:hover {
  background: #f0f0f0;
  color: #312e81 !important;
}

/* Show dropdown on hover */
.emp-login:hover .dropdown-menu {
  display: block;
}

button#goTopBtn {
    border: none;
    border-radius: 70px;
    bottom: 24px;
    cursor: pointer;
    margin: 16px;
    padding: 10px 23px;
    position: fixed;
    display: flex;
    font-size: 26px !important;
    overflow: hidden;
    align-items: center;
    width: auto;
    max-width: 70px;
    transition: all 400ms;
    color: var(--color-white);
    background-color: var(--color-dark-blue-1);
    text-align: left;
}

.newscrsl .slick-prev:before {
    color: #312e81 !important;
    font-size: 2.5rem !important;
}

.newscrsl .slick-next:before {
    color: #312e81 !important;
    font-size: 2.5rem !important;
}

.whatsicon span {
    font-size: 16px !important;
    margin-left: 14px !important;
}

.whatsicon img {
    width: 25px;
}

.about-epfo-main p {
    text-align: justify !important;
}



