/**{*/
/*    font-family: "Roboto", sans-serif;*/
/*}*/
.top-head-pharmacynew {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}
.top-head-pharmacynew li{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.top-head-pharmacynew li a {
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
}
p{
    text-align: justify;
    color: #212529;
}
.top-head-pharmacynew li a:hover {
        color: #D54746;
    background: transparent;
}

.number-profilepharmacy {
    display: flex;
    justify-content: space-evenly;
}

.number-profilepharmacy li a {
    color: white;
    font-size: 12px;
}

.jubilee-banner {
    background: #B8C5CE;
    color: #fff;
    padding: 40px 20px;
}

.jubilee-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.jubilee-table td {
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    background: #008ECC;
    color: white;
}

.jubilee-table tr:nth-child(even) td {
    background: #306D99;
}

.month {
    font-weight: 600;
    color: #26538d;
    white-space: nowrap;
    text-align: right;
    width: 150px;
}

.latest-news-btn {
    display: inline-block;
    margin-top: 20px;
    background: red;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.circle-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #F3F4F6;
}

.circle-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #1B2E59;
    margin-bottom: 20px;
}

.circle-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1B2E59;
}

.circle-section p {
    /*max-width: 600px;*/
    margin: 0 auto;
    font-size: 1rem;
    color: #212529;
}

.sub-para-last p {
    color: #D54746;
}

.bluelinemain {
    display: block;
    background: #26538d;
    width: 48px;
    height: 4px;
    margin-bottom: 5px;
}

.section-title.style1 span {
    color: #26538d;
}

.phar-programbelow {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin: 5px 0 0;
    font-weight: 700;
}

.orange-square-button {
    margin-right: 120px;
    margin-top: 50px;
}

.orange-square-button a {
    width: 128px;
    height: 104px;
    border: 4px solid #26538d;
    position: relative;
    display: block;
    color: #212529;
    background: 0 0;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition: 0.3s ease;
}

.call-to-action .left-button .orange-square-button .programname-main {
    left: 35%;
    background-color: #fff;
    font-weight: 700;
}

.orange-square-button .programname-main {
    position: absolute;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    background: 0 0;
    line-height: 56px;
    margin: 0 0 0 14px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-font-smoothing: antialiased;
}
.orange-square-button a:hover{
    transform: scale(1.05);
}

.right-fixed-panel {
    right: -140px;
    z-index: 9999;
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    transition: right 0.3s ease;
}
 .right-fixed-panel.active {
      right: 0;
    }
.right-fixed-panel a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #26538d;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff50;
    text-align: center;
    padding: 5px;
}

.right-fixed-panel a i {
    font-size: 20px;
}

.events-newmain {
    border: 2px solid #D54746;
    background-color: white;
    padding: 40px 15px;
    transition: all .3s ease;
    border-radius: 15px;
    position: relative;
    height: 100%;
}
.events-newmain:hover{
     transform: translateY(-5px) scale(1.0);
  box-shadow: 0 4px 12px rgba(244, 126, 54, 0.6);
}

.data-events-boxposi {
    background: #015499;
    color: white;
    padding: 10px;
    position: absolute;
    top: -12px;
    left: 0;
    border-radius: 0 10px 0 0;
}

.data-events-boxposi p {
    font-size: 14px;
    color: white;
}

.events-newcontainer h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #015499;
}

.events-newcontainer {
    background-color: #F4F4F4;
}

.events-newmmaincontent ul li i {
    color: #015499;
}

.events-new-btn a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #26538d;
  background: white;
  border-radius: 6px;
  border: 1px solid #1B2E59;
  text-decoration: none;
  overflow: hidden; /* hide extra gradient */
  z-index: 1;
  transition: transform 0.3s ease;
}

/* gradient overlay */
.events-new-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* start fully left */
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #26538d, #1e3f6e);
  transition: left 0.5s ease;
  z-index: -1; /* keep behind text */
  border-radius: 6px;
}

.events-new-btn a:hover::before {
  left: 0; /* slide in from left to right */
}

.events-new-btn a:hover {
  color: #fff;          /* make text white on hover */
  transform: translateY(-3px);
}

.events-new-btn {
    text-align: center;
    margin-top: 23px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    /* circle size */
    height: 36px;
    border-radius: 50%;
    background-color: #D54746;
    margin-right: 8px;
}

.icon-circle img {
    width: 20px;
    height: 20px;
}

.resource-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 4 items per row */
    gap: 20px;
    /* space between items */
    padding: 0;
    margin: 0;
    list-style: none;
}

