@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 15px;
  color: #555555;
   background: linear-gradient(to bottom, #f2f4f8, #e9edf5);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: all ease 0.5s;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Source Serif Pro", serif;
}

p {
  margin: 0;
  padding: 0;
}

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

ol {
  margin: 0;
  padding-left: 15px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 991px) {
  .container-fluid {
    max-width: 95%;
  }
}
.spacer {
  margin: 10px 0;
  padding: 40px 0;
}

.default-btn:focus {
  box-shadow: none;
}

.default-btn {
  background-color: #005f73;;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  /*border: 1px solid #004c5c;*/
  box-shadow: 4px 4px 4px #023a46;
  z-index: 1;
}
.default-btn i {
  position: relative;
  top: 3px;
  padding-left: 5px;
  transition: all ease 0.3s;
}
.default-btn::before {
  position: absolute;
  content: "";
  background-color: #004c5c;;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  transform: scaleX(1);
}
.default-btn:hover i{
    padding-left:10px;
}
.default-btn:focus {
  box-shadow: none;
}

.top-header {
  background: #eed3b6;
  font-size: 13px;
  line-height: 1;
  /*border-bottom: 1px solid #000;*/
position: relative;
  z-index: 1000;
 
  
}
.top-header .top-links ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 6px 0;
  
  
}
.top-header .top-links ul li {
  position: relative;
  /* Divider between links */
}
.top-header .top-links ul li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  padding: 6px 0;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
   
}
.top-header .top-links ul li a i,
.top-header .top-links ul li a svg {
  font-size: 13px;
  opacity: 0.85;
}
.top-header .top-links ul li a:hover {
  color: #000;
  letter-spacing:1px;
  /*font-weight:bold;*/
}
.top-header .top-links ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #000;
  
}

.logo-area {
  padding: 18px 0;
  background: #fff;
  background-image:url(../img/bg-pat001.jpg);
  border-bottom: 1px solid #eee;
  /* ---------------------------
     TEXT BLOCK
  ---------------------------- */
  /* ---------------------------
     RIGHT SIDE AREA
  ---------------------------- */
  /* ---------------------------
     ANTI-RAGGING BADGE
  ---------------------------- */
}
.logo-area .logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-area .logo img {
  max-height: 105px;
}
.logo-area .txt-bx .college-name {
  font-size: 35px;
    font-weight: 700;
    color: #01273c;
    letter-spacing: 0.4px;
    text-shadow: 2px 4px 3px #02678352;
    margin-bottom: 4px;
    text-transform: uppercase;
    /*border-bottom: 2px solid #0f5c72;*/
    display: inline-block;
}
.logo-area .txt-bx p {
  color: #444;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.logo-area .logo-right-area {
  text-align: right;
  /* GLOW PULSE */
}
.logo-area .logo-right-area .btns {
  /* GLOW PRIMARY BUTTON */
  /* Shine Effect */
  /* OUTLINE GLOW BUTTON */
}
.logo-area .logo-right-area .btns a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  /*white-space: nowrap;*/
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.logo-area .logo-right-area .btns .btn-primary {
  background: linear-gradient(135deg, #004c5c, rgb(79 163 209));
  color: #ffffff;
  /* Glow */
  /*box-shadow: 0 0 10px rgba(147, 35, 7, 0.6), 0 0 20px rgba(147, 35, 7, 0.5), 0 0 40px rgba(147, 35, 7, 0.4);*/
  /*animation: glowPulse 2s infinite;*/
}
.logo-area .logo-right-area .btns .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  transition: 0.6s;
}
.logo-area .logo-right-area .btns .btn-primary:hover::before {
  left: 120%;
}
.logo-area .logo-right-area .btns .btn-primary:hover {
  transform: translateY(-3px) scale(1.05);
}
.logo-area .logo-right-area .btns .btn-outline {
  border: 1px solid #004c5c;
  color: #004c5c;
  background: transparent;
  box-shadow: 0 0 10px rgba(147, 35, 7, 0.3);
}
.logo-area .logo-right-area .btns .btn-outline:hover {
  background: #004c5c;
  color: #ffffff;
  box-shadow: 0 0 12px rgba(147, 35, 7, 0.7), 0 0 25px rgba(147, 35, 7, 0.6), 0 0 40px rgba(147, 35, 7, 0.5);
}


