/********** Template CSS **********/
:root {
    --primary: #ff6500;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}
body {
    font-family: 'Urbanist', sans-serif;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .5); */
    padding:10px;
}
.tpbar{
    background: #08015f;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
      position: relative;
  display: inline-block;
 padding: 5px 0px 5px 30px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight:500;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 30px;
  background: #ff6a00;
  border-radius: 0 0 14px 14px;
  transform: translateX(-50%) translateY(-100%);
  opacity: 0;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
  transform: translateX(0%) translateY(-38px);
  opacity: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ff6a00;
}
    .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap;
    }
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
.pxlg4{
  padding-left:2rem;
  padding-right:2rem;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
                border: none;
        border-radius: 0px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}





.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
background: linear-gradient(rgba(255, 101, 1, 0.95), rgba(255, 101, 1, 0.95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #08015f;
        font-size: 14px;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}
#header-carousel{
    top:190px;
}
.list{
    list-style-type: none;
}
.text-success1{
    color: #ff6501;
}
.text-primary1{
    color: #ff6501;
}
.nav-tabs .nav-link.active{
    color:#ff6501!important;
}
.nav-tabs .nav-link{
    padding: 10px!important;
        font-size: 18px;
        color:#555!important;
}
.hdln{
    font-size: 32px;
}
 .btn-primary1{
    background-color: #ff6501;
    color:#fff;
 }
 .text-white1{
    color:#DFE4FD;
 }


    

        .faq-badge{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(13, 110, 253, 0.08);
            color: var(--faq-primary);
            padding: 10px 16px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 18px;
        }

        .faq-title{
            font-size: 42px;
            line-height: 1.2;
            font-weight: 700;
            color: var(--faq-dark);
            margin-bottom: 16px;
        }

        .faq-subtitle{
            font-size: 17px;
            max-width: 540px;
            margin-bottom: 0;
        }

        .faq-side-card{
            background: var(--faq-card);
            border: 1px solid var(--faq-border);
            border-radius: var(--faq-radius);
            box-shadow: var(--faq-shadow);
            padding: 28px;
            height: 100%;
        }

        .faq-side-icon{
            width: 62px;
            height: 62px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #0d6efd, #2563eb);
            color: #fff;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .faq-side-card h4{
            color: var(--faq-dark);
            font-weight: 700;
            margin-bottom: 12px;
        }

        .faq-side-card p{
            margin-bottom: 20px;
        }

        .faq-contact-list{
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .faq-contact-list li{
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
            color: var(--faq-dark);
            font-weight: 500;
        }

        .faq-contact-list i{
            color: var(--faq-primary);
            font-size: 18px;
        }

        .faq-wrap{
            background: rgba(255,255,255,0.65);
            border: 1px solid rgba(255,255,255,0.75);
            backdrop-filter: blur(8px);
            border-radius: 28px;
            padding: 24px;
        }

        .accordion-item{
            border: 1px solid var(--faq-border) !important;
            border-radius: 16px !important;
            overflow: hidden;
            margin-bottom: 16px;
            background: var(--faq-card);
            box-shadow: var(--faq-shadow);
        }

        .accordion-button{
            background: #fff;
            color: var(--faq-dark);
            font-weight: 600;
            font-size: 17px;
            padding: 22px 24px;
            box-shadow: none !important;
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .accordion-button:not(.collapsed){
            color: var(--faq-primary);
            background: #fff;
        }

        .accordion-button::after{
            display: none;
        }

        .faq-icon{
            width: 42px;
            height: 42px;
            min-width: 42px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(13, 110, 253, 0.08);
            color: var(--faq-primary);
            font-size: 18px;
        }

        .faq-arrow{
            margin-left: auto;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #f1f5f9;
            color: var(--faq-dark);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .accordion-button:not(.collapsed) .faq-arrow{
            transform: rotate(180deg);
            background: var(--faq-primary);
            color: #fff;
        }

        .accordion-body{
            padding: 0 24px 24px 80px;
            color: var(--faq-text);
            font-size: 15.5px;
            line-height: 1.8;
        }

        .faq-footer-note{
            margin-top: 18px;
            font-size: 14px;
            color: #64748b;
        }

        @media (max-width: 991.98px){
            .faq-title{
                font-size: 32px;
            }

            .faq-side-card{
                margin-bottom: 24px;
            }
        }

        @media (max-width: 575.98px){
            .faq-section{
                padding: 60px 0;
            }

            .faq-wrap{
                padding: 14px;
                border-radius: 20px;
            }

            .accordion-button{
                padding: 18px 16px;
                font-size: 15px;
            }

            .accordion-body{
                padding: 0 16px 18px 16px;
            }

            .faq-icon{
                width: 36px;
                height: 36px;
                min-width: 36px;
                font-size: 15px;
            }

            .faq-title{
                font-size: 28px;
            }
        }

        .logo-header{
            width:85px;height: 85px;
        }

         .logo-caption{
            font-size:20px;
            color: #08015f;
        }
        .subtext{
           font-size:12px;
            color: #08015f;
        }

        .semester-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: center; */
  align-items: stretch;
  /* padding: 20px; */
}

.semester-box {
  flex: 1 1 300px;
  max-width: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.semester-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.semester-box h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0b4f6c;
}

.semester-box ol {
  padding-left: 20px;
  margin: 0;
}

.semester-box ol li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

 .course-wrapper {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 20px;
      /* padding: 20px; */
      max-width: 1200px;
      margin: auto;
      align-items: start;
    }

    .course-box {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .course-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    }

    .course-box:first-child {
      grid-row: span 3;
    }

    .course-box h2 {
      font-size: 22px;
      margin-bottom: 15px;
      color: #0b4f6c;
      /* text-align: center; */
    }

    .course-box ol {
      margin: 0;
      padding-left: 20px;
    }

    .course-box ol li {
      margin-bottom: 10px;
      line-height: 1.6;
      color: #333;
    }

    @media (max-width: 768px) {
      .course-wrapper {
        grid-template-columns: 1fr;
      }
.mrtpcol{
    padding-top:15px;
}
      .course-box:first-child {
        grid-row: auto;
      }
    }
    .team-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 30px 20px;
}

.team-card {
  width: 280px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.team-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.06);
}

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

