
  body {
    font-family: sans-serif;
    overflow-x: hidden;
  }

  @media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
  }
  input#readmore-toggle {
    display: none;
  }
  html,
  body {
    scroll-behavior: smooth;
  }
  
  .npf_wgts {
    height: 587px;
}
.npf_wgts {
    overflow: hidden;
    height: 489px;
}
.npf_wgts iframe {
    border: 0;
    width: 100%;
    height: 633px;
    transform: scaleY(0.93);
    transform-origin: top;
}

p.font-italic.text-white {
    font-style: italic;
}

.pt-1.pl-100.bg-warning.d-inline-block.mb-2 {
    background-color: #ffc107 !important;
    height: 1px;
    /* border: 2px solid red; */
    width: 165px;
}

.testimonial-028989 {
    background: #212529f5;
    padding: 36px 0;
    position: relative;
    color: white;
}

.carousel-inner.testimonilaspeekstudent {
    padding: 58px 0px;
}

.carousel-inner.testimonilaspeekstudent {
    padding: 58px 0px;
}
html .njs-sticky-side.image_button_cover.placement-right {
    right: 0;
}

html .njs-sticky-side.image_button_cover {
    position: fixed;
    bottom: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
html .njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}

html .njs-sticky-side.image_button_cover.placement-right a {
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}
html .njs-sticky-side.image_button_cover a {
    padding: 8px 27px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    background-color: #990000;
    color: white;
    font-weight: 100;
    top: -106.5px;
    text-decoration: none;
}
/* Top Red Strip */
.footer-top-strip {
    background: #b40f12;
    padding: 35px 10px 20px;
    color: white;
}

/* Apply Button */
.apply-btn {
    background: #ffc107;
    color: #000;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

.apply-btn:hover {
    background: #e0a800;
}
a.apply-btn {
    font-size: 18px;
    font-weight: bold !important;
    width: fit-content;
    padding: 10px 55px;
}
.footer-address {
    font-size: 17px;
    margin: 0;
    width: 68%;
    text-align: center;
    margin: 0 auto;
}a.apply-btn:hover {
    color: black;
}
/* Bottom Black Strip */
.footer-bottom-strip {
    background: #1e1e1e;
    color: white;
    padding: 12px 10px;
    font-size: 14px;
}
.test-border {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #a8a8a8;
    border-radius: 20px 0 0 20px;
    padding: 24px 30px;
}

.student-speaks-section {

    background-image: url('https://www.sirtbhopal.ac.in/assets/admission_landing_assets/image_file/bg-icons.webp');
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/

}

.testimonial-img {
    background: #99000000;
    padding: 22px 15px;
    border-radius: 1px 137px 0px 137px;
    width: 267px;
    height: 267px;
    margin: -40px -19px -27px -25px;
}

.facility-section {
    padding: 40px 0;
    background: #f5f5f5;
}

/* GRID */
.facility-section .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.facility-section .card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}

/* IMAGE */
.facility-section .card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: 0.4s;
}

/* DARK OVERLAY */
.facility-section .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* TEXT */
.facility-section .overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    z-index: 2;
}

/* ORANGE LINE */
.facility-section .overlay::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #ff6a00;
    margin-top: 6px;
    border-radius: 2px;
}

/* HOVER EFFECT */
.facility-section .card:hover img {
    transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .facility-section .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .facility-section .grid {
        grid-template-columns: 1fr;
    }
}










img.approve-img1 {
    width: 100%;
    border-radius: 9px;
    margin: 31px 0px 57px 0px;
}

img.club-logo.approve-img {
    height: 167px;
    object-fit: contain;
    width: 81%;
    margin: 0 auto;
}

.logo-name-hover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
    width: 190px;
}

/* MAIN CONTAINER */
.cs-slider {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
}

/* TRACK */
.cs-track {
    display: flex;
    width: 100%;
    animation: csScroll 8s  linear infinite;
}

/* PAUSE ON HOVER */
.cs-slider:hover .cs-track {
    animation-play-state: paused;
}

/* EACH ITEM */
.cs-slide {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
    padding: 10px;
}

/* CARD STYLE */
.cs-card {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-family: sans-serif;
}