.hero-slider {
  position: relative;
  padding:10px 0;
  background-color:#aed0e3;
}
.W-100{
    width:100%;
}
.hero-slider .slide-caption {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
  background-color: rgb(17 95 117 / 67%);
}
.hero-slider .slide-caption h2 {
  font-size: 20px;
  padding: 5px;
}
.hero-slider .slide-caption p {
  font-size: 18px;
  letter-spacing: 1px;
}
.hero-slider .owl-item.active .slide-caption {
  animation: slideFade 1s ease forwards;
}
@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.hero-slider .hero-owl .item {
  position: relative;
}
.hero-slider .hero-owl img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
     object-position:top;
     border-radius:10px;
}
.hero-slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius:10px;
}
.hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  left:10px;
  width: 98%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
  background: #4fa3d1 !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.hero-slider .owl-nav i {
  color: #ffffff;
  font-size: 18px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.about-us .about h5 {
  color: #004c5c;
  font-size: 20px;
}
.about-us .about p {
  text-align: justify;
  padding-top: 10px;
}
.about-us .about .common-heading {
    font-size: 35px;
    color: #01273c;
    border-left: 3px solid #005f73;
    padding-left: 5px;
    margin-top: 10px;
}
.about-us .about-img {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .about-img img {
  width: 100%;
  border-radius: 14px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 340px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 100%;
  height: auto;
}
.about-us .about-img img:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 20px;
  padding: 5px;
  background: linear-gradient(135deg, #ff6b6b, #5d87ff);
  /* stylish gradient */
  z-index: -1;
}
.about-us .about-img img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18), 0 6px 12px rgba(0, 0, 0, 0.12);
}

.common-title {
  font-size: 32px;
  color: #01273c;
  /*border-left: 3px solid #004c5c;*/
  padding-left: 5px;
  margin-bottom: 20px;
}
.v_all{
    text-align:center;
    margin-top:20px;
}

