/* ===== Overflow fix ===== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video, iframe, svg {
  max-width: 100%;
  height: auto;
}

body > * {
  max-width: 100%;
}

.announcement_fixed_tab_wrap,
.fixedsocial_wrap {
  max-width: 100vw;
  overflow: hidden;
}

.container,
.container-fluid,
.row {
  max-width: 100%;
}
/* ===== Overflow fix ===== */

        .rinps_session_modal .modal-dialog {
  max-width: 500px;
  width: 95%;
  margin: 1.75rem auto;
}

.rinps_session_modal_content {
  border-radius: 16px;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.rinps_session_modal_header {
  padding: 14px 18px;
  border-bottom: 1px solid #e9ecef;
}

.rinps_session_modal_header .modal-title {
  font-size: 20px;
  font-weight: 600;
}

.rinps_session_modal_body {
  padding: 24px 20px;
  text-align: center;
}

.rinps_session_modal_body h4 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}

.rinps_session_modal_body p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.rinps_session_modal_btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .rinps_session_modal .modal-dialog {
    max-width: 94%;
    margin: 1rem auto;
  }

  .rinps_session_modal_body {
    padding: 20px 15px;
  }

  .rinps_session_modal_body h4 {
    font-size: 20px;
  }

  .rinps_session_modal_body p {
    font-size: 14px;
  }

  .rinps_session_modal_header .modal-title {
    font-size: 18px;
  }
}




:root {
    --mu-green: #2f6f59; /* close to screenshot */
    --mu-green-2: #2a604e;
    --mu-drop-bg: #f4f1ea;
    --mu-drop-text: #103027;
    --mu-white: #fff;
    --mu-border: rgba(255,255,255,.18);
    --mu-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.border-right{
    border-right:1px solid #fff;
}
.img-thumb{width:100%;}
.rinpsbutton {
    background: #27957b;
    color: #fff;
    font-weight: 300;
    border: 0;
    padding: 12px 22px;
    text-decoration: none;
    border-radius:10px;
}
    .rinpsbutton:hover {
        background: #146653;
        color: #fff;
        font-weight: 300;
        border: 0;
        padding: 12px 22px;
        text-decoration: none;
        border-radius: 10px;
    }
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

/*----------iNNER hERO*/
.inner-hero{
    min-height:350px;
}
.banner{
    text-align:center;
    margin-top:12%;
}
.banner h1{
    color:#fff;
}
.banner a {
        color: #fff;
        text-decoration:none;
}
    .banner a:hover {
        color: #d8d8d8;
        text-decoration: underline;
    }
    .banner span {
        color: #fff;
        
    }
/*----------iNNER hERO*/
/* =================== HEADER (MOdy-like) =================== */
.mu-header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 200;
    background:rgb(0 0 0 / 69%);
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

    .mu-header.mu-sticky {
        position: fixed;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 26px rgba(0,0,0,.22);
        transform: translateY(0);
        animation: muSlideDown .22s ease-out;
    }

@keyframes muSlideDown {
    from {
        transform: translateY(-14px);
        opacity: .65;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* top brand strip (logo + tagline + badges like NAAC) */
.mu-brandbar {
    padding: 10px 0 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.mu-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.mu-logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.20);
    display: grid;
    place-items: center;
    font-weight: 900;
    letter-spacing: .6px;
}

.mu-brand .mu-title {
    font-weight: 900;
    letter-spacing: .3px;
    font-size: 22px; /* closer to screenshot scale */
    line-height: 1.05;
}

.mu-brand .mu-tag {
    font-weight: 700;
    opacity: .92;
    font-size: 12.5px;
    margin-top: 2px;
}

.mu-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mu-pill {
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.10);
    color: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2px;
    white-space: nowrap;
}

/* nav row */
.mu-navwrap {
    border-top: 0;
}

.mu-navbar .nav-link {
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .85px; /* screenshot has wider tracking */
    font-size: 12.8px; /* smaller like screenshot */
    padding: 14px 14px; /* spacing like screenshot */
    opacity: .96;
    position: relative;
}

    .mu-navbar .nav-link:hover {
        opacity: 1;
    }

    /* subtle underline on hover */
    .mu-navbar .nav-link::after {
        content: "";
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 10px;
        height: 2px;
        background: rgba(255,255,255,.9);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .18s ease;
    }

    .mu-navbar .nav-link:hover::after {
        transform: scaleX(1);
    }

/* =================== DROPDOWN (3-level) =================== */
.dropdown-menu {
    border-radius: 0;
    padding: 8px;
}

.dropdown-item {
    color: var(--mu-drop-text);
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 900;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .dropdown-item:hover {
        background: #fff;
        color: #27957b;
    }

.mu-caret {
    font-size: 16px;
    opacity: .75;
}

/* Hover open (desktop) */
@media (min-width:992px) {
    .mu-hover .dropdown:hover > .dropdown-menu {
        display: block;
        animation: muPop .16s ease-out;
    }

    .mu-hover .dropend:hover > .dropdown-menu {
        display: block;
        animation: muPop .16s ease-out;
    }

    .mu-hover .dropend .dropdown-menu {
        left: 100%;
        top: 0;
        margin-left: 10px;
    }
}

@keyframes muPop {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =================== HERO / SWIPER =================== */
.mu-hero {
    position: relative;
    height: 95vh; /* screenshot is tall */
    min-height: 560px;
    overflow: hidden;
    background: #0b0f0e;
}

.swiper {
    height: 100%;
}

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

/* Video slide */
.mu-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* dark gradient overlay like screenshot */
.swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.12));*/
    z-index: 1;
}

/* Content on slides */
.mu-slide-content {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    max-width: 680px;
}

    .mu-slide-content h1 {
        font-weight: 950;
        letter-spacing: 2.2px;
        font-size: 52px; /* closer to screenshot scale */
        line-height: 1.05;
        margin: 0 0 10px;
        font-family: "Bebas Neue", sans-serif;
    }

    .mu-slide-content p {
        font-size: 18px;
        font-weight: 600;
        opacity: .92;
        margin: 0 0 18px;
        max-width: 560px;
    }

.mu-btn {
    background: #fff;
    color: #0b3a2f;
    font-weight: 950;
    border: 0;
    padding: 12px 22px;
}

    .mu-btn:hover {
        background: #27957b;
    }