.cs-light {
    background: #f2f2f2;
}

.cs-dark {
    background: #b30000;
    color: #fff;
}

/* TEXT */
.cs-number {
    font-size: 28px;
    font-weight: bold;
}

.cs-text {
    font-size: 14px;
}

/* ANIMATION */
@keyframes csScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .cs-slide {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
}

@media (max-width: 576px) {
    .cs-slide {
       
        max-width: 100%;
    }
}

/* CARD CONTAINER */
.logo-name-hover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 10px #dcdcdc;
    padding: 17px;
    width: 198px;
}

/* IMAGE */
.logo-name-hover-img img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

/* HOVER ZOOM */
.logo-name-hover:hover img {
    transform: scale(1.1);
}

/* TEXT OVERLAY (HIDDEN DEFAULT) */
.logo-name-hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255);
    color: #000000;
    text-align: center;
    padding: 10px;
    transform: translateY(100%);
    transition: 0.3s ease;
    box-shadow: 0 0 10px #dcdcdc;
}

/* SHOW ON HOVER */
.logo-name-hover:hover .logo-name-hover-content {
    transform: translateY(0);
}

/* MOBILE CLICK SUPPORT */
.logo-name-hover.active .logo-name-hover-content {
    transform: translateY(0);
}


img.recruiter-img {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    height: 99px;
    background: #fff;
    width: 99%;
    object-fit: contain;
    padding: 18px;
}

.counter-slide {
    flex: 0 0 auto;
    width: 70px;
    margin: 0 3px;
}

.counter-slider {
    width: 100%;
    overflow: hidden;
    /* ✅ only 6 visible */
    margin: 30px auto;
}

/* TRACK */
.counter-track {
    display: flex;
    width: max-content;
    animation: counterScroll 10s linear infinite;
}

/* PAUSE ON HOVER */
.counter-slider:hover .counter-track {
    animation-play-state: paused;
}

/* EACH counter-slide */
.counter-slide {
    flex: 0 0 calc(100% / 6);
    /* ✅ 6 counter-slides */
    max-width: calc(100% / 6);
    padding: 10px;
}


.ph-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 77%;
    margin: 0 auto;
}

.card-counterone {
    background: #f2f2f2;
}



/* TEXT */
.counter-number-tilte {
    font-size: 28px;
    font-weight: bold;
}

.counter-paragraph {
    font-size: 14px;
}

/* ANIMATION */
@keyframes counterScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .counter-slide {
        flex: 0 0 calc(100% / 2);
        /* tablet */
        max-width: calc(100% / 2);
    }
}

/*@media (max-width: 576px) {*/
/*    .counter-slide {*/
/*        flex: 0 0 100%;*/
        /* mobile */
/*        max-width: 100%;*/
/*    }*/
/*}*/


.ph-section {
    background: #e9e9e9;
    padding: 60px 20px;
}

/* Heading */
.ph-heading {
    color: #8b1e1e;
    font-size: 40px;
    margin-bottom: 30px;
}

/* Stats */
.ph-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: hidden;

    margin: auto;
}

.ph-box {
    flex: 1;
    padding: 23px 20px;
    min-width: 200px;
}

.ph-box h3 {
    font-size: 44px;
    font-weight: bold;
}

.ph-box p {
    font-size: 22px;
    margin-top: 10px;
}

.ph-light {
    background: #cfcfcf;
    color: #1a2b44;
}

.ph-dark {
    background: #a30000;
    color: #fff;
}

/* Recruiters */
.ph-subheading {
    margin: 40px 0 20px;
    color: #8b1e1e;
    font-size: 28px;
}