.notice-section {
  background: #ffffff;
}
.notice-section .default-btn {
  padding: 7px;
  width: 100%;
}
.notice-section .info-clg {
  /* Common Button Style */
  /* Button 1 */
  /* Button 2 */
  /* Button 3 */
  /* Hover Effect */
}
.notice-section .info-clg .btn {
  border: none;
  padding: 10px 15px;
  border-radius: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
  width: 100%;
  margin-bottom: 10px;
}
.notice-section .info-clg .btn i {
  font-size: 34px;
  margin-bottom: 8px;
}
.notice-section .info-clg .btn1 {
  background: linear-gradient(135deg, #ff512f, #dd2476);
}
.notice-section .info-clg .btn2 {
  background: linear-gradient(135deg, #1fa2ff, #12d8fa, #a6ffcb);
}
.notice-section .info-clg .btn3 {
  background: linear-gradient(135deg, #8360c3, #2ebf91);
}
.notice-section .info-clg .btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.notice-section .height1 {
  height: 372px;
}
.notice-section .quick-links li a {
  display: block;
  /* keep it inline-block for padding */
  padding: 10px 25px;
  background: linear-gradient(45deg, #004c5c, #4fa3d1);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(93, 135, 255, 0.4);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
}
.notice-section .quick-links li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: all 0.5s ease;
}
.notice-section .quick-links li a:hover::after {
  left: 100%;
}
.notice-section .quick-links li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(93, 135, 255, 0.6);
}
.notice-section .notice-box {
  background-color: #f6f0ed;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(17, 29, 94, 0.64);
  padding: 15px;
}
.notice-section .notice-box:hover {
  box-shadow: 3px 5px 25px #333;
}
.notice-section .notice-box .notice-list {
  height: 300px;
  overflow-y: auto;
  /* Custom scrollbar */
}
.notice-section .notice-box .notice-list::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 3px;
}
.notice-section .notice-box .notice-list .notice-item {
  display: flex;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.notice-section .notice-box .notice-list .notice-item .notice-date {
  width: 65px;
  background-color: #eed3b6;
  color: #000;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.notice-section .notice-box .notice-list .notice-item .notice-date .day {
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.notice-section .notice-box .notice-list .notice-item .notice-date .month {
  display: block;
  background-color: #004c5c;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.notice-section .notice-box .notice-list .notice-item .notice-content {
  padding: 8px 10px;
  font-size: 14px;
  color: #222;
  padding-left: 80px;
}
.notice-section .notice-box .notice-list .notice-item .notice-content a {
  color: #0073e6;
  text-decoration: none;
  margin-left: 5px;
}
.notice-section .notice-box .notice-list .notice-item .notice-content a:hover {
  text-decoration: underline;
}
.notice-section .notice-box .read-more-btn {
  display: block;
  margin: 10px auto 0;
  padding: 7px 15px;
  background-color: #3d566e;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.notice-section .notice-box .read-more-btn:hover {
  background-color: #2e4255;
}

.principal-desk {
     background: linear-gradient(135deg, #eef1f8 0%, #004c5c47 50%, #004c5c 100%);
}
.principal-desk .pleft p {
  text-align: justify;
  padding-top: 10px;
  color: #1A1A1A;
}
.principal-desk .pleft p:first-child {
  padding-top: 0;
}
.principal-desk .common-title {
  border-left: 0;
  padding-right: 0;
}
.principal-desk .common-title span {
  background: #004c5c;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 6px;
  display: inline-block;
  color: #ffffff;
}
.principal-desk .custom-scroll-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 0 10px 0px;
  border-radius: 2px;
}
.principal-desk .arrow {
  width: 0;
  height: 0;
  cursor: pointer;
}
.principal-desk .arrow.left {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #ffffff;
}
.principal-desk .arrow.right {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}
.principal-desk .scroll-track {
  position: relative;
  flex: 1;
  height: 6px;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}
.principal-desk .scroll-fill {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 2px;
}
.principal-desk .pright img {
  height: 335px;
  margin-top: 5px;
  width: 100%;
  border-radius: 14px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}
.principal-desk .pright img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18), 0 6px 12px rgba(0, 0, 0, 0.12);
}

.vdo-gallery {
  background-color: #ffffff;
  /* Hover zoom */
  /* Overlay */
}
.photo-gallery-inner {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 15px;
}
.vdo-gallery img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
  border-radius: 14px;
  border: 10px solid #4fa3d1;
}
.vdo-gallery .overlay i {
  color: #fff;
  font-size: 26px;
  background: #005f73;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: 0.4s;
}
.vdo-gallery .item:hover .overlay i {
  transform: scale(1);
}
.vdo-gallery .item:hover img {
  transform: scale(1.12);
}
.vdo-gallery .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.vdo-gallery .item:hover .overlay {
  opacity: 1;
}
.vdo-gallery .owl-nav {
  display: none;
}
.vdo-gallery iframe {
  border-radius: 10px;
  border: 10px solid #4fa3d1;
}

.gallery {
  
}
.gallery .photo_gallery .item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  display: inline-block;
}
.gallery .photo_gallery img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.gallery .photo_gallery .item:hover img {
  transform: scale(1.12);
}
.gallery .photo_gallery .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.gallery .photo_gallery .item:hover .overlay {
  opacity: 1;
}
.gallery .photo_gallery .overlay i {
  color: #fff;
  font-size: 26px;
  background: #0d6efd;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: 0.4s;
}
.gallery .photo_gallery .item:hover .overlay i {
  transform: scale(1);
}
.gallery .photo_gallery .owl-nav {
  margin-top: 20px;
  text-align: center;
}
.gallery .photo_gallery .owl-nav {
  text-align: center;
  margin-top: 25px;
  display: none;
}
.gallery .photo_gallery .owl-nav button {
  background: linear-gradient(135deg, #0d6efd, #6610f2) !important;
  color: #fff !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 8px;
  font-size: 18px;
  border: none;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.45);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}
.gallery .photo_gallery .owl-nav button::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: 0.4s;
}
.gallery .photo_gallery .owl-nav button:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(102, 16, 242, 0.7);
}
.gallery .photo_gallery .owl-nav button:hover::after {
  opacity: 1;
}
.gallery .photo_gallery .owl-nav button:active {
  transform: scale(0.95);
}
.gallery .photo_gallery .owl-nav button i {
  position: relative;
  z-index: 2;
}
.gallery .photo_gallery .owl-dots {
  margin-top: 18px;
  text-align: center;
}
.gallery .photo_gallery .owl-dot span {
  width: 12px;
  height: 12px;
  background: #dbe2ef;
  border-radius: 50%;
  transition: 0.3s;
}
.gallery .photo_gallery .owl-dot.active span {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  transform: scale(1.3);
}
@media (max-width: 576px) {
  .gallery .photo_gallery img {
    height: 220px;
  }
}

