/*
Theme Name: School/Collage/Versity
Theme URI: http://shamweb.net
Author: Shamweb
Author URI: http://shamweb.net
Version: 1.0
Description: Welcome to chose my theme.
Tags: No tags available
License: Unlimited
License URI: http://www.fb.com/shamolsudakar
Text Domain: Default English(USA)
=====================================
font-family: "Noto Sans Bengali", sans-serif;
=====================================
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');

:root{
    --primary: #002856;
    --secondary: #ffffff;
    --accent: #5B94D3;
    --text-color: #002856;
	--text-light: #A0B0D7;
	--bg-layer: #EAF0FF;
    --footer-bg-color: #F0F1F3;
    --menu-item-min-height: 35px;
    --menu-item-min-expand-height: 60px;
	--shadow: 2px 10px 40px -20px rgba(38, 54, 132, 0.3);
	--shadow-dark: 0 5px 40px -20px rgba(38, 54, 132, 0.4);
	--sidebar-width: 335px;
	--section-padding: 60px;
    --section-padding-small: 40px;
}

/****************************
    GLOBAL STYLES
****************************/
body {
    font-family: "Noto Sans Bengali", sans-serif;
    color: var(--text-color);
    overflow-x: hidden;
}
a, a:link {
    color: var(--primary);
}
a.button, .button {
	background-color: var(--primary);
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 25px;
	color: var(--secondary);
	line-height: 1;
	padding: 20px 25px 16px 25px;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 2px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	border: none;
	position: relative;
	font-size: .95rem;
	font-weight: 400;
}
.button:focus {
    outline: none;
}
.button:active {
    top: 1px;
}
.button + .button {
    margin-left: 10px;
}
.button:hover {
    background-color: var(--accent);
}
.button.iconic > span {
	position: relative;
	z-index: 1;
	width: 16px;
	aspect-ratio: 1;
	flex: 0 0 16px;
	display: grid;
	place-items: center;
	top: -2px;
}
.button.iconic > span::after {
	position: absolute;
	content: "";
	inset: -6px;
	background-color: var(--accent);
	z-index: -1;
	border-radius: 2px;
}
.button.iconic:hover > span::after {
    background-color: var(--primary);
}
main [class*="area-"] {    
    padding-block: var(--section-padding);
}
article br {
	display: block;
	margin: 0;
}
article ul {
	list-style-type: disc;
}
article ol {
	list-style-type: decimal;
}
article a {
	color: var(--primary);
	text-decoration: underline;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

table > thead > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td,
table > tfoot > tr > th {
	padding: 8px 15px;	
}
table > thead > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th {
	vertical-align: middle;
}
table > thead {
	position: relative;
	z-index: 2;
	box-shadow: 0 3px 10px -5px var(--primary);
}
table > thead > tr > th {
	position: relative;
	z-index: 1;
}
table > thead > tr > th::after {
	position: absolute;
	content: "";
	inset: 0;
	background-image: linear-gradient(to right, var(--primary), var(--accent));
	z-index: -1;
}
table > thead > tr > th:not(:first-child)::after {
	left: -1px;
}

table > tbody > tr > td {
	vertical-align: top;
	border: 1px solid #eeebff;
}
table > tbody > tr:first-child > td {
	padding-top: 10px;
}
table > tbody > tr > td:first-child {
	border-left: none;
}
table > tbody > tr > td:last-child {
	border-right: none;
}
table > tbody > tr:first-child > td {
	border-top: none;
}
table > tbody > tr:nth-child(2n+1) > td {
	background-color: #f9faff;
}
table > thead > tr > th {
	color: var(--secondary);
	font-weight: 500;
}
.responsive:has(table) {
	width: 100%;
	max-width: 100%;
	padding-bottom: 15px;
	overflow-y: hidden;
	overflow-x: auto;
}
.section-title {
	margin-bottom: 60px;
	text-align: center;
}
.section-title .title {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}
.section-title .title::after {
	position: absolute;
	content: attr(data-title);
	inset: auto 0 5px;
	z-index: -1;
	font-size: 4rem;
	line-height: 1;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #272397;
	font-weight: 800;
	opacity: .05;
}
.section-title p {
	margin-top: 20px;
	max-width: 600px;
	margin-inline: auto;
}
.section-title .subtitle {
	color: var(--accent);
	font-size: 1rem;
	font-weight: 600;
}
.slick-dots li.slick-active button::before {
	color: var(--primary);
}
.app-nav-header .app-website {
	color: var(--text-color);
	text-align: center;
}

/****************************
    HEADER DESIGN
****************************/
header {
    --fix-position: -105px;
    position: sticky;
    z-index: 100;
    top: var(--fix-position);
}
.area-logobar {
    background-color: #fff;
    padding-block: 20px;
    position: relative;
    z-index: 1;
}
.area-logobar ul {
    padding: 0;
    margin: 0;
}
.area-logobar::after {
	position: absolute;
	content: "";
	inset: 0;
	background-image: url(../images/background/header-bg.png);
	z-index: -1;
	background-size: contain;
	opacity: .6;
}
.logobar-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
/* .logobar-box > * {
    flex: 1;
} */
.logobar-box ul li {
	position: relative;
}
.logo-panel {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo-panel .logo {
	height: 65px;
}
.logo-panel .logo img {
    max-height: 100%;
}
.website-title {
	font-size: clamp(1rem, 2.5vw, 1.3rem);
	font-weight: 800;
	color: var(--primary);
	text-transform: uppercase;
	line-height: 100%;
    margin-bottom: 5px;
}
.logo-panel .logo-caption p {
	color: var(--text-color);
	font-weight: 400;
	font-size: .8rem;
	text-transform: uppercase;
    line-height: 100%;
}

.social-panel {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}

.social-media {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
	padding-left: 0;
}
.social-media > li > a {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	background-color: var(--primary);
	color: var(--secondary);
	font-size: 1rem;
	border-radius: 50%;
}
.social-media > li > a:hover {
    background-color: var(--accent);
}

.area-navbar {
    background-color: var(--primary);
    color: var(--secondary);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}
.logobar-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center; 
}
.logobar-nav ul, .nav-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.logobar-nav ul > li:not(:last-child)::after,
.nav-inline > li:not(:last-child)::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #c6c6c6;
	height: 20px;
	margin: auto 0 auto 10px;
}
.nav-inline {
    margin: 0;
    padding: 0;
}

