.ak-hero-golden {
    position: relative;
    padding: 5rem 0 4.5rem;
    background:
        radial-gradient(circle at 50% 20%, rgba(255,215,120,0.45), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(253,80,86,0.35), transparent 55%),
        linear-gradient(135deg, #fff1c6, #fff7eb);
    overflow: hidden;
}

.ak-bg-mandala {
    position: absolute;
    inset: 0;
    background-image: url('https://nagarjunatravels.com/assets/images/muktinath/mandala-bw.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 540px;
    opacity: 0.22;
    filter: drop-shadow(0 0 60px rgba(255,200,90,0.45));
    animation: mandalaRotate 140s linear infinite;
}

.ak-bg-mandala::after {
    content: '';
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(255,220,150,0.35), transparent 65%);
    animation: haloPulse 7s ease-in-out infinite;
}

.ak-bg-om {
    position: absolute;
    top: 50%;
    width: 260px;
    height: 260px;
    background-image: url('https://nagarjunatravels.com/assets/images/special-pages/om-sym.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.09;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 25px rgba(255,180,80,0.3));
    animation: omDrift 12s ease-in-out infinite;
}

.ak-bg-om.left {
    left: -60px;
    width: 300px;
    height: 300px;
}

.ak-bg-om.right {
    right: -50px;
    width: 200px;
    height: 200px;
    animation-delay: 4s;
}

.ak-hero-golden::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-radial-gradient(
            circle at center,
            rgba(255,215,140,0.08),
            rgba(255,215,140,0.08) 1px,
            transparent 1px,
            transparent 6px
        );
    opacity: 0.35;
    pointer-events: none;
}

.ak-mantra {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fd5056;
    margin-bottom: 0.9rem;
    text-shadow: 0 0 12px rgba(253,80,86,0.35);
}

.ak-title {
    font-size: clamp(2.5rem, 4.8vw, 3.8rem);
    font-weight: 800;
    line-height: 1.15;
    color: #1a1a1a;
    text-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.ak-title span {
    display: block;
    color: #fd5056;
}

.ak-desc {
    max-width: 700px;
    margin: 1.1rem auto 0;
    font-size: 1.05rem;
    color: #4a4a4a;
}

.ak-actions {
    display: flex;
    gap: 1.1rem;
    margin-top: 2.1rem;
    flex-wrap: wrap;
}

.ak-btn-outline {
    padding: 0.75rem 1.9rem;
    border-radius: 50px;
    border: 2px solid #fd5056;
    background: transparent;
    color: #fd5056;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.ak-btn-outline:hover {
    background: #fd5056;
    color: #fff;
}

.ak-btn-solid {
    padding: 0.8rem 2.1rem;
    border-radius: 50px;
    background: linear-gradient(135deg, #fd5056, #ffb347);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow:
        0 14px 40px rgba(253,80,86,0.45),
        0 0 30px rgba(255,180,80,0.4);
}

@keyframes mandalaRotate {
    to { transform: rotate(360deg); }
}

@keyframes haloPulse {
    0%,100% { opacity: 0.5; }
    50% { opacity: 0.85; }
}

@keyframes omDrift {
    0%,100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.08); }
}

@media (max-width: 768px) {
    .ak-bg-mandala {
        background-size: 360px;
    }

    .ak-bg-om {
        display: none;
    }
}

.yatra-form-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f3f4;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.yatra-form-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 8px 25px rgba(253, 80, 86, 0.1);
    border-color: rgba(253, 80, 86, 0.15);
}

.yatra-form-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(13, 110, 253, 0.05) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

.yatra-form-card:hover::before {
    opacity: 1;
}

.yatra-form-card > * {
    position: relative;
    z-index: 1;
}

.package-toggle .form-check-label {
    color: rgb(255 0 0 / 90%);
}

.package-toggle .form-check-input:checked + .form-check-label {
    color: #ffffff;
}

.registration-card .nav-link {
    color: #ff0000;
}

.registration-card .nav-link:hover {
    color: #ff0000;
}

.date-btn { min-width: 58px; }
.full-moon { position:relative; }
.full-moon .badge { font-size:0.65rem; vertical-align:middle; }

.payment-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.payment-card {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.payment-card:hover {
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

.payment-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fd5056;
}

.payment-ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.payment-ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
}

.payment-ul li strong {
    color: #000;
}

.payment-ul .icon {
    color: #1aa34a;
    font-size: 16px;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .payment-wrapper {
        grid-template-columns: 1fr;
    }
}

.note-box {
    background: #f0f7ff;
    border-left: 4px solid #0d6efd;
}
.ak-payment-panel {
    padding: 1.9rem 0;
    background: linear-gradient(
        180deg,
        #fff6f6 0%,
        #ffffff 60%
    );
}

