
.code_of_conduct__main_conteinar{
    width: 100%;
    height: auto;
    background-image: url(../../image/About-us-back-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.code_of_conduct__main_conteinar_area{
    width: 95%;
    height: auto;
    height: 28vh;
    margin: auto;
    text-align: center;
    
}
.code_of_conduct__main_conteinar_header{
    position: absolute;
    right: 50px;
}
.code_of_conduct__main_conteinar_area h1{
    color: #fff;
    font-size: 35px;
    padding-top: 55px;
}
.code_of_conduct__main_conteinar_area p{
    color: #fff;
    font-size: 15px;
}
.code_of_conduct__main_conteinar_area p a{
    color: #fff;
    text-decoration: none;
}
/* General Body Styles */
.code_of_conduct_container_full_conteinar {
    line-height: 1.7;
    color: #333;
    padding: 5px 0px;
}

/* Main Container for the content */
.code_of_conduct_container {
    max-width: 95%;
    margin: 0px auto;
    padding: 10px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Header Section */
.code_of_conduct_header {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.code_of_conduct_main_title {
    color: #3E3E86;
    font-size: 30px;
    margin-bottom: 10px;
}

.code_of_conduct_subtitle {
    color: #3E3E86;
    font-size: 25px;
    margin-bottom: 10px;
}

/* Styling for each major section */
.code_of_conduct_section {
    margin-bottom: 40px;
}

.code_of_conduct_section_title {
    font-size: 22px;
    color: #34495e;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

.code_of_conduct_paragraph {
    margin-bottom: 15px;
    text-align: justify;
    color: #555;
}

.code_of_conduct_list {
    padding-left: 25px;
    margin-top: 0;
}

.code_of_conduct_list_item {
    margin-bottom: 15px;
    text-align: justify;
}

/* Table Styling for Annexure */
.code_of_conduct_annexure_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.code_of_conduct_annexure_table th,
.code_of_conduct_annexure_table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.code_of_conduct_annexure_table th {
    background-color: #f2f7fc;
    font-weight: 600;
}

.code_of_conduct_annexure_table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    body {
        padding: 0;
    }
    .code_of_conduct_container {
        margin: 0;
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
    }

    .code_of_conduct_main_title {
        font-size: 20px;
    }

    .code_of_conduct_subtitle {
        font-size: 1.3em;
    }

    .code_of_conduct_section_title {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .code_of_conduct_main_title {
        font-size: 1.5em;
    }

    .code_of_conduct_subtitle {
        font-size: 1.1em;
    }
}