/* Terms & Conditions Specific Styles */
.terms-container {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    position: relative;
    overflow: hidden;
}

.terms-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc2626, #ea580c, #f59e0b);
}

.terms-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.terms-header {
    background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%);
    color: white;
    padding: 2.5rem 0;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.terms-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.terms-header .subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.terms-content {
    padding: 3rem;
}

@media (max-width: 768px) {
    .terms-content {
        padding: 1.5rem;
    }

    .terms-header h1 {
        font-size: 2rem;
    }
}

.terms-toc {
    background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 100%);
    border-radius: 15px;
    padding: 2rem;
    border-left: 5px solid #dc2626;
    margin-bottom: 2.5rem;
}

.terms-toc h3 {
    color: #dc2626;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.toc-list {
    column-count: 2;
    column-gap: 2rem;
}

@media (max-width: 768px) {
    .toc-list {
        column-count: 1;
    }
}

.toc-item {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    break-inside: avoid;
}

.toc-item::before {
    content: '•';
    color: #dc2626;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.toc-item a {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.toc-item a:hover {
    color: #dc2626;
}

.terms-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
    scroll-margin-top: 100px;
}

.terms-section:last-child {
    border-bottom: none;
}

.terms-section h2 {
    color: #1f2937;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #e5e7eb;
    position: relative;
}

.terms-section h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ea580c);
}

.terms-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.terms-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    border-bottom: 1px dashed #e5e7eb;
}

.terms-list li:last-child {
    border-bottom: none;
}

.terms-list li::before {
    content: '✓';
    color: #10b981;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.75rem;
    background: #d1fae5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.prohibited-list li::before {
    content: '✗';
    color: #dc2626;
    background: #fee2e2;
}

.legal-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    padding: 1.5rem;
    border-left: 4px solid #0ea5e9;
    margin: 1.5rem 0;
}

.warning-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
    padding: 1.5rem;
    border-left: 4px solid #f59e0b;
    margin: 1.5rem 0;
}

.dpdp-compliance {
    background: linear-gradient(135deg, #dbeafe 0%, #d1d5db 100%);
    border-radius: 12px;
    padding: 1.5rem;
    border: 2px solid #3b82f6;
    margin: 1.5rem 0;
}

.dpdp-compliance h5 {
    color: #1e40af;
    margin-bottom: 1rem;
}

.contact-card {
    background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%);
    color: white;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.contact-card h3 {
    color: white;
    margin-bottom: 1rem;
}

.contact-card a {
    color: white;
    text-decoration: underline;
    font-weight: 500;
}

.back-to-home {
    background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
}

.back-to-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.2);
    color: white;
}

.acceptance-badge {
    display: inline-flex;
    align-items: center;
    background: #10b981;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dc2626;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
    font-weight: bold;
    font-size: 1rem;
}

.quick-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.info-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    transition: transform 0.2s;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.info-card-icon {
    font-size: 2rem;
    color: #dc2626;
    margin-bottom: 0.5rem;
}

/* Breadcrumb Styling */
.breadcumb-area .breadcumb-content {
    padding: 2rem 0;
}

.breadcumb-area .breadcumb-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #dc2626, #ea580c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Scroll to top button */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #dc2626;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}