.ph-logo-item {
    background: #f1f1f1;
    padding: 15px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-logo-item img {
    max-width: 120px;
    max-height: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .ph-stats {
        flex-direction: column;
    }
}

.explore-900 {
    background: #b10f0f;
    padding: 50px 80px;
    color: #fff;

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.col-6.border.p-2.border-light.liegtbodcx3 {
    border-bottom: 0px !important;
}

.col-6.border.p-2.border-light {
    /* height: 131px; */
    padding: 40px !important;
}

.row.rowabout .col-sm-4 {
    padding: 0 5px;
    margin-bottom: 9px;
}

.post-img {
    width: 48px !important;
}

.card-b-tech p {
    font-size: 14px;
    margin: 12px 0 0 0;
}

.col-6.border.p-2.border-light {
    /* border: none !important; */
    border-top: 0px !important;
    /* border-bottom: 0px !important; */
}

section.pt-lg-50.pb-lg-50.pt-30.pb-30.problems-section {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin: 50px 0px;
}

.explore-677 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

    padding: 40px 76px;
    background: #f3f3f3;
}

/* Section Spacing */
.problems-section {
    background: #f5f5f5;
}




/* Heading */
.font_small {
    font-size: 30px;
}

.text-warning {
    color: #ffcc33 !important;
}

/* Paragraph */
.explore-900 p {
    font-size: 16px;

}

/* Highlight NAAC */
.naac {
    color: #ffcc33;
}

/* STATS BOX */
.awards-sec .col-6 {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 10px;
}

.awards-sec h2 {
    font-size: 42px;
    font-weight: 700;
}

.awards-sec p {
    margin: 0;
}

/* PROGRAM TITLE */
.explore-677 h4 {
    font-weight: 700;
    font-size: 28px;
}

/* MAIN BUTTONS */
.main-btn {
    border: none;
    padding: 8px 15px;
    margin: 5px;
    background: #ddd;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.main-btn.active {
    background: #b10f0f;
    color: #fff;
}

/* SUB BUTTONS */
.sub-btn {
    border: none;
    padding: 6px 12px;
    margin: 5px;
    background: #d5d5d5;
    border-radius: 5px !important;
    font-size: 13px;
    cursor: pointer;
}

.sub-btn.active {
    background: #b10f0f;
    color: #fff;
}

/* CARDS */
.card-b-tech {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    margin: 6px auto;
    width: 99%;
    padding: 24px 10px !important;
    height: 147px;
}



/* IMAGES */
.graduate-img {
    width: 38px;
    margin-bottom: 10px;
}

.post-img {
    width: 70px;
    margin-bottom: 10px;
}

/* TEXT */
.card-b-tech p {
    font-size: 13px;
    margin: 0;
}

/* BUTTONS */
.btn-bottom-new {
    display: inline-block;
    background: #b10f0f;
    color: #fff;
    padding: 8px 29px;
    border-radius: 25px;
    margin: 10px 10px 0 0;
    text-decoration: none;
    font-size: 18px;
}

.btn-bottom-new:hover {
    background: #900c0c;
    color: white;
}

.main-content {
    display: none;
    margin-top: 0px !important;
}

h4.aboutheading {
    color: #e6c45b !important;
    font-size: 35px;
    font-weight: 900 !important;
    margin-bottom: 20px !important
}

/* TABS CONTENT */
.main-content {
    display: none;
}

.main-content.active {
    display: block;
}

.sub-content {
    display: none;
}

.sub-content.active {
    display: block;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .explore-900 {
        margin-bottom: 20px;
    }

    .font_small {
        font-size: 24px;
    }
}


h5.hero-title-3 {
    color: #fff;
}

.hero45 {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

span.btech-mtech-text {
    font-size: 62px;
    font-weight: 700 !important;
}

span.btech-mtech-content-9 {
    font-size: 30px;
    font-weight: 700 !important;
}

h5.text-white.admission-sub-heading {
    font-size: 23px;
    font-weight: 700 !important;
}

.naac {
    color: #ffc107;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: Merriweather, serif;
}

img.naaclogo7 {
    width: 148px;
}

/* Background Image */
.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

/* Logo */
.hero-logo {
    position: absolute;
    top: 20px;
    left: 90px;
    z-index: 4;
}

.hero-logo img {
    width: 290px;
}

/* Content */
.z-index {
    position: relative;
    z-index: 3;
}

.hero-content {
    padding-top: 139px;
}

/* Heading */
.main-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
}

/* Sub text */
.sub-text {
    font-size: 22px;
    margin-top: 15px;
}

.highlight {
    color: #f9b233;
    font-weight: 600;
}

.slider_main .slider_main_inner .sign-up-form-wrap {
    box-shadow: 0 -10px 0 #9f1012;
    border-radius: 4px;
    background: rgb(255 255 255 / 44%);
    margin: 0 50px;
    width: 90% !important;
    height: 657px;
}

/* Admission */
.admission-text {
    margin-top: 15px;
    font-size: 18px;
}
section.pb-lg-50.pb-30.activitiesbox {
    margin: 30px 0px;
}
/* FORM */
.form-box {
    background: #ffffffa8;
    padding: 16px;
    border-radius: 6px;
    border-top: 6px solid #d32f2f;
    width: 86%;
    left: 81px;
    position: relative;
    height: 633px;
    margin: 37px 0px 0px 0px;
}


/*new css*/



body {
    font-family: sans-serif;
    overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

input#readmore-toggle {
    display: none;
}

html,
body {
    scroll-behavior: smooth;
}

.npf_wgts {
    height: 587px;
}

.npf_wgts {
    overflow: hidden;
    height: 611px;
}

.npf_wgts iframe {
    border: 0;
    width: 100%;
    height: 633px;
    transform: scaleY(0.93);
    transform-origin: top;
}

.approval-section {
    text-align: center;
    padding: 67px 20px 149px 20px;
    background-color: #f1f1f1 !important;
}

h2.textheading {
    font-size: 40px;
    color: #a6312c;
    font-weight: 600;
}

.subtitle p {
    font-size: 18px;
}



.subtitle {
    color: #555;
    margin-bottom: 30px;
}

.logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 44px;
    margin-bottom: 40px;
}

