/*
Theme Name: Gobinda Prasad Mahavidyalaya
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; }
header.header-forced {  height: 495px; min-height: 495px; }
.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;} 

div.sh-bg-slider-oth { background: #fff url(https://gpm.ac.in/gpmnew/wp-content/uploads/2026/08/sliderimage1.jpg) no-repeat center center; background-size: cover; height:480px!important; width:100%;  position: relative;  border-radius: 10px 10px 0px 30px; margin: 0; padding: 0; min-height: 480px!important; 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%);	
	-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;
}

.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;
}

.popupadm {position:fixed; width:480px; padding:30px 20px; background:#fd5d00; right:20px; bottom:20px; border-radius:30px; z-index:99999; text-align:center;  font-weight:bold;  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);}
.page_title { position:absolute; bottom:100px; color:#fff; font-size:250%!important; }
/** 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; z-index:0;  }
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 #8b6f19;
    color: #937c07;
    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 Bankura University"; }
i.iso:before { content: "ISO Certified"; }
i.aff:before { content: "Accredited By NAAC Grade "; }
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 {  display: flex; margin: 88px 0 0 0!important;  position: relative; z-index: 1; justify-content: center; position:absolute!important; width:80%!important; left:10%!important; }
nav.menu-forced {  }
nav.menu div.row { width: 100%; display: flex;  }

/**** - MENU -****/
div.ic-navs { display: inline-block;  backdrop-filter: blur(2px); list-style: none; margin: 60px 0 0 0; padding: 15px 25px 15px 25px; border-radius:10px; font-size: 16px; background-color:rgba(77, 79, 86,0.5); z-index:99998;  }
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: block; 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; }
	.popupadm {position:fixed; width:95%; padding:30px 20px;  right:2.5%; bottom:20px; border-radius:30px; z-index:99999; text-align:center;  font-weight:bold; }
}

@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%;
}



