@font-face {
    font-family: 'Kruti';
    src: url('../fonts/k010-webfont.woff2') format('woff2'), url('../fonts/k010-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Global css */

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}

body {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    min-width: 360px;
    width: 100%;
}

button,
input[type="submit"],
input[type="search"],
a {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

a {
    color: #212529;
    font-weight: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #fff;
}

a:focus {
    outline: none!important;
    outline-offset: inherit!important;
    text-decoration: none!important;
}

button:focus {
    outline: none;
}

a,
img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

label {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
}

dl,
ol,
ul {
    list-style-position: inside;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

p {
    display: block;
    margin: 0;
    padding: 0 0 15px;
    word-wrap: break-word;
    letter-spacing: .2px;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.crimson {
    font-family: 'Crimson Text', serif;
}

.alegreya {
    font-family: 'Alegreya', serif;
}

.check-custom input[type="checkbox"] {
    display: none;
}

.check-custom input[type="checkbox"]+label {
    background: rgba(0, 0, 0, 0) url('../images/chkbox.png') no-repeat left top;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    min-height: 22px;
    min-width: 22px;
    padding: 0 0 0 30px;
    margin-right: 10px;
}

.check-custom input[type="checkbox"]:checked+label {
    background-image: url('../images/chkbox-chacked.png');
}

.radio-custom input[type="radio"] {
    display: none;
}

.radio-custom input[type="radio"]+label {
    background: rgba(0, 0, 0, 0) url('../images/chkbox.png') no-repeat left top;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    min-height: 22px;
    min-width: 22px;
    padding: 0 0 0 30px;
    margin-right: 10px;
}

.radio-custom input[type="radio"]:checked+label {
    background-image: url('../images/chkbox-chacked.png');
}

.form-group {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.form-control {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    height: 48px;
    padding: 0 15px;
}

.with-left-icon .form-control {
    padding-left: 58px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

*:focus {
    outline: none;
}

select,
select.form-control {
    height: 48px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    padding-left: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select option {
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

select option:last-child {
    border-bottom: none;
}

.select-upper {
    float: left;
    width: 100%;
    position: relative;
}

.select-upper::after {
    content: "\f078";
    color: #666;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    text-decoration: inherit;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-shadow: none;
}

.select-upper.no-arrow::after {
    display: none;
}

textarea.form-control {
    min-height: 140px;
    resize: vertical;
    height: auto;
    padding: 10px;
}

.inp-left-icon {
    position: relative;
}

.inp-left-icon::after {
    content: "\f0d7";
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    text-decoration: inherit;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-shadow: none;
}


/* Buttons CSS */

.btn-inline .btn {
    margin: 0 5px;
}

.btn-inline .btn:first-child {
    margin-left: 0;
}

.btn-inline .btn:last-child {
    margin-right: 0;
}

.btn:focus {
    outline: normal;
    box-shadow: none !important;
}

.btn-custom {
    height: 36px;
    padding: 0 15px;
    line-height: 33px;
    min-width: 130px;
    color: #fff;
    background-color: #273E47;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    border: 1px solid #273E47;
    font-family: 'Open Sans', sans-serif;
    text-transform: inherit;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active {
    background-color: #A4243B;
    color: #fff;
    border-color: #A4243B;
}

.hvr-sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.btn-red {
    background-color: #A4243B;
    border-color: #A4243B;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.active {
    background-color: #273E47;
    color: #fff;
    border-color: #273E47;
}

.btn-yellow {
    background-color: #FBDD23;
    border-color: #FBDD23;
    color: #222;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.active {
    background-color: #E6646E;
    color: #fff;
    border-color: #E6646E;
}

.relative {
    position: relative;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.no-gutter {
    padding: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.full {
    width: 100%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container {
    width: 90%;
    max-width: 1410px;
}

.link-blue {
    color: #224e96;
}

.link-blue i {
    margin: 0 5px;
    vertical-align: middle;
}

.link-blue:hover {
    color: #ff9301;
}

.underline {
    text-decoration: underline;
}

.paddTB80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.paddT80 {
    padding-top: 80px;
}

.paddB80 {
    padding-bottom: 80px;
}

.bg-lightgray {
    background: #F9F9F9;
}

.marT0 {
    margin-top: 0 !important;
}

.marT15 {
    margin-top: 15px !important;
}

.marB0 {
    margin-bottom: 0 !important;
}

.paddT0 {
    padding-top: 0 !important;
}

.marB5 {
    margin-bottom: 5px;
}


/* For Placeholder Color */

input::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1;
}

input:-moz-placeholder {
    color: #666 !important;
    opacity: 1;
}

input::-moz-placeholder {
    color: #666 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #666 !important;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #666 !important;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1;
}


/*Header*/

header {
    background: #FFF9E7;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

.header-top {
    height: 36px;
    background: #273E47;
    display: flex;
    align-items: center;
}
/* 
.header-top .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.header-top .emails {
    display: flex;
}

.header-top .emails p {
    color: #fff;
    padding-bottom: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.header-top .emails p img {
    margin-right: 5px;
}

.header-top .emails p span {
    margin-right: 5px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 124px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    flex-shrink: 0;
}

.logo img {
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100px;
}

.head-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 27%;
}

.logo-title {
    text-align: center;
}

.logo-title h1 {
    font-style: normal;
    font-size: 36px;
    line-height: 25px;
    color: #56101A;
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: 10px;
}

.logo-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: -2px;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.logo-title span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    display: block;
    padding-top: 7px;
}

input::-ms-clear,
input::-ms-reveal {
    display: none !important;
}

.header-links {
    color: #fff;
    margin-left: auto;
}

.header-links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
    border-right: 1.5px solid #fff;
    line-height: 12px;
    display: inline-block;
}

.header-links a:first-child {
    padding-left: 0;
}

.header-links a:last-child {
    padding-right: 0;
    border-right: none;
}

.header-links a:hover {
    color: #A4243B;
}

.header-links.rightside {
    margin-right: auto;
    margin-left: inherit;
}

.lang-btns a,
.lang-btns a:first-child {
    padding-left: 10px !important;
    border-right: none !important;
}

.head-right {
    display: flex;
    align-items: center;
}

a.jublee-logo {
    margin-top: -24px;
}

.jublee-logo img {
    width: 70px;
}

.head-right-btns {
    display: flex;
}

.head-right-btns a {
    border-radius: 3px;
    height: 33px;
    padding: 7px 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19px;
    background-color: #363991;
    color: #fff;
    margin-left: 10px;
}

.head-right-btns a.btn-red {
    background-color: #E6646E;
}

.head-content {
    padding-top: 15px;
}

.head-content.for-mobile {
    display: none;
}

.head-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    text-align: right;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0;
}

.main-navbar {
    display: flex;
    background: #A4243B;
}

.main-navbar {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
  }
 /* .main-navbar .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
} */
.main-navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #A4243B; /* your theme color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.5s ease;
  }

  @keyframes slideDown {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* Optional – adjust link color in sticky mode */
  .main-navbar.sticky .nav-link {
    color: #fff !important;
  }


.collapse.navbar-collapse {
    justify-content: flex-start;
}

.navouter {
    display: flex;
    align-items: center;
    justify-content:center;
}

.main-navbar .navbar-dark {
    padding: 0;
}

.main-navbar .navbar-dark .navbar-nav {
    height: 50px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.main-navbar .navbar-dark .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
    background: #621120;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 18px 13px;
    line-height: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
    margin-left: 7px;
    font-size: 12px;
}

.main-navbar .navbar-dark .navbar-nav .nav-link:focus,
.main-navbar .navbar-dark .navbar-nav .nav-link:hover,
.main-navbar .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background: #621120;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .btn {
    min-width: 145px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    top: calc(100% - 1px);
    min-width: 200px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a:hover {
    background: #fff;
    color: #A4243B;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul {
    display: block;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu {
    position: relative;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle::after {
    margin-left: 10px;
    font-size: 14px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul li:hover>ul {
    display: block;
}

.main-banner {
    position: relative;
    background: #666;
    aspect-ratio: 173/64;
    width: 100%;
}

.main-banner .item::before {
    background: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.main-banner .owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    display: none;
}

.main-banner .owl-carousel .owl-nav button {
    margin: 0;
    width: 50px;
}

.main-banner .owl-carousel .owl-nav button span {
    font-size: 50px;
    color: #fff;
}

.main-banner .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.main-banner .owl-carousel {
    height: 100%;
}

.main-banner .banner-col {
    overflow: hidden;
}

.slider-caption {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2;
    text-align: center;
    width: calc(100% - 100px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    pointer-events: none;
}

.slider-caption h1 {
    font-size: 72px;
    color: #fff;
    line-height: 105px;
    text-transform: uppercase;
    font-weight: 700;
}

.slider-caption p {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
    padding-bottom: 0;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    margin: 0 !important;
    left: 0;
    z-index: 3;
}

.main-slider .owl-dots button span {
    margin: 5px 4px !important;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span {
    background: #A4243B;
}

.slider-marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
    line-height: 44px;
}

.slider-marquee a {
    color: #fff;
}


/* Banner notification */


/* Floting social icons */

.floating-icons {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-icons a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.floating-icons a:first-child {
    border-top-left-radius: 5px;
}

.floating-icons a:last-child {
    border-bottom-left-radius: 5px;
}

.floating-icons a:hover {
    width: 80px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.floating-icons a i {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.floating-icons a.fb {
    background-color: #337FFF;
}

.floating-icons a.tw {
    background-color: #33CCFF;
}

.floating-icons a.ins {
    background-color: #DA3A8D;
}

.floating-icons a.link {
    background-color: #0277b5;
}

.floating-icons a.you {
    background-color: #D72A2A;
}
.floating-icons a.what {
    background-color: #075E54;
}

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

.section-title h2 {
    color: #222;
    font-size: 36px;
    text-transform: uppercase;
}

.section-title h2 span.text-red {
    color: #A4243B;
}
/* ===== BULLETIN MARQUEE ===== */
.marquee-section {
    z-index: 2 !important;
    position: relative;
    background: #FCEADE;
  }
  
  .marquee-inner {
    margin-top: -32px;
    background: #273E47;
    height: 60px;
    text-align: left;
    position: relative;
    padding-left: 160px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
  }
  
  .marquee-inner h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    background: #A4243B;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .marquee-inner h3::after {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #A4243B;
    position: absolute;
    left: 100%;
    top: 0;
    content: "";
  }
  
  /* Slides */
  .marquee-slides {
    position: relative;
    width: 90%;
    height: 100%;
  }
  
  .marquee-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .marquee-slide.active {
    opacity: 1;
    z-index: 2;
  }
  
  .marquee-slide p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 60px;
    background: #273E47;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .marquee-slide a {
    color: #fff;
    text-decoration: none;
  }
  
  .marquee-slide a:hover {
    text-decoration: underline;
  }
  
  /* Navigation Arrows */
  .marquee-nav {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
  }
  
  .marquee-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #A4243B;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .marquee-nav button:hover {
    background: #8b1d32;
  }
  
  /* ===== Responsive Design ===== */
  
  /* Tablets */
  @media (max-width: 992px) {
    .marquee-inner {
      height: 55px;
      padding-left: 130px;
      padding-right: 50px;
    }
    .marquee-inner h3 {
      font-size: 15px;
    }
    .marquee-slide p {
      font-size: 14px;
      line-height: 55px;
    }
  }
  
/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
    .marquee-inner {
      flex-direction: column;
      align-items: center;
      height: auto;
      padding: 15px 20px;
      text-align: center;
      overflow: hidden; 
    }
  
    .marquee-inner h3 {
      position: static;
      background: #A4243B;
      width: 100%;
      padding: 10px 0;
      margin-bottom: 10px;
      border-radius: 6px;
    }
  
    .marquee-inner h3::after {
      display: none; 
    }
  
    .marquee-slides {
      position: relative;
      width: 100%;
      height: 70px; 
      overflow: hidden;
    }
  
    .marquee-slide {
      position: absolute; 
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }
  
    .marquee-slide.active {
      opacity: 1;
      z-index: 2;
    }
  
    .marquee-slide p {
      line-height: 22px;
      font-size: 14px;
      white-space: normal;
      margin: 0;
    }
  
    .marquee-nav {
      position: static;
      margin-top: 22px;
      justify-content: center;
    }
  }
  
  
  /* =========noticeboard section========== */
.noticeboard-section {
    background: #FCEADE;
}

.noticeboard-section .card-body {
    height: 420px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.noticeboard-section .card-body ul {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.noticeboard-section .card-body ul.marquee {
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.noticeboard-section .card-body ul.marquee:hover {
    animation-play-state: paused;
}


/* Make it move! */

@keyframes marquee {
    0% {
        top: calc(100% + 10px)
    }
    100% {
        top: -120%
    }
}

.card-custom1 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card-custom1 .card-header {
    text-align: center;
    padding: 0;
    background: none;
    border: none;
}

.card-custom1 .card-header h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: #273E47;
    height: 54px;
    line-height: 54px;
}

.card-head-links {
    background: #f3f3f3;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-head-links a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 10px;
    line-height: 14px;
}

.card-head-links a:hover,
.card-head-links a.active {
    color: #A4243B;
}

.list-with-date li {
    display: flex;
    margin-bottom: 20px;
}

.list-with-date li .card-date-col {
    width: 65px;
    height: 65px;
    background-color: #F1DAC4;
    flex-shrink: 0;
    border-radius: 5px;
    display: flex;
    margin-right: 15px;
    flex-direction: column;
    justify-content: center;
    color: #B26700;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.list-with-date li .card-date-col span {
    color: #222;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 2px;
}

.list-with-date li .card-detail-col {
    width: 100%;
}

.list-with-date li .card-detail-col p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0;
}

.list-with-date li .card-detail-col p a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-with-date.with-sep li .card-detail-col p a {
    -webkit-line-clamp: 2;
}

.list-with-date li .card-detail-col p:hover a {
    color: #B26700;
}

.list-with-date.with-sep li {
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.list-with-date.with-sep li:last-child {
    border-bottom: none;
}

.list-with-date.with-ico li {
    position: relative;
    padding: 10px 0px 10px 15px;
}

.list-with-date.with-ico li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}

.card-custom2 {
    background: #F2F2F2;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-custom2 .card-thumb {
    position: relative;
}

.card-custom2 .card-thumb img+a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-custom2 .card-thumb img+a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-thumb img {
    width: 100%;
}

.card-thumb-det {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-thumb-det h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.card-thumb-det p {
    padding-bottom: 8px;
}


/* .media-coverage-section .row [class^="col-"]:first-child .card-custom2{background-color: #FCEADE;}  */

.college-event-section {
    background-color: #F2F2F2;
}

.event-slide-row {
    margin-top: -50px;
    margin-bottom: -50px;
}

.event-slide .item {
    padding: 50px 0;
}

.event-btns.btn-inline {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}


/* Image flip css */

.flip-card {
    background-color: #F4F6FA;
    border: 1px solid #F4F6FA;
    perspective: 1000px;
    height: 300px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-card-back {
    background-color: #273E47;
    color: white;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-back h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

.flip-card-back p {
    font-size: 13px;
    line-height: 22px;
}

.flip-card-back a {
    background: #fff;
    color: #273e47;
    border-color: #fff;
}

.flip-card-back a:hover {
    background: #A4243B;
    color: #fff;
    border-color: #A4243B;
}


/* Owl carousel button */

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

.owl-theme .owl-nav button {
    margin: 0 3px!important;
}

.owl-theme .owl-nav button:hover {
    background: none !important;
}

.owl-theme .owl-nav button i {
    font-size: 22px;
    display: block;
    color: #273E47;
}

.owl-theme .owl-nav button:hover i {
    font-size: 22px;
    display: block;
    color: #A4243B;
}


/* Owl carousel button end*/

.services-section {
    background-color: #273E47;
}

.thumb-with-title-col {
    overflow: hidden;
    position: relative;
}

.thumb-with-title-col::before {
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, .9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease 0s;
    z-index: 2;
}

.thumb-with-title-col::before {
    content: "";
}

.thumb-with-title-col:hover::before {
    opacity: 1;
}

.thumb-with-title-col::after {
    background: rgba(255, 255, 255, .3);
    border: 2px solid #A4243B;
    top: 0;
    width: 100%;
    height: 100%;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
    content: "";
    position: absolute;
    z-index: 3;
}

.thumb-with-title-col:hover::after {
    left: -170%;
}

.thumb-with-title-col img {
    width: 100%;
    max-width: 100%;
}

.thumb-with-title-col h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin-left: 10%;
    width: calc(100% - 20%);
    margin-top: -40px;
    z-index: 1;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumb-with-title-col h3 a {
    display: block;
}

.thumb-with-title-col:hover h3 {
    background-color: #A4243B;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumb-with-title-col:hover h3 a {
    color: #fff;
}

.thumb-with-title-col-inner {}

.thumb-with-title-col .thumb-with-title-col-inner {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all .5s ease 0s;
    text-align: center;
    z-index: 3;
}

.thumb-with-title-col .thumb-with-title-col-inner h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.thumb-with-title-col .thumb-with-title-col-inner ul {
    margin-bottom: 15px;
    margin-top: 10px;
}

.thumb-with-title-col .thumb-with-title-col-inner ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
}

.thumb-with-title-col .thumb-with-title-col-inner ul li a:hover {
    color: #A4243B;
    font-size: 15px;
    line-height: 32px;
}

.thumb-with-title-col:hover .thumb-with-title-col-inner {
    bottom: 50%;
    transform: translateY(50%);
}

.gallery-slide .owl-nav {
    bottom: -10px;
}

.scrollup {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #a4243c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

.subscribe-floating-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #a4243b;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(164, 36, 59, 0.4);
    -webkit-box-shadow: 0 0 0 rgba(164, 36, 59, 0.4);
    -ms-box-shadow: 0 0 0 rgba(164, 36, 59, 0.4);
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
}

.subscribe-floating-icon:hover {
    animation: none;
}

.subscribe-floating-icon img {
    height: 40px;
}

.subscribe-floating-icon a {
    color: #fff;
    font-size: 27px;
    display: block;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(164, 36, 59, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0.4);
        box-shadow: 0 0 0 0 rgba(164, 36, 59, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(164, 36, 59, 0);
        box-shadow: 0 0 0 10px rgba(164, 36, 59, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0);
        box-shadow: 0 0 0 0 rgba(164, 36, 59, 0);
    }
}


/* Header mode */

.header-mode {
    display: flex;
}

.header-mode a {
    color: #fff;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 7px;
}

.header-mode a:last-child {
    margin-right: 0;
}

.header-mode a.active,
.header-mode a:hover {
    background-color: #fff;
    color: #182A31;
}


/* Social media section */

.social-media-section {
    background-color: #F2F2F2;
}

.social-media-col {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    position: relative;
    padding: 0px 20px 20px 20px;
}

.social-media-row {
    margin-top: 30px;
}

.social-icon {
    text-align: center;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

.social-media-col .social-icon i {
    background-color: #337FFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.social-icon.fb i {
    background-color: #337FFF;
}

.social-icon.tw i {
    background-color: #33CCFF;
}

.social-icon.ins i {
    background-color: #DA3A8D;
}

.social-icon.you i {
    background-color: #D72A2A;
}

.social-details {
    height: 350px;
    overflow: auto;
}

.social-media-col .social-icon.ins+.social-details .instaInPost a {
    margin-bottom: 10px;
    display: block;
}


/* Usefull links */

.usefull-links-section {
    background-color: #F2F2F2;
}

.useful-links-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.useful-link-col {
    width: 20%;
    text-align: center;
    margin-top: 50px;
}

.useful-link-col img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 75px;
}

.useful-link-col:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.useful-link-col p {
    padding-bottom: 0;
    padding-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

.hvr-top {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-top:hover,
.hvr-top:focus,
.hvr-top:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.square-animate-img {
    position: relative;
}

@keyframes floating2 {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.photo-gallery-section {
    background: url(../images/gallery-bg.jpg) no-repeat center center;
    background-size: cover;
}

.gallery-col {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.gallery-col::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gallery-col:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.gallery-col a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-col a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.gallery-col img {
    width: 100%;
}

.award-recognition-section {
    background-color: #F4F6FA;
}

.award-col {
    text-align: center;
}

.award-thumb {
    border: 5px solid #FFDC13;
    margin-bottom: 30px;
    overflow: hidden;
    height: 197px;
}

.award-thumb img {
    width: 100%;
    max-width: 120%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.award-col:hover .award-thumb img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.award-col h3 {
    font-size: 18px;
    font-weight: 600;
    color: #363991;
    margin-bottom: 15px;
}

.award-col p {
    color: #636F78;
    padding-bottom: 0;
    font-weight: 600;
    line-height: 20px;
}


/* Custom Table */

.table-custom table thead tr th,
.table-custom table tbody tr td {
    width: 20%;
}

.table-custom table thead tr th {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #333;
    padding: 10px 20px;
    border: none;
}

.table-custom table tbody tr td {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #9D9696;
    padding: 10px 20px;
}

.table-custom table tbody tr td img {
    height: 28px;
}

.table-custom table tbody tr td .btn {
    width: 120px;
    height: 32px;
    border-radius: 100px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.table-responsive table tbody tr td a {
    color: #3062b4;
}

.table-responsive table tbody tr td a:hover {
    color: #ff9301;
}


/* Card Sidebar */

.content-area-third {
    padding: 40px 0;
}

.card-sidebar {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.card-sidebar .card-header {
    height: 57px;
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 57px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #363991;
    border-color: #363991;
}

.card-sidebar .card-body {
    background: #F1F2F2;
}

.card-sidebar .card-body img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 200px;
    object-fit: cover;
}

.card-sidebar .card-body p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 15px;
}

.card-sidebar .card-body .video-block {
    position: relative;
    margin-bottom: 20px;
}

.card-sidebar .card-body .video-block img {
    height: auto;
}

.card-sidebar .card-body .video-block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* Video Gallery */

.card-videos-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-videos-outer .item {
    width: calc(50% - 9px);
}

.card-videos-outer .item .gallery-col {
    width: 100%;
}

.card-videos-outer .item .gallery-col img {
    width: 100%;
}

.card-video-btn {
    margin-top: 29px;
}


/* Footer */

footer {
    background: #fff;
    position: relative;
}

footer .footer-top {
    padding: 40px 0;
    /* background: #273E47; */
    background: linear-gradient(rgba(5, 19, 17, .95), rgba(5, 19, 17, .95)), 
    url('../images/bg-footer.jpg') center center / cover no-repeat;
background-size: cover;
}

footer .footer-top .logo a img {
    width: 100px;
    height: 100px;
}

footer .footer-top .logo-title {
    text-align: left;
}

footer .footer-top .logo-title h1 {
    font-size: 28px;
    line-height: 33px;
    color: #fff;
}

footer .footer-top .logo-title p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

footer .footer-top .logo-title span {
    font-size: 13px;
    line-height: 17px;
    color: #fff;
}

.footer-top ul {}

.footer-top ul li {
    color: #E9F9FF;
    padding: 4px 0;
}

.footer-top ul li a {
    color: #E9F9FF;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
}

/* .footer-top ul li a::before {
    background: #E9F9FF;
    height: 1.5px;
    width: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */

.footer-top ul li a:hover {
    color: #FF8C9C;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding-left: 20px;
}

footer .footer-btm {
    height: 50px;
    display: flex;
    align-items: center;
    background: #182A31;
}

footer .footer-btm p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.footer-top h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.footer-top ul li,
.footer-top ul {
    list-style-type: none;
}

footer .row>[class^="col-"] ul li {
    text-align: left;
}

.logo-footer {
    text-align: center;
}

.logo-footer img {
    width: 95px;
}

footer p {
    line-height: 22px;
    padding-bottom: 0;
    color: #202020;
    font-weight: 600;
    text-align: center;
}

.footer-map iframe {
    width: 100%;
    height: 260px;
    margin-top: 34px;
}


/* Inner page */

.middle-container.page-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    background-image: url(../images/bg-trannss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
}

.sidebar {}

.sidebar h3 {
    color: #333;
    padding: 0px 0px 5px 0px;
    font-size: 22px;
    width: 100%;
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
}

.sidebar .sidebar-list {
    margin-bottom: 0;
}

.sidebar .sidebar-list li,
.sidebar .sidebar-list {
    list-style-type: none;
}

.sidebar-list li {
    margin-bottom: 5px;
}

.sidebar-list li a {
    background: #273e47;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-right: 6px solid #A4243B;
}

.sidebar-list li a:hover,
.sidebar-list li a.active {
    background: #112228;
}

.sidebar-list li.menu-collapse .dropdown-toggle {
    position: relative;
}

.sidebar-list li.menu-collapse .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 21px;
    transform: inherit;
    color: #fff;
}

.sidebar .sidebar-list li.menu-collapse ul {
    margin-top: 0px;
}

.sidebar .sidebar-list li.menu-collapse ul li {
    margin-bottom: 0px;
}

.sidebar .sidebar-list li.menu-collapse ul li a {
    border-left: 0;
    border-right: 0;
    background: #273e4724;
    color: #222;
    border-bottom: 1px solid #273e471f;
}

.sidebar .sidebar-list li.menu-collapse ul li a:hover {
    background: #273e4738;
}

.page-title {
    border-bottom: 2px solid #3C0008;
    margin-bottom: 20px;
}

.page-title h1 {
    padding-bottom: 10px;
}

.content-area .page-title h1 {
    font-size: 22px;
    padding-bottom: 5px;
}

.content-area {
    font-family: 'Poppins', sans-serif;
}

.content-area p {
    font-family: 'Poppins', sans-serif;
}

.content-area h2 {
    font-size: 26px;
}

.content-area h3 {
    font-size: 22px;
}

.content-area h4 {
    font-size: 18px;
}

.image-block {
    margin-bottom: 20px;
}

.image-block img {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 8px;
}

.content-area ul {
    list-style-type: circle;
    margin-left: 20px;
}

.content-area ol {
    list-style-type: decimal;
    margin-left: 15px;
}

.content-area ul li ul,
.content-area ol li ol {
    padding-left: 20px;
}

.content-area ul li ul {
    list-style-type: lower-alpha;
}

.content-area ol li ol {
    list-style-type: upper-roman;
}

.content-area ol li,
.content-area ul li {
    margin-bottom: 10px;
}

.title-custom h2 {
    background: #a4243c30;
    padding: 6px 15px 5px 15px;
    color: #202020;
    font-size: 22px;
    margin-bottom: 15px;
}

.title-custom h3 {
    background: #a4243c30;
    padding: 6px 15px 5px 15px;
    color: #202020;
    font-size: 20px;
    margin-bottom: 15px;
}

.title-custom h4 {
    background: #a4243c30;
    padding: 7px 15px 6px 15px;
    color: #202020;
    font-size: 16px;
    margin-bottom: 15px;
}


/* The Overlay (background) */

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.customnav {
    display: none;
}

.customnav.searchOpen {
    display: block;
}


/* Position the content inside the overlay */

.overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.custom-search-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.custom-autocomplete-outer {
    width: 60%;
}

.custom-autocomplete-outer input {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 45px;
    height: 60px;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 40px;
    color: #fff;
}

.custom-autocomplete-outer ul {
    border: 1px solid #ddd;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.custom-autocomplete-outer ul li {}

.custom-autocomplete-outer ul li a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 9px 0;
    line-height: normal;
}

.custom-autocomplete-outer ul li:last-child a {
    border-bottom: none;
}


/* Innerpage banner */

.inner-page-banner {
    position: relative;
}

.innerbanner-cap {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    width: 90%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 1410px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 0px 40px 15px;
}

.innerbanner-cap h1 {
    color: #fff;
    font-size: 48px;
}

.inner-page-banner::before {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}


/* Breadcrumbh */

.breadcrumbh-sec {
    background: #273e47;
}

.breadcrumbh-sec ol.breadcrumb {
    margin: 0;
    background: none;
    padding: 10px 0;
}

.breadcrumbh-sec ol.breadcrumb li,
.breadcrumbh-sec ol.breadcrumb li a {
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumbh-sec ol.breadcrumb li::before {
    color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li a {
    color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li.active {
    color: #62767e;
}

.min-width-auto {
    min-width: auto;
}


/* Custom tabs */

.custom-tabs ul.nav.nav-tabs {
    background: transparent;
    border-bottom: 1px solid #666;
    margin-bottom: -1px !important;
    margin-left: 0 !important;
}

.custom-tabs ul.nav.nav-tabs li {
    margin-bottom: 0;
    margin-right: 5px;
    list-style: none;
    display: flex;
}

.custom-tabs ul.nav.nav-tabs li a {
    font-weight: 500;
    background: #f7f7f7;
    color: #333;
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    border: 1px solid #666;
    margin-bottom: -1px;
    border-bottom-color: #666;
}

.custom-tabs ul.nav.nav-tabs li a.active {
    background: #A4243B;
    color: #fff;
    border-color: #A4243B;
}

.cust-tab-inner {
    padding: 15px 0;
}

.custom-tabs.tab-large-inner ul.nav.nav-tabs {
    border-bottom: none;
}

.custom-tabs.tab-large-inner ul.nav.nav-tabs li {
    margin-bottom: 5px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #273e47;
    border-color: #273e47;
    padding: 8px 10px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 22px;
}

.table tbody tr th,
.table tbody tr td {}

.table tbody tr td .btn {
    font-size: 13px;
    text-transform: inherit;
    color: #fff;
}

.table tbody tr td .btn:hover {
    color: #fff;
}

.fac-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.fac-thumb {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    padding-top: 120%;
    position: relative;
}

.fac-thumb img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.fac-col h3 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.fac-col p {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    padding-top: 3px;
}


/* Video Block */

.video-block {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    background: #000;
    position: relative;
}

.video-block video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* PDF Viewer */

.pdf-viewer {
    position: relative;
    background-color: #f7f7f7;
    z-index: 0;
}

.pdf-viewer iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.pdf-viewer2 {
    position: relative;
    background-color: #f7f7f7;
    z-index: 0;
}

.pdf-viewer2 iframe {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.h-auto {
    height: auto;
}

.top-quote {
    display: flex;
    align-items: flex-start;
}

.top-quote .image-block {
    width: 180px;
    margin-right: 20px;
    flex-shrink: 0;
}

.top-quote .image-block img {
    margin-bottom: 20px;
    width: 100%;
}

.quote-text {
    width: 100%;
    background: #ddd;
    padding: 20px;
}

.quote-text p {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 0;
}

.committees-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.committees-block-col {
    width: calc(50% - 15px);
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 15px;
}

.grid-pdf-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -10px;
    width: calc(100% + 10px);
}

.grid-pdf-col {
    width: calc(25% - 10px);
    margin-bottom: 13px;
    margin-left: 10px;
}

.grid-pdf-thumb img {
    border: 1px solid #ddd;
    padding: 5px;
    background: #f7f7f7;
}

.grid-pdf-thumb {
    position: relative;
    overflow: hidden;
}

.grid-pdf-thumb h3 {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: calc(100% - 12px);
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    padding: 15px 14px;
    color: #fff;
    font-weight: 400;
}

.grid-pdf-actions {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.grid-pdf-actions i {
    background: #A4243B;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 4px;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
}

.grid-pdf-thumb:hover .grid-pdf-actions {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.links-card-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px);
}

.links-card-section a {
    width: calc(33.33% - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.links-card-section .link-card {
    background: #273e47;
    color: #fff;
    width: 100%;
    height: 260px;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    text-transform: uppercase;
    line-height: 30px;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 6px solid #A4243B;
    overflow: hidden;
    position: relative;
}

.links-card-section .link-card-title {
    font-size: 16px;
    font-weight: 600;
    display: none;
    color: #666;
}

.links-card-section .link-card::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.links-card-section a:hover .link-card::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.links-card-section a:hover .link-card-title {
    color: #A4243B;
}


/* Faculty */

.member-card-col {
    background: #FCEADE;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.member-thumb {
    width: 110px;
    flex-shrink: 0;
    height: 135px;
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
    margin-right: 15px;
}

.member-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-cont {
    width: 100%;
}

.member-cont h4 {
    margin-bottom: 5px;
}

.member-card-col ul {
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
}

.member-card-col ul li {
    margin-bottom: 0;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    flex-direction: column;
}

.member-card-col ul li strong {
    font-weight: 600;
    width: 120px;
}


/* Custom collapse */

.custom-collapse-col {
    margin-bottom: 5px;
}

.custom-collapse-col .collapse-title {
    background: #a4243c30;
    display: block;
    padding: 5px 40px 5px 15px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.custom-collapse.blue .custom-collapse-col .collapse-title {
    background: #273e476b;
}

.custom-collapse-col .collapse-title i {
    position: absolute;
    right: 15px;
    top: 12px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.custom-collapse-col .collapse-title[aria-expanded="true"] i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.cust-collapse-inner {
    padding: 15px;
    background: #f7f7f7;
}

.btn-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-inline .btn {
    width: auto;
    margin: 0 3px 6px 3px;
    text-transform: inherit;
    font-weight: 400;
}


/*  */

.socities-card-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.societies-card {
    width: calc(50% - 15px);
    background-color: #fafafa;
    padding: 15px;
    margin-left: 15px;
    display: flex;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.societies-card:hover {
    background-color: #f5dccc;
}

.soc-thumb {
    width: 40%;
    margin-right: 15px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soc-thumb img {
    max-width: 90%;
    max-height: 90%;
}

.soc-cont {
    width: 100%;
}

.soc-cont h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.soc-cont p {
    line-height: normal;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

.achievements-row [class^="col-"] {
    margin-bottom: 30px;
}

.grid-space-row [class^="col-"] {
    margin-bottom: 30px;
}

.content-area .achievements-row h3 {
    font-size: 18px;
    line-height: 26px;
}

.title-custom-collapse i {}

.title-custom-collapse h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.mempic-with-sep .title-custom h3 {
    margin-bottom: 0;
    margin-top: 20px;
}


/* Library  */

.library-top-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.library-top-links a {
    border: 1px solid #273e47;
    border-radius: 5px;
    width: calc(50% - 10px);
    padding: 15px;
    margin-bottom: 20px;
    background: #273e47;
    position: relative;
    color: #fff;
    text-align: left;
}

.library-top-links a h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.library-top-links a i {
    position: absolute;
    right: 15px;
    top: 17px;
}

.libarary-timeing-col {
    border-radius: 5px;
    display: flex;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.libarary-timeing-col::before {
    background-image: url('../images/library-img-blur.jpg');
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: 100%;
    ;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.libarary-timeing-col::after {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
}

.libarary-timeing-col h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.librar-inner-col {
    width: calc(50% - 10px);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #fff;
    position: relative;
    z-index: 2;
}

.librar-inner-col h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff704;
    font-weight: 500;
}

.librar-inner-col p {
    display: flex;
    font-weight: 500;
    padding-bottom: 0;
    color: #fff;
    justify-content: space-start;
}

.librar-inner-col p span:first-child {
    margin-right: 10px;
}

.librar-inner-col small {
    margin-top: 5px !important;
    display: block;
    color: #fff;
}

.links-card-section.library-links-card a {
    width: calc(25% - 15px);
}

.links-card-section.library-links-card .link-card {
    height: 200px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
}

.library-top-links.min-type {
    margin-left: -10px;
    justify-content: flex-start;
}

.library-top-links.min-type a {
    width: calc(33.33% - 10px);
    margin-left: 10px;
}

.library-top-links.min-type a h3 {
    font-size: 14px;
}

.bookarival-slides .owl-nav {
    bottom: -20px;
}

.ask-libr-outer {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ask-lib-col {
    background: #FCEADE;
    width: calc(50% - 10px);
    display: flex;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.ask-lib-thumb {
    width: 100px;
    margin-right: 15px;
    flex-shrink: 0;
}

.ask-lib-thumb img {
    background: #fff;
    padding: 5px;
}

.ask-lib-cont {
    width: 100%;
}

.ask-lib-cont h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

.ask-lib-cont p {
    padding-bottom: 5px;
    line-height: normal;
}

.ask-lib-cont .btn {
    margin-top: 5px;
}

.ask-lib-thumb.lib-form img {
    padding: 0;
    background: none;
}

.ask-lib-thumb.lib-icon {
    width: 70px;
}


/* Student learning */

.socities-card-section.student-learning-poster .soc-thumb img {
    height: 140px;
    object-fit: cover;
}


/* .socities-card-section.student-learning-poster .soc-thumb img {  height: 140px;  object-fit: cover;  border: 1px solid #ddd;  background: #fff;  padding: 5px;} */

.socities-card-section.student-learning-poster .soc-cont h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}


/* Alubm page */

.album-row [class^="col-"] {
    margin-bottom: 30px;
}

.album-col {
    position: relative;
}

.album-col .album-title {
    background: #A4243B;
    padding: 15px 40px 15px 15px;
    text-align: left;
    position: relative;
}

.album-col .album-title .download-img-zip {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.album-col .album-title h3 {
    font-size: 16px;
    color: #fff;
}

.gallery-album-col {
    position: relative;
}

.gallery-album-col a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-album-col a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-theme.mediagalleryalbum .owl-nav button i {
    background: #fff;
    border-radius: 3px;
    padding: 5px;
}


/* Forms page */

.link-card {
    margin-bottom: 30px;
}

.link-card-head {
    color: #fff;
    background-color: #273e47;
    border-color: #273e47;
    padding: 14px 15px;
    font-weight: 500;
}

.link-card-head h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.link-card-body {
    background: #f7f7f7;
}

.link-card-body ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.link-card-body ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.link-card-body ul li:hover {
    background: #ebebeb;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.link-card-body ul li:last-child {
    border-bottom: none;
}

.link-card-body ul li a {
    display: block;
}

.pagination-custom ul.pagination {
    margin-left: 0;
    list-style: none;
}

.pagination-custom ul.pagination li {
    margin-bottom: 0;
    padding: 0 2px;
}

.pagination-custom ul.pagination li .page-link {
    color: #fff;
    background-color: #273E47;
    border: 1px solid #182A31;
    margin-left: 0;
    min-width: 35px;
    text-align: center;
}

.pagination-custom ul.pagination li:hover .page-link,
.pagination-custom ul.pagination li.currentpage .page-link {
    background-color: #A4243B;
    border-color: #A4243B;
}

.pagination-custom ul.pagination li .page-link:focus {
    box-shadow: none;
}

.table-hover tbody tr:hover {
    background-color: rgb(39 62 71 / 15%);
}


/* Placement */

.title-placement {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-placement h2 {
    font-size: 32px;
}

.process-section {
    margin-bottom: 60px;
    justify-content: center;
}

.processs-col {
    background: #FCEADE;
    padding: 15px;
    margin-top: 120px;
    border-radius: 10px;
    height: calc(100% - 120px);
}

.process-left {
    background: #A4243B;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: -90px auto 30px auto;
}

.process-left p {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 30px;
}

.process-left p span {
    font-size: 30px;
    font-weight: 600;
}

.process-right {
    text-align: center;
}

.process-right h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.placement-stat-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.placement-stat-col {
    width: calc(20% - 10px);
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
    margin-top: 30px;
}

.placement-stat h3 {
    font-size: 44px;
    margin-bottom: 10px;
    font-weight: 500;
}

.placement-stat-text p {
    padding-bottom: 0;
}

.past-req-section {
    margin-bottom: 20px;
}

.owl-theme.pastrecruiters-slides {
    padding-bottom: 40px;
}

.owl-theme.pastrecruiters-slides .owl-nav {
    bottom: 0px;
}

.owl-theme.pastrecruiters-slides .item .image-block {
    height: 120px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme.pastrecruiters-slides .item .image-block img {
    margin-bottom: 0;
    border: none;
    max-width: 90%;
    max-height: 80%;
    width: auto;
}

.graphsection {
    background: #401c1c;
    padding: 60px 0;
    margin-bottom: 40px;
    margin-top: 50px;
}

.graphsection .title-placement h2 {
    color: #fff;
}

.graph-img-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.graph-img-col {
    width: 33.33%;
}

.placements-links {
    margin-top: 50px;
}

.val-star {
    color: #ff0000;
}

.modal-dialog.fee-modal table.table {
    margin-bottom: 0 !important;
}

.modal-dialog.fee-modal td.hiddenRow {
    padding: 0 !important;
}

.modal-dialog.fee-modal table tr td .table tbody tr th,
.modal-dialog.fee-modal table tr td .table tbody tr td {
    font-size: 13px;
}

.modal-dialog.fee-modal .modal-header {
    background: #A4243B;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0;
}

.modal-dialog.fee-modal .modal-title {
    font-size: 20px;
}

.modal-dialog.fee-modal button.close {
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.modal-dialog.fee-modal .table-responsive>table>tbody td {
    background-color: #fff !important;
}

body.modal-open .modal {
    padding-right: 0 !important;
}

.video-block {
    position: relative;
}

.video-block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.socities-card-section.noRecord {
    margin-left: 0;
}

.socities-card-section.noRecord p {
    background: #f7f7f7;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
    border-radius: 5px;
}

.contact-sidebar {
    background: #FCEADE;
    padding: 20px;
    height: 100%;
    border-top: 4px solid #A4243B;
}

.contact-sidebar li {
    padding: 10px 0px 10px 30px;
    position: relative;
}

.contact-sidebar li:first-child strong {
    font-size: 18px;
}

.contact-sidebar li i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 15px;
}

.contact-map {
    border: 1px solid #ddd;
    padding: 5px;
}

.contact-map iframe {
    display: block;
    height: 350px;
}

.pastrecruiters-outer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    justify-content: center;
}

.pastrecruiters-outer .image-block {
    height: 120px;
    border: 1px solid #ddd;
    width: calc(16.66% - 15px);
    margin-bottom: 15px;
    margin-left: 15px;
    border-radius: 5px;
}

.pastrecruiters-outer .image-block:hover {
    border-color: #A4243B;
}

.pastrecruiters-outer .image-block a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.pastrecruiters-outer .image-block img {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    max-width: 90%;
    max-height: 80%;
    width: auto;
    padding: 0;
}

.owl-theme.infrastructureSlides {
    margin-bottom: 20px;
}

.owl-theme.infrastructureSlides .owl-nav {
    bottom: -10px;
}

.graph-img-section.internship {
    justify-content: space-between;
}

.graph-img-section.internship .graph-img-col {
    width: calc(50% - 20px);
    margin-bottom: 30px;
    text-align: center;
}

.graph-img-section.internship .graph-img-col img {
    max-width: 100%;
}

.graph-img-section.internship .graph-img-col:last-child {
    width: calc(50% - 20px);
    margin-top: 0px;
    text-align: center;
}

.placement-stat-section.internship .placement-stat h3 span+span {
    display: block;
    font-size: 24px;
}

.tab-content .list-with-date,
.content-area .list-with-date {
    margin-left: 0;
    margin-top: 20px;
}

.owl-theme.infrastructureSlides.video-slide .owl-nav {
    bottom: -40px;
}

.infrastructureSlides .item .image-block {
    padding-top: 57.67%;
    position: relative;
}

.infrastructureSlides .item .image-block a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.infrastructureSlides .item .image-block a img {
    height: 100%;
    object-fit: cover;
}

.member-card-col.awardrec-page ul {
    margin-left: 20px;
    list-style-type: circle;
    display: block;
}

.member-card-col.awardrec-page ul li {
    list-style-type: circle;
    list-style-position: outside;
    display: list-item;
    margin-bottom: 10px;
}

.table-pdf-link img {
    width: 25px;
}

.sitemap-page .link-card-body>ul li.menu-collapse .dropdown-toggle {
    position: relative;
}

.sitemap-page .link-card-body>ul li.menu-collapse .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 10px;
    transform: inherit;
    color: #666;
}

.sitemap-page .link-card-body>ul li.menu-collapse ul {
    list-style: none;
    padding-left: 0;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.sitemap-page .link-card-body>ul li.menu-collapse ul li {
    padding-left: 25px;
}

.upload-file {
    position: relative;
}

.upload-file .form-control {
    padding: 10px 78px 10px 12px;
}

.viewuploaded {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    background: #a4243b;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 2px;
}

.viewuploaded:hover {
    color: #fff;
    background: #a4243b;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    display: flex;
    align-items: center;
}

.select2-selection.select2-selection--multiple {
    min-height: 48px;
    background: #f7f7f7;
    border-color: #ddd;
}

.mediacoverage .card-custom2 .card-thumb img+a img {
    object-fit: contain;
    background: #fff;
}

.h-logo-btm img {
    max-width: 85%;
    max-height: 90%;
}

.h-logo-btm .img-border {
    border: 1px solid #ddd;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.jublee-logo {
    position: relative;
    width: 185px;
    text-align: center;
}

.animate-charcter {
    background-image: linear-gradient( -225deg, #862724 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -27px;
    line-height: 12px;
    animation-direction: reverse;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


/* Homepage gallery album */

.media-gallery-section .album-col {
    display: flex;
    flex-direction: column-reverse;
}

.media-gallery-section .album-col .album-title {
    padding: 10px 15px 10px 15px;
    height: 55px;
    display: flex;
    align-items: center;
}

.media-gallery-section .album-col .album-title h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
}

.media-gallery-section .album-col .album-title .download-img-zip {
    display: none;
}

.media-gallery-section .gallery-slide .owl-stage-outer .owl-stage {
    display: flex;
    align-items: flex-start;
}

.gallery-slide .owl-nav {
    bottom: -10px;
    position: relative;
}


/* Homepage gallery album */

#eventImagesList .modal-body .modalgal .owl-nav {
    bottom: 10px;
    position: absolute;
    background: #fff;
    width: auto;
    padding: 5px 3px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#eventImagesList .modal-body .modalgal .owl-nav button {
    margin: 0 4px!important;
}


/* Site languages */

.lang-btns {}

body.lang-en lang[type="en"] {
    display: contents;
}

body.lang-en lang[type="hi"] {
    display: none;
}

body.lang-hi lang[type="hi"] {
    display: contents;
}

body.lang-hi lang[type="en"] {
    display: none;
}

body.lang-hi .btn-en {
    display: block;
}

body.lang-en .btn-en {
    display: none;
}

body.lang-en .btn-hi {
    display: block;
}

body.lang-hi .btn-hi {
    display: none;
}


/* Site languages */

.dvvpagebtns .btn-inline {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 10px;
    margin-bottom: 15px;
}

.dvvpagebtns .btn-inline .btn-custom {
    min-width: auto;
    margin: 0;
}

.g2ologo {
    width: 140px;
    position: relative;
    margin-top: 0px;
    margin-left: 35px;
}

.g2ologo span {
    color: #222;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    line-height: 12px;
    text-align: center;
}


/* Error page */

.page-error {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-error-thumb {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page-error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-error-content h3 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}
 
/* Responsive Masonry Layout */

.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

.header-top{position: relative;}
.translator {
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    top: 36px;
    right: 0;
    z-index: 1;
}


#google_translate_element {
    position: absolute;
    right: 0;
    top: 0;
}
#google_translate_element .skiptranslate.goog-te-gadget span {
    display: none !important;
}
.goog-te-gadget .goog-te-combo {
    background: #fff;
    outline: none;
    border: solid 1px #273e47;
    padding: 4px 0px;
    color: #273e47;
    height: auto !important;
    appearance: auto;
}
.goog-te-gadget .goog-te-combo option {
    font-family: Arial !important;
}
#google_translate_element .skiptranslate.goog-te-gadget {
    color: transparent !important;
}

a.close.homepop-close {
    margin-bottom: 15px;
    background: #A4243B;
    text-shadow: none;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
}

.logincollapse {
    display: inline-block;
    position: relative;
}
.logincollapse .loginddinner {
    flex-direction: column;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 3px;
    width: auto;
    white-space: nowrap;
    display: none;
}
.logincollapse .loginddinner.show {
    display: flex !important;
}

.logincollapse .loginddinner a {
    color: #333;
    padding: 10px 12px;
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.logincollapse .loginddinner a:last-child {
    border-bottom: none;
}
.logincollapse .loginddinner a:hover {
    color: #A4243B;
}

/* ===== NEW ADDITIONS (announcement + marquee) ===== */

/* Header links layout */
.header-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Announcement link */
.announcement-link {
    color: #273E47;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
}
.announcement-link:hover {
    text-decoration: underline;
}

/* Separator */
.separator {
    color: #aaa;
    margin: 0 10px;
}

/* Marquee section */
.announcement-marquee {
    font-size: 14px;
    color: #fff;
    width: 900px;
    overflow: hidden;
}
.new-tag {
    background: #ff0000;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
}

/* Optional: pause marquee on hover */
.announcement-marquee:hover {
    animation-play-state: paused;
}

/* ======== RESPONSIVE STYLES ======== */

/* Tablets and small laptops (below 992px) */
@media (max-width: 992px) {
    .announcement-marquee {
        width: 100%;
        font-size: 12px;
    }
    .header-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    .announcement-link {
        font-size: 12px;
    }
}

/* Mobile devices (below 600px) */
@media (max-width: 600px) {
    .header-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .announcement-link, .separator {
        margin: 0;
    }

    .announcement-marquee {
        width: 100%;
        font-size: 12px;
        margin-top: 5px;
    }

    .new-tag {
        font-size: 9px;
        padding: 1px 4px;
    }
}

.news-publish-in {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 12px;
    color: #a4243b;
}
.mediaviewmorebutton {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
/* /////////////////////////////=======================Content==========================///////////////////////////////////////////////////////// */
/* ===== IMPROVED IMAGE SLIDER STYLE ===== */
.image-slider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  }
  
  /* Slides */
  .image-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease;
  }
  
  .image-slider .slide.active {
    opacity: 1;
    z-index: 2;
    transform: scale(1.05); /* smooth zoom effect */
  }
  
  .image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(85%);
  }
  
  /* Optional overlay gradient for better text visibility */
  .image-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    z-index: 1;
    pointer-events: none;
  }
  
  /* Arrows */
  .image-slider .prev,
  .image-slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    z-index: 2;
    color: #333;
    transition: 0.3s ease;
    backdrop-filter: blur(3px);
  }
  .image-slider .prev:hover,
  .image-slider .next:hover {
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    transform: translateY(-50%) scale(1.1);
  }
  .image-slider .prev { left: 25px; }
  .image-slider .next { right: 25px; }
  
  /* ===== DOT INDICATORS ===== */
  .slider-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
  }
  
  .slider-dots span {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
  }
  
  .slider-dots span.active {
    background: #fff;
    transform: scale(1.3);
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 992px) {
    .image-slider {
      height: 60vh;
    }
  }
  
  @media (max-width: 768px) {
    .image-slider {
      height: 50vh;
    }
    .image-slider .prev,
    .image-slider .next {
      font-size: 22px;
      padding: 8px 10px;
    }
  }
  
  @media (max-width: 480px) {
    .image-slider {
      height: 45vh;
    }
    .slider-dots span {
      width: 8px;
      height: 8px;
    }
  }

 /* ===== POPUP OVERLAY ===== */
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }
  .popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  
  /* ===== POPUP BOX ===== */
  .popup-content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
    max-width: 1000px;
    height: auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.6);
    border: 5px solid transparent;
    background-clip: padding-box;
    animation: zoomIn 0.5s ease;
  }
  
  /* ===== Glowing Gradient Border ===== */
  .popup-content::before {
    content: "";
    position: absolute;
    inset: -5px;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(45deg, #00743d, #ffd700, #00e676, #ffeb3b);
    background-size: 300% 300%;
    animation: borderGlow 4s linear infinite;
  }
  
  /* ===== INNER BODY ===== */
  .popup-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 30px 40px;
  }
  
  /* ===== LEFT CONTENT ===== */
  .popup-left {
    flex: 1;
    padding-right: 30px;
  }
  .popup-heading {
    font-size: 30px;
    font-weight: 800;
    color: #a4243b;
    margin-bottom: 15px;
    animation: blink 1.2s infinite;
    text-transform: uppercase;
  }
  .popup-text {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .popup-btn {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(90deg, #a4243b, #343a40);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 6px 15px #dc3545;
}
  
  .popup-btn:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, #343a40, #a4243b);
    color: #fff;
  }
  
  /* ===== RIGHT IMAGE ===== */
  .popup-right {
    flex: 1;
    text-align: center;
  }
  .popup-right img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    height: 330px;
  }
  
  /* ===== CLOSE BUTTON ===== */
  .popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 30px;
    color: #000;
    background: transparent;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
  }

  
  /* ===== ANIMATIONS ===== */
  @keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
  @keyframes blink {
    0%, 100% { color: #00743d; opacity: 1; }
    50% { color: #ffd700; opacity: 0.6; }
  }
  @keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .popup-body {
      flex-direction: column;
      padding: 20px;
    }
    .popup-left {
      padding: 0;
      text-align: center;
    }
    .popup-right {
      margin-top: 20px;
    }
    .popup-heading {
      font-size: 24px;
    }
    .popup-text {
      font-size: 16px;
    }
    .popup-right img {
        width: 100%;
        border-radius: 14px;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        height: 200px;
      }
  }
   
  /* ===== ABOUT SECTION ===== */
.about-section {
    padding: 80px 20px;
    background: #f9fafc;
  }
  
  .about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .about-text {
    flex: 1 1 500px;
  }
  
  .about-text h2 {
    font-size: 2.2rem;
    color: #273E47;
    margin-bottom: 15px;
  }
  
  .about-text h2 span {
    color: #A4243B;
  }
  
  .about-text p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
  }
  
  .btn-readmore {
    background: #A4243B;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
  }
  
  .btn-readmore:hover {
    background: #273E47;
  }
  
  .about-image {
    flex: 1 1 400px;
  }
  
  .about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  }
  .about-section, .news-section {
    opacity: 1;
    transform: translateY(30px);
    transition: 0.8s ease;
  }
  .about-section.visible, .news-section.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .news-notice-section {
    background: #f9f9fc;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(30px);
  }
  
  .news-notice-section.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #273E47;
    margin-bottom: 40px;
    position: relative;
  }
  
  .section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #273E47;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  
  
 /* ===== NEWS BOX ===== */
.news-notice-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  
  .news-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px dashed #273E4740;
  }
  
  .news-header h3 {
    font-size: 1.5rem;
    color: #273E47;
    margin: 0;
  }
  
  .news-box {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    height: 500px; 
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-top: 6px solid #273E47;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  /* Inner scroll container */
  .news-scroll {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    animation: scrollNews 20s linear infinite;
  }
  
  @keyframes scrollNews {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); } 
  }
  
  /* News item */
  .news-item {
    background: #f7f7f7;
    border-left: 5px solid #a4243b;
    border-radius: 8px;
    padding: 12px 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    flex-shrink: 0; 
  }
  
  .news-date {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 6px;
  }
  
  .news-content h4 {
    font-size: 1rem;
    color: #a4243b;
    margin-bottom: 5px;
  }
  
  /* ===== NOTICE BOX ===== */
  .notice-box {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    height: 500px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-top: 6px solid #a4243b;
    padding: 20px;
    overflow-y: auto;
  }
  
  .notice-box h3 {
    font-size: 1.5rem;
    color: #a4243b;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px dashed #a4243b40;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
  }
  
  .notice-list {
    list-style: none;
    padding: 0;
  }
  
  .notice-list li {
    margin-bottom: 12px;
  }
  
  .notice-list a {
    text-decoration: none;
    color: #333;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s;
  }
  
  .notice-list a:hover {
    background: #fff3f3;
    transform: translateX(5px);
  }
  
  .notice-list i {
    color: #e63946;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  
  .new-tag {
    background: #ff4b4b;
    color: white;
    font-size: 0.7rem;
    padding: 3px 6px;
    border-radius: 4px;
    animation: blink 1s infinite alternate;
    margin-left: 5px;
  }
  
  @keyframes blink {
    from { opacity: 1; }
    to { opacity: 0.3; }
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .news-notice-wrapper {
      flex-direction: column;
      align-items: center;
    }
  
    .news-box,
    .notice-box {
      max-width: 95%;
      height: auto; 
    }

    .news-scroll {
      height: 300px;
      overflow-y: auto; 
      animation: none; 
    }
  }
   /* ===== PRINCIPAL'S MESSAGE SECTION ===== */
.principal-section {
    background: linear-gradient(135deg, #f5f9f7 0%, #ffffff 100%);
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
  }
  
  .principal-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .principal-photo {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    text-align: center;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
  }
  
  .principal-photo::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 6px;
    background: #a4243b;
  }
  
  .principal-photo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
  }
  
  .principal-photo img:hover {
    transform: scale(1.05);
  }
  
  .principal-photo h4 {
    font-size: 1.3rem;
    color: #a4243b;
    margin: 5px 0;
  }
  
  .principal-photo p {
    color: #555;
    font-size: 0.95rem;
  }
  
  /* Message box */
  .principal-message {
    flex: 2;
    min-width: 300px;
    background: #ffffff;
    border-left: 6px solid #a4243b;
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  }
  
  
  .principal-message p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
  }
  
  .principal-message .quote {
    font-style: italic;
    color: #a4243b;
    font-weight: 600;
    border-left: 4px solid #a4243b;
    padding-left: 12px;
  }
  
  /* Animation (on scroll) */
  .principal-section {
    opacity: 1;
    transform: translateY(40px);
    transition: all 0.8s ease;
  }
  
  .principal-section.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .info-cards-section {
    padding: 60px 0;
    background: #f9f9f9;
  }
  
  .info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
  
  .info-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .info-card:hover {
    transform: translateY(-5px);
  }
  

  
  .info-card h3 {
    padding: 15px 15px 5px;
    color: #a4243b;
  }
  
  .info-card p {
    padding: 0 15px 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .principal-wrapper {
      flex-direction: column;
      text-align: center;
    }
  
    .principal-message {
      border-left: none;
      border-top: 6px solid #a4243b;
      padding: 25px;
    }
  }
  .info-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .info-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  .info-card h3 {
    padding: 15px 15px 5px;
    color: #a4243b;
  }
  
  .info-card p {
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
    flex-grow: 1;  
  }
 /* ===== WHY CHOOSE US SECTION ===== */
.why-choose-section {
    background: linear-gradient(180deg, #fff 0%, #f8f4f5 100%);
    padding: 100px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
  }
  
  .section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #343a40;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeDown 1.2s ease;
  }
  
  .section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #a4243b;
    margin: 12px auto 0;
    border-radius: 2px;
    animation: underlineGlow 2s infinite alternate;
  }
  
  /* Glow animation */
  @keyframes underlineGlow {
    from { box-shadow: 0 0 10px #a4243b; }
    to { box-shadow: 0 0 25px #a4243b; }
  }
  
  /* Grid Layout */
  .choose-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 60px;
    justify-items: center;
  }
  
  /* Card Base */
  .choose-card {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    border: 2px solid transparent;
    background-clip: padding-box;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }
  
  /* Gradient border */
  .choose-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(45deg, #a4243b, #ff7a9a);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
  }
  
  /* Text visible initially */
  .choose-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    z-index: 3; 
    transition: all 0.6s ease;
  }
  
  .choose-content h4 {
    font-size: 1.1rem;
    color: #a4243b;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .choose-content p {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
    transition: opacity 0.5s ease;
  }

  .choose-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.15);
    transition: all 0.7s ease;
    z-index: 2;
  }
  
  /* === FIXED HOVER EFFECT === */
  .choose-card:hover img {
    opacity: 1;
    transform: scale(1);
    z-index: 3; 
  }
  
  .choose-card:hover .choose-content {
    opacity: 0;
    transform: scale(1.1);
    z-index: 1; 
  }
  
  /* Card hover glow */
  .choose-card:hover {
    box-shadow: 0 10px 35px rgba(164, 36, 59, 0.5);
    transform: translateY(-8px) scale(1.03);
  }
  
  /* Animations */
  @keyframes fadeDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* Responsive Layout */
  @media (max-width: 1200px) {
    .choose-grid { grid-template-columns: repeat(4, 1fr); }
  }
  @media (max-width: 992px) {
    .choose-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 768px) {
    .choose-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 480px) {
    .choose-grid { grid-template-columns: repeat(1, 1fr); }
  }
/* ====== MOBILE SLIDER (Responsive Only) ====== */
@media (max-width: 768px) {
    .choose-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 15px;
      padding-bottom: 15px;
      -webkit-overflow-scrolling: touch;
    }
  
    .choose-card {
      flex: 0 0 80%;
      scroll-snap-align: center;
      min-width: 280px;
      min-height: 380px;
    }
  
    .choose-grid::-webkit-scrollbar {
      display: none; /* hide scrollbar for clean look */
    }
  }
  
/* ===== OUR MENTOR SECTION ===== */
.mentor-section {
    background: linear-gradient(180deg, #fff 0%, #f7f2f3 100%);
    padding: 100px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40;
    text-transform: uppercase;
    margin-bottom: 70px;
    position: relative;
  }
  
  .section-title::after {
    content: '';
    width: 120px;
    height: 4px;
    background: #a4243b;
    display: block;
    margin: 10px auto;
    border-radius: 2px;
    animation: underlineGlow 2s infinite alternate;
  }
  
  @keyframes underlineGlow {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
  }
  
  /* ===== Mentor Cards ===== */
  .mentor-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    justify-items: center;
    transition: transform 0.5s ease;
  }
  
  .mentor-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
    border: 3px solid transparent;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  
  .mentor-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 3px;
    background: linear-gradient(135deg, #a4243b, #ff7a9a);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  
  .mentor-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-bottom: 2px solid #a4243b30;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mentor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
  }
  
  .mentor-info {
    padding: 25px 15px;
    background: #fff;
  }
  
  .mentor-info h4 {
    font-size: 1.2rem;
    color: #a4243b;
    margin-bottom: 8px;
    font-weight: 700;
  }
  
  .mentor-info p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
  }
  
  .mentor-card:hover img {
    transform: scale(1.08);
    filter: brightness(1.1);
  }
  
  .mentor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(164, 36, 59, 0.3);
  }
  
  /* ===== Responsive Slider ===== */
  @media (max-width: 768px) {
    .mentor-slider {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
  
    .mentor-card {
      flex: 0 0 80%;
    }
  
    .mentor-img { height: 280px; }
  }
  
/* ===== LATEST GALLERY SECTION ===== */
.gallery-slider-section {
    background: #fff7f8;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    overflow: hidden;
  }
  
  .section-title {
    font-size: 2.5rem;
    color: #343a40;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
  .section-title span {
    color: #343a40;
  }
  
  .gallery-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  
  .gallery-wrapper {
    overflow: hidden;
    width: 100%;
  }
  
  .gallery-track {
    display: flex;
    transition: transform 0.7s ease;
  }
  
  /* Gallery Item */
  .gallery-item {
    flex: 0 0 25%;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
  }
  
  .gallery-item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .gallery-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(164, 36, 59);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: 2;
    margin: 0 4px;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(164, 36, 59, 0.4);
  }
  
  /* Navigation Buttons */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #a4243b;
    border: none;
    color: #fff;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .nav-btn:hover {
    background: #7d182c;
    transform: translateY(-50%) scale(1.1);
  }
  
  .prev-btn { left: 10px; }
  .next-btn { right: 10px; }
  
  /* ===== Responsive ===== */
  @media (max-width: 992px) {
    .gallery-item { flex: 0 0 33.33%; }
  }
  
  @media (max-width: 768px) {
    .gallery-item { flex: 0 0 50%; }
    .gallery-item img { height: 300px; }
  }
  
  @media (max-width: 600px) {
    .gallery-item { flex: 0 0 100%; }
    .gallery-item img { height: 250px; }
  }
    
 /* ===== VISION & MISSION SECTION ===== */
.vision-mission-section {
    background: linear-gradient(135deg, #fff7f8 0%, #ffffff 100%);
    padding: 100px 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  /* Title */
  .vision-mission-section .section-title {
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
    color: #343a40;
    letter-spacing: 1px;
  }
  
  .vision-mission-section .section-title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #a4243b;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
  }
  
  /* Layout */
  .vm-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Each box */
  .vm-box {
    background: #fff;
    border-left: 8px solid #a4243b;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(164, 36, 59, 0.15);
    padding: 45px 35px;
    width: 46%;
    min-width: 320px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    text-align: left;
    position: relative;
  }
  
  .vm-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(164, 36, 59, 0.25);
  }
  
  /* Icons */
  .vm-icon {
    font-size: 3.2rem;
    color: #a4243b;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    text-align: center;
  }
  
  .vm-box:hover .vm-icon {
    transform: rotate(10deg) scale(1.2);
  }
  
  /* Headings */
  .vm-box h3 {
    font-size: 1.8rem;
    color: #a4243b;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1cfd6;
    display: inline-block;
    padding-bottom: 5px;
  }
  
  /* Paragraphs */
  .vm-box p {
    color: #333;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: justify;
  }
  
  /* List */
  .vm-box ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
  }
  
  .vm-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
    animation: fadeInUp 1s ease both;
  }
  
  .vm-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #a4243b;
    font-weight: bold;
  }
  
  /* Animation */
  @keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
  }
  
  /* Scroll reveal animation */
  .vision-mission-section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
  }
  
  .vision-mission-section.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .vm-box {
      width: 100%;
    }
    .vm-box h3 {
      text-align: center;
      display: block;
    }
    .vm-icon {
      text-align: center;
    }
  }

 /* ===== Admission Enquiry Section ===== */
.admission-enquiry-section {
    background: #fff7f8;
    font-family: 'Poppins', sans-serif;
    padding: 80px 0;
    overflow: hidden;
  }
  
  .admission-enquiry-section .row {
    box-shadow: 0 10px 25px rgba(164, 36, 59, 0.15);
    border-radius: 15px;
    overflow: hidden;
  }
  
  /* Left Info Section */
  .info-box {
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 50px;
    overflow: hidden;
    z-index: 2;
  }
  
  .info-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 200px solid #a4243b;
    border-right: 130px solid transparent;
    z-index: 1;
    /* opacity: 0.9; */
  }
  
  .info-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 200px solid #a4243b;
    border-left: 130px solid transparent;
    z-index: 1;
    /* opacity: 0.8; */
  }
  
  .info-box .content {
    position: relative;
    z-index: 2;
  }
  
  .info-box .content h2 {
    font-size: 2rem;
    color: #a4243b;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .info-box .content p {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
  }
  
  /* Right Form Section */
  .form-box {
    background: #343a40;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 40px;
  }
  
  .form-container {
    width: 100%;
    max-width: 400px;
  }
  
  .form-container h3 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  /* Inputs & Selects */
  .form-control,
  .form-select,
  textarea {
    border-radius: 10px;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 1rem;
    padding: 7px 15px;
  }
  
  .form-control:focus,
  .form-select:focus {
    border: 2px solid #a4243b;
    box-shadow: 0 0 8px rgba(164, 36, 59, 0.4);
    outline: none;
  }
  
  label {
    color: #fff;
    font-weight: 500;
  }
  
  /* Button */
  .btn-submit {
    width: 100%;
    background: #fff;
    color: #a4243b;
    font-weight: 600;
    border: none;
    padding: 12px;
    border-radius: 8px;
    margin-top: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }
  
  .btn-submit:hover {
    background: #a4243b;
    color: #fff;
    transform: translateY(-2px);
  }
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .info-box,
    .form-box {
      padding: 40px 25px;
    }
    .info-box {
      text-align: center;
    }
  }
  
  @media (max-width: 768px) {
    .admission-enquiry-section {
      padding: 50px 0;
    }
    .info-box,
    .form-box {
      width: 100%;
      flex-direction: column;
    }
    .info-box::before,
    .info-box::after {
      border-width: 150px;
      opacity: 0.6;
    }
    .form-container {
      max-width: 100%;
    }
  }
  
  @media (max-width: 480px) {
    .info-box .content h2 {
      font-size: 1.5rem;
    }
    .info-box .content p {
      font-size: 0.9rem;
    }
    .btn-submit {
      padding: 10px;
      font-size: 0.9rem;
    }
  }
  /* ====== Modern Footer ====== */
.modern-footer {
    background: linear-gradient(145deg, #002a17 0%, #004d26 100%);
    color: #f7f7f7;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
  }
  
  /* Overlay Glow */
  .modern-footer::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #00b86b55 0%, transparent 70%);
    z-index: 0;
  }
  
  /* Footer Top */
  .footer-top {
    padding: 70px 0 40px;
    position: relative;
    z-index: 1;
  }
  
  .footer-col {
    position: relative;
  }
  
  /* ====== LOGO SECTION ====== */
  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
  }
  footer .footer-top .logo-title h1 {
    font-size: 26px;
    line-height: 33px;
    color: #a4243b;
}
footer .footer-top .logo-title p {
    font-size: 18px;
    line-height: 27px;
    color: #a4243b;
    text-align: left;
}
footer .footer-top .logo-title span {
    font-size: 13px;
    line-height: 17px;
    color: #a4243b;
    text-align: left;
}
  .footer-logo img {
    width: 120px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #f7f7f7;
    padding: 6px;
    background: #fff;
    box-shadow: 0 0 20px #a4243b;
    transition: 0.3s ease;
  }
  
  .footer-logo img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px #a4243b;
  }
  
  /* Headings */
  .footer-col h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
  }
  
  /* Lists */
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .footer-col ul li a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .footer-col ul li a:hover {
    color: #f7f7f7;
    padding-left: 6px;
  }
  
  /* About Text */
  .about-text {
    font-size: 14px;
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: left;
  }
  
  /* Social Icons */
  .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    color: #f7f7f7;
    margin-right: 8px;
    transition: 0.3s;
  }
  
  .social-links a:hover {
    background: #f7f7f7;
    color: #002a17;
    transform: translateY(-3px);
  }
  
  /* Contact Info */
  .contact-info i {
    color: #f7f7f7;
    margin-right: 8px;
    font-size: 15px;
  }
  
  .footer-map iframe {
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  /* Bottom Bar */
  .footer-bottom {
    background: #a4243b;
    padding: 15px 0;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-bottom p {
    color: #ccc;
    margin: 0;
  }
  .footer-bottom p a {
    color: #fff;
    margin: 0;
  }
  .footer-bottom p a:hover {
    color: #212529;
    margin: 0;
  }
  
  /* Scroll Up */
  .scrollup-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #00b86b;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    transition: 0.4s ease;
    display: none;
    z-index: 10;
  }
  
  .scrollup-btn:hover {
    background: #f7f7f7;
    color: #000;
    transform: translateY(-4px);
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footer-top {
      text-align: center;
    }
    .footer-logo img {
      width: 90px;
    }
    .footer-col h3 {
      justify-content: center;
    }
    .social-links {
      justify-content: center;
    }
    .about-text {
      text-align: center;
    }
  }
  