.logo-item {
    text-align: center;
    width: 80px;
}

.logo-item img {
    width: 96%;
    height: 118px;
    object-fit: contain;
}

.logo-item p {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600 !important;
}

.ashok {
    width: 57%;
    margin: -144px auto 40px auto;
    display: block;
}








.card-counterone h5.counter-number-tilte {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif
}

p.counter-paragraph {
    font-size: 14px;
    width: 83%
}

.col-sm-2.innercolum {
    padding: 0 4px
}

.card-countertwo h5.counter-number-tilte {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

h5.counter-number-tilte.fdyu7 {
    margin: 4px 0 0 0
}

.card-body1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%
}

.card-inner-count {
    height: 177px
}

.card-countertwo {
    background-image: linear-gradient(to bottom, #dee2e6, #2125294a)
}

.card-counterone {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #900, #9f1012)
}

.card-inner-count {
    border: 2px solid #dee2e6;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 20px
}

.profile-card {
    width: 300px;
    height: 390px;
    background: #fff;
    margin: 31px auto;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    overflow: hidden;
}





#top-semi-circle {
    margin: 0 1px 0 0;
    display: block;
    width: 150px;
    height: 56px;
    background-color: #ffc107;
    position: absolute;
    z-index: 9;
    text-align: start;
    padding: 0 0 0 7px;
    clip-path: polygon(100% 0, 0 100%, 0 101%, 0 52%, 0 0, 78% 0);
}

span.text-placement-7 {
    font-size: 25px;
    margin: 5px 0 0 0;
    font-family: Impact, Arial, sans-serif !important
}

span.font-rupay {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}




span.text-placement-7 {
    font-size: 25px;
    margin: 5px 0 0 0;
    font-family: Impact, Arial, sans-serif !important;
}


.carousel-inner.testimonial-boxhh {
    padding: 0 !important;
}

.profile-card .img {
    height: 130px;
    background: linear-gradient(#9f1012, #9f1012), url(../../assets/image//placement/pexels-photo-medium.jpg);
    background-size: cover;
    position: relative
}

img.testimo-img {
    width: 332px !important;
    height: 332px;
    border: 5px solid #ffc107;
    border-radius: 700px
}

.profile-card img {
    width: 160px !important;
    height: 160px;
    border-radius: 50%;
    border: 6px solid rgb(255 255 255);
    position: absolute;
    left: 64%;
    top: 53px;
    z-index: 99;
    transform: translateX(-50%);
    object-fit: cover
}

img.mb-2.img-size-logo {
    filter: grayscale(100%) brightness(1000%)
}

img.imglogo98 {
    width: 103px;
    height: 54px;
    margin: 0 auto;
    display: block
}

#top-semi-circle {
    margin: 0 1px 0 0;
    display: block;
    width: 150px;
    height: 56px;
    background-color: #ffc107;
    position: absolute;
    z-index: 9;
    text-align: start;
    padding: 0 0 0 7px;
    clip-path: polygon(100% 0, 0 100%, 0 101%, 0 52%, 0 0, 78% 0)
}