/* 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) {
    
}

/************************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: #7b5309;
  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:linear-gradient(145deg, #efedda, #d4d18b);
  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;
}


/* 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(145deg, #9f9434, #838031);
  color: white;
  padding: 20px;
  text-align: center;
}

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

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

.tabs button.active {
  background: #af911e;
  color: #000000;
}

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

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

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

.date {
  position: absolute;
  right: 0;
  top: 10px;
  background: #cf8716;
  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(180deg, rgba(30, 58, 138, 1) 0%, rgba(26, 41, 71, 1) 0%, rgba(73, 121, 222, 1) 100%);
  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, rgba(85, 75, 40, 0.97) 0%, rgba(75, 66, 32, 0.99) 50%, rgba(60, 52, 22, 1) 100%);
  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: #e0bd0f;
  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: linear-gradient(135deg, rgb(131 111 41 / 97%) 0%, rgb(96 82 29 / 99%) 50%, rgb(78 66 20) 100%);
  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;}

@media only screen and (max-width: 1280px) {
	.slide-content h2 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 780px) {
	.academiccard { width: 90%; }
	.card { width:90%!important; }
	.ic .ic-slide .header-content {
		top: 0%;
		margin-left: 0rem;
		max-width: 60%;
		width: 100%;
		padding: 0 0 0 0;
		font-weight: 800;
		position: absolute;
		top: 35%;
		transform: translate-y(-50%);
	}
	.text {
    	flex: 0 0 100%;
	}
	div.card_ic { position:relative; float:left;  }
	div.ic_left { height:auto; } 
	
	div.head-footer {
    position: absolute;
    width: 90%;
    height: 103px;
    bottom: 0;
    right: 0;
    background: url(../images/curve-05.png) no-repeat 1px 2px;
	}
}

@media only screen and (max-width: 636px) {
	div.head-footer {
    position: absolute;
    width: 105%;
    height: 103px;
    bottom: 0;
    right: 0;
    background: url(../images/curve-05.png) no-repeat 1px 2px;
	}
	ul.menu-social li.icmail {
		background: url(../images/ic-mail.png) no-repeat left 11px;
		padding: 8px 5px 8px 32px;
		
	}
	ul.menu-social li {
		padding-right:10px;
	}
	
	ul.menu-social li a {
		color: #665d58;
		font-weight: 400;
		text-decoration: none;
		text-align: left; font-size:12px;
	}
	ul.menu-social li img {
		width:16px;
		margin:0;
	}
}

@media only screen and (max-width: 500px) {
	div.head-footer {
    position: absolute;
    width: 112%;
    height: 103px;
    bottom: 0;
    right: 0;
    background: url(../images/curve-05.png) no-repeat 1px 2px;
	}
	
}
@media only screen and (max-width: 468px) {
	div.head-footer {
    position: absolute;
    width: 115%;
    height: 103px;
    bottom: 0;
    right: 0;
    background: url(../images/curve-05.png) no-repeat 1px 2px;
	}
	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: 24px;
}
	ul.menu-social li.icmail {
    display: none;
    
}
	ul.menu-social li.iccall {
    margin-left:20px;
    
}
}

h2.in-pages { background: #e5e7eb;
    padding: 20px;
    border-left: 4px solid #1f2937;
    border-radius: 10px;
    font-style: italic;
    margin-bottom: 20px;  }

button.mobmenu { width: 40px; height: 40px; border-radius: 50%; box-shadow: 0px 0px 1px 1px #0000001a; position: fixed; left: 3%; bottom: 5%; background:#3186a7 url(../images/icmenu.png) no-repeat center center; border: 0; display: none;z-index:99999; }
button.mobmenu:hover {animation: pulse-animation 2s infinite; background:#3f9abf url(../images/icmenu.png) no-repeat center center; }

button.mobmenux { width: 40px; height: 40px; border-radius: 50%; box-shadow: 0px 0px 1px 1px #0000001a; position: fixed; right: 3%; bottom: 5%; background:#f44336 url(../images/ic-close.png) no-repeat center center; border: 0; display: none; z-index:99999;  }
button.mobmenux:hover {animation: pulse-animation 2s infinite; background:#f44336 url(../images/ic-close.png) no-repeat center center; }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animations {
  0% {
    -webkit-box-shadow: 0px 0px 63px 30px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 63px 30px rgba(0,0,0,0.25);
box-shadow: 0px 0px 63px 30px rgba(0,0,0,0.25);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 63px 30px rgba(0,0,0,0);
box-shadow: 0px 0px 63px 30px rgba(0,0,0,0);
  }
}

.mission-vis { margin-top:120px;  }
.vision { background:linear-gradient(145deg, #dddbc2, #e5e4b9);}


/* =========================================
   MAIN SECTION
========================================= */

.welcome-section {
    position: relative;
    padding: 15px 0 72px;
    min-height: 740px;

    background:
        linear-gradient(
            rgba(255, 255, 255, 0.84),
            rgba(255, 255, 255, 0.84)
        ),
        url("images/college-bg.jpg");

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/* =========================================
   CONTAINER
========================================= */



/* =========================================
   IMPORTANT LINKS
========================================= */

.important-links {
    background: #ffffff;

    border-radius: 0 0 12px 12px;

    overflow: hidden;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.12);
}


/* Header */

.links-title {
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    background: #c5c384;

    color: #151515;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 0.3px;
}

.links-title i {
    font-size: 23px;
}


/* Link area */

.links-list {
    padding: 14px 19px 20px;
}


/* Individual link */

.link-item {
    height: 34px;

    margin-bottom: 7px;

    padding: 0 12px;

    display: flex;
    align-items: center;

    gap: 12px;

    color: #ffffff;

    background: #272918;

    border-left: 3px solid #d5ac24;

    border-radius: 6px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.18);

    transition: all 0.25s ease;
}

.link-item:last-child {
    margin-bottom: 0;
}

.link-item i {
    width: 18px;

    color: #d9b52e;

    font-size: 14px;

    text-align: center;
}

.link-item:hover {
    background: #d5ac24;

    color: #171717;

    transform: translateX(4px);
}

.link-item:hover i {
    color: #171717;
}


/* =========================================
   WELCOME MESSAGE
========================================= */

.welcome-message {
    padding: 0 8px;

    min-width: 0;
}