.team-content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #1e293b;
  font-weight: 600;
}

.designation {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.department {
  margin: 0;
  font-size: 15px;
  color: #ff6501;
  line-height: 1.6;
}

  .banner-section {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      margin: 40px 0;
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    }

    .banner-section img {
      width: 100%;
      height: 420px;
      object-fit: cover;
      display: block;
    }

    .banner-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }

    .banner-caption {
      color: #fff;
      max-width: 700px;
    }

    .banner-caption h1 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 12px;
          color: #fff;
    text-transform: uppercase;
    }

    .banner-caption p {
      font-size: 18px;
      margin-bottom: 0;
    }

    .gallery-section {
      padding: 0px 0 50px;
    }

    .gallery-card {
      overflow: hidden;
      border-radius: 18px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
      transition: all 0.35s ease;
      background: #fff;
    }

    .gallery-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
    }

    .gallery-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

    .gallery-card:hover img {
      transform: scale(1.05);
    }

    @media (max-width: 768px) {
      .banner-section img {
        height: 280px;
      }

      .banner-caption h1 {
        font-size: 28px;
      }

      .banner-caption p {
        font-size: 15px;
      }

      .gallery-card img {
        height: 220px;
      }
    }

    .custom-split-box {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 500px;
}

.split-content {
  background: #011A41;

  min-height: 500px;
  padding: 40px;
}

.split-content h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  max-width: 420px;
  margin: 0 auto;
    color: #fff;
}

