/**
* Template Name: GCANNI Kullu
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url(../css/font-awesome.css);

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1D24CA;
}

a:hover {
  color: #1D24CA;
  text-decoration: none;
}

#footer a:hover {
  color: #ccc !important;
  text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #1D24CA;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #888;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1D24CA;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.genric-btn1 {
  padding: 0 10px !important;
}

.genric-btn:focus {
  outline: none
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px
}

.genric-btn.large {
  line-height: 45px
}

.genric-btn.medium {
  line-height: 30px
}

.genric-btn.small {
  line-height: 25px
}

.genric-btn.radius {
  border-radius: 3px
}

.genric-btn.circle {
  border-radius: 20px
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.genric-btn.arrow span {
  margin-left: 10px
}

.genric-btn.default {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff
}

.genric-btn.default-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent
}

.genric-btn.primary {
  color: #fff;
  background: #1D24CA;
  border: 1px solid transparent
}

.genric-btn.primary:hover {
  color: #1D24CA;
  border: 1px solid #1D24CA;
  background: #fff
}

.genric-btn.primary-border {
  color: #1D24CA;
  border: 1px solid #1D24CA;
  background: #fff
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #1D24CA;
  border: 1px solid transparent
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
}

.genric-btn.danger {
  color: #fff;
  background: #1D24CA;
  border: 1px solid transparent
}

.genric-btn.danger:hover {
  color: #1D24CA;
  border: 1px solid #1D24CA;
  background: #fff
}

.genric-btn.danger-border {
  color: #1D24CA;
  border: 1px solid #1D24CA;
  background: #fff
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #1D24CA;
  border: 1px solid transparent
}

.genric-btn.link {
  color: #222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent
}

.genric-btn.link:hover {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff
}

.genric-btn.link-border {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline
}

.genric-btn.link-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent
}

.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #1D24CA
}

.ri {
  display: inline-block;
  vertical-align: middle;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-bottom {
  background: #1D24CA;
  font-size: 12px;
  padding: 20px;
  overflow: visible !important;
  position: relative;
}

.header-bottom .container {
  overflow: visible !important;
}

#nav-menu-container {
  overflow: visible !important;
}

.logo-rt-text {
  text-align: right;
}

.logo-rt-text a {
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 3px;
  min-width: 85px;
  color: #fff;
  background: #4bcc33;
  border-radius: 20px;
  font-size: 12px
}

.logo-rt-text a:hover {
  text-decoration: underline
}

.heigh {
  min-height: 90px;
}

.height {
  padding-bottom: 90px;
}

.blink {
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .header-top .header-top-right a .lnr {
    display: inline-block
  }

  .header-top .header-top-right a .text {
    display: none
  }
}

.top-head-btn {
  background: #1D24CA;
  padding: 9px 26px
}

.main-menu {
  /* padding-bottom: 25px; */
  padding-top: 25px;
  background-color: #F5F7F8;
}

#header {
  transition: all 0.5s;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Tele-MANAS Banner */
.tele-manas-banner {
  width: 100%;
  background: #F5F7F8 ;
  padding: 20px 0;
  text-align: center;
  /* box-shadow: 0 4px 15px rgba(29, 36, 202, 0.2); */
  position: relative;
  overflow: hidden;
}

.tele-manas-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.tele-manas-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.tele-manas-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.tele-manas-icon {
  font-size: 40px;
  color: #1D24CA;
  animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.tele-manas-text h3 {
  margin: 0;
  color: #1D24CA;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge-24x7 {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  color: #1D24CA;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.tele-manas-text p {
  margin: 5px 0 0 0;
  color: #1D24CA;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.tele-manas-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #1D24CA;
  padding: 10px 16px;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contact-btn i {
  font-size: 16px;
}

.contact-number {
  font-family: 'Courier New', monospace;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.divider {
  color: #1D24CA;
  font-size: 18px;
  font-weight: 300;
}

.tele-manas-portal {
  margin-left: 10px;
}

.portal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: #1D24CA;
  padding: 10px 18px;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.portal-link:hover {
  background: #1D24CA;
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.portal-link i {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .tele-manas-wrapper {
    gap: 15px;
  }

  .tele-manas-text h3 {
    font-size: 20px;
  }

  .tele-manas-icon {
    font-size: 32px;
  }
}

/* Carousel Mobile Responsive */
@media (max-width: 768px) {
  #headCr {
    height: 40vh;
  }

  #headCr .item {
    height: 40vh;
    background-size: cover !important;
    background-position: center;
  }

  .tele-manas-banner {
    padding: 15px 0;
  }

  .tele-manas-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .tele-manas-text h3 {
    font-size: 18px;
  }

  .tele-manas-text p {
    font-size: 12px;
  }

  .tele-manas-icon {
    font-size: 28px;
  }

  .contact-btn,
  .portal-link {
    font-size: 13px;
    padding: 8px 14px;
  }

  .tele-manas-contact {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tele-manas-portal {
    margin-left: 0;
    width: 100%;
  }

  .portal-link {
    width: 100%;
    justify-content: center;
  }
}

#header.header-scrolled .main-menu {
  border-color: transparent
}

/* Main Menu Glassmorphism */
.main-menu {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Header Logo & Text */
.logo-text h1 a,
.logo-text h1 {
  color: #1D24CA;
  font-weight: 700;
}

.linetxt a {
  color: #333 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.linetxt a:hover {
  color: #1D24CA !important;
}

/* Header Right Text Links */
.logo-rt-text a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 0 5px;
}

.logo-rt-text a:hover {
  color: #1D24CA;
}

/* Responsive Header */
@media (max-width: 991px) {
  #header {
    padding: 15px 0;
  }

  .main-menu {
    padding: 10px 0;
  }

  .logo-text h1 {
    font-size: 24px !important;
  }

  .logo-text {
    margin-top: 10px;
  }

  .linetxt {
    font-size: 12px !important;
  }

  .linetxt a {
    display: inline-block;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .logo-text h1 {
    font-size: 18px !important;
  }

  .linetxt {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 11px !important;
  }

  .linetxt a {
    flex: 1 1 calc(50% - 5px);
    min-width: 100px;
  }

  .logo-rt-text {
    margin-top: 10px;
    text-align: center;
  }

  .logo-rt-text a {
    display: inline-block;
    margin: 5px 3px;
    font-size: 13px;
  }

  .genric-btn {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .tele-manas-banner {
    padding: 10px 0;
  }

  .tele-manas-wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .tele-manas-icon {
    font-size: 24px;
  }

  .tele-manas-text h3 {
    font-size: 14px;
  }

  .tele-manas-text p {
    font-size: 10px;
  }

  .tele-manas-contact {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .contact-btn {
    padding: 5px 8px !important;
    font-size: 11px !important;
  }

  .divider {
    font-size: 14px;
  }

  .tele-manas-portal {
    margin-left: 0;
    width: 100%;
  }

  .portal-link {
    width: 100%;
    justify-content: center;
    padding: 8px 12px !important;
  }

  .marquee-wrapper {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 673px) {
  #logo {
    margin-left: 10px;
  }

  .logo-text h1,
  .logo-rt-text {
    text-align: center !important;
    padding-top: 10px;
  }

  .linetxt,
  .lwrtxt {
    text-align: center !important;
    font-size: 10px !important;
  }

  .col-lg-2,
  .col-lg-7,
  .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .main-menu .row {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  #logo img {
    max-width: 60px !important;
  }

  .logo-text h1 {
    font-size: 16px !important;
  }

  .linetxt {
    flex-direction: column;
    gap: 8px;
  }

  .linetxt a {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .logo-rt-text {
    width: 100%;
  }

  .logo-rt-text a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    font-size: 12px;
  }

  .mt-10 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .mt-10 a {
    flex: 1 1 calc(50% - 5px);
    text-align: center;
  }

  .mt-3 a {
    width: 100%;
  }
}


.lwrtxt-o {
  color: #fd6a02;
  font-size: 22px
}

.clearfix {
  clear: both
}

.lwrtxt {
  color: #930700;
  font-size: 27px;
  padding: 0 0 14px 0;
}


.linetxt a {
  color: #000 !important
}

#header #logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  display: inline-block;

}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #1D24CA
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-width: 100px;
}

.logo-text h1 a {
  color: #1D24CA;
  font-weight: bold;
  font-size: 38px
}

/* Mobile Navigation */
@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }

  .mobile-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav a {
    color: #333;
    padding: 12px 15px;
    display: block;
    transition: all 0.3s ease;
  }

  .mobile-nav a:hover {
    background: rgba(29, 36, 202, 0.1);
    color: #1D24CA;
  }

  .mobile-nav-toggle {
    background: rgba(29, 36, 202, 0.8);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .mobile-nav-toggle:hover {
    background: #1D24CA;
  }

  .mobile-nav-overly {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 20px
  }

  #header #logo img {
    max-height: 35px
  }

  .header-bottom {
    display: none !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .nav-menu {
    overflow-x: auto;
    display: none !important;
  }
}

/* Header Bottom Navigation - Keep original styling with enhancement */
#header.header-scrolled .header-bottom {
  background: rgba(29, 36, 202, 0.95);
  box-shadow: 0 4px 20px rgba(29, 36, 202, 0.2);
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-menu ul {
  position: absolute;
  display: none !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 210px;
  margin: 0 !important;
  padding: 10px !important;
  background: #fff !important;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25) !important;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  overflow: visible !important;
  z-index: 100;
}

.nav-menu > li {
  position: relative;
  overflow: visible !important;
}

.nav-menu>li {
  float: left
}

.nav-menu > li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
  width: 100%;
}

