.header{
    margin-top: 0;
    padding: 8px;
    border-radius: 78px;
    /* position: absolute; */
}

 .forminput{
    margin-left: var(--marginEight);
    margin-right: var(--marginEight);
 }


  .headerBg{
     background: url(../../src/image/bannerbg.png);
     height: 100vh;
     background-size: cover;
     position: relative;
     /* position: absolute;
     top:-120px */
}

.headerBg::before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background: url('../image/bannerright.svg');
    width: 133px;
    height: 236px;
}


.headerBg::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: url('../image/bannerleft.svg');
    width: 105px;
    height: 182px;
    background-repeat: no-repeat;
}
.bannerHeading{
    padding-top: 138px;
    font-size: 38px;
    line-height: 41px;
    text-align: center;
}

.headerBg p{
    padding: 20px 12px 60px 12px;
}

.headerBg{
    display: inline-block;
    margin: 0 auto;
}

.read-more-btn{
    position: relative;
}

.read-more-btn span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color:#EFE9DD;
    font-size: 16px;
}
.read-more-btn img {
  transition: filter 0.3s ease;
}

.read-more-btn:hover img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(65%) saturate(1200%) hue-rotate(300deg);
}

.topshyari{
    background: #CCD4C0;
    padding: 8px;
}

.topshyari h3{
    font-size: 28px;
    line-height: 38px;
    margin-top: 68px;
}

.read-more-btn img{
    width: 160px;
}
.topshyari h4{
    font-size: 28px;
}

.topshyari p{
   
    font-size: 16px;
    color: #8A927F;
}

/* Know your roots */

 .border-pattern {
            background: #d8ddd0;
            background-size: 20px 20px;
            padding: 6px;
        }
        
        .inner-border {
                   background-image: url(../image/rootborder.svg);
                    padding: 20px;
                    background-size: inherit;

        }
        
        .content-area {
            background-color: #d8ddd0;
        }
        
        .decorative-line {
            background: linear-gradient(to right, transparent, #8b6c5c 20%, #8b6c5c 80%, transparent);
            height: 2px;
            margin: 8px auto;
        }
        
        .gurmukhi-text {
            font-family: 'Noto Serif Gurmukhi', serif;
            font-weight: 900;
            color: #c74178;
            font-size: 2rem;
            line-height: 1.6;
        }
        
        .heading-text {
            font-family: 'Crimson Text', serif;
            color: #351421;
            font-weight: 700;
        }
        
        .see-all-button {
            background: linear-gradient(135deg, #d45d8a 0%, #c74178 50%, #b83869 100%);
            color: white;
            border-radius: 50px;
            padding: 14px 48px;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(199, 65, 120, 0.3);
            transition: all 0.3s ease;
        }
        
        .see-all-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(199, 65, 120, 0.4);
        }
        
        .translation-text {
            color: #8A927F;
         
        }


        /* Famous Poets */

            .poet-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .poet-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .poet-image {
            transition: transform 0.3s ease;
            border: 4px solid #f5f5f5;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }
        
        .poet-card:hover .poet-image {
            transform: scale(1.05);
        }
        
       .see-all-btn {
  position: relative;
  display: inline-block;
}

/* .see-all-btn img {
  width: 76px;
  display: block;
} */

.see-all-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
 
  pointer-events: none;  
 /* width: 60px;*/
}

        
        
        .swiper-button-next,
        .swiper-button-prev {
            color: #5d4037;
            background: rgba(255, 255, 255, 0.9);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 20px;
            font-weight: bold;
        }
        
        .swiper-pagination-bullet {
            background: #5d4037;
            opacity: 0.5;
        }
        
        .swiper-pagination-bullet-active {
            opacity: 1;
            background: #c94b7a;
        }
        

       /* .swiper-button-next, .swiper-button-prev{
            display: none !important;
        }*/
        .famous-poets{
            overflow-x: scroll;
        }

        /* Panjaabii Kosh */
        .scroll{
            overflow-x: scroll;
        }

        

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .poets-grid {
            perspective: 1000px;
        }

        

        

        .ornament {
            width: 40px;
            height: 40px;
            opacity: 0.8;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .floating {
            animation: float 3s ease-in-out infinite;
        }

        .title {
            position: relative;
            display: inline-block;
        }

        .title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, transparent, #8b6f47, transparent);
        }

        .page-turn {
            background: linear-gradient(135deg, #5a3a3a 0%, #7d4a4a 100%);
            position: relative;
            overflow: hidden;
        }

        .page-turn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            transform: translate(-50%, -50%);
        }

        .turn-icon {
            width: 80px;
            height: 80px;
            opacity: 0.6;
        }




.title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #8b4513;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

.stories-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0 auto;
}

.story-card {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
 
  

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 40px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 100%;
    width: 100%;
    border-radius: 28px;
}

.story-title {
  color: white;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  flex: 1;
}

 
/* Mobile responsiveness */
@media (max-width: 768px) {
  
  .title {
    font-size: 2rem;
  }
  
/*  .stories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }*/
 
}

@media (max-width: 480px) {
   
  
  .title {
    font-size: 1.8rem;
  }
  
  
  .card-content {
    padding: 30px 15px 15px;
  }
  
  
  
  .arrow-btn {
    width: 16px;
    height: 16px;
  }
}

        /* More from Rekhta */
           .title-font {
            font-family: 'Playfair Display', serif;
        }
        
        .card-title {
            font-family: 'Crimson Text', serif;
        }
        
        .flower-icon {
            animation: float 3s ease-in-out infinite;
        }
        
        .flower-icon:nth-child(2) {
            animation-delay: 1.5s;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-10px) rotate(5deg); }
        }
        
        
        
        
         
        
        .bg-gradient-mesh {
            background: 
                radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 40% 20%, rgba(34, 197, 94, 0.03) 0%, transparent 50%);
        }
        
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        .animate-slide-in {
            animation: slideIn 0.8s ease-out forwards;
        }
        
        

        /* Kosh */
.ellipse_white {
    background: #fff;
    -webkit-mask: url('../image/kosh-card.png') no-repeat center;
    -webkit-mask-size: 100% 100%;
    mask: url('../image/kosh-card.png') no-repeat center;
    mask-size: 100% 100%;
   /* padding:18px;*/
    height:100%;
} 
        /* .ellipse_white{
            content: "";
            position: absolute;
            inset: 0;
            background: url("/src/image/border.svg") no-repeat center;
            background-size: 100% 100%;
            pointer-events: none;
            z-index: 1;
        } */

        .heroBanner .swiper-slide {
          width: 100% !important;
          flex-shrink: 0;
        }