h5.B-tech-text {
    font-size: 15px;
    margin: 4px 0;
    color: #000;
    font-weight: 600
}

span.text-placement-7 {
    font-size: 25px;
    margin: 5px 0 0 0;
    font-family: Impact, Arial, sans-serif !important
}

p.text-placement-7 {
    font-size: 15px;
    margin: -11px 0 0 0;
    font-weight: 700;
    letter-spacing: -2px
}

span.font-rupay {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.place-card-para {
    bottom: 0;
    left: 0;
    right: 0;
    background: #9f1012;
    padding: 15px;
    border-radius: 0;
    clip-path: polygon(100% 0, 0 100%, 0 101%, 0 50%, 0 0, 75% 0);
    height: 123px;
    color: #fff;
    margin: -10px -33px 0 0
}

.profile-card .mid-section {
    padding: 0 20px 20px 20px !important
}

.placement-pac {
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.profile-card .name {
    font-size: 17px;
    font-weight: 700;
    color: #af0e10
}

.profile-card .description {
    font-size: 15px;
    font-weight: 500;
    margin: 2px 0
}

.profile-card .line {
    background: #2ecc71;
    width: 80%;
    height: 2px;
    margin: 10px auto
}

.profile-card .stats {
    display: flex;
    justify-content: space-around;
    padding: 10px 0
}

.profile-card .stat {
    font-size: 1.3em;
    font-weight: 700
}

.profile-card .subtext {
    font-size: .6em
}

.profile-card .links {
    display: flex;
    justify-content: space-around;
    background: #f2f2f2;
    padding: 10px
}

.profile-card .links a {
    color: #fff;
    font-size: 1.5em;
    padding: 10px;
    border-radius: 5px
}

.courses-menu-tabs li {
    padding: 10px 10px;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #d8d8d8;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    width: 100%;
    text-align: center
}

.courses-menu-tabs {
    display: inline-flex;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    width: 100%
}

.courses-menu-tabs li.active::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f1012;
    position: absolute;
    bottom: -9px;
    left: 40%
}

.test-border {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #a8a8a8;
    border-radius: 20px 0 0 20px
}

.tabs.uluuuuu {
    width: 100%;
    display: inline-flex;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    text-align: center
}

h3.text-center.thanku-title {
    font-size: 37px
}
.placementslider-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* TRACK (MOVING PART) */
.placementslider-track {
    display: flex;
    width: auto;
    animation: scrollLogos 7s linear infinite;
}

/* PAUSE ON HOVER */
.placementslider-slider:hover .placementslider-track {
    animation-play-state: paused;
}

/* EACH ITEM */
.placementslider-slide {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 10px;
    box-sizing: border-box;
}

.placementslider-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
}


.placementslider-slider:active {
    cursor: grabbing;
}

/* ANIMATION */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width:480px) {
    .logo-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}.logo-row {

    gap: 17px !important;
   
}     .placementslider-track {
    display: flex;
    width: auto;
    animation: scrollLogos 3s linear infinite;
} .placementslider-slide {
        flex: 0 0 calc(100% / 1)!important;
        max-width: calc(100% / 1)!important;
    } 

.cs-slide {
        flex: 0 0 calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
    }
    .cs-track {
    display: flex;
    width: 100%;
    animation: csScroll 3s linear infinite;
}
    .counter-track {
        display: flex;
        width: 100% !important;
        animation: counterScroll 5s linear infinite;
    }