.nav-menu ul li {
  min-width: 210px
}


.sf-arrows .sf-with-ul {
  padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none
  }
}

#nav-menu-container {
  margin: 0 auto;
}

.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  outline: none
}

.nav-menu li:hover>a {}

.nav-menu>li {
  margin-left: 10px
}

.nav-menu ul li {
  transition: 0.3s;
  display: block !important;
  line-height: 1.5;
}

.nav-menu ul li a {
  padding: 8px 12px !important;
  color: #333 !important;
  transition: 0.3s;
  display: block !important;
  font-size: 13px !important;
  text-transform: none !important;
  text-decoration: none !important;
}

.nav-menu ul li:hover>a {
  color: #1D24CA
}

.nav-menu ul ul {
  margin-right: 10px !important;
  margin-top: 0 !important;
  left: 100% !important;
  top: 0 !important;
  position: absolute !important;
}

#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 62px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer
}

#mobile-nav-toggle i {
  color: #999;
  font-weight: 900
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline
  }

  #nav-menu-container {
    display: none
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#mobile-nav ul li {
  position: relative
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400
}

#mobile-nav ul li a:hover {
  color: #fff
}

#mobile-nav ul li li {
  padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1D24CA
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none
}

#mobile-nav ul .menu-item-active {
  color: #1D24CA
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none
}

body.mobile-nav-active {
  overflow: hidden
}

body.mobile-nav-active #mobile-nav {
  left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff
}



/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #fff;
}

.get-started-btn:hover {
  background: #1D24CA;
  color: #fff;
  border-color: #1D24CA;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #1D24CA;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #15222b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #1D24CA;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 7, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 60vh;
  background-size: cover !important;
  position: relative;
  padding: 0;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .hero {
    height: 40vh;
    background-attachment: scroll;
  }
}

@media (max-width: 576px) {
  .hero {
    height: 30vh;
  }

  #headCr {
    height: 30vh;
  }

  #headCr .item {
    height: 30vh;
    background-size: cover !important;
    background-position: center;
  }

  .owl-carousel {
    overflow: hidden;
  }

  .owl-carousel .item {
    height: auto;
  }
}

.hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

.hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

.hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1D24CA;
  border: 2px solid #1D24CA;
}

.hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  position: relative;
}

.hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

.hero .btn-watch-video:hover i {
  color: #1D24CA;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #1D24CA;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1D24CA 50%, #0062cc 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1D24CA;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #1D24CA;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #1D24CA;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #1D24CA;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #1D24CA;
}

.features .nav-link.active {
  background: #1D24CA;
  color: #fff;
  border-color: #1D24CA;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1D24CA;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: #1D24CA;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #1D24CA;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #1D24CA !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #1D24CA;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #1D24CA;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.homeTeam {}

.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #1D24CA;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #1D24CA;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #1D24CA;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #1D24CA;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff5e31;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

img.innerImg {
  height: 170px !important;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #1D24CA !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #121d24;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #1D24CA;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1D24CA;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1D24CA;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1D24CA;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ff5e31;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

/*============== default-sidebar =================*/

.default-sidebar {
  position: relative;
}

.default-sidebar .service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.default-sidebar .service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 5px;
}

.homeNav li {
  padding: 7px 0 !important;
}

.default-sidebar .service-catergory li:hover {
  background: #1D24CA;
}

.default-sidebar .service-catergory li.active {
  background: #1D24CA;
}

.default-sidebar .service-catergory li.active a,
.default-sidebar .service-catergory li:hover a {
  color: #fff;
}

.default-sidebar .service-catergory li.active a:after,
.default-sidebar .service-catergory li:hover a:after {
  color: #fff;
}

.default-sidebar .service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}

.default-sidebar .service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 23px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.homeNav li a {
  font-size: 14px !important;
  ;
}


.default-sidebar .service-catergory li a:hover {
  color: #fff;
}

.default-sidebar .service-catergory li.active a:hover {
  color: #fff;
}

.default-sidebar .thm-btn {
  width: 100%;
  border-radius: 0px;
  line-height: 56px;
}

.default-sidebar .service-catergory li a:after {
  position: absolute;
  content: "\f101";
  right: 20px;
  top: 0px;
  color: #a0a0a0;
  font-family: FontAwesome;
}

.default-sidebar .event-filter {
  position: relative;
}

.default-sidebar .default-form .form-group {
  margin-bottom: 20px;
}

.default-sidebar .event-filter h3 {
  margin-bottom: 5px;
}