.ak-payment-card {
    max-width: 1300px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 22px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 3rem;
    border: 1px solid rgba(253,80,86,0.18);
    box-shadow: 0 30px 70px rgba(0,0,0,0.06);
}

.ak-payment-badge {
    display: inline-block;
    background: rgba(253,80,86,0.12);
    color: #fd5056;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 0.9rem;
}

.ak-payment-info h3 {
    font-size: 1.9rem;
    font-weight: 900;
    color: #111827;
    margin-bottom: 0.6rem;
}

.ak-payment-info p {
    font-size: 1rem;
    color: #6b7280;
    max-width: 520px;
}

.ak-terms-pills {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.1rem;
    flex-wrap: wrap;
}

.ak-pill {
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.ak-pill.primary {
    background: rgba(253,80,86,0.14);
    color: #fd5056;
}

.ak-pill.warning {
    background: rgba(245,158,11,0.18);
    color: #b45309;
}

.ak-pill.neutral {
    background: rgba(107,114,128,0.14);
    color: #374151;
}

.ak-payment-meta {
    display: flex;
    gap: 1.4rem;
    margin-top: 1.4rem;
    flex-wrap: wrap;
}

.ak-payment-meta span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
}

.ak-payment-action {
    background: linear-gradient(
        180deg,
        #fff5f6 0%,
        #ffffff 100%
    );
    border-radius: 18px;
    padding: 2.2rem;
    text-align: center;
    border: 1px solid rgba(253,80,86,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ak-amount-box {
    margin-bottom: 1.6rem;
}

.ak-amount-value {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fd5056;
    line-height: 1;
}

.ak-amount-note {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
}

.ak-pay-btn {
    display: inline-block;
    margin-top: 0.8rem;
    padding: 0.85rem 2.6rem;
    border-radius: 999px;
    background: #fd5056;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ak-pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(253,80,86,0.35);
    color: #ffffff;
}

.ak-fee-note {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #6b7280;
}

@media (max-width: 992px) {
    .ak-payment-card {
        grid-template-columns: 1fr;
        padding: 2.2rem;
    }

    .ak-payment-info h3 {
        font-size: 1.6rem;
    }
}
.ak-pay-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.ak-modern-policy {
    width: 100%;
    background: linear-gradient(
        180deg,
        #fff6f6 0%,
        #ffffff 45%,
        #fff9f9 100%
    );
    padding: 2rem 0;
}

.ak-modern-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ak-modern-header {
    max-width: 850px;
    margin-bottom: 3.5rem;
}

.ak-badge {
    display: inline-block;
    background: rgba(253,80,86,0.12);
    color: #fd5056;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 0.8rem;
}

.ak-modern-header h2 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #111827;
    margin-bottom: 0.6rem;
}

.ak-modern-header p {
    font-size: 1.05rem;
    color: #6b7280;
}

.ak-modern-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.ak-modern-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2.4rem;
    border: 1px solid #f1f1f1;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
}

.ak-modern-card.highlight {
    border: 1px solid rgba(253,80,86,0.25);
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #fff5f6 100%
    );
}

.ak-modern-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #1f2937;
}

.ak-modern-card ul {
    padding-left: 1.2rem;
    margin: 0;
}

.ak-modern-card li {
    margin-bottom: 0.8rem;
    font-size: 0.96rem;
    line-height: 1.6;
    color: #374151;
}

.ak-modern-card li.emphasis {
    color: #b91c1c;
    font-weight: 600;
}

.ak-modern-card li.danger {
    color: #991b1b;
    font-weight: 700;
}

.ak-modern-card p {
    font-size: 0.96rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.ak-modern-card.contact {
    background: #111827;
    color: #ffffff;
}

.ak-modern-card.contact h3,
.ak-modern-card.contact p {
    color: #ffffff;
}

.ak-modern-contact {
    display: flex;
    gap: 2rem;
    margin-top: 1.2rem;
    font-size: 1rem;
}

.ak-modern-contact div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ak-modern-footer {
    margin-top: 3.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    max-width: 1100px;
}

.ak-modern-footer p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .ak-modern-grid {
        grid-template-columns: 1fr;
    }

    .ak-modern-header h2 {
        font-size: 1.8rem;
    }
}

.ak-card-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.ak-card-title i {
    font-size: 1.1rem;
    color: #fd5056;
}

.ak-modern-card.contact .ak-card-title i,
.ak-modern-card.contact .ak-modern-contact i {
    color: #ffffff;
}