/* Swiper controls */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,.55);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/* Header spacing so content doesn't hide behind */
.mu-hero-pad {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

/* Mobile adjustments */
@media (max-width:991.98px) {
.mu-header 
{
    position: relative;
    top: 0;
    background: #1d7f79;
}

    .mu-brandbar {
        padding: 10px 0;
    }

    .mu-navbar .nav-link {
        padding: 12px 10px;
        letter-spacing: .6px;
    }

        .mu-navbar .nav-link::after {
            display: none;
        }

    .dropdown-menu {
        min-width: 100%;
    }

    .mu-hero {
        height: 72vh;
        min-height: 520px;
    }

    .mu-slide-content {
        left: 5%;
        right: 5%;
        max-width: none;
    }

        .mu-slide-content h1 {
            font-size: 34px;
        }

        .mu-slide-content p {
            font-size: 16px;
        }
}

/*Home About*/
.homeabout{
    padding:50px 0px;
    background:#fff;
    
}
.homeabout h3{
    font-size:26px;
    font-weight:bold;
    color:#000;
    margin:0px 0px 10px 0px;
}
.homeabout p{
    color:#000;
}
 .homeabout img {
        border-radius: 8px;
        box-shadow: 0 15px 40px color-mix(in srgb, var(--default-color), transparent 85%);
        border: 5px solid color-mix(in srgb, var(--default-color), transparent 70%);
    }
.homeabout .inner{
        padding:30px;
    }
    /*Home About*/
    /*home after slider*/
    /* Wrapper positioning relative to hero slider */
    .homeafs_boxesWrap {
        position: relative;
        margin-top: -110px; /* overlap amount */
        z-index: 20;
    }

/* Row container */
.homeafs_boxesRow {
    background: transparent;
}

/* Box base */
.homeafs_box {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
    padding: 20px;
}

/* Colors */
.homeafs_box--green {
    background: #2b6030;
}

.homeafs_box--blue {
    background:#025766;
}

.homeafs_box--yellow {
    background:#ffd028;
}

.homeafs_box--yellow h3{color:#000;}
.homeafs_box--yellow p{color:#000;}
/* Icon */
.homeafs_icon {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 1;
}

/* Title */
.homeafs_box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* Sub text */
.homeafs_box p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

    .homeafs_box p span {
        margin-left: 8px;
    }

/* Divider effect */
.homeafs_boxesRow > div + div .homeafs_box {
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.15);
}

/* Hover */
.homeafs_box:hover {
    transform: translateY(-6px);
    filter: brightness(1.05);
}

/* Rounded edges like a single strip */
@media (min-width:768px) {
    .homeafs_boxesRow .col-md-4:first-child .homeafs_box {
        border-radius: 6px 0 0 6px;
    }

    .homeafs_boxesRow .col-md-4:last-child .homeafs_box {
        border-radius: 0 6px 6px 0;
    }
}

/* Mobile */
@media (max-width:767px) {
    .homeafs_boxesWrap {
        margin-top: -80px;
        padding: 0 12px;
    }

    .homeafs_box {
        border-radius: 10px;
        margin-bottom: 12px;
        box-shadow: 0 10px 25px rgba(0,0,0,.15);
    }

    .homeafs_boxesRow > div + div .homeafs_box {
        box-shadow: 0 10px 25px rgba(0,0,0,.15);
    }
}


/*home after slider*/


/* home course*/
/* ===== Facilities cards (like attached) ===== */
.facards_wrap {
    background: #fff;
}

.facards_card {
    position: relative;
    display: block;
    height: 360px;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    background: #0f2b57;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.facards_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform .45s ease;
}

/* dark bottom fade */
.facards_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.10) 45%, rgba(0,0,0,.65) 100%);
    z-index: 1;
}

.facards_content {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
}

.facards_icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    color: rgba(255,255,255,.95);
}

    .facards_icon svg {
        width: 54px;
        height: 54px;
    }

.facards_title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .2px;
    text-shadow: 0 8px 18px rgba(0,0,0,.35);
}

.facards_card:hover .facards_img {
    transform: scale(1.10);
}

/* Responsive */
@media (max-width: 991.98px) {
    .facards_card {
        height: 320px;
    }

    .facards_title {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .facards_card {
        height: 260px;
    }

    .facards_title {
        font-size: 26px;
    }

    .facards_content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .facards_icon {
        width: 46px;
        height: 46px;
    }

        .facards_icon svg {
            width: 46px;
            height: 46px;
        }
}
/* home course*/


/*Message*/
.deanmsg_section{
  background:#fff;
  overflow:hidden;
}

.deanmsg_container{
  max-width:1050px;
}

.deanmsg_heading{
  font-size:22px;
  line-height:1.1;
  font-weight:700;
  color:#2d3c4d;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.deanmsg_row{
  min-height:420px;
}

.deanmsg_content{
  padding-left:8px;
  padding-top:10px;
  position:relative;
}

.deanmsg_text{
  font-size:16px;
  line-height:1.33;
  font-weight:400;
  color:#454545;
  margin-bottom:34px;
  width:88%;
}

.deanmsg_name{
  font-size:16px;
  line-height:1.2;
  font-weight:700;
  color:#9b2f2f;
  text-transform:uppercase;
}


.deanmsg_image{
    max-height: 390px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 140px;
    top: 195px;
}

@media (max-width: 1199.98px){
  .deanmsg_heading{
    font-size:44px;
  }

  .deanmsg_text{
    font-size:24px;
    max-width:100%;
  }
}

@media (max-width: 991.98px){
  .deanmsg_heading{
    font-size:36px;
  }

  .deanmsg_text{
    font-size:20px;
    line-height:1.4;
    margin-bottom:24px;
  }

  .deanmsg_name{
    font-size:20px;
  }

  .deanmsg_image{
    max-height:320px;
    position:static;
  }
}

@media (max-width: 767.98px){

  .deanmsg_heading{
    font-size:28px;
  }

  .deanmsg_content{
    padding-left:0;
    text-align:center;
    
  }

  .deanmsg_text{
    font-size:17px;
    line-height:1.5;
    margin-bottom:18px;
  }

  .deanmsg_name{
    font-size:18px;
    margin-bottom:24px !important;
  }

  .deanmsg_image{
    max-height:260px;
     position:static;
  }
}
/*Message*/





/*Footer*/
/* ================= Footer ================= */

.rinpsfooter_footer {
    background: #275C3E;
    color: #fff;
    padding: 44px 0 26px;
}

.rinpsfooter_container {
    max-width: 1200px;
}

.rinpsfooter_row {
    row-gap: 34px;
}

.rinpsfooter_col {
    padding-right: 30px;
}

.rinpsfooter_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.rinpsfooter_text {
    font-size: 16px;
    line-height: 1.85;
    opacity: .95;
}

/* Links */
.rinpsfooter_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

    .rinpsfooter_list a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        opacity: .95;
        transition: .2s;
    }

        .rinpsfooter_list a:hover {
            opacity: 1;
            transform: translateX(2px);
        }