/****************************
    HOME::BANNER
****************************/
.area-banner {
	position: relative;
	z-index: 1;
	min-height: 200px;
	padding-block: var(--section-padding-small) !important;
	padding-bottom: 0 !important;
	margin-bottom: -30px;
}

.area-banner::after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(var(--primary), transparent);
}
.area-banner + .area-analysis {
	position: relative;
	z-index: 2;
}
.container-boxed {
    padding-inline: var(--section-padding);
	max-width: 1600px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
}
.area-banner img {
	display: block;
	width: 100%;
	aspect-ratio: 1/.38;
	object-fit: cover;
	object-position: center center;
}
.carousel-caption {
	bottom: 5rem;
	color: var(--secondary);
}
.carousel-indicators {
	margin-bottom: 3.5rem;
}
.carousel-item {
	z-index: 1;
}
.carousel-item .carousel-caption {
	z-index: 3;
}
.carousel-item::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 2;
    background: url(../images/background/overly-x5.png) repeat;
}
.carousel-item:has(.carousel-caption)::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: 2;
	background-image: linear-gradient(transparent 50%, var(--primary));
}


/****************************
    HOME::ANALYSIS
****************************/
.area-analysis {
	padding: 0 !important;
}
.analysis-group {	
	display: flex;
	border-top: 10px solid var(--accent);
}
.analysis-group .analysis-item {
	flex: 1;
	display: flex;
	gap: 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 9px 20.8px 1.2px rgba(63, 76, 142, 0.16);
}
.analysis-item .icon {
	width: 70px;
	height: 70px;
	display: grid;
	place-items: center;
	font-size: 3rem;
	color: var(--primary);
}
.analysis-item .icon img {
	max-height: 100%;
}
.analysis-item h3 {
	margin: 0;
	color: var(--primary);
	line-height: 1;
	font-size: 1.3rem;
}
.analysis-item p {
	color: var(--text-light);
	text-transform: uppercase;
}

/****************************
    HOME::HISTORY
****************************/
.area-history {
	position: relative;
	z-index: 1;
}
.area-history::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	opacity: 0.15;
	background: url(../images/background/building.png) no-repeat bottom right;
	background-size: auto 110%;
}
.history-group {
	display: flex;
	gap: 60px;
	align-items: center;
}
.history-group .history-profile,
.history-group .history-caption {
	flex: 1;	
}
.history-group .history-profile {
	background-color: #fff;
	box-shadow: var(--shadow);
}
.history-profile .thumbnail {
	width: 100%;
	aspect-ratio: 1/.45;
	overflow: hidden;
	display: grid;
	place-items: center;
}
.history-profile .thumbnail img {
	width: 100%;
	min-height: 100%;
}
.history-profile .profile-caption {
	margin-top: -100px;
	display: flex;
	padding-inline: 30px;
	gap: 20px;
}
.profile-caption .thumb {
	--profile-width: 180px;
	flex: 0 0 var(--profile-width);
	width: var(--profile-width);
	border: 10px solid #fff;
	aspect-ratio: 1/1.1;
	box-shadow: 0 10px 40px -13px rgba(0,0,0,0.3);
	background-color: #fff;
}
.profile-caption .thumb img {
	width: 100%;
	min-height: 100%;
}
.profile-caption .caption {
	padding-top: 130px;
}
.profile-caption .caption p {
	text-transform: uppercase;
}
.history-profile .profile-message {
	padding: 30px;
}