.footer-bottom-strip {
    background: #1e1e1e;
    color: white;
    padding: 18px 10px 68px 0px;
    font-size: 14px;
}
.carousel-inner.testimonilaspeekstudent {
    padding: 18px 0px !important;
}
.col-md-4.col-8 {
    width: 100% !important;
}
section.pb-lg-50.pb-30.activitiesbox {
    padding: 23px 0px 0px 0px !important;
}.testimonial-img

 {
    background: #99000000;
    padding: 22px 15px;
    border-radius: 1px 137px 0px 137px;
    width: 267px;
    height: 267px;
    margin: 0px auto !important;
    display: block;
}
.test-border {
    border-width: 1px 1px 0px 1px  !important;
    border-style: solid;
    border-color: #a8a8a8;
    border-radius: 7px 7px 0px 0px !important;

    padding: 24px 11px !important;
}.testimonial-img {
    background: #99000000;
    padding: 22px 15px;
    border-radius: 1px 137px 0px 137px;
    width: 267px;
    height: 267px;
    margin: 0px !important;
}

img.approve-img1 {
    height: 367px !important;
    object-fit: cover !important;

    width: 100%;
    border-radius: 9px;
    margin: 16px 0px 8px 0px !important;
}
    .testimonial-img {
        background: #99000000;
        padding: 22px 15px;
        border-radius: 1px 137px 0px 137px;
        width: 267px;
        height: 267px;
        margin: 0px !important;
        text-align: center;
        justify-content: center;
        display: block;
        margin: 0 auto !important;
    }
.ph-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px !important;
    width: 100% !important;
    margin: 0 auto;
}
.counter-track {
    display: flex;
    width: 100%  !important;
    animation: counterScroll 4s linear infinite;
}
img.recruiter-img {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    height: 99px;
    background: #fff;
    width: 100% !important; 
    object-fit: contain;
    padding: 3px;
} 
 html .njs-sticky-side.image_button_cover {
        position: fixed;
        bottom: 0px !important;
        width: 100% !important;
        background-color: #990000 !important;
        text-align: center !important;
    }
        body {
        font-family: sans-serif;
        overflow-x: hidden !important;
    }
        html .njs-sticky-side.image_button_cover.placement-right.now-show a {
        transform: translate3d(4px, 0, 0) rotate(-90deg) !important;
        -webkit-transform: translate3d(0px, 0, 0) rotate(0deg) !important;
    }    html .njs-sticky-side.image_button_cover a {
        top: 0px !important;
        padding: 6px 27px;
        font-size: 20px;
    }
.ph-box

 {
    min-width: auto !important;
}
.ph-box.ph-dark.col-sm-3

 {
    width: 50% !important;
}.ph-box.ph-light.col-sm-3 {
    width: 50% !important;
}
.ph-stats {
        flex-direction: row !important;
            margin: 23px 0px 0px 0px !important;
    }   
    .ashok {
        width: 96%;
        margin: -39px auto 40px auto;
        display: block;
    }

    h2.textheading {
        font-size:34px !important;
        color: #a6312c;
        font-weight: 600;
    }

    h5.hero-title-3 {
        display: none !important
    }

    .col-sm-2.innercolum {
        width: 50% !important
    }

    .row.rowicong {
        display: flex;
        flex-wrap: wrap;
    }

    p.counter-paragraph {
        font-size: 14px;
        width: 100% !important;
    }
        img.testimo-img {
        width: 100% !important;
        height: 241px !important;
        border: 5px solid #ffc107;
        border-radius: 700px;
        object-fit: cover !important;
    }
    .ph-box h3 {
    font-size: 31px  !important; 
    font-weight: bold;
}.ph-section {
    background: #e9e9e9;
    padding: 34px 0px !important;
}
.ph-box.ph-light.col-sm-3.order1882 {
    order: 4
}
.ph-box.ph-dark.col-sm-3.order123{
    order: 2
    
}
.ph-box.ph-light.col-sm-3.order1245 {
    order:1
}
.ph-box.ph-dark.col-sm-3.order1289{
    order: 3
    
}
    .order1 {
        order: 1
    }

    .order2 {
        order: 2
    }

    .order3 {
        order: 4
    }

    .order4 {
        order: 3
    }

    .order5 {
        order: 5
    }

    .order6 {
        order: 6
    }

    .order7 {
        order: 7
    }

    .order8 {
        order: 9
    }

    .order9 {
        order: 8
    }

    .order10 {
        order: 10
    }

    .order11 {
        order: 11
    }

    .order12 {
        order: 12
    }

    .col-lg-6.theme-bg-color-22.explore-900 {
        background: #9f1012;
        border-radius: 0;
        padding: 21px 19px !important;
        margin: 35px 0 !important   ;
                text-align: center !important;
    }