/* Social Icons */
.rinpsfooter_social {
    display: flex;
    gap: 14px;
    margin-top: 22px;
}

.rinpsfooter_socialBtn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    transition: .2s;
}

    .rinpsfooter_socialBtn:hover {
        transform: translateY(-2px);
    }
/* Divider */
.rinpsfooter_divider {
    height: 1px;
    background: rgba(255,255,255,.25);
    margin: 34px 0 18px;
}

/* Bottom */
.rinpsfooter_bottom {
    font-size: 16px;
    opacity: .95;
}

/* Responsive */
@media(max-width:991px) {
    .rinpsfooter_col {
        padding-right: 0;
    }

    .rinpsfooter_title {
        font-size: 20px;
    }

    .rinpsfooter_text,
    .rinpsfooter_list a {
        font-size: 16px;
    }
}

/*Footer*/

/*Counter*/
.mycounter {
    padding: 40px 0px;
    background-image: linear-gradient(180deg, #fff 0%, #BDEFD7 100%);
}
.mycounter h3{
    text-align:center;
    margin:25px 0;
}
.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center;
    border-radius: 5px;
}

.span {
    font-size: 10px;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #098348;
}

    .counter-box.colored p,
    .counter-box.colored i,
    .counter-box.colored .counter {
        color: #fff
    }
/*Counter*/


/*News Blogs*/
.rinpsbn_wrap {
    background: #fff;
    padding:40px 0px;
}

.rinpsbn_fcard {
    position: relative;
    display: block;
    height: 290px;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    background: #0f2b57;
}

.rinpsbn_fcard--big {
    height: 603px;
}

.rinpsbn_fimg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .45s ease;
}

.rinpsbn_fshade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.18) 55%, rgba(0,0,0,.55) 100%);
    z-index: 1;
}

.rinpsbn_fcontent {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
}

.rinpsbn_ftitle {
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.12;
    text-shadow: 0 10px 22px rgba(0,0,0,.35);
}

.rinpsbn_fstitle {
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.22;
    text-shadow: 0 10px 22px rgba(0,0,0,.35);
}

.rinpsbn_meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    opacity: .95;
    font-weight: 600;
    font-size: 14px;
}


.rinpsbn_micon {
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.35));
}

.rinpsbn_fcard:hover .rinpsbn_fimg {
    transform: scale(1.08);
}

/* ====== Bottom News Bar ====== */
.rinpsbn_newsbar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
    overflow: hidden;
}

.rinpsbn_newsinner {
    display: flex;
    gap: 18px;
    align-items: stretch;
    padding: 16px 16px;
}

.rinpsbn_newshead {
    width: 220px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 8px 10px;
}

.rinpsbn_newsTitle {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .4px;
    color: #0f2b57;
}

.rinpsbn_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 38px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #198754;
    transition: transform .2s ease, filter .2s ease;
}

    .rinpsbn_btn:hover {
        transform: translateY(-1px);
        filter: brightness(1.03);
    }

.rinpsbn_newsitems {
    flex: 1;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 6px 6px;
    scroll-snap-type: x mandatory;
}

    .rinpsbn_newsitems::-webkit-scrollbar {
        height: 8px;
    }

    .rinpsbn_newsitems::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.15);
        border-radius: 10px;
    }

.rinpsbn_nitem {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 280px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #111;
    scroll-snap-align: start;
    border: 1px solid rgba(15,43,87,.10);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .rinpsbn_nitem:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 18px rgba(0,0,0,.08);
    }

.rinpsbn_nbody {
    min-width: 0;
}
    .rinpsbn_nbody .small {
        font-size: 12px;
        color: #6e6e6e;
    }
.rinpsbn_ntitle {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #0f2b57;
}
/* ====== Responsive ====== */
@media (max-width: 991.98px) {
    .rinpsbn_fcard--big {
        height: 420px;
    }

    .rinpsbn_ftitle {
        font-size: 26px;
    }

    .rinpsbn_fcard {
        height: 250px;
    }

    .rinpsbn_newshead {
        width: 180px;
        min-width: 180px;
    }

    .rinpsbn_newsTitle {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .rinpsbn_newsinner {
        flex-direction: column;
    }

    .rinpsbn_newshead {
        width: 100%;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .rinpsbn_btn {
        width: 120px;
    }

    .rinpsbn_nitem {
        min-width: 260px;
    }
}

/* ===== Blog Section Header ===== */
.rinpsbn_sectionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.rinpsbn_heading {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    color: #0f2b57;
    letter-spacing: .2px;
    position: relative;
    padding-left: 14px;
}

    /* subtle left accent */
    .rinpsbn_heading::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 4px;
        height: 70%;
        background: #198754;
        border-radius: 4px;
    }

.rinpsbn_viewAll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    background: #198754;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

    .rinpsbn_viewAll:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(0,0,0,.15);
        filter: brightness(1.05);
    }

/* Responsive */
@media (max-width: 575.98px) {
    .rinpsbn_heading {
        font-size: 26px;
    }

    .rinpsbn_viewAll {
        padding: 8px 16px;
        font-size: 13px;
    }
}
/*News Blogs*/


/*Testimonials*/
.rinpstst_wrap {
    background: #fff;
    padding: 56px 0;
}

.rinpstst_left {
    max-width: 420px;
}

.rinpstst_heading {
    margin: 0 0 12px;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 400;
    color: #111;
    letter-spacing: -0.5px;
}

    .rinpstst_heading span {
        display: inline-block;
        font-weight: 800;
    }

.rinpstst_sub {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.55;
    color: #555;
    max-width: 340px;
}

/* Nav */
.rinpstst_nav {
    display: flex;
    gap: 12px;
}

.rinpstst_btn {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    display: grid;
    place-items: center;
    color: #111;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .rinpstst_btn svg {
        width: 22px;
        height: 22px;
    }

    .rinpstst_btn:hover {
        transform: translateY(-1px);
        border-color: rgba(0, 0, 0, .22);
        box-shadow: 0 10px 18px rgba(0, 0, 0, .08);
    }

/* Swiper */
.rinpstst_swiper {
    width: 100%;
}

/* Slide content */
.rinpstst_card {
    position: relative;
    padding: 10px 0 0;
    min-height: 260px;
}
.rinpstst_swiper .swiper-slide::after {
    content: none !important; /* kills your global .swiper-slide::after */
}

