.table-section {
    padding: 60px 0 60px;
}

table {

    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}



th,
td {
    text-align: center;
    padding: 6px;
    border: 1px solid #ddd;
}

th {
    background-color: #380618;
    color: white;
}

td:last-child {
    text-align: center;
}

.btn {
    display: inline-block;
    background-color: #380618;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background-color: #380618;
}

.heading-section {
    text-align: center;
    text-decoration: underline;
}

.school-level {
    padding: 0px 0;
}

.school-text h3 {
    padding-bottom: 5px;
    font-size: 35px;
    text-align: center;
    color: #97215e;
    margin-bottom: 0px;
}

.level-top-box {
    position: relative;
    display: flex;
    justify-content: center;
}

.level-inner-box {
    position: absolute;
    top: 0;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 200px;
    background-color: #b31119;
    color: white;
}

.main-box-content {
    height: 420px;
    margin: 31px 0px;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #e7e4e4;
}

.main-box-content:hover {
    transform: rotateX('360deg');
    transition: .5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.main-box-content h4 {
    margin: 0px 0 10px;
}

.apply-btn {
    padding: 11px 0;
}

.staff-section {
    padding: 45px 0;
}

.staff-card {
    box-shadow: 1px 1px 10px #0000005e;
    text-align: center;
    padding: 20px 5px;
    border-radius: 10px;
    margin: 20px 0;
}

.staff-card img {
    width: 100%;
}

.staff-info {
    padding-top: 17px;
}

.staff-info h3 {
    margin-bottom: 10px;
}

.staff-info p {
    margin-bottom: 10px;
}


.rs-breadcrumbs .page-title {
    margin: 85px 0 36px;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rs-breadcrumbs {
    padding: 32px 0 35px;
}

.msg-from h3 {
    margin: 35px 0 5px;
    color: white;

}

.msg-from {
    color: white;
    padding-right: 20px;
    text-align: end;
}

.button-container {
    position: relative;
    display: inline-block;
    z-index: 9999;
}

.apply-btn {
    width: 150px;
    padding: 7px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.apply-btn:hover {
    background-color: #210a07;
}

.hover-buttons {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* margin-top: 10px; */
    text-align: center;
}

.hover-buttons a {
    display: block;
    width: 150px;
    padding: 8px 10px;
    /* margin: 5px 0; */
    font-size: 14px;
    color: #fff;
    background-color: #112029;
    border: none;
    /* border-radius: 5px; */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hover-buttons a:hover {
    background-color: #2876a7;
}

.button-container:hover .hover-buttons {
    display: block;
}

.general-info {
    padding-bottom: 0px !important;
}



.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    /* background-color: white; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    min-width: 150px;
    border-radius: 5px;
}

/* Dropdown menu items */
.dropdown-menu li {
    /* padding: 3px; */
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

.dropdown-menu li a:hover {
    color: black !important;
    background-color: #7d7d7d;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

.manage-text-section {
    padding: 50px 40px;
}

.manage-text-section p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.principal-section {
    background: url("images/bg/pri-bg.jpg");
    padding: 50px 0;
}

.principal-msg {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 31px;

}

.principal-text-section p {
    font-size: 17px;
}

.principal-main {
    border: 3px solid #3806189e;
    border-radius: 20px;
    padding: 60px;
}

.principal-text-section {
    position: relative;
    margin-right: 40px;

}

.msg-icon {
    position: absolute;
    top: -25px;
    right: 0;

}

.principal-sin {
    text-align: end;
    padding-right: 20px;
}

.principal-img img {
    width: 100%;
    border-radius: 20px;
}

.classroom-section {
    padding: 60px 0;
}

.classroom-text-section {
    padding-bottom: 40px;
    text-align: center;
    background-image: url("");
}

.classroom-text-section h4 {
    font-size: 30px;
}

.classroom-text-section p {
    font-size: 20px;
}

.class-card {
    text-align: center;
    height: 250px;
    padding: 10px;
    box-shadow: 1px 2px 5px black;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(45deg, #b02d717b, #0f65fa58);
    transition: all 0.4s ease-in-out;
}

.class-card-inner {
    /* opacity: 0.1; */
    height: 230px;
    border: 1px solid #eb9c9c;
    padding: 20px;
    border-radius: 10px;

}

.class-card-inner h4 {
    font-size: 25px;
}

.class-card-inner p {
    font-size: 16px;
}

.class-card:hover {
    transform: scale(1.01);
    transition: .5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: none;
}

.class-card-icon {
    filter: invert(1);
    background-image: url(images/online-learn.png);
    background-size: 118px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.class-card:hover .class-card-icon {
    filter: invert(0);
    opacity: 0.06;
}

.boarding-text-section {
    text-align: center;
    padding: 7px;
    border: 1px solid #0f65fa9a;
    border-radius: 30px;
}

.boarding-text-section-inner {
    box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.679);
    padding: 45px 45px;
    border-radius: 30px;
    background-color: #981a5d0e;
}

.boarding-text-section-inner h4 {
    font-size: 24px;
}

.boarding-text-section-inner p {
    font-size: 16px;
}

.boarding-section {
    background: url("images/bg/bg2.jpg");
    /* z-index: -1; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sports-section {
    background: url("images/bg/bg3.jpg");
    /* z-index: -1; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sports-text-inner {
    background-color: #0f65fa1b;
}

.principal-section {}

.list-li:hover {
    color: #2876a7 !important;
}

.our-guiding-main-text {
    border: 1px solid black;
    margin: 50px 0;
    padding: 10px 30px 50px;
    background-color: #cfccc452;
    border-radius: 20px;
}

.our-guiding-main-text p {
    font-size: 16px;
    line-height: 1.7rem;
    text-align: center;
}

.our-guiding-img {
    text-align: center;
}

.our-guiding-img img {
    /* width: 400px; */
    width: 400px;
    transform: scaleX(1.5) scaleY(0.8);
    opacity: 0.5;
}

.our-guiding-content {
    padding: 50px 0;
}

.guiding-img {
    top: -60px;
    border: 1px solid #0000002e;
    left: 30%;
    position: absolute;
    border-radius: 50%;
    background: #f0f0f0;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.guiding-img img {
    width: 70px;
    transition: all 0.2s ease-in-out;

}

.guiding-card:hover {
    transform: scale(1.02);
}

.guiding-card:hover .guiding-img {
    background-color: #78aed0;
}

.guiding-card:hover .guiding-img img {
    filter: invert(3);
}

.guiding-card {
    background: linear-gradient(45deg, #b3b2b2, transparent);
    margin-bottom: 100px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    padding: 77px 22px 20px;
    box-shadow: 0px 2px 5px black;
    height: 400px;
    transition: all 0.2s ease-in-out;
}

.guiding-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.tc-form {
    padding: 40px;
    box-shadow: 0px 2px 5px black;
    border-radius: 20px;
    margin: 100px 0;
}

.tc-input input {
    width: 100%;
    padding: 10px;
    /* border-radius: 10px; */
    margin: 10px 0 20px;
    font-size: 17px;
}

.tc-label label {
    font-size: 20px;
    padding-bottom: 10px;
}

.tc-btn {
    width: 200px;
    height: 52px;
    /* border-radius: 10px; */
    background-color: #1c070f;
    color: white;
    margin: 9px auto 0;
    display: block;
    font-size: 18px;
}


.student-life p {
    text-align: start;
}

.century-ul {
    padding: 5px 30px 20px;
}

.century-ul li {
    padding: 10px 0;
    list-style: circle !important;
}

.holistic-ul {
    margin: 0 100px;
    /* text-align: center; */
}

.holistic-text h2 {
    text-align: center;
}

.holistic-ul li {
    list-style: circle;
}

.rs-header .menu-area .rs-menu li a:hover {
    /* color: #0000008c !important; */
}

.ip-section {
    padding-bottom: 80px;
}

.ip-images {
    padding: 5px;
    box-shadow: 0px 2px 5px black;

}

.club-card {
    box-shadow: 0px 2px 5px black;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
    text-align: center;
}

.club-card-img {
    padding-bottom: 20px;
}

.club-card-img img {
    width: 75px;
}

.club-section {
    padding: 60px 0
}

.key-initiatives {
    padding: 40px;
    background: #981a5d0e;
    border-radius: 20px;
    margin: 30px 0;
}

.key-ul li {
    padding: 25px;
    background: white;
    border-radius: 20px;
    margin: 20px 0;
}

.entre-section {
    margin-bottom: 80px;
}

.top-text h3 {
    text-align: center;
    color: white;
    font-size: 20px;
    margin-bottom: 0px !important;
}

.top-text {
    padding: 20px;
    background-color: #050547;
}

.policy-info {
    padding: 25px;
    height: 260px;
    background-color: white;
}

.policy-ul li {
    list-style: circle;
    /* color: black; */
    /* background-color: black; */
}

.reco-text {
    text-align: center;
    padding: 60px 0 30px;
}

.reco-section {
    padding: 10px 0 100px;
}

.policy-content {
    box-shadow: 0px 2px 5px rgba(167, 166, 166, 0.515);
}

.policy-ul {
    margin-left: 20px;
}

.parental-ul li {
    list-style: disc;
    margin-left: 30px;
    font-size: 17px;
}

.parental-engagement-main-text {
    padding: 60px 0;
}

.parental-engagement-main-text p {
    font-size: 20px;
    font-weight: 600;
}

.result-classes {
    padding: 50px 0 70px;
}

.class {
    color: white;
    padding: 20px;
    background-color: #003e03;
    border-radius: 20px;
    text-align: center;
    margin: 30px 50px;
    box-shadow: 0px 2px 5px rgb(162, 160, 160);
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.class:hover {
    transform: scale(1.02);
    transition: .5s;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    outline: 2px solid rgb(138, 237, 141);
    
}

.class a {
    color: white;
    text-decoration: none;
}

.result-section {
    background-image: url("images/result-b.jpg");
}

.join-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.join-input textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.join-input label {
    padding-bottom: 10px;
}

.join-form {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.482);
    padding: 50px;
    margin: 50px 0;
    border-radius: 20px;
}

.submit-btn {
    width: 300px;
    display: block;
    height: 50px;
    margin: 35px auto 0;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.submit-btn:hover {
    background-color: #f25d5d;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.tc-form a {
    text-align: center !important;
    line-height: 49px !important;
}
.choose-img img {
    padding: 10px;
    box-shadow: 0px 1px 5px #808080;
}
.about-img img {
    padding: 8px;
    box-shadow: 0px 1px 24px #80808070;
    margin: 0px 1px;
}
.abt {
    padding-left: 30px;
}
.abt p {
    font-family: sans-serif;
    line-height: 1.6;
    font-size: 16px;
}
.school-text p {
    text-align: center;
    margin-bottom: 40px;
}
.choose-desc p {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.6;
    }
    .rs-history  img {
        padding: 8px;
        box-shadow: 0px 1px 24px #80808070;
        margin: 0px 1px;
    }
.join-input select{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 499px) {
    .abt {
      padding-left: 0px;
  }
  .abt p {
    font-family: sans-serif;
    line-height: 1.6;
    font-size: 14px;
}
.choose-desc p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.policy-content {
    box-shadow: 0px 2px 5px rgba(167, 166, 166, 0.515);
    margin-bottom: 20px;
}
  }