.documents-grid{

    display:grid;

    grid-template-columns:repeat(6, 1fr);

    gap:40px 30px;

    width:100%;

}



.doc-card{

    text-align:center;

    padding:20px;

    border-radius:12px;

    box-shadow:0 4px 15px rgba(0,0,0,0.08);

}



.doc-card:hover{

    transform:translateY(-5px);

    box-shadow:0 8px 25px rgba(0,0,0,0.15);

}

#crs,
#cit,
#op {
    scroll-margin-top: 120px; /* Adjust value based on header height */
}

.doc-card img{

    width:120px;

    height:120px;

    object-fit:contain;

    display:block;

    margin:0 auto 15px;

}



.doc-card h3{

    margin:0;

    font-size:22px;

    font-weight:600;

    line-height:1.4;

}



/* Tablet */

@media (max-width:1024px){

    .documents-grid{

        grid-template-columns:repeat(4, 1fr);

    }

}



/* Mobile */

@media (max-width:768px){

    .documents-grid{

        grid-template-columns:repeat(2, 1fr);

    }

}



@media (max-width:480px){

    .documents-grid{

        grid-template-columns:1fr;

    }

}





.text-grid{

    display:grid;

    grid-template-columns:repeat(3, 1fr);

    gap:30px;

}



.text-card{

    padding:25px;

    border-radius:12px;

    box-shadow:0 4px 15px rgba(0,0,0,0.08);

}



.text-card h3{

    margin:0 0 12px;

    font-size:22px;

    font-weight:600;

    

}

.text-card a{

  text-decoration: none;

}

.text-card p{

    margin:0;

    line-height:1.7;

}



/* Tablet */

@media (max-width:768px){

    .text-grid{

        grid-template-columns:repeat(2, 1fr);

    }

}



/* Mobile */

@media (max-width:480px){

    .text-grid{

        grid-template-columns:1fr;

    }

}



.image-grid{

    display:grid;

    grid-template-columns:repeat(3, 1fr);

    gap:40px;

}



.image-card{

    text-align:center;

    transition:transform 0.3s ease;

}



.image-card:hover{

    transform:translateY(-8px);

}



.image-card img{

    width:100%;

    max-width:150px;

    height:auto;

    display:block;

    margin:auto;

}



.hac{

    text-align: center;

    margin-bottom: 50px;

}



.company-secretary-info{

    margin: 10px 10px 30px 430px ;

    padding: 10px 10px 10px 10px;

}



.registrar-info{

    margin: 10px 10px 30px 430px ;

    padding: 10px 10px 10px 10px; 

}



.registered-office-info{

    margin: 10px 10px 30px 430px ;

    padding: 10px 10px 10px 10px;

}



.contact-info{

    margin: 10px 10px 30px 430px ;

    padding: 10px 10px 10px 10px;

}



.unclaimed-dividends-section {

    margin: 10px 20px 30px 10px ;

    padding: 10px 20px 10px 10px;

}



.unclaimed-dividends-section p{

    margin: 10px 10px 10px 10px ;

}

.unclaimed-dividends-section h2,h3{

    margin: 10px 10px 10px 10px ;

}



.director-table-container{

    width:100%;

    overflow-x:auto;

    margin: 20px 20px 20px 20px;

}





.director-table{

    width:100%;

    border-collapse:collapse;

    background:#f3f3f3;

}



.director-table thead th{

    background:#2a3d8f;

    color:#ffffff;

    font-size:18px;

    font-weight:700;

    text-align:left;

    padding:16px 12px;

    border:1px solid #d4d6dc;

    vertical-align:top;

}



.director-table tbody td{

    background:#f5f5f5;

    color:#1f2b3a;

    font-size:17px;

    font-weight:400;

    padding:12px;

    border:1px solid #d4d6dc;

    vertical-align:top;

    line-height:1.8;

}



.director-table tbody tr:hover td{

    background:#eeeeee;

    transition:0.3s ease;

}



/* Mobile */