.news-events {
  /* Category Badge */
  /* Card Content */
  /* Navigation Dots */
}
.news-events .owl-carousel .news-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.4s;
  min-height: 215px;
}
.news-events .owl-carousel .news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.news-events .category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #004c5c, #4fa3d1);
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-events .news-card h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
}
.news-events .news-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}
.news-events .news-card a {
  text-decoration: none;
  color: #0d6efd;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.news-events .news-card a:hover {
  gap: 10px;
}
.news-events .owl-dots {
  text-align: center;
  margin-top: 20px;
  display:none;
}
.news-events .owl-dot span {
  width: 12px;
  height: 12px;
  background: #0d6efd;
  opacity: 0.5;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  transition: 0.3s;
}
.news-events .owl-dot.active span {
  opacity: 1;
}

.heading_area {
  display: flex;
  justify-content: center;
}

.footer {
  background: #4fa3d1;
  border-top: 5px solid #004c5c;
}
.footer p{
    padding-bottom: 10px;
}
.footer .footer-logo {
  padding-top: 50px;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
}

.copytxt {
  padding: 5px 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
  display:inline-block;
}

.footer a:hover {
  padding-left:5px;
  font-weight:600;
}

/* Social Icons */
.social-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 26px;
  margin: 10px;
  color: #fff;
}

.fb {
  background: #1877f2;
}

.yt {
  background: #ff0000;
}

.ig {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.social-icon:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.master-banner {
  position: relative;
  z-index: 1;
}

.master-banner img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.master-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 95, 115, 0.55);
}

.master-banner .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: capitalize;
  opacity: 0;
  animation: fadeUp 5s ease-in-out infinite;
  font-weight: bold;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
}
.master-page {
  padding: 20px 0;
}

.master-page .sidebar-menu {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}

.master-page .tittle_menu {
  color: #0e5c71;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.master-page .sidebar-menu .drop2x {
  position: absolute;
  right: 15px;
  top: 8px;
}

.master-page .sidebar-menu nav ul li:hover .submenu2 {
  max-height: 100%;
  visibility: visible;
  transform: translateY(0);
}

.master-page .sidebar-menu nav ul li a {
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  background: -webkit-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
  border-top: 1px solid #ddd;
  transition: all 0.5s;
  display: block;
  padding: 5px 0 5px 5px;
  margin-top: 10px;
  padding-left: 35px;
}

.master-page .sidebar-menu nav ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  padding-left: 10px;
  vertical-align: middle;
  content: "\f005";
  color: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

.master-page .sidebar-menu nav ul li a:hover {
  background: #4fa3d1;
  color: #ffffff;
  border: 0;
}

.master-page .sidebar-menu nav ul li a:hover::before {
  color: #ffffff;
}

.master-page .sidebar-menu nav ul li a:focus {
  background: #4fa3d1;
  color: #ffffff;
  border: 0;
}

.master-page .sidebar-menu nav ul li a:focus::before {
  color: #ffffff;
}

.master-page .sidebar-menu nav .active {
  background: #004c5c;
  color: #ffffff;
  border: 0;
}

.master-page .sidebar-menu nav .active::before {
  color: #ffffff;
}

.master-page .sidebar-menu .submenu2 {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}

.master-page .master-content {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}

.master-page .master-content .master-title {
  text-align: center;
}

.master-page .master-content .inner {
  padding: 10px;
  margin: 5px 0;
}

.master-page .master-content .inner p {
  text-align: justify;
  padding: 5px 0;
  color: #1A1A1A;
}

.master-page .table {
  margin-top: 10px;
  color: #1A1A1A;
  background-color: #fff;
  text-align: center;
}

.master-page .table tr,
.master-page .table td,
.master-page .table th {
  border: 1px solid #888888;
}