/* Heading */

.welcome-message h1 {
    margin: 2px 0 5px;

    color: #71654d;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 700;
}


/* Yellow underline */

.heading-line {
    width: 56px;
    height: 4px;

    margin-bottom: 32px;

    background: #d6ae27;
}


/* Paragraph */

.welcome-message p {
    margin-bottom: 17px;

    color: #3d4d64;

    font-size: 15px;

    line-height: 1.75;

    text-align: left;
}


/* =========================================
   READ MORE BUTTON
========================================= */

.read-more {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 8px;

    padding: 12px 20px;

    background: #d7ad28;

    color: #1d2b38;

    border-radius: 5px;

    text-decoration: none;

    font-size: 15px;

    transition: all 0.25s ease;
}

.read-more i {
    font-size: 14px;

    transition: transform 0.25s ease;
}

.read-more:hover {
    background: #bd951c;

    color: #ffffff;
}

.read-more:hover i {
    transform: translateX(4px);
}


/* =========================================
   PRINCIPAL'S DESK
========================================= */

.principal-box {
    min-height: 655px;

    padding: 37px 18px 35px;

    background:
        linear-gradient(
            145deg,
            #efedda,
            #d4d18b
        );

    border-radius: 15px;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.10);

    text-align: center;
}


/* Principal Image */

.principal-image {
    width: 140px;
    height: 140px;

    margin: 0 auto 18px;

    padding: 5px;

    border: 4px solid #d3aa22;

    border-radius: 50%;

    background: #ffffff;

    overflow: hidden;
}

.principal-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 50%;
}


/* Principal Heading */

.principal-box h2 {
    margin: 0 0 10px;

    color: #111111;

    font-size: 23px;

    font-weight: 500;

    line-height: 1.4;
}


/* Principal Name */

.principal-box h4 {
    margin-bottom: 24px;

    color: #111111;

    font-size: 16px;

    font-weight: 700;
}


/* Principal Text */

.principal-box p {
    margin: 0;

    color: #111111;

    font-size: 15px;

    line-height: 1.8;

    text-align: justify;
}


/* Button alignment */

