
     .hindi-text {
            font-family: 'Noto Sans Devanagari', serif;
            font-size: 1.15em;
            line-height: 2.2;
        }

        /* Hero Section */
        .hero-section {
            min-height: 30vh;
            background: linear-gradient(165deg, var(--bs-primary) 0%, var(--bs-dark) 100%);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 50%, rgba(255, 94, 21, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 94, 21, 0.15) 0%, transparent 50%);
            opacity: 0.6;
        }

        .hero-section::after {
            content: 'ॐ';
            position: absolute;
            font-size: 25rem;
            color: rgba(255, 255, 255, 0.03);
            font-weight: bold;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: serif;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 25px 20px;
        }

        .hero-title {
            font-family: 'Cinzel', serif;
            font-size: 4.5rem;
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 20px;
            text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
        }

        .hero-subtitle {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.6rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
            font-style: italic;
            letter-spacing: 1px;
        }

        .royal-divider {
            width: 120px;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--bs-secondary), transparent);
            margin: 30px auto;
            position: relative;
        }

        .royal-divider::before,
        .royal-divider::after {
            content: '◆';
            position: absolute;
            color: var(--bs-secondary);
            font-size: 12px;
            top: -6px;
        }

        .royal-divider::before {
            left: -20px;
        }

        .royal-divider::after {
            right: -20px;
        }

        /* Main Content Section */
        .content-section {
            padding: 120px 0;
            background: linear-gradient(to bottom, #ffffff 0%, #faf8f5 100%);
            position: relative;
        }

        .decorative-pattern {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(to bottom, rgba(24, 10, 1, 0.03) 0%, transparent 100%);
            background-image: repeating-linear-gradient(
                45deg,
                transparent,
                transparent 35px,
                rgba(255, 94, 21, 0.03) 35px,
                rgba(255, 94, 21, 0.03) 70px
            );
        }

        .section-label {
            font-family: 'Cinzel', serif;
            font-size: 1rem;
            color: var(--bs-secondary);
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .section-title {
            font-family: 'Cinzel', serif;
            font-size: 3.5rem;
            color: var(--bs-primary);
            font-weight: 600;
            margin-bottom: 40px;
            letter-spacing: 2px;
        }

        .content-block {
            margin-bottom: 100px;
        }

        .content-text {
            font-size: 1.25rem;
            line-height: 2.2;
            color: #3d3d3d;
            text-align: justify;
            margin-bottom: 40px;
            font-weight: 400;
        }

        .elegant-separator {
            width: 80px;
            height: 2px;
            background: var(--bs-secondary);
            margin: 50px auto;
            position: relative;
        }

        .elegant-separator::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background: var(--bs-secondary);
            border-radius: 50%;
        }

        /* Decorative Side Elements */
        .side-ornament {
            position: absolute;
            width: 4px;
            height: 150px;
            background: linear-gradient(to bottom, transparent, var(--bs-secondary), transparent);
            left: 0;
        }

        .side-ornament.right {
            left: auto;
            right: 0;
        }

        /* Quote Style */
        .opening-quote {
            font-size: 6rem;
            line-height: 0;
            color: var(--bs-secondary);
            opacity: 0.2;
            font-family: Georgia, serif;
            margin-bottom: -20px;
            display: block;
        }

        /* Background Watermark */
        .bg-watermark {
            position: absolute;
            font-size: 8rem;
            color: rgba(24, 10, 1, 0.02);
            font-family: 'Cinzel', serif;
            font-weight: 700;
            z-index: 0;
            pointer-events: none;
        }

        .bg-watermark.left {
            top: 150px;
            left: -50px;
            transform: rotate(-90deg);
        }

        .bg-watermark.right {
            top: 500px;
            right: -50px;
            transform: rotate(90deg);
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
                letter-spacing: 2px;
            }

            .hero-subtitle {
                font-size: 1.2rem;
            }

            .section-title {
                font-size: 2.2rem;
            }

            .content-text {
                font-size: 1.1rem;
                line-height: 2;
            }

            .content-section {
                padding: 60px 0;
            }

            .content-block {
                margin-bottom: 60px;
            }

            .bg-watermark {
                display: none;
            }

            .side-ornament {
                display: none;
            }
        }

        /* Accent Border */
        .accent-border-top {
            border-top: 1px solid rgba(255, 94, 21, 0.2);
            padding-top: 50px;
        }

        /* Icon Decorations */
        .section-icon {
            font-size: 3rem;
            color: var(--bs-secondary);
            margin-bottom: 30px;
            display: inline-block;
            opacity: 0.8;
        }




        /* Catelogue Start */
  .catalogue-img-box {
    width: 180px;
    height: 120px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(80,80,80,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    transition: transform 0.2s;
  }
  .catalogue-img-box img {
    transform: scale(1.02);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }
  tr:hover .catalogue-img-box {
    transform: scale(1.06);
    box-shadow: 0 4px 16px rgba(80,80,120,0.2);
  }
  tr:hover {
    background: linear-gradient(90deg,#f0e9cc 50%,  #fcf0c2 100% );
    transition: background 0.3s;
  }
  @media (max-width: 767.98px) {
    .table-responsive thead {
      display: none;
    }
    .table-responsive td {
      display: block;
      width: 100%;
      text-align: left;
      border: none;
      position: relative;
      padding-left: 42%;
      min-height: 2.5em;
      box-sizing: border-box;
    }
    .table-responsive td:before {
      content: attr(data-label);
      position: absolute;
      left: 12px;
      top: 0;
      width: 40%;
      padding-right: 0.5em;
      white-space: nowrap;
      color: #777;
      font-weight: 500;
    }
    .catalogue-img-box {
      margin-bottom: 1rem;
    }
  }
        /* Catelogue End */



        
        .hindi-text {
            font-family: 'Noto Sans Devanagari', serif;
            font-size: 1.08em;
            line-height: 2.1;
        }

       
      
        .hero-title {
            font-family: 'Cinzel', serif;
            font-size: 4.5rem;
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 5px;
            text-transform: uppercase;
            margin-bottom: 20px;
            text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
        }

        .hero-subtitle {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
            font-style: italic;
            letter-spacing: 1px;
        }

        .royal-divider {
            width: 120px;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--bs-secondary), transparent);
            margin: 30px auto;
            position: relative;
        }

        .royal-divider::before,
        .royal-divider::after {
            content: '◆';
            position: absolute;
            color: var(--bs-secondary);
            font-size: 12px;
            top: -6px;
        }

        .royal-divider::before {
            left: -20px;
        }

        .royal-divider::after {
            right: -20px;
        }

        /* Timeline Section */
        .timeline-section {
            padding: 100px 0;
            background: linear-gradient(to bottom, #ffffff 0%, #faf8f5 100%);
            position: relative;
        }

        /* Timeline Container with Decorative Line */
        .timeline-wrapper {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
            padding-left: 100px;
        }

        /* Vertical Decorative Line with Gradient */
        .timeline-wrapper::before {
            content: '';
            position: absolute;
            left: 40px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, 
                transparent 0%,
                var(--bs-secondary) 5%,
                rgba(255, 94, 21, 0.4) 50%,
                var(--bs-secondary) 95%,
                transparent 100%
            );
        }

        /* Decorative Strokes on Line */
        .timeline-wrapper::after {
            content: '';
            position: absolute;
            left: 30px;
            top: 0;
            bottom: 0;
            width: 24px;
            background-image: repeating-linear-gradient(
                0deg,
                transparent,
                transparent 80px,
                rgba(255, 94, 21, 0.15) 80px,
                rgba(255, 94, 21, 0.15) 100px
            );
        }

        /* Timeline Item */
        .timeline-item {
            position: relative;
            margin-bottom: 60px;
            padding-left: 30px;
        }

        /* Connecting Dot */
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -62px;
            top: 100px;
            width: 20px;
            height: 20px;
            background: var(--bs-secondary);
            border: 4px solid #ffffff;
            border-radius: 50%;
            box-shadow: 0 0 0 6px rgba(255, 94, 21, 0.2);
            z-index: 2;
        }

        /* Content Card with Clip-Path */
        .legacy-card {
            background: #ffffff;
            padding: 50px 45px;
            border-radius: 12px;
            box-shadow: 0 10px 50px rgba(24, 10, 1, 0.08);
            position: relative;
            border-left: 5px solid var(--bs-secondary);
            transition: all 0.4s ease;
        }

        .legacy-card:hover {
            transform: translateX(8px);
            box-shadow: 0 15px 60px rgba(24, 10, 1, 0.15);
        }

        /* Decorative Corner Clip-Path */
        .legacy-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--bs-secondary), transparent);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
            opacity: 0.08;
        }

        /* Profile Image with Clip-Path Effect */
        .profile-wrapper {
            position: relative;
            width: 200px;
            height: 200px;
            margin: 0 auto 30px;
        }

        .profile-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            border: 5px solid var(--bs-secondary);
            box-shadow: 0 15px 45px rgba(255, 94, 21, 0.25);
            transition: all 0.4s ease;
        }

        .profile-wrapper::after {
            content: '';
            position: absolute;
            top: -10px;
            right: -10px;
            width: 100%;
            height: 100%;
            border: 2px solid var(--bs-secondary);
            border-radius: 12px;
            opacity: 0.3;
            clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 20%);
        }

        .profile-image:hover {
            transform: scale(1.05);
        }

        /* Person Info */
        .person-name {
            font-family: 'Cinzel', serif;
            font-size: 2.2rem;
            color: var(--bs-primary);
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 1px;
            text-align: center;
        }

        .person-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.2rem;
            color: var(--bs-secondary);
            font-style: italic;
            margin-bottom: 30px;
            line-height: 1.7;
            text-align: center;
        }

        .person-description {
            font-size: 1.1rem;
            line-height: 2;
            color: #3d3d3d;
            text-align: justify;
            margin-bottom: 30px;
        }

     
        /* Icon Badge */
        .icon-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--bs-secondary), #ffa726);
            border-radius: 50%;
            margin: 0 auto 25px;
            box-shadow: 0 8px 25px rgba(255, 94, 21, 0.3);
        }

        .icon-badge i {
            font-size: 1.8rem;
            color: white;
        }

        /* Number Counter */
        .timeline-number {
            position: absolute;
            left: -85px;
            top: 85px;
            width: 45px;
            height: 45px;
            background: var(--bs-primary);
            color: white;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Cinzel', serif;
            font-size: 1.3rem;
            font-weight: 600;
            box-shadow: 0 5px 20px rgba(24, 10, 1, 0.3);
            z-index: 3;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
                letter-spacing: 2px;
            }

            .hero-subtitle {
                font-size: 1.2rem;
            }

            .timeline-section {
                padding: 60px 0;
            }

            .timeline-wrapper {
                padding-left: 50px;
            }

            .timeline-wrapper::before {
                left: 20px;
            }

            .timeline-wrapper::after {
                left: 10px;
            }

            .timeline-item::before {
                left: -32px;
                top: 80px;
                width: 16px;
                height: 16px;
            }

            .timeline-number {
                left: -48px;
                top: 65px;
                width: 38px;
                height: 38px;
                font-size: 1.1rem;
            }

            .legacy-card {
                padding: 30px 25px;
            }

            .profile-wrapper {
                width: 150px;
                height: 150px;
            }

            .person-name {
                font-size: 1.7rem;
            }

            .person-title {
                font-size: 1rem;
            }

            .person-description {
                font-size: 1rem;
                line-height: 1.9;
            }
        }



          
   
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 80px 20px;
        }

        .hero-icon {
            font-size: 4rem;
            color: var(--bs-secondary);
            margin-bottom: 20px;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
        }

        .hero-title {
            font-family: 'Cinzel', serif;
            font-size: 3.5rem;
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 3px;
            margin-bottom: 15px;
            text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
        }

        .hero-subtitle {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.4rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
            font-style: italic;
            letter-spacing: 1px;
        }

        .royal-divider {
            width: 120px;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--bs-secondary), transparent);
            margin: 25px auto;
            position: relative;
        }

        .royal-divider::before,
        .royal-divider::after {
            content: '◆';
            position: absolute;
            color: var(--bs-secondary);
            font-size: 12px;
            top: -6px;
        }

        .royal-divider::before {
            left: -20px;
        }

        .royal-divider::after {
            right: -20px;
        }

        /* Main Content Section */
        .content-section {
            padding: 60px 0;
            background: linear-gradient(to bottom, #ffffff 0%, #faf8f5 100%);
            position: relative;
        }

        .section-intro {
            max-width: 900px;
            margin: 0 auto 80px;
            text-align: center;
            padding: 0 20px;
        }

        .section-label {
            font-family: 'Cinzel', serif;
            font-size: 0.9rem;
            color: var(--bs-secondary);
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .section-title {
            font-family: 'Cinzel', serif;
            font-size: 3rem;
            color: var(--bs-primary);
            font-weight: 600;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        .section-description {
            font-size: 1.15rem;
            line-height: 2;
            color: #3d3d3d;
            text-align: justify;
        }

        /* Feature Grid with Sacred Geometry */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-bottom: 80px;
        }

        .feature-card {
            background: white;
            padding: 15px 35px;
            border-radius: 15px;
            text-align: center;
            position: relative;
            box-shadow: 0 10px 40px rgba(24, 10, 1, 0.08);
            transition: all 0.4s ease;
            border: 2px solid transparent;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 94, 21, 0.05) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(24, 10, 1, 0.15);
            border-color: var(--bs-secondary);
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        /* Hexagonal Icon Container */
        .icon-hexagon {
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            position: relative;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            background: linear-gradient(135deg, var(--bs-secondary), #ffa726);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .feature-card:hover .icon-hexagon {
            transform: rotate(60deg);
        }

        .icon-inner {
            width: 90px;
            height: 90px;
            background: white;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .feature-card:hover .icon-inner {
            transform: rotate(-60deg);
        }

        .feature-icon {
            font-size: 2.5rem;
            color: var(--bs-secondary);
        }

        .feature-number {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 35px;
            height: 35px;
            background: var(--bs-primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Cinzel', serif;
            font-size: 1rem;
            font-weight: 600;
            z-index: 2;
        }

        .feature-title {
            font-family: 'Cinzel', serif;
            font-size: 1.4rem;
            color: var(--bs-primary);
            font-weight: 600;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
        }

        .feature-description {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #555;
        }

        /* Why Choose Us Section */
        .why-choose-section {
            background: var(--bs-primary);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .why-choose-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="60" fill="rgba(255,255,255,0.02)">ॐ</text></svg>') center/150px repeat;
        }

        .why-choose-content {
            position: relative;
            z-index: 2;
        }

        .why-title {
            font-family: 'Cinzel', serif;
            font-size: 3rem;
            color: white;
            font-weight: 600;
            margin-bottom: 50px;
            text-align: center;
            letter-spacing: 2px;
        }

        .why-title .icon-star {
            color: var(--bs-secondary);
            font-size: 2.5rem;
            vertical-align: middle;
            margin-right: 15px;
        }

        .benefits-list {
            max-width: 800px;
            margin: 0 auto;
        }

        .benefit-item {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 30px 35px;
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
            transition: all 0.3s ease;
        }

        .benefit-item:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateX(10px);
        }

        .benefit-icon {
            width: 50px;
            height: 50px;
            background: var(--bs-secondary);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .benefit-icon i {
            font-size: 1.5rem;
            color: white;
        }

        .benefit-text {
            flex: 1;
            color: white;
            font-size: 1.15rem;
            line-height: 1.9;
        }

        .benefit-text-hindi {
            font-family: 'Noto Sans Devanagari', serif;
            font-size: 1.1rem;
            line-height: 2;
        }

       

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2rem;
                letter-spacing: 2px;
            }

            .hero-subtitle {
                font-size: 1.1rem;
            }

            .hero-icon {
                font-size: 3rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .why-title {
                font-size: 2rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .content-section {
                padding: 60px 0;
            }

            .why-choose-section {
                padding: 60px 0;
            }

            .benefit-item {
                flex-direction: column;
                text-align: center;
                align-items: center;
            }

            .benefit-text {
                font-size: 1.05rem;
            }
        }
    
 
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 80px 20px;
        }

        .hero-icon {
            font-size: 4rem;
            color: var(--bs-secondary);
            margin-bottom: 20px;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
        }

        .hero-title {
            font-family: 'Cinzel', serif;
            font-size: 3.5rem;
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 3px;
            margin-bottom: 15px;
            text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
        }

        .hero-subtitle {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.4rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
            font-style: italic;
            letter-spacing: 1px;
        }

        .royal-divider {
            width: 120px;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--bs-secondary), transparent);
            margin: 25px auto;
            position: relative;
        }

        .royal-divider::before,
        .royal-divider::after {
            content: '◆';
            position: absolute;
            color: var(--bs-secondary);
            font-size: 12px;
            top: -6px;
        }

        .royal-divider::before {
            left: -20px;
        }

        .royal-divider::after {
            right: -20px;
        }

        /* Main Content Section */
        .content-section {
            padding: 60px 0;
            background: linear-gradient(to bottom, #ffffff 0%, #faf8f5 100%);
            position: relative;
        }

        .section-intro {
            max-width: 900px;
            margin: 0 auto 80px;
            text-align: center;
            padding: 0 20px;
        }

        .section-label {
            font-family: 'Cinzel', serif;
            font-size: 0.9rem;
            color: var(--bs-secondary);
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .section-title {
            font-family: 'Cinzel', serif;
            font-size: 3rem;
            color: var(--bs-primary);
            font-weight: 600;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        .section-description {
            font-size: 1.15rem;
            line-height: 2;
            color: #3d3d3d;
            text-align: justify;
        }

        /* Feature Grid with Sacred Geometry */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-bottom: 80px;
        }

        .feature-card {
            background: white;
            padding: 15px 35px;
            border-radius: 15px;
            text-align: center;
            position: relative;
            box-shadow: 0 10px 40px rgba(24, 10, 1, 0.08);
            transition: all 0.4s ease;
            border: 2px solid transparent;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 94, 21, 0.05) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(24, 10, 1, 0.15);
            border-color: var(--bs-secondary);
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        /* Hexagonal Icon Container */
        .icon-hexagon {
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            position: relative;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            background: linear-gradient(135deg, var(--bs-secondary), #ffa726);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .feature-card:hover .icon-hexagon {
            transform: rotate(60deg);
        }

        .icon-inner {
            width: 90px;
            height: 90px;
            background: white;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .feature-card:hover .icon-inner {
            transform: rotate(-60deg);
        }

        .feature-icon {
            font-size: 2.5rem;
            color: var(--bs-secondary);
        }

        .feature-number {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 35px;
            height: 35px;
            background: var(--bs-primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Cinzel', serif;
            font-size: 1rem;
            font-weight: 600;
            z-index: 2;
        }

        .feature-title {
            font-family: 'Cinzel', serif;
            font-size: 1.4rem;
            color: var(--bs-primary);
            font-weight: 600;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
        }

        .feature-description {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #555;
        }

        /* Why Choose Us Section */
        .why-choose-section {
            background: var(--bs-primary);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .why-choose-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="60" fill="rgba(255,255,255,0.02)">ॐ</text></svg>') center/150px repeat;
        }

        .why-choose-content {
            position: relative;
            z-index: 2;
        }

        .why-title {
            font-family: 'Cinzel', serif;
            font-size: 3rem;
            color: white;
            font-weight: 600;
            margin-bottom: 50px;
            text-align: center;
            letter-spacing: 2px;
        }

        .why-title .icon-star {
            color: var(--bs-secondary);
            font-size: 2.5rem;
            vertical-align: middle;
            margin-right: 15px;
        }

        .benefits-list {
            max-width: 800px;
            margin: 0 auto;
        }

        .benefit-item {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 30px 35px;
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
            transition: all 0.3s ease;
        }

        .benefit-item:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateX(10px);
        }

        .benefit-icon {
            width: 50px;
            height: 50px;
            background: var(--bs-secondary);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .benefit-icon i {
            font-size: 1.5rem;
            color: white;
        }

        .benefit-text {
            flex: 1;
            color: white;
            font-size: 1.15rem;
            line-height: 1.9;
        }

        .benefit-text-hindi {
            font-family: 'Noto Sans Devanagari', serif;
            font-size: 1.1rem;
            line-height: 2;
        }

        

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2rem;
                letter-spacing: 2px;
            }

            .hero-subtitle {
                font-size: 1.1rem;
            }

            .hero-icon {
                font-size: 3rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .why-title {
                font-size: 2rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .content-section {
                padding: 60px 0;
            }

            .why-choose-section {
                padding: 60px 0;
            }

            .benefit-item {
                flex-direction: column;
                text-align: center;
                align-items: center;
            }

            .benefit-text {
                font-size: 1.05rem;
            }
        }



        .why-choose-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: #1a1a1a;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .section-header .royal-divider {
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, transparent, #180a01, transparent);
            margin: 0 auto 20px;
        }

        .section-header p {
            color: #666;
            font-size: 1.1rem;
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            gap: 50px;
            margin-bottom: 60px;
        }

        .image-column {
            flex: 0 0 45%;
            position: relative;
        }

        .image-column img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            transition: transform 0.5s ease;
        }

        .image-column img:hover {
            transform: scale(1.02);
        }

        .image-overlay {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            border: 3px solid rgba(212, 175, 55, 0.5);
            border-radius: 20px;
            pointer-events: none;
            transition: all 0.3s ease;
        }

        .image-column:hover .image-overlay {
            border-color: rgba(212, 175, 55, 0.8);
        }

        .features-column {
            flex: 1;
        }

        .feature-card {
            position: relative;
            padding: 30px;
            background: #ffffff;
            border-radius: 15px;
            margin-bottom: 25px;
            border: 2px solid #f0f0f0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            width: 0;
            height: 0;
            background: linear-gradient(135deg, #180a01 0%, #f4e4b8 100%);
            transition: all 0.4s ease;
            z-index: 0;
        }

        .feature-card:hover::before {
            width: 80px;
            height: 80px;
        }

        .feature-card::after {
            content: '';
            position: absolute;
            bottom: -2px;
            right: -2px;
            width: 0;
            height: 0;
            background: linear-gradient(135deg, #180a01 0%, #f4e4b8 100%);
            transition: all 0.4s ease;
            z-index: 0;
        }

        .feature-card:hover::after {
            width: 80px;
            height: 80px;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            border-color: #180a01;
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
        }

        .feature-content {
            position: relative;
            z-index: 1;
            display: flex;
            gap: 20px;
        }

        .feature-icon {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #180a01 0%, #f4e4b8 100%);
            border-radius: 12px;
            font-size: 1.8rem;
            color: #fff;
            transition: all 0.3s ease;
        }

        .feature-card:hover .feature-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .feature-text h4 {
            font-family: 'Playfair Display', serif;
            font-size: 1.4rem;
            color: #1a1a1a;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .feature-text p {
            color: #666;
            line-height: 1.7;
            margin: 0;
            font-size: 0.95rem;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .content-wrapper {
                flex-direction: column;
                gap: 40px;
            }

            .image-column {
                flex: 0 0 100%;
            }

            .image-column img {
                height: 400px;
            }
        }

        @media (max-width: 768px) {
            .why-choose-section {
                padding: 50px 0;
            }

            .section-header h2 {
                font-size: 2rem;
            }

            .feature-card {
                padding: 25px;
            }

            .feature-content {
                flex-direction: column;
                gap: 15px;
            }

            .feature-icon {
                width: 50px;
                height: 50px;
                font-size: 1.5rem;
            }

            .feature-text h4 {
                font-size: 1.2rem;
            }
        }



.gallery-section {
  background-color: #f5e8d1;
}

.masonry-gallery {
  column-count: 3;
  column-gap: 15px;
}

@media (max-width: 992px) {
  .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
  }
}

.masonry-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.masonry-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
  transition: transform 0.4s ease;
}

.masonry-item:hover img {
  transform: scale(1.02);
}

.masonry-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}

/* Overlay with View Icon */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(to bottom, transparent, #000000c4);
  display: flex;
  align-items: end;
  justify-content: start;
  opacity: 0;
  /* padding: 15px; */
  padding-left:15px ;
  padding-bottom:15px;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay i {
  background: linear-gradient(135deg, #ff7a18, #a04708);
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 50%;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay i:hover {
  transform: scale(1.15) ;
  opacity: 1;
  /* box-shadow: 0 6px 15px rgba(255, 122, 24, 0.5); */
  background: linear-gradient(135deg, #ffa733, #c85b11);
}


.masonry-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/* Modal Custom Style */
.modal-custom .modal-dialog {
  max-width: 90%;
  width: auto;
}

.modal-custom .modal-content {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-custom img {
  max-height: 70vh;
  width: auto;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

.modal-custom .close-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  background: #fff;
  border: none;
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.modal-custom .close-btn:hover {
  background: #dc3545;
  color: #fff;
}



    .shadow-card{
        background: #F9EDD9;
        /* box-shadow: 0px 0px 3px #3D1900; */
        transition: all 0.2s ease-in-out;
    }
    
    .shadow-card:hover{
        box-shadow: 0px 0px 5px #3D1900;
    }
    
    .shadow-card:hover img{
        transition: all 0.5s ease-in-out;
        scale: 1.05;
        margin-top: -5px;
    }



    