.ak-modern-contact i {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .ak-modern-policy {
        padding: 1.5rem 0;
    }

    .ak-modern-wrap {
        padding: 0 1.2rem;
    }

    .ak-modern-header {
        margin-bottom: 2.2rem;
    }

    .ak-modern-header h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .ak-modern-header p {
        font-size: 0.95rem;
    }

    .ak-modern-grid {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .ak-modern-card {
        padding: 1.6rem;
        border-radius: 14px;
    }

    .ak-modern-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .ak-modern-card li,
    .ak-modern-card p {
        font-size: 0.9rem;
    }

    .ak-modern-contact {
        flex-direction: column;
        gap: 0.6rem;
        font-size: 0.9rem;
    }

    .ak-modern-footer {
        margin-top: 2.2rem;
        padding-top: 1.2rem;
    }

    .ak-modern-footer p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .ak-modern-header h2 {
        font-size: 1.4rem;
    }

    .ak-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.7rem;
    }

    .ak-modern-card {
        padding: 1.4rem;
    }

    .ak-card-title {
        gap: 0.4rem;
    }

    .ak-card-title i {
        font-size: 1rem;
    }
}


.ak-divine-cta {
    position: relative;
    padding: 2rem 0;
    background: linear-gradient(
        180deg,
        #fffaf0 0%,
        #fff6e5 50%,
        #fffaf0 100%
    );
    overflow: hidden;
}

.ak-divine-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(255,215,0,0.18), transparent 60%),
        radial-gradient(circle at bottom, rgba(253,80,86,0.12), transparent 65%);
    pointer-events: none;
}

.ak-divine-inner {
    position: relative;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.ak-divine-mantra {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #b8860b;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.ak-divine-head h2 {
    font-size: 2.6rem;
    font-weight: 900;
    color: #3a2a0a;
    margin-bottom: 0.8rem;
}

.ak-divine-head p {
    font-size: 1.05rem;
    color: #6b4e16;
    max-width: 720px;
    margin: 0 auto 3.5rem;
    line-height: 1.7;
}

.ak-divine-paths {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 4.5rem;
    flex-wrap: wrap;
}

.ak-divine-path {
    position: relative;
    width: 280px;
    padding: 2.4rem 2rem;
    border-radius: 22px;
    text-align: center;
    text-decoration: none;
    color: #3a2a0a;

    background:
        linear-gradient(180deg, #fffdf7 0%, #fff3dc 100%);
    border: 1px solid rgba(184,134,11,0.35);

    box-shadow:
        0 10px 25px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,215,0,0.25);

    transition: transform 0.45s ease, box-shadow 0.45s ease;
    overflow: hidden;
}

.ak-divine-path::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(255,215,0,0.25), transparent 55%);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.ak-divine-path::after {
    content: 'ॐ';
    position: absolute;
    top: 1.1rem;
    right: 1.4rem;
    font-size: 2.2rem;
    color: rgba(184,134,11,0.15);
    font-weight: 700;
    pointer-events: none;
}

.ak-divine-path:hover {
    transform: translateY(-10px);
    box-shadow:
        0 30px 65px rgba(184,134,11,0.25),
        0 0 0 2px rgba(255,215,0,0.45);
}

.ak-divine-path:hover::before {
    opacity: 1;
}

.ak-divine-path.featured {
    background:
        linear-gradient(180deg, #fff8e1 0%, #ffedc2 100%);
    border: 2px solid #ffd700;

    box-shadow:
        0 35px 75px rgba(212,175,55,0.35),
        inset 0 0 0 1px rgba(255,215,0,0.6);
}

.ak-divine-path.featured::after {
    content: 'ॐ';
    color: rgba(212,175,55,0.35);
}

.ak-divine-path.featured::before {
    background:
        radial-gradient(circle at top, rgba(255,215,0,0.45), transparent 60%);
}

.ak-divine-paths a:hover{
    color: #ed0707;
}

.path-tier {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.8px;
    margin-bottom: 0.4rem;
}

.path-desc {
    font-size: 0.95rem;
    color: #6b4e16;
    line-height: 1.4;
}

.path-tier::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin: 0.6rem auto;
    background: linear-gradient(
        90deg,
        transparent,
        #d4af37,
        transparent
    );
}

@media (max-width: 768px) {
    .ak-divine-path {
        width: 100%;
        max-width: 330px;
    }
}


.ak-divine-actions {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
    flex-wrap: wrap;
}

.ak-divine-btn-outline {
    padding: 0.95rem 3rem;
    border-radius: 999px;
    background: transparent;
    border: 2px solid #b8860b;
    color: #3a2a0a;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ak-divine-btn-outline:hover {
    background: #b8860b;
    color: #ffffff;
    transform: translateY(-2px);
}

.ak-divine-btn-solid {
    padding: 0.95rem 3.2rem;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        #d4af37 0%,
        #ffd700 100%
    );
    color: #3a2a0a;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ak-divine-btn-solid:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(212,175,55,0.45);
}

@media (max-width: 768px) {
    .ak-divine-head h2 {
        font-size: 2rem;
    }

    .ak-divine-path {
        width: 100%;
        max-width: 320px;
    }
}