.rinpstst_quote {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
    max-width: 620px;
    margin-bottom: 26px;
    letter-spacing: -0.2px;
}

.rinpstst_user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rinpstst_avatar {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.rinpstst_name {
    font-weight: 800;
    color: #111;
    line-height: 1.1;
}

.rinpstst_role {
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .rinpstst_heading {
        font-size: 44px;
    }

    .rinpstst_quote {
        font-size: 26px;
    }

    .rinpstst_card {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .rinpstst_wrap {
        padding: 40px 0;
    }

    .rinpstst_heading {
        font-size: 38px;
    }

    .rinpstst_quote {
        font-size: 22px;
    }
}
/*Testimonials*/


/*FAQ*/
.rinpsfaq_wrap {
    background: #fff;
    padding:40px 0px;
}

.rinpsfaq_head {
    max-width: 640px;
}

.rinpsfaq_title {
    font-size: 36px;
    font-weight: 800;
    color: #0f2b57;
    margin-bottom: 8px;
}

.rinpsfaq_sub {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Accordion */
.rinpsfaq_accordion {
    margin-top: 24px;
}

.rinpsfaq_item {
    border: none;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.rinpsfaq_btn {
    font-weight: 700;
    font-size: 16px;
    color: #0f2b57;
    background: #fff;
    padding: 18px 20px;
}

    .rinpsfaq_btn:not(.collapsed) {
        background: #eaf4f1;
        color: #198754;
    }

    .rinpsfaq_btn:focus {
        box-shadow: none;
    }

.rinpsfaq_body {
    background: #fff;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    padding: 18px 20px;
}

/* Remove default Bootstrap arrow color clash */
.accordion-button::after {
    filter: grayscale(1);
}

/* Responsive */
@media (max-width:575.98px) {
    .rinpsfaq_title {
        font-size: 28px;
    }
}
/*FAQ*/

/* ===== Back to Top ===== */
.rinpsbt_btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #198754; /* Bootstrap success */
    color: #fff;
    border: 1px solid #fff;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    z-index: 999;
    box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

    .rinpsbt_btn:hover {
        background: #157347;
        transform: translateY(0);
    }

    /* visible state */
    .rinpsbt_btn.rinpsbt_show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/* Mobile */
@media (max-width:575.98px) {
    .rinpsbt_btn {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}
/* ===== Back to Top ===== */

/*Call to action*/
.calltoaction {
    padding: 40px 0px;
    background: #e9e9e9;
}
/*Call to action*/


/*Course Listing Page*/
.rinpswork_card {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    height: 100%;
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
}

.rinpswork_card--dark {
    background: #031a3a;
    color: #fff;
}

.rinpswork_card--light {
    background: #fde3e3;
    color: #031a3a;
}

.rinpswork_img {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 220px;
    height: 160px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

    .rinpswork_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rinpswork_body {
    padding: 200px 40px 40px;
    position: relative;
    z-index: 2;
}

    .rinpswork_body h3 {
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 6px;
    }

.rinpswork_sub {
    font-size: 16px;
    margin-bottom: 18px;
    opacity: .9;
}

.rinpswork_list {
    padding-left: 18px;
    margin-bottom: 24px;
}

    .rinpswork_list li {
        margin-bottom: 10px;
        font-weight: 600;
    }

.rinpswork_btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 26px;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s ease;
}

.rinpswork_card:hover {
    background: #000;
    color: #fff;
}

    .rinpswork_card:hover .rinpswork_btn {
        opacity: 1;
        transform: translateY(0);
    }

        .rinpswork_card:hover .rinpswork_btn:hover {
            background: #198754;
            color: #fff;
        }

/* Responsive */
@media (max-width:991px) {
    .rinpswork_body {
        padding: 190px 28px 32px;
    }

        .rinpswork_body h3 {
            font-size: 24px;
        }
}

@media (max-width:575px) {
    .rinpswork_img {
        width: 180px;
        height: 130px;
    }
}
/*Course Listing Page*/




/* ===== Course Detail ===== */
  .rinpsbsc_wrap{ background:#ffffff; }

  .rinpsbsc_badges{ display:flex; flex-wrap:wrap; gap:10px; }
  .rinpsbsc_badge{
    background:#eaf4f1;
    color:#198754;
    font-weight:800;
    font-size:13px;
    border-radius:999px;
    padding:8px 12px;
  }

  .rinpsbsc_card{
    background:#fff;
    border:1px solid rgba(15,43,87,.12);
    border-radius:16px;
    padding:22px 22px;
    box-shadow:0 12px 24px rgba(0,0,0,.05);
  }

  .rinpsbsc_h2{
    font-size:22px;
    font-weight:900;
    color:#0f2b57;
    margin:0 0 14px;
    position:relative;
    padding-left:14px;
  }
  .rinpsbsc_h2::before{
    content:"";
    position:absolute;
    left:0; top:4px;
    width:4px; height:75%;
    background:#198754;
    border-radius:4px;
  }

  .rinpsbsc_text{
    color:#334155;
    font-size:15px;
    line-height:1.8;
    margin:0;
  }

  .rinpsbsc_table th{
    width:52%;
    color:#0f2b57;
    font-weight:800;
    background:#f8fafc;
    border-color: rgba(15,43,87,.10);
  }
  .rinpsbsc_table td{
    color:#334155;
    font-weight:700;
    border-color: rgba(15,43,87,.10);
  }

  .rinpsbsc_list{
    margin:0;
    padding-left:18px;
    display:grid;
    gap:10px;
    color:#334155;
    font-weight:600;
    line-height:1.7;
  }

  .rinpsbsc_olist{
    margin:0;
    padding-left:20px;
    display:grid;
    gap:10px;
    color:#334155;
    font-weight:600;
    line-height:1.7;
  }

  .rinpsbsc_applyCard{
    background:#0f2b57;
    color:#fff;
    border-radius:18px;
    padding:18px 18px;
    box-shadow:0 18px 34px rgba(0,0,0,.14);
  }

  .rinpsbsc_applyTop{
    display:flex;
    gap:12px;
    align-items:center;
    padding-bottom:14px;
    margin-bottom:14px;
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .rinpsbsc_applyIcon{
    width:44px; height:44px;
    border-radius:12px;
    background: rgba(255,255,255,.12);
    display:grid;
    place-items:center;
    flex:0 0 auto;
    color:#fff;
  }
  .rinpsbsc_applyIcon svg{ width:28px; height:28px; }

  .rinpsbsc_applyTitle{
    font-weight:900;
    font-size:18px;
    line-height:1.2;
  }
  .rinpsbsc_applySub{
    font-size:13px;
    opacity:.9;
    margin-top:3px;
  }

  .rinpsbsc_label{
    font-size:13px;
    font-weight:800;
    color:#e2e8f0;
    margin-bottom:6px;
  }

  .rinpsbsc_input{
    border-radius:12px;
    border:1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color:#fff;
    padding:12px 12px;
  }
  .rinpsbsc_input::placeholder{ color: rgba(255,255,255,.70); }
  .rinpsbsc_input:focus{
    box-shadow:none;
    border-color: rgba(255,255,255,.40);
    background: rgba(255,255,255,.10);
    color:#fff;
  }

  .rinpsbsc_submit{
    background:#198754;
    color:#fff;
    font-weight:900;
    border-radius:12px;
    padding:12px 14px;
    border:0;
  }
  .rinpsbsc_submit:hover{ filter:brightness(1.06); color:#fff; }

  .rinpsbsc_note{
    margin-top:10px;
    font-size:12px;
    opacity:.85;
    line-height:1.45;
  }

  .rinpsbsc_helpCard{
    background:#ffffff;
    border:1px solid rgba(15,43,87,.12);
    border-radius:16px;
    padding:16px 16px;
    box-shadow:0 12px 24px rgba(0,0,0,.05);
  }
  .rinpsbsc_helpTitle{
    font-weight:900;
    color:#0f2b57;
    margin-bottom:6px;
  }
  .rinpsbsc_helpText{
    font-weight:700;
    color:#334155;
    margin-top:6px;
  }
  .rinpsbsc_helpText a{
    color:#198754;
    text-decoration:none;
    font-weight:900;
  }

  @media (min-width: 992px){
    .rinpsbsc_sticky{
      position: sticky;
      top: 18px;
    }
  }

  @media (max-width: 991.98px){
    .rinpsbsc_heroImg img{ height:220px; }
  }
 /* ===== Course Detail ===== */
 
 

 /*Message css*/
.rinpsmessage_section {
    background: #f8f9fa;
}

.rinpsmessage_box {
    background: #fff;
    padding: 30px;
    border: 1px solid #e9ecef;
}

.rinpsmessage_profile {
    background: #fff;
}

.rinpsmessage_imgwrap {
    margin-bottom: 20px;
}

.rinpsmessage_img {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}

.rinpsmessage_details h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2d3d;
}

.rinpsmessage_details p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.rinpsmessage_content p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    text-align: justify;
    margin-bottom: 16px;
}

.rinpsmessage_list {
    padding-left: 20px;
    margin-bottom: 18px;
}

    .rinpsmessage_list li {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 8px;
    }

@media (max-width: 767px) {
    .rinpsmessage_box {
        padding: 20px;
    }

    .rinpsmessage_title {
        font-size: 24px;
    }

    .rinpsmessage_details h3 {
        font-size: 20px;
    }
}
 /*Message CSS End*/



 /*Admission Eligibilty CSS*/
.rinpsadmeligi_section {
    background: #f8f9fa;
}

.rinpsadmeligi_main_title {
    font-size: 34px;
    font-weight: 700;
    color: #1c2d41;
    margin-bottom: 8px;
}

.rinpsadmeligi_main_subtitle {
    font-size: 16px;
    color: #6c757d;
}

.rinpsadmeligi_card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.rinpsadmeligi_card_head {
    background: #0d6efd;
    padding: 16px 20px;
}

    .rinpsadmeligi_card_head h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }

.rinpsadmeligi_card_body {
    padding: 22px 22px 18px;
}

.rinpsadmeligi_number_list {
    margin: 0;
    padding-left: 20px;
}

    .rinpsadmeligi_number_list li {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.8;
        color: #444;
    }

.rinpsadmeligi_list {
    margin: 0;
    padding-left: 20px;
}

    .rinpsadmeligi_list li {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.8;
        color: #444;
    }

.rinpsadmeligi_sublist {
    margin-top: 10px;
    padding-left: 20px;
}

    .rinpsadmeligi_sublist li {
        margin-bottom: 8px;
    }

@media (max-width: 767px) {
    .rinpsadmeligi_main_title {
        font-size: 28px;
    }

    .rinpsadmeligi_card_head h3 {
        font-size: 21px;
    }

    .rinpsadmeligi_card_body {
        padding: 18px 18px 14px;
    }
}
 /*Admission Eligibilty CSS*/



 /*Admission How to Apply*/
.rinpshapp_section {
    background: #f8f9fa;
}

.rinpshapp_box {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

    .rinpshapp_box p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 15px;
        color: #444;
    }

.rinpshapp_subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.rinpshapp_list {
    padding-left: 20px;
    margin-bottom: 20px;
}

    .rinpshapp_list li {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.7;
    }

.rinpshapp_points {
    padding-left: 20px;
}

    .rinpshapp_points li {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.8;
    }

.rinpshapp_box a {
    color: #0d6efd;
    text-decoration: none;
}

    .rinpshapp_box a:hover {
        text-decoration: underline;
    }
 /*Admission How to Apply*/

 /*Doc to be submit*/
.rinpsdocreq_section {
    background: #f8f9fa;
}

.rinpsdocreq_box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 25px;
}

.rinpsdocreq_course {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d6efd;
}

.rinpsdocreq_list {
    padding-left: 20px;
    margin-bottom: 0;
}

    .rinpsdocreq_list li {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 8px;
    }
 /*Doc to submit*/



 /*admission office*/
.rinpsadmoff_section {
    background: #f8f9fa;
}

.rinpsadmoff_box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 25px;
}

.rinpsadmoff_officetitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0d6efd;
    line-height: 1.5;
}

.rinpsadmoff_block {
    margin-bottom: 20px;
}

    .rinpsadmoff_block:last-child {
        margin-bottom: 0;
    }

    .rinpsadmoff_block h4 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #222;
    }

    .rinpsadmoff_block p {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 8px;
    }
 /*admission office*/


 /*Admission Selection Procedure*/
.rinpssecpro_section {
    background: #f8f9fa;
}

.rinpssecpro_box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 30px;
}

    .rinpssecpro_box p {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 16px;
    }