.lamp-icon {
  display: inline-block;
  margin-top: 30px;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .split-image img,
  .split-content {
    min-height: 320px;
  }

  .split-content {
    padding: 30px 20px;
  }

  .split-content h3 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 250px;
  gap: 20px;
}

.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.gallery-item img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

@media (max-width: 991px) {
  .custom-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
}

@media (max-width: 575px) {
  .custom-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-item.large,
  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}

  .contact-wrapper {
      width: 100%;
   
    }

    .premium-form {
      background: #ffffff;
      border-radius: 20px;
      padding: 35px;
      box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    }

    .premium-form h2 {
      font-size: 32px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 8px;
    }

    .premium-form p {
      color: #6b7280;
      margin-bottom: 28px;
      font-size: 15px;
    }

    .form-control {
      height: 40px;
      border-radius: 14px;
      border: 1px solid #d9e1ec;
      padding: 14px 18px;
      font-size: 16px;
      color: #111827;
      background-color: #fff;
      box-shadow: none;
    }

    textarea.form-control {
      height: 100px;
      resize: none;
      padding-top: 16px;
    }

    .form-control:focus {
      border-color: #0d6efd;
      box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.12);
    }

    .form-control::placeholder {
      color: #6b7280;
      opacity: 1;
    }

    .form-control::-webkit-input-placeholder {
      color: #6b7280;
      opacity: 1;
    }

    .form-control:-ms-input-placeholder {
      color: #6b7280;
    }

    .form-control::-ms-input-placeholder {
      color: #6b7280;
    }

    .word-count {
      font-size: 14px;
      color: #6c757d;
      margin-top: 8px;
    }

    .btn-premium {
      color:#ff6501;
      border: none;
      border-radius: 14px;
      padding: 14px 30px;
      font-size: 16px;
      font-weight: 600;
      transition: 0.3s ease;
      border:1px solid #d9e1ec;
         background-color: #fff;
    }

    .btn-premium:hover {
      background: #111827;
      color: #fff;
      transform: translateY(-2px);
    }

    @media (max-width: 576px) {
      .premium-form {
        padding: 24px 18px;
        border-radius: 16px;
      }

      .premium-form h2 {
        font-size: 26px;
      }
    }
    .btn-outline-black{
        color:#000;
        border:1px solid #000;
    }
    .text-white1:hover, .text-black:hover{
        color:#ff6501!important;
    }
     .btn-outline-black:hover{
        color:#fff;
        background-color: #000;
    }
     .btn-primary1:hover{
        background-color: #fff;
        color:#ff6501;
    }



    .image-card {
      height: 100%;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
      position: relative;
    }

    .image-card img {
      width: 100%;
      height: 100%;
      min-height: 450px;
      object-fit: cover;
      display: block;
    }

    .tabs-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 24px;
      padding: 32px;
      box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
      height: 100%;
    }

    .custom-tabs {
      border-bottom: 1px solid #e5e7eb;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 24px;
    }

    .custom-tabs .nav-link {
      border: 1px solid transparent;
      border-radius: 14px 14px 0 0;
      color: #374151;
      font-weight: 500;
      font-size: 18px;
      padding: 14px 18px;
      background: transparent;
      transition: all 0.3s ease;
    }

    .custom-tabs .nav-link:hover {
      color: #ea580c;
      background: #fff7ed;
    }

    .custom-tabs .nav-link.active {
      color: #ea580c;
      background: #fff;
      border-color: #e5e7eb #e5e7eb #fff;
    }

    .tab-content h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #000;
    }

    .tab-content p {
      font-size: 16px;
      line-height: 1.6;
      color: #4b5563;
      margin-bottom: 0;
    }

    .tab-pane {
      animation: fadeIn 0.35s ease;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(8px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 991.98px) {
      .image-card img {
        min-height: 360px;
      }

      .tabs-card {
        margin-top: 24px;
      }

      .tab-content h3 {
        font-size: 26px;
      }

      .custom-tabs .nav-link {
        font-size: 16px;
        padding: 12px 14px;
      }
    }


    .navbar-brand {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.logo-text {
    min-width: 0;
    flex: 1;
}

.logo-caption,
.logo-text p {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

.logo-caption {
    font-size: 18px;
    line-height: 1.2;
}

.logo-text p {
    font-size: 13px;
    line-height: 1.4;
}

.marquee-bar {
    background: #ff6500;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-left: 100%;
    animation: marqueeMove 20s linear infinite;
    text-transform: uppercase;
}

@keyframes marqueeMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
   .admission-section{
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    margin-top:250px;
}

.admission-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 320px;
    background: url('../img/bg-design-circle.webp') no-repeat top left;
    background-size: contain;
    z-index: 1;
}

.admission-box{
    position: relative;
    z-index: 2;
    background:linear-gradient(30deg, rgba(254, 227, 206, 1) 0%, rgba(255, 249, 243, 1) 50%, rgba(254, 227, 206, 1) 100%);
    border-radius: 24px;
    padding: 50px 40px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
}

        .admission-title {
            text-align: center;
            font-size: 32px;
            font-weight: 700;
            color: #1f2430;
            margin-bottom: 35px;
        }

        .form-control,
        .form-select {
            height: 56px;
            border-radius: 8px;
            border: 1px solid #d8d8d8;
            background: #fff;
            padding: 12px 18px;
            font-size: 18px;
            box-shadow: none;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: #ff6500;
            box-shadow: none;
        }

        .captcha-box {
            width: 310px;
            max-width: 100%;
            height: 78px;
            background: #fff;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            display: flex;
            align-items: center;
            padding: 15px;
            margin-top: 25px;
            margin-bottom: 35px;
        }

        .captcha-check {
            width: 30px;
            height: 30px;
            border: 2px solid #666;
            margin-right: 12px;
            background: #fff;
        }

        .captcha-text {
            font-size: 18px;
            color: #222;
        }

        .submit-btn {
            background: #ff6500;
            color: #fff;
            border: none;
            padding: 14px 26px;
            font-size: 20px;
            font-weight: 600;
            border-radius: 8px;
            transition: 0.3s ease;
        }

        .submit-btn:hover {
            background: #e65f00;
        }

        @media (max-width: 991.98px) {
            .admission-title {
                font-size: 38px;
            }

            .admission-box {
                padding: 35px 20px 40px;
            }
        }

        .about-college-section,.contact-section {
  background: #f5f5f5;
}

.about-card {
  /* background: #ffffff;
  border-radius: 28px; */
  padding: 24px;
  /* box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08); */
}

.about-image-wrap {
  overflow: hidden;
  border-radius: 24px;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 24px;
  transition: transform 0.6s ease;
}

.about-image-wrap:hover .about-image {
  transform: scale(1.04);
}

.image-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-tag {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #ff6500;
  /* background: rgba(249, 115, 22, 0.08);
  padding: 8px 14px;
  border-radius: 50px; */
}
.navbarclr{
background:  #fff5ef;
}

.about-title {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  text-transform: capitalize;
}

.about-text {
  font-size: 1.02rem;
  line-height: 1.9;
  color: #475569;
  /* margin-bottom: 1rem; */
}

.btn-premium {
  background: linear-gradient(135deg, #ff6500, #ea580c);
  color: #fff;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.28);
}

.btn-premium:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.35);
}

.mini-highlight {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.mini-highlight strong {
  font-size: 1.1rem;
  color: #0f172a;
}

.mini-highlight span {
  font-size: 0.9rem;
  color: #64748b;
}

@media (max-width: 991.98px) {
  .about-card {
    padding: 18px;
  }

  .about-image {
    min-height: 300px;
  }

  .about-title {
    max-width: 100%;
  }
}

.events-news-slider {
background-color: #fff5ef;
  overflow: hidden;
}

.events-heading {
  color: #ff6500;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.heading-line {
  width: 130px;
  height: 5px;
  background: #16167c;
  border-radius: 50px;
}

.eventsSwiper {
  padding: 10px 0;
}

.swiper-slide {
  height: auto;
}

.gallery-item {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.gallery-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.04);
  filter: brightness(0.95);
}

@media (max-width: 991.98px) {
  .gallery-img {
    height: 380px;
  }
}

@media (max-width: 767.98px) {
  .gallery-img {
    height: 280px;
  }
}
.footer-links a i {
  color: #ff6500;
  font-size: 20px;
  transition: all 0.3s ease;
}
.bi{
    color: #ff6500;
  font-size: 16px;
}
.footer-links a:hover i {
  color: #1d2474;
}
.fs6{
  font-size: 13px;
}
.footer-logo{
  width:100px;
  height:100px;
}
.footer-social{
  margin-left:15px;
}
.footer-title{
  font-size: 22px;
  text-transform: uppercase;
}
.fab{
  color:#fff;
  font-size: 14px;
  background-color: #ff6500;
  border-radius: 50%;
     width: 30px;
    height: 30px;
    padding: 8px 5px 10px 8px;
    margin-right:5px;
}
.dept-banner {
  position: relative;
    background: #fff5ef;
  min-height: 250px;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top:190px;
}

.banner-content {
  text-align: center;
  max-width: 1000px;
  z-index: 2;
}

.banner-content h1 {
  margin: 0;
  color: #ff6600;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

.banner-icon {
  position: absolute;
  z-index: 1;
}

.banner-icon-top {
  top: 20px;
  left: 30px;
}

.banner-icon-bottom {
  right: 30px;
  bottom: 20px;
}

.banner-icon img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .dept-banner {
    min-height: 220px;
    padding: 60px 15px;
  }
  
  #header-carousel{
          top: 145px!important;
  }
  .admission-section{
      margin-top:200px!important;
  }
.dept-banner{
      margin-top:145px!important;
}
  .banner-content h1 {
    font-size: 28px;
  }

  .banner-icon img {
    width: 55px;
  }

  .banner-icon-top {
    top: 15px;
    left: 15px;
  }

  .banner-icon-bottom {
    right: 15px;
    bottom: 15px;
  }
  .carsl-img{
    height:250px!important;
}
}