p.text-white.mb-1.text-left {
    font-size: 16px !important;
}
    .explore-677 {
        padding:0 23px 47px 23px !important;
        text-align: center !important
    }

    .main-content .row .col-sm-4,
    .sub-content .row .col-sm-4 {
        width: 33%;
        padding: 0 4px !important;
        margin: 0
    }

    .main-content.active,
    .sub-content.active {
        display: block;
        margin: 0 2px
    }



    .card-b-tech {
        width: 100% !important;
        padding: 24px 8px !important;
        height: 147px
    }

    .bntapllynow {
        background: #9f1012;
        color: #fff;
        padding: 9px 30px;
        top: 14px !important;
        position: relative;
        border-radius: 20px;
        width: 58% !important;
        display: block !important;
        margin: 6px auto !important
    }

    a.bntapllynow,
    a.scroll-to-target.btn-bottom-new.bntapllynow.open {
        margin: 7px auto !important;
        display: block;
               width: 81% !important;
    }
    section.pt-lg-50.pb-lg-50.pt-30.pb-30.problems-section {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
            margin: 0px 12px !important;

    padding: 0px 0px !important;
}

div#testimonialSlider {
    margin: 0px 0px 0px 0px !important;
}
    section.facility-section {
        margin: 34px 0 !important;
    }

    .bottom-footer {
        padding: 17px 13px 60px 13px !important
    }
.subtitle {
    color: #555;
    margin-bottom: 5px !important;
}

    .hero-logo img {
        width: 61% !important;
        margin: 0px auto !important;
        display: block !important;
    }

    .main-heading {
        font-size: 32px !important;
    }

    .hero-content {
        text-align: center;
        padding-top: 80px !important;
    }

    .form-box {
        margin-top: 20px !important;
    }

    .hero-logo {
        position: absolute;
        top: 5px !important;
        left: 0px !important;
        z-index: 4 !important;
    }

    .hero45 {
        position: relative;
        min-height: auto;
        overflow: hidden;
        padding: 0px 0px 41px 0px !important;
    }

    .form-box {
        background: #ffffffa8;
        padding: 16px;
        border-radius: 6px;
        border-top: 6px solid #d32f2f;
        width: 100% !important;
        left: 0px !important;
        position: relative;
        height: 674px !important;
        margin: 37px 0px 0px 0px !important;
    }

    /* NAAC logos center mobile */
    .hero-content .d-flex {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* Optional spacing fix */
    img.naaclogo7 {
        width: 130px !important;
    }

    .admission-sub-heading {
        margin-bottom: -14px !important;
    }
}


@media only screen and (max-width: 1440px) {
    .hero-content {
        padding-top: 35px;
    }

    .form-box {
        background: #ffffffa8;
        padding: 16px;
        border-radius: 6px;
        border-top: 6px solid #d32f2f;
        width: 95%;
        left: 45px;
        position: relative;
        height: 668px;
        margin: 26px 0px 50px 0px;
    }p.counter-paragraph {
    font-size: 14px;
    width: 100%;
}.card-counterone, .card-countertwo {
    padding: 9px;
    border-radius: 13px;
    margin: 0px 0px 0px 0px;
}.card-counterone h5.counter-number-tilte {
    font-size: 37px;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}.card-counterone h5.counter-number-tilte {
    font-size: 37px;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}.logo-name-hover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 10px #dcdcdc;
    padding: 17px;
    width: 100%;
}.logo-name-hover {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 10px #dcdcdc;
    padding: 17px;
    width: 100%;
}.profile-card {
    width: 100% !important;
    height: 390px;
    background: #fff;
    margin: 31px auto;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    overflow: hidden;
}
}

#testimonialSlider {
    scroll-behavior: smooth;
}