.master-page .table thead {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.master-page .table thead th {
  border-bottom: 0;
}

.master-page .table i {
  font-size: 22px;
  color: #4fa3d1;
}

.master-page .table i:hover {
  color: #4fa3d1;
}

.master-page .nav-tabs {
  flex-direction: column;
  border: 0;
}

.master-page .nav-tabs .nav-link {
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  background: -webkit-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
  border-top: 1px solid #ddd;
  transition: all 0.5s;
  display: block;
  padding: 5px 0 5px 5px;
  margin-top: 10px;
  padding-left: 35px;
}

.master-page .nav-tabs .nav-link::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  padding-left: 10px;
  vertical-align: middle;
  content: "\f005";
  color: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

.master-page .nav-tabs .nav-link:hover {
  background: #4fa3d1;
  color: #ffffff;
  border: 0;
}

.master-page .nav-tabs .nav-link:hover::before {
  color: #ffffff;
}

.master-page .tdesk .in_bx {
  background: #dadada;
  margin-bottom: 10px;
  padding: 10px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  border-radius: 40px 0;
}

.master-page .tdesk .in_bx img {
  border-radius: 50%;
}

.master-page .tdesk .in_bx h4 {
  font-size: 18px;
  color: #1A1A1A;
  margin-top: 10px;
}

.master-page .tdesk .in_bx p {
  color: #1A1A1A;
  font-size: 14px;
  text-align: center;
  padding-top: 0;
}

.master-page .tdesk .in_bx .dtalis {
  font-size: 16px;
  background: #004c5c;
  color: #ffffff;
  padding: 5px 20px;
  display: inline-block;
  margin: 5px;
  border-radius: 10px;
}

.master-page .tdesk .in_bx .dtalis:hover {
  background: #4fa3d1;
}

.master-page .msub-title {
  font-size: 30px;
  text-transform: capitalize;
  position: relative;
}

.master-page {
  background: linear-gradient(135deg, #f3f7fb, #ffffff);
  /* added horizontal padding for mobile */
}

.center_text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0e5c71;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.2;
}

.center_text h2:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #004c5c;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-radius: 10px;
}

.about-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.p-img {
  text-align: center;
  float: left;
  max-width: 500px;
  margin: 5px 10px 0 0;
}

.p-img img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-text {
  flex: 1;
}

.inner-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  text-align: justify;
  margin-bottom: 10px;
}

.signature-box {
  margin-top: 30px;
}

.teach-name {
  font-size: 22px;
  color: #1a3d7c;
  font-weight: 700;
  margin-bottom: 5px;
}

.subtttl {
  font-size: 15px;
  color: #666;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .inner-content {
    flex-direction: column;
    text-align: center;
  }
  .inner-content p {
    text-align: left;
  }
  .signature-box {
    text-align: center;
  }
  .p-img {
    margin-bottom: 20px;
  }
  .center_text h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .principal-desk {
    padding: 25px 15px;
  }
  .center_text h2 {
    font-size: 24px;
  }
  .inner-content p {
    font-size: 15px;
  }
}
/* Banner Section */
/* Banner Section */
.banner-section-master-page {
  position: relative;
  height: 300px;

  /* Background Image */
  background-image: url("../img/about-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  /* Flex Center Content */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #fff;
  overflow: hidden;
}
/* Gradient Overlay */
.banner-section-master-page::before {
  content: "";
  position: absolute;
  inset: 0;

  /* Gradient overlay */
  background: linear-gradient(135deg, #004c5c4f, rgba(0, 0, 0, 0.6));

  z-index: 1;
}

/* Banner Content Above Overlay */
.banner-section-master-page * {
  position: relative;
  z-index: 2;
}

.banner-section-master-page .shape {
  position: absolute;
  border-radius: 50%;
}

.banner-section-master-page .shape1 {
  width: 200px;
  height: 200px;
  background: rgb(255 255 255 / 18%);
  top: -50px;
  left: -50px;
}

.banner-section-master-page .shape2 {
  width: 300px;
  height: 300px;
  background: rgb(255 255 255 / 18%);
  bottom: -100px;
  right: -100px;
}

.banner-section-master-page h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-section-master-page p {
  font-size: 18px;
  margin-bottom: 30px;
}
.signature-overlay{
    padding:15px 0;
    text-align:center;
}

.principal-section {
  padding: 40px 0;
  background: linear-gradient(135deg, #f7f9fc, #ffffff);
}

.principal-sbox {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  padding: 40px;
  background:#fff;
}

.principal-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    float: left;
    width: 300px;
    margin: 5px 10px 0 0;
}

.principal-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

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


.principal-name {
  font-size: 22px;
  font-weight: 700;
  color: #1a3d7c;
  margin: 0;
}

.principal-title {
  font-size: 14px;
  color: #555;
  margin: 5px 0 0 0;
}

.principal-message {
  flex: 2 1 600px;
}

.principal-message p {
  text-align:justify;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}

.highlight-quote {
  font-size: 20px;
  font-weight: 600;
  color: #1a3d7c;
  font-style: italic;
  /*border-left: 4px solid #1a3d7c;*/
  padding-left: 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .principal-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.gallery-section {
  padding: 30px 0;
  background: #f5f7fb;
}

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  margin-bottom: 10px;
}

.photo-card img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}

/* Overlay */
.photo-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(26, 61, 124, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.photo-card .overlay i {
  color: #fff;
  font-size: 28px;
  background: #1a3d7c;
  padding: 18px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s;
}

/* Hover Effects */
.photo-card:hover img {
  transform: scale(1.15) rotate(2deg);
}

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

.photo-card:hover .overlay i {
  transform: scale(1);
}

/* Glow effect */
.photo-card:hover {
  box-shadow: 0 15px 35px rgba(26, 61, 124, 0.35);
}

.gallery-section {
  padding: 60px 0;
  background: #f5f7fb;
}

.photo-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}

/* iframe styling */
.photo-card iframe {
  width: 100%;
  height: 260px;
  border: none;
}

/* Hover lift */
.photo-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(26, 61, 124, 0.35);
}

