/* Styles for the tabbed interface */
.tabs-container {
    display: flex;
    flex-direction: row;
    margin-top: 0;

}

/*#Raghavendra Made this changes on 28/01/2025 at 10:24*/
.tab1 {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        flex-direction: row;
}
    }

    .tablinks1 {
        padding: 6px;
        background-color: #ff3800;
        font-size: 15px;
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .tablinks1:hover {
        background-color: #0056b3;
    }

    /*.current {*/
    /*    background-color: #0056b3;*/
    /*}*/
/*End*/

.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 17%;
    margin-left: 10%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 1%;
    margin-bottom: 3%;
    font-family: var(--familyRobo);
    border-radius: 6px;
    margin-right: 10px;
}

.tab {
    padding: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 18px;
    color: rgb(0, 30, 76);
    /* border-style: outset; */
   
    border-bottom: 2px solid #EF8A43;
}

.tab:hover {
    background-color: #ddd;
}


/*img {*/
/*    vertical-align: middle;*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    border-style: none;*/
/*    max-width: 58%;*/
/*    border: 11px solid #8716161f;*/
/*    border-radius: 4px;*/
/*}*/

.content {
    width: 80%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 1%;
    margin-bottom: 3%;
    /* overflow:scroll; */
}

/* Styles for the tabbed content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.heading h2{
    flex: 2;
    color: rgb(0, 30, 76);
    border-radius: 5px; 
    font-weight: bold;
    font-family: var(--familyMonts);
    font-size: 1.8rem;
    line-height: 4.2rem;
    font-weight: 800;
    position: relative;
    display: block;
     text-align:left;

}
/* Additional styling for aesthetics (you can customize) */
body {
    font-family: Arial, sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
}

h1 {
    color: #052878;
    font-size: 24px;
}

p {
    font-size: 16px;
        line-height: 1.6rem;
        font-family: var(--familyRobo);
        color: #000000;
        text-align: justify;
}
/* table css starts */

.table1{
    overflow-x:scroll;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    
}
table tbody{
    overflow-x:scroll;
}


th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 6px;
    font-size: smaller;
}

th {
    background-color: #ef8a43;
    text-align:center;
    color:rgb(255, 255, 255);
    font-weight: 600;
}

/* Admission procedure css starts */
.app-process-sec {
    position: relative;
}
.pdb-14 {
    padding-bottom: 14rem;
}
.pdt-11 {
    padding-top: 1rem;
}
.pdt-7 {
    padding-top: 3rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.application-process {
    display: flex;
    margin-bottom: 6rem;
}

.application-process .step-data {
    padding-right: 2.7rem;
    position: relative;
    border-right: 3px solid #F37121;
    opacity: 1;
    /* width: 32%; */
    padding-right: 1rem;
    position: relative;
}

.application-process .step-data span {
    color: var(--Redcolor);
    font-size: 4.2rem;
    font-weight: 300;
    line-height: 4.2rem;
}
.application-process .step-data p {
    font-weight: 600;
    color: #444444;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0;
}
.right-step {
    padding-left: 1.5rem;
    max-width: 25rem;
}
.right-step p {
    /* word-break: break-word; */
    padding-bottom: 0;
}


/* toggle menu css starts  */
.accordion {
    background-color: #ef8a43;
    color: #262626;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bolder;
    font-family: ui-serif;
    border-radius: 5px;
}


    /*.active, .accordion:hover {*/
    /*background-color: #ffffff;*/
    /*}*/

    .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    }
/* Responsive adjustments for smaller screens */
.table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS devices */
        }
        
        @media screen and (max-width: 768px) {
            table {
                font-size: 14px; /* Adjust font size for smaller screens */
            }

/* FAQ css start  */

/* End */
@media screen and (max-width: 768px) {
    .tabs-container {
        flex-direction: column;
        align-items: center;
        margin-top: -6;
    }

    .tabs {
        width: 100%;
        margin: 0;
        margin-top: 5%;
        margin-bottom: 3%;
        margin-left: 0;
        margin-right: 0;
    }
}
/* new tab */
     /* Style the tab */
     .course{
        width:fit-content;
     }
    .tab1 {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #818181;
        margin-top: 10px;
        margin-left: -15px;
        font-family:system-ui;

    }
    .tab1 button{
        color: #ffffff;
        font-weight: 600;
    }

    /* Style the buttons inside the tab */
    .tab1 button {
        background-color: #87878700;;
        /* max-width: 49%; */
        width: -webkit-fill-available;
        float: left;
        border: 2px outset white;
        outline: none;
        cursor: pointer;
        padding: 14px;
        transition: 0.3s;
        font-size: 15px;
    }

    /* Change background color of buttons on hover */
    .tab1 button:hover {
        background-color:#001E4C;
    }

    /* Create an active/current tablink class */
    .tab1 button.active {
    background-color: #001E4C;
    }

    /* Style the tab content */
    .tabcontent1 {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
        margin-left: -14px;
        font-family:system-ui;

    }
/* new tab end */

@media (min-width: 992px){
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}