نقشه راه نگارش رساله حقوق با مشاوره تخصصی
💡
انتخاب موضوع نوآورانه
با راهنمایی تخصصی، بهترین و جدیدترین موضوع را برای رساله خود پیدا کنید.
📝
تدوین پروپوزال قوی
طرح تحقیق خود را با ساختاری محکم و جزئیات دقیق، آماده تصویب کنید.
📚
تحقیق و جمعآوری منابع
دسترسی به منابع معتبر و مدیریت هوشمندانه اطلاعات حقوقی.
✍️
نگارش فصول رساله
از مقدمه تا نتیجهگیری، نگارشی منسجم، علمی و با استدلال قوی.
🎯
ویرایش تخصصی
رفع اشکالات علمی، نگارشی و فرمتبندی برای ارائه اثری بینقص.
🗣️
آمادگی دفاع موفق
با تمرین و مشاوره، با اعتماد به نفس کامل از رساله خود دفاع کنید.
موسسه انجام پایان نامه پدیا دانش، گام به گام در کنار شما تا رسیدن به موفقیت در رساله حقوق.
/* Base Styles for Readability */
body {
font-family: ‘Vazirmatn’, sans-serif;
direction: rtl;
text-align: right;
line-height: 1.8;
color: #333;
background-color: #f8faff;
margin: 0;
padding: 0;
}
/* Container for the entire article */
div {
max-width: 100%;
box-sizing: border-box;
padding: 20px;
background-color: #f8faff;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
/* Headings */
h1 {
font-size: 2.5em;
font-weight: bold;
color: #1a2a4b;
text-align: center;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 3px solid #0056b3;
}
h2 {
font-size: 1.8em;
font-weight: bold;
color: #1a2a4b;
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px dashed #d0dceb;
}
h3 {
font-size: 1.5em;
font-weight: bold;
color: #0056b3;
margin-top: 30px;
margin-bottom: 15px;
}
/* Paragraphs */
p {
margin-bottom: 1em;
}
/* Lists */
ul, ol {
margin-right: 25px; /* Adjust for RTL */
margin-bottom: 1em;
padding: 0;
}
ul li, ol li {
margin-bottom: 0.5em;
}
/* Specific Section Styles */
.intro-box {
background-color: #e6f2ff;
border-left: 5px solid #0056b3;
padding: 20px 25px;
margin: 30px 0;
border-radius: 8px;
font-size: 1.1em;
}
.cta-button {
background-color: #0056b3;
color: white;
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
font-size: 1.2em;
box-shadow: 0 4px 15px rgba(0, 86, 179, 0.4);
display: inline-block;
}
.step-box {
background-color: #f0f8ff;
padding: 20px;
border-radius: 8px;
border: 1px solid #d0e7ff;
margin-bottom: 20px;
}
/* Table Styles */
table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
font-size: 1.05em;
margin: 30px 0;
}
table thead tr {
background-color: #0056b3;
color: white;
}
table th, table td {
padding: 12px 15px;
border: 1px solid #ddd;
text-align: right;
}
table tbody tr:nth-child(odd) {
background-color: #f9f9f9;
}
table tbody tr:nth-child(even) {
background-color: #ffffff;
}
table th {
font-weight: bold;
}
/* FAQ Section */
.faq-box {
background-color: #f0f8ff;
padding: 25px;
border-radius: 10px;
border: 1px solid #cce0ff;
margin-bottom: 30px;
}
.faq-box h3 {
font-size: 1.4em;
font-weight: bold;
color: #0056b3;
margin-bottom: 15px;
}
/* Final CTA */
.final-cta {
background-color: #0056b3;
color: white;
padding: 30px;
border-radius: 10px;
text-align: center;
margin-top: 50px;
box-shadow: 0 8px 25px rgba(0, 86, 179, 0.3);
}
.final-cta h3 {
font-size: 1.6em;
font-weight: bold;
margin-bottom: 20px;
color: white; /* Ensure heading color is white */
}
.final-cta a {
background-color: #ffc107;
color: #1a2a4b;
padding: 15px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
font-size: 1.3em;
transition: background-color 0.3s ease, transform 0.3s ease;
display: inline-block;
}
.final-cta a:hover {
background-color: #e0a800;
transform: translateY(-2px);
}
/* Internal Link Styling */
a {
color: #0056b3;
text-decoration: none;
transition: color 0.3s ease;
}
a:hover {
color: #003f80;
text-decoration: underline;
}
/* Responsive Design Adjustments */
@media (max-width: 768px) {
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
.intro-box, .step-box, .faq-box, .final-cta {
padding: 15px;
}
.cta-button, .final-cta a {
font-size: 1em;
padding: 12px 25px;
}
table {
min-width: unset; /* Allow table to shrink on smaller screens */
}
table th, table td {
padding: 8px 10px;
font-size: 0.9em;
}
}
@media (max-width: 480px) {
h1 {
font-size: 1.5em;
padding-bottom: 10px;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.1em;
}
body div {
padding: 10px;
border-radius: 5px;
}
.cta-button, .final-cta a {
font-size: 0.9em;
padding: 10px 20px;
}
ul, ol {
margin-right: 15px;
}
.final-cta h3 {
font-size: 1.3em;
}
.final-cta p {
font-size: 1em;
}
.intro-box p {
font-size: 0.95em;
}
}
/* Vazirmatn Font Import (if not already globally defined) */
@font-face {
font-family: ‘Vazirmatn’;
src: url(‘https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/misc/web/Vazirmatn-Regular.woff2’) format(‘woff2’);
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: ‘Vazirmatn’;
src: url(‘https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/misc/web/Vazirmatn-Bold.woff2’) format(‘woff2’);
font-weight: 700;
font-style: normal;
font-display: swap;
}
/* Specific styling for the infographic placeholder if it needs to be shown */
div[style*=”display: none;”] > div {
display: flex; /* Override hidden for the internal div */
flex-direction: column;
width: 100%;
margin-bottom: 40px;
}
/* Responsive for infographic boxes */
.infographic-box {
flex: 1 1 280px; /* Base for responsive grid */
background-color: white;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
text-align: center;
margin-bottom: 20px; /* Spacing between rows */
}
@media (min-width: 768px) {
.infographic-box {
margin-bottom: 0; /* No bottom margin when in a grid */
}
.infographic-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
}
