       /* input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #00b44e;
  padding: 13px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #00b44e;
} */

#signature-error{
  margin-top: -20px;
}
/* .ui-datepicker-year
{
 display:none;   
} */


.reviewBG{
  background: #f5ffe9;
  padding: 40px 0 80px;
    margin-top: 5em;
}

/* ========= Govnt Review ========= */
.reviewLeft{
  display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.flipbook{
  width: 450px;
    height: 360px;
}
.flipbook img{
  width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center top;
}
.paperturn  iframe{
  width: 100%;
}
#reviewVideo{
  border: 1px solid #00b44e;
    border-radius: 30px;
    z-index: 2;
    position: relative;
}
#playIcon{
  display: block;
}
 #pauseIcon {
  display: none;
}
#playPauseButton i{
  font-size: 50px;
  color: #000;
  cursor: pointer;
}
.position-relative #playPauseButton{
  border: unset;
    background: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.videoRead{
    text-align: center;
    margin: 1em 0 0;
    font-size: 1.5em;
}
.read_pdf{
    font-family: "Futura PT";
    font-weight: 500;
    margin: 1.35em 0 0;
    color: #222;
    font-size: 1.5em;
}

.app-img{    
  width: 100px;
  margin-bottom: 30px;
  border-radius: 15px;
}


.mobile-app-section{
  background-image: url(../images/mobileapp/Background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-app-section{
  margin-top: 200px;
}
.app-promo-phones{
  position: relative;
}
.app-promo-phones img{
  margin-top: -150px;
}
.app-promo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-promo-content h2{
  font-size: 50px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}
.app-promo-content p{
  font-size: 22px;
  color: #e2e2e2;
  line-height: 31px;
}
.google-play-badge{
  margin-top: 30px;
  border-radius: 10px;
  width: 200px;
}
.py-large{
  padding: 50px 0px 70px 0px!important;
}

@media (max-width: 1300px) {
.app-promo-content h2 {
    font-size: 45px;
  }
}

@media (max-width: 800px) {
  .app-promo-content h2 {
      font-size: 30px;
  }
  .app-promo-content p{
      font-size: 20px;
      color: #e2e2e2;
      line-height: 27px;
  }
  .app-promo-content p br{
      display: none;
  }
  .google-play-badge {
      margin-top: 30px;
      width: 200px;
  }
  .mobile-app-section {
      margin-top: 150px;
      padding: 30px 0px;
  }
  .app-promo-inner{
    gap: 30px;
  }
  .app-promo-phones img{
    margin-top: 0px;
  }
}



@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
  .hero-inner {
    background: transparent !important;
  }
  .static-hero {
    background: url(../images/HERO_Mobile.png) center bottom !important;
    background-size: cover !important;
    height: 750px !important;
  }
  .hero-inner {
      background: transparent !important;
      align-items: start !important;
      padding: 35px 0px !important;
  }
  .static-hero.politianHome {
      height: 1000px !important;
  }
  .section-padding {
    padding: 25px 0;
}
}

@media (max-width: 500px) {
  .app-promo-inner {
    flex-direction: column;
  }
  .static-hero.politianHome {
    height: 750px !important;
}
  .app-promo-phones img {
        margin: auto;
        display: block;
  }
  .btn-donate {
    padding: 10px 55px !important;
  }
  .heading {
    margin-top: -5px !important;
  }
  .press-release-pagination .pagination a{
    padding: 8px 10px !important;
  }
}

.wpo-features-area.padDif{
  padding-bottom: 50px !important;
}

/* E-Book Section Styles */
.e-book-section{
  background-image: url(../../assets/images/BG.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0px 0 20px 0;
  position: relative;
  overflow: hidden;
}

div#topmeet {
  padding: 0px 50px;
}

.ebook-item {
    text-align: center;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
}

.ebook-title {
    color: #1a5f1a;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Nunito Sans", sans-serif;
}

.tablet-container {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.tablet {
    position: relative;
    width: 280px;
    height: 200px;
    background: #000;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: rotate(-5deg);
}

.tablet-screen {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #28a745;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.coming-soon-text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
}

.achievements-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
}

.group-photo {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}

.e-book .ebook-content img{
  width: 90%;
}

.group-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.record-text {
    color: #ffc107;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Nunito Sans", sans-serif;
}

.jlp-logo {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Nunito Sans", sans-serif;
}

.doing-more {
    background: #ffc107;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    font-family: "Nunito Sans", sans-serif;
}

.tablet-pages {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.page-fan {
    position: relative;
    width: 60px;
    height: 80px;
}

.page-item {
    position: absolute;
    width: 40px;
    height: 50px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}

.page-item:nth-child(1) {
    transform: rotate(-15deg) translateY(-10px);
    z-index: 3;
}

.page-item:nth-child(2) {
    transform: rotate(-10deg) translateY(-5px);
    z-index: 2;
}

.page-item:nth-child(3) {
    transform: rotate(-5deg);
    z-index: 1;
}

.page-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-btn-container {
    margin-top: 20px;
}

.download-btn {
    background: linear-gradient(90deg, #FBE10A 11.32%, #dfd537 95.28%) !important;
    color: #126031;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Nunito Sans", sans-serif;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
    display: inline-block;
}

.download-btn:hover {
    background: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
}

.download-map-btn,.school-infra-btn{
  border-radius: 15px !important;
}



/* Responsive Design */
@media (max-width: 768px) {
    .e-book-section {
        background: #28a745;
        padding: 60px 0;
    }
    
    .e-book-section::before {
        display: none;
    }
    
    .ebook-title {
        font-size: 2rem;
        color: #fff;
    }
    
    .tablet {
        width: 240px;
        height: 170px;
    }
    
    .coming-soon-text {
        font-size: 1.5rem;
    }
    
    .record-text {
        font-size: 0.8rem;
    }
    
    .jlp-logo {
        font-size: 1rem;
    }
    
    .doing-more {
        font-size: 0.6rem;
    }
}

@media (max-width: 576px) {
  .static-hero.politianHome.scholarship-screen {
    height: auto !important;
    padding: 0px !important;
  }
    .ebook-item {
        padding: 30px 15px;
    }
    
    .tablet {
        width: 200px;
        height: 140px;
    }

    #topmeet .justify-content-center{
      flex-direction: column;
      align-items: center;
  }
  #topmeet .inputStyle{
      margin-left: 0px !important;
  }
    
    .coming-soon-text {
        font-size: 1.2rem;
    }
    
    .group-photo {
        width: 50px;
        height: 35px;
    }
    
    .record-text {
        font-size: 0.7rem;
    }
    
    .jlp-logo {
        font-size: 0.9rem;
    }
    
    .doing-more {
        font-size: 0.5rem;
        padding: 2px 6px;
    }
    .scholarship-screen-2 .d-flex{
      flex-direction: column;
    }
    .scholarship-screen-2 .d-flex ul{
      padding-left: 0px !important;
    }
    .scholarship-screen-2 .d-flex .w-50{
      width: 100% !important;
    }
}

/* Video Features Section Styles */
.video_features {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.video_features .section-title h2 {
    color: #16182F !important;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif;
}

.video_features .section-title p {
    color: #666;
    font-size: 18px;
    margin-bottom: 50px;
    font-family: "Nunito Sans", sans-serif;
}

.vision-content {
    padding: 20px;
}

.vision-content h3 {
    color: #16182F;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "Nunito Sans", sans-serif;
}

.vision-content blockquote {
    border-left: 4px solid #00b44e;
    padding-left: 25px;
    margin: 0;
    position: relative;
}

.vision-content blockquote p {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
}

.vision-content blockquote cite {
    color: #00b44e;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-family: "Nunito Sans", sans-serif;
}

.video-container-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #000;
}

.video-container, .video-container-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-container video, .video-container-1 video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    max-height: 400px;
    object-fit: cover;
}

