/* style.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
}

.top-section {
    text-align: center;
    padding: 60px 0 50px 0;
    background: radial-gradient(circle at center top, #ffffff 0%, #fafafa 100%);
}

.logo {
    font-size: 100px;
    color: #d1b054;
    line-height: 1;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.05);
}

.black-banner {
    background-color: #050505;
    color: #d1b054;
    text-align: center;
    padding: 70px 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.black-banner h2 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 34px;
    letter-spacing: 0.5px;
}

.black-banner h2:last-child {
    margin-bottom: 0;
}

.details-section {
    text-align: center;
    padding: 40px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.prayer-info {
    margin-bottom: 35px;
}

.text-punjabi {
    color: #000000;
    margin-bottom: 6px;
}

.text-english {
    color: #cc3333;
    margin-bottom: 6px;
}

.text-russian {
    color: #3366cc;
    margin-bottom: 6px;
}

.credits .text-punjabi {
    color: #000000;
    margin-bottom: 6px;
    font-size: 14px;
}

.text-english-italic {
    color: #cc3333;
    margin-bottom: 6px;
    font-style: italic;
    font-size: 14px;
}

.text-russian-italic {
    color: #3366cc;
    margin-bottom: 6px;
    font-style: italic;
    font-size: 14px;
}

/* Navbar */
.navbar {
    background-color: #172030;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-logo {
    color: #d1b054;
    font-family: Georgia, serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-icon {
    font-size: 24px;
    font-family: Arial, sans-serif;
}

.nav-buttons {
    display: flex;
    gap: 15px;
}

.nav-btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #555;
    padding: 8px 20px;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn.active {
    background-color: #d1b054;
    color: #172030;
    border-color: #d1b054;
    font-weight: bold;
}

.nav-btn:hover:not(.active) {
    background-color: rgba(255,255,255,0.1);
}

.video-btn {
    border-color: #555;
    color: #ddd;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Prayer Section */
.prayer-section {
    display: none;
    background-color: #fbf8ec;
    padding: 60px 20px;
    min-height: 500px;
}

.prayer-section.active {
    display: block;
}

.prayer-header {
    text-align: center;
    margin-bottom: 40px;
}

.prayer-header h2 {
    font-family: Georgia, serif;
    font-size: 38px;
    color: #172030;
    font-weight: bold;
    margin-bottom: 10px;
}

.prayer-header h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-weight: normal;
}

.prayer-subtitle {
    font-family: Georgia, serif;
    font-style: italic;
    color: #a88d3e;
    font-size: 16px;
    margin-bottom: 25px;
}

.gold-separator {
    height: 1px;
    background: linear-gradient(to right, transparent, #d1b054, transparent);
    width: 60px;
    margin: 0 auto;
}

.info-box {
    background-color: #1f2a3f;
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto 20px auto;
    padding: 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

.info-title {
    color: #d1b054;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.info-box p {
    margin-bottom: 15px;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.legend-box {
    background-color: #1f2a3f;
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.black-dot { background-color: #000000; border: 1px solid #333; }
.red-dot { background-color: #cc3333; }
.blue-dot { background-color: #3366cc; }

/* Video Section */
.video-section {
    background-color: #111827;
    color: #ffffff;
    padding: 80px 20px;
}

.video-header {
    text-align: center;
    margin-bottom: 50px;
}

.video-header h2 {
    font-family: Georgia, serif;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: normal;
}

.video-header h2 span {
    color: #d1b054;
}

.video-header p {
    color: #9ca3af;
    font-size: 16px;
}

.video-container-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background-color: #1a2333;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid #2d3748;
}

.video-top-bar {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #2d3748;
    background-color: #1a2333;
}

.video-top-icon {
    background-color: #ff0000;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
}

.video-top-text {
    display: flex;
    flex-direction: column;
}

.video-top-text strong {
    font-size: 15px;
    margin-bottom: 2px;
}

.video-top-text span {
    font-size: 12px;
    color: #9ca3af;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background-color: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-bottom-bar {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #9ca3af;
    background-color: #1a2333;
    border-top: 1px solid #2d3748;
}

.video-bottom-bar a {
    color: #d1b054;
    text-decoration: underline;
}

.video-instructions {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.8;
}

.video-instructions code {
    background-color: #1f2937;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: monospace;
    color: #e5e7eb;
}

/* Reader Section */
.reader-container {
    margin: 60px -20px 0 -20px;
    border-top: 1px solid #1f2a3f;
    border-bottom: 1px solid #1f2a3f;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.reader-toolbar {
    background-color: #172030;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid #d1b054;
}

.reader-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reader-icon {
    font-size: 24px;
    background-color: #d1b054;
    padding: 5px;
    border-radius: 5px;
}

.reader-title strong {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}

.reader-title span {
    font-size: 12px;
    color: #aaa;
}

.reader-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reader-btn {
    background-color: #d1b054;
    color: #172030;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
}

.page-info {
    font-size: 14px;
}

.page-info b {
    color: #d1b054;
}

.reader-goto {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #aaa;
}

.goto-input {
    width: 40px;
    background: transparent;
    border: 1px solid #555;
    color: #fff;
    padding: 4px;
    text-align: center;
    border-radius: 3px;
}

.goto-btn {
    background: transparent;
    border: 1px solid #555;
    color: #aaa;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.reader-content {
    background-color: #fff;
    min-height: 800px;
}

/* Footer */
.site-footer {
    background-color: #101622;
    color: #888;
    text-align: center;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

.footer-logo {
    color: #d1b054;
    font-size: 40px;
    margin-bottom: 15px;
}

.copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #555;
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #d1b054;
    color: #172030;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
}

/* Files Section */
.files-inner-container {
    margin-top: 60px;
    padding: 0 20px;
}

.files-forms-container {
    max-width: 900px;
    margin: 0 auto 50px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.file-card {
    background-color: #1f2937;
    border-radius: 8px;
    padding: 25px;
    border: 1px solid #374151;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.file-card-header {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.icon {
    font-size: 16px;
}

.file-card-desc {
    color: #9ca3af;
    font-size: 13px;
    margin-bottom: 20px;
}

.file-card-desc a {
    color: #9ca3af;
    text-decoration: underline;
}

.file-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.file-input {
    flex: 1;
    background-color: #2a3441;
    border: 1px solid #374151;
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.file-input::placeholder {
    color: #6b7280;
}

.gold-btn {
    background-color: #d1b054;
    color: #111827;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.gold-btn:hover {
    background-color: #e2c065;
}

.file-upload-wrapper {
    margin-bottom: 20px;
}

.file-input-native {
    color: #ffffff;
    font-size: 14px;
}

.file-input-native::file-selector-button {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 13px;
}

.files-preview-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 60px;
}

.doc-preview-card {
    background-color: #1f2937;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #374151;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.doc-preview-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #374151;
}

.doc-icon {
    background-color: #d1b054;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.doc-info {
    display: flex;
    flex-direction: column;
}

.doc-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #ffffff;
}

.doc-type {
    font-size: 12px;
    color: #9ca3af;
}

.doc-preview-body iframe {
    display: block;
}
