 .maindivserv h2 {
    font-size: 22px;
    margin-top: 17px;
    margin-bottom: 17px;
}
 .maindivserv h3 {
    font-size: 22px;
    margin-top: 17px;
    margin-bottom: 17px;
}

 .maindivserv ul li {
    margin-bottom: 11px;
    list-style: disc;
    margin-right: 18px;
}

 .maindivserv strong {
    color: #056465;
}

.maindivserv ul {
    margin-bottom: 28px !important;
    margin-top: 5px !important;
}
.imgsdss {
     object-fit: fill;
    height: 350px !important;
}
.blog-list__item .carousel-inner {
    max-height: 100%;
    min-height: 100%;
}


.input-group {
    position: relative;
}

.input-group .form-select {
    padding-right: 50px; 
    padding-left: 35px;  
    background-position: left 12px center; 
}

.pd-0 {
    padding: 0px !important;
}
 .madd20 {
    margin-bottom: 20px;
}
 .marinadd {
    font-size: 17px;
    margin-bottom: 7px;
}







.page_container1 {
    padding: 15px;
    border-radius: 5px;
    background: white;
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .1);
}

.html_content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 15px;
}

.members-logo{
    text-align: center;
    margin-bottom: 35px;
}

.members-logo img{
    max-width: 100%;
   /* width: 650px;*/
    height: auto;
}

.members-table-wrapper{
    overflow-x: auto;
}

.members-table table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.members-table  thead{
    background: #056465;
}

.members-table th{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 18px;
    text-align: center;
}

.members-table td{
    padding: 18px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: .3s;
}

.members-table tbody tr:nth-child(even){
    background: #f8fafc;
}

.members-table tbody tr:hover{
    background: #edf7fd;
}

.members-table tbody tr:last-child td{
    border-bottom: none;
}

/* Mobile */

@media (max-width:768px){

    .html_content{
        padding:20px 10px;
    }

    .members-table th,
    .members-table td{
        font-size:15px;
        padding:12px 10px;
        white-space: nowrap;
    }

    .members-logo img{
        width:100%;
    }

}
 
.files-wrapper {
    /* max-width: 800px; */
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.file-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 18px 18px;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
}

.file-name {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
}

.file-actions {
    display: flex;
    gap: 10px;
}

.btn-view,
.btn-download {
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: 0.25s;
}

/* View button */
.btn-view {
    background: #070707;
}

.btn-view:hover {
    background: #056465;
}

/* Download button */
.btn-download {
    background: #056465;
}

.btn-download:hover {
    background: #070707;
    color: #fff;
}


/* Governance Layout */

.governance_attachments {
    width: 100%;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}


/* كل li رئيسي */

.governance_attachments > li {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,.06);
}


/* عنوان التصنيف الرئيسي */

.governance_attachments > li > .hfd {
    font-size: 24px;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 20px;
    border-bottom: 2px solid #dc3545;
    padding-bottom: 10px;
}


/* كل القوائم الداخلية */

.governance_attachments ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}


/* عناصر التصنيفات الفرعية والمنتجات */

.governance_attachments ul li {
    background: #f8f8f86e;
    border-radius: 8px;
    padding: 12px 15px;
    position: relative;
    border: 1px solid #dad7d7;
     
}


 .plfile {
    padding-left: 5px;
}
 

/* العناوين الفرعية */

.page_subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #056465;
    margin-bottom: 20px;
}


/* روابط المنتجات */

.lsa a {
    color: #676767;
    text-decoration: none;
    transition: .3s;
}
 

.lsa a:hover {
    color: #056465;
}


/* Tablet */

@media(max-width:992px){

    .governance_attachments {
        grid-template-columns:1fr;
    }

}


/* Mobile */

@media(max-width:576px){

    .governance_attachments ul {
        grid-template-columns:1fr;
    }

    .governance_attachments > li > .hfd {
        font-size:20px;
    }

}

@media (min-width: 0px) and (max-width: 991px) {
    .file-row {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 15px;
    }
}