.default-sidebar .event-filter p {
  margin: 15px 0;
}

.default-sidebar .event-filter h5 {
  margin-bottom: 15px;
}

.default-sidebar .event-filter .thm-btn {
  width: auto;
  border-radius: 24px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}


.unorderedlist .list-style-1 {
  list-style: none
}

.unorderedlist .list-style-1 li {
  margin: 0 0 30px 0;
}

.unorderedlist .list-style-1 li a:hover {
  color: #666;
  text-decoration: underline;
}

.latest-news {
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.padd {
  padding: 20px;
}

.inner-hero {
  height: 280px
}

.team .pic img {
  width: 400px !important;
  height: 300px;
}

.space {
  margin: 80px 0;
}

.primimg {
  float: left;
  margin: 0 10px 10px 0;
}

.tickerv-wrap {
  box-sizing: content-box;
  height: 215px;
  overflow: hidden;
  padding: 10px;
}

@keyframes tickerv {
  0% {
    margin-top: 0;
  }

  30% {
    margin-top: -20%;
  }

  60% {
    margin-top: -43%;
  }

  90% {
    margin-top: -65%;
  }

  100% {
    margin-top: 0;
  }

}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  /* line-height: 1.82em !important; */
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1D24CA;
  list-style: disc;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%
}

.tickerv-wrap ul {
  padding: 0;
  margin: 0;
  animation: tickerv 15s infinite;
  animation-timing-function: linear;
}

.tickerv-wrap ul:hover {
  animation-play-state: paused;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px
}

p {
  text-align: justify;
}

.innrcont a {
  text-decoration: underline
}

.innrcont a:hover {
  text-decoration: none
}

.innrcont ul ol {
  list-style-type: decimal !important;
}

.imgsize {
  height: 100px
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.underline {
  text-decoration: underline;
}



/* Card layout Time Table tab */
.card:hover {
  /* background-color: #1d24ca; */
  transition: 0.3s ease-in-out;

}

.border-left-primary {
  border-left: 4px solid #007bff;
}

.border-left-success {
  border-left: 4px solid #28a745;
}

a.text-dark:hover {
  color: #ffffff !important;
  text-decoration: none;
}


/* list view in IQAC */

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

.custom-list li {
  background: #f8f9fa;
  margin-bottom: 10px;
  border-left: 4px solid #007bff;
  padding: 12px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.custom-list li:hover {
  background: #007bff;
  transform: translateX(5px);
}

.custom-list li i {
  margin-right: 10px;
  color: red;
  font-size: 1.2rem;
}

.custom-list a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Change text color to white when parent <li> is hovered */
.custom-list li:hover a {
  color: #fff;
}

/* Optional: also change icon color */
.custom-list li:hover i {
  color: #fff;
}

/* Economics Department */
.department-section {
  background: #f9fafc;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
  color: #1D24CA;
  position: relative;
}

.section-title::after {
  /* content: ""; */
  width: 60px;
  height: 3px;
  background: #007bff;
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

.member-card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}

.content p {
  text-align: justify;
  line-height: 1.7;
  color: #555;
}

/* Academic Calendar */
.activities-section {
  background: #f9fafc;
}

.section-title {
  font-weight: 700;
  color: #2c3e50;
  position: relative;
}

.section-title::after {
  /* content: ""; */
  width: 80px;
  height: 3px;
  background: #007bff;
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Timeline Styling */
.timeline {
  position: relative;
  margin: 40px 0;
  padding-left: 20px;
  border-left: 3px solid #007bff;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item::before {
  /* content: ""; */
  position: absolute;
  left: -11px;
  top: 5px;
  width: 20px;
  height: 20px;
  /* background: #fff; */
  /* border: 3px solid #007bff; */
  border-radius: 50%;
}

.timeline-date {
  font-weight: 600;
  color: #007bff;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.timeline-content {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.timeline-content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
}

.timeline-content p {
  margin-bottom: 0;
  color: #555;
  text-align: justify;
  font-size: 0.95rem;
}





/* Slider on physical education page */
.value-added-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.value-added-track {
  display: flex;
  width: max-content;
  animation: scrollGallery 60s linear infinite;
}

.value-added-item {
  flex: 0 0 300px;
  margin-right: 20px;
}

@keyframes scrollGallery {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.value-added-wrapper:hover .value-added-track {
  animation-play-state: paused;
}


.gallery-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-5px);
}

.img-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  transition: transform 0.5s ease;
}

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

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-card:hover .overlay {
  opacity: 1;
}

.view-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Lightbox Modal Styles */
  #lightbox-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .85);
    z-index: 9999
  }

  #lightbox-modal.show {
    display: flex
  }

  #lightbox-modal .lb-inner {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  #lightbox-modal .lb-image {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .6)
  }

  #lightbox-modal .lb-close {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    width: 36px;
    height: 36px;
    font-size: 20px;
    cursor: pointer
  }

  #lightbox-modal .lb-prev,
  #lightbox-modal .lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .9);
    border: 0;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer
  }

  #lightbox-modal .lb-prev {
    left: 8px
  }

  #lightbox-modal .lb-next {
    right: 8px
  }


  /* Political Sciecne Department */
   .dept-section {
    background: #F5F7F8;
    padding: 35px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .dept-title {
    color: #1D24CA;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }

  .dept-heading {
    color: #1D24CA;
    font-weight: 600;
    margin-bottom: 15px;
    border-left: 5px solid #1D24CA;
    padding-left: 10px;
  }

  .dept-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
  }

  .dept-card ul {
    padding-left: 20px;
  }

  .dept-card ul li {
    margin-bottom: 8px;
  }

  .faculty-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  }

  .faculty-box img {
    border-radius: 6px;
    margin-bottom: 15px;
  }

  .btn-theme {
    background: #1D24CA;
    color: #fff;
    border-radius: 25px;
    padding: 6px 18px;
  }

  .btn-theme:hover {
    background: #151b9e;
    color: #fff;
  }

  .syllabus-table-section {
    background: #F5F7F8;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .syllabus-heading {
    color: #1D24CA;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 5px solid #1D24CA;
    padding-left: 10px;
  }

  .table thead {
    background-color: #1D24CA;
    color: #ffffff;
  }

  .table-bordered td, 
  .table-bordered th {
    border: 1px solid #dee2e6;
  }

  .btn-syllabus {
    background-color: #1D24CA;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
  }

  .btn-syllabus:hover {
    background-color: #151b9e;
    color: #ffffff;
  }

  /* Political Science profile */
  .dept-heading{
    background:#1D24CA;
    color:#fff;
    padding:10px 15px;
    border-radius:5px;
    font-weight:600;
}

.dept-card{
    background:#F5F7F8;
    border:none;
    border-radius:8px;
    transition:0.3s;
}