.principal-box .read-more {
    display: flex;

    width: max-content;

    margin-top: 27px;

    margin-left: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    

    .principal-box {
        grid-column: 1 / -1;

        min-height: auto;

        margin-top: 10px;
    }

    .principal-box p {
        max-width: 850px;

        margin-left: auto;
        margin-right: auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .welcome-section {
        padding: 20px 0 40px;

        background-attachment: scroll;
    }

    

    .important-links,
    .welcome-message,
    .principal-box {
        width: 100%;
    }


    /* Important Links */

    .links-title {
        height: 55px;
    }

    .links-list {
        padding: 12px 14px 16px;
    }

    .link-item {
        height: 40px;

        font-size: 13px;
    }


    /* Welcome */

    .welcome-message {
        padding: 0 5px;
    }

    .welcome-message h1 {
        font-size: 30px;
    }

    .heading-line {
        margin-bottom: 22px;
    }

    .welcome-message p {
        font-size: 14px;

        line-height: 1.7;
    }


    /* Principal */

    .principal-box {
        min-height: auto;

        padding: 30px 20px;
    }

    .principal-image {
        width: 125px;
        height: 125px;
    }

    .principal-box h2 {
        font-size: 21px;
    }

    .principal-box p {
        font-size: 14px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .welcome-message h1 {
        font-size: 27px;
    }

    .link-item {
        font-size: 12px;
    }

    .principal-box h2 {
        font-size: 19px;
    }

    .read-more {
        font-size: 14px;

        padding: 10px 16px;
    }

}


/* ==========================================
   FEATURES SECTION
========================================== */

.features-section {
    width: 100%;
    padding: 68px 20px 62px;

    /*
       Small plus pattern similar to screenshot
    */
    background-color: #f7f8fc;

    background-image:
        linear-gradient(
            rgba(225, 229, 238, 0.45) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(225, 229, 238, 0.45) 1px,
            transparent 1px
        );

    background-size: 28px 28px;
}


/* ==========================================
   CONTAINER
========================================== */

.features-container {
    width: 100%;
    max-width: 1230px;
    margin: auto;
}


/* ==========================================
   SECTION HEADING
========================================== */

.section-heading {
    text-align: center;

    margin-bottom: 46px;
}

.section-heading h2 {
    position: relative;

    display: inline-block;

    color: #686047;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 36px;

    font-weight: 700;

    line-height: 1.2;
}


/* Yellow underline */

.heading-line {
    width: 56px;
    height: 4px;

    margin: 7px auto 23px;

    background: #d5ad28;
}


/* Subtitle */

.section-heading p {
    color: #5f6470;

    font-size: 17px;

    line-height: 1.6;
}


/* ==========================================
   CARD GRID
========================================== */

.features-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 7px;
}


/* ==========================================
   FEATURE CARD
========================================== */

.feature-card {
    background: #ffffff;

    border-radius: 12px;

    overflow: hidden;

    min-height: 315px;

    box-shadow:
        0 4px 14px rgba(31, 41, 55, 0.10);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

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

    box-shadow:
        0 12px 25px rgba(31, 41, 55, 0.16);
}


/* ==========================================
   IMAGE
========================================== */

.feature-image {
    position: relative;

    width: 100%;
    height: 103px;

    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.feature-card:hover .feature-image img {
    transform: scale(1.06);
}


/* ==========================================
   CIRCULAR ICON
========================================== */

.feature-icon {
    position: absolute;

    left: 11px;
    bottom: 10px;

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #124f8f;

    color: #ffffff;

    border-radius: 50%;

    font-size: 16px;

    border: 2px solid rgba(255,255,255,0.25);

    box-shadow:
        0 3px 8px rgba(0,0,0,0.20);
}


/* ==========================================
   CARD CONTENT
========================================== */

.feature-content {
    padding: 11px 15px 13px;
}


/* Card title */

.feature-content h3 {
    margin: 0 0 7px;

    min-height: 30px;

    color: #152b48;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.15;
}


/* ==========================================
   LIST
========================================== */

.feature-content ul {
    list-style: none;

    margin: 0 0 12px;
    padding: 0;
}

.feature-content li {
    position: relative;

    padding-left: 17px;

    margin-bottom: 5px;

    color: #555b63;

    font-size: 12.5px;

    line-height: 1.35;
}


/* Red check mark */

.feature-content li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    color: #ff3b48;

    font-size: 13px;

    font-weight: bold;
}


/* ==========================================
   READ MORE BUTTON
========================================== */

.feature-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 116px;

    padding: 8px 13px;

    background: #151515;

    color: #ffffff;

    border-radius: 20px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition: all 0.25s ease;
}

.feature-btn i {
    font-size: 12px;

    transition: transform 0.25s ease;
}

.feature-btn:hover {
    background: #d4aa22;

    color: #ffffff;
}

.feature-btn:hover i {
    transform: translateX(4px);
}


/* ==========================================
   LARGE SCREEN
========================================== */

@media (max-width: 1200px) {

    .features-container {
        max-width: 1100px;
    }

    .features-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 20px;
    }

    .feature-card {
        min-height: 330px;
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 768px) {

    .features-section {
        padding: 50px 15px;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 15px;
    }

    .features-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .feature-card {
        min-height: auto;
    }

    .feature-image {
        height: 180px;
    }

    .feature-content {
        padding: 16px 18px 20px;
    }

    .feature-content h3 {
        font-size: 17px;
    }

    .feature-content li {
        font-size: 14px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 480px) {

    .features-section {
        padding: 40px 12px;
    }

    .section-heading h2 {
        font-size: 27px;
    }

    .section-heading p {
        font-size: 14px;
    }

    .feature-image {
        height: 160px;
    }

    .feature-content h3 {
        font-size: 16px;
    }

}


/* =========================================
   GALLERY SECTION
========================================= */

.gallery-section {
    width: 100%;
    padding: 23px 20px 32px;
    background: #ffffff;
}


/* =========================================
   CONTAINER
========================================= */

.gallery-container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.gallery-heading {
    text-align: center;
    margin-bottom: 46px;
}

.gallery-heading h2 {
    color: #686047;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 36px;
    font-weight: 700;

    line-height: 1.2;
}


/* Gold underline */

.gallery-line {
    width: 56px;
    height: 3px;

    margin: 7px auto 23px;

    background: #d3aa27;
}


/* Subtitle */

.gallery-heading p {
    color: #5d6570;

    font-size: 17px;

    line-height: 1.5;
}


/* =========================================
   TABS
========================================= */

.gallery-tabs {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 14px;

    margin-bottom: 37px;
}


/* Tab */

.gallery-tab {
    min-width: 179px;

    height: 47px;

    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    border: 1px solid #dedede;

    border-radius: 30px;

    background: #ffffff;

    color: #4d5662;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.25s ease;
}


/* Tab icon */

.gallery-tab i {
    font-size: 14px;
}


/* Active tab */

.gallery-tab.active {
    background: #675d3b;

    border-color: #675d3b;

    color: #dcb82c;

    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.12);
}