/* Disable overlay click issue */
.photo-card iframe {
  position: relative;
  z-index: 1;
}


/* Card */
.event-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,0,0,0.12);
    transition:all .4s ease;
    border: 1px solid #014c5b;
}

.event-card:hover{
    transform:translateY(-12px);
    box-shadow:0 28px 65px rgba(0,0,0,0.22);
}

/* Image */
.event-img{
    position:relative;
    overflow:hidden;
}

.event-img img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:transform .6s ease;
}

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

.event-date{
    position:absolute;
    top:15px;
    left:15px;
    background:linear-gradient(135deg, #004c5c, #5ac1d6);
    color:#fff;
    padding:7px 16px;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
}

/* Content */
.event-content{
    padding:22px;
}

.event-content h4{
    font-size:19px;
    font-weight:600;
    color:#111827;
    margin-bottom:6px;
}

.event-content p{
    font-size:14px;
    color:#6b7280;
    margin-bottom:14px;
}

.event-content a{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    color:#2563eb;
    text-decoration:none;
    transition:.3s;
}

.event-content a:hover{
    color:#1d4ed8;
}

/* Owl dots */
.event-slider .owl-dots{
    margin-top:30px !important;
}

.event-slider .owl-dot span{
    width:12px;
    height:12px;
    background:#cbd5e1 !important;
}

.event-slider .owl-dot.active span{
    background:#2563eb !important;
}


.notice-box {
  background-color: #f6f0ed;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(17, 29, 94, 0.64);
  padding: 15px;
}
.notice-box:hover {
  box-shadow: 3px 5px 25px #333;
}
.notice-box .notice-list {
  height: 310px;
  overflow-y: auto;
  margin-bottom:10px;
  /* Custom scrollbar */
}
.notice-box .notice-list::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 3px;
}
.notice-box .notice-list .notice-item {
  display: flex;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.notice-box .notice-list .notice-item .notice-date {
  width: 65px;
  background-color: #eed3b6;
  color: #000;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.notice-box .notice-list .notice-item .notice-date .day {
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.notice-box .notice-list .notice-item .notice-date .month {
  display: block;
  background-color: #004c5c;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.notice-box .notice-list .notice-item .notice-content {
  padding: 8px 10px;
  font-size: 14px;
  color: #222;
  padding-left: 80px;
}
.notice-box .notice-list .notice-item .notice-content a {
  color: #0073e6;
  text-decoration: none;
  margin-left: 5px;
}
.notice-box .notice-list .notice-item .notice-content a:hover {
  text-decoration: underline;
}
.notice-box .read-more-btn {
  display: block;
  margin: 10px auto 0;
  padding: 7px 15px;
  background-color: #3d566e;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.notice-box .read-more-btn:hover {
  background-color: #2e4255;
}
.activity {
    background-color: #f6f0ed;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(17, 29, 94, 0.64);
    padding: 15px;
}
.activity img{
    height:342px!important;
    border-radius:10px;
    -o-object-fit: cover;
     object-fit: cover;
     object-position:top;
  transition: 0.6s ease;
}
.activity .item{
    position:relative;
}
.activity .overlay i {
  color: #fff;
  font-size: 26px;
  background: #005f73;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: 0.4s;
}
.activity .item:hover .overlay i {
  transform: scale(1);
}
.activity .item:hover img {
  transform: scale(1.12);
}
.activity .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.activity .item:hover .overlay {
  opacity: 1;
}

.search-btn {
  padding: 10px 20px;
  background: #4fa3d1;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.search-btn:focus{
    outline:0;
}

/* Overlay */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search-box {
    width: 60%;
    max-width: 600px;
    border: 2px solid white;
    padding: 10px;
    border-radius: 30px;
    background: transparent; 
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.search-box::placeholder{
    color:#fff;
}
.search-box:focus-visible{
    outline:0;
}

.menu-items {
  margin-top: 30px;
  width: 300px;
}

.menu-items .over-menu-items {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    border: 1px solid white;
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-block;
    text-align: center;
}

.menu-items button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.txt-bx i{
    color: #42a2d5;;
}
 #show_pdf_div {
        width: 100%;
        height: 100vh; /* full screen height */
    }
    
    
    /* =========================
   GENERAL STYLES
========================= */

/* Reset list styles */
.yellow-menu,
.yellow-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
   
}

/* Parent menu items (desktop horizontal) */
.yellow-menu > li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    
}