/****************************
    HOME::NEWS & EVENT
****************************/
.area-news-event {
	position: relative;
	z-index: 1;
	background-color: #EDF5F8;
}
.area-news-event::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -2;
	background: url(../images/background/news-events.jpg) no-repeat center bottom;
	background-size: 100% auto;
	opacity: .2;
}
.news-events-group {
	display: flex;
	gap: 60px;
}
.news-events-group .news-item,
.news-events-group .event-item {
	flex: 1;
}
.news-events-group .item-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.nav-tabs.notice-tab {
	border: none;
	gap: 20px;
	margin-left: 20px;
}
.nav-tabs.notice-tab .nav-link {
	padding: 10px 0;	
	border: none;
	border-radius: 0;
	margin: 0;
	position: relative;
	color: var(--primary);
	line-height: 1;
}

.nav-tabs.notice-tab .nav-link.active,
.nav-tabs.notice-tab .nav-link:hover {
	color: var(--accent);
	background-color: transparent;
}
.nav-tabs.notice-tab .nav-link::after {
	position: absolute;
	content: "";
	inset: auto 0 0 0;
	height: 1px;
	width: 0;
	background-color: var(--accent);
}
.nav-tabs.notice-tab .nav-link.active::after,
.nav-tabs.notice-tab .nav-link:hover::after {
	width: 100%;
}
.notice-list {
	padding: 0;
	list-style: none;
}
.notice-list li, .event-list li {
	margin-bottom: 15px;
}
.notice-list .notice-list-group {
	display: flex;
	align-items: flex-start;
	background-color: #fff;
	padding: 15px 20px;	
	box-shadow: var(--shadow);
	border-radius: 10px;
	min-height: 100px;	
}
.notice-list .notice-list-group .icon {
	flex: 0 0 50px;
	width: 50px;
	font-size: 2.2rem;	
}
.notice-list .notice-list-group .caption p,
.event-list .event-list-group .caption p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.notice-list .notice-list-group .caption .times,
.event-list .event-list-group .caption .times {
	font-size: .9rem;
	color: var(--text-light);
}
*:has(.badge-overly) {
	position: relative;
}
.badge-overly {
	position: absolute;
	top: -12px;
	right: -15px;
	font-size: .8rem;
	background-color: yellow;
	color: #000;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.nav-tabs.notice-tab .nav-link .badge-overly {
	top: 0;
}
.event-list {
	padding-left: 0;
}
.event-list-group {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.event-list .event-list-group .icon {
	flex: 0 0 80px;
	width: 80px;
	min-height: 100px;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	box-shadow: var(--shadow);
	overflow: hidden;
}
.event-list-group .icon .month {
	background-color: var(--primary);
	color: var(--secondary);
	padding: 12px 20px 8px;
	line-height: 1;
}
.event-list-group:hover .month {
	background-color: var(--accent);
}
.event-list-group .icon .day {
	font-size: 1.2rem;
	padding: 12px 20px 5px;
	line-height: 1;
	color: var(--text-color);
}

.event-list-group .icon .week {
	padding: 4px 20px 10px;
	line-height: 1;
	color: var(--text-light);
	font-size: .9rem;
}

/****************************
    HOME:: OUR GALLERY
****************************/
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 30px;
}
.card-gl {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 15px -7px rgba(38, 54, 132, 0.2);
}
.card-gl-thumb {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/.6;
	background-color: var(--bg-layer);
	display: flex;
	justify-content: center;
  	align-items: center;
}
.card-gl-caption {
	position: absolute;
	inset: auto 0 -80% 0;
	z-index: 2;
	padding: 60px 20px 10px;
	background-image: linear-gradient(transparent, var(--primary));
}
.card-gl:hover .card-gl-caption {
	bottom: 0;
}
.card-gl-title {
	color: var(--secondary);
	font-size: 1rem;
	font-weight: 400;
}





