﻿.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.no-wrap th {
    white-space: nowrap;
    overflow: hidden;
}

.description-text {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    padding: 1.5rem;
    margin: 0 auto;
    overflow-wrap: break-word;
}

    .description-text p {
        margin-bottom: 1em;
        line-height: 1.7;
        font-size: inherit;
    }

    .description-text ul {
        margin: 1em 0;
        padding-left: 1.5rem;
    }

    .description-text ul li {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 0.5em;
        list-style-type: disc;
    }

    .description-text ol {
        margin: 1em 0;
        padding-left: 1.5rem;
    
    }

        .description-text ol li {
            font-size: 14px;
            line-height: 1.7;
            margin-bottom: 0.5em;
            list-style-type: decimal;
        }

    .description-text h1,
    .description-text h2,
    .description-text h3 {
        font-weight: 600;
        color: #1e3a8a; /* Tailwind blue-900 for academic tone */
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }

    .description-text a {
        color: #2563eb; /* Tailwind blue-600 */
        text-decoration: underline;
    }

        .description-text a:hover {
            color: #1d4ed8; /* Tailwind blue-700 */
        }



/* Ensuring the last column sticks */
/*.no-wrap th:last-child, .no-wrap td:last-child {
    position: sticky;
    right: 0;
    background: #fff;*/  /*This ensures the background covers any text behind it */
    /*z-index: 2;*/  /*Higher z-index to ensure it's above other content*/ 
    /*box-shadow: -2px 0 3px rgba(0,0,0,0.1);*/  /*Shadow for a lifting effect */
/*}*/

@media (max-width: 768px) {
    /* Ensuring the last column sticks */
    .no-wrap th:last-child, .no-wrap td:last-child {
        position: sticky;
        right: 0;
        z-index: 2;
        background: inherit;
        box-shadow: -2px 0 3px rgba(0,0,0,0.1);
      
    }
}

.table-responsive {
    overflow-x: auto; /* Allows horizontal scrolling which is necessary for sticky to work */
}

@media screen and (max-width: 767px) {
    table.dataTable > tbody > tr > td:first-child {
         padding-left: 0px !important; 
    }
}


#main-Container {
    margin: auto;
    margin-top: 7%;
}

.main-raised {
    margin: -455px 0 0 !important;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px #00000024;
    border: 1px solid #EBECF1;
    border-radius: 10px;
    opacity: 1;
}

.content {
    width: 90%;
    margin: 30px auto;
}

.shadowcard {
    border: 1px solid #EBECF1;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: -33px;
    width: 100%;
    margin-left: 0px;
}

.table.dataTable {
    border-collapse: collapse !important;
}

.table .thead-light th {
    color: white;
    background-color: #0f2b4c;
    border-color: rgba(0, 0, 0, 0.06);
    font-size: 0.85rem !important;
    font-weight: bold;
    line-height: 4;
    vertical-align: middle;
    padding: 0px;
}

.bg-grey {
    background-color: whitesmoke;
}

.cta {
    padding-bottom: 3%;
    text-align: right;
}

.bookNowBtn {
    padding: 10px 20px;
    font-size: .8500em;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #94D23C;
    color: white;
    border: 1px solid transparent;
    line-height: 1.625rem;
    font-weight: bold;
}

.bookNowBtn:hover {
    opacity: 0.9;
}

    .bookNowBtn:disabled {
        background-color: #ccc; 
        color: #666; 
        cursor: not-allowed; 
        border-color: #aaa; 
        opacity: 0.7; 
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}