/* Thumbnail styling */
.video-container video[poster], .video-container-1 video[poster] {
    background-size: cover;
    background-position: center;
}

/* Video overlay and play/pause icons */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none; /* Hidden by default, shown by JavaScript */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    border-radius: 20px;
    z-index: 10;
    pointer-events: auto;
}

.video-container-1:hover .video-overlay {
    opacity: 1;
}

.play-pause-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    transition: transform 0.2s ease;
}

.play-pause-button:hover {
    transform: scale(1.1);
}

.play-pause-button:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.play-pause-button:active {
    transform: scale(0.95);
}

/* Make button more accessible on mobile */
@media (max-width: 768px) {
    .play-pause-button {
        min-height: 60px;
        min-width: 60px;
    }
    
    .play-pause-button:focus {
        outline: 3px solid rgba(255, 255, 255, 0.7);
        outline-offset: 3px;
    }
}

.play-pause-icon {
    width: 80px;
    height: 80px;
    background: rgb(203 200 200 / 70%) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

/* Responsive sizing for mobile devices */
@media (max-width: 768px) {
    .play-pause-icon {
        width: 60px;
        height: 60px;
    }
    
    .play-icon, .pause-icon {
        width: 30px;
        height: 30px;
    }
}

.play-pause-icon:hover {
    transform: scale(1.1);
    background: rgb(203 200 200 / 70%) !important;
}

.play-icon, .pause-icon {
    width: 40px;
    height: 40px;
}

/* Hide pause icon by default */
.pause-icon {
    display: none !important;
}

/* Show pause icon when video is playing */
.video-playing .pause-icon {
    display: block !important;
}

.video-playing .play-icon {
    display: none !important;
}

/* Ensure both icons are properly aligned */
.play-icon, .pause-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure overlay remains clickable even when video is playing */
.video-playing .video-overlay {
    opacity: 0;
    pointer-events: auto;
}

.video-playing:hover .video-overlay {
    opacity: 1;
}

/* Debug styles - make sure elements are visible */
.video-container-1 {
    /* border: 2px solid red; */
}

.video-overlay {
    /* border: 2px solid blue; */
}

.play-pause-button {
    /* border: 2px solid green; */
}

.play-pause-icon {
    /* border: 2px solid yellow; */
}