/* Loshu Page Styles */

/* Page Title Styles */
.loshu_titl {
    text-align: center;
    background-color: #f7eae1;
    color: #ff9600;
    padding: 9px 0;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}

.loshu_content {
    margin-top: 10px;
    margin-bottom: 28px;
    font-size: 16px;
    border-radius: 26px;
    background-color: #f7eae1;
    border-left: 5px solid #ff9600;
    padding: 20px;
}

.titl_clr {
    color: #ff9600;
}

/* Breadcrumb Area */
.breadcrumb-area {
    background-color: #ff9600;
    min-height: 42px;
}

/* Container */
.parts-area .container {
    min-height: 350px;
}

/* Info Cards Section */
.info-cards-row {
    margin: 20px 0;
}

.info-cards-row .col-12 h3 {
    text-align: center;
    margin-bottom: 10px;
}

.info-card {
    border-left: 4px solid #ff9600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.info-card .panel-body {
    text-align: center;
}

.info-card .text-muted {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.info-card h4 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

.info-card i {
    margin-right: 5px;
}

/* Numerology Table Section */
.numerology-section {
    margin: 30px 0;
}

.numerology-section .panel-primary {
    border-color: #ff9600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.numerology-section .panel-heading {
    background-color: #ff9600;
    border-color: #ff9600;
    padding: 15px;
    text-align: center;
}

.numerology-section .panel-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.numerology-section .panel-body {
    padding: 0;
}

.numerology-table {
    margin-bottom: 0;
}

/* Table Row Styling */
.numerology-table tbody tr {
    background-color: #fff;
}

.numerology-table tbody tr:nth-child(odd) {
    background-color: #f7eae1;
}

.numerology-table tbody td {
    background-color: #fff;
}

.numerology-table tbody tr:nth-child(odd) td {
    background-color: #f7eae1;
}

.numerology-table tbody tr td:first-child {
    width: 50%;
}

.numerology-table thead tr {
    background-color: #f7eae1;
}

.numerology-table th {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ff9600;
    text-align: left;
}

.numerology-table th i {
    margin-right: 5px;
}

.numerology-table tbody tr {
    background-color: #fff;
}

.numerology-table td {
    padding: 20px;
    vertical-align: middle;
    text-align: left;
}

.numerology-badge {
    background-color: #ff9600;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
}

/* Loshu Pages M Section */
.loshu-pages-section {
    margin: 30px 0;
}

.loshu-pages-section .panel-default {
    border-color: #ff9600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.loshu-pages-section .panel-heading {
    background-color: #ff9600;
    border-color: #ff9600;
    padding: 15px;
}

.loshu-pages-section .panel-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.loshu-pages-section .panel-title i {
    margin-right: 10px;
}

.loshu-pages-section .panel-body {
    padding: 20px;
}

/* Personal Year Section */
.personal-year-section {
    margin: 30px 0;
}

.personal-year-section .panel-default {
    border-color: #ff9600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.personal-year-section .panel-heading {
    background-color: #ff9600;
    border-color: #ff9600;
    padding: 15px;
}

.personal-year-section .panel-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.personal-year-section .panel-title i {
    margin-right: 10px;
}

.personal-year-section .panel-body {
    padding: 20px;
}

.personal-year-section h3 {
    color: #ff9600;
    margin-bottom: 15px;
}

.personal-year-section .year-number {
    color: red;
}

/* Angel Number Section */
.angel-number-section h3 {
    color: red;
}

.angel-number-content h3 {
    color: red;
}

/* Bhagyank Section */
.bhagyank-section h3 {
    color: red;
}

/* Mulank Section */
.mulank-section h3 {
    color: red;
}

/* Hidden Print Styles */
.hidden-print {
    display: block !important;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.panel-body.text-center {
    text-align: center;
}

/* Fortune Report Title */
.fortune-report-title {
    text-align: center;
    margin-bottom: 10px;
}

.user-name-display {
    text-align: center;
    font-size: 18px;
    color: #ff9600;
    font-weight: bold;
    margin-bottom: 20px;
}


/* Form Elements */
.form-submit-btn {
    margin-top: 6px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .info-cards-row .col-md-4 {
        margin-bottom: 15px;
    }
    
    .numerology-table th,
    .numerology-table td {
        font-size: 12px;
        padding: 10px;
    }
}
