/* Trust Badges Section */
.trust-badges-section {
    padding: 3rem 0;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.trust-badges-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.trust-badge:hover {
    opacity: 1;
}

.trust-badge i {
    font-size: 2rem;
    color: var(--primary-color);
}

.trust-badge span {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 1.1rem;
}

/* Timeline Section (Onboarding) */
.timeline-section {
    position: relative;
    padding: 4rem 0;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e9ecef;
    z-index: 0;
}

.timeline-step {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 200px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: white;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0 auto 1.5rem;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.timeline-step:hover .step-number {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.step-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.step-content p {
    font-size: 0.9rem;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .timeline::before {
        width: 4px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .timeline-step {
        width: 100%;
    }
}

/* FAQ Accordion */
.faq-section {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid #cbd5e1;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-dark);
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question i {
    transition: transform 0.3s;
    color: var(--primary-color);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #f8f9fa;
}

.faq-answer p {
    padding: 1.5rem;
    margin: 0;
    color: var(--text-light);
    border-top: 1px solid #e9ecef;
}

/* USP Grid (Why Choose Us) */
.usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.usp-card {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-lg);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e9ecef;
}

.usp-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.usp-icon {
    width: 70px;
    height: 70px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    color: var(--primary-color);
    font-size: 1.8rem;
}

/* Devotee App New Sections */

.feature-list-check {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-list-check li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-gray);
    font-weight: 500;
}

.feature-list-check li i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Benefits Section */
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.verticals-section {
    background-color: #1a1a1a;
    /* Dark background for contrast */
    overflow: hidden;
    color: white;
}

.devotee-div {
    background: linear-gradient(135deg, #2c3e50 0%, #000000 100%);
}

.nav-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/pattern.png');
    /* Assuming a pattern exists or fallback */
    opacity: 0.05;
    pointer-events: none;
}

.diya-left {
    top: 20px;
    left: 20px;
    width: 60px;
    animation: float 3s ease-in-out infinite;
}

.diya-right {
    top: 20px;
    right: 20px;
    width: 60px;
    animation: float 3s ease-in-out infinite 1.5s;
}

.mandir-left {
    bottom: 0;
    left: 0;
    width: 150px;
    opacity: 0.2;
}

.mandir-right {
    bottom: 0;
    right: 0;
    width: 150px;
    opacity: 0.2;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.title1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 3rem 0 6rem;
    position: relative;
    z-index: 2;
}

.vert-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.vert-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.vert-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.vert-card img {
    height: 80px;
    width: auto;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.vert-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--secondary-color);
    min-height: 3rem;
    /* matchheight2 approximation */
    display: flex;
    align-items: center;
    justify-content: center;
}

.vert-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.z-1 {
    z-index: 1;
}

/* FAQ Grid Layout - Added for SEO Pages */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.faq-item {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.faq-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.faq-item p {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}