.resource-list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.resource-facilcontainer h2 {
    margin-bottom: 30px;
    color: #015499;
    text-align: center;
}

.resource-mainnew {
    background: linear-gradient(to right, #ffffff, #EEF9FF);
    padding: 14px 0;
    max-height: 300px;
    min-height: 300px;
}
.gallery-section h2{
    color: #015499;
}
.brand-slider h2{
    color: #015499;
}
.news-ticker {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    max-height: 300px;
    min-height: 300px;
    background: linear-gradient(to left, #ffffff, #EEF9FF);
}

.news-ticker ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    animation: scrollNews 15s linear infinite;
}

.news-ticker li {
    background: #ffffff;
    margin: 8px 12px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-left: solid #bba67ae8;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #212529;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@keyframes scrollNews {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

.brand-slider {
    padding: 50px 0;
}

.brand-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-slider img {
    max-width: 120px;
    max-height: 80px;
    transition: all 0.3s ease;
}

.brand-slider img:hover {
    transform: scale(1.05);
}

.gallery-section {
    background-color: #F4F4F4;
}

.bg-img-section {
    position: relative;
    background: url('assets/img/bg-campus.jpg') no-repeat center center/cover;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-img-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3E3B70;
    /* dark overlay */
}
.gallery-section {
  position: relative;
  overflow: hidden;
}

.gallery-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%; /* Adjust width as needed */
  height: 100%;
  background-color: #D54746;
  z-index: 0;
}

.gallery-section .container {
  position: relative;
  z-index: 1;
}

.bg-img-section h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    z-index: 1;
}
.span-colornew h2 span{
    color: #D54746;
}
.nav-gallerytabs{
    background-color: white;
    border: 2px solid white;
}

.nav-gallerytabs .nav-link.active{
    background-color: #D54746;
    color: white;
}
.nav-gallerytabs .nav-link{
    color: black;
}

.gallery-imghover {
      overflow: hidden;       /* hide overflow when zooming */
      border-radius: 8px;     /* optional rounded corners */
      position: relative;
    }
    .gallery-imghover img {
      width: 100%;
      height: auto;
      transition: transform 0.5s ease, filter 0.5s ease;
    }
    .gallery-imghover:hover img {
      transform: scale(1.1);   /* zoom in */
    }
    .yt-video-gallery iframe{
        border-radius: 10px;
    }
    .nav-link:focus, .nav-link:hover{
        color: white;
    }
     .testimonial-section {
      padding: 80px 0;
      background: #f4f7fa;
    }
    .testimonial-section h2 {
      text-align: center;
      margin-bottom: 50px;
      font-size: 36px;
      font-weight: 700;
      color: #26538d;
    }
    .swiper-slide {
      display: flex;
      justify-content: center;
    }
    .testimonial-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      max-width: 400px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      position: relative;
      border-top: 4px solid #D54746;
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 25px rgba(0,0,0,0.15);
    }
    .testimonial-card::before {
      content: "“";
      font-size: 117px;
      color: #26538d;
      position: absolute;
      top: 0px;
      left: 20px;
      opacity: 0.2;
    }
    .testimonial-card p {
      font-size: 16px;
      color: #212529;
      margin-bottom: 20px;
    }
    .testimonial-card .client-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 10px;
      border: 3px solid #26538d;
    }
    .testimonial-card .client-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .testimonial-card h5 {
      font-weight: 600;
      margin-bottom: 0;
    }
    .testimonial-card span {
      font-size: 14px;
      color: #212529;
    }
    /* Swiper pagination dots */
    .swiper-pagination-bullet {
      background: #26538d;
      opacity: 0.5;
    }
    .swiper-pagination-bullet-active {
      opacity: 1;
    }
    .siwpenewmain img{
        width: 100%;
    }
    .logo-snac img{
        max-width: 98px;
    }
    .first-para{
        font-size: 15px;
    color: #D54746;
    }
    .sec-para{
        font-size: 15px;
    color: black;
    }
    .third-para{
            color: #1f4a8e;
    font-size: 15px;
    font-weight: 600;
    }
    .fourth-para{
        font-size: 13px;
    color: black;
    }
    .five-para{
        font-size: 13px;
    color: black;
    }
    .newnavbar-nav{
        width: 100%;
        justify-content: space-evenly;
    }
    /*.program-pharmacystick{*/
            /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /* gap: 20px;*/
    /*}*/
    .testimonialSwiper .swiper-wrapper{
        padding: 10px;
    }
    .brand-img-main{
    border: 1px solid #D54746;
    padding: 15px;
    border-radius: 15px;
    }
    .newnav-mobmenu{
        display: flex;
        align-items: center;
    }
    .top-pdf-navnew{
        padding: 0;
    }
    .top-head-pharmacynew li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: white;
    margin-left: 10px;
}
.snac-clgname h2{
    line-height: 32px;
    font-weight: 600;
    font-size: 20px;
    color: #0E2145;
}
.snac-clgname h3{
    font-size: 16px;
    color: #D54746;
    margin-bottom: 0;
}
.snac-clgname p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}
.new-nav-containerfluid .container-fluid{
    display: unset;
}
.new-nav-containerfluid{
    z-index: unset;
}
.new-dropdwon-pdf li a{
    color: black;
    padding: 0;
}
.new-dropdwon-pdf{
    border-radius: 0;
}