.carsl-img{
    height:auto;
}
.message-tabs-section {
  background: #f6f1eb;
  padding: 50px 20px;
}

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}

.tab-btn {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
    color: #000;
    font-weight: 600;
    padding: 12px 24px;
    min-width: 105px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 18px rgba(255, 115, 0, 0.16);
}

.tab-btn:hover {
  transform: translateY(-2px);
  /* background: #ff6a00; */
  /* color: #fff; */
}

.tab-btn.active {
  background: linear-gradient(135deg, var(--primary), #0f1d8e);
    color: #fff;
    box-shadow: 0 10px 22px rgba(25, 25, 112, 0.22);
}


.message-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  padding: 40px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.03),
    0 10px 25px rgba(0, 0, 0, 0.05),
    0 20px 50px rgba(0, 0, 0, 0.08);
}

.message-card {
  transition: all 0.35s ease;
}

.message-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.05),
    0 18px 40px rgba(0, 0, 0, 0.08),
    0 30px 70px rgba(0, 0, 0, 0.10);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-content-box {
  background: #fff;
  border-radius: 22px;
  padding: 35px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.03),
    0 14px 35px rgba(0, 0, 0, 0.06),
    0 30px 60px rgba(0, 0, 0, 0.08);
}
.message-card {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  align-items: center;
}