.rinpssecpro_subjects {
    padding-left: 20px;
    margin-bottom: 18px;
}

    .rinpssecpro_subjects li {
        font-size: 15px;
        margin-bottom: 8px;
    }

.rinpssecpro_note_title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.rinpssecpro_notes {
    padding-left: 20px;
}

    .rinpssecpro_notes li {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px;
    }
 /*Admission Selection Procedure*/


 /*rahman hospital*/
.rinpsrahmhosp_section {
    background: #f8f9fa;
}

.rinpsrahmhosp_box {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 30px;
    border-radius: 6px;
}

    .rinpsrahmhosp_box p {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 16px;
    }

.rinpsrahmhosp_subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.rinpsrahmhosp_value {
    font-weight: 600;
    color: #0d6efd;
}

.rinpsrahmhosp_list {
    padding-left: 20px;
    margin-bottom: 20px;
}

    .rinpsrahmhosp_list li {
        margin-bottom: 8px;
        font-size: 15px;
    }

.rinpsrahmhosp_stats {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.rinpsrahmhosp_stat {
    background: #f1f4f7;
    padding: 15px;
    border-radius: 5px;
    flex: 1 1 200px;
    text-align: center;
}

    .rinpsrahmhosp_stat span {
        display: block;
        font-size: 14px;
        color: #555;
    }

    .rinpsrahmhosp_stat strong {
        font-size: 20px;
        color: #000;
    }

.rinpsrahmhosp_link a {
    color: #0d6efd;
    text-decoration: none;
}

    .rinpsrahmhosp_link a:hover {
        text-decoration: underline;
    }
 /*rehman hospital*/



 /*Contact Us*/

.rinpscontact_section {
    padding: 60px 0;
    background: #f6f8fb;
}


.rinpscontact_card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

    .rinpscontact_card h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #0a5ca8;
    }