.dept-card:hover{
    transform:translateY(-5px);
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

.dept-icon{
    font-size:40px;
}

.dept-title{
    font-weight:600;
    min-height:45px;
}

.dept-btn{
    background:#1D24CA;
    color:#fff;
    border:none;
    font-size:14px;
}

.dept-btn:hover{
    background:#0f169b;
    color:#fff;
}

.dept-heading{
    background:#1D24CA;
    color:#fff;
    padding:10px 15px;
    border-radius:5px;
    font-weight:600;
}

.faculty-card{
    background:#F5F7F8;
    border-radius:10px;
    padding:25px 20px;
    transition:0.3s;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.faculty-card:hover{
    transform:translateY(-6px);
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.faculty-img img{
    width:140px;
    height:140px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #1D24CA;
    margin-bottom:15px;
}

.faculty-info h5{
    font-weight:600;
    margin-bottom:5px;
}

.faculty-designation{
    color:#666;
    font-size:14px;
}

.faculty-btn{
    background:#1D24CA;
    color:#fff;
    border:none;
    padding:6px 18px;
    font-size:14px;
}

.faculty-btn:hover{
    background:#0f169b;
    color:#fff;
}

/*Marquee */
.marquee-wrapper {
  width: 100%;
  height: auto;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .marquee-wrapper {
    display: block !important;
    height: auto !important;
    overflow: hidden !important;
    visibility: visible !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    border: none !important;
    min-height: auto !important;
  }

  .marquee {
    display: block !important;
    height: auto !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .marquee-content {
    display: inline-block !important;
  }
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Gallery Section */
.gallery-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.gallery-carousel {
  padding: 20px 0;
}

.gallery-item {
  padding: 10px;
}

.gallery-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.3s ease;
  height: 300px;
}

.gallery-image-wrapper:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

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

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

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 36, 202, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
  transition: opacity 0.4s ease;
  z-index: 10;
  backdrop-filter: blur(2px);
  pointer-events: none;
}

.gallery-item:hover .gallery-image-wrapper .gallery-overlay {
  opacity: 1 !important;
  pointer-events: auto;
}

.gallery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #1D24CA;
  font-size: 28px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 11;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gallery-link:hover {
  background: #1D24CA;
  color: #fff;
  transform: scale(1.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.gallery-section .section-title h2 {
  color: #1D24CA;
  font-size: 36px;
  font-weight: 700;
}

.gallery-section .section-title p {
  color: #666;
  font-size: 16px;
}

.gallery-section .mt-4 {
  margin-top: 30px;
}

/* Owl Carousel customization for gallery */
.gallery-carousel .owl-nav {
  display: none !important;
}

.gallery-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.gallery-carousel .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background: #ccc !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.gallery-carousel .owl-dot.active {
  background: #1D24CA !important;
  width: 30px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .gallery-image-wrapper {
    height: 250px;
  }

  .gallery-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .gallery-section .section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .gallery-image-wrapper {
    height: 200px;
  }

  .gallery-item {
    padding: 5px;
  }

  .gallery-carousel .owl-nav button {
    display: none;
  }
}

/* Gallery Albums Accordion */
.gallery-albums-accordion {
  margin-top: 30px;
}

.gallery-album-card {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gallery-album-card:hover {
  border-color: #1D24CA;
  box-shadow: 0 8px 20px rgba(29, 36, 202, 0.15);
}

.album-header {
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
}

.album-header:hover {
  background: linear-gradient(135deg, #f0f2ff 0%, #e8ebff 100%);
}

.album-preview {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.album-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.album-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 36, 202, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-album-card:hover .album-overlay {
  opacity: 1;
}

.image-count-badge {
  background: #fff;
  color: #1D24CA;
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.album-info {
  flex: 1;
  padding-right: 20px;
}

.album-info h3 {
  margin: 0;
  font-size: 18px;
  color: #1D24CA;
  font-weight: 700;
  transition: all 0.3s ease;
}

.gallery-album-card:hover .album-info h3 {
  color: #0f169b;
}

.album-description {
  margin: 5px 0 0 0;
  color: #666;
  font-size: 13px;
}

.album-expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(29, 36, 202, 0.1);
  border-radius: 50%;
  color: #1D24CA;
  font-size: 14px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.gallery-album-card:hover .album-expand {
  background: #1D24CA;
  color: #fff;
  transform: scale(1.1);
}

.album-expand i {
  transition: transform 0.3s ease;
}

.album-content {
  padding: 25px;
  background: #fafafa;
  border-top: 2px solid #e8e8e8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.album-content.show {
  max-height: 5000px;
  opacity: 1;
  visibility: visible;
}

.album-content .portfolio-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.album-content .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.album-content .portfolio-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.album-content .portfolio-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.album-content .portfolio-item:hover img {
  transform: scale(1.05);
}

.album-content .portfolio-item a {
  text-decoration: none;
  display: block;
}

.album-content .portfolio-info {
  padding: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .album-content .portfolio-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .album-content .portfolio-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .album-content .portfolio-item img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .album-content .portfolio-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .album-content .portfolio-item img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .album-header {
    padding: 12px;
  }

  .album-preview {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }

  .album-info {
    padding-right: 10px;
  }

  .album-info h3 {
    font-size: 16px;
  }

  .album-expand {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 576px) {
  .album-header {
    padding: 10px;
  }

  .album-preview {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .album-info {
    padding-right: 8px;
  }

  .album-info h3 {
    font-size: 14px;
  }

  .album-description {
    font-size: 12px;
  }
}

/* News Table Styling */
.news-table-container {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 30px 0;
}

.news-table {
  width: 100%;
  border-collapse: collapse;
}

.news-table thead {
  background: linear-gradient(135deg, #1D24CA 0%, #2d32e0 100%);
  color: #fff;
}

.news-table thead th {
  padding: 16px;
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.news-table thead th.sr-no {
  width: 70px;
  text-align: center;
}

.news-table thead th.date {
  width: 130px;
}

.news-table thead th.action {
  width: 180px;
  text-align: center;
}

.news-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease;
}

.news-table tbody tr:hover {
  background-color: #f8f9ff;
  box-shadow: inset 0 0 10px rgba(29, 36, 202, 0.05);
}

.news-table tbody td {
  padding: 16px;
  font-size: 14px;
  color: #333;
}

.news-table td.sr-no {
  text-align: center;
  font-weight: 600;
  color: #1D24CA;
}

.news-table td.title {
  padding: 12px 16px;
}

.title-content h5 {
  margin: 0;
  color: #1D24CA;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.title-content .date-small {
  color: #999;
  font-size: 12px;
}

.news-table td.date {
  color: #666;
  font-size: 13px;
}

.news-table td.action {
  text-align: center;
}

.btn-view,
.btn-delete {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 3px;
}

.btn-view {
  background: #1D24CA;
  color: #fff;
}

.btn-view:hover {
  background: #0f169b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(29, 36, 202, 0.3);
}

.btn-delete {
  background: #ff4444;
  color: #fff;
}

.btn-delete:hover {
  background: #cc0000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
}

.news-table tbody tr:last-child {
  border-bottom: none;
}

.text-center {
  text-align: center;
  padding: 30px !important;
  color: #999;
}

/* Pagination Styling */
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.pagination li {
  display: inline;
}

.pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 2px solid #e8e8e8;
  border-radius: 6px;
  color: #1D24CA;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  border-color: #1D24CA;
  background: #f8f9ff;
  transform: translateY(-2px);
}

.pagination .page-link.active {
  background: linear-gradient(135deg, #1D24CA 0%, #2d32e0 100%);
  color: #fff;
  border-color: #1D24CA;
}

.pagination .disabled span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  color: #ccc;
}

.pagination-info {
  font-size: 13px;
  color: #666;
  margin-left: 20px;
}

.pagination-info strong {
  color: #1D24CA;
  font-weight: 700;
}

@media (max-width: 768px) {
  .news-table-container {
    margin: 20px 0;
  }

  .news-table thead th {
    padding: 12px;
    font-size: 12px;
  }

  .news-table tbody td {
    padding: 12px;
    font-size: 13px;
  }

  .title-content h5 {
    font-size: 14px;
  }

  .btn-view,
  .btn-delete {
    padding: 5px 10px;
    font-size: 11px;
  }

  .pagination-container {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .pagination-info {
    margin-left: 0;
  }

  .news-table thead th.date {
    display: none;
  }

  .news-table tbody td.date {
    display: none;
  }
}

@media (max-width: 576px) {
  .news-table thead th.sr-no,
  .news-table td.sr-no {
    display: none;
  }

  .news-table thead th.action {
    width: auto;
  }

  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Notice Board Vertical Scroller */
.notice-board-container {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.notice-carousel {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
  display: block;
}

.notice-item {
  padding: 12px 15px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 4px solid #1D24CA;
  min-height: 80px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

.notice-item:hover {
  background-color: #f0f2ff;
  box-shadow: inset 0 0 8px rgba(29, 36, 202, 0.1);
  padding-left: 20px;
}

.notice-content {
  width: 100%;
}

.notice-content b {
  display: block;
  color: #1D24CA;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.3;
  font-weight: 700;
}

.notice-content b a {
  color: #1D24CA;
  text-decoration: none;
  font-weight: 700;
}

.notice-content b a:hover {
  text-decoration: underline;
  color: #0f169b;
}

.notice-content small {
  color: #999;
  font-size: 11px;
  display: block;
  margin-top: 4px;
}

.notice-content img {
  margin-left: 5px;
  vertical-align: middle;
  max-width: 40px;
  height: auto;
}

.notice-button-container {
  text-align: center;
  padding: 15px 20px;
  background: #f9f9f9;
  border-top: 1px solid #e8e8e8;
}

/* Read buttons alignment */
.col-lg-8.content {
  position: relative;
}

.col-lg-8.content > .pull-right {
  text-align: right;
  display: block;
  margin-top: 20px;
  width: 100%;
  clear: both;
  float: none;
}

.col-lg-8.content > .pull-right a {
  display: inline-block;
}

.col-lg-4 .notice-button-container {
  text-align: right;
  display: block;
  clear: both;
}

/* Principal details alignment */
.col-lg-12.content > .text-right {
  text-align: right !important;
}

@media (max-width: 768px) {
  .notice-carousel {
    min-height: 200px;
    max-height: 200px;
  }

  .notice-item {
    min-height: 70px;
    padding: 12px;
  }

  .notice-content b {
    font-size: 13px;
  }

  .notice-content small {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .notice-carousel {
    min-height: 180px;
    max-height: 180px;
  }

  .notice-item {
    min-height: 60px;
  }
}

/* Timetable Cards */
.timetable-cards-container {
  margin-top: 30px;
}

.timetable-card {
  display: flex;
  align-items: center;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* Gradient backgrounds - Arts vs Commerce */
.timetable-card.ba-2025,
.timetable-card.ba-2024 {
  background: linear-gradient(135deg, #1D24CA 0%, #2d32e0 100%);
  color: #fff;
}

.timetable-card.bcom-2025,
.timetable-card.bcom-2024,
.timetable-card.bcom-2023 {
  background: #ffffff;
  color: #1D24CA;
  border: 2px solid #1D24CA;
}

.timetable-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer-card 3s infinite;
  z-index: 1;
}

@keyframes shimmer-card {
  0% { left: -100%; }
  100% { left: 100%; }
}

.timetable-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.timetable-card-icon {
  font-size: 48px;
  margin-right: 20px;
  opacity: 0.9;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.timetable-card:hover .timetable-card-icon {
  transform: scale(1.2) rotate(5deg);
  opacity: 1;
}

.timetable-card-content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.timetable-year-badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  border: 1px solid currentColor;
  transition: all 0.3s ease;
}

.timetable-card.ba-2025 .timetable-year-badge,
.timetable-card.ba-2024 .timetable-year-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.timetable-card.ba-2025:hover .timetable-year-badge,
.timetable-card.ba-2024:hover .timetable-year-badge {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
}

.timetable-card.bcom-2025 .timetable-year-badge,
.timetable-card.bcom-2024 .timetable-year-badge,
.timetable-card.bcom-2023 .timetable-year-badge {
  background: rgba(29, 36, 202, 0.1);
  color: #1D24CA;
  border-color: #1D24CA;
}

.timetable-card.bcom-2025:hover .timetable-year-badge,
.timetable-card.bcom-2024:hover .timetable-year-badge,
.timetable-card.bcom-2023:hover .timetable-year-badge {
  background: rgba(29, 36, 202, 0.2);
  border-color: #1D24CA;
}

.timetable-card h4 {
  margin: 0 0 8px 0;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.timetable-card p {
  margin: 0;
  font-size: 14px;
  opacity: 0.95;
  transition: all 0.3s ease;
}

.timetable-arrow {
  position: absolute;
  right: 20px;
  font-size: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.timetable-card:hover .timetable-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .timetable-card {
    min-height: 130px;
    padding: 20px;
  }

  .timetable-card-icon {
    font-size: 36px;
    margin-right: 15px;
  }

  .timetable-card h4 {
    font-size: 18px;
  }

  .timetable-card p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .timetable-card {
    min-height: 120px;
    padding: 15px;
  }

  .timetable-card-icon {
    font-size: 32px;
    margin-right: 10px;
  }

  .timetable-card h4 {
    font-size: 16px;
  }

  .timetable-cards-container .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ===== Important Links Cards ===== */
.important-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.link-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.link-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1D24CA, #5E63FF);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(29, 36, 202, 0.2);
  background: rgba(255, 255, 255, 0.85);
}

.link-card:hover::before {
  transform: scaleX(1);
}

.link-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: white;
  transition: transform 0.3s ease;
}

.link-card:hover .link-card-icon {
  transform: scale(1.1) rotate(5deg);
}

.link-card h3 {
  font-size: 18px;
  color: #1D24CA;
  margin: 0 0 12px 0;
  font-weight: 600;
  transition: color 0.3s ease;
}

.link-card:hover h3 {
  color: #1D24CA;
}

.link-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.link-btn:hover {
  background: linear-gradient(135deg, #1620a8, #4a52d9);
  transform: translateX(3px);
  box-shadow: 0 6px 16px rgba(29, 36, 202, 0.3);
  color: white;
  text-decoration: none;
}

.link-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.link-btn:hover i {
  transform: translateX(2px);
}

.dual-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.dual-links .link-btn {
  flex: 1;
  min-width: 110px;
  font-size: 12px;
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .important-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
  }

  .link-card {
    padding: 24px 20px;
  }

  .link-card-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .link-card h3 {
    font-size: 16px;
  }

  .link-description {
    font-size: 13px;
  }

  .link-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .important-links-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .link-card {
    padding: 20px 16px;
  }

  .link-card-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .link-card h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .link-description {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .dual-links {
    flex-direction: column;
  }

  .dual-links .link-btn {
    width: 100%;
    min-width: auto;
  }
}

/* ===== E-Learning Resources Cards ===== */
.elearning-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.learning-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.learning-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1D24CA, #5E63FF);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.learning-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(29, 36, 202, 0.2);
  background: rgba(255, 255, 255, 0.85);
}

.learning-card:hover::before {
  transform: scaleX(1);
}

.learning-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: white;
  transition: transform 0.3s ease;
}

.learning-card:hover .learning-card-icon {
  transform: scale(1.1) rotate(5deg);
}

.learning-card h3 {
  font-size: 18px;
  color: #1D24CA;
  margin: 0 0 12px 0;
  font-weight: 600;
  transition: color 0.3s ease;
}

.learning-card:hover h3 {
  color: #1D24CA;
}

.learning-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learning-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.learning-btn:hover {
  background: linear-gradient(135deg, #1620a8, #4a52d9);
  transform: translateX(3px);
  box-shadow: 0 6px 16px rgba(29, 36, 202, 0.3);
  color: white;
  text-decoration: none;
}

.learning-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.learning-btn:hover i {
  transform: translateX(2px);
}

.dual-learning-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.dual-learning-links .learning-btn {
  flex: 1;
  min-width: 110px;
  font-size: 12px;
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .elearning-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
  }

  .learning-card {
    padding: 24px 20px;
  }

  .learning-card-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .learning-card h3 {
    font-size: 16px;
  }

  .learning-description {
    font-size: 13px;
  }

  .learning-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .elearning-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .learning-card {
    padding: 20px 16px;
  }

  .learning-card-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .learning-card h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .learning-description {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .dual-learning-links {
    flex-direction: column;
  }

  .dual-learning-links .learning-btn {
    width: 100%;
    min-width: auto;
  }
}

/* ===== Scholarship Cards ===== */
.scholarship-intro {
  background: rgba(29, 36, 202, 0.08);
  border-left: 4px solid #1D24CA;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.scholarship-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.scholarship-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.scholarship-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1D24CA, #5E63FF);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.scholarship-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(29, 36, 202, 0.2);
  background: rgba(255, 255, 255, 0.85);
}

.scholarship-card:hover::before {
  transform: scaleX(1);
}

.scholarship-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: white;
  transition: transform 0.3s ease;
}

.scholarship-card:hover .scholarship-card-icon {
  transform: scale(1.1) rotate(5deg);
}

.scholarship-card h3 {
  font-size: 18px;
  color: #1D24CA;
  margin: 0 0 8px 0;
  font-weight: 600;
  transition: color 0.3s ease;
}

.scholarship-card:hover h3 {
  color: #1620a8;
}

.scholarship-category {
  font-size: 13px;
  color: #5E63FF;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.scholarship-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scholarship-badge {
  display: inline-block;
  background: rgba(29, 36, 202, 0.1);
  color: #1D24CA;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(29, 36, 202, 0.2);
  transition: all 0.3s ease;
}

.scholarship-card:hover .scholarship-badge {
  background: rgba(29, 36, 202, 0.2);
  border-color: #1D24CA;
}

@media (max-width: 768px) {
  .scholarship-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
  }

  .scholarship-card {
    padding: 24px 20px;
  }

  .scholarship-card-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .scholarship-card h3 {
    font-size: 16px;
  }

  .scholarship-category {
    font-size: 12px;
  }

  .scholarship-description {
    font-size: 13px;
  }

  .scholarship-badge {
    font-size: 11px;
    padding: 5px 12px;
  }

  .scholarship-intro {
    padding: 16px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .scholarship-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .scholarship-card {
    padding: 20px 16px;
  }

  .scholarship-card-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .scholarship-card h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .scholarship-category {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .scholarship-description {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .scholarship-badge {
    font-size: 10px;
    padding: 4px 10px;
  }

  .scholarship-intro {
    padding: 14px;
    font-size: 13px;
    margin-bottom: 24px;
  }
}

/* ===== IQAC Members Table ===== */
.iqac-table-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow-x: auto;
  margin-top: 30px;
}

.iqac-members-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.iqac-members-table thead {
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
}

.iqac-members-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(29, 36, 202, 0.2);
}

.iqac-members-table tbody tr {
  border-bottom: 1px solid rgba(29, 36, 202, 0.1);
  transition: all 0.3s ease;
}

.iqac-members-table tbody tr:hover {
  background: rgba(29, 36, 202, 0.05);
  box-shadow: inset 0 0 8px rgba(29, 36, 202, 0.1);
}

.iqac-members-table tbody tr:last-child {
  border-bottom: none;
}

.iqac-members-table td {
  padding: 18px;
  vertical-align: top;
  color: #333;
}

.iqac-members-table .sr-no {
  font-weight: 700;
  color: #1D24CA;
  width: 60px;
  text-align: center;
  font-size: 18px;
}

.iqac-members-table .committee-name {
  width: 25%;
  min-width: 200px;
}

.committee-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.iqac-members-table .coordinator {
  width: 22%;
  min-width: 180px;
}

.member-name {
  font-weight: 600;
  color: #1D24CA;
  margin-bottom: 4px;
  font-size: 14px;
}

.member-role {
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.iqac-members-table .members-list {
  width: 35%;
  min-width: 250px;
}

.members-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.members-ul li {
  padding: 5px 0;
  color: #555;
  font-size: 14px;
  border-left: 3px solid rgba(29, 36, 202, 0.3);
  padding-left: 12px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.members-ul li:hover {
  border-left-color: #1D24CA;
  color: #1D24CA;
  padding-left: 16px;
}

.members-ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .iqac-table-wrapper {
    padding: 20px;
  }

  .iqac-members-table {
    font-size: 14px;
  }

  .iqac-members-table thead th {
    padding: 12px 10px;
    font-size: 12px;
  }

  .iqac-members-table td {
    padding: 14px 10px;
  }

  .iqac-members-table .committee-name {
    width: 30%;
  }

  .iqac-members-table .members-list {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .iqac-table-wrapper {
    padding: 16px;
    overflow-x: auto;
  }

  .iqac-members-table {
    min-width: 100%;
    font-size: 13px;
  }

  .iqac-members-table thead th {
    padding: 10px 8px;
    font-size: 11px;
  }

  .iqac-members-table td {
    padding: 12px 8px;
  }

  .iqac-members-table .sr-no {
    width: 50px;
    font-size: 16px;
  }

  .iqac-members-table .committee-name {
    width: 120px;
    min-width: 120px;
  }

  .iqac-members-table .coordinator {
    width: 140px;
    min-width: 140px;
  }

  .member-name {
    font-size: 13px;
  }

  .member-role {
    font-size: 11px;
  }

  .iqac-members-table .members-list {
    width: 200px;
    min-width: 200px;
  }

  .members-ul li {
    font-size: 12px;
    padding: 4px 0;
    margin-bottom: 3px;
  }

  .committee-badge {
    font-size: 10px;
    padding: 3px 8px;
    margin-right: 6px;
  }
}

@media (max-width: 576px) {
  .iqac-table-wrapper {
    padding: 12px;
    border-radius: 8px;
  }

  .iqac-members-table {
    font-size: 12px;
  }

  .iqac-members-table thead th {
    padding: 8px 6px;
    font-size: 10px;
  }

  .iqac-members-table td {
    padding: 10px 6px;
    font-size: 12px;
  }

  .iqac-members-table .sr-no {
    width: 40px;
    font-size: 14px;
  }

  .iqac-members-table .committee-name {
    width: 100px;
    min-width: 100px;
  }

  .iqac-members-table .coordinator {
    width: 120px;
    min-width: 120px;
  }

  .member-name {
    font-size: 12px;
  }

  .iqac-members-table .members-list {
    width: 150px;
    min-width: 150px;
  }

  .members-ul li {
    font-size: 11px;
    padding: 3px 0;
    margin-bottom: 2px;
  }

  .committee-badge {
    font-size: 9px;
    padding: 2px 6px;
  }
}

/* ===== Anti-Ragging Page Styling ===== */
.anti-ragging-section {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.anti-ragging-section:hover {
  box-shadow: 0 12px 40px rgba(29, 36, 202, 0.15);
}

.anti-ragging-header {
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
  padding: 20px 25px;
  border-bottom: 2px solid rgba(29, 36, 202, 0.1);
}

.anti-ragging-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.anti-ragging-header i {
  font-size: 24px;
}

.anti-ragging-content {
  padding: 25px;
  color: #333;
  line-height: 1.8;
}

.anti-ragging-content p {
  margin-bottom: 16px;
  font-size: 15px;
  color: #555;
}

.anti-ragging-content p:last-child {
  margin-bottom: 0;
}

.anti-ragging-content strong {
  color: #1D24CA;
  font-weight: 600;
}

.anti-ragging-measures {
  background: rgba(29, 36, 202, 0.08);
  border-left: 4px solid #1D24CA;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.anti-ragging-measures h4 {
  color: #1D24CA;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 16px;
}

.anti-ragging-measures ol {
  margin: 0;
  padding-left: 25px;
}

.anti-ragging-measures li {
  margin-bottom: 12px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.anti-ragging-measures li:last-child {
  margin-bottom: 0;
}

/* Squad Contact Table */
.anti-ragging-squad-table {
  margin: 30px 0;
}

.squad-table-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow-x: auto;
}

.anti-ragging-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.anti-ragging-table thead {
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
}

.anti-ragging-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(29, 36, 202, 0.2);
}

.anti-ragging-table tbody tr {
  border-bottom: 1px solid rgba(29, 36, 202, 0.1);
  transition: all 0.3s ease;
}

.anti-ragging-table tbody tr:hover {
  background: rgba(29, 36, 202, 0.05);
}

.anti-ragging-table tbody tr:last-child {
  border-bottom: none;
}

.anti-ragging-table td {
  padding: 14px 18px;
  vertical-align: center;
  color: #555;
}

.anti-ragging-table td a {
  color: #1D24CA;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.anti-ragging-table td a:hover {
  color: #5E63FF;
  text-decoration: underline;
}

/* Coordinator Card */
.anti-ragging-coordinator {
  margin-top: 30px;
  text-align: center;
}

.coordinator-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.coordinator-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1D24CA, #5E63FF);
}

.coordinator-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(29, 36, 202, 0.2);
}

.coordinator-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  color: white;
  transition: transform 0.3s ease;
}

.coordinator-card:hover .coordinator-icon {
  transform: scale(1.1);
}

.coordinator-card h4 {
  color: #1D24CA;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.coordinator-name {
  font-size: 18px;
  font-weight: 600;
  color: #1D24CA;
  margin: 10px 0 5px 0;
}

.coordinator-role {
  font-size: 14px;
  color: #999;
  margin: 0 0 16px 0;
  font-style: italic;
}

.coordinator-contact {
  font-size: 14px;
  color: #555;
}

.coordinator-contact a {
  color: #1D24CA;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.coordinator-contact a:hover {
  color: #5E63FF;
}

.coordinator-contact i {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .anti-ragging-section {
    margin-bottom: 20px;
  }

  .anti-ragging-header {
    padding: 16px 20px;
  }

  .anti-ragging-header h3 {
    font-size: 17px;
    gap: 10px;
  }

  .anti-ragging-header i {
    font-size: 20px;
  }

  .anti-ragging-content {
    padding: 20px;
  }

  .anti-ragging-content p {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .anti-ragging-measures {
    padding: 16px;
    margin-top: 16px;
  }

  .anti-ragging-measures h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .anti-ragging-measures li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .squad-table-wrapper {
    padding: 16px;
  }

  .anti-ragging-table {
    font-size: 13px;
  }

  .anti-ragging-table thead th {
    padding: 12px 10px;
    font-size: 12px;
  }

  .anti-ragging-table td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .coordinator-card {
    padding: 30px 20px;
    max-width: 100%;
  }

  .coordinator-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .coordinator-name {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .anti-ragging-header {
    padding: 14px 16px;
  }

  .anti-ragging-header h3 {
    font-size: 15px;
    gap: 8px;
  }

  .anti-ragging-header i {
    font-size: 18px;
  }

  .anti-ragging-content {
    padding: 16px;
  }

  .anti-ragging-content p {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .anti-ragging-measures {
    padding: 12px;
    margin-top: 14px;
  }

  .anti-ragging-measures h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .anti-ragging-measures ol {
    padding-left: 20px;
  }

  .anti-ragging-measures li {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .squad-table-wrapper {
    padding: 12px;
    overflow-x: auto;
  }

  .anti-ragging-table {
    font-size: 12px;
    min-width: 100%;
  }

  .anti-ragging-table thead th {
    padding: 10px 8px;
    font-size: 11px;
  }

  .anti-ragging-table td {
    padding: 10px 8px;
    font-size: 12px;
  }

  .coordinator-card {
    padding: 24px 16px;
    margin: 20px 0 0 0;
  }

  .coordinator-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .coordinator-name {
    font-size: 14px;
  }

  .coordinator-contact {
    font-size: 12px;
  }
}

/* ===== Committees Accordion Styling ===== */
.committees-accordion {
  margin-top: 30px;
}

.committee-section {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.committee-section:hover {
  box-shadow: 0 12px 48px rgba(29, 36, 202, 0.15);
}

.committee-header {
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
  padding: 20px 25px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.committee-header:hover {
  background: linear-gradient(135deg, #1620a8, #4a52d9);
  padding: 22px 25px;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.committee-header i {
  font-size: 20px;
  transition: transform 0.3s ease;
  min-width: 20px;
}

.committee-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  flex-grow: 1;
}

.committee-count {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.committee-content {
  display: none;
  padding: 0;
  animation: slideDown 0.3s ease;
}

.committee-content.show {
  display: block;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.table-wrapper {
  overflow-x: auto;
  padding: 25px;
}

.committees-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.committees-table thead {
  background: rgba(29, 36, 202, 0.08);
  border-bottom: 2px solid #1D24CA;
}

.committees-table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: #1D24CA;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.committees-table tbody tr {
  border-bottom: 1px solid rgba(29, 36, 202, 0.1);
  transition: all 0.2s ease;
}

.committees-table tbody tr:hover {
  background: rgba(29, 36, 202, 0.05);
}

.committees-table tbody tr:last-child {
  border-bottom: none;
}

.committees-table td {
  padding: 14px 16px;
  color: #555;
  vertical-align: top;
  line-height: 1.5;
}

.committees-table td:first-child {
  font-weight: 600;
  color: #1D24CA;
  width: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  .committee-header {
    padding: 16px 18px;
  }

  .committee-header h3 {
    font-size: 17px;
  }

  .committee-count {
    font-size: 12px;
    padding: 5px 12px;
  }

  .table-wrapper {
    padding: 18px;
  }

  .committees-table {
    font-size: 13px;
  }

  .committees-table thead th {
    padding: 12px 10px;
    font-size: 12px;
  }

  .committees-table td {
    padding: 12px 10px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .committee-section {
    margin-bottom: 16px;
  }

  .committee-header {
    padding: 14px 16px;
  }

  .committee-header h3 {
    font-size: 15px;
  }

  .committee-count {
    font-size: 11px;
    padding: 4px 10px;
  }

  .header-content {
    gap: 10px;
  }

  .committee-header i {
    font-size: 18px;
  }

  .table-wrapper {
    padding: 14px;
    overflow-x: auto;
  }

  .committees-table {
    font-size: 12px;
    min-width: 100%;
  }

  .committees-table thead th {
    padding: 10px 8px;
    font-size: 11px;
  }

  .committees-table td {
    padding: 10px 8px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .committee-header {
    padding: 12px 14px;
  }

  .committee-header h3 {
    font-size: 13px;
  }

  .committee-count {
    font-size: 10px;
    padding: 3px 8px;
  }

  .header-content {
    gap: 8px;
  }

  .committee-header i {
    font-size: 16px;
  }

  .table-wrapper {
    padding: 12px;
  }

  .committees-table {
    font-size: 11px;
  }

  .committees-table thead th {
    padding: 8px 6px;
    font-size: 10px;
  }

  .committees-table td {
    padding: 8px 6px;
    font-size: 11px;
    word-break: break-word;
  }

  .committees-table td:first-child {
    width: 40px;
    font-size: 10px;
  }
}

/* ===== Scholarship Schemes Table ===== */
.scholarship-schemes-section {
  margin-top: 40px;
}

.schemes-title {
  color: #1D24CA;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.schemes-title::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  border-radius: 2px;
}

.schemes-table-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  margin-bottom: 24px;
}

.scholarship-schemes-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.scholarship-schemes-table thead {
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  color: white;
}

.scholarship-schemes-table thead th {
  padding: 14px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(29, 36, 202, 0.2);
}

.scholarship-schemes-table tbody tr {
  border-bottom: 1px solid rgba(29, 36, 202, 0.1);
  transition: all 0.2s ease;
}

.scholarship-schemes-table tbody tr:hover {
  background: rgba(29, 36, 202, 0.05);
}

.scholarship-schemes-table tbody tr:last-child {
  border-bottom: none;
}

.scholarship-schemes-table td {
  padding: 12px;
  color: #555;
  vertical-align: top;
  line-height: 1.5;
}

.scholarship-schemes-table td:first-child {
  font-weight: 600;
  color: #1D24CA;
  width: 40px;
  text-align: center;
}

.scholarship-note {
  background: rgba(29, 36, 202, 0.08);
  border-left: 4px solid #1D24CA;
  padding: 16px 20px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.scholarship-note i {
  color: #1D24CA;
  font-size: 18px;
  margin-top: 2px;
  min-width: 18px;
}

.scholarship-note p {
  margin: 0;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* ===== Clubs and Societies Section ===== */
.clubs-section {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid rgba(29, 36, 202, 0.1);
}

.clubs-title {
  color: #1D24CA;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.clubs-title::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  border-radius: 2px;
}

.clubs-intro {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.clubs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.club-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.club-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1D24CA, #5E63FF);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.club-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(29, 36, 202, 0.2);
  background: rgba(255, 255, 255, 0.85);
}

.club-card:hover::before {
  transform: scaleX(1);
}

.club-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1D24CA, #5E63FF);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.club-card:hover .club-icon {
  transform: scale(1.1) rotate(5deg);
}

.club-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: #1D24CA;
  margin: 0 0 10px 0;
}

.club-card p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .schemes-table-wrapper {
    padding: 18px;
  }

  .scholarship-schemes-table {
    font-size: 12px;
  }

  .scholarship-schemes-table thead th {
    padding: 10px 8px;
    font-size: 11px;
  }

  .scholarship-schemes-table td {
    padding: 10px 8px;
  }

  .clubs-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }

  .club-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .schemes-title,
  .clubs-title {
    font-size: 18px;
  }

  .schemes-table-wrapper {
    padding: 14px;
    overflow-x: auto;
  }

  .scholarship-schemes-table {
    font-size: 11px;
    min-width: 100%;
  }

  .scholarship-schemes-table thead th {
    padding: 8px 6px;
    font-size: 10px;
  }

  .scholarship-schemes-table td {
    padding: 8px 6px;
    font-size: 11px;
  }

  .clubs-intro {
    font-size: 13px;
  }

  .clubs-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
  }

  .club-card {
    padding: 18px;
  }

  .club-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    margin-bottom: 12px;
  }

  .club-card h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .club-card p {
    font-size: 12px;
  }

  .scholarship-note {
    padding: 12px 16px;
    gap: 10px;
  }

  .scholarship-note p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .schemes-title,
  .clubs-title {
    font-size: 16px;
  }

  .schemes-table-wrapper {
    padding: 10px;
  }

  .scholarship-schemes-table {
    font-size: 10px;
  }

  .scholarship-schemes-table thead th {
    padding: 6px 4px;
    font-size: 9px;
  }

  .scholarship-schemes-table td {
    padding: 6px 4px;
    font-size: 10px;
  }

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

  .club-card {
    padding: 16px;
  }

  .club-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .club-card h4 {
    font-size: 13px;
  }

  .club-card p {
    font-size: 11px;
  }

  .scholarship-note {
    flex-direction: column;
    gap: 8px;
  }

  .scholarship-note i {
    font-size: 16px;
  }

  .scholarship-note p {
    font-size: 11px;
  }
}