/****************************
    FOOTER DESIGN
****************************/
footer {
	position: relative;
	z-index: 10;
    background: var(--footer-bg-color) url(../images/background/footer-pattern.webp) no-repeat bottom left;
    background-blend-mode: overlay;
    background-size: contain;
}
.info-group {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.info-group .info-item {
	max-width: 30%;
	padding-block: 80px;
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.info-contact {
	width: var(--sidebar-width);
    position: relative;
    z-index: 1;
    color: var(--secondary);
    padding-inline: 40px;    
}
.info-contact::after {
    position: absolute;
    content: "";
    inset: -30px 0 0 0;
    z-index: -1;
    background-color: var(--primary); 
    box-shadow: -55px 40px 115px var(--primary);  
}
.logo-footer {
	height: 65px;
}
.logo-footer img {
    max-height: 100%;
}
.info-group .info-item .title {
	font-size: 1.24rem;
	font-weight: 600;
}
.links, footer .list-iconic {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.links li a:hover {
    text-decoration: underline;
}

.info-contact .hotline {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.info-contact .hotline::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	border-bottom: 1px solid var(--accent);
	bottom: 0;
	opacity: .3;
}
.hotline .icon {
	flex: 0 0 44px;
	width: 44px;
	font-size: 2rem;
	display: flex;
	align-items: center;
    justify-content: center;
}
.hotline .caption > * {
	margin: 0;
}
.hotline .caption h2 {
	font-size: clamp(1.5, 2.5vw, 1.7rem);
    line-height: 1;
}
.hotline .caption span {
	opacity: .5;
	margin-bottom: 10px;
	display: block;
}
.list-iconic li {
    display: flex;
    gap: 20px;
}
.list-iconic li .icon {
	--box-icon-width: 44px;
	flex: 0 0 var(--box-icon-width);
	width: var(--box-icon-width);
	aspect-ratio: 1;
	background-color: var(--accent);
	color: var(--secondary);
	display: grid;
	place-items: center;
	border-radius: 50%;
}
.list-iconic li .caption {
    display: flex;
    align-items: center;
}
footer .list-iconic li a {
    color: var(--secondary);
}
footer .list-iconic li a:hover {
    color: var(--accent);
}
.app-panel .app-panel-caption h1.app-panel-uc { 
	font-size: 3.6rem !important;
}
.area-devbar {
    background-color: #FFF;
    padding-block: 30px;
    position: relative;
    z-index: 2;
}

.page-header {
	position: relative;
}
.page-header::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	height: 400px;
	background-image: linear-gradient(var(--primary), transparent);
}
.wrraper {
	padding: 40px 0 100px;
	display: flex;
	gap: 40px;
}
.wrraper > .asidebar {
	flex: 0 0 var(--sidebar-width);
}
.wrraper > .content {
	flex: 1;
}
.page-banner {
	width: 100%;
	display: flex;
	overflow: hidden;
	aspect-ratio: 1/.4;
	max-height: 295px;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.page-banner img {
	width: 100%;
	min-height: 100%;
}
.breadcrumbs {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 40px;
	min-height: 50%;
	background-image: linear-gradient(transparent, var(--primary));
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: var(--secondary);
}
.page-title-top {
	font-size: clamp(1.3rem, 2.5vw, 2.5rem);
	text-transform: capitalize;
}

.break-all {
	line-break: anywhere;
}
.app-posts > .app-pst-aside:last-child .app-pst-widget {
	padding: 20px 30px 20px 30px !important;
}
.app-posts .app-pst-aside {
	flex: 0 0 var(--sidebar-width) !important;
}
.app-posts > .app-pst-aside:last-child {
	box-shadow: -20px -15px 25px -8px rgba(0, 0, 0, 0.07) !important;
}
.app-button {
	display: block !important;
}
.msg-of-principal {
	font-size: 1.2rem;
	font-weight: 600;
}
.container-boxed .page-banner {
	margin-bottom: 0;
}
.banner-inline {
	padding-top: 40px;
}
.app-404 {
	font-size: 4rem !important;
}
.app-card-link {
	color: var(--secondary) !important;
}
.app-gallery {
	margin-bottom: 40px;
}
.app-nav-toggler {
	color: #fff;
}


/****************************
    GLOBAL INHERITANCE
****************************/
.card-gl-caption,
.event-list-group .icon .month,
.notice-list .notice-list-group,
.nav-tabs.notice-tab .nav-link::after,
article a,
header,
.button,
.button.iconic > span::after,
.list-iconic li a,
.links li a,
.social-media > li > a,
.logobar-nav ul li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}