.rinpscontact_info {
    font-size: 15px;
    line-height: 26px;
}

    .rinpscontact_info strong {
        display: inline-block;
        width: 90px;
    }

.rinpscontact_map {
    margin-top: 50px;
}

    .rinpscontact_map iframe {
        width: 100%;
        height: 420px;
        border: 0;
        border-radius: 8px;
    }

 /*Contact Us*/



 /*Admission Overview*/
 .rinpsadmoverv_section {
            background: #f7fbfc;
        }

        .rinpsadmoverv_wrapper {
            border-radius: 0;
            padding: 0px;
        }

        .rinpsadmoverv_heading {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.3;
            color: #0b8288;
            margin-top: 32px;
            margin-bottom: 16px;
        }

        .rinpsadmoverv_text {
            font-size: 16px;
            line-height: 1.85;
            color: #475569;
            margin-bottom: 16px;
        }

        .rinpsadmoverv_process_row,
        .rinpsadmoverv_course_row {
            margin-top: 10px;
        }

        .rinpsadmoverv_process_card,
        .rinpsadmoverv_course_card {
            background: #ffffff;
            border: 1px solid #dfeaec;
            border-radius: 14px;
            padding: 22px;
            box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
            transition: all 0.3s ease;
        }

            .rinpsadmoverv_process_card:hover,
            .rinpsadmoverv_course_card:hover {
                transform: translateY(-4px);
                box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
            }

        .rinpsadmoverv_card_title {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.4;
            color: #0f172a;
            margin-bottom: 12px;
        }

        .rinpsadmoverv_card_text,
        .rinpsadmoverv_course_text {
            font-size: 15px;
            line-height: 1.75;
            color: #475569;
        }

        @media (max-width: 991.98px) {
            .rinpsadmoverv_wrapper {
                padding: 30px;
            }

            .rinpsadmoverv_title {
                font-size: 30px;
            }

            .rinpsadmoverv_heading {
                font-size: 22px;
            }
        }

        @media (max-width: 767.98px) {
            .rinpsadmoverv_section {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }

            .rinpsadmoverv_wrapper {
                padding: 22px;
                border-radius: 14px;
            }

            .rinpsadmoverv_title {
                font-size: 26px;
                margin-bottom: 18px;
            }

            .rinpsadmoverv_heading {
                font-size: 20px;
                margin-top: 24px;
                margin-bottom: 12px;
            }

            .rinpsadmoverv_text {
                font-size: 15px;
                line-height: 1.75;
            }

            .rinpsadmoverv_process_card,
            .rinpsadmoverv_course_card {
                padding: 18px;
            }
        }
 /*Admission Overview*/



 /*Admission FAQ's*/

 .rinpsadmfaq_section {
  background: #f8f9fa;
}

.rinpsadmfaq_wrapper {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.rinpsadmfaq_heading {
  margin-bottom: 30px;
}

.rinpsadmfaq_subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  max-width: 900px;
  margin: 0 auto;
}

.rinpsadmfaq_accordion .rinpsadmfaq_item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.rinpsadmfaq_accordion .accordion-item:first-of-type,
.rinpsadmfaq_accordion .accordion-item:last-of-type {
  border-radius: 12px;
}

.rinpsadmfaq_button {
  font-size: 17px;
  font-weight: 600;
  color: #1f2937;
  background: #ffffff;
  box-shadow: none !important;
  padding: 18px 20px;
}

.rinpsadmfaq_button:not(.collapsed) {
  background: #f1f5f9;
  color: #0f172a;
}

.rinpsadmfaq_button:focus {
  box-shadow: none;
  border-color: transparent;
}

.rinpsadmfaq_body {
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  background: #ffffff;
}

.rinpsadmfaq_body p {
  margin-bottom: 12px;
}

.rinpsadmfaq_list {
  padding-left: 20px;
  margin-bottom: 12px;
}

.rinpsadmfaq_list li {
  margin-bottom: 8px;
  color: #4b5563;
}

