.top-head-pharmacynew {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.top-head-pharmacynew li a {
    color: white;
    font-size: 14px;
}
p{
    text-align: justify;
}
.top-head-pharmacynew li a:hover {
    color: white;
}

.number-profilepharmacy {
    display: flex;
    justify-content: space-evenly;
}

.number-profilepharmacy li a {
    color: white;
    font-size: 14px;
}

.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 #007bff;
    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: #555;
}

.sub-para-last p {
    color: #F47E36;
}

.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);
}

.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;
}

.right-fixed-panel {
    right: 0;
    z-index: 9999;
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
}

.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 #D0BB8A;
    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 8px 20px rgba(0,0,0,0.15);
}

.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;
}

.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;
  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: #EC8C04;
    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;
}
.gallery-section h2{
    color: #015499;
}
.brand-slider h2{
    color: #015499;
}
.news-ticker {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    max-height: 230px;
    min-height: 230px;
    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: #333;
    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: #EC8C04;
  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: #ffb10e;
}
.nav-gallerytabs{
    background-color: white;
    border: 2px solid white;
}

.nav-gallerytabs .nav-link.active{
    background-color: #EC8C04;
    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;
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 25px rgba(0,0,0,0.15);
    }
    .testimonial-card::before {
      content: "“";
      font-size: 50px;
      color: #26538d;
      position: absolute;
      top: -20px;
      left: 20px;
      opacity: 0.2;
    }
    .testimonial-card p {
      font-size: 16px;
      color: #555;
      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: #999;
    }
    /* 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: #9b281f;
    }
    .sec-para{
        font-size: 15px;
    color: black;
    }
    .third-para{
            color: #1f4a8e;
    font-size: 14px;
    font-weight: 600;
    }
    .fourth-para{
        font-size: 12px;
    color: black;
    }
    .five-para{
        font-size: 12px;
    color: black;
    }