.header-wrap .header-top {
    background-color: #1B2E59;
    padding: 10px 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-wrap .header-bottom {
    padding: 5px 0;
    background-color: white;
}
.header-wrap .header-bottom .logo img {
    height: 90px;
    width: auto;
    max-width: 120px;
}
.logo h2 {
    color: black;
    line-height: 32px;
    font-weight: 600;
    font-size: 18px;
}
.hindi-clgname h3 {
    font-size: 17px;
    color: black;
    margin-bottom: 0;
}
.hindi-clgname p {
    color: black;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 700;
}
ul.main-menu.super-menu-main {
    flex-wrap: unset;
    gap: 0 !important;
}
.main-menu {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .main-menu-wrap.style1 #menu ul li {
        display: inline-block;
        position: relative;
    }
}
.main-menu-wrap.style1 #menu ul li a {
    padding: 6px 7px;
}
.main-menu-wrap.style1 #menu ul li a {
    padding: 6px 7px;
}

@media only screen and (min-width: 992px) {
    .main-menu-wrap.style1 #menu>ul>li>a {
        position: relative;
        font-weight: 500;
        -webkit-transition: .3s;
        transition: .3s;
    }
}
@media only screen and (min-width: 992px) {
    .main-menu-wrap.style1 #menu ul li {
        display: inline-block;
        position: relative;
    }
}
.main-menu-wrap.style1 #menu ul li a {
    padding: 6px 7px;
}