@media (max-width: 767px) {
  .rinpsadmfaq_wrapper {
    padding: 24px 16px;
  }

  .rinpsadmfaq_title {
    font-size: 26px;
  }

  .rinpsadmfaq_subtitle {
    font-size: 14px;
  }

  .rinpsadmfaq_button {
    font-size: 15px;
    padding: 16px;
  }

  .rinpsadmfaq_body {
    font-size: 14px;
    padding: 16px;
  }
}
 /*Admission FAQ's*/




 /*Faculty CSS*/
 .rinpsfaclist_wrap{max-width:1200px;margin:0 auto;padding:22px 14px;font-family:Arial,Helvetica,sans-serif;}
        .rinpsfaclist_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
        @media(max-width:1100px){.rinpsfaclist_grid{grid-template-columns:repeat(3,1fr);}}
        @media(max-width:800px){.rinpsfaclist_grid{grid-template-columns:repeat(2,1fr);}}
        @media(max-width:520px){.rinpsfaclist_grid{grid-template-columns:1fr;}}

        .rinpsfaclist_card{border:1px solid #e9e9e9;border-radius:14px;overflow:hidden;background:#fff;transition:transform .15s ease, box-shadow .15s ease;}
        .rinpsfaclist_card:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.07);}

        .rinpsfaclist_imgwrap{position:relative;padding-top:100%;background:#f4f6f8;}
        .rinpsfaclist_img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}

        .rinpsfaclist_body{padding:14px 14px 16px;}
        .rinpsfaclist_name{font-size:16px;font-weight:700;margin:0 0 6px;color:#111;}
        .rinpsfaclist_meta{margin:0 0 10px;color:#444;font-size:13px;line-height:1.4;}
        .rinpsfaclist_tag{display:inline-block;padding:4px 10px;border-radius:999px;border:1px solid #e6e6e6;font-size:12px;color:#333;margin:0 8px 10px 0;background:#fafafa;}

        .rinpsfaclist_btn{display:inline-block;text-decoration:none;padding:9px 12px;border-radius:10px;border:1px solid #111;color:#111;font-weight:700;font-size:13px;}
        .rinpsfaclist_btn:hover{background:#111;color:#fff;}

        .rinpsfaclist_empty{padding:18px;border:1px dashed #ccc;border-radius:12px;color:#666;background:#fafafa;}
 /*Faculty CSS*/

 /*Placement & Recruiters*/
 .rinpsslideplw_wrap {
            overflow: hidden;
        }
        .rinpsslideplw_sliderBlock {
            width: 100%;
        }
        .rinpsslideplw_img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 12px;
            display: block;
        }
        .rinpsslideplw_wrap h3{
            margin:30px 0;
            text-align:center;
        }
        @media (max-width: 767.98px) {
            .rinpsslideplw_img {
                height: auto;
            }
        }
 /*Placement & Recruiters*/



 /*Get Career Home CSS*/
 .careerstart_section{
  background:#fff;
}

.careerstart_heading_wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.careerstart_heading_line{
  width:200px;
  max-width:18vw;
  height:1px;
  background:#bfbfbf;
}

.careerstart_heading{
  font-size:34px;
  line-height:1.1;
  font-weight:700;
  color:#243649;
  text-transform:uppercase;
}

.careerstart_card{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px 26px;
  border-radius:0;
}

.careerstart_card_inner{
  width:100%;
  max-width:430px;
  margin:0 auto;
}

.careerstart_card_orange{
  background:#ef7622;
  border-radius:10px;
}

.careerstart_card_grey{
  background:#7f7f7f;
  border-radius:10px;
}

.careerstart_card_maroon{
  background:#8f1d1d;
  border-radius:10px;
}

.careerstart_title{
  font-size:25px;
  line-height:1.2;
  font-weight:700;
  color:#ffffff;
  margin-bottom:16px;
}

.careerstart_text,
.careerstart_contact_desc{
  font-size:18px;
  line-height:1.55;
  font-weight:400;
  color:#ffffff;
}

.careerstart_contact_wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.careerstart_contact_btn{
  display:inline-flex;
  align-items:center;
  border-radius:4px;
  overflow:hidden;
  margin-bottom:26px;
}
.careerstart_arrow_circle{
  width:55px;
  height:55px;
  border-radius:50%;
  background:#ffffff;
  border:5px solid #8f1d1d;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  color:#000000;
  font-weight:700;
  margin-left:-2px;
}

.careerstart_contact_text{
  padding:0 28px 0 24px;
  font-size:24px;
  line-height:1;
  font-weight:700;
  color:#fff;
  white-space:nowrap;
}

@media (max-width: 1399.98px){
  .careerstart_heading{
    font-size:30px;
  }

  .careerstart_title{
    font-size:27px;
  }

  .careerstart_text,
  .careerstart_contact_desc{
    font-size:18px;
  }
}

@media (max-width: 991.98px){
  .careerstart_heading_wrap{
    gap:10px;
  }

  .careerstart_heading_line{
    width:90px;
    max-width:none;
  }

  .careerstart_heading{
    font-size:24px;
  }

  .careerstart_card{
    min-height:auto;
    padding:32px 22px;
  }

  .careerstart_title{
    font-size:26px;
  }

  .careerstart_text,
  .careerstart_contact_desc{
    font-size:17px;
  }
}

@media (max-width: 575.98px){
  .careerstart_heading{
    font-size:20px;
  }

  .careerstart_heading_line{
    width:50px;
  }

  .careerstart_title{
    font-size:22px;
  }

  .careerstart_text,
  .careerstart_contact_desc{
    font-size:15px;
  }

  .careerstart_arrow_circle{
    width:56px;
    height:56px;
    font-size:42px;
  }

  .careerstart_contact_text{
    font-size:20px;
    padding:0 18px 0 16px;
  }
}
 /*Get Career Home CSS*/




.announcement_fixed_tab_wrap{
  position:fixed;
  top:50%;
  left:0;
  transform:translateY(-50%);
  z-index:1040;
}

.announcement_fixed_tab_btn{
  display:flex;
  align-items:center;
  gap:10px;
  background:#8f1d1d;
  color:#ffffff;
  border:none;
  border-radius:0 8px 8px 0;
  padding:14px 10px;
  box-shadow:0 4px 14px rgba(0,0,0,0.18);
  cursor:pointer;
}

.announcement_fixed_tab_btn:focus{
  outline:none;
  box-shadow:0 4px 14px rgba(0,0,0,0.18);
}

.announcement_fixed_tab_line{
  display:block;
  width:2px;
  height:38px;
  background:#ffffff;
}

.announcement_fixed_tab_text{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  letter-spacing:.6px;
  line-height:1;
}

.announcement_modal_custom .modal-dialog{
  max-width:480px;
}

.announcement_modal_content{
  border:none;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.18);
}

.announcement_modal_header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px;
  background:#8f1d1d;
}

.announcement_modal_title{
  margin:0;
  font-size:24px;
  font-weight:700;
  color:#ffffff;
}

.announcement_modal_close{
  filter:brightness(0) invert(1);
  opacity:1;
}

.announcement_modal_body{
  padding:24px 22px;
  background:#ffffff;
}

.announcement_modal_item{
  padding:14px 0;
  border-bottom:1px solid #e7e7e7;
}

.announcement_modal_item:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.announcement_modal_date{
  display:block;
  font-size:18px;
  font-weight:700;
  color:#8f1d1d;
  margin-bottom:4px;
}

.announcement_modal_text{
  display:block;
  font-size:16px;
  line-height:1.6;
  color:#333333;
}

@media (max-width: 767.98px){
  .announcement_fixed_tab_btn{
    padding:12px 8px;
  }

  .announcement_fixed_tab_line{
    height:30px;
  }

  .announcement_fixed_tab_text{
    font-size:12px;
  }

  .announcement_modal_title{
    font-size:20px;
  }

  .announcement_modal_body{
    padding:20px 18px;
  }

  .announcement_modal_date{
    font-size:16px;
  }

  .announcement_modal_text{
    font-size:14px;
  }
}



/*Floating Social Media*/
.fixedsocial_wrap{
  position:fixed;
  top:50%;
  right:0px;
  transform:translateY(-50%);
  z-index:9999;
  background:#f3f3f3;
  border-radius:10px 0px 0px 10px;
  padding:10px 10px;
  box-shadow:0 8px 24px rgba(0,0,0,0.14);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.fixedsocial_link{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:35px;
  height:35px;
  border-radius:50%;
  transition:all .3s ease;
}

.fixedsocial_link:hover{
  transform:translateY(-2px) scale(1.05);
}

.fixedsocial_icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  border-radius:50%;
  font-size:28px;
  font-weight:700;
  color:#ffffff;
  line-height:1;
}

.fixedsocial_maroon{
  background:#8b2323;
}

.fixedsocial_maroon .fixedsocial_icon{
  font-family:Arial, sans-serif;
  font-size:20px;
}

.fixedsocial_call{
  background:#29a5f5;
}

.fixedsocial_whatsapp{
  background:#2ecc71;
}

.fixedsocial_instagram{
  background:linear-gradient(135deg,#8a3ab9 0%,#e95950 45%,#fccc63 100%);
}

.fixedsocial_youtube{
  background:#ff1a1a;
}

.fixedsocial_facebook{
  background:#0a84c6;
}

.fixedsocial_linkedin{
  background:#0a84c6;
}

.fixedsocial_link i{
  font-size:16px;
  color:#ffffff;
}

@media (max-width: 991.98px){
  .fixedsocial_wrap{
    right:12px;
    padding:14px 10px;
    gap:14px;
  }

  .fixedsocial_link{
    width:46px;
    height:46px;
  }

  .fixedsocial_link i{
    font-size:24px;
  }

  .fixedsocial_maroon .fixedsocial_icon{
    font-size:30px;
  }
}

@media (max-width: 575.98px){
  .fixedsocial_wrap{
    right:8px;
    padding:12px 8px;
    border-radius:16px;
  }

  .fixedsocial_link{
    width:42px;
    height:42px;
  }

  .fixedsocial_link i{
    font-size:22px;
  }

  .fixedsocial_maroon .fixedsocial_icon{
    font-size:28px;
  }
}
/*Floating Social Media*/



/*Blog*/
.blog-hero {
    background: linear-gradient(135deg, #0f4c81, #2563eb);
    color: #fff;
    padding: 50px 0;
}

.blog-hero h1 {
    margin: 0 0 10px;
    font-size: 40px;
}

.blog-hero p {
    margin: 0;
    font-size: 16px;
    opacity: 0.95;
}

.blog-section,
.blog-details-section {
    padding: 40px 0 60px;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.blog-card {
    width: 33.33%;
    box-sizing: border-box;
    padding: 12px;
}

.blog-card-body {
    background: #fff;
    border: 1px solid #e4e7ee;
    border-top: 0;
    padding: 22px;
    border-radius: 0 0 12px 12px;
    min-height: 225px;
}

.blog-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    display: block;
}

.blog-date,
.blog-detail-date {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
}

.blog-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.35;
}

.blog-card h2 a,
.sidebar-blog-item a {
    color: #0f172a;
    text-decoration: none;
}

.blog-card p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
    min-height: 78px;
}

.blog-readmore {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    background: #8f1d1d;
    padding: 6px;
    border-radius: 5px;
    font-size: 14px;
}

.blog-detail-wrap {
    display: flex;
    gap: 30px;
}

.blog-detail-main {
    width: 70%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e4e7ee;
    box-sizing: border-box;
}

.blog-detail-title {
    font-size: 38px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.blog-detail-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 24px;
}

.blog-detail-content {
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
}

.blog-sidebar {
    width: 30%;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e4e7ee;
    box-sizing: border-box;
    height: fit-content;
}

.blog-sidebar h3 {
    margin: 0 0 20px;
    font-size: 22px;
}

.sidebar-blog-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.sidebar-blog-item span {
    display: block;
    margin-top: 6px;
    color: #6b7280;
    font-size: 13px;
}

.blog-empty {
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid #e4e7ee;
    color: #111827;
}

@media screen and (max-width: 991px) {
    .blog-card {
        width: 50%;
    }

    .blog-detail-wrap {
        flex-direction: column;
    }

    .blog-detail-main,
    .blog-sidebar {
        width: 100%;
    }

    .blog-detail-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .blog-hero {
        padding: 40px 0;
    }

    .blog-hero h1 {
        font-size: 30px;
    }

    .blog-card {
        width: 100%;
    }

    .blog-card-image {
        height: 220px;
    }

    .blog-card-body {
        min-height: auto;
    }

    .blog-detail-main {
        padding: 20px;
    }

    .blog-detail-title {
        font-size: 24px;
    }

    .blog-sidebar {
        padding: 20px;
    }
}
/*Blog*/


/*Event*/
.event_section {
    min-height: 100vh;
}

.event_tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.event_title {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
}

.event_subtitle {
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.event_card,
.event_detail_card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5e7eb;
}

.event_card {
    transition: all 0.3s ease;
}

.event_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.event_image_wrap {
    overflow: hidden;
}

.event_image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.event_body {
    padding: 24px;
}

.event_date {
    color: #0d6efd;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event_name {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.event_name a {
    color: #0f172a;
    text-decoration: none;
}

.event_desc,
.event_detail_desc {
    color: #475569;
    line-height: 1.8;
    font-size: 15px;
}

.event_btn {
    margin-top: 8px;
    border-radius: 10px;
    padding: 10px 18px;
}

.event_detail_image {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.event_detail_title {
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 767.98px) {
    .event_title {
        font-size: 30px;
    }

    .event_detail_title {
        font-size: 28px;
    }

    .event_image {
        height: 220px;
    }

    .event_detail_image {
        height: 260px;
    }
}
/*Event*/


/*Footer Grienvance*/
.footergrievance{
    margin:20px 0;
}
.footergrievance a{
    color: #fffc00;
    text-decoration: none;
    text-transform: uppercase;
}
/*Footer Grienvance*/