/* Parent buttons */
.yellow-menu > li > a.btn {
    display: inline-block;
    padding: 8px 14px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size:13px;
}

/* =========================
   CHILD MENUS
========================= */

/* Dropdown hidden by default */
.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    z-index: 9999;
    padding: 0;
}

/* Child items stacked */
.custom-dropdown-menu li {
    display: block;
}

/* Child links */
.custom-dropdown-menu li a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    width: 100%;
}

.custom-dropdown-menu li a:hover {
    background: #eed3b6;
}

/* Nested submenu */
.custom-dropdown-submenu {
    position: relative;
}

.custom-dropdown-submenu > .custom-dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
    color:#453a2d;
}

.custom-dropdown-submenu:hover > .custom-dropdown-menu {
    display: block !important;
}
/* =========================
   DESKTOP HOVER SUPPORT
========================= */
@media (min-width: 992px) {

    /* Hide dropdown by default in desktop */
    .custom-dropdown-menu{
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
    }

    /* First level dropdown on hover */
    .custom-dropdown:hover > .custom-dropdown-menu {
        display: block !important;
    }

    /* Nested submenu */
    .custom-dropdown-submenu:hover > .custom-dropdown-menu {
        display: block !important;
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 0;
    }

}

/* =========================
   MOBILE RESPONSIVE (Click Open)
========================= */
@media (max-width: 991px) {

    /* Vertical menu */
    .yellow-menu.d-flex {
        display: block !important;
        width: 100%;
    }

    .yellow-menu > li {
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }

    .yellow-menu > li > a.btn {
        width: 100%;
        display: block;
        text-align: left;
        background: #4fa3d1;
        padding: 12px;
        border-radius: 6px;
    }

    /* Show dropdown automatically */
    .custom-dropdown-menu {
        display: block !important;
        position: static !important;
        width: 100%;
        margin-left: 15px;
        background: #eed3b6;
        color:#453a2d;
       
    }

    .custom-dropdown-submenu > .custom-dropdown-menu {
        display: block !important;
        margin-left: 20px;
    }

}

@media (max-width:991px){

    /* caret icon hide */
    .fa-caret-down{
        display:none;
    }

    /* header visible থাকবে */
    .top-header{
        display:block;
    }

    /* menu links hide */
    .top-header .top-links{
        display:none;
        max-height:120px;
        overflow-y:auto;
       
    }

    .top-header .top-links.active{
        display:block;
    }

    .top-header .top-links ul{
        flex-direction:column;
        align-items:flex-start;
        
    }

    .top-header .top-links ul li{
        width:100%;
        
    }

}

.nav-top
{
 background:#eed3b6!important;   
}
.nav-top ul.mainNav > li > a{
    color:#000!important;
}