.header-wrap .header-bottom .header-menu-wrap, .header-wrap .header-top .header-top-right, .mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .mobile-bar-wrap {
        position: relative;
        top: 4px;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-bar-wrap, .mobile-menu {
        text-align: right;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-bar-wrap, .mobile-menu {
        text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-menu, .mobile-top-bar, .shopcart {
        display: inline-block;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-menu a i {
        color: #fff;
        font-size: 26px;
    }
}
.social-profilepharmacy li a{
    color: white;
}
.menutop-newmain li a{
    color: black;
}
.menutop-newmain li{
    color: black;
    font-size: 12px;
}
@media only screen and (max-width: 991px) {
    .logo h2 {
        color: #fff;
        line-height: 20px;
        font-weight: 600;
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .hindi-clgname h3, .logo h2 {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 991px) {
    .hindi-clgname p {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu-wrap.open {
        left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .main-menu-wrap {
        width: 100%;
        position: absolute;
        background: #f3f6fb;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: .4s;
        transition: .4s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
    }
}
@media only screen and (max-width: 991px) {
    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .close-header-top button, .menu-mob-btn button {
        background: 0 0;
        border: none;
    }
}

/* For all mobile devices */
@media only screen and (max-width: 768px) {
  .snac-clgname h2{
      font-size: 14px;
      color: white;
  }
  .snac-clgname h2{
      line-height: 20px !Important;
  }
  .site-breadcrumb .breadcrumb-title{
      font-size: 25px !Important;
  }
  .snac-clgname h3{
      font-size: 14px;
      color: white;
  }
  .snac-clgname p{
      color: white;
  }
  .close-crossbtn{
      justify-content: end;
  }
  .dropdown-item{
    color: black !important;
}
.dropdown-menu li a{
    font-size: 16px !important;
}
.new-nav-containerfluid{
    background-color: #1B2E59;
}
.navbar-collapse{
    width: 100%;
        position: absolute;
        background: #f3f6fb;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: .4s;
        transition: .4s;
        left: -100%;
        padding: 16px 20px;
        overflow-y: auto;
}
.navbar-collapse.show{
    left: 0;
            height: 100%;
        max-height: 100vh;
        min-height: 100vh;
        position: fixed;
}
}

.dropdown-item{
    color: white;
    /*white-space: normal;*/
}
.dropdown-menu li a{
    font-size: 12px;
}

/* Only for laptops around 1024px */
@media (min-width: 1024px) and (max-width: 1199px) {
  .snac-clgname h2{
      font-size: 14px;
  }
  .snac-clgname h3{
      font-size: 14px;
  }
  .navbar .nav-item .nav-link{
      font-size: 9px;
      margin-right: 15px;
  }
}

.testimonialSwiper .swiper-slide{
    height: unset;
}
.close-crossbtn span{
    color: black;
}

.toggle-panel-btn-leftside {
    position: fixed;
    top: 50%;
    background: #26538d;
    z-index: 99999;
    padding: 10px;
    left: 0;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
}
.holiday-section {
      padding: 50px 0;
      background-color: #f9f9f9;
    }

    .holiday-section h2 {
      text-align: center;
      font-weight: 600;
      color: #015499;
      margin-bottom: 30px;
    }

    .holiday-box {
      background: #0E2145;
      color: #fff;
      text-align: center;
      padding: 25px 15px;
      border-radius: 10px;
      transition: transform 0.3s ease, background 0.3s ease;
    }

    .holiday-box i {
      font-size: 40px;
      margin-bottom: 15px;
      color: #D54746;
    }

    .holiday-box h5 {
      font-size: 16px;
      margin: 0;
      color: white;
    }

    .holiday-box:hover {
      transform: translateY(-8px);
      background: #D54746;
    }

    .holiday-box:hover i {
      color: #0E2145;
    }
    .holiday-fullbox{
        width: 100%;
    }
    .fixed-top{
        position: unset;
    }
    
    .download-section {
      padding: 40px 0;
      background: #f9f9f9;
      text-align: center;
    }

    .download-section h2 {
      font-weight: bold;
      margin-bottom: 25px;
      color: #0E2145;
    }

    /* Moving container */
    .download-list {
      height: 300px; /* kitni height me scroll dikhana hai */
      overflow: hidden;
      position: relative;
    }

    .download-list .list-inner {
      display: flex;
      flex-direction: column;
      animation: moveUp 15s linear infinite;
    }

    /* Hover par ruk jaaye */
    .download-list:hover .list-inner {
      animation-play-state: paused;
    }

    .download-row {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-bottom: 12px;
    }

    .download-box {
      flex: 1;
      min-width: 140px;
      background: #0E2145;
      color: #fff;
      padding: 15px 12px;
      border-radius: 8px;
      text-align: center;
      font-size: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: background 0.3s ease;
    }

    .download-box i {
      color: #D54746;
      font-size: 16px;
    }

    .download-box:hover {
      background: #D54746;
      color: white;
    }

    .download-box:hover i {
      color: #0E2145;
    }

    /* Animation */
    @keyframes moveUp {
      0%   { transform: translateY(0); }
      100% { transform: translateY(-50%); } /* adjust rows */
    }
    
    .glance-content h1{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mv-section {
      padding: 70px 0;
      background: #f9f9f9;
    }

    .mv-section h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #0E2145;
    }

    .mv-card {
      border-radius: 16px;
      padding: 50px 30px;
      color: #fff;
      text-align: center;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      height: 100%;
    }

    .mv-card .icon-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 36px;
      margin: 0 auto 20px;
      transition: background 0.3s ease;
    }

    .mv-card h3 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
      color: white;
    }

    .mv-card p {
      font-size: 16px;
      line-height: 1.7;
      color: white;
    }

    /* Hover effects */
    .mv-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    .mv-card:hover .icon-circle {
      background: rgba(255, 255, 255, 0.4);
    }

    /* Backgrounds */
    .mission {
      background: #0E2145;
    }

    .vision {
      background: #D54746;
    }
    .mv-circle img{
        width: 50px;
        height: 50px;
    }
    .mv-circle{
    background: white;
    display: inline-flex;
    padding: 10px;
    margin-bottom: 14px;
    border-radius: 50%;
    }
    
    .span-colornew h2{
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #015499;
    }
    .breadcrumb-containermain{
    position: relative;
    text-align: start;
    bottom: -80px;
    }
    .common-ul-ticklist {
  list-style: none;
  padding-left: 0;
}

.common-ul-ticklist li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.common-ul-ticklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #D54746;
  font-weight: bold;
}
