/*
Theme Name: Islampur College
Author: @Skill Hut.  ISO 9001:2015 Certified Education Management Solutions Company
Version: 1.0
*/

/* #FONTS GOOGLE */
.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;  
  font-style: normal;
}


.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;  
  font-style: normal;
}

.barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;  
  font-style: normal;
   
}



:root {
	--ck-color: hsl(208, 88%, 52%);
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Barlow Condensed", sans-serif;font-size: 16px;font-weight: 400; }
body { background: #f5f5f5; box-sizing: border-box; font-size: 16px; padding: 5px 0 5px 5px; }
div.sh-container { float: left; width:100%;  margin-left:0; margin-top:0px; -webkit-transition: all 1s ease; -moz-transition: all 0.5s ease; -o-transition:all 1s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; text-decoration: none; display: inline-block;  }
header { max-width:100%; width:100%;  box-sizing: border-box; border-radius: 10px 10px 30px 30px; background: #f7f7f7; height: 92vh; min-height: 500px; display: block; float: left; margin-bottom: 40px; box-shadow: 0px 13px 29px -25px rgba(0, 0, 0, 0.25);  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition:all 1s ease; -ms-transition:all 1s ease; transition:all 1s ease; text-decoration: none; display: inline-block; }

.sh-cont-m { width:99%!important;  margin-left:0.5%!important; margin-top:10px!important;  }



/*SLIDER */
div.sh-bg-slider { /*background: #fff url(../images/isc-bg-01.png) no-repeat center center;*/ background-color: #fff; background-size: cover; height:85vh; width:100%;  position: relative;  border-radius: 10px 10px 0px 30px; margin: 0; padding: 0; min-height: 520px; position: relative; overflow: hidden;} 


/*SLIDER*/
div.sh-bg-slider div.ic-slider { width:100%; float: left;  margin: 0; background-color: #2c2c2c; height: 100vh; position: absolute;  }
.ic-text h2 {
  margin-bottom: 50px;
}

.ic-text .ic {
  position: relative;
}

.ic-text .ic .ic-slide a:hover span {
  color: #000000;
}

.ic .ic-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
}

.ic .ic-slide .header-content {
  top: 0%;
  margin-left: 8rem;
  max-width: 50%;
  width: 100%;
  padding: 0 0 0 0;
  font-weight: 800;
  position:absolute; 
top:45%;	
  transform: translate-y(-50%);	
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content h2 {
  font-size: 62px;
}

.btn-primary {
  background-color: #5302FE;
  border-radius: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background: #d60e96;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Media Queries */

@media (max-width: 768px) {
  .ic-text .ic .ic-slide a {
    padding-top: 0.8rem;
  }

  .ic-text .ic .ic-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .ic .ic-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}





div.sh-bg-slider div.overlay { position: absolute!important; left: 0; top: 0; background: linear-gradient(116deg,rgba(71, 143, 143, 0.2) 0%, rgba(7, 48, 48, 0.3) 100%);  width:100%; height: 100%;  border-radius: 10px 10px 30px 30px; z-index: 0; text-shadow:1px 1px 1px #000; }

div.sh-bg-slider div.row-on { max-height: 198px!important; height: auto; width:100%;  display: flex; z-index: 1; }
div.sh-bg-slider div.row-on div.col-shl { width:75%!important; display: flex; flex-direction:column;   }
div.sh-bg-slider div.row-on div.col-shr { width:25%!important;  display: flex; justify-content: end; margin-top: 8px;  text-align: right; }

/*CURVES - PORTABILITY REQUIRED*****/

div.curves-head-01 { display: flex; width:55px; height: 176px; background: url(../images/curve-top-4.png) no-repeat left top;   }
div.curves-head-03 { display: flex; width:115px; height: 122px; background: url(../images/curve-top-4-2.png) no-repeat left top;   }


h1 { width: 100%; max-width: 800px; position: absolute; left: -5px; top:0; height: 198px; background: url(../images/curve-xl.png) no-repeat right  -1px; margin: 0; padding: 0; font-size: 2rem; text-align: left; font-weight: 800; text-shadow:1px 1px 1px #fff;  }
h1 a { display: inline-block; color: #1b1b1b; margin: 13px 0 0 10px; text-decoration: none; position: relative; z-index: 1; }

h1 span.crv { position: absolute; width:292px; height: 187px; left:-5px; top:-2px; background: url(../images/curve-lft-c.png) no-repeat left top; z-index: 0;  }
h1 img { width:82px; height: 82px; margin: 12px 0 0 10px; float: left; position: relative; z-index: 1; border-radius:50%; }


h1 a { display: inline-block; margin: 13px 0 0 10px; text-decoration: none; position: relative; z-index: 1; text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 5px 0;
   
    border-bottom: 2px solid #008a8a;
    color: #008a8a;
    font-size: 34px;
    }



h1 span { display: inline-block; font-size: 16px; color: #444444; font-weight: 600; margin: 0px 0 0 10px; line-height:130%; position: relative; z-index: 1; }
h1 span img { width:24px; height: 24px; position: relative; margin: -3px 0 0 0; }
h1 span i { display: inline-block; color: #fd5d00; font-style: normal; font-weight: bold; }
h1 span i.bfr { color: #444444; font-weight: 600; }
div.head-footer { position: absolute; width:779px; height: 103px; bottom: 0; right: 0; background: url(../images/curve-05.png) no-repeat 1px 2px;  }

i.univ:before { content: "Affiliated to University of North Bengal "; }
i.iso:before { content: "ISO Certified"; }
i.aff:before { content: "Accredited with"; }
i.nacc { display:none;}
/*HEADER LINKS - BUTTONS*/
button.stdportal { background-color: #528f98; font-weight: 800; color: #fff!important; border-radius:30px; padding:10px 20px;  margin: 23px 10px 0 0; border: 1px solid #457e86;  }

button.clgportal { background-color: rgba(0,0,0,0); font-weight: 800; color: #fff!important; border-radius:30px; padding:10px 20px;  margin: 23px 30px 0 0; border: 1px solid rgba(0,0,0,0); text-shadow:1px 1px 1px #000;  }

/*NAV*/
nav.menu { width:100%; display: flex; margin: 88px 0 0 0!important;  position: relative; z-index: 1; justify-content: center; }
nav.menu div.row { width: 100%; display: flex;  }

/**** - MENU -****/
nav ul.navs {  display: inline-block;  backdrop-filter: blur(2px); padding-right: 30px; list-style: none; margin: 60px 0 0 0; padding: 15px 25px 15px 0; border-radius:10px; font-size: 14px; background-color:rgba(77, 79, 86,0.5); }
header#xe-header nav ul li.navmid { display:inline-block;    text-align:center; position:relative;  }
#dropmenu { width:100%; margin: 0!important; padding: 0!important; float: left; font-size: 14px; }
#dropmenu .main-menu { display: none; position: relative; left: 50%; transform: translateX(-50%); width:auto; top:-0px;  }
#tm:checked + .main-menu { display: block; }
#dropmenu input[type="checkbox"],  #dropmenu ul span.drop-icon { display: none; }
#dropmenu li, #toggle-menu, #dropmenu .sub-menu { border-style: solid; border-color: rgba(232, 234, 238, 0); }
#dropmenu li, #toggle-menu { border-width: 0 0 1px; }
#dropmenu .sub-menu { background-color: #ffffff; border-width: 1px 1px 0; margin: 0 1em; width:620px; text-align: left; background: #1534b0; border-radius: 5px; }
#dropmenu .sub-menu li { width:100%; float: left;}
#dropmenu .sub-menu li:last-child { border-width: 0; }
#dropmenu li, #toggle-menu, #dropmenu a { position: relative; display: block; color: #333; text-decoration: none; text-shadow: 0px 0px 1px rgba(255, 255, 255, 1); }
#dropmenu { background-color: none; }
#toggle-menu { background: #333; }
#toggle-menu, #dropmenu a { padding: 9px 10px; -webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all .5s ease;transition:all 1s ease; text-decoration: none;  }
#dropmenu a { transition: all .125s ease-in-out; -webkit-transition: all .125s ease-in-out; color: #fff; letter-spacing: 0.02em; }
#dropmenu a:hover {  color: #000; }
#dropmenu .sub-menu { display: none; }
#dropmenu input[type="checkbox"]:checked + .sub-menu { display: block; }
#dropmenu .sub-menu li { border-bottom:1px solid rgba(255,255,255,0.5); text-transform:none; -webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all .5s ease;transition:all 1s ease; }
#dropmenu .sub-menu li:hover { border-radius: 0px;
    background-image: linear-gradient(to right, rgba(255, 102, 0, 0.8), #f2f4f7) !important;}
#dropmenu .sub-menu a:hover { color: #0B5FAD; }
#toggle-menu .drop-icon, #dropmenu li label.drop-icon { position: absolute; right: 0; top: 0; }
#dropmenu label.drop-icon, #toggle-menu span.drop-icon { padding: 1em; font-size: 1em; text-align: center; background-color: rgba(0, 0, 0, .125); text-shadow: 0 0 0 transparent; color: rgba(255, 255, 255, .75); }			 
#dropmenu li:last-child { border: 0; }

@media only screen and (min-width: 1024px) {
	#dropmenu .main-menu {display: block;}
	#toggle-menu, #dropmenu label.drop-icon { display: none; }
	#dropmenu ul span.drop-icon { display: inline-block; }
	#dropmenu li { float: left; border-width: 0 1px 0 0; list-style: none; }
	#dropmenu .sub-menu li { float: none; }
	#dropmenu .sub-menu { border-width: 0; margin: 0; position: absolute; top: 100%; left: 0; width: 12em; z-index: 3000; width:320px; }
	#dropmenu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu { display: none; }
	#dropmenu .sub-menu li { border-width: 0 0 1px; }
	#dropmenu .sub-menu .sub-menu { top: 0; left: 100%; }
	#dropmenu .sub-menu .drop-icon { position: absolute; top: 0; right: 0; padding: 1em; }
	#dropmenu li:hover > input[type="checkbox"] + .sub-menu { display: block; }
}

ul.menu-social { display: inline-block; padding:45px 0 0 0; margin: 0 0 0 55px; }
ul.menu-social li { display:inline-block;  font-size: 12pt; }
ul.menu-social li a { color:#665d58; font-weight: 800; text-decoration: none; }
ul.menu-social li a span { font-weight: 500; color: #665d58; font-size: 13px; display: inline-block;  } 

ul.menu-social li.iccall { background: url(../images/ic-call.png) no-repeat left 11px; padding: 8px 5px 8px 32px; }
ul.menu-social li.icmail { background: url(../images/ic-mail.png) no-repeat left 11px; padding: 8px 5px 8px 32px; }
ul.menu-social li.social a { display: inline-block; margin-left: 5px; }
ul.menu-social li.social span { position: relative; font-weight: 600; font-size: 11pt;  color: #665d58; width:100%; text-align: right; }






/*MEDIA QUERY*/
button.ic-ham { background:#528f98 url(../images/menu-ham.png) no-repeat center center; border: 0; float: right; width:46px; height: 46px; margin: 30px 20px 0 30px; border-radius: 3px; display: none; position: absolute; }

@media screen and (max-width: 1036px) {
	button.stdportal { display: none;  }
	button.clgportal { display: none; }
	button.ic-ham { display: inline-block; }

	div.sh-bg-slider div.row-on div.col-shl { width:90%!important;   }
	div.sh-bg-slider div.row-on div.col-shr { width:10%!important;   }

	/*HEADER H1*/
	h1 { width: 100%; max-width: 620px;  height: 198px; background: url(../images/curve-xl-mobi.png) no-repeat right  -1px; font-size: 1.6rem;   }
	h1 span.crv { position: absolute; width:292px; height: 187px; left:-5px; top:-2px; background: url(../images/curve-lft-c-mobi.png) no-repeat left top; z-index: 0;  }

	h1 img { width:70px; height: 70px; margin: 12px 0 0 10px;  }
	
	h1 span { display: inline-block; font-size: 13px; color: #444444; font-weight: 600; margin: 0px 0 0 10px; line-height:130%; position: relative; z-index: 1; }
	h1 span img { width:24px; height: 24px; position: relative; margin: -3px 0 0 0; }

}

@media screen and (max-width: 748px) {
	i.univ:before { content: "Affiliated to NBU "; }
	i.iso:before { content: "ISO "; }
	h1 span { display: inline-block; font-size: 14px; color: #444444; font-weight: 600; margin: 0px 0 0 10px; line-height:130%; position: relative; z-index: 1; }

}

@media screen and (max-width: 560px) {
	i.univ:before { content: "Aff. to NBU "; }
	i.iso:before { content: "ISO "; }
	i.aff { display: none; }
	i.nacc { display:inline-block;}
	h1 span { display: inline-block; font-size: 14px; color: #444444; font-weight: 600; margin: 0px 0 0 10px; line-height:130%; position: relative; z-index: 1; }	
}

@media screen and (max-width: 470px) {
	button.stdportal { display: none;  }
	button.clgportal { display: none; }
	button.ic-ham { display: inline-block; }

	div.sh-bg-slider div.row-on div.col-shl { width:90%!important;   }
	div.sh-bg-slider div.row-on div.col-shr { width:10%!important;   }

	/*HEADER H1*/
	h1 { width: 100%; max-width: 620px;  height: 198px; background: url(../images/curve-xl-mobi-sm.png) no-repeat right  -1px; font-size: 1.3rem;   }
	h1 span.crv { position: absolute; width:292px; height: 187px; left:-5px; top:-2px; background: url(../images/curve-lft-c-mobi-sm.png) no-repeat left top; z-index: 0;  }

	h1 img { width:56px; height: 56px; margin: 20x 0 0 10px;  }
	
	h1 span { display: inline-block; font-size: 12px; color: #444444; font-weight: 600; margin: 0px 0 0 10px; line-height:130%; position: relative; z-index: 1; }
	h1 span img { width:24px; height: 24px; position: relative; margin: -3px 0 0 0; }

}

@media screen and (max-width: 441px) {
	h1 span { display: inline-block; font-size: 10px; color: #444444; font-weight: 600; margin: 0px 0 0 10px; line-height:130%; position: relative; z-index: 1; }
}

/**********************About College*********************/



/* Section */
.about {
    padding: 60px 10%;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Text */
.text {
    flex: 1;
}

.about .container .text h2 {
  font-size: 32px;
  font-weight: bold;
  color: #0f172a;
  margin-bottom: 40px;
  position: relative;
}

.about .container .text h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #2c4db3;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 5px;
}

.underline {
    width: 60px;
    height: 4px;
    background: #2a6df4;
    margin-bottom: 20px;
}

.text h4 {
    color: #2a6df4;
    margin-bottom: 20px;
    font-weight: 500;
}

.text p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Buttons */
.buttons {
    margin-top: 20px;
}

.btn {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    transition: 0.3s;
}

.primary {
    background: #2a6df4;
    color: white;
}

.primary:hover {
    background: #1d54c4;
}

.outline {
    border: 2px solid #2a6df4;
    color: #2a6df4;
}

.outline:hover {
    background: #2a6df4;
    color: white;
}

/* Image */
.image {
    flex: 1;
}

.image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

/************************Principle Desk*********************/

/* Section */
.principal-section {
  padding: 0px 10%;
}

/* Title */
.principal-section h2 {
  font-size: 32px;
  font-weight: bold;
  color: #0f172a;
  margin-bottom: 40px;
  position: relative;
}

.principal-section h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #2c4db3;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 5px;
}

/* Layout */
.principal-container {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* Left */
.principal-left {
  text-align: center;
}

.image-box {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.image-box img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.principal-info {
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.principal-info h3 {
  margin: 0;
  font-size: 18px;
}

.principal-info p {
  margin: 5px 0 0;
  color: #2563eb;
  font-size: 14px;
}

/* Right */
.principal-right {
  flex: 1;
  color: #374151;
}

/* Quote box */
.quote-box {
  background: #e5e7eb;
  padding: 20px;
  border-left: 4px solid #1f2937;
  border-radius: 10px;
  font-style: italic;
  margin-bottom: 20px;
}

/* Paragraph */
.principal-right p {
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Signature */
.signature {
  text-align: right;
  margin-top: 30px;
}

.signature strong {
  display: block;
  color: #1f2937;
}

.signature span {
  font-size: 14px;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 768px) {
  .principal-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .principal-section h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .signature {
    text-align: center;
  }
}



.notice-board {
    padding: 100px 0;
    background-color: white;
    position: relative;
    padding: 80px 0;
}

.container {
  display: flex;
  gap: 20px;
}

/* Card */
.card {
  background: white;
  border-radius: 12px;
  width: 32%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* Header */
.card-header {
  background: linear-gradient(90deg, #2c4db3, #4a7be0);
  color: white;
  padding: 20px;
  text-align: center;
}

/* Tabs */
.tabs {
  display: flex;
}

.tabs button {
  flex: 1;
  padding: 10px;
  border: none;
  background: #ddd;
  cursor: pointer;
}

.tabs button.active {
  background: #2c4db3;
  color: white;
}

/* Body */
.card-body {
  padding: 15px;
}

/* Items */
.item {
  border-bottom: 1px dashed #ccc;
  padding: 32px 0;
  position: relative;
}

.item button {
  background: #2c9edb;
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  margin-top: -8px;
  cursor: pointer;
}

.date {
  position: absolute;
  right: 0;
  top: 10px;
  background: #2cc3c3;
  color: white;
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
}

/* News section */
.card-body img {
  width: 100%;
  border-radius: 10px;
}

.news-date {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.badge {
  display: inline-block;
  background: orange;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin: 5px 0;
}


/* Section background */
.services {
  text-align: center;
  padding: 50px 20px;
  color: white;
  background: linear-gradient(135deg, #2c4db3, #5c6bc0);
  position: relative;
}

/* dotted overlay effect */
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.4;
}

/* Title */
.services h2 {
  position: relative;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.services h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: white;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
}

/* Container */
.service-container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Items */
.service-item {
  text-align: center;
  width: 120px;
  cursor: pointer;
}

/* Image style */
.service-item img {
  width: 120px;
  height: 120px;
  border-radius: 25px;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Hover effect */
.service-item:hover img {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Text */
.service-item p {
  margin-top: 10px;
  font-size: 14px;
}



/* SECTION */
.quick-links {
    padding: 40px 60px;
}

/* TITLE */
.quick-links h2 {
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
}

.quick-links h2::after {
    content: "";
    width: 40px;
    height: 4px;
    background: #7a1d0c;
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* CONTAINER */
.links-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* CARD */
.link-card {
    background: #2d2f1e;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 220px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* ICON */
.link-card .icon {
    font-size: 26px;
}

/* TEXT */
.link-card p {
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
}

/* HIGHLIGHTED CARDS */
.link-card.active {
    color: #b7e12b;
}

/* HOVER EFFECT */
.link-card:hover {
    transform: translateY(-5px);
    background: #3a3d28;
}




/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px;
}

/* Image Box */
.box {
    overflow: hidden;
    border-radius: 10px;
}

/* Images */
.box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

/* Hover Effect */
.box:hover img {
    transform: scale(1.1);
}




/* Footer */
.footer {
  background: linear-gradient(135deg, #1e3a8a, #2c4db3);
  color: white;
  padding: 60px 10%;
}

/* Grid */
.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Titles */
.footer-col h3 {
  margin-bottom: 15px;
  position: relative;
}

.footer-col h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #60a5fa;
  display: block;
  margin-top: 8px;
  border-radius: 3px;
}

/* About text */
.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

/* Social icons */
.social-icons {
  margin-top: 15px;
}

.social-icons i {
  margin-right: 10px;
  background: rgba(255,255,255,0.2);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
   height: 40px;
}

.social-icons i:hover {
  background: white;
  color: #1e3a8a;
}

/* Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.footer-col ul li i {
  margin-right: 8px;
}

.footer-col ul li:hover {
  padding-left: 5px;
  color: #93c5fd;
}

/* Contact */
.contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-item i {
  background: rgba(255,255,255,0.2);
  padding: 10px;
  border-radius: 50%;
  min-width: 35px;
  text-align: center;
  height: 40px;
}

/* Map */
.footer-col iframe {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: none;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}


/* Footer Bottom */
.footer-bottom {
  background: #1e3a8a;
  color: #e5e7eb;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}

/* Text */
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-bottom a {
  color: #60a5fa;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Scroll to top button */
.scroll-top {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #2563eb;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.scroll-top:hover {
  background: #1d4ed8;
}
/**********************college Information************************/
.stats {
    padding: 60px 20px;
}

.collcontainer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1220px;
    margin: auto;
}

.clgcard {
    background: #e9e9e9;
    flex: 1;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

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

.clgcard h2 {
    font-size: 40px;
    margin: 0;
}

.clgcard p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

/* Colors */
.green {
    color: #2bb673;
}

.orange {
    color: #f39c12;
}

.purple {
    color: #7d5fff;
}

/* Responsive */
@media (max-width: 768px) {
    .collcontainer {
        flex-direction: column;
    }
}

/*****************Academic Programs******************/



.features {
    padding: 50px 20px;
}
.features .features-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
    background-color: var(--color-white);
    box-shadow: 0 20px 40px 0 rgba(42, 11, 88, .1);
    border-radius: 5px;
    
}

.features-grid-wrap {
    display: grid;
   
}
.acacontainer {
    max-width: 1210px;
    margin: auto;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.feature-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    flex: 1;
    text-align: left;
    transition: 0.3s;
}

.feature-box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.icon {
    font-size: 30px;
    margin-bottom: 15px;
}

.icon.green {
    color: #00b894;
}

.icon.red {
    color: #ff4757;
}

.icon.purple {
    color: #6c5ce7;
}

.feature-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}

.feature-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}
/******************************************************************/
.academiccontainer {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0px 25px 0px;
}

.academiccard {
    width: 290px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    overflow: hidden;
}

.academiccontainer .academiccard .card-header {
 
  color: white;
  padding: 2px;
  text-align: center;
}

.academiccontainer .academiccard .academiccard-acbody {
    padding: 15px;
    font-size: 14px;
    text-align: justify;
}

.center {
    text-align: center;
}

.profile {
    width: 80px;
    margin-bottom: 10px;
}

.icon {
    width: 80px;
    display: block;
    margin: 10px auto;
}

.image {
    width: 100%;
    border-radius: 5px;
}

button {
    background: #c0392b;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-top: 10px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.notice ul {
    list-style: none;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
}

.notice li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.notice a {
    text-decoration: none;
    color: #333;
}

.full {
    width: 100%;
    float: none;
}

/*TAB MODIFICATION*/
div.card-ic-home .card-body { height:380px!important; overflow-y:auto; }
div.card-ic-home:nth-child(3) .card-body { height:432px!important; overflow-y:auto;}
div.s_tab_lst { display:none; }
div.n_tab_lst { display:none; }

/*FA ICO*/
i.fac { display:inline-block; width:100%; text-align:center; color:#fff; font-size:100%; }

/*COLS*/
div.container_ic { align-items: flex-start; gap:40px; padding-top:50px; }

div.ic_left { height:100vh; }
div.quote-box_ic { margin-top:30px; background:#fff; box-shadow: 0px 10px 25px -15px rgba(0, 0, 0, 0.15); 
    }
div.card-header h2 { color:#fff; }
h2.ic_h2 { font-size:120%; text-shadow:1px 1px 1px #fff; padding-top:5px; padding-bottom:5px; }
.ic_span_p { display:inline-block; width:100%; margin-top:-10px; text-align:right;  }
div.post_contents_sn {
    padding: 30px 5%;
    width: 100%;
    margin: 20px 0 60px 0;
    float: left;
    font-size: 110%;
    color: #000;
    background: #f7f7f7;
    border-radius: 10px;
    line-height: 160%;
    text-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: 0px 10px 25px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 25px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 25px -15px rgba(0, 0, 0, 0.75);
    border: 1px solid #fff;
	
}
div.post_contents_sn p { 
	text-align:left;
}
div.post_contents_sn p a { 
	text-align:left; color:#000; text-decoration:none; font-size:100%;
}
div.post_contents_sn p a:hover {
	color:#008a8a;
} 
/*SIDE BAR*/
div.card_ic { width:100%; float:left; position:sticky; top:30px; background: linear-gradient(180deg, rgba(30, 58, 138, 1) 0%, rgba(26, 41, 71, 1) 0%, rgba(73, 121, 222, 1) 100%); border-radius:5px 10px 10px 5px; border:0;  }
div.card_ic ul { width:100%; float:left; list-style:none; padding:0; }
div.card_ic ul li { width:100%; float:left; list-style:none; border-bottom:1px dotted #fff; padding: 7px 5px; transition:all 1s ease; }
div.card_ic ul li a { display:inline-block; color:#fff; text-decoration:none; }
div.card_ic ul li a:hover { display:inline-block; color:#ff6900; text-decoration:none;  }
div.card_ic ul li:hover { border-bottom:1px dotted #ff6900; }
div.card_ic ul li li:hover a { display:inline-block; color:#ff6900; text-decoration:none; cursor:pointer;}


marquee { padding-top:25px; }
marquee a { color:#ff6900; display:inline-block; text-decoration:none; cursor:pointer;  }
marquee i.fa { color:#677e7e;  }
marquee a:hover { color:#008a8a; }

a, button { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition:all 1s ease; -ms-transition:all 1s ease; transition:all 1s ease; text-decoration: none; display: inline-block;}