
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
/* img{
    max-width: 100px;
    width: 100%;
}  */
.nav-link{
    font-weight: 600;
    color: #000;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.dropdown>.dropdown-menu{
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.lni-cross-circle{
    font-size: 2rem;
}
#welcome{
    background-color: #eaeae9;
    color: #3e4455;

}
.cont{
    background-color: #55883B;
    height: 50px;
    width: 100%;
    font-weight: bolder;
    font-size: 30px;
    text-shadow: 3px 3px black;
}



.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
/* .sli{
    background-color: #3e4455;
    height: 100%;
    width: 100%;
    background-image: url("image/dargah1.jpg");
} */         

.card{
    border-radius: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;;
}
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.hash{
  background-color: #eaeae9;
  width: 100%;
  height: 450px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.scrolling-text {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      animation: scroll-left 10s linear infinite;
      font-size: 1.5rem;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
/* .card-hover {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-hover:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .card-img-top {
      height: 180px;
      object-fit: cover;
    } */

.slider-container {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
    }

    .slider-track {
      display: inline-flex;
      animation: scroll-left 20s linear infinite;
    }

    @keyframes scroll-left {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    .card {
      width: 300px;
      margin: 0 10px;
      flex-shrink: 0;
    }

    .card-img-top {
      height: 180px;
      object-fit: cover;
    }
.baba{
  /* background-color: #55883B; */
  /* background-color: aqua; */
  background-color: lightgrey;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
  


body {
      background: #e0f7fa;
    }
    .dargah-card {
      background: linear-gradient(to right, #005f4b, #028678);
      color: white;
      border-radius: 12px;
      padding: 40px;
      margin: 50px auto;
      max-width: 1000px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .dargah-image {
      max-width: 100%;
      height: auto;
    }

    .time-box {
      background: #fff9e6;
      color: #000;
      border-radius: 10px;
      padding: 15px 25px;
      font-weight: bold;
      box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .time-box span {
      font-weight: normal;
    }

    @media (max-width: 768px) {
      .time-box {
        flex-direction: column;
        text-align: center;
      }
    }


 body {
      background-color: #e0f7fa;
    }

    .dargah-section {
      /* background: linear-gradient(to right, #005f4b, #028678); */
      /* background: #212529; */
      /* background: #028678; */
      background: #005f4b;
      border-radius: 15px;
      padding: 40px;
      color: white;
      position: relative;
      overflow: hidden;
      max-width: 1200px;
      margin: 50px auto;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .title {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .subtitle {
      font-size: 1.2rem;
      margin-bottom: 30px;
    }

    .illustration {
      width: 100%;
      max-width: 300px;
    }

    .time-box {
      /* background: linear-gradient(to right, #fff9e6, #fef9db); */
      background-color: white;
      border-radius: 10px;
      padding: 15px 25px;
      margin-bottom: 15px;
      font-weight: bold;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #000;
    }

    /* Stars */
    .star {
      position: absolute;
      color: white;
      font-size: 20px;
    }

    .star1 { top: 100px; left: 450px; font-size: 40px; }
    .star2 { top: 160px; left: 500px; font-size: 25px; }
    .star3 { top: 200px; left: 440px; font-size: 15px; }
    .star4 { top: 240px; left: 480px; font-size: 30px; }
    .star5 { top: 300px; left: 530px; font-size: 22px; }

    @media (max-width: 768px) {
      .time-box {
        flex-direction: column;
        text-align: center;
      }
    }
.nav-tabs .nav-link.active {
      border-bottom: 3px solid #007b5e;
      font-weight: bold;
    }
    .nav-link {
      font-weight: bold;
      color: #002b5c;
    }
    .content-box {
      background-color: #fff;
      padding: 30px;
      border: 1px solid #ddd;
      box-shadow: 4px 5px 7px grey;
      
    }
.announcement-box {
      background-color: #ffffff;
      border: 2px solid #e0f0ec;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .announcement-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #007b5e;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .announcement-image {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .announcement-item {
      padding: 10px 0;
      border-bottom: 1px dashed #ccc;
    }

    .announcement-item:last-child {
      border-bottom: none;
    }

    .announcement-item i {
      color: #007b5e;
      margin-right: 10px;
    }

    .announcement-card {
      max-width: 600px;
      margin: 50px auto;
      background: #ffffff;
      border: 2px solid #d4ece5;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      padding: 30px;
      text-align: center;
    }

    .announcement-card h3 {
      color: #007b5e;
      font-weight: 700;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .announcement-card .announcement-item {
      border-bottom: 1px solid #eee;
      padding: 12px 0;
      font-size: 1rem;
    }

    .announcement-card .announcement-item:last-child {
      border-bottom: none;
    }

    .announcement-card i {
      color: #007b5e;
      margin-right: 8px;
    }

  .gallery-img {
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-img:hover {
      transform: scale(1.03);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

    .gallery-item {
      padding: 15px;
    }
  .shadow-box {
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      overflow: hidden;
    }

    .image-side {
      background: url('image/baba\ gareb\ dass.jpg') no-repeat center center/cover;
      min-height: 750px;
      max-width: 500px;
    }

.scroll-wrapper {
      overflow: hidden;
      white-space: nowrap;
      background-color: #eaffea;
      border: 2px solid #28a745;
      border-radius: 10px;
      padding: 12px;
    }

    .src {
      display: inline-block;
      color: #28a745;
      font-size: 1.2rem;
      font-weight: 600;
      animation: scroll-left 12s linear infinite;
    }

.contact-container {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      padding: 40px;
    }

    .section-title {
      color: #28a745;
      font-weight: bold;
    }

    .info-box {
      background-color: #eaffea;
      border-left: 4px solid #28a745;
      padding: 15px 20px;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .qr-img {
      width: 100%;
      max-width: 250px;
      border: 2px solid #28a745;
      border-radius: 10px;
    }

    .map-container {
      border: 6px solid #28a745;
      border-radius: 15px;
      overflow: hidden;
      height: 400px;
      box-shadow: 0 8px 20px rgba(0, 128, 0, 0.2);
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
.announcement-card {
      background: linear-gradient(to right, #fff, #f3e9d2);
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
      border-radius: 15px;
      overflow: hidden;
      animation: slideIn 1s ease;
    }

    .announcement-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-right: 2px solid #c9a46d;
    }

    .announcement-content {
      padding: 2rem;
    }

    .announcement-content h2 {
      color: #8b4513;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .announcement-content p {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    .important-dates {
      background-color: #fff4e6;
      padding: 1rem;
      border-left: 4px solid #c19a6b;
      margin-top: 1.5rem;
      border-radius: 8px;
    }

    .important-dates strong {
      color: #a0522d;
    }

    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .announcement-image {
        border-right: none;
        border-bottom: 2px solid #c9a46d;
      }
    }



    .announcement-container {
      max-width: 1100px;
      width: 100%;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      background: #fff;
      animation: fadeInUp 1s ease;
    }

    .announcement-image {
      width: 50%;
      max-height: 100%;
      overflow: hidden;
    }

    .announcement-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .announcement-info {
      width: 50%;
      padding: 2rem;
      background: linear-gradient(to bottom right, #fffaf0, #f2e6d8);
      /* background: linear-gradient(to bottom right, #b7e3b4, #d1f0cc); */
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .announcement-info h2 {
      font-size: 2rem;
      font-weight: bold;
      color: #8b4513;
      margin-bottom: 1rem;
    }

    .announcement-info p {
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 0.75rem;
    }

    .highlight-box {
      background: #fff3e0;
      /* background: linear-gradient(to bottom right, #b7e3b4, #d1f0cc); */
      padding: 1rem;
      border-left: 5px solid #c19a6b;
      border-radius: 10px;
      margin-top: 1rem;
    }

    @keyframes fadeInUp {
      0% { opacity: 0; transform: translateY(30px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .announcement-container {
        flex-direction: column;
      }

      .announcement-image,
      .announcement-info {
        width: 100%;
      }

      .announcement-image img {
        height: 300px;
        object-fit: cover;
      }
    }
    .poster{
      background: #f8f4ef;
      /* background: linear-gradient(to bottom right, #b7e3b4, #d1f0cc); */
      font-family: 'Segoe UI', sans-serif;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.services-header {
      margin-top: 60px;
      margin-bottom: 20px;
    }
    .langer-text {
      color: #d6336c;
      font-style: italic;
      font-weight: 600;
      font-size: 1.5rem;
      letter-spacing: 1px;
      margin-bottom: 50px;
      text-align: center;
    }
    .card-img-top {
      height: 220px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .card:hover .card-img-top {
      transform: scale(1.05);
    }
    .card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
      transition: box-shadow 0.3s ease;
      cursor: pointer;
    }
    .card:hover {
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    }
    .card-title {
      color: #343a40;
      font-weight: 700;
    }
    .card-text {
      color: #6c757d;
      line-height: 1.4;
    }



    header {
      /* background: #7c4d24;
      color: #fff; */
      /* background: #2e7d32; Dark Green */
       background: linear-gradient(to bottom right, #b7e3b4, #d1f0cc);
      /* background: gainsboro; */
      color: #e9f5ec;  
      padding: 60px 20px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(124, 77, 36, 0.5);
      margin-bottom: 50px;
      border-radius: 0 0 40px 40px;
    }
    header h1 {
      font-size: 3rem;
      font-weight: 900;
      text-shadow: 2px 2px 6px #3a2e18;
      margin-bottom: 10px;
    }
    header .langer-text {
      font-size: 1.5rem;
      font-style: italic;
      font-weight: 700;
      color: #d35400;
      text-shadow: 1px 1px 4px #a24300;
      letter-spacing: 1.2px;
    }
    .services-container {
      max-width: 1100px;
      margin: auto;
      padding-bottom: 60px;
    }
    .card {
      border: none;
      border-radius: 20px;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      background: #fff9f2;
    }
    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
    }
    .card-img-top {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      height: 220px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .card:hover .card-img-top {
      transform: scale(1.05);
    }
    .card-title {
      font-family: 'Georgia', serif;
      font-size: 1.6rem;
      color: #6e2c00;
      font-weight: 900;
      margin-bottom: 10px;
    }
    .card-text {
      font-size: 1rem;
      color: #5a4630;
      line-height: 1.5;
      padding-bottom: 15px;
    }
    footer {
      /* background: #7c4d24;
      color: #fff; */
       
      text-align: center;
      padding: 25px 15px;
      margin-top: 50px;
      font-style: italic;
      letter-spacing: 0.8px;
      box-shadow: 0 -4px 15px rgba(124, 77, 36, 0.5);
    }
.hero {
      background: linear-gradient(to right, #2e7d32, #66bb6a);
      color: white;
      padding: 60px 20px;
      text-align: center;
      border-radius: 0 0 40px 40px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    }

    .support-box {
      background: white;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
      padding: 40px 30px;
      margin-top: -40px;
    }

    .support-box h3 {
      font-weight: 800;
      color: #2e7d32;
    }

    .info-line {
      font-size: 1.1rem;
      margin: 15px 0;
      color: #388e3c;
    }

    .highlight {
      font-weight: bold;
      color: #1b5e20;
    }

    .cta {
      background-color: #66bb6a;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 30px;
      font-size: 1.1rem;
      transition: background 0.3s;
    }

    .cta:hover {
      background-color: #388e3c;
    }




    .donation-section {
      margin-top: 60px;
      margin-bottom: 60px;
    }

    .donation-box {
      background: white;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
      overflow: hidden;
    }

    .donation-image {
      /* background-image: url('image/h1.jpeg'); */
      background-image: url('image/langer1.jpg');
      background-size: cover;
      background-position: center;
      min-height: 400px;
    }

    .donation-details {
      padding: 40px 30px;
    }

    .donation-details h2 {
      font-weight: bold;
      margin-bottom: 25px;
    }

    .info-line {
      font-size: 1.1rem;
      margin: 12px 0;
    }

    .highlight {
      color: #1b5e20;
      font-weight: bold;
    }

    .cta {
      background-color: #66bb6a;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 30px;
      font-size: 1.1rem;
      margin-top: 20px;
      transition: 0.3s;
    }

    .cta:hover {
      background-color: #388e3c;
    }

    footer {
      background: #2e7d32;
      color: #e8f5e9;
      text-align: center;
      padding: 20px;
      margin-top: 60px;
    }

    @media (max-width: 768px) {
      .donation-image {
        min-height: 250px;
      }
    }
    
.video-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(46, 125, 50, 0.6);
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .overlay-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      color: white;
      text-align: center;
    }

    .overlay-text h1 {
      font-size: 3rem;
      font-weight: bold;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    }

    .overlay-text p {
      font-size: 1.2rem;
      margin-top: 10px;
    }

    @media (max-width: 768px) {
      .overlay-text h1 {
        font-size: 2rem;
      }

      .overlay-text p {
        font-size: 1rem;
      }
    }
.video-section {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .video-container {
      width: 100%;
      height: 400px;
      max-width: 990px;
      border: 5px solid white;
      border-radius: 20px;
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
      overflow: hidden;
    }

    iframe {
      width: 100%;
      height: 300px;
      border: none;
    }

    .heading {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 30px;
      text-shadow: 2px 2px 5px #000;
    }
.mazar-section {
      padding: 40px 15px;
    }

    .mazar-card {
      background-color: #ffffff10;
      border-radius: 20px;
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
      overflow: hidden;
      border: 2px solid #66ffcc33;
    }

    .mazar-img {
      width: 100%;
      height: 600px;
      border-radius: 15px 15px 0 0;
      border-bottom: 2px solid #99ffcc;
    }

    .mazar-title {
      font-size: 2rem;
      margin-top: 20px;
      color: #e0ffef;
      font-weight: bold;
    }

    .mazar-desc {
      font-size: 1.1rem;
      padding: 15px;
      /* color: #d0f0c0; */
      color: darkgreen;
    }

    .glow-text {
      text-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc;
    }
.peer-section {
      background-color: #e6e6e6;
      padding: 50px 30px;
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      margin: 50px auto;
      max-width: 1200px;
    }

    .peer-heading {
      font-weight: 700;
      font-size: 2rem;
      color: #2c3e50;
    }

    .peer-text {
      font-size: 1.1rem;
      color: #333;
      line-height: 1.8;
    }

    .peer-image {
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      max-height: 500px;
      object-fit: cover;
      width: 100%;
    }

    /* .carousel {
      max-width: 900px;
      margin: auto;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    }

    .carousel-item img {
      height: 550px;
      object-fit: cover;
      width: 100%;
    }

    .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 15px 25px;
      border-radius: 10px;
      font-size: 1.2rem;
    } */

    h2 {
      text-align: center;
      color: #14532d;
      margin-bottom: 25px;
      font-weight: bold;
    }

    h2 {
      text-align: center;
      color: #1b4332;
      margin-bottom: 30px;
      font-weight: bold;
    }

    /* .slider-container {
      max-width: 800px;
      margin: auto;
      position: relative;
    }

    .slider-image {
      display: none;
      width: 100%;
      height: 500px;
      object-fit: cover;
      border-radius: 15px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
      transition: opacity 0.5s ease-in-out;
    }

    .slider-image.active {
      display: block;
    }

    .slider-buttons {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      padding: 0 20px;
    }

    .slider-buttons button {
      background-color: rgba(0, 0, 0, 0.5);
      border: none;
      color: white;
      padding: 10px 20px;
      border-radius: 50px;
      font-size: 18px;
    }

    .slider-buttons button:hover {
      background-color: rgba(0, 0, 0, 0.7);
    } */
.dargah-name {
    text-align: center;
    font-family: 'Georgia', serif;
    font-size: 3rem;
    font-weight: bold;
    color: #14532d;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 30px;
  }

  .dargah-name span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #1e3a3a;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    letter-spacing: 1px;
    margin-top: 8px;
  }

  .gallery-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: #124f3e;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      margin-bottom: 30px;
    }

    .gallery-box {
      border: 3px solid #198754;
      padding: 20px;
      border-radius: 20px;
      background-color: #ffffff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      max-width: 900px;
      margin: auto;
    }

    .gallery-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .gallery-img:hover {
      transform: scale(1.03);
    }

    .row {
      margin-bottom: 15px;
    }


    .members-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: #14532d;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
      margin-bottom: 40px;
    }

    .member-card {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding: 20px;
      text-align: center;
    }

    .member-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    }

    .member-img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #198754;
      margin-bottom: 15px;
    }

    .member-name {
      font-weight: 600;
      font-size: 1.2rem;
      color: #14532d;
    }

    .member-role {
      color: #666;
      font-size: 0.95rem;
    }


    .dargah-peer {
      max-width: 1000px;
      margin: auto;
      text-align: center;
      background-color: #ffffff;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .dargah-img {
      width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
      margin-bottom: 25px;
    }

    .dargah-peer1 {
      font-size: 2.3rem;
      font-weight: bold;
      color: #14532d;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    }

    .dargah-peer2 {
      font-size: 1.2rem;
      color: #333;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    }


    .moving-section {
      max-width: 1000px;
      margin: auto;
      padding: 30px;
      background: white;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      position: relative;
    }

    .moving-img {
      width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.25);
      animation: float 6s ease-in-out infinite;
    }

    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-15px); }
    }

    .moving-text {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.85);
      padding: 15px 25px;
      border-radius: 12px;
      font-size: 1.5rem;
      font-weight: bold;
      color: #124f3d;
      box-shadow: 0 5px 15px rgba(0,0,0,0.15);
      text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    }

    .gallery-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: #134e4a;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
      margin-bottom: 30px;
    }

    /* .slider-wrapper {
      overflow: hidden;
      width: 100%;
    }

    .slider-track {
      display: flex;
      width: calc(250px * 10);
      animation: scroll 25s linear infinite;
    }

    .slider-item {
      flex: 0 0 auto;
      width: 250px;
      margin: 0 10px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .slider-item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 12px;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* Responsive */
    /* @media (max-width: 768px) {
      .slider-item {
        width: 180px;
      }
      .slider-track {
        width: calc(180px * 10);
      }
    }  */

    .slider-container {
      overflow: hidden;
      width: 100%;
    }

    .slider-track {
      display: flex;
      width: max-content;
      animation: scroll 30s linear infinite;
    }

    .card {
      margin: 0 10px;
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .card img {
      width: 100%;
      height: 340px;
      object-fit: cover;
      border-radius: 12px;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* Optional: Make sure container stretches full width */
    .container-full {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
    }

    .contact-section {
      background: #ffffff;
      padding: 60px 30px;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      max-width: 900px;
      margin: 60px auto;
    }

    .contact-item {
      text-align: center;
      padding: 30px 20px;
      border-radius: 12px;
      transition: transform 0.3s, box-shadow 0.3s;
      background-color: #e0f7f1;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .contact-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    }

    .contact-title {
      font-size: 2rem;
      font-weight: bold;
      color: #124f3d;
      margin-bottom: 10px;
    }

    .contact-text {
      font-size: 1.3rem;
      color: #333;
    }

    @media (max-width: 768px) {
      .contact-title {
        font-size: 1.5rem;
      }
      .contact-text {
        font-size: 1rem;
      }
    }



    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: #124f3d;
      margin-bottom: 50px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .gallery1-img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .gallery1-img:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    }

    .fade-in {
      animation: fadeInUp 1.2s ease both;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .gallery-img {
        height: 200px;
      }
    }


    .full-screen-image {
      width: 100%;
      height: 100vh; /* full screen height */
      object-fit: cover; /* maintain aspect ratio and fill screen */
      display: block;
    }

    

    /* .left-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0;
    }
    .info-box {
      padding: 30px;
      background-color: #fff8e1;
      height: 100%;
    }
    .emoji {
      font-size: 1.5rem;
    }
    @media (max-width: 767px) {
      .left-img {
        height: auto;
      }
    } */


     .announcement-wrapper {
      border: 5px solid #ffc107;
      border-radius: 15px;
      overflow: hidden;
      background: #fffefa;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .poster-container {
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }
    .poster-container img {
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 10px;
    }
    .text-content {
      padding: 30px;
    }
    .text-content h2 {
      color: #b24e00;
      font-weight: 700;
    }
    .text-content ul li {
      margin-bottom: 6px;
    }
    @media (max-width: 768px) {
      .text-content {
        padding: 20px;
      } 
    }