@media only screen and (min-width: 1920px) {
    .sb8 {
        background-image: url(../images/odishadistrict.png);
        background-size: 35%;
        background-repeat: repeat-x;
        height: 58px;
    }

    .sb7 {
        background-image: url(../images/Untitled-7.png);
        background-size: 3%;
        background-repeat: repeat-x;
        height: 25px;
        /* transform: rotate(180deg); */
    }

    .sb2 {
        background-image: url(../images/border-rangoli1.png);
        background-size: 10%;
        background-repeat: repeat-x;
        height: 30px;
        rotate: calc(180deg);
        background-color: #ffffff;
    }

.sb3 {
        background-color: var(--white);
        background-image: url(../images/Untitled.png);
        background-size: 4%;
        background-repeat: repeat-x;
        height: 35px;
    }

    header .header_inner_div .logo_text h2 {
        color: #363636;
        font-size: 23px;
        padding: 0px 11px 4px;
        text-transform: none;
        letter-spacing: 1px;
        margin: 0;
        font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .left-side-top {
        width: 80%;
        /* border: 1px solid; */
        display: none;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .right-side-top {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        font-size: 0.5rem;
        color: #ffffff;
        gap: 4px;
    }

    .first-navbar {
        /* height: 1rem; */
        /* border-bottom: 1px solid white; */
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 3px 0px;
    }

    .sb2 {
        background-image: url(../images/border-rangoli.png);
        background-size: 30%;
        background-repeat: repeat-x;
        height: 16px;
        rotate: calc(180deg);
    }

    header .header_inner_div {
        width: 100%;
        display: -ms-grid;
        display: flex;
        gap: 5px;
        -ms-grid-columns: 98px 720px auto;
        grid-template-columns: 98px 720px auto;
        padding: 3px 0px;
        flex-direction: column;
        align-items: center;
    }

    header .header_inner_div .logo_text {
        padding-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    header .header_inner_div .logo_text_2 {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        position: relative;
        text-align: center;
    }

    header .header_inner_div .logo_text .pec span {
        font-size: 25px;
        font-weight: 600;
        font-family: 'Times New Roman', Times, serif;
        color: var(--main-color);
        border-right: none;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    header .header_inner_div .logo_text h1 {
        color: #363636;
        font-weight: 600;
        font-size: 16px;
        padding: 0px 8px 6px;
        letter-spacing: 1px;
        font-family: 'Times New Roman', Times, serif;
        margin: 0;
    }

    header .header_inner_div .logo_text h2 {
        color: #363636;
        font-size: 16px;
        padding: 0px 11px 4px;
        text-transform: none;
        letter-spacing: 1px;
        margin: 0;
        font-weight: 600;
        font-family: 'Times New Roman', Times, serif;
    }

    .highlight-wrapper {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .highlight-item img {
        height: 40px;
        /* margin-bottom: 12px; */
    }

    .highlight-item {
        margin-bottom: 5px;
    }

    header .header_inner_div .logo_div img {
        position: relative;
        top: 0;
        padding: 0px;
        width: 70px;
    }

    .navbar {
        background: var(--main-color2);
        background-image: url(../images/sambalpuri.png);
        background-size: auto 100%;
        background-repeat: repeat-x;
        padding: 0 !important;
        /* border-bottom: 2px solid var(--main-color); */
        /* border-top: 1px solid white; */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .navbar-toggler {
        padding: 1px 3px;
        font-size: .7rem;
        line-height: 1;
        width: fit-content;
        background-color: #fec510;
        border: 1px solid transparent;
        border-radius: .25rem;
        font-weight: bold;
        margin: 5px 5px;
        display: flex;
        color: black !important;
        align-items: center;
    }

    .left-news-box {
        width: 30%;
        padding: 5px 5px;
        text-align: center;
        background-color: #30408d;
        position: relative;
        font-weight: normal;
        color: white;
        font-size: 12px;
    }

    .latest-news {
        background-color: #f6f6ff;
        width: 100%;
        padding: 0px 0 0px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px 0;
        border-top: 1px solid #30408d;
        border-bottom: 1px solid #30408d;
    }

    .news-contents a {
        text-decoration: none;
        margin-right: 5rem;
        font-size: .9rem;
        color: rgb(0, 0, 0) !important;
    }

   .sb3 {
        background-color: var(--white);
        background-image: url(../images/Untitled.png);
        background-size: 17%;
        background-repeat: repeat-x;
        height: 35px;
    }

    .headings {
        /* text-transform: lowercase; */
        /* display: flex; */
        font-size: 1rem;
        font-weight: bold;
        position: relative;
        color: var(--main-color2);
        /* font-family: var(--heading-font); */
        width: fit-content;
        padding: 0 0 5px 0;
        /* z-index: 1; */
        /* background: url(../icons/png.jpg); */
        /* background-size: 25px; */
        /* background-repeat: no-repeat; */
        /* flex-direction: row; */
        /* align-content: center; */
        /* align-items: center; */
    }

    .main-vsn {
        color: #3a3a3a;
        text-align: justify;
        font-size: .9rem;
    }

    .about__list-item {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
        font-size: .9rem;
        color: #1f2937;
    }

    .niat-btn {
        background-color: var(--main-color);
        color: white;
        padding: 5px 10px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.8rem;
        transition: background-color 0.3s ease;
        /* margin: auto; */
    }

    .right-btn {
        text-align: center;
        margin-bottom: 10px;
    }

    .desine-p {
        color: var(--main-color2);
        /* font-size: 1.2rem; */
        font-weight: 500;
        text-align: center;
        /* margin-bottom: 20px; */
        font-size: .9rem;
    }

    .notice-date {
        background: #1e3c5f;
        background: linear-gradient(145deg, #1f3f63, #17324f);
        min-width: 60px;
        height: 60px;
        border-radius: 20px 9px 20px 9px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        line-height: 1.2;
        box-shadow: 0 10px 15px -5px rgba(19, 47, 80, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 2px;
    }

    .date-day {
        font-size: 1.2rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        margin-bottom: -6px;
    }

    .date-month {
        font-size: .7rem;
        font-weight: 600;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.15);
        padding: 5px 0;
        width: 100%;
        text-align: center;
        border-radius: 40px;
        backdrop-filter: blur(2px);
        margin-top: 5px;
    }

    .notice-text {
        font-size: .9rem;
        font-weight: 500;
        color: #192f47;
        margin: 0;
        line-height: 1rem;
        padding-right: 0;
        flex: 1;
    }

    .notice-item {
        background: #ffffff;
        border-radius: 1rem;
        padding: 0.2rem 0.8rem 0.5rem 0.5rem;
        display: flex;
        align-items: center;
        gap: 5px;
        box-shadow: 0 12px 24px -12px rgba(0, 47, 91, 0.2), 0 4px 8px rgba(0, 0, 0, 0.02);
        transition: all 0.2s ease;
        border: 1px solid rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(2px);
    }

    .file-icon-link {
        background: #eef4ff;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .9rem;
        color: #1e4a8b;
        transition: all 0.2s;
        text-decoration: none;
        box-shadow: 0 6px 12px -6px rgba(0, 55, 120, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.7);
        flex-shrink: 0;
    }

    .notice-content {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }

    .notice-board {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .social {
        display: flex;
        align-items: center;
        width: 30px;
        height: 30px;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        transition: 0.35s;
        font-family: Arial, sans-serif;
    }

    .social i {
        /* width: 36px; */
        text-align: center;
        font-size: 10px;
        margin-left: 10px;
    }

    .image-container {
        width: 90px;
        height: 90px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
        border: 2px solid rgba(255, 255, 255, 0.15);
        flex-shrink: 0;
        background: linear-gradient(145deg, #1E293B, #0F172A);
        display: none;
    }

    .button-title {
        color: white;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0px;
        letter-spacing: normal;
        line-height: 1.1;
    }

    .card-button {
        background: rgba(255, 255, 255, 0.05);
        background: linear-gradient(145deg, #00448b, #021e3c);
        background-image: url(../images/btn.jpg);
        background-size: cover;
        background-position: right;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        padding: 5px;
        display: flex;
        align-items: center;
        height: 65px;
        gap: 20px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    }

    .button-subtitle i {
        font-size: 0.6rem;
        color: #323232;
        transition: transform 0.3s ease;
        position: absolute;
        right: 0;
        bottom: 0;
        background: white;
        padding: 2px 16px;
        border-radius: 13px 0 0 0;
    }

    .button-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        /* margin-top: 30px; */
    }

    .facility-h1 {
        text-align: center;
        font-size: 1.2rem;
        margin: 0 auto 10px;
        font-weight: 600;
        color: white;
        z-index: 9999;
    }

    .sub-text1 {
        font-size: .8rem;
        color: #dfdfdfea;
        /* max-width: 615px; */
        margin-top: 1rem;
        text-align: center;
        width: 100%;
        margin: 0 auto 15px;
    }

    .main-flex-t {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        margin: 20px 0;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    .flex-single-t h4 {
        color: #ff8f00;
        font-weight: bolder;
        font-size: 2rem;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #ffece43b;
    }

    .flex-single-t p {
        color: #e3e3e3;
        font-size: 1rem;
    }

    .courcess .facility-h1 {
        font-weight: 700;
        letter-spacing: -0.02em;
        font-size: 1.5rem;
        color: var(--main-color);
    }

    .courcess .section-sub {
        color: #353535;
        font-size: .8rem;
        width: 90%;
        margin: auto;
        margin-bottom: 0.8rem;
        line-height: .9rem;
    }

    .courcess .row {
        gap: 5px;
    }

    .main-f {
        /* border: 1px solid red; */
        padding: 0.3rem 0;
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .single-f img {
        width: 100%;
        height: 4rem;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid #cdcdcd;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .sb7 {
        background-image: url(../images/Untitled-7.png);
        background-size: 11%;
        background-repeat: repeat-x;
        height: 18px;
        /* transform: rotate(180deg); */
    }

    .sb8 {
        background-image: url(../images/odishadistrict.png);
        background-size: 162%;
        background-repeat: repeat-x;
        height: 53px;
        /* transform: rotate(180deg); */
    }

    .real-footer {
        background: var(--active-color2);
        display: flex;
        justify-content: space-around;
        font-size: 0.77rem;
        font-weight: bold;
        color: #000000;
        background: #fff6ea;
        border-top: 0px solid var(--main-color);
        flex-direction: column;
        align-items: center;
    }

    .real-footer div {
        text-align: center;
    }

    .whatsapp-btn {
        width: 35px;
        height: 35px;
        background: #25D366;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 50%;
        text-decoration: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .contact-btn {
        width: 35px;
        height: 35px;
        background: #007bff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .contact-widget {
        position: fixed;
        right: 20px;
        top: 40%;
        transform: translateY(-50%);
        z-index: 9999;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .form-header h5 {

        font-size: 1rem;
    }

    .contact-form {
        position: absolute;
        right: 45px;
        top: 0;
        width: 250px;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        display: none;
    }

    .form-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
        /* font-size: .5rem; */
    }

    .input-group input,
    .input-group select,
    .input-group textarea {
        width: 100%;
        padding: 5px 5px 5px 30px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px;
    }

    .input-group i {
        position: absolute;
        left: 9px;
        top: 8px;
        font-size: 14px;
        color: #888;
    }

    button {
        width: 100%;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 5px;
        /* width: fit-content; */
        border-radius: 6px;
        cursor: pointer;
    }

    .chat-text {
        background: #fff;
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 12px;
        font-family: Arial;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        position: relative;
    }

    .chatbot-icon {
        width: 50px;
        cursor: pointer;
        animation: bounce 2s infinite;
    }

    #goTopBtn {
        position: fixed;
        right: 20px;
        bottom: 100px;
        width: 35px;
        height: 35px;
        background: #007bff;
        color: #fff;
        border: none;
        border-radius: 50%;
        font-size: 18px;
        cursor: pointer;
        display: none;
        z-index: 9999;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
    .founder-design .founder-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: white;
}
.founder-design .founder-degree
 {
    font-size: 10px;
    color: white;
    margin-bottom: 12px;
}
.founder-design .founder-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.founder-design .founder-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 13px;
    background: #e9ecef;
    color: #333;
    transition: 0.3s;
    font-size: .7rem;
}
    .navbar {
        background: var(--main-color2);
        background-image: url(../images/sambalpuri.png);
        background-size: auto 100%;
        background-repeat: repeat-x;
        padding: 0 !important;
        /* border-bottom: 2px solid var(--main-color); */
        /* border-top: 1px solid white; */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        z-index: 9999;
    }
    .navbar-collapse{
        background-color: var(--main-color2);
    }
.faculty-grid-box {
    width: 100%;
    height: fit-content;
    padding: 2rem;
    margin: 0 auto 30px;
    border: 1px solid #b9b9b9;
    display: flex;
    border-radius: 20px;
    background: url(../images/13606990_5305323.jpg);
    background-size: cover;
    background-position: top;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: relative;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.right-dept {
    margin-left: 0rem;
    padding: 5px;
    width: 80%;
}
.right-dept h4
 {
    font-style: italic;
    color: #000000;
    font-size: 1rem;
    text-align: center;
}.right-dept h3 {
    font-family: ubuntu;
    color: #30408d;
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 0px solid #ffa500;
    width: fit-content;
    /* margin: 5px 10px; */
    text-align: center;
}.right-dept p {
    width: 100%;
    /* border: 1px solid; */
    margin: 20px 0 0 0;
}
.floating-adm-btn {
  position: fixed;
  bottom: 20px;
  left: 20px; /* moved to left */
  z-index: 9999;
}

/* Button Style */
.floating-adm-btn a {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  animation: blink 1s infinite; /* blinking */
}

/* Blink Animation */
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.4; }
  100% { opacity: 1; }
}

/* Optional hover effect */
.floating-adm-btn a:hover {
  animation: none; /* stop blinking on hover */
  background-color: #e64a19;
}
}