.message-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  height:400px;
}

.name-tag {
  display: inline-block;
  margin-top: 14px;
  background: #ff6a00;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 30px;
}

.message-content h2 {
  font-size: 30px;
  color: #11115c;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.message-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 10px;
}
   .news-section {
      padding: 60px 0;
      position: relative;
          background: #f3f3f3;
    }

    .carousel-wrapper {
      position: relative;
      padding: 0 60px;
    }

    .custom-card {
      background: #fff;
      border: none;
      box-shadow: 0 4px 18px rgba(0,0,0,0.08);
      border-radius: 16px;
      overflow: hidden;
      height: 100%;
    }

    .custom-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .custom-card .card-body {
      padding: 20px;
    }

    .custom-card .card-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 15px;
    }

    .read-more-btn {
      color: #ff6500;
      font-weight: 600;
      text-decoration: none;
    }

    .read-more-btn:hover {
      text-decoration: underline;
    }
.college-footer{
  color:#000;
}
.top-bar a{
  font-weight:500;
  font-size:16px;
}
    .carousel-control-prev,
    .carousel-control-next {
      width: 45px;
      height: 45px;
      background:#ff6500;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      padding:10px;
    }

    .carousel-control-prev {
      left: -100px;
    }

    .carousel-control-next {
      right: -100px;
    }

 
    @media (max-width: 991px) {
      .custom-card .card-title {
        font-size: 22px;
      }
    }

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

      .carousel-item .row > div {
        margin-bottom: 20px;
      }

      .carousel-control-prev {
        left: 0;
      }

      .carousel-control-next {
        right: 0;
      }
    }
    .bi-arrow-up{
      color:#fff!important;
    }

    h1,h2,h3,h4,h5,h6{
      color:#000!important;
    }

        .course-section{
      padding: 50px 0;
          background: #f5f5f5;
    }

    .section-title{
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--primary);
      text-align: center;
      margin-bottom: 14px;
    }

    .section-subtitle{
      text-align: center;
      color: var(--text-muted);
      max-width: 650px;
      margin: 0 auto 40px;
      font-size: 1rem;
    }

    .premium-tabs-wrap{
      backdrop-filter: blur(10px);
      border-radius: 999px;
      padding: 10px;
      display: inline-flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .course-tabs{
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
    }

    .course-tabs .nav-link{
       border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
    color: #000;
    font-weight: 600;
    padding: 12px 24px;
    min-width: 105px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 18px rgba(255, 115, 0, 0.16);
    }

    .course-tabs .nav-link:hover{
      transform: translateY(-2px);
      box-shadow: 0 8px 18px rgba(29,22,120,0.10);
    }

    .course-tabs .nav-link.active{
      background: linear-gradient(135deg, var(--primary), #0f1d8e);
    color: #fff;
    box-shadow: 0 10px 22px rgba(25, 25, 112, 0.22);
    }

    .tab-content-card{
      background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,248,252,0.96));
      border: 1px solid var(--border-soft);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-soft);
      padding: 34px;
      overflow: hidden;
      position: relative;
    }

    .tab-content-card::before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
    }

    .course-badge{
      display: inline-block;
      background: rgba(29,22,120,0.08);
      color: var(--primary);
      font-size: 0.85rem;
      font-weight: 700;
      padding: 8px 14px;
      border-radius: 999px;
      margin-bottom: 18px;
    }

    .course-heading{
      font-size: 1.8rem;
      font-weight: 800;
      color: var(--primary);
      margin-bottom: 18px;
    }

    .course-lead{
      color: var(--text-muted);
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 24px;
    }

    .info-grid{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      margin-top: 28px;
    }

    .info-box{
      background: var(--card-bg);
      border: 1px solid rgba(29,22,120,0.08);
      border-radius: var(--radius-lg);
      padding: 22px;
      box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
      height: 100%;
    }

    .info-box h4{
      font-size: 22px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 14px;
    }

    .info-box p,
    .info-box li{
      color: var(--text-muted);
      line-height: 1.8;
      margin-bottom: 0;
    }

    .info-box ul{
      padding-left: 18px;
      margin-bottom: 0;
    }

    .tab-pane{
      animation: fadeUp 0.45s ease;
    }

    @keyframes fadeUp{
      from{
        opacity: 0;
        transform: translateY(14px);
      }
      to{
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 767.98px){
      .course-section{
        padding: 50px 0;
      }

      .section-title{
        font-size: 1.7rem;
      }

      .premium-tabs-wrap{
        border-radius: 24px;
        width: 100%;
      }

      .course-tabs .nav-link{
        width: 100%;
        min-width: auto;
      }

      .tab-content-card{
        padding: 22px;
      }

      .course-heading{
        font-size: 1.35rem;
      }

      .info-grid{
        grid-template-columns: 1fr;
      }
    }

     .staff-section{
      padding: 50px 0;
         background: #f5f5f5;
    }

    .staff-heading-wrap{
      text-align: center;
      margin-bottom: 40px;
    }

    .staff-heading{
      color: #fff;
      font-size: 2.2rem;
      font-weight: 800;
      margin-bottom: 10px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

    .staff-line{
      width: 110px;
      height: 5px;
      background: var(--primary);
      border-radius: 999px;
      margin: 0 auto;
    }

    .staff-tabs{
      display: flex;
      justify-content: center;
      margin-bottom: 50px;
    }

    .staff-tabs-wrap{
      /* background: rgba(255,255,255,0.92);
      border: 1px solid rgba(0,0,0,0.04);
      box-shadow: 0 10px 25px rgba(15,23,42,0.08);
      border-radius: 999px; */
      padding: 10px;
      gap: 10px;
      flex-wrap: wrap;
    }

    .staff-tabs .nav-link{
      border: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
      color: #000;
      font-weight: 600;
      padding: 12px 24px;
      min-width: 105px;
      transition: all 0.35s ease;
      box-shadow: 0 8px 18px rgba(255,115,0,0.16);
    }

    .staff-tabs .nav-link:hover{
      transform: translateY(-2px);
    }

    .staff-tabs .nav-link.active{
      background: linear-gradient(135deg, var(--primary), #0f1d8e);
      color: #fff;
      box-shadow: 0 10px 22px rgba(25,25,112,0.22);
    }

    .faculty-card{
      position: relative;
      text-align: center;
      overflow: visible;
      transition: all 0.35s ease;
      height: 100%;
      margin-top: 70px;
    }

    .faculty-card:hover{
      transform: translateY(-10px);
      box-shadow: var(--shadow-hover);
    }

    .faculty-card::before{
      content: "";
      position: absolute;
      top: 28px;
      left: 0;
      width: 100%;
      height: 5px;
      /* background: linear-gradient(90deg, var(--primary), var(--secondary)); */
    }

    .faculty-image-wrap{
      width: 190px;
      height: 210px;
      margin: -45px auto 22px;
      border-radius: 42px;
      padding: 7px;
      background: linear-gradient(135deg, rgba(255,115,0,0.22), rgba(25,25,112,0.18));
      box-shadow: 0 10px 30px rgba(25,25,112,0.12);
      position: relative;
      z-index: 2;
    }

    .faculty-image{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 36px;
      border: 4px solid #fff;
      display: block;
    }

    .faculty-badge{
      display: inline-block;
      background: rgba(25,25,112,0.08);
      color: var(--primary);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.4px;
      padding: 8px 14px;
      border-radius: 999px;
      margin-bottom: 16px;
      text-transform: uppercase;
    }

    .faculty-name{
      font-size: 1.45rem;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 8px;
      line-height: 1.35;
      text-transform: uppercase;
    }

    .faculty-role{
      color: var(--primary);
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
    }

    .faculty-meta{
      color: var(--text-muted);
      font-size: 0.96rem;
      margin-bottom: 18px;
      line-height: 1.7;
    }

    .faculty-footer{
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .faculty-chip{
      background: #f4f6fb;
      border: 1px solid rgba(25,25,112,0.08);
      color: var(--primary);
      font-size: 0.84rem;
      font-weight: 600;
      padding: 8px 14px;
      border-radius: 999px;
    }

    .tab-pane{
      animation: fadeUp 0.4s ease;
    }

    @keyframes fadeUp{
      from{
        opacity: 0;
        transform: translateY(14px);
      }
      to{
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 991.98px){
      .faculty-image-wrap{
        width: 170px;
        height: 190px;
      }
    }

    @media (max-width: 767.98px){
      .staff-section{
        padding: 50px 0;
      }

      .staff-heading{
        font-size: 1.7rem;
      }

      .staff-tabs-wrap{
        border-radius: 24px;
        width: 100%;
        justify-content: center;
      }

      .staff-tabs .nav-link{
        min-width: auto;
        width: 100%;
      }

      .faculty-card{
        padding: 0 18px 24px;
      }

      .faculty-image-wrap{
        width: 150px;
        height: 170px;
        border-radius: 32px;
      }

      .faculty-image{
        border-radius: 26px;
      }

      .faculty-name{
        font-size: 1.15rem;
      }

      .faculty-role{
        font-size: 0.92rem;
      }
    }

    .dropdown-item:hover{
      color:#ff6500!important;
      background: none!important;
    }
    .premium-links-section{
  background: #f5f7fb;
}

.premium-card{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform .35s ease, box-shadow .35s ease;
}

.premium-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.premium-card-img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.premium-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 10%,
    rgba(0,0,0,0.45) 45%,
    rgba(0,0,0,0.20) 100%
  );
}

.premium-content{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  padding: 40px;
}

.premium-title{
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  font-weight: 800;
  color: #fff!important;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.premium-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff8a00, #ff6a00);
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
  transition: all .3s ease;
  box-shadow: 0 8px 20px rgba(255,106,0,0.35);
}

.premium-card:hover .premium-btn{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255,106,0,0.45);
}

@media (max-width: 767.98px){
  .premium-card,
  .premium-card-img{
    min-height: 320px;
    height: 320px;
  }

  .premium-content{
    padding: 24px;
  }

  .premium-title{
    font-size: 1.5rem;
  }
}

  .gallery-section {
      padding: 50px 0;
          background: #f5f5f5;
    }
     .gallery-section1 {
      padding: 50px 0;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: 180px;
      gap: 15px;
      grid-auto-flow: dense;
    }

      .gallery-grid1 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 180px;
      gap: 15px;
      grid-auto-flow: dense;
    }

    .gallery-item {
      overflow: hidden;
      border-radius: 12px;
      background: #ddd;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: 0.4s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.05);
    }

    .gallery-item.wide {
      grid-column: span 2;
    }

    .gallery-item.tall {
      grid-row: span 2;
    }

    .gallery-item.big {
      grid-column: span 2;
      grid-row: span 2;
    }

    @media (max-width: 991px) {
      .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
      }
       .gallery-grid1 {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      .gallery-grid, .gallery-grid1  {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
      }


      .gallery-item.wide,
      .gallery-item.big {
        grid-column: span 2;
      }
    }

    @media (max-width: 575px) {
      .gallery-grid, .gallery-grid1  {
        grid-template-columns: 1fr;
      }

      .gallery-item,
      .gallery-item.wide,
      .gallery-item.tall,
      .gallery-item.big {
        grid-column: span 1;
        grid-row: span 1;
      }
    }
    .nss-banner-img{
      width:150px;
      height:80px;
    }
    .course-heading{
      font-size:26px!important;
    }
   .navbar-toggler{
            border: 1px solid #ccc;
    }
    
    /* Tablet */
@media (max-width: 991px) {
    .message-card {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .message-card {
        padding: 20px;
        gap: 20px;
        border-radius: 16px;
    }
}