/* Hover */

.gallery-tab:hover {
    background: #675d3b;

    border-color: #675d3b;

    color: #ffffff;
}


/* =========================================
   PHOTO GRID
========================================= */

.photo-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    grid-auto-rows: 207px;

    gap: 15px;
}


/* =========================================
   GALLERY ITEM
========================================= */

.gallery-item {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    overflow: hidden;

    border-radius: 9px;

    background: #eeeeee;

    text-decoration: none;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.08);
}


/* Image */

.gallery-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}


/* Hover image */

.gallery-item:hover img {
    transform: scale(1.07);

    filter: brightness(0.78);
}


/* =========================================
   ZOOM ICON
========================================= */

.zoom-icon {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%) scale(0.7);

    background: rgba(230, 193, 60, 0.88);

    color: #ffffff;

    border-radius: 50%;

    opacity: 0;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.gallery-item:hover .zoom-icon {
    opacity: 1;

    transform:
        translate(-50%, -50%)
        scale(1);
}


/* =========================================
   IMAGE CAPTION
========================================= */

.image-caption {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 13px 15px;

    background:
        linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.7)
        );

    color: #ffffff;

    font-size: 13px;
    font-weight: 600;

    opacity: 0;

    transform: translateY(8px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.gallery-item:hover .image-caption {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================
   VIEW ALL BUTTON
========================================= */

.gallery-button-area {
    display: flex;

    justify-content: center;

    margin-top: 23px;
}

.view-all-btn {
    min-width: 205px;

    height: 46px;

    padding: 0 24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border-radius: 25px;

    background: #675d3b;

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.15);

    transition: all 0.25s ease;
}

.view-all-btn i {
    color: #ffffff;

    font-size: 15px;
}

.view-all-btn:hover {
    background: #d3aa27;

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1000px) {

    .gallery-container {
        max-width: 900px;
    }

    .photo-grid {
        grid-template-columns:
            repeat(3, 1fr);

        grid-auto-rows: 210px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .gallery-section {
        padding: 45px 15px;
    }

    .gallery-heading {
        margin-bottom: 35px;
    }

    .gallery-heading h2 {
        font-size: 30px;
    }

    .gallery-heading p {
        font-size: 15px;
    }

    .gallery-tabs {
        margin-bottom: 28px;
    }

    .photo-grid {
        grid-template-columns:
            repeat(2, 1fr);

        grid-auto-rows: 200px;

        gap: 12px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 500px) {

    .gallery-section {
        padding: 38px 12px;
    }

    .gallery-heading h2 {
        font-size: 27px;
    }

    .gallery-heading p {
        font-size: 14px;
    }

    .gallery-tabs {
        gap: 8px;
    }

    .gallery-tab {
        min-width: auto;

        height: 43px;

        padding: 0 17px;

        font-size: 12px;
    }

    .photo-grid {
        grid-template-columns: 1fr;

        grid-auto-rows: 220px;

        gap: 12px;
    }

    .gallery-button-area {
        margin-top: 20px;
    }

    .view-all-btn {
        min-width: 190px;

        height: 44px;

        font-size: 13px;
    }

}