 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 h6 {
     font-size: 1rem;
     margin-bottom: 0;
 }

 body {
     font-family: 'Poppins', sans-serif;
     margin: 0;
     padding: 0;
 }

 ul {
     margin-top: 0;
     margin-bottom: 0rem;
 }

 .hamburger {
     cursor: pointer;
     display: inline-block;
     margin-top: 30px;
     margin-left: 20px;
 }

 .hamburger .bar {
     width: 35px;
     height: 3px;
     background-color: #000;
     margin: 6px 0;
 }

 .sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     background-color: #111;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
 }

 .sidenav a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 18px;
     color: #818181;
     display: block;
     transition: 0.3s;
 }

 .sidenav a:hover {
     color: #f1f1f1;
 }

 .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
 }

 .fixed-head {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background-color: white;
     z-index: 1000;
     transition: all 0.3s ease;
     /* padding: 15px 20px; */
 }

 .fixed-head.shrink {
     /* padding: 8px 20px; */
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

 .fixed-head.shrink .logo {
     /* height: 40px; */
 }

 @media screen and (max-height: 450px) {
     .sidenav {
         padding-top: 15px;
     }

     .sidenav a {
         font-size: 18px;
     }
 }


 .logo {
     height: auto;
     margin: 0px 20px;
 }

 .help-pathshala-wrapper {
     margin-bottom: 30px;
     margin-top: 40px;
 }

 .left-text {
     font-size: 34px;
     font-weight: 400;
     line-height: 1.2;
     padding-left: 30px;
     margin-top: 116px;
     text-align: center;
     margin-bottom: 50px;
 }

 .left-text .highlight {
     color: #000;
     font-weight: bold;
     font-family: "Bebas Neue", sans-serif;
     font-size: 50px;
 }

 .Foundation-event {
     display: flex;
     flex-wrap: wrap;
     grid-gap: 11px;
     padding: 0px 20px;
 }

 .strip-view {
     width: 13.5%;
 }

 .Foundation-box {
     /* width: 13.5%; */
     position: relative;
 }


 .Foundation-box h6 a {
     font-size: 20px;
     text-decoration: none;
     color: #000;
     font-weight: 600;
     text-transform: uppercase;
 }

 .Foundation-box p {
     font-size: 12px;
     color: #000;
     text-transform: capitalize;
 }

 .mobile-strip {
     background: #eaeaea;
     width: 14%;
     height: 290px;
     position: absolute;
     top: 239px;
     z-index: -1;
     transform: rotate(6deg);
 }

 .pin img {
     width: 46px !important;
     height: 80px !important;
     position: absolute;
     /* transform: rotate(10deg); */
     top: -20px;
     left: 37%;
 }

 .Foundation-box img {
     width: 100%;
     height: 280px;
     object-fit: cover;
     margin-bottom: 2px;
     cursor: pointer;
 }

 .player-icon {
     text-align: center;
 }



 .logo {
     height: auto;
     margin: 0px 0;
     width: 70%;
 }

 .main-text h3 {
     font-weight: 600;
     font-size: 24px;
 }

 .main-text p {
     font-size: 16px;
     color: #444;
     margin-top: 10px;
 }

 .images-row img {
     width: 100%;
     height: 300px;
     object-fit: cover;
     filter: grayscale(100%);
 }

 .pay {
     border: none;
     background: #000;
     text-transform: uppercase;
     padding: 7px 20px;
     border-radius: 7px;
     color: #fff;
     font-weight: 700;
     font-size: 14px;
 }
 .pay:hover{
    background: #000;
    color: #fff;
 }

 .donation-box h5 {
     color: #000000;
     font-weight: 700;
     font-size: 40px;
     font-family: "Bebas Neue", sans-serif;
     margin-bottom: 0;
 }

 .donation-box h4 {
     font-weight: 400;
     font-size: 18px;
 }

 .donation-box {
     margin-top: 113px !important;
     /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
     padding: 10px;
     width: 30%;
     margin-left: 43px;
 }

 .amount-grid .box {
     height: 50px;
     background-color: #ffffff;
     color: #000;
     border-radius: 8px;
     text-align: center;
     line-height: 50px;
     font-weight: 600;
     cursor: pointer;
     border: 2px solid #d7d6d6;
 }


 .amount-grid .box.white {
     border: 2px solid #000;
     color: #fff;
     background: #000;
 }

 .small-text {
     font-size: 12px;
     color: #444;
     margin-top: 20px;
     text-align: center;
 }

 .donation-box {
     position: relative;
 }

 .box-rect {
     background: #e9e9e9;
     width: 30px;
     height: 186px;
     position: absolute;
     top: -190px;
     left: 211px;
 }


 .icon-player {
     margin-top: 20px;
 }

 .main-text p {
     color: #9c9c9c;
     font-weight: 600;

 }

 .help-pathshala {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 5px;
 }

 .help-pathshala p {
     color: #797878;
     margin-bottom: 0;
 }

 .bg-footer {
     background: #2d2d2d;
     padding: 5px 0;
 }

 .footer-content {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .footer-content ul li {
     list-style: none;
     float: left;
     margin-bottom: 0;
 }

 .slide-card h6 a {
     color: #000;
     text-decoration: none;
 }

 .footer-content li a {
     text-decoration: none;
     color: #fff;
     margin-right: 60px;
     font-size: 15px;
 }

 .player-icon {
     position: absolute;
     bottom: 130px;
     left: 56px;
 }

 .player-icon img {
     width: 30px !important;
     height: 30px !important;
     cursor: pointer;
 }

 .play-video-height {
    height: 341px;
 }

 .story-heading {
     text-align: center;
     font-weight: 600;
     font-size: 14px;
     color: #bbb;
     text-transform: uppercase;
     margin-top: 20px;
 }

 .story-title {
     text-align: center;
     font-weight: 700;
     font-size: 28px;
     margin-top: 10px;
 }

 .story-img {
     display: block;
     margin: 20px auto;
     max-height: 350px;
     object-fit: cover;
     /* width: 24%; */
 }

 .story-text {
     max-width: 492px;
     margin: 30px auto;
     font-size: 16px;
     line-height: 1.8;
     text-align: justify;
 }

 .slick-dots li button:before {
     color: #000;
 }

 .slick-prev,
 .slick-next {
     font-size: 2rem;
     color: #000;
     background: none;
     border: none;
     z-index: 10;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
 }

 .story-details {
     position: relative;
 }

 /* .story-box {
    background: #e6e6e6;
    height: 250px;
    width: 165px;
    margin: 0 auto;
    position: absolute;
    top: 18%;
    left: 45%;
    z-index: -1;
    transform: rotate(353deg);
} */


 .slick-prev {
     left: 10px;
 }

 .slick-next {
     right: 10px;
 }

 .scroll-left {
     animation: scroll-left 60s linear infinite;
 }



 @keyframes scroll-left {
     0% {
         transform: translateX(100%);
     }

     100% {
         transform: translateX(-100%);
     }
 }

 @media (max-width: 768px) {
     .images-row img {
         height: 200px;
         margin-bottom: 10px;
     }

     .donation-box {
         margin-top: 30px;
     }

     .story-title {
         font-size: 22px;
     }

     .story-text {
         padding: 0 20px;
     }

     .left-text {
         font-size: 20px;
         text-align: center;
         padding-left: 0;
     }

     .slider .slide-card img {
         height: auto;
     }
 }

 @media (max-width:575px) {
     /* .story-box {
         background: #cecece;
         height: 179px;
         position: absolute;
         top: 13%;
         width: 47%;
         left: 85px;
         z-index: -1;
         display: block;
         margin: 0 auto;
         transform: rotate(352deg);
     } */
 }



 /* .story-img {
     width: 40%;
 } */
 .arrow-click img {
     width: 20px;
     height: 20px;
 }

 .slick-prev,
 .slick-next {
     background: none;
     border: none;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 10;
 }

 .arrow-click {
     margin-left: 2%;
 }

 .slick-prev:before,
 .slick-next:before {
     display: none;
 }

 .slick-next {
     right: 18%;
     top: 40%;
     font-size: 20px;
 }

 .slick-prev {
     left: 18%;
     top: 40%;
     font-size: 20px;
 }

 .slick-prev:before,
 .slick-next:before {
     color: #000;
     font-size: 25px;
 }

 .arrow-click img {
     width: 20px !important;
     height: 20px !important;
 }

 .divider {
     width: 100%;
     background: #eaeaea;
     margin: 20px 0px;
     padding: 22px 100px;
 }

 .prompotion h2 {
     text-align: center;
     color: #000;
     font-size: 30px;
     text-transform: capitalize;

 }

 .joy {
     position: relative;
 }

 .strip-joy {
     display: block;
 }

 .strip-joy {
     position: absolute;
     background: #eaeaea;
     width: 54%;
     transform: rotate(359deg);
     z-index: -1;
     top: 0;
     left: -12px;
     height: 308px;
 }

 .strip-joyed {
     position: absolute;
     background: #eaeaea;
     width: 65%;
     transform: rotate(6deg);
     z-index: -1;
     top: -5px;
     right: -23px;
     height: 300px;
 }


 /* login css */

 .bg-light{
    border-radius: 5px 0px 0px 5px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://joystoryweb.wemonde.co/images/bg.jpg) center / cover no-repeat; */
 }
 .button-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  input[type="tel"] {
    width: 100%;
    padding: 12px 14px;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 1.2rem;
}
  .btn {
    padding: 10px 24px;
    font-size: 1rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
  }

  .btn-cancel {
    background-color: #f0f0f0;
    color: #333;
  }

  .btn-submit {
    background-color: #00B7D6;
    color: #fff;
  }
  .create-link {
    color: #00B7D6;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.btn-submit:hover {
    background-color: #00B7D6;
    color: #fff;
}

.btn-cancel:hover {
    background-color: #f0f0f0;
    color: #333;
}

.login-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin: 0;
    text-align: center;
    color: #fff;
  }

  .login-left p {
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
    opacity: 0.85;
    color: #fff;
  }

 /* reg css */
  .register {
    background: #fff;
    border-radius: 20px;
    width: 90%;
    max-width: 700px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
  }

  .register h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 6px;
    font-size: 1.8rem;
  }

  .register p {
    margin-bottom: 30px;
    color: #555;
  }

  .register .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .register .form-field {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column;
  }

  .register .form-field.full-width {
    flex: 1 1 100%;
  }

  label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 6px;
  }

  input, select, textarea {
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    resize: none;
  }

  textarea {
    height: 90px;
  }

  .register .form-footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .register .form-footer a {
    color: #00B7D6;
    text-decoration: none;
    font-weight: 500;
  }

  .register .buttons {
    display: flex;
    gap: 10px;
  }

  .btn {
    padding: 10px 24px;
    font-size: 1rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
  }

  .btn-cancel {
    background-color: #f0f0f0;
    color: #333;
  }

  .btn-submit {
    background-color: #00B7D6;
    color: white;
  }

  .close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }

  @media screen and (max-width: 768px) {
    .register {
      padding: 25px;
    }

    .register .form-field {
      flex: 1 1 100%;
    }

    .register .form-footer {
      flex-direction: column;
      gap: 15px;
    }

    .register .buttons {
      width: 100%;
      flex-direction: column;
    }

    .btn {
      width: 100%;
    }
  }

  .ptb-60 {
    padding: 109px 0px;
}

