





/* ==========================
   GENERAL
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Noto Sans Devanagari', sans-serif;
    background:#f5f5f5;
    color:#243b6b;
}

/* ==========================
   MAIN CONTAINER
========================== */

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
    padding:60px 20px;
    display:flex;
    justify-content:space-between;
    gap:80px;
}

/* ==========================
   LEFT SECTION
========================== */

.left-section{
    flex:2;
}

.page-title{
    font-size:58px;
    font-weight:700;
    color:#122b63;
    margin-bottom:30px;
}

.content-text p{
    font-size:22px;
    color:#445579;
    line-height:2.3;
    margin-bottom:20px;
}

.bottom-note{
    text-align:center;
    margin-top:80px;
    font-size:22px;
    font-style:italic;
    color:#243b6b;
}

.bottom-note a{
    color:#243b6b;
    text-decoration:underline;
}

/* ==========================
   RIGHT SECTION
========================== */

.right-section{
    flex:1;
}

.sidebar-title{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#122b63;
    margin-bottom:30px;
}

/* ==========================
   SERVICE MENU
========================== */

.service-menu{
    list-style:none;
}

.service-menu li{
    margin-bottom:12px;
}

.service-menu li a{
    display:block;
    text-decoration:none;
    padding:16px 20px;
    font-size:26px;
    color:#314d7a;
    transition:all .3s ease;
}

.service-menu li a:hover{
    background:#ececec;
}

.service-menu li.active a{
    background:#ececec;
    color:#4c7df0;
    font-weight:500;
}

.service-menu i{
    margin-right:10px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

    .container{
        flex-direction:column;
    }

    .page-title{
        font-size:42px;
    }

    .content-text p{
        font-size:18px;
    }

    .sidebar-title{
        font-size:28px;
    }

    .service-menu li a{
        font-size:20px;
    }
}

@media(max-width:576px){

    .page-title{
        font-size:34px;
    }

    .content-text p{
        font-size:16px;
    }

    .bottom-note{
        font-size:16px;
    }

    .service-menu li a{
        font-size:18px;
        padding:12px 15px;
    }
}

/*--------------------------  mahiti adhikar----------------------------------------------------*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Noto Sans Devanagari', sans-serif;
    background:#fff;
    color:#333;
}

/* Main Container */
.container{
    width:95%;
    max-width:1600px;
    margin:0 auto;
    padding:20px 30px 50px;
}

/* Heading */
.page-title{
    text-align:center;
    font-size:32px;
    font-weight:700;
    color:#111;
    margin-bottom:35px;
}

/* Intro Paragraph */
.intro-text{
    font-size:18px;
    line-height:1.8;
    margin-bottom:20px;
}

/* Table */
.table-wrapper{
    width:100%;
    overflow-x:auto;
}

table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

thead{
    background:#1f295b;
}

thead th{
    color:#fff;
    text-align:left;
    padding:18px;
    font-size:18px;
    font-weight:600;
}

tbody td{
    padding:22px 18px;
    font-size:18px;
    line-height:1.7;
    vertical-align:top;
}

tbody tr:nth-child(even){
    background:#f2f2f2;
}

/* Column Width */
th:nth-child(1),
td:nth-child(1){
    width:25%;
}

th:nth-child(2),
td:nth-child(2){
    width:25%;
}

th:nth-child(3),
td:nth-child(3){
    width:35%;
}

th:nth-child(4),
td:nth-child(4){
    width:15%;
}

/* Blue Line */
.separator{
    height:2px;
    background:#2e66ff;
    margin:25px 0;
}

/* Description */
.description{
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

/* Section Title */
.section-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    color:#111;
}

/* Bullet List */
.info-list{
    padding-left:25px;
}

.info-list li{
    font-size:18px;
    line-height:1.9;
    margin-bottom:5px;
}

/* Responsive */
@media(max-width:992px){

    .page-title{
        font-size:26px;
    }

    .intro-text,
    .description,
    .info-list li,
    thead th,
    tbody td{
        font-size:16px;
    }
}

@media(max-width:768px){

    .container{
        width:98%;
        padding:15px;
    }

    .page-title{
        font-size:22px;
    }

    .section-title{
        font-size:22px;
    }

    .intro-text,
    .description,
    .info-list li{
        font-size:15px;
    }

    thead th,
    tbody td{
        padding:12px;
    }
}





/* =======================================================
   PREMIUM UI/UX FOR WEBSITES SECTION (CENTER ALIGNED)
   ======================================================= */

.full-width-section {
    width: 100%;
    margin: 40px 0 60px 0;
}

/* हेडिंग सेंटर अलाईनमेंट */
.center-heading-wrapper {
    text-align: center;
    margin-bottom: 35px;
}

.section-title-centered {
    font-size: 32px;
    font-weight: 700;
    color: #122b63; /* तुमच्या थीमचा मुख्य डार्क ब्लू */
    margin-bottom: 12px;
}

/* टायटलच्या खाली सुंदर डिव्हायडर लाईन */
.title-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #122b63 0%, #ff8c00 100%);
    margin: 0 auto 15px auto;
    border-radius: 2px;
}

.description-centered {
    font-size: 18px;
    color: #556b96;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* UX कार्ड कंटेनर */
.premium-table-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(18, 43, 99, 0.06);
    border: 1px solid #e1e8f5;
    overflow: hidden;
}

.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
}

.modern-web-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

/* हेडर डिझाईन */
.modern-web-table th {
    background-color: #122b63;
    color: #ffffff;
    text-align: left;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* डेटा सेल्स डिझाईन */
.modern-web-table td {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #243b6b;
    border-bottom: 1px solid #edf2f9;
    vertical-align: middle;
}

/* अल्टरनेट रो बॅकग्राउंड */
.modern-web-table tbody tr:nth-child(even) {
    background-color: #f8faff;
}

/* रो होव्हर इफेक्ट (UX) */
.modern-web-table tbody tr {
    transition: all 0.25s ease;
}

.modern-web-table tbody tr:hover {
    background-color: #f0f4fc;
    transform: scale(1.002);
}

/* प्रीमीयम बटन टाईप लिंक्स (UX Link Design) */
.ux-web-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    color: #122b63;
    background-color: #eef3ff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    border: 1px solid #d2e0fc;
}

.ux-web-btn:hover {
    background-color: #122b63;
    color: #ffffff;
    border-color: #122b63;
    box-shadow: 0 4px 12px rgba(18, 43, 99, 0.15);
}

/* मोबाईल रिस्पॉन्सिव्हनेस */
@media (max-width: 768px) {
    .section-title-centered {
        font-size: 24px;
    }
    .description-centered {
        font-size: 15px;
    }
    .modern-web-table th, 
    .modern-web-table td {
        padding: 14px 12px;
        font-size: 15px;
    }
    .ux-web-btn {
        padding: 6px 12px;
        font-size: 13px;
    }
}