@media (max-width:768px){



    .director-table thead th,

    .director-table tbody td{

        font-size:15px;

        padding:10px;

    }



}

.pi-container h2{

text-align: center;

}

#align-center{

   display:grid;

    grid-template-columns:repeat(1, 1fr);

    gap:40px;

    padding:20px;

    text-align: center;

}



#align-center-2{

   display:grid;

    grid-template-columns:repeat(2, 1fr);

    gap:40px;

    padding:20px;

    text-align: center;

}

.storage-solutions{
    padding:30px;
    background:#fff;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.storage-solutions h2{
    font-size:32px;
    margin-bottom:15px;
    color:#222;
    font-weight:700;
}

.storage-solutions p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:25px;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:15px;
}

.service-item{
    padding:18px 20px;
    background:#f8f8f8;
    border-left:4px solid #2B3992;
    font-weight:600;
    color:#333;
    transition:all 0.3s ease;
    
}

.service-item:hover{
    background:#f6f6f6;
    transform:translateY(-3px);
    
}

.kmp-wrapper{
    width:80%;
    justify-items: center;
    margin-left: 150px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 30px;
     box-shadow:0 4px 20px rgba(0,0,0,0.08);
     border-radius: 20px;
   
}

.kmp-wrapper h2{
    font-size:32px;
    margin-bottom:20px;
    font-weight:700;
}

.kmp-wrapper p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:30px;
}

.kmp-table{
    width:100%;
    border-collapse:collapse;
}

.kmp-table th,
.kmp-table td{
    border:1px solid #cfcfcf;
    padding:18px;
    vertical-align:top;
    text-align:left;
}

.kmp-table th{
    background:#f7f7f7;
    font-size:18px;
    font-weight:700;
}

.kmp-table td{
    font-size:16px;
    line-height:1.8;
}

.kmp-table strong{
    font-size:17px;
}

.kmp-table em{
    color:#555;
    font-style:italic;
}

.kmp-table a{
    color:#0066cc;
    text-decoration:none;
}

.kmp-table a:hover{
    text-decoration:underline;
}

/* ===============================
   UNIQUE YEARWISE DROPDOWN CSS
================================= */

.ux-year-filter-wrapper *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.ux-year-filter-wrapper{
    max-width:900px;
    margin:auto;
    font-family:Arial, Helvetica, sans-serif;
}

/* DROPDOWN */

.ux-dropdown-box{
    margin-bottom:25px;
}

.ux-year-select{
    width:100%;
    height:55px;
    border:none;
    outline:none;
    background:#4f46e5;
    color:#ffffff;
    padding:0 18px;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
}

/* CONTENT BOX */

.ux-year-content-box{
    display:none;
}

/* REPORT CARD */

.ux-report-card{
    background:#4f46e5;
    border-radius:10px;
    margin-bottom:16px;
    transition:0.3s ease;
}

.ux-report-card:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(0,0,0,0.12);
}

.ux-report-card a{
    text-decoration:none;
    color:#ffffff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px;
    gap:15px;
}

.ux-left{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    line-height:24px;
}

.ux-download-btn{
    background:#ffffff;
    color:#4f46e5;
    padding:8px 16px;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
}

/* MOBILE */

@media(max-width:768px){

    .ux-report-card a{
        flex-direction:column;
        align-items:flex-start;
    }

    .ux-download-btn{
        margin-top:10px;
    }

}


.contact-grid-wrapper{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
    margin:30px 0;
}

.info-card{
    padding:25px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    box-sizing:border-box;
    height:100%;
}

.info-card h2{
    font-size:24px;
    margin-bottom:18px;
    line-height:1.4;
}

.info-card p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:15px;
    
}

.info-card a{
    text-decoration:none;
    word-break:break-word;
}

.info-card strong{
    font-weight:600;
}

@media(max-width:768px){

    .contact-grid-wrapper{
        grid-template-columns:1fr;
    }

    .info-card{
        padding:20px;
    }

    .info-card h2{
        font-size:22px;
        
    }

    .info-card p{
        font-size:15px;
    }
}