.doc-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.doc-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.doc-card i {
    font-size: 36px;
    margin-bottom: 15px;
    display: block;
}

.doc-btn {
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 14px;
}

.doc-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.doc-sub {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.legal a {
    color: #000;
}

.legal-statutory p {
    font-style: italic;
}

/* endorsement */
.team-card {
    text-align: center;
    padding: 20px;
    background: #fff;
    margin: 10px;
}

.team-card img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
    border: 8px solid #eee;
}

.team-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.team-card .role {
    font-style: italic;
    color: gray;
    margin-bottom: 10px;
}

.team-card .desc {
    font-size: 14px;
    color: #555;
}

.team-slide-img {
    text-align: center;
    width: 100%;
    filter: grayscale(100%);
}

.team-slide-content p {
    text-align: justify;
}

.br-right {
    border-left: 1px solid #000;
}




.video-section {
    padding: 40px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.video-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.video-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.video-img {
    position: relative;
}

.video-img img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
}

.video-img img:hover {
    width: 100%;
    height: auto;
    display: block;
    filter: none;
}

.play-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}
f
.play-btn:hover {
    background: #ff6600;
}

.video-content {
    padding: 10px 15px;
}

.video-content .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.video-content .desc {
    font-size: 14px;
    margin-bottom: 5px;
    color: #444;
}

.video-content .sub {
    font-size: 12px;
    color: #888;
}

.pin-left img {
    width: 22px !important;
    height: 69px !important;
    position: absolute;
    /* transform: rotate(10deg); */
    top: 0px;
    left: 0%;
}


.pin-right img {
    width: 22px !important;
    height: 69px !important;
    position: absolute;
    /* transform: rotate(10deg); */
    top: 0px;
    right: 15px;
}

.doc-title a {
    color: #000;
    text-decoration: none;
}

.endrosement {
    text-align: center;
}

.endrosement h1 {
    font-weight: 600;
}

.watch-video {
    border: none;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
}

.mobile-hide{
    display: block;
}


#goTopBtn {
    position: fixed;
    bottom: 60px;
    right: 40px;
    color: #000;
    border: none;
    font-size: 40px;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    cursor: pointer;
    display: none;
    animation: bounceUp 9s infinite;
  }

  #goTopBtn.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes bounceUp {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-20px); }
  }
.space-both-side {
    width: 80%;
    margin: 0 auto;
}

.video-card video {
    height: 243px;
}


.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5 !important;
	height: 300px !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

.ui-autocomplete {
    z-index: 9999 !important;
  }



  .images-row img{
    width: 95% !important;
  }